LCOV - code coverage report
Current view: top level - Python/deepfreeze - deepfreeze.c (source / functions) Hit Total Coverage
Test: CPython lcov report Lines: 4212 5013 84.0 %
Date: 2022-07-07 18:19:46 Functions: 36 48 75.0 %

          Line data    Source code
       1             : #include "Python.h"
       2             : #include "internal/pycore_gc.h"
       3             : #include "internal/pycore_code.h"
       4             : #include "internal/pycore_frame.h"
       5             : #include "internal/pycore_long.h"
       6             : 
       7             : static
       8             :     struct {
       9             :         PyASCIIObject _ascii;
      10             :         uint8_t _data[340];
      11             :     }
      12             : importlib__bootstrap_toplevel_consts_0 = {
      13             :     ._ascii = {
      14             :         .ob_base = {
      15             :             .ob_refcnt = 999999999,
      16             :             .ob_type = &PyUnicode_Type,
      17             :         },
      18             :         .length = 339,
      19             :         .hash = -1,
      20             :         .state = {
      21             :             .kind = 1,
      22             :             .compact = 1,
      23             :             .ascii = 1,
      24             :         },
      25             :     },
      26             :     ._data = "\x43\x6f\x72\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x2e\x0a\x0a\x54\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x4e\x4f\x54\x20\x6d\x65\x61\x6e\x74\x20\x74\x6f\x20\x62\x65\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x21\x20\x49\x74\x20\x68\x61\x73\x20\x62\x65\x65\x6e\x20\x64\x65\x73\x69\x67\x6e\x65\x64\x20\x73\x75\x63\x68\x0a\x74\x68\x61\x74\x20\x69\x74\x20\x63\x61\x6e\x20\x62\x65\x20\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x70\x65\x64\x20\x69\x6e\x74\x6f\x20\x50\x79\x74\x68\x6f\x6e\x20\x61\x73\x20\x74\x68\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x2e\x20\x41\x73\x0a\x73\x75\x63\x68\x20\x69\x74\x20\x72\x65\x71\x75\x69\x72\x65\x73\x20\x74\x68\x65\x20\x69\x6e\x6a\x65\x63\x74\x69\x6f\x6e\x20\x6f\x66\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x6e\x64\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73\x20\x69\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x0a\x77\x6f\x72\x6b\x2e\x20\x4f\x6e\x65\x20\x73\x68\x6f\x75\x6c\x64\x20\x75\x73\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x20\x61\x73\x20\x74\x68\x65\x20\x70\x75\x62\x6c\x69\x63\x2d\x66\x61\x63\x69\x6e\x67\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a",
      27             : };
      28             : static
      29             :     struct {
      30             :         PyGC_Head _gc_head;
      31             :         struct {
      32             :             PyObject_VAR_HEAD
      33             :             PyObject *ob_item[1];
      34             :         }_object;
      35             :     }
      36             : importlib__bootstrap_toplevel_consts_1_consts = {
      37             :     ._object = {
      38             :         .ob_base = {
      39             :             .ob_base = {
      40             :                 .ob_refcnt = 999999999,
      41             :                 .ob_type = &PyTuple_Type,
      42             :             },
      43             :             .ob_size = 1,
      44             :         },
      45             :         .ob_item = {
      46             :             Py_None,
      47             :         },
      48             :     },
      49             : };
      50             : static
      51             :     struct {
      52             :         PyASCIIObject _ascii;
      53             :         uint8_t _data[15];
      54             :     }
      55             : const_str_AttributeError = {
      56             :     ._ascii = {
      57             :         .ob_base = {
      58             :             .ob_refcnt = 999999999,
      59             :             .ob_type = &PyUnicode_Type,
      60             :         },
      61             :         .length = 14,
      62             :         .hash = -1,
      63             :         .state = {
      64             :             .kind = 1,
      65             :             .compact = 1,
      66             :             .ascii = 1,
      67             :         },
      68             :     },
      69             :     ._data = "AttributeError",
      70             : };
      71             : static
      72             :     struct {
      73             :         PyASCIIObject _ascii;
      74             :         uint8_t _data[5];
      75             :     }
      76             : const_str_type = {
      77             :     ._ascii = {
      78             :         .ob_base = {
      79             :             .ob_refcnt = 999999999,
      80             :             .ob_type = &PyUnicode_Type,
      81             :         },
      82             :         .length = 4,
      83             :         .hash = -1,
      84             :         .state = {
      85             :             .kind = 1,
      86             :             .compact = 1,
      87             :             .ascii = 1,
      88             :         },
      89             :     },
      90             :     ._data = "type",
      91             : };
      92             : static
      93             :     struct {
      94             :         PyGC_Head _gc_head;
      95             :         struct {
      96             :             PyObject_VAR_HEAD
      97             :             PyObject *ob_item[3];
      98             :         }_object;
      99             :     }
     100             : importlib__bootstrap_toplevel_consts_1_names = {
     101             :     ._object = {
     102             :         .ob_base = {
     103             :             .ob_base = {
     104             :                 .ob_refcnt = 999999999,
     105             :                 .ob_type = &PyTuple_Type,
     106             :             },
     107             :             .ob_size = 3,
     108             :         },
     109             :         .ob_item = {
     110             :             &_Py_ID(__qualname__),
     111             :             & const_str_AttributeError._ascii.ob_base,
     112             :             & const_str_type._ascii.ob_base,
     113             :         },
     114             :     },
     115             : };
     116             : static
     117             :     struct {
     118             :         PyASCIIObject _ascii;
     119             :         uint8_t _data[30];
     120             :     }
     121             : importlib__bootstrap_toplevel_consts_1_filename = {
     122             :     ._ascii = {
     123             :         .ob_base = {
     124             :             .ob_refcnt = 999999999,
     125             :             .ob_type = &PyUnicode_Type,
     126             :         },
     127             :         .length = 29,
     128             :         .hash = -1,
     129             :         .state = {
     130             :             .kind = 1,
     131             :             .compact = 1,
     132             :             .ascii = 1,
     133             :         },
     134             :     },
     135             :     ._data = "<frozen importlib._bootstrap>",
     136             : };
     137             : static
     138             :     struct {
     139             :         PyASCIIObject _ascii;
     140             :         uint8_t _data[13];
     141             :     }
     142             : const_str__object_name = {
     143             :     ._ascii = {
     144             :         .ob_base = {
     145             :             .ob_refcnt = 999999999,
     146             :             .ob_type = &PyUnicode_Type,
     147             :         },
     148             :         .length = 12,
     149             :         .hash = -1,
     150             :         .state = {
     151             :             .kind = 1,
     152             :             .compact = 1,
     153             :             .ascii = 1,
     154             :         },
     155             :     },
     156             :     ._data = "_object_name",
     157             : };
     158             : static
     159             :     struct {
     160             :         PyObject_VAR_HEAD
     161             :         Py_hash_t ob_shash;
     162             :         char ob_sval[69];
     163             :     }
     164             : importlib__bootstrap_toplevel_consts_1_linetable = {
     165             :     .ob_base = {
     166             :         .ob_base = {
     167             :             .ob_refcnt = 999999999,
     168             :             .ob_type = &PyBytes_Type,
     169             :         },
     170             :         .ob_size = 68,
     171             :     },
     172             :     .ob_shash = -1,
     173             :     .ob_sval = "\x80\x00\xf0\x02\x03\x05\x26\xd8\x0f\x12\xd7\x0f\x1f\xd1\x0f\x1f\xd0\x08\x1f\xf8\xdd\x0b\x19\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xdd\x0f\x13\x90\x43\x8c\x79\xd7\x0f\x25\xd1\x0f\x25\xd0\x08\x25\xd0\x08\x25\xd0\x08\x25\xf0\x03\x01\x05\x26\xf8\xf8\xf8",
     174             : };
     175             : static
     176             :     struct {
     177             :         PyObject_VAR_HEAD
     178             :         Py_hash_t ob_shash;
     179             :         char ob_sval[13];
     180             :     }
     181             : importlib__bootstrap_toplevel_consts_1_exceptiontable = {
     182             :     .ob_base = {
     183             :         .ob_base = {
     184             :             .ob_refcnt = 999999999,
     185             :             .ob_type = &PyBytes_Type,
     186             :         },
     187             :         .ob_size = 12,
     188             :     },
     189             :     .ob_shash = -1,
     190             :     .ob_sval = "\x82\x0b\x0e\x00\x8e\x21\x32\x03\xb1\x01\x32\x03",
     191             : };
     192             : static
     193             :     struct {
     194             :         PyGC_Head _gc_head;
     195             :         struct {
     196             :             PyObject_VAR_HEAD
     197             :             PyObject *ob_item[1];
     198             :         }_object;
     199             :     }
     200             : importlib__bootstrap_toplevel_consts_1_localsplusnames = {
     201             :     ._object = {
     202             :         .ob_base = {
     203             :             .ob_base = {
     204             :                 .ob_refcnt = 999999999,
     205             :                 .ob_type = &PyTuple_Type,
     206             :             },
     207             :             .ob_size = 1,
     208             :         },
     209             :         .ob_item = {
     210             :             &_Py_ID(obj),
     211             :         },
     212             :     },
     213             : };
     214             : static
     215             :     struct _PyCode_DEF(106)
     216             : importlib__bootstrap_toplevel_consts_1 = {
     217             :     .ob_base = {
     218             :         .ob_base = {
     219             :             .ob_refcnt = 999999999,
     220             :             .ob_type = &PyCode_Type,
     221             :         },
     222             :         .ob_size = 53,
     223             :     },
     224             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
     225             :     .co_names = & importlib__bootstrap_toplevel_consts_1_names._object.ob_base.ob_base,
     226             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_1_exceptiontable.ob_base.ob_base,
     227             :     .co_flags = 3,
     228             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
     229             :     ._co_linearray_entry_size = 0,
     230             :     .co_argcount = 1,
     231             :     .co_posonlyargcount = 0,
     232             :     .co_kwonlyargcount = 0,
     233             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
     234             :     .co_stacksize = 4,
     235             :     .co_firstlineno = 23,
     236             :     .co_nlocalsplus = 1,
     237             :     .co_nlocals = 1,
     238             :     .co_nplaincellvars = 0,
     239             :     .co_ncellvars = 0,
     240             :     .co_nfreevars = 0,
     241             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
     242             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
     243             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
     244             :     .co_name = & const_str__object_name._ascii.ob_base,
     245             :     .co_qualname = & const_str__object_name._ascii.ob_base,
     246             :     .co_linetable = & importlib__bootstrap_toplevel_consts_1_linetable.ob_base.ob_base,
     247             :     ._co_code = NULL,
     248             :     ._co_linearray = NULL,
     249             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1a\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
     250             :     ._co_firsttraceable = 0,
     251             : };
     252             : static
     253             :     struct {
     254             :         PyASCIIObject _ascii;
     255             :         uint8_t _data[48];
     256             :     }
     257             : importlib__bootstrap_toplevel_consts_3_consts_0 = {
     258             :     ._ascii = {
     259             :         .ob_base = {
     260             :             .ob_refcnt = 999999999,
     261             :             .ob_type = &PyUnicode_Type,
     262             :         },
     263             :         .length = 47,
     264             :         .hash = -1,
     265             :         .state = {
     266             :             .kind = 1,
     267             :             .compact = 1,
     268             :             .ascii = 1,
     269             :         },
     270             :     },
     271             :     ._data = "Simple substitute for functools.update_wrapper.",
     272             : };
     273             : static
     274             :     struct {
     275             :         PyGC_Head _gc_head;
     276             :         struct {
     277             :             PyObject_VAR_HEAD
     278             :             PyObject *ob_item[4];
     279             :         }_object;
     280             :     }
     281             : importlib__bootstrap_toplevel_consts_3_consts_1 = {
     282             :     ._object = {
     283             :         .ob_base = {
     284             :             .ob_base = {
     285             :                 .ob_refcnt = 999999999,
     286             :                 .ob_type = &PyTuple_Type,
     287             :             },
     288             :             .ob_size = 4,
     289             :         },
     290             :         .ob_item = {
     291             :             &_Py_ID(__module__),
     292             :             &_Py_ID(__name__),
     293             :             &_Py_ID(__qualname__),
     294             :             &_Py_ID(__doc__),
     295             :         },
     296             :     },
     297             : };
     298             : static
     299             :     struct {
     300             :         PyGC_Head _gc_head;
     301             :         struct {
     302             :             PyObject_VAR_HEAD
     303             :             PyObject *ob_item[3];
     304             :         }_object;
     305             :     }
     306             : importlib__bootstrap_toplevel_consts_3_consts = {
     307             :     ._object = {
     308             :         .ob_base = {
     309             :             .ob_base = {
     310             :                 .ob_refcnt = 999999999,
     311             :                 .ob_type = &PyTuple_Type,
     312             :             },
     313             :             .ob_size = 3,
     314             :         },
     315             :         .ob_item = {
     316             :             & importlib__bootstrap_toplevel_consts_3_consts_0._ascii.ob_base,
     317             :             & importlib__bootstrap_toplevel_consts_3_consts_1._object.ob_base.ob_base,
     318             :             Py_None,
     319             :         },
     320             :     },
     321             : };
     322             : static
     323             :     struct {
     324             :         PyASCIIObject _ascii;
     325             :         uint8_t _data[8];
     326             :     }
     327             : const_str_hasattr = {
     328             :     ._ascii = {
     329             :         .ob_base = {
     330             :             .ob_refcnt = 999999999,
     331             :             .ob_type = &PyUnicode_Type,
     332             :         },
     333             :         .length = 7,
     334             :         .hash = -1,
     335             :         .state = {
     336             :             .kind = 1,
     337             :             .compact = 1,
     338             :             .ascii = 1,
     339             :         },
     340             :     },
     341             :     ._data = "hasattr",
     342             : };
     343             : static
     344             :     struct {
     345             :         PyASCIIObject _ascii;
     346             :         uint8_t _data[8];
     347             :     }
     348             : const_str_setattr = {
     349             :     ._ascii = {
     350             :         .ob_base = {
     351             :             .ob_refcnt = 999999999,
     352             :             .ob_type = &PyUnicode_Type,
     353             :         },
     354             :         .length = 7,
     355             :         .hash = -1,
     356             :         .state = {
     357             :             .kind = 1,
     358             :             .compact = 1,
     359             :             .ascii = 1,
     360             :         },
     361             :     },
     362             :     ._data = "setattr",
     363             : };
     364             : static
     365             :     struct {
     366             :         PyASCIIObject _ascii;
     367             :         uint8_t _data[7];
     368             :     }
     369             : const_str_update = {
     370             :     ._ascii = {
     371             :         .ob_base = {
     372             :             .ob_refcnt = 999999999,
     373             :             .ob_type = &PyUnicode_Type,
     374             :         },
     375             :         .length = 6,
     376             :         .hash = -1,
     377             :         .state = {
     378             :             .kind = 1,
     379             :             .compact = 1,
     380             :             .ascii = 1,
     381             :         },
     382             :     },
     383             :     ._data = "update",
     384             : };
     385             : static
     386             :     struct {
     387             :         PyGC_Head _gc_head;
     388             :         struct {
     389             :             PyObject_VAR_HEAD
     390             :             PyObject *ob_item[5];
     391             :         }_object;
     392             :     }
     393             : importlib__bootstrap_toplevel_consts_3_names = {
     394             :     ._object = {
     395             :         .ob_base = {
     396             :             .ob_base = {
     397             :                 .ob_refcnt = 999999999,
     398             :                 .ob_type = &PyTuple_Type,
     399             :             },
     400             :             .ob_size = 5,
     401             :         },
     402             :         .ob_item = {
     403             :             & const_str_hasattr._ascii.ob_base,
     404             :             & const_str_setattr._ascii.ob_base,
     405             :             &_Py_ID(getattr),
     406             :             &_Py_ID(__dict__),
     407             :             & const_str_update._ascii.ob_base,
     408             :         },
     409             :     },
     410             : };
     411             : static
     412             :     struct {
     413             :         PyASCIIObject _ascii;
     414             :         uint8_t _data[6];
     415             :     }
     416             : const_str__wrap = {
     417             :     ._ascii = {
     418             :         .ob_base = {
     419             :             .ob_refcnt = 999999999,
     420             :             .ob_type = &PyUnicode_Type,
     421             :         },
     422             :         .length = 5,
     423             :         .hash = -1,
     424             :         .state = {
     425             :             .kind = 1,
     426             :             .compact = 1,
     427             :             .ascii = 1,
     428             :         },
     429             :     },
     430             :     ._data = "_wrap",
     431             : };
     432             : static
     433             :     struct {
     434             :         PyObject_VAR_HEAD
     435             :         Py_hash_t ob_shash;
     436             :         char ob_sval[89];
     437             :     }
     438             : importlib__bootstrap_toplevel_consts_3_linetable = {
     439             :     .ob_base = {
     440             :         .ob_base = {
     441             :             .ob_refcnt = 999999999,
     442             :             .ob_type = &PyBytes_Type,
     443             :         },
     444             :         .ob_size = 88,
     445             :     },
     446             :     .ob_shash = -1,
     447             :     .ob_sval = "\x80\x00\xe0\x13\x48\xf0\x00\x02\x05\x39\xf1\x00\x02\x05\x39\x88\x07\xdd\x0b\x12\x90\x33\x98\x07\xd4\x0b\x20\xf0\x00\x01\x09\x39\xdd\x0c\x13\x90\x43\x98\x17\xa5\x27\xa8\x23\xa8\x77\xd4\x22\x37\xd4\x0c\x38\xd0\x0c\x38\xd0\x0c\x38\xd8\x04\x07\x87\x4c\x81\x4c\xd7\x04\x17\xd1\x04\x17\x98\x03\x9f\x0c\x99\x0c\xd4\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25",
     448             : };
     449             : static
     450             :     struct {
     451             :         PyASCIIObject _ascii;
     452             :         uint8_t _data[4];
     453             :     }
     454             : const_str_new = {
     455             :     ._ascii = {
     456             :         .ob_base = {
     457             :             .ob_refcnt = 999999999,
     458             :             .ob_type = &PyUnicode_Type,
     459             :         },
     460             :         .length = 3,
     461             :         .hash = -1,
     462             :         .state = {
     463             :             .kind = 1,
     464             :             .compact = 1,
     465             :             .ascii = 1,
     466             :         },
     467             :     },
     468             :     ._data = "new",
     469             : };
     470             : static
     471             :     struct {
     472             :         PyASCIIObject _ascii;
     473             :         uint8_t _data[4];
     474             :     }
     475             : const_str_old = {
     476             :     ._ascii = {
     477             :         .ob_base = {
     478             :             .ob_refcnt = 999999999,
     479             :             .ob_type = &PyUnicode_Type,
     480             :         },
     481             :         .length = 3,
     482             :         .hash = -1,
     483             :         .state = {
     484             :             .kind = 1,
     485             :             .compact = 1,
     486             :             .ascii = 1,
     487             :         },
     488             :     },
     489             :     ._data = "old",
     490             : };
     491             : static
     492             :     struct {
     493             :         PyGC_Head _gc_head;
     494             :         struct {
     495             :             PyObject_VAR_HEAD
     496             :             PyObject *ob_item[3];
     497             :         }_object;
     498             :     }
     499             : importlib__bootstrap_toplevel_consts_3_localsplusnames = {
     500             :     ._object = {
     501             :         .ob_base = {
     502             :             .ob_base = {
     503             :                 .ob_refcnt = 999999999,
     504             :                 .ob_type = &PyTuple_Type,
     505             :             },
     506             :             .ob_size = 3,
     507             :         },
     508             :         .ob_item = {
     509             :             & const_str_new._ascii.ob_base,
     510             :             & const_str_old._ascii.ob_base,
     511             :             &_Py_ID(replace),
     512             :         },
     513             :     },
     514             : };
     515             : static
     516             :     struct {
     517             :         PyObject_VAR_HEAD
     518             :         Py_hash_t ob_shash;
     519             :         char ob_sval[4];
     520             :     }
     521             : importlib__bootstrap_toplevel_consts_3_localspluskinds = {
     522             :     .ob_base = {
     523             :         .ob_base = {
     524             :             .ob_refcnt = 999999999,
     525             :             .ob_type = &PyBytes_Type,
     526             :         },
     527             :         .ob_size = 3,
     528             :     },
     529             :     .ob_shash = -1,
     530             :     .ob_sval = "   ",
     531             : };
     532             : static
     533             :     struct _PyCode_DEF(176)
     534             : importlib__bootstrap_toplevel_consts_3 = {
     535             :     .ob_base = {
     536             :         .ob_base = {
     537             :             .ob_refcnt = 999999999,
     538             :             .ob_type = &PyCode_Type,
     539             :         },
     540             :         .ob_size = 88,
     541             :     },
     542             :     .co_consts = & importlib__bootstrap_toplevel_consts_3_consts._object.ob_base.ob_base,
     543             :     .co_names = & importlib__bootstrap_toplevel_consts_3_names._object.ob_base.ob_base,
     544             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
     545             :     .co_flags = 3,
     546             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
     547             :     ._co_linearray_entry_size = 0,
     548             :     .co_argcount = 2,
     549             :     .co_posonlyargcount = 0,
     550             :     .co_kwonlyargcount = 0,
     551             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
     552             :     .co_stacksize = 9,
     553             :     .co_firstlineno = 40,
     554             :     .co_nlocalsplus = 3,
     555             :     .co_nlocals = 3,
     556             :     .co_nplaincellvars = 0,
     557             :     .co_ncellvars = 0,
     558             :     .co_nfreevars = 0,
     559             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
     560             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
     561             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
     562             :     .co_name = & const_str__wrap._ascii.ob_base,
     563             :     .co_qualname = & const_str__wrap._ascii.ob_base,
     564             :     .co_linetable = & importlib__bootstrap_toplevel_consts_3_linetable.ob_base.ob_base,
     565             :     ._co_code = NULL,
     566             :     ._co_linearray = NULL,
     567             :     .co_code_adaptive = "\x97\x00\x64\x01\x44\x00\x5d\x2b\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2d\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
     568             :     ._co_firsttraceable = 0,
     569             : };
     570             : static
     571             :     struct {
     572             :         PyASCIIObject _ascii;
     573             :         uint8_t _data[4];
     574             :     }
     575             : const_str_sys = {
     576             :     ._ascii = {
     577             :         .ob_base = {
     578             :             .ob_refcnt = 999999999,
     579             :             .ob_type = &PyUnicode_Type,
     580             :         },
     581             :         .length = 3,
     582             :         .hash = -1,
     583             :         .state = {
     584             :             .kind = 1,
     585             :             .compact = 1,
     586             :             .ascii = 1,
     587             :         },
     588             :     },
     589             :     ._data = "sys",
     590             : };
     591             : static
     592             :     struct {
     593             :         PyGC_Head _gc_head;
     594             :         struct {
     595             :             PyObject_VAR_HEAD
     596             :             PyObject *ob_item[2];
     597             :         }_object;
     598             :     }
     599             : importlib__bootstrap_toplevel_consts_4_names = {
     600             :     ._object = {
     601             :         .ob_base = {
     602             :             .ob_base = {
     603             :                 .ob_refcnt = 999999999,
     604             :                 .ob_type = &PyTuple_Type,
     605             :             },
     606             :             .ob_size = 2,
     607             :         },
     608             :         .ob_item = {
     609             :             & const_str_type._ascii.ob_base,
     610             :             & const_str_sys._ascii.ob_base,
     611             :         },
     612             :     },
     613             : };
     614             : static
     615             :     struct {
     616             :         PyASCIIObject _ascii;
     617             :         uint8_t _data[12];
     618             :     }
     619             : const_str__new_module = {
     620             :     ._ascii = {
     621             :         .ob_base = {
     622             :             .ob_refcnt = 999999999,
     623             :             .ob_type = &PyUnicode_Type,
     624             :         },
     625             :         .length = 11,
     626             :         .hash = -1,
     627             :         .state = {
     628             :             .kind = 1,
     629             :             .compact = 1,
     630             :             .ascii = 1,
     631             :         },
     632             :     },
     633             :     ._data = "_new_module",
     634             : };
     635             : static
     636             :     struct {
     637             :         PyObject_VAR_HEAD
     638             :         Py_hash_t ob_shash;
     639             :         char ob_sval[19];
     640             :     }
     641             : importlib__bootstrap_toplevel_consts_4_linetable = {
     642             :     .ob_base = {
     643             :         .ob_base = {
     644             :             .ob_refcnt = 999999999,
     645             :             .ob_type = &PyBytes_Type,
     646             :         },
     647             :         .ob_size = 18,
     648             :     },
     649             :     .ob_shash = -1,
     650             :     .ob_sval = "\x80\x00\xd8\x0b\x14\x8d\x34\x95\x03\x8c\x39\x90\x54\x8c\x3f\xd0\x04\x1a",
     651             : };
     652             : static
     653             :     struct {
     654             :         PyGC_Head _gc_head;
     655             :         struct {
     656             :             PyObject_VAR_HEAD
     657             :             PyObject *ob_item[1];
     658             :         }_object;
     659             :     }
     660             : importlib__bootstrap_toplevel_consts_4_localsplusnames = {
     661             :     ._object = {
     662             :         .ob_base = {
     663             :             .ob_base = {
     664             :                 .ob_refcnt = 999999999,
     665             :                 .ob_type = &PyTuple_Type,
     666             :             },
     667             :             .ob_size = 1,
     668             :         },
     669             :         .ob_item = {
     670             :             &_Py_ID(name),
     671             :         },
     672             :     },
     673             : };
     674             : static
     675             :     struct _PyCode_DEF(52)
     676             : importlib__bootstrap_toplevel_consts_4 = {
     677             :     .ob_base = {
     678             :         .ob_base = {
     679             :             .ob_refcnt = 999999999,
     680             :             .ob_type = &PyCode_Type,
     681             :         },
     682             :         .ob_size = 26,
     683             :     },
     684             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
     685             :     .co_names = & importlib__bootstrap_toplevel_consts_4_names._object.ob_base.ob_base,
     686             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
     687             :     .co_flags = 3,
     688             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
     689             :     ._co_linearray_entry_size = 0,
     690             :     .co_argcount = 1,
     691             :     .co_posonlyargcount = 0,
     692             :     .co_kwonlyargcount = 0,
     693             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
     694             :     .co_stacksize = 4,
     695             :     .co_firstlineno = 48,
     696             :     .co_nlocalsplus = 1,
     697             :     .co_nlocals = 1,
     698             :     .co_nplaincellvars = 0,
     699             :     .co_ncellvars = 0,
     700             :     .co_nfreevars = 0,
     701             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
     702             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
     703             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
     704             :     .co_name = & const_str__new_module._ascii.ob_base,
     705             :     .co_qualname = & const_str__new_module._ascii.ob_base,
     706             :     .co_linetable = & importlib__bootstrap_toplevel_consts_4_linetable.ob_base.ob_base,
     707             :     ._co_code = NULL,
     708             :     ._co_linearray = NULL,
     709             :     .co_code_adaptive = "\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
     710             :     ._co_firsttraceable = 0,
     711             : };
     712             : static
     713             :     struct {
     714             :         PyASCIIObject _ascii;
     715             :         uint8_t _data[15];
     716             :     }
     717             : const_str__DeadlockError = {
     718             :     ._ascii = {
     719             :         .ob_base = {
     720             :             .ob_refcnt = 999999999,
     721             :             .ob_type = &PyUnicode_Type,
     722             :         },
     723             :         .length = 14,
     724             :         .hash = -1,
     725             :         .state = {
     726             :             .kind = 1,
     727             :             .compact = 1,
     728             :             .ascii = 1,
     729             :         },
     730             :     },
     731             :     ._data = "_DeadlockError",
     732             : };
     733             : static
     734             :     struct {
     735             :         PyGC_Head _gc_head;
     736             :         struct {
     737             :             PyObject_VAR_HEAD
     738             :             PyObject *ob_item[2];
     739             :         }_object;
     740             :     }
     741             : importlib__bootstrap_toplevel_consts_5_consts = {
     742             :     ._object = {
     743             :         .ob_base = {
     744             :             .ob_base = {
     745             :                 .ob_refcnt = 999999999,
     746             :                 .ob_type = &PyTuple_Type,
     747             :             },
     748             :             .ob_size = 2,
     749             :         },
     750             :         .ob_item = {
     751             :             & const_str__DeadlockError._ascii.ob_base,
     752             :             Py_None,
     753             :         },
     754             :     },
     755             : };
     756             : static
     757             :     struct {
     758             :         PyGC_Head _gc_head;
     759             :         struct {
     760             :             PyObject_VAR_HEAD
     761             :             PyObject *ob_item[3];
     762             :         }_object;
     763             :     }
     764             : importlib__bootstrap_toplevel_consts_5_names = {
     765             :     ._object = {
     766             :         .ob_base = {
     767             :             .ob_base = {
     768             :                 .ob_refcnt = 999999999,
     769             :                 .ob_type = &PyTuple_Type,
     770             :             },
     771             :             .ob_size = 3,
     772             :         },
     773             :         .ob_item = {
     774             :             &_Py_ID(__name__),
     775             :             &_Py_ID(__module__),
     776             :             &_Py_ID(__qualname__),
     777             :         },
     778             :     },
     779             : };
     780             : static
     781             :     struct {
     782             :         PyObject_VAR_HEAD
     783             :         Py_hash_t ob_shash;
     784             :         char ob_sval[16];
     785             :     }
     786             : importlib__bootstrap_toplevel_consts_5_linetable = {
     787             :     .ob_base = {
     788             :         .ob_base = {
     789             :             .ob_refcnt = 999999999,
     790             :             .ob_type = &PyBytes_Type,
     791             :         },
     792             :         .ob_size = 15,
     793             :     },
     794             :     .ob_shash = -1,
     795             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x08\x80\x44",
     796             : };
     797             : static
     798             :     struct _PyCode_DEF(14)
     799             : importlib__bootstrap_toplevel_consts_5 = {
     800             :     .ob_base = {
     801             :         .ob_base = {
     802             :             .ob_refcnt = 999999999,
     803             :             .ob_type = &PyCode_Type,
     804             :         },
     805             :         .ob_size = 7,
     806             :     },
     807             :     .co_consts = & importlib__bootstrap_toplevel_consts_5_consts._object.ob_base.ob_base,
     808             :     .co_names = & importlib__bootstrap_toplevel_consts_5_names._object.ob_base.ob_base,
     809             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
     810             :     .co_flags = 0,
     811             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
     812             :     ._co_linearray_entry_size = 0,
     813             :     .co_argcount = 0,
     814             :     .co_posonlyargcount = 0,
     815             :     .co_kwonlyargcount = 0,
     816             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
     817             :     .co_stacksize = 1,
     818             :     .co_firstlineno = 61,
     819             :     .co_nlocalsplus = 0,
     820             :     .co_nlocals = 0,
     821             :     .co_nplaincellvars = 0,
     822             :     .co_ncellvars = 0,
     823             :     .co_nfreevars = 0,
     824             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
     825             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
     826             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
     827             :     .co_name = & const_str__DeadlockError._ascii.ob_base,
     828             :     .co_qualname = & const_str__DeadlockError._ascii.ob_base,
     829             :     .co_linetable = & importlib__bootstrap_toplevel_consts_5_linetable.ob_base.ob_base,
     830             :     ._co_code = NULL,
     831             :     ._co_linearray = NULL,
     832             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x53\x00",
     833             :     ._co_firsttraceable = 0,
     834             : };
     835             : static
     836             :     struct {
     837             :         PyASCIIObject _ascii;
     838             :         uint8_t _data[12];
     839             :     }
     840             : const_str__ModuleLock = {
     841             :     ._ascii = {
     842             :         .ob_base = {
     843             :             .ob_refcnt = 999999999,
     844             :             .ob_type = &PyUnicode_Type,
     845             :         },
     846             :         .length = 11,
     847             :         .hash = -1,
     848             :         .state = {
     849             :             .kind = 1,
     850             :             .compact = 1,
     851             :             .ascii = 1,
     852             :         },
     853             :     },
     854             :     ._data = "_ModuleLock",
     855             : };
     856             : static
     857             :     struct {
     858             :         PyASCIIObject _ascii;
     859             :         uint8_t _data[170];
     860             :     }
     861             : importlib__bootstrap_toplevel_consts_7_consts_1 = {
     862             :     ._ascii = {
     863             :         .ob_base = {
     864             :             .ob_refcnt = 999999999,
     865             :             .ob_type = &PyUnicode_Type,
     866             :         },
     867             :         .length = 169,
     868             :         .hash = -1,
     869             :         .state = {
     870             :             .kind = 1,
     871             :             .compact = 1,
     872             :             .ascii = 1,
     873             :         },
     874             :     },
     875             :     ._data = "\x41\x20\x72\x65\x63\x75\x72\x73\x69\x76\x65\x20\x6c\x6f\x63\x6b\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x77\x68\x69\x63\x68\x20\x69\x73\x20\x61\x62\x6c\x65\x20\x74\x6f\x20\x64\x65\x74\x65\x63\x74\x20\x64\x65\x61\x64\x6c\x6f\x63\x6b\x73\x0a\x20\x20\x20\x20\x28\x65\x2e\x67\x2e\x20\x74\x68\x72\x65\x61\x64\x20\x31\x20\x74\x72\x79\x69\x6e\x67\x20\x74\x6f\x20\x74\x61\x6b\x65\x20\x6c\x6f\x63\x6b\x73\x20\x41\x20\x74\x68\x65\x6e\x20\x42\x2c\x20\x61\x6e\x64\x20\x74\x68\x72\x65\x61\x64\x20\x32\x20\x74\x72\x79\x69\x6e\x67\x20\x74\x6f\x0a\x20\x20\x20\x20\x74\x61\x6b\x65\x20\x6c\x6f\x63\x6b\x73\x20\x42\x20\x74\x68\x65\x6e\x20\x41\x29\x2e\x0a\x20\x20\x20\x20",
     876             : };
     877             : static
     878             :     struct {
     879             :         PyGC_Head _gc_head;
     880             :         struct {
     881             :             PyObject_VAR_HEAD
     882             :             PyObject *ob_item[2];
     883             :         }_object;
     884             :     }
     885             : importlib__bootstrap_toplevel_consts_7_consts_2_consts = {
     886             :     ._object = {
     887             :         .ob_base = {
     888             :             .ob_base = {
     889             :                 .ob_refcnt = 999999999,
     890             :                 .ob_type = &PyTuple_Type,
     891             :             },
     892             :             .ob_size = 2,
     893             :         },
     894             :         .ob_item = {
     895             :             Py_None,
     896             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
     897             :         },
     898             :     },
     899             : };
     900             : static
     901             :     struct {
     902             :         PyASCIIObject _ascii;
     903             :         uint8_t _data[8];
     904             :     }
     905             : const_str__thread = {
     906             :     ._ascii = {
     907             :         .ob_base = {
     908             :             .ob_refcnt = 999999999,
     909             :             .ob_type = &PyUnicode_Type,
     910             :         },
     911             :         .length = 7,
     912             :         .hash = -1,
     913             :         .state = {
     914             :             .kind = 1,
     915             :             .compact = 1,
     916             :             .ascii = 1,
     917             :         },
     918             :     },
     919             :     ._data = "_thread",
     920             : };
     921             : static
     922             :     struct {
     923             :         PyASCIIObject _ascii;
     924             :         uint8_t _data[14];
     925             :     }
     926             : const_str_allocate_lock = {
     927             :     ._ascii = {
     928             :         .ob_base = {
     929             :             .ob_refcnt = 999999999,
     930             :             .ob_type = &PyUnicode_Type,
     931             :         },
     932             :         .length = 13,
     933             :         .hash = -1,
     934             :         .state = {
     935             :             .kind = 1,
     936             :             .compact = 1,
     937             :             .ascii = 1,
     938             :         },
     939             :     },
     940             :     ._data = "allocate_lock",
     941             : };
     942             : static
     943             :     struct {
     944             :         PyASCIIObject _ascii;
     945             :         uint8_t _data[5];
     946             :     }
     947             : const_str_lock = {
     948             :     ._ascii = {
     949             :         .ob_base = {
     950             :             .ob_refcnt = 999999999,
     951             :             .ob_type = &PyUnicode_Type,
     952             :         },
     953             :         .length = 4,
     954             :         .hash = -1,
     955             :         .state = {
     956             :             .kind = 1,
     957             :             .compact = 1,
     958             :             .ascii = 1,
     959             :         },
     960             :     },
     961             :     ._data = "lock",
     962             : };
     963             : static
     964             :     struct {
     965             :         PyASCIIObject _ascii;
     966             :         uint8_t _data[7];
     967             :     }
     968             : const_str_wakeup = {
     969             :     ._ascii = {
     970             :         .ob_base = {
     971             :             .ob_refcnt = 999999999,
     972             :             .ob_type = &PyUnicode_Type,
     973             :         },
     974             :         .length = 6,
     975             :         .hash = -1,
     976             :         .state = {
     977             :             .kind = 1,
     978             :             .compact = 1,
     979             :             .ascii = 1,
     980             :         },
     981             :     },
     982             :     ._data = "wakeup",
     983             : };
     984             : static
     985             :     struct {
     986             :         PyASCIIObject _ascii;
     987             :         uint8_t _data[6];
     988             :     }
     989             : const_str_owner = {
     990             :     ._ascii = {
     991             :         .ob_base = {
     992             :             .ob_refcnt = 999999999,
     993             :             .ob_type = &PyUnicode_Type,
     994             :         },
     995             :         .length = 5,
     996             :         .hash = -1,
     997             :         .state = {
     998             :             .kind = 1,
     999             :             .compact = 1,
    1000             :             .ascii = 1,
    1001             :         },
    1002             :     },
    1003             :     ._data = "owner",
    1004             : };
    1005             : static
    1006             :     struct {
    1007             :         PyASCIIObject _ascii;
    1008             :         uint8_t _data[6];
    1009             :     }
    1010             : const_str_count = {
    1011             :     ._ascii = {
    1012             :         .ob_base = {
    1013             :             .ob_refcnt = 999999999,
    1014             :             .ob_type = &PyUnicode_Type,
    1015             :         },
    1016             :         .length = 5,
    1017             :         .hash = -1,
    1018             :         .state = {
    1019             :             .kind = 1,
    1020             :             .compact = 1,
    1021             :             .ascii = 1,
    1022             :         },
    1023             :     },
    1024             :     ._data = "count",
    1025             : };
    1026             : static
    1027             :     struct {
    1028             :         PyASCIIObject _ascii;
    1029             :         uint8_t _data[8];
    1030             :     }
    1031             : const_str_waiters = {
    1032             :     ._ascii = {
    1033             :         .ob_base = {
    1034             :             .ob_refcnt = 999999999,
    1035             :             .ob_type = &PyUnicode_Type,
    1036             :         },
    1037             :         .length = 7,
    1038             :         .hash = -1,
    1039             :         .state = {
    1040             :             .kind = 1,
    1041             :             .compact = 1,
    1042             :             .ascii = 1,
    1043             :         },
    1044             :     },
    1045             :     ._data = "waiters",
    1046             : };
    1047             : static
    1048             :     struct {
    1049             :         PyGC_Head _gc_head;
    1050             :         struct {
    1051             :             PyObject_VAR_HEAD
    1052             :             PyObject *ob_item[8];
    1053             :         }_object;
    1054             :     }
    1055             : importlib__bootstrap_toplevel_consts_7_consts_2_names = {
    1056             :     ._object = {
    1057             :         .ob_base = {
    1058             :             .ob_base = {
    1059             :                 .ob_refcnt = 999999999,
    1060             :                 .ob_type = &PyTuple_Type,
    1061             :             },
    1062             :             .ob_size = 8,
    1063             :         },
    1064             :         .ob_item = {
    1065             :             & const_str__thread._ascii.ob_base,
    1066             :             & const_str_allocate_lock._ascii.ob_base,
    1067             :             & const_str_lock._ascii.ob_base,
    1068             :             & const_str_wakeup._ascii.ob_base,
    1069             :             &_Py_ID(name),
    1070             :             & const_str_owner._ascii.ob_base,
    1071             :             & const_str_count._ascii.ob_base,
    1072             :             & const_str_waiters._ascii.ob_base,
    1073             :         },
    1074             :     },
    1075             : };
    1076             : static
    1077             :     struct {
    1078             :         PyASCIIObject _ascii;
    1079             :         uint8_t _data[21];
    1080             :     }
    1081             : importlib__bootstrap_toplevel_consts_7_consts_2_qualname = {
    1082             :     ._ascii = {
    1083             :         .ob_base = {
    1084             :             .ob_refcnt = 999999999,
    1085             :             .ob_type = &PyUnicode_Type,
    1086             :         },
    1087             :         .length = 20,
    1088             :         .hash = -1,
    1089             :         .state = {
    1090             :             .kind = 1,
    1091             :             .compact = 1,
    1092             :             .ascii = 1,
    1093             :         },
    1094             :     },
    1095             :     ._data = "_ModuleLock.__init__",
    1096             : };
    1097             : static
    1098             :     struct {
    1099             :         PyObject_VAR_HEAD
    1100             :         Py_hash_t ob_shash;
    1101             :         char ob_sval[67];
    1102             :     }
    1103             : importlib__bootstrap_toplevel_consts_7_consts_2_linetable = {
    1104             :     .ob_base = {
    1105             :         .ob_base = {
    1106             :             .ob_refcnt = 999999999,
    1107             :             .ob_type = &PyBytes_Type,
    1108             :         },
    1109             :         .ob_size = 66,
    1110             :     },
    1111             :     .ob_shash = -1,
    1112             :     .ob_sval = "\x80\x00\xdd\x14\x1b\xd7\x14\x29\xd1\x14\x29\xd4\x14\x2b\x88\x04\x8c\x09\xdd\x16\x1d\xd7\x16\x2b\xd1\x16\x2b\xd4\x16\x2d\x88\x04\x8c\x0b\xd8\x14\x18\x88\x04\x8c\x09\xd8\x15\x19\x88\x04\x8c\x0a\xd8\x15\x16\x88\x04\x8c\x0a\xd8\x17\x18\x88\x04\x8c\x0c\x88\x0c\x88\x0c",
    1113             : };
    1114             : static
    1115             :     struct {
    1116             :         PyASCIIObject _ascii;
    1117             :         uint8_t _data[5];
    1118             :     }
    1119             : const_str_self = {
    1120             :     ._ascii = {
    1121             :         .ob_base = {
    1122             :             .ob_refcnt = 999999999,
    1123             :             .ob_type = &PyUnicode_Type,
    1124             :         },
    1125             :         .length = 4,
    1126             :         .hash = -1,
    1127             :         .state = {
    1128             :             .kind = 1,
    1129             :             .compact = 1,
    1130             :             .ascii = 1,
    1131             :         },
    1132             :     },
    1133             :     ._data = "self",
    1134             : };
    1135             : static
    1136             :     struct {
    1137             :         PyGC_Head _gc_head;
    1138             :         struct {
    1139             :             PyObject_VAR_HEAD
    1140             :             PyObject *ob_item[2];
    1141             :         }_object;
    1142             :     }
    1143             : importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames = {
    1144             :     ._object = {
    1145             :         .ob_base = {
    1146             :             .ob_base = {
    1147             :                 .ob_refcnt = 999999999,
    1148             :                 .ob_type = &PyTuple_Type,
    1149             :             },
    1150             :             .ob_size = 2,
    1151             :         },
    1152             :         .ob_item = {
    1153             :             & const_str_self._ascii.ob_base,
    1154             :             &_Py_ID(name),
    1155             :         },
    1156             :     },
    1157             : };
    1158             : static
    1159             :     struct {
    1160             :         PyObject_VAR_HEAD
    1161             :         Py_hash_t ob_shash;
    1162             :         char ob_sval[3];
    1163             :     }
    1164             : importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds = {
    1165             :     .ob_base = {
    1166             :         .ob_base = {
    1167             :             .ob_refcnt = 999999999,
    1168             :             .ob_type = &PyBytes_Type,
    1169             :         },
    1170             :         .ob_size = 2,
    1171             :     },
    1172             :     .ob_shash = -1,
    1173             :     .ob_sval = "  ",
    1174             : };
    1175             : static
    1176             :     struct _PyCode_DEF(170)
    1177             : importlib__bootstrap_toplevel_consts_7_consts_2 = {
    1178             :     .ob_base = {
    1179             :         .ob_base = {
    1180             :             .ob_refcnt = 999999999,
    1181             :             .ob_type = &PyCode_Type,
    1182             :         },
    1183             :         .ob_size = 85,
    1184             :     },
    1185             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
    1186             :     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_2_names._object.ob_base.ob_base,
    1187             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    1188             :     .co_flags = 3,
    1189             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    1190             :     ._co_linearray_entry_size = 0,
    1191             :     .co_argcount = 2,
    1192             :     .co_posonlyargcount = 0,
    1193             :     .co_kwonlyargcount = 0,
    1194             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    1195             :     .co_stacksize = 2,
    1196             :     .co_firstlineno = 71,
    1197             :     .co_nlocalsplus = 2,
    1198             :     .co_nlocals = 2,
    1199             :     .co_nplaincellvars = 0,
    1200             :     .co_ncellvars = 0,
    1201             :     .co_nfreevars = 0,
    1202             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
    1203             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    1204             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    1205             :     .co_name = &_Py_ID(__init__),
    1206             :     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
    1207             :     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
    1208             :     ._co_code = NULL,
    1209             :     ._co_linearray = NULL,
    1210             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
    1211             :     ._co_firsttraceable = 0,
    1212             : };
    1213             : static
    1214             :     struct {
    1215             :         PyGC_Head _gc_head;
    1216             :         struct {
    1217             :             PyObject_VAR_HEAD
    1218             :             PyObject *ob_item[3];
    1219             :         }_object;
    1220             :     }
    1221             : importlib__bootstrap_toplevel_consts_7_consts_3_consts = {
    1222             :     ._object = {
    1223             :         .ob_base = {
    1224             :             .ob_base = {
    1225             :                 .ob_refcnt = 999999999,
    1226             :                 .ob_type = &PyTuple_Type,
    1227             :             },
    1228             :             .ob_size = 3,
    1229             :         },
    1230             :         .ob_item = {
    1231             :             Py_None,
    1232             :             Py_True,
    1233             :             Py_False,
    1234             :         },
    1235             :     },
    1236             : };
    1237             : static
    1238             :     struct {
    1239             :         PyASCIIObject _ascii;
    1240             :         uint8_t _data[10];
    1241             :     }
    1242             : const_str_get_ident = {
    1243             :     ._ascii = {
    1244             :         .ob_base = {
    1245             :             .ob_refcnt = 999999999,
    1246             :             .ob_type = &PyUnicode_Type,
    1247             :         },
    1248             :         .length = 9,
    1249             :         .hash = -1,
    1250             :         .state = {
    1251             :             .kind = 1,
    1252             :             .compact = 1,
    1253             :             .ascii = 1,
    1254             :         },
    1255             :     },
    1256             :     ._data = "get_ident",
    1257             : };
    1258             : static
    1259             :     struct {
    1260             :         PyASCIIObject _ascii;
    1261             :         uint8_t _data[4];
    1262             :     }
    1263             : const_str_set = {
    1264             :     ._ascii = {
    1265             :         .ob_base = {
    1266             :             .ob_refcnt = 999999999,
    1267             :             .ob_type = &PyUnicode_Type,
    1268             :         },
    1269             :         .length = 3,
    1270             :         .hash = -1,
    1271             :         .state = {
    1272             :             .kind = 1,
    1273             :             .compact = 1,
    1274             :             .ascii = 1,
    1275             :         },
    1276             :     },
    1277             :     ._data = "set",
    1278             : };
    1279             : static
    1280             :     struct {
    1281             :         PyASCIIObject _ascii;
    1282             :         uint8_t _data[13];
    1283             :     }
    1284             : const_str__blocking_on = {
    1285             :     ._ascii = {
    1286             :         .ob_base = {
    1287             :             .ob_refcnt = 999999999,
    1288             :             .ob_type = &PyUnicode_Type,
    1289             :         },
    1290             :         .length = 12,
    1291             :         .hash = -1,
    1292             :         .state = {
    1293             :             .kind = 1,
    1294             :             .compact = 1,
    1295             :             .ascii = 1,
    1296             :         },
    1297             :     },
    1298             :     ._data = "_blocking_on",
    1299             : };
    1300             : static
    1301             :     struct {
    1302             :         PyGC_Head _gc_head;
    1303             :         struct {
    1304             :             PyObject_VAR_HEAD
    1305             :             PyObject *ob_item[7];
    1306             :         }_object;
    1307             :     }
    1308             : importlib__bootstrap_toplevel_consts_7_consts_3_names = {
    1309             :     ._object = {
    1310             :         .ob_base = {
    1311             :             .ob_base = {
    1312             :                 .ob_refcnt = 999999999,
    1313             :                 .ob_type = &PyTuple_Type,
    1314             :             },
    1315             :             .ob_size = 7,
    1316             :         },
    1317             :         .ob_item = {
    1318             :             & const_str__thread._ascii.ob_base,
    1319             :             & const_str_get_ident._ascii.ob_base,
    1320             :             & const_str_owner._ascii.ob_base,
    1321             :             & const_str_set._ascii.ob_base,
    1322             :             & const_str__blocking_on._ascii.ob_base,
    1323             :             &_Py_ID(get),
    1324             :             &_Py_ID(add),
    1325             :         },
    1326             :     },
    1327             : };
    1328             : static
    1329             :     struct {
    1330             :         PyASCIIObject _ascii;
    1331             :         uint8_t _data[13];
    1332             :     }
    1333             : const_str_has_deadlock = {
    1334             :     ._ascii = {
    1335             :         .ob_base = {
    1336             :             .ob_refcnt = 999999999,
    1337             :             .ob_type = &PyUnicode_Type,
    1338             :         },
    1339             :         .length = 12,
    1340             :         .hash = -1,
    1341             :         .state = {
    1342             :             .kind = 1,
    1343             :             .compact = 1,
    1344             :             .ascii = 1,
    1345             :         },
    1346             :     },
    1347             :     ._data = "has_deadlock",
    1348             : };
    1349             : static
    1350             :     struct {
    1351             :         PyASCIIObject _ascii;
    1352             :         uint8_t _data[25];
    1353             :     }
    1354             : importlib__bootstrap_toplevel_consts_7_consts_3_qualname = {
    1355             :     ._ascii = {
    1356             :         .ob_base = {
    1357             :             .ob_refcnt = 999999999,
    1358             :             .ob_type = &PyUnicode_Type,
    1359             :         },
    1360             :         .length = 24,
    1361             :         .hash = -1,
    1362             :         .state = {
    1363             :             .kind = 1,
    1364             :             .compact = 1,
    1365             :             .ascii = 1,
    1366             :         },
    1367             :     },
    1368             :     ._data = "_ModuleLock.has_deadlock",
    1369             : };
    1370             : static
    1371             :     struct {
    1372             :         PyObject_VAR_HEAD
    1373             :         Py_hash_t ob_shash;
    1374             :         char ob_sval[128];
    1375             :     }
    1376             : importlib__bootstrap_toplevel_consts_7_consts_3_linetable = {
    1377             :     .ob_base = {
    1378             :         .ob_base = {
    1379             :             .ob_refcnt = 999999999,
    1380             :             .ob_type = &PyBytes_Type,
    1381             :         },
    1382             :         .ob_size = 127,
    1383             :     },
    1384             :     .ob_shash = -1,
    1385             :     .ob_sval = "\x80\x00\xe5\x0d\x14\xd7\x0d\x1e\xd1\x0d\x1e\xd4\x0d\x20\x88\x02\xd8\x0e\x12\x8f\x6a\x89\x6a\x88\x03\xdd\x0f\x12\x8c\x75\x88\x04\xd8\x0e\x12\xdd\x13\x1f\xd7\x13\x23\xd1\x13\x23\xa0\x43\xd4\x13\x28\x88\x44\xd8\x0f\x13\xf0\x00\x01\x0d\x1d\xd8\x17\x1c\x90\x75\xd8\x12\x16\x97\x2a\x91\x2a\x88\x43\xd8\x0f\x12\x90\x62\x8a\x79\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\xd8\x0f\x12\x90\x64\x88\x7b\xf0\x00\x06\x0d\x1d\xf0\x0c\x00\x18\x1d\x90\x75\xd8\x0c\x10\x8f\x48\x89\x48\x90\x53\x8c\x4d\x88\x4d\xf0\x1d\x00\x0f\x13",
    1386             : };
    1387             : static
    1388             :     struct {
    1389             :         PyASCIIObject _ascii;
    1390             :         uint8_t _data[3];
    1391             :     }
    1392             : const_str_me = {
    1393             :     ._ascii = {
    1394             :         .ob_base = {
    1395             :             .ob_refcnt = 999999999,
    1396             :             .ob_type = &PyUnicode_Type,
    1397             :         },
    1398             :         .length = 2,
    1399             :         .hash = -1,
    1400             :         .state = {
    1401             :             .kind = 1,
    1402             :             .compact = 1,
    1403             :             .ascii = 1,
    1404             :         },
    1405             :     },
    1406             :     ._data = "me",
    1407             : };
    1408             : static
    1409             :     struct {
    1410             :         PyASCIIObject _ascii;
    1411             :         uint8_t _data[4];
    1412             :     }
    1413             : const_str_tid = {
    1414             :     ._ascii = {
    1415             :         .ob_base = {
    1416             :             .ob_refcnt = 999999999,
    1417             :             .ob_type = &PyUnicode_Type,
    1418             :         },
    1419             :         .length = 3,
    1420             :         .hash = -1,
    1421             :         .state = {
    1422             :             .kind = 1,
    1423             :             .compact = 1,
    1424             :             .ascii = 1,
    1425             :         },
    1426             :     },
    1427             :     ._data = "tid",
    1428             : };
    1429             : static
    1430             :     struct {
    1431             :         PyASCIIObject _ascii;
    1432             :         uint8_t _data[5];
    1433             :     }
    1434             : const_str_seen = {
    1435             :     ._ascii = {
    1436             :         .ob_base = {
    1437             :             .ob_refcnt = 999999999,
    1438             :             .ob_type = &PyUnicode_Type,
    1439             :         },
    1440             :         .length = 4,
    1441             :         .hash = -1,
    1442             :         .state = {
    1443             :             .kind = 1,
    1444             :             .compact = 1,
    1445             :             .ascii = 1,
    1446             :         },
    1447             :     },
    1448             :     ._data = "seen",
    1449             : };
    1450             : static
    1451             :     struct {
    1452             :         PyGC_Head _gc_head;
    1453             :         struct {
    1454             :             PyObject_VAR_HEAD
    1455             :             PyObject *ob_item[5];
    1456             :         }_object;
    1457             :     }
    1458             : importlib__bootstrap_toplevel_consts_7_consts_3_localsplusnames = {
    1459             :     ._object = {
    1460             :         .ob_base = {
    1461             :             .ob_base = {
    1462             :                 .ob_refcnt = 999999999,
    1463             :                 .ob_type = &PyTuple_Type,
    1464             :             },
    1465             :             .ob_size = 5,
    1466             :         },
    1467             :         .ob_item = {
    1468             :             & const_str_self._ascii.ob_base,
    1469             :             & const_str_me._ascii.ob_base,
    1470             :             & const_str_tid._ascii.ob_base,
    1471             :             & const_str_seen._ascii.ob_base,
    1472             :             & const_str_lock._ascii.ob_base,
    1473             :         },
    1474             :     },
    1475             : };
    1476             : static
    1477             :     struct {
    1478             :         PyObject_VAR_HEAD
    1479             :         Py_hash_t ob_shash;
    1480             :         char ob_sval[6];
    1481             :     }
    1482             : importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds = {
    1483             :     .ob_base = {
    1484             :         .ob_base = {
    1485             :             .ob_refcnt = 999999999,
    1486             :             .ob_type = &PyBytes_Type,
    1487             :         },
    1488             :         .ob_size = 5,
    1489             :     },
    1490             :     .ob_shash = -1,
    1491             :     .ob_sval = "     ",
    1492             : };
    1493             : static
    1494             :     struct _PyCode_DEF(240)
    1495             : importlib__bootstrap_toplevel_consts_7_consts_3 = {
    1496             :     .ob_base = {
    1497             :         .ob_base = {
    1498             :             .ob_refcnt = 999999999,
    1499             :             .ob_type = &PyCode_Type,
    1500             :         },
    1501             :         .ob_size = 120,
    1502             :     },
    1503             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
    1504             :     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
    1505             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    1506             :     .co_flags = 3,
    1507             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    1508             :     ._co_linearray_entry_size = 0,
    1509             :     .co_argcount = 1,
    1510             :     .co_posonlyargcount = 0,
    1511             :     .co_kwonlyargcount = 0,
    1512             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    1513             :     .co_stacksize = 3,
    1514             :     .co_firstlineno = 79,
    1515             :     .co_nlocalsplus = 5,
    1516             :     .co_nlocals = 5,
    1517             :     .co_nplaincellvars = 0,
    1518             :     .co_ncellvars = 0,
    1519             :     .co_nfreevars = 0,
    1520             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_3_localsplusnames._object.ob_base.ob_base,
    1521             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
    1522             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    1523             :     .co_name = & const_str_has_deadlock._ascii.ob_base,
    1524             :     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
    1525             :     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
    1526             :     ._co_code = NULL,
    1527             :     ._co_linearray = NULL,
    1528             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x02\x53\x00\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x7c\x02\x7c\x03\x76\x00\x72\x02\x64\x02\x53\x00\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x48",
    1529             :     ._co_firsttraceable = 0,
    1530             : };
    1531             : static
    1532             :     struct {
    1533             :         PyASCIIObject _ascii;
    1534             :         uint8_t _data[186];
    1535             :     }
    1536             : importlib__bootstrap_toplevel_consts_7_consts_4_consts_0 = {
    1537             :     ._ascii = {
    1538             :         .ob_base = {
    1539             :             .ob_refcnt = 999999999,
    1540             :             .ob_type = &PyUnicode_Type,
    1541             :         },
    1542             :         .length = 185,
    1543             :         .hash = -1,
    1544             :         .state = {
    1545             :             .kind = 1,
    1546             :             .compact = 1,
    1547             :             .ascii = 1,
    1548             :         },
    1549             :     },
    1550             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x41\x63\x71\x75\x69\x72\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6c\x6f\x63\x6b\x2e\x20\x20\x49\x66\x20\x61\x20\x70\x6f\x74\x65\x6e\x74\x69\x61\x6c\x20\x64\x65\x61\x64\x6c\x6f\x63\x6b\x20\x69\x73\x20\x64\x65\x74\x65\x63\x74\x65\x64\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x20\x5f\x44\x65\x61\x64\x6c\x6f\x63\x6b\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4f\x74\x68\x65\x72\x77\x69\x73\x65\x2c\x20\x74\x68\x65\x20\x6c\x6f\x63\x6b\x20\x69\x73\x20\x61\x6c\x77\x61\x79\x73\x20\x61\x63\x71\x75\x69\x72\x65\x64\x20\x61\x6e\x64\x20\x54\x72\x75\x65\x20\x69\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
    1551             : };
    1552             : static
    1553             :     struct {
    1554             :         PyASCIIObject _ascii;
    1555             :         uint8_t _data[24];
    1556             :     }
    1557             : importlib__bootstrap_toplevel_consts_7_consts_4_consts_5 = {
    1558             :     ._ascii = {
    1559             :         .ob_base = {
    1560             :             .ob_refcnt = 999999999,
    1561             :             .ob_type = &PyUnicode_Type,
    1562             :         },
    1563             :         .length = 23,
    1564             :         .hash = -1,
    1565             :         .state = {
    1566             :             .kind = 1,
    1567             :             .compact = 1,
    1568             :             .ascii = 1,
    1569             :         },
    1570             :     },
    1571             :     ._data = "deadlock detected by %r",
    1572             : };
    1573             : static
    1574             :     struct {
    1575             :         PyGC_Head _gc_head;
    1576             :         struct {
    1577             :             PyObject_VAR_HEAD
    1578             :             PyObject *ob_item[7];
    1579             :         }_object;
    1580             :     }
    1581             : importlib__bootstrap_toplevel_consts_7_consts_4_consts = {
    1582             :     ._object = {
    1583             :         .ob_base = {
    1584             :             .ob_base = {
    1585             :                 .ob_refcnt = 999999999,
    1586             :                 .ob_type = &PyTuple_Type,
    1587             :             },
    1588             :             .ob_size = 7,
    1589             :         },
    1590             :         .ob_item = {
    1591             :             & importlib__bootstrap_toplevel_consts_7_consts_4_consts_0._ascii.ob_base,
    1592             :             Py_True,
    1593             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
    1594             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
    1595             :             Py_None,
    1596             :             & importlib__bootstrap_toplevel_consts_7_consts_4_consts_5._ascii.ob_base,
    1597             :             Py_False,
    1598             :         },
    1599             :     },
    1600             : };
    1601             : static
    1602             :     struct {
    1603             :         PyASCIIObject _ascii;
    1604             :         uint8_t _data[8];
    1605             :     }
    1606             : const_str_acquire = {
    1607             :     ._ascii = {
    1608             :         .ob_base = {
    1609             :             .ob_refcnt = 999999999,
    1610             :             .ob_type = &PyUnicode_Type,
    1611             :         },
    1612             :         .length = 7,
    1613             :         .hash = -1,
    1614             :         .state = {
    1615             :             .kind = 1,
    1616             :             .compact = 1,
    1617             :             .ascii = 1,
    1618             :         },
    1619             :     },
    1620             :     ._data = "acquire",
    1621             : };
    1622             : static
    1623             :     struct {
    1624             :         PyASCIIObject _ascii;
    1625             :         uint8_t _data[8];
    1626             :     }
    1627             : const_str_release = {
    1628             :     ._ascii = {
    1629             :         .ob_base = {
    1630             :             .ob_refcnt = 999999999,
    1631             :             .ob_type = &PyUnicode_Type,
    1632             :         },
    1633             :         .length = 7,
    1634             :         .hash = -1,
    1635             :         .state = {
    1636             :             .kind = 1,
    1637             :             .compact = 1,
    1638             :             .ascii = 1,
    1639             :         },
    1640             :     },
    1641             :     ._data = "release",
    1642             : };
    1643             : static
    1644             :     struct {
    1645             :         PyGC_Head _gc_head;
    1646             :         struct {
    1647             :             PyObject_VAR_HEAD
    1648             :             PyObject *ob_item[12];
    1649             :         }_object;
    1650             :     }
    1651             : importlib__bootstrap_toplevel_consts_7_consts_4_names = {
    1652             :     ._object = {
    1653             :         .ob_base = {
    1654             :             .ob_base = {
    1655             :                 .ob_refcnt = 999999999,
    1656             :                 .ob_type = &PyTuple_Type,
    1657             :             },
    1658             :             .ob_size = 12,
    1659             :         },
    1660             :         .ob_item = {
    1661             :             & const_str__thread._ascii.ob_base,
    1662             :             & const_str_get_ident._ascii.ob_base,
    1663             :             & const_str__blocking_on._ascii.ob_base,
    1664             :             & const_str_lock._ascii.ob_base,
    1665             :             & const_str_count._ascii.ob_base,
    1666             :             & const_str_owner._ascii.ob_base,
    1667             :             & const_str_has_deadlock._ascii.ob_base,
    1668             :             & const_str__DeadlockError._ascii.ob_base,
    1669             :             & const_str_wakeup._ascii.ob_base,
    1670             :             & const_str_acquire._ascii.ob_base,
    1671             :             & const_str_waiters._ascii.ob_base,
    1672             :             & const_str_release._ascii.ob_base,
    1673             :         },
    1674             :     },
    1675             : };
    1676             : static
    1677             :     struct {
    1678             :         PyASCIIObject _ascii;
    1679             :         uint8_t _data[20];
    1680             :     }
    1681             : importlib__bootstrap_toplevel_consts_7_consts_4_qualname = {
    1682             :     ._ascii = {
    1683             :         .ob_base = {
    1684             :             .ob_refcnt = 999999999,
    1685             :             .ob_type = &PyUnicode_Type,
    1686             :         },
    1687             :         .length = 19,
    1688             :         .hash = -1,
    1689             :         .state = {
    1690             :             .kind = 1,
    1691             :             .compact = 1,
    1692             :             .ascii = 1,
    1693             :         },
    1694             :     },
    1695             :     ._data = "_ModuleLock.acquire",
    1696             : };
    1697             : static
    1698             :     struct {
    1699             :         PyObject_VAR_HEAD
    1700             :         Py_hash_t ob_shash;
    1701             :         char ob_sval[373];
    1702             :     }
    1703             : importlib__bootstrap_toplevel_consts_7_consts_4_linetable = {
    1704             :     .ob_base = {
    1705             :         .ob_base = {
    1706             :             .ob_refcnt = 999999999,
    1707             :             .ob_type = &PyBytes_Type,
    1708             :         },
    1709             :         .ob_size = 372,
    1710             :     },
    1711             :     .ob_shash = -1,
    1712             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x0f\x16\xd7\x0e\x1f\xd1\x0e\x1f\xd4\x0e\x21\x88\x03\xd8\x1c\x20\x8d\x0c\x90\x53\xd1\x08\x19\xf0\x02\x0f\x09\x22\xd8\x12\x16\xd8\x15\x19\x97\x59\x91\x59\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xd8\x17\x1b\x97\x7a\x91\x7a\xa0\x51\x92\x7f\xf0\x00\x03\x15\x24\xa8\x24\xaf\x2a\xa9\x2a\xb8\x03\xd2\x2a\x3b\xf0\x00\x03\x15\x24\xd8\x25\x28\x98\x04\x9c\x0a\xd8\x18\x1c\x98\x0a\x9f\x0a\x99\x0a\xa0\x61\x99\x0f\x98\x0a\x9c\x0a\xd8\x1f\x23\xf0\x09\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf4\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf5\x1a\x00\x11\x1d\x98\x53\xd0\x10\x21\xd0\x10\x21\xd0\x10\x21\xf0\x11\x00\x18\x1c\xd7\x17\x28\xd1\x17\x28\xd4\x17\x2a\xf0\x00\x01\x15\x4f\x01\xdd\x1e\x2c\xd0\x2d\x46\xc8\x14\xd1\x2d\x4d\xd4\x1e\x4e\xd0\x18\x4e\xd8\x17\x1b\x97\x7b\x91\x7b\xd7\x17\x2a\xd1\x17\x2a\xa8\x35\xd4\x17\x31\xf0\x00\x01\x15\x2a\xd8\x18\x1c\x98\x0c\x9f\x0c\x99\x0c\xa8\x01\xd1\x18\x29\x98\x0c\x9c\x0c\xf0\x11\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf4\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x14\x00\x11\x15\x97\x0b\x91\x0b\xd7\x10\x23\xd1\x10\x23\xd4\x10\x25\xd0\x10\x25\xd8\x10\x14\x97\x0b\x91\x0b\xd7\x10\x23\xd1\x10\x23\xd4\x10\x25\xd0\x10\x25\xf0\x19\x00\x13\x17\xf0\x02\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf8\xf8\xf8\xf8\xf5\x1a\x00\x11\x1d\x98\x53\xd0\x10\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21",
    1713             : };
    1714             : static
    1715             :     struct {
    1716             :         PyObject_VAR_HEAD
    1717             :         Py_hash_t ob_shash;
    1718             :         char ob_sval[49];
    1719             :     }
    1720             : importlib__bootstrap_toplevel_consts_7_consts_4_exceptiontable = {
    1721             :     .ob_base = {
    1722             :         .ob_base = {
    1723             :             .ob_refcnt = 999999999,
    1724             :             .ob_type = &PyBytes_Type,
    1725             :         },
    1726             :         .ob_size = 48,
    1727             :     },
    1728             :     .ob_shash = -1,
    1729             :     .ob_sval = "\xa2\x0d\x44\x1e\x00\xaf\x3e\x44\x12\x03\xc1\x2d\x09\x44\x1e\x00\xc2\x00\x41\x12\x44\x12\x03\xc3\x12\x41\x00\x44\x1e\x00\xc4\x12\x05\x44\x1b\x07\xc4\x17\x07\x44\x1e\x00\xc4\x1e\x0a\x44\x28\x03",
    1730             : };
    1731             : static
    1732             :     struct {
    1733             :         PyGC_Head _gc_head;
    1734             :         struct {
    1735             :             PyObject_VAR_HEAD
    1736             :             PyObject *ob_item[2];
    1737             :         }_object;
    1738             :     }
    1739             : importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames = {
    1740             :     ._object = {
    1741             :         .ob_base = {
    1742             :             .ob_base = {
    1743             :                 .ob_refcnt = 999999999,
    1744             :                 .ob_type = &PyTuple_Type,
    1745             :             },
    1746             :             .ob_size = 2,
    1747             :         },
    1748             :         .ob_item = {
    1749             :             & const_str_self._ascii.ob_base,
    1750             :             & const_str_tid._ascii.ob_base,
    1751             :         },
    1752             :     },
    1753             : };
    1754             : static
    1755             :     struct _PyCode_DEF(598)
    1756             : importlib__bootstrap_toplevel_consts_7_consts_4 = {
    1757             :     .ob_base = {
    1758             :         .ob_base = {
    1759             :             .ob_refcnt = 999999999,
    1760             :             .ob_type = &PyCode_Type,
    1761             :         },
    1762             :         .ob_size = 299,
    1763             :     },
    1764             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_4_consts._object.ob_base.ob_base,
    1765             :     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_4_names._object.ob_base.ob_base,
    1766             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_7_consts_4_exceptiontable.ob_base.ob_base,
    1767             :     .co_flags = 3,
    1768             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    1769             :     ._co_linearray_entry_size = 0,
    1770             :     .co_argcount = 1,
    1771             :     .co_posonlyargcount = 0,
    1772             :     .co_kwonlyargcount = 0,
    1773             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    1774             :     .co_stacksize = 6,
    1775             :     .co_firstlineno = 100,
    1776             :     .co_nlocalsplus = 2,
    1777             :     .co_nlocals = 2,
    1778             :     .co_nplaincellvars = 0,
    1779             :     .co_ncellvars = 0,
    1780             :     .co_nfreevars = 0,
    1781             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames._object.ob_base.ob_base,
    1782             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    1783             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    1784             :     .co_name = & const_str_acquire._ascii.ob_base,
    1785             :     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_4_qualname._ascii.ob_base,
    1786             :     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_4_linetable.ob_base.ob_base,
    1787             :     ._co_code = NULL,
    1788             :     ._co_linearray = NULL,
    1789             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x09\x00\x09\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x73\x10\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x30\x7c\x01\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x78\x01\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x0d\x00\x00\x63\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x64\x04\x64\x04\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x64\x01\x53\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x10\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\x7c\x00\x78\x01\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x0d\x00\x00\x63\x02\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x64\x04\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xef\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x40\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x77\x00\x78\x03\x59\x00\x77\x01",
    1790             :     ._co_firsttraceable = 0,
    1791             : };
    1792             : static
    1793             :     struct {
    1794             :         PyASCIIObject _ascii;
    1795             :         uint8_t _data[32];
    1796             :     }
    1797             : importlib__bootstrap_toplevel_consts_7_consts_5_consts_1 = {
    1798             :     ._ascii = {
    1799             :         .ob_base = {
    1800             :             .ob_refcnt = 999999999,
    1801             :             .ob_type = &PyUnicode_Type,
    1802             :         },
    1803             :         .length = 31,
    1804             :         .hash = -1,
    1805             :         .state = {
    1806             :             .kind = 1,
    1807             :             .compact = 1,
    1808             :             .ascii = 1,
    1809             :         },
    1810             :     },
    1811             :     ._data = "cannot release un-acquired lock",
    1812             : };
    1813             : static
    1814             :     struct {
    1815             :         PyGC_Head _gc_head;
    1816             :         struct {
    1817             :             PyObject_VAR_HEAD
    1818             :             PyObject *ob_item[4];
    1819             :         }_object;
    1820             :     }
    1821             : importlib__bootstrap_toplevel_consts_7_consts_5_consts = {
    1822             :     ._object = {
    1823             :         .ob_base = {
    1824             :             .ob_base = {
    1825             :                 .ob_refcnt = 999999999,
    1826             :                 .ob_type = &PyTuple_Type,
    1827             :             },
    1828             :             .ob_size = 4,
    1829             :         },
    1830             :         .ob_item = {
    1831             :             Py_None,
    1832             :             & importlib__bootstrap_toplevel_consts_7_consts_5_consts_1._ascii.ob_base,
    1833             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
    1834             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
    1835             :         },
    1836             :     },
    1837             : };
    1838             : static
    1839             :     struct {
    1840             :         PyASCIIObject _ascii;
    1841             :         uint8_t _data[13];
    1842             :     }
    1843             : const_str_RuntimeError = {
    1844             :     ._ascii = {
    1845             :         .ob_base = {
    1846             :             .ob_refcnt = 999999999,
    1847             :             .ob_type = &PyUnicode_Type,
    1848             :         },
    1849             :         .length = 12,
    1850             :         .hash = -1,
    1851             :         .state = {
    1852             :             .kind = 1,
    1853             :             .compact = 1,
    1854             :             .ascii = 1,
    1855             :         },
    1856             :     },
    1857             :     ._data = "RuntimeError",
    1858             : };
    1859             : static
    1860             :     struct {
    1861             :         PyGC_Head _gc_head;
    1862             :         struct {
    1863             :             PyObject_VAR_HEAD
    1864             :             PyObject *ob_item[9];
    1865             :         }_object;
    1866             :     }
    1867             : importlib__bootstrap_toplevel_consts_7_consts_5_names = {
    1868             :     ._object = {
    1869             :         .ob_base = {
    1870             :             .ob_base = {
    1871             :                 .ob_refcnt = 999999999,
    1872             :                 .ob_type = &PyTuple_Type,
    1873             :             },
    1874             :             .ob_size = 9,
    1875             :         },
    1876             :         .ob_item = {
    1877             :             & const_str__thread._ascii.ob_base,
    1878             :             & const_str_get_ident._ascii.ob_base,
    1879             :             & const_str_lock._ascii.ob_base,
    1880             :             & const_str_owner._ascii.ob_base,
    1881             :             & const_str_RuntimeError._ascii.ob_base,
    1882             :             & const_str_count._ascii.ob_base,
    1883             :             & const_str_waiters._ascii.ob_base,
    1884             :             & const_str_wakeup._ascii.ob_base,
    1885             :             & const_str_release._ascii.ob_base,
    1886             :         },
    1887             :     },
    1888             : };
    1889             : static
    1890             :     struct {
    1891             :         PyASCIIObject _ascii;
    1892             :         uint8_t _data[20];
    1893             :     }
    1894             : importlib__bootstrap_toplevel_consts_7_consts_5_qualname = {
    1895             :     ._ascii = {
    1896             :         .ob_base = {
    1897             :             .ob_refcnt = 999999999,
    1898             :             .ob_type = &PyUnicode_Type,
    1899             :         },
    1900             :         .length = 19,
    1901             :         .hash = -1,
    1902             :         .state = {
    1903             :             .kind = 1,
    1904             :             .compact = 1,
    1905             :             .ascii = 1,
    1906             :         },
    1907             :     },
    1908             :     ._data = "_ModuleLock.release",
    1909             : };
    1910             : static
    1911             :     struct {
    1912             :         PyObject_VAR_HEAD
    1913             :         Py_hash_t ob_shash;
    1914             :         char ob_sval[261];
    1915             :     }
    1916             : importlib__bootstrap_toplevel_consts_7_consts_5_linetable = {
    1917             :     .ob_base = {
    1918             :         .ob_base = {
    1919             :             .ob_refcnt = 999999999,
    1920             :             .ob_type = &PyBytes_Type,
    1921             :         },
    1922             :         .ob_size = 260,
    1923             :     },
    1924             :     .ob_shash = -1,
    1925             :     .ob_sval = "\x80\x00\xdd\x0e\x15\xd7\x0e\x1f\xd1\x0e\x1f\xd4\x0e\x21\x88\x03\xd8\x0d\x11\x8f\x59\x89\x59\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xd8\x0f\x13\x8f\x7a\x89\x7a\x98\x53\xd2\x0f\x20\xf0\x00\x01\x0d\x46\x01\xdd\x16\x22\xd0\x23\x44\xd4\x16\x45\xd0\x10\x45\xd8\x13\x17\x97\x3a\x91\x3a\xa0\x01\x92\x3e\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xd8\x0c\x10\x88\x4a\x8f\x4a\x89\x4a\x98\x21\x89\x4f\x88\x4a\x8c\x4a\xd8\x0f\x13\x8f\x7a\x89\x7a\x98\x51\x8a\x7f\xf0\x00\x04\x0d\x2a\xd8\x1d\x21\x90\x04\x94\x0a\xd8\x13\x17\x97\x3c\x91\x3c\xf0\x00\x02\x11\x2a\xd8\x14\x18\x90\x4c\x97\x4c\x91\x4c\xa0\x41\xd1\x14\x25\x90\x4c\x94\x4c\xd8\x14\x18\x97\x4b\x91\x4b\xd7\x14\x27\xd1\x14\x27\xd4\x14\x29\xd0\x14\x29\xf0\x13\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf4\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf8\xf8\xf8",
    1926             : };
    1927             : static
    1928             :     struct {
    1929             :         PyObject_VAR_HEAD
    1930             :         Py_hash_t ob_shash;
    1931             :         char ob_sval[13];
    1932             :     }
    1933             : importlib__bootstrap_toplevel_consts_7_consts_5_exceptiontable = {
    1934             :     .ob_base = {
    1935             :         .ob_base = {
    1936             :             .ob_refcnt = 999999999,
    1937             :             .ob_type = &PyBytes_Type,
    1938             :         },
    1939             :         .ob_size = 12,
    1940             :     },
    1941             :     .ob_shash = -1,
    1942             :     .ob_sval = "\xa3\x42\x18\x43\x06\x03\xc3\x06\x05\x43\x10\x07",
    1943             : };
    1944             : static
    1945             :     struct _PyCode_DEF(422)
    1946             : importlib__bootstrap_toplevel_consts_7_consts_5 = {
    1947             :     .ob_base = {
    1948             :         .ob_base = {
    1949             :             .ob_refcnt = 999999999,
    1950             :             .ob_type = &PyCode_Type,
    1951             :         },
    1952             :         .ob_size = 211,
    1953             :     },
    1954             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_5_consts._object.ob_base.ob_base,
    1955             :     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_5_names._object.ob_base.ob_base,
    1956             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_7_consts_5_exceptiontable.ob_base.ob_base,
    1957             :     .co_flags = 3,
    1958             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    1959             :     ._co_linearray_entry_size = 0,
    1960             :     .co_argcount = 1,
    1961             :     .co_posonlyargcount = 0,
    1962             :     .co_kwonlyargcount = 0,
    1963             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    1964             :     .co_stacksize = 6,
    1965             :     .co_firstlineno = 125,
    1966             :     .co_nlocalsplus = 2,
    1967             :     .co_nlocals = 2,
    1968             :     .co_nplaincellvars = 0,
    1969             :     .co_ncellvars = 0,
    1970             :     .co_nfreevars = 0,
    1971             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames._object.ob_base.ob_base,
    1972             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    1973             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    1974             :     .co_name = & const_str_release._ascii.ob_base,
    1975             :     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_5_qualname._ascii.ob_base,
    1976             :     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_5_linetable.ob_base.ob_base,
    1977             :     ._co_code = NULL,
    1978             :     ._co_linearray = NULL,
    1979             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x04\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x00\x78\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x17\x00\x00\x63\x02\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x43\x64\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x7c\x00\x78\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x17\x00\x00\x63\x02\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x00\x53\x00\x78\x03\x59\x00\x77\x01",
    1980             :     ._co_firsttraceable = 0,
    1981             : };
    1982             : static
    1983             :     struct {
    1984             :         PyASCIIObject _ascii;
    1985             :         uint8_t _data[24];
    1986             :     }
    1987             : importlib__bootstrap_toplevel_consts_7_consts_6_consts_1 = {
    1988             :     ._ascii = {
    1989             :         .ob_base = {
    1990             :             .ob_refcnt = 999999999,
    1991             :             .ob_type = &PyUnicode_Type,
    1992             :         },
    1993             :         .length = 23,
    1994             :         .hash = -1,
    1995             :         .state = {
    1996             :             .kind = 1,
    1997             :             .compact = 1,
    1998             :             .ascii = 1,
    1999             :         },
    2000             :     },
    2001             :     ._data = "_ModuleLock({!r}) at {}",
    2002             : };
    2003             : static
    2004             :     struct {
    2005             :         PyGC_Head _gc_head;
    2006             :         struct {
    2007             :             PyObject_VAR_HEAD
    2008             :             PyObject *ob_item[2];
    2009             :         }_object;
    2010             :     }
    2011             : importlib__bootstrap_toplevel_consts_7_consts_6_consts = {
    2012             :     ._object = {
    2013             :         .ob_base = {
    2014             :             .ob_base = {
    2015             :                 .ob_refcnt = 999999999,
    2016             :                 .ob_type = &PyTuple_Type,
    2017             :             },
    2018             :             .ob_size = 2,
    2019             :         },
    2020             :         .ob_item = {
    2021             :             Py_None,
    2022             :             & importlib__bootstrap_toplevel_consts_7_consts_6_consts_1._ascii.ob_base,
    2023             :         },
    2024             :     },
    2025             : };
    2026             : static
    2027             :     struct {
    2028             :         PyASCIIObject _ascii;
    2029             :         uint8_t _data[7];
    2030             :     }
    2031             : const_str_format = {
    2032             :     ._ascii = {
    2033             :         .ob_base = {
    2034             :             .ob_refcnt = 999999999,
    2035             :             .ob_type = &PyUnicode_Type,
    2036             :         },
    2037             :         .length = 6,
    2038             :         .hash = -1,
    2039             :         .state = {
    2040             :             .kind = 1,
    2041             :             .compact = 1,
    2042             :             .ascii = 1,
    2043             :         },
    2044             :     },
    2045             :     ._data = "format",
    2046             : };
    2047             : static
    2048             :     struct {
    2049             :         PyASCIIObject _ascii;
    2050             :         uint8_t _data[3];
    2051             :     }
    2052             : const_str_id = {
    2053             :     ._ascii = {
    2054             :         .ob_base = {
    2055             :             .ob_refcnt = 999999999,
    2056             :             .ob_type = &PyUnicode_Type,
    2057             :         },
    2058             :         .length = 2,
    2059             :         .hash = -1,
    2060             :         .state = {
    2061             :             .kind = 1,
    2062             :             .compact = 1,
    2063             :             .ascii = 1,
    2064             :         },
    2065             :     },
    2066             :     ._data = "id",
    2067             : };
    2068             : static
    2069             :     struct {
    2070             :         PyGC_Head _gc_head;
    2071             :         struct {
    2072             :             PyObject_VAR_HEAD
    2073             :             PyObject *ob_item[3];
    2074             :         }_object;
    2075             :     }
    2076             : importlib__bootstrap_toplevel_consts_7_consts_6_names = {
    2077             :     ._object = {
    2078             :         .ob_base = {
    2079             :             .ob_base = {
    2080             :                 .ob_refcnt = 999999999,
    2081             :                 .ob_type = &PyTuple_Type,
    2082             :             },
    2083             :             .ob_size = 3,
    2084             :         },
    2085             :         .ob_item = {
    2086             :             & const_str_format._ascii.ob_base,
    2087             :             &_Py_ID(name),
    2088             :             & const_str_id._ascii.ob_base,
    2089             :         },
    2090             :     },
    2091             : };
    2092             : static
    2093             :     struct {
    2094             :         PyASCIIObject _ascii;
    2095             :         uint8_t _data[21];
    2096             :     }
    2097             : importlib__bootstrap_toplevel_consts_7_consts_6_qualname = {
    2098             :     ._ascii = {
    2099             :         .ob_base = {
    2100             :             .ob_refcnt = 999999999,
    2101             :             .ob_type = &PyUnicode_Type,
    2102             :         },
    2103             :         .length = 20,
    2104             :         .hash = -1,
    2105             :         .state = {
    2106             :             .kind = 1,
    2107             :             .compact = 1,
    2108             :             .ascii = 1,
    2109             :         },
    2110             :     },
    2111             :     ._data = "_ModuleLock.__repr__",
    2112             : };
    2113             : static
    2114             :     struct {
    2115             :         PyObject_VAR_HEAD
    2116             :         Py_hash_t ob_shash;
    2117             :         char ob_sval[30];
    2118             :     }
    2119             : importlib__bootstrap_toplevel_consts_7_consts_6_linetable = {
    2120             :     .ob_base = {
    2121             :         .ob_base = {
    2122             :             .ob_refcnt = 999999999,
    2123             :             .ob_type = &PyBytes_Type,
    2124             :         },
    2125             :         .ob_size = 29,
    2126             :     },
    2127             :     .ob_shash = -1,
    2128             :     .ob_sval = "\x80\x00\xd8\x0f\x28\xd7\x0f\x2f\xd1\x0f\x2f\xb0\x04\xb7\x09\xb1\x09\xbd\x32\xb8\x64\xbc\x38\xd4\x0f\x44\xd0\x08\x44",
    2129             : };
    2130             : static
    2131             :     struct {
    2132             :         PyGC_Head _gc_head;
    2133             :         struct {
    2134             :             PyObject_VAR_HEAD
    2135             :             PyObject *ob_item[1];
    2136             :         }_object;
    2137             :     }
    2138             : importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames = {
    2139             :     ._object = {
    2140             :         .ob_base = {
    2141             :             .ob_base = {
    2142             :                 .ob_refcnt = 999999999,
    2143             :                 .ob_type = &PyTuple_Type,
    2144             :             },
    2145             :             .ob_size = 1,
    2146             :         },
    2147             :         .ob_item = {
    2148             :             & const_str_self._ascii.ob_base,
    2149             :         },
    2150             :     },
    2151             : };
    2152             : static
    2153             :     struct _PyCode_DEF(82)
    2154             : importlib__bootstrap_toplevel_consts_7_consts_6 = {
    2155             :     .ob_base = {
    2156             :         .ob_base = {
    2157             :             .ob_refcnt = 999999999,
    2158             :             .ob_type = &PyCode_Type,
    2159             :         },
    2160             :         .ob_size = 41,
    2161             :     },
    2162             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_6_consts._object.ob_base.ob_base,
    2163             :     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_6_names._object.ob_base.ob_base,
    2164             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2165             :     .co_flags = 3,
    2166             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    2167             :     ._co_linearray_entry_size = 0,
    2168             :     .co_argcount = 1,
    2169             :     .co_posonlyargcount = 0,
    2170             :     .co_kwonlyargcount = 0,
    2171             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
    2172             :     .co_stacksize = 6,
    2173             :     .co_firstlineno = 138,
    2174             :     .co_nlocalsplus = 1,
    2175             :     .co_nlocals = 1,
    2176             :     .co_nplaincellvars = 0,
    2177             :     .co_ncellvars = 0,
    2178             :     .co_nfreevars = 0,
    2179             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
    2180             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
    2181             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    2182             :     .co_name = &_Py_ID(__repr__),
    2183             :     .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_6_qualname._ascii.ob_base,
    2184             :     .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_6_linetable.ob_base.ob_base,
    2185             :     ._co_code = NULL,
    2186             :     ._co_linearray = NULL,
    2187             :     .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    2188             :     ._co_firsttraceable = 0,
    2189             : };
    2190             : static
    2191             :     struct {
    2192             :         PyGC_Head _gc_head;
    2193             :         struct {
    2194             :             PyObject_VAR_HEAD
    2195             :             PyObject *ob_item[8];
    2196             :         }_object;
    2197             :     }
    2198             : importlib__bootstrap_toplevel_consts_7_consts = {
    2199             :     ._object = {
    2200             :         .ob_base = {
    2201             :             .ob_base = {
    2202             :                 .ob_refcnt = 999999999,
    2203             :                 .ob_type = &PyTuple_Type,
    2204             :             },
    2205             :             .ob_size = 8,
    2206             :         },
    2207             :         .ob_item = {
    2208             :             & const_str__ModuleLock._ascii.ob_base,
    2209             :             & importlib__bootstrap_toplevel_consts_7_consts_1._ascii.ob_base,
    2210             :             & importlib__bootstrap_toplevel_consts_7_consts_2.ob_base.ob_base,
    2211             :             & importlib__bootstrap_toplevel_consts_7_consts_3.ob_base.ob_base,
    2212             :             & importlib__bootstrap_toplevel_consts_7_consts_4.ob_base.ob_base,
    2213             :             & importlib__bootstrap_toplevel_consts_7_consts_5.ob_base.ob_base,
    2214             :             & importlib__bootstrap_toplevel_consts_7_consts_6.ob_base.ob_base,
    2215             :             Py_None,
    2216             :         },
    2217             :     },
    2218             : };
    2219             : static
    2220             :     struct {
    2221             :         PyGC_Head _gc_head;
    2222             :         struct {
    2223             :             PyObject_VAR_HEAD
    2224             :             PyObject *ob_item[9];
    2225             :         }_object;
    2226             :     }
    2227             : importlib__bootstrap_toplevel_consts_7_names = {
    2228             :     ._object = {
    2229             :         .ob_base = {
    2230             :             .ob_base = {
    2231             :                 .ob_refcnt = 999999999,
    2232             :                 .ob_type = &PyTuple_Type,
    2233             :             },
    2234             :             .ob_size = 9,
    2235             :         },
    2236             :         .ob_item = {
    2237             :             &_Py_ID(__name__),
    2238             :             &_Py_ID(__module__),
    2239             :             &_Py_ID(__qualname__),
    2240             :             &_Py_ID(__doc__),
    2241             :             &_Py_ID(__init__),
    2242             :             & const_str_has_deadlock._ascii.ob_base,
    2243             :             & const_str_acquire._ascii.ob_base,
    2244             :             & const_str_release._ascii.ob_base,
    2245             :             &_Py_ID(__repr__),
    2246             :         },
    2247             :     },
    2248             : };
    2249             : static
    2250             :     struct {
    2251             :         PyObject_VAR_HEAD
    2252             :         Py_hash_t ob_shash;
    2253             :         char ob_sval[111];
    2254             :     }
    2255             : importlib__bootstrap_toplevel_consts_7_linetable = {
    2256             :     .ob_base = {
    2257             :         .ob_base = {
    2258             :             .ob_refcnt = 999999999,
    2259             :             .ob_type = &PyBytes_Type,
    2260             :         },
    2261             :         .ob_size = 110,
    2262             :     },
    2263             :     .ob_shash = -1,
    2264             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x03\x05\x08\xf0\x00\x03\x05\x08\xf0\x0a\x06\x05\x19\xf0\x00\x06\x05\x19\xf0\x00\x06\x05\x19\xf0\x10\x13\x05\x1a\xf0\x00\x13\x05\x1a\xf0\x00\x13\x05\x1a\xf0\x2a\x17\x05\x22\xf0\x00\x17\x05\x22\xf0\x00\x17\x05\x22\xf0\x32\x0b\x05\x2a\xf0\x00\x0b\x05\x2a\xf0\x00\x0b\x05\x2a\xf0\x1a\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01",
    2265             : };
    2266             : static
    2267             :     struct _PyCode_DEF(48)
    2268             : importlib__bootstrap_toplevel_consts_7 = {
    2269             :     .ob_base = {
    2270             :         .ob_base = {
    2271             :             .ob_refcnt = 999999999,
    2272             :             .ob_type = &PyCode_Type,
    2273             :         },
    2274             :         .ob_size = 24,
    2275             :     },
    2276             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts._object.ob_base.ob_base,
    2277             :     .co_names = & importlib__bootstrap_toplevel_consts_7_names._object.ob_base.ob_base,
    2278             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2279             :     .co_flags = 0,
    2280             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    2281             :     ._co_linearray_entry_size = 0,
    2282             :     .co_argcount = 0,
    2283             :     .co_posonlyargcount = 0,
    2284             :     .co_kwonlyargcount = 0,
    2285             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
    2286             :     .co_stacksize = 1,
    2287             :     .co_firstlineno = 65,
    2288             :     .co_nlocalsplus = 0,
    2289             :     .co_nlocals = 0,
    2290             :     .co_nplaincellvars = 0,
    2291             :     .co_ncellvars = 0,
    2292             :     .co_nfreevars = 0,
    2293             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
    2294             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2295             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    2296             :     .co_name = & const_str__ModuleLock._ascii.ob_base,
    2297             :     .co_qualname = & const_str__ModuleLock._ascii.ob_base,
    2298             :     .co_linetable = & importlib__bootstrap_toplevel_consts_7_linetable.ob_base.ob_base,
    2299             :     ._co_code = NULL,
    2300             :     ._co_linearray = NULL,
    2301             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x53\x00",
    2302             :     ._co_firsttraceable = 0,
    2303             : };
    2304             : static
    2305             :     struct {
    2306             :         PyASCIIObject _ascii;
    2307             :         uint8_t _data[17];
    2308             :     }
    2309             : const_str__DummyModuleLock = {
    2310             :     ._ascii = {
    2311             :         .ob_base = {
    2312             :             .ob_refcnt = 999999999,
    2313             :             .ob_type = &PyUnicode_Type,
    2314             :         },
    2315             :         .length = 16,
    2316             :         .hash = -1,
    2317             :         .state = {
    2318             :             .kind = 1,
    2319             :             .compact = 1,
    2320             :             .ascii = 1,
    2321             :         },
    2322             :     },
    2323             :     ._data = "_DummyModuleLock",
    2324             : };
    2325             : static
    2326             :     struct {
    2327             :         PyASCIIObject _ascii;
    2328             :         uint8_t _data[87];
    2329             :     }
    2330             : importlib__bootstrap_toplevel_consts_9_consts_1 = {
    2331             :     ._ascii = {
    2332             :         .ob_base = {
    2333             :             .ob_refcnt = 999999999,
    2334             :             .ob_type = &PyUnicode_Type,
    2335             :         },
    2336             :         .length = 86,
    2337             :         .hash = -1,
    2338             :         .state = {
    2339             :             .kind = 1,
    2340             :             .compact = 1,
    2341             :             .ascii = 1,
    2342             :         },
    2343             :     },
    2344             :     ._data = "\x41\x20\x73\x69\x6d\x70\x6c\x65\x20\x5f\x4d\x6f\x64\x75\x6c\x65\x4c\x6f\x63\x6b\x20\x65\x71\x75\x69\x76\x61\x6c\x65\x6e\x74\x20\x66\x6f\x72\x20\x50\x79\x74\x68\x6f\x6e\x20\x62\x75\x69\x6c\x64\x73\x20\x77\x69\x74\x68\x6f\x75\x74\x0a\x20\x20\x20\x20\x6d\x75\x6c\x74\x69\x2d\x74\x68\x72\x65\x61\x64\x69\x6e\x67\x20\x73\x75\x70\x70\x6f\x72\x74\x2e",
    2345             : };
    2346             : static
    2347             :     struct {
    2348             :         PyGC_Head _gc_head;
    2349             :         struct {
    2350             :             PyObject_VAR_HEAD
    2351             :             PyObject *ob_item[2];
    2352             :         }_object;
    2353             :     }
    2354             : importlib__bootstrap_toplevel_consts_9_consts_2_names = {
    2355             :     ._object = {
    2356             :         .ob_base = {
    2357             :             .ob_base = {
    2358             :                 .ob_refcnt = 999999999,
    2359             :                 .ob_type = &PyTuple_Type,
    2360             :             },
    2361             :             .ob_size = 2,
    2362             :         },
    2363             :         .ob_item = {
    2364             :             &_Py_ID(name),
    2365             :             & const_str_count._ascii.ob_base,
    2366             :         },
    2367             :     },
    2368             : };
    2369             : static
    2370             :     struct {
    2371             :         PyASCIIObject _ascii;
    2372             :         uint8_t _data[26];
    2373             :     }
    2374             : importlib__bootstrap_toplevel_consts_9_consts_2_qualname = {
    2375             :     ._ascii = {
    2376             :         .ob_base = {
    2377             :             .ob_refcnt = 999999999,
    2378             :             .ob_type = &PyUnicode_Type,
    2379             :         },
    2380             :         .length = 25,
    2381             :         .hash = -1,
    2382             :         .state = {
    2383             :             .kind = 1,
    2384             :             .compact = 1,
    2385             :             .ascii = 1,
    2386             :         },
    2387             :     },
    2388             :     ._data = "_DummyModuleLock.__init__",
    2389             : };
    2390             : static
    2391             :     struct {
    2392             :         PyObject_VAR_HEAD
    2393             :         Py_hash_t ob_shash;
    2394             :         char ob_sval[21];
    2395             :     }
    2396             : importlib__bootstrap_toplevel_consts_9_consts_2_linetable = {
    2397             :     .ob_base = {
    2398             :         .ob_base = {
    2399             :             .ob_refcnt = 999999999,
    2400             :             .ob_type = &PyBytes_Type,
    2401             :         },
    2402             :         .ob_size = 20,
    2403             :     },
    2404             :     .ob_shash = -1,
    2405             :     .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x15\x16\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
    2406             : };
    2407             : static
    2408             :     struct _PyCode_DEF(34)
    2409             : importlib__bootstrap_toplevel_consts_9_consts_2 = {
    2410             :     .ob_base = {
    2411             :         .ob_base = {
    2412             :             .ob_refcnt = 999999999,
    2413             :             .ob_type = &PyCode_Type,
    2414             :         },
    2415             :         .ob_size = 17,
    2416             :     },
    2417             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
    2418             :     .co_names = & importlib__bootstrap_toplevel_consts_9_consts_2_names._object.ob_base.ob_base,
    2419             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2420             :     .co_flags = 3,
    2421             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    2422             :     ._co_linearray_entry_size = 0,
    2423             :     .co_argcount = 2,
    2424             :     .co_posonlyargcount = 0,
    2425             :     .co_kwonlyargcount = 0,
    2426             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    2427             :     .co_stacksize = 2,
    2428             :     .co_firstlineno = 146,
    2429             :     .co_nlocalsplus = 2,
    2430             :     .co_nlocals = 2,
    2431             :     .co_nplaincellvars = 0,
    2432             :     .co_ncellvars = 0,
    2433             :     .co_nfreevars = 0,
    2434             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
    2435             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    2436             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    2437             :     .co_name = &_Py_ID(__init__),
    2438             :     .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_2_qualname._ascii.ob_base,
    2439             :     .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_2_linetable.ob_base.ob_base,
    2440             :     ._co_code = NULL,
    2441             :     ._co_linearray = NULL,
    2442             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
    2443             :     ._co_firsttraceable = 0,
    2444             : };
    2445             : static
    2446             :     struct {
    2447             :         PyGC_Head _gc_head;
    2448             :         struct {
    2449             :             PyObject_VAR_HEAD
    2450             :             PyObject *ob_item[3];
    2451             :         }_object;
    2452             :     }
    2453             : importlib__bootstrap_toplevel_consts_9_consts_3_consts = {
    2454             :     ._object = {
    2455             :         .ob_base = {
    2456             :             .ob_base = {
    2457             :                 .ob_refcnt = 999999999,
    2458             :                 .ob_type = &PyTuple_Type,
    2459             :             },
    2460             :             .ob_size = 3,
    2461             :         },
    2462             :         .ob_item = {
    2463             :             Py_None,
    2464             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
    2465             :             Py_True,
    2466             :         },
    2467             :     },
    2468             : };
    2469             : static
    2470             :     struct {
    2471             :         PyGC_Head _gc_head;
    2472             :         struct {
    2473             :             PyObject_VAR_HEAD
    2474             :             PyObject *ob_item[1];
    2475             :         }_object;
    2476             :     }
    2477             : importlib__bootstrap_toplevel_consts_9_consts_3_names = {
    2478             :     ._object = {
    2479             :         .ob_base = {
    2480             :             .ob_base = {
    2481             :                 .ob_refcnt = 999999999,
    2482             :                 .ob_type = &PyTuple_Type,
    2483             :             },
    2484             :             .ob_size = 1,
    2485             :         },
    2486             :         .ob_item = {
    2487             :             & const_str_count._ascii.ob_base,
    2488             :         },
    2489             :     },
    2490             : };
    2491             : static
    2492             :     struct {
    2493             :         PyASCIIObject _ascii;
    2494             :         uint8_t _data[25];
    2495             :     }
    2496             : importlib__bootstrap_toplevel_consts_9_consts_3_qualname = {
    2497             :     ._ascii = {
    2498             :         .ob_base = {
    2499             :             .ob_refcnt = 999999999,
    2500             :             .ob_type = &PyUnicode_Type,
    2501             :         },
    2502             :         .length = 24,
    2503             :         .hash = -1,
    2504             :         .state = {
    2505             :             .kind = 1,
    2506             :             .compact = 1,
    2507             :             .ascii = 1,
    2508             :         },
    2509             :     },
    2510             :     ._data = "_DummyModuleLock.acquire",
    2511             : };
    2512             : static
    2513             :     struct {
    2514             :         PyObject_VAR_HEAD
    2515             :         Py_hash_t ob_shash;
    2516             :         char ob_sval[25];
    2517             :     }
    2518             : importlib__bootstrap_toplevel_consts_9_consts_3_linetable = {
    2519             :     .ob_base = {
    2520             :         .ob_base = {
    2521             :             .ob_refcnt = 999999999,
    2522             :             .ob_type = &PyBytes_Type,
    2523             :         },
    2524             :         .ob_size = 24,
    2525             :     },
    2526             :     .ob_shash = -1,
    2527             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x88\x0a\x8f\x0a\x89\x0a\x90\x61\x89\x0f\x88\x0a\x8c\x0a\xd8\x0f\x13\x88\x74",
    2528             : };
    2529             : static
    2530             :     struct _PyCode_DEF(48)
    2531             : importlib__bootstrap_toplevel_consts_9_consts_3 = {
    2532             :     .ob_base = {
    2533             :         .ob_base = {
    2534             :             .ob_refcnt = 999999999,
    2535             :             .ob_type = &PyCode_Type,
    2536             :         },
    2537             :         .ob_size = 24,
    2538             :     },
    2539             :     .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_3_consts._object.ob_base.ob_base,
    2540             :     .co_names = & importlib__bootstrap_toplevel_consts_9_consts_3_names._object.ob_base.ob_base,
    2541             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2542             :     .co_flags = 3,
    2543             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    2544             :     ._co_linearray_entry_size = 0,
    2545             :     .co_argcount = 1,
    2546             :     .co_posonlyargcount = 0,
    2547             :     .co_kwonlyargcount = 0,
    2548             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    2549             :     .co_stacksize = 3,
    2550             :     .co_firstlineno = 150,
    2551             :     .co_nlocalsplus = 1,
    2552             :     .co_nlocals = 1,
    2553             :     .co_nplaincellvars = 0,
    2554             :     .co_ncellvars = 0,
    2555             :     .co_nfreevars = 0,
    2556             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
    2557             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
    2558             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    2559             :     .co_name = & const_str_acquire._ascii.ob_base,
    2560             :     .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_3_qualname._ascii.ob_base,
    2561             :     .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_3_linetable.ob_base.ob_base,
    2562             :     ._co_code = NULL,
    2563             :     ._co_linearray = NULL,
    2564             :     .co_code_adaptive = "\x97\x00\x7c\x00\x78\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x0d\x00\x00\x63\x02\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
    2565             :     ._co_firsttraceable = 0,
    2566             : };
    2567             : static
    2568             :     struct {
    2569             :         PyGC_Head _gc_head;
    2570             :         struct {
    2571             :             PyObject_VAR_HEAD
    2572             :             PyObject *ob_item[4];
    2573             :         }_object;
    2574             :     }
    2575             : importlib__bootstrap_toplevel_consts_9_consts_4_consts = {
    2576             :     ._object = {
    2577             :         .ob_base = {
    2578             :             .ob_base = {
    2579             :                 .ob_refcnt = 999999999,
    2580             :                 .ob_type = &PyTuple_Type,
    2581             :             },
    2582             :             .ob_size = 4,
    2583             :         },
    2584             :         .ob_item = {
    2585             :             Py_None,
    2586             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
    2587             :             & importlib__bootstrap_toplevel_consts_7_consts_5_consts_1._ascii.ob_base,
    2588             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
    2589             :         },
    2590             :     },
    2591             : };
    2592             : static
    2593             :     struct {
    2594             :         PyGC_Head _gc_head;
    2595             :         struct {
    2596             :             PyObject_VAR_HEAD
    2597             :             PyObject *ob_item[2];
    2598             :         }_object;
    2599             :     }
    2600             : importlib__bootstrap_toplevel_consts_9_consts_4_names = {
    2601             :     ._object = {
    2602             :         .ob_base = {
    2603             :             .ob_base = {
    2604             :                 .ob_refcnt = 999999999,
    2605             :                 .ob_type = &PyTuple_Type,
    2606             :             },
    2607             :             .ob_size = 2,
    2608             :         },
    2609             :         .ob_item = {
    2610             :             & const_str_count._ascii.ob_base,
    2611             :             & const_str_RuntimeError._ascii.ob_base,
    2612             :         },
    2613             :     },
    2614             : };
    2615             : static
    2616             :     struct {
    2617             :         PyASCIIObject _ascii;
    2618             :         uint8_t _data[25];
    2619             :     }
    2620             : importlib__bootstrap_toplevel_consts_9_consts_4_qualname = {
    2621             :     ._ascii = {
    2622             :         .ob_base = {
    2623             :             .ob_refcnt = 999999999,
    2624             :             .ob_type = &PyUnicode_Type,
    2625             :         },
    2626             :         .length = 24,
    2627             :         .hash = -1,
    2628             :         .state = {
    2629             :             .kind = 1,
    2630             :             .compact = 1,
    2631             :             .ascii = 1,
    2632             :         },
    2633             :     },
    2634             :     ._data = "_DummyModuleLock.release",
    2635             : };
    2636             : static
    2637             :     struct {
    2638             :         PyObject_VAR_HEAD
    2639             :         Py_hash_t ob_shash;
    2640             :         char ob_sval[53];
    2641             :     }
    2642             : importlib__bootstrap_toplevel_consts_9_consts_4_linetable = {
    2643             :     .ob_base = {
    2644             :         .ob_base = {
    2645             :             .ob_refcnt = 999999999,
    2646             :             .ob_type = &PyBytes_Type,
    2647             :         },
    2648             :         .ob_size = 52,
    2649             :     },
    2650             :     .ob_shash = -1,
    2651             :     .ob_sval = "\x80\x00\xd8\x0b\x0f\x8f\x3a\x89\x3a\x98\x11\x8a\x3f\xf0\x00\x01\x09\x42\x01\xdd\x12\x1e\xd0\x1f\x40\xd4\x12\x41\xd0\x0c\x41\xd8\x08\x0c\x88\x0a\x8f\x0a\x89\x0a\x90\x61\x89\x0f\x88\x0a\x8c\x0a\x88\x0a\x88\x0a",
    2652             : };
    2653             : static
    2654             :     struct _PyCode_DEF(106)
    2655             : importlib__bootstrap_toplevel_consts_9_consts_4 = {
    2656             :     .ob_base = {
    2657             :         .ob_base = {
    2658             :             .ob_refcnt = 999999999,
    2659             :             .ob_type = &PyCode_Type,
    2660             :         },
    2661             :         .ob_size = 53,
    2662             :     },
    2663             :     .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_4_consts._object.ob_base.ob_base,
    2664             :     .co_names = & importlib__bootstrap_toplevel_consts_9_consts_4_names._object.ob_base.ob_base,
    2665             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2666             :     .co_flags = 3,
    2667             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    2668             :     ._co_linearray_entry_size = 0,
    2669             :     .co_argcount = 1,
    2670             :     .co_posonlyargcount = 0,
    2671             :     .co_kwonlyargcount = 0,
    2672             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    2673             :     .co_stacksize = 3,
    2674             :     .co_firstlineno = 154,
    2675             :     .co_nlocalsplus = 1,
    2676             :     .co_nlocals = 1,
    2677             :     .co_nplaincellvars = 0,
    2678             :     .co_ncellvars = 0,
    2679             :     .co_nfreevars = 0,
    2680             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
    2681             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
    2682             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    2683             :     .co_name = & const_str_release._ascii.ob_base,
    2684             :     .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_4_qualname._ascii.ob_base,
    2685             :     .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_4_linetable.ob_base.ob_base,
    2686             :     ._co_code = NULL,
    2687             :     ._co_linearray = NULL,
    2688             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x0d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x78\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x17\x00\x00\x63\x02\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
    2689             :     ._co_firsttraceable = 0,
    2690             : };
    2691             : static
    2692             :     struct {
    2693             :         PyASCIIObject _ascii;
    2694             :         uint8_t _data[29];
    2695             :     }
    2696             : importlib__bootstrap_toplevel_consts_9_consts_5_consts_1 = {
    2697             :     ._ascii = {
    2698             :         .ob_base = {
    2699             :             .ob_refcnt = 999999999,
    2700             :             .ob_type = &PyUnicode_Type,
    2701             :         },
    2702             :         .length = 28,
    2703             :         .hash = -1,
    2704             :         .state = {
    2705             :             .kind = 1,
    2706             :             .compact = 1,
    2707             :             .ascii = 1,
    2708             :         },
    2709             :     },
    2710             :     ._data = "_DummyModuleLock({!r}) at {}",
    2711             : };
    2712             : static
    2713             :     struct {
    2714             :         PyGC_Head _gc_head;
    2715             :         struct {
    2716             :             PyObject_VAR_HEAD
    2717             :             PyObject *ob_item[2];
    2718             :         }_object;
    2719             :     }
    2720             : importlib__bootstrap_toplevel_consts_9_consts_5_consts = {
    2721             :     ._object = {
    2722             :         .ob_base = {
    2723             :             .ob_base = {
    2724             :                 .ob_refcnt = 999999999,
    2725             :                 .ob_type = &PyTuple_Type,
    2726             :             },
    2727             :             .ob_size = 2,
    2728             :         },
    2729             :         .ob_item = {
    2730             :             Py_None,
    2731             :             & importlib__bootstrap_toplevel_consts_9_consts_5_consts_1._ascii.ob_base,
    2732             :         },
    2733             :     },
    2734             : };
    2735             : static
    2736             :     struct {
    2737             :         PyASCIIObject _ascii;
    2738             :         uint8_t _data[26];
    2739             :     }
    2740             : importlib__bootstrap_toplevel_consts_9_consts_5_qualname = {
    2741             :     ._ascii = {
    2742             :         .ob_base = {
    2743             :             .ob_refcnt = 999999999,
    2744             :             .ob_type = &PyUnicode_Type,
    2745             :         },
    2746             :         .length = 25,
    2747             :         .hash = -1,
    2748             :         .state = {
    2749             :             .kind = 1,
    2750             :             .compact = 1,
    2751             :             .ascii = 1,
    2752             :         },
    2753             :     },
    2754             :     ._data = "_DummyModuleLock.__repr__",
    2755             : };
    2756             : static
    2757             :     struct {
    2758             :         PyObject_VAR_HEAD
    2759             :         Py_hash_t ob_shash;
    2760             :         char ob_sval[30];
    2761             :     }
    2762             : importlib__bootstrap_toplevel_consts_9_consts_5_linetable = {
    2763             :     .ob_base = {
    2764             :         .ob_base = {
    2765             :             .ob_refcnt = 999999999,
    2766             :             .ob_type = &PyBytes_Type,
    2767             :         },
    2768             :         .ob_size = 29,
    2769             :     },
    2770             :     .ob_shash = -1,
    2771             :     .ob_sval = "\x80\x00\xd8\x0f\x2d\xd7\x0f\x34\xd1\x0f\x34\xb0\x54\xb7\x59\xb1\x59\xc5\x02\xc0\x34\xc4\x08\xd4\x0f\x49\xd0\x08\x49",
    2772             : };
    2773             : static
    2774             :     struct _PyCode_DEF(82)
    2775             : importlib__bootstrap_toplevel_consts_9_consts_5 = {
    2776             :     .ob_base = {
    2777             :         .ob_base = {
    2778             :             .ob_refcnt = 999999999,
    2779             :             .ob_type = &PyCode_Type,
    2780             :         },
    2781             :         .ob_size = 41,
    2782             :     },
    2783             :     .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_5_consts._object.ob_base.ob_base,
    2784             :     .co_names = & importlib__bootstrap_toplevel_consts_7_consts_6_names._object.ob_base.ob_base,
    2785             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2786             :     .co_flags = 3,
    2787             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    2788             :     ._co_linearray_entry_size = 0,
    2789             :     .co_argcount = 1,
    2790             :     .co_posonlyargcount = 0,
    2791             :     .co_kwonlyargcount = 0,
    2792             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
    2793             :     .co_stacksize = 6,
    2794             :     .co_firstlineno = 159,
    2795             :     .co_nlocalsplus = 1,
    2796             :     .co_nlocals = 1,
    2797             :     .co_nplaincellvars = 0,
    2798             :     .co_ncellvars = 0,
    2799             :     .co_nfreevars = 0,
    2800             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
    2801             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
    2802             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    2803             :     .co_name = &_Py_ID(__repr__),
    2804             :     .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_5_qualname._ascii.ob_base,
    2805             :     .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_5_linetable.ob_base.ob_base,
    2806             :     ._co_code = NULL,
    2807             :     ._co_linearray = NULL,
    2808             :     .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    2809             :     ._co_firsttraceable = 0,
    2810             : };
    2811             : static
    2812             :     struct {
    2813             :         PyGC_Head _gc_head;
    2814             :         struct {
    2815             :             PyObject_VAR_HEAD
    2816             :             PyObject *ob_item[7];
    2817             :         }_object;
    2818             :     }
    2819             : importlib__bootstrap_toplevel_consts_9_consts = {
    2820             :     ._object = {
    2821             :         .ob_base = {
    2822             :             .ob_base = {
    2823             :                 .ob_refcnt = 999999999,
    2824             :                 .ob_type = &PyTuple_Type,
    2825             :             },
    2826             :             .ob_size = 7,
    2827             :         },
    2828             :         .ob_item = {
    2829             :             & const_str__DummyModuleLock._ascii.ob_base,
    2830             :             & importlib__bootstrap_toplevel_consts_9_consts_1._ascii.ob_base,
    2831             :             & importlib__bootstrap_toplevel_consts_9_consts_2.ob_base.ob_base,
    2832             :             & importlib__bootstrap_toplevel_consts_9_consts_3.ob_base.ob_base,
    2833             :             & importlib__bootstrap_toplevel_consts_9_consts_4.ob_base.ob_base,
    2834             :             & importlib__bootstrap_toplevel_consts_9_consts_5.ob_base.ob_base,
    2835             :             Py_None,
    2836             :         },
    2837             :     },
    2838             : };
    2839             : static
    2840             :     struct {
    2841             :         PyGC_Head _gc_head;
    2842             :         struct {
    2843             :             PyObject_VAR_HEAD
    2844             :             PyObject *ob_item[8];
    2845             :         }_object;
    2846             :     }
    2847             : importlib__bootstrap_toplevel_consts_9_names = {
    2848             :     ._object = {
    2849             :         .ob_base = {
    2850             :             .ob_base = {
    2851             :                 .ob_refcnt = 999999999,
    2852             :                 .ob_type = &PyTuple_Type,
    2853             :             },
    2854             :             .ob_size = 8,
    2855             :         },
    2856             :         .ob_item = {
    2857             :             &_Py_ID(__name__),
    2858             :             &_Py_ID(__module__),
    2859             :             &_Py_ID(__qualname__),
    2860             :             &_Py_ID(__doc__),
    2861             :             &_Py_ID(__init__),
    2862             :             & const_str_acquire._ascii.ob_base,
    2863             :             & const_str_release._ascii.ob_base,
    2864             :             &_Py_ID(__repr__),
    2865             :         },
    2866             :     },
    2867             : };
    2868             : static
    2869             :     struct {
    2870             :         PyObject_VAR_HEAD
    2871             :         Py_hash_t ob_shash;
    2872             :         char ob_sval[96];
    2873             :     }
    2874             : importlib__bootstrap_toplevel_consts_9_linetable = {
    2875             :     .ob_base = {
    2876             :         .ob_base = {
    2877             :             .ob_refcnt = 999999999,
    2878             :             .ob_type = &PyBytes_Type,
    2879             :         },
    2880             :         .ob_size = 95,
    2881             :     },
    2882             :     .ob_shash = -1,
    2883             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x06\x02\x05\x17\xf0\x00\x02\x05\x17\xf0\x00\x02\x05\x17\xf0\x08\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x08\x03\x05\x18\xf0\x00\x03\x05\x18\xf0\x00\x03\x05\x18\xf0\x0a\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01",
    2884             : };
    2885             : static
    2886             :     struct _PyCode_DEF(42)
    2887             : importlib__bootstrap_toplevel_consts_9 = {
    2888             :     .ob_base = {
    2889             :         .ob_base = {
    2890             :             .ob_refcnt = 999999999,
    2891             :             .ob_type = &PyCode_Type,
    2892             :         },
    2893             :         .ob_size = 21,
    2894             :     },
    2895             :     .co_consts = & importlib__bootstrap_toplevel_consts_9_consts._object.ob_base.ob_base,
    2896             :     .co_names = & importlib__bootstrap_toplevel_consts_9_names._object.ob_base.ob_base,
    2897             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2898             :     .co_flags = 0,
    2899             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    2900             :     ._co_linearray_entry_size = 0,
    2901             :     .co_argcount = 0,
    2902             :     .co_posonlyargcount = 0,
    2903             :     .co_kwonlyargcount = 0,
    2904             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
    2905             :     .co_stacksize = 1,
    2906             :     .co_firstlineno = 142,
    2907             :     .co_nlocalsplus = 0,
    2908             :     .co_nlocals = 0,
    2909             :     .co_nplaincellvars = 0,
    2910             :     .co_ncellvars = 0,
    2911             :     .co_nfreevars = 0,
    2912             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
    2913             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
    2914             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    2915             :     .co_name = & const_str__DummyModuleLock._ascii.ob_base,
    2916             :     .co_qualname = & const_str__DummyModuleLock._ascii.ob_base,
    2917             :     .co_linetable = & importlib__bootstrap_toplevel_consts_9_linetable.ob_base.ob_base,
    2918             :     ._co_code = NULL,
    2919             :     ._co_linearray = NULL,
    2920             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x53\x00",
    2921             :     ._co_firsttraceable = 0,
    2922             : };
    2923             : static
    2924             :     struct {
    2925             :         PyASCIIObject _ascii;
    2926             :         uint8_t _data[19];
    2927             :     }
    2928             : const_str__ModuleLockManager = {
    2929             :     ._ascii = {
    2930             :         .ob_base = {
    2931             :             .ob_refcnt = 999999999,
    2932             :             .ob_type = &PyUnicode_Type,
    2933             :         },
    2934             :         .length = 18,
    2935             :         .hash = -1,
    2936             :         .state = {
    2937             :             .kind = 1,
    2938             :             .compact = 1,
    2939             :             .ascii = 1,
    2940             :         },
    2941             :     },
    2942             :     ._data = "_ModuleLockManager",
    2943             : };
    2944             : static
    2945             :     struct {
    2946             :         PyASCIIObject _ascii;
    2947             :         uint8_t _data[6];
    2948             :     }
    2949             : const_str__name = {
    2950             :     ._ascii = {
    2951             :         .ob_base = {
    2952             :             .ob_refcnt = 999999999,
    2953             :             .ob_type = &PyUnicode_Type,
    2954             :         },
    2955             :         .length = 5,
    2956             :         .hash = -1,
    2957             :         .state = {
    2958             :             .kind = 1,
    2959             :             .compact = 1,
    2960             :             .ascii = 1,
    2961             :         },
    2962             :     },
    2963             :     ._data = "_name",
    2964             : };
    2965             : static
    2966             :     struct {
    2967             :         PyASCIIObject _ascii;
    2968             :         uint8_t _data[6];
    2969             :     }
    2970             : const_str__lock = {
    2971             :     ._ascii = {
    2972             :         .ob_base = {
    2973             :             .ob_refcnt = 999999999,
    2974             :             .ob_type = &PyUnicode_Type,
    2975             :         },
    2976             :         .length = 5,
    2977             :         .hash = -1,
    2978             :         .state = {
    2979             :             .kind = 1,
    2980             :             .compact = 1,
    2981             :             .ascii = 1,
    2982             :         },
    2983             :     },
    2984             :     ._data = "_lock",
    2985             : };
    2986             : static
    2987             :     struct {
    2988             :         PyGC_Head _gc_head;
    2989             :         struct {
    2990             :             PyObject_VAR_HEAD
    2991             :             PyObject *ob_item[2];
    2992             :         }_object;
    2993             :     }
    2994             : importlib__bootstrap_toplevel_consts_11_consts_1_names = {
    2995             :     ._object = {
    2996             :         .ob_base = {
    2997             :             .ob_base = {
    2998             :                 .ob_refcnt = 999999999,
    2999             :                 .ob_type = &PyTuple_Type,
    3000             :             },
    3001             :             .ob_size = 2,
    3002             :         },
    3003             :         .ob_item = {
    3004             :             & const_str__name._ascii.ob_base,
    3005             :             & const_str__lock._ascii.ob_base,
    3006             :         },
    3007             :     },
    3008             : };
    3009             : static
    3010             :     struct {
    3011             :         PyASCIIObject _ascii;
    3012             :         uint8_t _data[28];
    3013             :     }
    3014             : importlib__bootstrap_toplevel_consts_11_consts_1_qualname = {
    3015             :     ._ascii = {
    3016             :         .ob_base = {
    3017             :             .ob_refcnt = 999999999,
    3018             :             .ob_type = &PyUnicode_Type,
    3019             :         },
    3020             :         .length = 27,
    3021             :         .hash = -1,
    3022             :         .state = {
    3023             :             .kind = 1,
    3024             :             .compact = 1,
    3025             :             .ascii = 1,
    3026             :         },
    3027             :     },
    3028             :     ._data = "_ModuleLockManager.__init__",
    3029             : };
    3030             : static
    3031             :     struct {
    3032             :         PyObject_VAR_HEAD
    3033             :         Py_hash_t ob_shash;
    3034             :         char ob_sval[21];
    3035             :     }
    3036             : importlib__bootstrap_toplevel_consts_11_consts_1_linetable = {
    3037             :     .ob_base = {
    3038             :         .ob_base = {
    3039             :             .ob_refcnt = 999999999,
    3040             :             .ob_type = &PyBytes_Type,
    3041             :         },
    3042             :         .ob_size = 20,
    3043             :     },
    3044             :     .ob_shash = -1,
    3045             :     .ob_sval = "\x80\x00\xd8\x15\x19\x88\x04\x8c\x0a\xd8\x15\x19\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
    3046             : };
    3047             : static
    3048             :     struct _PyCode_DEF(34)
    3049             : importlib__bootstrap_toplevel_consts_11_consts_1 = {
    3050             :     .ob_base = {
    3051             :         .ob_base = {
    3052             :             .ob_refcnt = 999999999,
    3053             :             .ob_type = &PyCode_Type,
    3054             :         },
    3055             :         .ob_size = 17,
    3056             :     },
    3057             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    3058             :     .co_names = & importlib__bootstrap_toplevel_consts_11_consts_1_names._object.ob_base.ob_base,
    3059             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    3060             :     .co_flags = 3,
    3061             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    3062             :     ._co_linearray_entry_size = 0,
    3063             :     .co_argcount = 2,
    3064             :     .co_posonlyargcount = 0,
    3065             :     .co_kwonlyargcount = 0,
    3066             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    3067             :     .co_stacksize = 2,
    3068             :     .co_firstlineno = 165,
    3069             :     .co_nlocalsplus = 2,
    3070             :     .co_nlocals = 2,
    3071             :     .co_nplaincellvars = 0,
    3072             :     .co_ncellvars = 0,
    3073             :     .co_nfreevars = 0,
    3074             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
    3075             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    3076             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    3077             :     .co_name = &_Py_ID(__init__),
    3078             :     .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_1_qualname._ascii.ob_base,
    3079             :     .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_1_linetable.ob_base.ob_base,
    3080             :     ._co_code = NULL,
    3081             :     ._co_linearray = NULL,
    3082             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
    3083             :     ._co_firsttraceable = 0,
    3084             : };
    3085             : static
    3086             :     struct {
    3087             :         PyASCIIObject _ascii;
    3088             :         uint8_t _data[17];
    3089             :     }
    3090             : const_str__get_module_lock = {
    3091             :     ._ascii = {
    3092             :         .ob_base = {
    3093             :             .ob_refcnt = 999999999,
    3094             :             .ob_type = &PyUnicode_Type,
    3095             :         },
    3096             :         .length = 16,
    3097             :         .hash = -1,
    3098             :         .state = {
    3099             :             .kind = 1,
    3100             :             .compact = 1,
    3101             :             .ascii = 1,
    3102             :         },
    3103             :     },
    3104             :     ._data = "_get_module_lock",
    3105             : };
    3106             : static
    3107             :     struct {
    3108             :         PyGC_Head _gc_head;
    3109             :         struct {
    3110             :             PyObject_VAR_HEAD
    3111             :             PyObject *ob_item[4];
    3112             :         }_object;
    3113             :     }
    3114             : importlib__bootstrap_toplevel_consts_11_consts_2_names = {
    3115             :     ._object = {
    3116             :         .ob_base = {
    3117             :             .ob_base = {
    3118             :                 .ob_refcnt = 999999999,
    3119             :                 .ob_type = &PyTuple_Type,
    3120             :             },
    3121             :             .ob_size = 4,
    3122             :         },
    3123             :         .ob_item = {
    3124             :             & const_str__get_module_lock._ascii.ob_base,
    3125             :             & const_str__name._ascii.ob_base,
    3126             :             & const_str__lock._ascii.ob_base,
    3127             :             & const_str_acquire._ascii.ob_base,
    3128             :         },
    3129             :     },
    3130             : };
    3131             : static
    3132             :     struct {
    3133             :         PyASCIIObject _ascii;
    3134             :         uint8_t _data[29];
    3135             :     }
    3136             : importlib__bootstrap_toplevel_consts_11_consts_2_qualname = {
    3137             :     ._ascii = {
    3138             :         .ob_base = {
    3139             :             .ob_refcnt = 999999999,
    3140             :             .ob_type = &PyUnicode_Type,
    3141             :         },
    3142             :         .length = 28,
    3143             :         .hash = -1,
    3144             :         .state = {
    3145             :             .kind = 1,
    3146             :             .compact = 1,
    3147             :             .ascii = 1,
    3148             :         },
    3149             :     },
    3150             :     ._data = "_ModuleLockManager.__enter__",
    3151             : };
    3152             : static
    3153             :     struct {
    3154             :         PyObject_VAR_HEAD
    3155             :         Py_hash_t ob_shash;
    3156             :         char ob_sval[44];
    3157             :     }
    3158             : importlib__bootstrap_toplevel_consts_11_consts_2_linetable = {
    3159             :     .ob_base = {
    3160             :         .ob_base = {
    3161             :             .ob_refcnt = 999999999,
    3162             :             .ob_type = &PyBytes_Type,
    3163             :         },
    3164             :         .ob_size = 43,
    3165             :     },
    3166             :     .ob_shash = -1,
    3167             :     .ob_sval = "\x80\x00\xdd\x15\x25\xa0\x64\xa7\x6a\xa1\x6a\xd4\x15\x31\x88\x04\x8c\x0a\xd8\x08\x0c\x8f\x0a\x89\x0a\xd7\x08\x1a\xd1\x08\x1a\xd4\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c",
    3168             : };
    3169             : static
    3170             :     struct _PyCode_DEF(116)
    3171             : importlib__bootstrap_toplevel_consts_11_consts_2 = {
    3172             :     .ob_base = {
    3173             :         .ob_base = {
    3174             :             .ob_refcnt = 999999999,
    3175             :             .ob_type = &PyCode_Type,
    3176             :         },
    3177             :         .ob_size = 58,
    3178             :     },
    3179             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    3180             :     .co_names = & importlib__bootstrap_toplevel_consts_11_consts_2_names._object.ob_base.ob_base,
    3181             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    3182             :     .co_flags = 3,
    3183             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    3184             :     ._co_linearray_entry_size = 0,
    3185             :     .co_argcount = 1,
    3186             :     .co_posonlyargcount = 0,
    3187             :     .co_kwonlyargcount = 0,
    3188             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    3189             :     .co_stacksize = 3,
    3190             :     .co_firstlineno = 169,
    3191             :     .co_nlocalsplus = 1,
    3192             :     .co_nlocals = 1,
    3193             :     .co_nplaincellvars = 0,
    3194             :     .co_ncellvars = 0,
    3195             :     .co_nfreevars = 0,
    3196             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
    3197             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
    3198             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    3199             :     .co_name = &_Py_ID(__enter__),
    3200             :     .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_2_qualname._ascii.ob_base,
    3201             :     .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_2_linetable.ob_base.ob_base,
    3202             :     ._co_code = NULL,
    3203             :     ._co_linearray = NULL,
    3204             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
    3205             :     ._co_firsttraceable = 0,
    3206             : };
    3207             : static
    3208             :     struct {
    3209             :         PyGC_Head _gc_head;
    3210             :         struct {
    3211             :             PyObject_VAR_HEAD
    3212             :             PyObject *ob_item[2];
    3213             :         }_object;
    3214             :     }
    3215             : importlib__bootstrap_toplevel_consts_11_consts_3_names = {
    3216             :     ._object = {
    3217             :         .ob_base = {
    3218             :             .ob_base = {
    3219             :                 .ob_refcnt = 999999999,
    3220             :                 .ob_type = &PyTuple_Type,
    3221             :             },
    3222             :             .ob_size = 2,
    3223             :         },
    3224             :         .ob_item = {
    3225             :             & const_str__lock._ascii.ob_base,
    3226             :             & const_str_release._ascii.ob_base,
    3227             :         },
    3228             :     },
    3229             : };
    3230             : static
    3231             :     struct {
    3232             :         PyASCIIObject _ascii;
    3233             :         uint8_t _data[28];
    3234             :     }
    3235             : importlib__bootstrap_toplevel_consts_11_consts_3_qualname = {
    3236             :     ._ascii = {
    3237             :         .ob_base = {
    3238             :             .ob_refcnt = 999999999,
    3239             :             .ob_type = &PyUnicode_Type,
    3240             :         },
    3241             :         .length = 27,
    3242             :         .hash = -1,
    3243             :         .state = {
    3244             :             .kind = 1,
    3245             :             .compact = 1,
    3246             :             .ascii = 1,
    3247             :         },
    3248             :     },
    3249             :     ._data = "_ModuleLockManager.__exit__",
    3250             : };
    3251             : static
    3252             :     struct {
    3253             :         PyObject_VAR_HEAD
    3254             :         Py_hash_t ob_shash;
    3255             :         char ob_sval[28];
    3256             :     }
    3257             : importlib__bootstrap_toplevel_consts_11_consts_3_linetable = {
    3258             :     .ob_base = {
    3259             :         .ob_base = {
    3260             :             .ob_refcnt = 999999999,
    3261             :             .ob_type = &PyBytes_Type,
    3262             :         },
    3263             :         .ob_size = 27,
    3264             :     },
    3265             :     .ob_shash = -1,
    3266             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0a\x89\x0a\xd7\x08\x1a\xd1\x08\x1a\xd4\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c",
    3267             : };
    3268             : static
    3269             :     struct {
    3270             :         PyASCIIObject _ascii;
    3271             :         uint8_t _data[5];
    3272             :     }
    3273             : const_str_args = {
    3274             :     ._ascii = {
    3275             :         .ob_base = {
    3276             :             .ob_refcnt = 999999999,
    3277             :             .ob_type = &PyUnicode_Type,
    3278             :         },
    3279             :         .length = 4,
    3280             :         .hash = -1,
    3281             :         .state = {
    3282             :             .kind = 1,
    3283             :             .compact = 1,
    3284             :             .ascii = 1,
    3285             :         },
    3286             :     },
    3287             :     ._data = "args",
    3288             : };
    3289             : static
    3290             :     struct {
    3291             :         PyASCIIObject _ascii;
    3292             :         uint8_t _data[7];
    3293             :     }
    3294             : const_str_kwargs = {
    3295             :     ._ascii = {
    3296             :         .ob_base = {
    3297             :             .ob_refcnt = 999999999,
    3298             :             .ob_type = &PyUnicode_Type,
    3299             :         },
    3300             :         .length = 6,
    3301             :         .hash = -1,
    3302             :         .state = {
    3303             :             .kind = 1,
    3304             :             .compact = 1,
    3305             :             .ascii = 1,
    3306             :         },
    3307             :     },
    3308             :     ._data = "kwargs",
    3309             : };
    3310             : static
    3311             :     struct {
    3312             :         PyGC_Head _gc_head;
    3313             :         struct {
    3314             :             PyObject_VAR_HEAD
    3315             :             PyObject *ob_item[3];
    3316             :         }_object;
    3317             :     }
    3318             : importlib__bootstrap_toplevel_consts_11_consts_3_localsplusnames = {
    3319             :     ._object = {
    3320             :         .ob_base = {
    3321             :             .ob_base = {
    3322             :                 .ob_refcnt = 999999999,
    3323             :                 .ob_type = &PyTuple_Type,
    3324             :             },
    3325             :             .ob_size = 3,
    3326             :         },
    3327             :         .ob_item = {
    3328             :             & const_str_self._ascii.ob_base,
    3329             :             & const_str_args._ascii.ob_base,
    3330             :             & const_str_kwargs._ascii.ob_base,
    3331             :         },
    3332             :     },
    3333             : };
    3334             : static
    3335             :     struct _PyCode_DEF(60)
    3336             : importlib__bootstrap_toplevel_consts_11_consts_3 = {
    3337             :     .ob_base = {
    3338             :         .ob_base = {
    3339             :             .ob_refcnt = 999999999,
    3340             :             .ob_type = &PyCode_Type,
    3341             :         },
    3342             :         .ob_size = 30,
    3343             :     },
    3344             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    3345             :     .co_names = & importlib__bootstrap_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
    3346             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    3347             :     .co_flags = 15,
    3348             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    3349             :     ._co_linearray_entry_size = 0,
    3350             :     .co_argcount = 1,
    3351             :     .co_posonlyargcount = 0,
    3352             :     .co_kwonlyargcount = 0,
    3353             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
    3354             :     .co_stacksize = 2,
    3355             :     .co_firstlineno = 173,
    3356             :     .co_nlocalsplus = 3,
    3357             :     .co_nlocals = 3,
    3358             :     .co_nplaincellvars = 0,
    3359             :     .co_ncellvars = 0,
    3360             :     .co_nfreevars = 0,
    3361             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
    3362             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
    3363             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    3364             :     .co_name = &_Py_ID(__exit__),
    3365             :     .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
    3366             :     .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
    3367             :     ._co_code = NULL,
    3368             :     ._co_linearray = NULL,
    3369             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
    3370             :     ._co_firsttraceable = 0,
    3371             : };
    3372             : static
    3373             :     struct {
    3374             :         PyGC_Head _gc_head;
    3375             :         struct {
    3376             :             PyObject_VAR_HEAD
    3377             :             PyObject *ob_item[5];
    3378             :         }_object;
    3379             :     }
    3380             : importlib__bootstrap_toplevel_consts_11_consts = {
    3381             :     ._object = {
    3382             :         .ob_base = {
    3383             :             .ob_base = {
    3384             :                 .ob_refcnt = 999999999,
    3385             :                 .ob_type = &PyTuple_Type,
    3386             :             },
    3387             :             .ob_size = 5,
    3388             :         },
    3389             :         .ob_item = {
    3390             :             & const_str__ModuleLockManager._ascii.ob_base,
    3391             :             & importlib__bootstrap_toplevel_consts_11_consts_1.ob_base.ob_base,
    3392             :             & importlib__bootstrap_toplevel_consts_11_consts_2.ob_base.ob_base,
    3393             :             & importlib__bootstrap_toplevel_consts_11_consts_3.ob_base.ob_base,
    3394             :             Py_None,
    3395             :         },
    3396             :     },
    3397             : };
    3398             : static
    3399             :     struct {
    3400             :         PyGC_Head _gc_head;
    3401             :         struct {
    3402             :             PyObject_VAR_HEAD
    3403             :             PyObject *ob_item[6];
    3404             :         }_object;
    3405             :     }
    3406             : importlib__bootstrap_toplevel_consts_11_names = {
    3407             :     ._object = {
    3408             :         .ob_base = {
    3409             :             .ob_base = {
    3410             :                 .ob_refcnt = 999999999,
    3411             :                 .ob_type = &PyTuple_Type,
    3412             :             },
    3413             :             .ob_size = 6,
    3414             :         },
    3415             :         .ob_item = {
    3416             :             &_Py_ID(__name__),
    3417             :             &_Py_ID(__module__),
    3418             :             &_Py_ID(__qualname__),
    3419             :             &_Py_ID(__init__),
    3420             :             &_Py_ID(__enter__),
    3421             :             &_Py_ID(__exit__),
    3422             :         },
    3423             :     },
    3424             : };
    3425             : static
    3426             :     struct {
    3427             :         PyObject_VAR_HEAD
    3428             :         Py_hash_t ob_shash;
    3429             :         char ob_sval[66];
    3430             :     }
    3431             : importlib__bootstrap_toplevel_consts_11_linetable = {
    3432             :     .ob_base = {
    3433             :         .ob_base = {
    3434             :             .ob_refcnt = 999999999,
    3435             :             .ob_type = &PyBytes_Type,
    3436             :         },
    3437             :         .ob_size = 65,
    3438             :     },
    3439             :     .ob_shash = -1,
    3440             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x08\x02\x05\x1d\xf0\x00\x02\x05\x1d\xf0\x00\x02\x05\x1d\xf0\x08\x01\x05\x1d\xf0\x00\x01\x05\x1d\xf0\x00\x01\x05\x1d\xf0\x00\x01\x05\x1d\xf0\x00\x01\x05\x1d",
    3441             : };
    3442             : static
    3443             :     struct _PyCode_DEF(32)
    3444             : importlib__bootstrap_toplevel_consts_11 = {
    3445             :     .ob_base = {
    3446             :         .ob_base = {
    3447             :             .ob_refcnt = 999999999,
    3448             :             .ob_type = &PyCode_Type,
    3449             :         },
    3450             :         .ob_size = 16,
    3451             :     },
    3452             :     .co_consts = & importlib__bootstrap_toplevel_consts_11_consts._object.ob_base.ob_base,
    3453             :     .co_names = & importlib__bootstrap_toplevel_consts_11_names._object.ob_base.ob_base,
    3454             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    3455             :     .co_flags = 0,
    3456             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    3457             :     ._co_linearray_entry_size = 0,
    3458             :     .co_argcount = 0,
    3459             :     .co_posonlyargcount = 0,
    3460             :     .co_kwonlyargcount = 0,
    3461             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
    3462             :     .co_stacksize = 1,
    3463             :     .co_firstlineno = 163,
    3464             :     .co_nlocalsplus = 0,
    3465             :     .co_nlocals = 0,
    3466             :     .co_nplaincellvars = 0,
    3467             :     .co_ncellvars = 0,
    3468             :     .co_nfreevars = 0,
    3469             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
    3470             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
    3471             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    3472             :     .co_name = & const_str__ModuleLockManager._ascii.ob_base,
    3473             :     .co_qualname = & const_str__ModuleLockManager._ascii.ob_base,
    3474             :     .co_linetable = & importlib__bootstrap_toplevel_consts_11_linetable.ob_base.ob_base,
    3475             :     ._co_code = NULL,
    3476             :     ._co_linearray = NULL,
    3477             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
    3478             :     ._co_firsttraceable = 0,
    3479             : };
    3480             : static
    3481             :     struct {
    3482             :         PyASCIIObject _ascii;
    3483             :         uint8_t _data[140];
    3484             :     }
    3485             : importlib__bootstrap_toplevel_consts_13_consts_0 = {
    3486             :     ._ascii = {
    3487             :         .ob_base = {
    3488             :             .ob_refcnt = 999999999,
    3489             :             .ob_type = &PyUnicode_Type,
    3490             :         },
    3491             :         .length = 139,
    3492             :         .hash = -1,
    3493             :         .state = {
    3494             :             .kind = 1,
    3495             :             .compact = 1,
    3496             :             .ascii = 1,
    3497             :         },
    3498             :     },
    3499             :     ._data = "\x47\x65\x74\x20\x6f\x72\x20\x63\x72\x65\x61\x74\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6c\x6f\x63\x6b\x20\x66\x6f\x72\x20\x61\x20\x67\x69\x76\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x41\x63\x71\x75\x69\x72\x65\x2f\x72\x65\x6c\x65\x61\x73\x65\x20\x69\x6e\x74\x65\x72\x6e\x61\x6c\x6c\x79\x20\x74\x68\x65\x20\x67\x6c\x6f\x62\x61\x6c\x20\x69\x6d\x70\x6f\x72\x74\x20\x6c\x6f\x63\x6b\x20\x74\x6f\x20\x70\x72\x6f\x74\x65\x63\x74\x0a\x20\x20\x20\x20\x5f\x6d\x6f\x64\x75\x6c\x65\x5f\x6c\x6f\x63\x6b\x73\x2e",
    3500             : };
    3501             : static
    3502             :     struct {
    3503             :         PyASCIIObject _ascii;
    3504             :         uint8_t _data[5];
    3505             :     }
    3506             : const_str__imp = {
    3507             :     ._ascii = {
    3508             :         .ob_base = {
    3509             :             .ob_refcnt = 999999999,
    3510             :             .ob_type = &PyUnicode_Type,
    3511             :         },
    3512             :         .length = 4,
    3513             :         .hash = -1,
    3514             :         .state = {
    3515             :             .kind = 1,
    3516             :             .compact = 1,
    3517             :             .ascii = 1,
    3518             :         },
    3519             :     },
    3520             :     ._data = "_imp",
    3521             : };
    3522             : static
    3523             :     struct {
    3524             :         PyASCIIObject _ascii;
    3525             :         uint8_t _data[13];
    3526             :     }
    3527             : const_str_acquire_lock = {
    3528             :     ._ascii = {
    3529             :         .ob_base = {
    3530             :             .ob_refcnt = 999999999,
    3531             :             .ob_type = &PyUnicode_Type,
    3532             :         },
    3533             :         .length = 12,
    3534             :         .hash = -1,
    3535             :         .state = {
    3536             :             .kind = 1,
    3537             :             .compact = 1,
    3538             :             .ascii = 1,
    3539             :         },
    3540             :     },
    3541             :     ._data = "acquire_lock",
    3542             : };
    3543             : static
    3544             :     struct {
    3545             :         PyASCIIObject _ascii;
    3546             :         uint8_t _data[14];
    3547             :     }
    3548             : const_str__module_locks = {
    3549             :     ._ascii = {
    3550             :         .ob_base = {
    3551             :             .ob_refcnt = 999999999,
    3552             :             .ob_type = &PyUnicode_Type,
    3553             :         },
    3554             :         .length = 13,
    3555             :         .hash = -1,
    3556             :         .state = {
    3557             :             .kind = 1,
    3558             :             .compact = 1,
    3559             :             .ascii = 1,
    3560             :         },
    3561             :     },
    3562             :     ._data = "_module_locks",
    3563             : };
    3564             : static
    3565             :     struct {
    3566             :         PyASCIIObject _ascii;
    3567             :         uint8_t _data[13];
    3568             :     }
    3569             : const_str_release_lock = {
    3570             :     ._ascii = {
    3571             :         .ob_base = {
    3572             :             .ob_refcnt = 999999999,
    3573             :             .ob_type = &PyUnicode_Type,
    3574             :         },
    3575             :         .length = 12,
    3576             :         .hash = -1,
    3577             :         .state = {
    3578             :             .kind = 1,
    3579             :             .compact = 1,
    3580             :             .ascii = 1,
    3581             :         },
    3582             :     },
    3583             :     ._data = "release_lock",
    3584             : };
    3585             : static
    3586             :     struct {
    3587             :         PyGC_Head _gc_head;
    3588             :         struct {
    3589             :             PyObject_VAR_HEAD
    3590             :             PyObject *ob_item[5];
    3591             :         }_object;
    3592             :     }
    3593             : importlib__bootstrap_toplevel_consts_13_consts_2_names = {
    3594             :     ._object = {
    3595             :         .ob_base = {
    3596             :             .ob_base = {
    3597             :                 .ob_refcnt = 999999999,
    3598             :                 .ob_type = &PyTuple_Type,
    3599             :             },
    3600             :             .ob_size = 5,
    3601             :         },
    3602             :         .ob_item = {
    3603             :             & const_str__imp._ascii.ob_base,
    3604             :             & const_str_acquire_lock._ascii.ob_base,
    3605             :             & const_str__module_locks._ascii.ob_base,
    3606             :             &_Py_ID(get),
    3607             :             & const_str_release_lock._ascii.ob_base,
    3608             :         },
    3609             :     },
    3610             : };
    3611             : static
    3612             :     struct {
    3613             :         PyASCIIObject _ascii;
    3614             :         uint8_t _data[3];
    3615             :     }
    3616             : const_str_cb = {
    3617             :     ._ascii = {
    3618             :         .ob_base = {
    3619             :             .ob_refcnt = 999999999,
    3620             :             .ob_type = &PyUnicode_Type,
    3621             :         },
    3622             :         .length = 2,
    3623             :         .hash = -1,
    3624             :         .state = {
    3625             :             .kind = 1,
    3626             :             .compact = 1,
    3627             :             .ascii = 1,
    3628             :         },
    3629             :     },
    3630             :     ._data = "cb",
    3631             : };
    3632             : static
    3633             :     struct {
    3634             :         PyASCIIObject _ascii;
    3635             :         uint8_t _data[29];
    3636             :     }
    3637             : importlib__bootstrap_toplevel_consts_13_consts_2_qualname = {
    3638             :     ._ascii = {
    3639             :         .ob_base = {
    3640             :             .ob_refcnt = 999999999,
    3641             :             .ob_type = &PyUnicode_Type,
    3642             :         },
    3643             :         .length = 28,
    3644             :         .hash = -1,
    3645             :         .state = {
    3646             :             .kind = 1,
    3647             :             .compact = 1,
    3648             :             .ascii = 1,
    3649             :         },
    3650             :     },
    3651             :     ._data = "_get_module_lock.<locals>.cb",
    3652             : };
    3653             : static
    3654             :     struct {
    3655             :         PyObject_VAR_HEAD
    3656             :         Py_hash_t ob_shash;
    3657             :         char ob_sval[99];
    3658             :     }
    3659             : importlib__bootstrap_toplevel_consts_13_consts_2_linetable = {
    3660             :     .ob_base = {
    3661             :         .ob_base = {
    3662             :             .ob_refcnt = 999999999,
    3663             :             .ob_type = &PyBytes_Type,
    3664             :         },
    3665             :         .ob_size = 98,
    3666             :     },
    3667             :     .ob_shash = -1,
    3668             :     .ob_sval = "\x80\x00\xdd\x10\x14\xd7\x10\x21\xd1\x10\x21\xd4\x10\x23\xd0\x10\x23\xf0\x02\x07\x11\x28\xf5\x08\x00\x18\x25\xd7\x17\x28\xd1\x17\x28\xa8\x14\xd4\x17\x2e\xb0\x23\xd0\x17\x35\xf0\x00\x01\x15\x30\xdd\x1c\x29\xa8\x24\xd0\x1c\x2f\xe5\x14\x18\xd7\x14\x25\xd1\x14\x25\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xd0\x14\x27\xf8\x95\x44\xd7\x14\x25\xd1\x14\x25\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xf8\xf8\xf8",
    3669             : };
    3670             : static
    3671             :     struct {
    3672             :         PyObject_VAR_HEAD
    3673             :         Py_hash_t ob_shash;
    3674             :         char ob_sval[12];
    3675             :     }
    3676             : importlib__bootstrap_toplevel_consts_13_consts_2_exceptiontable = {
    3677             :     .ob_base = {
    3678             :         .ob_base = {
    3679             :             .ob_refcnt = 999999999,
    3680             :             .ob_type = &PyBytes_Type,
    3681             :         },
    3682             :         .ob_size = 11,
    3683             :     },
    3684             :     .ob_shash = -1,
    3685             :     .ob_sval = "\x98\x21\x41\x11\x00\xc1\x11\x18\x41\x29\x03",
    3686             : };
    3687             : static
    3688             :     struct {
    3689             :         PyASCIIObject _ascii;
    3690             :         uint8_t _data[4];
    3691             :     }
    3692             : const_str_ref = {
    3693             :     ._ascii = {
    3694             :         .ob_base = {
    3695             :             .ob_refcnt = 999999999,
    3696             :             .ob_type = &PyUnicode_Type,
    3697             :         },
    3698             :         .length = 3,
    3699             :         .hash = -1,
    3700             :         .state = {
    3701             :             .kind = 1,
    3702             :             .compact = 1,
    3703             :             .ascii = 1,
    3704             :         },
    3705             :     },
    3706             :     ._data = "ref",
    3707             : };
    3708             : static
    3709             :     struct {
    3710             :         PyGC_Head _gc_head;
    3711             :         struct {
    3712             :             PyObject_VAR_HEAD
    3713             :             PyObject *ob_item[2];
    3714             :         }_object;
    3715             :     }
    3716             : importlib__bootstrap_toplevel_consts_13_consts_2_localsplusnames = {
    3717             :     ._object = {
    3718             :         .ob_base = {
    3719             :             .ob_base = {
    3720             :                 .ob_refcnt = 999999999,
    3721             :                 .ob_type = &PyTuple_Type,
    3722             :             },
    3723             :             .ob_size = 2,
    3724             :         },
    3725             :         .ob_item = {
    3726             :             & const_str_ref._ascii.ob_base,
    3727             :             &_Py_ID(name),
    3728             :         },
    3729             :     },
    3730             : };
    3731             : static
    3732             :     struct _PyCode_DEF(216)
    3733             : importlib__bootstrap_toplevel_consts_13_consts_2 = {
    3734             :     .ob_base = {
    3735             :         .ob_base = {
    3736             :             .ob_refcnt = 999999999,
    3737             :             .ob_type = &PyCode_Type,
    3738             :         },
    3739             :         .ob_size = 108,
    3740             :     },
    3741             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    3742             :     .co_names = & importlib__bootstrap_toplevel_consts_13_consts_2_names._object.ob_base.ob_base,
    3743             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_13_consts_2_exceptiontable.ob_base.ob_base,
    3744             :     .co_flags = 19,
    3745             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    3746             :     ._co_linearray_entry_size = 0,
    3747             :     .co_argcount = 2,
    3748             :     .co_posonlyargcount = 0,
    3749             :     .co_kwonlyargcount = 0,
    3750             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
    3751             :     .co_stacksize = 4,
    3752             :     .co_firstlineno = 198,
    3753             :     .co_nlocalsplus = 2,
    3754             :     .co_nlocals = 2,
    3755             :     .co_nplaincellvars = 0,
    3756             :     .co_ncellvars = 0,
    3757             :     .co_nfreevars = 0,
    3758             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_13_consts_2_localsplusnames._object.ob_base.ob_base,
    3759             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    3760             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    3761             :     .co_name = & const_str_cb._ascii.ob_base,
    3762             :     .co_qualname = & importlib__bootstrap_toplevel_consts_13_consts_2_qualname._ascii.ob_base,
    3763             :     .co_linetable = & importlib__bootstrap_toplevel_consts_13_consts_2_linetable.ob_base.ob_base,
    3764             :     ._co_code = NULL,
    3765             :     ._co_linearray = NULL,
    3766             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x75\x00\x72\x08\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
    3767             :     ._co_firsttraceable = 0,
    3768             : };
    3769             : static
    3770             :     struct {
    3771             :         PyGC_Head _gc_head;
    3772             :         struct {
    3773             :             PyObject_VAR_HEAD
    3774             :             PyObject *ob_item[3];
    3775             :         }_object;
    3776             :     }
    3777             : importlib__bootstrap_toplevel_consts_13_consts = {
    3778             :     ._object = {
    3779             :         .ob_base = {
    3780             :             .ob_base = {
    3781             :                 .ob_refcnt = 999999999,
    3782             :                 .ob_type = &PyTuple_Type,
    3783             :             },
    3784             :             .ob_size = 3,
    3785             :         },
    3786             :         .ob_item = {
    3787             :             & importlib__bootstrap_toplevel_consts_13_consts_0._ascii.ob_base,
    3788             :             Py_None,
    3789             :             & importlib__bootstrap_toplevel_consts_13_consts_2.ob_base.ob_base,
    3790             :         },
    3791             :     },
    3792             : };
    3793             : static
    3794             :     struct {
    3795             :         PyASCIIObject _ascii;
    3796             :         uint8_t _data[9];
    3797             :     }
    3798             : const_str_KeyError = {
    3799             :     ._ascii = {
    3800             :         .ob_base = {
    3801             :             .ob_refcnt = 999999999,
    3802             :             .ob_type = &PyUnicode_Type,
    3803             :         },
    3804             :         .length = 8,
    3805             :         .hash = -1,
    3806             :         .state = {
    3807             :             .kind = 1,
    3808             :             .compact = 1,
    3809             :             .ascii = 1,
    3810             :         },
    3811             :     },
    3812             :     ._data = "KeyError",
    3813             : };
    3814             : static
    3815             :     struct {
    3816             :         PyASCIIObject _ascii;
    3817             :         uint8_t _data[9];
    3818             :     }
    3819             : const_str__weakref = {
    3820             :     ._ascii = {
    3821             :         .ob_base = {
    3822             :             .ob_refcnt = 999999999,
    3823             :             .ob_type = &PyUnicode_Type,
    3824             :         },
    3825             :         .length = 8,
    3826             :         .hash = -1,
    3827             :         .state = {
    3828             :             .kind = 1,
    3829             :             .compact = 1,
    3830             :             .ascii = 1,
    3831             :         },
    3832             :     },
    3833             :     ._data = "_weakref",
    3834             : };
    3835             : static
    3836             :     struct {
    3837             :         PyGC_Head _gc_head;
    3838             :         struct {
    3839             :             PyObject_VAR_HEAD
    3840             :             PyObject *ob_item[10];
    3841             :         }_object;
    3842             :     }
    3843             : importlib__bootstrap_toplevel_consts_13_names = {
    3844             :     ._object = {
    3845             :         .ob_base = {
    3846             :             .ob_base = {
    3847             :                 .ob_refcnt = 999999999,
    3848             :                 .ob_type = &PyTuple_Type,
    3849             :             },
    3850             :             .ob_size = 10,
    3851             :         },
    3852             :         .ob_item = {
    3853             :             & const_str__imp._ascii.ob_base,
    3854             :             & const_str_acquire_lock._ascii.ob_base,
    3855             :             & const_str__module_locks._ascii.ob_base,
    3856             :             & const_str_KeyError._ascii.ob_base,
    3857             :             & const_str__thread._ascii.ob_base,
    3858             :             & const_str__DummyModuleLock._ascii.ob_base,
    3859             :             & const_str__ModuleLock._ascii.ob_base,
    3860             :             & const_str__weakref._ascii.ob_base,
    3861             :             & const_str_ref._ascii.ob_base,
    3862             :             & const_str_release_lock._ascii.ob_base,
    3863             :         },
    3864             :     },
    3865             : };
    3866             : static
    3867             :     struct {
    3868             :         PyObject_VAR_HEAD
    3869             :         Py_hash_t ob_shash;
    3870             :         char ob_sval[211];
    3871             :     }
    3872             : importlib__bootstrap_toplevel_consts_13_linetable = {
    3873             :     .ob_base = {
    3874             :         .ob_base = {
    3875             :             .ob_refcnt = 999999999,
    3876             :             .ob_type = &PyBytes_Type,
    3877             :         },
    3878             :         .ob_size = 210,
    3879             :     },
    3880             :     .ob_shash = -1,
    3881             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x05\x09\xd7\x04\x15\xd1\x04\x15\xd4\x04\x17\xd0\x04\x17\xf0\x02\x19\x05\x1c\xf0\x02\x03\x09\x18\xdd\x13\x26\xa0\x14\xd4\x13\x26\xd4\x13\x28\x88\x44\xf0\x08\x00\x0c\x10\xf0\x00\x11\x09\x39\xdd\x0f\x16\xf0\x00\x03\x0d\x29\xdd\x17\x27\xa8\x04\xd4\x17\x2d\x90\x04\x90\x04\xe5\x17\x22\xa0\x34\xd4\x17\x28\x90\x04\xe0\x1d\x21\xf0\x00\x09\x0d\x28\xf0\x00\x09\x0d\x28\xf0\x00\x09\x0d\x28\xf0\x00\x09\x0d\x28\xf5\x16\x00\x23\x2b\xa7\x2c\xa1\x2c\xa8\x74\xb0\x52\xd4\x22\x38\x8d\x4d\x98\x24\xd1\x0c\x1f\xe5\x08\x0c\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xe0\x0b\x0f\x80\x4b\xf8\xf5\x31\x00\x10\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x44\x88\x44\x88\x44\xf0\x03\x01\x09\x18\xf8\xf8\xf8\xf8\xf5\x2c\x00\x09\x0d\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xf8\xf8\xf8",
    3882             : };
    3883             : static
    3884             :     struct {
    3885             :         PyObject_VAR_HEAD
    3886             :         Py_hash_t ob_shash;
    3887             :         char ob_sval[42];
    3888             :     }
    3889             : importlib__bootstrap_toplevel_consts_13_exceptiontable = {
    3890             :     .ob_base = {
    3891             :         .ob_base = {
    3892             :             .ob_refcnt = 999999999,
    3893             :             .ob_type = &PyBytes_Type,
    3894             :         },
    3895             :         .ob_size = 41,
    3896             :     },
    3897             :     .ob_shash = -1,
    3898             :     .ob_sval = "\x99\x12\x42\x0c\x00\xab\x41\x09\x42\x1e\x00\xc2\x0c\x0c\x42\x1b\x03\xc2\x18\x02\x42\x1e\x00\xc2\x1a\x01\x42\x1b\x03\xc2\x1b\x03\x42\x1e\x00\xc2\x1e\x18\x42\x36\x03",
    3899             : };
    3900             : static
    3901             :     struct {
    3902             :         PyGC_Head _gc_head;
    3903             :         struct {
    3904             :             PyObject_VAR_HEAD
    3905             :             PyObject *ob_item[3];
    3906             :         }_object;
    3907             :     }
    3908             : importlib__bootstrap_toplevel_consts_13_localsplusnames = {
    3909             :     ._object = {
    3910             :         .ob_base = {
    3911             :             .ob_base = {
    3912             :                 .ob_refcnt = 999999999,
    3913             :                 .ob_type = &PyTuple_Type,
    3914             :             },
    3915             :             .ob_size = 3,
    3916             :         },
    3917             :         .ob_item = {
    3918             :             &_Py_ID(name),
    3919             :             & const_str_lock._ascii.ob_base,
    3920             :             & const_str_cb._ascii.ob_base,
    3921             :         },
    3922             :     },
    3923             : };
    3924             : static
    3925             :     struct _PyCode_DEF(370)
    3926             : importlib__bootstrap_toplevel_consts_13 = {
    3927             :     .ob_base = {
    3928             :         .ob_base = {
    3929             :             .ob_refcnt = 999999999,
    3930             :             .ob_type = &PyCode_Type,
    3931             :         },
    3932             :         .ob_size = 185,
    3933             :     },
    3934             :     .co_consts = & importlib__bootstrap_toplevel_consts_13_consts._object.ob_base.ob_base,
    3935             :     .co_names = & importlib__bootstrap_toplevel_consts_13_names._object.ob_base.ob_base,
    3936             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_13_exceptiontable.ob_base.ob_base,
    3937             :     .co_flags = 3,
    3938             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    3939             :     ._co_linearray_entry_size = 0,
    3940             :     .co_argcount = 1,
    3941             :     .co_posonlyargcount = 0,
    3942             :     .co_kwonlyargcount = 0,
    3943             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
    3944             :     .co_stacksize = 4,
    3945             :     .co_firstlineno = 179,
    3946             :     .co_nlocalsplus = 3,
    3947             :     .co_nlocals = 3,
    3948             :     .co_nplaincellvars = 0,
    3949             :     .co_ncellvars = 0,
    3950             :     .co_nfreevars = 0,
    3951             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
    3952             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
    3953             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    3954             :     .co_name = & const_str__get_module_lock._ascii.ob_base,
    3955             :     .co_qualname = & const_str__get_module_lock._ascii.ob_base,
    3956             :     .co_linetable = & importlib__bootstrap_toplevel_consts_13_linetable.ob_base.ob_base,
    3957             :     ._co_code = NULL,
    3958             :     ._co_linearray = NULL,
    3959             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x47\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0e\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x0d\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x66\x01\x64\x02\x84\x01\x7d\x02\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3c\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x01\x7d\x01\x59\x00\x8c\x6f\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
    3960             :     ._co_firsttraceable = 0,
    3961             : };
    3962             : static
    3963             :     struct {
    3964             :         PyASCIIObject _ascii;
    3965             :         uint8_t _data[190];
    3966             :     }
    3967             : importlib__bootstrap_toplevel_consts_14_consts_0 = {
    3968             :     ._ascii = {
    3969             :         .ob_base = {
    3970             :             .ob_refcnt = 999999999,
    3971             :             .ob_type = &PyUnicode_Type,
    3972             :         },
    3973             :         .length = 189,
    3974             :         .hash = -1,
    3975             :         .state = {
    3976             :             .kind = 1,
    3977             :             .compact = 1,
    3978             :             .ascii = 1,
    3979             :         },
    3980             :     },
    3981             :     ._data = "\x41\x63\x71\x75\x69\x72\x65\x73\x20\x74\x68\x65\x6e\x20\x72\x65\x6c\x65\x61\x73\x65\x73\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6c\x6f\x63\x6b\x20\x66\x6f\x72\x20\x61\x20\x67\x69\x76\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x69\x73\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x65\x6e\x73\x75\x72\x65\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x63\x6f\x6d\x70\x6c\x65\x74\x65\x6c\x79\x20\x69\x6e\x69\x74\x69\x61\x6c\x69\x7a\x65\x64\x2c\x20\x69\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x65\x76\x65\x6e\x74\x20\x69\x74\x20\x69\x73\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x20\x62\x79\x20\x61\x6e\x6f\x74\x68\x65\x72\x20\x74\x68\x72\x65\x61\x64\x2e\x0a\x20\x20\x20\x20",
    3982             : };
    3983             : static
    3984             :     struct {
    3985             :         PyGC_Head _gc_head;
    3986             :         struct {
    3987             :             PyObject_VAR_HEAD
    3988             :             PyObject *ob_item[2];
    3989             :         }_object;
    3990             :     }
    3991             : importlib__bootstrap_toplevel_consts_14_consts = {
    3992             :     ._object = {
    3993             :         .ob_base = {
    3994             :             .ob_base = {
    3995             :                 .ob_refcnt = 999999999,
    3996             :                 .ob_type = &PyTuple_Type,
    3997             :             },
    3998             :             .ob_size = 2,
    3999             :         },
    4000             :         .ob_item = {
    4001             :             & importlib__bootstrap_toplevel_consts_14_consts_0._ascii.ob_base,
    4002             :             Py_None,
    4003             :         },
    4004             :     },
    4005             : };
    4006             : static
    4007             :     struct {
    4008             :         PyGC_Head _gc_head;
    4009             :         struct {
    4010             :             PyObject_VAR_HEAD
    4011             :             PyObject *ob_item[4];
    4012             :         }_object;
    4013             :     }
    4014             : importlib__bootstrap_toplevel_consts_14_names = {
    4015             :     ._object = {
    4016             :         .ob_base = {
    4017             :             .ob_base = {
    4018             :                 .ob_refcnt = 999999999,
    4019             :                 .ob_type = &PyTuple_Type,
    4020             :             },
    4021             :             .ob_size = 4,
    4022             :         },
    4023             :         .ob_item = {
    4024             :             & const_str__get_module_lock._ascii.ob_base,
    4025             :             & const_str_acquire._ascii.ob_base,
    4026             :             & const_str_release._ascii.ob_base,
    4027             :             & const_str__DeadlockError._ascii.ob_base,
    4028             :         },
    4029             :     },
    4030             : };
    4031             : static
    4032             :     struct {
    4033             :         PyObject_VAR_HEAD
    4034             :         Py_hash_t ob_shash;
    4035             :         char ob_sval[86];
    4036             :     }
    4037             : importlib__bootstrap_toplevel_consts_14_linetable = {
    4038             :     .ob_base = {
    4039             :         .ob_base = {
    4040             :             .ob_refcnt = 999999999,
    4041             :             .ob_type = &PyBytes_Type,
    4042             :         },
    4043             :         .ob_size = 85,
    4044             :     },
    4045             :     .ob_shash = -1,
    4046             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x1c\x98\x44\xd4\x0b\x21\x80\x44\xf0\x02\x07\x05\x17\xd8\x08\x0c\x8f\x0c\x89\x0c\x8c\x0e\x88\x0e\xf0\x0c\x00\x09\x0d\x8f\x0c\x89\x0c\x8c\x0e\x88\x0e\x88\x0e\x88\x0e\xf8\xf5\x0b\x00\x0c\x1a\xf0\x00\x03\x05\x0d\xf0\x00\x03\x05\x0d\xf0\x00\x03\x05\x0d\xf0\x06\x00\x09\x0d\x88\x04\x88\x04\xf0\x07\x03\x05\x0d\xf8\xf8\xf8",
    4047             : };
    4048             : static
    4049             :     struct {
    4050             :         PyObject_VAR_HEAD
    4051             :         Py_hash_t ob_shash;
    4052             :         char ob_sval[16];
    4053             :     }
    4054             : importlib__bootstrap_toplevel_consts_14_exceptiontable = {
    4055             :     .ob_base = {
    4056             :         .ob_base = {
    4057             :             .ob_refcnt = 999999999,
    4058             :             .ob_type = &PyBytes_Type,
    4059             :         },
    4060             :         .ob_size = 15,
    4061             :     },
    4062             :     .ob_shash = -1,
    4063             :     .ob_sval = "\x8f\x11\x33\x00\xb3\x0a\x41\x01\x03\xc1\x00\x01\x41\x01\x03",
    4064             : };
    4065             : static
    4066             :     struct {
    4067             :         PyGC_Head _gc_head;
    4068             :         struct {
    4069             :             PyObject_VAR_HEAD
    4070             :             PyObject *ob_item[2];
    4071             :         }_object;
    4072             :     }
    4073             : importlib__bootstrap_toplevel_consts_14_localsplusnames = {
    4074             :     ._object = {
    4075             :         .ob_base = {
    4076             :             .ob_base = {
    4077             :                 .ob_refcnt = 999999999,
    4078             :                 .ob_type = &PyTuple_Type,
    4079             :             },
    4080             :             .ob_size = 2,
    4081             :         },
    4082             :         .ob_item = {
    4083             :             &_Py_ID(name),
    4084             :             & const_str_lock._ascii.ob_base,
    4085             :         },
    4086             :     },
    4087             : };
    4088             : static
    4089             :     struct _PyCode_DEF(136)
    4090             : importlib__bootstrap_toplevel_consts_14 = {
    4091             :     .ob_base = {
    4092             :         .ob_base = {
    4093             :             .ob_refcnt = 999999999,
    4094             :             .ob_type = &PyCode_Type,
    4095             :         },
    4096             :         .ob_size = 68,
    4097             :     },
    4098             :     .co_consts = & importlib__bootstrap_toplevel_consts_14_consts._object.ob_base.ob_base,
    4099             :     .co_names = & importlib__bootstrap_toplevel_consts_14_names._object.ob_base.ob_base,
    4100             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_14_exceptiontable.ob_base.ob_base,
    4101             :     .co_flags = 3,
    4102             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    4103             :     ._co_linearray_entry_size = 0,
    4104             :     .co_argcount = 1,
    4105             :     .co_posonlyargcount = 0,
    4106             :     .co_kwonlyargcount = 0,
    4107             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
    4108             :     .co_stacksize = 4,
    4109             :     .co_firstlineno = 216,
    4110             :     .co_nlocalsplus = 2,
    4111             :     .co_nlocals = 2,
    4112             :     .co_nplaincellvars = 0,
    4113             :     .co_ncellvars = 0,
    4114             :     .co_nfreevars = 0,
    4115             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
    4116             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    4117             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    4118             :     .co_name = &_Py_ID(_lock_unlock_module),
    4119             :     .co_qualname = &_Py_ID(_lock_unlock_module),
    4120             :     .co_linetable = & importlib__bootstrap_toplevel_consts_14_linetable.ob_base.ob_base,
    4121             :     ._co_code = NULL,
    4122             :     ._co_linearray = NULL,
    4123             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
    4124             :     ._co_firsttraceable = 0,
    4125             : };
    4126             : static
    4127             :     struct {
    4128             :         PyASCIIObject _ascii;
    4129             :         uint8_t _data[303];
    4130             :     }
    4131             : importlib__bootstrap_toplevel_consts_15_consts_0 = {
    4132             :     ._ascii = {
    4133             :         .ob_base = {
    4134             :             .ob_refcnt = 999999999,
    4135             :             .ob_type = &PyUnicode_Type,
    4136             :         },
    4137             :         .length = 302,
    4138             :         .hash = -1,
    4139             :         .state = {
    4140             :             .kind = 1,
    4141             :             .compact = 1,
    4142             :             .ascii = 1,
    4143             :         },
    4144             :     },
    4145             :     ._data = "\x72\x65\x6d\x6f\x76\x65\x5f\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x5f\x66\x72\x61\x6d\x65\x73\x20\x69\x6e\x20\x69\x6d\x70\x6f\x72\x74\x2e\x63\x20\x77\x69\x6c\x6c\x20\x61\x6c\x77\x61\x79\x73\x20\x72\x65\x6d\x6f\x76\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x73\x0a\x20\x20\x20\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x20\x66\x72\x61\x6d\x65\x73\x20\x74\x68\x61\x74\x20\x65\x6e\x64\x20\x77\x69\x74\x68\x20\x61\x20\x63\x61\x6c\x6c\x20\x74\x6f\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x0a\x0a\x20\x20\x20\x20\x55\x73\x65\x20\x69\x74\x20\x69\x6e\x73\x74\x65\x61\x64\x20\x6f\x66\x20\x61\x20\x6e\x6f\x72\x6d\x61\x6c\x20\x63\x61\x6c\x6c\x20\x69\x6e\x20\x70\x6c\x61\x63\x65\x73\x20\x77\x68\x65\x72\x65\x20\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x0a\x20\x20\x20\x20\x66\x72\x61\x6d\x65\x73\x20\x69\x6e\x74\x72\x6f\x64\x75\x63\x65\x73\x20\x75\x6e\x77\x61\x6e\x74\x65\x64\x20\x6e\x6f\x69\x73\x65\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x20\x74\x72\x61\x63\x65\x62\x61\x63\x6b\x20\x28\x65\x2e\x67\x2e\x20\x77\x68\x65\x6e\x20\x65\x78\x65\x63\x75\x74\x69\x6e\x67\x0a\x20\x20\x20\x20\x6d\x6f\x64\x75\x6c\x65\x20\x63\x6f\x64\x65\x29\x0a\x20\x20\x20\x20",
    4146             : };
    4147             : static
    4148             :     struct {
    4149             :         PyGC_Head _gc_head;
    4150             :         struct {
    4151             :             PyObject_VAR_HEAD
    4152             :             PyObject *ob_item[1];
    4153             :         }_object;
    4154             :     }
    4155             : importlib__bootstrap_toplevel_consts_15_consts = {
    4156             :     ._object = {
    4157             :         .ob_base = {
    4158             :             .ob_base = {
    4159             :                 .ob_refcnt = 999999999,
    4160             :                 .ob_type = &PyTuple_Type,
    4161             :             },
    4162             :             .ob_size = 1,
    4163             :         },
    4164             :         .ob_item = {
    4165             :             & importlib__bootstrap_toplevel_consts_15_consts_0._ascii.ob_base,
    4166             :         },
    4167             :     },
    4168             : };
    4169             : static
    4170             :     struct {
    4171             :         PyASCIIObject _ascii;
    4172             :         uint8_t _data[26];
    4173             :     }
    4174             : const_str__call_with_frames_removed = {
    4175             :     ._ascii = {
    4176             :         .ob_base = {
    4177             :             .ob_refcnt = 999999999,
    4178             :             .ob_type = &PyUnicode_Type,
    4179             :         },
    4180             :         .length = 25,
    4181             :         .hash = -1,
    4182             :         .state = {
    4183             :             .kind = 1,
    4184             :             .compact = 1,
    4185             :             .ascii = 1,
    4186             :         },
    4187             :     },
    4188             :     ._data = "_call_with_frames_removed",
    4189             : };
    4190             : static
    4191             :     struct {
    4192             :         PyObject_VAR_HEAD
    4193             :         Py_hash_t ob_shash;
    4194             :         char ob_sval[26];
    4195             :     }
    4196             : importlib__bootstrap_toplevel_consts_15_linetable = {
    4197             :     .ob_base = {
    4198             :         .ob_base = {
    4199             :             .ob_refcnt = 999999999,
    4200             :             .ob_type = &PyBytes_Type,
    4201             :         },
    4202             :         .ob_size = 25,
    4203             :     },
    4204             :     .ob_shash = -1,
    4205             :     .ob_sval = "\x80\x00\xf0\x10\x00\x0c\x0d\x88\x31\x88\x64\xd0\x0b\x1b\x90\x64\xd0\x0b\x1b\xd0\x0b\x1b\xd0\x04\x1b",
    4206             : };
    4207             : static
    4208             :     struct {
    4209             :         PyASCIIObject _ascii;
    4210             :         uint8_t _data[2];
    4211             :     }
    4212             : const_str_f = {
    4213             :     ._ascii = {
    4214             :         .ob_base = {
    4215             :             .ob_refcnt = 999999999,
    4216             :             .ob_type = &PyUnicode_Type,
    4217             :         },
    4218             :         .length = 1,
    4219             :         .hash = -1,
    4220             :         .state = {
    4221             :             .kind = 1,
    4222             :             .compact = 1,
    4223             :             .ascii = 1,
    4224             :         },
    4225             :     },
    4226             :     ._data = "f",
    4227             : };
    4228             : static
    4229             :     struct {
    4230             :         PyASCIIObject _ascii;
    4231             :         uint8_t _data[5];
    4232             :     }
    4233             : const_str_kwds = {
    4234             :     ._ascii = {
    4235             :         .ob_base = {
    4236             :             .ob_refcnt = 999999999,
    4237             :             .ob_type = &PyUnicode_Type,
    4238             :         },
    4239             :         .length = 4,
    4240             :         .hash = -1,
    4241             :         .state = {
    4242             :             .kind = 1,
    4243             :             .compact = 1,
    4244             :             .ascii = 1,
    4245             :         },
    4246             :     },
    4247             :     ._data = "kwds",
    4248             : };
    4249             : static
    4250             :     struct {
    4251             :         PyGC_Head _gc_head;
    4252             :         struct {
    4253             :             PyObject_VAR_HEAD
    4254             :             PyObject *ob_item[3];
    4255             :         }_object;
    4256             :     }
    4257             : importlib__bootstrap_toplevel_consts_15_localsplusnames = {
    4258             :     ._object = {
    4259             :         .ob_base = {
    4260             :             .ob_base = {
    4261             :                 .ob_refcnt = 999999999,
    4262             :                 .ob_type = &PyTuple_Type,
    4263             :             },
    4264             :             .ob_size = 3,
    4265             :         },
    4266             :         .ob_item = {
    4267             :             & const_str_f._ascii.ob_base,
    4268             :             & const_str_args._ascii.ob_base,
    4269             :             & const_str_kwds._ascii.ob_base,
    4270             :         },
    4271             :     },
    4272             : };
    4273             : static
    4274             :     struct _PyCode_DEF(18)
    4275             : importlib__bootstrap_toplevel_consts_15 = {
    4276             :     .ob_base = {
    4277             :         .ob_base = {
    4278             :             .ob_refcnt = 999999999,
    4279             :             .ob_type = &PyCode_Type,
    4280             :         },
    4281             :         .ob_size = 9,
    4282             :     },
    4283             :     .co_consts = & importlib__bootstrap_toplevel_consts_15_consts._object.ob_base.ob_base,
    4284             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
    4285             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    4286             :     .co_flags = 15,
    4287             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    4288             :     ._co_linearray_entry_size = 0,
    4289             :     .co_argcount = 1,
    4290             :     .co_posonlyargcount = 0,
    4291             :     .co_kwonlyargcount = 0,
    4292             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    4293             :     .co_stacksize = 5,
    4294             :     .co_firstlineno = 233,
    4295             :     .co_nlocalsplus = 3,
    4296             :     .co_nlocals = 3,
    4297             :     .co_nplaincellvars = 0,
    4298             :     .co_ncellvars = 0,
    4299             :     .co_nfreevars = 0,
    4300             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
    4301             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
    4302             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    4303             :     .co_name = & const_str__call_with_frames_removed._ascii.ob_base,
    4304             :     .co_qualname = & const_str__call_with_frames_removed._ascii.ob_base,
    4305             :     .co_linetable = & importlib__bootstrap_toplevel_consts_15_linetable.ob_base.ob_base,
    4306             :     ._co_code = NULL,
    4307             :     ._co_linearray = NULL,
    4308             :     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x00\x7c\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x53\x00",
    4309             :     ._co_firsttraceable = 0,
    4310             : };
    4311             : static
    4312             :     struct {
    4313             :         PyASCIIObject _ascii;
    4314             :         uint8_t _data[10];
    4315             :     }
    4316             : const_str_verbosity = {
    4317             :     ._ascii = {
    4318             :         .ob_base = {
    4319             :             .ob_refcnt = 999999999,
    4320             :             .ob_type = &PyUnicode_Type,
    4321             :         },
    4322             :         .length = 9,
    4323             :         .hash = -1,
    4324             :         .state = {
    4325             :             .kind = 1,
    4326             :             .compact = 1,
    4327             :             .ascii = 1,
    4328             :         },
    4329             :     },
    4330             :     ._data = "verbosity",
    4331             : };
    4332             : static
    4333             :     struct {
    4334             :         PyGC_Head _gc_head;
    4335             :         struct {
    4336             :             PyObject_VAR_HEAD
    4337             :             PyObject *ob_item[1];
    4338             :         }_object;
    4339             :     }
    4340             : importlib__bootstrap_toplevel_consts_17 = {
    4341             :     ._object = {
    4342             :         .ob_base = {
    4343             :             .ob_base = {
    4344             :                 .ob_refcnt = 999999999,
    4345             :                 .ob_type = &PyTuple_Type,
    4346             :             },
    4347             :             .ob_size = 1,
    4348             :         },
    4349             :         .ob_item = {
    4350             :             & const_str_verbosity._ascii.ob_base,
    4351             :         },
    4352             :     },
    4353             : };
    4354             : static
    4355             :     struct {
    4356             :         PyASCIIObject _ascii;
    4357             :         uint8_t _data[62];
    4358             :     }
    4359             : importlib__bootstrap_toplevel_consts_18_consts_0 = {
    4360             :     ._ascii = {
    4361             :         .ob_base = {
    4362             :             .ob_refcnt = 999999999,
    4363             :             .ob_type = &PyUnicode_Type,
    4364             :         },
    4365             :         .length = 61,
    4366             :         .hash = -1,
    4367             :         .state = {
    4368             :             .kind = 1,
    4369             :             .compact = 1,
    4370             :             .ascii = 1,
    4371             :         },
    4372             :     },
    4373             :     ._data = "Print the message to stderr if -v/PYTHONVERBOSE is turned on.",
    4374             : };
    4375             : static
    4376             :     struct {
    4377             :         PyASCIIObject _ascii;
    4378             :         uint8_t _data[2];
    4379             :     }
    4380             : importlib__bootstrap_toplevel_consts_18_consts_1_0 = {
    4381             :     ._ascii = {
    4382             :         .ob_base = {
    4383             :             .ob_refcnt = 999999999,
    4384             :             .ob_type = &PyUnicode_Type,
    4385             :         },
    4386             :         .length = 1,
    4387             :         .hash = -1,
    4388             :         .state = {
    4389             :             .kind = 1,
    4390             :             .compact = 1,
    4391             :             .ascii = 1,
    4392             :         },
    4393             :     },
    4394             :     ._data = "#",
    4395             : };
    4396             : static
    4397             :     struct {
    4398             :         PyASCIIObject _ascii;
    4399             :         uint8_t _data[8];
    4400             :     }
    4401             : importlib__bootstrap_toplevel_consts_18_consts_1_1 = {
    4402             :     ._ascii = {
    4403             :         .ob_base = {
    4404             :             .ob_refcnt = 999999999,
    4405             :             .ob_type = &PyUnicode_Type,
    4406             :         },
    4407             :         .length = 7,
    4408             :         .hash = -1,
    4409             :         .state = {
    4410             :             .kind = 1,
    4411             :             .compact = 1,
    4412             :             .ascii = 1,
    4413             :         },
    4414             :     },
    4415             :     ._data = "import ",
    4416             : };
    4417             : static
    4418             :     struct {
    4419             :         PyGC_Head _gc_head;
    4420             :         struct {
    4421             :             PyObject_VAR_HEAD
    4422             :             PyObject *ob_item[2];
    4423             :         }_object;
    4424             :     }
    4425             : importlib__bootstrap_toplevel_consts_18_consts_1 = {
    4426             :     ._object = {
    4427             :         .ob_base = {
    4428             :             .ob_base = {
    4429             :                 .ob_refcnt = 999999999,
    4430             :                 .ob_type = &PyTuple_Type,
    4431             :             },
    4432             :             .ob_size = 2,
    4433             :         },
    4434             :         .ob_item = {
    4435             :             & importlib__bootstrap_toplevel_consts_18_consts_1_0._ascii.ob_base,
    4436             :             & importlib__bootstrap_toplevel_consts_18_consts_1_1._ascii.ob_base,
    4437             :         },
    4438             :     },
    4439             : };
    4440             : static
    4441             :     struct {
    4442             :         PyASCIIObject _ascii;
    4443             :         uint8_t _data[3];
    4444             :     }
    4445             : importlib__bootstrap_toplevel_consts_18_consts_2 = {
    4446             :     ._ascii = {
    4447             :         .ob_base = {
    4448             :             .ob_refcnt = 999999999,
    4449             :             .ob_type = &PyUnicode_Type,
    4450             :         },
    4451             :         .length = 2,
    4452             :         .hash = -1,
    4453             :         .state = {
    4454             :             .kind = 1,
    4455             :             .compact = 1,
    4456             :             .ascii = 1,
    4457             :         },
    4458             :     },
    4459             :     ._data = "# ",
    4460             : };
    4461             : static
    4462             :     struct {
    4463             :         PyASCIIObject _ascii;
    4464             :         uint8_t _data[5];
    4465             :     }
    4466             : const_str_file = {
    4467             :     ._ascii = {
    4468             :         .ob_base = {
    4469             :             .ob_refcnt = 999999999,
    4470             :             .ob_type = &PyUnicode_Type,
    4471             :         },
    4472             :         .length = 4,
    4473             :         .hash = -1,
    4474             :         .state = {
    4475             :             .kind = 1,
    4476             :             .compact = 1,
    4477             :             .ascii = 1,
    4478             :         },
    4479             :     },
    4480             :     ._data = "file",
    4481             : };
    4482             : static
    4483             :     struct {
    4484             :         PyGC_Head _gc_head;
    4485             :         struct {
    4486             :             PyObject_VAR_HEAD
    4487             :             PyObject *ob_item[1];
    4488             :         }_object;
    4489             :     }
    4490             : importlib__bootstrap_toplevel_consts_18_consts_3 = {
    4491             :     ._object = {
    4492             :         .ob_base = {
    4493             :             .ob_base = {
    4494             :                 .ob_refcnt = 999999999,
    4495             :                 .ob_type = &PyTuple_Type,
    4496             :             },
    4497             :             .ob_size = 1,
    4498             :         },
    4499             :         .ob_item = {
    4500             :             & const_str_file._ascii.ob_base,
    4501             :         },
    4502             :     },
    4503             : };
    4504             : static
    4505             :     struct {
    4506             :         PyGC_Head _gc_head;
    4507             :         struct {
    4508             :             PyObject_VAR_HEAD
    4509             :             PyObject *ob_item[5];
    4510             :         }_object;
    4511             :     }
    4512             : importlib__bootstrap_toplevel_consts_18_consts = {
    4513             :     ._object = {
    4514             :         .ob_base = {
    4515             :             .ob_base = {
    4516             :                 .ob_refcnt = 999999999,
    4517             :                 .ob_type = &PyTuple_Type,
    4518             :             },
    4519             :             .ob_size = 5,
    4520             :         },
    4521             :         .ob_item = {
    4522             :             & importlib__bootstrap_toplevel_consts_18_consts_0._ascii.ob_base,
    4523             :             & importlib__bootstrap_toplevel_consts_18_consts_1._object.ob_base.ob_base,
    4524             :             & importlib__bootstrap_toplevel_consts_18_consts_2._ascii.ob_base,
    4525             :             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
    4526             :             Py_None,
    4527             :         },
    4528             :     },
    4529             : };
    4530             : static
    4531             :     struct {
    4532             :         PyASCIIObject _ascii;
    4533             :         uint8_t _data[6];
    4534             :     }
    4535             : const_str_flags = {
    4536             :     ._ascii = {
    4537             :         .ob_base = {
    4538             :             .ob_refcnt = 999999999,
    4539             :             .ob_type = &PyUnicode_Type,
    4540             :         },
    4541             :         .length = 5,
    4542             :         .hash = -1,
    4543             :         .state = {
    4544             :             .kind = 1,
    4545             :             .compact = 1,
    4546             :             .ascii = 1,
    4547             :         },
    4548             :     },
    4549             :     ._data = "flags",
    4550             : };
    4551             : static
    4552             :     struct {
    4553             :         PyASCIIObject _ascii;
    4554             :         uint8_t _data[8];
    4555             :     }
    4556             : const_str_verbose = {
    4557             :     ._ascii = {
    4558             :         .ob_base = {
    4559             :             .ob_refcnt = 999999999,
    4560             :             .ob_type = &PyUnicode_Type,
    4561             :         },
    4562             :         .length = 7,
    4563             :         .hash = -1,
    4564             :         .state = {
    4565             :             .kind = 1,
    4566             :             .compact = 1,
    4567             :             .ascii = 1,
    4568             :         },
    4569             :     },
    4570             :     ._data = "verbose",
    4571             : };
    4572             : static
    4573             :     struct {
    4574             :         PyASCIIObject _ascii;
    4575             :         uint8_t _data[11];
    4576             :     }
    4577             : const_str_startswith = {
    4578             :     ._ascii = {
    4579             :         .ob_base = {
    4580             :             .ob_refcnt = 999999999,
    4581             :             .ob_type = &PyUnicode_Type,
    4582             :         },
    4583             :         .length = 10,
    4584             :         .hash = -1,
    4585             :         .state = {
    4586             :             .kind = 1,
    4587             :             .compact = 1,
    4588             :             .ascii = 1,
    4589             :         },
    4590             :     },
    4591             :     ._data = "startswith",
    4592             : };
    4593             : static
    4594             :     struct {
    4595             :         PyASCIIObject _ascii;
    4596             :         uint8_t _data[6];
    4597             :     }
    4598             : const_str_print = {
    4599             :     ._ascii = {
    4600             :         .ob_base = {
    4601             :             .ob_refcnt = 999999999,
    4602             :             .ob_type = &PyUnicode_Type,
    4603             :         },
    4604             :         .length = 5,
    4605             :         .hash = -1,
    4606             :         .state = {
    4607             :             .kind = 1,
    4608             :             .compact = 1,
    4609             :             .ascii = 1,
    4610             :         },
    4611             :     },
    4612             :     ._data = "print",
    4613             : };
    4614             : static
    4615             :     struct {
    4616             :         PyGC_Head _gc_head;
    4617             :         struct {
    4618             :             PyObject_VAR_HEAD
    4619             :             PyObject *ob_item[7];
    4620             :         }_object;
    4621             :     }
    4622             : importlib__bootstrap_toplevel_consts_18_names = {
    4623             :     ._object = {
    4624             :         .ob_base = {
    4625             :             .ob_base = {
    4626             :                 .ob_refcnt = 999999999,
    4627             :                 .ob_type = &PyTuple_Type,
    4628             :             },
    4629             :             .ob_size = 7,
    4630             :         },
    4631             :         .ob_item = {
    4632             :             & const_str_sys._ascii.ob_base,
    4633             :             & const_str_flags._ascii.ob_base,
    4634             :             & const_str_verbose._ascii.ob_base,
    4635             :             & const_str_startswith._ascii.ob_base,
    4636             :             & const_str_print._ascii.ob_base,
    4637             :             & const_str_format._ascii.ob_base,
    4638             :             &_Py_ID(stderr),
    4639             :         },
    4640             :     },
    4641             : };
    4642             : static
    4643             :     struct {
    4644             :         PyASCIIObject _ascii;
    4645             :         uint8_t _data[17];
    4646             :     }
    4647             : const_str__verbose_message = {
    4648             :     ._ascii = {
    4649             :         .ob_base = {
    4650             :             .ob_refcnt = 999999999,
    4651             :             .ob_type = &PyUnicode_Type,
    4652             :         },
    4653             :         .length = 16,
    4654             :         .hash = -1,
    4655             :         .state = {
    4656             :             .kind = 1,
    4657             :             .compact = 1,
    4658             :             .ascii = 1,
    4659             :         },
    4660             :     },
    4661             :     ._data = "_verbose_message",
    4662             : };
    4663             : static
    4664             :     struct {
    4665             :         PyObject_VAR_HEAD
    4666             :         Py_hash_t ob_shash;
    4667             :         char ob_sval[102];
    4668             :     }
    4669             : importlib__bootstrap_toplevel_consts_18_linetable = {
    4670             :     .ob_base = {
    4671             :         .ob_base = {
    4672             :             .ob_refcnt = 999999999,
    4673             :             .ob_type = &PyBytes_Type,
    4674             :         },
    4675             :         .ob_size = 101,
    4676             :     },
    4677             :     .ob_shash = -1,
    4678             :     .ob_sval = "\x80\x00\xe5\x07\x0a\x87\x79\x81\x79\xd7\x07\x18\xd1\x07\x18\x98\x49\xd2\x07\x25\xf0\x00\x03\x05\x36\xd8\x0f\x16\xd7\x0f\x21\xd1\x0f\x21\xd0\x22\x32\xd4\x0f\x33\xf0\x00\x01\x09\x25\xd8\x16\x1a\x98\x57\x91\x6e\x88\x47\xdd\x08\x0d\x88\x6e\x88\x67\x8f\x6e\x89\x6e\x98\x64\xd0\x0e\x23\xad\x23\xaf\x2a\xa9\x2a\xd0\x08\x35\xd4\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xf0\x07\x03\x05\x36\xf0\x00\x03\x05\x36",
    4679             : };
    4680             : static
    4681             :     struct {
    4682             :         PyASCIIObject _ascii;
    4683             :         uint8_t _data[8];
    4684             :     }
    4685             : const_str_message = {
    4686             :     ._ascii = {
    4687             :         .ob_base = {
    4688             :             .ob_refcnt = 999999999,
    4689             :             .ob_type = &PyUnicode_Type,
    4690             :         },
    4691             :         .length = 7,
    4692             :         .hash = -1,
    4693             :         .state = {
    4694             :             .kind = 1,
    4695             :             .compact = 1,
    4696             :             .ascii = 1,
    4697             :         },
    4698             :     },
    4699             :     ._data = "message",
    4700             : };
    4701             : static
    4702             :     struct {
    4703             :         PyGC_Head _gc_head;
    4704             :         struct {
    4705             :             PyObject_VAR_HEAD
    4706             :             PyObject *ob_item[3];
    4707             :         }_object;
    4708             :     }
    4709             : importlib__bootstrap_toplevel_consts_18_localsplusnames = {
    4710             :     ._object = {
    4711             :         .ob_base = {
    4712             :             .ob_base = {
    4713             :                 .ob_refcnt = 999999999,
    4714             :                 .ob_type = &PyTuple_Type,
    4715             :             },
    4716             :             .ob_size = 3,
    4717             :         },
    4718             :         .ob_item = {
    4719             :             & const_str_message._ascii.ob_base,
    4720             :             & const_str_verbosity._ascii.ob_base,
    4721             :             & const_str_args._ascii.ob_base,
    4722             :         },
    4723             :     },
    4724             : };
    4725             : static
    4726             :     struct _PyCode_DEF(204)
    4727             : importlib__bootstrap_toplevel_consts_18 = {
    4728             :     .ob_base = {
    4729             :         .ob_base = {
    4730             :             .ob_refcnt = 999999999,
    4731             :             .ob_type = &PyCode_Type,
    4732             :         },
    4733             :         .ob_size = 102,
    4734             :     },
    4735             :     .co_consts = & importlib__bootstrap_toplevel_consts_18_consts._object.ob_base.ob_base,
    4736             :     .co_names = & importlib__bootstrap_toplevel_consts_18_names._object.ob_base.ob_base,
    4737             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    4738             :     .co_flags = 7,
    4739             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    4740             :     ._co_linearray_entry_size = 0,
    4741             :     .co_argcount = 1,
    4742             :     .co_posonlyargcount = 0,
    4743             :     .co_kwonlyargcount = 1,
    4744             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    4745             :     .co_stacksize = 5,
    4746             :     .co_firstlineno = 244,
    4747             :     .co_nlocalsplus = 3,
    4748             :     .co_nlocals = 3,
    4749             :     .co_nplaincellvars = 0,
    4750             :     .co_ncellvars = 0,
    4751             :     .co_nfreevars = 0,
    4752             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
    4753             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
    4754             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    4755             :     .co_name = & const_str__verbose_message._ascii.ob_base,
    4756             :     .co_qualname = & const_str__verbose_message._ascii.ob_base,
    4757             :     .co_linetable = & importlib__bootstrap_toplevel_consts_18_linetable.ob_base.ob_base,
    4758             :     ._co_code = NULL,
    4759             :     ._co_linearray = NULL,
    4760             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x05\x00\x00\x00\x00\x72\x44\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x05\x64\x02\x7c\x00\x7a\x00\x00\x00\x7d\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x8e\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x64\x04\x53\x00",
    4761             :     ._co_firsttraceable = 0,
    4762             : };
    4763             : static
    4764             :     struct {
    4765             :         PyASCIIObject _ascii;
    4766             :         uint8_t _data[50];
    4767             :     }
    4768             : importlib__bootstrap_toplevel_consts_19_consts_0 = {
    4769             :     ._ascii = {
    4770             :         .ob_base = {
    4771             :             .ob_refcnt = 999999999,
    4772             :             .ob_type = &PyUnicode_Type,
    4773             :         },
    4774             :         .length = 49,
    4775             :         .hash = -1,
    4776             :         .state = {
    4777             :             .kind = 1,
    4778             :             .compact = 1,
    4779             :             .ascii = 1,
    4780             :         },
    4781             :     },
    4782             :     ._data = "Decorator to verify the named module is built-in.",
    4783             : };
    4784             : static
    4785             :     struct {
    4786             :         PyASCIIObject _ascii;
    4787             :         uint8_t _data[30];
    4788             :     }
    4789             : importlib__bootstrap_toplevel_consts_19_consts_1_consts_1 = {
    4790             :     ._ascii = {
    4791             :         .ob_base = {
    4792             :             .ob_refcnt = 999999999,
    4793             :             .ob_type = &PyUnicode_Type,
    4794             :         },
    4795             :         .length = 29,
    4796             :         .hash = -1,
    4797             :         .state = {
    4798             :             .kind = 1,
    4799             :             .compact = 1,
    4800             :             .ascii = 1,
    4801             :         },
    4802             :     },
    4803             :     ._data = "{!r} is not a built-in module",
    4804             : };
    4805             : static
    4806             :     struct {
    4807             :         PyGC_Head _gc_head;
    4808             :         struct {
    4809             :             PyObject_VAR_HEAD
    4810             :             PyObject *ob_item[3];
    4811             :         }_object;
    4812             :     }
    4813             : importlib__bootstrap_toplevel_consts_19_consts_1_consts = {
    4814             :     ._object = {
    4815             :         .ob_base = {
    4816             :             .ob_base = {
    4817             :                 .ob_refcnt = 999999999,
    4818             :                 .ob_type = &PyTuple_Type,
    4819             :             },
    4820             :             .ob_size = 3,
    4821             :         },
    4822             :         .ob_item = {
    4823             :             Py_None,
    4824             :             & importlib__bootstrap_toplevel_consts_19_consts_1_consts_1._ascii.ob_base,
    4825             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
    4826             :         },
    4827             :     },
    4828             : };
    4829             : static
    4830             :     struct {
    4831             :         PyASCIIObject _ascii;
    4832             :         uint8_t _data[21];
    4833             :     }
    4834             : const_str_builtin_module_names = {
    4835             :     ._ascii = {
    4836             :         .ob_base = {
    4837             :             .ob_refcnt = 999999999,
    4838             :             .ob_type = &PyUnicode_Type,
    4839             :         },
    4840             :         .length = 20,
    4841             :         .hash = -1,
    4842             :         .state = {
    4843             :             .kind = 1,
    4844             :             .compact = 1,
    4845             :             .ascii = 1,
    4846             :         },
    4847             :     },
    4848             :     ._data = "builtin_module_names",
    4849             : };
    4850             : static
    4851             :     struct {
    4852             :         PyASCIIObject _ascii;
    4853             :         uint8_t _data[12];
    4854             :     }
    4855             : const_str_ImportError = {
    4856             :     ._ascii = {
    4857             :         .ob_base = {
    4858             :             .ob_refcnt = 999999999,
    4859             :             .ob_type = &PyUnicode_Type,
    4860             :         },
    4861             :         .length = 11,
    4862             :         .hash = -1,
    4863             :         .state = {
    4864             :             .kind = 1,
    4865             :             .compact = 1,
    4866             :             .ascii = 1,
    4867             :         },
    4868             :     },
    4869             :     ._data = "ImportError",
    4870             : };
    4871             : static
    4872             :     struct {
    4873             :         PyGC_Head _gc_head;
    4874             :         struct {
    4875             :             PyObject_VAR_HEAD
    4876             :             PyObject *ob_item[4];
    4877             :         }_object;
    4878             :     }
    4879             : importlib__bootstrap_toplevel_consts_19_consts_1_names = {
    4880             :     ._object = {
    4881             :         .ob_base = {
    4882             :             .ob_base = {
    4883             :                 .ob_refcnt = 999999999,
    4884             :                 .ob_type = &PyTuple_Type,
    4885             :             },
    4886             :             .ob_size = 4,
    4887             :         },
    4888             :         .ob_item = {
    4889             :             & const_str_sys._ascii.ob_base,
    4890             :             & const_str_builtin_module_names._ascii.ob_base,
    4891             :             & const_str_ImportError._ascii.ob_base,
    4892             :             & const_str_format._ascii.ob_base,
    4893             :         },
    4894             :     },
    4895             : };
    4896             : static
    4897             :     struct {
    4898             :         PyASCIIObject _ascii;
    4899             :         uint8_t _data[26];
    4900             :     }
    4901             : const_str__requires_builtin_wrapper = {
    4902             :     ._ascii = {
    4903             :         .ob_base = {
    4904             :             .ob_refcnt = 999999999,
    4905             :             .ob_type = &PyUnicode_Type,
    4906             :         },
    4907             :         .length = 25,
    4908             :         .hash = -1,
    4909             :         .state = {
    4910             :             .kind = 1,
    4911             :             .compact = 1,
    4912             :             .ascii = 1,
    4913             :         },
    4914             :     },
    4915             :     ._data = "_requires_builtin_wrapper",
    4916             : };
    4917             : static
    4918             :     struct {
    4919             :         PyASCIIObject _ascii;
    4920             :         uint8_t _data[53];
    4921             :     }
    4922             : importlib__bootstrap_toplevel_consts_19_consts_1_qualname = {
    4923             :     ._ascii = {
    4924             :         .ob_base = {
    4925             :             .ob_refcnt = 999999999,
    4926             :             .ob_type = &PyUnicode_Type,
    4927             :         },
    4928             :         .length = 52,
    4929             :         .hash = -1,
    4930             :         .state = {
    4931             :             .kind = 1,
    4932             :             .compact = 1,
    4933             :             .ascii = 1,
    4934             :         },
    4935             :     },
    4936             :     ._data = "_requires_builtin.<locals>._requires_builtin_wrapper",
    4937             : };
    4938             : static
    4939             :     struct {
    4940             :         PyObject_VAR_HEAD
    4941             :         Py_hash_t ob_shash;
    4942             :         char ob_sval[73];
    4943             :     }
    4944             : importlib__bootstrap_toplevel_consts_19_consts_1_linetable = {
    4945             :     .ob_base = {
    4946             :         .ob_base = {
    4947             :             .ob_refcnt = 999999999,
    4948             :             .ob_type = &PyBytes_Type,
    4949             :         },
    4950             :         .ob_size = 72,
    4951             :     },
    4952             :     .ob_shash = -1,
    4953             :     .ob_sval = "\xf8\x80\x00\xd8\x0b\x13\x9d\x33\xd7\x1b\x33\xd1\x1b\x33\xd0\x0b\x33\xf0\x00\x02\x09\x2d\xdd\x12\x1d\xd0\x1e\x3d\xd7\x1e\x44\xd1\x1e\x44\xc0\x58\xd4\x1e\x4e\xd8\x23\x2b\xf0\x03\x01\x13\x2d\xf4\x00\x01\x13\x2d\xf0\x00\x01\x0d\x2d\xe0\x0f\x12\x88\x73\x90\x34\x98\x18\xd4\x0f\x22\xd0\x08\x22",
    4954             : };
    4955             : static
    4956             :     struct {
    4957             :         PyASCIIObject _ascii;
    4958             :         uint8_t _data[9];
    4959             :     }
    4960             : const_str_fullname = {
    4961             :     ._ascii = {
    4962             :         .ob_base = {
    4963             :             .ob_refcnt = 999999999,
    4964             :             .ob_type = &PyUnicode_Type,
    4965             :         },
    4966             :         .length = 8,
    4967             :         .hash = -1,
    4968             :         .state = {
    4969             :             .kind = 1,
    4970             :             .compact = 1,
    4971             :             .ascii = 1,
    4972             :         },
    4973             :     },
    4974             :     ._data = "fullname",
    4975             : };
    4976             : static
    4977             :     struct {
    4978             :         PyASCIIObject _ascii;
    4979             :         uint8_t _data[4];
    4980             :     }
    4981             : const_str_fxn = {
    4982             :     ._ascii = {
    4983             :         .ob_base = {
    4984             :             .ob_refcnt = 999999999,
    4985             :             .ob_type = &PyUnicode_Type,
    4986             :         },
    4987             :         .length = 3,
    4988             :         .hash = -1,
    4989             :         .state = {
    4990             :             .kind = 1,
    4991             :             .compact = 1,
    4992             :             .ascii = 1,
    4993             :         },
    4994             :     },
    4995             :     ._data = "fxn",
    4996             : };
    4997             : static
    4998             :     struct {
    4999             :         PyGC_Head _gc_head;
    5000             :         struct {
    5001             :             PyObject_VAR_HEAD
    5002             :             PyObject *ob_item[3];
    5003             :         }_object;
    5004             :     }
    5005             : importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames = {
    5006             :     ._object = {
    5007             :         .ob_base = {
    5008             :             .ob_base = {
    5009             :                 .ob_refcnt = 999999999,
    5010             :                 .ob_type = &PyTuple_Type,
    5011             :             },
    5012             :             .ob_size = 3,
    5013             :         },
    5014             :         .ob_item = {
    5015             :             & const_str_self._ascii.ob_base,
    5016             :             & const_str_fullname._ascii.ob_base,
    5017             :             & const_str_fxn._ascii.ob_base,
    5018             :         },
    5019             :     },
    5020             : };
    5021             : static
    5022             :     struct {
    5023             :         PyObject_VAR_HEAD
    5024             :         Py_hash_t ob_shash;
    5025             :         char ob_sval[4];
    5026             :     }
    5027             : importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds = {
    5028             :     .ob_base = {
    5029             :         .ob_base = {
    5030             :             .ob_refcnt = 999999999,
    5031             :             .ob_type = &PyBytes_Type,
    5032             :         },
    5033             :         .ob_size = 3,
    5034             :     },
    5035             :     .ob_shash = -1,
    5036             :     .ob_sval = "\x20\x20\x80",
    5037             : };
    5038             : static
    5039             :     struct _PyCode_DEF(124)
    5040             : importlib__bootstrap_toplevel_consts_19_consts_1 = {
    5041             :     .ob_base = {
    5042             :         .ob_base = {
    5043             :             .ob_refcnt = 999999999,
    5044             :             .ob_type = &PyCode_Type,
    5045             :         },
    5046             :         .ob_size = 62,
    5047             :     },
    5048             :     .co_consts = & importlib__bootstrap_toplevel_consts_19_consts_1_consts._object.ob_base.ob_base,
    5049             :     .co_names = & importlib__bootstrap_toplevel_consts_19_consts_1_names._object.ob_base.ob_base,
    5050             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    5051             :     .co_flags = 19,
    5052             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    5053             :     ._co_linearray_entry_size = 0,
    5054             :     .co_argcount = 2,
    5055             :     .co_posonlyargcount = 0,
    5056             :     .co_kwonlyargcount = 0,
    5057             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    5058             :     .co_stacksize = 5,
    5059             :     .co_firstlineno = 254,
    5060             :     .co_nlocalsplus = 3,
    5061             :     .co_nlocals = 2,
    5062             :     .co_nplaincellvars = 0,
    5063             :     .co_ncellvars = 0,
    5064             :     .co_nfreevars = 1,
    5065             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames._object.ob_base.ob_base,
    5066             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
    5067             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    5068             :     .co_name = & const_str__requires_builtin_wrapper._ascii.ob_base,
    5069             :     .co_qualname = & importlib__bootstrap_toplevel_consts_19_consts_1_qualname._ascii.ob_base,
    5070             :     .co_linetable = & importlib__bootstrap_toplevel_consts_19_consts_1_linetable.ob_base.ob_base,
    5071             :     ._co_code = NULL,
    5072             :     ._co_linearray = NULL,
    5073             :     .co_code_adaptive = "\x95\x01\x97\x00\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x1f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x02\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    5074             :     ._co_firsttraceable = 1,
    5075             : };
    5076             : static
    5077             :     struct {
    5078             :         PyGC_Head _gc_head;
    5079             :         struct {
    5080             :             PyObject_VAR_HEAD
    5081             :             PyObject *ob_item[2];
    5082             :         }_object;
    5083             :     }
    5084             : importlib__bootstrap_toplevel_consts_19_consts = {
    5085             :     ._object = {
    5086             :         .ob_base = {
    5087             :             .ob_base = {
    5088             :                 .ob_refcnt = 999999999,
    5089             :                 .ob_type = &PyTuple_Type,
    5090             :             },
    5091             :             .ob_size = 2,
    5092             :         },
    5093             :         .ob_item = {
    5094             :             & importlib__bootstrap_toplevel_consts_19_consts_0._ascii.ob_base,
    5095             :             & importlib__bootstrap_toplevel_consts_19_consts_1.ob_base.ob_base,
    5096             :         },
    5097             :     },
    5098             : };
    5099             : static
    5100             :     struct {
    5101             :         PyGC_Head _gc_head;
    5102             :         struct {
    5103             :             PyObject_VAR_HEAD
    5104             :             PyObject *ob_item[1];
    5105             :         }_object;
    5106             :     }
    5107             : importlib__bootstrap_toplevel_consts_19_names = {
    5108             :     ._object = {
    5109             :         .ob_base = {
    5110             :             .ob_base = {
    5111             :                 .ob_refcnt = 999999999,
    5112             :                 .ob_type = &PyTuple_Type,
    5113             :             },
    5114             :             .ob_size = 1,
    5115             :         },
    5116             :         .ob_item = {
    5117             :             & const_str__wrap._ascii.ob_base,
    5118             :         },
    5119             :     },
    5120             : };
    5121             : static
    5122             :     struct {
    5123             :         PyASCIIObject _ascii;
    5124             :         uint8_t _data[18];
    5125             :     }
    5126             : const_str__requires_builtin = {
    5127             :     ._ascii = {
    5128             :         .ob_base = {
    5129             :             .ob_refcnt = 999999999,
    5130             :             .ob_type = &PyUnicode_Type,
    5131             :         },
    5132             :         .length = 17,
    5133             :         .hash = -1,
    5134             :         .state = {
    5135             :             .kind = 1,
    5136             :             .compact = 1,
    5137             :             .ascii = 1,
    5138             :         },
    5139             :     },
    5140             :     ._data = "_requires_builtin",
    5141             : };
    5142             : static
    5143             :     struct {
    5144             :         PyObject_VAR_HEAD
    5145             :         Py_hash_t ob_shash;
    5146             :         char ob_sval[51];
    5147             :     }
    5148             : importlib__bootstrap_toplevel_consts_19_linetable = {
    5149             :     .ob_base = {
    5150             :         .ob_base = {
    5151             :             .ob_refcnt = 999999999,
    5152             :             .ob_type = &PyBytes_Type,
    5153             :         },
    5154             :         .ob_size = 50,
    5155             :     },
    5156             :     .ob_shash = -1,
    5157             :     .ob_sval = "\xf8\x80\x00\xf0\x04\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf5\x0a\x00\x05\x0a\xd0\x0a\x23\xa0\x53\xd4\x04\x29\xd0\x04\x29\xd8\x0b\x24\xd0\x04\x24",
    5158             : };
    5159             : static
    5160             :     struct {
    5161             :         PyGC_Head _gc_head;
    5162             :         struct {
    5163             :             PyObject_VAR_HEAD
    5164             :             PyObject *ob_item[2];
    5165             :         }_object;
    5166             :     }
    5167             : importlib__bootstrap_toplevel_consts_19_localsplusnames = {
    5168             :     ._object = {
    5169             :         .ob_base = {
    5170             :             .ob_base = {
    5171             :                 .ob_refcnt = 999999999,
    5172             :                 .ob_type = &PyTuple_Type,
    5173             :             },
    5174             :             .ob_size = 2,
    5175             :         },
    5176             :         .ob_item = {
    5177             :             & const_str_fxn._ascii.ob_base,
    5178             :             & const_str__requires_builtin_wrapper._ascii.ob_base,
    5179             :         },
    5180             :     },
    5181             : };
    5182             : static
    5183             :     struct {
    5184             :         PyObject_VAR_HEAD
    5185             :         Py_hash_t ob_shash;
    5186             :         char ob_sval[3];
    5187             :     }
    5188             : importlib__bootstrap_toplevel_consts_19_localspluskinds = {
    5189             :     .ob_base = {
    5190             :         .ob_base = {
    5191             :             .ob_refcnt = 999999999,
    5192             :             .ob_type = &PyBytes_Type,
    5193             :         },
    5194             :         .ob_size = 2,
    5195             :     },
    5196             :     .ob_shash = -1,
    5197             :     .ob_sval = "` ",
    5198             : };
    5199             : static
    5200             :     struct _PyCode_DEF(46)
    5201             : importlib__bootstrap_toplevel_consts_19 = {
    5202             :     .ob_base = {
    5203             :         .ob_base = {
    5204             :             .ob_refcnt = 999999999,
    5205             :             .ob_type = &PyCode_Type,
    5206             :         },
    5207             :         .ob_size = 23,
    5208             :     },
    5209             :     .co_consts = & importlib__bootstrap_toplevel_consts_19_consts._object.ob_base.ob_base,
    5210             :     .co_names = & importlib__bootstrap_toplevel_consts_19_names._object.ob_base.ob_base,
    5211             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    5212             :     .co_flags = 3,
    5213             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    5214             :     ._co_linearray_entry_size = 0,
    5215             :     .co_argcount = 1,
    5216             :     .co_posonlyargcount = 0,
    5217             :     .co_kwonlyargcount = 0,
    5218             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
    5219             :     .co_stacksize = 4,
    5220             :     .co_firstlineno = 252,
    5221             :     .co_nlocalsplus = 2,
    5222             :     .co_nlocals = 2,
    5223             :     .co_nplaincellvars = 0,
    5224             :     .co_ncellvars = 1,
    5225             :     .co_nfreevars = 0,
    5226             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
    5227             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
    5228             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    5229             :     .co_name = & const_str__requires_builtin._ascii.ob_base,
    5230             :     .co_qualname = & const_str__requires_builtin._ascii.ob_base,
    5231             :     .co_linetable = & importlib__bootstrap_toplevel_consts_19_linetable.ob_base.ob_base,
    5232             :     ._co_code = NULL,
    5233             :     ._co_linearray = NULL,
    5234             :     .co_code_adaptive = "\x87\x00\x97\x00\x88\x00\x66\x01\x64\x01\x84\x08\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x89\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
    5235             :     ._co_firsttraceable = 1,
    5236             : };
    5237             : static
    5238             :     struct {
    5239             :         PyASCIIObject _ascii;
    5240             :         uint8_t _data[48];
    5241             :     }
    5242             : importlib__bootstrap_toplevel_consts_20_consts_0 = {
    5243             :     ._ascii = {
    5244             :         .ob_base = {
    5245             :             .ob_refcnt = 999999999,
    5246             :             .ob_type = &PyUnicode_Type,
    5247             :         },
    5248             :         .length = 47,
    5249             :         .hash = -1,
    5250             :         .state = {
    5251             :             .kind = 1,
    5252             :             .compact = 1,
    5253             :             .ascii = 1,
    5254             :         },
    5255             :     },
    5256             :     ._data = "Decorator to verify the named module is frozen.",
    5257             : };
    5258             : static
    5259             :     struct {
    5260             :         PyASCIIObject _ascii;
    5261             :         uint8_t _data[28];
    5262             :     }
    5263             : importlib__bootstrap_toplevel_consts_20_consts_1_consts_1 = {
    5264             :     ._ascii = {
    5265             :         .ob_base = {
    5266             :             .ob_refcnt = 999999999,
    5267             :             .ob_type = &PyUnicode_Type,
    5268             :         },
    5269             :         .length = 27,
    5270             :         .hash = -1,
    5271             :         .state = {
    5272             :             .kind = 1,
    5273             :             .compact = 1,
    5274             :             .ascii = 1,
    5275             :         },
    5276             :     },
    5277             :     ._data = "{!r} is not a frozen module",
    5278             : };
    5279             : static
    5280             :     struct {
    5281             :         PyGC_Head _gc_head;
    5282             :         struct {
    5283             :             PyObject_VAR_HEAD
    5284             :             PyObject *ob_item[3];
    5285             :         }_object;
    5286             :     }
    5287             : importlib__bootstrap_toplevel_consts_20_consts_1_consts = {
    5288             :     ._object = {
    5289             :         .ob_base = {
    5290             :             .ob_base = {
    5291             :                 .ob_refcnt = 999999999,
    5292             :                 .ob_type = &PyTuple_Type,
    5293             :             },
    5294             :             .ob_size = 3,
    5295             :         },
    5296             :         .ob_item = {
    5297             :             Py_None,
    5298             :             & importlib__bootstrap_toplevel_consts_20_consts_1_consts_1._ascii.ob_base,
    5299             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
    5300             :         },
    5301             :     },
    5302             : };
    5303             : static
    5304             :     struct {
    5305             :         PyASCIIObject _ascii;
    5306             :         uint8_t _data[10];
    5307             :     }
    5308             : const_str_is_frozen = {
    5309             :     ._ascii = {
    5310             :         .ob_base = {
    5311             :             .ob_refcnt = 999999999,
    5312             :             .ob_type = &PyUnicode_Type,
    5313             :         },
    5314             :         .length = 9,
    5315             :         .hash = -1,
    5316             :         .state = {
    5317             :             .kind = 1,
    5318             :             .compact = 1,
    5319             :             .ascii = 1,
    5320             :         },
    5321             :     },
    5322             :     ._data = "is_frozen",
    5323             : };
    5324             : static
    5325             :     struct {
    5326             :         PyGC_Head _gc_head;
    5327             :         struct {
    5328             :             PyObject_VAR_HEAD
    5329             :             PyObject *ob_item[4];
    5330             :         }_object;
    5331             :     }
    5332             : importlib__bootstrap_toplevel_consts_20_consts_1_names = {
    5333             :     ._object = {
    5334             :         .ob_base = {
    5335             :             .ob_base = {
    5336             :                 .ob_refcnt = 999999999,
    5337             :                 .ob_type = &PyTuple_Type,
    5338             :             },
    5339             :             .ob_size = 4,
    5340             :         },
    5341             :         .ob_item = {
    5342             :             & const_str__imp._ascii.ob_base,
    5343             :             & const_str_is_frozen._ascii.ob_base,
    5344             :             & const_str_ImportError._ascii.ob_base,
    5345             :             & const_str_format._ascii.ob_base,
    5346             :         },
    5347             :     },
    5348             : };
    5349             : static
    5350             :     struct {
    5351             :         PyASCIIObject _ascii;
    5352             :         uint8_t _data[25];
    5353             :     }
    5354             : const_str__requires_frozen_wrapper = {
    5355             :     ._ascii = {
    5356             :         .ob_base = {
    5357             :             .ob_refcnt = 999999999,
    5358             :             .ob_type = &PyUnicode_Type,
    5359             :         },
    5360             :         .length = 24,
    5361             :         .hash = -1,
    5362             :         .state = {
    5363             :             .kind = 1,
    5364             :             .compact = 1,
    5365             :             .ascii = 1,
    5366             :         },
    5367             :     },
    5368             :     ._data = "_requires_frozen_wrapper",
    5369             : };
    5370             : static
    5371             :     struct {
    5372             :         PyASCIIObject _ascii;
    5373             :         uint8_t _data[51];
    5374             :     }
    5375             : importlib__bootstrap_toplevel_consts_20_consts_1_qualname = {
    5376             :     ._ascii = {
    5377             :         .ob_base = {
    5378             :             .ob_refcnt = 999999999,
    5379             :             .ob_type = &PyUnicode_Type,
    5380             :         },
    5381             :         .length = 50,
    5382             :         .hash = -1,
    5383             :         .state = {
    5384             :             .kind = 1,
    5385             :             .compact = 1,
    5386             :             .ascii = 1,
    5387             :         },
    5388             :     },
    5389             :     ._data = "_requires_frozen.<locals>._requires_frozen_wrapper",
    5390             : };
    5391             : static
    5392             :     struct {
    5393             :         PyObject_VAR_HEAD
    5394             :         Py_hash_t ob_shash;
    5395             :         char ob_sval[71];
    5396             :     }
    5397             : importlib__bootstrap_toplevel_consts_20_consts_1_linetable = {
    5398             :     .ob_base = {
    5399             :         .ob_base = {
    5400             :             .ob_refcnt = 999999999,
    5401             :             .ob_type = &PyBytes_Type,
    5402             :         },
    5403             :         .ob_size = 70,
    5404             :     },
    5405             :     .ob_shash = -1,
    5406             :     .ob_sval = "\xf8\x80\x00\xdd\x0f\x13\x8f\x7e\x89\x7e\x98\x68\xd4\x0f\x27\xf0\x00\x02\x09\x2d\xdd\x12\x1d\xd0\x1e\x3b\xd7\x1e\x42\xd1\x1e\x42\xc0\x38\xd4\x1e\x4c\xd8\x23\x2b\xf0\x03\x01\x13\x2d\xf4\x00\x01\x13\x2d\xf0\x00\x01\x0d\x2d\xe0\x0f\x12\x88\x73\x90\x34\x98\x18\xd4\x0f\x22\xd0\x08\x22",
    5407             : };
    5408             : static
    5409             :     struct _PyCode_DEF(132)
    5410             : importlib__bootstrap_toplevel_consts_20_consts_1 = {
    5411             :     .ob_base = {
    5412             :         .ob_base = {
    5413             :             .ob_refcnt = 999999999,
    5414             :             .ob_type = &PyCode_Type,
    5415             :         },
    5416             :         .ob_size = 66,
    5417             :     },
    5418             :     .co_consts = & importlib__bootstrap_toplevel_consts_20_consts_1_consts._object.ob_base.ob_base,
    5419             :     .co_names = & importlib__bootstrap_toplevel_consts_20_consts_1_names._object.ob_base.ob_base,
    5420             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    5421             :     .co_flags = 19,
    5422             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    5423             :     ._co_linearray_entry_size = 0,
    5424             :     .co_argcount = 2,
    5425             :     .co_posonlyargcount = 0,
    5426             :     .co_kwonlyargcount = 0,
    5427             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    5428             :     .co_stacksize = 5,
    5429             :     .co_firstlineno = 265,
    5430             :     .co_nlocalsplus = 3,
    5431             :     .co_nlocals = 2,
    5432             :     .co_nplaincellvars = 0,
    5433             :     .co_ncellvars = 0,
    5434             :     .co_nfreevars = 1,
    5435             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames._object.ob_base.ob_base,
    5436             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
    5437             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    5438             :     .co_name = & const_str__requires_frozen_wrapper._ascii.ob_base,
    5439             :     .co_qualname = & importlib__bootstrap_toplevel_consts_20_consts_1_qualname._ascii.ob_base,
    5440             :     .co_linetable = & importlib__bootstrap_toplevel_consts_20_consts_1_linetable.ob_base.ob_base,
    5441             :     ._co_code = NULL,
    5442             :     ._co_linearray = NULL,
    5443             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x02\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    5444             :     ._co_firsttraceable = 1,
    5445             : };
    5446             : static
    5447             :     struct {
    5448             :         PyGC_Head _gc_head;
    5449             :         struct {
    5450             :             PyObject_VAR_HEAD
    5451             :             PyObject *ob_item[2];
    5452             :         }_object;
    5453             :     }
    5454             : importlib__bootstrap_toplevel_consts_20_consts = {
    5455             :     ._object = {
    5456             :         .ob_base = {
    5457             :             .ob_base = {
    5458             :                 .ob_refcnt = 999999999,
    5459             :                 .ob_type = &PyTuple_Type,
    5460             :             },
    5461             :             .ob_size = 2,
    5462             :         },
    5463             :         .ob_item = {
    5464             :             & importlib__bootstrap_toplevel_consts_20_consts_0._ascii.ob_base,
    5465             :             & importlib__bootstrap_toplevel_consts_20_consts_1.ob_base.ob_base,
    5466             :         },
    5467             :     },
    5468             : };
    5469             : static
    5470             :     struct {
    5471             :         PyASCIIObject _ascii;
    5472             :         uint8_t _data[17];
    5473             :     }
    5474             : const_str__requires_frozen = {
    5475             :     ._ascii = {
    5476             :         .ob_base = {
    5477             :             .ob_refcnt = 999999999,
    5478             :             .ob_type = &PyUnicode_Type,
    5479             :         },
    5480             :         .length = 16,
    5481             :         .hash = -1,
    5482             :         .state = {
    5483             :             .kind = 1,
    5484             :             .compact = 1,
    5485             :             .ascii = 1,
    5486             :         },
    5487             :     },
    5488             :     ._data = "_requires_frozen",
    5489             : };
    5490             : static
    5491             :     struct {
    5492             :         PyObject_VAR_HEAD
    5493             :         Py_hash_t ob_shash;
    5494             :         char ob_sval[51];
    5495             :     }
    5496             : importlib__bootstrap_toplevel_consts_20_linetable = {
    5497             :     .ob_base = {
    5498             :         .ob_base = {
    5499             :             .ob_refcnt = 999999999,
    5500             :             .ob_type = &PyBytes_Type,
    5501             :         },
    5502             :         .ob_size = 50,
    5503             :     },
    5504             :     .ob_shash = -1,
    5505             :     .ob_sval = "\xf8\x80\x00\xf0\x04\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf5\x0a\x00\x05\x0a\xd0\x0a\x22\xa0\x43\xd4\x04\x28\xd0\x04\x28\xd8\x0b\x23\xd0\x04\x23",
    5506             : };
    5507             : static
    5508             :     struct {
    5509             :         PyGC_Head _gc_head;
    5510             :         struct {
    5511             :             PyObject_VAR_HEAD
    5512             :             PyObject *ob_item[2];
    5513             :         }_object;
    5514             :     }
    5515             : importlib__bootstrap_toplevel_consts_20_localsplusnames = {
    5516             :     ._object = {
    5517             :         .ob_base = {
    5518             :             .ob_base = {
    5519             :                 .ob_refcnt = 999999999,
    5520             :                 .ob_type = &PyTuple_Type,
    5521             :             },
    5522             :             .ob_size = 2,
    5523             :         },
    5524             :         .ob_item = {
    5525             :             & const_str_fxn._ascii.ob_base,
    5526             :             & const_str__requires_frozen_wrapper._ascii.ob_base,
    5527             :         },
    5528             :     },
    5529             : };
    5530             : static
    5531             :     struct _PyCode_DEF(46)
    5532             : importlib__bootstrap_toplevel_consts_20 = {
    5533             :     .ob_base = {
    5534             :         .ob_base = {
    5535             :             .ob_refcnt = 999999999,
    5536             :             .ob_type = &PyCode_Type,
    5537             :         },
    5538             :         .ob_size = 23,
    5539             :     },
    5540             :     .co_consts = & importlib__bootstrap_toplevel_consts_20_consts._object.ob_base.ob_base,
    5541             :     .co_names = & importlib__bootstrap_toplevel_consts_19_names._object.ob_base.ob_base,
    5542             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    5543             :     .co_flags = 3,
    5544             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    5545             :     ._co_linearray_entry_size = 0,
    5546             :     .co_argcount = 1,
    5547             :     .co_posonlyargcount = 0,
    5548             :     .co_kwonlyargcount = 0,
    5549             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
    5550             :     .co_stacksize = 4,
    5551             :     .co_firstlineno = 263,
    5552             :     .co_nlocalsplus = 2,
    5553             :     .co_nlocals = 2,
    5554             :     .co_nplaincellvars = 0,
    5555             :     .co_ncellvars = 1,
    5556             :     .co_nfreevars = 0,
    5557             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
    5558             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
    5559             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    5560             :     .co_name = & const_str__requires_frozen._ascii.ob_base,
    5561             :     .co_qualname = & const_str__requires_frozen._ascii.ob_base,
    5562             :     .co_linetable = & importlib__bootstrap_toplevel_consts_20_linetable.ob_base.ob_base,
    5563             :     ._co_code = NULL,
    5564             :     ._co_linearray = NULL,
    5565             :     .co_code_adaptive = "\x87\x00\x97\x00\x88\x00\x66\x01\x64\x01\x84\x08\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x89\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
    5566             :     ._co_firsttraceable = 1,
    5567             : };
    5568             : static
    5569             :     struct {
    5570             :         PyASCIIObject _ascii;
    5571             :         uint8_t _data[131];
    5572             :     }
    5573             : importlib__bootstrap_toplevel_consts_21_consts_0 = {
    5574             :     ._ascii = {
    5575             :         .ob_base = {
    5576             :             .ob_refcnt = 999999999,
    5577             :             .ob_type = &PyUnicode_Type,
    5578             :         },
    5579             :         .length = 130,
    5580             :         .hash = -1,
    5581             :         .state = {
    5582             :             .kind = 1,
    5583             :             .compact = 1,
    5584             :             .ascii = 1,
    5585             :         },
    5586             :     },
    5587             :     ._data = "\x4c\x6f\x61\x64\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x6e\x74\x6f\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x69\x74\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x6c\x6f\x61\x64\x65\x72\x2e\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20",
    5588             : };
    5589             : static
    5590             :     struct {
    5591             :         PyASCIIObject _ascii;
    5592             :         uint8_t _data[104];
    5593             :     }
    5594             : importlib__bootstrap_toplevel_consts_21_consts_1 = {
    5595             :     ._ascii = {
    5596             :         .ob_base = {
    5597             :             .ob_refcnt = 999999999,
    5598             :             .ob_type = &PyUnicode_Type,
    5599             :         },
    5600             :         .length = 103,
    5601             :         .hash = -1,
    5602             :         .state = {
    5603             :             .kind = 1,
    5604             :             .compact = 1,
    5605             :             .ascii = 1,
    5606             :         },
    5607             :     },
    5608             :     ._data = "the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead",
    5609             : };
    5610             : static
    5611             :     struct {
    5612             :         PyGC_Head _gc_head;
    5613             :         struct {
    5614             :             PyObject_VAR_HEAD
    5615             :             PyObject *ob_item[2];
    5616             :         }_object;
    5617             :     }
    5618             : importlib__bootstrap_toplevel_consts_21_consts = {
    5619             :     ._object = {
    5620             :         .ob_base = {
    5621             :             .ob_base = {
    5622             :                 .ob_refcnt = 999999999,
    5623             :                 .ob_type = &PyTuple_Type,
    5624             :             },
    5625             :             .ob_size = 2,
    5626             :         },
    5627             :         .ob_item = {
    5628             :             & importlib__bootstrap_toplevel_consts_21_consts_0._ascii.ob_base,
    5629             :             & importlib__bootstrap_toplevel_consts_21_consts_1._ascii.ob_base,
    5630             :         },
    5631             :     },
    5632             : };
    5633             : static
    5634             :     struct {
    5635             :         PyASCIIObject _ascii;
    5636             :         uint8_t _data[10];
    5637             :     }
    5638             : const_str__warnings = {
    5639             :     ._ascii = {
    5640             :         .ob_base = {
    5641             :             .ob_refcnt = 999999999,
    5642             :             .ob_type = &PyUnicode_Type,
    5643             :         },
    5644             :         .length = 9,
    5645             :         .hash = -1,
    5646             :         .state = {
    5647             :             .kind = 1,
    5648             :             .compact = 1,
    5649             :             .ascii = 1,
    5650             :         },
    5651             :     },
    5652             :     ._data = "_warnings",
    5653             : };
    5654             : static
    5655             :     struct {
    5656             :         PyASCIIObject _ascii;
    5657             :         uint8_t _data[5];
    5658             :     }
    5659             : const_str_warn = {
    5660             :     ._ascii = {
    5661             :         .ob_base = {
    5662             :             .ob_refcnt = 999999999,
    5663             :             .ob_type = &PyUnicode_Type,
    5664             :         },
    5665             :         .length = 4,
    5666             :         .hash = -1,
    5667             :         .state = {
    5668             :             .kind = 1,
    5669             :             .compact = 1,
    5670             :             .ascii = 1,
    5671             :         },
    5672             :     },
    5673             :     ._data = "warn",
    5674             : };
    5675             : static
    5676             :     struct {
    5677             :         PyASCIIObject _ascii;
    5678             :         uint8_t _data[19];
    5679             :     }
    5680             : const_str_DeprecationWarning = {
    5681             :     ._ascii = {
    5682             :         .ob_base = {
    5683             :             .ob_refcnt = 999999999,
    5684             :             .ob_type = &PyUnicode_Type,
    5685             :         },
    5686             :         .length = 18,
    5687             :         .hash = -1,
    5688             :         .state = {
    5689             :             .kind = 1,
    5690             :             .compact = 1,
    5691             :             .ascii = 1,
    5692             :         },
    5693             :     },
    5694             :     ._data = "DeprecationWarning",
    5695             : };
    5696             : static
    5697             :     struct {
    5698             :         PyASCIIObject _ascii;
    5699             :         uint8_t _data[17];
    5700             :     }
    5701             : const_str_spec_from_loader = {
    5702             :     ._ascii = {
    5703             :         .ob_base = {
    5704             :             .ob_refcnt = 999999999,
    5705             :             .ob_type = &PyUnicode_Type,
    5706             :         },
    5707             :         .length = 16,
    5708             :         .hash = -1,
    5709             :         .state = {
    5710             :             .kind = 1,
    5711             :             .compact = 1,
    5712             :             .ascii = 1,
    5713             :         },
    5714             :     },
    5715             :     ._data = "spec_from_loader",
    5716             : };
    5717             : static
    5718             :     struct {
    5719             :         PyASCIIObject _ascii;
    5720             :         uint8_t _data[6];
    5721             :     }
    5722             : const_str__exec = {
    5723             :     ._ascii = {
    5724             :         .ob_base = {
    5725             :             .ob_refcnt = 999999999,
    5726             :             .ob_type = &PyUnicode_Type,
    5727             :         },
    5728             :         .length = 5,
    5729             :         .hash = -1,
    5730             :         .state = {
    5731             :             .kind = 1,
    5732             :             .compact = 1,
    5733             :             .ascii = 1,
    5734             :         },
    5735             :     },
    5736             :     ._data = "_exec",
    5737             : };
    5738             : static
    5739             :     struct {
    5740             :         PyASCIIObject _ascii;
    5741             :         uint8_t _data[6];
    5742             :     }
    5743             : const_str__load = {
    5744             :     ._ascii = {
    5745             :         .ob_base = {
    5746             :             .ob_refcnt = 999999999,
    5747             :             .ob_type = &PyUnicode_Type,
    5748             :         },
    5749             :         .length = 5,
    5750             :         .hash = -1,
    5751             :         .state = {
    5752             :             .kind = 1,
    5753             :             .compact = 1,
    5754             :             .ascii = 1,
    5755             :         },
    5756             :     },
    5757             :     ._data = "_load",
    5758             : };
    5759             : static
    5760             :     struct {
    5761             :         PyGC_Head _gc_head;
    5762             :         struct {
    5763             :             PyObject_VAR_HEAD
    5764             :             PyObject *ob_item[8];
    5765             :         }_object;
    5766             :     }
    5767             : importlib__bootstrap_toplevel_consts_21_names = {
    5768             :     ._object = {
    5769             :         .ob_base = {
    5770             :             .ob_base = {
    5771             :                 .ob_refcnt = 999999999,
    5772             :                 .ob_type = &PyTuple_Type,
    5773             :             },
    5774             :             .ob_size = 8,
    5775             :         },
    5776             :         .ob_item = {
    5777             :             & const_str__warnings._ascii.ob_base,
    5778             :             & const_str_warn._ascii.ob_base,
    5779             :             & const_str_DeprecationWarning._ascii.ob_base,
    5780             :             & const_str_spec_from_loader._ascii.ob_base,
    5781             :             & const_str_sys._ascii.ob_base,
    5782             :             &_Py_ID(modules),
    5783             :             & const_str__exec._ascii.ob_base,
    5784             :             & const_str__load._ascii.ob_base,
    5785             :         },
    5786             :     },
    5787             : };
    5788             : static
    5789             :     struct {
    5790             :         PyASCIIObject _ascii;
    5791             :         uint8_t _data[18];
    5792             :     }
    5793             : const_str__load_module_shim = {
    5794             :     ._ascii = {
    5795             :         .ob_base = {
    5796             :             .ob_refcnt = 999999999,
    5797             :             .ob_type = &PyUnicode_Type,
    5798             :         },
    5799             :         .length = 17,
    5800             :         .hash = -1,
    5801             :         .state = {
    5802             :             .kind = 1,
    5803             :             .compact = 1,
    5804             :             .ascii = 1,
    5805             :         },
    5806             :     },
    5807             :     ._data = "_load_module_shim",
    5808             : };
    5809             : static
    5810             :     struct {
    5811             :         PyObject_VAR_HEAD
    5812             :         Py_hash_t ob_shash;
    5813             :         char ob_sval[109];
    5814             :     }
    5815             : importlib__bootstrap_toplevel_consts_21_linetable = {
    5816             :     .ob_base = {
    5817             :         .ob_base = {
    5818             :             .ob_refcnt = 999999999,
    5819             :             .ob_type = &PyBytes_Type,
    5820             :         },
    5821             :         .ob_size = 108,
    5822             :     },
    5823             :     .ob_shash = -1,
    5824             :     .ob_sval = "\x80\x00\xf0\x0c\x01\x0c\x33\x80\x43\xe5\x04\x0d\x87\x4e\x81\x4e\x90\x33\xd5\x18\x2a\xd4\x04\x2b\xd0\x04\x2b\xdd\x0b\x1b\x98\x48\xa0\x64\xd4\x0b\x2b\x80\x44\xd8\x07\x0f\x95\x33\x97\x3b\x91\x3b\xd0\x07\x1e\xf0\x00\x05\x05\x1b\xdd\x11\x14\x97\x1b\x91\x1b\x98\x58\xd4\x11\x26\x88\x06\xdd\x08\x0d\x88\x64\x90\x46\xd4\x08\x1b\xd0\x08\x1b\xdd\x0f\x12\x8f\x7b\x89\x7b\x98\x38\xd4\x0f\x24\xd0\x08\x24\xe5\x0f\x14\x90\x54\x8c\x7b\xd0\x08\x1a",
    5825             : };
    5826             : static
    5827             :     struct {
    5828             :         PyASCIIObject _ascii;
    5829             :         uint8_t _data[5];
    5830             :     }
    5831             : const_str_spec = {
    5832             :     ._ascii = {
    5833             :         .ob_base = {
    5834             :             .ob_refcnt = 999999999,
    5835             :             .ob_type = &PyUnicode_Type,
    5836             :         },
    5837             :         .length = 4,
    5838             :         .hash = -1,
    5839             :         .state = {
    5840             :             .kind = 1,
    5841             :             .compact = 1,
    5842             :             .ascii = 1,
    5843             :         },
    5844             :     },
    5845             :     ._data = "spec",
    5846             : };
    5847             : static
    5848             :     struct {
    5849             :         PyASCIIObject _ascii;
    5850             :         uint8_t _data[7];
    5851             :     }
    5852             : const_str_module = {
    5853             :     ._ascii = {
    5854             :         .ob_base = {
    5855             :             .ob_refcnt = 999999999,
    5856             :             .ob_type = &PyUnicode_Type,
    5857             :         },
    5858             :         .length = 6,
    5859             :         .hash = -1,
    5860             :         .state = {
    5861             :             .kind = 1,
    5862             :             .compact = 1,
    5863             :             .ascii = 1,
    5864             :         },
    5865             :     },
    5866             :     ._data = "module",
    5867             : };
    5868             : static
    5869             :     struct {
    5870             :         PyGC_Head _gc_head;
    5871             :         struct {
    5872             :             PyObject_VAR_HEAD
    5873             :             PyObject *ob_item[5];
    5874             :         }_object;
    5875             :     }
    5876             : importlib__bootstrap_toplevel_consts_21_localsplusnames = {
    5877             :     ._object = {
    5878             :         .ob_base = {
    5879             :             .ob_base = {
    5880             :                 .ob_refcnt = 999999999,
    5881             :                 .ob_type = &PyTuple_Type,
    5882             :             },
    5883             :             .ob_size = 5,
    5884             :         },
    5885             :         .ob_item = {
    5886             :             & const_str_self._ascii.ob_base,
    5887             :             & const_str_fullname._ascii.ob_base,
    5888             :             &_Py_ID(msg),
    5889             :             & const_str_spec._ascii.ob_base,
    5890             :             & const_str_module._ascii.ob_base,
    5891             :         },
    5892             :     },
    5893             : };
    5894             : static
    5895             :     struct _PyCode_DEF(276)
    5896             : importlib__bootstrap_toplevel_consts_21 = {
    5897             :     .ob_base = {
    5898             :         .ob_base = {
    5899             :             .ob_refcnt = 999999999,
    5900             :             .ob_type = &PyCode_Type,
    5901             :         },
    5902             :         .ob_size = 138,
    5903             :     },
    5904             :     .co_consts = & importlib__bootstrap_toplevel_consts_21_consts._object.ob_base.ob_base,
    5905             :     .co_names = & importlib__bootstrap_toplevel_consts_21_names._object.ob_base.ob_base,
    5906             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    5907             :     .co_flags = 3,
    5908             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    5909             :     ._co_linearray_entry_size = 0,
    5910             :     .co_argcount = 2,
    5911             :     .co_posonlyargcount = 0,
    5912             :     .co_kwonlyargcount = 0,
    5913             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
    5914             :     .co_stacksize = 4,
    5915             :     .co_firstlineno = 275,
    5916             :     .co_nlocalsplus = 5,
    5917             :     .co_nlocals = 5,
    5918             :     .co_nplaincellvars = 0,
    5919             :     .co_ncellvars = 0,
    5920             :     .co_nfreevars = 0,
    5921             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
    5922             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
    5923             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    5924             :     .co_name = & const_str__load_module_shim._ascii.ob_base,
    5925             :     .co_qualname = & const_str__load_module_shim._ascii.ob_base,
    5926             :     .co_linetable = & importlib__bootstrap_toplevel_consts_21_linetable.ob_base.ob_base,
    5927             :     ._co_code = NULL,
    5928             :     ._co_linearray = NULL,
    5929             :     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x3c\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    5930             :     ._co_firsttraceable = 0,
    5931             : };
    5932             : static
    5933             :     struct {
    5934             :         PyASCIIObject _ascii;
    5935             :         uint8_t _data[45];
    5936             :     }
    5937             : importlib__bootstrap_toplevel_consts_22_consts_0 = {
    5938             :     ._ascii = {
    5939             :         .ob_base = {
    5940             :             .ob_refcnt = 999999999,
    5941             :             .ob_type = &PyUnicode_Type,
    5942             :         },
    5943             :         .length = 44,
    5944             :         .hash = -1,
    5945             :         .state = {
    5946             :             .kind = 1,
    5947             :             .compact = 1,
    5948             :             .ascii = 1,
    5949             :         },
    5950             :     },
    5951             :     ._data = "The implementation of ModuleType.__repr__().",
    5952             : };
    5953             : static
    5954             :     struct {
    5955             :         PyASCIIObject _ascii;
    5956             :         uint8_t _data[12];
    5957             :     }
    5958             : const_str_module_repr = {
    5959             :     ._ascii = {
    5960             :         .ob_base = {
    5961             :             .ob_refcnt = 999999999,
    5962             :             .ob_type = &PyUnicode_Type,
    5963             :         },
    5964             :         .length = 11,
    5965             :         .hash = -1,
    5966             :         .state = {
    5967             :             .kind = 1,
    5968             :             .compact = 1,
    5969             :             .ascii = 1,
    5970             :         },
    5971             :     },
    5972             :     ._data = "module_repr",
    5973             : };
    5974             : static
    5975             :     struct {
    5976             :         PyASCIIObject _ascii;
    5977             :         uint8_t _data[2];
    5978             :     }
    5979             : importlib__bootstrap_toplevel_consts_22_consts_5 = {
    5980             :     ._ascii = {
    5981             :         .ob_base = {
    5982             :             .ob_refcnt = 999999999,
    5983             :             .ob_type = &PyUnicode_Type,
    5984             :         },
    5985             :         .length = 1,
    5986             :         .hash = -1,
    5987             :         .state = {
    5988             :             .kind = 1,
    5989             :             .compact = 1,
    5990             :             .ascii = 1,
    5991             :         },
    5992             :     },
    5993             :     ._data = "?",
    5994             : };
    5995             : static
    5996             :     struct {
    5997             :         PyASCIIObject _ascii;
    5998             :         uint8_t _data[24];
    5999             :     }
    6000             : importlib__bootstrap_toplevel_consts_22_consts_6 = {
    6001             :     ._ascii = {
    6002             :         .ob_base = {
    6003             :             .ob_refcnt = 999999999,
    6004             :             .ob_type = &PyUnicode_Type,
    6005             :         },
    6006             :         .length = 23,
    6007             :         .hash = -1,
    6008             :         .state = {
    6009             :             .kind = 1,
    6010             :             .compact = 1,
    6011             :             .ascii = 1,
    6012             :         },
    6013             :     },
    6014             :     ._data = "<module {!r} from {!r}>",
    6015             : };
    6016             : static
    6017             :     struct {
    6018             :         PyASCIIObject _ascii;
    6019             :         uint8_t _data[14];
    6020             :     }
    6021             : importlib__bootstrap_toplevel_consts_22_consts_7 = {
    6022             :     ._ascii = {
    6023             :         .ob_base = {
    6024             :             .ob_refcnt = 999999999,
    6025             :             .ob_type = &PyUnicode_Type,
    6026             :         },
    6027             :         .length = 13,
    6028             :         .hash = -1,
    6029             :         .state = {
    6030             :             .kind = 1,
    6031             :             .compact = 1,
    6032             :             .ascii = 1,
    6033             :         },
    6034             :     },
    6035             :     ._data = "<module {!r}>",
    6036             : };
    6037             : static
    6038             :     struct {
    6039             :         PyASCIIObject _ascii;
    6040             :         uint8_t _data[21];
    6041             :     }
    6042             : importlib__bootstrap_toplevel_consts_22_consts_8 = {
    6043             :     ._ascii = {
    6044             :         .ob_base = {
    6045             :             .ob_refcnt = 999999999,
    6046             :             .ob_type = &PyUnicode_Type,
    6047             :         },
    6048             :         .length = 20,
    6049             :         .hash = -1,
    6050             :         .state = {
    6051             :             .kind = 1,
    6052             :             .compact = 1,
    6053             :             .ascii = 1,
    6054             :         },
    6055             :     },
    6056             :     ._data = "<module {!r} ({!r})>",
    6057             : };
    6058             : static
    6059             :     struct {
    6060             :         PyGC_Head _gc_head;
    6061             :         struct {
    6062             :             PyObject_VAR_HEAD
    6063             :             PyObject *ob_item[9];
    6064             :         }_object;
    6065             :     }
    6066             : importlib__bootstrap_toplevel_consts_22_consts = {
    6067             :     ._object = {
    6068             :         .ob_base = {
    6069             :             .ob_base = {
    6070             :                 .ob_refcnt = 999999999,
    6071             :                 .ob_type = &PyTuple_Type,
    6072             :             },
    6073             :             .ob_size = 9,
    6074             :         },
    6075             :         .ob_item = {
    6076             :             & importlib__bootstrap_toplevel_consts_22_consts_0._ascii.ob_base,
    6077             :             &_Py_ID(__loader__),
    6078             :             Py_None,
    6079             :             &_Py_ID(__spec__),
    6080             :             & const_str_module_repr._ascii.ob_base,
    6081             :             & importlib__bootstrap_toplevel_consts_22_consts_5._ascii.ob_base,
    6082             :             & importlib__bootstrap_toplevel_consts_22_consts_6._ascii.ob_base,
    6083             :             & importlib__bootstrap_toplevel_consts_22_consts_7._ascii.ob_base,
    6084             :             & importlib__bootstrap_toplevel_consts_22_consts_8._ascii.ob_base,
    6085             :         },
    6086             :     },
    6087             : };
    6088             : static
    6089             :     struct {
    6090             :         PyASCIIObject _ascii;
    6091             :         uint8_t _data[23];
    6092             :     }
    6093             : const_str__module_repr_from_spec = {
    6094             :     ._ascii = {
    6095             :         .ob_base = {
    6096             :             .ob_refcnt = 999999999,
    6097             :             .ob_type = &PyUnicode_Type,
    6098             :         },
    6099             :         .length = 22,
    6100             :         .hash = -1,
    6101             :         .state = {
    6102             :             .kind = 1,
    6103             :             .compact = 1,
    6104             :             .ascii = 1,
    6105             :         },
    6106             :     },
    6107             :     ._data = "_module_repr_from_spec",
    6108             : };
    6109             : static
    6110             :     struct {
    6111             :         PyASCIIObject _ascii;
    6112             :         uint8_t _data[10];
    6113             :     }
    6114             : const_str_Exception = {
    6115             :     ._ascii = {
    6116             :         .ob_base = {
    6117             :             .ob_refcnt = 999999999,
    6118             :             .ob_type = &PyUnicode_Type,
    6119             :         },
    6120             :         .length = 9,
    6121             :         .hash = -1,
    6122             :         .state = {
    6123             :             .kind = 1,
    6124             :             .compact = 1,
    6125             :             .ascii = 1,
    6126             :         },
    6127             :     },
    6128             :     ._data = "Exception",
    6129             : };
    6130             : static
    6131             :     struct {
    6132             :         PyGC_Head _gc_head;
    6133             :         struct {
    6134             :             PyObject_VAR_HEAD
    6135             :             PyObject *ob_item[9];
    6136             :         }_object;
    6137             :     }
    6138             : importlib__bootstrap_toplevel_consts_22_names = {
    6139             :     ._object = {
    6140             :         .ob_base = {
    6141             :             .ob_base = {
    6142             :                 .ob_refcnt = 999999999,
    6143             :                 .ob_type = &PyTuple_Type,
    6144             :             },
    6145             :             .ob_size = 9,
    6146             :         },
    6147             :         .ob_item = {
    6148             :             &_Py_ID(getattr),
    6149             :             & const_str__module_repr_from_spec._ascii.ob_base,
    6150             :             & const_str_hasattr._ascii.ob_base,
    6151             :             & const_str_module_repr._ascii.ob_base,
    6152             :             & const_str_Exception._ascii.ob_base,
    6153             :             &_Py_ID(__name__),
    6154             :             & const_str_AttributeError._ascii.ob_base,
    6155             :             &_Py_ID(__file__),
    6156             :             & const_str_format._ascii.ob_base,
    6157             :         },
    6158             :     },
    6159             : };
    6160             : static
    6161             :     struct {
    6162             :         PyASCIIObject _ascii;
    6163             :         uint8_t _data[13];
    6164             :     }
    6165             : const_str__module_repr = {
    6166             :     ._ascii = {
    6167             :         .ob_base = {
    6168             :             .ob_refcnt = 999999999,
    6169             :             .ob_type = &PyUnicode_Type,
    6170             :         },
    6171             :         .length = 12,
    6172             :         .hash = -1,
    6173             :         .state = {
    6174             :             .kind = 1,
    6175             :             .compact = 1,
    6176             :             .ascii = 1,
    6177             :         },
    6178             :     },
    6179             :     ._data = "_module_repr",
    6180             : };
    6181             : static
    6182             :     struct {
    6183             :         PyObject_VAR_HEAD
    6184             :         Py_hash_t ob_shash;
    6185             :         char ob_sval[294];
    6186             :     }
    6187             : importlib__bootstrap_toplevel_consts_22_linetable = {
    6188             :     .ob_base = {
    6189             :         .ob_base = {
    6190             :             .ob_refcnt = 999999999,
    6191             :             .ob_type = &PyBytes_Type,
    6192             :         },
    6193             :         .ob_size = 293,
    6194             :     },
    6195             :     .ob_shash = -1,
    6196             :     .ob_sval = "\x80\x00\xe5\x0d\x14\x90\x56\x98\x5c\xa8\x34\xd4\x0d\x30\x80\x46\xdd\x0f\x16\x90\x76\x98\x7a\xa8\x34\xd4\x0f\x30\xd0\x07\x30\x80\x74\xf0\x00\x06\x05\x11\xdd\x0f\x25\xa0\x64\xd4\x0f\x2b\xd0\x08\x2b\xdd\x09\x10\x90\x16\x98\x1d\xd4\x09\x27\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x13\x19\xd7\x13\x25\xd1\x13\x25\xa0\x66\xd4\x13\x2d\xd0\x0c\x2d\xf0\x08\x03\x05\x13\xd8\x0f\x15\x8f\x7f\x89\x7f\x88\x04\xf0\x06\x08\x05\x40\x01\xd8\x13\x19\x97\x3f\x91\x3f\x88\x08\xf0\x0e\x00\x10\x29\xd7\x0f\x2f\xd1\x0f\x2f\xb0\x04\xb0\x68\xd4\x0f\x3f\xd0\x08\x3f\xf8\xf5\x1f\x00\x10\x19\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x0a\x00\x0c\x1a\xf0\x00\x01\x05\x13\xf0\x00\x01\x05\x13\xf0\x00\x01\x05\x13\xd8\x0f\x12\x88\x04\x88\x04\x88\x04\xf0\x03\x01\x05\x13\xf8\xf8\xf8\xf8\xf5\x08\x00\x0c\x1a\xf0\x00\x04\x05\x3f\xf0\x00\x04\x05\x3f\xf0\x00\x04\x05\x3f\xd8\x0b\x11\xf0\x00\x03\x09\x3f\xd8\x13\x22\xd7\x13\x29\xd1\x13\x29\xa8\x24\xd4\x13\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xe0\x13\x29\xd7\x13\x30\xd1\x13\x30\xb0\x14\xb0\x76\xd4\x13\x3e\xd0\x0c\x3e\xd0\x0c\x3e\xd0\x0c\x3e\xf0\x09\x04\x05\x3f\xf8\xf8\xf8",
    6197             : };
    6198             : static
    6199             :     struct {
    6200             :         PyObject_VAR_HEAD
    6201             :         Py_hash_t ob_shash;
    6202             :         char ob_sval[60];
    6203             :     }
    6204             : importlib__bootstrap_toplevel_consts_22_exceptiontable = {
    6205             :     .ob_base = {
    6206             :         .ob_base = {
    6207             :             .ob_refcnt = 999999999,
    6208             :             .ob_type = &PyBytes_Type,
    6209             :         },
    6210             :         .ob_size = 59,
    6211             :     },
    6212             :     .ob_shash = -1,
    6213             :     .ob_sval = "\xbd\x11\x41\x3c\x00\xc1\x10\x0c\x42\x0c\x00\xc1\x1d\x0c\x42\x1e\x00\xc1\x3c\x0a\x42\x09\x03\xc2\x08\x01\x42\x09\x03\xc2\x0c\x0c\x42\x1b\x03\xc2\x1a\x01\x42\x1b\x03\xc2\x1e\x1e\x43\x14\x03\xc2\x3e\x13\x43\x14\x03\xc3\x13\x01\x43\x14\x03",
    6214             : };
    6215             : static
    6216             :     struct {
    6217             :         PyASCIIObject _ascii;
    6218             :         uint8_t _data[7];
    6219             :     }
    6220             : const_str_loader = {
    6221             :     ._ascii = {
    6222             :         .ob_base = {
    6223             :             .ob_refcnt = 999999999,
    6224             :             .ob_type = &PyUnicode_Type,
    6225             :         },
    6226             :         .length = 6,
    6227             :         .hash = -1,
    6228             :         .state = {
    6229             :             .kind = 1,
    6230             :             .compact = 1,
    6231             :             .ascii = 1,
    6232             :         },
    6233             :     },
    6234             :     ._data = "loader",
    6235             : };
    6236             : static
    6237             :     struct {
    6238             :         PyGC_Head _gc_head;
    6239             :         struct {
    6240             :             PyObject_VAR_HEAD
    6241             :             PyObject *ob_item[5];
    6242             :         }_object;
    6243             :     }
    6244             : importlib__bootstrap_toplevel_consts_22_localsplusnames = {
    6245             :     ._object = {
    6246             :         .ob_base = {
    6247             :             .ob_base = {
    6248             :                 .ob_refcnt = 999999999,
    6249             :                 .ob_type = &PyTuple_Type,
    6250             :             },
    6251             :             .ob_size = 5,
    6252             :         },
    6253             :         .ob_item = {
    6254             :             & const_str_module._ascii.ob_base,
    6255             :             & const_str_loader._ascii.ob_base,
    6256             :             & const_str_spec._ascii.ob_base,
    6257             :             &_Py_ID(name),
    6258             :             &_Py_ID(filename),
    6259             :         },
    6260             :     },
    6261             : };
    6262             : static
    6263             :     struct _PyCode_DEF(430)
    6264             : importlib__bootstrap_toplevel_consts_22 = {
    6265             :     .ob_base = {
    6266             :         .ob_base = {
    6267             :             .ob_refcnt = 999999999,
    6268             :             .ob_type = &PyCode_Type,
    6269             :         },
    6270             :         .ob_size = 215,
    6271             :     },
    6272             :     .co_consts = & importlib__bootstrap_toplevel_consts_22_consts._object.ob_base.ob_base,
    6273             :     .co_names = & importlib__bootstrap_toplevel_consts_22_names._object.ob_base.ob_base,
    6274             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_22_exceptiontable.ob_base.ob_base,
    6275             :     .co_flags = 3,
    6276             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    6277             :     ._co_linearray_entry_size = 0,
    6278             :     .co_argcount = 1,
    6279             :     .co_posonlyargcount = 0,
    6280             :     .co_kwonlyargcount = 0,
    6281             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
    6282             :     .co_stacksize = 5,
    6283             :     .co_firstlineno = 294,
    6284             :     .co_nlocalsplus = 5,
    6285             :     .co_nlocals = 5,
    6286             :     .co_nplaincellvars = 0,
    6287             :     .co_ncellvars = 0,
    6288             :     .co_nfreevars = 0,
    6289             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
    6290             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
    6291             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    6292             :     .co_name = & const_str__module_repr._ascii.ob_base,
    6293             :     .co_qualname = & const_str__module_repr._ascii.ob_base,
    6294             :     .co_linetable = & importlib__bootstrap_toplevel_consts_22_linetable.ob_base.ob_base,
    6295             :     ._co_code = NULL,
    6296             :     ._co_linearray = NULL,
    6297             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x03\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x7d\x02\x72\x0d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x09\x00\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x09\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x64\x06\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x39\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x05\x7d\x03\x59\x00\x8c\x3e\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2c\x01\x00\x7c\x01\x80\x14\x64\x07\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x64\x08\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
    6298             :     ._co_firsttraceable = 0,
    6299             : };
    6300             : static
    6301             :     struct {
    6302             :         PyASCIIObject _ascii;
    6303             :         uint8_t _data[11];
    6304             :     }
    6305             : const_str_ModuleSpec = {
    6306             :     ._ascii = {
    6307             :         .ob_base = {
    6308             :             .ob_refcnt = 999999999,
    6309             :             .ob_type = &PyUnicode_Type,
    6310             :         },
    6311             :         .length = 10,
    6312             :         .hash = -1,
    6313             :         .state = {
    6314             :             .kind = 1,
    6315             :             .compact = 1,
    6316             :             .ascii = 1,
    6317             :         },
    6318             :     },
    6319             :     ._data = "ModuleSpec",
    6320             : };
    6321             : static
    6322             :     struct {
    6323             :         PyASCIIObject _ascii;
    6324             :         uint8_t _data[1489];
    6325             :     }
    6326             : importlib__bootstrap_toplevel_consts_23_consts_1 = {
    6327             :     ._ascii = {
    6328             :         .ob_base = {
    6329             :             .ob_refcnt = 999999999,
    6330             :             .ob_type = &PyUnicode_Type,
    6331             :         },
    6332             :         .length = 1488,
    6333             :         .hash = -1,
    6334             :         .state = {
    6335             :             .kind = 1,
    6336             :             .compact = 1,
    6337             :             .ascii = 1,
    6338             :         },
    6339             :     },
    6340             :     ._data = "\x54\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x66\x6f\x72\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6c\x6f\x61\x64\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x41\x20\x6d\x6f\x64\x75\x6c\x65\x27\x73\x20\x73\x70\x65\x63\x20\x69\x73\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x6f\x72\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x20\x61\x62\x6f\x75\x74\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x20\x46\x6f\x72\x0a\x20\x20\x20\x20\x64\x61\x74\x61\x20\x61\x73\x73\x6f\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x73\x6f\x75\x72\x63\x65\x2c\x20\x75\x73\x65\x20\x74\x68\x65\x20\x73\x70\x65\x63\x27\x73\x0a\x20\x20\x20\x20\x6c\x6f\x61\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x60\x6e\x61\x6d\x65\x60\x20\x69\x73\x20\x74\x68\x65\x20\x61\x62\x73\x6f\x6c\x75\x74\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x20\x60\x6c\x6f\x61\x64\x65\x72\x60\x20\x69\x73\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x0a\x20\x20\x20\x20\x74\x6f\x20\x75\x73\x65\x20\x77\x68\x65\x6e\x20\x6c\x6f\x61\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x20\x60\x70\x61\x72\x65\x6e\x74\x60\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x69\x6e\x2e\x20\x20\x54\x68\x65\x20\x70\x61\x72\x65\x6e\x74\x20\x69\x73\x20\x64\x65\x72\x69\x76\x65\x64\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x60\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x60\x20\x64\x65\x74\x65\x72\x6d\x69\x6e\x65\x73\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x65\x64\x20\x61\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x6f\x72\x0a\x20\x20\x20\x20\x6e\x6f\x74\x2e\x20\x20\x4f\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x74\x68\x69\x73\x20\x69\x73\x20\x72\x65\x66\x6c\x65\x63\x74\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x60\x5f\x5f\x70\x61\x74\x68\x5f\x5f\x60\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x2e\x0a\x0a\x20\x20\x20\x20\x60\x6f\x72\x69\x67\x69\x6e\x60\x20\x69\x73\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x20\x75\x73\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x66\x72\x6f\x6d\x20\x77\x68\x69\x63\x68\x20\x74\x6f\x0a\x20\x20\x20\x20\x6c\x6f\x61\x64\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x69\x66\x20\x74\x68\x61\x74\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x20\x69\x73\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x2e\x20\x20\x57\x68\x65\x6e\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x69\x73\x0a\x20\x20\x20\x20\x73\x65\x74\x2c\x20\x6f\x72\x69\x67\x69\x6e\x20\x77\x69\x6c\x6c\x20\x6d\x61\x74\x63\x68\x2e\x0a\x0a\x20\x20\x20\x20\x60\x68\x61\x73\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x60\x20\x69\x6e\x64\x69\x63\x61\x74\x65\x73\x20\x74\x68\x61\x74\x20\x61\x20\x73\x70\x65\x63\x27\x73\x20\x22\x6f\x72\x69\x67\x69\x6e\x22\x20\x72\x65\x66\x6c\x65\x63\x74\x73\x20\x61\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x57\x68\x65\x6e\x20\x74\x68\x69\x73\x20\x69\x73\x20\x54\x72\x75\x65\x2c\x20\x60\x5f\x5f\x66\x69\x6c\x65\x5f\x5f\x60\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x73\x65\x74\x2e\x0a\x0a\x20\x20\x20\x20\x60\x63\x61\x63\x68\x65\x64\x60\x20\x69\x73\x20\x74\x68\x65\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x65\x20\x63\x61\x63\x68\x65\x64\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x2c\x20\x69\x66\x20\x61\x6e\x79\x2e\x20\x20\x49\x74\x0a\x20\x20\x20\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x73\x20\x74\x6f\x20\x74\x68\x65\x20\x60\x5f\x5f\x63\x61\x63\x68\x65\x64\x5f\x5f\x60\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x2e\x0a\x0a\x20\x20\x20\x20\x60\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x5f\x73\x65\x61\x72\x63\x68\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x73\x60\x20\x69\x73\x20\x74\x68\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x20\x6f\x66\x20\x70\x61\x74\x68\x20\x65\x6e\x74\x72\x69\x65\x73\x20\x74\x6f\x0a\x20\x20\x20\x20\x73\x65\x61\x72\x63\x68\x20\x77\x68\x65\x6e\x20\x69\x6d\x70\x6f\x72\x74\x69\x6e\x67\x20\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x20\x20\x49\x66\x20\x73\x65\x74\x2c\x20\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x0a\x20\x20\x20\x20\x54\x72\x75\x65\x2d\x2d\x61\x6e\x64\x20\x46\x61\x6c\x73\x65\x20\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x2e\x0a\x0a\x20\x20\x20\x20\x50\x61\x63\x6b\x61\x67\x65\x73\x20\x61\x72\x65\x20\x73\x69\x6d\x70\x6c\x79\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x74\x68\x61\x74\x20\x28\x6d\x61\x79\x29\x20\x68\x61\x76\x65\x20\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x20\x20\x49\x66\x20\x61\x20\x73\x70\x65\x63\x0a\x20\x20\x20\x20\x68\x61\x73\x20\x61\x20\x6e\x6f\x6e\x2d\x4e\x6f\x6e\x65\x20\x76\x61\x6c\x75\x65\x20\x69\x6e\x20\x60\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x5f\x73\x65\x61\x72\x63\x68\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x73\x60\x2c\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x0a\x20\x20\x20\x20\x73\x79\x73\x74\x65\x6d\x20\x77\x69\x6c\x6c\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x6c\x6f\x61\x64\x65\x64\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x73\x70\x65\x63\x20\x61\x73\x20\x70\x61\x63\x6b\x61\x67\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x4f\x6e\x6c\x79\x20\x66\x69\x6e\x64\x65\x72\x73\x20\x28\x73\x65\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x2e\x61\x62\x63\x2e\x4d\x65\x74\x61\x50\x61\x74\x68\x46\x69\x6e\x64\x65\x72\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x2e\x61\x62\x63\x2e\x50\x61\x74\x68\x45\x6e\x74\x72\x79\x46\x69\x6e\x64\x65\x72\x29\x20\x73\x68\x6f\x75\x6c\x64\x20\x6d\x6f\x64\x69\x66\x79\x20\x4d\x6f\x64\x75\x6c\x65\x53\x70\x65\x63\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20",
    6341             : };
    6342             : static
    6343             :     struct {
    6344             :         PyASCIIObject _ascii;
    6345             :         uint8_t _data[7];
    6346             :     }
    6347             : const_str_origin = {
    6348             :     ._ascii = {
    6349             :         .ob_base = {
    6350             :             .ob_refcnt = 999999999,
    6351             :             .ob_type = &PyUnicode_Type,
    6352             :         },
    6353             :         .length = 6,
    6354             :         .hash = -1,
    6355             :         .state = {
    6356             :             .kind = 1,
    6357             :             .compact = 1,
    6358             :             .ascii = 1,
    6359             :         },
    6360             :     },
    6361             :     ._data = "origin",
    6362             : };
    6363             : static
    6364             :     struct {
    6365             :         PyASCIIObject _ascii;
    6366             :         uint8_t _data[13];
    6367             :     }
    6368             : const_str_loader_state = {
    6369             :     ._ascii = {
    6370             :         .ob_base = {
    6371             :             .ob_refcnt = 999999999,
    6372             :             .ob_type = &PyUnicode_Type,
    6373             :         },
    6374             :         .length = 12,
    6375             :         .hash = -1,
    6376             :         .state = {
    6377             :             .kind = 1,
    6378             :             .compact = 1,
    6379             :             .ascii = 1,
    6380             :         },
    6381             :     },
    6382             :     ._data = "loader_state",
    6383             : };
    6384             : static
    6385             :     struct {
    6386             :         PyASCIIObject _ascii;
    6387             :         uint8_t _data[11];
    6388             :     }
    6389             : const_str_is_package = {
    6390             :     ._ascii = {
    6391             :         .ob_base = {
    6392             :             .ob_refcnt = 999999999,
    6393             :             .ob_type = &PyUnicode_Type,
    6394             :         },
    6395             :         .length = 10,
    6396             :         .hash = -1,
    6397             :         .state = {
    6398             :             .kind = 1,
    6399             :             .compact = 1,
    6400             :             .ascii = 1,
    6401             :         },
    6402             :     },
    6403             :     ._data = "is_package",
    6404             : };
    6405             : static
    6406             :     struct {
    6407             :         PyGC_Head _gc_head;
    6408             :         struct {
    6409             :             PyObject_VAR_HEAD
    6410             :             PyObject *ob_item[3];
    6411             :         }_object;
    6412             :     }
    6413             : importlib__bootstrap_toplevel_consts_23_consts_3 = {
    6414             :     ._object = {
    6415             :         .ob_base = {
    6416             :             .ob_base = {
    6417             :                 .ob_refcnt = 999999999,
    6418             :                 .ob_type = &PyTuple_Type,
    6419             :             },
    6420             :             .ob_size = 3,
    6421             :         },
    6422             :         .ob_item = {
    6423             :             & const_str_origin._ascii.ob_base,
    6424             :             & const_str_loader_state._ascii.ob_base,
    6425             :             & const_str_is_package._ascii.ob_base,
    6426             :         },
    6427             :     },
    6428             : };
    6429             : static
    6430             :     struct {
    6431             :         PyGC_Head _gc_head;
    6432             :         struct {
    6433             :             PyObject_VAR_HEAD
    6434             :             PyObject *ob_item[2];
    6435             :         }_object;
    6436             :     }
    6437             : importlib__bootstrap_toplevel_consts_23_consts_4_consts = {
    6438             :     ._object = {
    6439             :         .ob_base = {
    6440             :             .ob_base = {
    6441             :                 .ob_refcnt = 999999999,
    6442             :                 .ob_type = &PyTuple_Type,
    6443             :             },
    6444             :             .ob_size = 2,
    6445             :         },
    6446             :         .ob_item = {
    6447             :             Py_None,
    6448             :             Py_False,
    6449             :         },
    6450             :     },
    6451             : };
    6452             : static
    6453             :     struct {
    6454             :         PyASCIIObject _ascii;
    6455             :         uint8_t _data[27];
    6456             :     }
    6457             : const_str_submodule_search_locations = {
    6458             :     ._ascii = {
    6459             :         .ob_base = {
    6460             :             .ob_refcnt = 999999999,
    6461             :             .ob_type = &PyUnicode_Type,
    6462             :         },
    6463             :         .length = 26,
    6464             :         .hash = -1,
    6465             :         .state = {
    6466             :             .kind = 1,
    6467             :             .compact = 1,
    6468             :             .ascii = 1,
    6469             :         },
    6470             :     },
    6471             :     ._data = "submodule_search_locations",
    6472             : };
    6473             : static
    6474             :     struct {
    6475             :         PyASCIIObject _ascii;
    6476             :         uint8_t _data[14];
    6477             :     }
    6478             : const_str__set_fileattr = {
    6479             :     ._ascii = {
    6480             :         .ob_base = {
    6481             :             .ob_refcnt = 999999999,
    6482             :             .ob_type = &PyUnicode_Type,
    6483             :         },
    6484             :         .length = 13,
    6485             :         .hash = -1,
    6486             :         .state = {
    6487             :             .kind = 1,
    6488             :             .compact = 1,
    6489             :             .ascii = 1,
    6490             :         },
    6491             :     },
    6492             :     ._data = "_set_fileattr",
    6493             : };
    6494             : static
    6495             :     struct {
    6496             :         PyASCIIObject _ascii;
    6497             :         uint8_t _data[8];
    6498             :     }
    6499             : const_str__cached = {
    6500             :     ._ascii = {
    6501             :         .ob_base = {
    6502             :             .ob_refcnt = 999999999,
    6503             :             .ob_type = &PyUnicode_Type,
    6504             :         },
    6505             :         .length = 7,
    6506             :         .hash = -1,
    6507             :         .state = {
    6508             :             .kind = 1,
    6509             :             .compact = 1,
    6510             :             .ascii = 1,
    6511             :         },
    6512             :     },
    6513             :     ._data = "_cached",
    6514             : };
    6515             : static
    6516             :     struct {
    6517             :         PyGC_Head _gc_head;
    6518             :         struct {
    6519             :             PyObject_VAR_HEAD
    6520             :             PyObject *ob_item[8];
    6521             :         }_object;
    6522             :     }
    6523             : importlib__bootstrap_toplevel_consts_23_consts_4_names = {
    6524             :     ._object = {
    6525             :         .ob_base = {
    6526             :             .ob_base = {
    6527             :                 .ob_refcnt = 999999999,
    6528             :                 .ob_type = &PyTuple_Type,
    6529             :             },
    6530             :             .ob_size = 8,
    6531             :         },
    6532             :         .ob_item = {
    6533             :             &_Py_ID(name),
    6534             :             & const_str_loader._ascii.ob_base,
    6535             :             & const_str_origin._ascii.ob_base,
    6536             :             & const_str_loader_state._ascii.ob_base,
    6537             :             & const_str_submodule_search_locations._ascii.ob_base,
    6538             :             &_Py_ID(_uninitialized_submodules),
    6539             :             & const_str__set_fileattr._ascii.ob_base,
    6540             :             & const_str__cached._ascii.ob_base,
    6541             :         },
    6542             :     },
    6543             : };
    6544             : static
    6545             :     struct {
    6546             :         PyASCIIObject _ascii;
    6547             :         uint8_t _data[20];
    6548             :     }
    6549             : importlib__bootstrap_toplevel_consts_23_consts_4_qualname = {
    6550             :     ._ascii = {
    6551             :         .ob_base = {
    6552             :             .ob_refcnt = 999999999,
    6553             :             .ob_type = &PyUnicode_Type,
    6554             :         },
    6555             :         .length = 19,
    6556             :         .hash = -1,
    6557             :         .state = {
    6558             :             .kind = 1,
    6559             :             .compact = 1,
    6560             :             .ascii = 1,
    6561             :         },
    6562             :     },
    6563             :     ._data = "ModuleSpec.__init__",
    6564             : };
    6565             : static
    6566             :     struct {
    6567             :         PyObject_VAR_HEAD
    6568             :         Py_hash_t ob_shash;
    6569             :         char ob_sval[78];
    6570             :     }
    6571             : importlib__bootstrap_toplevel_consts_23_consts_4_linetable = {
    6572             :     .ob_base = {
    6573             :         .ob_base = {
    6574             :             .ob_refcnt = 999999999,
    6575             :             .ob_type = &PyBytes_Type,
    6576             :         },
    6577             :         .ob_size = 77,
    6578             :     },
    6579             :     .ob_shash = -1,
    6580             :     .ob_sval = "\x80\x00\xe0\x14\x18\x88\x04\x8c\x09\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x1c\x28\x88\x04\xd4\x08\x19\xd8\x30\x3a\xd0\x2a\x44\xa8\x22\xa8\x22\xc0\x04\x88\x04\xd4\x08\x27\xd8\x29\x2b\x88\x04\xd4\x08\x26\xf0\x06\x00\x1e\x23\x88\x04\xd4\x08\x1a\xd8\x17\x1b\x88\x04\x8c\x0c\x88\x0c\x88\x0c",
    6581             : };
    6582             : static
    6583             :     struct {
    6584             :         PyGC_Head _gc_head;
    6585             :         struct {
    6586             :             PyObject_VAR_HEAD
    6587             :             PyObject *ob_item[6];
    6588             :         }_object;
    6589             :     }
    6590             : importlib__bootstrap_toplevel_consts_23_consts_4_localsplusnames = {
    6591             :     ._object = {
    6592             :         .ob_base = {
    6593             :             .ob_base = {
    6594             :                 .ob_refcnt = 999999999,
    6595             :                 .ob_type = &PyTuple_Type,
    6596             :             },
    6597             :             .ob_size = 6,
    6598             :         },
    6599             :         .ob_item = {
    6600             :             & const_str_self._ascii.ob_base,
    6601             :             &_Py_ID(name),
    6602             :             & const_str_loader._ascii.ob_base,
    6603             :             & const_str_origin._ascii.ob_base,
    6604             :             & const_str_loader_state._ascii.ob_base,
    6605             :             & const_str_is_package._ascii.ob_base,
    6606             :         },
    6607             :     },
    6608             : };
    6609             : static
    6610             :     struct {
    6611             :         PyObject_VAR_HEAD
    6612             :         Py_hash_t ob_shash;
    6613             :         char ob_sval[7];
    6614             :     }
    6615             : importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds = {
    6616             :     .ob_base = {
    6617             :         .ob_base = {
    6618             :             .ob_refcnt = 999999999,
    6619             :             .ob_type = &PyBytes_Type,
    6620             :         },
    6621             :         .ob_size = 6,
    6622             :     },
    6623             :     .ob_shash = -1,
    6624             :     .ob_sval = "      ",
    6625             : };
    6626             : static
    6627             :     struct _PyCode_DEF(126)
    6628             : importlib__bootstrap_toplevel_consts_23_consts_4 = {
    6629             :     .ob_base = {
    6630             :         .ob_base = {
    6631             :             .ob_refcnt = 999999999,
    6632             :             .ob_type = &PyCode_Type,
    6633             :         },
    6634             :         .ob_size = 63,
    6635             :     },
    6636             :     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
    6637             :     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_4_names._object.ob_base.ob_base,
    6638             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    6639             :     .co_flags = 3,
    6640             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    6641             :     ._co_linearray_entry_size = 0,
    6642             :     .co_argcount = 3,
    6643             :     .co_posonlyargcount = 0,
    6644             :     .co_kwonlyargcount = 3,
    6645             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    6646             :     .co_stacksize = 2,
    6647             :     .co_firstlineno = 357,
    6648             :     .co_nlocalsplus = 6,
    6649             :     .co_nlocals = 6,
    6650             :     .co_nplaincellvars = 0,
    6651             :     .co_ncellvars = 0,
    6652             :     .co_nfreevars = 0,
    6653             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_4_localsplusnames._object.ob_base.ob_base,
    6654             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
    6655             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    6656             :     .co_name = &_Py_ID(__init__),
    6657             :     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_4_qualname._ascii.ob_base,
    6658             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_4_linetable.ob_base.ob_base,
    6659             :     ._co_code = NULL,
    6660             :     ._co_linearray = NULL,
    6661             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x72\x02\x67\x00\x6e\x01\x64\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
    6662             :     ._co_firsttraceable = 0,
    6663             : };
    6664             : static
    6665             :     struct {
    6666             :         PyASCIIObject _ascii;
    6667             :         uint8_t _data[10];
    6668             :     }
    6669             : importlib__bootstrap_toplevel_consts_23_consts_5_consts_1 = {
    6670             :     ._ascii = {
    6671             :         .ob_base = {
    6672             :             .ob_refcnt = 999999999,
    6673             :             .ob_type = &PyUnicode_Type,
    6674             :         },
    6675             :         .length = 9,
    6676             :         .hash = -1,
    6677             :         .state = {
    6678             :             .kind = 1,
    6679             :             .compact = 1,
    6680             :             .ascii = 1,
    6681             :         },
    6682             :     },
    6683             :     ._data = "name={!r}",
    6684             : };
    6685             : static
    6686             :     struct {
    6687             :         PyASCIIObject _ascii;
    6688             :         uint8_t _data[12];
    6689             :     }
    6690             : importlib__bootstrap_toplevel_consts_23_consts_5_consts_2 = {
    6691             :     ._ascii = {
    6692             :         .ob_base = {
    6693             :             .ob_refcnt = 999999999,
    6694             :             .ob_type = &PyUnicode_Type,
    6695             :         },
    6696             :         .length = 11,
    6697             :         .hash = -1,
    6698             :         .state = {
    6699             :             .kind = 1,
    6700             :             .compact = 1,
    6701             :             .ascii = 1,
    6702             :         },
    6703             :     },
    6704             :     ._data = "loader={!r}",
    6705             : };
    6706             : static
    6707             :     struct {
    6708             :         PyASCIIObject _ascii;
    6709             :         uint8_t _data[12];
    6710             :     }
    6711             : importlib__bootstrap_toplevel_consts_23_consts_5_consts_3 = {
    6712             :     ._ascii = {
    6713             :         .ob_base = {
    6714             :             .ob_refcnt = 999999999,
    6715             :             .ob_type = &PyUnicode_Type,
    6716             :         },
    6717             :         .length = 11,
    6718             :         .hash = -1,
    6719             :         .state = {
    6720             :             .kind = 1,
    6721             :             .compact = 1,
    6722             :             .ascii = 1,
    6723             :         },
    6724             :     },
    6725             :     ._data = "origin={!r}",
    6726             : };
    6727             : static
    6728             :     struct {
    6729             :         PyASCIIObject _ascii;
    6730             :         uint8_t _data[30];
    6731             :     }
    6732             : importlib__bootstrap_toplevel_consts_23_consts_5_consts_4 = {
    6733             :     ._ascii = {
    6734             :         .ob_base = {
    6735             :             .ob_refcnt = 999999999,
    6736             :             .ob_type = &PyUnicode_Type,
    6737             :         },
    6738             :         .length = 29,
    6739             :         .hash = -1,
    6740             :         .state = {
    6741             :             .kind = 1,
    6742             :             .compact = 1,
    6743             :             .ascii = 1,
    6744             :         },
    6745             :     },
    6746             :     ._data = "submodule_search_locations={}",
    6747             : };
    6748             : static
    6749             :     struct {
    6750             :         PyASCIIObject _ascii;
    6751             :         uint8_t _data[7];
    6752             :     }
    6753             : importlib__bootstrap_toplevel_consts_23_consts_5_consts_5 = {
    6754             :     ._ascii = {
    6755             :         .ob_base = {
    6756             :             .ob_refcnt = 999999999,
    6757             :             .ob_type = &PyUnicode_Type,
    6758             :         },
    6759             :         .length = 6,
    6760             :         .hash = -1,
    6761             :         .state = {
    6762             :             .kind = 1,
    6763             :             .compact = 1,
    6764             :             .ascii = 1,
    6765             :         },
    6766             :     },
    6767             :     ._data = "{}({})",
    6768             : };
    6769             : static
    6770             :     struct {
    6771             :         PyGC_Head _gc_head;
    6772             :         struct {
    6773             :             PyObject_VAR_HEAD
    6774             :             PyObject *ob_item[7];
    6775             :         }_object;
    6776             :     }
    6777             : importlib__bootstrap_toplevel_consts_23_consts_5_consts = {
    6778             :     ._object = {
    6779             :         .ob_base = {
    6780             :             .ob_base = {
    6781             :                 .ob_refcnt = 999999999,
    6782             :                 .ob_type = &PyTuple_Type,
    6783             :             },
    6784             :             .ob_size = 7,
    6785             :         },
    6786             :         .ob_item = {
    6787             :             Py_None,
    6788             :             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_1._ascii.ob_base,
    6789             :             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_2._ascii.ob_base,
    6790             :             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_3._ascii.ob_base,
    6791             :             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_4._ascii.ob_base,
    6792             :             & importlib__bootstrap_toplevel_consts_23_consts_5_consts_5._ascii.ob_base,
    6793             :             &_Py_STR(comma_sep),
    6794             :         },
    6795             :     },
    6796             : };
    6797             : static
    6798             :     struct {
    6799             :         PyGC_Head _gc_head;
    6800             :         struct {
    6801             :             PyObject_VAR_HEAD
    6802             :             PyObject *ob_item[9];
    6803             :         }_object;
    6804             :     }
    6805             : importlib__bootstrap_toplevel_consts_23_consts_5_names = {
    6806             :     ._object = {
    6807             :         .ob_base = {
    6808             :             .ob_base = {
    6809             :                 .ob_refcnt = 999999999,
    6810             :                 .ob_type = &PyTuple_Type,
    6811             :             },
    6812             :             .ob_size = 9,
    6813             :         },
    6814             :         .ob_item = {
    6815             :             & const_str_format._ascii.ob_base,
    6816             :             &_Py_ID(name),
    6817             :             & const_str_loader._ascii.ob_base,
    6818             :             & const_str_origin._ascii.ob_base,
    6819             :             &_Py_ID(append),
    6820             :             & const_str_submodule_search_locations._ascii.ob_base,
    6821             :             &_Py_ID(__class__),
    6822             :             &_Py_ID(__name__),
    6823             :             &_Py_ID(join),
    6824             :         },
    6825             :     },
    6826             : };
    6827             : static
    6828             :     struct {
    6829             :         PyASCIIObject _ascii;
    6830             :         uint8_t _data[20];
    6831             :     }
    6832             : importlib__bootstrap_toplevel_consts_23_consts_5_qualname = {
    6833             :     ._ascii = {
    6834             :         .ob_base = {
    6835             :             .ob_refcnt = 999999999,
    6836             :             .ob_type = &PyUnicode_Type,
    6837             :         },
    6838             :         .length = 19,
    6839             :         .hash = -1,
    6840             :         .state = {
    6841             :             .kind = 1,
    6842             :             .compact = 1,
    6843             :             .ascii = 1,
    6844             :         },
    6845             :     },
    6846             :     ._data = "ModuleSpec.__repr__",
    6847             : };
    6848             : static
    6849             :     struct {
    6850             :         PyObject_VAR_HEAD
    6851             :         Py_hash_t ob_shash;
    6852             :         char ob_sval[176];
    6853             :     }
    6854             : importlib__bootstrap_toplevel_consts_23_consts_5_linetable = {
    6855             :     .ob_base = {
    6856             :         .ob_base = {
    6857             :             .ob_refcnt = 999999999,
    6858             :             .ob_type = &PyBytes_Type,
    6859             :         },
    6860             :         .ob_size = 175,
    6861             :     },
    6862             :     .ob_shash = -1,
    6863             :     .ob_sval = "\x80\x00\xd8\x10\x1b\xd7\x10\x22\xd1\x10\x22\xa0\x34\xa7\x39\xa1\x39\xd4\x10\x2d\xd8\x10\x1d\xd7\x10\x24\xd1\x10\x24\xa0\x54\xa7\x5b\xa1\x5b\xd4\x10\x31\xf0\x03\x01\x10\x33\x88\x04\xe0\x0b\x0f\x8f\x3b\x89\x3b\xf0\x00\x01\x09\x3b\xd8\x0c\x10\x8f\x4b\x89\x4b\x98\x0d\xd7\x18\x2c\xd1\x18\x2c\xa8\x54\xaf\x5b\xa9\x5b\xd4\x18\x39\xd4\x0c\x3a\xd0\x0c\x3a\xd8\x0b\x0f\xd7\x0b\x2a\xd1\x0b\x2a\xf0\x00\x02\x09\x42\x01\xd8\x0c\x10\x8f\x4b\x89\x4b\xd0\x18\x37\xdf\x18\x1f\x99\x07\xa0\x04\xd7\x20\x3f\xd1\x20\x3f\xd4\x18\x40\xf4\x03\x01\x0d\x42\x01\xf0\x00\x01\x0d\x42\x01\xe0\x0f\x17\x8f\x7f\x89\x7f\x98\x74\x9f\x7e\x99\x7e\xd7\x1f\x36\xd1\x1f\x36\xb8\x04\xbf\x09\xb9\x09\xc0\x24\xbc\x0f\xd4\x0f\x48\xd0\x08\x48",
    6864             : };
    6865             : static
    6866             :     struct {
    6867             :         PyGC_Head _gc_head;
    6868             :         struct {
    6869             :             PyObject_VAR_HEAD
    6870             :             PyObject *ob_item[2];
    6871             :         }_object;
    6872             :     }
    6873             : importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames = {
    6874             :     ._object = {
    6875             :         .ob_base = {
    6876             :             .ob_base = {
    6877             :                 .ob_refcnt = 999999999,
    6878             :                 .ob_type = &PyTuple_Type,
    6879             :             },
    6880             :             .ob_size = 2,
    6881             :         },
    6882             :         .ob_item = {
    6883             :             & const_str_self._ascii.ob_base,
    6884             :             & const_str_args._ascii.ob_base,
    6885             :         },
    6886             :     },
    6887             : };
    6888             : static
    6889             :     struct _PyCode_DEF(448)
    6890             : importlib__bootstrap_toplevel_consts_23_consts_5 = {
    6891             :     .ob_base = {
    6892             :         .ob_base = {
    6893             :             .ob_refcnt = 999999999,
    6894             :             .ob_type = &PyCode_Type,
    6895             :         },
    6896             :         .ob_size = 224,
    6897             :     },
    6898             :     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_5_consts._object.ob_base.ob_base,
    6899             :     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_5_names._object.ob_base.ob_base,
    6900             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    6901             :     .co_flags = 3,
    6902             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    6903             :     ._co_linearray_entry_size = 0,
    6904             :     .co_argcount = 1,
    6905             :     .co_posonlyargcount = 0,
    6906             :     .co_kwonlyargcount = 0,
    6907             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    6908             :     .co_stacksize = 6,
    6909             :     .co_firstlineno = 370,
    6910             :     .co_nlocalsplus = 2,
    6911             :     .co_nlocals = 2,
    6912             :     .co_nplaincellvars = 0,
    6913             :     .co_ncellvars = 0,
    6914             :     .co_nfreevars = 0,
    6915             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
    6916             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    6917             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    6918             :     .co_name = &_Py_ID(__repr__),
    6919             :     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_5_qualname._ascii.ob_base,
    6920             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_5_linetable.ob_base.ob_base,
    6921             :     ._co_code = NULL,
    6922             :     ._co_linearray = NULL,
    6923             :     .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x67\x02\x7d\x01\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2c\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2c\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x05\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    6924             :     ._co_firsttraceable = 0,
    6925             : };
    6926             : static
    6927             :     struct {
    6928             :         PyASCIIObject _ascii;
    6929             :         uint8_t _data[7];
    6930             :     }
    6931             : const_str_cached = {
    6932             :     ._ascii = {
    6933             :         .ob_base = {
    6934             :             .ob_refcnt = 999999999,
    6935             :             .ob_type = &PyUnicode_Type,
    6936             :         },
    6937             :         .length = 6,
    6938             :         .hash = -1,
    6939             :         .state = {
    6940             :             .kind = 1,
    6941             :             .compact = 1,
    6942             :             .ascii = 1,
    6943             :         },
    6944             :     },
    6945             :     ._data = "cached",
    6946             : };
    6947             : static
    6948             :     struct {
    6949             :         PyASCIIObject _ascii;
    6950             :         uint8_t _data[13];
    6951             :     }
    6952             : const_str_has_location = {
    6953             :     ._ascii = {
    6954             :         .ob_base = {
    6955             :             .ob_refcnt = 999999999,
    6956             :             .ob_type = &PyUnicode_Type,
    6957             :         },
    6958             :         .length = 12,
    6959             :         .hash = -1,
    6960             :         .state = {
    6961             :             .kind = 1,
    6962             :             .compact = 1,
    6963             :             .ascii = 1,
    6964             :         },
    6965             :     },
    6966             :     ._data = "has_location",
    6967             : };
    6968             : static
    6969             :     struct {
    6970             :         PyASCIIObject _ascii;
    6971             :         uint8_t _data[15];
    6972             :     }
    6973             : const_str_NotImplemented = {
    6974             :     ._ascii = {
    6975             :         .ob_base = {
    6976             :             .ob_refcnt = 999999999,
    6977             :             .ob_type = &PyUnicode_Type,
    6978             :         },
    6979             :         .length = 14,
    6980             :         .hash = -1,
    6981             :         .state = {
    6982             :             .kind = 1,
    6983             :             .compact = 1,
    6984             :             .ascii = 1,
    6985             :         },
    6986             :     },
    6987             :     ._data = "NotImplemented",
    6988             : };
    6989             : static
    6990             :     struct {
    6991             :         PyGC_Head _gc_head;
    6992             :         struct {
    6993             :             PyObject_VAR_HEAD
    6994             :             PyObject *ob_item[8];
    6995             :         }_object;
    6996             :     }
    6997             : importlib__bootstrap_toplevel_consts_23_consts_6_names = {
    6998             :     ._object = {
    6999             :         .ob_base = {
    7000             :             .ob_base = {
    7001             :                 .ob_refcnt = 999999999,
    7002             :                 .ob_type = &PyTuple_Type,
    7003             :             },
    7004             :             .ob_size = 8,
    7005             :         },
    7006             :         .ob_item = {
    7007             :             & const_str_submodule_search_locations._ascii.ob_base,
    7008             :             &_Py_ID(name),
    7009             :             & const_str_loader._ascii.ob_base,
    7010             :             & const_str_origin._ascii.ob_base,
    7011             :             & const_str_cached._ascii.ob_base,
    7012             :             & const_str_has_location._ascii.ob_base,
    7013             :             & const_str_AttributeError._ascii.ob_base,
    7014             :             & const_str_NotImplemented._ascii.ob_base,
    7015             :         },
    7016             :     },
    7017             : };
    7018             : static
    7019             :     struct {
    7020             :         PyASCIIObject _ascii;
    7021             :         uint8_t _data[18];
    7022             :     }
    7023             : importlib__bootstrap_toplevel_consts_23_consts_6_qualname = {
    7024             :     ._ascii = {
    7025             :         .ob_base = {
    7026             :             .ob_refcnt = 999999999,
    7027             :             .ob_type = &PyUnicode_Type,
    7028             :         },
    7029             :         .length = 17,
    7030             :         .hash = -1,
    7031             :         .state = {
    7032             :             .kind = 1,
    7033             :             .compact = 1,
    7034             :             .ascii = 1,
    7035             :         },
    7036             :     },
    7037             :     ._data = "ModuleSpec.__eq__",
    7038             : };
    7039             : static
    7040             :     struct {
    7041             :         PyObject_VAR_HEAD
    7042             :         Py_hash_t ob_shash;
    7043             :         char ob_sval[194];
    7044             :     }
    7045             : importlib__bootstrap_toplevel_consts_23_consts_6_linetable = {
    7046             :     .ob_base = {
    7047             :         .ob_base = {
    7048             :             .ob_refcnt = 999999999,
    7049             :             .ob_type = &PyBytes_Type,
    7050             :         },
    7051             :         .ob_size = 193,
    7052             :     },
    7053             :     .ob_shash = -1,
    7054             :     .ob_sval = "\x80\x00\xd8\x0f\x13\xd7\x0f\x2e\xd1\x0f\x2e\x88\x04\xf0\x02\x08\x09\x22\xd8\x14\x18\x97\x49\x91\x49\xa0\x15\xa7\x1a\xa1\x1a\xd2\x14\x2b\xf0\x00\x05\x15\x3c\xd8\x14\x18\x97\x4b\x91\x4b\xa0\x35\xa7\x3c\xa1\x3c\xd2\x14\x2f\xf0\x03\x05\x15\x3c\xe0\x14\x18\x97\x4b\x91\x4b\xa0\x35\xa7\x3c\xa1\x3c\xd2\x14\x2f\xf0\x05\x05\x15\x3c\xf0\x06\x00\x15\x19\x98\x45\xd7\x1c\x3c\xd1\x1c\x3c\xd2\x14\x3c\xf0\x07\x05\x15\x3c\xf0\x08\x00\x15\x19\x97\x4b\x91\x4b\xa0\x35\xa7\x3c\xa1\x3c\xd2\x14\x2f\xf0\x09\x05\x15\x3c\xf0\x0a\x00\x15\x19\xd7\x14\x25\xd1\x14\x25\xa8\x15\xd7\x29\x3b\xd1\x29\x3b\xd2\x14\x3b\xf0\x0b\x05\x0d\x3d\xf8\xf5\x0c\x00\x10\x1e\xf0\x00\x01\x09\x22\xf0\x00\x01\x09\x22\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xf0\x03\x01\x09\x22\xf8\xf8\xf8",
    7055             : };
    7056             : static
    7057             :     struct {
    7058             :         PyObject_VAR_HEAD
    7059             :         Py_hash_t ob_shash;
    7060             :         char ob_sval[19];
    7061             :     }
    7062             : importlib__bootstrap_toplevel_consts_23_consts_6_exceptiontable = {
    7063             :     .ob_base = {
    7064             :         .ob_base = {
    7065             :             .ob_refcnt = 999999999,
    7066             :             .ob_type = &PyBytes_Type,
    7067             :         },
    7068             :         .ob_size = 18,
    7069             :     },
    7070             :     .ob_shash = -1,
    7071             :     .ob_sval = "\x8e\x42\x11\x42\x20\x00\xc2\x20\x11\x42\x34\x03\xc2\x33\x01\x42\x34\x03",
    7072             : };
    7073             : static
    7074             :     struct {
    7075             :         PyASCIIObject _ascii;
    7076             :         uint8_t _data[6];
    7077             :     }
    7078             : const_str_other = {
    7079             :     ._ascii = {
    7080             :         .ob_base = {
    7081             :             .ob_refcnt = 999999999,
    7082             :             .ob_type = &PyUnicode_Type,
    7083             :         },
    7084             :         .length = 5,
    7085             :         .hash = -1,
    7086             :         .state = {
    7087             :             .kind = 1,
    7088             :             .compact = 1,
    7089             :             .ascii = 1,
    7090             :         },
    7091             :     },
    7092             :     ._data = "other",
    7093             : };
    7094             : static
    7095             :     struct {
    7096             :         PyASCIIObject _ascii;
    7097             :         uint8_t _data[5];
    7098             :     }
    7099             : const_str_smsl = {
    7100             :     ._ascii = {
    7101             :         .ob_base = {
    7102             :             .ob_refcnt = 999999999,
    7103             :             .ob_type = &PyUnicode_Type,
    7104             :         },
    7105             :         .length = 4,
    7106             :         .hash = -1,
    7107             :         .state = {
    7108             :             .kind = 1,
    7109             :             .compact = 1,
    7110             :             .ascii = 1,
    7111             :         },
    7112             :     },
    7113             :     ._data = "smsl",
    7114             : };
    7115             : static
    7116             :     struct {
    7117             :         PyGC_Head _gc_head;
    7118             :         struct {
    7119             :             PyObject_VAR_HEAD
    7120             :             PyObject *ob_item[3];
    7121             :         }_object;
    7122             :     }
    7123             : importlib__bootstrap_toplevel_consts_23_consts_6_localsplusnames = {
    7124             :     ._object = {
    7125             :         .ob_base = {
    7126             :             .ob_base = {
    7127             :                 .ob_refcnt = 999999999,
    7128             :                 .ob_type = &PyTuple_Type,
    7129             :             },
    7130             :             .ob_size = 3,
    7131             :         },
    7132             :         .ob_item = {
    7133             :             & const_str_self._ascii.ob_base,
    7134             :             & const_str_other._ascii.ob_base,
    7135             :             & const_str_smsl._ascii.ob_base,
    7136             :         },
    7137             :     },
    7138             : };
    7139             : static
    7140             :     struct _PyCode_DEF(366)
    7141             : importlib__bootstrap_toplevel_consts_23_consts_6 = {
    7142             :     .ob_base = {
    7143             :         .ob_base = {
    7144             :             .ob_refcnt = 999999999,
    7145             :             .ob_type = &PyCode_Type,
    7146             :         },
    7147             :         .ob_size = 183,
    7148             :     },
    7149             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    7150             :     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_6_names._object.ob_base.ob_base,
    7151             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_23_consts_6_exceptiontable.ob_base.ob_base,
    7152             :     .co_flags = 3,
    7153             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    7154             :     ._co_linearray_entry_size = 0,
    7155             :     .co_argcount = 2,
    7156             :     .co_posonlyargcount = 0,
    7157             :     .co_kwonlyargcount = 0,
    7158             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
    7159             :     .co_stacksize = 4,
    7160             :     .co_firstlineno = 380,
    7161             :     .co_nlocalsplus = 3,
    7162             :     .co_nlocals = 3,
    7163             :     .co_nplaincellvars = 0,
    7164             :     .co_ncellvars = 0,
    7165             :     .co_nfreevars = 0,
    7166             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_6_localsplusnames._object.ob_base.ob_base,
    7167             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
    7168             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    7169             :     .co_name = &_Py_ID(__eq__),
    7170             :     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_6_qualname._ascii.ob_base,
    7171             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_6_linetable.ob_base.ob_base,
    7172             :     ._co_code = NULL,
    7173             :     ._co_linearray = NULL,
    7174             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x77\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x5d\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x43\x7c\x02\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x33\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x19\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0a\x01\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
    7175             :     ._co_firsttraceable = 0,
    7176             : };
    7177             : static
    7178             :     struct {
    7179             :         PyASCIIObject _ascii;
    7180             :         uint8_t _data[20];
    7181             :     }
    7182             : const_str__bootstrap_external = {
    7183             :     ._ascii = {
    7184             :         .ob_base = {
    7185             :             .ob_refcnt = 999999999,
    7186             :             .ob_type = &PyUnicode_Type,
    7187             :         },
    7188             :         .length = 19,
    7189             :         .hash = -1,
    7190             :         .state = {
    7191             :             .kind = 1,
    7192             :             .compact = 1,
    7193             :             .ascii = 1,
    7194             :         },
    7195             :     },
    7196             :     ._data = "_bootstrap_external",
    7197             : };
    7198             : static
    7199             :     struct {
    7200             :         PyASCIIObject _ascii;
    7201             :         uint8_t _data[20];
    7202             :     }
    7203             : const_str_NotImplementedError = {
    7204             :     ._ascii = {
    7205             :         .ob_base = {
    7206             :             .ob_refcnt = 999999999,
    7207             :             .ob_type = &PyUnicode_Type,
    7208             :         },
    7209             :         .length = 19,
    7210             :         .hash = -1,
    7211             :         .state = {
    7212             :             .kind = 1,
    7213             :             .compact = 1,
    7214             :             .ascii = 1,
    7215             :         },
    7216             :     },
    7217             :     ._data = "NotImplementedError",
    7218             : };
    7219             : static
    7220             :     struct {
    7221             :         PyASCIIObject _ascii;
    7222             :         uint8_t _data[12];
    7223             :     }
    7224             : const_str__get_cached = {
    7225             :     ._ascii = {
    7226             :         .ob_base = {
    7227             :             .ob_refcnt = 999999999,
    7228             :             .ob_type = &PyUnicode_Type,
    7229             :         },
    7230             :         .length = 11,
    7231             :         .hash = -1,
    7232             :         .state = {
    7233             :             .kind = 1,
    7234             :             .compact = 1,
    7235             :             .ascii = 1,
    7236             :         },
    7237             :     },
    7238             :     ._data = "_get_cached",
    7239             : };
    7240             : static
    7241             :     struct {
    7242             :         PyGC_Head _gc_head;
    7243             :         struct {
    7244             :             PyObject_VAR_HEAD
    7245             :             PyObject *ob_item[6];
    7246             :         }_object;
    7247             :     }
    7248             : importlib__bootstrap_toplevel_consts_23_consts_7_names = {
    7249             :     ._object = {
    7250             :         .ob_base = {
    7251             :             .ob_base = {
    7252             :                 .ob_refcnt = 999999999,
    7253             :                 .ob_type = &PyTuple_Type,
    7254             :             },
    7255             :             .ob_size = 6,
    7256             :         },
    7257             :         .ob_item = {
    7258             :             & const_str__cached._ascii.ob_base,
    7259             :             & const_str_origin._ascii.ob_base,
    7260             :             & const_str__set_fileattr._ascii.ob_base,
    7261             :             & const_str__bootstrap_external._ascii.ob_base,
    7262             :             & const_str_NotImplementedError._ascii.ob_base,
    7263             :             & const_str__get_cached._ascii.ob_base,
    7264             :         },
    7265             :     },
    7266             : };
    7267             : static
    7268             :     struct {
    7269             :         PyASCIIObject _ascii;
    7270             :         uint8_t _data[18];
    7271             :     }
    7272             : importlib__bootstrap_toplevel_consts_23_consts_7_qualname = {
    7273             :     ._ascii = {
    7274             :         .ob_base = {
    7275             :             .ob_refcnt = 999999999,
    7276             :             .ob_type = &PyUnicode_Type,
    7277             :         },
    7278             :         .length = 17,
    7279             :         .hash = -1,
    7280             :         .state = {
    7281             :             .kind = 1,
    7282             :             .compact = 1,
    7283             :             .ascii = 1,
    7284             :         },
    7285             :     },
    7286             :     ._data = "ModuleSpec.cached",
    7287             : };
    7288             : static
    7289             :     struct {
    7290             :         PyObject_VAR_HEAD
    7291             :         Py_hash_t ob_shash;
    7292             :         char ob_sval[89];
    7293             :     }
    7294             : importlib__bootstrap_toplevel_consts_23_consts_7_linetable = {
    7295             :     .ob_base = {
    7296             :         .ob_base = {
    7297             :             .ob_refcnt = 999999999,
    7298             :             .ob_type = &PyBytes_Type,
    7299             :         },
    7300             :         .ob_size = 88,
    7301             :     },
    7302             :     .ob_shash = -1,
    7303             :     .ob_sval = "\x80\x00\xe0\x0b\x0f\x8f\x3c\x89\x3c\xf0\x00\x04\x09\x4c\x01\xd8\x0f\x13\x8f\x7b\x89\x7b\xf0\x00\x03\x0d\x4c\x01\xa8\x34\xd7\x2b\x3d\xd1\x2b\x3d\xf0\x00\x03\x0d\x4c\x01\xdd\x13\x26\xf0\x00\x01\x11\x2e\xdd\x1a\x2d\xd0\x14\x2d\xdd\x1f\x32\xd7\x1f\x3e\xd1\x1f\x3e\xb8\x74\xbf\x7b\xb9\x7b\xd4\x1f\x4b\x90\x04\x94\x0c\xd8\x0f\x13\x8f\x7c\x89\x7c\xd0\x08\x1b",
    7304             : };
    7305             : static
    7306             :     struct _PyCode_DEF(202)
    7307             : importlib__bootstrap_toplevel_consts_23_consts_7 = {
    7308             :     .ob_base = {
    7309             :         .ob_base = {
    7310             :             .ob_refcnt = 999999999,
    7311             :             .ob_type = &PyCode_Type,
    7312             :         },
    7313             :         .ob_size = 101,
    7314             :     },
    7315             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    7316             :     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_7_names._object.ob_base.ob_base,
    7317             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    7318             :     .co_flags = 3,
    7319             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    7320             :     ._co_linearray_entry_size = 0,
    7321             :     .co_argcount = 1,
    7322             :     .co_posonlyargcount = 0,
    7323             :     .co_kwonlyargcount = 0,
    7324             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    7325             :     .co_stacksize = 3,
    7326             :     .co_firstlineno = 392,
    7327             :     .co_nlocalsplus = 1,
    7328             :     .co_nlocals = 1,
    7329             :     .co_nplaincellvars = 0,
    7330             :     .co_ncellvars = 0,
    7331             :     .co_nfreevars = 0,
    7332             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
    7333             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
    7334             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    7335             :     .co_name = & const_str_cached._ascii.ob_base,
    7336             :     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_7_qualname._ascii.ob_base,
    7337             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_7_linetable.ob_base.ob_base,
    7338             :     ._co_code = NULL,
    7339             :     ._co_linearray = NULL,
    7340             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x4c\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x40\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x34\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x07\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    7341             :     ._co_firsttraceable = 0,
    7342             : };
    7343             : static
    7344             :     struct {
    7345             :         PyGC_Head _gc_head;
    7346             :         struct {
    7347             :             PyObject_VAR_HEAD
    7348             :             PyObject *ob_item[1];
    7349             :         }_object;
    7350             :     }
    7351             : importlib__bootstrap_toplevel_consts_23_consts_8_names = {
    7352             :     ._object = {
    7353             :         .ob_base = {
    7354             :             .ob_base = {
    7355             :                 .ob_refcnt = 999999999,
    7356             :                 .ob_type = &PyTuple_Type,
    7357             :             },
    7358             :             .ob_size = 1,
    7359             :         },
    7360             :         .ob_item = {
    7361             :             & const_str__cached._ascii.ob_base,
    7362             :         },
    7363             :     },
    7364             : };
    7365             : static
    7366             :     struct {
    7367             :         PyObject_VAR_HEAD
    7368             :         Py_hash_t ob_shash;
    7369             :         char ob_sval[14];
    7370             :     }
    7371             : importlib__bootstrap_toplevel_consts_23_consts_8_linetable = {
    7372             :     .ob_base = {
    7373             :         .ob_base = {
    7374             :             .ob_refcnt = 999999999,
    7375             :             .ob_type = &PyBytes_Type,
    7376             :         },
    7377             :         .ob_size = 13,
    7378             :     },
    7379             :     .ob_shash = -1,
    7380             :     .ob_sval = "\x80\x00\xe0\x17\x1d\x88\x04\x8c\x0c\x88\x0c\x88\x0c",
    7381             : };
    7382             : static
    7383             :     struct {
    7384             :         PyGC_Head _gc_head;
    7385             :         struct {
    7386             :             PyObject_VAR_HEAD
    7387             :             PyObject *ob_item[2];
    7388             :         }_object;
    7389             :     }
    7390             : importlib__bootstrap_toplevel_consts_23_consts_8_localsplusnames = {
    7391             :     ._object = {
    7392             :         .ob_base = {
    7393             :             .ob_base = {
    7394             :                 .ob_refcnt = 999999999,
    7395             :                 .ob_type = &PyTuple_Type,
    7396             :             },
    7397             :             .ob_size = 2,
    7398             :         },
    7399             :         .ob_item = {
    7400             :             & const_str_self._ascii.ob_base,
    7401             :             & const_str_cached._ascii.ob_base,
    7402             :         },
    7403             :     },
    7404             : };
    7405             : static
    7406             :     struct _PyCode_DEF(20)
    7407             : importlib__bootstrap_toplevel_consts_23_consts_8 = {
    7408             :     .ob_base = {
    7409             :         .ob_base = {
    7410             :             .ob_refcnt = 999999999,
    7411             :             .ob_type = &PyCode_Type,
    7412             :         },
    7413             :         .ob_size = 10,
    7414             :     },
    7415             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    7416             :     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_8_names._object.ob_base.ob_base,
    7417             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    7418             :     .co_flags = 3,
    7419             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    7420             :     ._co_linearray_entry_size = 0,
    7421             :     .co_argcount = 2,
    7422             :     .co_posonlyargcount = 0,
    7423             :     .co_kwonlyargcount = 0,
    7424             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    7425             :     .co_stacksize = 2,
    7426             :     .co_firstlineno = 401,
    7427             :     .co_nlocalsplus = 2,
    7428             :     .co_nlocals = 2,
    7429             :     .co_nplaincellvars = 0,
    7430             :     .co_ncellvars = 0,
    7431             :     .co_nfreevars = 0,
    7432             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_8_localsplusnames._object.ob_base.ob_base,
    7433             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    7434             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    7435             :     .co_name = & const_str_cached._ascii.ob_base,
    7436             :     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_7_qualname._ascii.ob_base,
    7437             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_8_linetable.ob_base.ob_base,
    7438             :     ._co_code = NULL,
    7439             :     ._co_linearray = NULL,
    7440             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
    7441             :     ._co_firsttraceable = 0,
    7442             : };
    7443             : static
    7444             :     struct {
    7445             :         PyASCIIObject _ascii;
    7446             :         uint8_t _data[33];
    7447             :     }
    7448             : importlib__bootstrap_toplevel_consts_23_consts_9_consts_0 = {
    7449             :     ._ascii = {
    7450             :         .ob_base = {
    7451             :             .ob_refcnt = 999999999,
    7452             :             .ob_type = &PyUnicode_Type,
    7453             :         },
    7454             :         .length = 32,
    7455             :         .hash = -1,
    7456             :         .state = {
    7457             :             .kind = 1,
    7458             :             .compact = 1,
    7459             :             .ascii = 1,
    7460             :         },
    7461             :     },
    7462             :     ._data = "The name of the module's parent.",
    7463             : };
    7464             : static
    7465             :     struct {
    7466             :         PyGC_Head _gc_head;
    7467             :         struct {
    7468             :             PyObject_VAR_HEAD
    7469             :             PyObject *ob_item[4];
    7470             :         }_object;
    7471             :     }
    7472             : importlib__bootstrap_toplevel_consts_23_consts_9_consts = {
    7473             :     ._object = {
    7474             :         .ob_base = {
    7475             :             .ob_base = {
    7476             :                 .ob_refcnt = 999999999,
    7477             :                 .ob_type = &PyTuple_Type,
    7478             :             },
    7479             :             .ob_size = 4,
    7480             :         },
    7481             :         .ob_item = {
    7482             :             & importlib__bootstrap_toplevel_consts_23_consts_9_consts_0._ascii.ob_base,
    7483             :             Py_None,
    7484             :             &_Py_STR(dot),
    7485             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
    7486             :         },
    7487             :     },
    7488             : };
    7489             : static
    7490             :     struct {
    7491             :         PyASCIIObject _ascii;
    7492             :         uint8_t _data[11];
    7493             :     }
    7494             : const_str_rpartition = {
    7495             :     ._ascii = {
    7496             :         .ob_base = {
    7497             :             .ob_refcnt = 999999999,
    7498             :             .ob_type = &PyUnicode_Type,
    7499             :         },
    7500             :         .length = 10,
    7501             :         .hash = -1,
    7502             :         .state = {
    7503             :             .kind = 1,
    7504             :             .compact = 1,
    7505             :             .ascii = 1,
    7506             :         },
    7507             :     },
    7508             :     ._data = "rpartition",
    7509             : };
    7510             : static
    7511             :     struct {
    7512             :         PyGC_Head _gc_head;
    7513             :         struct {
    7514             :             PyObject_VAR_HEAD
    7515             :             PyObject *ob_item[3];
    7516             :         }_object;
    7517             :     }
    7518             : importlib__bootstrap_toplevel_consts_23_consts_9_names = {
    7519             :     ._object = {
    7520             :         .ob_base = {
    7521             :             .ob_base = {
    7522             :                 .ob_refcnt = 999999999,
    7523             :                 .ob_type = &PyTuple_Type,
    7524             :             },
    7525             :             .ob_size = 3,
    7526             :         },
    7527             :         .ob_item = {
    7528             :             & const_str_submodule_search_locations._ascii.ob_base,
    7529             :             &_Py_ID(name),
    7530             :             & const_str_rpartition._ascii.ob_base,
    7531             :         },
    7532             :     },
    7533             : };
    7534             : static
    7535             :     struct {
    7536             :         PyASCIIObject _ascii;
    7537             :         uint8_t _data[18];
    7538             :     }
    7539             : importlib__bootstrap_toplevel_consts_23_consts_9_qualname = {
    7540             :     ._ascii = {
    7541             :         .ob_base = {
    7542             :             .ob_refcnt = 999999999,
    7543             :             .ob_type = &PyUnicode_Type,
    7544             :         },
    7545             :         .length = 17,
    7546             :         .hash = -1,
    7547             :         .state = {
    7548             :             .kind = 1,
    7549             :             .compact = 1,
    7550             :             .ascii = 1,
    7551             :         },
    7552             :     },
    7553             :     ._data = "ModuleSpec.parent",
    7554             : };
    7555             : static
    7556             :     struct {
    7557             :         PyObject_VAR_HEAD
    7558             :         Py_hash_t ob_shash;
    7559             :         char ob_sval[55];
    7560             :     }
    7561             : importlib__bootstrap_toplevel_consts_23_consts_9_linetable = {
    7562             :     .ob_base = {
    7563             :         .ob_base = {
    7564             :             .ob_refcnt = 999999999,
    7565             :             .ob_type = &PyBytes_Type,
    7566             :         },
    7567             :         .ob_size = 54,
    7568             :     },
    7569             :     .ob_shash = -1,
    7570             :     .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\xd7\x0b\x2a\xd1\x0b\x2a\xf0\x00\x03\x09\x1d\xd8\x13\x17\x97\x39\x91\x39\xd7\x13\x27\xd1\x13\x27\xa8\x03\xd4\x13\x2c\xa8\x51\xd4\x13\x2f\xd0\x0c\x2f\xe0\x13\x17\x97\x39\x91\x39\xd0\x0c\x1c",
    7571             : };
    7572             : static
    7573             :     struct _PyCode_DEF(118)
    7574             : importlib__bootstrap_toplevel_consts_23_consts_9 = {
    7575             :     .ob_base = {
    7576             :         .ob_base = {
    7577             :             .ob_refcnt = 999999999,
    7578             :             .ob_type = &PyCode_Type,
    7579             :         },
    7580             :         .ob_size = 59,
    7581             :     },
    7582             :     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_9_consts._object.ob_base.ob_base,
    7583             :     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_9_names._object.ob_base.ob_base,
    7584             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    7585             :     .co_flags = 3,
    7586             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    7587             :     ._co_linearray_entry_size = 0,
    7588             :     .co_argcount = 1,
    7589             :     .co_posonlyargcount = 0,
    7590             :     .co_kwonlyargcount = 0,
    7591             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    7592             :     .co_stacksize = 3,
    7593             :     .co_firstlineno = 405,
    7594             :     .co_nlocalsplus = 1,
    7595             :     .co_nlocals = 1,
    7596             :     .co_nplaincellvars = 0,
    7597             :     .co_ncellvars = 0,
    7598             :     .co_nfreevars = 0,
    7599             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
    7600             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
    7601             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    7602             :     .co_name = &_Py_ID(parent),
    7603             :     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_9_qualname._ascii.ob_base,
    7604             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_9_linetable.ob_base.ob_base,
    7605             :     ._co_code = NULL,
    7606             :     ._co_linearray = NULL,
    7607             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x22\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    7608             :     ._co_firsttraceable = 0,
    7609             : };
    7610             : static
    7611             :     struct {
    7612             :         PyGC_Head _gc_head;
    7613             :         struct {
    7614             :             PyObject_VAR_HEAD
    7615             :             PyObject *ob_item[1];
    7616             :         }_object;
    7617             :     }
    7618             : importlib__bootstrap_toplevel_consts_23_consts_10_names = {
    7619             :     ._object = {
    7620             :         .ob_base = {
    7621             :             .ob_base = {
    7622             :                 .ob_refcnt = 999999999,
    7623             :                 .ob_type = &PyTuple_Type,
    7624             :             },
    7625             :             .ob_size = 1,
    7626             :         },
    7627             :         .ob_item = {
    7628             :             & const_str__set_fileattr._ascii.ob_base,
    7629             :         },
    7630             :     },
    7631             : };
    7632             : static
    7633             :     struct {
    7634             :         PyASCIIObject _ascii;
    7635             :         uint8_t _data[24];
    7636             :     }
    7637             : importlib__bootstrap_toplevel_consts_23_consts_10_qualname = {
    7638             :     ._ascii = {
    7639             :         .ob_base = {
    7640             :             .ob_refcnt = 999999999,
    7641             :             .ob_type = &PyUnicode_Type,
    7642             :         },
    7643             :         .length = 23,
    7644             :         .hash = -1,
    7645             :         .state = {
    7646             :             .kind = 1,
    7647             :             .compact = 1,
    7648             :             .ascii = 1,
    7649             :         },
    7650             :     },
    7651             :     ._data = "ModuleSpec.has_location",
    7652             : };
    7653             : static
    7654             :     struct {
    7655             :         PyObject_VAR_HEAD
    7656             :         Py_hash_t ob_shash;
    7657             :         char ob_sval[15];
    7658             :     }
    7659             : importlib__bootstrap_toplevel_consts_23_consts_10_linetable = {
    7660             :     .ob_base = {
    7661             :         .ob_base = {
    7662             :             .ob_refcnt = 999999999,
    7663             :             .ob_type = &PyBytes_Type,
    7664             :         },
    7665             :         .ob_size = 14,
    7666             :     },
    7667             :     .ob_shash = -1,
    7668             :     .ob_sval = "\x80\x00\xe0\x0f\x13\xd7\x0f\x21\xd1\x0f\x21\xd0\x08\x21",
    7669             : };
    7670             : static
    7671             :     struct _PyCode_DEF(26)
    7672             : importlib__bootstrap_toplevel_consts_23_consts_10 = {
    7673             :     .ob_base = {
    7674             :         .ob_base = {
    7675             :             .ob_refcnt = 999999999,
    7676             :             .ob_type = &PyCode_Type,
    7677             :         },
    7678             :         .ob_size = 13,
    7679             :     },
    7680             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    7681             :     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_10_names._object.ob_base.ob_base,
    7682             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    7683             :     .co_flags = 3,
    7684             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    7685             :     ._co_linearray_entry_size = 0,
    7686             :     .co_argcount = 1,
    7687             :     .co_posonlyargcount = 0,
    7688             :     .co_kwonlyargcount = 0,
    7689             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
    7690             :     .co_stacksize = 1,
    7691             :     .co_firstlineno = 413,
    7692             :     .co_nlocalsplus = 1,
    7693             :     .co_nlocals = 1,
    7694             :     .co_nplaincellvars = 0,
    7695             :     .co_ncellvars = 0,
    7696             :     .co_nfreevars = 0,
    7697             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
    7698             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
    7699             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    7700             :     .co_name = & const_str_has_location._ascii.ob_base,
    7701             :     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_10_qualname._ascii.ob_base,
    7702             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_10_linetable.ob_base.ob_base,
    7703             :     ._co_code = NULL,
    7704             :     ._co_linearray = NULL,
    7705             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    7706             :     ._co_firsttraceable = 0,
    7707             : };
    7708             : static
    7709             :     struct {
    7710             :         PyASCIIObject _ascii;
    7711             :         uint8_t _data[5];
    7712             :     }
    7713             : const_str_bool = {
    7714             :     ._ascii = {
    7715             :         .ob_base = {
    7716             :             .ob_refcnt = 999999999,
    7717             :             .ob_type = &PyUnicode_Type,
    7718             :         },
    7719             :         .length = 4,
    7720             :         .hash = -1,
    7721             :         .state = {
    7722             :             .kind = 1,
    7723             :             .compact = 1,
    7724             :             .ascii = 1,
    7725             :         },
    7726             :     },
    7727             :     ._data = "bool",
    7728             : };
    7729             : static
    7730             :     struct {
    7731             :         PyGC_Head _gc_head;
    7732             :         struct {
    7733             :             PyObject_VAR_HEAD
    7734             :             PyObject *ob_item[2];
    7735             :         }_object;
    7736             :     }
    7737             : importlib__bootstrap_toplevel_consts_23_consts_11_names = {
    7738             :     ._object = {
    7739             :         .ob_base = {
    7740             :             .ob_base = {
    7741             :                 .ob_refcnt = 999999999,
    7742             :                 .ob_type = &PyTuple_Type,
    7743             :             },
    7744             :             .ob_size = 2,
    7745             :         },
    7746             :         .ob_item = {
    7747             :             & const_str_bool._ascii.ob_base,
    7748             :             & const_str__set_fileattr._ascii.ob_base,
    7749             :         },
    7750             :     },
    7751             : };
    7752             : static
    7753             :     struct {
    7754             :         PyObject_VAR_HEAD
    7755             :         Py_hash_t ob_shash;
    7756             :         char ob_sval[21];
    7757             :     }
    7758             : importlib__bootstrap_toplevel_consts_23_consts_11_linetable = {
    7759             :     .ob_base = {
    7760             :         .ob_base = {
    7761             :             .ob_refcnt = 999999999,
    7762             :             .ob_type = &PyBytes_Type,
    7763             :         },
    7764             :         .ob_size = 20,
    7765             :     },
    7766             :     .ob_shash = -1,
    7767             :     .ob_sval = "\x80\x00\xe5\x1d\x21\xa0\x25\x9c\x5b\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
    7768             : };
    7769             : static
    7770             :     struct {
    7771             :         PyASCIIObject _ascii;
    7772             :         uint8_t _data[6];
    7773             :     }
    7774             : const_str_value = {
    7775             :     ._ascii = {
    7776             :         .ob_base = {
    7777             :             .ob_refcnt = 999999999,
    7778             :             .ob_type = &PyUnicode_Type,
    7779             :         },
    7780             :         .length = 5,
    7781             :         .hash = -1,
    7782             :         .state = {
    7783             :             .kind = 1,
    7784             :             .compact = 1,
    7785             :             .ascii = 1,
    7786             :         },
    7787             :     },
    7788             :     ._data = "value",
    7789             : };
    7790             : static
    7791             :     struct {
    7792             :         PyGC_Head _gc_head;
    7793             :         struct {
    7794             :             PyObject_VAR_HEAD
    7795             :             PyObject *ob_item[2];
    7796             :         }_object;
    7797             :     }
    7798             : importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames = {
    7799             :     ._object = {
    7800             :         .ob_base = {
    7801             :             .ob_base = {
    7802             :                 .ob_refcnt = 999999999,
    7803             :                 .ob_type = &PyTuple_Type,
    7804             :             },
    7805             :             .ob_size = 2,
    7806             :         },
    7807             :         .ob_item = {
    7808             :             & const_str_self._ascii.ob_base,
    7809             :             & const_str_value._ascii.ob_base,
    7810             :         },
    7811             :     },
    7812             : };
    7813             : static
    7814             :     struct _PyCode_DEF(42)
    7815             : importlib__bootstrap_toplevel_consts_23_consts_11 = {
    7816             :     .ob_base = {
    7817             :         .ob_base = {
    7818             :             .ob_refcnt = 999999999,
    7819             :             .ob_type = &PyCode_Type,
    7820             :         },
    7821             :         .ob_size = 21,
    7822             :     },
    7823             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
    7824             :     .co_names = & importlib__bootstrap_toplevel_consts_23_consts_11_names._object.ob_base.ob_base,
    7825             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    7826             :     .co_flags = 3,
    7827             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    7828             :     ._co_linearray_entry_size = 0,
    7829             :     .co_argcount = 2,
    7830             :     .co_posonlyargcount = 0,
    7831             :     .co_kwonlyargcount = 0,
    7832             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
    7833             :     .co_stacksize = 3,
    7834             :     .co_firstlineno = 417,
    7835             :     .co_nlocalsplus = 2,
    7836             :     .co_nlocals = 2,
    7837             :     .co_nplaincellvars = 0,
    7838             :     .co_ncellvars = 0,
    7839             :     .co_nfreevars = 0,
    7840             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
    7841             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    7842             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    7843             :     .co_name = & const_str_has_location._ascii.ob_base,
    7844             :     .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_10_qualname._ascii.ob_base,
    7845             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_11_linetable.ob_base.ob_base,
    7846             :     ._co_code = NULL,
    7847             :     ._co_linearray = NULL,
    7848             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
    7849             :     ._co_firsttraceable = 0,
    7850             : };
    7851             : static
    7852             :     struct {
    7853             :         PyGC_Head _gc_head;
    7854             :         struct {
    7855             :             PyObject_VAR_HEAD
    7856             :             PyObject *ob_item[12];
    7857             :         }_object;
    7858             :     }
    7859             : importlib__bootstrap_toplevel_consts_23_consts = {
    7860             :     ._object = {
    7861             :         .ob_base = {
    7862             :             .ob_base = {
    7863             :                 .ob_refcnt = 999999999,
    7864             :                 .ob_type = &PyTuple_Type,
    7865             :             },
    7866             :             .ob_size = 12,
    7867             :         },
    7868             :         .ob_item = {
    7869             :             & const_str_ModuleSpec._ascii.ob_base,
    7870             :             & importlib__bootstrap_toplevel_consts_23_consts_1._ascii.ob_base,
    7871             :             Py_None,
    7872             :             & importlib__bootstrap_toplevel_consts_23_consts_3._object.ob_base.ob_base,
    7873             :             & importlib__bootstrap_toplevel_consts_23_consts_4.ob_base.ob_base,
    7874             :             & importlib__bootstrap_toplevel_consts_23_consts_5.ob_base.ob_base,
    7875             :             & importlib__bootstrap_toplevel_consts_23_consts_6.ob_base.ob_base,
    7876             :             & importlib__bootstrap_toplevel_consts_23_consts_7.ob_base.ob_base,
    7877             :             & importlib__bootstrap_toplevel_consts_23_consts_8.ob_base.ob_base,
    7878             :             & importlib__bootstrap_toplevel_consts_23_consts_9.ob_base.ob_base,
    7879             :             & importlib__bootstrap_toplevel_consts_23_consts_10.ob_base.ob_base,
    7880             :             & importlib__bootstrap_toplevel_consts_23_consts_11.ob_base.ob_base,
    7881             :         },
    7882             :     },
    7883             : };
    7884             : static
    7885             :     struct {
    7886             :         PyASCIIObject _ascii;
    7887             :         uint8_t _data[9];
    7888             :     }
    7889             : const_str_property = {
    7890             :     ._ascii = {
    7891             :         .ob_base = {
    7892             :             .ob_refcnt = 999999999,
    7893             :             .ob_type = &PyUnicode_Type,
    7894             :         },
    7895             :         .length = 8,
    7896             :         .hash = -1,
    7897             :         .state = {
    7898             :             .kind = 1,
    7899             :             .compact = 1,
    7900             :             .ascii = 1,
    7901             :         },
    7902             :     },
    7903             :     ._data = "property",
    7904             : };
    7905             : static
    7906             :     struct {
    7907             :         PyASCIIObject _ascii;
    7908             :         uint8_t _data[7];
    7909             :     }
    7910             : const_str_setter = {
    7911             :     ._ascii = {
    7912             :         .ob_base = {
    7913             :             .ob_refcnt = 999999999,
    7914             :             .ob_type = &PyUnicode_Type,
    7915             :         },
    7916             :         .length = 6,
    7917             :         .hash = -1,
    7918             :         .state = {
    7919             :             .kind = 1,
    7920             :             .compact = 1,
    7921             :             .ascii = 1,
    7922             :         },
    7923             :     },
    7924             :     ._data = "setter",
    7925             : };
    7926             : static
    7927             :     struct {
    7928             :         PyGC_Head _gc_head;
    7929             :         struct {
    7930             :             PyObject_VAR_HEAD
    7931             :             PyObject *ob_item[12];
    7932             :         }_object;
    7933             :     }
    7934             : importlib__bootstrap_toplevel_consts_23_names = {
    7935             :     ._object = {
    7936             :         .ob_base = {
    7937             :             .ob_base = {
    7938             :                 .ob_refcnt = 999999999,
    7939             :                 .ob_type = &PyTuple_Type,
    7940             :             },
    7941             :             .ob_size = 12,
    7942             :         },
    7943             :         .ob_item = {
    7944             :             &_Py_ID(__name__),
    7945             :             &_Py_ID(__module__),
    7946             :             &_Py_ID(__qualname__),
    7947             :             &_Py_ID(__doc__),
    7948             :             &_Py_ID(__init__),
    7949             :             &_Py_ID(__repr__),
    7950             :             &_Py_ID(__eq__),
    7951             :             & const_str_property._ascii.ob_base,
    7952             :             & const_str_cached._ascii.ob_base,
    7953             :             & const_str_setter._ascii.ob_base,
    7954             :             &_Py_ID(parent),
    7955             :             & const_str_has_location._ascii.ob_base,
    7956             :         },
    7957             :     },
    7958             : };
    7959             : static
    7960             :     struct {
    7961             :         PyObject_VAR_HEAD
    7962             :         Py_hash_t ob_shash;
    7963             :         char ob_sval[235];
    7964             :     }
    7965             : importlib__bootstrap_toplevel_consts_23_linetable = {
    7966             :     .ob_base = {
    7967             :         .ob_base = {
    7968             :             .ob_refcnt = 999999999,
    7969             :             .ob_type = &PyBytes_Type,
    7970             :         },
    7971             :         .ob_size = 234,
    7972             :     },
    7973             :     .ob_shash = -1,
    7974             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x22\x05\x08\xf0\x00\x22\x05\x08\xf0\x48\x01\x00\x30\x34\xc0\x24\xd8\x1c\x20\xf0\x03\x0b\x05\x1c\xf0\x00\x0b\x05\x1c\xf0\x00\x0b\x05\x1c\xf0\x00\x0b\x05\x1c\xf0\x00\x0b\x05\x1c\xf0\x1a\x08\x05\x49\x01\xf0\x00\x08\x05\x49\x01\xf0\x00\x08\x05\x49\x01\xf0\x14\x0a\x05\x22\xf0\x00\x0a\x05\x22\xf0\x00\x0a\x05\x22\xf0\x18\x00\x06\x0e\xf0\x02\x06\x05\x1c\xf0\x00\x06\x05\x1c\xf4\x03\x00\x06\x0e\xf0\x02\x06\x05\x1c\xf0\x10\x00\x06\x0c\x87\x5d\x81\x5d\xf0\x02\x01\x05\x1e\xf0\x00\x01\x05\x1e\xf4\x03\x00\x06\x13\xf0\x02\x01\x05\x1e\xf0\x06\x00\x06\x0e\xf0\x02\x05\x05\x1d\xf0\x00\x05\x05\x1d\xf4\x03\x00\x06\x0e\xf0\x02\x05\x05\x1d\xf0\x0e\x00\x06\x0e\xf0\x02\x01\x05\x22\xf0\x00\x01\x05\x22\xf4\x03\x00\x06\x0e\xf0\x02\x01\x05\x22\xf0\x06\x00\x06\x12\xd7\x05\x18\xd1\x05\x18\xf0\x02\x01\x05\x29\xf0\x00\x01\x05\x29\xf4\x03\x00\x06\x19\xf0\x02\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29",
    7975             : };
    7976             : static
    7977             :     struct _PyCode_DEF(176)
    7978             : importlib__bootstrap_toplevel_consts_23 = {
    7979             :     .ob_base = {
    7980             :         .ob_base = {
    7981             :             .ob_refcnt = 999999999,
    7982             :             .ob_type = &PyCode_Type,
    7983             :         },
    7984             :         .ob_size = 88,
    7985             :     },
    7986             :     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts._object.ob_base.ob_base,
    7987             :     .co_names = & importlib__bootstrap_toplevel_consts_23_names._object.ob_base.ob_base,
    7988             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    7989             :     .co_flags = 0,
    7990             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    7991             :     ._co_linearray_entry_size = 0,
    7992             :     .co_argcount = 0,
    7993             :     .co_posonlyargcount = 0,
    7994             :     .co_kwonlyargcount = 0,
    7995             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
    7996             :     .co_stacksize = 4,
    7997             :     .co_firstlineno = 320,
    7998             :     .co_nlocalsplus = 0,
    7999             :     .co_nlocals = 0,
    8000             :     .co_nplaincellvars = 0,
    8001             :     .co_ncellvars = 0,
    8002             :     .co_nfreevars = 0,
    8003             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
    8004             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
    8005             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    8006             :     .co_name = & const_str_ModuleSpec._ascii.ob_base,
    8007             :     .co_qualname = & const_str_ModuleSpec._ascii.ob_base,
    8008             :     .co_linetable = & importlib__bootstrap_toplevel_consts_23_linetable.ob_base.ob_base,
    8009             :     ._co_code = NULL,
    8010             :     ._co_linearray = NULL,
    8011             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x64\x02\x64\x02\x64\x03\x9c\x03\x64\x04\x84\x02\x5a\x04\x64\x05\x84\x00\x5a\x05\x64\x06\x84\x00\x5a\x06\x65\x07\x64\x07\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x08\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x09\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x0b\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x64\x02\x53\x00",
    8012             :     ._co_firsttraceable = 0,
    8013             : };
    8014             : static
    8015             :     struct {
    8016             :         PyGC_Head _gc_head;
    8017             :         struct {
    8018             :             PyObject_VAR_HEAD
    8019             :             PyObject *ob_item[2];
    8020             :         }_object;
    8021             :     }
    8022             : importlib__bootstrap_toplevel_consts_25 = {
    8023             :     ._object = {
    8024             :         .ob_base = {
    8025             :             .ob_base = {
    8026             :                 .ob_refcnt = 999999999,
    8027             :                 .ob_type = &PyTuple_Type,
    8028             :             },
    8029             :             .ob_size = 2,
    8030             :         },
    8031             :         .ob_item = {
    8032             :             & const_str_origin._ascii.ob_base,
    8033             :             & const_str_is_package._ascii.ob_base,
    8034             :         },
    8035             :     },
    8036             : };
    8037             : static
    8038             :     struct {
    8039             :         PyASCIIObject _ascii;
    8040             :         uint8_t _data[54];
    8041             :     }
    8042             : importlib__bootstrap_toplevel_consts_26_consts_0 = {
    8043             :     ._ascii = {
    8044             :         .ob_base = {
    8045             :             .ob_refcnt = 999999999,
    8046             :             .ob_type = &PyUnicode_Type,
    8047             :         },
    8048             :         .length = 53,
    8049             :         .hash = -1,
    8050             :         .state = {
    8051             :             .kind = 1,
    8052             :             .compact = 1,
    8053             :             .ascii = 1,
    8054             :         },
    8055             :     },
    8056             :     ._data = "Return a module spec based on various loader methods.",
    8057             : };
    8058             : static
    8059             :     struct {
    8060             :         PyASCIIObject _ascii;
    8061             :         uint8_t _data[8];
    8062             :     }
    8063             : const_str__ORIGIN = {
    8064             :     ._ascii = {
    8065             :         .ob_base = {
    8066             :             .ob_refcnt = 999999999,
    8067             :             .ob_type = &PyUnicode_Type,
    8068             :         },
    8069             :         .length = 7,
    8070             :         .hash = -1,
    8071             :         .state = {
    8072             :             .kind = 1,
    8073             :             .compact = 1,
    8074             :             .ascii = 1,
    8075             :         },
    8076             :     },
    8077             :     ._data = "_ORIGIN",
    8078             : };
    8079             : static
    8080             :     struct {
    8081             :         PyASCIIObject _ascii;
    8082             :         uint8_t _data[13];
    8083             :     }
    8084             : const_str_get_filename = {
    8085             :     ._ascii = {
    8086             :         .ob_base = {
    8087             :             .ob_refcnt = 999999999,
    8088             :             .ob_type = &PyUnicode_Type,
    8089             :         },
    8090             :         .length = 12,
    8091             :         .hash = -1,
    8092             :         .state = {
    8093             :             .kind = 1,
    8094             :             .compact = 1,
    8095             :             .ascii = 1,
    8096             :         },
    8097             :     },
    8098             :     ._data = "get_filename",
    8099             : };
    8100             : static
    8101             :     struct {
    8102             :         PyGC_Head _gc_head;
    8103             :         struct {
    8104             :             PyObject_VAR_HEAD
    8105             :             PyObject *ob_item[1];
    8106             :         }_object;
    8107             :     }
    8108             : importlib__bootstrap_toplevel_consts_26_consts_4 = {
    8109             :     ._object = {
    8110             :         .ob_base = {
    8111             :             .ob_base = {
    8112             :                 .ob_refcnt = 999999999,
    8113             :                 .ob_type = &PyTuple_Type,
    8114             :             },
    8115             :             .ob_size = 1,
    8116             :         },
    8117             :         .ob_item = {
    8118             :             & const_str_loader._ascii.ob_base,
    8119             :         },
    8120             :     },
    8121             : };
    8122             : static
    8123             :     struct {
    8124             :         PyGC_Head _gc_head;
    8125             :         struct {
    8126             :             PyObject_VAR_HEAD
    8127             :             PyObject *ob_item[2];
    8128             :         }_object;
    8129             :     }
    8130             : importlib__bootstrap_toplevel_consts_26_consts_5 = {
    8131             :     ._object = {
    8132             :         .ob_base = {
    8133             :             .ob_base = {
    8134             :                 .ob_refcnt = 999999999,
    8135             :                 .ob_type = &PyTuple_Type,
    8136             :             },
    8137             :             .ob_size = 2,
    8138             :         },
    8139             :         .ob_item = {
    8140             :             & const_str_loader._ascii.ob_base,
    8141             :             & const_str_submodule_search_locations._ascii.ob_base,
    8142             :         },
    8143             :     },
    8144             : };
    8145             : static
    8146             :     struct {
    8147             :         PyGC_Head _gc_head;
    8148             :         struct {
    8149             :             PyObject_VAR_HEAD
    8150             :             PyObject *ob_item[9];
    8151             :         }_object;
    8152             :     }
    8153             : importlib__bootstrap_toplevel_consts_26_consts = {
    8154             :     ._object = {
    8155             :         .ob_base = {
    8156             :             .ob_base = {
    8157             :                 .ob_refcnt = 999999999,
    8158             :                 .ob_type = &PyTuple_Type,
    8159             :             },
    8160             :             .ob_size = 9,
    8161             :         },
    8162             :         .ob_item = {
    8163             :             & importlib__bootstrap_toplevel_consts_26_consts_0._ascii.ob_base,
    8164             :             Py_None,
    8165             :             & const_str__ORIGIN._ascii.ob_base,
    8166             :             & const_str_get_filename._ascii.ob_base,
    8167             :             & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
    8168             :             & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
    8169             :             & const_str_is_package._ascii.ob_base,
    8170             :             Py_False,
    8171             :             & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
    8172             :         },
    8173             :     },
    8174             : };
    8175             : static
    8176             :     struct {
    8177             :         PyASCIIObject _ascii;
    8178             :         uint8_t _data[24];
    8179             :     }
    8180             : const_str_spec_from_file_location = {
    8181             :     ._ascii = {
    8182             :         .ob_base = {
    8183             :             .ob_refcnt = 999999999,
    8184             :             .ob_type = &PyUnicode_Type,
    8185             :         },
    8186             :         .length = 23,
    8187             :         .hash = -1,
    8188             :         .state = {
    8189             :             .kind = 1,
    8190             :             .compact = 1,
    8191             :             .ascii = 1,
    8192             :         },
    8193             :     },
    8194             :     ._data = "spec_from_file_location",
    8195             : };
    8196             : static
    8197             :     struct {
    8198             :         PyGC_Head _gc_head;
    8199             :         struct {
    8200             :             PyObject_VAR_HEAD
    8201             :             PyObject *ob_item[8];
    8202             :         }_object;
    8203             :     }
    8204             : importlib__bootstrap_toplevel_consts_26_names = {
    8205             :     ._object = {
    8206             :         .ob_base = {
    8207             :             .ob_base = {
    8208             :                 .ob_refcnt = 999999999,
    8209             :                 .ob_type = &PyTuple_Type,
    8210             :             },
    8211             :             .ob_size = 8,
    8212             :         },
    8213             :         .ob_item = {
    8214             :             &_Py_ID(getattr),
    8215             :             & const_str_hasattr._ascii.ob_base,
    8216             :             & const_str__bootstrap_external._ascii.ob_base,
    8217             :             & const_str_NotImplementedError._ascii.ob_base,
    8218             :             & const_str_spec_from_file_location._ascii.ob_base,
    8219             :             & const_str_is_package._ascii.ob_base,
    8220             :             & const_str_ImportError._ascii.ob_base,
    8221             :             & const_str_ModuleSpec._ascii.ob_base,
    8222             :         },
    8223             :     },
    8224             : };
    8225             : static
    8226             :     struct {
    8227             :         PyObject_VAR_HEAD
    8228             :         Py_hash_t ob_shash;
    8229             :         char ob_sval[261];
    8230             :     }
    8231             : importlib__bootstrap_toplevel_consts_26_linetable = {
    8232             :     .ob_base = {
    8233             :         .ob_base = {
    8234             :             .ob_refcnt = 999999999,
    8235             :             .ob_type = &PyBytes_Type,
    8236             :         },
    8237             :         .ob_size = 260,
    8238             :     },
    8239             :     .ob_shash = -1,
    8240             :     .ob_sval = "\x80\x00\xe0\x07\x0d\xf0\x00\x01\x05\x32\xdd\x11\x18\x98\x16\xa0\x19\xa8\x44\xd4\x11\x31\x88\x06\xe0\x0b\x11\xf0\x00\x09\x05\x4a\x01\x95\x67\x98\x66\xa0\x6e\xd4\x16\x35\xf0\x00\x09\x05\x4a\x01\xdd\x0b\x1e\xf0\x00\x01\x09\x26\xdd\x12\x25\xd0\x0c\x25\xdd\x22\x35\xd7\x22\x4d\xd1\x22\x4d\xd0\x08\x1f\xe0\x0b\x15\xf0\x00\x01\x09\x40\x01\xd8\x13\x2a\xd0\x13\x2a\xa8\x34\xb8\x06\xd0\x13\x3f\xd4\x13\x3f\xd0\x0c\x3f\xd8\x17\x21\xd0\x11\x2b\x90\x12\x90\x12\xa0\x74\x88\x06\xd8\x0f\x26\xd0\x0f\x26\xa0\x74\xb0\x46\xd8\x42\x48\xf0\x03\x01\x10\x4a\x01\xf4\x00\x01\x10\x4a\x01\xf0\x00\x01\x09\x4a\x01\xf0\x06\x00\x08\x12\xf0\x00\x08\x05\x1f\xdd\x0b\x12\x90\x36\x98\x3c\xd4\x0b\x28\xf0\x00\x07\x09\x1f\xf0\x02\x03\x0d\x22\xd8\x1d\x23\xd7\x1d\x2e\xd1\x1d\x2e\xa8\x74\xd4\x1d\x34\x90\x0a\x90\x0a\xf0\x0a\x00\x1a\x1f\x88\x4a\xe5\x0b\x15\x90\x64\x98\x46\xa8\x36\xb8\x6a\xd0\x0b\x49\xd4\x0b\x49\xd0\x04\x49\xf8\xf5\x0d\x00\x14\x1f\xf0\x00\x01\x0d\x22\xf0\x00\x01\x0d\x22\xf0\x00\x01\x0d\x22\xd8\x1d\x21\x90\x0a\x90\x0a\x90\x0a\xf0\x03\x01\x0d\x22\xf8\xf8\xf8",
    8241             : };
    8242             : static
    8243             :     struct {
    8244             :         PyObject_VAR_HEAD
    8245             :         Py_hash_t ob_shash;
    8246             :         char ob_sval[19];
    8247             :     }
    8248             : importlib__bootstrap_toplevel_consts_26_exceptiontable = {
    8249             :     .ob_base = {
    8250             :         .ob_base = {
    8251             :             .ob_refcnt = 999999999,
    8252             :             .ob_type = &PyBytes_Type,
    8253             :         },
    8254             :         .ob_size = 18,
    8255             :     },
    8256             :     .ob_shash = -1,
    8257             :     .ob_sval = "\xc1\x31\x12\x42\x17\x00\xc2\x17\x0c\x42\x26\x03\xc2\x25\x01\x42\x26\x03",
    8258             : };
    8259             : static
    8260             :     struct {
    8261             :         PyASCIIObject _ascii;
    8262             :         uint8_t _data[7];
    8263             :     }
    8264             : const_str_search = {
    8265             :     ._ascii = {
    8266             :         .ob_base = {
    8267             :             .ob_refcnt = 999999999,
    8268             :             .ob_type = &PyUnicode_Type,
    8269             :         },
    8270             :         .length = 6,
    8271             :         .hash = -1,
    8272             :         .state = {
    8273             :             .kind = 1,
    8274             :             .compact = 1,
    8275             :             .ascii = 1,
    8276             :         },
    8277             :     },
    8278             :     ._data = "search",
    8279             : };
    8280             : static
    8281             :     struct {
    8282             :         PyGC_Head _gc_head;
    8283             :         struct {
    8284             :             PyObject_VAR_HEAD
    8285             :             PyObject *ob_item[6];
    8286             :         }_object;
    8287             :     }
    8288             : importlib__bootstrap_toplevel_consts_26_localsplusnames = {
    8289             :     ._object = {
    8290             :         .ob_base = {
    8291             :             .ob_base = {
    8292             :                 .ob_refcnt = 999999999,
    8293             :                 .ob_type = &PyTuple_Type,
    8294             :             },
    8295             :             .ob_size = 6,
    8296             :         },
    8297             :         .ob_item = {
    8298             :             &_Py_ID(name),
    8299             :             & const_str_loader._ascii.ob_base,
    8300             :             & const_str_origin._ascii.ob_base,
    8301             :             & const_str_is_package._ascii.ob_base,
    8302             :             & const_str_spec_from_file_location._ascii.ob_base,
    8303             :             & const_str_search._ascii.ob_base,
    8304             :         },
    8305             :     },
    8306             : };
    8307             : static
    8308             :     struct _PyCode_DEF(338)
    8309             : importlib__bootstrap_toplevel_consts_26 = {
    8310             :     .ob_base = {
    8311             :         .ob_base = {
    8312             :             .ob_refcnt = 999999999,
    8313             :             .ob_type = &PyCode_Type,
    8314             :         },
    8315             :         .ob_size = 169,
    8316             :     },
    8317             :     .co_consts = & importlib__bootstrap_toplevel_consts_26_consts._object.ob_base.ob_base,
    8318             :     .co_names = & importlib__bootstrap_toplevel_consts_26_names._object.ob_base.ob_base,
    8319             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_26_exceptiontable.ob_base.ob_base,
    8320             :     .co_flags = 3,
    8321             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    8322             :     ._co_linearray_entry_size = 0,
    8323             :     .co_argcount = 2,
    8324             :     .co_posonlyargcount = 0,
    8325             :     .co_kwonlyargcount = 2,
    8326             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
    8327             :     .co_stacksize = 6,
    8328             :     .co_firstlineno = 422,
    8329             :     .co_nlocalsplus = 6,
    8330             :     .co_nlocals = 6,
    8331             :     .co_nplaincellvars = 0,
    8332             :     .co_ncellvars = 0,
    8333             :     .co_nfreevars = 0,
    8334             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
    8335             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
    8336             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    8337             :     .co_name = & const_str_spec_from_loader._ascii.ob_base,
    8338             :     .co_qualname = & const_str_spec_from_loader._ascii.ob_base,
    8339             :     .co_linetable = & importlib__bootstrap_toplevel_consts_26_linetable.ob_base.ob_base,
    8340             :     ._co_code = NULL,
    8341             :     ._co_linearray = NULL,
    8342             :     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x73\x4c\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3e\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x07\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x80\x0b\x02\x00\x7c\x04\x7c\x00\x7c\x01\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x03\x72\x02\x67\x00\x6e\x01\x64\x01\x7d\x05\x02\x00\x7c\x04\x7c\x00\x7c\x01\x7c\x05\xac\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x03\x80\x24\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x09\x00\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x02\x64\x07\x7d\x03\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\xac\x08\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x01\x7d\x03\x59\x00\x8c\x1f\x77\x00\x78\x03\x59\x00\x77\x01",
    8343             :     ._co_firsttraceable = 0,
    8344             : };
    8345             : static
    8346             :     struct {
    8347             :         PyGC_Head _gc_head;
    8348             :         struct {
    8349             :             PyObject_VAR_HEAD
    8350             :             PyObject *ob_item[1];
    8351             :         }_object;
    8352             :     }
    8353             : importlib__bootstrap_toplevel_consts_27_consts_2 = {
    8354             :     ._object = {
    8355             :         .ob_base = {
    8356             :             .ob_base = {
    8357             :                 .ob_refcnt = 999999999,
    8358             :                 .ob_type = &PyTuple_Type,
    8359             :             },
    8360             :             .ob_size = 1,
    8361             :         },
    8362             :         .ob_item = {
    8363             :             & const_str_origin._ascii.ob_base,
    8364             :         },
    8365             :     },
    8366             : };
    8367             : static
    8368             :     struct {
    8369             :         PyGC_Head _gc_head;
    8370             :         struct {
    8371             :             PyObject_VAR_HEAD
    8372             :             PyObject *ob_item[4];
    8373             :         }_object;
    8374             :     }
    8375             : importlib__bootstrap_toplevel_consts_27_consts = {
    8376             :     ._object = {
    8377             :         .ob_base = {
    8378             :             .ob_base = {
    8379             :                 .ob_refcnt = 999999999,
    8380             :                 .ob_type = &PyTuple_Type,
    8381             :             },
    8382             :             .ob_size = 4,
    8383             :         },
    8384             :         .ob_item = {
    8385             :             Py_None,
    8386             :             & const_str__ORIGIN._ascii.ob_base,
    8387             :             & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
    8388             :             Py_False,
    8389             :         },
    8390             :     },
    8391             : };
    8392             : static
    8393             :     struct {
    8394             :         PyASCIIObject _ascii;
    8395             :         uint8_t _data[11];
    8396             :     }
    8397             : const_str___cached__ = {
    8398             :     ._ascii = {
    8399             :         .ob_base = {
    8400             :             .ob_refcnt = 999999999,
    8401             :             .ob_type = &PyUnicode_Type,
    8402             :         },
    8403             :         .length = 10,
    8404             :         .hash = -1,
    8405             :         .state = {
    8406             :             .kind = 1,
    8407             :             .compact = 1,
    8408             :             .ascii = 1,
    8409             :         },
    8410             :     },
    8411             :     ._data = "__cached__",
    8412             : };
    8413             : static
    8414             :     struct {
    8415             :         PyASCIIObject _ascii;
    8416             :         uint8_t _data[5];
    8417             :     }
    8418             : const_str_list = {
    8419             :     ._ascii = {
    8420             :         .ob_base = {
    8421             :             .ob_refcnt = 999999999,
    8422             :             .ob_type = &PyUnicode_Type,
    8423             :         },
    8424             :         .length = 4,
    8425             :         .hash = -1,
    8426             :         .state = {
    8427             :             .kind = 1,
    8428             :             .compact = 1,
    8429             :             .ascii = 1,
    8430             :         },
    8431             :     },
    8432             :     ._data = "list",
    8433             : };
    8434             : static
    8435             :     struct {
    8436             :         PyGC_Head _gc_head;
    8437             :         struct {
    8438             :             PyObject_VAR_HEAD
    8439             :             PyObject *ob_item[13];
    8440             :         }_object;
    8441             :     }
    8442             : importlib__bootstrap_toplevel_consts_27_names = {
    8443             :     ._object = {
    8444             :         .ob_base = {
    8445             :             .ob_base = {
    8446             :                 .ob_refcnt = 999999999,
    8447             :                 .ob_type = &PyTuple_Type,
    8448             :             },
    8449             :             .ob_size = 13,
    8450             :         },
    8451             :         .ob_item = {
    8452             :             &_Py_ID(__spec__),
    8453             :             & const_str_AttributeError._ascii.ob_base,
    8454             :             &_Py_ID(__name__),
    8455             :             &_Py_ID(__loader__),
    8456             :             &_Py_ID(__file__),
    8457             :             &_Py_ID(getattr),
    8458             :             & const_str___cached__._ascii.ob_base,
    8459             :             & const_str_list._ascii.ob_base,
    8460             :             &_Py_ID(__path__),
    8461             :             & const_str_ModuleSpec._ascii.ob_base,
    8462             :             & const_str__set_fileattr._ascii.ob_base,
    8463             :             & const_str_cached._ascii.ob_base,
    8464             :             & const_str_submodule_search_locations._ascii.ob_base,
    8465             :         },
    8466             :     },
    8467             : };
    8468             : static
    8469             :     struct {
    8470             :         PyASCIIObject _ascii;
    8471             :         uint8_t _data[18];
    8472             :     }
    8473             : const_str__spec_from_module = {
    8474             :     ._ascii = {
    8475             :         .ob_base = {
    8476             :             .ob_refcnt = 999999999,
    8477             :             .ob_type = &PyUnicode_Type,
    8478             :         },
    8479             :         .length = 17,
    8480             :         .hash = -1,
    8481             :         .state = {
    8482             :             .kind = 1,
    8483             :             .compact = 1,
    8484             :             .ascii = 1,
    8485             :         },
    8486             :     },
    8487             :     ._data = "_spec_from_module",
    8488             : };
    8489             : static
    8490             :     struct {
    8491             :         PyObject_VAR_HEAD
    8492             :         Py_hash_t ob_shash;
    8493             :         char ob_sval[414];
    8494             :     }
    8495             : importlib__bootstrap_toplevel_consts_27_linetable = {
    8496             :     .ob_base = {
    8497             :         .ob_base = {
    8498             :             .ob_refcnt = 999999999,
    8499             :             .ob_type = &PyBytes_Type,
    8500             :         },
    8501             :         .ob_size = 413,
    8502             :     },
    8503             :     .ob_shash = -1,
    8504             :     .ob_sval = "\x80\x00\xf0\x04\x06\x05\x18\xd8\x0f\x15\x8f\x7f\x89\x7f\x88\x04\xf0\x08\x00\x0c\x10\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xe0\x0b\x11\x8f\x3f\x89\x3f\x80\x44\xd8\x07\x0d\xf0\x00\x05\x05\x11\xf0\x02\x04\x09\x11\xd8\x15\x1b\xd7\x15\x26\xd1\x15\x26\x88\x46\xf0\x08\x03\x05\x18\xd8\x13\x19\x97\x3f\x91\x3f\x88\x08\xf0\x06\x00\x08\x0e\xf0\x00\x04\x05\x1e\xd8\x0b\x11\xf0\x00\x01\x09\x36\xdd\x15\x1c\x98\x56\xa0\x59\xb0\x04\xd4\x15\x35\x88\x46\xd8\x0f\x15\xf0\x00\x01\x09\x1e\x98\x28\xf0\x00\x01\x09\x1e\xd8\x15\x1d\x88\x46\xf0\x02\x03\x05\x16\xd8\x11\x17\xd7\x11\x22\xd1\x11\x22\x88\x06\xf0\x06\x03\x05\x2a\xdd\x25\x29\xa8\x26\xaf\x2f\xa9\x2f\xd4\x25\x3a\xd0\x08\x22\xf5\x08\x00\x0c\x16\x90\x64\x98\x46\xa8\x36\xd0\x0b\x32\xd4\x0b\x32\x80\x44\xd8\x22\x2a\xd0\x19\x4c\x98\x15\x98\x15\xb8\x16\xc0\x38\xd2\x39\x4b\x80\x44\xd4\x04\x16\xd8\x12\x18\x80\x44\x84\x4b\xd8\x26\x40\x80\x44\xd4\x04\x23\xd8\x0b\x0f\x80\x4b\xf8\xf5\x47\x01\x00\x0c\x1a\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x88\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf5\x14\x00\x10\x1e\xf0\x00\x02\x09\x11\xf0\x00\x02\x09\x11\xf0\x00\x02\x09\x11\xe0\x0c\x10\x88\x44\xf0\x05\x02\x09\x11\xf8\xf8\xf8\xf8\xf5\x0a\x00\x0c\x1a\xf0\x00\x01\x05\x18\xf0\x00\x01\x05\x18\xf0\x00\x01\x05\x18\xd8\x13\x17\x88\x08\x88\x08\x88\x08\xf0\x03\x01\x05\x18\xf8\xf8\xf8\xf8\xf5\x12\x00\x0c\x1a\xf0\x00\x01\x05\x16\xf0\x00\x01\x05\x16\xf0\x00\x01\x05\x16\xd8\x11\x15\x88\x06\x88\x06\x88\x06\xf0\x03\x01\x05\x16\xf8\xf8\xf8\xf8\xf5\x08\x00\x0c\x1a\xf0\x00\x01\x05\x2a\xf0\x00\x01\x05\x2a\xf0\x00\x01\x05\x2a\xd8\x25\x29\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22\xf0\x03\x01\x05\x2a\xf8\xf8\xf8",
    8505             : };
    8506             : static
    8507             :     struct {
    8508             :         PyObject_VAR_HEAD
    8509             :         Py_hash_t ob_shash;
    8510             :         char ob_sval[88];
    8511             :     }
    8512             : importlib__bootstrap_toplevel_consts_27_exceptiontable = {
    8513             :     .ob_base = {
    8514             :         .ob_base = {
    8515             :             .ob_refcnt = 999999999,
    8516             :             .ob_type = &PyBytes_Type,
    8517             :         },
    8518             :         .ob_size = 87,
    8519             :     },
    8520             :     .ob_shash = -1,
    8521             :     .ob_sval = "\x82\x0c\x42\x27\x00\xa1\x0c\x42\x37\x00\xae\x0c\x43\x07\x00\xc1\x14\x0c\x43\x19\x00\xc1\x21\x17\x43\x2b\x00\xc2\x27\x0a\x42\x34\x03\xc2\x33\x01\x42\x34\x03\xc2\x37\x0a\x43\x04\x03\xc3\x03\x01\x43\x04\x03\xc3\x07\x0c\x43\x16\x03\xc3\x15\x01\x43\x16\x03\xc3\x19\x0c\x43\x28\x03\xc3\x27\x01\x43\x28\x03\xc3\x2b\x0c\x43\x3a\x03\xc3\x39\x01\x43\x3a\x03",
    8522             : };
    8523             : static
    8524             :     struct {
    8525             :         PyASCIIObject _ascii;
    8526             :         uint8_t _data[9];
    8527             :     }
    8528             : const_str_location = {
    8529             :     ._ascii = {
    8530             :         .ob_base = {
    8531             :             .ob_refcnt = 999999999,
    8532             :             .ob_type = &PyUnicode_Type,
    8533             :         },
    8534             :         .length = 8,
    8535             :         .hash = -1,
    8536             :         .state = {
    8537             :             .kind = 1,
    8538             :             .compact = 1,
    8539             :             .ascii = 1,
    8540             :         },
    8541             :     },
    8542             :     ._data = "location",
    8543             : };
    8544             : static
    8545             :     struct {
    8546             :         PyGC_Head _gc_head;
    8547             :         struct {
    8548             :             PyObject_VAR_HEAD
    8549             :             PyObject *ob_item[8];
    8550             :         }_object;
    8551             :     }
    8552             : importlib__bootstrap_toplevel_consts_27_localsplusnames = {
    8553             :     ._object = {
    8554             :         .ob_base = {
    8555             :             .ob_base = {
    8556             :                 .ob_refcnt = 999999999,
    8557             :                 .ob_type = &PyTuple_Type,
    8558             :             },
    8559             :             .ob_size = 8,
    8560             :         },
    8561             :         .ob_item = {
    8562             :             & const_str_module._ascii.ob_base,
    8563             :             & const_str_loader._ascii.ob_base,
    8564             :             & const_str_origin._ascii.ob_base,
    8565             :             & const_str_spec._ascii.ob_base,
    8566             :             &_Py_ID(name),
    8567             :             & const_str_location._ascii.ob_base,
    8568             :             & const_str_cached._ascii.ob_base,
    8569             :             & const_str_submodule_search_locations._ascii.ob_base,
    8570             :         },
    8571             :     },
    8572             : };
    8573             : static
    8574             :     struct {
    8575             :         PyObject_VAR_HEAD
    8576             :         Py_hash_t ob_shash;
    8577             :         char ob_sval[9];
    8578             :     }
    8579             : importlib__bootstrap_toplevel_consts_27_localspluskinds = {
    8580             :     .ob_base = {
    8581             :         .ob_base = {
    8582             :             .ob_refcnt = 999999999,
    8583             :             .ob_type = &PyBytes_Type,
    8584             :         },
    8585             :         .ob_size = 8,
    8586             :     },
    8587             :     .ob_shash = -1,
    8588             :     .ob_sval = "        ",
    8589             : };
    8590             : static
    8591             :     struct _PyCode_DEF(506)
    8592             : importlib__bootstrap_toplevel_consts_27 = {
    8593             :     .ob_base = {
    8594             :         .ob_base = {
    8595             :             .ob_refcnt = 999999999,
    8596             :             .ob_type = &PyCode_Type,
    8597             :         },
    8598             :         .ob_size = 253,
    8599             :     },
    8600             :     .co_consts = & importlib__bootstrap_toplevel_consts_27_consts._object.ob_base.ob_base,
    8601             :     .co_names = & importlib__bootstrap_toplevel_consts_27_names._object.ob_base.ob_base,
    8602             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_27_exceptiontable.ob_base.ob_base,
    8603             :     .co_flags = 3,
    8604             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    8605             :     ._co_linearray_entry_size = 0,
    8606             :     .co_argcount = 3,
    8607             :     .co_posonlyargcount = 0,
    8608             :     .co_kwonlyargcount = 0,
    8609             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
    8610             :     .co_stacksize = 5,
    8611             :     .co_firstlineno = 451,
    8612             :     .co_nlocalsplus = 8,
    8613             :     .co_nlocals = 8,
    8614             :     .co_nplaincellvars = 0,
    8615             :     .co_ncellvars = 0,
    8616             :     .co_nfreevars = 0,
    8617             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
    8618             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
    8619             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    8620             :     .co_name = & const_str__spec_from_module._ascii.ob_base,
    8621             :     .co_qualname = & const_str__spec_from_module._ascii.ob_base,
    8622             :     .co_linetable = & importlib__bootstrap_toplevel_consts_27_linetable.ob_base.ob_base,
    8623             :     ._co_code = NULL,
    8624             :     ._co_linearray = NULL,
    8625             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x02\x7c\x03\x53\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x01\x80\x0d\x09\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x02\x80\x17\x7c\x01\x81\x0f\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x73\x04\x7c\x05\x81\x02\x7c\x05\x7d\x02\x09\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x01\x7c\x02\xac\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x05\x80\x02\x64\x03\x6e\x05\x7c\x02\x7c\x05\x6b\x02\x00\x00\x00\x00\x7c\x03\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x03\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x03\x5f\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xa1\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x96\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x00\x7d\x05\x59\x00\x8c\x9b\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x00\x7d\x06\x59\x00\x8c\x87\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x00\x7d\x07\x59\x00\x8c\x81\x77\x00\x78\x03\x59\x00\x77\x01",
    8626             :     ._co_firsttraceable = 0,
    8627             : };
    8628             : static
    8629             :     struct {
    8630             :         PyASCIIObject _ascii;
    8631             :         uint8_t _data[9];
    8632             :     }
    8633             : const_str_override = {
    8634             :     ._ascii = {
    8635             :         .ob_base = {
    8636             :             .ob_refcnt = 999999999,
    8637             :             .ob_type = &PyUnicode_Type,
    8638             :         },
    8639             :         .length = 8,
    8640             :         .hash = -1,
    8641             :         .state = {
    8642             :             .kind = 1,
    8643             :             .compact = 1,
    8644             :             .ascii = 1,
    8645             :         },
    8646             :     },
    8647             :     ._data = "override",
    8648             : };
    8649             : static
    8650             :     struct {
    8651             :         PyGC_Head _gc_head;
    8652             :         struct {
    8653             :             PyObject_VAR_HEAD
    8654             :             PyObject *ob_item[1];
    8655             :         }_object;
    8656             :     }
    8657             : importlib__bootstrap_toplevel_consts_29 = {
    8658             :     ._object = {
    8659             :         .ob_base = {
    8660             :             .ob_base = {
    8661             :                 .ob_refcnt = 999999999,
    8662             :                 .ob_type = &PyTuple_Type,
    8663             :             },
    8664             :             .ob_size = 1,
    8665             :         },
    8666             :         .ob_item = {
    8667             :             & const_str_override._ascii.ob_base,
    8668             :         },
    8669             :     },
    8670             : };
    8671             : static
    8672             :     struct {
    8673             :         PyGC_Head _gc_head;
    8674             :         struct {
    8675             :             PyObject_VAR_HEAD
    8676             :             PyObject *ob_item[7];
    8677             :         }_object;
    8678             :     }
    8679             : importlib__bootstrap_toplevel_consts_30_consts = {
    8680             :     ._object = {
    8681             :         .ob_base = {
    8682             :             .ob_base = {
    8683             :                 .ob_refcnt = 999999999,
    8684             :                 .ob_type = &PyTuple_Type,
    8685             :             },
    8686             :             .ob_size = 7,
    8687             :         },
    8688             :         .ob_item = {
    8689             :             Py_None,
    8690             :             &_Py_ID(__name__),
    8691             :             &_Py_ID(__loader__),
    8692             :             &_Py_ID(__package__),
    8693             :             &_Py_ID(__path__),
    8694             :             &_Py_ID(__file__),
    8695             :             & const_str___cached__._ascii.ob_base,
    8696             :         },
    8697             :     },
    8698             : };
    8699             : static
    8700             :     struct {
    8701             :         PyASCIIObject _ascii;
    8702             :         uint8_t _data[16];
    8703             :     }
    8704             : const_str_NamespaceLoader = {
    8705             :     ._ascii = {
    8706             :         .ob_base = {
    8707             :             .ob_refcnt = 999999999,
    8708             :             .ob_type = &PyUnicode_Type,
    8709             :         },
    8710             :         .length = 15,
    8711             :         .hash = -1,
    8712             :         .state = {
    8713             :             .kind = 1,
    8714             :             .compact = 1,
    8715             :             .ascii = 1,
    8716             :         },
    8717             :     },
    8718             :     ._data = "NamespaceLoader",
    8719             : };
    8720             : static
    8721             :     struct {
    8722             :         PyASCIIObject _ascii;
    8723             :         uint8_t _data[6];
    8724             :     }
    8725             : const_str__path = {
    8726             :     ._ascii = {
    8727             :         .ob_base = {
    8728             :             .ob_refcnt = 999999999,
    8729             :             .ob_type = &PyUnicode_Type,
    8730             :         },
    8731             :         .length = 5,
    8732             :         .hash = -1,
    8733             :         .state = {
    8734             :             .kind = 1,
    8735             :             .compact = 1,
    8736             :             .ascii = 1,
    8737             :         },
    8738             :     },
    8739             :     ._data = "_path",
    8740             : };
    8741             : static
    8742             :     struct {
    8743             :         PyGC_Head _gc_head;
    8744             :         struct {
    8745             :             PyObject_VAR_HEAD
    8746             :             PyObject *ob_item[21];
    8747             :         }_object;
    8748             :     }
    8749             : importlib__bootstrap_toplevel_consts_30_names = {
    8750             :     ._object = {
    8751             :         .ob_base = {
    8752             :             .ob_base = {
    8753             :                 .ob_refcnt = 999999999,
    8754             :                 .ob_type = &PyTuple_Type,
    8755             :             },
    8756             :             .ob_size = 21,
    8757             :         },
    8758             :         .ob_item = {
    8759             :             &_Py_ID(getattr),
    8760             :             &_Py_ID(name),
    8761             :             &_Py_ID(__name__),
    8762             :             & const_str_AttributeError._ascii.ob_base,
    8763             :             & const_str_loader._ascii.ob_base,
    8764             :             & const_str_submodule_search_locations._ascii.ob_base,
    8765             :             & const_str__bootstrap_external._ascii.ob_base,
    8766             :             & const_str_NotImplementedError._ascii.ob_base,
    8767             :             & const_str_NamespaceLoader._ascii.ob_base,
    8768             :             &_Py_ID(__new__),
    8769             :             & const_str__path._ascii.ob_base,
    8770             :             &_Py_ID(__file__),
    8771             :             &_Py_ID(__loader__),
    8772             :             &_Py_ID(parent),
    8773             :             &_Py_ID(__package__),
    8774             :             &_Py_ID(__spec__),
    8775             :             &_Py_ID(__path__),
    8776             :             & const_str_has_location._ascii.ob_base,
    8777             :             & const_str_origin._ascii.ob_base,
    8778             :             & const_str_cached._ascii.ob_base,
    8779             :             & const_str___cached__._ascii.ob_base,
    8780             :         },
    8781             :     },
    8782             : };
    8783             : static
    8784             :     struct {
    8785             :         PyASCIIObject _ascii;
    8786             :         uint8_t _data[19];
    8787             :     }
    8788             : const_str__init_module_attrs = {
    8789             :     ._ascii = {
    8790             :         .ob_base = {
    8791             :             .ob_refcnt = 999999999,
    8792             :             .ob_type = &PyUnicode_Type,
    8793             :         },
    8794             :         .length = 18,
    8795             :         .hash = -1,
    8796             :         .state = {
    8797             :             .kind = 1,
    8798             :             .compact = 1,
    8799             :             .ascii = 1,
    8800             :         },
    8801             :     },
    8802             :     ._data = "_init_module_attrs",
    8803             : };
    8804             : static
    8805             :     struct {
    8806             :         PyObject_VAR_HEAD
    8807             :         Py_hash_t ob_shash;
    8808             :         char ob_sval[655];
    8809             :     }
    8810             : importlib__bootstrap_toplevel_consts_30_linetable = {
    8811             :     .ob_base = {
    8812             :         .ob_base = {
    8813             :             .ob_refcnt = 999999999,
    8814             :             .ob_type = &PyBytes_Type,
    8815             :         },
    8816             :         .ob_size = 654,
    8817             :     },
    8818             :     .ob_shash = -1,
    8819             :     .ob_sval = "\x80\x00\xf0\x08\x00\x09\x11\xf0\x00\x04\x05\x11\x95\x47\x98\x46\xa0\x4a\xb0\x04\xd4\x14\x35\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x1e\x22\x9f\x69\x99\x69\x88\x46\x8c\x4f\xf0\x08\x00\x08\x10\xf0\x00\x1a\x05\x11\x95\x37\x98\x36\xa0\x3c\xb0\x14\xd4\x13\x36\xf0\x00\x1a\x05\x11\xd8\x11\x15\x97\x1b\x91\x1b\x88\x06\xd8\x0b\x11\xf0\x00\x14\x09\x27\xe0\x0f\x13\xd7\x0f\x2e\xd1\x0f\x2e\xf0\x00\x12\x0d\x27\xdd\x13\x26\xf0\x00\x01\x11\x2e\xdd\x1a\x2d\xd0\x14\x2d\xdd\x22\x35\xd7\x22\x45\xd1\x22\x45\x90\x0f\xe0\x19\x28\xd7\x19\x30\xd1\x19\x30\xb0\x1f\xd4\x19\x41\x90\x06\xd8\x1f\x23\xd7\x1f\x3e\xd1\x1f\x3e\x90\x06\x94\x0c\xd8\x1e\x24\x90\x04\x94\x0b\xf0\x16\x00\x23\x27\x90\x06\x94\x0f\xf0\x02\x03\x09\x11\xd8\x20\x26\x88\x46\xd4\x0c\x1d\xf0\x08\x00\x08\x10\xf0\x00\x04\x05\x11\x95\x37\x98\x36\xa0\x3d\xb0\x24\xd4\x13\x37\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x21\x25\xa7\x1b\xa1\x1b\x88\x46\xd4\x0c\x1e\xf0\x08\x03\x05\x0d\xd8\x1a\x1e\x88\x06\x8c\x0f\xf0\x08\x00\x08\x10\xf0\x00\x06\x05\x15\x95\x37\x98\x36\xa0\x3a\xa8\x74\xd4\x13\x34\xf0\x00\x06\x05\x15\xd8\x0b\x0f\xd7\x0b\x2a\xd1\x0b\x2a\xf0\x00\x05\x09\x15\xf0\x04\x03\x0d\x15\xd8\x22\x26\xd7\x22\x41\xd1\x22\x41\x90\x06\x94\x0f\xf0\x08\x00\x08\x0c\xd7\x07\x18\xd1\x07\x18\xf0\x00\x0c\x05\x19\xd8\x0b\x13\xf0\x00\x04\x09\x15\x95\x77\x98\x76\xa0\x7a\xb0\x34\xd4\x17\x38\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xd8\x22\x26\xa7\x2b\xa1\x2b\x90\x06\x94\x0f\xf0\x08\x00\x0c\x14\xf0\x00\x05\x09\x19\x95\x77\x98\x76\xa0\x7c\xb0\x54\xd4\x17\x3a\xf0\x00\x05\x09\x19\xd8\x0f\x13\x8f\x7b\x89\x7b\xf0\x00\x04\x0d\x19\xf0\x02\x03\x11\x19\xd8\x28\x2c\xaf\x0b\xa9\x0b\x90\x46\xd4\x14\x25\xf0\x06\x00\x0c\x12\x80\x4d\xf8\xf5\x7f\x01\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x89\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x38\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x0c\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x0a\x00\x0c\x1a\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x88\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf5\x10\x00\x14\x22\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x0e\x00\x14\x22\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x0e\x00\x18\x26\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xd8\x14\x18\x90\x44\xf0\x03\x01\x11\x19\xf8\xf8\xf8",
    8820             : };
    8821             : static
    8822             :     struct {
    8823             :         PyObject_VAR_HEAD
    8824             :         Py_hash_t ob_shash;
    8825             :         char ob_sval[126];
    8826             :     }
    8827             : importlib__bootstrap_toplevel_consts_30_exceptiontable = {
    8828             :     .ob_base = {
    8829             :         .ob_base = {
    8830             :             .ob_refcnt = 999999999,
    8831             :             .ob_type = &PyBytes_Type,
    8832             :         },
    8833             :         .ob_size = 125,
    8834             :     },
    8835             :     .ob_shash = -1,
    8836             :     .ob_sval = "\x93\x11\x45\x21\x00\xc2\x20\x07\x45\x32\x00\xc2\x39\x11\x46\x02\x00\xc3\x0b\x07\x46\x12\x00\xc3\x30\x11\x46\x22\x00\xc4\x1f\x11\x46\x32\x00\xc5\x0e\x11\x47\x02\x00\xc5\x21\x0a\x45\x2f\x03\xc5\x2e\x01\x45\x2f\x03\xc5\x32\x0a\x45\x3f\x03\xc5\x3e\x01\x45\x3f\x03\xc6\x02\x0a\x46\x0f\x03\xc6\x0e\x01\x46\x0f\x03\xc6\x12\x0a\x46\x1f\x03\xc6\x1e\x01\x46\x1f\x03\xc6\x22\x0a\x46\x2f\x03\xc6\x2e\x01\x46\x2f\x03\xc6\x32\x0a\x46\x3f\x03\xc6\x3e\x01\x46\x3f\x03\xc7\x02\x0a\x47\x0f\x03\xc7\x0e\x01\x47\x0f\x03",
    8837             : };
    8838             : static
    8839             :     struct {
    8840             :         PyGC_Head _gc_head;
    8841             :         struct {
    8842             :             PyObject_VAR_HEAD
    8843             :             PyObject *ob_item[5];
    8844             :         }_object;
    8845             :     }
    8846             : importlib__bootstrap_toplevel_consts_30_localsplusnames = {
    8847             :     ._object = {
    8848             :         .ob_base = {
    8849             :             .ob_base = {
    8850             :                 .ob_refcnt = 999999999,
    8851             :                 .ob_type = &PyTuple_Type,
    8852             :             },
    8853             :             .ob_size = 5,
    8854             :         },
    8855             :         .ob_item = {
    8856             :             & const_str_spec._ascii.ob_base,
    8857             :             & const_str_module._ascii.ob_base,
    8858             :             & const_str_override._ascii.ob_base,
    8859             :             & const_str_loader._ascii.ob_base,
    8860             :             & const_str_NamespaceLoader._ascii.ob_base,
    8861             :         },
    8862             :     },
    8863             : };
    8864             : static
    8865             :     struct _PyCode_DEF(932)
    8866             : importlib__bootstrap_toplevel_consts_30 = {
    8867             :     .ob_base = {
    8868             :         .ob_base = {
    8869             :             .ob_refcnt = 999999999,
    8870             :             .ob_type = &PyCode_Type,
    8871             :         },
    8872             :         .ob_size = 466,
    8873             :     },
    8874             :     .co_consts = & importlib__bootstrap_toplevel_consts_30_consts._object.ob_base.ob_base,
    8875             :     .co_names = & importlib__bootstrap_toplevel_consts_30_names._object.ob_base.ob_base,
    8876             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_30_exceptiontable.ob_base.ob_base,
    8877             :     .co_flags = 3,
    8878             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    8879             :     ._co_linearray_entry_size = 0,
    8880             :     .co_argcount = 2,
    8881             :     .co_posonlyargcount = 0,
    8882             :     .co_kwonlyargcount = 1,
    8883             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
    8884             :     .co_stacksize = 5,
    8885             :     .co_firstlineno = 493,
    8886             :     .co_nlocalsplus = 5,
    8887             :     .co_nlocals = 5,
    8888             :     .co_nplaincellvars = 0,
    8889             :     .co_ncellvars = 0,
    8890             :     .co_nfreevars = 0,
    8891             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_30_localsplusnames._object.ob_base.ob_base,
    8892             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
    8893             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    8894             :     .co_name = & const_str__init_module_attrs._ascii.ob_base,
    8895             :     .co_qualname = & const_str__init_module_attrs._ascii.ob_base,
    8896             :     .co_linetable = & importlib__bootstrap_toplevel_consts_30_linetable.ob_base.ob_base,
    8897             :     ._co_code = NULL,
    8898             :     ._co_linearray = NULL,
    8899             :     .co_code_adaptive = "\x97\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x09\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x72\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x5c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x50\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x07\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x01\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x03\x7c\x01\x5f\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x09\x00\x7c\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x00\x7c\x01\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x04\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1e\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x12\x09\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x10\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x52\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x05\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x09\x00\x7c\x00\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1e\x7c\x00\x6a\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x12\x09\x00\x7c\x00\x6a\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x14\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x01\x8c\x4a\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xd7\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xc4\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xcc\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xad\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x8e\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x6f\x77\x00\x78\x03\x59\x00\x77\x01",
    8900             :     ._co_firsttraceable = 0,
    8901             : };
    8902             : static
    8903             :     struct {
    8904             :         PyASCIIObject _ascii;
    8905             :         uint8_t _data[44];
    8906             :     }
    8907             : importlib__bootstrap_toplevel_consts_31_consts_0 = {
    8908             :     ._ascii = {
    8909             :         .ob_base = {
    8910             :             .ob_refcnt = 999999999,
    8911             :             .ob_type = &PyUnicode_Type,
    8912             :         },
    8913             :         .length = 43,
    8914             :         .hash = -1,
    8915             :         .state = {
    8916             :             .kind = 1,
    8917             :             .compact = 1,
    8918             :             .ascii = 1,
    8919             :         },
    8920             :     },
    8921             :     ._data = "Create a module based on the provided spec.",
    8922             : };
    8923             : static
    8924             :     struct {
    8925             :         PyASCIIObject _ascii;
    8926             :         uint8_t _data[14];
    8927             :     }
    8928             : const_str_create_module = {
    8929             :     ._ascii = {
    8930             :         .ob_base = {
    8931             :             .ob_refcnt = 999999999,
    8932             :             .ob_type = &PyUnicode_Type,
    8933             :         },
    8934             :         .length = 13,
    8935             :         .hash = -1,
    8936             :         .state = {
    8937             :             .kind = 1,
    8938             :             .compact = 1,
    8939             :             .ascii = 1,
    8940             :         },
    8941             :     },
    8942             :     ._data = "create_module",
    8943             : };
    8944             : static
    8945             :     struct {
    8946             :         PyASCIIObject _ascii;
    8947             :         uint8_t _data[12];
    8948             :     }
    8949             : const_str_exec_module = {
    8950             :     ._ascii = {
    8951             :         .ob_base = {
    8952             :             .ob_refcnt = 999999999,
    8953             :             .ob_type = &PyUnicode_Type,
    8954             :         },
    8955             :         .length = 11,
    8956             :         .hash = -1,
    8957             :         .state = {
    8958             :             .kind = 1,
    8959             :             .compact = 1,
    8960             :             .ascii = 1,
    8961             :         },
    8962             :     },
    8963             :     ._data = "exec_module",
    8964             : };
    8965             : static
    8966             :     struct {
    8967             :         PyASCIIObject _ascii;
    8968             :         uint8_t _data[67];
    8969             :     }
    8970             : importlib__bootstrap_toplevel_consts_31_consts_4 = {
    8971             :     ._ascii = {
    8972             :         .ob_base = {
    8973             :             .ob_refcnt = 999999999,
    8974             :             .ob_type = &PyUnicode_Type,
    8975             :         },
    8976             :         .length = 66,
    8977             :         .hash = -1,
    8978             :         .state = {
    8979             :             .kind = 1,
    8980             :             .compact = 1,
    8981             :             .ascii = 1,
    8982             :         },
    8983             :     },
    8984             :     ._data = "loaders that define exec_module() must also define create_module()",
    8985             : };
    8986             : static
    8987             :     struct {
    8988             :         PyGC_Head _gc_head;
    8989             :         struct {
    8990             :             PyObject_VAR_HEAD
    8991             :             PyObject *ob_item[5];
    8992             :         }_object;
    8993             :     }
    8994             : importlib__bootstrap_toplevel_consts_31_consts = {
    8995             :     ._object = {
    8996             :         .ob_base = {
    8997             :             .ob_base = {
    8998             :                 .ob_refcnt = 999999999,
    8999             :                 .ob_type = &PyTuple_Type,
    9000             :             },
    9001             :             .ob_size = 5,
    9002             :         },
    9003             :         .ob_item = {
    9004             :             & importlib__bootstrap_toplevel_consts_31_consts_0._ascii.ob_base,
    9005             :             Py_None,
    9006             :             & const_str_create_module._ascii.ob_base,
    9007             :             & const_str_exec_module._ascii.ob_base,
    9008             :             & importlib__bootstrap_toplevel_consts_31_consts_4._ascii.ob_base,
    9009             :         },
    9010             :     },
    9011             : };
    9012             : static
    9013             :     struct {
    9014             :         PyGC_Head _gc_head;
    9015             :         struct {
    9016             :             PyObject_VAR_HEAD
    9017             :             PyObject *ob_item[7];
    9018             :         }_object;
    9019             :     }
    9020             : importlib__bootstrap_toplevel_consts_31_names = {
    9021             :     ._object = {
    9022             :         .ob_base = {
    9023             :             .ob_base = {
    9024             :                 .ob_refcnt = 999999999,
    9025             :                 .ob_type = &PyTuple_Type,
    9026             :             },
    9027             :             .ob_size = 7,
    9028             :         },
    9029             :         .ob_item = {
    9030             :             & const_str_hasattr._ascii.ob_base,
    9031             :             & const_str_loader._ascii.ob_base,
    9032             :             & const_str_create_module._ascii.ob_base,
    9033             :             & const_str_ImportError._ascii.ob_base,
    9034             :             & const_str__new_module._ascii.ob_base,
    9035             :             &_Py_ID(name),
    9036             :             & const_str__init_module_attrs._ascii.ob_base,
    9037             :         },
    9038             :     },
    9039             : };
    9040             : static
    9041             :     struct {
    9042             :         PyASCIIObject _ascii;
    9043             :         uint8_t _data[17];
    9044             :     }
    9045             : const_str_module_from_spec = {
    9046             :     ._ascii = {
    9047             :         .ob_base = {
    9048             :             .ob_refcnt = 999999999,
    9049             :             .ob_type = &PyUnicode_Type,
    9050             :         },
    9051             :         .length = 16,
    9052             :         .hash = -1,
    9053             :         .state = {
    9054             :             .kind = 1,
    9055             :             .compact = 1,
    9056             :             .ascii = 1,
    9057             :         },
    9058             :     },
    9059             :     ._data = "module_from_spec",
    9060             : };
    9061             : static
    9062             :     struct {
    9063             :         PyObject_VAR_HEAD
    9064             :         Py_hash_t ob_shash;
    9065             :         char ob_sval[130];
    9066             :     }
    9067             : importlib__bootstrap_toplevel_consts_31_linetable = {
    9068             :     .ob_base = {
    9069             :         .ob_base = {
    9070             :             .ob_refcnt = 999999999,
    9071             :             .ob_type = &PyBytes_Type,
    9072             :         },
    9073             :         .ob_size = 129,
    9074             :     },
    9075             :     .ob_shash = -1,
    9076             :     .ob_sval = "\x80\x00\xf0\x06\x00\x0e\x12\x80\x46\xdd\x07\x0e\x88\x74\x8f\x7b\x89\x7b\x98\x4f\xd4\x07\x2c\xf0\x00\x06\x05\x3e\xf0\x06\x00\x12\x16\x97\x1b\x91\x1b\xd7\x11\x2a\xd1\x11\x2a\xa8\x34\xd4\x11\x30\x88\x06\x88\x06\xdd\x09\x10\x90\x14\x97\x1b\x91\x1b\x98\x6d\xd4\x09\x2c\xf0\x00\x02\x05\x3e\xdd\x0e\x19\xf0\x00\x01\x1b\x3d\xf4\x00\x01\x0f\x3e\xf0\x00\x01\x09\x3e\xe0\x07\x0d\xf0\x00\x01\x05\x28\xdd\x11\x1c\x98\x54\x9f\x59\x99\x59\xd4\x11\x27\x88\x06\xdd\x04\x16\x90\x74\x98\x56\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x11\x80\x4d",
    9077             : };
    9078             : static
    9079             :     struct {
    9080             :         PyGC_Head _gc_head;
    9081             :         struct {
    9082             :             PyObject_VAR_HEAD
    9083             :             PyObject *ob_item[2];
    9084             :         }_object;
    9085             :     }
    9086             : importlib__bootstrap_toplevel_consts_31_localsplusnames = {
    9087             :     ._object = {
    9088             :         .ob_base = {
    9089             :             .ob_base = {
    9090             :                 .ob_refcnt = 999999999,
    9091             :                 .ob_type = &PyTuple_Type,
    9092             :             },
    9093             :             .ob_size = 2,
    9094             :         },
    9095             :         .ob_item = {
    9096             :             & const_str_spec._ascii.ob_base,
    9097             :             & const_str_module._ascii.ob_base,
    9098             :         },
    9099             :     },
    9100             : };
    9101             : static
    9102             :     struct _PyCode_DEF(268)
    9103             : importlib__bootstrap_toplevel_consts_31 = {
    9104             :     .ob_base = {
    9105             :         .ob_base = {
    9106             :             .ob_refcnt = 999999999,
    9107             :             .ob_type = &PyCode_Type,
    9108             :         },
    9109             :         .ob_size = 134,
    9110             :     },
    9111             :     .co_consts = & importlib__bootstrap_toplevel_consts_31_consts._object.ob_base.ob_base,
    9112             :     .co_names = & importlib__bootstrap_toplevel_consts_31_names._object.ob_base.ob_base,
    9113             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    9114             :     .co_flags = 3,
    9115             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    9116             :     ._co_linearray_entry_size = 0,
    9117             :     .co_argcount = 1,
    9118             :     .co_posonlyargcount = 0,
    9119             :     .co_kwonlyargcount = 0,
    9120             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
    9121             :     .co_stacksize = 4,
    9122             :     .co_firstlineno = 566,
    9123             :     .co_nlocalsplus = 2,
    9124             :     .co_nlocals = 2,
    9125             :     .co_nplaincellvars = 0,
    9126             :     .co_ncellvars = 0,
    9127             :     .co_nfreevars = 0,
    9128             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
    9129             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    9130             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    9131             :     .co_name = & const_str_module_from_spec._ascii.ob_base,
    9132             :     .co_qualname = & const_str_module_from_spec._ascii.ob_base,
    9133             :     .co_linetable = & importlib__bootstrap_toplevel_consts_31_linetable.ob_base.ob_base,
    9134             :     ._co_code = NULL,
    9135             :     ._co_linearray = NULL,
    9136             :     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x25\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x80\x17\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
    9137             :     ._co_firsttraceable = 0,
    9138             : };
    9139             : static
    9140             :     struct {
    9141             :         PyASCIIObject _ascii;
    9142             :         uint8_t _data[39];
    9143             :     }
    9144             : importlib__bootstrap_toplevel_consts_32_consts_0 = {
    9145             :     ._ascii = {
    9146             :         .ob_base = {
    9147             :             .ob_refcnt = 999999999,
    9148             :             .ob_type = &PyUnicode_Type,
    9149             :         },
    9150             :         .length = 38,
    9151             :         .hash = -1,
    9152             :         .state = {
    9153             :             .kind = 1,
    9154             :             .compact = 1,
    9155             :             .ascii = 1,
    9156             :         },
    9157             :     },
    9158             :     ._data = "Return the repr to use for the module.",
    9159             : };
    9160             : static
    9161             :     struct {
    9162             :         PyASCIIObject _ascii;
    9163             :         uint8_t _data[19];
    9164             :     }
    9165             : importlib__bootstrap_toplevel_consts_32_consts_6 = {
    9166             :     ._ascii = {
    9167             :         .ob_base = {
    9168             :             .ob_refcnt = 999999999,
    9169             :             .ob_type = &PyUnicode_Type,
    9170             :         },
    9171             :         .length = 18,
    9172             :         .hash = -1,
    9173             :         .state = {
    9174             :             .kind = 1,
    9175             :             .compact = 1,
    9176             :             .ascii = 1,
    9177             :         },
    9178             :     },
    9179             :     ._data = "<module {!r} ({})>",
    9180             : };
    9181             : static
    9182             :     struct {
    9183             :         PyGC_Head _gc_head;
    9184             :         struct {
    9185             :             PyObject_VAR_HEAD
    9186             :             PyObject *ob_item[7];
    9187             :         }_object;
    9188             :     }
    9189             : importlib__bootstrap_toplevel_consts_32_consts = {
    9190             :     ._object = {
    9191             :         .ob_base = {
    9192             :             .ob_base = {
    9193             :                 .ob_refcnt = 999999999,
    9194             :                 .ob_type = &PyTuple_Type,
    9195             :             },
    9196             :             .ob_size = 7,
    9197             :         },
    9198             :         .ob_item = {
    9199             :             & importlib__bootstrap_toplevel_consts_32_consts_0._ascii.ob_base,
    9200             :             Py_None,
    9201             :             & importlib__bootstrap_toplevel_consts_22_consts_5._ascii.ob_base,
    9202             :             & importlib__bootstrap_toplevel_consts_22_consts_7._ascii.ob_base,
    9203             :             & importlib__bootstrap_toplevel_consts_22_consts_8._ascii.ob_base,
    9204             :             & importlib__bootstrap_toplevel_consts_22_consts_6._ascii.ob_base,
    9205             :             & importlib__bootstrap_toplevel_consts_32_consts_6._ascii.ob_base,
    9206             :         },
    9207             :     },
    9208             : };
    9209             : static
    9210             :     struct {
    9211             :         PyGC_Head _gc_head;
    9212             :         struct {
    9213             :             PyObject_VAR_HEAD
    9214             :             PyObject *ob_item[5];
    9215             :         }_object;
    9216             :     }
    9217             : importlib__bootstrap_toplevel_consts_32_names = {
    9218             :     ._object = {
    9219             :         .ob_base = {
    9220             :             .ob_base = {
    9221             :                 .ob_refcnt = 999999999,
    9222             :                 .ob_type = &PyTuple_Type,
    9223             :             },
    9224             :             .ob_size = 5,
    9225             :         },
    9226             :         .ob_item = {
    9227             :             &_Py_ID(name),
    9228             :             & const_str_origin._ascii.ob_base,
    9229             :             & const_str_loader._ascii.ob_base,
    9230             :             & const_str_format._ascii.ob_base,
    9231             :             & const_str_has_location._ascii.ob_base,
    9232             :         },
    9233             :     },
    9234             : };
    9235             : static
    9236             :     struct {
    9237             :         PyObject_VAR_HEAD
    9238             :         Py_hash_t ob_shash;
    9239             :         char ob_sval[158];
    9240             :     }
    9241             : importlib__bootstrap_toplevel_consts_32_linetable = {
    9242             :     .ob_base = {
    9243             :         .ob_base = {
    9244             :             .ob_refcnt = 999999999,
    9245             :             .ob_type = &PyBytes_Type,
    9246             :         },
    9247             :         .ob_size = 157,
    9248             :     },
    9249             :     .ob_shash = -1,
    9250             :     .ob_sval = "\x80\x00\xf0\x06\x00\x13\x17\x97\x29\x91\x29\xd0\x0b\x32\x88\x33\x88\x33\xa8\x14\xaf\x19\xa9\x19\x80\x44\xd8\x07\x0b\x87\x7b\x81\x7b\xf0\x00\x09\x05\x47\x01\xd8\x0b\x0f\x8f\x3b\x89\x3b\xf0\x00\x03\x09\x44\x01\xd8\x13\x22\xd7\x13\x29\xd1\x13\x29\xa8\x24\xd4\x13\x2f\xd0\x0c\x2f\xe0\x13\x29\xd7\x13\x30\xd1\x13\x30\xb0\x14\xb0\x74\xb7\x7b\xb1\x7b\xd4\x13\x43\xd0\x0c\x43\xe0\x0b\x0f\xd7\x0b\x1c\xd1\x0b\x1c\xf0\x00\x03\x09\x47\x01\xd8\x13\x2c\xd7\x13\x33\xd1\x13\x33\xb0\x44\xb8\x24\xbf\x2b\xb9\x2b\xd4\x13\x46\xd0\x0c\x46\xe0\x13\x27\xd7\x13\x2e\xd1\x13\x2e\xa8\x74\xaf\x79\xa9\x79\xb8\x24\xbf\x2b\xb9\x2b\xd4\x13\x46\xd0\x0c\x46",
    9251             : };
    9252             : static
    9253             :     struct {
    9254             :         PyGC_Head _gc_head;
    9255             :         struct {
    9256             :             PyObject_VAR_HEAD
    9257             :             PyObject *ob_item[2];
    9258             :         }_object;
    9259             :     }
    9260             : importlib__bootstrap_toplevel_consts_32_localsplusnames = {
    9261             :     ._object = {
    9262             :         .ob_base = {
    9263             :             .ob_base = {
    9264             :                 .ob_refcnt = 999999999,
    9265             :                 .ob_type = &PyTuple_Type,
    9266             :             },
    9267             :             .ob_size = 2,
    9268             :         },
    9269             :         .ob_item = {
    9270             :             & const_str_spec._ascii.ob_base,
    9271             :             &_Py_ID(name),
    9272             :         },
    9273             :     },
    9274             : };
    9275             : static
    9276             :     struct _PyCode_DEF(356)
    9277             : importlib__bootstrap_toplevel_consts_32 = {
    9278             :     .ob_base = {
    9279             :         .ob_base = {
    9280             :             .ob_refcnt = 999999999,
    9281             :             .ob_type = &PyCode_Type,
    9282             :         },
    9283             :         .ob_size = 178,
    9284             :     },
    9285             :     .co_consts = & importlib__bootstrap_toplevel_consts_32_consts._object.ob_base.ob_base,
    9286             :     .co_names = & importlib__bootstrap_toplevel_consts_32_names._object.ob_base.ob_base,
    9287             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
    9288             :     .co_flags = 3,
    9289             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    9290             :     ._co_linearray_entry_size = 0,
    9291             :     .co_argcount = 1,
    9292             :     .co_posonlyargcount = 0,
    9293             :     .co_kwonlyargcount = 0,
    9294             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
    9295             :     .co_stacksize = 4,
    9296             :     .co_firstlineno = 583,
    9297             :     .co_nlocalsplus = 2,
    9298             :     .co_nlocals = 2,
    9299             :     .co_nplaincellvars = 0,
    9300             :     .co_ncellvars = 0,
    9301             :     .co_nfreevars = 0,
    9302             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
    9303             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    9304             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    9305             :     .co_name = & const_str__module_repr_from_spec._ascii.ob_base,
    9306             :     .co_qualname = & const_str__module_repr_from_spec._ascii.ob_base,
    9307             :     .co_linetable = & importlib__bootstrap_toplevel_consts_32_linetable.ob_base.ob_base,
    9308             :     ._co_code = NULL,
    9309             :     ._co_linearray = NULL,
    9310             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x02\x64\x02\x6e\x0b\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x3b\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x64\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x04\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x64\x05\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x06\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
    9311             :     ._co_firsttraceable = 0,
    9312             : };
    9313             : static
    9314             :     struct {
    9315             :         PyASCIIObject _ascii;
    9316             :         uint8_t _data[71];
    9317             :     }
    9318             : importlib__bootstrap_toplevel_consts_33_consts_0 = {
    9319             :     ._ascii = {
    9320             :         .ob_base = {
    9321             :             .ob_refcnt = 999999999,
    9322             :             .ob_type = &PyUnicode_Type,
    9323             :         },
    9324             :         .length = 70,
    9325             :         .hash = -1,
    9326             :         .state = {
    9327             :             .kind = 1,
    9328             :             .compact = 1,
    9329             :             .ascii = 1,
    9330             :         },
    9331             :     },
    9332             :     ._data = "Execute the spec's specified module in an existing module's namespace.",
    9333             : };
    9334             : static
    9335             :     struct {
    9336             :         PyASCIIObject _ascii;
    9337             :         uint8_t _data[31];
    9338             :     }
    9339             : importlib__bootstrap_toplevel_consts_33_consts_1 = {
    9340             :     ._ascii = {
    9341             :         .ob_base = {
    9342             :             .ob_refcnt = 999999999,
    9343             :             .ob_type = &PyUnicode_Type,
    9344             :         },
    9345             :         .length = 30,
    9346             :         .hash = -1,
    9347             :         .state = {
    9348             :             .kind = 1,
    9349             :             .compact = 1,
    9350             :             .ascii = 1,
    9351             :         },
    9352             :     },
    9353             :     ._data = "module {!r} not in sys.modules",
    9354             : };
    9355             : static
    9356             :     struct {
    9357             :         PyASCIIObject _ascii;
    9358             :         uint8_t _data[15];
    9359             :     }
    9360             : importlib__bootstrap_toplevel_consts_33_consts_4 = {
    9361             :     ._ascii = {
    9362             :         .ob_base = {
    9363             :             .ob_refcnt = 999999999,
    9364             :             .ob_type = &PyUnicode_Type,
    9365             :         },
    9366             :         .length = 14,
    9367             :         .hash = -1,
    9368             :         .state = {
    9369             :             .kind = 1,
    9370             :             .compact = 1,
    9371             :             .ascii = 1,
    9372             :         },
    9373             :     },
    9374             :     ._data = "missing loader",
    9375             : };
    9376             : static
    9377             :     struct {
    9378             :         PyASCIIObject _ascii;
    9379             :         uint8_t _data[56];
    9380             :     }
    9381             : importlib__bootstrap_toplevel_consts_33_consts_8 = {
    9382             :     ._ascii = {
    9383             :         .ob_base = {
    9384             :             .ob_refcnt = 999999999,
    9385             :             .ob_type = &PyUnicode_Type,
    9386             :         },
    9387             :         .length = 55,
    9388             :         .hash = -1,
    9389             :         .state = {
    9390             :             .kind = 1,
    9391             :             .compact = 1,
    9392             :             .ascii = 1,
    9393             :         },
    9394             :     },
    9395             :     ._data = ".exec_module() not found; falling back to load_module()",
    9396             : };
    9397             : static
    9398             :     struct {
    9399             :         PyGC_Head _gc_head;
    9400             :         struct {
    9401             :             PyObject_VAR_HEAD
    9402             :             PyObject *ob_item[9];
    9403             :         }_object;
    9404             :     }
    9405             : importlib__bootstrap_toplevel_consts_33_consts = {
    9406             :     ._object = {
    9407             :         .ob_base = {
    9408             :             .ob_base = {
    9409             :                 .ob_refcnt = 999999999,
    9410             :                 .ob_type = &PyTuple_Type,
    9411             :             },
    9412             :             .ob_size = 9,
    9413             :         },
    9414             :         .ob_item = {
    9415             :             & importlib__bootstrap_toplevel_consts_33_consts_0._ascii.ob_base,
    9416             :             & importlib__bootstrap_toplevel_consts_33_consts_1._ascii.ob_base,
    9417             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
    9418             :             Py_None,
    9419             :             & importlib__bootstrap_toplevel_consts_33_consts_4._ascii.ob_base,
    9420             :             Py_True,
    9421             :             & importlib__bootstrap_toplevel_consts_29._object.ob_base.ob_base,
    9422             :             & const_str_exec_module._ascii.ob_base,
    9423             :             & importlib__bootstrap_toplevel_consts_33_consts_8._ascii.ob_base,
    9424             :         },
    9425             :     },
    9426             : };
    9427             : static
    9428             :     struct {
    9429             :         PyASCIIObject _ascii;
    9430             :         uint8_t _data[14];
    9431             :     }
    9432             : const_str_ImportWarning = {
    9433             :     ._ascii = {
    9434             :         .ob_base = {
    9435             :             .ob_refcnt = 999999999,
    9436             :             .ob_type = &PyUnicode_Type,
    9437             :         },
    9438             :         .length = 13,
    9439             :         .hash = -1,
    9440             :         .state = {
    9441             :             .kind = 1,
    9442             :             .compact = 1,
    9443             :             .ascii = 1,
    9444             :         },
    9445             :     },
    9446             :     ._data = "ImportWarning",
    9447             : };
    9448             : static
    9449             :     struct {
    9450             :         PyASCIIObject _ascii;
    9451             :         uint8_t _data[12];
    9452             :     }
    9453             : const_str_load_module = {
    9454             :     ._ascii = {
    9455             :         .ob_base = {
    9456             :             .ob_refcnt = 999999999,
    9457             :             .ob_type = &PyUnicode_Type,
    9458             :         },
    9459             :         .length = 11,
    9460             :         .hash = -1,
    9461             :         .state = {
    9462             :             .kind = 1,
    9463             :             .compact = 1,
    9464             :             .ascii = 1,
    9465             :         },
    9466             :     },
    9467             :     ._data = "load_module",
    9468             : };
    9469             : static
    9470             :     struct {
    9471             :         PyASCIIObject _ascii;
    9472             :         uint8_t _data[4];
    9473             :     }
    9474             : const_str_pop = {
    9475             :     ._ascii = {
    9476             :         .ob_base = {
    9477             :             .ob_refcnt = 999999999,
    9478             :             .ob_type = &PyUnicode_Type,
    9479             :         },
    9480             :         .length = 3,
    9481             :         .hash = -1,
    9482             :         .state = {
    9483             :             .kind = 1,
    9484             :             .compact = 1,
    9485             :             .ascii = 1,
    9486             :         },
    9487             :     },
    9488             :     ._data = "pop",
    9489             : };
    9490             : static
    9491             :     struct {
    9492             :         PyGC_Head _gc_head;
    9493             :         struct {
    9494             :             PyObject_VAR_HEAD
    9495             :             PyObject *ob_item[18];
    9496             :         }_object;
    9497             :     }
    9498             : importlib__bootstrap_toplevel_consts_33_names = {
    9499             :     ._object = {
    9500             :         .ob_base = {
    9501             :             .ob_base = {
    9502             :                 .ob_refcnt = 999999999,
    9503             :                 .ob_type = &PyTuple_Type,
    9504             :             },
    9505             :             .ob_size = 18,
    9506             :         },
    9507             :         .ob_item = {
    9508             :             &_Py_ID(name),
    9509             :             & const_str__ModuleLockManager._ascii.ob_base,
    9510             :             & const_str_sys._ascii.ob_base,
    9511             :             &_Py_ID(modules),
    9512             :             &_Py_ID(get),
    9513             :             & const_str_format._ascii.ob_base,
    9514             :             & const_str_ImportError._ascii.ob_base,
    9515             :             & const_str_loader._ascii.ob_base,
    9516             :             & const_str_submodule_search_locations._ascii.ob_base,
    9517             :             & const_str__init_module_attrs._ascii.ob_base,
    9518             :             & const_str_hasattr._ascii.ob_base,
    9519             :             & const_str__object_name._ascii.ob_base,
    9520             :             & const_str__warnings._ascii.ob_base,
    9521             :             & const_str_warn._ascii.ob_base,
    9522             :             & const_str_ImportWarning._ascii.ob_base,
    9523             :             & const_str_load_module._ascii.ob_base,
    9524             :             & const_str_exec_module._ascii.ob_base,
    9525             :             & const_str_pop._ascii.ob_base,
    9526             :         },
    9527             :     },
    9528             : };
    9529             : static
    9530             :     struct {
    9531             :         PyObject_VAR_HEAD
    9532             :         Py_hash_t ob_shash;
    9533             :         char ob_sval[470];
    9534             :     }
    9535             : importlib__bootstrap_toplevel_consts_33_linetable = {
    9536             :     .ob_base = {
    9537             :         .ob_base = {
    9538             :             .ob_refcnt = 999999999,
    9539             :             .ob_type = &PyBytes_Type,
    9540             :         },
    9541             :         .ob_size = 469,
    9542             :     },
    9543             :     .ob_shash = -1,
    9544             :     .ob_sval = "\x80\x00\xe0\x0b\x0f\x8f\x39\x89\x39\x80\x44\xdd\x09\x1b\x98\x44\xd4\x09\x21\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xdd\x0b\x0e\x8f\x3b\x89\x3b\x8f\x3f\x89\x3f\x98\x34\xd4\x0b\x20\xa8\x06\xd0\x0b\x2e\xf0\x00\x02\x09\x2e\xd8\x12\x32\xd7\x12\x39\xd1\x12\x39\xb8\x24\xd4\x12\x3f\x88\x43\xdd\x12\x1d\x98\x63\xa8\x04\xd0\x12\x2d\xd4\x12\x2d\xd0\x0c\x2d\xf0\x02\x13\x09\x2c\xd8\x0f\x13\x8f\x7b\x89\x7b\xf0\x00\x0d\x0d\x34\xd8\x13\x17\xd7\x13\x32\xd1\x13\x32\xf0\x00\x01\x11\x48\x01\xdd\x1a\x25\xd0\x26\x36\xb8\x54\xbf\x59\xb9\x59\xd0\x1a\x47\xd4\x1a\x47\xd0\x14\x47\xe5\x10\x22\xa0\x34\xa8\x16\xb8\x24\xd0\x10\x3f\xd4\x10\x3f\xd0\x10\x3f\xd0\x10\x3f\xe5\x10\x22\xa0\x34\xa8\x16\xb8\x24\xd0\x10\x3f\xd4\x10\x3f\xd0\x10\x3f\xdd\x17\x1e\x98\x74\x9f\x7b\x99\x7b\xa8\x4d\xd4\x17\x3a\xf0\x00\x06\x11\x34\xdd\x1e\x2a\xa8\x34\xaf\x3b\xa9\x3b\xd4\x1e\x37\xf0\x00\x01\x1c\x3b\xf0\x00\x01\x1c\x3b\xf0\x00\x01\x1c\x3b\x90\x43\xe5\x14\x1d\x97\x4e\x91\x4e\xa0\x33\xad\x0d\xd4\x14\x36\xd0\x14\x36\xd8\x14\x18\x97\x4b\x91\x4b\xd7\x14\x2b\xd1\x14\x2b\xa8\x44\xd4\x14\x31\xd0\x14\x31\xd0\x14\x31\xe0\x14\x18\x97\x4b\x91\x4b\xd7\x14\x2b\xd1\x14\x2b\xa8\x46\xd4\x14\x33\xd0\x14\x33\xf5\x08\x00\x16\x19\x97\x5b\x91\x5b\x97\x5f\x91\x5f\xa0\x54\xa7\x59\xa1\x59\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8f\x4b\x89\x4b\x98\x04\x9f\x09\x99\x09\xd1\x0c\x22\xd0\x0c\x22\xf0\x2f\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf4\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x30\x00\x0c\x12\x80\x4d\xf8\xf5\x05\x00\x16\x19\x97\x5b\x91\x5b\x97\x5f\x91\x5f\xa0\x54\xa7\x59\xa1\x59\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8f\x4b\x89\x4b\x98\x04\x9f\x09\x99\x09\xd1\x0c\x22\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xf0\x2f\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf8\xf8\xf8",
    9545             : };
    9546             : static
    9547             :     struct {
    9548             :         PyObject_VAR_HEAD
    9549             :         Py_hash_t ob_shash;
    9550             :         char ob_sval[40];
    9551             :     }
    9552             : importlib__bootstrap_toplevel_consts_33_exceptiontable = {
    9553             :     .ob_base = {
    9554             :         .ob_base = {
    9555             :             .ob_refcnt = 999999999,
    9556             :             .ob_type = &PyBytes_Type,
    9557             :         },
    9558             :         .ob_size = 39,
    9559             :     },
    9560             :     .ob_shash = -1,
    9561             :     .ob_sval = "\x9a\x41\x05\x47\x1d\x03\xc1\x20\x43\x1a\x46\x0f\x02\xc4\x3a\x41\x09\x47\x1d\x03\xc6\x0f\x41\x0b\x47\x1a\x05\xc7\x1a\x03\x47\x1d\x03\xc7\x1d\x05\x47\x26\x07",
    9562             : };
    9563             : static
    9564             :     struct {
    9565             :         PyGC_Head _gc_head;
    9566             :         struct {
    9567             :             PyObject_VAR_HEAD
    9568             :             PyObject *ob_item[4];
    9569             :         }_object;
    9570             :     }
    9571             : importlib__bootstrap_toplevel_consts_33_localsplusnames = {
    9572             :     ._object = {
    9573             :         .ob_base = {
    9574             :             .ob_base = {
    9575             :                 .ob_refcnt = 999999999,
    9576             :                 .ob_type = &PyTuple_Type,
    9577             :             },
    9578             :             .ob_size = 4,
    9579             :         },
    9580             :         .ob_item = {
    9581             :             & const_str_spec._ascii.ob_base,
    9582             :             & const_str_module._ascii.ob_base,
    9583             :             &_Py_ID(name),
    9584             :             &_Py_ID(msg),
    9585             :         },
    9586             :     },
    9587             : };
    9588             : static
    9589             :     struct {
    9590             :         PyObject_VAR_HEAD
    9591             :         Py_hash_t ob_shash;
    9592             :         char ob_sval[5];
    9593             :     }
    9594             : importlib__bootstrap_toplevel_consts_33_localspluskinds = {
    9595             :     .ob_base = {
    9596             :         .ob_base = {
    9597             :             .ob_refcnt = 999999999,
    9598             :             .ob_type = &PyBytes_Type,
    9599             :         },
    9600             :         .ob_size = 4,
    9601             :     },
    9602             :     .ob_shash = -1,
    9603             :     .ob_sval = "    ",
    9604             : };
    9605             : static
    9606             :     struct _PyCode_DEF(978)
    9607             : importlib__bootstrap_toplevel_consts_33 = {
    9608             :     .ob_base = {
    9609             :         .ob_base = {
    9610             :             .ob_refcnt = 999999999,
    9611             :             .ob_type = &PyCode_Type,
    9612             :         },
    9613             :         .ob_size = 489,
    9614             :     },
    9615             :     .co_consts = & importlib__bootstrap_toplevel_consts_33_consts._object.ob_base.ob_base,
    9616             :     .co_names = & importlib__bootstrap_toplevel_consts_33_names._object.ob_base.ob_base,
    9617             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_33_exceptiontable.ob_base.ob_base,
    9618             :     .co_flags = 3,
    9619             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    9620             :     ._co_linearray_entry_size = 0,
    9621             :     .co_argcount = 2,
    9622             :     .co_posonlyargcount = 0,
    9623             :     .co_kwonlyargcount = 0,
    9624             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
    9625             :     .co_stacksize = 6,
    9626             :     .co_firstlineno = 600,
    9627             :     .co_nlocalsplus = 4,
    9628             :     .co_nlocals = 4,
    9629             :     .co_nplaincellvars = 0,
    9630             :     .co_ncellvars = 0,
    9631             :     .co_nfreevars = 0,
    9632             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_33_localsplusnames._object.ob_base.ob_base,
    9633             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
    9634             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    9635             :     .co_name = & const_str__exec._ascii.ob_base,
    9636             :     .co_qualname = & const_str__exec._ascii.ob_base,
    9637             :     .co_linetable = & importlib__bootstrap_toplevel_consts_33_linetable.ob_base.ob_base,
    9638             :     ._co_code = NULL,
    9639             :     ._co_linearray = NULL,
    9640             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x75\x01\x72\x21\x64\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x02\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x36\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x19\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x05\xac\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x98\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x05\xac\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x54\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x08\x9d\x02\x7d\x03\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1c\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x09\x00\x64\x03\x64\x03\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x59\x78\x03\x59\x00\x77\x01",
    9641             :     ._co_firsttraceable = 0,
    9642             : };
    9643             : static
    9644             :     struct {
    9645             :         PyGC_Head _gc_head;
    9646             :         struct {
    9647             :             PyObject_VAR_HEAD
    9648             :             PyObject *ob_item[7];
    9649             :         }_object;
    9650             :     }
    9651             : importlib__bootstrap_toplevel_consts_34_consts = {
    9652             :     ._object = {
    9653             :         .ob_base = {
    9654             :             .ob_base = {
    9655             :                 .ob_refcnt = 999999999,
    9656             :                 .ob_type = &PyTuple_Type,
    9657             :             },
    9658             :             .ob_size = 7,
    9659             :         },
    9660             :         .ob_item = {
    9661             :             Py_None,
    9662             :             &_Py_ID(__loader__),
    9663             :             &_Py_ID(__package__),
    9664             :             &_Py_ID(__path__),
    9665             :             &_Py_STR(dot),
    9666             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
    9667             :             &_Py_ID(__spec__),
    9668             :         },
    9669             :     },
    9670             : };
    9671             : static
    9672             :     struct {
    9673             :         PyGC_Head _gc_head;
    9674             :         struct {
    9675             :             PyObject_VAR_HEAD
    9676             :             PyObject *ob_item[14];
    9677             :         }_object;
    9678             :     }
    9679             : importlib__bootstrap_toplevel_consts_34_names = {
    9680             :     ._object = {
    9681             :         .ob_base = {
    9682             :             .ob_base = {
    9683             :                 .ob_refcnt = 999999999,
    9684             :                 .ob_type = &PyTuple_Type,
    9685             :             },
    9686             :             .ob_size = 14,
    9687             :         },
    9688             :         .ob_item = {
    9689             :             & const_str_loader._ascii.ob_base,
    9690             :             & const_str_load_module._ascii.ob_base,
    9691             :             &_Py_ID(name),
    9692             :             & const_str_sys._ascii.ob_base,
    9693             :             &_Py_ID(modules),
    9694             :             & const_str_pop._ascii.ob_base,
    9695             :             &_Py_ID(getattr),
    9696             :             &_Py_ID(__loader__),
    9697             :             & const_str_AttributeError._ascii.ob_base,
    9698             :             &_Py_ID(__name__),
    9699             :             &_Py_ID(__package__),
    9700             :             & const_str_hasattr._ascii.ob_base,
    9701             :             & const_str_rpartition._ascii.ob_base,
    9702             :             &_Py_ID(__spec__),
    9703             :         },
    9704             :     },
    9705             : };
    9706             : static
    9707             :     struct {
    9708             :         PyASCIIObject _ascii;
    9709             :         uint8_t _data[26];
    9710             :     }
    9711             : const_str__load_backward_compatible = {
    9712             :     ._ascii = {
    9713             :         .ob_base = {
    9714             :             .ob_refcnt = 999999999,
    9715             :             .ob_type = &PyUnicode_Type,
    9716             :         },
    9717             :         .length = 25,
    9718             :         .hash = -1,
    9719             :         .state = {
    9720             :             .kind = 1,
    9721             :             .compact = 1,
    9722             :             .ascii = 1,
    9723             :         },
    9724             :     },
    9725             :     ._data = "_load_backward_compatible",
    9726             : };
    9727             : static
    9728             :     struct {
    9729             :         PyObject_VAR_HEAD
    9730             :         Py_hash_t ob_shash;
    9731             :         char ob_sval[404];
    9732             :     }
    9733             : importlib__bootstrap_toplevel_consts_34_linetable = {
    9734             :     .ob_base = {
    9735             :         .ob_base = {
    9736             :             .ob_refcnt = 999999999,
    9737             :             .ob_type = &PyBytes_Type,
    9738             :         },
    9739             :         .ob_size = 403,
    9740             :     },
    9741             :     .ob_shash = -1,
    9742             :     .ob_sval = "\x80\x00\xf0\x06\x06\x05\x0e\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x1f\xd1\x08\x1f\xa0\x04\xa7\x09\xa1\x09\xd4\x08\x2a\xd0\x08\x2a\xf5\x10\x00\x0e\x11\x8f\x5b\x89\x5b\x8f\x5f\x89\x5f\x98\x54\x9f\x59\x99\x59\xd4\x0d\x27\x80\x46\xd8\x1d\x23\x85\x43\x87\x4b\x81\x4b\x90\x04\x97\x09\x91\x09\xd1\x04\x1a\xdd\x07\x0e\x88\x76\x90\x7c\xa0\x54\xd4\x07\x2a\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x20\x24\xa7\x0b\xa1\x0b\x88\x46\xd4\x0c\x1d\xf5\x06\x00\x08\x0f\x88\x76\x90\x7d\xa0\x64\xd4\x07\x2b\xf0\x00\x09\x05\x11\xf0\x02\x08\x09\x11\xf0\x08\x00\x22\x28\xa7\x1f\xa1\x1f\x88\x46\xd4\x0c\x1e\xdd\x13\x1a\x98\x36\xa0\x3a\xd4\x13\x2e\xf0\x00\x01\x0d\x42\x01\xd8\x25\x29\xa7\x59\xa1\x59\xd7\x25\x39\xd1\x25\x39\xb8\x23\xd4\x25\x3e\xb8\x71\xd4\x25\x41\x90\x06\xd4\x10\x22\xf5\x06\x00\x08\x0f\x88\x76\x90\x7a\xa0\x34\xd4\x07\x28\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x1e\x22\x88\x46\x8c\x4f\xf0\x06\x00\x0c\x12\x80\x4d\xf8\xf0\x3b\x04\x05\x0e\xd8\x0b\x0f\x8f\x39\x89\x39\x9d\x03\x9f\x0b\x99\x0b\xd0\x0b\x23\xf0\x00\x02\x09\x2c\xdd\x15\x18\x97\x5b\x91\x5b\x97\x5f\x91\x5f\xa0\x54\xa7\x59\xa1\x59\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8f\x4b\x89\x4b\x98\x04\x9f\x09\x99\x09\xd1\x0c\x22\xd8\x08\x0d\xf8\xf8\xf8\xf8\xf5\x10\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x14\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x0a\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
    9743             : };
    9744             : static
    9745             :     struct {
    9746             :         PyObject_VAR_HEAD
    9747             :         Py_hash_t ob_shash;
    9748             :         char ob_sval[68];
    9749             :     }
    9750             : importlib__bootstrap_toplevel_consts_34_exceptiontable = {
    9751             :     .ob_base = {
    9752             :         .ob_base = {
    9753             :             .ob_refcnt = 999999999,
    9754             :             .ob_type = &PyBytes_Type,
    9755             :         },
    9756             :         .ob_size = 67,
    9757             :     },
    9758             :     .ob_shash = -1,
    9759             :     .ob_sval = "\x82\x26\x44\x01\x00\xc2\x01\x11\x45\x2d\x00\xc2\x22\x41\x06\x45\x3d\x00\xc3\x38\x07\x46\x0d\x00\xc4\x01\x41\x29\x45\x2a\x03\xc5\x2d\x0a\x45\x3a\x03\xc5\x39\x01\x45\x3a\x03\xc5\x3d\x0a\x46\x0a\x03\xc6\x09\x01\x46\x0a\x03\xc6\x0d\x0a\x46\x1a\x03\xc6\x19\x01\x46\x1a\x03",
    9760             : };
    9761             : static
    9762             :     struct _PyCode_DEF(826)
    9763             : importlib__bootstrap_toplevel_consts_34 = {
    9764             :     .ob_base = {
    9765             :         .ob_base = {
    9766             :             .ob_refcnt = 999999999,
    9767             :             .ob_type = &PyCode_Type,
    9768             :         },
    9769             :         .ob_size = 413,
    9770             :     },
    9771             :     .co_consts = & importlib__bootstrap_toplevel_consts_34_consts._object.ob_base.ob_base,
    9772             :     .co_names = & importlib__bootstrap_toplevel_consts_34_names._object.ob_base.ob_base,
    9773             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_34_exceptiontable.ob_base.ob_base,
    9774             :     .co_flags = 3,
    9775             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    9776             :     ._co_linearray_entry_size = 0,
    9777             :     .co_argcount = 1,
    9778             :     .co_posonlyargcount = 0,
    9779             :     .co_kwonlyargcount = 0,
    9780             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
    9781             :     .co_stacksize = 5,
    9782             :     .co_firstlineno = 630,
    9783             :     .co_nlocalsplus = 2,
    9784             :     .co_nlocals = 2,
    9785             :     .co_nplaincellvars = 0,
    9786             :     .co_ncellvars = 0,
    9787             :     .co_nfreevars = 0,
    9788             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
    9789             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
    9790             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    9791             :     .co_name = & const_str__load_backward_compatible._ascii.ob_base,
    9792             :     .co_qualname = & const_str__load_backward_compatible._ascii.ob_base,
    9793             :     .co_linetable = & importlib__bootstrap_toplevel_consts_34_linetable.ob_base.ob_base,
    9794             :     ._co_code = NULL,
    9795             :     ._co_linearray = NULL,
    9796             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x47\x09\x00\x7c\x01\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x27\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x08\x09\x00\x7c\x00\x7c\x01\x5f\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x53\x00\x23\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x49\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x82\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xe7\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xa1\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x9a\x77\x00\x78\x03\x59\x00\x77\x01",
    9797             :     ._co_firsttraceable = 0,
    9798             : };
    9799             : static
    9800             :     struct {
    9801             :         PyASCIIObject _ascii;
    9802             :         uint8_t _data[19];
    9803             :     }
    9804             : importlib__bootstrap_toplevel_consts_35_consts_6 = {
    9805             :     ._ascii = {
    9806             :         .ob_base = {
    9807             :             .ob_refcnt = 999999999,
    9808             :             .ob_type = &PyUnicode_Type,
    9809             :         },
    9810             :         .length = 18,
    9811             :         .hash = -1,
    9812             :         .state = {
    9813             :             .kind = 1,
    9814             :             .compact = 1,
    9815             :             .ascii = 1,
    9816             :         },
    9817             :     },
    9818             :     ._data = "import {!r} # {!r}",
    9819             : };
    9820             : static
    9821             :     struct {
    9822             :         PyGC_Head _gc_head;
    9823             :         struct {
    9824             :             PyObject_VAR_HEAD
    9825             :             PyObject *ob_item[8];
    9826             :         }_object;
    9827             :     }
    9828             : importlib__bootstrap_toplevel_consts_35_consts = {
    9829             :     ._object = {
    9830             :         .ob_base = {
    9831             :             .ob_base = {
    9832             :                 .ob_refcnt = 999999999,
    9833             :                 .ob_type = &PyTuple_Type,
    9834             :             },
    9835             :             .ob_size = 8,
    9836             :         },
    9837             :         .ob_item = {
    9838             :             Py_None,
    9839             :             & const_str_exec_module._ascii.ob_base,
    9840             :             & importlib__bootstrap_toplevel_consts_33_consts_8._ascii.ob_base,
    9841             :             Py_True,
    9842             :             & importlib__bootstrap_toplevel_consts_33_consts_4._ascii.ob_base,
    9843             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
    9844             :             & importlib__bootstrap_toplevel_consts_35_consts_6._ascii.ob_base,
    9845             :             Py_False,
    9846             :         },
    9847             :     },
    9848             : };
    9849             : static
    9850             :     struct {
    9851             :         PyGC_Head _gc_head;
    9852             :         struct {
    9853             :             PyObject_VAR_HEAD
    9854             :             PyObject *ob_item[18];
    9855             :         }_object;
    9856             :     }
    9857             : importlib__bootstrap_toplevel_consts_35_names = {
    9858             :     ._object = {
    9859             :         .ob_base = {
    9860             :             .ob_base = {
    9861             :                 .ob_refcnt = 999999999,
    9862             :                 .ob_type = &PyTuple_Type,
    9863             :             },
    9864             :             .ob_size = 18,
    9865             :         },
    9866             :         .ob_item = {
    9867             :             & const_str_loader._ascii.ob_base,
    9868             :             & const_str_hasattr._ascii.ob_base,
    9869             :             & const_str__object_name._ascii.ob_base,
    9870             :             & const_str__warnings._ascii.ob_base,
    9871             :             & const_str_warn._ascii.ob_base,
    9872             :             & const_str_ImportWarning._ascii.ob_base,
    9873             :             & const_str__load_backward_compatible._ascii.ob_base,
    9874             :             & const_str_module_from_spec._ascii.ob_base,
    9875             :             &_Py_ID(_initializing),
    9876             :             & const_str_sys._ascii.ob_base,
    9877             :             &_Py_ID(modules),
    9878             :             &_Py_ID(name),
    9879             :             & const_str_submodule_search_locations._ascii.ob_base,
    9880             :             & const_str_ImportError._ascii.ob_base,
    9881             :             & const_str_exec_module._ascii.ob_base,
    9882             :             & const_str_KeyError._ascii.ob_base,
    9883             :             & const_str_pop._ascii.ob_base,
    9884             :             & const_str__verbose_message._ascii.ob_base,
    9885             :         },
    9886             :     },
    9887             : };
    9888             : static
    9889             :     struct {
    9890             :         PyASCIIObject _ascii;
    9891             :         uint8_t _data[15];
    9892             :     }
    9893             : const_str__load_unlocked = {
    9894             :     ._ascii = {
    9895             :         .ob_base = {
    9896             :             .ob_refcnt = 999999999,
    9897             :             .ob_type = &PyUnicode_Type,
    9898             :         },
    9899             :         .length = 14,
    9900             :         .hash = -1,
    9901             :         .state = {
    9902             :             .kind = 1,
    9903             :             .compact = 1,
    9904             :             .ascii = 1,
    9905             :         },
    9906             :     },
    9907             :     ._data = "_load_unlocked",
    9908             : };
    9909             : static
    9910             :     struct {
    9911             :         PyObject_VAR_HEAD
    9912             :         Py_hash_t ob_shash;
    9913             :         char ob_sval[380];
    9914             :     }
    9915             : importlib__bootstrap_toplevel_consts_35_linetable = {
    9916             :     .ob_base = {
    9917             :         .ob_base = {
    9918             :             .ob_refcnt = 999999999,
    9919             :             .ob_type = &PyBytes_Type,
    9920             :         },
    9921             :         .ob_size = 379,
    9922             :     },
    9923             :     .ob_shash = -1,
    9924             :     .ob_sval = "\x80\x00\xe0\x07\x0b\x87\x7b\x81\x7b\xf0\x00\x06\x05\x33\xe5\x0f\x16\x90\x74\x97\x7b\x91\x7b\xa0\x4d\xd4\x0f\x32\xf0\x00\x04\x09\x33\xdd\x16\x22\xa0\x34\xa7\x3b\xa1\x3b\xd4\x16\x2f\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\x88\x43\xe5\x0c\x15\x8f\x4e\x89\x4e\x98\x33\xa5\x0d\xd4\x0c\x2e\xd0\x0c\x2e\xdd\x13\x2c\xa8\x54\xd4\x13\x32\xd0\x0c\x32\xe5\x0d\x1d\x98\x64\xd4\x0d\x23\x80\x46\xf0\x0a\x00\x1a\x1e\x80\x44\xd4\x04\x16\xf0\x02\x17\x05\x23\xd8\x21\x27\x8d\x03\x8f\x0b\x89\x0b\x90\x44\x97\x49\x91\x49\xd1\x08\x1e\xf0\x02\x0c\x09\x12\xd8\x0f\x13\x8f\x7b\x89\x7b\xf0\x00\x05\x0d\x30\xd8\x13\x17\xd7\x13\x32\xd1\x13\x32\xf0\x00\x01\x11\x48\x01\xdd\x1a\x25\xd0\x26\x36\xb8\x54\xbf\x59\xb9\x59\xd0\x1a\x47\xd4\x1a\x47\xd0\x14\x47\xf0\x06\x00\x11\x15\x97\x0b\x91\x0b\xd7\x10\x27\xd1\x10\x27\xa8\x06\xd4\x10\x2f\xd0\x10\x2f\xf5\x16\x00\x12\x15\x97\x1b\x91\x1b\x97\x1f\x91\x1f\xa0\x14\xa7\x19\xa1\x19\xd4\x11\x2b\x88\x06\xd8\x21\x27\x8d\x03\x8f\x0b\x89\x0b\x90\x44\x97\x49\x91\x49\xd1\x08\x1e\xdd\x08\x18\xd0\x19\x2d\xa8\x74\xaf\x79\xa9\x79\xb8\x24\xbf\x2b\xb9\x2b\xd4\x08\x46\xd0\x08\x46\xe0\x1d\x22\x88\x04\xd4\x08\x1a\xe0\x0b\x11\x80\x4d\xf8\xf0\x21\x05\x09\x12\xf0\x02\x03\x0d\x15\xdd\x14\x17\x97\x4b\x91\x4b\xa0\x04\xa7\x09\xa1\x09\xd0\x14\x2a\xd0\x14\x2a\xf8\xdd\x13\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xe0\x0c\x11\xf8\xf8\xf8\xf8\xf0\x12\x00\x1e\x23\x88\x04\xd4\x08\x1a\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22",
    9925             : };
    9926             : static
    9927             :     struct {
    9928             :         PyObject_VAR_HEAD
    9929             :         Py_hash_t ob_shash;
    9930             :         char ob_sval[75];
    9931             :     }
    9932             : importlib__bootstrap_toplevel_consts_35_exceptiontable = {
    9933             :     .ob_base = {
    9934             :         .ob_base = {
    9935             :             .ob_refcnt = 999999999,
    9936             :             .ob_type = &PyBytes_Type,
    9937             :         },
    9938             :         .ob_size = 74,
    9939             :     },
    9940             :     .ob_shash = -1,
    9941             :     .ob_sval = "\xc1\x3e\x1e\x46\x13\x00\xc2\x1d\x41\x0d\x45\x1f\x00\xc3\x2a\x41\x2c\x46\x13\x00\xc5\x1f\x02\x46\x10\x03\xc5\x22\x1c\x45\x3f\x02\xc5\x3e\x01\x46\x10\x03\xc5\x3f\x0a\x46\x0c\x05\xc6\x09\x02\x46\x10\x03\xc6\x0b\x01\x46\x0c\x05\xc6\x0c\x04\x46\x10\x03\xc6\x10\x03\x46\x13\x00\xc6\x13\x09\x46\x1c\x03",
    9942             : };
    9943             : static
    9944             :     struct {
    9945             :         PyGC_Head _gc_head;
    9946             :         struct {
    9947             :             PyObject_VAR_HEAD
    9948             :             PyObject *ob_item[3];
    9949             :         }_object;
    9950             :     }
    9951             : importlib__bootstrap_toplevel_consts_35_localsplusnames = {
    9952             :     ._object = {
    9953             :         .ob_base = {
    9954             :             .ob_base = {
    9955             :                 .ob_refcnt = 999999999,
    9956             :                 .ob_type = &PyTuple_Type,
    9957             :             },
    9958             :             .ob_size = 3,
    9959             :         },
    9960             :         .ob_item = {
    9961             :             & const_str_spec._ascii.ob_base,
    9962             :             &_Py_ID(msg),
    9963             :             & const_str_module._ascii.ob_base,
    9964             :         },
    9965             :     },
    9966             : };
    9967             : static
    9968             :     struct _PyCode_DEF(830)
    9969             : importlib__bootstrap_toplevel_consts_35 = {
    9970             :     .ob_base = {
    9971             :         .ob_base = {
    9972             :             .ob_refcnt = 999999999,
    9973             :             .ob_type = &PyCode_Type,
    9974             :         },
    9975             :         .ob_size = 415,
    9976             :     },
    9977             :     .co_consts = & importlib__bootstrap_toplevel_consts_35_consts._object.ob_base.ob_base,
    9978             :     .co_names = & importlib__bootstrap_toplevel_consts_35_names._object.ob_base.ob_base,
    9979             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_35_exceptiontable.ob_base.ob_base,
    9980             :     .co_flags = 3,
    9981             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
    9982             :     ._co_linearray_entry_size = 0,
    9983             :     .co_argcount = 1,
    9984             :     .co_posonlyargcount = 0,
    9985             :     .co_kwonlyargcount = 0,
    9986             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
    9987             :     .co_stacksize = 5,
    9988             :     .co_firstlineno = 666,
    9989             :     .co_nlocalsplus = 3,
    9990             :     .co_nlocals = 3,
    9991             :     .co_nplaincellvars = 0,
    9992             :     .co_ncellvars = 0,
    9993             :     .co_nfreevars = 0,
    9994             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
    9995             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
    9996             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
    9997             :     .co_name = & const_str__load_unlocked._ascii.ob_base,
    9998             :     .co_qualname = & const_str__load_unlocked._ascii.ob_base,
    9999             :     .co_linetable = & importlib__bootstrap_toplevel_consts_35_linetable.ob_base.ob_base,
   10000             :     ._co_code = NULL,
   10001             :     ._co_linearray = NULL,
   10002             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x5c\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x44\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x9d\x02\x7d\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x03\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x02\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x25\x7c\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x35\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x07\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x53\x00\x23\x00\x01\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x6e\x10\x23\x00\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x82\x00\x78\x03\x59\x00\x77\x01\x23\x00\x64\x07\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   10003             :     ._co_firsttraceable = 0,
   10004             : };
   10005             : static
   10006             :     struct {
   10007             :         PyASCIIObject _ascii;
   10008             :         uint8_t _data[192];
   10009             :     }
   10010             : importlib__bootstrap_toplevel_consts_36_consts_0 = {
   10011             :     ._ascii = {
   10012             :         .ob_base = {
   10013             :             .ob_refcnt = 999999999,
   10014             :             .ob_type = &PyUnicode_Type,
   10015             :         },
   10016             :         .length = 191,
   10017             :         .hash = -1,
   10018             :         .state = {
   10019             :             .kind = 1,
   10020             :             .compact = 1,
   10021             :             .ascii = 1,
   10022             :         },
   10023             :     },
   10024             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x61\x20\x6e\x65\x77\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6f\x62\x6a\x65\x63\x74\x2c\x20\x6c\x6f\x61\x64\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x73\x70\x65\x63\x27\x73\x20\x6c\x6f\x61\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x61\x64\x64\x65\x64\x20\x74\x6f\x20\x69\x74\x73\x20\x70\x61\x72\x65\x6e\x74\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x61\x6c\x72\x65\x61\x64\x79\x20\x69\x6e\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x2c\x20\x74\x68\x61\x74\x20\x65\x78\x69\x73\x74\x69\x6e\x67\x20\x6d\x6f\x64\x75\x6c\x65\x20\x67\x65\x74\x73\x0a\x20\x20\x20\x20\x63\x6c\x6f\x62\x62\x65\x72\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   10025             : };
   10026             : static
   10027             :     struct {
   10028             :         PyGC_Head _gc_head;
   10029             :         struct {
   10030             :             PyObject_VAR_HEAD
   10031             :             PyObject *ob_item[2];
   10032             :         }_object;
   10033             :     }
   10034             : importlib__bootstrap_toplevel_consts_36_consts = {
   10035             :     ._object = {
   10036             :         .ob_base = {
   10037             :             .ob_base = {
   10038             :                 .ob_refcnt = 999999999,
   10039             :                 .ob_type = &PyTuple_Type,
   10040             :             },
   10041             :             .ob_size = 2,
   10042             :         },
   10043             :         .ob_item = {
   10044             :             & importlib__bootstrap_toplevel_consts_36_consts_0._ascii.ob_base,
   10045             :             Py_None,
   10046             :         },
   10047             :     },
   10048             : };
   10049             : static
   10050             :     struct {
   10051             :         PyGC_Head _gc_head;
   10052             :         struct {
   10053             :             PyObject_VAR_HEAD
   10054             :             PyObject *ob_item[3];
   10055             :         }_object;
   10056             :     }
   10057             : importlib__bootstrap_toplevel_consts_36_names = {
   10058             :     ._object = {
   10059             :         .ob_base = {
   10060             :             .ob_base = {
   10061             :                 .ob_refcnt = 999999999,
   10062             :                 .ob_type = &PyTuple_Type,
   10063             :             },
   10064             :             .ob_size = 3,
   10065             :         },
   10066             :         .ob_item = {
   10067             :             & const_str__ModuleLockManager._ascii.ob_base,
   10068             :             &_Py_ID(name),
   10069             :             & const_str__load_unlocked._ascii.ob_base,
   10070             :         },
   10071             :     },
   10072             : };
   10073             : static
   10074             :     struct {
   10075             :         PyObject_VAR_HEAD
   10076             :         Py_hash_t ob_shash;
   10077             :         char ob_sval[123];
   10078             :     }
   10079             : importlib__bootstrap_toplevel_consts_36_linetable = {
   10080             :     .ob_base = {
   10081             :         .ob_base = {
   10082             :             .ob_refcnt = 999999999,
   10083             :             .ob_type = &PyBytes_Type,
   10084             :         },
   10085             :         .ob_size = 122,
   10086             :     },
   10087             :     .ob_shash = -1,
   10088             :     .ob_sval = "\x80\x00\xf5\x12\x00\x0a\x1c\x98\x44\x9f\x49\x99\x49\xd4\x09\x26\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xdd\x0f\x1d\x98\x64\xd4\x0f\x23\xf0\x03\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf4\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf8\xf8\xf8",
   10089             : };
   10090             : static
   10091             :     struct {
   10092             :         PyObject_VAR_HEAD
   10093             :         Py_hash_t ob_shash;
   10094             :         char ob_sval[9];
   10095             :     }
   10096             : importlib__bootstrap_toplevel_consts_36_exceptiontable = {
   10097             :     .ob_base = {
   10098             :         .ob_base = {
   10099             :             .ob_refcnt = 999999999,
   10100             :             .ob_type = &PyBytes_Type,
   10101             :         },
   10102             :         .ob_size = 8,
   10103             :     },
   10104             :     .ob_shash = -1,
   10105             :     .ob_sval = "\x98\x0d\x30\x03\xb0\x05\x3a\x07",
   10106             : };
   10107             : static
   10108             :     struct {
   10109             :         PyGC_Head _gc_head;
   10110             :         struct {
   10111             :             PyObject_VAR_HEAD
   10112             :             PyObject *ob_item[1];
   10113             :         }_object;
   10114             :     }
   10115             : importlib__bootstrap_toplevel_consts_36_localsplusnames = {
   10116             :     ._object = {
   10117             :         .ob_base = {
   10118             :             .ob_base = {
   10119             :                 .ob_refcnt = 999999999,
   10120             :                 .ob_type = &PyTuple_Type,
   10121             :             },
   10122             :             .ob_size = 1,
   10123             :         },
   10124             :         .ob_item = {
   10125             :             & const_str_spec._ascii.ob_base,
   10126             :         },
   10127             :     },
   10128             : };
   10129             : static
   10130             :     struct _PyCode_DEF(122)
   10131             : importlib__bootstrap_toplevel_consts_36 = {
   10132             :     .ob_base = {
   10133             :         .ob_base = {
   10134             :             .ob_refcnt = 999999999,
   10135             :             .ob_type = &PyCode_Type,
   10136             :         },
   10137             :         .ob_size = 61,
   10138             :     },
   10139             :     .co_consts = & importlib__bootstrap_toplevel_consts_36_consts._object.ob_base.ob_base,
   10140             :     .co_names = & importlib__bootstrap_toplevel_consts_36_names._object.ob_base.ob_base,
   10141             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_36_exceptiontable.ob_base.ob_base,
   10142             :     .co_flags = 3,
   10143             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   10144             :     ._co_linearray_entry_size = 0,
   10145             :     .co_argcount = 1,
   10146             :     .co_posonlyargcount = 0,
   10147             :     .co_kwonlyargcount = 0,
   10148             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   10149             :     .co_stacksize = 6,
   10150             :     .co_firstlineno = 711,
   10151             :     .co_nlocalsplus = 1,
   10152             :     .co_nlocals = 1,
   10153             :     .co_nplaincellvars = 0,
   10154             :     .co_ncellvars = 0,
   10155             :     .co_nfreevars = 0,
   10156             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
   10157             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   10158             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   10159             :     .co_name = & const_str__load._ascii.ob_base,
   10160             :     .co_qualname = & const_str__load._ascii.ob_base,
   10161             :     .co_linetable = & importlib__bootstrap_toplevel_consts_36_linetable.ob_base.ob_base,
   10162             :     ._co_code = NULL,
   10163             :     ._co_linearray = NULL,
   10164             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00\x78\x03\x59\x00\x77\x01",
   10165             :     ._co_firsttraceable = 0,
   10166             : };
   10167             : static
   10168             :     struct {
   10169             :         PyASCIIObject _ascii;
   10170             :         uint8_t _data[16];
   10171             :     }
   10172             : const_str_BuiltinImporter = {
   10173             :     ._ascii = {
   10174             :         .ob_base = {
   10175             :             .ob_refcnt = 999999999,
   10176             :             .ob_type = &PyUnicode_Type,
   10177             :         },
   10178             :         .length = 15,
   10179             :         .hash = -1,
   10180             :         .state = {
   10181             :             .kind = 1,
   10182             :             .compact = 1,
   10183             :             .ascii = 1,
   10184             :         },
   10185             :     },
   10186             :     ._data = "BuiltinImporter",
   10187             : };
   10188             : static
   10189             :     struct {
   10190             :         PyASCIIObject _ascii;
   10191             :         uint8_t _data[145];
   10192             :     }
   10193             : importlib__bootstrap_toplevel_consts_37_consts_1 = {
   10194             :     ._ascii = {
   10195             :         .ob_base = {
   10196             :             .ob_refcnt = 999999999,
   10197             :             .ob_type = &PyUnicode_Type,
   10198             :         },
   10199             :         .length = 144,
   10200             :         .hash = -1,
   10201             :         .state = {
   10202             :             .kind = 1,
   10203             :             .compact = 1,
   10204             :             .ascii = 1,
   10205             :         },
   10206             :     },
   10207             :     ._data = "\x4d\x65\x74\x61\x20\x70\x61\x74\x68\x20\x69\x6d\x70\x6f\x72\x74\x20\x66\x6f\x72\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x41\x6c\x6c\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x61\x72\x65\x20\x65\x69\x74\x68\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x6f\x72\x20\x73\x74\x61\x74\x69\x63\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x74\x6f\x20\x61\x76\x6f\x69\x64\x20\x74\x68\x65\x20\x6e\x65\x65\x64\x20\x74\x6f\x0a\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x74\x69\x61\x74\x65\x20\x74\x68\x65\x20\x63\x6c\x61\x73\x73\x2e\x0a\x0a\x20\x20\x20\x20",
   10208             : };
   10209             : static
   10210             :     struct {
   10211             :         PyASCIIObject _ascii;
   10212             :         uint8_t _data[9];
   10213             :     }
   10214             : importlib__bootstrap_toplevel_consts_37_consts_2 = {
   10215             :     ._ascii = {
   10216             :         .ob_base = {
   10217             :             .ob_refcnt = 999999999,
   10218             :             .ob_type = &PyUnicode_Type,
   10219             :         },
   10220             :         .length = 8,
   10221             :         .hash = -1,
   10222             :         .state = {
   10223             :             .kind = 1,
   10224             :             .compact = 1,
   10225             :             .ascii = 1,
   10226             :         },
   10227             :     },
   10228             :     ._data = "built-in",
   10229             : };
   10230             : static
   10231             :     struct {
   10232             :         PyASCIIObject _ascii;
   10233             :         uint8_t _data[116];
   10234             :     }
   10235             : importlib__bootstrap_toplevel_consts_37_consts_3_consts_0 = {
   10236             :     ._ascii = {
   10237             :         .ob_base = {
   10238             :             .ob_refcnt = 999999999,
   10239             :             .ob_type = &PyUnicode_Type,
   10240             :         },
   10241             :         .length = 115,
   10242             :         .hash = -1,
   10243             :         .state = {
   10244             :             .kind = 1,
   10245             :             .compact = 1,
   10246             :             .ascii = 1,
   10247             :         },
   10248             :     },
   10249             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x72\x65\x70\x72\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x54\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x20\x6d\x61\x63\x68\x69\x6e\x65\x72\x79\x20\x64\x6f\x65\x73\x20\x74\x68\x65\x20\x6a\x6f\x62\x20\x69\x74\x73\x65\x6c\x66\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   10250             : };
   10251             : static
   10252             :     struct {
   10253             :         PyASCIIObject _ascii;
   10254             :         uint8_t _data[82];
   10255             :     }
   10256             : importlib__bootstrap_toplevel_consts_37_consts_3_consts_1 = {
   10257             :     ._ascii = {
   10258             :         .ob_base = {
   10259             :             .ob_refcnt = 999999999,
   10260             :             .ob_type = &PyUnicode_Type,
   10261             :         },
   10262             :         .length = 81,
   10263             :         .hash = -1,
   10264             :         .state = {
   10265             :             .kind = 1,
   10266             :             .compact = 1,
   10267             :             .ascii = 1,
   10268             :         },
   10269             :     },
   10270             :     ._data = "BuiltinImporter.module_repr() is deprecated and slated for removal in Python 3.12",
   10271             : };
   10272             : static
   10273             :     struct {
   10274             :         PyASCIIObject _ascii;
   10275             :         uint8_t _data[9];
   10276             :     }
   10277             : importlib__bootstrap_toplevel_consts_37_consts_3_consts_2 = {
   10278             :     ._ascii = {
   10279             :         .ob_base = {
   10280             :             .ob_refcnt = 999999999,
   10281             :             .ob_type = &PyUnicode_Type,
   10282             :         },
   10283             :         .length = 8,
   10284             :         .hash = -1,
   10285             :         .state = {
   10286             :             .kind = 1,
   10287             :             .compact = 1,
   10288             :             .ascii = 1,
   10289             :         },
   10290             :     },
   10291             :     ._data = "<module ",
   10292             : };
   10293             : static
   10294             :     struct {
   10295             :         PyASCIIObject _ascii;
   10296             :         uint8_t _data[3];
   10297             :     }
   10298             : importlib__bootstrap_toplevel_consts_37_consts_3_consts_3 = {
   10299             :     ._ascii = {
   10300             :         .ob_base = {
   10301             :             .ob_refcnt = 999999999,
   10302             :             .ob_type = &PyUnicode_Type,
   10303             :         },
   10304             :         .length = 2,
   10305             :         .hash = -1,
   10306             :         .state = {
   10307             :             .kind = 1,
   10308             :             .compact = 1,
   10309             :             .ascii = 1,
   10310             :         },
   10311             :     },
   10312             :     ._data = " (",
   10313             : };
   10314             : static
   10315             :     struct {
   10316             :         PyASCIIObject _ascii;
   10317             :         uint8_t _data[3];
   10318             :     }
   10319             : importlib__bootstrap_toplevel_consts_37_consts_3_consts_4 = {
   10320             :     ._ascii = {
   10321             :         .ob_base = {
   10322             :             .ob_refcnt = 999999999,
   10323             :             .ob_type = &PyUnicode_Type,
   10324             :         },
   10325             :         .length = 2,
   10326             :         .hash = -1,
   10327             :         .state = {
   10328             :             .kind = 1,
   10329             :             .compact = 1,
   10330             :             .ascii = 1,
   10331             :         },
   10332             :     },
   10333             :     ._data = ")>",
   10334             : };
   10335             : static
   10336             :     struct {
   10337             :         PyGC_Head _gc_head;
   10338             :         struct {
   10339             :             PyObject_VAR_HEAD
   10340             :             PyObject *ob_item[5];
   10341             :         }_object;
   10342             :     }
   10343             : importlib__bootstrap_toplevel_consts_37_consts_3_consts = {
   10344             :     ._object = {
   10345             :         .ob_base = {
   10346             :             .ob_base = {
   10347             :                 .ob_refcnt = 999999999,
   10348             :                 .ob_type = &PyTuple_Type,
   10349             :             },
   10350             :             .ob_size = 5,
   10351             :         },
   10352             :         .ob_item = {
   10353             :             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
   10354             :             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_1._ascii.ob_base,
   10355             :             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_2._ascii.ob_base,
   10356             :             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_3._ascii.ob_base,
   10357             :             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_4._ascii.ob_base,
   10358             :         },
   10359             :     },
   10360             : };
   10361             : static
   10362             :     struct {
   10363             :         PyGC_Head _gc_head;
   10364             :         struct {
   10365             :             PyObject_VAR_HEAD
   10366             :             PyObject *ob_item[6];
   10367             :         }_object;
   10368             :     }
   10369             : importlib__bootstrap_toplevel_consts_37_consts_3_names = {
   10370             :     ._object = {
   10371             :         .ob_base = {
   10372             :             .ob_base = {
   10373             :                 .ob_refcnt = 999999999,
   10374             :                 .ob_type = &PyTuple_Type,
   10375             :             },
   10376             :             .ob_size = 6,
   10377             :         },
   10378             :         .ob_item = {
   10379             :             & const_str__warnings._ascii.ob_base,
   10380             :             & const_str_warn._ascii.ob_base,
   10381             :             & const_str_DeprecationWarning._ascii.ob_base,
   10382             :             &_Py_ID(__name__),
   10383             :             & const_str_BuiltinImporter._ascii.ob_base,
   10384             :             & const_str__ORIGIN._ascii.ob_base,
   10385             :         },
   10386             :     },
   10387             : };
   10388             : static
   10389             :     struct {
   10390             :         PyASCIIObject _ascii;
   10391             :         uint8_t _data[28];
   10392             :     }
   10393             : importlib__bootstrap_toplevel_consts_37_consts_3_qualname = {
   10394             :     ._ascii = {
   10395             :         .ob_base = {
   10396             :             .ob_refcnt = 999999999,
   10397             :             .ob_type = &PyUnicode_Type,
   10398             :         },
   10399             :         .length = 27,
   10400             :         .hash = -1,
   10401             :         .state = {
   10402             :             .kind = 1,
   10403             :             .compact = 1,
   10404             :             .ascii = 1,
   10405             :         },
   10406             :     },
   10407             :     ._data = "BuiltinImporter.module_repr",
   10408             : };
   10409             : static
   10410             :     struct {
   10411             :         PyObject_VAR_HEAD
   10412             :         Py_hash_t ob_shash;
   10413             :         char ob_sval[67];
   10414             :     }
   10415             : importlib__bootstrap_toplevel_consts_37_consts_3_linetable = {
   10416             :     .ob_base = {
   10417             :         .ob_base = {
   10418             :             .ob_refcnt = 999999999,
   10419             :             .ob_type = &PyBytes_Type,
   10420             :         },
   10421             :         .ob_size = 66,
   10422             :     },
   10423             :     .ob_shash = -1,
   10424             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf4\x03\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x4a\x98\x26\x9f\x2f\x99\x2f\xd0\x0f\x4a\xd0\x0f\x4a\xad\x7f\xd7\x2f\x46\xd1\x2f\x46\xd0\x0f\x4a\xd0\x0f\x4a\xd0\x0f\x4a\xd0\x08\x4a",
   10425             : };
   10426             : static
   10427             :     struct {
   10428             :         PyGC_Head _gc_head;
   10429             :         struct {
   10430             :             PyObject_VAR_HEAD
   10431             :             PyObject *ob_item[1];
   10432             :         }_object;
   10433             :     }
   10434             : importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames = {
   10435             :     ._object = {
   10436             :         .ob_base = {
   10437             :             .ob_base = {
   10438             :                 .ob_refcnt = 999999999,
   10439             :                 .ob_type = &PyTuple_Type,
   10440             :             },
   10441             :             .ob_size = 1,
   10442             :         },
   10443             :         .ob_item = {
   10444             :             & const_str_module._ascii.ob_base,
   10445             :         },
   10446             :     },
   10447             : };
   10448             : static
   10449             :     struct _PyCode_DEF(128)
   10450             : importlib__bootstrap_toplevel_consts_37_consts_3 = {
   10451             :     .ob_base = {
   10452             :         .ob_base = {
   10453             :             .ob_refcnt = 999999999,
   10454             :             .ob_type = &PyCode_Type,
   10455             :         },
   10456             :         .ob_size = 64,
   10457             :     },
   10458             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_3_consts._object.ob_base.ob_base,
   10459             :     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_3_names._object.ob_base.ob_base,
   10460             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   10461             :     .co_flags = 3,
   10462             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   10463             :     ._co_linearray_entry_size = 0,
   10464             :     .co_argcount = 1,
   10465             :     .co_posonlyargcount = 0,
   10466             :     .co_kwonlyargcount = 0,
   10467             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   10468             :     .co_stacksize = 5,
   10469             :     .co_firstlineno = 737,
   10470             :     .co_nlocalsplus = 1,
   10471             :     .co_nlocals = 1,
   10472             :     .co_nplaincellvars = 0,
   10473             :     .co_ncellvars = 0,
   10474             :     .co_nfreevars = 0,
   10475             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
   10476             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   10477             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   10478             :     .co_name = & const_str_module_repr._ascii.ob_base,
   10479             :     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_3_qualname._ascii.ob_base,
   10480             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_3_linetable.ob_base.ob_base,
   10481             :     ._co_code = NULL,
   10482             :     ._co_linearray = NULL,
   10483             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x64\x03\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x04\x9d\x05\x53\x00",
   10484             :     ._co_firsttraceable = 0,
   10485             : };
   10486             : static
   10487             :     struct {
   10488             :         PyGC_Head _gc_head;
   10489             :         struct {
   10490             :             PyObject_VAR_HEAD
   10491             :             PyObject *ob_item[2];
   10492             :         }_object;
   10493             :     }
   10494             : importlib__bootstrap_toplevel_consts_37_consts_5_consts = {
   10495             :     ._object = {
   10496             :         .ob_base = {
   10497             :             .ob_base = {
   10498             :                 .ob_refcnt = 999999999,
   10499             :                 .ob_type = &PyTuple_Type,
   10500             :             },
   10501             :             .ob_size = 2,
   10502             :         },
   10503             :         .ob_item = {
   10504             :             Py_None,
   10505             :             & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
   10506             :         },
   10507             :     },
   10508             : };
   10509             : static
   10510             :     struct {
   10511             :         PyASCIIObject _ascii;
   10512             :         uint8_t _data[11];
   10513             :     }
   10514             : const_str_is_builtin = {
   10515             :     ._ascii = {
   10516             :         .ob_base = {
   10517             :             .ob_refcnt = 999999999,
   10518             :             .ob_type = &PyUnicode_Type,
   10519             :         },
   10520             :         .length = 10,
   10521             :         .hash = -1,
   10522             :         .state = {
   10523             :             .kind = 1,
   10524             :             .compact = 1,
   10525             :             .ascii = 1,
   10526             :         },
   10527             :     },
   10528             :     ._data = "is_builtin",
   10529             : };
   10530             : static
   10531             :     struct {
   10532             :         PyGC_Head _gc_head;
   10533             :         struct {
   10534             :             PyObject_VAR_HEAD
   10535             :             PyObject *ob_item[4];
   10536             :         }_object;
   10537             :     }
   10538             : importlib__bootstrap_toplevel_consts_37_consts_5_names = {
   10539             :     ._object = {
   10540             :         .ob_base = {
   10541             :             .ob_base = {
   10542             :                 .ob_refcnt = 999999999,
   10543             :                 .ob_type = &PyTuple_Type,
   10544             :             },
   10545             :             .ob_size = 4,
   10546             :         },
   10547             :         .ob_item = {
   10548             :             & const_str__imp._ascii.ob_base,
   10549             :             & const_str_is_builtin._ascii.ob_base,
   10550             :             & const_str_spec_from_loader._ascii.ob_base,
   10551             :             & const_str__ORIGIN._ascii.ob_base,
   10552             :         },
   10553             :     },
   10554             : };
   10555             : static
   10556             :     struct {
   10557             :         PyASCIIObject _ascii;
   10558             :         uint8_t _data[10];
   10559             :     }
   10560             : const_str_find_spec = {
   10561             :     ._ascii = {
   10562             :         .ob_base = {
   10563             :             .ob_refcnt = 999999999,
   10564             :             .ob_type = &PyUnicode_Type,
   10565             :         },
   10566             :         .length = 9,
   10567             :         .hash = -1,
   10568             :         .state = {
   10569             :             .kind = 1,
   10570             :             .compact = 1,
   10571             :             .ascii = 1,
   10572             :         },
   10573             :     },
   10574             :     ._data = "find_spec",
   10575             : };
   10576             : static
   10577             :     struct {
   10578             :         PyASCIIObject _ascii;
   10579             :         uint8_t _data[26];
   10580             :     }
   10581             : importlib__bootstrap_toplevel_consts_37_consts_5_qualname = {
   10582             :     ._ascii = {
   10583             :         .ob_base = {
   10584             :             .ob_refcnt = 999999999,
   10585             :             .ob_type = &PyUnicode_Type,
   10586             :         },
   10587             :         .length = 25,
   10588             :         .hash = -1,
   10589             :         .state = {
   10590             :             .kind = 1,
   10591             :             .compact = 1,
   10592             :             .ascii = 1,
   10593             :         },
   10594             :     },
   10595             :     ._data = "BuiltinImporter.find_spec",
   10596             : };
   10597             : static
   10598             :     struct {
   10599             :         PyObject_VAR_HEAD
   10600             :         Py_hash_t ob_shash;
   10601             :         char ob_sval[60];
   10602             :     }
   10603             : importlib__bootstrap_toplevel_consts_37_consts_5_linetable = {
   10604             :     .ob_base = {
   10605             :         .ob_base = {
   10606             :             .ob_refcnt = 999999999,
   10607             :             .ob_type = &PyBytes_Type,
   10608             :         },
   10609             :         .ob_size = 59,
   10610             :     },
   10611             :     .ob_shash = -1,
   10612             :     .ob_sval = "\x80\x00\xe0\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xdd\x0b\x0f\x8f\x3f\x89\x3f\x98\x38\xd4\x0b\x24\xf0\x00\x03\x09\x18\xdd\x13\x23\xa0\x48\xa8\x63\xb8\x23\xbf\x2b\xb9\x2b\xd0\x13\x46\xd4\x13\x46\xd0\x0c\x46\xe0\x13\x17\x90\x34",
   10613             : };
   10614             : static
   10615             :     struct {
   10616             :         PyASCIIObject _ascii;
   10617             :         uint8_t _data[4];
   10618             :     }
   10619             : const_str_cls = {
   10620             :     ._ascii = {
   10621             :         .ob_base = {
   10622             :             .ob_refcnt = 999999999,
   10623             :             .ob_type = &PyUnicode_Type,
   10624             :         },
   10625             :         .length = 3,
   10626             :         .hash = -1,
   10627             :         .state = {
   10628             :             .kind = 1,
   10629             :             .compact = 1,
   10630             :             .ascii = 1,
   10631             :         },
   10632             :     },
   10633             :     ._data = "cls",
   10634             : };
   10635             : static
   10636             :     struct {
   10637             :         PyASCIIObject _ascii;
   10638             :         uint8_t _data[7];
   10639             :     }
   10640             : const_str_target = {
   10641             :     ._ascii = {
   10642             :         .ob_base = {
   10643             :             .ob_refcnt = 999999999,
   10644             :             .ob_type = &PyUnicode_Type,
   10645             :         },
   10646             :         .length = 6,
   10647             :         .hash = -1,
   10648             :         .state = {
   10649             :             .kind = 1,
   10650             :             .compact = 1,
   10651             :             .ascii = 1,
   10652             :         },
   10653             :     },
   10654             :     ._data = "target",
   10655             : };
   10656             : static
   10657             :     struct {
   10658             :         PyGC_Head _gc_head;
   10659             :         struct {
   10660             :             PyObject_VAR_HEAD
   10661             :             PyObject *ob_item[4];
   10662             :         }_object;
   10663             :     }
   10664             : importlib__bootstrap_toplevel_consts_37_consts_5_localsplusnames = {
   10665             :     ._object = {
   10666             :         .ob_base = {
   10667             :             .ob_base = {
   10668             :                 .ob_refcnt = 999999999,
   10669             :                 .ob_type = &PyTuple_Type,
   10670             :             },
   10671             :             .ob_size = 4,
   10672             :         },
   10673             :         .ob_item = {
   10674             :             & const_str_cls._ascii.ob_base,
   10675             :             & const_str_fullname._ascii.ob_base,
   10676             :             &_Py_ID(path),
   10677             :             & const_str_target._ascii.ob_base,
   10678             :         },
   10679             :     },
   10680             : };
   10681             : static
   10682             :     struct _PyCode_DEF(112)
   10683             : importlib__bootstrap_toplevel_consts_37_consts_5 = {
   10684             :     .ob_base = {
   10685             :         .ob_base = {
   10686             :             .ob_refcnt = 999999999,
   10687             :             .ob_type = &PyCode_Type,
   10688             :         },
   10689             :         .ob_size = 56,
   10690             :     },
   10691             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_5_consts._object.ob_base.ob_base,
   10692             :     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_5_names._object.ob_base.ob_base,
   10693             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   10694             :     .co_flags = 3,
   10695             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   10696             :     ._co_linearray_entry_size = 0,
   10697             :     .co_argcount = 4,
   10698             :     .co_posonlyargcount = 0,
   10699             :     .co_kwonlyargcount = 0,
   10700             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   10701             :     .co_stacksize = 5,
   10702             :     .co_firstlineno = 748,
   10703             :     .co_nlocalsplus = 4,
   10704             :     .co_nlocals = 4,
   10705             :     .co_nplaincellvars = 0,
   10706             :     .co_ncellvars = 0,
   10707             :     .co_nfreevars = 0,
   10708             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_5_localsplusnames._object.ob_base.ob_base,
   10709             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   10710             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   10711             :     .co_name = & const_str_find_spec._ascii.ob_base,
   10712             :     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_5_qualname._ascii.ob_base,
   10713             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_5_linetable.ob_base.ob_base,
   10714             :     ._co_code = NULL,
   10715             :     ._co_linearray = NULL,
   10716             :     .co_code_adaptive = "\x97\x00\x7c\x02\x81\x02\x64\x00\x53\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x00\x53\x00",
   10717             :     ._co_firsttraceable = 0,
   10718             : };
   10719             : static
   10720             :     struct {
   10721             :         PyASCIIObject _ascii;
   10722             :         uint8_t _data[176];
   10723             :     }
   10724             : importlib__bootstrap_toplevel_consts_37_consts_6_consts_0 = {
   10725             :     ._ascii = {
   10726             :         .ob_base = {
   10727             :             .ob_refcnt = 999999999,
   10728             :             .ob_type = &PyUnicode_Type,
   10729             :         },
   10730             :         .length = 175,
   10731             :         .hash = -1,
   10732             :         .state = {
   10733             :             .kind = 1,
   10734             :             .compact = 1,
   10735             :             .ascii = 1,
   10736             :         },
   10737             :     },
   10738             :     ._data = "\x46\x69\x6e\x64\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x27\x70\x61\x74\x68\x27\x20\x69\x73\x20\x65\x76\x65\x72\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x74\x68\x65\x6e\x20\x74\x68\x65\x20\x73\x65\x61\x72\x63\x68\x20\x69\x73\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x65\x64\x20\x61\x20\x66\x61\x69\x6c\x75\x72\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   10739             : };
   10740             : static
   10741             :     struct {
   10742             :         PyASCIIObject _ascii;
   10743             :         uint8_t _data[107];
   10744             :     }
   10745             : importlib__bootstrap_toplevel_consts_37_consts_6_consts_1 = {
   10746             :     ._ascii = {
   10747             :         .ob_base = {
   10748             :             .ob_refcnt = 999999999,
   10749             :             .ob_type = &PyUnicode_Type,
   10750             :         },
   10751             :         .length = 106,
   10752             :         .hash = -1,
   10753             :         .state = {
   10754             :             .kind = 1,
   10755             :             .compact = 1,
   10756             :             .ascii = 1,
   10757             :         },
   10758             :     },
   10759             :     ._data = "BuiltinImporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
   10760             : };
   10761             : static
   10762             :     struct {
   10763             :         PyGC_Head _gc_head;
   10764             :         struct {
   10765             :             PyObject_VAR_HEAD
   10766             :             PyObject *ob_item[3];
   10767             :         }_object;
   10768             :     }
   10769             : importlib__bootstrap_toplevel_consts_37_consts_6_consts = {
   10770             :     ._object = {
   10771             :         .ob_base = {
   10772             :             .ob_base = {
   10773             :                 .ob_refcnt = 999999999,
   10774             :                 .ob_type = &PyTuple_Type,
   10775             :             },
   10776             :             .ob_size = 3,
   10777             :         },
   10778             :         .ob_item = {
   10779             :             & importlib__bootstrap_toplevel_consts_37_consts_6_consts_0._ascii.ob_base,
   10780             :             & importlib__bootstrap_toplevel_consts_37_consts_6_consts_1._ascii.ob_base,
   10781             :             Py_None,
   10782             :         },
   10783             :     },
   10784             : };
   10785             : static
   10786             :     struct {
   10787             :         PyGC_Head _gc_head;
   10788             :         struct {
   10789             :             PyObject_VAR_HEAD
   10790             :             PyObject *ob_item[5];
   10791             :         }_object;
   10792             :     }
   10793             : importlib__bootstrap_toplevel_consts_37_consts_6_names = {
   10794             :     ._object = {
   10795             :         .ob_base = {
   10796             :             .ob_base = {
   10797             :                 .ob_refcnt = 999999999,
   10798             :                 .ob_type = &PyTuple_Type,
   10799             :             },
   10800             :             .ob_size = 5,
   10801             :         },
   10802             :         .ob_item = {
   10803             :             & const_str__warnings._ascii.ob_base,
   10804             :             & const_str_warn._ascii.ob_base,
   10805             :             & const_str_DeprecationWarning._ascii.ob_base,
   10806             :             & const_str_find_spec._ascii.ob_base,
   10807             :             & const_str_loader._ascii.ob_base,
   10808             :         },
   10809             :     },
   10810             : };
   10811             : static
   10812             :     struct {
   10813             :         PyASCIIObject _ascii;
   10814             :         uint8_t _data[12];
   10815             :     }
   10816             : const_str_find_module = {
   10817             :     ._ascii = {
   10818             :         .ob_base = {
   10819             :             .ob_refcnt = 999999999,
   10820             :             .ob_type = &PyUnicode_Type,
   10821             :         },
   10822             :         .length = 11,
   10823             :         .hash = -1,
   10824             :         .state = {
   10825             :             .kind = 1,
   10826             :             .compact = 1,
   10827             :             .ascii = 1,
   10828             :         },
   10829             :     },
   10830             :     ._data = "find_module",
   10831             : };
   10832             : static
   10833             :     struct {
   10834             :         PyASCIIObject _ascii;
   10835             :         uint8_t _data[28];
   10836             :     }
   10837             : importlib__bootstrap_toplevel_consts_37_consts_6_qualname = {
   10838             :     ._ascii = {
   10839             :         .ob_base = {
   10840             :             .ob_refcnt = 999999999,
   10841             :             .ob_type = &PyUnicode_Type,
   10842             :         },
   10843             :         .length = 27,
   10844             :         .hash = -1,
   10845             :         .state = {
   10846             :             .kind = 1,
   10847             :             .compact = 1,
   10848             :             .ascii = 1,
   10849             :         },
   10850             :     },
   10851             :     ._data = "BuiltinImporter.find_module",
   10852             : };
   10853             : static
   10854             :     struct {
   10855             :         PyObject_VAR_HEAD
   10856             :         Py_hash_t ob_shash;
   10857             :         char ob_sval[68];
   10858             :     }
   10859             : importlib__bootstrap_toplevel_consts_37_consts_6_linetable = {
   10860             :     .ob_base = {
   10861             :         .ob_base = {
   10862             :             .ob_refcnt = 999999999,
   10863             :             .ob_type = &PyBytes_Type,
   10864             :         },
   10865             :         .ob_size = 67,
   10866             :     },
   10867             :     .ob_shash = -1,
   10868             :     .ob_sval = "\x80\x00\xf5\x12\x00\x09\x12\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x89\x7d\x98\x58\xa0\x74\xd4\x0f\x2c\x88\x04\xd8\x1e\x22\xd0\x0f\x38\x88\x74\x8f\x7b\x89\x7b\x88\x7b\xb0\x44\xd0\x08\x38",
   10869             : };
   10870             : static
   10871             :     struct {
   10872             :         PyGC_Head _gc_head;
   10873             :         struct {
   10874             :             PyObject_VAR_HEAD
   10875             :             PyObject *ob_item[4];
   10876             :         }_object;
   10877             :     }
   10878             : importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames = {
   10879             :     ._object = {
   10880             :         .ob_base = {
   10881             :             .ob_base = {
   10882             :                 .ob_refcnt = 999999999,
   10883             :                 .ob_type = &PyTuple_Type,
   10884             :             },
   10885             :             .ob_size = 4,
   10886             :         },
   10887             :         .ob_item = {
   10888             :             & const_str_cls._ascii.ob_base,
   10889             :             & const_str_fullname._ascii.ob_base,
   10890             :             &_Py_ID(path),
   10891             :             & const_str_spec._ascii.ob_base,
   10892             :         },
   10893             :     },
   10894             : };
   10895             : static
   10896             :     struct _PyCode_DEF(130)
   10897             : importlib__bootstrap_toplevel_consts_37_consts_6 = {
   10898             :     .ob_base = {
   10899             :         .ob_base = {
   10900             :             .ob_refcnt = 999999999,
   10901             :             .ob_type = &PyCode_Type,
   10902             :         },
   10903             :         .ob_size = 65,
   10904             :     },
   10905             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_6_consts._object.ob_base.ob_base,
   10906             :     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
   10907             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   10908             :     .co_flags = 3,
   10909             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   10910             :     ._co_linearray_entry_size = 0,
   10911             :     .co_argcount = 3,
   10912             :     .co_posonlyargcount = 0,
   10913             :     .co_kwonlyargcount = 0,
   10914             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   10915             :     .co_stacksize = 4,
   10916             :     .co_firstlineno = 757,
   10917             :     .co_nlocalsplus = 4,
   10918             :     .co_nlocals = 4,
   10919             :     .co_nplaincellvars = 0,
   10920             :     .co_ncellvars = 0,
   10921             :     .co_nfreevars = 0,
   10922             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
   10923             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   10924             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   10925             :     .co_name = & const_str_find_module._ascii.ob_base,
   10926             :     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_6_qualname._ascii.ob_base,
   10927             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_6_linetable.ob_base.ob_base,
   10928             :     ._co_code = NULL,
   10929             :     ._co_linearray = NULL,
   10930             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x0c\x7c\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x64\x02\x53\x00",
   10931             :     ._co_firsttraceable = 0,
   10932             : };
   10933             : static
   10934             :     struct {
   10935             :         PyASCIIObject _ascii;
   10936             :         uint8_t _data[25];
   10937             :     }
   10938             : importlib__bootstrap_toplevel_consts_37_consts_7_consts_0 = {
   10939             :     ._ascii = {
   10940             :         .ob_base = {
   10941             :             .ob_refcnt = 999999999,
   10942             :             .ob_type = &PyUnicode_Type,
   10943             :         },
   10944             :         .length = 24,
   10945             :         .hash = -1,
   10946             :         .state = {
   10947             :             .kind = 1,
   10948             :             .compact = 1,
   10949             :             .ascii = 1,
   10950             :         },
   10951             :     },
   10952             :     ._data = "Create a built-in module",
   10953             : };
   10954             : static
   10955             :     struct {
   10956             :         PyGC_Head _gc_head;
   10957             :         struct {
   10958             :             PyObject_VAR_HEAD
   10959             :             PyObject *ob_item[3];
   10960             :         }_object;
   10961             :     }
   10962             : importlib__bootstrap_toplevel_consts_37_consts_7_consts = {
   10963             :     ._object = {
   10964             :         .ob_base = {
   10965             :             .ob_base = {
   10966             :                 .ob_refcnt = 999999999,
   10967             :                 .ob_type = &PyTuple_Type,
   10968             :             },
   10969             :             .ob_size = 3,
   10970             :         },
   10971             :         .ob_item = {
   10972             :             & importlib__bootstrap_toplevel_consts_37_consts_7_consts_0._ascii.ob_base,
   10973             :             & importlib__bootstrap_toplevel_consts_19_consts_1_consts_1._ascii.ob_base,
   10974             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
   10975             :         },
   10976             :     },
   10977             : };
   10978             : static
   10979             :     struct {
   10980             :         PyASCIIObject _ascii;
   10981             :         uint8_t _data[15];
   10982             :     }
   10983             : const_str_create_builtin = {
   10984             :     ._ascii = {
   10985             :         .ob_base = {
   10986             :             .ob_refcnt = 999999999,
   10987             :             .ob_type = &PyUnicode_Type,
   10988             :         },
   10989             :         .length = 14,
   10990             :         .hash = -1,
   10991             :         .state = {
   10992             :             .kind = 1,
   10993             :             .compact = 1,
   10994             :             .ascii = 1,
   10995             :         },
   10996             :     },
   10997             :     ._data = "create_builtin",
   10998             : };
   10999             : static
   11000             :     struct {
   11001             :         PyGC_Head _gc_head;
   11002             :         struct {
   11003             :             PyObject_VAR_HEAD
   11004             :             PyObject *ob_item[8];
   11005             :         }_object;
   11006             :     }
   11007             : importlib__bootstrap_toplevel_consts_37_consts_7_names = {
   11008             :     ._object = {
   11009             :         .ob_base = {
   11010             :             .ob_base = {
   11011             :                 .ob_refcnt = 999999999,
   11012             :                 .ob_type = &PyTuple_Type,
   11013             :             },
   11014             :             .ob_size = 8,
   11015             :         },
   11016             :         .ob_item = {
   11017             :             &_Py_ID(name),
   11018             :             & const_str_sys._ascii.ob_base,
   11019             :             & const_str_builtin_module_names._ascii.ob_base,
   11020             :             & const_str_ImportError._ascii.ob_base,
   11021             :             & const_str_format._ascii.ob_base,
   11022             :             & const_str__call_with_frames_removed._ascii.ob_base,
   11023             :             & const_str__imp._ascii.ob_base,
   11024             :             & const_str_create_builtin._ascii.ob_base,
   11025             :         },
   11026             :     },
   11027             : };
   11028             : static
   11029             :     struct {
   11030             :         PyASCIIObject _ascii;
   11031             :         uint8_t _data[30];
   11032             :     }
   11033             : importlib__bootstrap_toplevel_consts_37_consts_7_qualname = {
   11034             :     ._ascii = {
   11035             :         .ob_base = {
   11036             :             .ob_refcnt = 999999999,
   11037             :             .ob_type = &PyUnicode_Type,
   11038             :         },
   11039             :         .length = 29,
   11040             :         .hash = -1,
   11041             :         .state = {
   11042             :             .kind = 1,
   11043             :             .compact = 1,
   11044             :             .ascii = 1,
   11045             :         },
   11046             :     },
   11047             :     ._data = "BuiltinImporter.create_module",
   11048             : };
   11049             : static
   11050             :     struct {
   11051             :         PyObject_VAR_HEAD
   11052             :         Py_hash_t ob_shash;
   11053             :         char ob_sval[90];
   11054             :     }
   11055             : importlib__bootstrap_toplevel_consts_37_consts_7_linetable = {
   11056             :     .ob_base = {
   11057             :         .ob_base = {
   11058             :             .ob_refcnt = 999999999,
   11059             :             .ob_type = &PyBytes_Type,
   11060             :         },
   11061             :         .ob_size = 89,
   11062             :     },
   11063             :     .ob_shash = -1,
   11064             :     .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\x8f\x39\x89\x39\x9d\x43\xd7\x1c\x34\xd1\x1c\x34\xd0\x0b\x34\xf0\x00\x02\x09\x2e\xdd\x12\x1d\xd0\x1e\x3d\xd7\x1e\x44\xd1\x1e\x44\xc0\x54\xc7\x59\xc1\x59\xd4\x1e\x4f\xd8\x23\x27\xa7\x39\xa1\x39\xf0\x03\x01\x13\x2e\xf4\x00\x01\x13\x2e\xf0\x00\x01\x0d\x2e\xe5\x0f\x28\xad\x14\xd7\x29\x3c\xd1\x29\x3c\xb8\x64\xd4\x0f\x43\xd0\x08\x43",
   11065             : };
   11066             : static
   11067             :     struct _PyCode_DEF(220)
   11068             : importlib__bootstrap_toplevel_consts_37_consts_7 = {
   11069             :     .ob_base = {
   11070             :         .ob_base = {
   11071             :             .ob_refcnt = 999999999,
   11072             :             .ob_type = &PyCode_Type,
   11073             :         },
   11074             :         .ob_size = 110,
   11075             :     },
   11076             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_7_consts._object.ob_base.ob_base,
   11077             :     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_7_names._object.ob_base.ob_base,
   11078             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   11079             :     .co_flags = 3,
   11080             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   11081             :     ._co_linearray_entry_size = 0,
   11082             :     .co_argcount = 1,
   11083             :     .co_posonlyargcount = 0,
   11084             :     .co_kwonlyargcount = 0,
   11085             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   11086             :     .co_stacksize = 5,
   11087             :     .co_firstlineno = 772,
   11088             :     .co_nlocalsplus = 1,
   11089             :     .co_nlocals = 1,
   11090             :     .co_nplaincellvars = 0,
   11091             :     .co_ncellvars = 0,
   11092             :     .co_nfreevars = 0,
   11093             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
   11094             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   11095             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   11096             :     .co_name = & const_str_create_module._ascii.ob_base,
   11097             :     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_7_qualname._ascii.ob_base,
   11098             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_7_linetable.ob_base.ob_base,
   11099             :     ._co_code = NULL,
   11100             :     ._co_linearray = NULL,
   11101             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x33\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   11102             :     ._co_firsttraceable = 0,
   11103             : };
   11104             : static
   11105             :     struct {
   11106             :         PyASCIIObject _ascii;
   11107             :         uint8_t _data[23];
   11108             :     }
   11109             : importlib__bootstrap_toplevel_consts_37_consts_8_consts_0 = {
   11110             :     ._ascii = {
   11111             :         .ob_base = {
   11112             :             .ob_refcnt = 999999999,
   11113             :             .ob_type = &PyUnicode_Type,
   11114             :         },
   11115             :         .length = 22,
   11116             :         .hash = -1,
   11117             :         .state = {
   11118             :             .kind = 1,
   11119             :             .compact = 1,
   11120             :             .ascii = 1,
   11121             :         },
   11122             :     },
   11123             :     ._data = "Exec a built-in module",
   11124             : };
   11125             : static
   11126             :     struct {
   11127             :         PyGC_Head _gc_head;
   11128             :         struct {
   11129             :             PyObject_VAR_HEAD
   11130             :             PyObject *ob_item[2];
   11131             :         }_object;
   11132             :     }
   11133             : importlib__bootstrap_toplevel_consts_37_consts_8_consts = {
   11134             :     ._object = {
   11135             :         .ob_base = {
   11136             :             .ob_base = {
   11137             :                 .ob_refcnt = 999999999,
   11138             :                 .ob_type = &PyTuple_Type,
   11139             :             },
   11140             :             .ob_size = 2,
   11141             :         },
   11142             :         .ob_item = {
   11143             :             & importlib__bootstrap_toplevel_consts_37_consts_8_consts_0._ascii.ob_base,
   11144             :             Py_None,
   11145             :         },
   11146             :     },
   11147             : };
   11148             : static
   11149             :     struct {
   11150             :         PyASCIIObject _ascii;
   11151             :         uint8_t _data[13];
   11152             :     }
   11153             : const_str_exec_builtin = {
   11154             :     ._ascii = {
   11155             :         .ob_base = {
   11156             :             .ob_refcnt = 999999999,
   11157             :             .ob_type = &PyUnicode_Type,
   11158             :         },
   11159             :         .length = 12,
   11160             :         .hash = -1,
   11161             :         .state = {
   11162             :             .kind = 1,
   11163             :             .compact = 1,
   11164             :             .ascii = 1,
   11165             :         },
   11166             :     },
   11167             :     ._data = "exec_builtin",
   11168             : };
   11169             : static
   11170             :     struct {
   11171             :         PyGC_Head _gc_head;
   11172             :         struct {
   11173             :             PyObject_VAR_HEAD
   11174             :             PyObject *ob_item[3];
   11175             :         }_object;
   11176             :     }
   11177             : importlib__bootstrap_toplevel_consts_37_consts_8_names = {
   11178             :     ._object = {
   11179             :         .ob_base = {
   11180             :             .ob_base = {
   11181             :                 .ob_refcnt = 999999999,
   11182             :                 .ob_type = &PyTuple_Type,
   11183             :             },
   11184             :             .ob_size = 3,
   11185             :         },
   11186             :         .ob_item = {
   11187             :             & const_str__call_with_frames_removed._ascii.ob_base,
   11188             :             & const_str__imp._ascii.ob_base,
   11189             :             & const_str_exec_builtin._ascii.ob_base,
   11190             :         },
   11191             :     },
   11192             : };
   11193             : static
   11194             :     struct {
   11195             :         PyASCIIObject _ascii;
   11196             :         uint8_t _data[28];
   11197             :     }
   11198             : importlib__bootstrap_toplevel_consts_37_consts_8_qualname = {
   11199             :     ._ascii = {
   11200             :         .ob_base = {
   11201             :             .ob_refcnt = 999999999,
   11202             :             .ob_type = &PyUnicode_Type,
   11203             :         },
   11204             :         .length = 27,
   11205             :         .hash = -1,
   11206             :         .state = {
   11207             :             .kind = 1,
   11208             :             .compact = 1,
   11209             :             .ascii = 1,
   11210             :         },
   11211             :     },
   11212             :     ._data = "BuiltinImporter.exec_module",
   11213             : };
   11214             : static
   11215             :     struct {
   11216             :         PyObject_VAR_HEAD
   11217             :         Py_hash_t ob_shash;
   11218             :         char ob_sval[30];
   11219             :     }
   11220             : importlib__bootstrap_toplevel_consts_37_consts_8_linetable = {
   11221             :     .ob_base = {
   11222             :         .ob_base = {
   11223             :             .ob_refcnt = 999999999,
   11224             :             .ob_type = &PyBytes_Type,
   11225             :         },
   11226             :         .ob_size = 29,
   11227             :     },
   11228             :     .ob_shash = -1,
   11229             :     .ob_sval = "\x80\x00\xf5\x06\x00\x09\x22\xa5\x24\xd7\x22\x33\xd1\x22\x33\xb0\x56\xd4\x08\x3c\xd0\x08\x3c\xd0\x08\x3c\xd0\x08\x3c",
   11230             : };
   11231             : static
   11232             :     struct _PyCode_DEF(64)
   11233             : importlib__bootstrap_toplevel_consts_37_consts_8 = {
   11234             :     .ob_base = {
   11235             :         .ob_base = {
   11236             :             .ob_refcnt = 999999999,
   11237             :             .ob_type = &PyCode_Type,
   11238             :         },
   11239             :         .ob_size = 32,
   11240             :     },
   11241             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_8_consts._object.ob_base.ob_base,
   11242             :     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_8_names._object.ob_base.ob_base,
   11243             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   11244             :     .co_flags = 3,
   11245             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   11246             :     ._co_linearray_entry_size = 0,
   11247             :     .co_argcount = 1,
   11248             :     .co_posonlyargcount = 0,
   11249             :     .co_kwonlyargcount = 0,
   11250             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   11251             :     .co_stacksize = 4,
   11252             :     .co_firstlineno = 780,
   11253             :     .co_nlocalsplus = 1,
   11254             :     .co_nlocals = 1,
   11255             :     .co_nplaincellvars = 0,
   11256             :     .co_ncellvars = 0,
   11257             :     .co_nfreevars = 0,
   11258             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
   11259             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   11260             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   11261             :     .co_name = & const_str_exec_module._ascii.ob_base,
   11262             :     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_8_qualname._ascii.ob_base,
   11263             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_8_linetable.ob_base.ob_base,
   11264             :     ._co_code = NULL,
   11265             :     ._co_linearray = NULL,
   11266             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   11267             :     ._co_firsttraceable = 0,
   11268             : };
   11269             : static
   11270             :     struct {
   11271             :         PyASCIIObject _ascii;
   11272             :         uint8_t _data[58];
   11273             :     }
   11274             : importlib__bootstrap_toplevel_consts_37_consts_9_consts_0 = {
   11275             :     ._ascii = {
   11276             :         .ob_base = {
   11277             :             .ob_refcnt = 999999999,
   11278             :             .ob_type = &PyUnicode_Type,
   11279             :         },
   11280             :         .length = 57,
   11281             :         .hash = -1,
   11282             :         .state = {
   11283             :             .kind = 1,
   11284             :             .compact = 1,
   11285             :             .ascii = 1,
   11286             :         },
   11287             :     },
   11288             :     ._data = "Return None as built-in modules do not have code objects.",
   11289             : };
   11290             : static
   11291             :     struct {
   11292             :         PyGC_Head _gc_head;
   11293             :         struct {
   11294             :             PyObject_VAR_HEAD
   11295             :             PyObject *ob_item[2];
   11296             :         }_object;
   11297             :     }
   11298             : importlib__bootstrap_toplevel_consts_37_consts_9_consts = {
   11299             :     ._object = {
   11300             :         .ob_base = {
   11301             :             .ob_base = {
   11302             :                 .ob_refcnt = 999999999,
   11303             :                 .ob_type = &PyTuple_Type,
   11304             :             },
   11305             :             .ob_size = 2,
   11306             :         },
   11307             :         .ob_item = {
   11308             :             & importlib__bootstrap_toplevel_consts_37_consts_9_consts_0._ascii.ob_base,
   11309             :             Py_None,
   11310             :         },
   11311             :     },
   11312             : };
   11313             : static
   11314             :     struct {
   11315             :         PyASCIIObject _ascii;
   11316             :         uint8_t _data[9];
   11317             :     }
   11318             : const_str_get_code = {
   11319             :     ._ascii = {
   11320             :         .ob_base = {
   11321             :             .ob_refcnt = 999999999,
   11322             :             .ob_type = &PyUnicode_Type,
   11323             :         },
   11324             :         .length = 8,
   11325             :         .hash = -1,
   11326             :         .state = {
   11327             :             .kind = 1,
   11328             :             .compact = 1,
   11329             :             .ascii = 1,
   11330             :         },
   11331             :     },
   11332             :     ._data = "get_code",
   11333             : };
   11334             : static
   11335             :     struct {
   11336             :         PyASCIIObject _ascii;
   11337             :         uint8_t _data[25];
   11338             :     }
   11339             : importlib__bootstrap_toplevel_consts_37_consts_9_qualname = {
   11340             :     ._ascii = {
   11341             :         .ob_base = {
   11342             :             .ob_refcnt = 999999999,
   11343             :             .ob_type = &PyUnicode_Type,
   11344             :         },
   11345             :         .length = 24,
   11346             :         .hash = -1,
   11347             :         .state = {
   11348             :             .kind = 1,
   11349             :             .compact = 1,
   11350             :             .ascii = 1,
   11351             :         },
   11352             :     },
   11353             :     ._data = "BuiltinImporter.get_code",
   11354             : };
   11355             : static
   11356             :     struct {
   11357             :         PyObject_VAR_HEAD
   11358             :         Py_hash_t ob_shash;
   11359             :         char ob_sval[10];
   11360             :     }
   11361             : importlib__bootstrap_toplevel_consts_37_consts_9_linetable = {
   11362             :     .ob_base = {
   11363             :         .ob_base = {
   11364             :             .ob_refcnt = 999999999,
   11365             :             .ob_type = &PyBytes_Type,
   11366             :         },
   11367             :         .ob_size = 9,
   11368             :     },
   11369             :     .ob_shash = -1,
   11370             :     .ob_sval = "\x80\x00\xf0\x08\x00\x10\x14\x88\x74",
   11371             : };
   11372             : static
   11373             :     struct {
   11374             :         PyGC_Head _gc_head;
   11375             :         struct {
   11376             :             PyObject_VAR_HEAD
   11377             :             PyObject *ob_item[2];
   11378             :         }_object;
   11379             :     }
   11380             : importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames = {
   11381             :     ._object = {
   11382             :         .ob_base = {
   11383             :             .ob_base = {
   11384             :                 .ob_refcnt = 999999999,
   11385             :                 .ob_type = &PyTuple_Type,
   11386             :             },
   11387             :             .ob_size = 2,
   11388             :         },
   11389             :         .ob_item = {
   11390             :             & const_str_cls._ascii.ob_base,
   11391             :             & const_str_fullname._ascii.ob_base,
   11392             :         },
   11393             :     },
   11394             : };
   11395             : static
   11396             :     struct _PyCode_DEF(6)
   11397             : importlib__bootstrap_toplevel_consts_37_consts_9 = {
   11398             :     .ob_base = {
   11399             :         .ob_base = {
   11400             :             .ob_refcnt = 999999999,
   11401             :             .ob_type = &PyCode_Type,
   11402             :         },
   11403             :         .ob_size = 3,
   11404             :     },
   11405             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_9_consts._object.ob_base.ob_base,
   11406             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   11407             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   11408             :     .co_flags = 3,
   11409             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   11410             :     ._co_linearray_entry_size = 0,
   11411             :     .co_argcount = 2,
   11412             :     .co_posonlyargcount = 0,
   11413             :     .co_kwonlyargcount = 0,
   11414             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   11415             :     .co_stacksize = 1,
   11416             :     .co_firstlineno = 785,
   11417             :     .co_nlocalsplus = 2,
   11418             :     .co_nlocals = 2,
   11419             :     .co_nplaincellvars = 0,
   11420             :     .co_ncellvars = 0,
   11421             :     .co_nfreevars = 0,
   11422             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
   11423             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   11424             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   11425             :     .co_name = & const_str_get_code._ascii.ob_base,
   11426             :     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_9_qualname._ascii.ob_base,
   11427             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
   11428             :     ._co_code = NULL,
   11429             :     ._co_linearray = NULL,
   11430             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   11431             :     ._co_firsttraceable = 0,
   11432             : };
   11433             : static
   11434             :     struct {
   11435             :         PyASCIIObject _ascii;
   11436             :         uint8_t _data[57];
   11437             :     }
   11438             : importlib__bootstrap_toplevel_consts_37_consts_10_consts_0 = {
   11439             :     ._ascii = {
   11440             :         .ob_base = {
   11441             :             .ob_refcnt = 999999999,
   11442             :             .ob_type = &PyUnicode_Type,
   11443             :         },
   11444             :         .length = 56,
   11445             :         .hash = -1,
   11446             :         .state = {
   11447             :             .kind = 1,
   11448             :             .compact = 1,
   11449             :             .ascii = 1,
   11450             :         },
   11451             :     },
   11452             :     ._data = "Return None as built-in modules do not have source code.",
   11453             : };
   11454             : static
   11455             :     struct {
   11456             :         PyGC_Head _gc_head;
   11457             :         struct {
   11458             :             PyObject_VAR_HEAD
   11459             :             PyObject *ob_item[2];
   11460             :         }_object;
   11461             :     }
   11462             : importlib__bootstrap_toplevel_consts_37_consts_10_consts = {
   11463             :     ._object = {
   11464             :         .ob_base = {
   11465             :             .ob_base = {
   11466             :                 .ob_refcnt = 999999999,
   11467             :                 .ob_type = &PyTuple_Type,
   11468             :             },
   11469             :             .ob_size = 2,
   11470             :         },
   11471             :         .ob_item = {
   11472             :             & importlib__bootstrap_toplevel_consts_37_consts_10_consts_0._ascii.ob_base,
   11473             :             Py_None,
   11474             :         },
   11475             :     },
   11476             : };
   11477             : static
   11478             :     struct {
   11479             :         PyASCIIObject _ascii;
   11480             :         uint8_t _data[27];
   11481             :     }
   11482             : importlib__bootstrap_toplevel_consts_37_consts_10_qualname = {
   11483             :     ._ascii = {
   11484             :         .ob_base = {
   11485             :             .ob_refcnt = 999999999,
   11486             :             .ob_type = &PyUnicode_Type,
   11487             :         },
   11488             :         .length = 26,
   11489             :         .hash = -1,
   11490             :         .state = {
   11491             :             .kind = 1,
   11492             :             .compact = 1,
   11493             :             .ascii = 1,
   11494             :         },
   11495             :     },
   11496             :     ._data = "BuiltinImporter.get_source",
   11497             : };
   11498             : static
   11499             :     struct _PyCode_DEF(6)
   11500             : importlib__bootstrap_toplevel_consts_37_consts_10 = {
   11501             :     .ob_base = {
   11502             :         .ob_base = {
   11503             :             .ob_refcnt = 999999999,
   11504             :             .ob_type = &PyCode_Type,
   11505             :         },
   11506             :         .ob_size = 3,
   11507             :     },
   11508             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_10_consts._object.ob_base.ob_base,
   11509             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   11510             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   11511             :     .co_flags = 3,
   11512             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   11513             :     ._co_linearray_entry_size = 0,
   11514             :     .co_argcount = 2,
   11515             :     .co_posonlyargcount = 0,
   11516             :     .co_kwonlyargcount = 0,
   11517             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   11518             :     .co_stacksize = 1,
   11519             :     .co_firstlineno = 791,
   11520             :     .co_nlocalsplus = 2,
   11521             :     .co_nlocals = 2,
   11522             :     .co_nplaincellvars = 0,
   11523             :     .co_ncellvars = 0,
   11524             :     .co_nfreevars = 0,
   11525             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
   11526             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   11527             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   11528             :     .co_name = &_Py_ID(get_source),
   11529             :     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_10_qualname._ascii.ob_base,
   11530             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
   11531             :     ._co_code = NULL,
   11532             :     ._co_linearray = NULL,
   11533             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   11534             :     ._co_firsttraceable = 0,
   11535             : };
   11536             : static
   11537             :     struct {
   11538             :         PyASCIIObject _ascii;
   11539             :         uint8_t _data[53];
   11540             :     }
   11541             : importlib__bootstrap_toplevel_consts_37_consts_11_consts_0 = {
   11542             :     ._ascii = {
   11543             :         .ob_base = {
   11544             :             .ob_refcnt = 999999999,
   11545             :             .ob_type = &PyUnicode_Type,
   11546             :         },
   11547             :         .length = 52,
   11548             :         .hash = -1,
   11549             :         .state = {
   11550             :             .kind = 1,
   11551             :             .compact = 1,
   11552             :             .ascii = 1,
   11553             :         },
   11554             :     },
   11555             :     ._data = "Return False as built-in modules are never packages.",
   11556             : };
   11557             : static
   11558             :     struct {
   11559             :         PyGC_Head _gc_head;
   11560             :         struct {
   11561             :             PyObject_VAR_HEAD
   11562             :             PyObject *ob_item[2];
   11563             :         }_object;
   11564             :     }
   11565             : importlib__bootstrap_toplevel_consts_37_consts_11_consts = {
   11566             :     ._object = {
   11567             :         .ob_base = {
   11568             :             .ob_base = {
   11569             :                 .ob_refcnt = 999999999,
   11570             :                 .ob_type = &PyTuple_Type,
   11571             :             },
   11572             :             .ob_size = 2,
   11573             :         },
   11574             :         .ob_item = {
   11575             :             & importlib__bootstrap_toplevel_consts_37_consts_11_consts_0._ascii.ob_base,
   11576             :             Py_False,
   11577             :         },
   11578             :     },
   11579             : };
   11580             : static
   11581             :     struct {
   11582             :         PyASCIIObject _ascii;
   11583             :         uint8_t _data[27];
   11584             :     }
   11585             : importlib__bootstrap_toplevel_consts_37_consts_11_qualname = {
   11586             :     ._ascii = {
   11587             :         .ob_base = {
   11588             :             .ob_refcnt = 999999999,
   11589             :             .ob_type = &PyUnicode_Type,
   11590             :         },
   11591             :         .length = 26,
   11592             :         .hash = -1,
   11593             :         .state = {
   11594             :             .kind = 1,
   11595             :             .compact = 1,
   11596             :             .ascii = 1,
   11597             :         },
   11598             :     },
   11599             :     ._data = "BuiltinImporter.is_package",
   11600             : };
   11601             : static
   11602             :     struct {
   11603             :         PyObject_VAR_HEAD
   11604             :         Py_hash_t ob_shash;
   11605             :         char ob_sval[10];
   11606             :     }
   11607             : importlib__bootstrap_toplevel_consts_37_consts_11_linetable = {
   11608             :     .ob_base = {
   11609             :         .ob_base = {
   11610             :             .ob_refcnt = 999999999,
   11611             :             .ob_type = &PyBytes_Type,
   11612             :         },
   11613             :         .ob_size = 9,
   11614             :     },
   11615             :     .ob_shash = -1,
   11616             :     .ob_sval = "\x80\x00\xf0\x08\x00\x10\x15\x88\x75",
   11617             : };
   11618             : static
   11619             :     struct _PyCode_DEF(6)
   11620             : importlib__bootstrap_toplevel_consts_37_consts_11 = {
   11621             :     .ob_base = {
   11622             :         .ob_base = {
   11623             :             .ob_refcnt = 999999999,
   11624             :             .ob_type = &PyCode_Type,
   11625             :         },
   11626             :         .ob_size = 3,
   11627             :     },
   11628             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_11_consts._object.ob_base.ob_base,
   11629             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   11630             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   11631             :     .co_flags = 3,
   11632             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   11633             :     ._co_linearray_entry_size = 0,
   11634             :     .co_argcount = 2,
   11635             :     .co_posonlyargcount = 0,
   11636             :     .co_kwonlyargcount = 0,
   11637             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   11638             :     .co_stacksize = 1,
   11639             :     .co_firstlineno = 797,
   11640             :     .co_nlocalsplus = 2,
   11641             :     .co_nlocals = 2,
   11642             :     .co_nplaincellvars = 0,
   11643             :     .co_ncellvars = 0,
   11644             :     .co_nfreevars = 0,
   11645             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
   11646             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   11647             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   11648             :     .co_name = & const_str_is_package._ascii.ob_base,
   11649             :     .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_11_qualname._ascii.ob_base,
   11650             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_11_linetable.ob_base.ob_base,
   11651             :     ._co_code = NULL,
   11652             :     ._co_linearray = NULL,
   11653             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   11654             :     ._co_firsttraceable = 0,
   11655             : };
   11656             : static
   11657             :     struct {
   11658             :         PyGC_Head _gc_head;
   11659             :         struct {
   11660             :             PyObject_VAR_HEAD
   11661             :             PyObject *ob_item[2];
   11662             :         }_object;
   11663             :     }
   11664             : importlib__bootstrap_toplevel_consts_37_consts_12 = {
   11665             :     ._object = {
   11666             :         .ob_base = {
   11667             :             .ob_base = {
   11668             :                 .ob_refcnt = 999999999,
   11669             :                 .ob_type = &PyTuple_Type,
   11670             :             },
   11671             :             .ob_size = 2,
   11672             :         },
   11673             :         .ob_item = {
   11674             :             Py_None,
   11675             :             Py_None,
   11676             :         },
   11677             :     },
   11678             : };
   11679             : static
   11680             :     struct {
   11681             :         PyGC_Head _gc_head;
   11682             :         struct {
   11683             :             PyObject_VAR_HEAD
   11684             :             PyObject *ob_item[14];
   11685             :         }_object;
   11686             :     }
   11687             : importlib__bootstrap_toplevel_consts_37_consts = {
   11688             :     ._object = {
   11689             :         .ob_base = {
   11690             :             .ob_base = {
   11691             :                 .ob_refcnt = 999999999,
   11692             :                 .ob_type = &PyTuple_Type,
   11693             :             },
   11694             :             .ob_size = 14,
   11695             :         },
   11696             :         .ob_item = {
   11697             :             & const_str_BuiltinImporter._ascii.ob_base,
   11698             :             & importlib__bootstrap_toplevel_consts_37_consts_1._ascii.ob_base,
   11699             :             & importlib__bootstrap_toplevel_consts_37_consts_2._ascii.ob_base,
   11700             :             & importlib__bootstrap_toplevel_consts_37_consts_3.ob_base.ob_base,
   11701             :             Py_None,
   11702             :             & importlib__bootstrap_toplevel_consts_37_consts_5.ob_base.ob_base,
   11703             :             & importlib__bootstrap_toplevel_consts_37_consts_6.ob_base.ob_base,
   11704             :             & importlib__bootstrap_toplevel_consts_37_consts_7.ob_base.ob_base,
   11705             :             & importlib__bootstrap_toplevel_consts_37_consts_8.ob_base.ob_base,
   11706             :             & importlib__bootstrap_toplevel_consts_37_consts_9.ob_base.ob_base,
   11707             :             & importlib__bootstrap_toplevel_consts_37_consts_10.ob_base.ob_base,
   11708             :             & importlib__bootstrap_toplevel_consts_37_consts_11.ob_base.ob_base,
   11709             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   11710             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   11711             :         },
   11712             :     },
   11713             : };
   11714             : static
   11715             :     struct {
   11716             :         PyASCIIObject _ascii;
   11717             :         uint8_t _data[13];
   11718             :     }
   11719             : const_str_staticmethod = {
   11720             :     ._ascii = {
   11721             :         .ob_base = {
   11722             :             .ob_refcnt = 999999999,
   11723             :             .ob_type = &PyUnicode_Type,
   11724             :         },
   11725             :         .length = 12,
   11726             :         .hash = -1,
   11727             :         .state = {
   11728             :             .kind = 1,
   11729             :             .compact = 1,
   11730             :             .ascii = 1,
   11731             :         },
   11732             :     },
   11733             :     ._data = "staticmethod",
   11734             : };
   11735             : static
   11736             :     struct {
   11737             :         PyASCIIObject _ascii;
   11738             :         uint8_t _data[12];
   11739             :     }
   11740             : const_str_classmethod = {
   11741             :     ._ascii = {
   11742             :         .ob_base = {
   11743             :             .ob_refcnt = 999999999,
   11744             :             .ob_type = &PyUnicode_Type,
   11745             :         },
   11746             :         .length = 11,
   11747             :         .hash = -1,
   11748             :         .state = {
   11749             :             .kind = 1,
   11750             :             .compact = 1,
   11751             :             .ascii = 1,
   11752             :         },
   11753             :     },
   11754             :     ._data = "classmethod",
   11755             : };
   11756             : static
   11757             :     struct {
   11758             :         PyGC_Head _gc_head;
   11759             :         struct {
   11760             :             PyObject_VAR_HEAD
   11761             :             PyObject *ob_item[18];
   11762             :         }_object;
   11763             :     }
   11764             : importlib__bootstrap_toplevel_consts_37_names = {
   11765             :     ._object = {
   11766             :         .ob_base = {
   11767             :             .ob_base = {
   11768             :                 .ob_refcnt = 999999999,
   11769             :                 .ob_type = &PyTuple_Type,
   11770             :             },
   11771             :             .ob_size = 18,
   11772             :         },
   11773             :         .ob_item = {
   11774             :             &_Py_ID(__name__),
   11775             :             &_Py_ID(__module__),
   11776             :             &_Py_ID(__qualname__),
   11777             :             &_Py_ID(__doc__),
   11778             :             & const_str__ORIGIN._ascii.ob_base,
   11779             :             & const_str_staticmethod._ascii.ob_base,
   11780             :             & const_str_module_repr._ascii.ob_base,
   11781             :             & const_str_classmethod._ascii.ob_base,
   11782             :             & const_str_find_spec._ascii.ob_base,
   11783             :             & const_str_find_module._ascii.ob_base,
   11784             :             & const_str_create_module._ascii.ob_base,
   11785             :             & const_str_exec_module._ascii.ob_base,
   11786             :             & const_str__requires_builtin._ascii.ob_base,
   11787             :             & const_str_get_code._ascii.ob_base,
   11788             :             &_Py_ID(get_source),
   11789             :             & const_str_is_package._ascii.ob_base,
   11790             :             & const_str__load_module_shim._ascii.ob_base,
   11791             :             & const_str_load_module._ascii.ob_base,
   11792             :         },
   11793             :     },
   11794             : };
   11795             : static
   11796             :     struct {
   11797             :         PyObject_VAR_HEAD
   11798             :         Py_hash_t ob_shash;
   11799             :         char ob_sval[281];
   11800             :     }
   11801             : importlib__bootstrap_toplevel_consts_37_linetable = {
   11802             :     .ob_base = {
   11803             :         .ob_base = {
   11804             :             .ob_refcnt = 999999999,
   11805             :             .ob_type = &PyBytes_Type,
   11806             :         },
   11807             :         .ob_size = 280,
   11808             :     },
   11809             :     .ob_shash = -1,
   11810             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x05\x05\x08\xf0\x00\x05\x05\x08\xf0\x0e\x00\x0f\x19\x80\x47\xe0\x05\x11\xf0\x02\x08\x05\x4b\x01\xf0\x00\x08\x05\x4b\x01\xf4\x03\x00\x06\x12\xf0\x02\x08\x05\x4b\x01\xf0\x14\x00\x06\x11\xd8\x26\x2a\xf0\x00\x06\x05\x18\xf0\x00\x06\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x06\x05\x18\xf0\x10\x00\x06\x11\xd8\x28\x2c\xf0\x00\x0c\x05\x39\xf0\x00\x0c\x05\x39\xf4\x03\x00\x06\x11\xf0\x02\x0c\x05\x39\xf0\x1c\x00\x06\x12\xf0\x02\x05\x05\x44\x01\xf0\x00\x05\x05\x44\x01\xf4\x03\x00\x06\x12\xf0\x02\x05\x05\x44\x01\xf0\x0e\x00\x06\x12\xf0\x02\x02\x05\x3d\xf0\x00\x02\x05\x3d\xf4\x03\x00\x06\x12\xf0\x02\x02\x05\x3d\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf4\x03\x00\x06\x17\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf4\x03\x00\x06\x17\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x15\xf0\x00\x02\x05\x15\xf4\x03\x00\x06\x17\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x15\xf0\x08\x00\x13\x1e\x90\x2b\xd0\x1e\x2f\xd4\x12\x30\x80\x4b\x80\x4b\x80\x4b",
   11811             : };
   11812             : static
   11813             :     struct _PyCode_DEF(224)
   11814             : importlib__bootstrap_toplevel_consts_37 = {
   11815             :     .ob_base = {
   11816             :         .ob_base = {
   11817             :             .ob_refcnt = 999999999,
   11818             :             .ob_type = &PyCode_Type,
   11819             :         },
   11820             :         .ob_size = 112,
   11821             :     },
   11822             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts._object.ob_base.ob_base,
   11823             :     .co_names = & importlib__bootstrap_toplevel_consts_37_names._object.ob_base.ob_base,
   11824             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   11825             :     .co_flags = 0,
   11826             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   11827             :     ._co_linearray_entry_size = 0,
   11828             :     .co_argcount = 0,
   11829             :     .co_posonlyargcount = 0,
   11830             :     .co_kwonlyargcount = 0,
   11831             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   11832             :     .co_stacksize = 3,
   11833             :     .co_firstlineno = 726,
   11834             :     .co_nlocalsplus = 0,
   11835             :     .co_nlocals = 0,
   11836             :     .co_nplaincellvars = 0,
   11837             :     .co_ncellvars = 0,
   11838             :     .co_nfreevars = 0,
   11839             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   11840             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   11841             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   11842             :     .co_name = & const_str_BuiltinImporter._ascii.ob_base,
   11843             :     .co_qualname = & const_str_BuiltinImporter._ascii.ob_base,
   11844             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_linetable.ob_base.ob_base,
   11845             :     ._co_code = NULL,
   11846             :     ._co_linearray = NULL,
   11847             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x0c\x64\x05\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x0d\x64\x06\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x05\x64\x07\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x05\x64\x08\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x07\x65\x0c\x64\x09\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x07\x65\x0c\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x07\x65\x0c\x64\x0b\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0f\x02\x00\x65\x07\x65\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x64\x04\x53\x00",
   11848             :     ._co_firsttraceable = 0,
   11849             : };
   11850             : static
   11851             :     struct {
   11852             :         PyASCIIObject _ascii;
   11853             :         uint8_t _data[15];
   11854             :     }
   11855             : const_str_FrozenImporter = {
   11856             :     ._ascii = {
   11857             :         .ob_base = {
   11858             :             .ob_refcnt = 999999999,
   11859             :             .ob_type = &PyUnicode_Type,
   11860             :         },
   11861             :         .length = 14,
   11862             :         .hash = -1,
   11863             :         .state = {
   11864             :             .kind = 1,
   11865             :             .compact = 1,
   11866             :             .ascii = 1,
   11867             :         },
   11868             :     },
   11869             :     ._data = "FrozenImporter",
   11870             : };
   11871             : static
   11872             :     struct {
   11873             :         PyASCIIObject _ascii;
   11874             :         uint8_t _data[143];
   11875             :     }
   11876             : importlib__bootstrap_toplevel_consts_39_consts_1 = {
   11877             :     ._ascii = {
   11878             :         .ob_base = {
   11879             :             .ob_refcnt = 999999999,
   11880             :             .ob_type = &PyUnicode_Type,
   11881             :         },
   11882             :         .length = 142,
   11883             :         .hash = -1,
   11884             :         .state = {
   11885             :             .kind = 1,
   11886             :             .compact = 1,
   11887             :             .ascii = 1,
   11888             :         },
   11889             :     },
   11890             :     ._data = "\x4d\x65\x74\x61\x20\x70\x61\x74\x68\x20\x69\x6d\x70\x6f\x72\x74\x20\x66\x6f\x72\x20\x66\x72\x6f\x7a\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x41\x6c\x6c\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x61\x72\x65\x20\x65\x69\x74\x68\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x6f\x72\x20\x73\x74\x61\x74\x69\x63\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x74\x6f\x20\x61\x76\x6f\x69\x64\x20\x74\x68\x65\x20\x6e\x65\x65\x64\x20\x74\x6f\x0a\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x74\x69\x61\x74\x65\x20\x74\x68\x65\x20\x63\x6c\x61\x73\x73\x2e\x0a\x0a\x20\x20\x20\x20",
   11891             : };
   11892             : static
   11893             :     struct {
   11894             :         PyASCIIObject _ascii;
   11895             :         uint8_t _data[7];
   11896             :     }
   11897             : const_str_frozen = {
   11898             :     ._ascii = {
   11899             :         .ob_base = {
   11900             :             .ob_refcnt = 999999999,
   11901             :             .ob_type = &PyUnicode_Type,
   11902             :         },
   11903             :         .length = 6,
   11904             :         .hash = -1,
   11905             :         .state = {
   11906             :             .kind = 1,
   11907             :             .compact = 1,
   11908             :             .ascii = 1,
   11909             :         },
   11910             :     },
   11911             :     ._data = "frozen",
   11912             : };
   11913             : static
   11914             :     struct {
   11915             :         PyASCIIObject _ascii;
   11916             :         uint8_t _data[81];
   11917             :     }
   11918             : importlib__bootstrap_toplevel_consts_39_consts_3_consts_1 = {
   11919             :     ._ascii = {
   11920             :         .ob_base = {
   11921             :             .ob_refcnt = 999999999,
   11922             :             .ob_type = &PyUnicode_Type,
   11923             :         },
   11924             :         .length = 80,
   11925             :         .hash = -1,
   11926             :         .state = {
   11927             :             .kind = 1,
   11928             :             .compact = 1,
   11929             :             .ascii = 1,
   11930             :         },
   11931             :     },
   11932             :     ._data = "FrozenImporter.module_repr() is deprecated and slated for removal in Python 3.12",
   11933             : };
   11934             : static
   11935             :     struct {
   11936             :         PyGC_Head _gc_head;
   11937             :         struct {
   11938             :             PyObject_VAR_HEAD
   11939             :             PyObject *ob_item[3];
   11940             :         }_object;
   11941             :     }
   11942             : importlib__bootstrap_toplevel_consts_39_consts_3_consts = {
   11943             :     ._object = {
   11944             :         .ob_base = {
   11945             :             .ob_base = {
   11946             :                 .ob_refcnt = 999999999,
   11947             :                 .ob_type = &PyTuple_Type,
   11948             :             },
   11949             :             .ob_size = 3,
   11950             :         },
   11951             :         .ob_item = {
   11952             :             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
   11953             :             & importlib__bootstrap_toplevel_consts_39_consts_3_consts_1._ascii.ob_base,
   11954             :             & importlib__bootstrap_toplevel_consts_32_consts_6._ascii.ob_base,
   11955             :         },
   11956             :     },
   11957             : };
   11958             : static
   11959             :     struct {
   11960             :         PyGC_Head _gc_head;
   11961             :         struct {
   11962             :             PyObject_VAR_HEAD
   11963             :             PyObject *ob_item[7];
   11964             :         }_object;
   11965             :     }
   11966             : importlib__bootstrap_toplevel_consts_39_consts_3_names = {
   11967             :     ._object = {
   11968             :         .ob_base = {
   11969             :             .ob_base = {
   11970             :                 .ob_refcnt = 999999999,
   11971             :                 .ob_type = &PyTuple_Type,
   11972             :             },
   11973             :             .ob_size = 7,
   11974             :         },
   11975             :         .ob_item = {
   11976             :             & const_str__warnings._ascii.ob_base,
   11977             :             & const_str_warn._ascii.ob_base,
   11978             :             & const_str_DeprecationWarning._ascii.ob_base,
   11979             :             & const_str_format._ascii.ob_base,
   11980             :             &_Py_ID(__name__),
   11981             :             & const_str_FrozenImporter._ascii.ob_base,
   11982             :             & const_str__ORIGIN._ascii.ob_base,
   11983             :         },
   11984             :     },
   11985             : };
   11986             : static
   11987             :     struct {
   11988             :         PyASCIIObject _ascii;
   11989             :         uint8_t _data[27];
   11990             :     }
   11991             : importlib__bootstrap_toplevel_consts_39_consts_3_qualname = {
   11992             :     ._ascii = {
   11993             :         .ob_base = {
   11994             :             .ob_refcnt = 999999999,
   11995             :             .ob_type = &PyUnicode_Type,
   11996             :         },
   11997             :         .length = 26,
   11998             :         .hash = -1,
   11999             :         .state = {
   12000             :             .kind = 1,
   12001             :             .compact = 1,
   12002             :             .ascii = 1,
   12003             :         },
   12004             :     },
   12005             :     ._data = "FrozenImporter.module_repr",
   12006             : };
   12007             : static
   12008             :     struct {
   12009             :         PyObject_VAR_HEAD
   12010             :         Py_hash_t ob_shash;
   12011             :         char ob_sval[61];
   12012             :     }
   12013             : importlib__bootstrap_toplevel_consts_39_consts_3_linetable = {
   12014             :     .ob_base = {
   12015             :         .ob_base = {
   12016             :             .ob_refcnt = 999999999,
   12017             :             .ob_type = &PyBytes_Type,
   12018             :         },
   12019             :         .ob_size = 60,
   12020             :     },
   12021             :     .ob_shash = -1,
   12022             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf4\x03\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x23\xd7\x0f\x2a\xd1\x0f\x2a\xa8\x31\xaf\x3a\xa9\x3a\xb5\x7e\xd7\x37\x4d\xd1\x37\x4d\xd4\x0f\x4e\xd0\x08\x4e",
   12023             : };
   12024             : static
   12025             :     struct {
   12026             :         PyASCIIObject _ascii;
   12027             :         uint8_t _data[2];
   12028             :     }
   12029             : const_str_m = {
   12030             :     ._ascii = {
   12031             :         .ob_base = {
   12032             :             .ob_refcnt = 999999999,
   12033             :             .ob_type = &PyUnicode_Type,
   12034             :         },
   12035             :         .length = 1,
   12036             :         .hash = -1,
   12037             :         .state = {
   12038             :             .kind = 1,
   12039             :             .compact = 1,
   12040             :             .ascii = 1,
   12041             :         },
   12042             :     },
   12043             :     ._data = "m",
   12044             : };
   12045             : static
   12046             :     struct {
   12047             :         PyGC_Head _gc_head;
   12048             :         struct {
   12049             :             PyObject_VAR_HEAD
   12050             :             PyObject *ob_item[1];
   12051             :         }_object;
   12052             :     }
   12053             : importlib__bootstrap_toplevel_consts_39_consts_3_localsplusnames = {
   12054             :     ._object = {
   12055             :         .ob_base = {
   12056             :             .ob_base = {
   12057             :                 .ob_refcnt = 999999999,
   12058             :                 .ob_type = &PyTuple_Type,
   12059             :             },
   12060             :             .ob_size = 1,
   12061             :         },
   12062             :         .ob_item = {
   12063             :             & const_str_m._ascii.ob_base,
   12064             :         },
   12065             :     },
   12066             : };
   12067             : static
   12068             :     struct _PyCode_DEF(148)
   12069             : importlib__bootstrap_toplevel_consts_39_consts_3 = {
   12070             :     .ob_base = {
   12071             :         .ob_base = {
   12072             :             .ob_refcnt = 999999999,
   12073             :             .ob_type = &PyCode_Type,
   12074             :         },
   12075             :         .ob_size = 74,
   12076             :     },
   12077             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_3_consts._object.ob_base.ob_base,
   12078             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_3_names._object.ob_base.ob_base,
   12079             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   12080             :     .co_flags = 3,
   12081             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   12082             :     ._co_linearray_entry_size = 0,
   12083             :     .co_argcount = 1,
   12084             :     .co_posonlyargcount = 0,
   12085             :     .co_kwonlyargcount = 0,
   12086             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   12087             :     .co_stacksize = 4,
   12088             :     .co_firstlineno = 817,
   12089             :     .co_nlocalsplus = 1,
   12090             :     .co_nlocals = 1,
   12091             :     .co_nplaincellvars = 0,
   12092             :     .co_ncellvars = 0,
   12093             :     .co_nfreevars = 0,
   12094             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_3_localsplusnames._object.ob_base.ob_base,
   12095             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   12096             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   12097             :     .co_name = & const_str_module_repr._ascii.ob_base,
   12098             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_3_qualname._ascii.ob_base,
   12099             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_3_linetable.ob_base.ob_base,
   12100             :     ._co_code = NULL,
   12101             :     ._co_linearray = NULL,
   12102             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   12103             :     ._co_firsttraceable = 0,
   12104             : };
   12105             : static
   12106             :     struct {
   12107             :         PyASCIIObject _ascii;
   12108             :         uint8_t _data[13];
   12109             :     }
   12110             : const_str___origname__ = {
   12111             :     ._ascii = {
   12112             :         .ob_base = {
   12113             :             .ob_refcnt = 999999999,
   12114             :             .ob_type = &PyUnicode_Type,
   12115             :         },
   12116             :         .length = 12,
   12117             :         .hash = -1,
   12118             :         .state = {
   12119             :             .kind = 1,
   12120             :             .compact = 1,
   12121             :             .ascii = 1,
   12122             :         },
   12123             :     },
   12124             :     ._data = "__origname__",
   12125             : };
   12126             : static
   12127             :     struct {
   12128             :         PyASCIIObject _ascii;
   12129             :         uint8_t _data[40];
   12130             :     }
   12131             : importlib__bootstrap_toplevel_consts_39_consts_4_consts_2 = {
   12132             :     ._ascii = {
   12133             :         .ob_base = {
   12134             :             .ob_refcnt = 999999999,
   12135             :             .ob_type = &PyUnicode_Type,
   12136             :         },
   12137             :         .length = 39,
   12138             :         .hash = -1,
   12139             :         .state = {
   12140             :             .kind = 1,
   12141             :             .compact = 1,
   12142             :             .ascii = 1,
   12143             :         },
   12144             :     },
   12145             :     ._data = "see PyImport_ImportFrozenModuleObject()",
   12146             : };
   12147             : static
   12148             :     struct {
   12149             :         PyASCIIObject _ascii;
   12150             :         uint8_t _data[9];
   12151             :     }
   12152             : const_str_origname = {
   12153             :     ._ascii = {
   12154             :         .ob_base = {
   12155             :             .ob_refcnt = 999999999,
   12156             :             .ob_type = &PyUnicode_Type,
   12157             :         },
   12158             :         .length = 8,
   12159             :         .hash = -1,
   12160             :         .state = {
   12161             :             .kind = 1,
   12162             :             .compact = 1,
   12163             :             .ascii = 1,
   12164             :         },
   12165             :     },
   12166             :     ._data = "origname",
   12167             : };
   12168             : static
   12169             :     struct {
   12170             :         PyGC_Head _gc_head;
   12171             :         struct {
   12172             :             PyObject_VAR_HEAD
   12173             :             PyObject *ob_item[2];
   12174             :         }_object;
   12175             :     }
   12176             : importlib__bootstrap_toplevel_consts_39_consts_4_consts_4 = {
   12177             :     ._object = {
   12178             :         .ob_base = {
   12179             :             .ob_base = {
   12180             :                 .ob_refcnt = 999999999,
   12181             :                 .ob_type = &PyTuple_Type,
   12182             :             },
   12183             :             .ob_size = 2,
   12184             :         },
   12185             :         .ob_item = {
   12186             :             &_Py_ID(filename),
   12187             :             & const_str_origname._ascii.ob_base,
   12188             :         },
   12189             :     },
   12190             : };
   12191             : static
   12192             :     struct {
   12193             :         PyGC_Head _gc_head;
   12194             :         struct {
   12195             :             PyObject_VAR_HEAD
   12196             :             PyObject *ob_item[9];
   12197             :         }_object;
   12198             :     }
   12199             : importlib__bootstrap_toplevel_consts_39_consts_4_consts = {
   12200             :     ._object = {
   12201             :         .ob_base = {
   12202             :             .ob_base = {
   12203             :                 .ob_refcnt = 999999999,
   12204             :                 .ob_type = &PyTuple_Type,
   12205             :             },
   12206             :             .ob_size = 9,
   12207             :         },
   12208             :         .ob_item = {
   12209             :             Py_None,
   12210             :             & const_str___origname__._ascii.ob_base,
   12211             :             & importlib__bootstrap_toplevel_consts_39_consts_4_consts_2._ascii.ob_base,
   12212             :             &_Py_ID(__path__),
   12213             :             & importlib__bootstrap_toplevel_consts_39_consts_4_consts_4._object.ob_base.ob_base,
   12214             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   12215             :             &_Py_ID(__file__),
   12216             :             &_Py_ID(filename),
   12217             :             & const_str_origname._ascii.ob_base,
   12218             :         },
   12219             :     },
   12220             : };
   12221             : static
   12222             :     struct {
   12223             :         PyASCIIObject _ascii;
   12224             :         uint8_t _data[5];
   12225             :     }
   12226             : const_str_vars = {
   12227             :     ._ascii = {
   12228             :         .ob_base = {
   12229             :             .ob_refcnt = 999999999,
   12230             :             .ob_type = &PyUnicode_Type,
   12231             :         },
   12232             :         .length = 4,
   12233             :         .hash = -1,
   12234             :         .state = {
   12235             :             .kind = 1,
   12236             :             .compact = 1,
   12237             :             .ascii = 1,
   12238             :         },
   12239             :     },
   12240             :     ._data = "vars",
   12241             : };
   12242             : static
   12243             :     struct {
   12244             :         PyASCIIObject _ascii;
   12245             :         uint8_t _data[18];
   12246             :     }
   12247             : const_str_is_frozen_package = {
   12248             :     ._ascii = {
   12249             :         .ob_base = {
   12250             :             .ob_refcnt = 999999999,
   12251             :             .ob_type = &PyUnicode_Type,
   12252             :         },
   12253             :         .length = 17,
   12254             :         .hash = -1,
   12255             :         .state = {
   12256             :             .kind = 1,
   12257             :             .compact = 1,
   12258             :             .ascii = 1,
   12259             :         },
   12260             :     },
   12261             :     ._data = "is_frozen_package",
   12262             : };
   12263             : static
   12264             :     struct {
   12265             :         PyASCIIObject _ascii;
   12266             :         uint8_t _data[18];
   12267             :     }
   12268             : const_str__resolve_filename = {
   12269             :     ._ascii = {
   12270             :         .ob_base = {
   12271             :             .ob_refcnt = 999999999,
   12272             :             .ob_type = &PyUnicode_Type,
   12273             :         },
   12274             :         .length = 17,
   12275             :         .hash = -1,
   12276             :         .state = {
   12277             :             .kind = 1,
   12278             :             .compact = 1,
   12279             :             .ascii = 1,
   12280             :         },
   12281             :     },
   12282             :     ._data = "_resolve_filename",
   12283             : };
   12284             : static
   12285             :     struct {
   12286             :         PyASCIIObject _ascii;
   12287             :         uint8_t _data[15];
   12288             :     }
   12289             : const_str_implementation = {
   12290             :     ._ascii = {
   12291             :         .ob_base = {
   12292             :             .ob_refcnt = 999999999,
   12293             :             .ob_type = &PyUnicode_Type,
   12294             :         },
   12295             :         .length = 14,
   12296             :         .hash = -1,
   12297             :         .state = {
   12298             :             .kind = 1,
   12299             :             .compact = 1,
   12300             :             .ascii = 1,
   12301             :         },
   12302             :     },
   12303             :     ._data = "implementation",
   12304             : };
   12305             : static
   12306             :     struct {
   12307             :         PyASCIIObject _ascii;
   12308             :         uint8_t _data[7];
   12309             :     }
   12310             : const_str_insert = {
   12311             :     ._ascii = {
   12312             :         .ob_base = {
   12313             :             .ob_refcnt = 999999999,
   12314             :             .ob_type = &PyUnicode_Type,
   12315             :         },
   12316             :         .length = 6,
   12317             :         .hash = -1,
   12318             :         .state = {
   12319             :             .kind = 1,
   12320             :             .compact = 1,
   12321             :             .ascii = 1,
   12322             :         },
   12323             :     },
   12324             :     ._data = "insert",
   12325             : };
   12326             : static
   12327             :     struct {
   12328             :         PyASCIIObject _ascii;
   12329             :         uint8_t _data[7];
   12330             :     }
   12331             : const_str_sorted = {
   12332             :     ._ascii = {
   12333             :         .ob_base = {
   12334             :             .ob_refcnt = 999999999,
   12335             :             .ob_type = &PyUnicode_Type,
   12336             :         },
   12337             :         .length = 6,
   12338             :         .hash = -1,
   12339             :         .state = {
   12340             :             .kind = 1,
   12341             :             .compact = 1,
   12342             :             .ascii = 1,
   12343             :         },
   12344             :     },
   12345             :     ._data = "sorted",
   12346             : };
   12347             : static
   12348             :     struct {
   12349             :         PyGC_Head _gc_head;
   12350             :         struct {
   12351             :             PyObject_VAR_HEAD
   12352             :             PyObject *ob_item[23];
   12353             :         }_object;
   12354             :     }
   12355             : importlib__bootstrap_toplevel_consts_39_consts_4_names = {
   12356             :     ._object = {
   12357             :         .ob_base = {
   12358             :             .ob_base = {
   12359             :                 .ob_refcnt = 999999999,
   12360             :                 .ob_type = &PyTuple_Type,
   12361             :             },
   12362             :             .ob_size = 23,
   12363             :         },
   12364             :         .ob_item = {
   12365             :             &_Py_ID(__spec__),
   12366             :             & const_str_loader_state._ascii.ob_base,
   12367             :             & const_str_vars._ascii.ob_base,
   12368             :             & const_str_pop._ascii.ob_base,
   12369             :             & const_str_hasattr._ascii.ob_base,
   12370             :             & const_str__imp._ascii.ob_base,
   12371             :             & const_str_is_frozen_package._ascii.ob_base,
   12372             :             &_Py_ID(__name__),
   12373             :             & const_str__resolve_filename._ascii.ob_base,
   12374             :             &_Py_ID(name),
   12375             :             & const_str_type._ascii.ob_base,
   12376             :             & const_str_sys._ascii.ob_base,
   12377             :             & const_str_implementation._ascii.ob_base,
   12378             :             & const_str_submodule_search_locations._ascii.ob_base,
   12379             :             & const_str_insert._ascii.ob_base,
   12380             :             &_Py_ID(__file__),
   12381             :             & const_str_AttributeError._ascii.ob_base,
   12382             :             &_Py_ID(__path__),
   12383             :             &_Py_ID(extend),
   12384             :             & const_str_sorted._ascii.ob_base,
   12385             :             & const_str_origname._ascii.ob_base,
   12386             :             &_Py_ID(filename),
   12387             :             & const_str_has_location._ascii.ob_base,
   12388             :         },
   12389             :     },
   12390             : };
   12391             : static
   12392             :     struct {
   12393             :         PyASCIIObject _ascii;
   12394             :         uint8_t _data[30];
   12395             :     }
   12396             : importlib__bootstrap_toplevel_consts_39_consts_4_qualname = {
   12397             :     ._ascii = {
   12398             :         .ob_base = {
   12399             :             .ob_refcnt = 999999999,
   12400             :             .ob_type = &PyUnicode_Type,
   12401             :         },
   12402             :         .length = 29,
   12403             :         .hash = -1,
   12404             :         .state = {
   12405             :             .kind = 1,
   12406             :             .compact = 1,
   12407             :             .ascii = 1,
   12408             :         },
   12409             :     },
   12410             :     ._data = "FrozenImporter._fix_up_module",
   12411             : };
   12412             : static
   12413             :     struct {
   12414             :         PyObject_VAR_HEAD
   12415             :         Py_hash_t ob_shash;
   12416             :         char ob_sval[931];
   12417             :     }
   12418             : importlib__bootstrap_toplevel_consts_39_consts_4_linetable = {
   12419             :     .ob_base = {
   12420             :         .ob_base = {
   12421             :             .ob_refcnt = 999999999,
   12422             :             .ob_type = &PyBytes_Type,
   12423             :         },
   12424             :         .ob_size = 930,
   12425             :     },
   12426             :     .ob_shash = -1,
   12427             :     .ob_sval = "\x80\x00\xe0\x0f\x15\x8f\x7f\x89\x7f\x88\x04\xd8\x10\x14\xd7\x10\x21\xd1\x10\x21\x88\x05\xd8\x0b\x10\xf1\x00\x3e\x09\x48\x01\xf5\x08\x00\x18\x1c\x98\x46\x94\x7c\xd7\x17\x27\xd1\x17\x27\xa8\x0e\xb8\x04\xd4\x17\x3d\x88\x48\xd8\x13\x1b\xd0\x0c\x46\xd0\x0c\x46\xd0\x1d\x46\xd4\x0c\x46\xd0\x0c\x46\xdd\x14\x1b\x98\x46\xa0\x4a\xd4\x14\x2f\x88\x45\xdd\x13\x17\xd7\x13\x29\xd1\x13\x29\xa8\x26\xaf\x2f\xa9\x2f\xd4\x13\x3a\xb8\x65\xd2\x13\x43\xd0\x0c\x4a\xd0\x0c\x4a\xc0\x55\xd4\x0c\x4a\xd0\x0c\x4a\xd8\x1f\x22\xd7\x1f\x34\xd1\x1f\x34\xb0\x58\xb8\x74\xbf\x79\xb9\x79\xc8\x25\xd4\x1f\x50\xd1\x0c\x1c\x88\x48\x90\x66\xd8\x20\x38\xa5\x04\xa5\x53\xd7\x25\x37\xd1\x25\x37\xd4\x20\x38\xd8\x19\x21\xd8\x19\x21\xf0\x05\x03\x21\x0e\xf4\x00\x03\x21\x0e\x88\x44\xd4\x0c\x1d\xf0\x08\x00\x18\x1c\xd7\x17\x36\xd1\x17\x36\x88\x48\xd8\x0f\x14\xf0\x00\x05\x0d\x32\xd8\x17\x1f\xa0\x32\x92\x7e\xd0\x10\x2f\xd0\x10\x2f\xa0\x78\xd4\x10\x2f\xd0\x10\x2f\xd8\x13\x19\xf0\x00\x01\x11\x46\x01\xd8\x14\x18\xd7\x14\x33\xd1\x14\x33\xd7\x14\x3a\xd1\x14\x3a\xb8\x31\xb8\x66\xd4\x14\x45\xd0\x14\x45\xd0\x14\x45\xe0\x17\x1f\xd0\x10\x31\xd0\x10\x31\xa8\x18\xd4\x10\x31\xd0\x10\x31\xf5\x06\x00\x18\x1f\x98\x76\xa0\x7a\xd4\x17\x32\xd0\x0c\x43\xd0\x0c\x43\xb0\x46\xb7\x4f\xb1\x4f\xd4\x0c\x43\xd0\x0c\x43\xd8\x0f\x17\xf0\x00\x04\x0d\x19\xf0\x02\x03\x11\x19\xd8\x26\x2e\x90\x46\x94\x4f\xf0\x06\x00\x10\x15\xf1\x00\x03\x0d\x35\xd8\x13\x19\x97\x3f\x91\x3f\xa0\x68\xd2\x13\x2e\xf1\x00\x02\x11\x35\xd8\x1b\x21\x9f\x3f\x99\x3f\xa8\x62\xd2\x1b\x30\xd0\x14\x41\xd0\x14\x41\xb0\x26\xb7\x2f\xb1\x2f\xd4\x14\x41\xd0\x14\x41\xd8\x14\x1a\x97\x4f\x91\x4f\xd7\x14\x2a\xd1\x14\x2a\xa8\x38\xd4\x14\x34\xd0\x14\x34\xd1\x14\x34\xf0\x08\x00\x18\x1c\xd7\x17\x36\xd1\x17\x36\x88\x48\xd8\x14\x1c\xa0\x44\xd0\x14\x28\x88\x45\xe5\x13\x19\x9d\x24\x98\x75\x9c\x2b\xd4\x13\x26\xa8\x3a\xb0\x7a\xd0\x2a\x42\xd2\x13\x42\xd0\x0c\x49\xd0\x0c\x49\xc0\x45\xd4\x0c\x49\xd0\x0c\x49\xd8\x0f\x14\x8f\x7e\x89\x7e\xf0\x00\x0c\x0d\x45\x01\xf0\x06\x00\x16\x19\xd7\x15\x2a\xd1\x15\x2a\xa8\x35\xaf\x3e\xa9\x3e\xb8\x34\xbf\x39\xb9\x39\xc0\x65\xd4\x15\x4c\xf1\x03\x01\x11\x13\x90\x18\x98\x36\xe0\x17\x1c\x97\x7e\x91\x7e\xa8\x18\xd2\x17\x31\xd0\x10\x4d\xd0\x10\x4d\xb0\x45\xb7\x4e\xb1\x4e\xc0\x48\xd0\x33\x4d\xd4\x10\x4d\xd0\x10\x4d\xd8\x13\x19\xf0\x00\x03\x11\x49\x01\xd8\x1b\x23\xa8\x06\xa0\x78\xd2\x1b\x2f\xd0\x14\x43\xd0\x14\x43\xb0\x28\xb8\x46\xd0\x31\x43\xd4\x14\x43\xd0\x14\x43\xe0\x1b\x23\xa8\x65\xd0\x28\x3d\xa8\x02\xa8\x02\xb8\x14\xd2\x1b\x3e\xd0\x14\x48\xd0\x14\x48\xc0\x08\xd4\x14\x48\xd0\x14\x48\xe0\x1b\x1f\x90\x08\xd8\x17\x1c\x97\x7e\x91\x7e\xd0\x10\x3d\xd0\x10\x3d\xa8\x75\xaf\x7e\xa9\x7e\xd4\x10\x3d\xd0\x10\x3d\xd8\x17\x1f\xa8\x25\xd0\x24\x39\xa0\x42\xa0\x42\xb0\x54\xd2\x17\x3a\xd0\x10\x44\xd0\x10\x44\xb8\x48\xd4\x10\x44\xd0\x10\x44\xe0\x0f\x17\xf0\x00\x04\x0d\x48\x01\xdd\x17\x1e\x98\x76\xa0\x7a\xd4\x17\x32\xd0\x10\x32\xd0\x10\x32\xd0\x10\x32\xd8\x17\x1d\x97\x7f\x91\x7f\xa8\x28\xd2\x17\x32\xd0\x10\x4f\xd0\x10\x4f\xb0\x56\xb7\x5f\xb1\x5f\xc0\x68\xd0\x34\x4f\xd4\x10\x4f\xd0\x10\x4f\xe5\x1b\x22\xa0\x36\xa8\x3a\xd4\x1b\x36\xd0\x10\x47\xd0\x10\x47\xb8\x06\xbf\x0f\xb9\x0f\xd4\x10\x47\xd0\x10\x47\xd8\x0f\x14\xf0\x00\x04\x0d\x48\x01\xdd\x17\x1e\x98\x76\xa0\x7a\xd4\x17\x32\xd0\x10\x32\xd0\x10\x32\xd0\x10\x32\xd8\x17\x1d\x97\x7f\x91\x7f\xa8\x28\xd2\x17\x32\xd0\x10\x4f\xd0\x10\x4f\xb0\x56\xb7\x5f\xb1\x5f\xc0\x68\xd0\x34\x4f\xd4\x10\x4f\xd0\x10\x4f\xe5\x1b\x22\xa0\x36\xa8\x3a\xd4\x1b\x36\xd0\x10\x47\xd0\x10\x47\xb8\x06\xbf\x0f\xb9\x0f\xd4\x10\x47\xd0\x10\x47\xd8\x13\x17\xd7\x13\x24\xd1\x13\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24\xf8\xf5\x4b\x01\x00\x18\x26\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xd8\x14\x18\x91\x44\xf0\x03\x01\x11\x19\xf8\xf8\xf8",
   12428             : };
   12429             : static
   12430             :     struct {
   12431             :         PyObject_VAR_HEAD
   12432             :         Py_hash_t ob_shash;
   12433             :         char ob_sval[19];
   12434             :     }
   12435             : importlib__bootstrap_toplevel_consts_39_consts_4_exceptiontable = {
   12436             :     .ob_base = {
   12437             :         .ob_base = {
   12438             :             .ob_refcnt = 999999999,
   12439             :             .ob_type = &PyBytes_Type,
   12440             :         },
   12441             :         .ob_size = 18,
   12442             :     },
   12443             :     .ob_shash = -1,
   12444             :     .ob_sval = "\xc4\x33\x07\x4c\x32\x00\xcc\x32\x0a\x4d\x00\x03\xcc\x3f\x01\x4d\x00\x03",
   12445             : };
   12446             : static
   12447             :     struct {
   12448             :         PyASCIIObject _ascii;
   12449             :         uint8_t _data[6];
   12450             :     }
   12451             : const_str_state = {
   12452             :     ._ascii = {
   12453             :         .ob_base = {
   12454             :             .ob_refcnt = 999999999,
   12455             :             .ob_type = &PyUnicode_Type,
   12456             :         },
   12457             :         .length = 5,
   12458             :         .hash = -1,
   12459             :         .state = {
   12460             :             .kind = 1,
   12461             :             .compact = 1,
   12462             :             .ascii = 1,
   12463             :         },
   12464             :     },
   12465             :     ._data = "state",
   12466             : };
   12467             : static
   12468             :     struct {
   12469             :         PyASCIIObject _ascii;
   12470             :         uint8_t _data[6];
   12471             :     }
   12472             : const_str_ispkg = {
   12473             :     ._ascii = {
   12474             :         .ob_base = {
   12475             :             .ob_refcnt = 999999999,
   12476             :             .ob_type = &PyUnicode_Type,
   12477             :         },
   12478             :         .length = 5,
   12479             :         .hash = -1,
   12480             :         .state = {
   12481             :             .kind = 1,
   12482             :             .compact = 1,
   12483             :             .ascii = 1,
   12484             :         },
   12485             :     },
   12486             :     ._data = "ispkg",
   12487             : };
   12488             : static
   12489             :     struct {
   12490             :         PyASCIIObject _ascii;
   12491             :         uint8_t _data[7];
   12492             :     }
   12493             : const_str_pkgdir = {
   12494             :     ._ascii = {
   12495             :         .ob_base = {
   12496             :             .ob_refcnt = 999999999,
   12497             :             .ob_type = &PyUnicode_Type,
   12498             :         },
   12499             :         .length = 6,
   12500             :         .hash = -1,
   12501             :         .state = {
   12502             :             .kind = 1,
   12503             :             .compact = 1,
   12504             :             .ascii = 1,
   12505             :         },
   12506             :     },
   12507             :     ._data = "pkgdir",
   12508             : };
   12509             : static
   12510             :     struct {
   12511             :         PyGC_Head _gc_head;
   12512             :         struct {
   12513             :             PyObject_VAR_HEAD
   12514             :             PyObject *ob_item[10];
   12515             :         }_object;
   12516             :     }
   12517             : importlib__bootstrap_toplevel_consts_39_consts_4_localsplusnames = {
   12518             :     ._object = {
   12519             :         .ob_base = {
   12520             :             .ob_base = {
   12521             :                 .ob_refcnt = 999999999,
   12522             :                 .ob_type = &PyTuple_Type,
   12523             :             },
   12524             :             .ob_size = 10,
   12525             :         },
   12526             :         .ob_item = {
   12527             :             & const_str_cls._ascii.ob_base,
   12528             :             & const_str_module._ascii.ob_base,
   12529             :             & const_str_spec._ascii.ob_base,
   12530             :             & const_str_state._ascii.ob_base,
   12531             :             & const_str_origname._ascii.ob_base,
   12532             :             & const_str_ispkg._ascii.ob_base,
   12533             :             &_Py_ID(filename),
   12534             :             & const_str_pkgdir._ascii.ob_base,
   12535             :             &_Py_ID(__path__),
   12536             :             &_Py_ID(__file__),
   12537             :         },
   12538             :     },
   12539             : };
   12540             : static
   12541             :     struct {
   12542             :         PyObject_VAR_HEAD
   12543             :         Py_hash_t ob_shash;
   12544             :         char ob_sval[11];
   12545             :     }
   12546             : importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds = {
   12547             :     .ob_base = {
   12548             :         .ob_base = {
   12549             :             .ob_refcnt = 999999999,
   12550             :             .ob_type = &PyBytes_Type,
   12551             :         },
   12552             :         .ob_size = 10,
   12553             :     },
   12554             :     .ob_shash = -1,
   12555             :     .ob_sval = "          ",
   12556             : };
   12557             : static
   12558             :     struct _PyCode_DEF(1670)
   12559             : importlib__bootstrap_toplevel_consts_39_consts_4 = {
   12560             :     .ob_base = {
   12561             :         .ob_base = {
   12562             :             .ob_refcnt = 999999999,
   12563             :             .ob_type = &PyCode_Type,
   12564             :         },
   12565             :         .ob_size = 835,
   12566             :     },
   12567             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_4_consts._object.ob_base.ob_base,
   12568             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_4_names._object.ob_base.ob_base,
   12569             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_4_exceptiontable.ob_base.ob_base,
   12570             :     .co_flags = 3,
   12571             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   12572             :     ._co_linearray_entry_size = 0,
   12573             :     .co_argcount = 2,
   12574             :     .co_posonlyargcount = 0,
   12575             :     .co_kwonlyargcount = 0,
   12576             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   12577             :     .co_stacksize = 5,
   12578             :     .co_firstlineno = 828,
   12579             :     .co_nlocalsplus = 10,
   12580             :     .co_nlocals = 10,
   12581             :     .co_nplaincellvars = 0,
   12582             :     .co_ncellvars = 0,
   12583             :     .co_nfreevars = 0,
   12584             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_4_localsplusnames._object.ob_base.ob_base,
   12585             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
   12586             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   12587             :     .co_name = &_Py_ID(_fix_up_module),
   12588             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_4_qualname._ascii.ob_base,
   12589             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_4_linetable.ob_base.ob_base,
   12590             :     ._co_code = NULL,
   12591             :     ._co_linearray = NULL,
   12592             :     .co_code_adaptive = "\x97\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x3e\x01\x80\x72\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x73\x08\x4a\x00\x64\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6b\x02\x00\x00\x00\x00\x73\x08\x4a\x00\x7c\x05\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x02\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x04\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x05\x72\x2e\x7c\x08\x67\x00\x6b\x02\x00\x00\x00\x00\x73\x08\x4a\x00\x7c\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x72\x28\x7c\x02\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0a\x7c\x08\x81\x08\x4a\x00\x7c\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x4a\x00\x7c\x01\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x06\x72\x08\x09\x00\x7c\x06\x7c\x01\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x3e\x01\x72\xe5\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x6b\x03\x00\x00\x00\x00\x3e\x01\x72\xd4\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x6b\x02\x00\x00\x00\x00\x73\x12\x4a\x00\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x3e\x01\x6e\x94\x7c\x02\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x64\x00\x75\x01\x7d\x05\x74\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x64\x08\x67\x02\x6b\x02\x00\x00\x00\x00\x73\x08\x4a\x00\x7c\x03\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x6a\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x74\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6a\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x07\x7c\x03\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6b\x02\x00\x00\x00\x00\x73\x14\x4a\x00\x7c\x03\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x66\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x72\x11\x7c\x08\x7c\x07\x67\x01\x6b\x02\x00\x00\x00\x00\x73\x4e\x4a\x00\x7c\x08\x7c\x07\x66\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x7c\x05\x72\x02\x67\x00\x6e\x01\x64\x00\x6b\x02\x00\x00\x00\x00\x73\x3a\x4a\x00\x7c\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x00\x7d\x09\x7c\x03\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x12\x4a\x00\x7c\x03\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x7c\x05\x72\x02\x67\x00\x6e\x01\x64\x00\x6b\x02\x00\x00\x00\x00\x73\x08\x4a\x00\x7c\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x09\x72\x34\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6b\x02\x00\x00\x00\x00\x73\x34\x4a\x00\x7c\x01\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x66\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x4a\x00\x7c\x01\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x05\x72\x34\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x6b\x02\x00\x00\x00\x00\x73\x34\x4a\x00\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x66\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x4a\x00\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x4a\x00\x82\x01\x64\x00\x53\x00\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x02\x8c\x05\x77\x00\x78\x03\x59\x00\x77\x01",
   12593             :     ._co_firsttraceable = 0,
   12594             : };
   12595             : static
   12596             :     struct {
   12597             :         PyASCIIObject _ascii;
   12598             :         uint8_t _data[12];
   12599             :     }
   12600             : const_str__stdlib_dir = {
   12601             :     ._ascii = {
   12602             :         .ob_base = {
   12603             :             .ob_refcnt = 999999999,
   12604             :             .ob_type = &PyUnicode_Type,
   12605             :         },
   12606             :         .length = 11,
   12607             :         .hash = -1,
   12608             :         .state = {
   12609             :             .kind = 1,
   12610             :             .compact = 1,
   12611             :             .ascii = 1,
   12612             :         },
   12613             :     },
   12614             :     ._data = "_stdlib_dir",
   12615             : };
   12616             : static
   12617             :     struct {
   12618             :         PyASCIIObject _ascii;
   12619             :         uint8_t _data[6];
   12620             :     }
   12621             : const_str_win32 = {
   12622             :     ._ascii = {
   12623             :         .ob_base = {
   12624             :             .ob_refcnt = 999999999,
   12625             :             .ob_type = &PyUnicode_Type,
   12626             :         },
   12627             :         .length = 5,
   12628             :         .hash = -1,
   12629             :         .state = {
   12630             :             .kind = 1,
   12631             :             .compact = 1,
   12632             :             .ascii = 1,
   12633             :         },
   12634             :     },
   12635             :     ._data = "win32",
   12636             : };
   12637             : static
   12638             :     struct {
   12639             :         PyASCIIObject _ascii;
   12640             :         uint8_t _data[2];
   12641             :     }
   12642             : importlib__bootstrap_toplevel_consts_39_consts_7_consts_4 = {
   12643             :     ._ascii = {
   12644             :         .ob_base = {
   12645             :             .ob_refcnt = 999999999,
   12646             :             .ob_type = &PyUnicode_Type,
   12647             :         },
   12648             :         .length = 1,
   12649             :         .hash = -1,
   12650             :         .state = {
   12651             :             .kind = 1,
   12652             :             .compact = 1,
   12653             :             .ascii = 1,
   12654             :         },
   12655             :     },
   12656             :     ._data = "\\",
   12657             : };
   12658             : static
   12659             :     struct {
   12660             :         PyASCIIObject _ascii;
   12661             :         uint8_t _data[2];
   12662             :     }
   12663             : importlib__bootstrap_toplevel_consts_39_consts_7_consts_5 = {
   12664             :     ._ascii = {
   12665             :         .ob_base = {
   12666             :             .ob_refcnt = 999999999,
   12667             :             .ob_type = &PyUnicode_Type,
   12668             :         },
   12669             :         .length = 1,
   12670             :         .hash = -1,
   12671             :         .state = {
   12672             :             .kind = 1,
   12673             :             .compact = 1,
   12674             :             .ascii = 1,
   12675             :         },
   12676             :     },
   12677             :     ._data = "/",
   12678             : };
   12679             : static
   12680             :     struct {
   12681             :         PyASCIIObject _ascii;
   12682             :         uint8_t _data[2];
   12683             :     }
   12684             : importlib__bootstrap_toplevel_consts_39_consts_7_consts_6 = {
   12685             :     ._ascii = {
   12686             :         .ob_base = {
   12687             :             .ob_refcnt = 999999999,
   12688             :             .ob_type = &PyUnicode_Type,
   12689             :         },
   12690             :         .length = 1,
   12691             :         .hash = -1,
   12692             :         .state = {
   12693             :             .kind = 1,
   12694             :             .compact = 1,
   12695             :             .ascii = 1,
   12696             :         },
   12697             :     },
   12698             :     ._data = "<",
   12699             : };
   12700             : static
   12701             :     struct {
   12702             :         PyASCIIObject _ascii;
   12703             :         uint8_t _data[10];
   12704             :     }
   12705             : importlib__bootstrap_toplevel_consts_39_consts_7_consts_8 = {
   12706             :     ._ascii = {
   12707             :         .ob_base = {
   12708             :             .ob_refcnt = 999999999,
   12709             :             .ob_type = &PyUnicode_Type,
   12710             :         },
   12711             :         .length = 9,
   12712             :         .hash = -1,
   12713             :         .state = {
   12714             :             .kind = 1,
   12715             :             .compact = 1,
   12716             :             .ascii = 1,
   12717             :         },
   12718             :     },
   12719             :     ._data = ".__init__",
   12720             : };
   12721             : static
   12722             :     struct {
   12723             :         PyASCIIObject _ascii;
   12724             :         uint8_t _data[12];
   12725             :     }
   12726             : importlib__bootstrap_toplevel_consts_39_consts_7_consts_11 = {
   12727             :     ._ascii = {
   12728             :         .ob_base = {
   12729             :             .ob_refcnt = 999999999,
   12730             :             .ob_type = &PyUnicode_Type,
   12731             :         },
   12732             :         .length = 11,
   12733             :         .hash = -1,
   12734             :         .state = {
   12735             :             .kind = 1,
   12736             :             .compact = 1,
   12737             :             .ascii = 1,
   12738             :         },
   12739             :     },
   12740             :     ._data = "__init__.py",
   12741             : };
   12742             : static
   12743             :     struct {
   12744             :         PyASCIIObject _ascii;
   12745             :         uint8_t _data[4];
   12746             :     }
   12747             : importlib__bootstrap_toplevel_consts_39_consts_7_consts_12 = {
   12748             :     ._ascii = {
   12749             :         .ob_base = {
   12750             :             .ob_refcnt = 999999999,
   12751             :             .ob_type = &PyUnicode_Type,
   12752             :         },
   12753             :         .length = 3,
   12754             :         .hash = -1,
   12755             :         .state = {
   12756             :             .kind = 1,
   12757             :             .compact = 1,
   12758             :             .ascii = 1,
   12759             :         },
   12760             :     },
   12761             :     ._data = ".py",
   12762             : };
   12763             : static
   12764             :     struct {
   12765             :         PyGC_Head _gc_head;
   12766             :         struct {
   12767             :             PyObject_VAR_HEAD
   12768             :             PyObject *ob_item[13];
   12769             :         }_object;
   12770             :     }
   12771             : importlib__bootstrap_toplevel_consts_39_consts_7_consts = {
   12772             :     ._object = {
   12773             :         .ob_base = {
   12774             :             .ob_base = {
   12775             :                 .ob_refcnt = 999999999,
   12776             :                 .ob_type = &PyTuple_Type,
   12777             :             },
   12778             :             .ob_size = 13,
   12779             :         },
   12780             :         .ob_item = {
   12781             :             Py_None,
   12782             :             & const_str__stdlib_dir._ascii.ob_base,
   12783             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   12784             :             & const_str_win32._ascii.ob_base,
   12785             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   12786             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   12787             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_6._ascii.ob_base,
   12788             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   12789             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_8._ascii.ob_base,
   12790             :             Py_False,
   12791             :             &_Py_STR(dot),
   12792             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
   12793             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
   12794             :         },
   12795             :     },
   12796             : };
   12797             : static
   12798             :     struct {
   12799             :         PyASCIIObject _ascii;
   12800             :         uint8_t _data[5];
   12801             :     }
   12802             : const_str__SEP = {
   12803             :     ._ascii = {
   12804             :         .ob_base = {
   12805             :             .ob_refcnt = 999999999,
   12806             :             .ob_type = &PyUnicode_Type,
   12807             :         },
   12808             :         .length = 4,
   12809             :         .hash = -1,
   12810             :         .state = {
   12811             :             .kind = 1,
   12812             :             .compact = 1,
   12813             :             .ascii = 1,
   12814             :         },
   12815             :     },
   12816             :     ._data = "_SEP",
   12817             : };
   12818             : static
   12819             :     struct {
   12820             :         PyASCIIObject _ascii;
   12821             :         uint8_t _data[9];
   12822             :     }
   12823             : const_str_platform = {
   12824             :     ._ascii = {
   12825             :         .ob_base = {
   12826             :             .ob_refcnt = 999999999,
   12827             :             .ob_type = &PyUnicode_Type,
   12828             :         },
   12829             :         .length = 8,
   12830             :         .hash = -1,
   12831             :         .state = {
   12832             :             .kind = 1,
   12833             :             .compact = 1,
   12834             :             .ascii = 1,
   12835             :         },
   12836             :     },
   12837             :     ._data = "platform",
   12838             : };
   12839             : static
   12840             :     struct {
   12841             :         PyGC_Head _gc_head;
   12842             :         struct {
   12843             :             PyObject_VAR_HEAD
   12844             :             PyObject *ob_item[8];
   12845             :         }_object;
   12846             :     }
   12847             : importlib__bootstrap_toplevel_consts_39_consts_7_names = {
   12848             :     ._object = {
   12849             :         .ob_base = {
   12850             :             .ob_base = {
   12851             :                 .ob_refcnt = 999999999,
   12852             :                 .ob_type = &PyTuple_Type,
   12853             :             },
   12854             :             .ob_size = 8,
   12855             :         },
   12856             :         .ob_item = {
   12857             :             &_Py_ID(getattr),
   12858             :             & const_str_sys._ascii.ob_base,
   12859             :             & const_str__SEP._ascii.ob_base,
   12860             :             & const_str_AttributeError._ascii.ob_base,
   12861             :             & const_str_platform._ascii.ob_base,
   12862             :             & const_str_startswith._ascii.ob_base,
   12863             :             &_Py_ID(replace),
   12864             :             & const_str__stdlib_dir._ascii.ob_base,
   12865             :         },
   12866             :     },
   12867             : };
   12868             : static
   12869             :     struct {
   12870             :         PyASCIIObject _ascii;
   12871             :         uint8_t _data[33];
   12872             :     }
   12873             : importlib__bootstrap_toplevel_consts_39_consts_7_qualname = {
   12874             :     ._ascii = {
   12875             :         .ob_base = {
   12876             :             .ob_refcnt = 999999999,
   12877             :             .ob_type = &PyUnicode_Type,
   12878             :         },
   12879             :         .length = 32,
   12880             :         .hash = -1,
   12881             :         .state = {
   12882             :             .kind = 1,
   12883             :             .compact = 1,
   12884             :             .ascii = 1,
   12885             :         },
   12886             :     },
   12887             :     ._data = "FrozenImporter._resolve_filename",
   12888             : };
   12889             : static
   12890             :     struct {
   12891             :         PyObject_VAR_HEAD
   12892             :         Py_hash_t ob_shash;
   12893             :         char ob_sval[304];
   12894             :     }
   12895             : importlib__bootstrap_toplevel_consts_39_consts_7_linetable = {
   12896             :     .ob_base = {
   12897             :         .ob_base = {
   12898             :             .ob_refcnt = 999999999,
   12899             :             .ob_type = &PyBytes_Type,
   12900             :         },
   12901             :         .ob_size = 303,
   12902             :     },
   12903             :     .ob_shash = -1,
   12904             :     .ob_sval = "\x80\x00\xe0\x0f\x17\xf0\x00\x01\x09\x1e\x9d\x77\xa5\x73\xa8\x4d\xb8\x34\xd4\x1f\x40\xf0\x00\x01\x09\x1e\xd8\x13\x1d\x90\x3a\xf0\x02\x03\x09\x46\x01\xd8\x12\x15\x97\x28\x91\x28\x88\x43\xf0\x08\x00\x0c\x14\x90\x75\xd2\x0b\x1c\xf0\x00\x06\x09\x1e\xd8\x0f\x17\xd7\x0f\x22\xd1\x0f\x22\xa0\x33\xd4\x0f\x27\xf0\x00\x05\x0d\x1e\xd8\x1b\x23\xa0\x41\x98\x3c\x98\x3c\x90\x08\xd8\x17\x1c\xf0\x00\x01\x11\x36\xd8\x22\x2a\xd0\x1f\x35\xd0\x1f\x35\xd0\x1f\x35\x90\x48\x90\x48\xe0\x18\x1d\x90\x05\xd8\x12\x1a\xd7\x12\x22\xd1\x12\x22\xa0\x33\xa8\x03\xd4\x12\x2c\x88\x07\xd8\x0b\x10\xf0\x00\x05\x09\x3d\xdd\x18\x1b\x9f\x0f\x99\x0f\xd0\x15\x37\xa8\x13\xd0\x15\x37\xa8\x67\xd0\x15\x37\xd0\x15\x37\x88\x46\xd8\x1a\x20\xd0\x17\x32\xa0\x23\xd0\x17\x32\xd0\x17\x32\xd0\x17\x32\x88\x48\x88\x48\xe0\x15\x19\x88\x46\xdd\x1a\x1d\x9f\x2f\x99\x2f\xd0\x17\x3c\xa8\x33\xd0\x17\x3c\xb0\x07\xd0\x17\x3c\xd0\x17\x3c\xd0\x17\x3c\x88\x48\xd8\x0f\x17\x98\x16\xd0\x0f\x1f\xd0\x08\x1f\xf8\xf5\x23\x00\x10\x1e\xf0\x00\x01\x09\x46\x01\xf0\x00\x01\x09\x46\x01\xf0\x00\x01\x09\x46\x01\xdd\x25\x28\xa7\x5c\xa1\x5c\xb0\x57\xd2\x25\x3c\xd0\x1d\x45\x98\x54\x98\x54\xc0\x23\xd0\x0c\x45\x88\x43\x90\x23\x94\x28\x90\x28\x90\x28\xf0\x03\x01\x09\x46\x01\xf8\xf8\xf8",
   12905             : };
   12906             : static
   12907             :     struct {
   12908             :         PyObject_VAR_HEAD
   12909             :         Py_hash_t ob_shash;
   12910             :         char ob_sval[18];
   12911             :     }
   12912             : importlib__bootstrap_toplevel_consts_39_consts_7_exceptiontable = {
   12913             :     .ob_base = {
   12914             :         .ob_base = {
   12915             :             .ob_refcnt = 999999999,
   12916             :             .ob_type = &PyBytes_Type,
   12917             :         },
   12918             :         .ob_size = 17,
   12919             :     },
   12920             :     .ob_shash = -1,
   12921             :     .ob_sval = "\x9a\x0c\x42\x1f\x00\xc2\x1f\x2a\x43\x0c\x03\xc3\x0b\x01\x43\x0c\x03",
   12922             : };
   12923             : static
   12924             :     struct {
   12925             :         PyASCIIObject _ascii;
   12926             :         uint8_t _data[6];
   12927             :     }
   12928             : const_str_alias = {
   12929             :     ._ascii = {
   12930             :         .ob_base = {
   12931             :             .ob_refcnt = 999999999,
   12932             :             .ob_type = &PyUnicode_Type,
   12933             :         },
   12934             :         .length = 5,
   12935             :         .hash = -1,
   12936             :         .state = {
   12937             :             .kind = 1,
   12938             :             .compact = 1,
   12939             :             .ascii = 1,
   12940             :         },
   12941             :     },
   12942             :     ._data = "alias",
   12943             : };
   12944             : static
   12945             :     struct {
   12946             :         PyASCIIObject _ascii;
   12947             :         uint8_t _data[4];
   12948             :     }
   12949             : const_str_sep = {
   12950             :     ._ascii = {
   12951             :         .ob_base = {
   12952             :             .ob_refcnt = 999999999,
   12953             :             .ob_type = &PyUnicode_Type,
   12954             :         },
   12955             :         .length = 3,
   12956             :         .hash = -1,
   12957             :         .state = {
   12958             :             .kind = 1,
   12959             :             .compact = 1,
   12960             :             .ascii = 1,
   12961             :         },
   12962             :     },
   12963             :     ._data = "sep",
   12964             : };
   12965             : static
   12966             :     struct {
   12967             :         PyASCIIObject _ascii;
   12968             :         uint8_t _data[8];
   12969             :     }
   12970             : const_str_relfile = {
   12971             :     ._ascii = {
   12972             :         .ob_base = {
   12973             :             .ob_refcnt = 999999999,
   12974             :             .ob_type = &PyUnicode_Type,
   12975             :         },
   12976             :         .length = 7,
   12977             :         .hash = -1,
   12978             :         .state = {
   12979             :             .kind = 1,
   12980             :             .compact = 1,
   12981             :             .ascii = 1,
   12982             :         },
   12983             :     },
   12984             :     ._data = "relfile",
   12985             : };
   12986             : static
   12987             :     struct {
   12988             :         PyGC_Head _gc_head;
   12989             :         struct {
   12990             :             PyObject_VAR_HEAD
   12991             :             PyObject *ob_item[8];
   12992             :         }_object;
   12993             :     }
   12994             : importlib__bootstrap_toplevel_consts_39_consts_7_localsplusnames = {
   12995             :     ._object = {
   12996             :         .ob_base = {
   12997             :             .ob_base = {
   12998             :                 .ob_refcnt = 999999999,
   12999             :                 .ob_type = &PyTuple_Type,
   13000             :             },
   13001             :             .ob_size = 8,
   13002             :         },
   13003             :         .ob_item = {
   13004             :             & const_str_cls._ascii.ob_base,
   13005             :             & const_str_fullname._ascii.ob_base,
   13006             :             & const_str_alias._ascii.ob_base,
   13007             :             & const_str_ispkg._ascii.ob_base,
   13008             :             & const_str_sep._ascii.ob_base,
   13009             :             & const_str_relfile._ascii.ob_base,
   13010             :             & const_str_pkgdir._ascii.ob_base,
   13011             :             &_Py_ID(filename),
   13012             :         },
   13013             :     },
   13014             : };
   13015             : static
   13016             :     struct _PyCode_DEF(414)
   13017             : importlib__bootstrap_toplevel_consts_39_consts_7 = {
   13018             :     .ob_base = {
   13019             :         .ob_base = {
   13020             :             .ob_refcnt = 999999999,
   13021             :             .ob_type = &PyCode_Type,
   13022             :         },
   13023             :         .ob_size = 207,
   13024             :     },
   13025             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_7_consts._object.ob_base.ob_base,
   13026             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_7_names._object.ob_base.ob_base,
   13027             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_7_exceptiontable.ob_base.ob_base,
   13028             :     .co_flags = 3,
   13029             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   13030             :     ._co_linearray_entry_size = 0,
   13031             :     .co_argcount = 4,
   13032             :     .co_posonlyargcount = 0,
   13033             :     .co_kwonlyargcount = 0,
   13034             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
   13035             :     .co_stacksize = 5,
   13036             :     .co_firstlineno = 897,
   13037             :     .co_nlocalsplus = 8,
   13038             :     .co_nlocals = 8,
   13039             :     .co_nplaincellvars = 0,
   13040             :     .co_ncellvars = 0,
   13041             :     .co_nfreevars = 0,
   13042             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_7_localsplusnames._object.ob_base.ob_base,
   13043             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
   13044             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   13045             :     .co_name = & const_str__resolve_filename._ascii.ob_base,
   13046             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_7_qualname._ascii.ob_base,
   13047             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_7_linetable.ob_base.ob_base,
   13048             :     ._co_code = NULL,
   13049             :     ._co_linearray = NULL,
   13050             :     .co_code_adaptive = "\x97\x00\x7c\x01\x72\x14\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x02\x53\x00\x09\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x01\x7c\x02\x6b\x03\x00\x00\x00\x00\x72\x21\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x7c\x01\x64\x07\x64\x00\x1a\x00\x7d\x01\x7c\x03\x73\x08\x7c\x01\x9b\x00\x64\x08\x9d\x02\x7d\x01\x6e\x02\x64\x09\x7d\x03\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x03\x72\x1f\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x04\x9b\x00\x7c\x05\x9b\x00\x9d\x03\x7d\x06\x7c\x06\x9b\x00\x7c\x04\x9b\x00\x64\x0b\x9d\x03\x7d\x07\x6e\x1a\x64\x00\x7d\x06\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x04\x9b\x00\x7c\x05\x9b\x00\x64\x0c\x9d\x04\x7d\x07\x7c\x07\x7c\x06\x66\x02\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x23\x01\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x04\x6e\x01\x64\x05\x78\x01\x7d\x04\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x8c\xa5\x77\x00\x78\x03\x59\x00\x77\x01",
   13051             :     ._co_firsttraceable = 0,
   13052             : };
   13053             : static
   13054             :     struct {
   13055             :         PyGC_Head _gc_head;
   13056             :         struct {
   13057             :             PyObject_VAR_HEAD
   13058             :             PyObject *ob_item[4];
   13059             :         }_object;
   13060             :     }
   13061             : importlib__bootstrap_toplevel_consts_39_consts_8_consts = {
   13062             :     ._object = {
   13063             :         .ob_base = {
   13064             :             .ob_base = {
   13065             :                 .ob_refcnt = 999999999,
   13066             :                 .ob_type = &PyTuple_Type,
   13067             :             },
   13068             :             .ob_size = 4,
   13069             :         },
   13070             :         .ob_item = {
   13071             :             Py_None,
   13072             :             & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
   13073             :             & importlib__bootstrap_toplevel_consts_39_consts_4_consts_4._object.ob_base.ob_base,
   13074             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   13075             :         },
   13076             :     },
   13077             : };
   13078             : static
   13079             :     struct {
   13080             :         PyASCIIObject _ascii;
   13081             :         uint8_t _data[12];
   13082             :     }
   13083             : const_str_find_frozen = {
   13084             :     ._ascii = {
   13085             :         .ob_base = {
   13086             :             .ob_refcnt = 999999999,
   13087             :             .ob_type = &PyUnicode_Type,
   13088             :         },
   13089             :         .length = 11,
   13090             :         .hash = -1,
   13091             :         .state = {
   13092             :             .kind = 1,
   13093             :             .compact = 1,
   13094             :             .ascii = 1,
   13095             :         },
   13096             :     },
   13097             :     ._data = "find_frozen",
   13098             : };
   13099             : static
   13100             :     struct {
   13101             :         PyGC_Head _gc_head;
   13102             :         struct {
   13103             :             PyObject_VAR_HEAD
   13104             :             PyObject *ob_item[12];
   13105             :         }_object;
   13106             :     }
   13107             : importlib__bootstrap_toplevel_consts_39_consts_8_names = {
   13108             :     ._object = {
   13109             :         .ob_base = {
   13110             :             .ob_base = {
   13111             :                 .ob_refcnt = 999999999,
   13112             :                 .ob_type = &PyTuple_Type,
   13113             :             },
   13114             :             .ob_size = 12,
   13115             :         },
   13116             :         .ob_item = {
   13117             :             & const_str__call_with_frames_removed._ascii.ob_base,
   13118             :             & const_str__imp._ascii.ob_base,
   13119             :             & const_str_find_frozen._ascii.ob_base,
   13120             :             & const_str_spec_from_loader._ascii.ob_base,
   13121             :             & const_str__ORIGIN._ascii.ob_base,
   13122             :             & const_str__resolve_filename._ascii.ob_base,
   13123             :             & const_str_type._ascii.ob_base,
   13124             :             & const_str_sys._ascii.ob_base,
   13125             :             & const_str_implementation._ascii.ob_base,
   13126             :             & const_str_loader_state._ascii.ob_base,
   13127             :             & const_str_submodule_search_locations._ascii.ob_base,
   13128             :             & const_str_insert._ascii.ob_base,
   13129             :         },
   13130             :     },
   13131             : };
   13132             : static
   13133             :     struct {
   13134             :         PyASCIIObject _ascii;
   13135             :         uint8_t _data[25];
   13136             :     }
   13137             : importlib__bootstrap_toplevel_consts_39_consts_8_qualname = {
   13138             :     ._ascii = {
   13139             :         .ob_base = {
   13140             :             .ob_refcnt = 999999999,
   13141             :             .ob_type = &PyUnicode_Type,
   13142             :         },
   13143             :         .length = 24,
   13144             :         .hash = -1,
   13145             :         .state = {
   13146             :             .kind = 1,
   13147             :             .compact = 1,
   13148             :             .ascii = 1,
   13149             :         },
   13150             :     },
   13151             :     ._data = "FrozenImporter.find_spec",
   13152             : };
   13153             : static
   13154             :     struct {
   13155             :         PyObject_VAR_HEAD
   13156             :         Py_hash_t ob_shash;
   13157             :         char ob_sval[181];
   13158             :     }
   13159             : importlib__bootstrap_toplevel_consts_39_consts_8_linetable = {
   13160             :     .ob_base = {
   13161             :         .ob_base = {
   13162             :             .ob_refcnt = 999999999,
   13163             :             .ob_type = &PyBytes_Type,
   13164             :         },
   13165             :         .ob_size = 180,
   13166             :     },
   13167             :     .ob_shash = -1,
   13168             :     .ob_sval = "\x80\x00\xe5\x0f\x28\xad\x14\xd7\x29\x39\xd1\x29\x39\xb8\x38\xd4\x0f\x44\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xf0\x1a\x00\x1e\x22\xd1\x08\x1a\x88\x01\x88\x35\x90\x28\xdd\x0f\x1f\xa0\x08\xa8\x23\xd8\x27\x2a\xa7\x7b\xa1\x7b\xd8\x2b\x30\xf0\x05\x02\x10\x32\xf4\x00\x02\x10\x32\x88\x04\xf0\x06\x00\x1c\x1f\xd7\x1b\x30\xd1\x1b\x30\xb0\x18\xb8\x38\xc0\x55\xd4\x1b\x4b\xd1\x08\x18\x88\x08\x90\x26\xd8\x1c\x34\x9d\x44\xa5\x13\xd7\x21\x33\xd1\x21\x33\xd4\x1c\x34\xd8\x15\x1d\xd8\x15\x1d\xf0\x05\x03\x1d\x0a\xf4\x00\x03\x1d\x0a\x88\x04\xd4\x08\x19\xf0\x08\x00\x0c\x12\xf0\x00\x01\x09\x3e\xd8\x0c\x10\xd7\x0c\x2b\xd1\x0c\x2b\xd7\x0c\x32\xd1\x0c\x32\xb0\x31\xb0\x66\xd4\x0c\x3d\xd0\x0c\x3d\xd8\x0f\x13\x88\x0b",
   13169             : };
   13170             : static
   13171             :     struct {
   13172             :         PyASCIIObject _ascii;
   13173             :         uint8_t _data[5];
   13174             :     }
   13175             : const_str_info = {
   13176             :     ._ascii = {
   13177             :         .ob_base = {
   13178             :             .ob_refcnt = 999999999,
   13179             :             .ob_type = &PyUnicode_Type,
   13180             :         },
   13181             :         .length = 4,
   13182             :         .hash = -1,
   13183             :         .state = {
   13184             :             .kind = 1,
   13185             :             .compact = 1,
   13186             :             .ascii = 1,
   13187             :         },
   13188             :     },
   13189             :     ._data = "info",
   13190             : };
   13191             : static
   13192             :     struct {
   13193             :         PyGC_Head _gc_head;
   13194             :         struct {
   13195             :             PyObject_VAR_HEAD
   13196             :             PyObject *ob_item[11];
   13197             :         }_object;
   13198             :     }
   13199             : importlib__bootstrap_toplevel_consts_39_consts_8_localsplusnames = {
   13200             :     ._object = {
   13201             :         .ob_base = {
   13202             :             .ob_base = {
   13203             :                 .ob_refcnt = 999999999,
   13204             :                 .ob_type = &PyTuple_Type,
   13205             :             },
   13206             :             .ob_size = 11,
   13207             :         },
   13208             :         .ob_item = {
   13209             :             & const_str_cls._ascii.ob_base,
   13210             :             & const_str_fullname._ascii.ob_base,
   13211             :             &_Py_ID(path),
   13212             :             & const_str_target._ascii.ob_base,
   13213             :             & const_str_info._ascii.ob_base,
   13214             :             &_Py_ID(_),
   13215             :             & const_str_ispkg._ascii.ob_base,
   13216             :             & const_str_origname._ascii.ob_base,
   13217             :             & const_str_spec._ascii.ob_base,
   13218             :             &_Py_ID(filename),
   13219             :             & const_str_pkgdir._ascii.ob_base,
   13220             :         },
   13221             :     },
   13222             : };
   13223             : static
   13224             :     struct {
   13225             :         PyObject_VAR_HEAD
   13226             :         Py_hash_t ob_shash;
   13227             :         char ob_sval[12];
   13228             :     }
   13229             : importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds = {
   13230             :     .ob_base = {
   13231             :         .ob_base = {
   13232             :             .ob_refcnt = 999999999,
   13233             :             .ob_type = &PyBytes_Type,
   13234             :         },
   13235             :         .ob_size = 11,
   13236             :     },
   13237             :     .ob_shash = -1,
   13238             :     .ob_sval = "           ",
   13239             : };
   13240             : static
   13241             :     struct _PyCode_DEF(330)
   13242             : importlib__bootstrap_toplevel_consts_39_consts_8 = {
   13243             :     .ob_base = {
   13244             :         .ob_base = {
   13245             :             .ob_refcnt = 999999999,
   13246             :             .ob_type = &PyCode_Type,
   13247             :         },
   13248             :         .ob_size = 165,
   13249             :     },
   13250             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_8_consts._object.ob_base.ob_base,
   13251             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_8_names._object.ob_base.ob_base,
   13252             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   13253             :     .co_flags = 3,
   13254             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   13255             :     ._co_linearray_entry_size = 0,
   13256             :     .co_argcount = 4,
   13257             :     .co_posonlyargcount = 0,
   13258             :     .co_kwonlyargcount = 0,
   13259             :     .co_framesize = 17 + FRAME_SPECIALS_SIZE,
   13260             :     .co_stacksize = 6,
   13261             :     .co_firstlineno = 922,
   13262             :     .co_nlocalsplus = 11,
   13263             :     .co_nlocals = 11,
   13264             :     .co_nplaincellvars = 0,
   13265             :     .co_ncellvars = 0,
   13266             :     .co_nfreevars = 0,
   13267             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_8_localsplusnames._object.ob_base.ob_base,
   13268             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
   13269             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   13270             :     .co_name = & const_str_find_spec._ascii.ob_base,
   13271             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_8_qualname._ascii.ob_base,
   13272             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_8_linetable.ob_base.ob_base,
   13273             :     ._co_code = NULL,
   13274             :     ._co_linearray = NULL,
   13275             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x00\x53\x00\x7c\x04\x5c\x03\x00\x00\x7d\x05\x7d\x06\x7d\x07\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xac\x01\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x01\x7c\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x02\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x07\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x72\x1d\x7c\x08\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x0a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x08\x53\x00",
   13276             :     ._co_firsttraceable = 0,
   13277             : };
   13278             : static
   13279             :     struct {
   13280             :         PyASCIIObject _ascii;
   13281             :         uint8_t _data[94];
   13282             :     }
   13283             : importlib__bootstrap_toplevel_consts_39_consts_9_consts_0 = {
   13284             :     ._ascii = {
   13285             :         .ob_base = {
   13286             :             .ob_refcnt = 999999999,
   13287             :             .ob_type = &PyUnicode_Type,
   13288             :         },
   13289             :         .length = 93,
   13290             :         .hash = -1,
   13291             :         .state = {
   13292             :             .kind = 1,
   13293             :             .compact = 1,
   13294             :             .ascii = 1,
   13295             :         },
   13296             :     },
   13297             :     ._data = "\x46\x69\x6e\x64\x20\x61\x20\x66\x72\x6f\x7a\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   13298             : };
   13299             : static
   13300             :     struct {
   13301             :         PyASCIIObject _ascii;
   13302             :         uint8_t _data[106];
   13303             :     }
   13304             : importlib__bootstrap_toplevel_consts_39_consts_9_consts_1 = {
   13305             :     ._ascii = {
   13306             :         .ob_base = {
   13307             :             .ob_refcnt = 999999999,
   13308             :             .ob_type = &PyUnicode_Type,
   13309             :         },
   13310             :         .length = 105,
   13311             :         .hash = -1,
   13312             :         .state = {
   13313             :             .kind = 1,
   13314             :             .compact = 1,
   13315             :             .ascii = 1,
   13316             :         },
   13317             :     },
   13318             :     ._data = "FrozenImporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
   13319             : };
   13320             : static
   13321             :     struct {
   13322             :         PyGC_Head _gc_head;
   13323             :         struct {
   13324             :             PyObject_VAR_HEAD
   13325             :             PyObject *ob_item[3];
   13326             :         }_object;
   13327             :     }
   13328             : importlib__bootstrap_toplevel_consts_39_consts_9_consts = {
   13329             :     ._object = {
   13330             :         .ob_base = {
   13331             :             .ob_base = {
   13332             :                 .ob_refcnt = 999999999,
   13333             :                 .ob_type = &PyTuple_Type,
   13334             :             },
   13335             :             .ob_size = 3,
   13336             :         },
   13337             :         .ob_item = {
   13338             :             & importlib__bootstrap_toplevel_consts_39_consts_9_consts_0._ascii.ob_base,
   13339             :             & importlib__bootstrap_toplevel_consts_39_consts_9_consts_1._ascii.ob_base,
   13340             :             Py_None,
   13341             :         },
   13342             :     },
   13343             : };
   13344             : static
   13345             :     struct {
   13346             :         PyGC_Head _gc_head;
   13347             :         struct {
   13348             :             PyObject_VAR_HEAD
   13349             :             PyObject *ob_item[5];
   13350             :         }_object;
   13351             :     }
   13352             : importlib__bootstrap_toplevel_consts_39_consts_9_names = {
   13353             :     ._object = {
   13354             :         .ob_base = {
   13355             :             .ob_base = {
   13356             :                 .ob_refcnt = 999999999,
   13357             :                 .ob_type = &PyTuple_Type,
   13358             :             },
   13359             :             .ob_size = 5,
   13360             :         },
   13361             :         .ob_item = {
   13362             :             & const_str__warnings._ascii.ob_base,
   13363             :             & const_str_warn._ascii.ob_base,
   13364             :             & const_str_DeprecationWarning._ascii.ob_base,
   13365             :             & const_str__imp._ascii.ob_base,
   13366             :             & const_str_is_frozen._ascii.ob_base,
   13367             :         },
   13368             :     },
   13369             : };
   13370             : static
   13371             :     struct {
   13372             :         PyASCIIObject _ascii;
   13373             :         uint8_t _data[27];
   13374             :     }
   13375             : importlib__bootstrap_toplevel_consts_39_consts_9_qualname = {
   13376             :     ._ascii = {
   13377             :         .ob_base = {
   13378             :             .ob_refcnt = 999999999,
   13379             :             .ob_type = &PyUnicode_Type,
   13380             :         },
   13381             :         .length = 26,
   13382             :         .hash = -1,
   13383             :         .state = {
   13384             :             .kind = 1,
   13385             :             .compact = 1,
   13386             :             .ascii = 1,
   13387             :         },
   13388             :     },
   13389             :     ._data = "FrozenImporter.find_module",
   13390             : };
   13391             : static
   13392             :     struct {
   13393             :         PyObject_VAR_HEAD
   13394             :         Py_hash_t ob_shash;
   13395             :         char ob_sval[57];
   13396             :     }
   13397             : importlib__bootstrap_toplevel_consts_39_consts_9_linetable = {
   13398             :     .ob_base = {
   13399             :         .ob_base = {
   13400             :             .ob_refcnt = 999999999,
   13401             :             .ob_type = &PyBytes_Type,
   13402             :         },
   13403             :         .ob_size = 56,
   13404             :     },
   13405             :     .ob_shash = -1,
   13406             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf5\x06\x00\x17\x1b\x97\x6e\x91\x6e\xa0\x58\xd4\x16\x2e\xd0\x0f\x38\x88\x73\x88\x73\xb0\x44\xd0\x08\x38",
   13407             : };
   13408             : static
   13409             :     struct {
   13410             :         PyGC_Head _gc_head;
   13411             :         struct {
   13412             :             PyObject_VAR_HEAD
   13413             :             PyObject *ob_item[3];
   13414             :         }_object;
   13415             :     }
   13416             : importlib__bootstrap_toplevel_consts_39_consts_9_localsplusnames = {
   13417             :     ._object = {
   13418             :         .ob_base = {
   13419             :             .ob_base = {
   13420             :                 .ob_refcnt = 999999999,
   13421             :                 .ob_type = &PyTuple_Type,
   13422             :             },
   13423             :             .ob_size = 3,
   13424             :         },
   13425             :         .ob_item = {
   13426             :             & const_str_cls._ascii.ob_base,
   13427             :             & const_str_fullname._ascii.ob_base,
   13428             :             &_Py_ID(path),
   13429             :         },
   13430             :     },
   13431             : };
   13432             : static
   13433             :     struct _PyCode_DEF(114)
   13434             : importlib__bootstrap_toplevel_consts_39_consts_9 = {
   13435             :     .ob_base = {
   13436             :         .ob_base = {
   13437             :             .ob_refcnt = 999999999,
   13438             :             .ob_type = &PyCode_Type,
   13439             :         },
   13440             :         .ob_size = 57,
   13441             :     },
   13442             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_9_consts._object.ob_base.ob_base,
   13443             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_9_names._object.ob_base.ob_base,
   13444             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   13445             :     .co_flags = 3,
   13446             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   13447             :     ._co_linearray_entry_size = 0,
   13448             :     .co_argcount = 3,
   13449             :     .co_posonlyargcount = 0,
   13450             :     .co_kwonlyargcount = 0,
   13451             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   13452             :     .co_stacksize = 4,
   13453             :     .co_firstlineno = 952,
   13454             :     .co_nlocalsplus = 3,
   13455             :     .co_nlocals = 3,
   13456             :     .co_nplaincellvars = 0,
   13457             :     .co_ncellvars = 0,
   13458             :     .co_nfreevars = 0,
   13459             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_9_localsplusnames._object.ob_base.ob_base,
   13460             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   13461             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   13462             :     .co_name = & const_str_find_module._ascii.ob_base,
   13463             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_9_qualname._ascii.ob_base,
   13464             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_9_linetable.ob_base.ob_base,
   13465             :     ._co_code = NULL,
   13466             :     ._co_linearray = NULL,
   13467             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x6e\x01\x64\x02\x53\x00",
   13468             :     ._co_firsttraceable = 0,
   13469             : };
   13470             : static
   13471             :     struct {
   13472             :         PyASCIIObject _ascii;
   13473             :         uint8_t _data[23];
   13474             :     }
   13475             : importlib__bootstrap_toplevel_consts_39_consts_10_consts_0 = {
   13476             :     ._ascii = {
   13477             :         .ob_base = {
   13478             :             .ob_refcnt = 999999999,
   13479             :             .ob_type = &PyUnicode_Type,
   13480             :         },
   13481             :         .length = 22,
   13482             :         .hash = -1,
   13483             :         .state = {
   13484             :             .kind = 1,
   13485             :             .compact = 1,
   13486             :             .ascii = 1,
   13487             :         },
   13488             :     },
   13489             :     ._data = "Set __file__, if able.",
   13490             : };
   13491             : static
   13492             :     struct {
   13493             :         PyGC_Head _gc_head;
   13494             :         struct {
   13495             :             PyObject_VAR_HEAD
   13496             :             PyObject *ob_item[1];
   13497             :         }_object;
   13498             :     }
   13499             : importlib__bootstrap_toplevel_consts_39_consts_10_consts = {
   13500             :     ._object = {
   13501             :         .ob_base = {
   13502             :             .ob_base = {
   13503             :                 .ob_refcnt = 999999999,
   13504             :                 .ob_type = &PyTuple_Type,
   13505             :             },
   13506             :             .ob_size = 1,
   13507             :         },
   13508             :         .ob_item = {
   13509             :             & importlib__bootstrap_toplevel_consts_39_consts_10_consts_0._ascii.ob_base,
   13510             :         },
   13511             :     },
   13512             : };
   13513             : static
   13514             :     struct {
   13515             :         PyGC_Head _gc_head;
   13516             :         struct {
   13517             :             PyObject_VAR_HEAD
   13518             :             PyObject *ob_item[6];
   13519             :         }_object;
   13520             :     }
   13521             : importlib__bootstrap_toplevel_consts_39_consts_10_names = {
   13522             :     ._object = {
   13523             :         .ob_base = {
   13524             :             .ob_base = {
   13525             :                 .ob_refcnt = 999999999,
   13526             :                 .ob_type = &PyTuple_Type,
   13527             :             },
   13528             :             .ob_size = 6,
   13529             :         },
   13530             :         .ob_item = {
   13531             :             & const_str__new_module._ascii.ob_base,
   13532             :             &_Py_ID(name),
   13533             :             & const_str_loader_state._ascii.ob_base,
   13534             :             &_Py_ID(filename),
   13535             :             &_Py_ID(__file__),
   13536             :             & const_str_AttributeError._ascii.ob_base,
   13537             :         },
   13538             :     },
   13539             : };
   13540             : static
   13541             :     struct {
   13542             :         PyASCIIObject _ascii;
   13543             :         uint8_t _data[29];
   13544             :     }
   13545             : importlib__bootstrap_toplevel_consts_39_consts_10_qualname = {
   13546             :     ._ascii = {
   13547             :         .ob_base = {
   13548             :             .ob_refcnt = 999999999,
   13549             :             .ob_type = &PyUnicode_Type,
   13550             :         },
   13551             :         .length = 28,
   13552             :         .hash = -1,
   13553             :         .state = {
   13554             :             .kind = 1,
   13555             :             .compact = 1,
   13556             :             .ascii = 1,
   13557             :         },
   13558             :     },
   13559             :     ._data = "FrozenImporter.create_module",
   13560             : };
   13561             : static
   13562             :     struct {
   13563             :         PyObject_VAR_HEAD
   13564             :         Py_hash_t ob_shash;
   13565             :         char ob_sval[99];
   13566             :     }
   13567             : importlib__bootstrap_toplevel_consts_39_consts_10_linetable = {
   13568             :     .ob_base = {
   13569             :         .ob_base = {
   13570             :             .ob_refcnt = 999999999,
   13571             :             .ob_type = &PyBytes_Type,
   13572             :         },
   13573             :         .ob_size = 98,
   13574             :     },
   13575             :     .ob_shash = -1,
   13576             :     .ob_sval = "\x80\x00\xf5\x06\x00\x12\x1d\x98\x54\x9f\x59\x99\x59\xd4\x11\x27\x88\x06\xf0\x02\x06\x09\x2b\xd8\x17\x1b\xd7\x17\x28\xd1\x17\x28\xd7\x17\x31\xd1\x17\x31\x88\x48\xf0\x08\x00\x10\x18\xf0\x00\x01\x0d\x2b\xd8\x22\x2a\x90\x06\x94\x0f\x90\x0f\xd8\x0f\x15\x88\x0d\xf8\xf5\x0b\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
   13577             : };
   13578             : static
   13579             :     struct {
   13580             :         PyObject_VAR_HEAD
   13581             :         Py_hash_t ob_shash;
   13582             :         char ob_sval[16];
   13583             :     }
   13584             : importlib__bootstrap_toplevel_consts_39_consts_10_exceptiontable = {
   13585             :     .ob_base = {
   13586             :         .ob_base = {
   13587             :             .ob_refcnt = 999999999,
   13588             :             .ob_type = &PyBytes_Type,
   13589             :         },
   13590             :         .ob_size = 15,
   13591             :     },
   13592             :     .ob_shash = -1,
   13593             :     .ob_sval = "\x99\x16\x3b\x00\xbb\x0a\x41\x08\x03\xc1\x07\x01\x41\x08\x03",
   13594             : };
   13595             : static
   13596             :     struct {
   13597             :         PyGC_Head _gc_head;
   13598             :         struct {
   13599             :             PyObject_VAR_HEAD
   13600             :             PyObject *ob_item[3];
   13601             :         }_object;
   13602             :     }
   13603             : importlib__bootstrap_toplevel_consts_39_consts_10_localsplusnames = {
   13604             :     ._object = {
   13605             :         .ob_base = {
   13606             :             .ob_base = {
   13607             :                 .ob_refcnt = 999999999,
   13608             :                 .ob_type = &PyTuple_Type,
   13609             :             },
   13610             :             .ob_size = 3,
   13611             :         },
   13612             :         .ob_item = {
   13613             :             & const_str_spec._ascii.ob_base,
   13614             :             & const_str_module._ascii.ob_base,
   13615             :             &_Py_ID(filename),
   13616             :         },
   13617             :     },
   13618             : };
   13619             : static
   13620             :     struct _PyCode_DEF(150)
   13621             : importlib__bootstrap_toplevel_consts_39_consts_10 = {
   13622             :     .ob_base = {
   13623             :         .ob_base = {
   13624             :             .ob_refcnt = 999999999,
   13625             :             .ob_type = &PyCode_Type,
   13626             :         },
   13627             :         .ob_size = 75,
   13628             :     },
   13629             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_10_consts._object.ob_base.ob_base,
   13630             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_10_names._object.ob_base.ob_base,
   13631             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_10_exceptiontable.ob_base.ob_base,
   13632             :     .co_flags = 3,
   13633             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   13634             :     ._co_linearray_entry_size = 0,
   13635             :     .co_argcount = 1,
   13636             :     .co_posonlyargcount = 0,
   13637             :     .co_kwonlyargcount = 0,
   13638             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   13639             :     .co_stacksize = 4,
   13640             :     .co_firstlineno = 964,
   13641             :     .co_nlocalsplus = 3,
   13642             :     .co_nlocals = 3,
   13643             :     .co_nplaincellvars = 0,
   13644             :     .co_ncellvars = 0,
   13645             :     .co_nfreevars = 0,
   13646             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_10_localsplusnames._object.ob_base.ob_base,
   13647             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   13648             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   13649             :     .co_name = & const_str_create_module._ascii.ob_base,
   13650             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_10_qualname._ascii.ob_base,
   13651             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_10_linetable.ob_base.ob_base,
   13652             :     ._co_code = NULL,
   13653             :     ._co_linearray = NULL,
   13654             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x72\x08\x7c\x02\x7c\x01\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x01\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x0e\x77\x00\x78\x03\x59\x00\x77\x01",
   13655             :     ._co_firsttraceable = 0,
   13656             : };
   13657             : static
   13658             :     struct {
   13659             :         PyASCIIObject _ascii;
   13660             :         uint8_t _data[18];
   13661             :     }
   13662             : const_str_get_frozen_object = {
   13663             :     ._ascii = {
   13664             :         .ob_base = {
   13665             :             .ob_refcnt = 999999999,
   13666             :             .ob_type = &PyUnicode_Type,
   13667             :         },
   13668             :         .length = 17,
   13669             :         .hash = -1,
   13670             :         .state = {
   13671             :             .kind = 1,
   13672             :             .compact = 1,
   13673             :             .ascii = 1,
   13674             :         },
   13675             :     },
   13676             :     ._data = "get_frozen_object",
   13677             : };
   13678             : static
   13679             :     struct {
   13680             :         PyASCIIObject _ascii;
   13681             :         uint8_t _data[5];
   13682             :     }
   13683             : const_str_exec = {
   13684             :     ._ascii = {
   13685             :         .ob_base = {
   13686             :             .ob_refcnt = 999999999,
   13687             :             .ob_type = &PyUnicode_Type,
   13688             :         },
   13689             :         .length = 4,
   13690             :         .hash = -1,
   13691             :         .state = {
   13692             :             .kind = 1,
   13693             :             .compact = 1,
   13694             :             .ascii = 1,
   13695             :         },
   13696             :     },
   13697             :     ._data = "exec",
   13698             : };
   13699             : static
   13700             :     struct {
   13701             :         PyGC_Head _gc_head;
   13702             :         struct {
   13703             :             PyObject_VAR_HEAD
   13704             :             PyObject *ob_item[7];
   13705             :         }_object;
   13706             :     }
   13707             : importlib__bootstrap_toplevel_consts_39_consts_11_names = {
   13708             :     ._object = {
   13709             :         .ob_base = {
   13710             :             .ob_base = {
   13711             :                 .ob_refcnt = 999999999,
   13712             :                 .ob_type = &PyTuple_Type,
   13713             :             },
   13714             :             .ob_size = 7,
   13715             :         },
   13716             :         .ob_item = {
   13717             :             &_Py_ID(__spec__),
   13718             :             &_Py_ID(name),
   13719             :             & const_str__call_with_frames_removed._ascii.ob_base,
   13720             :             & const_str__imp._ascii.ob_base,
   13721             :             & const_str_get_frozen_object._ascii.ob_base,
   13722             :             & const_str_exec._ascii.ob_base,
   13723             :             &_Py_ID(__dict__),
   13724             :         },
   13725             :     },
   13726             : };
   13727             : static
   13728             :     struct {
   13729             :         PyASCIIObject _ascii;
   13730             :         uint8_t _data[27];
   13731             :     }
   13732             : importlib__bootstrap_toplevel_consts_39_consts_11_qualname = {
   13733             :     ._ascii = {
   13734             :         .ob_base = {
   13735             :             .ob_refcnt = 999999999,
   13736             :             .ob_type = &PyUnicode_Type,
   13737             :         },
   13738             :         .length = 26,
   13739             :         .hash = -1,
   13740             :         .state = {
   13741             :             .kind = 1,
   13742             :             .compact = 1,
   13743             :             .ascii = 1,
   13744             :         },
   13745             :     },
   13746             :     ._data = "FrozenImporter.exec_module",
   13747             : };
   13748             : static
   13749             :     struct {
   13750             :         PyObject_VAR_HEAD
   13751             :         Py_hash_t ob_shash;
   13752             :         char ob_sval[62];
   13753             :     }
   13754             : importlib__bootstrap_toplevel_consts_39_consts_11_linetable = {
   13755             :     .ob_base = {
   13756             :         .ob_base = {
   13757             :             .ob_refcnt = 999999999,
   13758             :             .ob_type = &PyBytes_Type,
   13759             :         },
   13760             :         .ob_size = 61,
   13761             :     },
   13762             :     .ob_shash = -1,
   13763             :     .ob_sval = "\x80\x00\xe0\x0f\x15\x8f\x7f\x89\x7f\x88\x04\xd8\x0f\x13\x8f\x79\x89\x79\x88\x04\xdd\x0f\x28\xad\x14\xd7\x29\x3f\xd1\x29\x3f\xc0\x14\xd4\x0f\x46\x88\x04\xdd\x08\x0c\x88\x54\x90\x36\x97\x3f\x91\x3f\xd4\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23",
   13764             : };
   13765             : static
   13766             :     struct {
   13767             :         PyGC_Head _gc_head;
   13768             :         struct {
   13769             :             PyObject_VAR_HEAD
   13770             :             PyObject *ob_item[4];
   13771             :         }_object;
   13772             :     }
   13773             : importlib__bootstrap_toplevel_consts_39_consts_11_localsplusnames = {
   13774             :     ._object = {
   13775             :         .ob_base = {
   13776             :             .ob_base = {
   13777             :                 .ob_refcnt = 999999999,
   13778             :                 .ob_type = &PyTuple_Type,
   13779             :             },
   13780             :             .ob_size = 4,
   13781             :         },
   13782             :         .ob_item = {
   13783             :             & const_str_module._ascii.ob_base,
   13784             :             & const_str_spec._ascii.ob_base,
   13785             :             &_Py_ID(name),
   13786             :             &_Py_ID(code),
   13787             :         },
   13788             :     },
   13789             : };
   13790             : static
   13791             :     struct _PyCode_DEF(160)
   13792             : importlib__bootstrap_toplevel_consts_39_consts_11 = {
   13793             :     .ob_base = {
   13794             :         .ob_base = {
   13795             :             .ob_refcnt = 999999999,
   13796             :             .ob_type = &PyCode_Type,
   13797             :         },
   13798             :         .ob_size = 80,
   13799             :     },
   13800             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   13801             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_11_names._object.ob_base.ob_base,
   13802             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   13803             :     .co_flags = 3,
   13804             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   13805             :     ._co_linearray_entry_size = 0,
   13806             :     .co_argcount = 1,
   13807             :     .co_posonlyargcount = 0,
   13808             :     .co_kwonlyargcount = 0,
   13809             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   13810             :     .co_stacksize = 4,
   13811             :     .co_firstlineno = 977,
   13812             :     .co_nlocalsplus = 4,
   13813             :     .co_nlocals = 4,
   13814             :     .co_nplaincellvars = 0,
   13815             :     .co_ncellvars = 0,
   13816             :     .co_nfreevars = 0,
   13817             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_11_localsplusnames._object.ob_base.ob_base,
   13818             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   13819             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   13820             :     .co_name = & const_str_exec_module._ascii.ob_base,
   13821             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_11_qualname._ascii.ob_base,
   13822             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_11_linetable.ob_base.ob_base,
   13823             :     ._co_code = NULL,
   13824             :     ._co_linearray = NULL,
   13825             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   13826             :     ._co_firsttraceable = 0,
   13827             : };
   13828             : static
   13829             :     struct {
   13830             :         PyASCIIObject _ascii;
   13831             :         uint8_t _data[96];
   13832             :     }
   13833             : importlib__bootstrap_toplevel_consts_39_consts_12_consts_0 = {
   13834             :     ._ascii = {
   13835             :         .ob_base = {
   13836             :             .ob_refcnt = 999999999,
   13837             :             .ob_type = &PyUnicode_Type,
   13838             :         },
   13839             :         .length = 95,
   13840             :         .hash = -1,
   13841             :         .state = {
   13842             :             .kind = 1,
   13843             :             .compact = 1,
   13844             :             .ascii = 1,
   13845             :         },
   13846             :     },
   13847             :     ._data = "\x4c\x6f\x61\x64\x20\x61\x20\x66\x72\x6f\x7a\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   13848             : };
   13849             : static
   13850             :     struct {
   13851             :         PyGC_Head _gc_head;
   13852             :         struct {
   13853             :             PyObject_VAR_HEAD
   13854             :             PyObject *ob_item[3];
   13855             :         }_object;
   13856             :     }
   13857             : importlib__bootstrap_toplevel_consts_39_consts_12_consts = {
   13858             :     ._object = {
   13859             :         .ob_base = {
   13860             :             .ob_base = {
   13861             :                 .ob_refcnt = 999999999,
   13862             :                 .ob_type = &PyTuple_Type,
   13863             :             },
   13864             :             .ob_size = 3,
   13865             :         },
   13866             :         .ob_item = {
   13867             :             & importlib__bootstrap_toplevel_consts_39_consts_12_consts_0._ascii.ob_base,
   13868             :             Py_None,
   13869             :             &_Py_ID(__file__),
   13870             :         },
   13871             :     },
   13872             : };
   13873             : static
   13874             :     struct {
   13875             :         PyGC_Head _gc_head;
   13876             :         struct {
   13877             :             PyObject_VAR_HEAD
   13878             :             PyObject *ob_item[8];
   13879             :         }_object;
   13880             :     }
   13881             : importlib__bootstrap_toplevel_consts_39_consts_12_names = {
   13882             :     ._object = {
   13883             :         .ob_base = {
   13884             :             .ob_base = {
   13885             :                 .ob_refcnt = 999999999,
   13886             :                 .ob_type = &PyTuple_Type,
   13887             :             },
   13888             :             .ob_size = 8,
   13889             :         },
   13890             :         .ob_item = {
   13891             :             & const_str__load_module_shim._ascii.ob_base,
   13892             :             & const_str__imp._ascii.ob_base,
   13893             :             & const_str_find_frozen._ascii.ob_base,
   13894             :             & const_str___origname__._ascii.ob_base,
   13895             :             & const_str_vars._ascii.ob_base,
   13896             :             & const_str_pop._ascii.ob_base,
   13897             :             &_Py_ID(__path__),
   13898             :             &_Py_ID(_fix_up_module),
   13899             :         },
   13900             :     },
   13901             : };
   13902             : static
   13903             :     struct {
   13904             :         PyASCIIObject _ascii;
   13905             :         uint8_t _data[27];
   13906             :     }
   13907             : importlib__bootstrap_toplevel_consts_39_consts_12_qualname = {
   13908             :     ._ascii = {
   13909             :         .ob_base = {
   13910             :             .ob_refcnt = 999999999,
   13911             :             .ob_type = &PyUnicode_Type,
   13912             :         },
   13913             :         .length = 26,
   13914             :         .hash = -1,
   13915             :         .state = {
   13916             :             .kind = 1,
   13917             :             .compact = 1,
   13918             :             .ascii = 1,
   13919             :         },
   13920             :     },
   13921             :     ._data = "FrozenImporter.load_module",
   13922             : };
   13923             : static
   13924             :     struct {
   13925             :         PyObject_VAR_HEAD
   13926             :         Py_hash_t ob_shash;
   13927             :         char ob_sval[125];
   13928             :     }
   13929             : importlib__bootstrap_toplevel_consts_39_consts_12_linetable = {
   13930             :     .ob_base = {
   13931             :         .ob_base = {
   13932             :             .ob_refcnt = 999999999,
   13933             :             .ob_type = &PyBytes_Type,
   13934             :         },
   13935             :         .ob_size = 124,
   13936             :     },
   13937             :     .ob_shash = -1,
   13938             :     .ob_sval = "\x80\x00\xf5\x10\x00\x12\x23\xa0\x33\xa8\x08\xd4\x11\x31\x88\x06\xdd\x0f\x13\xd7\x0f\x1f\xd1\x0f\x1f\xa0\x08\xd4\x0f\x29\x88\x04\xd8\x0f\x13\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd8\x1d\x21\xd1\x08\x1a\x88\x01\x88\x35\x90\x28\xd8\x1e\x26\x88\x06\xd4\x08\x1b\xdd\x08\x0c\x88\x56\x8c\x0c\xd7\x08\x18\xd1\x08\x18\x98\x1a\xa0\x54\xd4\x08\x2a\xd0\x08\x2a\xd8\x0b\x10\xf0\x00\x01\x09\x21\xd8\x1e\x20\x88\x46\x8c\x4f\xd8\x08\x0b\xd7\x08\x1a\xd1\x08\x1a\x98\x36\xd4\x08\x22\xd0\x08\x22\xd8\x0f\x15\x88\x0d",
   13939             : };
   13940             : static
   13941             :     struct {
   13942             :         PyGC_Head _gc_head;
   13943             :         struct {
   13944             :             PyObject_VAR_HEAD
   13945             :             PyObject *ob_item[7];
   13946             :         }_object;
   13947             :     }
   13948             : importlib__bootstrap_toplevel_consts_39_consts_12_localsplusnames = {
   13949             :     ._object = {
   13950             :         .ob_base = {
   13951             :             .ob_base = {
   13952             :                 .ob_refcnt = 999999999,
   13953             :                 .ob_type = &PyTuple_Type,
   13954             :             },
   13955             :             .ob_size = 7,
   13956             :         },
   13957             :         .ob_item = {
   13958             :             & const_str_cls._ascii.ob_base,
   13959             :             & const_str_fullname._ascii.ob_base,
   13960             :             & const_str_module._ascii.ob_base,
   13961             :             & const_str_info._ascii.ob_base,
   13962             :             &_Py_ID(_),
   13963             :             & const_str_ispkg._ascii.ob_base,
   13964             :             & const_str_origname._ascii.ob_base,
   13965             :         },
   13966             :     },
   13967             : };
   13968             : static
   13969             :     struct {
   13970             :         PyObject_VAR_HEAD
   13971             :         Py_hash_t ob_shash;
   13972             :         char ob_sval[8];
   13973             :     }
   13974             : importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds = {
   13975             :     .ob_base = {
   13976             :         .ob_base = {
   13977             :             .ob_refcnt = 999999999,
   13978             :             .ob_type = &PyBytes_Type,
   13979             :         },
   13980             :         .ob_size = 7,
   13981             :     },
   13982             :     .ob_shash = -1,
   13983             :     .ob_sval = "       ",
   13984             : };
   13985             : static
   13986             :     struct _PyCode_DEF(228)
   13987             : importlib__bootstrap_toplevel_consts_39_consts_12 = {
   13988             :     .ob_base = {
   13989             :         .ob_base = {
   13990             :             .ob_refcnt = 999999999,
   13991             :             .ob_type = &PyCode_Type,
   13992             :         },
   13993             :         .ob_size = 114,
   13994             :     },
   13995             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_12_consts._object.ob_base.ob_base,
   13996             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_12_names._object.ob_base.ob_base,
   13997             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   13998             :     .co_flags = 3,
   13999             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   14000             :     ._co_linearray_entry_size = 0,
   14001             :     .co_argcount = 2,
   14002             :     .co_posonlyargcount = 0,
   14003             :     .co_kwonlyargcount = 0,
   14004             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   14005             :     .co_stacksize = 4,
   14006             :     .co_firstlineno = 984,
   14007             :     .co_nlocalsplus = 7,
   14008             :     .co_nlocals = 7,
   14009             :     .co_nplaincellvars = 0,
   14010             :     .co_ncellvars = 0,
   14011             :     .co_nfreevars = 0,
   14012             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_12_localsplusnames._object.ob_base.ob_base,
   14013             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   14014             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   14015             :     .co_name = & const_str_load_module._ascii.ob_base,
   14016             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_12_qualname._ascii.ob_base,
   14017             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_12_linetable.ob_base.ob_base,
   14018             :     ._co_code = NULL,
   14019             :     ._co_linearray = NULL,
   14020             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x02\x4a\x00\x82\x01\x7c\x03\x5c\x03\x00\x00\x7d\x04\x7d\x05\x7d\x06\x7c\x06\x7c\x02\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x72\x07\x67\x00\x7c\x02\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
   14021             :     ._co_firsttraceable = 0,
   14022             : };
   14023             : static
   14024             :     struct {
   14025             :         PyASCIIObject _ascii;
   14026             :         uint8_t _data[46];
   14027             :     }
   14028             : importlib__bootstrap_toplevel_consts_39_consts_13_consts_0 = {
   14029             :     ._ascii = {
   14030             :         .ob_base = {
   14031             :             .ob_refcnt = 999999999,
   14032             :             .ob_type = &PyUnicode_Type,
   14033             :         },
   14034             :         .length = 45,
   14035             :         .hash = -1,
   14036             :         .state = {
   14037             :             .kind = 1,
   14038             :             .compact = 1,
   14039             :             .ascii = 1,
   14040             :         },
   14041             :     },
   14042             :     ._data = "Return the code object for the frozen module.",
   14043             : };
   14044             : static
   14045             :     struct {
   14046             :         PyGC_Head _gc_head;
   14047             :         struct {
   14048             :             PyObject_VAR_HEAD
   14049             :             PyObject *ob_item[1];
   14050             :         }_object;
   14051             :     }
   14052             : importlib__bootstrap_toplevel_consts_39_consts_13_consts = {
   14053             :     ._object = {
   14054             :         .ob_base = {
   14055             :             .ob_base = {
   14056             :                 .ob_refcnt = 999999999,
   14057             :                 .ob_type = &PyTuple_Type,
   14058             :             },
   14059             :             .ob_size = 1,
   14060             :         },
   14061             :         .ob_item = {
   14062             :             & importlib__bootstrap_toplevel_consts_39_consts_13_consts_0._ascii.ob_base,
   14063             :         },
   14064             :     },
   14065             : };
   14066             : static
   14067             :     struct {
   14068             :         PyGC_Head _gc_head;
   14069             :         struct {
   14070             :             PyObject_VAR_HEAD
   14071             :             PyObject *ob_item[2];
   14072             :         }_object;
   14073             :     }
   14074             : importlib__bootstrap_toplevel_consts_39_consts_13_names = {
   14075             :     ._object = {
   14076             :         .ob_base = {
   14077             :             .ob_base = {
   14078             :                 .ob_refcnt = 999999999,
   14079             :                 .ob_type = &PyTuple_Type,
   14080             :             },
   14081             :             .ob_size = 2,
   14082             :         },
   14083             :         .ob_item = {
   14084             :             & const_str__imp._ascii.ob_base,
   14085             :             & const_str_get_frozen_object._ascii.ob_base,
   14086             :         },
   14087             :     },
   14088             : };
   14089             : static
   14090             :     struct {
   14091             :         PyASCIIObject _ascii;
   14092             :         uint8_t _data[24];
   14093             :     }
   14094             : importlib__bootstrap_toplevel_consts_39_consts_13_qualname = {
   14095             :     ._ascii = {
   14096             :         .ob_base = {
   14097             :             .ob_refcnt = 999999999,
   14098             :             .ob_type = &PyUnicode_Type,
   14099             :         },
   14100             :         .length = 23,
   14101             :         .hash = -1,
   14102             :         .state = {
   14103             :             .kind = 1,
   14104             :             .compact = 1,
   14105             :             .ascii = 1,
   14106             :         },
   14107             :     },
   14108             :     ._data = "FrozenImporter.get_code",
   14109             : };
   14110             : static
   14111             :     struct {
   14112             :         PyObject_VAR_HEAD
   14113             :         Py_hash_t ob_shash;
   14114             :         char ob_sval[22];
   14115             :     }
   14116             : importlib__bootstrap_toplevel_consts_39_consts_13_linetable = {
   14117             :     .ob_base = {
   14118             :         .ob_base = {
   14119             :             .ob_refcnt = 999999999,
   14120             :             .ob_type = &PyBytes_Type,
   14121             :         },
   14122             :         .ob_size = 21,
   14123             :     },
   14124             :     .ob_shash = -1,
   14125             :     .ob_sval = "\x80\x00\xf5\x08\x00\x10\x14\xd7\x0f\x25\xd1\x0f\x25\xa0\x68\xd4\x0f\x2f\xd0\x08\x2f",
   14126             : };
   14127             : static
   14128             :     struct _PyCode_DEF(48)
   14129             : importlib__bootstrap_toplevel_consts_39_consts_13 = {
   14130             :     .ob_base = {
   14131             :         .ob_base = {
   14132             :             .ob_refcnt = 999999999,
   14133             :             .ob_type = &PyCode_Type,
   14134             :         },
   14135             :         .ob_size = 24,
   14136             :     },
   14137             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_13_consts._object.ob_base.ob_base,
   14138             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_13_names._object.ob_base.ob_base,
   14139             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   14140             :     .co_flags = 3,
   14141             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   14142             :     ._co_linearray_entry_size = 0,
   14143             :     .co_argcount = 2,
   14144             :     .co_posonlyargcount = 0,
   14145             :     .co_kwonlyargcount = 0,
   14146             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   14147             :     .co_stacksize = 3,
   14148             :     .co_firstlineno = 1003,
   14149             :     .co_nlocalsplus = 2,
   14150             :     .co_nlocals = 2,
   14151             :     .co_nplaincellvars = 0,
   14152             :     .co_ncellvars = 0,
   14153             :     .co_nfreevars = 0,
   14154             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
   14155             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   14156             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   14157             :     .co_name = & const_str_get_code._ascii.ob_base,
   14158             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_13_qualname._ascii.ob_base,
   14159             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_13_linetable.ob_base.ob_base,
   14160             :     ._co_code = NULL,
   14161             :     ._co_linearray = NULL,
   14162             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   14163             :     ._co_firsttraceable = 0,
   14164             : };
   14165             : static
   14166             :     struct {
   14167             :         PyASCIIObject _ascii;
   14168             :         uint8_t _data[55];
   14169             :     }
   14170             : importlib__bootstrap_toplevel_consts_39_consts_14_consts_0 = {
   14171             :     ._ascii = {
   14172             :         .ob_base = {
   14173             :             .ob_refcnt = 999999999,
   14174             :             .ob_type = &PyUnicode_Type,
   14175             :         },
   14176             :         .length = 54,
   14177             :         .hash = -1,
   14178             :         .state = {
   14179             :             .kind = 1,
   14180             :             .compact = 1,
   14181             :             .ascii = 1,
   14182             :         },
   14183             :     },
   14184             :     ._data = "Return None as frozen modules do not have source code.",
   14185             : };
   14186             : static
   14187             :     struct {
   14188             :         PyGC_Head _gc_head;
   14189             :         struct {
   14190             :             PyObject_VAR_HEAD
   14191             :             PyObject *ob_item[2];
   14192             :         }_object;
   14193             :     }
   14194             : importlib__bootstrap_toplevel_consts_39_consts_14_consts = {
   14195             :     ._object = {
   14196             :         .ob_base = {
   14197             :             .ob_base = {
   14198             :                 .ob_refcnt = 999999999,
   14199             :                 .ob_type = &PyTuple_Type,
   14200             :             },
   14201             :             .ob_size = 2,
   14202             :         },
   14203             :         .ob_item = {
   14204             :             & importlib__bootstrap_toplevel_consts_39_consts_14_consts_0._ascii.ob_base,
   14205             :             Py_None,
   14206             :         },
   14207             :     },
   14208             : };
   14209             : static
   14210             :     struct {
   14211             :         PyASCIIObject _ascii;
   14212             :         uint8_t _data[26];
   14213             :     }
   14214             : importlib__bootstrap_toplevel_consts_39_consts_14_qualname = {
   14215             :     ._ascii = {
   14216             :         .ob_base = {
   14217             :             .ob_refcnt = 999999999,
   14218             :             .ob_type = &PyUnicode_Type,
   14219             :         },
   14220             :         .length = 25,
   14221             :         .hash = -1,
   14222             :         .state = {
   14223             :             .kind = 1,
   14224             :             .compact = 1,
   14225             :             .ascii = 1,
   14226             :         },
   14227             :     },
   14228             :     ._data = "FrozenImporter.get_source",
   14229             : };
   14230             : static
   14231             :     struct _PyCode_DEF(6)
   14232             : importlib__bootstrap_toplevel_consts_39_consts_14 = {
   14233             :     .ob_base = {
   14234             :         .ob_base = {
   14235             :             .ob_refcnt = 999999999,
   14236             :             .ob_type = &PyCode_Type,
   14237             :         },
   14238             :         .ob_size = 3,
   14239             :     },
   14240             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_14_consts._object.ob_base.ob_base,
   14241             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   14242             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   14243             :     .co_flags = 3,
   14244             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   14245             :     ._co_linearray_entry_size = 0,
   14246             :     .co_argcount = 2,
   14247             :     .co_posonlyargcount = 0,
   14248             :     .co_kwonlyargcount = 0,
   14249             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   14250             :     .co_stacksize = 1,
   14251             :     .co_firstlineno = 1009,
   14252             :     .co_nlocalsplus = 2,
   14253             :     .co_nlocals = 2,
   14254             :     .co_nplaincellvars = 0,
   14255             :     .co_ncellvars = 0,
   14256             :     .co_nfreevars = 0,
   14257             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
   14258             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   14259             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   14260             :     .co_name = &_Py_ID(get_source),
   14261             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_14_qualname._ascii.ob_base,
   14262             :     .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
   14263             :     ._co_code = NULL,
   14264             :     ._co_linearray = NULL,
   14265             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   14266             :     ._co_firsttraceable = 0,
   14267             : };
   14268             : static
   14269             :     struct {
   14270             :         PyASCIIObject _ascii;
   14271             :         uint8_t _data[47];
   14272             :     }
   14273             : importlib__bootstrap_toplevel_consts_39_consts_15_consts_0 = {
   14274             :     ._ascii = {
   14275             :         .ob_base = {
   14276             :             .ob_refcnt = 999999999,
   14277             :             .ob_type = &PyUnicode_Type,
   14278             :         },
   14279             :         .length = 46,
   14280             :         .hash = -1,
   14281             :         .state = {
   14282             :             .kind = 1,
   14283             :             .compact = 1,
   14284             :             .ascii = 1,
   14285             :         },
   14286             :     },
   14287             :     ._data = "Return True if the frozen module is a package.",
   14288             : };
   14289             : static
   14290             :     struct {
   14291             :         PyGC_Head _gc_head;
   14292             :         struct {
   14293             :             PyObject_VAR_HEAD
   14294             :             PyObject *ob_item[1];
   14295             :         }_object;
   14296             :     }
   14297             : importlib__bootstrap_toplevel_consts_39_consts_15_consts = {
   14298             :     ._object = {
   14299             :         .ob_base = {
   14300             :             .ob_base = {
   14301             :                 .ob_refcnt = 999999999,
   14302             :                 .ob_type = &PyTuple_Type,
   14303             :             },
   14304             :             .ob_size = 1,
   14305             :         },
   14306             :         .ob_item = {
   14307             :             & importlib__bootstrap_toplevel_consts_39_consts_15_consts_0._ascii.ob_base,
   14308             :         },
   14309             :     },
   14310             : };
   14311             : static
   14312             :     struct {
   14313             :         PyGC_Head _gc_head;
   14314             :         struct {
   14315             :             PyObject_VAR_HEAD
   14316             :             PyObject *ob_item[2];
   14317             :         }_object;
   14318             :     }
   14319             : importlib__bootstrap_toplevel_consts_39_consts_15_names = {
   14320             :     ._object = {
   14321             :         .ob_base = {
   14322             :             .ob_base = {
   14323             :                 .ob_refcnt = 999999999,
   14324             :                 .ob_type = &PyTuple_Type,
   14325             :             },
   14326             :             .ob_size = 2,
   14327             :         },
   14328             :         .ob_item = {
   14329             :             & const_str__imp._ascii.ob_base,
   14330             :             & const_str_is_frozen_package._ascii.ob_base,
   14331             :         },
   14332             :     },
   14333             : };
   14334             : static
   14335             :     struct {
   14336             :         PyASCIIObject _ascii;
   14337             :         uint8_t _data[26];
   14338             :     }
   14339             : importlib__bootstrap_toplevel_consts_39_consts_15_qualname = {
   14340             :     ._ascii = {
   14341             :         .ob_base = {
   14342             :             .ob_refcnt = 999999999,
   14343             :             .ob_type = &PyUnicode_Type,
   14344             :         },
   14345             :         .length = 25,
   14346             :         .hash = -1,
   14347             :         .state = {
   14348             :             .kind = 1,
   14349             :             .compact = 1,
   14350             :             .ascii = 1,
   14351             :         },
   14352             :     },
   14353             :     ._data = "FrozenImporter.is_package",
   14354             : };
   14355             : static
   14356             :     struct _PyCode_DEF(48)
   14357             : importlib__bootstrap_toplevel_consts_39_consts_15 = {
   14358             :     .ob_base = {
   14359             :         .ob_base = {
   14360             :             .ob_refcnt = 999999999,
   14361             :             .ob_type = &PyCode_Type,
   14362             :         },
   14363             :         .ob_size = 24,
   14364             :     },
   14365             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_15_consts._object.ob_base.ob_base,
   14366             :     .co_names = & importlib__bootstrap_toplevel_consts_39_consts_15_names._object.ob_base.ob_base,
   14367             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   14368             :     .co_flags = 3,
   14369             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   14370             :     ._co_linearray_entry_size = 0,
   14371             :     .co_argcount = 2,
   14372             :     .co_posonlyargcount = 0,
   14373             :     .co_kwonlyargcount = 0,
   14374             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   14375             :     .co_stacksize = 3,
   14376             :     .co_firstlineno = 1015,
   14377             :     .co_nlocalsplus = 2,
   14378             :     .co_nlocals = 2,
   14379             :     .co_nplaincellvars = 0,
   14380             :     .co_ncellvars = 0,
   14381             :     .co_nfreevars = 0,
   14382             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
   14383             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   14384             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   14385             :     .co_name = & const_str_is_package._ascii.ob_base,
   14386             :     .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_15_qualname._ascii.ob_base,
   14387             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_13_linetable.ob_base.ob_base,
   14388             :     ._co_code = NULL,
   14389             :     ._co_linearray = NULL,
   14390             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   14391             :     ._co_firsttraceable = 0,
   14392             : };
   14393             : static
   14394             :     struct {
   14395             :         PyGC_Head _gc_head;
   14396             :         struct {
   14397             :             PyObject_VAR_HEAD
   14398             :             PyObject *ob_item[19];
   14399             :         }_object;
   14400             :     }
   14401             : importlib__bootstrap_toplevel_consts_39_consts = {
   14402             :     ._object = {
   14403             :         .ob_base = {
   14404             :             .ob_base = {
   14405             :                 .ob_refcnt = 999999999,
   14406             :                 .ob_type = &PyTuple_Type,
   14407             :             },
   14408             :             .ob_size = 19,
   14409             :         },
   14410             :         .ob_item = {
   14411             :             & const_str_FrozenImporter._ascii.ob_base,
   14412             :             & importlib__bootstrap_toplevel_consts_39_consts_1._ascii.ob_base,
   14413             :             & const_str_frozen._ascii.ob_base,
   14414             :             & importlib__bootstrap_toplevel_consts_39_consts_3.ob_base.ob_base,
   14415             :             & importlib__bootstrap_toplevel_consts_39_consts_4.ob_base.ob_base,
   14416             :             Py_None,
   14417             :             Py_False,
   14418             :             & importlib__bootstrap_toplevel_consts_39_consts_7.ob_base.ob_base,
   14419             :             & importlib__bootstrap_toplevel_consts_39_consts_8.ob_base.ob_base,
   14420             :             & importlib__bootstrap_toplevel_consts_39_consts_9.ob_base.ob_base,
   14421             :             & importlib__bootstrap_toplevel_consts_39_consts_10.ob_base.ob_base,
   14422             :             & importlib__bootstrap_toplevel_consts_39_consts_11.ob_base.ob_base,
   14423             :             & importlib__bootstrap_toplevel_consts_39_consts_12.ob_base.ob_base,
   14424             :             & importlib__bootstrap_toplevel_consts_39_consts_13.ob_base.ob_base,
   14425             :             & importlib__bootstrap_toplevel_consts_39_consts_14.ob_base.ob_base,
   14426             :             & importlib__bootstrap_toplevel_consts_39_consts_15.ob_base.ob_base,
   14427             :             & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
   14428             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   14429             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   14430             :         },
   14431             :     },
   14432             : };
   14433             : static
   14434             :     struct {
   14435             :         PyGC_Head _gc_head;
   14436             :         struct {
   14437             :             PyObject_VAR_HEAD
   14438             :             PyObject *ob_item[19];
   14439             :         }_object;
   14440             :     }
   14441             : importlib__bootstrap_toplevel_consts_39_names = {
   14442             :     ._object = {
   14443             :         .ob_base = {
   14444             :             .ob_base = {
   14445             :                 .ob_refcnt = 999999999,
   14446             :                 .ob_type = &PyTuple_Type,
   14447             :             },
   14448             :             .ob_size = 19,
   14449             :         },
   14450             :         .ob_item = {
   14451             :             &_Py_ID(__name__),
   14452             :             &_Py_ID(__module__),
   14453             :             &_Py_ID(__qualname__),
   14454             :             &_Py_ID(__doc__),
   14455             :             & const_str__ORIGIN._ascii.ob_base,
   14456             :             & const_str_staticmethod._ascii.ob_base,
   14457             :             & const_str_module_repr._ascii.ob_base,
   14458             :             & const_str_classmethod._ascii.ob_base,
   14459             :             &_Py_ID(_fix_up_module),
   14460             :             & const_str__resolve_filename._ascii.ob_base,
   14461             :             & const_str_find_spec._ascii.ob_base,
   14462             :             & const_str_find_module._ascii.ob_base,
   14463             :             & const_str_create_module._ascii.ob_base,
   14464             :             & const_str_exec_module._ascii.ob_base,
   14465             :             & const_str_load_module._ascii.ob_base,
   14466             :             & const_str__requires_frozen._ascii.ob_base,
   14467             :             & const_str_get_code._ascii.ob_base,
   14468             :             &_Py_ID(get_source),
   14469             :             & const_str_is_package._ascii.ob_base,
   14470             :         },
   14471             :     },
   14472             : };
   14473             : static
   14474             :     struct {
   14475             :         PyObject_VAR_HEAD
   14476             :         Py_hash_t ob_shash;
   14477             :         char ob_sval[351];
   14478             :     }
   14479             : importlib__bootstrap_toplevel_consts_39_linetable = {
   14480             :     .ob_base = {
   14481             :         .ob_base = {
   14482             :             .ob_refcnt = 999999999,
   14483             :             .ob_type = &PyBytes_Type,
   14484             :         },
   14485             :         .ob_size = 350,
   14486             :     },
   14487             :     .ob_shash = -1,
   14488             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x05\x05\x08\xf0\x00\x05\x05\x08\xf0\x0e\x00\x0f\x17\x80\x47\xe0\x05\x11\xf0\x02\x08\x05\x4f\x01\xf0\x00\x08\x05\x4f\x01\xf4\x03\x00\x06\x12\xf0\x02\x08\x05\x4f\x01\xf0\x14\x00\x06\x11\xf0\x02\x42\x01\x05\x25\xf0\x00\x42\x01\x05\x25\xf4\x03\x00\x06\x11\xf0\x02\x42\x01\x05\x25\xf0\x48\x02\x00\x06\x11\xd8\x2f\x33\xf0\x00\x16\x05\x20\xf0\x00\x16\x05\x20\xf4\x03\x00\x06\x11\xf0\x02\x16\x05\x20\xf0\x30\x00\x06\x11\xd8\x26\x2a\xf0\x00\x1b\x05\x14\xf0\x00\x1b\x05\x14\xf4\x03\x00\x06\x11\xf0\x02\x1b\x05\x14\xf0\x3a\x00\x06\x11\xd8\x28\x2c\xf0\x00\x09\x05\x39\xf0\x00\x09\x05\x39\xf4\x03\x00\x06\x11\xf0\x02\x09\x05\x39\xf0\x16\x00\x06\x12\xf0\x02\x0a\x05\x16\xf0\x00\x0a\x05\x16\xf4\x03\x00\x06\x12\xf0\x02\x0a\x05\x16\xf0\x18\x00\x06\x12\xf0\x02\x04\x05\x24\xf0\x00\x04\x05\x24\xf4\x03\x00\x06\x12\xf0\x02\x04\x05\x24\xf0\x0c\x00\x06\x11\xf0\x02\x10\x05\x16\xf0\x00\x10\x05\x16\xf4\x03\x00\x06\x11\xf0\x02\x10\x05\x16\xf0\x24\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x30\xf0\x00\x02\x05\x30\xf4\x03\x00\x06\x16\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x30\xf0\x08\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf4\x03\x00\x06\x16\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x30\xf0\x00\x02\x05\x30\xf4\x03\x00\x06\x16\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x30\xf0\x00\x02\x05\x30\xf0\x00\x02\x05\x30",
   14489             : };
   14490             : static
   14491             :     struct _PyCode_DEF(262)
   14492             : importlib__bootstrap_toplevel_consts_39 = {
   14493             :     .ob_base = {
   14494             :         .ob_base = {
   14495             :             .ob_refcnt = 999999999,
   14496             :             .ob_type = &PyCode_Type,
   14497             :         },
   14498             :         .ob_size = 131,
   14499             :     },
   14500             :     .co_consts = & importlib__bootstrap_toplevel_consts_39_consts._object.ob_base.ob_base,
   14501             :     .co_names = & importlib__bootstrap_toplevel_consts_39_names._object.ob_base.ob_base,
   14502             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   14503             :     .co_flags = 0,
   14504             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   14505             :     ._co_linearray_entry_size = 0,
   14506             :     .co_argcount = 0,
   14507             :     .co_posonlyargcount = 0,
   14508             :     .co_kwonlyargcount = 0,
   14509             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   14510             :     .co_stacksize = 3,
   14511             :     .co_firstlineno = 806,
   14512             :     .co_nlocalsplus = 0,
   14513             :     .co_nlocals = 0,
   14514             :     .co_nplaincellvars = 0,
   14515             :     .co_ncellvars = 0,
   14516             :     .co_nfreevars = 0,
   14517             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   14518             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   14519             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   14520             :     .co_name = & const_str_FrozenImporter._ascii.ob_base,
   14521             :     .co_qualname = & const_str_FrozenImporter._ascii.ob_base,
   14522             :     .co_linetable = & importlib__bootstrap_toplevel_consts_39_linetable.ob_base.ob_base,
   14523             :     ._co_code = NULL,
   14524             :     ._co_linearray = NULL,
   14525             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x10\x64\x07\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x07\x64\x11\x64\x08\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x12\x64\x09\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x05\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x05\x64\x0b\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x07\x64\x0c\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x07\x65\x0f\x64\x0d\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x10\x65\x07\x65\x0f\x64\x0e\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x65\x07\x65\x0f\x64\x0f\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x64\x05\x53\x00",
   14526             :     ._co_firsttraceable = 0,
   14527             : };
   14528             : static
   14529             :     struct {
   14530             :         PyASCIIObject _ascii;
   14531             :         uint8_t _data[19];
   14532             :     }
   14533             : const_str__ImportLockContext = {
   14534             :     ._ascii = {
   14535             :         .ob_base = {
   14536             :             .ob_refcnt = 999999999,
   14537             :             .ob_type = &PyUnicode_Type,
   14538             :         },
   14539             :         .length = 18,
   14540             :         .hash = -1,
   14541             :         .state = {
   14542             :             .kind = 1,
   14543             :             .compact = 1,
   14544             :             .ascii = 1,
   14545             :         },
   14546             :     },
   14547             :     ._data = "_ImportLockContext",
   14548             : };
   14549             : static
   14550             :     struct {
   14551             :         PyASCIIObject _ascii;
   14552             :         uint8_t _data[37];
   14553             :     }
   14554             : importlib__bootstrap_toplevel_consts_41_consts_1 = {
   14555             :     ._ascii = {
   14556             :         .ob_base = {
   14557             :             .ob_refcnt = 999999999,
   14558             :             .ob_type = &PyUnicode_Type,
   14559             :         },
   14560             :         .length = 36,
   14561             :         .hash = -1,
   14562             :         .state = {
   14563             :             .kind = 1,
   14564             :             .compact = 1,
   14565             :             .ascii = 1,
   14566             :         },
   14567             :     },
   14568             :     ._data = "Context manager for the import lock.",
   14569             : };
   14570             : static
   14571             :     struct {
   14572             :         PyASCIIObject _ascii;
   14573             :         uint8_t _data[25];
   14574             :     }
   14575             : importlib__bootstrap_toplevel_consts_41_consts_2_consts_0 = {
   14576             :     ._ascii = {
   14577             :         .ob_base = {
   14578             :             .ob_refcnt = 999999999,
   14579             :             .ob_type = &PyUnicode_Type,
   14580             :         },
   14581             :         .length = 24,
   14582             :         .hash = -1,
   14583             :         .state = {
   14584             :             .kind = 1,
   14585             :             .compact = 1,
   14586             :             .ascii = 1,
   14587             :         },
   14588             :     },
   14589             :     ._data = "Acquire the import lock.",
   14590             : };
   14591             : static
   14592             :     struct {
   14593             :         PyGC_Head _gc_head;
   14594             :         struct {
   14595             :             PyObject_VAR_HEAD
   14596             :             PyObject *ob_item[2];
   14597             :         }_object;
   14598             :     }
   14599             : importlib__bootstrap_toplevel_consts_41_consts_2_consts = {
   14600             :     ._object = {
   14601             :         .ob_base = {
   14602             :             .ob_base = {
   14603             :                 .ob_refcnt = 999999999,
   14604             :                 .ob_type = &PyTuple_Type,
   14605             :             },
   14606             :             .ob_size = 2,
   14607             :         },
   14608             :         .ob_item = {
   14609             :             & importlib__bootstrap_toplevel_consts_41_consts_2_consts_0._ascii.ob_base,
   14610             :             Py_None,
   14611             :         },
   14612             :     },
   14613             : };
   14614             : static
   14615             :     struct {
   14616             :         PyGC_Head _gc_head;
   14617             :         struct {
   14618             :             PyObject_VAR_HEAD
   14619             :             PyObject *ob_item[2];
   14620             :         }_object;
   14621             :     }
   14622             : importlib__bootstrap_toplevel_consts_41_consts_2_names = {
   14623             :     ._object = {
   14624             :         .ob_base = {
   14625             :             .ob_base = {
   14626             :                 .ob_refcnt = 999999999,
   14627             :                 .ob_type = &PyTuple_Type,
   14628             :             },
   14629             :             .ob_size = 2,
   14630             :         },
   14631             :         .ob_item = {
   14632             :             & const_str__imp._ascii.ob_base,
   14633             :             & const_str_acquire_lock._ascii.ob_base,
   14634             :         },
   14635             :     },
   14636             : };
   14637             : static
   14638             :     struct {
   14639             :         PyASCIIObject _ascii;
   14640             :         uint8_t _data[29];
   14641             :     }
   14642             : importlib__bootstrap_toplevel_consts_41_consts_2_qualname = {
   14643             :     ._ascii = {
   14644             :         .ob_base = {
   14645             :             .ob_refcnt = 999999999,
   14646             :             .ob_type = &PyUnicode_Type,
   14647             :         },
   14648             :         .length = 28,
   14649             :         .hash = -1,
   14650             :         .state = {
   14651             :             .kind = 1,
   14652             :             .compact = 1,
   14653             :             .ascii = 1,
   14654             :         },
   14655             :     },
   14656             :     ._data = "_ImportLockContext.__enter__",
   14657             : };
   14658             : static
   14659             :     struct {
   14660             :         PyObject_VAR_HEAD
   14661             :         Py_hash_t ob_shash;
   14662             :         char ob_sval[24];
   14663             :     }
   14664             : importlib__bootstrap_toplevel_consts_41_consts_2_linetable = {
   14665             :     .ob_base = {
   14666             :         .ob_base = {
   14667             :             .ob_refcnt = 999999999,
   14668             :             .ob_type = &PyBytes_Type,
   14669             :         },
   14670             :         .ob_size = 23,
   14671             :     },
   14672             :     .ob_shash = -1,
   14673             :     .ob_sval = "\x80\x00\xe5\x08\x0c\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
   14674             : };
   14675             : static
   14676             :     struct _PyCode_DEF(50)
   14677             : importlib__bootstrap_toplevel_consts_41_consts_2 = {
   14678             :     .ob_base = {
   14679             :         .ob_base = {
   14680             :             .ob_refcnt = 999999999,
   14681             :             .ob_type = &PyCode_Type,
   14682             :         },
   14683             :         .ob_size = 25,
   14684             :     },
   14685             :     .co_consts = & importlib__bootstrap_toplevel_consts_41_consts_2_consts._object.ob_base.ob_base,
   14686             :     .co_names = & importlib__bootstrap_toplevel_consts_41_consts_2_names._object.ob_base.ob_base,
   14687             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   14688             :     .co_flags = 3,
   14689             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   14690             :     ._co_linearray_entry_size = 0,
   14691             :     .co_argcount = 1,
   14692             :     .co_posonlyargcount = 0,
   14693             :     .co_kwonlyargcount = 0,
   14694             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   14695             :     .co_stacksize = 2,
   14696             :     .co_firstlineno = 1028,
   14697             :     .co_nlocalsplus = 1,
   14698             :     .co_nlocals = 1,
   14699             :     .co_nplaincellvars = 0,
   14700             :     .co_ncellvars = 0,
   14701             :     .co_nfreevars = 0,
   14702             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   14703             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   14704             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   14705             :     .co_name = &_Py_ID(__enter__),
   14706             :     .co_qualname = & importlib__bootstrap_toplevel_consts_41_consts_2_qualname._ascii.ob_base,
   14707             :     .co_linetable = & importlib__bootstrap_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
   14708             :     ._co_code = NULL,
   14709             :     ._co_linearray = NULL,
   14710             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   14711             :     ._co_firsttraceable = 0,
   14712             : };
   14713             : static
   14714             :     struct {
   14715             :         PyASCIIObject _ascii;
   14716             :         uint8_t _data[61];
   14717             :     }
   14718             : importlib__bootstrap_toplevel_consts_41_consts_3_consts_0 = {
   14719             :     ._ascii = {
   14720             :         .ob_base = {
   14721             :             .ob_refcnt = 999999999,
   14722             :             .ob_type = &PyUnicode_Type,
   14723             :         },
   14724             :         .length = 60,
   14725             :         .hash = -1,
   14726             :         .state = {
   14727             :             .kind = 1,
   14728             :             .compact = 1,
   14729             :             .ascii = 1,
   14730             :         },
   14731             :     },
   14732             :     ._data = "Release the import lock regardless of any raised exceptions.",
   14733             : };
   14734             : static
   14735             :     struct {
   14736             :         PyGC_Head _gc_head;
   14737             :         struct {
   14738             :             PyObject_VAR_HEAD
   14739             :             PyObject *ob_item[2];
   14740             :         }_object;
   14741             :     }
   14742             : importlib__bootstrap_toplevel_consts_41_consts_3_consts = {
   14743             :     ._object = {
   14744             :         .ob_base = {
   14745             :             .ob_base = {
   14746             :                 .ob_refcnt = 999999999,
   14747             :                 .ob_type = &PyTuple_Type,
   14748             :             },
   14749             :             .ob_size = 2,
   14750             :         },
   14751             :         .ob_item = {
   14752             :             & importlib__bootstrap_toplevel_consts_41_consts_3_consts_0._ascii.ob_base,
   14753             :             Py_None,
   14754             :         },
   14755             :     },
   14756             : };
   14757             : static
   14758             :     struct {
   14759             :         PyGC_Head _gc_head;
   14760             :         struct {
   14761             :             PyObject_VAR_HEAD
   14762             :             PyObject *ob_item[2];
   14763             :         }_object;
   14764             :     }
   14765             : importlib__bootstrap_toplevel_consts_41_consts_3_names = {
   14766             :     ._object = {
   14767             :         .ob_base = {
   14768             :             .ob_base = {
   14769             :                 .ob_refcnt = 999999999,
   14770             :                 .ob_type = &PyTuple_Type,
   14771             :             },
   14772             :             .ob_size = 2,
   14773             :         },
   14774             :         .ob_item = {
   14775             :             & const_str__imp._ascii.ob_base,
   14776             :             & const_str_release_lock._ascii.ob_base,
   14777             :         },
   14778             :     },
   14779             : };
   14780             : static
   14781             :     struct {
   14782             :         PyASCIIObject _ascii;
   14783             :         uint8_t _data[28];
   14784             :     }
   14785             : importlib__bootstrap_toplevel_consts_41_consts_3_qualname = {
   14786             :     ._ascii = {
   14787             :         .ob_base = {
   14788             :             .ob_refcnt = 999999999,
   14789             :             .ob_type = &PyUnicode_Type,
   14790             :         },
   14791             :         .length = 27,
   14792             :         .hash = -1,
   14793             :         .state = {
   14794             :             .kind = 1,
   14795             :             .compact = 1,
   14796             :             .ascii = 1,
   14797             :         },
   14798             :     },
   14799             :     ._data = "_ImportLockContext.__exit__",
   14800             : };
   14801             : static
   14802             :     struct {
   14803             :         PyASCIIObject _ascii;
   14804             :         uint8_t _data[9];
   14805             :     }
   14806             : const_str_exc_type = {
   14807             :     ._ascii = {
   14808             :         .ob_base = {
   14809             :             .ob_refcnt = 999999999,
   14810             :             .ob_type = &PyUnicode_Type,
   14811             :         },
   14812             :         .length = 8,
   14813             :         .hash = -1,
   14814             :         .state = {
   14815             :             .kind = 1,
   14816             :             .compact = 1,
   14817             :             .ascii = 1,
   14818             :         },
   14819             :     },
   14820             :     ._data = "exc_type",
   14821             : };
   14822             : static
   14823             :     struct {
   14824             :         PyASCIIObject _ascii;
   14825             :         uint8_t _data[10];
   14826             :     }
   14827             : const_str_exc_value = {
   14828             :     ._ascii = {
   14829             :         .ob_base = {
   14830             :             .ob_refcnt = 999999999,
   14831             :             .ob_type = &PyUnicode_Type,
   14832             :         },
   14833             :         .length = 9,
   14834             :         .hash = -1,
   14835             :         .state = {
   14836             :             .kind = 1,
   14837             :             .compact = 1,
   14838             :             .ascii = 1,
   14839             :         },
   14840             :     },
   14841             :     ._data = "exc_value",
   14842             : };
   14843             : static
   14844             :     struct {
   14845             :         PyASCIIObject _ascii;
   14846             :         uint8_t _data[14];
   14847             :     }
   14848             : const_str_exc_traceback = {
   14849             :     ._ascii = {
   14850             :         .ob_base = {
   14851             :             .ob_refcnt = 999999999,
   14852             :             .ob_type = &PyUnicode_Type,
   14853             :         },
   14854             :         .length = 13,
   14855             :         .hash = -1,
   14856             :         .state = {
   14857             :             .kind = 1,
   14858             :             .compact = 1,
   14859             :             .ascii = 1,
   14860             :         },
   14861             :     },
   14862             :     ._data = "exc_traceback",
   14863             : };
   14864             : static
   14865             :     struct {
   14866             :         PyGC_Head _gc_head;
   14867             :         struct {
   14868             :             PyObject_VAR_HEAD
   14869             :             PyObject *ob_item[4];
   14870             :         }_object;
   14871             :     }
   14872             : importlib__bootstrap_toplevel_consts_41_consts_3_localsplusnames = {
   14873             :     ._object = {
   14874             :         .ob_base = {
   14875             :             .ob_base = {
   14876             :                 .ob_refcnt = 999999999,
   14877             :                 .ob_type = &PyTuple_Type,
   14878             :             },
   14879             :             .ob_size = 4,
   14880             :         },
   14881             :         .ob_item = {
   14882             :             & const_str_self._ascii.ob_base,
   14883             :             & const_str_exc_type._ascii.ob_base,
   14884             :             & const_str_exc_value._ascii.ob_base,
   14885             :             & const_str_exc_traceback._ascii.ob_base,
   14886             :         },
   14887             :     },
   14888             : };
   14889             : static
   14890             :     struct _PyCode_DEF(50)
   14891             : importlib__bootstrap_toplevel_consts_41_consts_3 = {
   14892             :     .ob_base = {
   14893             :         .ob_base = {
   14894             :             .ob_refcnt = 999999999,
   14895             :             .ob_type = &PyCode_Type,
   14896             :         },
   14897             :         .ob_size = 25,
   14898             :     },
   14899             :     .co_consts = & importlib__bootstrap_toplevel_consts_41_consts_3_consts._object.ob_base.ob_base,
   14900             :     .co_names = & importlib__bootstrap_toplevel_consts_41_consts_3_names._object.ob_base.ob_base,
   14901             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   14902             :     .co_flags = 3,
   14903             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   14904             :     ._co_linearray_entry_size = 0,
   14905             :     .co_argcount = 4,
   14906             :     .co_posonlyargcount = 0,
   14907             :     .co_kwonlyargcount = 0,
   14908             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   14909             :     .co_stacksize = 2,
   14910             :     .co_firstlineno = 1032,
   14911             :     .co_nlocalsplus = 4,
   14912             :     .co_nlocals = 4,
   14913             :     .co_nplaincellvars = 0,
   14914             :     .co_ncellvars = 0,
   14915             :     .co_nfreevars = 0,
   14916             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_41_consts_3_localsplusnames._object.ob_base.ob_base,
   14917             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   14918             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   14919             :     .co_name = &_Py_ID(__exit__),
   14920             :     .co_qualname = & importlib__bootstrap_toplevel_consts_41_consts_3_qualname._ascii.ob_base,
   14921             :     .co_linetable = & importlib__bootstrap_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
   14922             :     ._co_code = NULL,
   14923             :     ._co_linearray = NULL,
   14924             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   14925             :     ._co_firsttraceable = 0,
   14926             : };
   14927             : static
   14928             :     struct {
   14929             :         PyGC_Head _gc_head;
   14930             :         struct {
   14931             :             PyObject_VAR_HEAD
   14932             :             PyObject *ob_item[5];
   14933             :         }_object;
   14934             :     }
   14935             : importlib__bootstrap_toplevel_consts_41_consts = {
   14936             :     ._object = {
   14937             :         .ob_base = {
   14938             :             .ob_base = {
   14939             :                 .ob_refcnt = 999999999,
   14940             :                 .ob_type = &PyTuple_Type,
   14941             :             },
   14942             :             .ob_size = 5,
   14943             :         },
   14944             :         .ob_item = {
   14945             :             & const_str__ImportLockContext._ascii.ob_base,
   14946             :             & importlib__bootstrap_toplevel_consts_41_consts_1._ascii.ob_base,
   14947             :             & importlib__bootstrap_toplevel_consts_41_consts_2.ob_base.ob_base,
   14948             :             & importlib__bootstrap_toplevel_consts_41_consts_3.ob_base.ob_base,
   14949             :             Py_None,
   14950             :         },
   14951             :     },
   14952             : };
   14953             : static
   14954             :     struct {
   14955             :         PyGC_Head _gc_head;
   14956             :         struct {
   14957             :             PyObject_VAR_HEAD
   14958             :             PyObject *ob_item[6];
   14959             :         }_object;
   14960             :     }
   14961             : importlib__bootstrap_toplevel_consts_41_names = {
   14962             :     ._object = {
   14963             :         .ob_base = {
   14964             :             .ob_base = {
   14965             :                 .ob_refcnt = 999999999,
   14966             :                 .ob_type = &PyTuple_Type,
   14967             :             },
   14968             :             .ob_size = 6,
   14969             :         },
   14970             :         .ob_item = {
   14971             :             &_Py_ID(__name__),
   14972             :             &_Py_ID(__module__),
   14973             :             &_Py_ID(__qualname__),
   14974             :             &_Py_ID(__doc__),
   14975             :             &_Py_ID(__enter__),
   14976             :             &_Py_ID(__exit__),
   14977             :         },
   14978             :     },
   14979             : };
   14980             : static
   14981             :     struct {
   14982             :         PyObject_VAR_HEAD
   14983             :         Py_hash_t ob_shash;
   14984             :         char ob_sval[57];
   14985             :     }
   14986             : importlib__bootstrap_toplevel_consts_41_linetable = {
   14987             :     .ob_base = {
   14988             :         .ob_base = {
   14989             :             .ob_refcnt = 999999999,
   14990             :             .ob_type = &PyBytes_Type,
   14991             :         },
   14992             :         .ob_size = 56,
   14993             :     },
   14994             :     .ob_shash = -1,
   14995             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x2e\xd0\x04\x2e\xf0\x04\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x08\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x00\x02\x05\x1c",
   14996             : };
   14997             : static
   14998             :     struct _PyCode_DEF(30)
   14999             : importlib__bootstrap_toplevel_consts_41 = {
   15000             :     .ob_base = {
   15001             :         .ob_base = {
   15002             :             .ob_refcnt = 999999999,
   15003             :             .ob_type = &PyCode_Type,
   15004             :         },
   15005             :         .ob_size = 15,
   15006             :     },
   15007             :     .co_consts = & importlib__bootstrap_toplevel_consts_41_consts._object.ob_base.ob_base,
   15008             :     .co_names = & importlib__bootstrap_toplevel_consts_41_names._object.ob_base.ob_base,
   15009             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   15010             :     .co_flags = 0,
   15011             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   15012             :     ._co_linearray_entry_size = 0,
   15013             :     .co_argcount = 0,
   15014             :     .co_posonlyargcount = 0,
   15015             :     .co_kwonlyargcount = 0,
   15016             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   15017             :     .co_stacksize = 1,
   15018             :     .co_firstlineno = 1024,
   15019             :     .co_nlocalsplus = 0,
   15020             :     .co_nlocals = 0,
   15021             :     .co_nplaincellvars = 0,
   15022             :     .co_ncellvars = 0,
   15023             :     .co_nfreevars = 0,
   15024             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   15025             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   15026             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   15027             :     .co_name = & const_str__ImportLockContext._ascii.ob_base,
   15028             :     .co_qualname = & const_str__ImportLockContext._ascii.ob_base,
   15029             :     .co_linetable = & importlib__bootstrap_toplevel_consts_41_linetable.ob_base.ob_base,
   15030             :     ._co_code = NULL,
   15031             :     ._co_linearray = NULL,
   15032             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
   15033             :     ._co_firsttraceable = 0,
   15034             : };
   15035             : static
   15036             :     struct {
   15037             :         PyASCIIObject _ascii;
   15038             :         uint8_t _data[51];
   15039             :     }
   15040             : importlib__bootstrap_toplevel_consts_43_consts_0 = {
   15041             :     ._ascii = {
   15042             :         .ob_base = {
   15043             :             .ob_refcnt = 999999999,
   15044             :             .ob_type = &PyUnicode_Type,
   15045             :         },
   15046             :         .length = 50,
   15047             :         .hash = -1,
   15048             :         .state = {
   15049             :             .kind = 1,
   15050             :             .compact = 1,
   15051             :             .ascii = 1,
   15052             :         },
   15053             :     },
   15054             :     ._data = "Resolve a relative module name to an absolute one.",
   15055             : };
   15056             : static
   15057             :     struct {
   15058             :         PyASCIIObject _ascii;
   15059             :         uint8_t _data[51];
   15060             :     }
   15061             : importlib__bootstrap_toplevel_consts_43_consts_3 = {
   15062             :     ._ascii = {
   15063             :         .ob_base = {
   15064             :             .ob_refcnt = 999999999,
   15065             :             .ob_type = &PyUnicode_Type,
   15066             :         },
   15067             :         .length = 50,
   15068             :         .hash = -1,
   15069             :         .state = {
   15070             :             .kind = 1,
   15071             :             .compact = 1,
   15072             :             .ascii = 1,
   15073             :         },
   15074             :     },
   15075             :     ._data = "attempted relative import beyond top-level package",
   15076             : };
   15077             : static
   15078             :     struct {
   15079             :         PyASCIIObject _ascii;
   15080             :         uint8_t _data[6];
   15081             :     }
   15082             : importlib__bootstrap_toplevel_consts_43_consts_5 = {
   15083             :     ._ascii = {
   15084             :         .ob_base = {
   15085             :             .ob_refcnt = 999999999,
   15086             :             .ob_type = &PyUnicode_Type,
   15087             :         },
   15088             :         .length = 5,
   15089             :         .hash = -1,
   15090             :         .state = {
   15091             :             .kind = 1,
   15092             :             .compact = 1,
   15093             :             .ascii = 1,
   15094             :         },
   15095             :     },
   15096             :     ._data = "{}.{}",
   15097             : };
   15098             : static
   15099             :     struct {
   15100             :         PyGC_Head _gc_head;
   15101             :         struct {
   15102             :             PyObject_VAR_HEAD
   15103             :             PyObject *ob_item[6];
   15104             :         }_object;
   15105             :     }
   15106             : importlib__bootstrap_toplevel_consts_43_consts = {
   15107             :     ._object = {
   15108             :         .ob_base = {
   15109             :             .ob_base = {
   15110             :                 .ob_refcnt = 999999999,
   15111             :                 .ob_type = &PyTuple_Type,
   15112             :             },
   15113             :             .ob_size = 6,
   15114             :         },
   15115             :         .ob_item = {
   15116             :             & importlib__bootstrap_toplevel_consts_43_consts_0._ascii.ob_base,
   15117             :             &_Py_STR(dot),
   15118             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   15119             :             & importlib__bootstrap_toplevel_consts_43_consts_3._ascii.ob_base,
   15120             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   15121             :             & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
   15122             :         },
   15123             :     },
   15124             : };
   15125             : static
   15126             :     struct {
   15127             :         PyASCIIObject _ascii;
   15128             :         uint8_t _data[7];
   15129             :     }
   15130             : const_str_rsplit = {
   15131             :     ._ascii = {
   15132             :         .ob_base = {
   15133             :             .ob_refcnt = 999999999,
   15134             :             .ob_type = &PyUnicode_Type,
   15135             :         },
   15136             :         .length = 6,
   15137             :         .hash = -1,
   15138             :         .state = {
   15139             :             .kind = 1,
   15140             :             .compact = 1,
   15141             :             .ascii = 1,
   15142             :         },
   15143             :     },
   15144             :     ._data = "rsplit",
   15145             : };
   15146             : static
   15147             :     struct {
   15148             :         PyGC_Head _gc_head;
   15149             :         struct {
   15150             :             PyObject_VAR_HEAD
   15151             :             PyObject *ob_item[4];
   15152             :         }_object;
   15153             :     }
   15154             : importlib__bootstrap_toplevel_consts_43_names = {
   15155             :     ._object = {
   15156             :         .ob_base = {
   15157             :             .ob_base = {
   15158             :                 .ob_refcnt = 999999999,
   15159             :                 .ob_type = &PyTuple_Type,
   15160             :             },
   15161             :             .ob_size = 4,
   15162             :         },
   15163             :         .ob_item = {
   15164             :             & const_str_rsplit._ascii.ob_base,
   15165             :             &_Py_ID(len),
   15166             :             & const_str_ImportError._ascii.ob_base,
   15167             :             & const_str_format._ascii.ob_base,
   15168             :         },
   15169             :     },
   15170             : };
   15171             : static
   15172             :     struct {
   15173             :         PyASCIIObject _ascii;
   15174             :         uint8_t _data[14];
   15175             :     }
   15176             : const_str__resolve_name = {
   15177             :     ._ascii = {
   15178             :         .ob_base = {
   15179             :             .ob_refcnt = 999999999,
   15180             :             .ob_type = &PyUnicode_Type,
   15181             :         },
   15182             :         .length = 13,
   15183             :         .hash = -1,
   15184             :         .state = {
   15185             :             .kind = 1,
   15186             :             .compact = 1,
   15187             :             .ascii = 1,
   15188             :         },
   15189             :     },
   15190             :     ._data = "_resolve_name",
   15191             : };
   15192             : static
   15193             :     struct {
   15194             :         PyObject_VAR_HEAD
   15195             :         Py_hash_t ob_shash;
   15196             :         char ob_sval[89];
   15197             :     }
   15198             : importlib__bootstrap_toplevel_consts_43_linetable = {
   15199             :     .ob_base = {
   15200             :         .ob_base = {
   15201             :             .ob_refcnt = 999999999,
   15202             :             .ob_type = &PyBytes_Type,
   15203             :         },
   15204             :         .ob_size = 88,
   15205             :     },
   15206             :     .ob_shash = -1,
   15207             :     .ob_sval = "\x80\x00\xe0\x0b\x12\x8f\x3e\x89\x3e\x98\x23\x98\x75\xa0\x71\x99\x79\xd4\x0b\x29\x80\x44\xdd\x07\x0a\x88\x34\x84\x79\x90\x35\xd2\x07\x18\xf0\x00\x01\x05\x50\x01\xdd\x0e\x19\xd0\x1a\x4e\xd4\x0e\x4f\xd0\x08\x4f\xd8\x0b\x0f\x90\x01\x8c\x37\x80\x44\xd8\x29\x2d\xd0\x0b\x37\x88\x37\x8f\x3e\x89\x3e\x98\x24\xa0\x04\xd4\x0b\x25\xd0\x0b\x25\xb0\x34\xd0\x04\x37",
   15208             : };
   15209             : static
   15210             :     struct {
   15211             :         PyASCIIObject _ascii;
   15212             :         uint8_t _data[8];
   15213             :     }
   15214             : const_str_package = {
   15215             :     ._ascii = {
   15216             :         .ob_base = {
   15217             :             .ob_refcnt = 999999999,
   15218             :             .ob_type = &PyUnicode_Type,
   15219             :         },
   15220             :         .length = 7,
   15221             :         .hash = -1,
   15222             :         .state = {
   15223             :             .kind = 1,
   15224             :             .compact = 1,
   15225             :             .ascii = 1,
   15226             :         },
   15227             :     },
   15228             :     ._data = "package",
   15229             : };
   15230             : static
   15231             :     struct {
   15232             :         PyASCIIObject _ascii;
   15233             :         uint8_t _data[6];
   15234             :     }
   15235             : const_str_level = {
   15236             :     ._ascii = {
   15237             :         .ob_base = {
   15238             :             .ob_refcnt = 999999999,
   15239             :             .ob_type = &PyUnicode_Type,
   15240             :         },
   15241             :         .length = 5,
   15242             :         .hash = -1,
   15243             :         .state = {
   15244             :             .kind = 1,
   15245             :             .compact = 1,
   15246             :             .ascii = 1,
   15247             :         },
   15248             :     },
   15249             :     ._data = "level",
   15250             : };
   15251             : static
   15252             :     struct {
   15253             :         PyASCIIObject _ascii;
   15254             :         uint8_t _data[5];
   15255             :     }
   15256             : const_str_bits = {
   15257             :     ._ascii = {
   15258             :         .ob_base = {
   15259             :             .ob_refcnt = 999999999,
   15260             :             .ob_type = &PyUnicode_Type,
   15261             :         },
   15262             :         .length = 4,
   15263             :         .hash = -1,
   15264             :         .state = {
   15265             :             .kind = 1,
   15266             :             .compact = 1,
   15267             :             .ascii = 1,
   15268             :         },
   15269             :     },
   15270             :     ._data = "bits",
   15271             : };
   15272             : static
   15273             :     struct {
   15274             :         PyASCIIObject _ascii;
   15275             :         uint8_t _data[5];
   15276             :     }
   15277             : const_str_base = {
   15278             :     ._ascii = {
   15279             :         .ob_base = {
   15280             :             .ob_refcnt = 999999999,
   15281             :             .ob_type = &PyUnicode_Type,
   15282             :         },
   15283             :         .length = 4,
   15284             :         .hash = -1,
   15285             :         .state = {
   15286             :             .kind = 1,
   15287             :             .compact = 1,
   15288             :             .ascii = 1,
   15289             :         },
   15290             :     },
   15291             :     ._data = "base",
   15292             : };
   15293             : static
   15294             :     struct {
   15295             :         PyGC_Head _gc_head;
   15296             :         struct {
   15297             :             PyObject_VAR_HEAD
   15298             :             PyObject *ob_item[5];
   15299             :         }_object;
   15300             :     }
   15301             : importlib__bootstrap_toplevel_consts_43_localsplusnames = {
   15302             :     ._object = {
   15303             :         .ob_base = {
   15304             :             .ob_base = {
   15305             :                 .ob_refcnt = 999999999,
   15306             :                 .ob_type = &PyTuple_Type,
   15307             :             },
   15308             :             .ob_size = 5,
   15309             :         },
   15310             :         .ob_item = {
   15311             :             &_Py_ID(name),
   15312             :             & const_str_package._ascii.ob_base,
   15313             :             & const_str_level._ascii.ob_base,
   15314             :             & const_str_bits._ascii.ob_base,
   15315             :             & const_str_base._ascii.ob_base,
   15316             :         },
   15317             :     },
   15318             : };
   15319             : static
   15320             :     struct _PyCode_DEF(168)
   15321             : importlib__bootstrap_toplevel_consts_43 = {
   15322             :     .ob_base = {
   15323             :         .ob_base = {
   15324             :             .ob_refcnt = 999999999,
   15325             :             .ob_type = &PyCode_Type,
   15326             :         },
   15327             :         .ob_size = 84,
   15328             :     },
   15329             :     .co_consts = & importlib__bootstrap_toplevel_consts_43_consts._object.ob_base.ob_base,
   15330             :     .co_names = & importlib__bootstrap_toplevel_consts_43_names._object.ob_base.ob_base,
   15331             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   15332             :     .co_flags = 3,
   15333             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   15334             :     ._co_linearray_entry_size = 0,
   15335             :     .co_argcount = 3,
   15336             :     .co_posonlyargcount = 0,
   15337             :     .co_kwonlyargcount = 0,
   15338             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   15339             :     .co_stacksize = 5,
   15340             :     .co_firstlineno = 1037,
   15341             :     .co_nlocalsplus = 5,
   15342             :     .co_nlocals = 5,
   15343             :     .co_nplaincellvars = 0,
   15344             :     .co_ncellvars = 0,
   15345             :     .co_nfreevars = 0,
   15346             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
   15347             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   15348             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   15349             :     .co_name = & const_str__resolve_name._ascii.ob_base,
   15350             :     .co_qualname = & const_str__resolve_name._ascii.ob_base,
   15351             :     .co_linetable = & importlib__bootstrap_toplevel_consts_43_linetable.ob_base.ob_base,
   15352             :     ._co_code = NULL,
   15353             :     ._co_linearray = NULL,
   15354             :     .co_code_adaptive = "\x97\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x02\x64\x02\x7a\x0a\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x72\x13\x64\x05\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x04\x53\x00",
   15355             :     ._co_firsttraceable = 0,
   15356             : };
   15357             : static
   15358             :     struct {
   15359             :         PyASCIIObject _ascii;
   15360             :         uint8_t _data[54];
   15361             :     }
   15362             : importlib__bootstrap_toplevel_consts_44_consts_1 = {
   15363             :     ._ascii = {
   15364             :         .ob_base = {
   15365             :             .ob_refcnt = 999999999,
   15366             :             .ob_type = &PyUnicode_Type,
   15367             :         },
   15368             :         .length = 53,
   15369             :         .hash = -1,
   15370             :         .state = {
   15371             :             .kind = 1,
   15372             :             .compact = 1,
   15373             :             .ascii = 1,
   15374             :         },
   15375             :     },
   15376             :     ._data = ".find_spec() not found; falling back to find_module()",
   15377             : };
   15378             : static
   15379             :     struct {
   15380             :         PyGC_Head _gc_head;
   15381             :         struct {
   15382             :             PyObject_VAR_HEAD
   15383             :             PyObject *ob_item[2];
   15384             :         }_object;
   15385             :     }
   15386             : importlib__bootstrap_toplevel_consts_44_consts = {
   15387             :     ._object = {
   15388             :         .ob_base = {
   15389             :             .ob_base = {
   15390             :                 .ob_refcnt = 999999999,
   15391             :                 .ob_type = &PyTuple_Type,
   15392             :             },
   15393             :             .ob_size = 2,
   15394             :         },
   15395             :         .ob_item = {
   15396             :             Py_None,
   15397             :             & importlib__bootstrap_toplevel_consts_44_consts_1._ascii.ob_base,
   15398             :         },
   15399             :     },
   15400             : };
   15401             : static
   15402             :     struct {
   15403             :         PyGC_Head _gc_head;
   15404             :         struct {
   15405             :             PyObject_VAR_HEAD
   15406             :             PyObject *ob_item[6];
   15407             :         }_object;
   15408             :     }
   15409             : importlib__bootstrap_toplevel_consts_44_names = {
   15410             :     ._object = {
   15411             :         .ob_base = {
   15412             :             .ob_base = {
   15413             :                 .ob_refcnt = 999999999,
   15414             :                 .ob_type = &PyTuple_Type,
   15415             :             },
   15416             :             .ob_size = 6,
   15417             :         },
   15418             :         .ob_item = {
   15419             :             & const_str__object_name._ascii.ob_base,
   15420             :             & const_str__warnings._ascii.ob_base,
   15421             :             & const_str_warn._ascii.ob_base,
   15422             :             & const_str_ImportWarning._ascii.ob_base,
   15423             :             & const_str_find_module._ascii.ob_base,
   15424             :             & const_str_spec_from_loader._ascii.ob_base,
   15425             :         },
   15426             :     },
   15427             : };
   15428             : static
   15429             :     struct {
   15430             :         PyASCIIObject _ascii;
   15431             :         uint8_t _data[18];
   15432             :     }
   15433             : const_str__find_spec_legacy = {
   15434             :     ._ascii = {
   15435             :         .ob_base = {
   15436             :             .ob_refcnt = 999999999,
   15437             :             .ob_type = &PyUnicode_Type,
   15438             :         },
   15439             :         .length = 17,
   15440             :         .hash = -1,
   15441             :         .state = {
   15442             :             .kind = 1,
   15443             :             .compact = 1,
   15444             :             .ascii = 1,
   15445             :         },
   15446             :     },
   15447             :     ._data = "_find_spec_legacy",
   15448             : };
   15449             : static
   15450             :     struct {
   15451             :         PyObject_VAR_HEAD
   15452             :         Py_hash_t ob_shash;
   15453             :         char ob_sval[89];
   15454             :     }
   15455             : importlib__bootstrap_toplevel_consts_44_linetable = {
   15456             :     .ob_base = {
   15457             :         .ob_base = {
   15458             :             .ob_refcnt = 999999999,
   15459             :             .ob_type = &PyBytes_Type,
   15460             :         },
   15461             :         .ob_size = 88,
   15462             :     },
   15463             :     .ob_shash = -1,
   15464             :     .ob_sval = "\x80\x00\xdd\x0e\x1a\x98\x36\xd4\x0e\x22\xf0\x00\x01\x0c\x3b\xf0\x00\x01\x0c\x3b\xf0\x00\x01\x0c\x3b\x80\x43\xe5\x04\x0d\x87\x4e\x81\x4e\x90\x33\x9d\x0d\xd4\x04\x26\xd0\x04\x26\xd8\x0d\x13\xd7\x0d\x1f\xd1\x0d\x1f\xa0\x04\xa0\x64\xd4\x0d\x2b\x80\x46\xd8\x07\x0d\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xdd\x0b\x1b\x98\x44\xa0\x26\xd4\x0b\x29\xd0\x04\x29",
   15465             : };
   15466             : static
   15467             :     struct {
   15468             :         PyASCIIObject _ascii;
   15469             :         uint8_t _data[7];
   15470             :     }
   15471             : const_str_finder = {
   15472             :     ._ascii = {
   15473             :         .ob_base = {
   15474             :             .ob_refcnt = 999999999,
   15475             :             .ob_type = &PyUnicode_Type,
   15476             :         },
   15477             :         .length = 6,
   15478             :         .hash = -1,
   15479             :         .state = {
   15480             :             .kind = 1,
   15481             :             .compact = 1,
   15482             :             .ascii = 1,
   15483             :         },
   15484             :     },
   15485             :     ._data = "finder",
   15486             : };
   15487             : static
   15488             :     struct {
   15489             :         PyGC_Head _gc_head;
   15490             :         struct {
   15491             :             PyObject_VAR_HEAD
   15492             :             PyObject *ob_item[5];
   15493             :         }_object;
   15494             :     }
   15495             : importlib__bootstrap_toplevel_consts_44_localsplusnames = {
   15496             :     ._object = {
   15497             :         .ob_base = {
   15498             :             .ob_base = {
   15499             :                 .ob_refcnt = 999999999,
   15500             :                 .ob_type = &PyTuple_Type,
   15501             :             },
   15502             :             .ob_size = 5,
   15503             :         },
   15504             :         .ob_item = {
   15505             :             & const_str_finder._ascii.ob_base,
   15506             :             &_Py_ID(name),
   15507             :             &_Py_ID(path),
   15508             :             &_Py_ID(msg),
   15509             :             & const_str_loader._ascii.ob_base,
   15510             :         },
   15511             :     },
   15512             : };
   15513             : static
   15514             :     struct _PyCode_DEF(166)
   15515             : importlib__bootstrap_toplevel_consts_44 = {
   15516             :     .ob_base = {
   15517             :         .ob_base = {
   15518             :             .ob_refcnt = 999999999,
   15519             :             .ob_type = &PyCode_Type,
   15520             :         },
   15521             :         .ob_size = 83,
   15522             :     },
   15523             :     .co_consts = & importlib__bootstrap_toplevel_consts_44_consts._object.ob_base.ob_base,
   15524             :     .co_names = & importlib__bootstrap_toplevel_consts_44_names._object.ob_base.ob_base,
   15525             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   15526             :     .co_flags = 3,
   15527             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   15528             :     ._co_linearray_entry_size = 0,
   15529             :     .co_argcount = 3,
   15530             :     .co_posonlyargcount = 0,
   15531             :     .co_kwonlyargcount = 0,
   15532             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   15533             :     .co_stacksize = 4,
   15534             :     .co_firstlineno = 1046,
   15535             :     .co_nlocalsplus = 5,
   15536             :     .co_nlocals = 5,
   15537             :     .co_nplaincellvars = 0,
   15538             :     .co_ncellvars = 0,
   15539             :     .co_nfreevars = 0,
   15540             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
   15541             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   15542             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   15543             :     .co_name = & const_str__find_spec_legacy._ascii.ob_base,
   15544             :     .co_qualname = & const_str__find_spec_legacy._ascii.ob_base,
   15545             :     .co_linetable = & importlib__bootstrap_toplevel_consts_44_linetable.ob_base.ob_base,
   15546             :     ._co_code = NULL,
   15547             :     ._co_linearray = NULL,
   15548             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x01\x9d\x02\x7d\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x00\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   15549             :     ._co_firsttraceable = 0,
   15550             : };
   15551             : static
   15552             :     struct {
   15553             :         PyASCIIObject _ascii;
   15554             :         uint8_t _data[22];
   15555             :     }
   15556             : importlib__bootstrap_toplevel_consts_45_consts_0 = {
   15557             :     ._ascii = {
   15558             :         .ob_base = {
   15559             :             .ob_refcnt = 999999999,
   15560             :             .ob_type = &PyUnicode_Type,
   15561             :         },
   15562             :         .length = 21,
   15563             :         .hash = -1,
   15564             :         .state = {
   15565             :             .kind = 1,
   15566             :             .compact = 1,
   15567             :             .ascii = 1,
   15568             :         },
   15569             :     },
   15570             :     ._data = "Find a module's spec.",
   15571             : };
   15572             : static
   15573             :     struct {
   15574             :         PyASCIIObject _ascii;
   15575             :         uint8_t _data[54];
   15576             :     }
   15577             : importlib__bootstrap_toplevel_consts_45_consts_2 = {
   15578             :     ._ascii = {
   15579             :         .ob_base = {
   15580             :             .ob_refcnt = 999999999,
   15581             :             .ob_type = &PyUnicode_Type,
   15582             :         },
   15583             :         .length = 53,
   15584             :         .hash = -1,
   15585             :         .state = {
   15586             :             .kind = 1,
   15587             :             .compact = 1,
   15588             :             .ascii = 1,
   15589             :         },
   15590             :     },
   15591             :     ._data = "sys.meta_path is None, Python is likely shutting down",
   15592             : };
   15593             : static
   15594             :     struct {
   15595             :         PyASCIIObject _ascii;
   15596             :         uint8_t _data[23];
   15597             :     }
   15598             : importlib__bootstrap_toplevel_consts_45_consts_3 = {
   15599             :     ._ascii = {
   15600             :         .ob_base = {
   15601             :             .ob_refcnt = 999999999,
   15602             :             .ob_type = &PyUnicode_Type,
   15603             :         },
   15604             :         .length = 22,
   15605             :         .hash = -1,
   15606             :         .state = {
   15607             :             .kind = 1,
   15608             :             .compact = 1,
   15609             :             .ascii = 1,
   15610             :         },
   15611             :     },
   15612             :     ._data = "sys.meta_path is empty",
   15613             : };
   15614             : static
   15615             :     struct {
   15616             :         PyGC_Head _gc_head;
   15617             :         struct {
   15618             :             PyObject_VAR_HEAD
   15619             :             PyObject *ob_item[4];
   15620             :         }_object;
   15621             :     }
   15622             : importlib__bootstrap_toplevel_consts_45_consts = {
   15623             :     ._object = {
   15624             :         .ob_base = {
   15625             :             .ob_base = {
   15626             :                 .ob_refcnt = 999999999,
   15627             :                 .ob_type = &PyTuple_Type,
   15628             :             },
   15629             :             .ob_size = 4,
   15630             :         },
   15631             :         .ob_item = {
   15632             :             & importlib__bootstrap_toplevel_consts_45_consts_0._ascii.ob_base,
   15633             :             Py_None,
   15634             :             & importlib__bootstrap_toplevel_consts_45_consts_2._ascii.ob_base,
   15635             :             & importlib__bootstrap_toplevel_consts_45_consts_3._ascii.ob_base,
   15636             :         },
   15637             :     },
   15638             : };
   15639             : static
   15640             :     struct {
   15641             :         PyASCIIObject _ascii;
   15642             :         uint8_t _data[10];
   15643             :     }
   15644             : const_str_meta_path = {
   15645             :     ._ascii = {
   15646             :         .ob_base = {
   15647             :             .ob_refcnt = 999999999,
   15648             :             .ob_type = &PyUnicode_Type,
   15649             :         },
   15650             :         .length = 9,
   15651             :         .hash = -1,
   15652             :         .state = {
   15653             :             .kind = 1,
   15654             :             .compact = 1,
   15655             :             .ascii = 1,
   15656             :         },
   15657             :     },
   15658             :     ._data = "meta_path",
   15659             : };
   15660             : static
   15661             :     struct {
   15662             :         PyGC_Head _gc_head;
   15663             :         struct {
   15664             :             PyObject_VAR_HEAD
   15665             :             PyObject *ob_item[12];
   15666             :         }_object;
   15667             :     }
   15668             : importlib__bootstrap_toplevel_consts_45_names = {
   15669             :     ._object = {
   15670             :         .ob_base = {
   15671             :             .ob_base = {
   15672             :                 .ob_refcnt = 999999999,
   15673             :                 .ob_type = &PyTuple_Type,
   15674             :             },
   15675             :             .ob_size = 12,
   15676             :         },
   15677             :         .ob_item = {
   15678             :             & const_str_sys._ascii.ob_base,
   15679             :             & const_str_meta_path._ascii.ob_base,
   15680             :             & const_str_ImportError._ascii.ob_base,
   15681             :             & const_str__warnings._ascii.ob_base,
   15682             :             & const_str_warn._ascii.ob_base,
   15683             :             & const_str_ImportWarning._ascii.ob_base,
   15684             :             &_Py_ID(modules),
   15685             :             & const_str__ImportLockContext._ascii.ob_base,
   15686             :             & const_str_find_spec._ascii.ob_base,
   15687             :             & const_str_AttributeError._ascii.ob_base,
   15688             :             & const_str__find_spec_legacy._ascii.ob_base,
   15689             :             &_Py_ID(__spec__),
   15690             :         },
   15691             :     },
   15692             : };
   15693             : static
   15694             :     struct {
   15695             :         PyASCIIObject _ascii;
   15696             :         uint8_t _data[11];
   15697             :     }
   15698             : const_str__find_spec = {
   15699             :     ._ascii = {
   15700             :         .ob_base = {
   15701             :             .ob_refcnt = 999999999,
   15702             :             .ob_type = &PyUnicode_Type,
   15703             :         },
   15704             :         .length = 10,
   15705             :         .hash = -1,
   15706             :         .state = {
   15707             :             .kind = 1,
   15708             :             .compact = 1,
   15709             :             .ascii = 1,
   15710             :         },
   15711             :     },
   15712             :     ._data = "_find_spec",
   15713             : };
   15714             : static
   15715             :     struct {
   15716             :         PyObject_VAR_HEAD
   15717             :         Py_hash_t ob_shash;
   15718             :         char ob_sval[463];
   15719             :     }
   15720             : importlib__bootstrap_toplevel_consts_45_linetable = {
   15721             :     .ob_base = {
   15722             :         .ob_base = {
   15723             :             .ob_refcnt = 999999999,
   15724             :             .ob_type = &PyBytes_Type,
   15725             :         },
   15726             :         .ob_size = 462,
   15727             :     },
   15728             :     .ob_shash = -1,
   15729             :     .ob_sval = "\x80\x00\xe5\x10\x13\x97\x0d\x91\x0d\x80\x49\xd8\x07\x10\xf0\x00\x03\x05\x2b\xe5\x0e\x19\xf0\x00\x01\x1b\x2a\xf4\x00\x01\x0f\x2b\xf0\x00\x01\x09\x2b\xf0\x06\x00\x0c\x15\xf0\x00\x01\x05\x40\x01\xdd\x08\x11\x8f\x0e\x89\x0e\xd0\x17\x2f\xb5\x1d\xd4\x08\x3f\xd0\x08\x3f\xf0\x0a\x00\x11\x15\x9d\x03\x9f\x0b\x99\x0b\xd0\x10\x23\x80\x49\xd8\x12\x1b\xf0\x00\x1d\x05\x14\xf1\x00\x1d\x05\x14\x88\x06\xdd\x0d\x1f\xd4\x0d\x21\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x02\x07\x0d\x35\xd8\x1c\x22\xd7\x1c\x2c\xd1\x1c\x2c\x90\x09\xf0\x0c\x00\x18\x21\x90\x79\xa0\x14\xa0\x74\xa8\x56\xd4\x17\x34\x90\x04\xf0\x11\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf4\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x12\x00\x0c\x10\xf0\x00\x11\x09\x1c\xe0\x13\x1c\xf0\x00\x0f\x0d\x1c\xa0\x14\xad\x13\xaf\x1b\xa9\x1b\xd0\x21\x34\xf0\x00\x0f\x0d\x1c\xdd\x19\x1c\x9f\x1b\x99\x1b\xa0\x54\xd4\x19\x2a\x90\x06\xf0\x02\x0b\x11\x28\xd8\x1f\x25\x9f\x7f\x99\x7f\x90\x48\xf0\x0e\x00\x18\x20\xf0\x00\x03\x15\x28\xd8\x1f\x23\x98\x0b\x98\x0b\x98\x0b\xe0\x1f\x27\x98\x0f\x98\x0f\x98\x0f\xe0\x17\x1b\x90\x0b\x90\x0b\x90\x0b\xe0\x0f\x13\x88\x74\xf8\xf5\x33\x00\x14\x22\xf0\x00\x03\x0d\x1d\xf0\x00\x03\x0d\x1d\xf0\x00\x03\x0d\x1d\xdd\x17\x28\xa8\x16\xb0\x14\xb0\x74\xd4\x17\x3c\x90\x04\xd8\x13\x17\xf0\x00\x01\x11\x1d\xd8\x14\x1c\xf0\x0d\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf4\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x0a\x01\x11\x1d\xf0\x00\x01\x11\x1d\xf0\x05\x03\x0d\x1d\xf8\xf8\xf8\xf0\x07\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf8\xf8\xf8\xf8\xf5\x1e\x00\x18\x26\xf0\x00\x04\x11\x20\xf0\x00\x04\x11\x20\xf0\x00\x04\x11\x20\xf0\x08\x00\x1c\x20\x90\x4b\x90\x4b\x90\x4b\x90\x4b\x90\x4b\xf0\x09\x04\x11\x20\xf8\xf8\xf8",
   15730             : };
   15731             : static
   15732             :     struct {
   15733             :         PyObject_VAR_HEAD
   15734             :         Py_hash_t ob_shash;
   15735             :         char ob_sval[73];
   15736             :     }
   15737             : importlib__bootstrap_toplevel_consts_45_exceptiontable = {
   15738             :     .ob_base = {
   15739             :         .ob_base = {
   15740             :             .ob_refcnt = 999999999,
   15741             :             .ob_type = &PyBytes_Type,
   15742             :         },
   15743             :         .ob_size = 72,
   15744             :     },
   15745             :     .ob_shash = -1,
   15746             :     .ob_sval = "\xc1\x24\x01\x43\x3d\x05\xc1\x26\x0c\x43\x11\x04\xc1\x32\x0b\x43\x3d\x05\xc2\x35\x0c\x44\x09\x02\xc3\x11\x1b\x43\x3a\x07\xc3\x2c\x01\x43\x3d\x05\xc3\x37\x02\x43\x3d\x05\xc3\x39\x01\x43\x3a\x07\xc3\x3a\x03\x43\x3d\x05\xc3\x3d\x05\x44\x06\x09\xc4\x09\x0c\x44\x1a\x05\xc4\x19\x01\x44\x1a\x05",
   15747             : };
   15748             : static
   15749             :     struct {
   15750             :         PyASCIIObject _ascii;
   15751             :         uint8_t _data[10];
   15752             :     }
   15753             : const_str_is_reload = {
   15754             :     ._ascii = {
   15755             :         .ob_base = {
   15756             :             .ob_refcnt = 999999999,
   15757             :             .ob_type = &PyUnicode_Type,
   15758             :         },
   15759             :         .length = 9,
   15760             :         .hash = -1,
   15761             :         .state = {
   15762             :             .kind = 1,
   15763             :             .compact = 1,
   15764             :             .ascii = 1,
   15765             :         },
   15766             :     },
   15767             :     ._data = "is_reload",
   15768             : };
   15769             : static
   15770             :     struct {
   15771             :         PyGC_Head _gc_head;
   15772             :         struct {
   15773             :             PyObject_VAR_HEAD
   15774             :             PyObject *ob_item[10];
   15775             :         }_object;
   15776             :     }
   15777             : importlib__bootstrap_toplevel_consts_45_localsplusnames = {
   15778             :     ._object = {
   15779             :         .ob_base = {
   15780             :             .ob_base = {
   15781             :                 .ob_refcnt = 999999999,
   15782             :                 .ob_type = &PyTuple_Type,
   15783             :             },
   15784             :             .ob_size = 10,
   15785             :         },
   15786             :         .ob_item = {
   15787             :             &_Py_ID(name),
   15788             :             &_Py_ID(path),
   15789             :             & const_str_target._ascii.ob_base,
   15790             :             & const_str_meta_path._ascii.ob_base,
   15791             :             & const_str_is_reload._ascii.ob_base,
   15792             :             & const_str_finder._ascii.ob_base,
   15793             :             & const_str_find_spec._ascii.ob_base,
   15794             :             & const_str_spec._ascii.ob_base,
   15795             :             & const_str_module._ascii.ob_base,
   15796             :             &_Py_ID(__spec__),
   15797             :         },
   15798             :     },
   15799             : };
   15800             : static
   15801             :     struct _PyCode_DEF(570)
   15802             : importlib__bootstrap_toplevel_consts_45 = {
   15803             :     .ob_base = {
   15804             :         .ob_base = {
   15805             :             .ob_refcnt = 999999999,
   15806             :             .ob_type = &PyCode_Type,
   15807             :         },
   15808             :         .ob_size = 285,
   15809             :     },
   15810             :     .co_consts = & importlib__bootstrap_toplevel_consts_45_consts._object.ob_base.ob_base,
   15811             :     .co_names = & importlib__bootstrap_toplevel_consts_45_names._object.ob_base.ob_base,
   15812             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_45_exceptiontable.ob_base.ob_base,
   15813             :     .co_flags = 3,
   15814             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   15815             :     ._co_linearray_entry_size = 0,
   15816             :     .co_argcount = 3,
   15817             :     .co_posonlyargcount = 0,
   15818             :     .co_kwonlyargcount = 0,
   15819             :     .co_framesize = 18 + FRAME_SPECIALS_SIZE,
   15820             :     .co_stacksize = 8,
   15821             :     .co_firstlineno = 1056,
   15822             :     .co_nlocalsplus = 10,
   15823             :     .co_nlocals = 10,
   15824             :     .co_nplaincellvars = 0,
   15825             :     .co_ncellvars = 0,
   15826             :     .co_nfreevars = 0,
   15827             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
   15828             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
   15829             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   15830             :     .co_name = & const_str__find_spec._ascii.ob_base,
   15831             :     .co_qualname = & const_str__find_spec._ascii.ob_base,
   15832             :     .co_linetable = & importlib__bootstrap_toplevel_consts_45_linetable.ob_base.ob_base,
   15833             :     ._co_code = NULL,
   15834             :     ._co_linearray = NULL,
   15835             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x73\x1d\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x7d\x04\x7c\x03\x44\x00\x5d\x78\x00\x00\x7d\x05\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x09\x00\x7c\x05\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x02\x00\x7c\x06\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x07\xae\x33\x7c\x04\x73\x41\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x2e\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x09\x00\x7c\x08\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x80\x04\x7c\x07\x63\x02\x01\x00\x53\x00\x7c\x09\x63\x02\x01\x00\x53\x00\x7c\x07\x63\x02\x01\x00\x53\x00\x64\x01\x53\x00\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1f\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\x7c\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x80\x0b\x59\x00\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xa2\x59\x00\x8c\x7c\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x80\x78\x03\x59\x00\x77\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x07\x01\x00\x7c\x07\x63\x02\x59\x00\x63\x02\x01\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   15836             :     ._co_firsttraceable = 0,
   15837             : };
   15838             : static
   15839             :     struct {
   15840             :         PyASCIIObject _ascii;
   15841             :         uint8_t _data[29];
   15842             :     }
   15843             : importlib__bootstrap_toplevel_consts_46_consts_0 = {
   15844             :     ._ascii = {
   15845             :         .ob_base = {
   15846             :             .ob_refcnt = 999999999,
   15847             :             .ob_type = &PyUnicode_Type,
   15848             :         },
   15849             :         .length = 28,
   15850             :         .hash = -1,
   15851             :         .state = {
   15852             :             .kind = 1,
   15853             :             .compact = 1,
   15854             :             .ascii = 1,
   15855             :         },
   15856             :     },
   15857             :     ._data = "Verify arguments are \"sane\".",
   15858             : };
   15859             : static
   15860             :     struct {
   15861             :         PyASCIIObject _ascii;
   15862             :         uint8_t _data[32];
   15863             :     }
   15864             : importlib__bootstrap_toplevel_consts_46_consts_1 = {
   15865             :     ._ascii = {
   15866             :         .ob_base = {
   15867             :             .ob_refcnt = 999999999,
   15868             :             .ob_type = &PyUnicode_Type,
   15869             :         },
   15870             :         .length = 31,
   15871             :         .hash = -1,
   15872             :         .state = {
   15873             :             .kind = 1,
   15874             :             .compact = 1,
   15875             :             .ascii = 1,
   15876             :         },
   15877             :     },
   15878             :     ._data = "module name must be str, not {}",
   15879             : };
   15880             : static
   15881             :     struct {
   15882             :         PyASCIIObject _ascii;
   15883             :         uint8_t _data[19];
   15884             :     }
   15885             : importlib__bootstrap_toplevel_consts_46_consts_3 = {
   15886             :     ._ascii = {
   15887             :         .ob_base = {
   15888             :             .ob_refcnt = 999999999,
   15889             :             .ob_type = &PyUnicode_Type,
   15890             :         },
   15891             :         .length = 18,
   15892             :         .hash = -1,
   15893             :         .state = {
   15894             :             .kind = 1,
   15895             :             .compact = 1,
   15896             :             .ascii = 1,
   15897             :         },
   15898             :     },
   15899             :     ._data = "level must be >= 0",
   15900             : };
   15901             : static
   15902             :     struct {
   15903             :         PyASCIIObject _ascii;
   15904             :         uint8_t _data[32];
   15905             :     }
   15906             : importlib__bootstrap_toplevel_consts_46_consts_4 = {
   15907             :     ._ascii = {
   15908             :         .ob_base = {
   15909             :             .ob_refcnt = 999999999,
   15910             :             .ob_type = &PyUnicode_Type,
   15911             :         },
   15912             :         .length = 31,
   15913             :         .hash = -1,
   15914             :         .state = {
   15915             :             .kind = 1,
   15916             :             .compact = 1,
   15917             :             .ascii = 1,
   15918             :         },
   15919             :     },
   15920             :     ._data = "__package__ not set to a string",
   15921             : };
   15922             : static
   15923             :     struct {
   15924             :         PyASCIIObject _ascii;
   15925             :         uint8_t _data[55];
   15926             :     }
   15927             : importlib__bootstrap_toplevel_consts_46_consts_5 = {
   15928             :     ._ascii = {
   15929             :         .ob_base = {
   15930             :             .ob_refcnt = 999999999,
   15931             :             .ob_type = &PyUnicode_Type,
   15932             :         },
   15933             :         .length = 54,
   15934             :         .hash = -1,
   15935             :         .state = {
   15936             :             .kind = 1,
   15937             :             .compact = 1,
   15938             :             .ascii = 1,
   15939             :         },
   15940             :     },
   15941             :     ._data = "attempted relative import with no known parent package",
   15942             : };
   15943             : static
   15944             :     struct {
   15945             :         PyASCIIObject _ascii;
   15946             :         uint8_t _data[18];
   15947             :     }
   15948             : importlib__bootstrap_toplevel_consts_46_consts_6 = {
   15949             :     ._ascii = {
   15950             :         .ob_base = {
   15951             :             .ob_refcnt = 999999999,
   15952             :             .ob_type = &PyUnicode_Type,
   15953             :         },
   15954             :         .length = 17,
   15955             :         .hash = -1,
   15956             :         .state = {
   15957             :             .kind = 1,
   15958             :             .compact = 1,
   15959             :             .ascii = 1,
   15960             :         },
   15961             :     },
   15962             :     ._data = "Empty module name",
   15963             : };
   15964             : static
   15965             :     struct {
   15966             :         PyGC_Head _gc_head;
   15967             :         struct {
   15968             :             PyObject_VAR_HEAD
   15969             :             PyObject *ob_item[8];
   15970             :         }_object;
   15971             :     }
   15972             : importlib__bootstrap_toplevel_consts_46_consts = {
   15973             :     ._object = {
   15974             :         .ob_base = {
   15975             :             .ob_base = {
   15976             :                 .ob_refcnt = 999999999,
   15977             :                 .ob_type = &PyTuple_Type,
   15978             :             },
   15979             :             .ob_size = 8,
   15980             :         },
   15981             :         .ob_item = {
   15982             :             & importlib__bootstrap_toplevel_consts_46_consts_0._ascii.ob_base,
   15983             :             & importlib__bootstrap_toplevel_consts_46_consts_1._ascii.ob_base,
   15984             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   15985             :             & importlib__bootstrap_toplevel_consts_46_consts_3._ascii.ob_base,
   15986             :             & importlib__bootstrap_toplevel_consts_46_consts_4._ascii.ob_base,
   15987             :             & importlib__bootstrap_toplevel_consts_46_consts_5._ascii.ob_base,
   15988             :             & importlib__bootstrap_toplevel_consts_46_consts_6._ascii.ob_base,
   15989             :             Py_None,
   15990             :         },
   15991             :     },
   15992             : };
   15993             : static
   15994             :     struct {
   15995             :         PyASCIIObject _ascii;
   15996             :         uint8_t _data[4];
   15997             :     }
   15998             : const_str_str = {
   15999             :     ._ascii = {
   16000             :         .ob_base = {
   16001             :             .ob_refcnt = 999999999,
   16002             :             .ob_type = &PyUnicode_Type,
   16003             :         },
   16004             :         .length = 3,
   16005             :         .hash = -1,
   16006             :         .state = {
   16007             :             .kind = 1,
   16008             :             .compact = 1,
   16009             :             .ascii = 1,
   16010             :         },
   16011             :     },
   16012             :     ._data = "str",
   16013             : };
   16014             : static
   16015             :     struct {
   16016             :         PyASCIIObject _ascii;
   16017             :         uint8_t _data[10];
   16018             :     }
   16019             : const_str_TypeError = {
   16020             :     ._ascii = {
   16021             :         .ob_base = {
   16022             :             .ob_refcnt = 999999999,
   16023             :             .ob_type = &PyUnicode_Type,
   16024             :         },
   16025             :         .length = 9,
   16026             :         .hash = -1,
   16027             :         .state = {
   16028             :             .kind = 1,
   16029             :             .compact = 1,
   16030             :             .ascii = 1,
   16031             :         },
   16032             :     },
   16033             :     ._data = "TypeError",
   16034             : };
   16035             : static
   16036             :     struct {
   16037             :         PyASCIIObject _ascii;
   16038             :         uint8_t _data[11];
   16039             :     }
   16040             : const_str_ValueError = {
   16041             :     ._ascii = {
   16042             :         .ob_base = {
   16043             :             .ob_refcnt = 999999999,
   16044             :             .ob_type = &PyUnicode_Type,
   16045             :         },
   16046             :         .length = 10,
   16047             :         .hash = -1,
   16048             :         .state = {
   16049             :             .kind = 1,
   16050             :             .compact = 1,
   16051             :             .ascii = 1,
   16052             :         },
   16053             :     },
   16054             :     ._data = "ValueError",
   16055             : };
   16056             : static
   16057             :     struct {
   16058             :         PyGC_Head _gc_head;
   16059             :         struct {
   16060             :             PyObject_VAR_HEAD
   16061             :             PyObject *ob_item[7];
   16062             :         }_object;
   16063             :     }
   16064             : importlib__bootstrap_toplevel_consts_46_names = {
   16065             :     ._object = {
   16066             :         .ob_base = {
   16067             :             .ob_base = {
   16068             :                 .ob_refcnt = 999999999,
   16069             :                 .ob_type = &PyTuple_Type,
   16070             :             },
   16071             :             .ob_size = 7,
   16072             :         },
   16073             :         .ob_item = {
   16074             :             &_Py_ID(isinstance),
   16075             :             & const_str_str._ascii.ob_base,
   16076             :             & const_str_TypeError._ascii.ob_base,
   16077             :             & const_str_format._ascii.ob_base,
   16078             :             & const_str_type._ascii.ob_base,
   16079             :             & const_str_ValueError._ascii.ob_base,
   16080             :             & const_str_ImportError._ascii.ob_base,
   16081             :         },
   16082             :     },
   16083             : };
   16084             : static
   16085             :     struct {
   16086             :         PyASCIIObject _ascii;
   16087             :         uint8_t _data[14];
   16088             :     }
   16089             : const_str__sanity_check = {
   16090             :     ._ascii = {
   16091             :         .ob_base = {
   16092             :             .ob_refcnt = 999999999,
   16093             :             .ob_type = &PyUnicode_Type,
   16094             :         },
   16095             :         .length = 13,
   16096             :         .hash = -1,
   16097             :         .state = {
   16098             :             .kind = 1,
   16099             :             .compact = 1,
   16100             :             .ascii = 1,
   16101             :         },
   16102             :     },
   16103             :     ._data = "_sanity_check",
   16104             : };
   16105             : static
   16106             :     struct {
   16107             :         PyObject_VAR_HEAD
   16108             :         Py_hash_t ob_shash;
   16109             :         char ob_sval[186];
   16110             :     }
   16111             : importlib__bootstrap_toplevel_consts_46_linetable = {
   16112             :     .ob_base = {
   16113             :         .ob_base = {
   16114             :             .ob_refcnt = 999999999,
   16115             :             .ob_type = &PyBytes_Type,
   16116             :         },
   16117             :         .ob_size = 185,
   16118             :     },
   16119             :     .ob_shash = -1,
   16120             :     .ob_sval = "\x80\x00\xe5\x0b\x15\x90\x64\x9d\x43\xd4\x0b\x20\xf0\x00\x01\x05\x4e\x01\xdd\x0e\x17\xd0\x18\x39\xd7\x18\x40\xd1\x18\x40\xc5\x14\xc0\x64\xc4\x1a\xd4\x18\x4c\xd4\x0e\x4d\xd0\x08\x4d\xd8\x07\x0c\x88\x71\x82\x79\xf0\x00\x01\x05\x2f\xdd\x0e\x18\xd0\x19\x2d\xd4\x0e\x2e\xd0\x08\x2e\xd8\x07\x0c\x88\x71\x82\x79\xf0\x00\x05\x05\x29\xdd\x0f\x19\x98\x27\xa5\x33\xd4\x0f\x27\xf0\x00\x04\x09\x29\xdd\x12\x1b\xd0\x1c\x3d\xd4\x12\x3e\xd0\x0c\x3e\xd8\x11\x18\xf0\x00\x02\x09\x29\xdd\x12\x1d\xf0\x00\x01\x1f\x28\xf4\x00\x01\x13\x29\xf0\x00\x01\x0d\x29\xe0\x0b\x0f\xf0\x00\x01\x05\x2e\x90\x45\x98\x51\x92\x4a\xf0\x00\x01\x05\x2e\xdd\x0e\x18\xd0\x19\x2c\xd4\x0e\x2d\xd0\x08\x2d\xf0\x03\x01\x05\x2e\xf0\x00\x01\x05\x2e\xf0\x00\x01\x05\x2e\xf0\x00\x01\x05\x2e",
   16121             : };
   16122             : static
   16123             :     struct {
   16124             :         PyGC_Head _gc_head;
   16125             :         struct {
   16126             :             PyObject_VAR_HEAD
   16127             :             PyObject *ob_item[3];
   16128             :         }_object;
   16129             :     }
   16130             : importlib__bootstrap_toplevel_consts_46_localsplusnames = {
   16131             :     ._object = {
   16132             :         .ob_base = {
   16133             :             .ob_base = {
   16134             :                 .ob_refcnt = 999999999,
   16135             :                 .ob_type = &PyTuple_Type,
   16136             :             },
   16137             :             .ob_size = 3,
   16138             :         },
   16139             :         .ob_item = {
   16140             :             &_Py_ID(name),
   16141             :             & const_str_package._ascii.ob_base,
   16142             :             & const_str_level._ascii.ob_base,
   16143             :         },
   16144             :     },
   16145             : };
   16146             : static
   16147             :     struct _PyCode_DEF(314)
   16148             : importlib__bootstrap_toplevel_consts_46 = {
   16149             :     .ob_base = {
   16150             :         .ob_base = {
   16151             :             .ob_refcnt = 999999999,
   16152             :             .ob_type = &PyCode_Type,
   16153             :         },
   16154             :         .ob_size = 157,
   16155             :     },
   16156             :     .co_consts = & importlib__bootstrap_toplevel_consts_46_consts._object.ob_base.ob_base,
   16157             :     .co_names = & importlib__bootstrap_toplevel_consts_46_names._object.ob_base.ob_base,
   16158             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   16159             :     .co_flags = 3,
   16160             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   16161             :     ._co_linearray_entry_size = 0,
   16162             :     .co_argcount = 3,
   16163             :     .co_posonlyargcount = 0,
   16164             :     .co_kwonlyargcount = 0,
   16165             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   16166             :     .co_stacksize = 7,
   16167             :     .co_firstlineno = 1103,
   16168             :     .co_nlocalsplus = 3,
   16169             :     .co_nlocals = 3,
   16170             :     .co_nplaincellvars = 0,
   16171             :     .co_ncellvars = 0,
   16172             :     .co_nfreevars = 0,
   16173             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
   16174             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   16175             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   16176             :     .co_name = & const_str__sanity_check._ascii.ob_base,
   16177             :     .co_qualname = & const_str__sanity_check._ascii.ob_base,
   16178             :     .co_linetable = & importlib__bootstrap_toplevel_consts_46_linetable.ob_base.ob_base,
   16179             :     ._co_code = NULL,
   16180             :     ._co_linearray = NULL,
   16181             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x28\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x2f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x73\x0d\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x73\x15\x7c\x02\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x0d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x07\x53\x00\x64\x07\x53\x00",
   16182             :     ._co_firsttraceable = 0,
   16183             : };
   16184             : static
   16185             :     struct {
   16186             :         PyASCIIObject _ascii;
   16187             :         uint8_t _data[17];
   16188             :     }
   16189             : importlib__bootstrap_toplevel_consts_47 = {
   16190             :     ._ascii = {
   16191             :         .ob_base = {
   16192             :             .ob_refcnt = 999999999,
   16193             :             .ob_type = &PyUnicode_Type,
   16194             :         },
   16195             :         .length = 16,
   16196             :         .hash = -1,
   16197             :         .state = {
   16198             :             .kind = 1,
   16199             :             .compact = 1,
   16200             :             .ascii = 1,
   16201             :         },
   16202             :     },
   16203             :     ._data = "No module named ",
   16204             : };
   16205             : static
   16206             :     struct {
   16207             :         PyASCIIObject _ascii;
   16208             :         uint8_t _data[5];
   16209             :     }
   16210             : importlib__bootstrap_toplevel_consts_48 = {
   16211             :     ._ascii = {
   16212             :         .ob_base = {
   16213             :             .ob_refcnt = 999999999,
   16214             :             .ob_type = &PyUnicode_Type,
   16215             :         },
   16216             :         .length = 4,
   16217             :         .hash = -1,
   16218             :         .state = {
   16219             :             .kind = 1,
   16220             :             .compact = 1,
   16221             :             .ascii = 1,
   16222             :         },
   16223             :     },
   16224             :     ._data = "{!r}",
   16225             : };
   16226             : static
   16227             :     struct {
   16228             :         PyASCIIObject _ascii;
   16229             :         uint8_t _data[24];
   16230             :     }
   16231             : importlib__bootstrap_toplevel_consts_49_consts_3 = {
   16232             :     ._ascii = {
   16233             :         .ob_base = {
   16234             :             .ob_refcnt = 999999999,
   16235             :             .ob_type = &PyUnicode_Type,
   16236             :         },
   16237             :         .length = 23,
   16238             :         .hash = -1,
   16239             :         .state = {
   16240             :             .kind = 1,
   16241             :             .compact = 1,
   16242             :             .ascii = 1,
   16243             :         },
   16244             :     },
   16245             :     ._data = "; {!r} is not a package",
   16246             : };
   16247             : static
   16248             :     struct {
   16249             :         PyASCIIObject _ascii;
   16250             :         uint8_t _data[28];
   16251             :     }
   16252             : importlib__bootstrap_toplevel_consts_49_consts_6 = {
   16253             :     ._ascii = {
   16254             :         .ob_base = {
   16255             :             .ob_refcnt = 999999999,
   16256             :             .ob_type = &PyUnicode_Type,
   16257             :         },
   16258             :         .length = 27,
   16259             :         .hash = -1,
   16260             :         .state = {
   16261             :             .kind = 1,
   16262             :             .compact = 1,
   16263             :             .ascii = 1,
   16264             :         },
   16265             :     },
   16266             :     ._data = "Cannot set an attribute on ",
   16267             : };
   16268             : static
   16269             :     struct {
   16270             :         PyASCIIObject _ascii;
   16271             :         uint8_t _data[19];
   16272             :     }
   16273             : importlib__bootstrap_toplevel_consts_49_consts_7 = {
   16274             :     ._ascii = {
   16275             :         .ob_base = {
   16276             :             .ob_refcnt = 999999999,
   16277             :             .ob_type = &PyUnicode_Type,
   16278             :         },
   16279             :         .length = 18,
   16280             :         .hash = -1,
   16281             :         .state = {
   16282             :             .kind = 1,
   16283             :             .compact = 1,
   16284             :             .ascii = 1,
   16285             :         },
   16286             :     },
   16287             :     ._data = " for child module ",
   16288             : };
   16289             : static
   16290             :     struct {
   16291             :         PyGC_Head _gc_head;
   16292             :         struct {
   16293             :             PyObject_VAR_HEAD
   16294             :             PyObject *ob_item[8];
   16295             :         }_object;
   16296             :     }
   16297             : importlib__bootstrap_toplevel_consts_49_consts = {
   16298             :     ._object = {
   16299             :         .ob_base = {
   16300             :             .ob_base = {
   16301             :                 .ob_refcnt = 999999999,
   16302             :                 .ob_type = &PyTuple_Type,
   16303             :             },
   16304             :             .ob_size = 8,
   16305             :         },
   16306             :         .ob_item = {
   16307             :             Py_None,
   16308             :             &_Py_STR(dot),
   16309             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   16310             :             & importlib__bootstrap_toplevel_consts_49_consts_3._ascii.ob_base,
   16311             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
   16312             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   16313             :             & importlib__bootstrap_toplevel_consts_49_consts_6._ascii.ob_base,
   16314             :             & importlib__bootstrap_toplevel_consts_49_consts_7._ascii.ob_base,
   16315             :         },
   16316             :     },
   16317             : };
   16318             : static
   16319             :     struct {
   16320             :         PyASCIIObject _ascii;
   16321             :         uint8_t _data[9];
   16322             :     }
   16323             : const_str__ERR_MSG = {
   16324             :     ._ascii = {
   16325             :         .ob_base = {
   16326             :             .ob_refcnt = 999999999,
   16327             :             .ob_type = &PyUnicode_Type,
   16328             :         },
   16329             :         .length = 8,
   16330             :         .hash = -1,
   16331             :         .state = {
   16332             :             .kind = 1,
   16333             :             .compact = 1,
   16334             :             .ascii = 1,
   16335             :         },
   16336             :     },
   16337             :     ._data = "_ERR_MSG",
   16338             : };
   16339             : static
   16340             :     struct {
   16341             :         PyASCIIObject _ascii;
   16342             :         uint8_t _data[20];
   16343             :     }
   16344             : const_str_ModuleNotFoundError = {
   16345             :     ._ascii = {
   16346             :         .ob_base = {
   16347             :             .ob_refcnt = 999999999,
   16348             :             .ob_type = &PyUnicode_Type,
   16349             :         },
   16350             :         .length = 19,
   16351             :         .hash = -1,
   16352             :         .state = {
   16353             :             .kind = 1,
   16354             :             .compact = 1,
   16355             :             .ascii = 1,
   16356             :         },
   16357             :     },
   16358             :     ._data = "ModuleNotFoundError",
   16359             : };
   16360             : static
   16361             :     struct {
   16362             :         PyGC_Head _gc_head;
   16363             :         struct {
   16364             :             PyObject_VAR_HEAD
   16365             :             PyObject *ob_item[19];
   16366             :         }_object;
   16367             :     }
   16368             : importlib__bootstrap_toplevel_consts_49_names = {
   16369             :     ._object = {
   16370             :         .ob_base = {
   16371             :             .ob_base = {
   16372             :                 .ob_refcnt = 999999999,
   16373             :                 .ob_type = &PyTuple_Type,
   16374             :             },
   16375             :             .ob_size = 19,
   16376             :         },
   16377             :         .ob_item = {
   16378             :             & const_str_rpartition._ascii.ob_base,
   16379             :             & const_str_sys._ascii.ob_base,
   16380             :             &_Py_ID(modules),
   16381             :             & const_str__call_with_frames_removed._ascii.ob_base,
   16382             :             &_Py_ID(__path__),
   16383             :             & const_str_AttributeError._ascii.ob_base,
   16384             :             & const_str__ERR_MSG._ascii.ob_base,
   16385             :             & const_str_format._ascii.ob_base,
   16386             :             & const_str_ModuleNotFoundError._ascii.ob_base,
   16387             :             &_Py_ID(__spec__),
   16388             :             & const_str__find_spec._ascii.ob_base,
   16389             :             &_Py_ID(_uninitialized_submodules),
   16390             :             &_Py_ID(append),
   16391             :             & const_str__load_unlocked._ascii.ob_base,
   16392             :             & const_str_pop._ascii.ob_base,
   16393             :             & const_str_setattr._ascii.ob_base,
   16394             :             & const_str__warnings._ascii.ob_base,
   16395             :             & const_str_warn._ascii.ob_base,
   16396             :             & const_str_ImportWarning._ascii.ob_base,
   16397             :         },
   16398             :     },
   16399             : };
   16400             : static
   16401             :     struct {
   16402             :         PyASCIIObject _ascii;
   16403             :         uint8_t _data[24];
   16404             :     }
   16405             : const_str__find_and_load_unlocked = {
   16406             :     ._ascii = {
   16407             :         .ob_base = {
   16408             :             .ob_refcnt = 999999999,
   16409             :             .ob_type = &PyUnicode_Type,
   16410             :         },
   16411             :         .length = 23,
   16412             :         .hash = -1,
   16413             :         .state = {
   16414             :             .kind = 1,
   16415             :             .compact = 1,
   16416             :             .ascii = 1,
   16417             :         },
   16418             :     },
   16419             :     ._data = "_find_and_load_unlocked",
   16420             : };
   16421             : static
   16422             :     struct {
   16423             :         PyObject_VAR_HEAD
   16424             :         Py_hash_t ob_shash;
   16425             :         char ob_sval[531];
   16426             :     }
   16427             : importlib__bootstrap_toplevel_consts_49_linetable = {
   16428             :     .ob_base = {
   16429             :         .ob_base = {
   16430             :             .ob_refcnt = 999999999,
   16431             :             .ob_type = &PyBytes_Type,
   16432             :         },
   16433             :         .ob_size = 530,
   16434             :     },
   16435             :     .ob_shash = -1,
   16436             :     .ob_sval = "\x80\x00\xd8\x0b\x0f\x80\x44\xd8\x0d\x11\x8f\x5f\x89\x5f\x98\x53\xd4\x0d\x21\xa0\x21\xd4\x0d\x24\x80\x46\xd8\x12\x16\x80\x4b\xd8\x07\x0d\xf0\x00\x0d\x05\x28\xd8\x0b\x11\x9d\x13\x9f\x1b\x99\x1b\xd0\x0b\x24\xf0\x00\x01\x09\x37\xdd\x0c\x25\xa0\x67\xa8\x76\xd4\x0c\x36\xd0\x0c\x36\xe0\x0b\x0f\x95\x33\x97\x3b\x91\x3b\xd0\x0b\x1e\xf0\x00\x01\x09\x25\xdd\x13\x16\x97\x3b\x91\x3b\x98\x74\xd4\x13\x24\xd0\x0c\x24\xdd\x18\x1b\x9f\x0b\x99\x0b\xa0\x46\xd4\x18\x2b\x88\x0d\xf0\x02\x04\x09\x40\x01\xd8\x13\x20\xd7\x13\x29\xd1\x13\x29\x88\x44\xf0\x08\x00\x17\x24\xd7\x16\x2c\xd1\x16\x2c\x88\x0b\xd8\x10\x14\x97\x0f\x91\x0f\xa0\x03\xd4\x10\x24\xa0\x51\xd4\x10\x27\x88\x05\xdd\x0b\x15\x90\x64\x98\x44\xd4\x0b\x21\x80\x44\xd8\x07\x0b\xf0\x00\x0b\x05\x3c\xdd\x0e\x21\xa5\x28\xa7\x2f\xa1\x2f\xb0\x24\xd4\x22\x37\xb8\x64\xd0\x0e\x43\xd4\x0e\x43\xd0\x08\x43\xe0\x0b\x16\xf0\x00\x03\x09\x40\x01\xf0\x06\x00\x0d\x18\xd7\x0c\x31\xd1\x0c\x31\xd7\x0c\x38\xd1\x0c\x38\xb8\x15\xd4\x0c\x3f\xd0\x0c\x3f\xf0\x02\x04\x09\x3c\xdd\x15\x23\xa0\x44\xd4\x15\x29\x88\x46\xe0\x0f\x1a\xf0\x00\x01\x0d\x3c\xd8\x10\x1b\xd7\x10\x35\xd1\x10\x35\xd7\x10\x39\xd1\x10\x39\xd4\x10\x3b\xd0\x10\x3b\xd0\x10\x3b\xd8\x07\x0d\xf0\x00\x07\x05\x2f\xe5\x18\x1b\x9f\x0b\x99\x0b\xa0\x46\xd4\x18\x2b\x88\x0d\xf0\x02\x04\x09\x2f\xdd\x0c\x13\x90\x4d\xa0\x35\xa8\x26\xd4\x0c\x31\xd0\x0c\x31\xf0\x08\x00\x0c\x12\x80\x4d\xf8\xf5\x35\x00\x10\x1e\xf0\x00\x02\x09\x40\x01\xf0\x00\x02\x09\x40\x01\xf0\x00\x02\x09\x40\x01\xdd\x13\x1b\xd0\x1e\x37\xd1\x13\x37\xd7\x12\x3f\xd1\x12\x3f\xc0\x04\xc0\x66\xd4\x12\x4d\x88\x43\xdd\x12\x25\xa0\x63\xb0\x04\xd0\x12\x35\xd4\x12\x35\xb8\x34\xd0\x0c\x3f\xf0\x05\x02\x09\x40\x01\xf8\xf8\xf8\xf8\xf0\x20\x00\x10\x1b\xf0\x00\x01\x0d\x3c\xd8\x10\x1b\xd7\x10\x35\xd1\x10\x35\xd7\x10\x39\xd1\x10\x39\xd4\x10\x3b\xd0\x10\x3b\xd0\x10\x3b\xf0\x03\x01\x0d\x3c\xf8\xf8\xf8\xf8\xf5\x0e\x00\x10\x1e\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xd8\x12\x55\xb0\x06\xd0\x12\x55\xd0\x12\x55\xc8\x45\xd0\x12\x55\xd0\x12\x55\x88\x43\xdd\x0c\x15\x8f\x4e\x89\x4e\x98\x33\xa5\x0d\xd4\x0c\x2e\xd0\x0c\x2e\xd0\x0c\x2e\xd0\x0c\x2e\xf0\x05\x02\x09\x2f\xf8\xf8\xf8",
   16437             : };
   16438             : static
   16439             :     struct {
   16440             :         PyObject_VAR_HEAD
   16441             :         Py_hash_t ob_shash;
   16442             :         char ob_sval[43];
   16443             :     }
   16444             : importlib__bootstrap_toplevel_consts_49_exceptiontable = {
   16445             :     .ob_base = {
   16446             :         .ob_base = {
   16447             :             .ob_refcnt = 999999999,
   16448             :             .ob_type = &PyBytes_Type,
   16449             :         },
   16450             :         .ob_size = 42,
   16451             :     },
   16452             :     .ob_shash = -1,
   16453             :     .ob_sval = "\xc2\x02\x0c\x45\x1b\x00\xc4\x05\x0d\x46\x14\x00\xc5\x0a\x0f\x46\x37\x00\xc5\x1b\x36\x46\x11\x03\xc6\x14\x20\x46\x34\x03\xc6\x37\x2f\x47\x29\x03\xc7\x28\x01\x47\x29\x03",
   16454             : };
   16455             : static
   16456             :     struct {
   16457             :         PyASCIIObject _ascii;
   16458             :         uint8_t _data[8];
   16459             :     }
   16460             : const_str_import_ = {
   16461             :     ._ascii = {
   16462             :         .ob_base = {
   16463             :             .ob_refcnt = 999999999,
   16464             :             .ob_type = &PyUnicode_Type,
   16465             :         },
   16466             :         .length = 7,
   16467             :         .hash = -1,
   16468             :         .state = {
   16469             :             .kind = 1,
   16470             :             .compact = 1,
   16471             :             .ascii = 1,
   16472             :         },
   16473             :     },
   16474             :     ._data = "import_",
   16475             : };
   16476             : static
   16477             :     struct {
   16478             :         PyASCIIObject _ascii;
   16479             :         uint8_t _data[12];
   16480             :     }
   16481             : const_str_parent_spec = {
   16482             :     ._ascii = {
   16483             :         .ob_base = {
   16484             :             .ob_refcnt = 999999999,
   16485             :             .ob_type = &PyUnicode_Type,
   16486             :         },
   16487             :         .length = 11,
   16488             :         .hash = -1,
   16489             :         .state = {
   16490             :             .kind = 1,
   16491             :             .compact = 1,
   16492             :             .ascii = 1,
   16493             :         },
   16494             :     },
   16495             :     ._data = "parent_spec",
   16496             : };
   16497             : static
   16498             :     struct {
   16499             :         PyASCIIObject _ascii;
   16500             :         uint8_t _data[14];
   16501             :     }
   16502             : const_str_parent_module = {
   16503             :     ._ascii = {
   16504             :         .ob_base = {
   16505             :             .ob_refcnt = 999999999,
   16506             :             .ob_type = &PyUnicode_Type,
   16507             :         },
   16508             :         .length = 13,
   16509             :         .hash = -1,
   16510             :         .state = {
   16511             :             .kind = 1,
   16512             :             .compact = 1,
   16513             :             .ascii = 1,
   16514             :         },
   16515             :     },
   16516             :     ._data = "parent_module",
   16517             : };
   16518             : static
   16519             :     struct {
   16520             :         PyASCIIObject _ascii;
   16521             :         uint8_t _data[6];
   16522             :     }
   16523             : const_str_child = {
   16524             :     ._ascii = {
   16525             :         .ob_base = {
   16526             :             .ob_refcnt = 999999999,
   16527             :             .ob_type = &PyUnicode_Type,
   16528             :         },
   16529             :         .length = 5,
   16530             :         .hash = -1,
   16531             :         .state = {
   16532             :             .kind = 1,
   16533             :             .compact = 1,
   16534             :             .ascii = 1,
   16535             :         },
   16536             :     },
   16537             :     ._data = "child",
   16538             : };
   16539             : static
   16540             :     struct {
   16541             :         PyGC_Head _gc_head;
   16542             :         struct {
   16543             :             PyObject_VAR_HEAD
   16544             :             PyObject *ob_item[10];
   16545             :         }_object;
   16546             :     }
   16547             : importlib__bootstrap_toplevel_consts_49_localsplusnames = {
   16548             :     ._object = {
   16549             :         .ob_base = {
   16550             :             .ob_base = {
   16551             :                 .ob_refcnt = 999999999,
   16552             :                 .ob_type = &PyTuple_Type,
   16553             :             },
   16554             :             .ob_size = 10,
   16555             :         },
   16556             :         .ob_item = {
   16557             :             &_Py_ID(name),
   16558             :             & const_str_import_._ascii.ob_base,
   16559             :             &_Py_ID(path),
   16560             :             &_Py_ID(parent),
   16561             :             & const_str_parent_spec._ascii.ob_base,
   16562             :             & const_str_parent_module._ascii.ob_base,
   16563             :             &_Py_ID(msg),
   16564             :             & const_str_child._ascii.ob_base,
   16565             :             & const_str_spec._ascii.ob_base,
   16566             :             & const_str_module._ascii.ob_base,
   16567             :         },
   16568             :     },
   16569             : };
   16570             : static
   16571             :     struct _PyCode_DEF(984)
   16572             : importlib__bootstrap_toplevel_consts_49 = {
   16573             :     .ob_base = {
   16574             :         .ob_base = {
   16575             :             .ob_refcnt = 999999999,
   16576             :             .ob_type = &PyCode_Type,
   16577             :         },
   16578             :         .ob_size = 492,
   16579             :     },
   16580             :     .co_consts = & importlib__bootstrap_toplevel_consts_49_consts._object.ob_base.ob_base,
   16581             :     .co_names = & importlib__bootstrap_toplevel_consts_49_names._object.ob_base.ob_base,
   16582             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_49_exceptiontable.ob_base.ob_base,
   16583             :     .co_flags = 3,
   16584             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   16585             :     ._co_linearray_entry_size = 0,
   16586             :     .co_argcount = 2,
   16587             :     .co_posonlyargcount = 0,
   16588             :     .co_kwonlyargcount = 0,
   16589             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   16590             :     .co_stacksize = 5,
   16591             :     .co_firstlineno = 1122,
   16592             :     .co_nlocalsplus = 10,
   16593             :     .co_nlocals = 10,
   16594             :     .co_nplaincellvars = 0,
   16595             :     .co_ncellvars = 0,
   16596             :     .co_nfreevars = 0,
   16597             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_49_localsplusnames._object.ob_base.ob_base,
   16598             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
   16599             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   16600             :     .co_name = & const_str__find_and_load_unlocked._ascii.ob_base,
   16601             :     .co_qualname = & const_str__find_and_load_unlocked._ascii.ob_base,
   16602             :     .co_linetable = & importlib__bootstrap_toplevel_consts_49_linetable.ob_base.ob_base,
   16603             :     ._co_code = NULL,
   16604             :     ._co_linearray = NULL,
   16605             :     .co_code_adaptive = "\x97\x00\x64\x00\x7d\x02\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x64\x00\x7d\x04\x7c\x03\x72\x93\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x0e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x17\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x09\x00\x7c\x05\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x05\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x24\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x72\x1c\x7c\x04\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x04\x72\x1c\x7c\x04\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x03\x72\x27\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x09\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7f\x07\x7c\x09\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x09\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2c\x01\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x7c\x04\x72\x1c\x7c\x04\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x28\x01\x00\x64\x06\x7c\x03\x9b\x02\x64\x07\x7f\x07\x9b\x02\x9d\x04\x7d\x06\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x8c\x8f\x77\x00\x78\x03\x59\x00\x77\x01",
   16606             :     ._co_firsttraceable = 0,
   16607             : };
   16608             : static
   16609             :     struct {
   16610             :         PyASCIIObject _ascii;
   16611             :         uint8_t _data[26];
   16612             :     }
   16613             : importlib__bootstrap_toplevel_consts_50_consts_0 = {
   16614             :     ._ascii = {
   16615             :         .ob_base = {
   16616             :             .ob_refcnt = 999999999,
   16617             :             .ob_type = &PyUnicode_Type,
   16618             :         },
   16619             :         .length = 25,
   16620             :         .hash = -1,
   16621             :         .state = {
   16622             :             .kind = 1,
   16623             :             .compact = 1,
   16624             :             .ascii = 1,
   16625             :         },
   16626             :     },
   16627             :     ._data = "Find and load the module.",
   16628             : };
   16629             : static
   16630             :     struct {
   16631             :         PyASCIIObject _ascii;
   16632             :         uint8_t _data[41];
   16633             :     }
   16634             : importlib__bootstrap_toplevel_consts_50_consts_5 = {
   16635             :     ._ascii = {
   16636             :         .ob_base = {
   16637             :             .ob_refcnt = 999999999,
   16638             :             .ob_type = &PyUnicode_Type,
   16639             :         },
   16640             :         .length = 40,
   16641             :         .hash = -1,
   16642             :         .state = {
   16643             :             .kind = 1,
   16644             :             .compact = 1,
   16645             :             .ascii = 1,
   16646             :         },
   16647             :     },
   16648             :     ._data = "import of {} halted; None in sys.modules",
   16649             : };
   16650             : static
   16651             :     struct {
   16652             :         PyGC_Head _gc_head;
   16653             :         struct {
   16654             :             PyObject_VAR_HEAD
   16655             :             PyObject *ob_item[7];
   16656             :         }_object;
   16657             :     }
   16658             : importlib__bootstrap_toplevel_consts_50_consts = {
   16659             :     ._object = {
   16660             :         .ob_base = {
   16661             :             .ob_base = {
   16662             :                 .ob_refcnt = 999999999,
   16663             :                 .ob_type = &PyTuple_Type,
   16664             :             },
   16665             :             .ob_size = 7,
   16666             :         },
   16667             :         .ob_item = {
   16668             :             & importlib__bootstrap_toplevel_consts_50_consts_0._ascii.ob_base,
   16669             :             &_Py_ID(__spec__),
   16670             :             Py_None,
   16671             :             &_Py_ID(_initializing),
   16672             :             Py_False,
   16673             :             & importlib__bootstrap_toplevel_consts_50_consts_5._ascii.ob_base,
   16674             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
   16675             :         },
   16676             :     },
   16677             : };
   16678             : static
   16679             :     struct {
   16680             :         PyASCIIObject _ascii;
   16681             :         uint8_t _data[15];
   16682             :     }
   16683             : const_str__NEEDS_LOADING = {
   16684             :     ._ascii = {
   16685             :         .ob_base = {
   16686             :             .ob_refcnt = 999999999,
   16687             :             .ob_type = &PyUnicode_Type,
   16688             :         },
   16689             :         .length = 14,
   16690             :         .hash = -1,
   16691             :         .state = {
   16692             :             .kind = 1,
   16693             :             .compact = 1,
   16694             :             .ascii = 1,
   16695             :         },
   16696             :     },
   16697             :     ._data = "_NEEDS_LOADING",
   16698             : };
   16699             : static
   16700             :     struct {
   16701             :         PyGC_Head _gc_head;
   16702             :         struct {
   16703             :             PyObject_VAR_HEAD
   16704             :             PyObject *ob_item[10];
   16705             :         }_object;
   16706             :     }
   16707             : importlib__bootstrap_toplevel_consts_50_names = {
   16708             :     ._object = {
   16709             :         .ob_base = {
   16710             :             .ob_base = {
   16711             :                 .ob_refcnt = 999999999,
   16712             :                 .ob_type = &PyTuple_Type,
   16713             :             },
   16714             :             .ob_size = 10,
   16715             :         },
   16716             :         .ob_item = {
   16717             :             & const_str_sys._ascii.ob_base,
   16718             :             &_Py_ID(modules),
   16719             :             &_Py_ID(get),
   16720             :             & const_str__NEEDS_LOADING._ascii.ob_base,
   16721             :             &_Py_ID(getattr),
   16722             :             & const_str__ModuleLockManager._ascii.ob_base,
   16723             :             & const_str__find_and_load_unlocked._ascii.ob_base,
   16724             :             &_Py_ID(_lock_unlock_module),
   16725             :             & const_str_format._ascii.ob_base,
   16726             :             & const_str_ModuleNotFoundError._ascii.ob_base,
   16727             :         },
   16728             :     },
   16729             : };
   16730             : static
   16731             :     struct {
   16732             :         PyObject_VAR_HEAD
   16733             :         Py_hash_t ob_shash;
   16734             :         char ob_sval[299];
   16735             :     }
   16736             : importlib__bootstrap_toplevel_consts_50_linetable = {
   16737             :     .ob_base = {
   16738             :         .ob_base = {
   16739             :             .ob_refcnt = 999999999,
   16740             :             .ob_type = &PyBytes_Type,
   16741             :         },
   16742             :         .ob_size = 298,
   16743             :     },
   16744             :     .ob_shash = -1,
   16745             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x0e\x11\x8f\x5b\x89\x5b\x8f\x5f\x89\x5f\x98\x54\xa5\x3e\xd4\x0d\x32\x80\x46\xd8\x08\x0e\x95\x2e\xd0\x08\x20\xf0\x00\x0b\x05\x22\xdd\x08\x0f\x95\x07\x98\x06\xa0\x0a\xa8\x44\xd4\x10\x31\xb0\x3f\xc0\x45\xd4\x08\x4a\xf0\x03\x0b\x05\x22\xe5\x0d\x1f\xa0\x04\xd4\x0d\x25\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xdd\x15\x18\x97\x5b\x91\x5b\x97\x5f\x91\x5f\xa0\x54\xad\x3e\xd4\x15\x3a\x88\x46\xd8\x0f\x15\x9d\x1e\xd0\x0f\x27\xf0\x00\x01\x0d\x3e\xdd\x17\x2e\xa8\x74\xb0\x57\xd4\x17\x3d\xf0\x07\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf4\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x04\x01\x0d\x3e\xf0\x05\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf4\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf5\x12\x00\x09\x1c\x98\x44\xd4\x08\x21\xd0\x08\x21\xe0\x07\x0d\xf0\x00\x03\x05\x36\xf0\x02\x01\x14\x29\xdf\x28\x2f\xa9\x07\xb0\x04\xac\x0d\xf0\x03\x00\x09\x10\xe5\x0e\x21\xa0\x27\xb0\x04\xd0\x0e\x35\xd4\x0e\x35\xd0\x08\x35\xe0\x0b\x11\x80\x4d\xf0\x21\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf8\xf8\xf8",
   16746             : };
   16747             : static
   16748             :     struct {
   16749             :         PyObject_VAR_HEAD
   16750             :         Py_hash_t ob_shash;
   16751             :         char ob_sval[13];
   16752             :     }
   16753             : importlib__bootstrap_toplevel_consts_50_exceptiontable = {
   16754             :     .ob_base = {
   16755             :         .ob_base = {
   16756             :             .ob_refcnt = 999999999,
   16757             :             .ob_type = &PyBytes_Type,
   16758             :         },
   16759             :         .ob_size = 12,
   16760             :     },
   16761             :     .ob_shash = -1,
   16762             :     .ob_sval = "\xc1\x1a\x3e\x43\x1f\x03\xc3\x1f\x05\x43\x28\x07",
   16763             : };
   16764             : static
   16765             :     struct {
   16766             :         PyGC_Head _gc_head;
   16767             :         struct {
   16768             :             PyObject_VAR_HEAD
   16769             :             PyObject *ob_item[4];
   16770             :         }_object;
   16771             :     }
   16772             : importlib__bootstrap_toplevel_consts_50_localsplusnames = {
   16773             :     ._object = {
   16774             :         .ob_base = {
   16775             :             .ob_base = {
   16776             :                 .ob_refcnt = 999999999,
   16777             :                 .ob_type = &PyTuple_Type,
   16778             :             },
   16779             :             .ob_size = 4,
   16780             :         },
   16781             :         .ob_item = {
   16782             :             &_Py_ID(name),
   16783             :             & const_str_import_._ascii.ob_base,
   16784             :             & const_str_module._ascii.ob_base,
   16785             :             & const_str_message._ascii.ob_base,
   16786             :         },
   16787             :     },
   16788             : };
   16789             : static
   16790             :     struct _PyCode_DEF(470)
   16791             : importlib__bootstrap_toplevel_consts_50 = {
   16792             :     .ob_base = {
   16793             :         .ob_base = {
   16794             :             .ob_refcnt = 999999999,
   16795             :             .ob_type = &PyCode_Type,
   16796             :         },
   16797             :         .ob_size = 235,
   16798             :     },
   16799             :     .co_consts = & importlib__bootstrap_toplevel_consts_50_consts._object.ob_base.ob_base,
   16800             :     .co_names = & importlib__bootstrap_toplevel_consts_50_names._object.ob_base.ob_base,
   16801             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_50_exceptiontable.ob_base.ob_base,
   16802             :     .co_flags = 3,
   16803             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   16804             :     ._co_linearray_entry_size = 0,
   16805             :     .co_argcount = 2,
   16806             :     .co_posonlyargcount = 0,
   16807             :     .co_kwonlyargcount = 0,
   16808             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   16809             :     .co_stacksize = 7,
   16810             :     .co_firstlineno = 1167,
   16811             :     .co_nlocalsplus = 4,
   16812             :     .co_nlocals = 4,
   16813             :     .co_nplaincellvars = 0,
   16814             :     .co_ncellvars = 0,
   16815             :     .co_nfreevars = 0,
   16816             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_50_localsplusnames._object.ob_base.ob_base,
   16817             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   16818             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   16819             :     .co_name = &_Py_ID(_find_and_load),
   16820             :     .co_qualname = &_Py_ID(_find_and_load),
   16821             :     .co_linetable = & importlib__bootstrap_toplevel_consts_50_linetable.ob_base.ob_base,
   16822             :     ._co_code = NULL,
   16823             :     ._co_linearray = NULL,
   16824             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x73\x1c\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x72\x6d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x18\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x02\x64\x02\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x09\x00\x64\x02\x64\x02\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x80\x21\x64\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\xac\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x3b\x78\x03\x59\x00\x77\x01",
   16825             :     ._co_firsttraceable = 0,
   16826             : };
   16827             : static
   16828             :     struct {
   16829             :         PyASCIIObject _ascii;
   16830             :         uint8_t _data[307];
   16831             :     }
   16832             : importlib__bootstrap_toplevel_consts_52_consts_0 = {
   16833             :     ._ascii = {
   16834             :         .ob_base = {
   16835             :             .ob_refcnt = 999999999,
   16836             :             .ob_type = &PyUnicode_Type,
   16837             :         },
   16838             :         .length = 306,
   16839             :         .hash = -1,
   16840             :         .state = {
   16841             :             .kind = 1,
   16842             :             .compact = 1,
   16843             :             .ascii = 1,
   16844             :         },
   16845             :     },
   16846             :     ._data = "\x49\x6d\x70\x6f\x72\x74\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x61\x73\x65\x64\x20\x6f\x6e\x20\x69\x74\x73\x20\x6e\x61\x6d\x65\x2c\x20\x74\x68\x65\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x74\x68\x65\x20\x63\x61\x6c\x6c\x20\x69\x73\x0a\x20\x20\x20\x20\x62\x65\x69\x6e\x67\x20\x6d\x61\x64\x65\x20\x66\x72\x6f\x6d\x2c\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x6c\x65\x76\x65\x6c\x20\x61\x64\x6a\x75\x73\x74\x6d\x65\x6e\x74\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x73\x20\x74\x68\x65\x20\x67\x72\x65\x61\x74\x65\x73\x74\x20\x63\x6f\x6d\x6d\x6f\x6e\x20\x64\x65\x6e\x6f\x6d\x69\x6e\x61\x74\x6f\x72\x20\x6f\x66\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x61\x6c\x69\x74\x79\x0a\x20\x20\x20\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x69\x6d\x70\x6f\x72\x74\x5f\x6d\x6f\x64\x75\x6c\x65\x20\x61\x6e\x64\x20\x5f\x5f\x69\x6d\x70\x6f\x72\x74\x5f\x5f\x2e\x20\x54\x68\x69\x73\x20\x69\x6e\x63\x6c\x75\x64\x65\x73\x20\x73\x65\x74\x74\x69\x6e\x67\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x20\x69\x66\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x64\x69\x64\x20\x6e\x6f\x74\x2e\x0a\x0a\x20\x20\x20\x20",
   16847             : };
   16848             : static
   16849             :     struct {
   16850             :         PyGC_Head _gc_head;
   16851             :         struct {
   16852             :             PyObject_VAR_HEAD
   16853             :             PyObject *ob_item[2];
   16854             :         }_object;
   16855             :     }
   16856             : importlib__bootstrap_toplevel_consts_52_consts = {
   16857             :     ._object = {
   16858             :         .ob_base = {
   16859             :             .ob_base = {
   16860             :                 .ob_refcnt = 999999999,
   16861             :                 .ob_type = &PyTuple_Type,
   16862             :             },
   16863             :             .ob_size = 2,
   16864             :         },
   16865             :         .ob_item = {
   16866             :             & importlib__bootstrap_toplevel_consts_52_consts_0._ascii.ob_base,
   16867             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   16868             :         },
   16869             :     },
   16870             : };
   16871             : static
   16872             :     struct {
   16873             :         PyASCIIObject _ascii;
   16874             :         uint8_t _data[12];
   16875             :     }
   16876             : const_str__gcd_import = {
   16877             :     ._ascii = {
   16878             :         .ob_base = {
   16879             :             .ob_refcnt = 999999999,
   16880             :             .ob_type = &PyUnicode_Type,
   16881             :         },
   16882             :         .length = 11,
   16883             :         .hash = -1,
   16884             :         .state = {
   16885             :             .kind = 1,
   16886             :             .compact = 1,
   16887             :             .ascii = 1,
   16888             :         },
   16889             :     },
   16890             :     ._data = "_gcd_import",
   16891             : };
   16892             : static
   16893             :     struct {
   16894             :         PyGC_Head _gc_head;
   16895             :         struct {
   16896             :             PyObject_VAR_HEAD
   16897             :             PyObject *ob_item[4];
   16898             :         }_object;
   16899             :     }
   16900             : importlib__bootstrap_toplevel_consts_52_names = {
   16901             :     ._object = {
   16902             :         .ob_base = {
   16903             :             .ob_base = {
   16904             :                 .ob_refcnt = 999999999,
   16905             :                 .ob_type = &PyTuple_Type,
   16906             :             },
   16907             :             .ob_size = 4,
   16908             :         },
   16909             :         .ob_item = {
   16910             :             & const_str__sanity_check._ascii.ob_base,
   16911             :             & const_str__resolve_name._ascii.ob_base,
   16912             :             &_Py_ID(_find_and_load),
   16913             :             & const_str__gcd_import._ascii.ob_base,
   16914             :         },
   16915             :     },
   16916             : };
   16917             : static
   16918             :     struct {
   16919             :         PyObject_VAR_HEAD
   16920             :         Py_hash_t ob_shash;
   16921             :         char ob_sval[59];
   16922             :     }
   16923             : importlib__bootstrap_toplevel_consts_52_linetable = {
   16924             :     .ob_base = {
   16925             :         .ob_base = {
   16926             :             .ob_refcnt = 999999999,
   16927             :             .ob_type = &PyBytes_Type,
   16928             :         },
   16929             :         .ob_size = 58,
   16930             :     },
   16931             :     .ob_shash = -1,
   16932             :     .ob_sval = "\x80\x00\xf5\x12\x00\x05\x12\x90\x24\x98\x07\xa0\x15\xd4\x04\x27\xd0\x04\x27\xd8\x07\x0c\x88\x71\x82\x79\xf0\x00\x01\x05\x33\xdd\x0f\x1c\x98\x54\xa0\x37\xa8\x45\xd4\x0f\x32\x88\x04\xdd\x0b\x19\x98\x24\xa5\x0b\xd4\x0b\x2c\xd0\x04\x2c",
   16933             : };
   16934             : static
   16935             :     struct _PyCode_DEF(112)
   16936             : importlib__bootstrap_toplevel_consts_52 = {
   16937             :     .ob_base = {
   16938             :         .ob_base = {
   16939             :             .ob_refcnt = 999999999,
   16940             :             .ob_type = &PyCode_Type,
   16941             :         },
   16942             :         .ob_size = 56,
   16943             :     },
   16944             :     .co_consts = & importlib__bootstrap_toplevel_consts_52_consts._object.ob_base.ob_base,
   16945             :     .co_names = & importlib__bootstrap_toplevel_consts_52_names._object.ob_base.ob_base,
   16946             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   16947             :     .co_flags = 3,
   16948             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   16949             :     ._co_linearray_entry_size = 0,
   16950             :     .co_argcount = 3,
   16951             :     .co_posonlyargcount = 0,
   16952             :     .co_kwonlyargcount = 0,
   16953             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   16954             :     .co_stacksize = 5,
   16955             :     .co_firstlineno = 1194,
   16956             :     .co_nlocalsplus = 3,
   16957             :     .co_nlocals = 3,
   16958             :     .co_nplaincellvars = 0,
   16959             :     .co_ncellvars = 0,
   16960             :     .co_nfreevars = 0,
   16961             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
   16962             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   16963             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   16964             :     .co_name = & const_str__gcd_import._ascii.ob_base,
   16965             :     .co_qualname = & const_str__gcd_import._ascii.ob_base,
   16966             :     .co_linetable = & importlib__bootstrap_toplevel_consts_52_linetable.ob_base.ob_base,
   16967             :     ._co_code = NULL,
   16968             :     ._co_linearray = NULL,
   16969             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x64\x01\x6b\x04\x00\x00\x00\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   16970             :     ._co_firsttraceable = 0,
   16971             : };
   16972             : static
   16973             :     struct {
   16974             :         PyASCIIObject _ascii;
   16975             :         uint8_t _data[10];
   16976             :     }
   16977             : const_str_recursive = {
   16978             :     ._ascii = {
   16979             :         .ob_base = {
   16980             :             .ob_refcnt = 999999999,
   16981             :             .ob_type = &PyUnicode_Type,
   16982             :         },
   16983             :         .length = 9,
   16984             :         .hash = -1,
   16985             :         .state = {
   16986             :             .kind = 1,
   16987             :             .compact = 1,
   16988             :             .ascii = 1,
   16989             :         },
   16990             :     },
   16991             :     ._data = "recursive",
   16992             : };
   16993             : static
   16994             :     struct {
   16995             :         PyGC_Head _gc_head;
   16996             :         struct {
   16997             :             PyObject_VAR_HEAD
   16998             :             PyObject *ob_item[1];
   16999             :         }_object;
   17000             :     }
   17001             : importlib__bootstrap_toplevel_consts_53 = {
   17002             :     ._object = {
   17003             :         .ob_base = {
   17004             :             .ob_base = {
   17005             :                 .ob_refcnt = 999999999,
   17006             :                 .ob_type = &PyTuple_Type,
   17007             :             },
   17008             :             .ob_size = 1,
   17009             :         },
   17010             :         .ob_item = {
   17011             :             & const_str_recursive._ascii.ob_base,
   17012             :         },
   17013             :     },
   17014             : };
   17015             : static
   17016             :     struct {
   17017             :         PyASCIIObject _ascii;
   17018             :         uint8_t _data[239];
   17019             :     }
   17020             : importlib__bootstrap_toplevel_consts_54_consts_0 = {
   17021             :     ._ascii = {
   17022             :         .ob_base = {
   17023             :             .ob_refcnt = 999999999,
   17024             :             .ob_type = &PyUnicode_Type,
   17025             :         },
   17026             :         .length = 238,
   17027             :         .hash = -1,
   17028             :         .state = {
   17029             :             .kind = 1,
   17030             :             .compact = 1,
   17031             :             .ascii = 1,
   17032             :         },
   17033             :     },
   17034             :     ._data = "\x46\x69\x67\x75\x72\x65\x20\x6f\x75\x74\x20\x77\x68\x61\x74\x20\x5f\x5f\x69\x6d\x70\x6f\x72\x74\x5f\x5f\x20\x73\x68\x6f\x75\x6c\x64\x20\x72\x65\x74\x75\x72\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x5f\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x20\x69\x73\x20\x61\x20\x63\x61\x6c\x6c\x61\x62\x6c\x65\x20\x77\x68\x69\x63\x68\x20\x74\x61\x6b\x65\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x6d\x6f\x64\x75\x6c\x65\x20\x74\x6f\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x2e\x20\x49\x74\x20\x69\x73\x20\x72\x65\x71\x75\x69\x72\x65\x64\x20\x74\x6f\x20\x64\x65\x63\x6f\x75\x70\x6c\x65\x20\x74\x68\x65\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x66\x72\x6f\x6d\x20\x61\x73\x73\x75\x6d\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x27\x73\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x69\x73\x20\x64\x65\x73\x69\x72\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   17035             : };
   17036             : static
   17037             :     struct {
   17038             :         PyASCIIObject _ascii;
   17039             :         uint8_t _data[9];
   17040             :     }
   17041             : importlib__bootstrap_toplevel_consts_54_consts_1 = {
   17042             :     ._ascii = {
   17043             :         .ob_base = {
   17044             :             .ob_refcnt = 999999999,
   17045             :             .ob_type = &PyUnicode_Type,
   17046             :         },
   17047             :         .length = 8,
   17048             :         .hash = -1,
   17049             :         .state = {
   17050             :             .kind = 1,
   17051             :             .compact = 1,
   17052             :             .ascii = 1,
   17053             :         },
   17054             :     },
   17055             :     ._data = ".__all__",
   17056             : };
   17057             : static
   17058             :     struct {
   17059             :         PyASCIIObject _ascii;
   17060             :         uint8_t _data[14];
   17061             :     }
   17062             : importlib__bootstrap_toplevel_consts_54_consts_2 = {
   17063             :     ._ascii = {
   17064             :         .ob_base = {
   17065             :             .ob_refcnt = 999999999,
   17066             :             .ob_type = &PyUnicode_Type,
   17067             :         },
   17068             :         .length = 13,
   17069             :         .hash = -1,
   17070             :         .state = {
   17071             :             .kind = 1,
   17072             :             .compact = 1,
   17073             :             .ascii = 1,
   17074             :         },
   17075             :     },
   17076             :     ._data = "``from list''",
   17077             : };
   17078             : static
   17079             :     struct {
   17080             :         PyASCIIObject _ascii;
   17081             :         uint8_t _data[9];
   17082             :     }
   17083             : importlib__bootstrap_toplevel_consts_54_consts_3 = {
   17084             :     ._ascii = {
   17085             :         .ob_base = {
   17086             :             .ob_refcnt = 999999999,
   17087             :             .ob_type = &PyUnicode_Type,
   17088             :         },
   17089             :         .length = 8,
   17090             :         .hash = -1,
   17091             :         .state = {
   17092             :             .kind = 1,
   17093             :             .compact = 1,
   17094             :             .ascii = 1,
   17095             :         },
   17096             :     },
   17097             :     ._data = "Item in ",
   17098             : };
   17099             : static
   17100             :     struct {
   17101             :         PyASCIIObject _ascii;
   17102             :         uint8_t _data[19];
   17103             :     }
   17104             : importlib__bootstrap_toplevel_consts_54_consts_4 = {
   17105             :     ._ascii = {
   17106             :         .ob_base = {
   17107             :             .ob_refcnt = 999999999,
   17108             :             .ob_type = &PyUnicode_Type,
   17109             :         },
   17110             :         .length = 18,
   17111             :         .hash = -1,
   17112             :         .state = {
   17113             :             .kind = 1,
   17114             :             .compact = 1,
   17115             :             .ascii = 1,
   17116             :         },
   17117             :     },
   17118             :     ._data = " must be str, not ",
   17119             : };
   17120             : static
   17121             :     struct {
   17122             :         PyASCIIObject _ascii;
   17123             :         uint8_t _data[2];
   17124             :     }
   17125             : importlib__bootstrap_toplevel_consts_54_consts_5 = {
   17126             :     ._ascii = {
   17127             :         .ob_base = {
   17128             :             .ob_refcnt = 999999999,
   17129             :             .ob_type = &PyUnicode_Type,
   17130             :         },
   17131             :         .length = 1,
   17132             :         .hash = -1,
   17133             :         .state = {
   17134             :             .kind = 1,
   17135             :             .compact = 1,
   17136             :             .ascii = 1,
   17137             :         },
   17138             :     },
   17139             :     ._data = "*",
   17140             : };
   17141             : static
   17142             :     struct {
   17143             :         PyGC_Head _gc_head;
   17144             :         struct {
   17145             :             PyObject_VAR_HEAD
   17146             :             PyObject *ob_item[11];
   17147             :         }_object;
   17148             :     }
   17149             : importlib__bootstrap_toplevel_consts_54_consts = {
   17150             :     ._object = {
   17151             :         .ob_base = {
   17152             :             .ob_base = {
   17153             :                 .ob_refcnt = 999999999,
   17154             :                 .ob_type = &PyTuple_Type,
   17155             :             },
   17156             :             .ob_size = 11,
   17157             :         },
   17158             :         .ob_item = {
   17159             :             & importlib__bootstrap_toplevel_consts_54_consts_0._ascii.ob_base,
   17160             :             & importlib__bootstrap_toplevel_consts_54_consts_1._ascii.ob_base,
   17161             :             & importlib__bootstrap_toplevel_consts_54_consts_2._ascii.ob_base,
   17162             :             & importlib__bootstrap_toplevel_consts_54_consts_3._ascii.ob_base,
   17163             :             & importlib__bootstrap_toplevel_consts_54_consts_4._ascii.ob_base,
   17164             :             & importlib__bootstrap_toplevel_consts_54_consts_5._ascii.ob_base,
   17165             :             &_Py_ID(__all__),
   17166             :             Py_True,
   17167             :             & importlib__bootstrap_toplevel_consts_53._object.ob_base.ob_base,
   17168             :             & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
   17169             :             Py_None,
   17170             :         },
   17171             :     },
   17172             : };
   17173             : static
   17174             :     struct {
   17175             :         PyGC_Head _gc_head;
   17176             :         struct {
   17177             :             PyObject_VAR_HEAD
   17178             :             PyObject *ob_item[16];
   17179             :         }_object;
   17180             :     }
   17181             : importlib__bootstrap_toplevel_consts_54_names = {
   17182             :     ._object = {
   17183             :         .ob_base = {
   17184             :             .ob_base = {
   17185             :                 .ob_refcnt = 999999999,
   17186             :                 .ob_type = &PyTuple_Type,
   17187             :             },
   17188             :             .ob_size = 16,
   17189             :         },
   17190             :         .ob_item = {
   17191             :             &_Py_ID(isinstance),
   17192             :             & const_str_str._ascii.ob_base,
   17193             :             &_Py_ID(__name__),
   17194             :             & const_str_TypeError._ascii.ob_base,
   17195             :             & const_str_type._ascii.ob_base,
   17196             :             & const_str_hasattr._ascii.ob_base,
   17197             :             &_Py_ID(_handle_fromlist),
   17198             :             &_Py_ID(__all__),
   17199             :             & const_str_format._ascii.ob_base,
   17200             :             & const_str__call_with_frames_removed._ascii.ob_base,
   17201             :             & const_str_ModuleNotFoundError._ascii.ob_base,
   17202             :             &_Py_ID(name),
   17203             :             & const_str_sys._ascii.ob_base,
   17204             :             &_Py_ID(modules),
   17205             :             &_Py_ID(get),
   17206             :             & const_str__NEEDS_LOADING._ascii.ob_base,
   17207             :         },
   17208             :     },
   17209             : };
   17210             : static
   17211             :     struct {
   17212             :         PyObject_VAR_HEAD
   17213             :         Py_hash_t ob_shash;
   17214             :         char ob_sval[339];
   17215             :     }
   17216             : importlib__bootstrap_toplevel_consts_54_linetable = {
   17217             :     .ob_base = {
   17218             :         .ob_base = {
   17219             :             .ob_refcnt = 999999999,
   17220             :             .ob_type = &PyBytes_Type,
   17221             :         },
   17222             :         .ob_size = 338,
   17223             :     },
   17224             :     .ob_shash = -1,
   17225             :     .ob_sval = "\x80\x00\xf0\x14\x00\x0e\x16\xf0\x00\x17\x05\x16\xf1\x00\x17\x05\x16\x88\x01\xdd\x0f\x19\x98\x21\x9d\x53\xd4\x0f\x21\xf0\x00\x16\x09\x16\xd8\x0f\x18\xf0\x00\x03\x0d\x28\xd8\x18\x1e\x9f\x0f\x99\x0f\xa8\x2a\xd1\x18\x34\x90\x05\x90\x05\xe0\x18\x27\x90\x05\xdd\x12\x1b\xf0\x00\x01\x1d\x36\xa0\x75\xf0\x00\x01\x1d\x36\xf0\x00\x01\x1d\x36\xdd\x23\x27\xa8\x01\xa4\x37\xd7\x23\x33\xd1\x23\x33\xf0\x03\x01\x1d\x36\xf0\x00\x01\x1d\x36\xf4\x00\x01\x13\x37\xf0\x00\x01\x0d\x37\xe0\x0d\x0e\x90\x23\x8a\x58\xf0\x00\x0f\x09\x16\xd8\x13\x1c\xf0\x00\x02\x0d\x31\xa5\x17\xa8\x16\xb0\x19\xd4\x21\x3b\xf0\x00\x02\x0d\x31\xdd\x10\x20\xa0\x16\xa8\x16\xaf\x1e\xa9\x1e\xb8\x17\xd8\x2b\x2f\xf0\x03\x01\x11\x31\xf4\x00\x01\x11\x31\xf0\x00\x01\x11\x31\xf0\x00\x01\x11\x31\xe5\x11\x18\x98\x16\xa0\x11\xd4\x11\x23\xf0\x00\x0b\x09\x16\xd8\x18\x1f\x9f\x0e\x99\x0e\xa0\x76\xa7\x7f\xa1\x7f\xb8\x01\xd4\x18\x3a\x88\x49\xf0\x02\x09\x0d\x16\xdd\x10\x29\xa8\x27\xb0\x39\xd4\x10\x3d\xd0\x10\x3d\xd0\x10\x3d\xf0\x12\x00\x0c\x12\x80\x4d\xf8\xf5\x11\x00\x14\x27\xf0\x00\x07\x0d\x16\xf0\x00\x07\x0d\x16\xf0\x00\x07\x0d\x16\xf0\x08\x00\x15\x18\x97\x48\x91\x48\xa0\x09\xd2\x14\x29\xf0\x00\x02\x11\x1d\xdd\x14\x17\x97\x4b\x91\x4b\x97\x4f\x91\x4f\xa0\x49\xad\x7e\xd4\x14\x3e\xf0\x03\x02\x11\x1d\xe0\x14\x1c\x90\x48\x90\x48\x90\x48\x91\x48\xd8\x10\x15\xf8\xf8\xf8\xf8\xf0\x0f\x07\x0d\x16\xf8\xf8\xf8",
   17226             : };
   17227             : static
   17228             :     struct {
   17229             :         PyObject_VAR_HEAD
   17230             :         Py_hash_t ob_shash;
   17231             :         char ob_sval[31];
   17232             :     }
   17233             : importlib__bootstrap_toplevel_consts_54_exceptiontable = {
   17234             :     .ob_base = {
   17235             :         .ob_base = {
   17236             :             .ob_refcnt = 999999999,
   17237             :             .ob_type = &PyBytes_Type,
   17238             :         },
   17239             :         .ob_size = 30,
   17240             :     },
   17241             :     .ob_shash = -1,
   17242             :     .ob_sval = "\xc2\x33\x0e\x43\x04\x02\xc3\x04\x0a\x44\x11\x05\xc3\x0e\x37\x44\x0c\x05\xc4\x0b\x01\x44\x0c\x05\xc4\x0c\x05\x44\x11\x05",
   17243             : };
   17244             : static
   17245             :     struct {
   17246             :         PyASCIIObject _ascii;
   17247             :         uint8_t _data[9];
   17248             :     }
   17249             : const_str_fromlist = {
   17250             :     ._ascii = {
   17251             :         .ob_base = {
   17252             :             .ob_refcnt = 999999999,
   17253             :             .ob_type = &PyUnicode_Type,
   17254             :         },
   17255             :         .length = 8,
   17256             :         .hash = -1,
   17257             :         .state = {
   17258             :             .kind = 1,
   17259             :             .compact = 1,
   17260             :             .ascii = 1,
   17261             :         },
   17262             :     },
   17263             :     ._data = "fromlist",
   17264             : };
   17265             : static
   17266             :     struct {
   17267             :         PyASCIIObject _ascii;
   17268             :         uint8_t _data[2];
   17269             :     }
   17270             : const_str_x = {
   17271             :     ._ascii = {
   17272             :         .ob_base = {
   17273             :             .ob_refcnt = 999999999,
   17274             :             .ob_type = &PyUnicode_Type,
   17275             :         },
   17276             :         .length = 1,
   17277             :         .hash = -1,
   17278             :         .state = {
   17279             :             .kind = 1,
   17280             :             .compact = 1,
   17281             :             .ascii = 1,
   17282             :         },
   17283             :     },
   17284             :     ._data = "x",
   17285             : };
   17286             : static
   17287             :     struct {
   17288             :         PyASCIIObject _ascii;
   17289             :         uint8_t _data[6];
   17290             :     }
   17291             : const_str_where = {
   17292             :     ._ascii = {
   17293             :         .ob_base = {
   17294             :             .ob_refcnt = 999999999,
   17295             :             .ob_type = &PyUnicode_Type,
   17296             :         },
   17297             :         .length = 5,
   17298             :         .hash = -1,
   17299             :         .state = {
   17300             :             .kind = 1,
   17301             :             .compact = 1,
   17302             :             .ascii = 1,
   17303             :         },
   17304             :     },
   17305             :     ._data = "where",
   17306             : };
   17307             : static
   17308             :     struct {
   17309             :         PyASCIIObject _ascii;
   17310             :         uint8_t _data[10];
   17311             :     }
   17312             : const_str_from_name = {
   17313             :     ._ascii = {
   17314             :         .ob_base = {
   17315             :             .ob_refcnt = 999999999,
   17316             :             .ob_type = &PyUnicode_Type,
   17317             :         },
   17318             :         .length = 9,
   17319             :         .hash = -1,
   17320             :         .state = {
   17321             :             .kind = 1,
   17322             :             .compact = 1,
   17323             :             .ascii = 1,
   17324             :         },
   17325             :     },
   17326             :     ._data = "from_name",
   17327             : };
   17328             : static
   17329             :     struct {
   17330             :         PyASCIIObject _ascii;
   17331             :         uint8_t _data[4];
   17332             :     }
   17333             : const_str_exc = {
   17334             :     ._ascii = {
   17335             :         .ob_base = {
   17336             :             .ob_refcnt = 999999999,
   17337             :             .ob_type = &PyUnicode_Type,
   17338             :         },
   17339             :         .length = 3,
   17340             :         .hash = -1,
   17341             :         .state = {
   17342             :             .kind = 1,
   17343             :             .compact = 1,
   17344             :             .ascii = 1,
   17345             :         },
   17346             :     },
   17347             :     ._data = "exc",
   17348             : };
   17349             : static
   17350             :     struct {
   17351             :         PyGC_Head _gc_head;
   17352             :         struct {
   17353             :             PyObject_VAR_HEAD
   17354             :             PyObject *ob_item[8];
   17355             :         }_object;
   17356             :     }
   17357             : importlib__bootstrap_toplevel_consts_54_localsplusnames = {
   17358             :     ._object = {
   17359             :         .ob_base = {
   17360             :             .ob_base = {
   17361             :                 .ob_refcnt = 999999999,
   17362             :                 .ob_type = &PyTuple_Type,
   17363             :             },
   17364             :             .ob_size = 8,
   17365             :         },
   17366             :         .ob_item = {
   17367             :             & const_str_module._ascii.ob_base,
   17368             :             & const_str_fromlist._ascii.ob_base,
   17369             :             & const_str_import_._ascii.ob_base,
   17370             :             & const_str_recursive._ascii.ob_base,
   17371             :             & const_str_x._ascii.ob_base,
   17372             :             & const_str_where._ascii.ob_base,
   17373             :             & const_str_from_name._ascii.ob_base,
   17374             :             & const_str_exc._ascii.ob_base,
   17375             :         },
   17376             :     },
   17377             : };
   17378             : static
   17379             :     struct _PyCode_DEF(552)
   17380             : importlib__bootstrap_toplevel_consts_54 = {
   17381             :     .ob_base = {
   17382             :         .ob_base = {
   17383             :             .ob_refcnt = 999999999,
   17384             :             .ob_type = &PyCode_Type,
   17385             :         },
   17386             :         .ob_size = 276,
   17387             :     },
   17388             :     .co_consts = & importlib__bootstrap_toplevel_consts_54_consts._object.ob_base.ob_base,
   17389             :     .co_names = & importlib__bootstrap_toplevel_consts_54_names._object.ob_base.ob_base,
   17390             :     .co_exceptiontable = & importlib__bootstrap_toplevel_consts_54_exceptiontable.ob_base.ob_base,
   17391             :     .co_flags = 3,
   17392             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   17393             :     ._co_linearray_entry_size = 0,
   17394             :     .co_argcount = 3,
   17395             :     .co_posonlyargcount = 0,
   17396             :     .co_kwonlyargcount = 1,
   17397             :     .co_framesize = 17 + FRAME_SPECIALS_SIZE,
   17398             :     .co_stacksize = 9,
   17399             :     .co_firstlineno = 1209,
   17400             :     .co_nlocalsplus = 8,
   17401             :     .co_nlocals = 8,
   17402             :     .co_nplaincellvars = 0,
   17403             :     .co_ncellvars = 0,
   17404             :     .co_nfreevars = 0,
   17405             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_54_localsplusnames._object.ob_base.ob_base,
   17406             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
   17407             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   17408             :     .co_name = &_Py_ID(_handle_fromlist),
   17409             :     .co_qualname = &_Py_ID(_handle_fromlist),
   17410             :     .co_linetable = & importlib__bootstrap_toplevel_consts_54_linetable.ob_base.ob_base,
   17411             :     ._co_code = NULL,
   17412             :     ._co_linearray = NULL,
   17413             :     .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x5d\xbd\x00\x00\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x3c\x7c\x03\x72\x10\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x05\x6e\x02\x64\x02\x7d\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x05\x9b\x00\x64\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x64\x05\x6b\x02\x00\x00\x00\x00\x72\x2c\x7c\x03\xb0\x5a\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x68\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x07\xac\x08\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x84\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xb0\x92\x64\x09\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xbf\x7c\x00\x53\x00\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x43\x7d\x07\x7c\x07\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6b\x02\x00\x00\x00\x00\x72\x2d\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x81\x06\x59\x00\x64\x0a\x7d\x07\x7e\x07\x3e\x01\x8c\x08\x82\x00\x64\x0a\x7d\x07\x7e\x07\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
   17414             :     ._co_firsttraceable = 0,
   17415             : };
   17416             : static
   17417             :     struct {
   17418             :         PyASCIIObject _ascii;
   17419             :         uint8_t _data[168];
   17420             :     }
   17421             : importlib__bootstrap_toplevel_consts_55_consts_0 = {
   17422             :     ._ascii = {
   17423             :         .ob_base = {
   17424             :             .ob_refcnt = 999999999,
   17425             :             .ob_type = &PyUnicode_Type,
   17426             :         },
   17427             :         .length = 167,
   17428             :         .hash = -1,
   17429             :         .state = {
   17430             :             .kind = 1,
   17431             :             .compact = 1,
   17432             :             .ascii = 1,
   17433             :         },
   17434             :     },
   17435             :     ._data = "\x43\x61\x6c\x63\x75\x6c\x61\x74\x65\x20\x77\x68\x61\x74\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x2e\x0a\x0a\x20\x20\x20\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x20\x69\x73\x20\x6e\x6f\x74\x20\x67\x75\x61\x72\x61\x6e\x74\x65\x65\x64\x20\x74\x6f\x20\x62\x65\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x6f\x72\x20\x63\x6f\x75\x6c\x64\x20\x62\x65\x20\x73\x65\x74\x20\x74\x6f\x20\x4e\x6f\x6e\x65\x0a\x20\x20\x20\x20\x74\x6f\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x20\x74\x68\x61\x74\x20\x69\x74\x73\x20\x70\x72\x6f\x70\x65\x72\x20\x76\x61\x6c\x75\x65\x20\x69\x73\x20\x75\x6e\x6b\x6e\x6f\x77\x6e\x2e\x0a\x0a\x20\x20\x20\x20",
   17436             : };
   17437             : static
   17438             :     struct {
   17439             :         PyASCIIObject _ascii;
   17440             :         uint8_t _data[33];
   17441             :     }
   17442             : importlib__bootstrap_toplevel_consts_55_consts_4 = {
   17443             :     ._ascii = {
   17444             :         .ob_base = {
   17445             :             .ob_refcnt = 999999999,
   17446             :             .ob_type = &PyUnicode_Type,
   17447             :         },
   17448             :         .length = 32,
   17449             :         .hash = -1,
   17450             :         .state = {
   17451             :             .kind = 1,
   17452             :             .compact = 1,
   17453             :             .ascii = 1,
   17454             :         },
   17455             :     },
   17456             :     ._data = "__package__ != __spec__.parent (",
   17457             : };
   17458             : static
   17459             :     struct {
   17460             :         PyASCIIObject _ascii;
   17461             :         uint8_t _data[5];
   17462             :     }
   17463             : importlib__bootstrap_toplevel_consts_55_consts_5 = {
   17464             :     ._ascii = {
   17465             :         .ob_base = {
   17466             :             .ob_refcnt = 999999999,
   17467             :             .ob_type = &PyUnicode_Type,
   17468             :         },
   17469             :         .length = 4,
   17470             :         .hash = -1,
   17471             :         .state = {
   17472             :             .kind = 1,
   17473             :             .compact = 1,
   17474             :             .ascii = 1,
   17475             :         },
   17476             :     },
   17477             :     ._data = " != ",
   17478             : };
   17479             : static
   17480             :     struct {
   17481             :         PyASCIIObject _ascii;
   17482             :         uint8_t _data[2];
   17483             :     }
   17484             : importlib__bootstrap_toplevel_consts_55_consts_6 = {
   17485             :     ._ascii = {
   17486             :         .ob_base = {
   17487             :             .ob_refcnt = 999999999,
   17488             :             .ob_type = &PyUnicode_Type,
   17489             :         },
   17490             :         .length = 1,
   17491             :         .hash = -1,
   17492             :         .state = {
   17493             :             .kind = 1,
   17494             :             .compact = 1,
   17495             :             .ascii = 1,
   17496             :         },
   17497             :     },
   17498             :     ._data = ")",
   17499             : };
   17500             : static
   17501             :     struct {
   17502             :         PyASCIIObject _ascii;
   17503             :         uint8_t _data[11];
   17504             :     }
   17505             : const_str_stacklevel = {
   17506             :     ._ascii = {
   17507             :         .ob_base = {
   17508             :             .ob_refcnt = 999999999,
   17509             :             .ob_type = &PyUnicode_Type,
   17510             :         },
   17511             :         .length = 10,
   17512             :         .hash = -1,
   17513             :         .state = {
   17514             :             .kind = 1,
   17515             :             .compact = 1,
   17516             :             .ascii = 1,
   17517             :         },
   17518             :     },
   17519             :     ._data = "stacklevel",
   17520             : };
   17521             : static
   17522             :     struct {
   17523             :         PyGC_Head _gc_head;
   17524             :         struct {
   17525             :             PyObject_VAR_HEAD
   17526             :             PyObject *ob_item[1];
   17527             :         }_object;
   17528             :     }
   17529             : importlib__bootstrap_toplevel_consts_55_consts_8 = {
   17530             :     ._object = {
   17531             :         .ob_base = {
   17532             :             .ob_base = {
   17533             :                 .ob_refcnt = 999999999,
   17534             :                 .ob_type = &PyTuple_Type,
   17535             :             },
   17536             :             .ob_size = 1,
   17537             :         },
   17538             :         .ob_item = {
   17539             :             & const_str_stacklevel._ascii.ob_base,
   17540             :         },
   17541             :     },
   17542             : };
   17543             : static
   17544             :     struct {
   17545             :         PyASCIIObject _ascii;
   17546             :         uint8_t _data[90];
   17547             :     }
   17548             : importlib__bootstrap_toplevel_consts_55_consts_9 = {
   17549             :     ._ascii = {
   17550             :         .ob_base = {
   17551             :             .ob_refcnt = 999999999,
   17552             :             .ob_type = &PyUnicode_Type,
   17553             :         },
   17554             :         .length = 89,
   17555             :         .hash = -1,
   17556             :         .state = {
   17557             :             .kind = 1,
   17558             :             .compact = 1,
   17559             :             .ascii = 1,
   17560             :         },
   17561             :     },
   17562             :     ._data = "can't resolve package from __spec__ or __package__, falling back on __name__ and __path__",
   17563             : };
   17564             : static
   17565             :     struct {
   17566             :         PyGC_Head _gc_head;
   17567             :         struct {
   17568             :             PyObject_VAR_HEAD
   17569             :             PyObject *ob_item[14];
   17570             :         }_object;
   17571             :     }
   17572             : importlib__bootstrap_toplevel_consts_55_consts = {
   17573             :     ._object = {
   17574             :         .ob_base = {
   17575             :             .ob_base = {
   17576             :                 .ob_refcnt = 999999999,
   17577             :                 .ob_type = &PyTuple_Type,
   17578             :             },
   17579             :             .ob_size = 14,
   17580             :         },
   17581             :         .ob_item = {
   17582             :             & importlib__bootstrap_toplevel_consts_55_consts_0._ascii.ob_base,
   17583             :             &_Py_ID(__package__),
   17584             :             &_Py_ID(__spec__),
   17585             :             Py_None,
   17586             :             & importlib__bootstrap_toplevel_consts_55_consts_4._ascii.ob_base,
   17587             :             & importlib__bootstrap_toplevel_consts_55_consts_5._ascii.ob_base,
   17588             :             & importlib__bootstrap_toplevel_consts_55_consts_6._ascii.ob_base,
   17589             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
   17590             :             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
   17591             :             & importlib__bootstrap_toplevel_consts_55_consts_9._ascii.ob_base,
   17592             :             &_Py_ID(__name__),
   17593             :             &_Py_ID(__path__),
   17594             :             &_Py_STR(dot),
   17595             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   17596             :         },
   17597             :     },
   17598             : };
   17599             : static
   17600             :     struct {
   17601             :         PyGC_Head _gc_head;
   17602             :         struct {
   17603             :             PyObject_VAR_HEAD
   17604             :             PyObject *ob_item[6];
   17605             :         }_object;
   17606             :     }
   17607             : importlib__bootstrap_toplevel_consts_55_names = {
   17608             :     ._object = {
   17609             :         .ob_base = {
   17610             :             .ob_base = {
   17611             :                 .ob_refcnt = 999999999,
   17612             :                 .ob_type = &PyTuple_Type,
   17613             :             },
   17614             :             .ob_size = 6,
   17615             :         },
   17616             :         .ob_item = {
   17617             :             &_Py_ID(get),
   17618             :             &_Py_ID(parent),
   17619             :             & const_str__warnings._ascii.ob_base,
   17620             :             & const_str_warn._ascii.ob_base,
   17621             :             & const_str_ImportWarning._ascii.ob_base,
   17622             :             & const_str_rpartition._ascii.ob_base,
   17623             :         },
   17624             :     },
   17625             : };
   17626             : static
   17627             :     struct {
   17628             :         PyASCIIObject _ascii;
   17629             :         uint8_t _data[18];
   17630             :     }
   17631             : const_str__calc___package__ = {
   17632             :     ._ascii = {
   17633             :         .ob_base = {
   17634             :             .ob_refcnt = 999999999,
   17635             :             .ob_type = &PyUnicode_Type,
   17636             :         },
   17637             :         .length = 17,
   17638             :         .hash = -1,
   17639             :         .state = {
   17640             :             .kind = 1,
   17641             :             .compact = 1,
   17642             :             .ascii = 1,
   17643             :         },
   17644             :     },
   17645             :     ._data = "_calc___package__",
   17646             : };
   17647             : static
   17648             :     struct {
   17649             :         PyObject_VAR_HEAD
   17650             :         Py_hash_t ob_shash;
   17651             :         char ob_sval[240];
   17652             :     }
   17653             : importlib__bootstrap_toplevel_consts_55_linetable = {
   17654             :     .ob_base = {
   17655             :         .ob_base = {
   17656             :             .ob_refcnt = 999999999,
   17657             :             .ob_type = &PyBytes_Type,
   17658             :         },
   17659             :         .ob_size = 239,
   17660             :     },
   17661             :     .ob_shash = -1,
   17662             :     .ob_sval = "\x80\x00\xf0\x0e\x00\x0f\x16\x8f\x6b\x89\x6b\x98\x2d\xd4\x0e\x28\x80\x47\xd8\x0b\x12\x8f\x3b\x89\x3b\x90\x7a\xd4\x0b\x22\x80\x44\xd8\x07\x0e\xf0\x00\x0e\x05\x31\xd8\x0b\x0f\xf0\x00\x03\x09\x38\xa0\x07\xa8\x34\xaf\x3b\xa9\x3b\xd2\x20\x36\xf0\x00\x03\x09\x38\xdd\x0c\x15\x8f\x4e\x89\x4e\xf0\x00\x01\x1c\x3f\xd8\x1f\x26\xf0\x03\x01\x1c\x3f\xf0\x00\x01\x1c\x3f\xd8\x2e\x32\xaf\x6b\xa9\x6b\xf0\x03\x01\x1c\x3f\xf0\x00\x01\x1c\x3f\xf0\x00\x01\x1c\x3f\xe5\x1b\x28\xb0\x51\xf0\x05\x00\x0d\x1b\xf4\x00\x02\x0d\x38\xf0\x00\x02\x0d\x38\xf0\x06\x00\x10\x17\x88\x0e\xd8\x09\x0d\xf0\x00\x08\x05\x31\xd8\x0f\x13\x8f\x7b\x89\x7b\xd0\x08\x1a\xe5\x08\x11\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x3f\xe5\x17\x24\xb0\x11\xf0\x05\x00\x09\x17\xf4\x00\x02\x09\x34\xf0\x00\x02\x09\x34\xf0\x06\x00\x13\x1a\x98\x2a\xd4\x12\x25\x88\x07\xd8\x0b\x15\x98\x57\xd0\x0b\x24\xf0\x00\x01\x09\x31\xd8\x16\x1d\xd7\x16\x28\xd1\x16\x28\xa8\x13\xd4\x16\x2d\xa8\x61\xd4\x16\x30\x88\x47\xd8\x0b\x12\x80\x4e",
   17663             : };
   17664             : static
   17665             :     struct {
   17666             :         PyASCIIObject _ascii;
   17667             :         uint8_t _data[8];
   17668             :     }
   17669             : const_str_globals = {
   17670             :     ._ascii = {
   17671             :         .ob_base = {
   17672             :             .ob_refcnt = 999999999,
   17673             :             .ob_type = &PyUnicode_Type,
   17674             :         },
   17675             :         .length = 7,
   17676             :         .hash = -1,
   17677             :         .state = {
   17678             :             .kind = 1,
   17679             :             .compact = 1,
   17680             :             .ascii = 1,
   17681             :         },
   17682             :     },
   17683             :     ._data = "globals",
   17684             : };
   17685             : static
   17686             :     struct {
   17687             :         PyGC_Head _gc_head;
   17688             :         struct {
   17689             :             PyObject_VAR_HEAD
   17690             :             PyObject *ob_item[3];
   17691             :         }_object;
   17692             :     }
   17693             : importlib__bootstrap_toplevel_consts_55_localsplusnames = {
   17694             :     ._object = {
   17695             :         .ob_base = {
   17696             :             .ob_base = {
   17697             :                 .ob_refcnt = 999999999,
   17698             :                 .ob_type = &PyTuple_Type,
   17699             :             },
   17700             :             .ob_size = 3,
   17701             :         },
   17702             :         .ob_item = {
   17703             :             & const_str_globals._ascii.ob_base,
   17704             :             & const_str_package._ascii.ob_base,
   17705             :             & const_str_spec._ascii.ob_base,
   17706             :         },
   17707             :     },
   17708             : };
   17709             : static
   17710             :     struct _PyCode_DEF(380)
   17711             : importlib__bootstrap_toplevel_consts_55 = {
   17712             :     .ob_base = {
   17713             :         .ob_base = {
   17714             :             .ob_refcnt = 999999999,
   17715             :             .ob_type = &PyCode_Type,
   17716             :         },
   17717             :         .ob_size = 190,
   17718             :     },
   17719             :     .co_consts = & importlib__bootstrap_toplevel_consts_55_consts._object.ob_base.ob_base,
   17720             :     .co_names = & importlib__bootstrap_toplevel_consts_55_names._object.ob_base.ob_base,
   17721             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   17722             :     .co_flags = 3,
   17723             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   17724             :     ._co_linearray_entry_size = 0,
   17725             :     .co_argcount = 1,
   17726             :     .co_posonlyargcount = 0,
   17727             :     .co_kwonlyargcount = 0,
   17728             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   17729             :     .co_stacksize = 7,
   17730             :     .co_firstlineno = 1246,
   17731             :     .co_nlocalsplus = 3,
   17732             :     .co_nlocals = 3,
   17733             :     .co_nplaincellvars = 0,
   17734             :     .co_ncellvars = 0,
   17735             :     .co_nfreevars = 0,
   17736             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_55_localsplusnames._object.ob_base.ob_base,
   17737             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   17738             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   17739             :     .co_name = & const_str__calc___package__._ascii.ob_base,
   17740             :     .co_qualname = & const_str__calc___package__._ascii.ob_base,
   17741             :     .co_linetable = & importlib__bootstrap_toplevel_consts_55_linetable.ob_base.ob_base,
   17742             :     ._co_code = NULL,
   17743             :     ._co_linearray = NULL,
   17744             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x81\x44\x7c\x02\x81\x40\x7c\x01\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x30\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x01\x9b\x02\x64\x05\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x64\x06\x9d\x05\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xac\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00\x7c\x02\x81\x0c\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xac\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x64\x0a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x0b\x7c\x00\x76\x01\x72\x18\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
   17745             :     ._co_firsttraceable = 0,
   17746             : };
   17747             : static
   17748             :     struct {
   17749             :         PyASCIIObject _ascii;
   17750             :         uint8_t _data[472];
   17751             :     }
   17752             : importlib__bootstrap_toplevel_consts_57_consts_0 = {
   17753             :     ._ascii = {
   17754             :         .ob_base = {
   17755             :             .ob_refcnt = 999999999,
   17756             :             .ob_type = &PyUnicode_Type,
   17757             :         },
   17758             :         .length = 471,
   17759             :         .hash = -1,
   17760             :         .state = {
   17761             :             .kind = 1,
   17762             :             .compact = 1,
   17763             :             .ascii = 1,
   17764             :         },
   17765             :     },
   17766             :     ._data = "\x49\x6d\x70\x6f\x72\x74\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x27\x67\x6c\x6f\x62\x61\x6c\x73\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x69\x6e\x66\x65\x72\x20\x77\x68\x65\x72\x65\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x20\x69\x73\x20\x6f\x63\x63\x75\x72\x72\x69\x6e\x67\x20\x66\x72\x6f\x6d\x0a\x20\x20\x20\x20\x74\x6f\x20\x68\x61\x6e\x64\x6c\x65\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x69\x6d\x70\x6f\x72\x74\x73\x2e\x20\x54\x68\x65\x20\x27\x6c\x6f\x63\x61\x6c\x73\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x20\x69\x67\x6e\x6f\x72\x65\x64\x2e\x20\x54\x68\x65\x0a\x20\x20\x20\x20\x27\x66\x72\x6f\x6d\x6c\x69\x73\x74\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x73\x20\x77\x68\x61\x74\x20\x73\x68\x6f\x75\x6c\x64\x20\x65\x78\x69\x73\x74\x20\x61\x73\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73\x20\x6f\x6e\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x0a\x20\x20\x20\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x20\x28\x65\x2e\x67\x2e\x20\x60\x60\x66\x72\x6f\x6d\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x6d\x70\x6f\x72\x74\x20\x3c\x66\x72\x6f\x6d\x6c\x69\x73\x74\x3e\x60\x60\x29\x2e\x20\x20\x54\x68\x65\x20\x27\x6c\x65\x76\x65\x6c\x27\x0a\x20\x20\x20\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x73\x20\x74\x68\x65\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x20\x74\x6f\x20\x69\x6d\x70\x6f\x72\x74\x20\x66\x72\x6f\x6d\x20\x69\x6e\x20\x61\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x28\x65\x2e\x67\x2e\x20\x60\x60\x66\x72\x6f\x6d\x20\x2e\x2e\x70\x6b\x67\x20\x69\x6d\x70\x6f\x72\x74\x20\x6d\x6f\x64\x60\x60\x20\x77\x6f\x75\x6c\x64\x20\x68\x61\x76\x65\x20\x61\x20\x27\x6c\x65\x76\x65\x6c\x27\x20\x6f\x66\x20\x32\x29\x2e\x0a\x0a\x20\x20\x20\x20",
   17767             : };
   17768             : static
   17769             :     struct {
   17770             :         PyGC_Head _gc_head;
   17771             :         struct {
   17772             :             PyObject_VAR_HEAD
   17773             :             PyObject *ob_item[5];
   17774             :         }_object;
   17775             :     }
   17776             : importlib__bootstrap_toplevel_consts_57_consts = {
   17777             :     ._object = {
   17778             :         .ob_base = {
   17779             :             .ob_base = {
   17780             :                 .ob_refcnt = 999999999,
   17781             :                 .ob_type = &PyTuple_Type,
   17782             :             },
   17783             :             .ob_size = 5,
   17784             :         },
   17785             :         .ob_item = {
   17786             :             & importlib__bootstrap_toplevel_consts_57_consts_0._ascii.ob_base,
   17787             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   17788             :             Py_None,
   17789             :             &_Py_STR(dot),
   17790             :             &_Py_ID(__path__),
   17791             :         },
   17792             :     },
   17793             : };
   17794             : static
   17795             :     struct {
   17796             :         PyASCIIObject _ascii;
   17797             :         uint8_t _data[10];
   17798             :     }
   17799             : const_str_partition = {
   17800             :     ._ascii = {
   17801             :         .ob_base = {
   17802             :             .ob_refcnt = 999999999,
   17803             :             .ob_type = &PyUnicode_Type,
   17804             :         },
   17805             :         .length = 9,
   17806             :         .hash = -1,
   17807             :         .state = {
   17808             :             .kind = 1,
   17809             :             .compact = 1,
   17810             :             .ascii = 1,
   17811             :         },
   17812             :     },
   17813             :     ._data = "partition",
   17814             : };
   17815             : static
   17816             :     struct {
   17817             :         PyGC_Head _gc_head;
   17818             :         struct {
   17819             :             PyObject_VAR_HEAD
   17820             :             PyObject *ob_item[9];
   17821             :         }_object;
   17822             :     }
   17823             : importlib__bootstrap_toplevel_consts_57_names = {
   17824             :     ._object = {
   17825             :         .ob_base = {
   17826             :             .ob_base = {
   17827             :                 .ob_refcnt = 999999999,
   17828             :                 .ob_type = &PyTuple_Type,
   17829             :             },
   17830             :             .ob_size = 9,
   17831             :         },
   17832             :         .ob_item = {
   17833             :             & const_str__gcd_import._ascii.ob_base,
   17834             :             & const_str__calc___package__._ascii.ob_base,
   17835             :             & const_str_partition._ascii.ob_base,
   17836             :             &_Py_ID(len),
   17837             :             & const_str_sys._ascii.ob_base,
   17838             :             &_Py_ID(modules),
   17839             :             &_Py_ID(__name__),
   17840             :             & const_str_hasattr._ascii.ob_base,
   17841             :             &_Py_ID(_handle_fromlist),
   17842             :         },
   17843             :     },
   17844             : };
   17845             : static
   17846             :     struct {
   17847             :         PyObject_VAR_HEAD
   17848             :         Py_hash_t ob_shash;
   17849             :         char ob_sval[242];
   17850             :     }
   17851             : importlib__bootstrap_toplevel_consts_57_linetable = {
   17852             :     .ob_base = {
   17853             :         .ob_base = {
   17854             :             .ob_refcnt = 999999999,
   17855             :             .ob_type = &PyBytes_Type,
   17856             :         },
   17857             :         .ob_size = 241,
   17858             :     },
   17859             :     .ob_shash = -1,
   17860             :     .ob_sval = "\x80\x00\xf0\x16\x00\x08\x0d\x90\x01\x82\x7a\xf0\x00\x05\x05\x33\xdd\x11\x1c\x98\x54\xd4\x11\x22\x88\x06\x88\x06\xe0\x1e\x25\xd0\x13\x39\x90\x37\x90\x37\xb0\x72\x88\x08\xdd\x12\x23\xa0\x48\xd4\x12\x2d\x88\x07\xdd\x11\x1c\x98\x54\xa0\x37\xa8\x45\xd4\x11\x32\x88\x06\xd8\x0b\x13\xf0\x00\x11\x05\x16\xf0\x06\x00\x0c\x11\x90\x41\x8a\x3a\xf0\x00\x0a\x09\x4f\x01\xdd\x13\x1e\x98\x74\x9f\x7e\x99\x7e\xa8\x63\xd4\x1f\x32\xb0\x31\xd4\x1f\x35\xd4\x13\x36\xd0\x0c\x36\xd8\x11\x15\xf0\x00\x08\x09\x4f\x01\xd8\x13\x19\x88\x4d\xf5\x08\x00\x17\x1a\x98\x24\x94\x69\xa5\x23\xa0\x64\xa7\x6e\xa1\x6e\xb0\x53\xd4\x26\x39\xb8\x21\xd4\x26\x3c\xd4\x22\x3d\xd1\x16\x3d\x88\x47\xf5\x06\x00\x14\x17\x97\x3b\x91\x3b\x98\x76\x9f\x7f\x99\x7f\xd0\x1f\x4d\xb5\x03\xb0\x46\xb7\x4f\xb1\x4f\xd4\x30\x44\xc0\x57\xd1\x30\x4c\xd0\x1f\x4d\xd4\x13\x4e\xd0\x0c\x4e\xdd\x09\x10\x90\x16\x98\x1a\xd4\x09\x24\xf0\x00\x03\x05\x16\xdd\x0f\x1f\xa0\x06\xa8\x08\xb5\x2b\xd4\x0f\x3e\xd0\x08\x3e\xe0\x0f\x15\x88\x0d",
   17861             : };
   17862             : static
   17863             :     struct {
   17864             :         PyASCIIObject _ascii;
   17865             :         uint8_t _data[7];
   17866             :     }
   17867             : const_str_locals = {
   17868             :     ._ascii = {
   17869             :         .ob_base = {
   17870             :             .ob_refcnt = 999999999,
   17871             :             .ob_type = &PyUnicode_Type,
   17872             :         },
   17873             :         .length = 6,
   17874             :         .hash = -1,
   17875             :         .state = {
   17876             :             .kind = 1,
   17877             :             .compact = 1,
   17878             :             .ascii = 1,
   17879             :         },
   17880             :     },
   17881             :     ._data = "locals",
   17882             : };
   17883             : static
   17884             :     struct {
   17885             :         PyASCIIObject _ascii;
   17886             :         uint8_t _data[9];
   17887             :     }
   17888             : const_str_globals_ = {
   17889             :     ._ascii = {
   17890             :         .ob_base = {
   17891             :             .ob_refcnt = 999999999,
   17892             :             .ob_type = &PyUnicode_Type,
   17893             :         },
   17894             :         .length = 8,
   17895             :         .hash = -1,
   17896             :         .state = {
   17897             :             .kind = 1,
   17898             :             .compact = 1,
   17899             :             .ascii = 1,
   17900             :         },
   17901             :     },
   17902             :     ._data = "globals_",
   17903             : };
   17904             : static
   17905             :     struct {
   17906             :         PyASCIIObject _ascii;
   17907             :         uint8_t _data[8];
   17908             :     }
   17909             : const_str_cut_off = {
   17910             :     ._ascii = {
   17911             :         .ob_base = {
   17912             :             .ob_refcnt = 999999999,
   17913             :             .ob_type = &PyUnicode_Type,
   17914             :         },
   17915             :         .length = 7,
   17916             :         .hash = -1,
   17917             :         .state = {
   17918             :             .kind = 1,
   17919             :             .compact = 1,
   17920             :             .ascii = 1,
   17921             :         },
   17922             :     },
   17923             :     ._data = "cut_off",
   17924             : };
   17925             : static
   17926             :     struct {
   17927             :         PyGC_Head _gc_head;
   17928             :         struct {
   17929             :             PyObject_VAR_HEAD
   17930             :             PyObject *ob_item[9];
   17931             :         }_object;
   17932             :     }
   17933             : importlib__bootstrap_toplevel_consts_57_localsplusnames = {
   17934             :     ._object = {
   17935             :         .ob_base = {
   17936             :             .ob_base = {
   17937             :                 .ob_refcnt = 999999999,
   17938             :                 .ob_type = &PyTuple_Type,
   17939             :             },
   17940             :             .ob_size = 9,
   17941             :         },
   17942             :         .ob_item = {
   17943             :             &_Py_ID(name),
   17944             :             & const_str_globals._ascii.ob_base,
   17945             :             & const_str_locals._ascii.ob_base,
   17946             :             & const_str_fromlist._ascii.ob_base,
   17947             :             & const_str_level._ascii.ob_base,
   17948             :             & const_str_module._ascii.ob_base,
   17949             :             & const_str_globals_._ascii.ob_base,
   17950             :             & const_str_package._ascii.ob_base,
   17951             :             & const_str_cut_off._ascii.ob_base,
   17952             :         },
   17953             :     },
   17954             : };
   17955             : static
   17956             :     struct {
   17957             :         PyObject_VAR_HEAD
   17958             :         Py_hash_t ob_shash;
   17959             :         char ob_sval[10];
   17960             :     }
   17961             : importlib__bootstrap_toplevel_consts_57_localspluskinds = {
   17962             :     .ob_base = {
   17963             :         .ob_base = {
   17964             :             .ob_refcnt = 999999999,
   17965             :             .ob_type = &PyBytes_Type,
   17966             :         },
   17967             :         .ob_size = 9,
   17968             :     },
   17969             :     .ob_shash = -1,
   17970             :     .ob_sval = "         ",
   17971             : };
   17972             : static
   17973             :     struct _PyCode_DEF(494)
   17974             : importlib__bootstrap_toplevel_consts_57 = {
   17975             :     .ob_base = {
   17976             :         .ob_base = {
   17977             :             .ob_refcnt = 999999999,
   17978             :             .ob_type = &PyCode_Type,
   17979             :         },
   17980             :         .ob_size = 247,
   17981             :     },
   17982             :     .co_consts = & importlib__bootstrap_toplevel_consts_57_consts._object.ob_base.ob_base,
   17983             :     .co_names = & importlib__bootstrap_toplevel_consts_57_names._object.ob_base.ob_base,
   17984             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   17985             :     .co_flags = 3,
   17986             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   17987             :     ._co_linearray_entry_size = 0,
   17988             :     .co_argcount = 5,
   17989             :     .co_posonlyargcount = 0,
   17990             :     .co_kwonlyargcount = 0,
   17991             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   17992             :     .co_stacksize = 6,
   17993             :     .co_firstlineno = 1273,
   17994             :     .co_nlocalsplus = 9,
   17995             :     .co_nlocals = 9,
   17996             :     .co_nplaincellvars = 0,
   17997             :     .co_ncellvars = 0,
   17998             :     .co_nfreevars = 0,
   17999             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_57_localsplusnames._object.ob_base.ob_base,
   18000             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
   18001             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   18002             :     .co_name = &_Py_ID(__import__),
   18003             :     .co_qualname = &_Py_ID(__import__),
   18004             :     .co_linetable = & importlib__bootstrap_toplevel_consts_57_linetable.ob_base.ob_base,
   18005             :     ._co_code = NULL,
   18006             :     ._co_linearray = NULL,
   18007             :     .co_code_adaptive = "\x97\x00\x7c\x04\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x0e\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x22\x7c\x01\x81\x02\x7c\x01\x6e\x01\x69\x00\x7d\x06\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x07\x7c\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x03\x73\x9a\x7c\x04\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x23\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x73\x02\x7c\x05\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x7d\x08\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7a\x0a\x00\x00\x1a\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x05\x53\x00",
   18008             :     ._co_firsttraceable = 0,
   18009             : };
   18010             : static
   18011             :     struct {
   18012             :         PyASCIIObject _ascii;
   18013             :         uint8_t _data[26];
   18014             :     }
   18015             : importlib__bootstrap_toplevel_consts_58_consts_1 = {
   18016             :     ._ascii = {
   18017             :         .ob_base = {
   18018             :             .ob_refcnt = 999999999,
   18019             :             .ob_type = &PyUnicode_Type,
   18020             :         },
   18021             :         .length = 25,
   18022             :         .hash = -1,
   18023             :         .state = {
   18024             :             .kind = 1,
   18025             :             .compact = 1,
   18026             :             .ascii = 1,
   18027             :         },
   18028             :     },
   18029             :     ._data = "no built-in module named ",
   18030             : };
   18031             : static
   18032             :     struct {
   18033             :         PyGC_Head _gc_head;
   18034             :         struct {
   18035             :             PyObject_VAR_HEAD
   18036             :             PyObject *ob_item[2];
   18037             :         }_object;
   18038             :     }
   18039             : importlib__bootstrap_toplevel_consts_58_consts = {
   18040             :     ._object = {
   18041             :         .ob_base = {
   18042             :             .ob_base = {
   18043             :                 .ob_refcnt = 999999999,
   18044             :                 .ob_type = &PyTuple_Type,
   18045             :             },
   18046             :             .ob_size = 2,
   18047             :         },
   18048             :         .ob_item = {
   18049             :             Py_None,
   18050             :             & importlib__bootstrap_toplevel_consts_58_consts_1._ascii.ob_base,
   18051             :         },
   18052             :     },
   18053             : };
   18054             : static
   18055             :     struct {
   18056             :         PyGC_Head _gc_head;
   18057             :         struct {
   18058             :             PyObject_VAR_HEAD
   18059             :             PyObject *ob_item[4];
   18060             :         }_object;
   18061             :     }
   18062             : importlib__bootstrap_toplevel_consts_58_names = {
   18063             :     ._object = {
   18064             :         .ob_base = {
   18065             :             .ob_base = {
   18066             :                 .ob_refcnt = 999999999,
   18067             :                 .ob_type = &PyTuple_Type,
   18068             :             },
   18069             :             .ob_size = 4,
   18070             :         },
   18071             :         .ob_item = {
   18072             :             & const_str_BuiltinImporter._ascii.ob_base,
   18073             :             & const_str_find_spec._ascii.ob_base,
   18074             :             & const_str_ImportError._ascii.ob_base,
   18075             :             & const_str__load_unlocked._ascii.ob_base,
   18076             :         },
   18077             :     },
   18078             : };
   18079             : static
   18080             :     struct {
   18081             :         PyASCIIObject _ascii;
   18082             :         uint8_t _data[19];
   18083             :     }
   18084             : const_str__builtin_from_name = {
   18085             :     ._ascii = {
   18086             :         .ob_base = {
   18087             :             .ob_refcnt = 999999999,
   18088             :             .ob_type = &PyUnicode_Type,
   18089             :         },
   18090             :         .length = 18,
   18091             :         .hash = -1,
   18092             :         .state = {
   18093             :             .kind = 1,
   18094             :             .compact = 1,
   18095             :             .ascii = 1,
   18096             :         },
   18097             :     },
   18098             :     ._data = "_builtin_from_name",
   18099             : };
   18100             : static
   18101             :     struct {
   18102             :         PyObject_VAR_HEAD
   18103             :         Py_hash_t ob_shash;
   18104             :         char ob_sval[55];
   18105             :     }
   18106             : importlib__bootstrap_toplevel_consts_58_linetable = {
   18107             :     .ob_base = {
   18108             :         .ob_base = {
   18109             :             .ob_refcnt = 999999999,
   18110             :             .ob_type = &PyBytes_Type,
   18111             :         },
   18112             :         .ob_size = 54,
   18113             :     },
   18114             :     .ob_shash = -1,
   18115             :     .ob_sval = "\x80\x00\xdd\x0b\x1a\xd7\x0b\x24\xd1\x0b\x24\xa0\x54\xd4\x0b\x2a\x80\x44\xd8\x07\x0b\xf0\x00\x01\x05\x3e\xdd\x0e\x19\xd0\x1a\x35\xb8\x04\xd1\x1a\x3c\xd4\x0e\x3d\xd0\x08\x3d\xdd\x0b\x19\x98\x24\xd4\x0b\x1f\xd0\x04\x1f",
   18116             : };
   18117             : static
   18118             :     struct {
   18119             :         PyGC_Head _gc_head;
   18120             :         struct {
   18121             :             PyObject_VAR_HEAD
   18122             :             PyObject *ob_item[2];
   18123             :         }_object;
   18124             :     }
   18125             : importlib__bootstrap_toplevel_consts_58_localsplusnames = {
   18126             :     ._object = {
   18127             :         .ob_base = {
   18128             :             .ob_base = {
   18129             :                 .ob_refcnt = 999999999,
   18130             :                 .ob_type = &PyTuple_Type,
   18131             :             },
   18132             :             .ob_size = 2,
   18133             :         },
   18134             :         .ob_item = {
   18135             :             &_Py_ID(name),
   18136             :             & const_str_spec._ascii.ob_base,
   18137             :         },
   18138             :     },
   18139             : };
   18140             : static
   18141             :     struct _PyCode_DEF(110)
   18142             : importlib__bootstrap_toplevel_consts_58 = {
   18143             :     .ob_base = {
   18144             :         .ob_base = {
   18145             :             .ob_refcnt = 999999999,
   18146             :             .ob_type = &PyCode_Type,
   18147             :         },
   18148             :         .ob_size = 55,
   18149             :     },
   18150             :     .co_consts = & importlib__bootstrap_toplevel_consts_58_consts._object.ob_base.ob_base,
   18151             :     .co_names = & importlib__bootstrap_toplevel_consts_58_names._object.ob_base.ob_base,
   18152             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   18153             :     .co_flags = 3,
   18154             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   18155             :     ._co_linearray_entry_size = 0,
   18156             :     .co_argcount = 1,
   18157             :     .co_posonlyargcount = 0,
   18158             :     .co_kwonlyargcount = 0,
   18159             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   18160             :     .co_stacksize = 4,
   18161             :     .co_firstlineno = 1310,
   18162             :     .co_nlocalsplus = 2,
   18163             :     .co_nlocals = 2,
   18164             :     .co_nplaincellvars = 0,
   18165             :     .co_ncellvars = 0,
   18166             :     .co_nfreevars = 0,
   18167             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_58_localsplusnames._object.ob_base.ob_base,
   18168             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   18169             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   18170             :     .co_name = & const_str__builtin_from_name._ascii.ob_base,
   18171             :     .co_qualname = & const_str__builtin_from_name._ascii.ob_base,
   18172             :     .co_linetable = & importlib__bootstrap_toplevel_consts_58_linetable.ob_base.ob_base,
   18173             :     ._co_code = NULL,
   18174             :     ._co_linearray = NULL,
   18175             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x10\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   18176             :     ._co_firsttraceable = 0,
   18177             : };
   18178             : static
   18179             :     struct {
   18180             :         PyASCIIObject _ascii;
   18181             :         uint8_t _data[251];
   18182             :     }
   18183             : importlib__bootstrap_toplevel_consts_59_consts_0 = {
   18184             :     ._ascii = {
   18185             :         .ob_base = {
   18186             :             .ob_refcnt = 999999999,
   18187             :             .ob_type = &PyUnicode_Type,
   18188             :         },
   18189             :         .length = 250,
   18190             :         .hash = -1,
   18191             :         .state = {
   18192             :             .kind = 1,
   18193             :             .compact = 1,
   18194             :             .ascii = 1,
   18195             :         },
   18196             :     },
   18197             :     ._data = "\x53\x65\x74\x75\x70\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x20\x62\x79\x20\x69\x6d\x70\x6f\x72\x74\x69\x6e\x67\x20\x6e\x65\x65\x64\x65\x64\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x6e\x64\x20\x69\x6e\x6a\x65\x63\x74\x69\x6e\x67\x20\x74\x68\x65\x6d\x0a\x20\x20\x20\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x20\x67\x6c\x6f\x62\x61\x6c\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x41\x73\x20\x73\x79\x73\x20\x69\x73\x20\x6e\x65\x65\x64\x65\x64\x20\x66\x6f\x72\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x63\x63\x65\x73\x73\x20\x61\x6e\x64\x20\x5f\x69\x6d\x70\x20\x69\x73\x20\x6e\x65\x65\x64\x65\x64\x20\x74\x6f\x20\x6c\x6f\x61\x64\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x0a\x20\x20\x20\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2c\x20\x74\x68\x6f\x73\x65\x20\x74\x77\x6f\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x65\x78\x70\x6c\x69\x63\x69\x74\x6c\x79\x20\x70\x61\x73\x73\x65\x64\x20\x69\x6e\x2e\x0a\x0a\x20\x20\x20\x20",
   18198             : };
   18199             : static
   18200             :     struct {
   18201             :         PyGC_Head _gc_head;
   18202             :         struct {
   18203             :             PyObject_VAR_HEAD
   18204             :             PyObject *ob_item[3];
   18205             :         }_object;
   18206             :     }
   18207             : importlib__bootstrap_toplevel_consts_59_consts_1 = {
   18208             :     ._object = {
   18209             :         .ob_base = {
   18210             :             .ob_base = {
   18211             :                 .ob_refcnt = 999999999,
   18212             :                 .ob_type = &PyTuple_Type,
   18213             :             },
   18214             :             .ob_size = 3,
   18215             :         },
   18216             :         .ob_item = {
   18217             :             & const_str__thread._ascii.ob_base,
   18218             :             & const_str__warnings._ascii.ob_base,
   18219             :             & const_str__weakref._ascii.ob_base,
   18220             :         },
   18221             :     },
   18222             : };
   18223             : static
   18224             :     struct {
   18225             :         PyGC_Head _gc_head;
   18226             :         struct {
   18227             :             PyObject_VAR_HEAD
   18228             :             PyObject *ob_item[3];
   18229             :         }_object;
   18230             :     }
   18231             : importlib__bootstrap_toplevel_consts_59_consts = {
   18232             :     ._object = {
   18233             :         .ob_base = {
   18234             :             .ob_base = {
   18235             :                 .ob_refcnt = 999999999,
   18236             :                 .ob_type = &PyTuple_Type,
   18237             :             },
   18238             :             .ob_size = 3,
   18239             :         },
   18240             :         .ob_item = {
   18241             :             & importlib__bootstrap_toplevel_consts_59_consts_0._ascii.ob_base,
   18242             :             & importlib__bootstrap_toplevel_consts_59_consts_1._object.ob_base.ob_base,
   18243             :             Py_None,
   18244             :         },
   18245             :     },
   18246             : };
   18247             : static
   18248             :     struct {
   18249             :         PyGC_Head _gc_head;
   18250             :         struct {
   18251             :             PyObject_VAR_HEAD
   18252             :             PyObject *ob_item[16];
   18253             :         }_object;
   18254             :     }
   18255             : importlib__bootstrap_toplevel_consts_59_names = {
   18256             :     ._object = {
   18257             :         .ob_base = {
   18258             :             .ob_base = {
   18259             :                 .ob_refcnt = 999999999,
   18260             :                 .ob_type = &PyTuple_Type,
   18261             :             },
   18262             :             .ob_size = 16,
   18263             :         },
   18264             :         .ob_item = {
   18265             :             & const_str__imp._ascii.ob_base,
   18266             :             & const_str_sys._ascii.ob_base,
   18267             :             & const_str_type._ascii.ob_base,
   18268             :             &_Py_ID(modules),
   18269             :             &_Py_ID(items),
   18270             :             &_Py_ID(isinstance),
   18271             :             & const_str_builtin_module_names._ascii.ob_base,
   18272             :             & const_str_BuiltinImporter._ascii.ob_base,
   18273             :             & const_str_is_frozen._ascii.ob_base,
   18274             :             & const_str_FrozenImporter._ascii.ob_base,
   18275             :             & const_str__spec_from_module._ascii.ob_base,
   18276             :             & const_str__init_module_attrs._ascii.ob_base,
   18277             :             &_Py_ID(_fix_up_module),
   18278             :             &_Py_ID(__name__),
   18279             :             & const_str__builtin_from_name._ascii.ob_base,
   18280             :             & const_str_setattr._ascii.ob_base,
   18281             :         },
   18282             :     },
   18283             : };
   18284             : static
   18285             :     struct {
   18286             :         PyASCIIObject _ascii;
   18287             :         uint8_t _data[7];
   18288             :     }
   18289             : const_str__setup = {
   18290             :     ._ascii = {
   18291             :         .ob_base = {
   18292             :             .ob_refcnt = 999999999,
   18293             :             .ob_type = &PyUnicode_Type,
   18294             :         },
   18295             :         .length = 6,
   18296             :         .hash = -1,
   18297             :         .state = {
   18298             :             .kind = 1,
   18299             :             .compact = 1,
   18300             :             .ascii = 1,
   18301             :         },
   18302             :     },
   18303             :     ._data = "_setup",
   18304             : };
   18305             : static
   18306             :     struct {
   18307             :         PyObject_VAR_HEAD
   18308             :         Py_hash_t ob_shash;
   18309             :         char ob_sval[286];
   18310             :     }
   18311             : importlib__bootstrap_toplevel_consts_59_linetable = {
   18312             :     .ob_base = {
   18313             :         .ob_base = {
   18314             :             .ob_refcnt = 999999999,
   18315             :             .ob_type = &PyBytes_Type,
   18316             :         },
   18317             :         .ob_size = 285,
   18318             :     },
   18319             :     .ob_shash = -1,
   18320             :     .ob_sval = "\x80\x00\xf0\x12\x00\x0c\x17\x80\x44\xd8\x0a\x14\x80\x43\xf5\x06\x00\x13\x17\x95\x73\x94\x29\x80\x4b\xdd\x18\x1b\x9f\x0b\x99\x0b\xd7\x18\x29\xd1\x18\x29\xd4\x18\x2b\xf0\x00\x0b\x05\x2e\xf1\x00\x0b\x05\x2e\x89\x0c\x88\x04\x88\x66\xdd\x0b\x15\x90\x66\x98\x6b\xd4\x0b\x2a\xf0\x00\x0a\x09\x2e\xd8\x0f\x13\x95\x73\xd7\x17\x2f\xd1\x17\x2f\xd0\x0f\x2f\xf0\x00\x05\x0d\x19\xdd\x19\x28\x90\x06\x90\x06\xdd\x11\x15\x97\x1e\x91\x1e\xa0\x04\xd4\x11\x25\xf0\x00\x03\x0d\x19\xdd\x19\x27\x90\x06\x90\x06\xe0\x10\x18\xdd\x13\x24\xa0\x56\xa8\x56\xd4\x13\x34\x88\x44\xdd\x0c\x1e\x98\x74\xa0\x56\xd4\x0c\x2c\xd0\x0c\x2c\xd8\x0f\x15\x9d\x1e\xd0\x0f\x27\xf0\x00\x01\x0d\x2e\xd8\x10\x16\xd7\x10\x25\xd1\x10\x25\xa0\x66\xd4\x10\x2d\xd0\x10\x2d\xd0\x10\x2d\xf5\x06\x00\x13\x16\x97\x2b\x91\x2b\x9d\x68\xd4\x12\x27\x80\x4b\xd8\x18\x3c\xf0\x00\x05\x05\x3b\xf1\x00\x05\x05\x3b\x88\x0c\xd8\x0b\x17\x9d\x73\x9f\x7b\x99\x7b\xd0\x0b\x2a\xf0\x00\x03\x09\x37\xdd\x1d\x2f\xb0\x0c\xd4\x1d\x3d\x88\x4e\x88\x4e\xe5\x1d\x20\x9f\x5b\x99\x5b\xa8\x1c\xd4\x1d\x36\x88\x4e\xdd\x08\x0f\x90\x0b\x98\x5c\xa8\x3e\xd4\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xf0\x0b\x05\x05\x3b\xf0\x00\x05\x05\x3b",
   18321             : };
   18322             : static
   18323             :     struct {
   18324             :         PyASCIIObject _ascii;
   18325             :         uint8_t _data[11];
   18326             :     }
   18327             : const_str_sys_module = {
   18328             :     ._ascii = {
   18329             :         .ob_base = {
   18330             :             .ob_refcnt = 999999999,
   18331             :             .ob_type = &PyUnicode_Type,
   18332             :         },
   18333             :         .length = 10,
   18334             :         .hash = -1,
   18335             :         .state = {
   18336             :             .kind = 1,
   18337             :             .compact = 1,
   18338             :             .ascii = 1,
   18339             :         },
   18340             :     },
   18341             :     ._data = "sys_module",
   18342             : };
   18343             : static
   18344             :     struct {
   18345             :         PyASCIIObject _ascii;
   18346             :         uint8_t _data[12];
   18347             :     }
   18348             : const_str__imp_module = {
   18349             :     ._ascii = {
   18350             :         .ob_base = {
   18351             :             .ob_refcnt = 999999999,
   18352             :             .ob_type = &PyUnicode_Type,
   18353             :         },
   18354             :         .length = 11,
   18355             :         .hash = -1,
   18356             :         .state = {
   18357             :             .kind = 1,
   18358             :             .compact = 1,
   18359             :             .ascii = 1,
   18360             :         },
   18361             :     },
   18362             :     ._data = "_imp_module",
   18363             : };
   18364             : static
   18365             :     struct {
   18366             :         PyASCIIObject _ascii;
   18367             :         uint8_t _data[12];
   18368             :     }
   18369             : const_str_module_type = {
   18370             :     ._ascii = {
   18371             :         .ob_base = {
   18372             :             .ob_refcnt = 999999999,
   18373             :             .ob_type = &PyUnicode_Type,
   18374             :         },
   18375             :         .length = 11,
   18376             :         .hash = -1,
   18377             :         .state = {
   18378             :             .kind = 1,
   18379             :             .compact = 1,
   18380             :             .ascii = 1,
   18381             :         },
   18382             :     },
   18383             :     ._data = "module_type",
   18384             : };
   18385             : static
   18386             :     struct {
   18387             :         PyASCIIObject _ascii;
   18388             :         uint8_t _data[12];
   18389             :     }
   18390             : const_str_self_module = {
   18391             :     ._ascii = {
   18392             :         .ob_base = {
   18393             :             .ob_refcnt = 999999999,
   18394             :             .ob_type = &PyUnicode_Type,
   18395             :         },
   18396             :         .length = 11,
   18397             :         .hash = -1,
   18398             :         .state = {
   18399             :             .kind = 1,
   18400             :             .compact = 1,
   18401             :             .ascii = 1,
   18402             :         },
   18403             :     },
   18404             :     ._data = "self_module",
   18405             : };
   18406             : static
   18407             :     struct {
   18408             :         PyASCIIObject _ascii;
   18409             :         uint8_t _data[13];
   18410             :     }
   18411             : const_str_builtin_name = {
   18412             :     ._ascii = {
   18413             :         .ob_base = {
   18414             :             .ob_refcnt = 999999999,
   18415             :             .ob_type = &PyUnicode_Type,
   18416             :         },
   18417             :         .length = 12,
   18418             :         .hash = -1,
   18419             :         .state = {
   18420             :             .kind = 1,
   18421             :             .compact = 1,
   18422             :             .ascii = 1,
   18423             :         },
   18424             :     },
   18425             :     ._data = "builtin_name",
   18426             : };
   18427             : static
   18428             :     struct {
   18429             :         PyASCIIObject _ascii;
   18430             :         uint8_t _data[15];
   18431             :     }
   18432             : const_str_builtin_module = {
   18433             :     ._ascii = {
   18434             :         .ob_base = {
   18435             :             .ob_refcnt = 999999999,
   18436             :             .ob_type = &PyUnicode_Type,
   18437             :         },
   18438             :         .length = 14,
   18439             :         .hash = -1,
   18440             :         .state = {
   18441             :             .kind = 1,
   18442             :             .compact = 1,
   18443             :             .ascii = 1,
   18444             :         },
   18445             :     },
   18446             :     ._data = "builtin_module",
   18447             : };
   18448             : static
   18449             :     struct {
   18450             :         PyGC_Head _gc_head;
   18451             :         struct {
   18452             :             PyObject_VAR_HEAD
   18453             :             PyObject *ob_item[10];
   18454             :         }_object;
   18455             :     }
   18456             : importlib__bootstrap_toplevel_consts_59_localsplusnames = {
   18457             :     ._object = {
   18458             :         .ob_base = {
   18459             :             .ob_base = {
   18460             :                 .ob_refcnt = 999999999,
   18461             :                 .ob_type = &PyTuple_Type,
   18462             :             },
   18463             :             .ob_size = 10,
   18464             :         },
   18465             :         .ob_item = {
   18466             :             & const_str_sys_module._ascii.ob_base,
   18467             :             & const_str__imp_module._ascii.ob_base,
   18468             :             & const_str_module_type._ascii.ob_base,
   18469             :             &_Py_ID(name),
   18470             :             & const_str_module._ascii.ob_base,
   18471             :             & const_str_loader._ascii.ob_base,
   18472             :             & const_str_spec._ascii.ob_base,
   18473             :             & const_str_self_module._ascii.ob_base,
   18474             :             & const_str_builtin_name._ascii.ob_base,
   18475             :             & const_str_builtin_module._ascii.ob_base,
   18476             :         },
   18477             :     },
   18478             : };
   18479             : static
   18480             :     struct _PyCode_DEF(594)
   18481             : importlib__bootstrap_toplevel_consts_59 = {
   18482             :     .ob_base = {
   18483             :         .ob_base = {
   18484             :             .ob_refcnt = 999999999,
   18485             :             .ob_type = &PyCode_Type,
   18486             :         },
   18487             :         .ob_size = 297,
   18488             :     },
   18489             :     .co_consts = & importlib__bootstrap_toplevel_consts_59_consts._object.ob_base.ob_base,
   18490             :     .co_names = & importlib__bootstrap_toplevel_consts_59_names._object.ob_base.ob_base,
   18491             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   18492             :     .co_flags = 3,
   18493             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   18494             :     ._co_linearray_entry_size = 0,
   18495             :     .co_argcount = 2,
   18496             :     .co_posonlyargcount = 0,
   18497             :     .co_kwonlyargcount = 0,
   18498             :     .co_framesize = 16 + FRAME_SPECIALS_SIZE,
   18499             :     .co_stacksize = 6,
   18500             :     .co_firstlineno = 1317,
   18501             :     .co_nlocalsplus = 10,
   18502             :     .co_nlocals = 10,
   18503             :     .co_nplaincellvars = 0,
   18504             :     .co_ncellvars = 0,
   18505             :     .co_nfreevars = 0,
   18506             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
   18507             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
   18508             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   18509             :     .co_name = & const_str__setup._ascii.ob_base,
   18510             :     .co_qualname = & const_str__setup._ascii.ob_base,
   18511             :     .co_linetable = & importlib__bootstrap_toplevel_consts_59_linetable.ob_base.ob_base,
   18512             :     ._co_code = NULL,
   18513             :     ._co_linearray = NULL,
   18514             :     .co_code_adaptive = "\x97\x00\x7c\x01\x61\x00\x7c\x00\x61\x01\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x85\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x14\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x08\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x20\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x08\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x01\x8c\x4f\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\xaf\x74\x7c\x05\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x87\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x64\x01\x44\x00\x5d\x49\x00\x00\x7d\x08\x7c\x08\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x0e\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x6e\x17\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x08\x7c\x09\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x4b\x64\x02\x53\x00",
   18515             :     ._co_firsttraceable = 0,
   18516             : };
   18517             : static
   18518             :     struct {
   18519             :         PyASCIIObject _ascii;
   18520             :         uint8_t _data[49];
   18521             :     }
   18522             : importlib__bootstrap_toplevel_consts_60_consts_0 = {
   18523             :     ._ascii = {
   18524             :         .ob_base = {
   18525             :             .ob_refcnt = 999999999,
   18526             :             .ob_type = &PyUnicode_Type,
   18527             :         },
   18528             :         .length = 48,
   18529             :         .hash = -1,
   18530             :         .state = {
   18531             :             .kind = 1,
   18532             :             .compact = 1,
   18533             :             .ascii = 1,
   18534             :         },
   18535             :     },
   18536             :     ._data = "Install importers for builtin and frozen modules",
   18537             : };
   18538             : static
   18539             :     struct {
   18540             :         PyGC_Head _gc_head;
   18541             :         struct {
   18542             :             PyObject_VAR_HEAD
   18543             :             PyObject *ob_item[2];
   18544             :         }_object;
   18545             :     }
   18546             : importlib__bootstrap_toplevel_consts_60_consts = {
   18547             :     ._object = {
   18548             :         .ob_base = {
   18549             :             .ob_base = {
   18550             :                 .ob_refcnt = 999999999,
   18551             :                 .ob_type = &PyTuple_Type,
   18552             :             },
   18553             :             .ob_size = 2,
   18554             :         },
   18555             :         .ob_item = {
   18556             :             & importlib__bootstrap_toplevel_consts_60_consts_0._ascii.ob_base,
   18557             :             Py_None,
   18558             :         },
   18559             :     },
   18560             : };
   18561             : static
   18562             :     struct {
   18563             :         PyGC_Head _gc_head;
   18564             :         struct {
   18565             :             PyObject_VAR_HEAD
   18566             :             PyObject *ob_item[6];
   18567             :         }_object;
   18568             :     }
   18569             : importlib__bootstrap_toplevel_consts_60_names = {
   18570             :     ._object = {
   18571             :         .ob_base = {
   18572             :             .ob_base = {
   18573             :                 .ob_refcnt = 999999999,
   18574             :                 .ob_type = &PyTuple_Type,
   18575             :             },
   18576             :             .ob_size = 6,
   18577             :         },
   18578             :         .ob_item = {
   18579             :             & const_str__setup._ascii.ob_base,
   18580             :             & const_str_sys._ascii.ob_base,
   18581             :             & const_str_meta_path._ascii.ob_base,
   18582             :             &_Py_ID(append),
   18583             :             & const_str_BuiltinImporter._ascii.ob_base,
   18584             :             & const_str_FrozenImporter._ascii.ob_base,
   18585             :         },
   18586             :     },
   18587             : };
   18588             : static
   18589             :     struct {
   18590             :         PyASCIIObject _ascii;
   18591             :         uint8_t _data[9];
   18592             :     }
   18593             : const_str__install = {
   18594             :     ._ascii = {
   18595             :         .ob_base = {
   18596             :             .ob_refcnt = 999999999,
   18597             :             .ob_type = &PyUnicode_Type,
   18598             :         },
   18599             :         .length = 8,
   18600             :         .hash = -1,
   18601             :         .state = {
   18602             :             .kind = 1,
   18603             :             .compact = 1,
   18604             :             .ascii = 1,
   18605             :         },
   18606             :     },
   18607             :     ._data = "_install",
   18608             : };
   18609             : static
   18610             :     struct {
   18611             :         PyObject_VAR_HEAD
   18612             :         Py_hash_t ob_shash;
   18613             :         char ob_sval[64];
   18614             :     }
   18615             : importlib__bootstrap_toplevel_consts_60_linetable = {
   18616             :     .ob_base = {
   18617             :         .ob_base = {
   18618             :             .ob_refcnt = 999999999,
   18619             :             .ob_type = &PyBytes_Type,
   18620             :         },
   18621             :         .ob_size = 63,
   18622             :     },
   18623             :     .ob_shash = -1,
   18624             :     .ob_sval = "\x80\x00\xe5\x04\x0a\x88\x3a\x90\x7b\xd4\x04\x23\xd0\x04\x23\xe5\x04\x07\x87\x4d\x81\x4d\xd7\x04\x18\xd1\x04\x18\x9d\x1f\xd4\x04\x29\xd0\x04\x29\xdd\x04\x07\x87\x4d\x81\x4d\xd7\x04\x18\xd1\x04\x18\x9d\x1e\xd4\x04\x28\xd0\x04\x28\xd0\x04\x28\xd0\x04\x28",
   18625             : };
   18626             : static
   18627             :     struct {
   18628             :         PyGC_Head _gc_head;
   18629             :         struct {
   18630             :             PyObject_VAR_HEAD
   18631             :             PyObject *ob_item[2];
   18632             :         }_object;
   18633             :     }
   18634             : importlib__bootstrap_toplevel_consts_60_localsplusnames = {
   18635             :     ._object = {
   18636             :         .ob_base = {
   18637             :             .ob_base = {
   18638             :                 .ob_refcnt = 999999999,
   18639             :                 .ob_type = &PyTuple_Type,
   18640             :             },
   18641             :             .ob_size = 2,
   18642             :         },
   18643             :         .ob_item = {
   18644             :             & const_str_sys_module._ascii.ob_base,
   18645             :             & const_str__imp_module._ascii.ob_base,
   18646             :         },
   18647             :     },
   18648             : };
   18649             : static
   18650             :     struct _PyCode_DEF(186)
   18651             : importlib__bootstrap_toplevel_consts_60 = {
   18652             :     .ob_base = {
   18653             :         .ob_base = {
   18654             :             .ob_refcnt = 999999999,
   18655             :             .ob_type = &PyCode_Type,
   18656             :         },
   18657             :         .ob_size = 93,
   18658             :     },
   18659             :     .co_consts = & importlib__bootstrap_toplevel_consts_60_consts._object.ob_base.ob_base,
   18660             :     .co_names = & importlib__bootstrap_toplevel_consts_60_names._object.ob_base.ob_base,
   18661             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   18662             :     .co_flags = 3,
   18663             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   18664             :     ._co_linearray_entry_size = 0,
   18665             :     .co_argcount = 2,
   18666             :     .co_posonlyargcount = 0,
   18667             :     .co_kwonlyargcount = 0,
   18668             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   18669             :     .co_stacksize = 4,
   18670             :     .co_firstlineno = 1354,
   18671             :     .co_nlocalsplus = 2,
   18672             :     .co_nlocals = 2,
   18673             :     .co_nplaincellvars = 0,
   18674             :     .co_ncellvars = 0,
   18675             :     .co_nfreevars = 0,
   18676             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_60_localsplusnames._object.ob_base.ob_base,
   18677             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   18678             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   18679             :     .co_name = & const_str__install._ascii.ob_base,
   18680             :     .co_qualname = & const_str__install._ascii.ob_base,
   18681             :     .co_linetable = & importlib__bootstrap_toplevel_consts_60_linetable.ob_base.ob_base,
   18682             :     ._co_code = NULL,
   18683             :     ._co_linearray = NULL,
   18684             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   18685             :     ._co_firsttraceable = 0,
   18686             : };
   18687             : static
   18688             :     struct {
   18689             :         PyASCIIObject _ascii;
   18690             :         uint8_t _data[58];
   18691             :     }
   18692             : importlib__bootstrap_toplevel_consts_61_consts_0 = {
   18693             :     ._ascii = {
   18694             :         .ob_base = {
   18695             :             .ob_refcnt = 999999999,
   18696             :             .ob_type = &PyUnicode_Type,
   18697             :         },
   18698             :         .length = 57,
   18699             :         .hash = -1,
   18700             :         .state = {
   18701             :             .kind = 1,
   18702             :             .compact = 1,
   18703             :             .ascii = 1,
   18704             :         },
   18705             :     },
   18706             :     ._data = "Install importers that require external filesystem access",
   18707             : };
   18708             : static
   18709             :     struct {
   18710             :         PyGC_Head _gc_head;
   18711             :         struct {
   18712             :             PyObject_VAR_HEAD
   18713             :             PyObject *ob_item[3];
   18714             :         }_object;
   18715             :     }
   18716             : importlib__bootstrap_toplevel_consts_61_consts = {
   18717             :     ._object = {
   18718             :         .ob_base = {
   18719             :             .ob_base = {
   18720             :                 .ob_refcnt = 999999999,
   18721             :                 .ob_type = &PyTuple_Type,
   18722             :             },
   18723             :             .ob_size = 3,
   18724             :         },
   18725             :         .ob_item = {
   18726             :             & importlib__bootstrap_toplevel_consts_61_consts_0._ascii.ob_base,
   18727             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   18728             :             Py_None,
   18729             :         },
   18730             :     },
   18731             : };
   18732             : static
   18733             :     struct {
   18734             :         PyASCIIObject _ascii;
   18735             :         uint8_t _data[27];
   18736             :     }
   18737             : const_str__frozen_importlib_external = {
   18738             :     ._ascii = {
   18739             :         .ob_base = {
   18740             :             .ob_refcnt = 999999999,
   18741             :             .ob_type = &PyUnicode_Type,
   18742             :         },
   18743             :         .length = 26,
   18744             :         .hash = -1,
   18745             :         .state = {
   18746             :             .kind = 1,
   18747             :             .compact = 1,
   18748             :             .ascii = 1,
   18749             :         },
   18750             :     },
   18751             :     ._data = "_frozen_importlib_external",
   18752             : };
   18753             : static
   18754             :     struct {
   18755             :         PyGC_Head _gc_head;
   18756             :         struct {
   18757             :             PyObject_VAR_HEAD
   18758             :             PyObject *ob_item[6];
   18759             :         }_object;
   18760             :     }
   18761             : importlib__bootstrap_toplevel_consts_61_names = {
   18762             :     ._object = {
   18763             :         .ob_base = {
   18764             :             .ob_base = {
   18765             :                 .ob_refcnt = 999999999,
   18766             :                 .ob_type = &PyTuple_Type,
   18767             :             },
   18768             :             .ob_size = 6,
   18769             :         },
   18770             :         .ob_item = {
   18771             :             & const_str__frozen_importlib_external._ascii.ob_base,
   18772             :             & const_str__bootstrap_external._ascii.ob_base,
   18773             :             & const_str__install._ascii.ob_base,
   18774             :             & const_str_sys._ascii.ob_base,
   18775             :             &_Py_ID(modules),
   18776             :             &_Py_ID(__name__),
   18777             :         },
   18778             :     },
   18779             : };
   18780             : static
   18781             :     struct {
   18782             :         PyASCIIObject _ascii;
   18783             :         uint8_t _data[28];
   18784             :     }
   18785             : const_str__install_external_importers = {
   18786             :     ._ascii = {
   18787             :         .ob_base = {
   18788             :             .ob_refcnt = 999999999,
   18789             :             .ob_type = &PyUnicode_Type,
   18790             :         },
   18791             :         .length = 27,
   18792             :         .hash = -1,
   18793             :         .state = {
   18794             :             .kind = 1,
   18795             :             .compact = 1,
   18796             :             .ascii = 1,
   18797             :         },
   18798             :     },
   18799             :     ._data = "_install_external_importers",
   18800             : };
   18801             : static
   18802             :     struct {
   18803             :         PyObject_VAR_HEAD
   18804             :         Py_hash_t ob_shash;
   18805             :         char ob_sval[55];
   18806             :     }
   18807             : importlib__bootstrap_toplevel_consts_61_linetable = {
   18808             :     .ob_base = {
   18809             :         .ob_base = {
   18810             :             .ob_refcnt = 999999999,
   18811             :             .ob_type = &PyBytes_Type,
   18812             :         },
   18813             :         .ob_size = 54,
   18814             :     },
   18815             :     .ob_shash = -1,
   18816             :     .ob_sval = "\x80\x00\xf0\x06\x00\x05\x26\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd8\x1a\x34\xd0\x04\x17\xd8\x04\x1e\xd7\x04\x27\xd1\x04\x27\xad\x03\xaf\x0b\xa9\x0b\xb5\x48\xd4\x28\x3d\xd4\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e",
   18817             : };
   18818             : static
   18819             :     struct {
   18820             :         PyGC_Head _gc_head;
   18821             :         struct {
   18822             :             PyObject_VAR_HEAD
   18823             :             PyObject *ob_item[1];
   18824             :         }_object;
   18825             :     }
   18826             : importlib__bootstrap_toplevel_consts_61_localsplusnames = {
   18827             :     ._object = {
   18828             :         .ob_base = {
   18829             :             .ob_base = {
   18830             :                 .ob_refcnt = 999999999,
   18831             :                 .ob_type = &PyTuple_Type,
   18832             :             },
   18833             :             .ob_size = 1,
   18834             :         },
   18835             :         .ob_item = {
   18836             :             & const_str__frozen_importlib_external._ascii.ob_base,
   18837             :         },
   18838             :     },
   18839             : };
   18840             : static
   18841             :     struct _PyCode_DEF(106)
   18842             : importlib__bootstrap_toplevel_consts_61 = {
   18843             :     .ob_base = {
   18844             :         .ob_base = {
   18845             :             .ob_refcnt = 999999999,
   18846             :             .ob_type = &PyCode_Type,
   18847             :         },
   18848             :         .ob_size = 53,
   18849             :     },
   18850             :     .co_consts = & importlib__bootstrap_toplevel_consts_61_consts._object.ob_base.ob_base,
   18851             :     .co_names = & importlib__bootstrap_toplevel_consts_61_names._object.ob_base.ob_base,
   18852             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   18853             :     .co_flags = 3,
   18854             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   18855             :     ._co_linearray_entry_size = 0,
   18856             :     .co_argcount = 0,
   18857             :     .co_posonlyargcount = 0,
   18858             :     .co_kwonlyargcount = 0,
   18859             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   18860             :     .co_stacksize = 4,
   18861             :     .co_firstlineno = 1362,
   18862             :     .co_nlocalsplus = 1,
   18863             :     .co_nlocals = 1,
   18864             :     .co_nplaincellvars = 0,
   18865             :     .co_ncellvars = 0,
   18866             :     .co_nfreevars = 0,
   18867             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_61_localsplusnames._object.ob_base.ob_base,
   18868             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   18869             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   18870             :     .co_name = & const_str__install_external_importers._ascii.ob_base,
   18871             :     .co_qualname = & const_str__install_external_importers._ascii.ob_base,
   18872             :     .co_linetable = & importlib__bootstrap_toplevel_consts_61_linetable.ob_base.ob_base,
   18873             :     ._co_code = NULL,
   18874             :     ._co_linearray = NULL,
   18875             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x00\x7c\x00\x61\x01\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
   18876             :     ._co_firsttraceable = 0,
   18877             : };
   18878             : static
   18879             :     struct {
   18880             :         PyGC_Head _gc_head;
   18881             :         struct {
   18882             :             PyObject_VAR_HEAD
   18883             :             PyObject *ob_item[4];
   18884             :         }_object;
   18885             :     }
   18886             : importlib__bootstrap_toplevel_consts_65 = {
   18887             :     ._object = {
   18888             :         .ob_base = {
   18889             :             .ob_base = {
   18890             :                 .ob_refcnt = 999999999,
   18891             :                 .ob_type = &PyTuple_Type,
   18892             :             },
   18893             :             .ob_size = 4,
   18894             :         },
   18895             :         .ob_item = {
   18896             :             Py_None,
   18897             :             Py_None,
   18898             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   18899             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   18900             :         },
   18901             :     },
   18902             : };
   18903             : static
   18904             :     struct {
   18905             :         PyGC_Head _gc_head;
   18906             :         struct {
   18907             :             PyObject_VAR_HEAD
   18908             :             PyObject *ob_item[66];
   18909             :         }_object;
   18910             :     }
   18911             : importlib__bootstrap_toplevel_consts = {
   18912             :     ._object = {
   18913             :         .ob_base = {
   18914             :             .ob_base = {
   18915             :                 .ob_refcnt = 999999999,
   18916             :                 .ob_type = &PyTuple_Type,
   18917             :             },
   18918             :             .ob_size = 66,
   18919             :         },
   18920             :         .ob_item = {
   18921             :             & importlib__bootstrap_toplevel_consts_0._ascii.ob_base,
   18922             :             & importlib__bootstrap_toplevel_consts_1.ob_base.ob_base,
   18923             :             Py_None,
   18924             :             & importlib__bootstrap_toplevel_consts_3.ob_base.ob_base,
   18925             :             & importlib__bootstrap_toplevel_consts_4.ob_base.ob_base,
   18926             :             & importlib__bootstrap_toplevel_consts_5.ob_base.ob_base,
   18927             :             & const_str__DeadlockError._ascii.ob_base,
   18928             :             & importlib__bootstrap_toplevel_consts_7.ob_base.ob_base,
   18929             :             & const_str__ModuleLock._ascii.ob_base,
   18930             :             & importlib__bootstrap_toplevel_consts_9.ob_base.ob_base,
   18931             :             & const_str__DummyModuleLock._ascii.ob_base,
   18932             :             & importlib__bootstrap_toplevel_consts_11.ob_base.ob_base,
   18933             :             & const_str__ModuleLockManager._ascii.ob_base,
   18934             :             & importlib__bootstrap_toplevel_consts_13.ob_base.ob_base,
   18935             :             & importlib__bootstrap_toplevel_consts_14.ob_base.ob_base,
   18936             :             & importlib__bootstrap_toplevel_consts_15.ob_base.ob_base,
   18937             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   18938             :             & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
   18939             :             & importlib__bootstrap_toplevel_consts_18.ob_base.ob_base,
   18940             :             & importlib__bootstrap_toplevel_consts_19.ob_base.ob_base,
   18941             :             & importlib__bootstrap_toplevel_consts_20.ob_base.ob_base,
   18942             :             & importlib__bootstrap_toplevel_consts_21.ob_base.ob_base,
   18943             :             & importlib__bootstrap_toplevel_consts_22.ob_base.ob_base,
   18944             :             & importlib__bootstrap_toplevel_consts_23.ob_base.ob_base,
   18945             :             & const_str_ModuleSpec._ascii.ob_base,
   18946             :             & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
   18947             :             & importlib__bootstrap_toplevel_consts_26.ob_base.ob_base,
   18948             :             & importlib__bootstrap_toplevel_consts_27.ob_base.ob_base,
   18949             :             Py_False,
   18950             :             & importlib__bootstrap_toplevel_consts_29._object.ob_base.ob_base,
   18951             :             & importlib__bootstrap_toplevel_consts_30.ob_base.ob_base,
   18952             :             & importlib__bootstrap_toplevel_consts_31.ob_base.ob_base,
   18953             :             & importlib__bootstrap_toplevel_consts_32.ob_base.ob_base,
   18954             :             & importlib__bootstrap_toplevel_consts_33.ob_base.ob_base,
   18955             :             & importlib__bootstrap_toplevel_consts_34.ob_base.ob_base,
   18956             :             & importlib__bootstrap_toplevel_consts_35.ob_base.ob_base,
   18957             :             & importlib__bootstrap_toplevel_consts_36.ob_base.ob_base,
   18958             :             & importlib__bootstrap_toplevel_consts_37.ob_base.ob_base,
   18959             :             & const_str_BuiltinImporter._ascii.ob_base,
   18960             :             & importlib__bootstrap_toplevel_consts_39.ob_base.ob_base,
   18961             :             & const_str_FrozenImporter._ascii.ob_base,
   18962             :             & importlib__bootstrap_toplevel_consts_41.ob_base.ob_base,
   18963             :             & const_str__ImportLockContext._ascii.ob_base,
   18964             :             & importlib__bootstrap_toplevel_consts_43.ob_base.ob_base,
   18965             :             & importlib__bootstrap_toplevel_consts_44.ob_base.ob_base,
   18966             :             & importlib__bootstrap_toplevel_consts_45.ob_base.ob_base,
   18967             :             & importlib__bootstrap_toplevel_consts_46.ob_base.ob_base,
   18968             :             & importlib__bootstrap_toplevel_consts_47._ascii.ob_base,
   18969             :             & importlib__bootstrap_toplevel_consts_48._ascii.ob_base,
   18970             :             & importlib__bootstrap_toplevel_consts_49.ob_base.ob_base,
   18971             :             & importlib__bootstrap_toplevel_consts_50.ob_base.ob_base,
   18972             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   18973             :             & importlib__bootstrap_toplevel_consts_52.ob_base.ob_base,
   18974             :             & importlib__bootstrap_toplevel_consts_53._object.ob_base.ob_base,
   18975             :             & importlib__bootstrap_toplevel_consts_54.ob_base.ob_base,
   18976             :             & importlib__bootstrap_toplevel_consts_55.ob_base.ob_base,
   18977             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   18978             :             & importlib__bootstrap_toplevel_consts_57.ob_base.ob_base,
   18979             :             & importlib__bootstrap_toplevel_consts_58.ob_base.ob_base,
   18980             :             & importlib__bootstrap_toplevel_consts_59.ob_base.ob_base,
   18981             :             & importlib__bootstrap_toplevel_consts_60.ob_base.ob_base,
   18982             :             & importlib__bootstrap_toplevel_consts_61.ob_base.ob_base,
   18983             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   18984             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   18985             :             & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   18986             :             & importlib__bootstrap_toplevel_consts_65._object.ob_base.ob_base,
   18987             :         },
   18988             :     },
   18989             : };
   18990             : static
   18991             :     struct {
   18992             :         PyASCIIObject _ascii;
   18993             :         uint8_t _data[16];
   18994             :     }
   18995             : const_str__ERR_MSG_PREFIX = {
   18996             :     ._ascii = {
   18997             :         .ob_base = {
   18998             :             .ob_refcnt = 999999999,
   18999             :             .ob_type = &PyUnicode_Type,
   19000             :         },
   19001             :         .length = 15,
   19002             :         .hash = -1,
   19003             :         .state = {
   19004             :             .kind = 1,
   19005             :             .compact = 1,
   19006             :             .ascii = 1,
   19007             :         },
   19008             :     },
   19009             :     ._data = "_ERR_MSG_PREFIX",
   19010             : };
   19011             : static
   19012             :     struct {
   19013             :         PyASCIIObject _ascii;
   19014             :         uint8_t _data[7];
   19015             :     }
   19016             : const_str_object = {
   19017             :     ._ascii = {
   19018             :         .ob_base = {
   19019             :             .ob_refcnt = 999999999,
   19020             :             .ob_type = &PyUnicode_Type,
   19021             :         },
   19022             :         .length = 6,
   19023             :         .hash = -1,
   19024             :         .state = {
   19025             :             .kind = 1,
   19026             :             .compact = 1,
   19027             :             .ascii = 1,
   19028             :         },
   19029             :     },
   19030             :     ._data = "object",
   19031             : };
   19032             : static
   19033             :     struct {
   19034             :         PyGC_Head _gc_head;
   19035             :         struct {
   19036             :             PyObject_VAR_HEAD
   19037             :             PyObject *ob_item[54];
   19038             :         }_object;
   19039             :     }
   19040             : importlib__bootstrap_toplevel_names = {
   19041             :     ._object = {
   19042             :         .ob_base = {
   19043             :             .ob_base = {
   19044             :                 .ob_refcnt = 999999999,
   19045             :                 .ob_type = &PyTuple_Type,
   19046             :             },
   19047             :             .ob_size = 54,
   19048             :         },
   19049             :         .ob_item = {
   19050             :             &_Py_ID(__doc__),
   19051             :             & const_str__object_name._ascii.ob_base,
   19052             :             & const_str__thread._ascii.ob_base,
   19053             :             & const_str__warnings._ascii.ob_base,
   19054             :             & const_str__weakref._ascii.ob_base,
   19055             :             & const_str__bootstrap_external._ascii.ob_base,
   19056             :             & const_str__wrap._ascii.ob_base,
   19057             :             & const_str__new_module._ascii.ob_base,
   19058             :             & const_str__module_locks._ascii.ob_base,
   19059             :             & const_str__blocking_on._ascii.ob_base,
   19060             :             & const_str_RuntimeError._ascii.ob_base,
   19061             :             & const_str__DeadlockError._ascii.ob_base,
   19062             :             & const_str__ModuleLock._ascii.ob_base,
   19063             :             & const_str__DummyModuleLock._ascii.ob_base,
   19064             :             & const_str__ModuleLockManager._ascii.ob_base,
   19065             :             & const_str__get_module_lock._ascii.ob_base,
   19066             :             &_Py_ID(_lock_unlock_module),
   19067             :             & const_str__call_with_frames_removed._ascii.ob_base,
   19068             :             & const_str__verbose_message._ascii.ob_base,
   19069             :             & const_str__requires_builtin._ascii.ob_base,
   19070             :             & const_str__requires_frozen._ascii.ob_base,
   19071             :             & const_str__load_module_shim._ascii.ob_base,
   19072             :             & const_str__module_repr._ascii.ob_base,
   19073             :             & const_str_ModuleSpec._ascii.ob_base,
   19074             :             & const_str_spec_from_loader._ascii.ob_base,
   19075             :             & const_str__spec_from_module._ascii.ob_base,
   19076             :             & const_str__init_module_attrs._ascii.ob_base,
   19077             :             & const_str_module_from_spec._ascii.ob_base,
   19078             :             & const_str__module_repr_from_spec._ascii.ob_base,
   19079             :             & const_str__exec._ascii.ob_base,
   19080             :             & const_str__load_backward_compatible._ascii.ob_base,
   19081             :             & const_str__load_unlocked._ascii.ob_base,
   19082             :             & const_str__load._ascii.ob_base,
   19083             :             & const_str_BuiltinImporter._ascii.ob_base,
   19084             :             & const_str_FrozenImporter._ascii.ob_base,
   19085             :             & const_str__ImportLockContext._ascii.ob_base,
   19086             :             & const_str__resolve_name._ascii.ob_base,
   19087             :             & const_str__find_spec_legacy._ascii.ob_base,
   19088             :             & const_str__find_spec._ascii.ob_base,
   19089             :             & const_str__sanity_check._ascii.ob_base,
   19090             :             & const_str__ERR_MSG_PREFIX._ascii.ob_base,
   19091             :             & const_str__ERR_MSG._ascii.ob_base,
   19092             :             & const_str__find_and_load_unlocked._ascii.ob_base,
   19093             :             & const_str_object._ascii.ob_base,
   19094             :             & const_str__NEEDS_LOADING._ascii.ob_base,
   19095             :             &_Py_ID(_find_and_load),
   19096             :             & const_str__gcd_import._ascii.ob_base,
   19097             :             &_Py_ID(_handle_fromlist),
   19098             :             & const_str__calc___package__._ascii.ob_base,
   19099             :             &_Py_ID(__import__),
   19100             :             & const_str__builtin_from_name._ascii.ob_base,
   19101             :             & const_str__setup._ascii.ob_base,
   19102             :             & const_str__install._ascii.ob_base,
   19103             :             & const_str__install_external_importers._ascii.ob_base,
   19104             :         },
   19105             :     },
   19106             : };
   19107             : static
   19108             :     struct {
   19109             :         PyObject_VAR_HEAD
   19110             :         Py_hash_t ob_shash;
   19111             :         char ob_sval[1038];
   19112             :     }
   19113             : importlib__bootstrap_toplevel_linetable = {
   19114             :     .ob_base = {
   19115             :         .ob_base = {
   19116             :             .ob_refcnt = 999999999,
   19117             :             .ob_type = &PyBytes_Type,
   19118             :         },
   19119             :         .ob_size = 1037,
   19120             :     },
   19121             :     .ob_shash = -1,
   19122             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x07\x01\x04\xf0\x00\x07\x01\x04\xf0\x2c\x04\x01\x26\xf0\x00\x04\x01\x26\xf0\x00\x04\x01\x26\xf0\x12\x00\x0b\x0f\x80\x07\xd8\x0c\x10\x80\x09\xd8\x0b\x0f\x80\x08\xf0\x06\x00\x17\x1b\xd0\x00\x13\xf0\x06\x05\x01\x26\xf0\x00\x05\x01\x26\xf0\x00\x05\x01\x26\xf0\x10\x01\x01\x1b\xf0\x00\x01\x01\x1b\xf0\x00\x01\x01\x1b\xf0\x10\x00\x11\x13\x80\x0d\xe0\x0f\x11\x80\x0c\xf0\x06\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\x90\x5c\xf4\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x08\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf4\x00\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf0\x5a\x02\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf4\x00\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf0\x2a\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf4\x00\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf0\x20\x22\x01\x10\xf0\x00\x22\x01\x10\xf0\x00\x22\x01\x10\xf0\x4a\x01\x0e\x01\x17\xf0\x00\x0e\x01\x17\xf0\x00\x0e\x01\x17\xf0\x22\x08\x01\x1c\xf0\x00\x08\x01\x1c\xf0\x00\x08\x01\x1c\xf0\x16\x00\x30\x31\xf0\x00\x05\x01\x36\xf0\x00\x05\x01\x36\xf0\x00\x05\x01\x36\xf0\x00\x05\x01\x36\xf0\x00\x05\x01\x36\xf0\x10\x08\x01\x25\xf0\x00\x08\x01\x25\xf0\x00\x08\x01\x25\xf0\x16\x08\x01\x24\xf0\x00\x08\x01\x24\xf0\x00\x08\x01\x24\xf0\x18\x0f\x01\x1b\xf0\x00\x0f\x01\x1b\xf0\x00\x0f\x01\x1b\xf0\x26\x17\x01\x40\x01\xf0\x00\x17\x01\x40\x01\xf0\x00\x17\x01\x40\x01\xf0\x34\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf4\x00\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf0\x4c\x03\x00\x2e\x32\xb8\x64\xf0\x00\x1a\x01\x4a\x01\xf0\x00\x1a\x01\x4a\x01\xf0\x00\x1a\x01\x4a\x01\xf0\x00\x1a\x01\x4a\x01\xf0\x00\x1a\x01\x4a\x01\xf0\x3a\x00\x26\x2a\xf0\x00\x27\x01\x10\xf0\x00\x27\x01\x10\xf0\x00\x27\x01\x10\xf0\x54\x01\x00\x32\x37\xf0\x00\x46\x01\x01\x12\xf0\x00\x46\x01\x01\x12\xf0\x00\x46\x01\x01\x12\xf0\x00\x46\x01\x01\x12\xf0\x00\x46\x01\x01\x12\xf0\x52\x02\x0e\x01\x12\xf0\x00\x0e\x01\x12\xf0\x00\x0e\x01\x12\xf0\x22\x0d\x01\x47\x01\xf0\x00\x0d\x01\x47\x01\xf0\x00\x0d\x01\x47\x01\xf0\x22\x1b\x01\x12\xf0\x00\x1b\x01\x12\xf0\x00\x1b\x01\x12\xf0\x3c\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x48\x01\x29\x01\x12\xf0\x00\x29\x01\x12\xf0\x00\x29\x01\x12\xf0\x5a\x01\x0a\x01\x24\xf0\x00\x0a\x01\x24\xf0\x00\x0a\x01\x24\xf0\x1e\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf4\x00\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf0\x60\x02\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf4\x00\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf0\x74\x06\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf4\x00\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf0\x1a\x06\x01\x38\xf0\x00\x06\x01\x38\xf0\x00\x06\x01\x38\xf0\x12\x07\x01\x2a\xf0\x00\x07\x01\x2a\xf0\x00\x07\x01\x2a\xf0\x14\x00\x23\x27\xf0\x00\x2c\x01\x14\xf0\x00\x2c\x01\x14\xf0\x00\x2c\x01\x14\xf0\x5e\x01\x0d\x01\x2e\xf0\x00\x0d\x01\x2e\xf0\x00\x0d\x01\x2e\xf0\x20\x00\x13\x25\x80\x0f\xd8\x0b\x1a\x98\x56\xd1\x0b\x23\x80\x08\xf0\x04\x27\x01\x12\xf0\x00\x27\x01\x12\xf0\x00\x27\x01\x12\xf0\x54\x01\x00\x12\x18\x90\x16\x94\x18\x80\x0e\xf0\x06\x18\x01\x12\xf0\x00\x18\x01\x12\xf0\x00\x18\x01\x12\xf0\x36\x00\x1f\x23\xf0\x00\x0c\x01\x2d\xf0\x00\x0c\x01\x2d\xf0\x00\x0c\x01\x2d\xf0\x1e\x00\x3e\x43\x01\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x4a\x01\x18\x01\x13\xf0\x00\x18\x01\x13\xf0\x00\x18\x01\x13\xf0\x36\x00\x1e\x22\xf0\x00\x22\x01\x16\xf0\x00\x22\x01\x16\xf0\x00\x22\x01\x16\xf0\x4a\x01\x04\x01\x20\xf0\x00\x04\x01\x20\xf0\x00\x04\x01\x20\xf0\x0e\x22\x01\x3b\xf0\x00\x22\x01\x3b\xf0\x00\x22\x01\x3b\xf0\x4a\x01\x05\x01\x29\xf0\x00\x05\x01\x29\xf0\x00\x05\x01\x29\xf0\x10\x05\x01\x3f\xf0\x00\x05\x01\x3f\xf0\x00\x05\x01\x3f\xf0\x00\x05\x01\x3f\xf0\x00\x05\x01\x3f",
   19123             : };
   19124             : static
   19125             :     struct _PyCode_DEF(480)
   19126             : importlib__bootstrap_toplevel = {
   19127             :     .ob_base = {
   19128             :         .ob_base = {
   19129             :             .ob_refcnt = 999999999,
   19130             :             .ob_type = &PyCode_Type,
   19131             :         },
   19132             :         .ob_size = 240,
   19133             :     },
   19134             :     .co_consts = & importlib__bootstrap_toplevel_consts._object.ob_base.ob_base,
   19135             :     .co_names = & importlib__bootstrap_toplevel_names._object.ob_base.ob_base,
   19136             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   19137             :     .co_flags = 0,
   19138             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   19139             :     ._co_linearray_entry_size = 0,
   19140             :     .co_argcount = 0,
   19141             :     .co_posonlyargcount = 0,
   19142             :     .co_kwonlyargcount = 0,
   19143             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   19144             :     .co_stacksize = 5,
   19145             :     .co_firstlineno = 1,
   19146             :     .co_nlocalsplus = 0,
   19147             :     .co_nlocals = 0,
   19148             :     .co_nplaincellvars = 0,
   19149             :     .co_ncellvars = 0,
   19150             :     .co_nfreevars = 0,
   19151             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   19152             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   19153             :     .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
   19154             :     .co_name = &_Py_STR(anon_module),
   19155             :     .co_qualname = &_Py_STR(anon_module),
   19156             :     .co_linetable = & importlib__bootstrap_toplevel_linetable.ob_base.ob_base,
   19157             :     ._co_code = NULL,
   19158             :     ._co_linearray = NULL,
   19159             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x84\x00\x5a\x01\x64\x02\x5a\x02\x64\x02\x5a\x03\x64\x02\x5a\x04\x64\x02\x61\x05\x64\x03\x84\x00\x5a\x06\x64\x04\x84\x00\x5a\x07\x69\x00\x5a\x08\x69\x00\x5a\x09\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\x65\x0a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x02\x00\x47\x00\x64\x09\x84\x00\x64\x0a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x02\x00\x47\x00\x64\x0b\x84\x00\x64\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x64\x0d\x84\x00\x5a\x0f\x64\x0e\x84\x00\x5a\x10\x64\x0f\x84\x00\x5a\x11\x64\x10\x64\x11\x9c\x01\x64\x12\x84\x02\x5a\x12\x64\x13\x84\x00\x5a\x13\x64\x14\x84\x00\x5a\x14\x64\x15\x84\x00\x5a\x15\x64\x16\x84\x00\x5a\x16\x02\x00\x47\x00\x64\x17\x84\x00\x64\x18\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x17\x64\x02\x64\x02\x64\x19\x9c\x02\x64\x1a\x84\x02\x5a\x18\x64\x3e\x64\x1b\x84\x01\x5a\x19\x64\x1c\x64\x1d\x9c\x01\x64\x1e\x84\x02\x5a\x1a\x64\x1f\x84\x00\x5a\x1b\x64\x20\x84\x00\x5a\x1c\x64\x21\x84\x00\x5a\x1d\x64\x22\x84\x00\x5a\x1e\x64\x23\x84\x00\x5a\x1f\x64\x24\x84\x00\x5a\x20\x02\x00\x47\x00\x64\x25\x84\x00\x64\x26\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x02\x00\x47\x00\x64\x27\x84\x00\x64\x28\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x22\x02\x00\x47\x00\x64\x29\x84\x00\x64\x2a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x23\x64\x2b\x84\x00\x5a\x24\x64\x2c\x84\x00\x5a\x25\x64\x3f\x64\x2d\x84\x01\x5a\x26\x64\x2e\x84\x00\x5a\x27\x64\x2f\x5a\x28\x65\x28\x64\x30\x7a\x00\x00\x00\x5a\x29\x64\x31\x84\x00\x5a\x2a\x02\x00\x65\x2b\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2c\x64\x32\x84\x00\x5a\x2d\x64\x40\x64\x34\x84\x01\x5a\x2e\x64\x1c\x64\x35\x9c\x01\x64\x36\x84\x02\x5a\x2f\x64\x37\x84\x00\x5a\x30\x64\x41\x64\x39\x84\x01\x5a\x31\x64\x3a\x84\x00\x5a\x32\x64\x3b\x84\x00\x5a\x33\x64\x3c\x84\x00\x5a\x34\x64\x3d\x84\x00\x5a\x35\x64\x02\x53\x00",
   19160             :     ._co_firsttraceable = 0,
   19161             : };
   19162        3109 : static void importlib__bootstrap_do_patchups(void) {
   19163        3109 : }
   19164             : 
   19165             : PyObject *
   19166        3109 : _Py_get_importlib__bootstrap_toplevel(void)
   19167             : {
   19168        3109 :     importlib__bootstrap_do_patchups();
   19169        3109 :     return Py_NewRef((PyObject *) &importlib__bootstrap_toplevel);
   19170             : }
   19171             : 
   19172             : static
   19173             :     struct {
   19174             :         PyASCIIObject _ascii;
   19175             :         uint8_t _data[351];
   19176             :     }
   19177             : importlib__bootstrap_external_toplevel_consts_0 = {
   19178             :     ._ascii = {
   19179             :         .ob_base = {
   19180             :             .ob_refcnt = 999999999,
   19181             :             .ob_type = &PyUnicode_Type,
   19182             :         },
   19183             :         .length = 350,
   19184             :         .hash = -1,
   19185             :         .state = {
   19186             :             .kind = 1,
   19187             :             .compact = 1,
   19188             :             .ascii = 1,
   19189             :         },
   19190             :     },
   19191             :     ._data = "\x43\x6f\x72\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x70\x61\x74\x68\x2d\x62\x61\x73\x65\x64\x20\x69\x6d\x70\x6f\x72\x74\x2e\x0a\x0a\x54\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x4e\x4f\x54\x20\x6d\x65\x61\x6e\x74\x20\x74\x6f\x20\x62\x65\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x21\x20\x49\x74\x20\x68\x61\x73\x20\x62\x65\x65\x6e\x20\x64\x65\x73\x69\x67\x6e\x65\x64\x20\x73\x75\x63\x68\x0a\x74\x68\x61\x74\x20\x69\x74\x20\x63\x61\x6e\x20\x62\x65\x20\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x70\x65\x64\x20\x69\x6e\x74\x6f\x20\x50\x79\x74\x68\x6f\x6e\x20\x61\x73\x20\x74\x68\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x2e\x20\x41\x73\x0a\x73\x75\x63\x68\x20\x69\x74\x20\x72\x65\x71\x75\x69\x72\x65\x73\x20\x74\x68\x65\x20\x69\x6e\x6a\x65\x63\x74\x69\x6f\x6e\x20\x6f\x66\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x6e\x64\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73\x20\x69\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x0a\x77\x6f\x72\x6b\x2e\x20\x4f\x6e\x65\x20\x73\x68\x6f\x75\x6c\x64\x20\x75\x73\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x20\x61\x73\x20\x74\x68\x65\x20\x70\x75\x62\x6c\x69\x63\x2d\x66\x61\x63\x69\x6e\x67\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a",
   19192             : };
   19193             : static
   19194             :     struct {
   19195             :         PyGC_Head _gc_head;
   19196             :         struct {
   19197             :             PyObject_VAR_HEAD
   19198             :             PyObject *ob_item[2];
   19199             :         }_object;
   19200             :     }
   19201             : importlib__bootstrap_external_toplevel_consts_6_consts = {
   19202             :     ._object = {
   19203             :         .ob_base = {
   19204             :             .ob_base = {
   19205             :                 .ob_refcnt = 999999999,
   19206             :                 .ob_type = &PyTuple_Type,
   19207             :             },
   19208             :             .ob_size = 2,
   19209             :         },
   19210             :         .ob_item = {
   19211             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   19212             :             Py_None,
   19213             :         },
   19214             :     },
   19215             : };
   19216             : static
   19217             :     struct {
   19218             :         PyGC_Head _gc_head;
   19219             :         struct {
   19220             :             PyObject_VAR_HEAD
   19221             :             PyObject *ob_item[1];
   19222             :         }_object;
   19223             :     }
   19224             : importlib__bootstrap_external_toplevel_consts_6_names = {
   19225             :     ._object = {
   19226             :         .ob_base = {
   19227             :             .ob_base = {
   19228             :                 .ob_refcnt = 999999999,
   19229             :                 .ob_type = &PyTuple_Type,
   19230             :             },
   19231             :             .ob_size = 1,
   19232             :         },
   19233             :         .ob_item = {
   19234             :             &_Py_ID(len),
   19235             :         },
   19236             :     },
   19237             : };
   19238             : static
   19239             :     struct {
   19240             :         PyASCIIObject _ascii;
   19241             :         uint8_t _data[39];
   19242             :     }
   19243             : importlib__bootstrap_external_toplevel_consts_6_filename = {
   19244             :     ._ascii = {
   19245             :         .ob_base = {
   19246             :             .ob_refcnt = 999999999,
   19247             :             .ob_type = &PyUnicode_Type,
   19248             :         },
   19249             :         .length = 38,
   19250             :         .hash = -1,
   19251             :         .state = {
   19252             :             .kind = 1,
   19253             :             .compact = 1,
   19254             :             .ascii = 1,
   19255             :         },
   19256             :     },
   19257             :     ._data = "<frozen importlib._bootstrap_external>",
   19258             : };
   19259             : static
   19260             :     struct {
   19261             :         PyObject_VAR_HEAD
   19262             :         Py_hash_t ob_shash;
   19263             :         char ob_sval[43];
   19264             :     }
   19265             : importlib__bootstrap_external_toplevel_consts_6_linetable = {
   19266             :     .ob_base = {
   19267             :         .ob_base = {
   19268             :             .ob_refcnt = 999999999,
   19269             :             .ob_type = &PyBytes_Type,
   19270             :         },
   19271             :         .ob_size = 42,
   19272             :     },
   19273             :     .ob_shash = -1,
   19274             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x0a\x34\xd1\x0a\x34\x98\x53\x8d\x33\x88\x73\x8c\x38\x90\x71\x8a\x3d\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34",
   19275             : };
   19276             : static
   19277             :     struct {
   19278             :         PyASCIIObject _ascii;
   19279             :         uint8_t _data[3];
   19280             :     }
   19281             : importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0 = {
   19282             :     ._ascii = {
   19283             :         .ob_base = {
   19284             :             .ob_refcnt = 999999999,
   19285             :             .ob_type = &PyUnicode_Type,
   19286             :         },
   19287             :         .length = 2,
   19288             :         .hash = -1,
   19289             :         .state = {
   19290             :             .kind = 1,
   19291             :             .compact = 1,
   19292             :             .ascii = 1,
   19293             :         },
   19294             :     },
   19295             :     ._data = ".0",
   19296             : };
   19297             : static
   19298             :     struct {
   19299             :         PyGC_Head _gc_head;
   19300             :         struct {
   19301             :             PyObject_VAR_HEAD
   19302             :             PyObject *ob_item[2];
   19303             :         }_object;
   19304             :     }
   19305             : importlib__bootstrap_external_toplevel_consts_6_localsplusnames = {
   19306             :     ._object = {
   19307             :         .ob_base = {
   19308             :             .ob_base = {
   19309             :                 .ob_refcnt = 999999999,
   19310             :                 .ob_type = &PyTuple_Type,
   19311             :             },
   19312             :             .ob_size = 2,
   19313             :         },
   19314             :         .ob_item = {
   19315             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   19316             :             & const_str_sep._ascii.ob_base,
   19317             :         },
   19318             :     },
   19319             : };
   19320             : static
   19321             :     struct _PyCode_DEF(58)
   19322             : importlib__bootstrap_external_toplevel_consts_6 = {
   19323             :     .ob_base = {
   19324             :         .ob_base = {
   19325             :             .ob_refcnt = 999999999,
   19326             :             .ob_type = &PyCode_Type,
   19327             :         },
   19328             :         .ob_size = 29,
   19329             :     },
   19330             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_6_consts._object.ob_base.ob_base,
   19331             :     .co_names = & importlib__bootstrap_external_toplevel_consts_6_names._object.ob_base.ob_base,
   19332             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   19333             :     .co_flags = 35,
   19334             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   19335             :     ._co_linearray_entry_size = 0,
   19336             :     .co_argcount = 1,
   19337             :     .co_posonlyargcount = 0,
   19338             :     .co_kwonlyargcount = 0,
   19339             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   19340             :     .co_stacksize = 4,
   19341             :     .co_firstlineno = 46,
   19342             :     .co_nlocalsplus = 2,
   19343             :     .co_nlocals = 2,
   19344             :     .co_nplaincellvars = 0,
   19345             :     .co_ncellvars = 0,
   19346             :     .co_nfreevars = 0,
   19347             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
   19348             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   19349             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   19350             :     .co_name = &_Py_STR(anon_genexpr),
   19351             :     .co_qualname = &_Py_STR(anon_genexpr),
   19352             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_6_linetable.ob_base.ob_base,
   19353             :     ._co_code = NULL,
   19354             :     ._co_linearray = NULL,
   19355             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x15\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x17\x64\x01\x53\x00",
   19356             :     ._co_firsttraceable = 2,
   19357             : };
   19358             : static
   19359             :     struct {
   19360             :         PyASCIIObject _ascii;
   19361             :         uint8_t _data[2];
   19362             :     }
   19363             : importlib__bootstrap_external_toplevel_consts_8_consts_0 = {
   19364             :     ._ascii = {
   19365             :         .ob_base = {
   19366             :             .ob_refcnt = 999999999,
   19367             :             .ob_type = &PyUnicode_Type,
   19368             :         },
   19369             :         .length = 1,
   19370             :         .hash = -1,
   19371             :         .state = {
   19372             :             .kind = 1,
   19373             :             .compact = 1,
   19374             :             .ascii = 1,
   19375             :         },
   19376             :     },
   19377             :     ._data = ":",
   19378             : };
   19379             : static
   19380             :     struct {
   19381             :         PyGC_Head _gc_head;
   19382             :         struct {
   19383             :             PyObject_VAR_HEAD
   19384             :             PyObject *ob_item[1];
   19385             :         }_object;
   19386             :     }
   19387             : importlib__bootstrap_external_toplevel_consts_8_consts = {
   19388             :     ._object = {
   19389             :         .ob_base = {
   19390             :             .ob_base = {
   19391             :                 .ob_refcnt = 999999999,
   19392             :                 .ob_type = &PyTuple_Type,
   19393             :             },
   19394             :             .ob_size = 1,
   19395             :         },
   19396             :         .ob_item = {
   19397             :             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
   19398             :         },
   19399             :     },
   19400             : };
   19401             : static
   19402             :     struct {
   19403             :         PyObject_VAR_HEAD
   19404             :         Py_hash_t ob_shash;
   19405             :         char ob_sval[31];
   19406             :     }
   19407             : importlib__bootstrap_external_toplevel_consts_8_linetable = {
   19408             :     .ob_base = {
   19409             :         .ob_base = {
   19410             :             .ob_refcnt = 999999999,
   19411             :             .ob_type = &PyBytes_Type,
   19412             :         },
   19413             :         .ob_size = 30,
   19414             :     },
   19415             :     .ob_shash = -1,
   19416             :     .ob_sval = "\x80\x00\xd0\x17\x39\xd0\x17\x39\xd1\x17\x39\xa0\x41\x98\x07\x98\x41\x98\x07\x98\x07\xd0\x17\x39\xd0\x17\x39\xd0\x17\x39",
   19417             : };
   19418             : static
   19419             :     struct {
   19420             :         PyASCIIObject _ascii;
   19421             :         uint8_t _data[2];
   19422             :     }
   19423             : const_str_s = {
   19424             :     ._ascii = {
   19425             :         .ob_base = {
   19426             :             .ob_refcnt = 999999999,
   19427             :             .ob_type = &PyUnicode_Type,
   19428             :         },
   19429             :         .length = 1,
   19430             :         .hash = -1,
   19431             :         .state = {
   19432             :             .kind = 1,
   19433             :             .compact = 1,
   19434             :             .ascii = 1,
   19435             :         },
   19436             :     },
   19437             :     ._data = "s",
   19438             : };
   19439             : static
   19440             :     struct {
   19441             :         PyGC_Head _gc_head;
   19442             :         struct {
   19443             :             PyObject_VAR_HEAD
   19444             :             PyObject *ob_item[2];
   19445             :         }_object;
   19446             :     }
   19447             : importlib__bootstrap_external_toplevel_consts_8_localsplusnames = {
   19448             :     ._object = {
   19449             :         .ob_base = {
   19450             :             .ob_base = {
   19451             :                 .ob_refcnt = 999999999,
   19452             :                 .ob_type = &PyTuple_Type,
   19453             :             },
   19454             :             .ob_size = 2,
   19455             :         },
   19456             :         .ob_item = {
   19457             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   19458             :             & const_str_s._ascii.ob_base,
   19459             :         },
   19460             :     },
   19461             : };
   19462             : static
   19463             :     struct _PyCode_DEF(26)
   19464             : importlib__bootstrap_external_toplevel_consts_8 = {
   19465             :     .ob_base = {
   19466             :         .ob_base = {
   19467             :             .ob_refcnt = 999999999,
   19468             :             .ob_type = &PyCode_Type,
   19469             :         },
   19470             :         .ob_size = 13,
   19471             :     },
   19472             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_8_consts._object.ob_base.ob_base,
   19473             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   19474             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   19475             :     .co_flags = 3,
   19476             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   19477             :     ._co_linearray_entry_size = 0,
   19478             :     .co_argcount = 1,
   19479             :     .co_posonlyargcount = 0,
   19480             :     .co_kwonlyargcount = 0,
   19481             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   19482             :     .co_stacksize = 4,
   19483             :     .co_firstlineno = 50,
   19484             :     .co_nlocalsplus = 2,
   19485             :     .co_nlocals = 2,
   19486             :     .co_nplaincellvars = 0,
   19487             :     .co_ncellvars = 0,
   19488             :     .co_nfreevars = 0,
   19489             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_8_localsplusnames._object.ob_base.ob_base,
   19490             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   19491             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   19492             :     .co_name = &_Py_STR(anon_setcomp),
   19493             :     .co_qualname = &_Py_STR(anon_setcomp),
   19494             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_8_linetable.ob_base.ob_base,
   19495             :     ._co_code = NULL,
   19496             :     ._co_linearray = NULL,
   19497             :     .co_code_adaptive = "\x97\x00\x68\x00\x7c\x00\x5d\x07\x00\x00\x7d\x01\x64\x00\x7c\x01\x9b\x00\x9d\x02\x92\x02\x8c\x09\x53\x00",
   19498             :     ._co_firsttraceable = 0,
   19499             : };
   19500             : static
   19501             :     struct {
   19502             :         PyASCIIObject _ascii;
   19503             :         uint8_t _data[4];
   19504             :     }
   19505             : const_str_win = {
   19506             :     ._ascii = {
   19507             :         .ob_base = {
   19508             :             .ob_refcnt = 999999999,
   19509             :             .ob_type = &PyUnicode_Type,
   19510             :         },
   19511             :         .length = 3,
   19512             :         .hash = -1,
   19513             :         .state = {
   19514             :             .kind = 1,
   19515             :             .compact = 1,
   19516             :             .ascii = 1,
   19517             :         },
   19518             :     },
   19519             :     ._data = "win",
   19520             : };
   19521             : static
   19522             :     struct {
   19523             :         PyGC_Head _gc_head;
   19524             :         struct {
   19525             :             PyObject_VAR_HEAD
   19526             :             PyObject *ob_item[1];
   19527             :         }_object;
   19528             :     }
   19529             : importlib__bootstrap_external_toplevel_consts_9 = {
   19530             :     ._object = {
   19531             :         .ob_base = {
   19532             :             .ob_base = {
   19533             :                 .ob_refcnt = 999999999,
   19534             :                 .ob_type = &PyTuple_Type,
   19535             :             },
   19536             :             .ob_size = 1,
   19537             :         },
   19538             :         .ob_item = {
   19539             :             & const_str_win._ascii.ob_base,
   19540             :         },
   19541             :     },
   19542             : };
   19543             : static
   19544             :     struct {
   19545             :         PyASCIIObject _ascii;
   19546             :         uint8_t _data[7];
   19547             :     }
   19548             : const_str_cygwin = {
   19549             :     ._ascii = {
   19550             :         .ob_base = {
   19551             :             .ob_refcnt = 999999999,
   19552             :             .ob_type = &PyUnicode_Type,
   19553             :         },
   19554             :         .length = 6,
   19555             :         .hash = -1,
   19556             :         .state = {
   19557             :             .kind = 1,
   19558             :             .compact = 1,
   19559             :             .ascii = 1,
   19560             :         },
   19561             :     },
   19562             :     ._data = "cygwin",
   19563             : };
   19564             : static
   19565             :     struct {
   19566             :         PyASCIIObject _ascii;
   19567             :         uint8_t _data[7];
   19568             :     }
   19569             : const_str_darwin = {
   19570             :     ._ascii = {
   19571             :         .ob_base = {
   19572             :             .ob_refcnt = 999999999,
   19573             :             .ob_type = &PyUnicode_Type,
   19574             :         },
   19575             :         .length = 6,
   19576             :         .hash = -1,
   19577             :         .state = {
   19578             :             .kind = 1,
   19579             :             .compact = 1,
   19580             :             .ascii = 1,
   19581             :         },
   19582             :     },
   19583             :     ._data = "darwin",
   19584             : };
   19585             : static
   19586             :     struct {
   19587             :         PyGC_Head _gc_head;
   19588             :         struct {
   19589             :             PyObject_VAR_HEAD
   19590             :             PyObject *ob_item[2];
   19591             :         }_object;
   19592             :     }
   19593             : importlib__bootstrap_external_toplevel_consts_10 = {
   19594             :     ._object = {
   19595             :         .ob_base = {
   19596             :             .ob_base = {
   19597             :                 .ob_refcnt = 999999999,
   19598             :                 .ob_type = &PyTuple_Type,
   19599             :             },
   19600             :             .ob_size = 2,
   19601             :         },
   19602             :         .ob_item = {
   19603             :             & const_str_cygwin._ascii.ob_base,
   19604             :             & const_str_darwin._ascii.ob_base,
   19605             :         },
   19606             :     },
   19607             : };
   19608             : static
   19609             :     struct {
   19610             :         PyASCIIObject _ascii;
   19611             :         uint8_t _data[13];
   19612             :     }
   19613             : const_str_PYTHONCASEOK = {
   19614             :     ._ascii = {
   19615             :         .ob_base = {
   19616             :             .ob_refcnt = 999999999,
   19617             :             .ob_type = &PyUnicode_Type,
   19618             :         },
   19619             :         .length = 12,
   19620             :         .hash = -1,
   19621             :         .state = {
   19622             :             .kind = 1,
   19623             :             .compact = 1,
   19624             :             .ascii = 1,
   19625             :         },
   19626             :     },
   19627             :     ._data = "PYTHONCASEOK",
   19628             : };
   19629             : static
   19630             :     struct {
   19631             :         PyObject_VAR_HEAD
   19632             :         Py_hash_t ob_shash;
   19633             :         char ob_sval[13];
   19634             :     }
   19635             : importlib__bootstrap_external_toplevel_consts_11_consts_2 = {
   19636             :     .ob_base = {
   19637             :         .ob_base = {
   19638             :             .ob_refcnt = 999999999,
   19639             :             .ob_type = &PyBytes_Type,
   19640             :         },
   19641             :         .ob_size = 12,
   19642             :     },
   19643             :     .ob_shash = -1,
   19644             :     .ob_sval = "PYTHONCASEOK",
   19645             : };
   19646             : static
   19647             :     struct {
   19648             :         PyASCIIObject _ascii;
   19649             :         uint8_t _data[95];
   19650             :     }
   19651             : importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0 = {
   19652             :     ._ascii = {
   19653             :         .ob_base = {
   19654             :             .ob_refcnt = 999999999,
   19655             :             .ob_type = &PyUnicode_Type,
   19656             :         },
   19657             :         .length = 94,
   19658             :         .hash = -1,
   19659             :         .state = {
   19660             :             .kind = 1,
   19661             :             .compact = 1,
   19662             :             .ascii = 1,
   19663             :         },
   19664             :     },
   19665             :     ._data = "True if filenames must be checked case-insensitively and ignore environment flags are not set.",
   19666             : };
   19667             : static
   19668             :     struct {
   19669             :         PyGC_Head _gc_head;
   19670             :         struct {
   19671             :             PyObject_VAR_HEAD
   19672             :             PyObject *ob_item[1];
   19673             :         }_object;
   19674             :     }
   19675             : importlib__bootstrap_external_toplevel_consts_11_consts_3_consts = {
   19676             :     ._object = {
   19677             :         .ob_base = {
   19678             :             .ob_base = {
   19679             :                 .ob_refcnt = 999999999,
   19680             :                 .ob_type = &PyTuple_Type,
   19681             :             },
   19682             :             .ob_size = 1,
   19683             :         },
   19684             :         .ob_item = {
   19685             :             & importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0._ascii.ob_base,
   19686             :         },
   19687             :     },
   19688             : };
   19689             : static
   19690             :     struct {
   19691             :         PyASCIIObject _ascii;
   19692             :         uint8_t _data[19];
   19693             :     }
   19694             : const_str_ignore_environment = {
   19695             :     ._ascii = {
   19696             :         .ob_base = {
   19697             :             .ob_refcnt = 999999999,
   19698             :             .ob_type = &PyUnicode_Type,
   19699             :         },
   19700             :         .length = 18,
   19701             :         .hash = -1,
   19702             :         .state = {
   19703             :             .kind = 1,
   19704             :             .compact = 1,
   19705             :             .ascii = 1,
   19706             :         },
   19707             :     },
   19708             :     ._data = "ignore_environment",
   19709             : };
   19710             : static
   19711             :     struct {
   19712             :         PyASCIIObject _ascii;
   19713             :         uint8_t _data[4];
   19714             :     }
   19715             : const_str__os = {
   19716             :     ._ascii = {
   19717             :         .ob_base = {
   19718             :             .ob_refcnt = 999999999,
   19719             :             .ob_type = &PyUnicode_Type,
   19720             :         },
   19721             :         .length = 3,
   19722             :         .hash = -1,
   19723             :         .state = {
   19724             :             .kind = 1,
   19725             :             .compact = 1,
   19726             :             .ascii = 1,
   19727             :         },
   19728             :     },
   19729             :     ._data = "_os",
   19730             : };
   19731             : static
   19732             :     struct {
   19733             :         PyASCIIObject _ascii;
   19734             :         uint8_t _data[8];
   19735             :     }
   19736             : const_str_environ = {
   19737             :     ._ascii = {
   19738             :         .ob_base = {
   19739             :             .ob_refcnt = 999999999,
   19740             :             .ob_type = &PyUnicode_Type,
   19741             :         },
   19742             :         .length = 7,
   19743             :         .hash = -1,
   19744             :         .state = {
   19745             :             .kind = 1,
   19746             :             .compact = 1,
   19747             :             .ascii = 1,
   19748             :         },
   19749             :     },
   19750             :     ._data = "environ",
   19751             : };
   19752             : static
   19753             :     struct {
   19754             :         PyGC_Head _gc_head;
   19755             :         struct {
   19756             :             PyObject_VAR_HEAD
   19757             :             PyObject *ob_item[5];
   19758             :         }_object;
   19759             :     }
   19760             : importlib__bootstrap_external_toplevel_consts_11_consts_3_names = {
   19761             :     ._object = {
   19762             :         .ob_base = {
   19763             :             .ob_base = {
   19764             :                 .ob_refcnt = 999999999,
   19765             :                 .ob_type = &PyTuple_Type,
   19766             :             },
   19767             :             .ob_size = 5,
   19768             :         },
   19769             :         .ob_item = {
   19770             :             & const_str_sys._ascii.ob_base,
   19771             :             & const_str_flags._ascii.ob_base,
   19772             :             & const_str_ignore_environment._ascii.ob_base,
   19773             :             & const_str__os._ascii.ob_base,
   19774             :             & const_str_environ._ascii.ob_base,
   19775             :         },
   19776             :     },
   19777             : };
   19778             : static
   19779             :     struct {
   19780             :         PyASCIIObject _ascii;
   19781             :         uint8_t _data[12];
   19782             :     }
   19783             : const_str__relax_case = {
   19784             :     ._ascii = {
   19785             :         .ob_base = {
   19786             :             .ob_refcnt = 999999999,
   19787             :             .ob_type = &PyUnicode_Type,
   19788             :         },
   19789             :         .length = 11,
   19790             :         .hash = -1,
   19791             :         .state = {
   19792             :             .kind = 1,
   19793             :             .compact = 1,
   19794             :             .ascii = 1,
   19795             :         },
   19796             :     },
   19797             :     ._data = "_relax_case",
   19798             : };
   19799             : static
   19800             :     struct {
   19801             :         PyASCIIObject _ascii;
   19802             :         uint8_t _data[38];
   19803             :     }
   19804             : importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname = {
   19805             :     ._ascii = {
   19806             :         .ob_base = {
   19807             :             .ob_refcnt = 999999999,
   19808             :             .ob_type = &PyUnicode_Type,
   19809             :         },
   19810             :         .length = 37,
   19811             :         .hash = -1,
   19812             :         .state = {
   19813             :             .kind = 1,
   19814             :             .compact = 1,
   19815             :             .ascii = 1,
   19816             :         },
   19817             :     },
   19818             :     ._data = "_make_relax_case.<locals>._relax_case",
   19819             : };
   19820             : static
   19821             :     struct {
   19822             :         PyObject_VAR_HEAD
   19823             :         Py_hash_t ob_shash;
   19824             :         char ob_sval[37];
   19825             :     }
   19826             : importlib__bootstrap_external_toplevel_consts_11_consts_3_linetable = {
   19827             :     .ob_base = {
   19828             :         .ob_base = {
   19829             :             .ob_refcnt = 999999999,
   19830             :             .ob_type = &PyBytes_Type,
   19831             :         },
   19832             :         .ob_size = 36,
   19833             :     },
   19834             :     .ob_shash = -1,
   19835             :     .ob_sval = "\xf8\x80\x00\xe5\x17\x1a\x97\x79\x91\x79\xd7\x17\x33\xd1\x17\x33\xd0\x13\x33\xd0\x13\x4a\xb8\x03\xbd\x73\xbf\x7b\xb9\x7b\xd0\x38\x4a\xd0\x0c\x4a",
   19836             : };
   19837             : static
   19838             :     struct {
   19839             :         PyASCIIObject _ascii;
   19840             :         uint8_t _data[4];
   19841             :     }
   19842             : const_str_key = {
   19843             :     ._ascii = {
   19844             :         .ob_base = {
   19845             :             .ob_refcnt = 999999999,
   19846             :             .ob_type = &PyUnicode_Type,
   19847             :         },
   19848             :         .length = 3,
   19849             :         .hash = -1,
   19850             :         .state = {
   19851             :             .kind = 1,
   19852             :             .compact = 1,
   19853             :             .ascii = 1,
   19854             :         },
   19855             :     },
   19856             :     ._data = "key",
   19857             : };
   19858             : static
   19859             :     struct {
   19860             :         PyGC_Head _gc_head;
   19861             :         struct {
   19862             :             PyObject_VAR_HEAD
   19863             :             PyObject *ob_item[1];
   19864             :         }_object;
   19865             :     }
   19866             : importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames = {
   19867             :     ._object = {
   19868             :         .ob_base = {
   19869             :             .ob_base = {
   19870             :                 .ob_refcnt = 999999999,
   19871             :                 .ob_type = &PyTuple_Type,
   19872             :             },
   19873             :             .ob_size = 1,
   19874             :         },
   19875             :         .ob_item = {
   19876             :             & const_str_key._ascii.ob_base,
   19877             :         },
   19878             :     },
   19879             : };
   19880             : static
   19881             :     struct _PyCode_DEF(98)
   19882             : importlib__bootstrap_external_toplevel_consts_11_consts_3 = {
   19883             :     .ob_base = {
   19884             :         .ob_base = {
   19885             :             .ob_refcnt = 999999999,
   19886             :             .ob_type = &PyCode_Type,
   19887             :         },
   19888             :         .ob_size = 49,
   19889             :     },
   19890             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts_3_consts._object.ob_base.ob_base,
   19891             :     .co_names = & importlib__bootstrap_external_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
   19892             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   19893             :     .co_flags = 19,
   19894             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   19895             :     ._co_linearray_entry_size = 0,
   19896             :     .co_argcount = 0,
   19897             :     .co_posonlyargcount = 0,
   19898             :     .co_kwonlyargcount = 0,
   19899             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   19900             :     .co_stacksize = 2,
   19901             :     .co_firstlineno = 67,
   19902             :     .co_nlocalsplus = 1,
   19903             :     .co_nlocals = 0,
   19904             :     .co_nplaincellvars = 0,
   19905             :     .co_ncellvars = 0,
   19906             :     .co_nfreevars = 1,
   19907             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
   19908             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[128]),
   19909             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   19910             :     .co_name = & const_str__relax_case._ascii.ob_base,
   19911             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
   19912             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
   19913             :     ._co_code = NULL,
   19914             :     ._co_linearray = NULL,
   19915             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x00\x6f\x12\x89\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
   19916             :     ._co_firsttraceable = 1,
   19917             : };
   19918             : static
   19919             :     struct {
   19920             :         PyASCIIObject _ascii;
   19921             :         uint8_t _data[54];
   19922             :     }
   19923             : importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0 = {
   19924             :     ._ascii = {
   19925             :         .ob_base = {
   19926             :             .ob_refcnt = 999999999,
   19927             :             .ob_type = &PyUnicode_Type,
   19928             :         },
   19929             :         .length = 53,
   19930             :         .hash = -1,
   19931             :         .state = {
   19932             :             .kind = 1,
   19933             :             .compact = 1,
   19934             :             .ascii = 1,
   19935             :         },
   19936             :     },
   19937             :     ._data = "True if filenames must be checked case-insensitively.",
   19938             : };
   19939             : static
   19940             :     struct {
   19941             :         PyGC_Head _gc_head;
   19942             :         struct {
   19943             :             PyObject_VAR_HEAD
   19944             :             PyObject *ob_item[2];
   19945             :         }_object;
   19946             :     }
   19947             : importlib__bootstrap_external_toplevel_consts_11_consts_4_consts = {
   19948             :     ._object = {
   19949             :         .ob_base = {
   19950             :             .ob_base = {
   19951             :                 .ob_refcnt = 999999999,
   19952             :                 .ob_type = &PyTuple_Type,
   19953             :             },
   19954             :             .ob_size = 2,
   19955             :         },
   19956             :         .ob_item = {
   19957             :             & importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0._ascii.ob_base,
   19958             :             Py_False,
   19959             :         },
   19960             :     },
   19961             : };
   19962             : static
   19963             :     struct {
   19964             :         PyObject_VAR_HEAD
   19965             :         Py_hash_t ob_shash;
   19966             :         char ob_sval[8];
   19967             :     }
   19968             : importlib__bootstrap_external_toplevel_consts_11_consts_4_linetable = {
   19969             :     .ob_base = {
   19970             :         .ob_base = {
   19971             :             .ob_refcnt = 999999999,
   19972             :             .ob_type = &PyBytes_Type,
   19973             :         },
   19974             :         .ob_size = 7,
   19975             :     },
   19976             :     .ob_shash = -1,
   19977             :     .ob_sval = "\x80\x00\xe0\x13\x18\x90\x35",
   19978             : };
   19979             : static
   19980             :     struct _PyCode_DEF(6)
   19981             : importlib__bootstrap_external_toplevel_consts_11_consts_4 = {
   19982             :     .ob_base = {
   19983             :         .ob_base = {
   19984             :             .ob_refcnt = 999999999,
   19985             :             .ob_type = &PyCode_Type,
   19986             :         },
   19987             :         .ob_size = 3,
   19988             :     },
   19989             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts_4_consts._object.ob_base.ob_base,
   19990             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   19991             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   19992             :     .co_flags = 19,
   19993             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   19994             :     ._co_linearray_entry_size = 0,
   19995             :     .co_argcount = 0,
   19996             :     .co_posonlyargcount = 0,
   19997             :     .co_kwonlyargcount = 0,
   19998             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   19999             :     .co_stacksize = 1,
   20000             :     .co_firstlineno = 71,
   20001             :     .co_nlocalsplus = 0,
   20002             :     .co_nlocals = 0,
   20003             :     .co_nplaincellvars = 0,
   20004             :     .co_ncellvars = 0,
   20005             :     .co_nfreevars = 0,
   20006             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   20007             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   20008             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   20009             :     .co_name = & const_str__relax_case._ascii.ob_base,
   20010             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
   20011             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_consts_4_linetable.ob_base.ob_base,
   20012             :     ._co_code = NULL,
   20013             :     ._co_linearray = NULL,
   20014             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   20015             :     ._co_firsttraceable = 0,
   20016             : };
   20017             : static
   20018             :     struct {
   20019             :         PyGC_Head _gc_head;
   20020             :         struct {
   20021             :             PyObject_VAR_HEAD
   20022             :             PyObject *ob_item[5];
   20023             :         }_object;
   20024             :     }
   20025             : importlib__bootstrap_external_toplevel_consts_11_consts = {
   20026             :     ._object = {
   20027             :         .ob_base = {
   20028             :             .ob_base = {
   20029             :                 .ob_refcnt = 999999999,
   20030             :                 .ob_type = &PyTuple_Type,
   20031             :             },
   20032             :             .ob_size = 5,
   20033             :         },
   20034             :         .ob_item = {
   20035             :             Py_None,
   20036             :             & const_str_PYTHONCASEOK._ascii.ob_base,
   20037             :             & importlib__bootstrap_external_toplevel_consts_11_consts_2.ob_base.ob_base,
   20038             :             & importlib__bootstrap_external_toplevel_consts_11_consts_3.ob_base.ob_base,
   20039             :             & importlib__bootstrap_external_toplevel_consts_11_consts_4.ob_base.ob_base,
   20040             :         },
   20041             :     },
   20042             : };
   20043             : static
   20044             :     struct {
   20045             :         PyASCIIObject _ascii;
   20046             :         uint8_t _data[28];
   20047             :     }
   20048             : const_str__CASE_INSENSITIVE_PLATFORMS = {
   20049             :     ._ascii = {
   20050             :         .ob_base = {
   20051             :             .ob_refcnt = 999999999,
   20052             :             .ob_type = &PyUnicode_Type,
   20053             :         },
   20054             :         .length = 27,
   20055             :         .hash = -1,
   20056             :         .state = {
   20057             :             .kind = 1,
   20058             :             .compact = 1,
   20059             :             .ascii = 1,
   20060             :         },
   20061             :     },
   20062             :     ._data = "_CASE_INSENSITIVE_PLATFORMS",
   20063             : };
   20064             : static
   20065             :     struct {
   20066             :         PyASCIIObject _ascii;
   20067             :         uint8_t _data[36];
   20068             :     }
   20069             : const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY = {
   20070             :     ._ascii = {
   20071             :         .ob_base = {
   20072             :             .ob_refcnt = 999999999,
   20073             :             .ob_type = &PyUnicode_Type,
   20074             :         },
   20075             :         .length = 35,
   20076             :         .hash = -1,
   20077             :         .state = {
   20078             :             .kind = 1,
   20079             :             .compact = 1,
   20080             :             .ascii = 1,
   20081             :         },
   20082             :     },
   20083             :     ._data = "_CASE_INSENSITIVE_PLATFORMS_STR_KEY",
   20084             : };
   20085             : static
   20086             :     struct {
   20087             :         PyGC_Head _gc_head;
   20088             :         struct {
   20089             :             PyObject_VAR_HEAD
   20090             :             PyObject *ob_item[5];
   20091             :         }_object;
   20092             :     }
   20093             : importlib__bootstrap_external_toplevel_consts_11_names = {
   20094             :     ._object = {
   20095             :         .ob_base = {
   20096             :             .ob_base = {
   20097             :                 .ob_refcnt = 999999999,
   20098             :                 .ob_type = &PyTuple_Type,
   20099             :             },
   20100             :             .ob_size = 5,
   20101             :         },
   20102             :         .ob_item = {
   20103             :             & const_str_sys._ascii.ob_base,
   20104             :             & const_str_platform._ascii.ob_base,
   20105             :             & const_str_startswith._ascii.ob_base,
   20106             :             & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
   20107             :             & const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY._ascii.ob_base,
   20108             :         },
   20109             :     },
   20110             : };
   20111             : static
   20112             :     struct {
   20113             :         PyASCIIObject _ascii;
   20114             :         uint8_t _data[17];
   20115             :     }
   20116             : const_str__make_relax_case = {
   20117             :     ._ascii = {
   20118             :         .ob_base = {
   20119             :             .ob_refcnt = 999999999,
   20120             :             .ob_type = &PyUnicode_Type,
   20121             :         },
   20122             :         .length = 16,
   20123             :         .hash = -1,
   20124             :         .state = {
   20125             :             .kind = 1,
   20126             :             .compact = 1,
   20127             :             .ascii = 1,
   20128             :         },
   20129             :     },
   20130             :     ._data = "_make_relax_case",
   20131             : };
   20132             : static
   20133             :     struct {
   20134             :         PyObject_VAR_HEAD
   20135             :         Py_hash_t ob_shash;
   20136             :         char ob_sval[123];
   20137             :     }
   20138             : importlib__bootstrap_external_toplevel_consts_11_linetable = {
   20139             :     .ob_base = {
   20140             :         .ob_base = {
   20141             :             .ob_refcnt = 999999999,
   20142             :             .ob_type = &PyBytes_Type,
   20143             :         },
   20144             :         .ob_size = 122,
   20145             :     },
   20146             :     .ob_shash = -1,
   20147             :     .ob_sval = "\xf8\x80\x00\xdd\x07\x0a\x87\x7c\x81\x7c\xd7\x07\x1e\xd1\x07\x1e\xd5\x1f\x3a\xd4\x07\x3b\xf0\x00\x0c\x05\x19\xdd\x0b\x0e\x8f\x3c\x89\x3c\xd7\x0b\x22\xd1\x0b\x22\xd5\x23\x46\xd4\x0b\x47\xf0\x00\x03\x09\x22\xd8\x12\x20\x88\x43\x88\x43\xe0\x12\x21\x88\x43\xf0\x04\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x08\x02\x09\x19\xf0\x00\x02\x09\x19\xf0\x00\x02\x09\x19\xf0\x06\x00\x0c\x17\xd0\x04\x16",
   20148             : };
   20149             : static
   20150             :     struct {
   20151             :         PyGC_Head _gc_head;
   20152             :         struct {
   20153             :             PyObject_VAR_HEAD
   20154             :             PyObject *ob_item[2];
   20155             :         }_object;
   20156             :     }
   20157             : importlib__bootstrap_external_toplevel_consts_11_localsplusnames = {
   20158             :     ._object = {
   20159             :         .ob_base = {
   20160             :             .ob_base = {
   20161             :                 .ob_refcnt = 999999999,
   20162             :                 .ob_type = &PyTuple_Type,
   20163             :             },
   20164             :             .ob_size = 2,
   20165             :         },
   20166             :         .ob_item = {
   20167             :             & const_str__relax_case._ascii.ob_base,
   20168             :             & const_str_key._ascii.ob_base,
   20169             :         },
   20170             :     },
   20171             : };
   20172             : static
   20173             :     struct {
   20174             :         PyObject_VAR_HEAD
   20175             :         Py_hash_t ob_shash;
   20176             :         char ob_sval[3];
   20177             :     }
   20178             : importlib__bootstrap_external_toplevel_consts_11_localspluskinds = {
   20179             :     .ob_base = {
   20180             :         .ob_base = {
   20181             :             .ob_refcnt = 999999999,
   20182             :             .ob_type = &PyBytes_Type,
   20183             :         },
   20184             :         .ob_size = 2,
   20185             :     },
   20186             :     .ob_shash = -1,
   20187             :     .ob_sval = " @",
   20188             : };
   20189             : static
   20190             :     struct _PyCode_DEF(188)
   20191             : importlib__bootstrap_external_toplevel_consts_11 = {
   20192             :     .ob_base = {
   20193             :         .ob_base = {
   20194             :             .ob_refcnt = 999999999,
   20195             :             .ob_type = &PyCode_Type,
   20196             :         },
   20197             :         .ob_size = 94,
   20198             :     },
   20199             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts._object.ob_base.ob_base,
   20200             :     .co_names = & importlib__bootstrap_external_toplevel_consts_11_names._object.ob_base.ob_base,
   20201             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   20202             :     .co_flags = 3,
   20203             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   20204             :     ._co_linearray_entry_size = 0,
   20205             :     .co_argcount = 0,
   20206             :     .co_posonlyargcount = 0,
   20207             :     .co_kwonlyargcount = 0,
   20208             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   20209             :     .co_stacksize = 3,
   20210             :     .co_firstlineno = 60,
   20211             :     .co_nlocalsplus = 2,
   20212             :     .co_nlocals = 1,
   20213             :     .co_nplaincellvars = 1,
   20214             :     .co_ncellvars = 1,
   20215             :     .co_nfreevars = 0,
   20216             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
   20217             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_11_localspluskinds.ob_base.ob_base,
   20218             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   20219             :     .co_name = & const_str__make_relax_case._ascii.ob_base,
   20220             :     .co_qualname = & const_str__make_relax_case._ascii.ob_base,
   20221             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_linetable.ob_base.ob_base,
   20222             :     ._co_code = NULL,
   20223             :     ._co_linearray = NULL,
   20224             :     .co_code_adaptive = "\x87\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x31\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x01\x8a\x01\x6e\x02\x64\x02\x8a\x01\x88\x01\x66\x01\x64\x03\x84\x08\x7d\x00\x6e\x03\x64\x04\x84\x00\x7d\x00\x7c\x00\x53\x00",
   20225             :     ._co_firsttraceable = 1,
   20226             : };
   20227             : static
   20228             :     struct {
   20229             :         PyASCIIObject _ascii;
   20230             :         uint8_t _data[43];
   20231             :     }
   20232             : importlib__bootstrap_external_toplevel_consts_12_consts_0 = {
   20233             :     ._ascii = {
   20234             :         .ob_base = {
   20235             :             .ob_refcnt = 999999999,
   20236             :             .ob_type = &PyUnicode_Type,
   20237             :         },
   20238             :         .length = 42,
   20239             :         .hash = -1,
   20240             :         .state = {
   20241             :             .kind = 1,
   20242             :             .compact = 1,
   20243             :             .ascii = 1,
   20244             :         },
   20245             :     },
   20246             :     ._data = "Convert a 32-bit integer to little-endian.",
   20247             : };
   20248             : #if PYLONG_BITS_IN_DIGIT == 15
   20249             : static
   20250             :     struct {
   20251             :         PyObject_VAR_HEAD
   20252             :         digit ob_digit[3];
   20253             :     }
   20254             : const_int_4294967295 = {
   20255             :     .ob_base = {
   20256             :         .ob_base = {
   20257             :             .ob_refcnt = 999999999,
   20258             :             .ob_type = &PyLong_Type,
   20259             :         },
   20260             :         .ob_size = 3,
   20261             :     },
   20262             :     .ob_digit = { 32767, 32767, 3 },
   20263             : };
   20264             : #elif PYLONG_BITS_IN_DIGIT == 30
   20265             : static
   20266             :     struct {
   20267             :         PyObject_VAR_HEAD
   20268             :         digit ob_digit[2];
   20269             :     }
   20270             : const_int_4294967295 = {
   20271             :     .ob_base = {
   20272             :         .ob_base = {
   20273             :             .ob_refcnt = 999999999,
   20274             :             .ob_type = &PyLong_Type,
   20275             :         },
   20276             :         .ob_size = 2,
   20277             :     },
   20278             :     .ob_digit = { 1073741823, 3 },
   20279             : };
   20280             : #else
   20281             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   20282             : #endif
   20283             : static
   20284             :     struct {
   20285             :         PyGC_Head _gc_head;
   20286             :         struct {
   20287             :             PyObject_VAR_HEAD
   20288             :             PyObject *ob_item[4];
   20289             :         }_object;
   20290             :     }
   20291             : importlib__bootstrap_external_toplevel_consts_12_consts = {
   20292             :     ._object = {
   20293             :         .ob_base = {
   20294             :             .ob_base = {
   20295             :                 .ob_refcnt = 999999999,
   20296             :                 .ob_type = &PyTuple_Type,
   20297             :             },
   20298             :             .ob_size = 4,
   20299             :         },
   20300             :         .ob_item = {
   20301             :             & importlib__bootstrap_external_toplevel_consts_12_consts_0._ascii.ob_base,
   20302             :             & const_int_4294967295.ob_base.ob_base,
   20303             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
   20304             :             &_Py_ID(little),
   20305             :         },
   20306             :     },
   20307             : };
   20308             : static
   20309             :     struct {
   20310             :         PyASCIIObject _ascii;
   20311             :         uint8_t _data[4];
   20312             :     }
   20313             : const_str_int = {
   20314             :     ._ascii = {
   20315             :         .ob_base = {
   20316             :             .ob_refcnt = 999999999,
   20317             :             .ob_type = &PyUnicode_Type,
   20318             :         },
   20319             :         .length = 3,
   20320             :         .hash = -1,
   20321             :         .state = {
   20322             :             .kind = 1,
   20323             :             .compact = 1,
   20324             :             .ascii = 1,
   20325             :         },
   20326             :     },
   20327             :     ._data = "int",
   20328             : };
   20329             : static
   20330             :     struct {
   20331             :         PyASCIIObject _ascii;
   20332             :         uint8_t _data[9];
   20333             :     }
   20334             : const_str_to_bytes = {
   20335             :     ._ascii = {
   20336             :         .ob_base = {
   20337             :             .ob_refcnt = 999999999,
   20338             :             .ob_type = &PyUnicode_Type,
   20339             :         },
   20340             :         .length = 8,
   20341             :         .hash = -1,
   20342             :         .state = {
   20343             :             .kind = 1,
   20344             :             .compact = 1,
   20345             :             .ascii = 1,
   20346             :         },
   20347             :     },
   20348             :     ._data = "to_bytes",
   20349             : };
   20350             : static
   20351             :     struct {
   20352             :         PyGC_Head _gc_head;
   20353             :         struct {
   20354             :             PyObject_VAR_HEAD
   20355             :             PyObject *ob_item[2];
   20356             :         }_object;
   20357             :     }
   20358             : importlib__bootstrap_external_toplevel_consts_12_names = {
   20359             :     ._object = {
   20360             :         .ob_base = {
   20361             :             .ob_base = {
   20362             :                 .ob_refcnt = 999999999,
   20363             :                 .ob_type = &PyTuple_Type,
   20364             :             },
   20365             :             .ob_size = 2,
   20366             :         },
   20367             :         .ob_item = {
   20368             :             & const_str_int._ascii.ob_base,
   20369             :             & const_str_to_bytes._ascii.ob_base,
   20370             :         },
   20371             :     },
   20372             : };
   20373             : static
   20374             :     struct {
   20375             :         PyASCIIObject _ascii;
   20376             :         uint8_t _data[13];
   20377             :     }
   20378             : const_str__pack_uint32 = {
   20379             :     ._ascii = {
   20380             :         .ob_base = {
   20381             :             .ob_refcnt = 999999999,
   20382             :             .ob_type = &PyUnicode_Type,
   20383             :         },
   20384             :         .length = 12,
   20385             :         .hash = -1,
   20386             :         .state = {
   20387             :             .kind = 1,
   20388             :             .compact = 1,
   20389             :             .ascii = 1,
   20390             :         },
   20391             :     },
   20392             :     ._data = "_pack_uint32",
   20393             : };
   20394             : static
   20395             :     struct {
   20396             :         PyObject_VAR_HEAD
   20397             :         Py_hash_t ob_shash;
   20398             :         char ob_sval[31];
   20399             :     }
   20400             : importlib__bootstrap_external_toplevel_consts_12_linetable = {
   20401             :     .ob_base = {
   20402             :         .ob_base = {
   20403             :             .ob_refcnt = 999999999,
   20404             :             .ob_type = &PyBytes_Type,
   20405             :         },
   20406             :         .ob_size = 30,
   20407             :     },
   20408             :     .ob_shash = -1,
   20409             :     .ob_sval = "\x80\x00\xe5\x0c\x0f\x90\x01\x8c\x46\x90\x5a\xd1\x0c\x1f\xd7\x0b\x29\xd1\x0b\x29\xa8\x21\xa8\x58\xd4\x0b\x36\xd0\x04\x36",
   20410             : };
   20411             : static
   20412             :     struct {
   20413             :         PyGC_Head _gc_head;
   20414             :         struct {
   20415             :             PyObject_VAR_HEAD
   20416             :             PyObject *ob_item[1];
   20417             :         }_object;
   20418             :     }
   20419             : importlib__bootstrap_external_toplevel_consts_12_localsplusnames = {
   20420             :     ._object = {
   20421             :         .ob_base = {
   20422             :             .ob_base = {
   20423             :                 .ob_refcnt = 999999999,
   20424             :                 .ob_type = &PyTuple_Type,
   20425             :             },
   20426             :             .ob_size = 1,
   20427             :         },
   20428             :         .ob_item = {
   20429             :             & const_str_x._ascii.ob_base,
   20430             :         },
   20431             :     },
   20432             : };
   20433             : static
   20434             :     struct _PyCode_DEF(68)
   20435             : importlib__bootstrap_external_toplevel_consts_12 = {
   20436             :     .ob_base = {
   20437             :         .ob_base = {
   20438             :             .ob_refcnt = 999999999,
   20439             :             .ob_type = &PyCode_Type,
   20440             :         },
   20441             :         .ob_size = 34,
   20442             :     },
   20443             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_12_consts._object.ob_base.ob_base,
   20444             :     .co_names = & importlib__bootstrap_external_toplevel_consts_12_names._object.ob_base.ob_base,
   20445             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   20446             :     .co_flags = 3,
   20447             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   20448             :     ._co_linearray_entry_size = 0,
   20449             :     .co_argcount = 1,
   20450             :     .co_posonlyargcount = 0,
   20451             :     .co_kwonlyargcount = 0,
   20452             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   20453             :     .co_stacksize = 4,
   20454             :     .co_firstlineno = 79,
   20455             :     .co_nlocalsplus = 1,
   20456             :     .co_nlocals = 1,
   20457             :     .co_nplaincellvars = 0,
   20458             :     .co_ncellvars = 0,
   20459             :     .co_nfreevars = 0,
   20460             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
   20461             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   20462             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   20463             :     .co_name = & const_str__pack_uint32._ascii.ob_base,
   20464             :     .co_qualname = & const_str__pack_uint32._ascii.ob_base,
   20465             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_12_linetable.ob_base.ob_base,
   20466             :     ._co_code = NULL,
   20467             :     ._co_linearray = NULL,
   20468             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x01\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   20469             :     ._co_firsttraceable = 0,
   20470             : };
   20471             : static
   20472             :     struct {
   20473             :         PyASCIIObject _ascii;
   20474             :         uint8_t _data[48];
   20475             :     }
   20476             : importlib__bootstrap_external_toplevel_consts_13_consts_0 = {
   20477             :     ._ascii = {
   20478             :         .ob_base = {
   20479             :             .ob_refcnt = 999999999,
   20480             :             .ob_type = &PyUnicode_Type,
   20481             :         },
   20482             :         .length = 47,
   20483             :         .hash = -1,
   20484             :         .state = {
   20485             :             .kind = 1,
   20486             :             .compact = 1,
   20487             :             .ascii = 1,
   20488             :         },
   20489             :     },
   20490             :     ._data = "Convert 4 bytes in little-endian to an integer.",
   20491             : };
   20492             : static
   20493             :     struct {
   20494             :         PyGC_Head _gc_head;
   20495             :         struct {
   20496             :             PyObject_VAR_HEAD
   20497             :             PyObject *ob_item[3];
   20498             :         }_object;
   20499             :     }
   20500             : importlib__bootstrap_external_toplevel_consts_13_consts = {
   20501             :     ._object = {
   20502             :         .ob_base = {
   20503             :             .ob_base = {
   20504             :                 .ob_refcnt = 999999999,
   20505             :                 .ob_type = &PyTuple_Type,
   20506             :             },
   20507             :             .ob_size = 3,
   20508             :         },
   20509             :         .ob_item = {
   20510             :             & importlib__bootstrap_external_toplevel_consts_13_consts_0._ascii.ob_base,
   20511             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
   20512             :             &_Py_ID(little),
   20513             :         },
   20514             :     },
   20515             : };
   20516             : static
   20517             :     struct {
   20518             :         PyASCIIObject _ascii;
   20519             :         uint8_t _data[11];
   20520             :     }
   20521             : const_str_from_bytes = {
   20522             :     ._ascii = {
   20523             :         .ob_base = {
   20524             :             .ob_refcnt = 999999999,
   20525             :             .ob_type = &PyUnicode_Type,
   20526             :         },
   20527             :         .length = 10,
   20528             :         .hash = -1,
   20529             :         .state = {
   20530             :             .kind = 1,
   20531             :             .compact = 1,
   20532             :             .ascii = 1,
   20533             :         },
   20534             :     },
   20535             :     ._data = "from_bytes",
   20536             : };
   20537             : static
   20538             :     struct {
   20539             :         PyGC_Head _gc_head;
   20540             :         struct {
   20541             :             PyObject_VAR_HEAD
   20542             :             PyObject *ob_item[3];
   20543             :         }_object;
   20544             :     }
   20545             : importlib__bootstrap_external_toplevel_consts_13_names = {
   20546             :     ._object = {
   20547             :         .ob_base = {
   20548             :             .ob_base = {
   20549             :                 .ob_refcnt = 999999999,
   20550             :                 .ob_type = &PyTuple_Type,
   20551             :             },
   20552             :             .ob_size = 3,
   20553             :         },
   20554             :         .ob_item = {
   20555             :             &_Py_ID(len),
   20556             :             & const_str_int._ascii.ob_base,
   20557             :             & const_str_from_bytes._ascii.ob_base,
   20558             :         },
   20559             :     },
   20560             : };
   20561             : static
   20562             :     struct {
   20563             :         PyASCIIObject _ascii;
   20564             :         uint8_t _data[15];
   20565             :     }
   20566             : const_str__unpack_uint32 = {
   20567             :     ._ascii = {
   20568             :         .ob_base = {
   20569             :             .ob_refcnt = 999999999,
   20570             :             .ob_type = &PyUnicode_Type,
   20571             :         },
   20572             :         .length = 14,
   20573             :         .hash = -1,
   20574             :         .state = {
   20575             :             .kind = 1,
   20576             :             .compact = 1,
   20577             :             .ascii = 1,
   20578             :         },
   20579             :     },
   20580             :     ._data = "_unpack_uint32",
   20581             : };
   20582             : static
   20583             :     struct {
   20584             :         PyObject_VAR_HEAD
   20585             :         Py_hash_t ob_shash;
   20586             :         char ob_sval[40];
   20587             :     }
   20588             : importlib__bootstrap_external_toplevel_consts_13_linetable = {
   20589             :     .ob_base = {
   20590             :         .ob_base = {
   20591             :             .ob_refcnt = 999999999,
   20592             :             .ob_type = &PyBytes_Type,
   20593             :         },
   20594             :         .ob_size = 39,
   20595             :     },
   20596             :     .ob_shash = -1,
   20597             :     .ob_sval = "\x80\x00\xe5\x0b\x0e\x88\x74\x8c\x39\x98\x01\x8a\x3e\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19\xdd\x0b\x0e\x8f\x3e\x89\x3e\x98\x24\xa0\x08\xd4\x0b\x29\xd0\x04\x29",
   20598             : };
   20599             : static
   20600             :     struct {
   20601             :         PyASCIIObject _ascii;
   20602             :         uint8_t _data[5];
   20603             :     }
   20604             : const_str_data = {
   20605             :     ._ascii = {
   20606             :         .ob_base = {
   20607             :             .ob_refcnt = 999999999,
   20608             :             .ob_type = &PyUnicode_Type,
   20609             :         },
   20610             :         .length = 4,
   20611             :         .hash = -1,
   20612             :         .state = {
   20613             :             .kind = 1,
   20614             :             .compact = 1,
   20615             :             .ascii = 1,
   20616             :         },
   20617             :     },
   20618             :     ._data = "data",
   20619             : };
   20620             : static
   20621             :     struct {
   20622             :         PyGC_Head _gc_head;
   20623             :         struct {
   20624             :             PyObject_VAR_HEAD
   20625             :             PyObject *ob_item[1];
   20626             :         }_object;
   20627             :     }
   20628             : importlib__bootstrap_external_toplevel_consts_13_localsplusnames = {
   20629             :     ._object = {
   20630             :         .ob_base = {
   20631             :             .ob_base = {
   20632             :                 .ob_refcnt = 999999999,
   20633             :                 .ob_type = &PyTuple_Type,
   20634             :             },
   20635             :             .ob_size = 1,
   20636             :         },
   20637             :         .ob_item = {
   20638             :             & const_str_data._ascii.ob_base,
   20639             :         },
   20640             :     },
   20641             : };
   20642             : static
   20643             :     struct _PyCode_DEF(88)
   20644             : importlib__bootstrap_external_toplevel_consts_13 = {
   20645             :     .ob_base = {
   20646             :         .ob_base = {
   20647             :             .ob_refcnt = 999999999,
   20648             :             .ob_type = &PyCode_Type,
   20649             :         },
   20650             :         .ob_size = 44,
   20651             :     },
   20652             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_13_consts._object.ob_base.ob_base,
   20653             :     .co_names = & importlib__bootstrap_external_toplevel_consts_13_names._object.ob_base.ob_base,
   20654             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   20655             :     .co_flags = 3,
   20656             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   20657             :     ._co_linearray_entry_size = 0,
   20658             :     .co_argcount = 1,
   20659             :     .co_posonlyargcount = 0,
   20660             :     .co_kwonlyargcount = 0,
   20661             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   20662             :     .co_stacksize = 4,
   20663             :     .co_firstlineno = 84,
   20664             :     .co_nlocalsplus = 1,
   20665             :     .co_nlocals = 1,
   20666             :     .co_nplaincellvars = 0,
   20667             :     .co_ncellvars = 0,
   20668             :     .co_nfreevars = 0,
   20669             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
   20670             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   20671             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   20672             :     .co_name = & const_str__unpack_uint32._ascii.ob_base,
   20673             :     .co_qualname = & const_str__unpack_uint32._ascii.ob_base,
   20674             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_13_linetable.ob_base.ob_base,
   20675             :     ._co_code = NULL,
   20676             :     ._co_linearray = NULL,
   20677             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   20678             :     ._co_firsttraceable = 0,
   20679             : };
   20680             : static
   20681             :     struct {
   20682             :         PyASCIIObject _ascii;
   20683             :         uint8_t _data[48];
   20684             :     }
   20685             : importlib__bootstrap_external_toplevel_consts_14_consts_0 = {
   20686             :     ._ascii = {
   20687             :         .ob_base = {
   20688             :             .ob_refcnt = 999999999,
   20689             :             .ob_type = &PyUnicode_Type,
   20690             :         },
   20691             :         .length = 47,
   20692             :         .hash = -1,
   20693             :         .state = {
   20694             :             .kind = 1,
   20695             :             .compact = 1,
   20696             :             .ascii = 1,
   20697             :         },
   20698             :     },
   20699             :     ._data = "Convert 2 bytes in little-endian to an integer.",
   20700             : };
   20701             : static
   20702             :     struct {
   20703             :         PyGC_Head _gc_head;
   20704             :         struct {
   20705             :             PyObject_VAR_HEAD
   20706             :             PyObject *ob_item[3];
   20707             :         }_object;
   20708             :     }
   20709             : importlib__bootstrap_external_toplevel_consts_14_consts = {
   20710             :     ._object = {
   20711             :         .ob_base = {
   20712             :             .ob_base = {
   20713             :                 .ob_refcnt = 999999999,
   20714             :                 .ob_type = &PyTuple_Type,
   20715             :             },
   20716             :             .ob_size = 3,
   20717             :         },
   20718             :         .ob_item = {
   20719             :             & importlib__bootstrap_external_toplevel_consts_14_consts_0._ascii.ob_base,
   20720             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   20721             :             &_Py_ID(little),
   20722             :         },
   20723             :     },
   20724             : };
   20725             : static
   20726             :     struct {
   20727             :         PyASCIIObject _ascii;
   20728             :         uint8_t _data[15];
   20729             :     }
   20730             : const_str__unpack_uint16 = {
   20731             :     ._ascii = {
   20732             :         .ob_base = {
   20733             :             .ob_refcnt = 999999999,
   20734             :             .ob_type = &PyUnicode_Type,
   20735             :         },
   20736             :         .length = 14,
   20737             :         .hash = -1,
   20738             :         .state = {
   20739             :             .kind = 1,
   20740             :             .compact = 1,
   20741             :             .ascii = 1,
   20742             :         },
   20743             :     },
   20744             :     ._data = "_unpack_uint16",
   20745             : };
   20746             : static
   20747             :     struct _PyCode_DEF(88)
   20748             : importlib__bootstrap_external_toplevel_consts_14 = {
   20749             :     .ob_base = {
   20750             :         .ob_base = {
   20751             :             .ob_refcnt = 999999999,
   20752             :             .ob_type = &PyCode_Type,
   20753             :         },
   20754             :         .ob_size = 44,
   20755             :     },
   20756             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_14_consts._object.ob_base.ob_base,
   20757             :     .co_names = & importlib__bootstrap_external_toplevel_consts_13_names._object.ob_base.ob_base,
   20758             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   20759             :     .co_flags = 3,
   20760             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   20761             :     ._co_linearray_entry_size = 0,
   20762             :     .co_argcount = 1,
   20763             :     .co_posonlyargcount = 0,
   20764             :     .co_kwonlyargcount = 0,
   20765             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   20766             :     .co_stacksize = 4,
   20767             :     .co_firstlineno = 89,
   20768             :     .co_nlocalsplus = 1,
   20769             :     .co_nlocals = 1,
   20770             :     .co_nplaincellvars = 0,
   20771             :     .co_ncellvars = 0,
   20772             :     .co_nfreevars = 0,
   20773             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
   20774             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   20775             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   20776             :     .co_name = & const_str__unpack_uint16._ascii.ob_base,
   20777             :     .co_qualname = & const_str__unpack_uint16._ascii.ob_base,
   20778             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_13_linetable.ob_base.ob_base,
   20779             :     ._co_code = NULL,
   20780             :     ._co_linearray = NULL,
   20781             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   20782             :     ._co_firsttraceable = 0,
   20783             : };
   20784             : static
   20785             :     struct {
   20786             :         PyASCIIObject _ascii;
   20787             :         uint8_t _data[32];
   20788             :     }
   20789             : importlib__bootstrap_external_toplevel_consts_15_consts_0 = {
   20790             :     ._ascii = {
   20791             :         .ob_base = {
   20792             :             .ob_refcnt = 999999999,
   20793             :             .ob_type = &PyUnicode_Type,
   20794             :         },
   20795             :         .length = 31,
   20796             :         .hash = -1,
   20797             :         .state = {
   20798             :             .kind = 1,
   20799             :             .compact = 1,
   20800             :             .ascii = 1,
   20801             :         },
   20802             :     },
   20803             :     ._data = "Replacement for os.path.join().",
   20804             : };
   20805             : static
   20806             :     struct {
   20807             :         PyASCIIObject _ascii;
   20808             :         uint8_t _data[7];
   20809             :     }
   20810             : const_str_rstrip = {
   20811             :     ._ascii = {
   20812             :         .ob_base = {
   20813             :             .ob_refcnt = 999999999,
   20814             :             .ob_type = &PyUnicode_Type,
   20815             :         },
   20816             :         .length = 6,
   20817             :         .hash = -1,
   20818             :         .state = {
   20819             :             .kind = 1,
   20820             :             .compact = 1,
   20821             :             .ascii = 1,
   20822             :         },
   20823             :     },
   20824             :     ._data = "rstrip",
   20825             : };
   20826             : static
   20827             :     struct {
   20828             :         PyASCIIObject _ascii;
   20829             :         uint8_t _data[16];
   20830             :     }
   20831             : const_str_path_separators = {
   20832             :     ._ascii = {
   20833             :         .ob_base = {
   20834             :             .ob_refcnt = 999999999,
   20835             :             .ob_type = &PyUnicode_Type,
   20836             :         },
   20837             :         .length = 15,
   20838             :         .hash = -1,
   20839             :         .state = {
   20840             :             .kind = 1,
   20841             :             .compact = 1,
   20842             :             .ascii = 1,
   20843             :         },
   20844             :     },
   20845             :     ._data = "path_separators",
   20846             : };
   20847             : static
   20848             :     struct {
   20849             :         PyGC_Head _gc_head;
   20850             :         struct {
   20851             :             PyObject_VAR_HEAD
   20852             :             PyObject *ob_item[2];
   20853             :         }_object;
   20854             :     }
   20855             : importlib__bootstrap_external_toplevel_consts_15_consts_5_names = {
   20856             :     ._object = {
   20857             :         .ob_base = {
   20858             :             .ob_base = {
   20859             :                 .ob_refcnt = 999999999,
   20860             :                 .ob_type = &PyTuple_Type,
   20861             :             },
   20862             :             .ob_size = 2,
   20863             :         },
   20864             :         .ob_item = {
   20865             :             & const_str_rstrip._ascii.ob_base,
   20866             :             & const_str_path_separators._ascii.ob_base,
   20867             :         },
   20868             :     },
   20869             : };
   20870             : static
   20871             :     struct {
   20872             :         PyASCIIObject _ascii;
   20873             :         uint8_t _data[31];
   20874             :     }
   20875             : importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname = {
   20876             :     ._ascii = {
   20877             :         .ob_base = {
   20878             :             .ob_refcnt = 999999999,
   20879             :             .ob_type = &PyUnicode_Type,
   20880             :         },
   20881             :         .length = 30,
   20882             :         .hash = -1,
   20883             :         .state = {
   20884             :             .kind = 1,
   20885             :             .compact = 1,
   20886             :             .ascii = 1,
   20887             :         },
   20888             :     },
   20889             :     ._data = "_path_join.<locals>.<listcomp>",
   20890             : };
   20891             : static
   20892             :     struct {
   20893             :         PyObject_VAR_HEAD
   20894             :         Py_hash_t ob_shash;
   20895             :         char ob_sval[39];
   20896             :     }
   20897             : importlib__bootstrap_external_toplevel_consts_15_consts_5_linetable = {
   20898             :     .ob_base = {
   20899             :         .ob_base = {
   20900             :             .ob_refcnt = 999999999,
   20901             :             .ob_type = &PyBytes_Type,
   20902             :         },
   20903             :         .ob_size = 38,
   20904             :     },
   20905             :     .ob_shash = -1,
   20906             :     .ob_sval = "\x80\x00\xd0\x0f\x3d\xd0\x0f\x3d\xd1\x0f\x3d\xa8\x61\xb8\x31\xd0\x0f\x3d\x90\x01\x97\x08\x91\x08\x9d\x1f\xd4\x10\x29\xd0\x0f\x3d\xd0\x0f\x3d\xd0\x0f\x3d",
   20907             : };
   20908             : static
   20909             :     struct {
   20910             :         PyASCIIObject _ascii;
   20911             :         uint8_t _data[2];
   20912             :     }
   20913             : const_str_p = {
   20914             :     ._ascii = {
   20915             :         .ob_base = {
   20916             :             .ob_refcnt = 999999999,
   20917             :             .ob_type = &PyUnicode_Type,
   20918             :         },
   20919             :         .length = 1,
   20920             :         .hash = -1,
   20921             :         .state = {
   20922             :             .kind = 1,
   20923             :             .compact = 1,
   20924             :             .ascii = 1,
   20925             :         },
   20926             :     },
   20927             :     ._data = "p",
   20928             : };
   20929             : static
   20930             :     struct {
   20931             :         PyGC_Head _gc_head;
   20932             :         struct {
   20933             :             PyObject_VAR_HEAD
   20934             :             PyObject *ob_item[2];
   20935             :         }_object;
   20936             :     }
   20937             : importlib__bootstrap_external_toplevel_consts_15_consts_5_localsplusnames = {
   20938             :     ._object = {
   20939             :         .ob_base = {
   20940             :             .ob_base = {
   20941             :                 .ob_refcnt = 999999999,
   20942             :                 .ob_type = &PyTuple_Type,
   20943             :             },
   20944             :             .ob_size = 2,
   20945             :         },
   20946             :         .ob_item = {
   20947             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   20948             :             & const_str_p._ascii.ob_base,
   20949             :         },
   20950             :     },
   20951             : };
   20952             : static
   20953             :     struct _PyCode_DEF(66)
   20954             : importlib__bootstrap_external_toplevel_consts_15_consts_5 = {
   20955             :     .ob_base = {
   20956             :         .ob_base = {
   20957             :             .ob_refcnt = 999999999,
   20958             :             .ob_type = &PyCode_Type,
   20959             :         },
   20960             :         .ob_size = 33,
   20961             :     },
   20962             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
   20963             :     .co_names = & importlib__bootstrap_external_toplevel_consts_15_consts_5_names._object.ob_base.ob_base,
   20964             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   20965             :     .co_flags = 19,
   20966             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   20967             :     ._co_linearray_entry_size = 0,
   20968             :     .co_argcount = 1,
   20969             :     .co_posonlyargcount = 0,
   20970             :     .co_kwonlyargcount = 0,
   20971             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   20972             :     .co_stacksize = 5,
   20973             :     .co_firstlineno = 119,
   20974             :     .co_nlocalsplus = 2,
   20975             :     .co_nlocals = 2,
   20976             :     .co_nplaincellvars = 0,
   20977             :     .co_ncellvars = 0,
   20978             :     .co_nfreevars = 0,
   20979             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_15_consts_5_localsplusnames._object.ob_base.ob_base,
   20980             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   20981             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   20982             :     .co_name = &_Py_STR(anon_listcomp),
   20983             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname._ascii.ob_base,
   20984             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_15_consts_5_linetable.ob_base.ob_base,
   20985             :     ._co_code = NULL,
   20986             :     ._co_linearray = NULL,
   20987             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x1b\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x1d\x53\x00",
   20988             :     ._co_firsttraceable = 0,
   20989             : };
   20990             : static
   20991             :     struct {
   20992             :         PyGC_Head _gc_head;
   20993             :         struct {
   20994             :             PyObject_VAR_HEAD
   20995             :             PyObject *ob_item[6];
   20996             :         }_object;
   20997             :     }
   20998             : importlib__bootstrap_external_toplevel_consts_15_consts = {
   20999             :     ._object = {
   21000             :         .ob_base = {
   21001             :             .ob_base = {
   21002             :                 .ob_refcnt = 999999999,
   21003             :                 .ob_type = &PyTuple_Type,
   21004             :             },
   21005             :             .ob_size = 6,
   21006             :         },
   21007             :         .ob_item = {
   21008             :             & importlib__bootstrap_external_toplevel_consts_15_consts_0._ascii.ob_base,
   21009             :             &_Py_STR(empty),
   21010             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   21011             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   21012             :             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
   21013             :             & importlib__bootstrap_external_toplevel_consts_15_consts_5.ob_base.ob_base,
   21014             :         },
   21015             :     },
   21016             : };
   21017             : static
   21018             :     struct {
   21019             :         PyASCIIObject _ascii;
   21020             :         uint8_t _data[4];
   21021             :     }
   21022             : const_str_map = {
   21023             :     ._ascii = {
   21024             :         .ob_base = {
   21025             :             .ob_refcnt = 999999999,
   21026             :             .ob_type = &PyUnicode_Type,
   21027             :         },
   21028             :         .length = 3,
   21029             :         .hash = -1,
   21030             :         .state = {
   21031             :             .kind = 1,
   21032             :             .compact = 1,
   21033             :             .ascii = 1,
   21034             :         },
   21035             :     },
   21036             :     ._data = "map",
   21037             : };
   21038             : static
   21039             :     struct {
   21040             :         PyASCIIObject _ascii;
   21041             :         uint8_t _data[16];
   21042             :     }
   21043             : const_str__path_splitroot = {
   21044             :     ._ascii = {
   21045             :         .ob_base = {
   21046             :             .ob_refcnt = 999999999,
   21047             :             .ob_type = &PyUnicode_Type,
   21048             :         },
   21049             :         .length = 15,
   21050             :         .hash = -1,
   21051             :         .state = {
   21052             :             .kind = 1,
   21053             :             .compact = 1,
   21054             :             .ascii = 1,
   21055             :         },
   21056             :     },
   21057             :     ._data = "_path_splitroot",
   21058             : };
   21059             : static
   21060             :     struct {
   21061             :         PyASCIIObject _ascii;
   21062             :         uint8_t _data[15];
   21063             :     }
   21064             : const_str_path_sep_tuple = {
   21065             :     ._ascii = {
   21066             :         .ob_base = {
   21067             :             .ob_refcnt = 999999999,
   21068             :             .ob_type = &PyUnicode_Type,
   21069             :         },
   21070             :         .length = 14,
   21071             :         .hash = -1,
   21072             :         .state = {
   21073             :             .kind = 1,
   21074             :             .compact = 1,
   21075             :             .ascii = 1,
   21076             :         },
   21077             :     },
   21078             :     ._data = "path_sep_tuple",
   21079             : };
   21080             : static
   21081             :     struct {
   21082             :         PyASCIIObject _ascii;
   21083             :         uint8_t _data[9];
   21084             :     }
   21085             : const_str_endswith = {
   21086             :     ._ascii = {
   21087             :         .ob_base = {
   21088             :             .ob_refcnt = 999999999,
   21089             :             .ob_type = &PyUnicode_Type,
   21090             :         },
   21091             :         .length = 8,
   21092             :         .hash = -1,
   21093             :         .state = {
   21094             :             .kind = 1,
   21095             :             .compact = 1,
   21096             :             .ascii = 1,
   21097             :         },
   21098             :     },
   21099             :     ._data = "endswith",
   21100             : };
   21101             : static
   21102             :     struct {
   21103             :         PyASCIIObject _ascii;
   21104             :         uint8_t _data[9];
   21105             :     }
   21106             : const_str_path_sep = {
   21107             :     ._ascii = {
   21108             :         .ob_base = {
   21109             :             .ob_refcnt = 999999999,
   21110             :             .ob_type = &PyUnicode_Type,
   21111             :         },
   21112             :         .length = 8,
   21113             :         .hash = -1,
   21114             :         .state = {
   21115             :             .kind = 1,
   21116             :             .compact = 1,
   21117             :             .ascii = 1,
   21118             :         },
   21119             :     },
   21120             :     ._data = "path_sep",
   21121             : };
   21122             : static
   21123             :     struct {
   21124             :         PyASCIIObject _ascii;
   21125             :         uint8_t _data[9];
   21126             :     }
   21127             : const_str_casefold = {
   21128             :     ._ascii = {
   21129             :         .ob_base = {
   21130             :             .ob_refcnt = 999999999,
   21131             :             .ob_type = &PyUnicode_Type,
   21132             :         },
   21133             :         .length = 8,
   21134             :         .hash = -1,
   21135             :         .state = {
   21136             :             .kind = 1,
   21137             :             .compact = 1,
   21138             :             .ascii = 1,
   21139             :         },
   21140             :     },
   21141             :     ._data = "casefold",
   21142             : };
   21143             : static
   21144             :     struct {
   21145             :         PyGC_Head _gc_head;
   21146             :         struct {
   21147             :             PyObject_VAR_HEAD
   21148             :             PyObject *ob_item[13];
   21149             :         }_object;
   21150             :     }
   21151             : importlib__bootstrap_external_toplevel_consts_15_names = {
   21152             :     ._object = {
   21153             :         .ob_base = {
   21154             :             .ob_base = {
   21155             :                 .ob_refcnt = 999999999,
   21156             :                 .ob_type = &PyTuple_Type,
   21157             :             },
   21158             :             .ob_size = 13,
   21159             :         },
   21160             :         .ob_item = {
   21161             :             &_Py_ID(len),
   21162             :             & const_str_map._ascii.ob_base,
   21163             :             & const_str__os._ascii.ob_base,
   21164             :             & const_str__path_splitroot._ascii.ob_base,
   21165             :             & const_str_startswith._ascii.ob_base,
   21166             :             & const_str_path_sep_tuple._ascii.ob_base,
   21167             :             & const_str_endswith._ascii.ob_base,
   21168             :             & const_str_rstrip._ascii.ob_base,
   21169             :             & const_str_path_separators._ascii.ob_base,
   21170             :             & const_str_path_sep._ascii.ob_base,
   21171             :             & const_str_casefold._ascii.ob_base,
   21172             :             &_Py_ID(append),
   21173             :             &_Py_ID(join),
   21174             :         },
   21175             :     },
   21176             : };
   21177             : static
   21178             :     struct {
   21179             :         PyASCIIObject _ascii;
   21180             :         uint8_t _data[11];
   21181             :     }
   21182             : const_str__path_join = {
   21183             :     ._ascii = {
   21184             :         .ob_base = {
   21185             :             .ob_refcnt = 999999999,
   21186             :             .ob_type = &PyUnicode_Type,
   21187             :         },
   21188             :         .length = 10,
   21189             :         .hash = -1,
   21190             :         .state = {
   21191             :             .kind = 1,
   21192             :             .compact = 1,
   21193             :             .ascii = 1,
   21194             :         },
   21195             :     },
   21196             :     ._data = "_path_join",
   21197             : };
   21198             : static
   21199             :     struct {
   21200             :         PyObject_VAR_HEAD
   21201             :         Py_hash_t ob_shash;
   21202             :         char ob_sval[337];
   21203             :     }
   21204             : importlib__bootstrap_external_toplevel_consts_15_linetable = {
   21205             :     .ob_base = {
   21206             :         .ob_base = {
   21207             :             .ob_refcnt = 999999999,
   21208             :             .ob_type = &PyBytes_Type,
   21209             :         },
   21210             :         .ob_size = 336,
   21211             :     },
   21212             :     .ob_shash = -1,
   21213             :     .ob_sval = "\x80\x00\xe0\x0f\x19\xf0\x00\x01\x09\x16\xd8\x13\x15\x90\x32\xdd\x0b\x0e\x88\x7a\x8c\x3f\x98\x61\xd2\x0b\x1f\xf0\x00\x01\x09\x21\xd8\x13\x1d\x98\x61\x94\x3d\xd0\x0c\x20\xd8\x0f\x11\x88\x04\xd8\x0f\x11\x88\x04\xdd\x1e\x21\xa5\x23\xd7\x22\x35\xd1\x22\x35\xb0\x7a\xd4\x1e\x42\xf0\x00\x0e\x09\x22\xf1\x00\x0e\x09\x22\x89\x4e\x88\x48\x90\x64\xd8\x0f\x17\xd7\x0f\x22\xd1\x0f\x22\xa5\x3e\xd4\x0f\x32\xf0\x00\x0d\x0d\x22\xb0\x68\xd7\x36\x47\xd1\x36\x47\xcd\x0e\xd4\x36\x57\xf0\x00\x0d\x0d\x22\xd8\x17\x1f\x97\x7f\x91\x7f\xa5\x7f\xd4\x17\x37\xd0\x17\x3f\xb8\x34\x90\x04\xdd\x18\x20\xa0\x34\x99\x0f\xd0\x17\x28\x90\x04\x90\x04\xd8\x11\x19\xd7\x11\x22\xd1\x11\x22\xa0\x33\xd4\x11\x27\xf0\x00\x0a\x0d\x22\xd8\x13\x17\x97\x3d\x91\x3d\x94\x3f\xa0\x68\xd7\x26\x37\xd1\x26\x37\xd4\x26\x39\xd2\x13\x39\xf0\x00\x06\x11\x26\xf0\x06\x00\x1c\x24\x90\x44\xd8\x1c\x20\x98\x36\x90\x44\x90\x44\xe0\x14\x18\x97\x4b\x91\x4b\xa0\x04\xd4\x14\x25\xd0\x14\x25\xd0\x14\x25\xe0\x17\x1f\xd0\x17\x27\xa0\x34\x90\x04\xd8\x10\x14\x97\x0b\x91\x0b\x98\x44\xd4\x10\x21\xd0\x10\x21\xd0\x10\x21\xd8\x0f\x3d\xd0\x0f\x3d\xb0\x34\xd0\x0f\x3d\xd4\x0f\x3d\x88\x04\xdd\x0b\x0e\x88\x74\x8c\x39\x98\x01\x8a\x3e\xf0\x00\x02\x09\x23\xa0\x24\xa0\x71\xa4\x27\xf0\x00\x02\x09\x23\xe0\x13\x17\x9d\x28\x91\x3f\xd0\x0c\x22\xd8\x0f\x13\x95\x68\x97\x6d\x91\x6d\xa0\x44\xd4\x16\x29\xd1\x0f\x29\xd0\x08\x29",
   21214             : };
   21215             : static
   21216             :     struct {
   21217             :         PyASCIIObject _ascii;
   21218             :         uint8_t _data[11];
   21219             :     }
   21220             : const_str_path_parts = {
   21221             :     ._ascii = {
   21222             :         .ob_base = {
   21223             :             .ob_refcnt = 999999999,
   21224             :             .ob_type = &PyUnicode_Type,
   21225             :         },
   21226             :         .length = 10,
   21227             :         .hash = -1,
   21228             :         .state = {
   21229             :             .kind = 1,
   21230             :             .compact = 1,
   21231             :             .ascii = 1,
   21232             :         },
   21233             :     },
   21234             :     ._data = "path_parts",
   21235             : };
   21236             : static
   21237             :     struct {
   21238             :         PyASCIIObject _ascii;
   21239             :         uint8_t _data[5];
   21240             :     }
   21241             : const_str_root = {
   21242             :     ._ascii = {
   21243             :         .ob_base = {
   21244             :             .ob_refcnt = 999999999,
   21245             :             .ob_type = &PyUnicode_Type,
   21246             :         },
   21247             :         .length = 4,
   21248             :         .hash = -1,
   21249             :         .state = {
   21250             :             .kind = 1,
   21251             :             .compact = 1,
   21252             :             .ascii = 1,
   21253             :         },
   21254             :     },
   21255             :     ._data = "root",
   21256             : };
   21257             : static
   21258             :     struct {
   21259             :         PyASCIIObject _ascii;
   21260             :         uint8_t _data[9];
   21261             :     }
   21262             : const_str_new_root = {
   21263             :     ._ascii = {
   21264             :         .ob_base = {
   21265             :             .ob_refcnt = 999999999,
   21266             :             .ob_type = &PyUnicode_Type,
   21267             :         },
   21268             :         .length = 8,
   21269             :         .hash = -1,
   21270             :         .state = {
   21271             :             .kind = 1,
   21272             :             .compact = 1,
   21273             :             .ascii = 1,
   21274             :         },
   21275             :     },
   21276             :     ._data = "new_root",
   21277             : };
   21278             : static
   21279             :     struct {
   21280             :         PyASCIIObject _ascii;
   21281             :         uint8_t _data[5];
   21282             :     }
   21283             : const_str_tail = {
   21284             :     ._ascii = {
   21285             :         .ob_base = {
   21286             :             .ob_refcnt = 999999999,
   21287             :             .ob_type = &PyUnicode_Type,
   21288             :         },
   21289             :         .length = 4,
   21290             :         .hash = -1,
   21291             :         .state = {
   21292             :             .kind = 1,
   21293             :             .compact = 1,
   21294             :             .ascii = 1,
   21295             :         },
   21296             :     },
   21297             :     ._data = "tail",
   21298             : };
   21299             : static
   21300             :     struct {
   21301             :         PyGC_Head _gc_head;
   21302             :         struct {
   21303             :             PyObject_VAR_HEAD
   21304             :             PyObject *ob_item[5];
   21305             :         }_object;
   21306             :     }
   21307             : importlib__bootstrap_external_toplevel_consts_15_localsplusnames = {
   21308             :     ._object = {
   21309             :         .ob_base = {
   21310             :             .ob_base = {
   21311             :                 .ob_refcnt = 999999999,
   21312             :                 .ob_type = &PyTuple_Type,
   21313             :             },
   21314             :             .ob_size = 5,
   21315             :         },
   21316             :         .ob_item = {
   21317             :             & const_str_path_parts._ascii.ob_base,
   21318             :             & const_str_root._ascii.ob_base,
   21319             :             &_Py_ID(path),
   21320             :             & const_str_new_root._ascii.ob_base,
   21321             :             & const_str_tail._ascii.ob_base,
   21322             :         },
   21323             :     },
   21324             : };
   21325             : static
   21326             :     struct _PyCode_DEF(650)
   21327             : importlib__bootstrap_external_toplevel_consts_15 = {
   21328             :     .ob_base = {
   21329             :         .ob_base = {
   21330             :             .ob_refcnt = 999999999,
   21331             :             .ob_type = &PyCode_Type,
   21332             :         },
   21333             :         .ob_size = 325,
   21334             :     },
   21335             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_15_consts._object.ob_base.ob_base,
   21336             :     .co_names = & importlib__bootstrap_external_toplevel_consts_15_names._object.ob_base.ob_base,
   21337             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   21338             :     .co_flags = 7,
   21339             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   21340             :     ._co_linearray_entry_size = 0,
   21341             :     .co_argcount = 0,
   21342             :     .co_posonlyargcount = 0,
   21343             :     .co_kwonlyargcount = 0,
   21344             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   21345             :     .co_stacksize = 4,
   21346             :     .co_firstlineno = 96,
   21347             :     .co_nlocalsplus = 5,
   21348             :     .co_nlocals = 5,
   21349             :     .co_nplaincellvars = 0,
   21350             :     .co_ncellvars = 0,
   21351             :     .co_nfreevars = 0,
   21352             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
   21353             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   21354             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   21355             :     .co_name = & const_str__path_join._ascii.ob_base,
   21356             :     .co_qualname = & const_str__path_join._ascii.ob_base,
   21357             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_15_linetable.ob_base.ob_base,
   21358             :     ._co_code = NULL,
   21359             :     ._co_linearray = NULL,
   21360             :     .co_code_adaptive = "\x97\x00\x7c\x00\x73\x02\x64\x01\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x08\x7c\x00\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x01\x7d\x01\x67\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xbd\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x03\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x17\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x25\x7c\x03\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x7c\x01\x7d\x01\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7a\x00\x00\x00\x67\x01\x7d\x02\x8c\x59\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3d\x7c\x01\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x06\x7c\x03\x7d\x01\x7c\x04\x67\x01\x7d\x02\x8c\x95\x7c\x02\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xa8\x7c\x03\x70\x01\x7c\x01\x7d\x01\x7c\x02\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xbf\x64\x05\x84\x00\x7c\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x12\x7c\x02\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0a\x7c\x01\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00\x7c\x01\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
   21361             :     ._co_firsttraceable = 0,
   21362             : };
   21363             : static
   21364             :     struct {
   21365             :         PyObject_VAR_HEAD
   21366             :         Py_hash_t ob_shash;
   21367             :         char ob_sval[54];
   21368             :     }
   21369             : importlib__bootstrap_external_toplevel_consts_16_consts_1_linetable = {
   21370             :     .ob_base = {
   21371             :         .ob_base = {
   21372             :             .ob_refcnt = 999999999,
   21373             :             .ob_type = &PyBytes_Type,
   21374             :         },
   21375             :         .ob_size = 53,
   21376             :     },
   21377             :     .ob_shash = -1,
   21378             :     .ob_sval = "\x80\x00\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xf1\x00\x01\x1e\x3e\xd8\x22\x26\xb8\x04\xf0\x03\x01\x1e\x3e\x98\x64\x9f\x6b\x99\x6b\xad\x2f\xd4\x1e\x3a\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e",
   21379             : };
   21380             : static
   21381             :     struct {
   21382             :         PyASCIIObject _ascii;
   21383             :         uint8_t _data[5];
   21384             :     }
   21385             : const_str_part = {
   21386             :     ._ascii = {
   21387             :         .ob_base = {
   21388             :             .ob_refcnt = 999999999,
   21389             :             .ob_type = &PyUnicode_Type,
   21390             :         },
   21391             :         .length = 4,
   21392             :         .hash = -1,
   21393             :         .state = {
   21394             :             .kind = 1,
   21395             :             .compact = 1,
   21396             :             .ascii = 1,
   21397             :         },
   21398             :     },
   21399             :     ._data = "part",
   21400             : };
   21401             : static
   21402             :     struct {
   21403             :         PyGC_Head _gc_head;
   21404             :         struct {
   21405             :             PyObject_VAR_HEAD
   21406             :             PyObject *ob_item[2];
   21407             :         }_object;
   21408             :     }
   21409             : importlib__bootstrap_external_toplevel_consts_16_consts_1_localsplusnames = {
   21410             :     ._object = {
   21411             :         .ob_base = {
   21412             :             .ob_base = {
   21413             :                 .ob_refcnt = 999999999,
   21414             :                 .ob_type = &PyTuple_Type,
   21415             :             },
   21416             :             .ob_size = 2,
   21417             :         },
   21418             :         .ob_item = {
   21419             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   21420             :             & const_str_part._ascii.ob_base,
   21421             :         },
   21422             :     },
   21423             : };
   21424             : static
   21425             :     struct _PyCode_DEF(66)
   21426             : importlib__bootstrap_external_toplevel_consts_16_consts_1 = {
   21427             :     .ob_base = {
   21428             :         .ob_base = {
   21429             :             .ob_refcnt = 999999999,
   21430             :             .ob_type = &PyCode_Type,
   21431             :         },
   21432             :         .ob_size = 33,
   21433             :     },
   21434             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
   21435             :     .co_names = & importlib__bootstrap_external_toplevel_consts_15_consts_5_names._object.ob_base.ob_base,
   21436             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   21437             :     .co_flags = 19,
   21438             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   21439             :     ._co_linearray_entry_size = 0,
   21440             :     .co_argcount = 1,
   21441             :     .co_posonlyargcount = 0,
   21442             :     .co_kwonlyargcount = 0,
   21443             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   21444             :     .co_stacksize = 5,
   21445             :     .co_firstlineno = 128,
   21446             :     .co_nlocalsplus = 2,
   21447             :     .co_nlocals = 2,
   21448             :     .co_nplaincellvars = 0,
   21449             :     .co_ncellvars = 0,
   21450             :     .co_nfreevars = 0,
   21451             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_16_consts_1_localsplusnames._object.ob_base.ob_base,
   21452             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   21453             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   21454             :     .co_name = &_Py_STR(anon_listcomp),
   21455             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname._ascii.ob_base,
   21456             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_16_consts_1_linetable.ob_base.ob_base,
   21457             :     ._co_code = NULL,
   21458             :     ._co_linearray = NULL,
   21459             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x1b\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x1d\x53\x00",
   21460             :     ._co_firsttraceable = 0,
   21461             : };
   21462             : static
   21463             :     struct {
   21464             :         PyGC_Head _gc_head;
   21465             :         struct {
   21466             :             PyObject_VAR_HEAD
   21467             :             PyObject *ob_item[2];
   21468             :         }_object;
   21469             :     }
   21470             : importlib__bootstrap_external_toplevel_consts_16_consts = {
   21471             :     ._object = {
   21472             :         .ob_base = {
   21473             :             .ob_base = {
   21474             :                 .ob_refcnt = 999999999,
   21475             :                 .ob_type = &PyTuple_Type,
   21476             :             },
   21477             :             .ob_size = 2,
   21478             :         },
   21479             :         .ob_item = {
   21480             :             & importlib__bootstrap_external_toplevel_consts_15_consts_0._ascii.ob_base,
   21481             :             & importlib__bootstrap_external_toplevel_consts_16_consts_1.ob_base.ob_base,
   21482             :         },
   21483             :     },
   21484             : };
   21485             : static
   21486             :     struct {
   21487             :         PyGC_Head _gc_head;
   21488             :         struct {
   21489             :             PyObject_VAR_HEAD
   21490             :             PyObject *ob_item[2];
   21491             :         }_object;
   21492             :     }
   21493             : importlib__bootstrap_external_toplevel_consts_16_names = {
   21494             :     ._object = {
   21495             :         .ob_base = {
   21496             :             .ob_base = {
   21497             :                 .ob_refcnt = 999999999,
   21498             :                 .ob_type = &PyTuple_Type,
   21499             :             },
   21500             :             .ob_size = 2,
   21501             :         },
   21502             :         .ob_item = {
   21503             :             & const_str_path_sep._ascii.ob_base,
   21504             :             &_Py_ID(join),
   21505             :         },
   21506             :     },
   21507             : };
   21508             : static
   21509             :     struct {
   21510             :         PyObject_VAR_HEAD
   21511             :         Py_hash_t ob_shash;
   21512             :         char ob_sval[43];
   21513             :     }
   21514             : importlib__bootstrap_external_toplevel_consts_16_linetable = {
   21515             :     .ob_base = {
   21516             :         .ob_base = {
   21517             :             .ob_refcnt = 999999999,
   21518             :             .ob_type = &PyBytes_Type,
   21519             :         },
   21520             :         .ob_size = 42,
   21521             :     },
   21522             :     .ob_shash = -1,
   21523             :     .ob_sval = "\x80\x00\xe5\x0f\x17\x8f\x7d\x89\x7d\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xd8\x2a\x34\xf0\x03\x01\x1e\x3e\xf4\x00\x01\x1e\x3e\xf4\x00\x01\x10\x3f\xf0\x00\x01\x09\x3f",
   21524             : };
   21525             : static
   21526             :     struct {
   21527             :         PyGC_Head _gc_head;
   21528             :         struct {
   21529             :             PyObject_VAR_HEAD
   21530             :             PyObject *ob_item[1];
   21531             :         }_object;
   21532             :     }
   21533             : importlib__bootstrap_external_toplevel_consts_16_localsplusnames = {
   21534             :     ._object = {
   21535             :         .ob_base = {
   21536             :             .ob_base = {
   21537             :                 .ob_refcnt = 999999999,
   21538             :                 .ob_type = &PyTuple_Type,
   21539             :             },
   21540             :             .ob_size = 1,
   21541             :         },
   21542             :         .ob_item = {
   21543             :             & const_str_path_parts._ascii.ob_base,
   21544             :         },
   21545             :     },
   21546             : };
   21547             : static
   21548             :     struct _PyCode_DEF(64)
   21549             : importlib__bootstrap_external_toplevel_consts_16 = {
   21550             :     .ob_base = {
   21551             :         .ob_base = {
   21552             :             .ob_refcnt = 999999999,
   21553             :             .ob_type = &PyCode_Type,
   21554             :         },
   21555             :         .ob_size = 32,
   21556             :     },
   21557             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_16_consts._object.ob_base.ob_base,
   21558             :     .co_names = & importlib__bootstrap_external_toplevel_consts_16_names._object.ob_base.ob_base,
   21559             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   21560             :     .co_flags = 7,
   21561             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   21562             :     ._co_linearray_entry_size = 0,
   21563             :     .co_argcount = 0,
   21564             :     .co_posonlyargcount = 0,
   21565             :     .co_kwonlyargcount = 0,
   21566             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   21567             :     .co_stacksize = 4,
   21568             :     .co_firstlineno = 126,
   21569             :     .co_nlocalsplus = 1,
   21570             :     .co_nlocals = 1,
   21571             :     .co_nplaincellvars = 0,
   21572             :     .co_ncellvars = 0,
   21573             :     .co_nfreevars = 0,
   21574             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
   21575             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   21576             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   21577             :     .co_name = & const_str__path_join._ascii.ob_base,
   21578             :     .co_qualname = & const_str__path_join._ascii.ob_base,
   21579             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_16_linetable.ob_base.ob_base,
   21580             :     ._co_code = NULL,
   21581             :     ._co_linearray = NULL,
   21582             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x84\x00\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   21583             :     ._co_firsttraceable = 0,
   21584             : };
   21585             : static
   21586             :     struct {
   21587             :         PyASCIIObject _ascii;
   21588             :         uint8_t _data[33];
   21589             :     }
   21590             : importlib__bootstrap_external_toplevel_consts_17_consts_0 = {
   21591             :     ._ascii = {
   21592             :         .ob_base = {
   21593             :             .ob_refcnt = 999999999,
   21594             :             .ob_type = &PyUnicode_Type,
   21595             :         },
   21596             :         .length = 32,
   21597             :         .hash = -1,
   21598             :         .state = {
   21599             :             .kind = 1,
   21600             :             .compact = 1,
   21601             :             .ascii = 1,
   21602             :         },
   21603             :     },
   21604             :     ._data = "Replacement for os.path.split().",
   21605             : };
   21606             : static
   21607             :     struct {
   21608             :         PyASCIIObject _ascii;
   21609             :         uint8_t _data[6];
   21610             :     }
   21611             : const_str_rfind = {
   21612             :     ._ascii = {
   21613             :         .ob_base = {
   21614             :             .ob_refcnt = 999999999,
   21615             :             .ob_type = &PyUnicode_Type,
   21616             :         },
   21617             :         .length = 5,
   21618             :         .hash = -1,
   21619             :         .state = {
   21620             :             .kind = 1,
   21621             :             .compact = 1,
   21622             :             .ascii = 1,
   21623             :         },
   21624             :     },
   21625             :     ._data = "rfind",
   21626             : };
   21627             : static
   21628             :     struct {
   21629             :         PyGC_Head _gc_head;
   21630             :         struct {
   21631             :             PyObject_VAR_HEAD
   21632             :             PyObject *ob_item[1];
   21633             :         }_object;
   21634             :     }
   21635             : importlib__bootstrap_external_toplevel_consts_17_consts_1_names = {
   21636             :     ._object = {
   21637             :         .ob_base = {
   21638             :             .ob_base = {
   21639             :                 .ob_refcnt = 999999999,
   21640             :                 .ob_type = &PyTuple_Type,
   21641             :             },
   21642             :             .ob_size = 1,
   21643             :         },
   21644             :         .ob_item = {
   21645             :             & const_str_rfind._ascii.ob_base,
   21646             :         },
   21647             :     },
   21648             : };
   21649             : static
   21650             :     struct {
   21651             :         PyASCIIObject _ascii;
   21652             :         uint8_t _data[31];
   21653             :     }
   21654             : importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname = {
   21655             :     ._ascii = {
   21656             :         .ob_base = {
   21657             :             .ob_refcnt = 999999999,
   21658             :             .ob_type = &PyUnicode_Type,
   21659             :         },
   21660             :         .length = 30,
   21661             :         .hash = -1,
   21662             :         .state = {
   21663             :             .kind = 1,
   21664             :             .compact = 1,
   21665             :             .ascii = 1,
   21666             :         },
   21667             :     },
   21668             :     ._data = "_path_split.<locals>.<genexpr>",
   21669             : };
   21670             : static
   21671             :     struct {
   21672             :         PyObject_VAR_HEAD
   21673             :         Py_hash_t ob_shash;
   21674             :         char ob_sval[44];
   21675             :     }
   21676             : importlib__bootstrap_external_toplevel_consts_17_consts_1_linetable = {
   21677             :     .ob_base = {
   21678             :         .ob_base = {
   21679             :             .ob_refcnt = 999999999,
   21680             :             .ob_type = &PyBytes_Type,
   21681             :         },
   21682             :         .ob_size = 43,
   21683             :     },
   21684             :     .ob_shash = -1,
   21685             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x0b\x33\xd1\x0b\x33\x98\x61\x88\x44\x8f\x4a\x89\x4a\x90\x71\x8c\x4d\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33",
   21686             : };
   21687             : static
   21688             :     struct {
   21689             :         PyGC_Head _gc_head;
   21690             :         struct {
   21691             :             PyObject_VAR_HEAD
   21692             :             PyObject *ob_item[3];
   21693             :         }_object;
   21694             :     }
   21695             : importlib__bootstrap_external_toplevel_consts_17_consts_1_localsplusnames = {
   21696             :     ._object = {
   21697             :         .ob_base = {
   21698             :             .ob_base = {
   21699             :                 .ob_refcnt = 999999999,
   21700             :                 .ob_type = &PyTuple_Type,
   21701             :             },
   21702             :             .ob_size = 3,
   21703             :         },
   21704             :         .ob_item = {
   21705             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   21706             :             & const_str_p._ascii.ob_base,
   21707             :             &_Py_ID(path),
   21708             :         },
   21709             :     },
   21710             : };
   21711             : static
   21712             :     struct _PyCode_DEF(62)
   21713             : importlib__bootstrap_external_toplevel_consts_17_consts_1 = {
   21714             :     .ob_base = {
   21715             :         .ob_base = {
   21716             :             .ob_refcnt = 999999999,
   21717             :             .ob_type = &PyCode_Type,
   21718             :         },
   21719             :         .ob_size = 31,
   21720             :     },
   21721             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   21722             :     .co_names = & importlib__bootstrap_external_toplevel_consts_17_consts_1_names._object.ob_base.ob_base,
   21723             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   21724             :     .co_flags = 51,
   21725             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   21726             :     ._co_linearray_entry_size = 0,
   21727             :     .co_argcount = 1,
   21728             :     .co_posonlyargcount = 0,
   21729             :     .co_kwonlyargcount = 0,
   21730             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   21731             :     .co_stacksize = 4,
   21732             :     .co_firstlineno = 134,
   21733             :     .co_nlocalsplus = 3,
   21734             :     .co_nlocals = 2,
   21735             :     .co_nplaincellvars = 0,
   21736             :     .co_ncellvars = 0,
   21737             :     .co_nfreevars = 1,
   21738             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_17_consts_1_localsplusnames._object.ob_base.ob_base,
   21739             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   21740             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   21741             :     .co_name = &_Py_STR(anon_genexpr),
   21742             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname._ascii.ob_base,
   21743             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_17_consts_1_linetable.ob_base.ob_base,
   21744             :     ._co_code = NULL,
   21745             :     ._co_linearray = NULL,
   21746             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x16\x00\x00\x7d\x01\x89\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x18\x64\x00\x53\x00",
   21747             :     ._co_firsttraceable = 3,
   21748             : };
   21749             : static
   21750             :     struct {
   21751             :         PyGC_Head _gc_head;
   21752             :         struct {
   21753             :             PyObject_VAR_HEAD
   21754             :             PyObject *ob_item[6];
   21755             :         }_object;
   21756             :     }
   21757             : importlib__bootstrap_external_toplevel_consts_17_consts = {
   21758             :     ._object = {
   21759             :         .ob_base = {
   21760             :             .ob_base = {
   21761             :                 .ob_refcnt = 999999999,
   21762             :                 .ob_type = &PyTuple_Type,
   21763             :             },
   21764             :             .ob_size = 6,
   21765             :         },
   21766             :         .ob_item = {
   21767             :             & importlib__bootstrap_external_toplevel_consts_17_consts_0._ascii.ob_base,
   21768             :             & importlib__bootstrap_external_toplevel_consts_17_consts_1.ob_base.ob_base,
   21769             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   21770             :             &_Py_STR(empty),
   21771             :             Py_None,
   21772             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   21773             :         },
   21774             :     },
   21775             : };
   21776             : static
   21777             :     struct {
   21778             :         PyASCIIObject _ascii;
   21779             :         uint8_t _data[4];
   21780             :     }
   21781             : const_str_max = {
   21782             :     ._ascii = {
   21783             :         .ob_base = {
   21784             :             .ob_refcnt = 999999999,
   21785             :             .ob_type = &PyUnicode_Type,
   21786             :         },
   21787             :         .length = 3,
   21788             :         .hash = -1,
   21789             :         .state = {
   21790             :             .kind = 1,
   21791             :             .compact = 1,
   21792             :             .ascii = 1,
   21793             :         },
   21794             :     },
   21795             :     ._data = "max",
   21796             : };
   21797             : static
   21798             :     struct {
   21799             :         PyGC_Head _gc_head;
   21800             :         struct {
   21801             :             PyObject_VAR_HEAD
   21802             :             PyObject *ob_item[2];
   21803             :         }_object;
   21804             :     }
   21805             : importlib__bootstrap_external_toplevel_consts_17_names = {
   21806             :     ._object = {
   21807             :         .ob_base = {
   21808             :             .ob_base = {
   21809             :                 .ob_refcnt = 999999999,
   21810             :                 .ob_type = &PyTuple_Type,
   21811             :             },
   21812             :             .ob_size = 2,
   21813             :         },
   21814             :         .ob_item = {
   21815             :             & const_str_max._ascii.ob_base,
   21816             :             & const_str_path_separators._ascii.ob_base,
   21817             :         },
   21818             :     },
   21819             : };
   21820             : static
   21821             :     struct {
   21822             :         PyASCIIObject _ascii;
   21823             :         uint8_t _data[12];
   21824             :     }
   21825             : const_str__path_split = {
   21826             :     ._ascii = {
   21827             :         .ob_base = {
   21828             :             .ob_refcnt = 999999999,
   21829             :             .ob_type = &PyUnicode_Type,
   21830             :         },
   21831             :         .length = 11,
   21832             :         .hash = -1,
   21833             :         .state = {
   21834             :             .kind = 1,
   21835             :             .compact = 1,
   21836             :             .ascii = 1,
   21837             :         },
   21838             :     },
   21839             :     ._data = "_path_split",
   21840             : };
   21841             : static
   21842             :     struct {
   21843             :         PyObject_VAR_HEAD
   21844             :         Py_hash_t ob_shash;
   21845             :         char ob_sval[80];
   21846             :     }
   21847             : importlib__bootstrap_external_toplevel_consts_17_linetable = {
   21848             :     .ob_base = {
   21849             :         .ob_base = {
   21850             :             .ob_refcnt = 999999999,
   21851             :             .ob_type = &PyBytes_Type,
   21852             :         },
   21853             :         .ob_size = 79,
   21854             :     },
   21855             :     .ob_shash = -1,
   21856             :     .ob_sval = "\xf8\x80\x00\xe5\x08\x0b\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xa5\x3f\xd0\x0b\x33\xd4\x0b\x33\xd4\x08\x33\x80\x41\xd8\x07\x08\x88\x31\x82\x75\xf0\x00\x01\x05\x18\xd8\x0f\x11\x90\x34\x88\x78\x88\x0f\xd8\x0b\x0f\x88\x38\x90\x11\x88\x38\x90\x54\x98\x21\x98\x61\x99\x25\x90\x5c\x90\x5c\xd0\x0b\x21\xd0\x04\x21",
   21857             : };
   21858             : static
   21859             :     struct {
   21860             :         PyASCIIObject _ascii;
   21861             :         uint8_t _data[2];
   21862             :     }
   21863             : const_str_i = {
   21864             :     ._ascii = {
   21865             :         .ob_base = {
   21866             :             .ob_refcnt = 999999999,
   21867             :             .ob_type = &PyUnicode_Type,
   21868             :         },
   21869             :         .length = 1,
   21870             :         .hash = -1,
   21871             :         .state = {
   21872             :             .kind = 1,
   21873             :             .compact = 1,
   21874             :             .ascii = 1,
   21875             :         },
   21876             :     },
   21877             :     ._data = "i",
   21878             : };
   21879             : static
   21880             :     struct {
   21881             :         PyGC_Head _gc_head;
   21882             :         struct {
   21883             :             PyObject_VAR_HEAD
   21884             :             PyObject *ob_item[2];
   21885             :         }_object;
   21886             :     }
   21887             : importlib__bootstrap_external_toplevel_consts_17_localsplusnames = {
   21888             :     ._object = {
   21889             :         .ob_base = {
   21890             :             .ob_base = {
   21891             :                 .ob_refcnt = 999999999,
   21892             :                 .ob_type = &PyTuple_Type,
   21893             :             },
   21894             :             .ob_size = 2,
   21895             :         },
   21896             :         .ob_item = {
   21897             :             &_Py_ID(path),
   21898             :             & const_str_i._ascii.ob_base,
   21899             :         },
   21900             :     },
   21901             : };
   21902             : static
   21903             :     struct _PyCode_DEF(106)
   21904             : importlib__bootstrap_external_toplevel_consts_17 = {
   21905             :     .ob_base = {
   21906             :         .ob_base = {
   21907             :             .ob_refcnt = 999999999,
   21908             :             .ob_type = &PyCode_Type,
   21909             :         },
   21910             :         .ob_size = 53,
   21911             :     },
   21912             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_17_consts._object.ob_base.ob_base,
   21913             :     .co_names = & importlib__bootstrap_external_toplevel_consts_17_names._object.ob_base.ob_base,
   21914             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   21915             :     .co_flags = 3,
   21916             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   21917             :     ._co_linearray_entry_size = 0,
   21918             :     .co_argcount = 1,
   21919             :     .co_posonlyargcount = 0,
   21920             :     .co_kwonlyargcount = 0,
   21921             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   21922             :     .co_stacksize = 4,
   21923             :     .co_firstlineno = 132,
   21924             :     .co_nlocalsplus = 2,
   21925             :     .co_nlocals = 2,
   21926             :     .co_nplaincellvars = 0,
   21927             :     .co_ncellvars = 1,
   21928             :     .co_nfreevars = 0,
   21929             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
   21930             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
   21931             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   21932             :     .co_name = & const_str__path_split._ascii.ob_base,
   21933             :     .co_qualname = & const_str__path_split._ascii.ob_base,
   21934             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_17_linetable.ob_base.ob_base,
   21935             :     ._co_code = NULL,
   21936             :     ._co_linearray = NULL,
   21937             :     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x04\x64\x03\x89\x00\x66\x02\x53\x00\x89\x00\x64\x04\x7c\x01\x1a\x00\x89\x00\x7c\x01\x64\x05\x7a\x00\x00\x00\x64\x04\x1a\x00\x66\x02\x53\x00",
   21938             :     ._co_firsttraceable = 1,
   21939             : };
   21940             : static
   21941             :     struct {
   21942             :         PyASCIIObject _ascii;
   21943             :         uint8_t _data[127];
   21944             :     }
   21945             : importlib__bootstrap_external_toplevel_consts_18_consts_0 = {
   21946             :     ._ascii = {
   21947             :         .ob_base = {
   21948             :             .ob_refcnt = 999999999,
   21949             :             .ob_type = &PyUnicode_Type,
   21950             :         },
   21951             :         .length = 126,
   21952             :         .hash = -1,
   21953             :         .state = {
   21954             :             .kind = 1,
   21955             :             .compact = 1,
   21956             :             .ascii = 1,
   21957             :         },
   21958             :     },
   21959             :     ._data = "\x53\x74\x61\x74\x20\x74\x68\x65\x20\x70\x61\x74\x68\x2e\x0a\x0a\x20\x20\x20\x20\x4d\x61\x64\x65\x20\x61\x20\x73\x65\x70\x61\x72\x61\x74\x65\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x74\x6f\x20\x6d\x61\x6b\x65\x20\x69\x74\x20\x65\x61\x73\x69\x65\x72\x20\x74\x6f\x20\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x69\x6e\x20\x65\x78\x70\x65\x72\x69\x6d\x65\x6e\x74\x73\x0a\x20\x20\x20\x20\x28\x65\x2e\x67\x2e\x20\x63\x61\x63\x68\x65\x20\x73\x74\x61\x74\x20\x72\x65\x73\x75\x6c\x74\x73\x29\x2e\x0a\x0a\x20\x20\x20\x20",
   21960             : };
   21961             : static
   21962             :     struct {
   21963             :         PyGC_Head _gc_head;
   21964             :         struct {
   21965             :             PyObject_VAR_HEAD
   21966             :             PyObject *ob_item[1];
   21967             :         }_object;
   21968             :     }
   21969             : importlib__bootstrap_external_toplevel_consts_18_consts = {
   21970             :     ._object = {
   21971             :         .ob_base = {
   21972             :             .ob_base = {
   21973             :                 .ob_refcnt = 999999999,
   21974             :                 .ob_type = &PyTuple_Type,
   21975             :             },
   21976             :             .ob_size = 1,
   21977             :         },
   21978             :         .ob_item = {
   21979             :             & importlib__bootstrap_external_toplevel_consts_18_consts_0._ascii.ob_base,
   21980             :         },
   21981             :     },
   21982             : };
   21983             : static
   21984             :     struct {
   21985             :         PyASCIIObject _ascii;
   21986             :         uint8_t _data[5];
   21987             :     }
   21988             : const_str_stat = {
   21989             :     ._ascii = {
   21990             :         .ob_base = {
   21991             :             .ob_refcnt = 999999999,
   21992             :             .ob_type = &PyUnicode_Type,
   21993             :         },
   21994             :         .length = 4,
   21995             :         .hash = -1,
   21996             :         .state = {
   21997             :             .kind = 1,
   21998             :             .compact = 1,
   21999             :             .ascii = 1,
   22000             :         },
   22001             :     },
   22002             :     ._data = "stat",
   22003             : };
   22004             : static
   22005             :     struct {
   22006             :         PyGC_Head _gc_head;
   22007             :         struct {
   22008             :             PyObject_VAR_HEAD
   22009             :             PyObject *ob_item[2];
   22010             :         }_object;
   22011             :     }
   22012             : importlib__bootstrap_external_toplevel_consts_18_names = {
   22013             :     ._object = {
   22014             :         .ob_base = {
   22015             :             .ob_base = {
   22016             :                 .ob_refcnt = 999999999,
   22017             :                 .ob_type = &PyTuple_Type,
   22018             :             },
   22019             :             .ob_size = 2,
   22020             :         },
   22021             :         .ob_item = {
   22022             :             & const_str__os._ascii.ob_base,
   22023             :             & const_str_stat._ascii.ob_base,
   22024             :         },
   22025             :     },
   22026             : };
   22027             : static
   22028             :     struct {
   22029             :         PyASCIIObject _ascii;
   22030             :         uint8_t _data[11];
   22031             :     }
   22032             : const_str__path_stat = {
   22033             :     ._ascii = {
   22034             :         .ob_base = {
   22035             :             .ob_refcnt = 999999999,
   22036             :             .ob_type = &PyUnicode_Type,
   22037             :         },
   22038             :         .length = 10,
   22039             :         .hash = -1,
   22040             :         .state = {
   22041             :             .kind = 1,
   22042             :             .compact = 1,
   22043             :             .ascii = 1,
   22044             :         },
   22045             :     },
   22046             :     ._data = "_path_stat",
   22047             : };
   22048             : static
   22049             :     struct {
   22050             :         PyObject_VAR_HEAD
   22051             :         Py_hash_t ob_shash;
   22052             :         char ob_sval[19];
   22053             :     }
   22054             : importlib__bootstrap_external_toplevel_consts_18_linetable = {
   22055             :     .ob_base = {
   22056             :         .ob_base = {
   22057             :             .ob_refcnt = 999999999,
   22058             :             .ob_type = &PyBytes_Type,
   22059             :         },
   22060             :         .ob_size = 18,
   22061             :     },
   22062             :     .ob_shash = -1,
   22063             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x0c\x14\x8f\x38\x89\x38\x90\x44\x8c\x3e\xd0\x04\x19",
   22064             : };
   22065             : static
   22066             :     struct {
   22067             :         PyGC_Head _gc_head;
   22068             :         struct {
   22069             :             PyObject_VAR_HEAD
   22070             :             PyObject *ob_item[1];
   22071             :         }_object;
   22072             :     }
   22073             : importlib__bootstrap_external_toplevel_consts_18_localsplusnames = {
   22074             :     ._object = {
   22075             :         .ob_base = {
   22076             :             .ob_base = {
   22077             :                 .ob_refcnt = 999999999,
   22078             :                 .ob_type = &PyTuple_Type,
   22079             :             },
   22080             :             .ob_size = 1,
   22081             :         },
   22082             :         .ob_item = {
   22083             :             &_Py_ID(path),
   22084             :         },
   22085             :     },
   22086             : };
   22087             : static
   22088             :     struct _PyCode_DEF(48)
   22089             : importlib__bootstrap_external_toplevel_consts_18 = {
   22090             :     .ob_base = {
   22091             :         .ob_base = {
   22092             :             .ob_refcnt = 999999999,
   22093             :             .ob_type = &PyCode_Type,
   22094             :         },
   22095             :         .ob_size = 24,
   22096             :     },
   22097             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_18_consts._object.ob_base.ob_base,
   22098             :     .co_names = & importlib__bootstrap_external_toplevel_consts_18_names._object.ob_base.ob_base,
   22099             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   22100             :     .co_flags = 3,
   22101             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   22102             :     ._co_linearray_entry_size = 0,
   22103             :     .co_argcount = 1,
   22104             :     .co_posonlyargcount = 0,
   22105             :     .co_kwonlyargcount = 0,
   22106             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   22107             :     .co_stacksize = 3,
   22108             :     .co_firstlineno = 140,
   22109             :     .co_nlocalsplus = 1,
   22110             :     .co_nlocals = 1,
   22111             :     .co_nplaincellvars = 0,
   22112             :     .co_ncellvars = 0,
   22113             :     .co_nfreevars = 0,
   22114             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   22115             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   22116             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   22117             :     .co_name = & const_str__path_stat._ascii.ob_base,
   22118             :     .co_qualname = & const_str__path_stat._ascii.ob_base,
   22119             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_18_linetable.ob_base.ob_base,
   22120             :     ._co_code = NULL,
   22121             :     ._co_linearray = NULL,
   22122             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   22123             :     ._co_firsttraceable = 0,
   22124             : };
   22125             : static
   22126             :     struct {
   22127             :         PyASCIIObject _ascii;
   22128             :         uint8_t _data[50];
   22129             :     }
   22130             : importlib__bootstrap_external_toplevel_consts_19_consts_0 = {
   22131             :     ._ascii = {
   22132             :         .ob_base = {
   22133             :             .ob_refcnt = 999999999,
   22134             :             .ob_type = &PyUnicode_Type,
   22135             :         },
   22136             :         .length = 49,
   22137             :         .hash = -1,
   22138             :         .state = {
   22139             :             .kind = 1,
   22140             :             .compact = 1,
   22141             :             .ascii = 1,
   22142             :         },
   22143             :     },
   22144             :     ._data = "Test whether the path is the specified mode type.",
   22145             : };
   22146             : #if PYLONG_BITS_IN_DIGIT == 15
   22147             : static
   22148             :     struct {
   22149             :         PyObject_VAR_HEAD
   22150             :         digit ob_digit[2];
   22151             :     }
   22152             : const_int_61440 = {
   22153             :     .ob_base = {
   22154             :         .ob_base = {
   22155             :             .ob_refcnt = 999999999,
   22156             :             .ob_type = &PyLong_Type,
   22157             :         },
   22158             :         .ob_size = 2,
   22159             :     },
   22160             :     .ob_digit = { 28672, 1 },
   22161             : };
   22162             : #elif PYLONG_BITS_IN_DIGIT == 30
   22163             : static
   22164             :     struct {
   22165             :         PyObject_VAR_HEAD
   22166             :         digit ob_digit[1];
   22167             :     }
   22168             : const_int_61440 = {
   22169             :     .ob_base = {
   22170             :         .ob_base = {
   22171             :             .ob_refcnt = 999999999,
   22172             :             .ob_type = &PyLong_Type,
   22173             :         },
   22174             :         .ob_size = 1,
   22175             :     },
   22176             :     .ob_digit = { 61440 },
   22177             : };
   22178             : #else
   22179             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   22180             : #endif
   22181             : static
   22182             :     struct {
   22183             :         PyGC_Head _gc_head;
   22184             :         struct {
   22185             :             PyObject_VAR_HEAD
   22186             :             PyObject *ob_item[3];
   22187             :         }_object;
   22188             :     }
   22189             : importlib__bootstrap_external_toplevel_consts_19_consts = {
   22190             :     ._object = {
   22191             :         .ob_base = {
   22192             :             .ob_base = {
   22193             :                 .ob_refcnt = 999999999,
   22194             :                 .ob_type = &PyTuple_Type,
   22195             :             },
   22196             :             .ob_size = 3,
   22197             :         },
   22198             :         .ob_item = {
   22199             :             & importlib__bootstrap_external_toplevel_consts_19_consts_0._ascii.ob_base,
   22200             :             Py_False,
   22201             :             & const_int_61440.ob_base.ob_base,
   22202             :         },
   22203             :     },
   22204             : };
   22205             : static
   22206             :     struct {
   22207             :         PyASCIIObject _ascii;
   22208             :         uint8_t _data[8];
   22209             :     }
   22210             : const_str_OSError = {
   22211             :     ._ascii = {
   22212             :         .ob_base = {
   22213             :             .ob_refcnt = 999999999,
   22214             :             .ob_type = &PyUnicode_Type,
   22215             :         },
   22216             :         .length = 7,
   22217             :         .hash = -1,
   22218             :         .state = {
   22219             :             .kind = 1,
   22220             :             .compact = 1,
   22221             :             .ascii = 1,
   22222             :         },
   22223             :     },
   22224             :     ._data = "OSError",
   22225             : };
   22226             : static
   22227             :     struct {
   22228             :         PyASCIIObject _ascii;
   22229             :         uint8_t _data[8];
   22230             :     }
   22231             : const_str_st_mode = {
   22232             :     ._ascii = {
   22233             :         .ob_base = {
   22234             :             .ob_refcnt = 999999999,
   22235             :             .ob_type = &PyUnicode_Type,
   22236             :         },
   22237             :         .length = 7,
   22238             :         .hash = -1,
   22239             :         .state = {
   22240             :             .kind = 1,
   22241             :             .compact = 1,
   22242             :             .ascii = 1,
   22243             :         },
   22244             :     },
   22245             :     ._data = "st_mode",
   22246             : };
   22247             : static
   22248             :     struct {
   22249             :         PyGC_Head _gc_head;
   22250             :         struct {
   22251             :             PyObject_VAR_HEAD
   22252             :             PyObject *ob_item[3];
   22253             :         }_object;
   22254             :     }
   22255             : importlib__bootstrap_external_toplevel_consts_19_names = {
   22256             :     ._object = {
   22257             :         .ob_base = {
   22258             :             .ob_base = {
   22259             :                 .ob_refcnt = 999999999,
   22260             :                 .ob_type = &PyTuple_Type,
   22261             :             },
   22262             :             .ob_size = 3,
   22263             :         },
   22264             :         .ob_item = {
   22265             :             & const_str__path_stat._ascii.ob_base,
   22266             :             & const_str_OSError._ascii.ob_base,
   22267             :             & const_str_st_mode._ascii.ob_base,
   22268             :         },
   22269             :     },
   22270             : };
   22271             : static
   22272             :     struct {
   22273             :         PyASCIIObject _ascii;
   22274             :         uint8_t _data[19];
   22275             :     }
   22276             : const_str__path_is_mode_type = {
   22277             :     ._ascii = {
   22278             :         .ob_base = {
   22279             :             .ob_refcnt = 999999999,
   22280             :             .ob_type = &PyUnicode_Type,
   22281             :         },
   22282             :         .length = 18,
   22283             :         .hash = -1,
   22284             :         .state = {
   22285             :             .kind = 1,
   22286             :             .compact = 1,
   22287             :             .ascii = 1,
   22288             :         },
   22289             :     },
   22290             :     ._data = "_path_is_mode_type",
   22291             : };
   22292             : static
   22293             :     struct {
   22294             :         PyObject_VAR_HEAD
   22295             :         Py_hash_t ob_shash;
   22296             :         char ob_sval[78];
   22297             :     }
   22298             : importlib__bootstrap_external_toplevel_consts_19_linetable = {
   22299             :     .ob_base = {
   22300             :         .ob_base = {
   22301             :             .ob_refcnt = 999999999,
   22302             :             .ob_type = &PyBytes_Type,
   22303             :         },
   22304             :         .ob_size = 77,
   22305             :     },
   22306             :     .ob_shash = -1,
   22307             :     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x14\x1e\x98\x74\xd4\x14\x24\x88\x09\xf0\x06\x00\x0d\x16\xd7\x0c\x1d\xd1\x0c\x1d\xa0\x08\xd1\x0c\x28\xa8\x54\xd2\x0b\x31\xd0\x04\x31\xf8\xf5\x05\x00\x0c\x13\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
   22308             : };
   22309             : static
   22310             :     struct {
   22311             :         PyObject_VAR_HEAD
   22312             :         Py_hash_t ob_shash;
   22313             :         char ob_sval[13];
   22314             :     }
   22315             : importlib__bootstrap_external_toplevel_consts_19_exceptiontable = {
   22316             :     .ob_base = {
   22317             :         .ob_base = {
   22318             :             .ob_refcnt = 999999999,
   22319             :             .ob_type = &PyBytes_Type,
   22320             :         },
   22321             :         .ob_size = 12,
   22322             :     },
   22323             :     .ob_shash = -1,
   22324             :     .ob_sval = "\x82\x0d\x22\x00\xa2\x0a\x30\x03\xaf\x01\x30\x03",
   22325             : };
   22326             : static
   22327             :     struct {
   22328             :         PyASCIIObject _ascii;
   22329             :         uint8_t _data[10];
   22330             :     }
   22331             : const_str_stat_info = {
   22332             :     ._ascii = {
   22333             :         .ob_base = {
   22334             :             .ob_refcnt = 999999999,
   22335             :             .ob_type = &PyUnicode_Type,
   22336             :         },
   22337             :         .length = 9,
   22338             :         .hash = -1,
   22339             :         .state = {
   22340             :             .kind = 1,
   22341             :             .compact = 1,
   22342             :             .ascii = 1,
   22343             :         },
   22344             :     },
   22345             :     ._data = "stat_info",
   22346             : };
   22347             : static
   22348             :     struct {
   22349             :         PyGC_Head _gc_head;
   22350             :         struct {
   22351             :             PyObject_VAR_HEAD
   22352             :             PyObject *ob_item[3];
   22353             :         }_object;
   22354             :     }
   22355             : importlib__bootstrap_external_toplevel_consts_19_localsplusnames = {
   22356             :     ._object = {
   22357             :         .ob_base = {
   22358             :             .ob_base = {
   22359             :                 .ob_refcnt = 999999999,
   22360             :                 .ob_type = &PyTuple_Type,
   22361             :             },
   22362             :             .ob_size = 3,
   22363             :         },
   22364             :         .ob_item = {
   22365             :             &_Py_ID(path),
   22366             :             &_Py_ID(mode),
   22367             :             & const_str_stat_info._ascii.ob_base,
   22368             :         },
   22369             :     },
   22370             : };
   22371             : static
   22372             :     struct _PyCode_DEF(102)
   22373             : importlib__bootstrap_external_toplevel_consts_19 = {
   22374             :     .ob_base = {
   22375             :         .ob_base = {
   22376             :             .ob_refcnt = 999999999,
   22377             :             .ob_type = &PyCode_Type,
   22378             :         },
   22379             :         .ob_size = 51,
   22380             :     },
   22381             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_19_consts._object.ob_base.ob_base,
   22382             :     .co_names = & importlib__bootstrap_external_toplevel_consts_19_names._object.ob_base.ob_base,
   22383             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_19_exceptiontable.ob_base.ob_base,
   22384             :     .co_flags = 3,
   22385             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   22386             :     ._co_linearray_entry_size = 0,
   22387             :     .co_argcount = 2,
   22388             :     .co_posonlyargcount = 0,
   22389             :     .co_kwonlyargcount = 0,
   22390             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   22391             :     .co_stacksize = 4,
   22392             :     .co_firstlineno = 150,
   22393             :     .co_nlocalsplus = 3,
   22394             :     .co_nlocals = 3,
   22395             :     .co_nplaincellvars = 0,
   22396             :     .co_ncellvars = 0,
   22397             :     .co_nfreevars = 0,
   22398             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
   22399             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   22400             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   22401             :     .co_name = & const_str__path_is_mode_type._ascii.ob_base,
   22402             :     .co_qualname = & const_str__path_is_mode_type._ascii.ob_base,
   22403             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_19_linetable.ob_base.ob_base,
   22404             :     ._co_code = NULL,
   22405             :     ._co_linearray = NULL,
   22406             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7a\x01\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   22407             :     ._co_firsttraceable = 0,
   22408             : };
   22409             : static
   22410             :     struct {
   22411             :         PyASCIIObject _ascii;
   22412             :         uint8_t _data[32];
   22413             :     }
   22414             : importlib__bootstrap_external_toplevel_consts_20_consts_0 = {
   22415             :     ._ascii = {
   22416             :         .ob_base = {
   22417             :             .ob_refcnt = 999999999,
   22418             :             .ob_type = &PyUnicode_Type,
   22419             :         },
   22420             :         .length = 31,
   22421             :         .hash = -1,
   22422             :         .state = {
   22423             :             .kind = 1,
   22424             :             .compact = 1,
   22425             :             .ascii = 1,
   22426             :         },
   22427             :     },
   22428             :     ._data = "Replacement for os.path.isfile.",
   22429             : };
   22430             : #if PYLONG_BITS_IN_DIGIT == 15
   22431             : static
   22432             :     struct {
   22433             :         PyObject_VAR_HEAD
   22434             :         digit ob_digit[2];
   22435             :     }
   22436             : const_int_32768 = {
   22437             :     .ob_base = {
   22438             :         .ob_base = {
   22439             :             .ob_refcnt = 999999999,
   22440             :             .ob_type = &PyLong_Type,
   22441             :         },
   22442             :         .ob_size = 2,
   22443             :     },
   22444             :     .ob_digit = { 0, 1 },
   22445             : };
   22446             : #elif PYLONG_BITS_IN_DIGIT == 30
   22447             : static
   22448             :     struct {
   22449             :         PyObject_VAR_HEAD
   22450             :         digit ob_digit[1];
   22451             :     }
   22452             : const_int_32768 = {
   22453             :     .ob_base = {
   22454             :         .ob_base = {
   22455             :             .ob_refcnt = 999999999,
   22456             :             .ob_type = &PyLong_Type,
   22457             :         },
   22458             :         .ob_size = 1,
   22459             :     },
   22460             :     .ob_digit = { 32768 },
   22461             : };
   22462             : #else
   22463             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   22464             : #endif
   22465             : static
   22466             :     struct {
   22467             :         PyGC_Head _gc_head;
   22468             :         struct {
   22469             :             PyObject_VAR_HEAD
   22470             :             PyObject *ob_item[2];
   22471             :         }_object;
   22472             :     }
   22473             : importlib__bootstrap_external_toplevel_consts_20_consts = {
   22474             :     ._object = {
   22475             :         .ob_base = {
   22476             :             .ob_base = {
   22477             :                 .ob_refcnt = 999999999,
   22478             :                 .ob_type = &PyTuple_Type,
   22479             :             },
   22480             :             .ob_size = 2,
   22481             :         },
   22482             :         .ob_item = {
   22483             :             & importlib__bootstrap_external_toplevel_consts_20_consts_0._ascii.ob_base,
   22484             :             & const_int_32768.ob_base.ob_base,
   22485             :         },
   22486             :     },
   22487             : };
   22488             : static
   22489             :     struct {
   22490             :         PyGC_Head _gc_head;
   22491             :         struct {
   22492             :             PyObject_VAR_HEAD
   22493             :             PyObject *ob_item[1];
   22494             :         }_object;
   22495             :     }
   22496             : importlib__bootstrap_external_toplevel_consts_20_names = {
   22497             :     ._object = {
   22498             :         .ob_base = {
   22499             :             .ob_base = {
   22500             :                 .ob_refcnt = 999999999,
   22501             :                 .ob_type = &PyTuple_Type,
   22502             :             },
   22503             :             .ob_size = 1,
   22504             :         },
   22505             :         .ob_item = {
   22506             :             & const_str__path_is_mode_type._ascii.ob_base,
   22507             :         },
   22508             :     },
   22509             : };
   22510             : static
   22511             :     struct {
   22512             :         PyASCIIObject _ascii;
   22513             :         uint8_t _data[13];
   22514             :     }
   22515             : const_str__path_isfile = {
   22516             :     ._ascii = {
   22517             :         .ob_base = {
   22518             :             .ob_refcnt = 999999999,
   22519             :             .ob_type = &PyUnicode_Type,
   22520             :         },
   22521             :         .length = 12,
   22522             :         .hash = -1,
   22523             :         .state = {
   22524             :             .kind = 1,
   22525             :             .compact = 1,
   22526             :             .ascii = 1,
   22527             :         },
   22528             :     },
   22529             :     ._data = "_path_isfile",
   22530             : };
   22531             : static
   22532             :     struct {
   22533             :         PyObject_VAR_HEAD
   22534             :         Py_hash_t ob_shash;
   22535             :         char ob_sval[16];
   22536             :     }
   22537             : importlib__bootstrap_external_toplevel_consts_20_linetable = {
   22538             :     .ob_base = {
   22539             :         .ob_base = {
   22540             :             .ob_refcnt = 999999999,
   22541             :             .ob_type = &PyBytes_Type,
   22542             :         },
   22543             :         .ob_size = 15,
   22544             :     },
   22545             :     .ob_shash = -1,
   22546             :     .ob_sval = "\x80\x00\xe5\x0b\x1d\x98\x64\xa0\x48\xd4\x0b\x2d\xd0\x04\x2d",
   22547             : };
   22548             : static
   22549             :     struct _PyCode_DEF(30)
   22550             : importlib__bootstrap_external_toplevel_consts_20 = {
   22551             :     .ob_base = {
   22552             :         .ob_base = {
   22553             :             .ob_refcnt = 999999999,
   22554             :             .ob_type = &PyCode_Type,
   22555             :         },
   22556             :         .ob_size = 15,
   22557             :     },
   22558             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_20_consts._object.ob_base.ob_base,
   22559             :     .co_names = & importlib__bootstrap_external_toplevel_consts_20_names._object.ob_base.ob_base,
   22560             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   22561             :     .co_flags = 3,
   22562             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   22563             :     ._co_linearray_entry_size = 0,
   22564             :     .co_argcount = 1,
   22565             :     .co_posonlyargcount = 0,
   22566             :     .co_kwonlyargcount = 0,
   22567             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   22568             :     .co_stacksize = 4,
   22569             :     .co_firstlineno = 159,
   22570             :     .co_nlocalsplus = 1,
   22571             :     .co_nlocals = 1,
   22572             :     .co_nplaincellvars = 0,
   22573             :     .co_ncellvars = 0,
   22574             :     .co_nfreevars = 0,
   22575             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   22576             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   22577             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   22578             :     .co_name = & const_str__path_isfile._ascii.ob_base,
   22579             :     .co_qualname = & const_str__path_isfile._ascii.ob_base,
   22580             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_20_linetable.ob_base.ob_base,
   22581             :     ._co_code = NULL,
   22582             :     ._co_linearray = NULL,
   22583             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   22584             :     ._co_firsttraceable = 0,
   22585             : };
   22586             : static
   22587             :     struct {
   22588             :         PyASCIIObject _ascii;
   22589             :         uint8_t _data[31];
   22590             :     }
   22591             : importlib__bootstrap_external_toplevel_consts_21_consts_0 = {
   22592             :     ._ascii = {
   22593             :         .ob_base = {
   22594             :             .ob_refcnt = 999999999,
   22595             :             .ob_type = &PyUnicode_Type,
   22596             :         },
   22597             :         .length = 30,
   22598             :         .hash = -1,
   22599             :         .state = {
   22600             :             .kind = 1,
   22601             :             .compact = 1,
   22602             :             .ascii = 1,
   22603             :         },
   22604             :     },
   22605             :     ._data = "Replacement for os.path.isdir.",
   22606             : };
   22607             : static
   22608             :     struct {
   22609             :         PyObject_VAR_HEAD
   22610             :         digit ob_digit[1];
   22611             :     }
   22612             : const_int_16384 = {
   22613             :     .ob_base = {
   22614             :         .ob_base = {
   22615             :             .ob_refcnt = 999999999,
   22616             :             .ob_type = &PyLong_Type,
   22617             :         },
   22618             :         .ob_size = 1,
   22619             :     },
   22620             :     .ob_digit = { 16384 },
   22621             : };
   22622             : static
   22623             :     struct {
   22624             :         PyGC_Head _gc_head;
   22625             :         struct {
   22626             :             PyObject_VAR_HEAD
   22627             :             PyObject *ob_item[2];
   22628             :         }_object;
   22629             :     }
   22630             : importlib__bootstrap_external_toplevel_consts_21_consts = {
   22631             :     ._object = {
   22632             :         .ob_base = {
   22633             :             .ob_base = {
   22634             :                 .ob_refcnt = 999999999,
   22635             :                 .ob_type = &PyTuple_Type,
   22636             :             },
   22637             :             .ob_size = 2,
   22638             :         },
   22639             :         .ob_item = {
   22640             :             & importlib__bootstrap_external_toplevel_consts_21_consts_0._ascii.ob_base,
   22641             :             & const_int_16384.ob_base.ob_base,
   22642             :         },
   22643             :     },
   22644             : };
   22645             : static
   22646             :     struct {
   22647             :         PyASCIIObject _ascii;
   22648             :         uint8_t _data[7];
   22649             :     }
   22650             : const_str_getcwd = {
   22651             :     ._ascii = {
   22652             :         .ob_base = {
   22653             :             .ob_refcnt = 999999999,
   22654             :             .ob_type = &PyUnicode_Type,
   22655             :         },
   22656             :         .length = 6,
   22657             :         .hash = -1,
   22658             :         .state = {
   22659             :             .kind = 1,
   22660             :             .compact = 1,
   22661             :             .ascii = 1,
   22662             :         },
   22663             :     },
   22664             :     ._data = "getcwd",
   22665             : };
   22666             : static
   22667             :     struct {
   22668             :         PyGC_Head _gc_head;
   22669             :         struct {
   22670             :             PyObject_VAR_HEAD
   22671             :             PyObject *ob_item[3];
   22672             :         }_object;
   22673             :     }
   22674             : importlib__bootstrap_external_toplevel_consts_21_names = {
   22675             :     ._object = {
   22676             :         .ob_base = {
   22677             :             .ob_base = {
   22678             :                 .ob_refcnt = 999999999,
   22679             :                 .ob_type = &PyTuple_Type,
   22680             :             },
   22681             :             .ob_size = 3,
   22682             :         },
   22683             :         .ob_item = {
   22684             :             & const_str__os._ascii.ob_base,
   22685             :             & const_str_getcwd._ascii.ob_base,
   22686             :             & const_str__path_is_mode_type._ascii.ob_base,
   22687             :         },
   22688             :     },
   22689             : };
   22690             : static
   22691             :     struct {
   22692             :         PyASCIIObject _ascii;
   22693             :         uint8_t _data[12];
   22694             :     }
   22695             : const_str__path_isdir = {
   22696             :     ._ascii = {
   22697             :         .ob_base = {
   22698             :             .ob_refcnt = 999999999,
   22699             :             .ob_type = &PyUnicode_Type,
   22700             :         },
   22701             :         .length = 11,
   22702             :         .hash = -1,
   22703             :         .state = {
   22704             :             .kind = 1,
   22705             :             .compact = 1,
   22706             :             .ascii = 1,
   22707             :         },
   22708             :     },
   22709             :     ._data = "_path_isdir",
   22710             : };
   22711             : static
   22712             :     struct {
   22713             :         PyObject_VAR_HEAD
   22714             :         Py_hash_t ob_shash;
   22715             :         char ob_sval[35];
   22716             :     }
   22717             : importlib__bootstrap_external_toplevel_consts_21_linetable = {
   22718             :     .ob_base = {
   22719             :         .ob_base = {
   22720             :             .ob_refcnt = 999999999,
   22721             :             .ob_type = &PyBytes_Type,
   22722             :         },
   22723             :         .ob_size = 34,
   22724             :     },
   22725             :     .ob_shash = -1,
   22726             :     .ob_sval = "\x80\x00\xe0\x0b\x0f\xf0\x00\x01\x05\x1c\xdd\x0f\x19\x8f\x7a\x89\x7a\x8c\x7c\x88\x04\xdd\x0b\x1d\x98\x64\xa0\x48\xd4\x0b\x2d\xd0\x04\x2d",
   22727             : };
   22728             : static
   22729             :     struct _PyCode_DEF(78)
   22730             : importlib__bootstrap_external_toplevel_consts_21 = {
   22731             :     .ob_base = {
   22732             :         .ob_base = {
   22733             :             .ob_refcnt = 999999999,
   22734             :             .ob_type = &PyCode_Type,
   22735             :         },
   22736             :         .ob_size = 39,
   22737             :     },
   22738             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_21_consts._object.ob_base.ob_base,
   22739             :     .co_names = & importlib__bootstrap_external_toplevel_consts_21_names._object.ob_base.ob_base,
   22740             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   22741             :     .co_flags = 3,
   22742             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   22743             :     ._co_linearray_entry_size = 0,
   22744             :     .co_argcount = 1,
   22745             :     .co_posonlyargcount = 0,
   22746             :     .co_kwonlyargcount = 0,
   22747             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   22748             :     .co_stacksize = 4,
   22749             :     .co_firstlineno = 164,
   22750             :     .co_nlocalsplus = 1,
   22751             :     .co_nlocals = 1,
   22752             :     .co_nplaincellvars = 0,
   22753             :     .co_ncellvars = 0,
   22754             :     .co_nfreevars = 0,
   22755             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   22756             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   22757             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   22758             :     .co_name = & const_str__path_isdir._ascii.ob_base,
   22759             :     .co_qualname = & const_str__path_isdir._ascii.ob_base,
   22760             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_21_linetable.ob_base.ob_base,
   22761             :     ._co_code = NULL,
   22762             :     ._co_linearray = NULL,
   22763             :     .co_code_adaptive = "\x97\x00\x7c\x00\x73\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   22764             :     ._co_firsttraceable = 0,
   22765             : };
   22766             : static
   22767             :     struct {
   22768             :         PyASCIIObject _ascii;
   22769             :         uint8_t _data[31];
   22770             :     }
   22771             : importlib__bootstrap_external_toplevel_consts_22_consts_0 = {
   22772             :     ._ascii = {
   22773             :         .ob_base = {
   22774             :             .ob_refcnt = 999999999,
   22775             :             .ob_type = &PyUnicode_Type,
   22776             :         },
   22777             :         .length = 30,
   22778             :         .hash = -1,
   22779             :         .state = {
   22780             :             .kind = 1,
   22781             :             .compact = 1,
   22782             :             .ascii = 1,
   22783             :         },
   22784             :     },
   22785             :     ._data = "Replacement for os.path.isabs.",
   22786             : };
   22787             : static
   22788             :     struct {
   22789             :         PyASCIIObject _ascii;
   22790             :         uint8_t _data[3];
   22791             :     }
   22792             : importlib__bootstrap_external_toplevel_consts_22_consts_6 = {
   22793             :     ._ascii = {
   22794             :         .ob_base = {
   22795             :             .ob_refcnt = 999999999,
   22796             :             .ob_type = &PyUnicode_Type,
   22797             :         },
   22798             :         .length = 2,
   22799             :         .hash = -1,
   22800             :         .state = {
   22801             :             .kind = 1,
   22802             :             .compact = 1,
   22803             :             .ascii = 1,
   22804             :         },
   22805             :     },
   22806             :     ._data = "\\\\",
   22807             : };
   22808             : static
   22809             :     struct {
   22810             :         PyGC_Head _gc_head;
   22811             :         struct {
   22812             :             PyObject_VAR_HEAD
   22813             :             PyObject *ob_item[7];
   22814             :         }_object;
   22815             :     }
   22816             : importlib__bootstrap_external_toplevel_consts_22_consts = {
   22817             :     ._object = {
   22818             :         .ob_base = {
   22819             :             .ob_base = {
   22820             :                 .ob_refcnt = 999999999,
   22821             :                 .ob_type = &PyTuple_Type,
   22822             :             },
   22823             :             .ob_size = 7,
   22824             :         },
   22825             :         .ob_item = {
   22826             :             & importlib__bootstrap_external_toplevel_consts_22_consts_0._ascii.ob_base,
   22827             :             Py_False,
   22828             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   22829             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   22830             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   22831             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   22832             :             & importlib__bootstrap_external_toplevel_consts_22_consts_6._ascii.ob_base,
   22833             :         },
   22834             :     },
   22835             : };
   22836             : static
   22837             :     struct {
   22838             :         PyGC_Head _gc_head;
   22839             :         struct {
   22840             :             PyObject_VAR_HEAD
   22841             :             PyObject *ob_item[6];
   22842             :         }_object;
   22843             :     }
   22844             : importlib__bootstrap_external_toplevel_consts_22_names = {
   22845             :     ._object = {
   22846             :         .ob_base = {
   22847             :             .ob_base = {
   22848             :                 .ob_refcnt = 999999999,
   22849             :                 .ob_type = &PyTuple_Type,
   22850             :             },
   22851             :             .ob_size = 6,
   22852             :         },
   22853             :         .ob_item = {
   22854             :             & const_str__os._ascii.ob_base,
   22855             :             & const_str__path_splitroot._ascii.ob_base,
   22856             :             &_Py_ID(replace),
   22857             :             &_Py_ID(len),
   22858             :             & const_str_startswith._ascii.ob_base,
   22859             :             & const_str_endswith._ascii.ob_base,
   22860             :         },
   22861             :     },
   22862             : };
   22863             : static
   22864             :     struct {
   22865             :         PyASCIIObject _ascii;
   22866             :         uint8_t _data[12];
   22867             :     }
   22868             : const_str__path_isabs = {
   22869             :     ._ascii = {
   22870             :         .ob_base = {
   22871             :             .ob_refcnt = 999999999,
   22872             :             .ob_type = &PyUnicode_Type,
   22873             :         },
   22874             :         .length = 11,
   22875             :         .hash = -1,
   22876             :         .state = {
   22877             :             .kind = 1,
   22878             :             .compact = 1,
   22879             :             .ascii = 1,
   22880             :         },
   22881             :     },
   22882             :     ._data = "_path_isabs",
   22883             : };
   22884             : static
   22885             :     struct {
   22886             :         PyObject_VAR_HEAD
   22887             :         Py_hash_t ob_shash;
   22888             :         char ob_sval[92];
   22889             :     }
   22890             : importlib__bootstrap_external_toplevel_consts_22_linetable = {
   22891             :     .ob_base = {
   22892             :         .ob_base = {
   22893             :             .ob_refcnt = 999999999,
   22894             :             .ob_type = &PyBytes_Type,
   22895             :         },
   22896             :         .ob_size = 91,
   22897             :     },
   22898             :     .ob_shash = -1,
   22899             :     .ob_sval = "\x80\x00\xe0\x0f\x13\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xdd\x0f\x22\xd7\x0f\x22\xd1\x0f\x22\xa0\x34\xd4\x0f\x28\xa8\x11\xd4\x0f\x2b\xd7\x0f\x33\xd1\x0f\x33\xb0\x43\xb8\x14\xd4\x0f\x3e\x88\x04\xdd\x0f\x12\x90\x34\x8c\x79\x98\x31\x8a\x7d\xd0\x0f\x51\xa0\x24\xa7\x2f\xa1\x2f\xb0\x26\xd4\x22\x39\xd0\x22\x50\xb8\x54\xbf\x5d\xb9\x5d\xc8\x34\xd4\x3d\x50\xd0\x08\x51",
   22900             : };
   22901             : static
   22902             :     struct {
   22903             :         PyGC_Head _gc_head;
   22904             :         struct {
   22905             :             PyObject_VAR_HEAD
   22906             :             PyObject *ob_item[2];
   22907             :         }_object;
   22908             :     }
   22909             : importlib__bootstrap_external_toplevel_consts_22_localsplusnames = {
   22910             :     ._object = {
   22911             :         .ob_base = {
   22912             :             .ob_base = {
   22913             :                 .ob_refcnt = 999999999,
   22914             :                 .ob_type = &PyTuple_Type,
   22915             :             },
   22916             :             .ob_size = 2,
   22917             :         },
   22918             :         .ob_item = {
   22919             :             &_Py_ID(path),
   22920             :             & const_str_root._ascii.ob_base,
   22921             :         },
   22922             :     },
   22923             : };
   22924             : static
   22925             :     struct _PyCode_DEF(208)
   22926             : importlib__bootstrap_external_toplevel_consts_22 = {
   22927             :     .ob_base = {
   22928             :         .ob_base = {
   22929             :             .ob_refcnt = 999999999,
   22930             :             .ob_type = &PyCode_Type,
   22931             :         },
   22932             :         .ob_size = 104,
   22933             :     },
   22934             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_22_consts._object.ob_base.ob_base,
   22935             :     .co_names = & importlib__bootstrap_external_toplevel_consts_22_names._object.ob_base.ob_base,
   22936             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   22937             :     .co_flags = 3,
   22938             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   22939             :     ._co_linearray_entry_size = 0,
   22940             :     .co_argcount = 1,
   22941             :     .co_posonlyargcount = 0,
   22942             :     .co_kwonlyargcount = 0,
   22943             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   22944             :     .co_stacksize = 4,
   22945             :     .co_firstlineno = 172,
   22946             :     .co_nlocalsplus = 2,
   22947             :     .co_nlocals = 2,
   22948             :     .co_nplaincellvars = 0,
   22949             :     .co_ncellvars = 0,
   22950             :     .co_nfreevars = 0,
   22951             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
   22952             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   22953             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   22954             :     .co_name = & const_str__path_isabs._ascii.ob_base,
   22955             :     .co_qualname = & const_str__path_isabs._ascii.ob_base,
   22956             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_22_linetable.ob_base.ob_base,
   22957             :     ._co_code = NULL,
   22958             :     ._co_linearray = NULL,
   22959             :     .co_code_adaptive = "\x97\x00\x7c\x00\x73\x02\x64\x01\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x04\x00\x00\x00\x00\x6f\x23\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x11\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   22960             :     ._co_firsttraceable = 0,
   22961             : };
   22962             : static
   22963             :     struct {
   22964             :         PyGC_Head _gc_head;
   22965             :         struct {
   22966             :             PyObject_VAR_HEAD
   22967             :             PyObject *ob_item[1];
   22968             :         }_object;
   22969             :     }
   22970             : importlib__bootstrap_external_toplevel_consts_23_consts = {
   22971             :     ._object = {
   22972             :         .ob_base = {
   22973             :             .ob_base = {
   22974             :                 .ob_refcnt = 999999999,
   22975             :                 .ob_type = &PyTuple_Type,
   22976             :             },
   22977             :             .ob_size = 1,
   22978             :         },
   22979             :         .ob_item = {
   22980             :             & importlib__bootstrap_external_toplevel_consts_22_consts_0._ascii.ob_base,
   22981             :         },
   22982             :     },
   22983             : };
   22984             : static
   22985             :     struct {
   22986             :         PyGC_Head _gc_head;
   22987             :         struct {
   22988             :             PyObject_VAR_HEAD
   22989             :             PyObject *ob_item[2];
   22990             :         }_object;
   22991             :     }
   22992             : importlib__bootstrap_external_toplevel_consts_23_names = {
   22993             :     ._object = {
   22994             :         .ob_base = {
   22995             :             .ob_base = {
   22996             :                 .ob_refcnt = 999999999,
   22997             :                 .ob_type = &PyTuple_Type,
   22998             :             },
   22999             :             .ob_size = 2,
   23000             :         },
   23001             :         .ob_item = {
   23002             :             & const_str_startswith._ascii.ob_base,
   23003             :             & const_str_path_separators._ascii.ob_base,
   23004             :         },
   23005             :     },
   23006             : };
   23007             : static
   23008             :     struct {
   23009             :         PyObject_VAR_HEAD
   23010             :         Py_hash_t ob_shash;
   23011             :         char ob_sval[18];
   23012             :     }
   23013             : importlib__bootstrap_external_toplevel_consts_23_linetable = {
   23014             :     .ob_base = {
   23015             :         .ob_base = {
   23016             :             .ob_refcnt = 999999999,
   23017             :             .ob_type = &PyBytes_Type,
   23018             :         },
   23019             :         .ob_size = 17,
   23020             :     },
   23021             :     .ob_shash = -1,
   23022             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7f\x89\x7f\x9d\x7f\xd4\x0f\x2f\xd0\x08\x2f",
   23023             : };
   23024             : static
   23025             :     struct _PyCode_DEF(48)
   23026             : importlib__bootstrap_external_toplevel_consts_23 = {
   23027             :     .ob_base = {
   23028             :         .ob_base = {
   23029             :             .ob_refcnt = 999999999,
   23030             :             .ob_type = &PyCode_Type,
   23031             :         },
   23032             :         .ob_size = 24,
   23033             :     },
   23034             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_23_consts._object.ob_base.ob_base,
   23035             :     .co_names = & importlib__bootstrap_external_toplevel_consts_23_names._object.ob_base.ob_base,
   23036             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   23037             :     .co_flags = 3,
   23038             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   23039             :     ._co_linearray_entry_size = 0,
   23040             :     .co_argcount = 1,
   23041             :     .co_posonlyargcount = 0,
   23042             :     .co_kwonlyargcount = 0,
   23043             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   23044             :     .co_stacksize = 3,
   23045             :     .co_firstlineno = 180,
   23046             :     .co_nlocalsplus = 1,
   23047             :     .co_nlocals = 1,
   23048             :     .co_nplaincellvars = 0,
   23049             :     .co_ncellvars = 0,
   23050             :     .co_nfreevars = 0,
   23051             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   23052             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   23053             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   23054             :     .co_name = & const_str__path_isabs._ascii.ob_base,
   23055             :     .co_qualname = & const_str__path_isabs._ascii.ob_base,
   23056             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_23_linetable.ob_base.ob_base,
   23057             :     ._co_code = NULL,
   23058             :     ._co_linearray = NULL,
   23059             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   23060             :     ._co_firsttraceable = 0,
   23061             : };
   23062             : static
   23063             :     struct {
   23064             :         PyObject_VAR_HEAD
   23065             :         digit ob_digit[1];
   23066             :     }
   23067             : const_int_438 = {
   23068             :     .ob_base = {
   23069             :         .ob_base = {
   23070             :             .ob_refcnt = 999999999,
   23071             :             .ob_type = &PyLong_Type,
   23072             :         },
   23073             :         .ob_size = 1,
   23074             :     },
   23075             :     .ob_digit = { 438 },
   23076             : };
   23077             : static
   23078             :     struct {
   23079             :         PyASCIIObject _ascii;
   23080             :         uint8_t _data[163];
   23081             :     }
   23082             : importlib__bootstrap_external_toplevel_consts_25_consts_0 = {
   23083             :     ._ascii = {
   23084             :         .ob_base = {
   23085             :             .ob_refcnt = 999999999,
   23086             :             .ob_type = &PyUnicode_Type,
   23087             :         },
   23088             :         .length = 162,
   23089             :         .hash = -1,
   23090             :         .state = {
   23091             :             .kind = 1,
   23092             :             .compact = 1,
   23093             :             .ascii = 1,
   23094             :         },
   23095             :     },
   23096             :     ._data = "\x42\x65\x73\x74\x2d\x65\x66\x66\x6f\x72\x74\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x74\x6f\x20\x77\x72\x69\x74\x65\x20\x64\x61\x74\x61\x20\x74\x6f\x20\x61\x20\x70\x61\x74\x68\x20\x61\x74\x6f\x6d\x69\x63\x61\x6c\x6c\x79\x2e\x0a\x20\x20\x20\x20\x42\x65\x20\x70\x72\x65\x70\x61\x72\x65\x64\x20\x74\x6f\x20\x68\x61\x6e\x64\x6c\x65\x20\x61\x20\x46\x69\x6c\x65\x45\x78\x69\x73\x74\x73\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x63\x6f\x6e\x63\x75\x72\x72\x65\x6e\x74\x20\x77\x72\x69\x74\x69\x6e\x67\x20\x6f\x66\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x74\x65\x6d\x70\x6f\x72\x61\x72\x79\x20\x66\x69\x6c\x65\x20\x69\x73\x20\x61\x74\x74\x65\x6d\x70\x74\x65\x64\x2e",
   23097             : };
   23098             : static
   23099             :     struct {
   23100             :         PyASCIIObject _ascii;
   23101             :         uint8_t _data[3];
   23102             :     }
   23103             : const_str_wb = {
   23104             :     ._ascii = {
   23105             :         .ob_base = {
   23106             :             .ob_refcnt = 999999999,
   23107             :             .ob_type = &PyUnicode_Type,
   23108             :         },
   23109             :         .length = 2,
   23110             :         .hash = -1,
   23111             :         .state = {
   23112             :             .kind = 1,
   23113             :             .compact = 1,
   23114             :             .ascii = 1,
   23115             :         },
   23116             :     },
   23117             :     ._data = "wb",
   23118             : };
   23119             : static
   23120             :     struct {
   23121             :         PyGC_Head _gc_head;
   23122             :         struct {
   23123             :             PyObject_VAR_HEAD
   23124             :             PyObject *ob_item[5];
   23125             :         }_object;
   23126             :     }
   23127             : importlib__bootstrap_external_toplevel_consts_25_consts = {
   23128             :     ._object = {
   23129             :         .ob_base = {
   23130             :             .ob_base = {
   23131             :                 .ob_refcnt = 999999999,
   23132             :                 .ob_type = &PyTuple_Type,
   23133             :             },
   23134             :             .ob_size = 5,
   23135             :         },
   23136             :         .ob_item = {
   23137             :             & importlib__bootstrap_external_toplevel_consts_25_consts_0._ascii.ob_base,
   23138             :             & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
   23139             :             & const_int_438.ob_base.ob_base,
   23140             :             & const_str_wb._ascii.ob_base,
   23141             :             Py_None,
   23142             :         },
   23143             :     },
   23144             : };
   23145             : static
   23146             :     struct {
   23147             :         PyASCIIObject _ascii;
   23148             :         uint8_t _data[7];
   23149             :     }
   23150             : const_str_O_EXCL = {
   23151             :     ._ascii = {
   23152             :         .ob_base = {
   23153             :             .ob_refcnt = 999999999,
   23154             :             .ob_type = &PyUnicode_Type,
   23155             :         },
   23156             :         .length = 6,
   23157             :         .hash = -1,
   23158             :         .state = {
   23159             :             .kind = 1,
   23160             :             .compact = 1,
   23161             :             .ascii = 1,
   23162             :         },
   23163             :     },
   23164             :     ._data = "O_EXCL",
   23165             : };
   23166             : static
   23167             :     struct {
   23168             :         PyASCIIObject _ascii;
   23169             :         uint8_t _data[8];
   23170             :     }
   23171             : const_str_O_CREAT = {
   23172             :     ._ascii = {
   23173             :         .ob_base = {
   23174             :             .ob_refcnt = 999999999,
   23175             :             .ob_type = &PyUnicode_Type,
   23176             :         },
   23177             :         .length = 7,
   23178             :         .hash = -1,
   23179             :         .state = {
   23180             :             .kind = 1,
   23181             :             .compact = 1,
   23182             :             .ascii = 1,
   23183             :         },
   23184             :     },
   23185             :     ._data = "O_CREAT",
   23186             : };
   23187             : static
   23188             :     struct {
   23189             :         PyASCIIObject _ascii;
   23190             :         uint8_t _data[9];
   23191             :     }
   23192             : const_str_O_WRONLY = {
   23193             :     ._ascii = {
   23194             :         .ob_base = {
   23195             :             .ob_refcnt = 999999999,
   23196             :             .ob_type = &PyUnicode_Type,
   23197             :         },
   23198             :         .length = 8,
   23199             :         .hash = -1,
   23200             :         .state = {
   23201             :             .kind = 1,
   23202             :             .compact = 1,
   23203             :             .ascii = 1,
   23204             :         },
   23205             :     },
   23206             :     ._data = "O_WRONLY",
   23207             : };
   23208             : static
   23209             :     struct {
   23210             :         PyASCIIObject _ascii;
   23211             :         uint8_t _data[4];
   23212             :     }
   23213             : const_str__io = {
   23214             :     ._ascii = {
   23215             :         .ob_base = {
   23216             :             .ob_refcnt = 999999999,
   23217             :             .ob_type = &PyUnicode_Type,
   23218             :         },
   23219             :         .length = 3,
   23220             :         .hash = -1,
   23221             :         .state = {
   23222             :             .kind = 1,
   23223             :             .compact = 1,
   23224             :             .ascii = 1,
   23225             :         },
   23226             :     },
   23227             :     ._data = "_io",
   23228             : };
   23229             : static
   23230             :     struct {
   23231             :         PyASCIIObject _ascii;
   23232             :         uint8_t _data[7];
   23233             :     }
   23234             : const_str_FileIO = {
   23235             :     ._ascii = {
   23236             :         .ob_base = {
   23237             :             .ob_refcnt = 999999999,
   23238             :             .ob_type = &PyUnicode_Type,
   23239             :         },
   23240             :         .length = 6,
   23241             :         .hash = -1,
   23242             :         .state = {
   23243             :             .kind = 1,
   23244             :             .compact = 1,
   23245             :             .ascii = 1,
   23246             :         },
   23247             :     },
   23248             :     ._data = "FileIO",
   23249             : };
   23250             : static
   23251             :     struct {
   23252             :         PyASCIIObject _ascii;
   23253             :         uint8_t _data[7];
   23254             :     }
   23255             : const_str_unlink = {
   23256             :     ._ascii = {
   23257             :         .ob_base = {
   23258             :             .ob_refcnt = 999999999,
   23259             :             .ob_type = &PyUnicode_Type,
   23260             :         },
   23261             :         .length = 6,
   23262             :         .hash = -1,
   23263             :         .state = {
   23264             :             .kind = 1,
   23265             :             .compact = 1,
   23266             :             .ascii = 1,
   23267             :         },
   23268             :     },
   23269             :     ._data = "unlink",
   23270             : };
   23271             : static
   23272             :     struct {
   23273             :         PyGC_Head _gc_head;
   23274             :         struct {
   23275             :             PyObject_VAR_HEAD
   23276             :             PyObject *ob_item[13];
   23277             :         }_object;
   23278             :     }
   23279             : importlib__bootstrap_external_toplevel_consts_25_names = {
   23280             :     ._object = {
   23281             :         .ob_base = {
   23282             :             .ob_base = {
   23283             :                 .ob_refcnt = 999999999,
   23284             :                 .ob_type = &PyTuple_Type,
   23285             :             },
   23286             :             .ob_size = 13,
   23287             :         },
   23288             :         .ob_item = {
   23289             :             & const_str_format._ascii.ob_base,
   23290             :             & const_str_id._ascii.ob_base,
   23291             :             & const_str__os._ascii.ob_base,
   23292             :             &_Py_ID(open),
   23293             :             & const_str_O_EXCL._ascii.ob_base,
   23294             :             & const_str_O_CREAT._ascii.ob_base,
   23295             :             & const_str_O_WRONLY._ascii.ob_base,
   23296             :             & const_str__io._ascii.ob_base,
   23297             :             & const_str_FileIO._ascii.ob_base,
   23298             :             &_Py_ID(write),
   23299             :             &_Py_ID(replace),
   23300             :             & const_str_OSError._ascii.ob_base,
   23301             :             & const_str_unlink._ascii.ob_base,
   23302             :         },
   23303             :     },
   23304             : };
   23305             : static
   23306             :     struct {
   23307             :         PyASCIIObject _ascii;
   23308             :         uint8_t _data[14];
   23309             :     }
   23310             : const_str__write_atomic = {
   23311             :     ._ascii = {
   23312             :         .ob_base = {
   23313             :             .ob_refcnt = 999999999,
   23314             :             .ob_type = &PyUnicode_Type,
   23315             :         },
   23316             :         .length = 13,
   23317             :         .hash = -1,
   23318             :         .state = {
   23319             :             .kind = 1,
   23320             :             .compact = 1,
   23321             :             .ascii = 1,
   23322             :         },
   23323             :     },
   23324             :     ._data = "_write_atomic",
   23325             : };
   23326             : static
   23327             :     struct {
   23328             :         PyObject_VAR_HEAD
   23329             :         Py_hash_t ob_shash;
   23330             :         char ob_sval[299];
   23331             :     }
   23332             : importlib__bootstrap_external_toplevel_consts_25_linetable = {
   23333             :     .ob_base = {
   23334             :         .ob_base = {
   23335             :             .ob_refcnt = 999999999,
   23336             :             .ob_type = &PyBytes_Type,
   23337             :         },
   23338             :         .ob_size = 298,
   23339             :     },
   23340             :     .ob_shash = -1,
   23341             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x10\x17\x8f\x7e\x89\x7e\x98\x64\xa5\x42\xa0\x74\xa4\x48\xd4\x0f\x2d\x80\x48\xdd\x09\x11\x8f\x18\x89\x18\x90\x28\xdd\x12\x15\x97\x2a\x91\x2a\x9d\x73\x9f\x7b\x99\x7b\xd1\x12\x2a\xad\x53\xaf\x5c\xa9\x5c\xd1\x12\x39\xb8\x34\xc0\x25\xb9\x3c\xf4\x03\x01\x0a\x49\x01\x80\x42\xf0\x04\x0b\x05\x0e\xf5\x06\x00\x0e\x18\x8f\x5a\x89\x5a\x98\x02\x98\x44\xd4\x0d\x21\xf0\x00\x01\x09\x1d\xa0\x54\xd8\x0c\x10\x8f\x4a\x89\x4a\x90\x74\xd4\x0c\x1c\xd0\x0c\x1c\xf0\x03\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf4\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xe5\x08\x13\x8f\x0b\x89\x0b\x90\x48\x98\x64\xd4\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xf0\x05\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf8\xf8\xf8\xf8\xf5\x06\x00\x0c\x13\xf0\x00\x05\x05\x0e\xf0\x00\x05\x05\x0e\xf0\x00\x05\x05\x0e\xf0\x02\x03\x09\x11\xdd\x0c\x16\x8f\x4a\x89\x4a\x90\x78\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xf8\xdd\x0f\x16\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xe0\x08\x0d\xf0\x0b\x05\x05\x0e\xf8\xf8\xf8",
   23342             : };
   23343             : static
   23344             :     struct {
   23345             :         PyObject_VAR_HEAD
   23346             :         Py_hash_t ob_shash;
   23347             :         char ob_sval[73];
   23348             :     }
   23349             : importlib__bootstrap_external_toplevel_consts_25_exceptiontable = {
   23350             :     .ob_base = {
   23351             :         .ob_base = {
   23352             :             .ob_refcnt = 999999999,
   23353             :             .ob_type = &PyBytes_Type,
   23354             :         },
   23355             :         .ob_size = 72,
   23356             :     },
   23357             :     .ob_shash = -1,
   23358             :     .ob_sval = "\xc1\x2f\x18\x43\x09\x00\xc2\x07\x13\x42\x3d\x03\xc2\x1a\x21\x43\x09\x00\xc2\x3d\x05\x43\x06\x07\xc3\x02\x07\x43\x09\x00\xc3\x09\x0a\x43\x3e\x03\xc3\x14\x17\x43\x2c\x02\xc3\x2b\x01\x43\x3e\x03\xc3\x2c\x0a\x43\x39\x05\xc3\x36\x02\x43\x3e\x03\xc3\x38\x01\x43\x39\x05\xc3\x39\x05\x43\x3e\x03",
   23359             : };
   23360             : static
   23361             :     struct {
   23362             :         PyASCIIObject _ascii;
   23363             :         uint8_t _data[9];
   23364             :     }
   23365             : const_str_path_tmp = {
   23366             :     ._ascii = {
   23367             :         .ob_base = {
   23368             :             .ob_refcnt = 999999999,
   23369             :             .ob_type = &PyUnicode_Type,
   23370             :         },
   23371             :         .length = 8,
   23372             :         .hash = -1,
   23373             :         .state = {
   23374             :             .kind = 1,
   23375             :             .compact = 1,
   23376             :             .ascii = 1,
   23377             :         },
   23378             :     },
   23379             :     ._data = "path_tmp",
   23380             : };
   23381             : static
   23382             :     struct {
   23383             :         PyASCIIObject _ascii;
   23384             :         uint8_t _data[3];
   23385             :     }
   23386             : const_str_fd = {
   23387             :     ._ascii = {
   23388             :         .ob_base = {
   23389             :             .ob_refcnt = 999999999,
   23390             :             .ob_type = &PyUnicode_Type,
   23391             :         },
   23392             :         .length = 2,
   23393             :         .hash = -1,
   23394             :         .state = {
   23395             :             .kind = 1,
   23396             :             .compact = 1,
   23397             :             .ascii = 1,
   23398             :         },
   23399             :     },
   23400             :     ._data = "fd",
   23401             : };
   23402             : static
   23403             :     struct {
   23404             :         PyGC_Head _gc_head;
   23405             :         struct {
   23406             :             PyObject_VAR_HEAD
   23407             :             PyObject *ob_item[6];
   23408             :         }_object;
   23409             :     }
   23410             : importlib__bootstrap_external_toplevel_consts_25_localsplusnames = {
   23411             :     ._object = {
   23412             :         .ob_base = {
   23413             :             .ob_base = {
   23414             :                 .ob_refcnt = 999999999,
   23415             :                 .ob_type = &PyTuple_Type,
   23416             :             },
   23417             :             .ob_size = 6,
   23418             :         },
   23419             :         .ob_item = {
   23420             :             &_Py_ID(path),
   23421             :             & const_str_data._ascii.ob_base,
   23422             :             &_Py_ID(mode),
   23423             :             & const_str_path_tmp._ascii.ob_base,
   23424             :             & const_str_fd._ascii.ob_base,
   23425             :             & const_str_file._ascii.ob_base,
   23426             :         },
   23427             :     },
   23428             : };
   23429             : static
   23430             :     struct _PyCode_DEF(514)
   23431             : importlib__bootstrap_external_toplevel_consts_25 = {
   23432             :     .ob_base = {
   23433             :         .ob_base = {
   23434             :             .ob_refcnt = 999999999,
   23435             :             .ob_type = &PyCode_Type,
   23436             :         },
   23437             :         .ob_size = 257,
   23438             :     },
   23439             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_25_consts._object.ob_base.ob_base,
   23440             :     .co_names = & importlib__bootstrap_external_toplevel_consts_25_names._object.ob_base.ob_base,
   23441             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_25_exceptiontable.ob_base.ob_base,
   23442             :     .co_flags = 3,
   23443             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   23444             :     ._co_linearray_entry_size = 0,
   23445             :     .co_argcount = 3,
   23446             :     .co_posonlyargcount = 0,
   23447             :     .co_kwonlyargcount = 0,
   23448             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   23449             :     .co_stacksize = 6,
   23450             :     .co_firstlineno = 185,
   23451             :     .co_nlocalsplus = 6,
   23452             :     .co_nlocals = 6,
   23453             :     .co_nplaincellvars = 0,
   23454             :     .co_ncellvars = 0,
   23455             :     .co_nfreevars = 0,
   23456             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
   23457             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   23458             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   23459             :     .co_name = & const_str__write_atomic._ascii.ob_base,
   23460             :     .co_qualname = & const_str__write_atomic._ascii.ob_base,
   23461             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_25_linetable.ob_base.ob_base,
   23462             :     ._co_code = NULL,
   23463             :     ._co_linearray = NULL,
   23464             :     .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x07\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x07\x00\x00\x7c\x02\x64\x02\x7a\x01\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x05\x7c\x05\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x64\x04\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x23\x78\x03\x59\x00\x77\x01\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2b\x01\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   23465             :     ._co_firsttraceable = 0,
   23466             : };
   23467             : static
   23468             :     struct {
   23469             :         PyObject_VAR_HEAD
   23470             :         digit ob_digit[1];
   23471             :     }
   23472             : const_int_3507 = {
   23473             :     .ob_base = {
   23474             :         .ob_base = {
   23475             :             .ob_refcnt = 999999999,
   23476             :             .ob_type = &PyLong_Type,
   23477             :         },
   23478             :         .ob_size = 1,
   23479             :     },
   23480             :     .ob_digit = { 3507 },
   23481             : };
   23482             : static
   23483             :     struct {
   23484             :         PyObject_VAR_HEAD
   23485             :         Py_hash_t ob_shash;
   23486             :         char ob_sval[3];
   23487             :     }
   23488             : importlib__bootstrap_external_toplevel_consts_29 = {
   23489             :     .ob_base = {
   23490             :         .ob_base = {
   23491             :             .ob_refcnt = 999999999,
   23492             :             .ob_type = &PyBytes_Type,
   23493             :         },
   23494             :         .ob_size = 2,
   23495             :     },
   23496             :     .ob_shash = -1,
   23497             :     .ob_sval = "\x0d\x0a",
   23498             : };
   23499             : static
   23500             :     struct {
   23501             :         PyASCIIObject _ascii;
   23502             :         uint8_t _data[12];
   23503             :     }
   23504             : const_str___pycache__ = {
   23505             :     ._ascii = {
   23506             :         .ob_base = {
   23507             :             .ob_refcnt = 999999999,
   23508             :             .ob_type = &PyUnicode_Type,
   23509             :         },
   23510             :         .length = 11,
   23511             :         .hash = -1,
   23512             :         .state = {
   23513             :             .kind = 1,
   23514             :             .compact = 1,
   23515             :             .ascii = 1,
   23516             :         },
   23517             :     },
   23518             :     ._data = "__pycache__",
   23519             : };
   23520             : static
   23521             :     struct {
   23522             :         PyASCIIObject _ascii;
   23523             :         uint8_t _data[5];
   23524             :     }
   23525             : importlib__bootstrap_external_toplevel_consts_31 = {
   23526             :     ._ascii = {
   23527             :         .ob_base = {
   23528             :             .ob_refcnt = 999999999,
   23529             :             .ob_type = &PyUnicode_Type,
   23530             :         },
   23531             :         .length = 4,
   23532             :         .hash = -1,
   23533             :         .state = {
   23534             :             .kind = 1,
   23535             :             .compact = 1,
   23536             :             .ascii = 1,
   23537             :         },
   23538             :     },
   23539             :     ._data = "opt-",
   23540             : };
   23541             : static
   23542             :     struct {
   23543             :         PyASCIIObject _ascii;
   23544             :         uint8_t _data[5];
   23545             :     }
   23546             : importlib__bootstrap_external_toplevel_consts_33 = {
   23547             :     ._ascii = {
   23548             :         .ob_base = {
   23549             :             .ob_refcnt = 999999999,
   23550             :             .ob_type = &PyUnicode_Type,
   23551             :         },
   23552             :         .length = 4,
   23553             :         .hash = -1,
   23554             :         .state = {
   23555             :             .kind = 1,
   23556             :             .compact = 1,
   23557             :             .ascii = 1,
   23558             :         },
   23559             :     },
   23560             :     ._data = ".pyw",
   23561             : };
   23562             : static
   23563             :     struct {
   23564             :         PyASCIIObject _ascii;
   23565             :         uint8_t _data[5];
   23566             :     }
   23567             : importlib__bootstrap_external_toplevel_consts_34 = {
   23568             :     ._ascii = {
   23569             :         .ob_base = {
   23570             :             .ob_refcnt = 999999999,
   23571             :             .ob_type = &PyUnicode_Type,
   23572             :         },
   23573             :         .length = 4,
   23574             :         .hash = -1,
   23575             :         .state = {
   23576             :             .kind = 1,
   23577             :             .compact = 1,
   23578             :             .ascii = 1,
   23579             :         },
   23580             :     },
   23581             :     ._data = ".pyc",
   23582             : };
   23583             : static
   23584             :     struct {
   23585             :         PyASCIIObject _ascii;
   23586             :         uint8_t _data[13];
   23587             :     }
   23588             : const_str_optimization = {
   23589             :     ._ascii = {
   23590             :         .ob_base = {
   23591             :             .ob_refcnt = 999999999,
   23592             :             .ob_type = &PyUnicode_Type,
   23593             :         },
   23594             :         .length = 12,
   23595             :         .hash = -1,
   23596             :         .state = {
   23597             :             .kind = 1,
   23598             :             .compact = 1,
   23599             :             .ascii = 1,
   23600             :         },
   23601             :     },
   23602             :     ._data = "optimization",
   23603             : };
   23604             : static
   23605             :     struct {
   23606             :         PyGC_Head _gc_head;
   23607             :         struct {
   23608             :             PyObject_VAR_HEAD
   23609             :             PyObject *ob_item[1];
   23610             :         }_object;
   23611             :     }
   23612             : importlib__bootstrap_external_toplevel_consts_35 = {
   23613             :     ._object = {
   23614             :         .ob_base = {
   23615             :             .ob_base = {
   23616             :                 .ob_refcnt = 999999999,
   23617             :                 .ob_type = &PyTuple_Type,
   23618             :             },
   23619             :             .ob_size = 1,
   23620             :         },
   23621             :         .ob_item = {
   23622             :             & const_str_optimization._ascii.ob_base,
   23623             :         },
   23624             :     },
   23625             : };
   23626             : static
   23627             :     struct {
   23628             :         PyASCIIObject _ascii;
   23629             :         uint8_t _data[767];
   23630             :     }
   23631             : importlib__bootstrap_external_toplevel_consts_36_consts_0 = {
   23632             :     ._ascii = {
   23633             :         .ob_base = {
   23634             :             .ob_refcnt = 999999999,
   23635             :             .ob_type = &PyUnicode_Type,
   23636             :         },
   23637             :         .length = 766,
   23638             :         .hash = -1,
   23639             :         .state = {
   23640             :             .kind = 1,
   23641             :             .compact = 1,
   23642             :             .ascii = 1,
   23643             :         },
   23644             :     },
   23645             :     ._data = "\x47\x69\x76\x65\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x61\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x69\x74\x73\x20\x2e\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x20\x6e\x65\x65\x64\x20\x74\x6f\x20\x65\x78\x69\x73\x74\x3b\x20\x74\x68\x69\x73\x20\x73\x69\x6d\x70\x6c\x79\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x2e\x70\x79\x63\x20\x66\x69\x6c\x65\x20\x63\x61\x6c\x63\x75\x6c\x61\x74\x65\x64\x20\x61\x73\x20\x69\x66\x20\x74\x68\x65\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x20\x77\x65\x72\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x27\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x27\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x20\x63\x6f\x6e\x74\x72\x6f\x6c\x73\x20\x74\x68\x65\x20\x70\x72\x65\x73\x75\x6d\x65\x64\x20\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x20\x6c\x65\x76\x65\x6c\x20\x6f\x66\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x2e\x20\x49\x66\x20\x27\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x27\x20\x69\x73\x20\x6e\x6f\x74\x20\x4e\x6f\x6e\x65\x2c\x20\x74\x68\x65\x20\x73\x74\x72\x69\x6e\x67\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x0a\x20\x20\x20\x20\x6f\x66\x20\x74\x68\x65\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x20\x74\x61\x6b\x65\x6e\x20\x61\x6e\x64\x20\x76\x65\x72\x69\x66\x69\x65\x64\x20\x74\x6f\x20\x62\x65\x20\x61\x6c\x70\x68\x61\x6e\x75\x6d\x65\x72\x69\x63\x20\x28\x65\x6c\x73\x65\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x0a\x20\x20\x20\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x29\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x64\x65\x62\x75\x67\x5f\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x49\x66\x20\x64\x65\x62\x75\x67\x5f\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x4e\x6f\x6e\x65\x2c\x0a\x20\x20\x20\x20\x61\x20\x54\x72\x75\x65\x20\x76\x61\x6c\x75\x65\x20\x69\x73\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x61\x73\x20\x73\x65\x74\x74\x69\x6e\x67\x20\x27\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x27\x20\x74\x6f\x20\x74\x68\x65\x20\x65\x6d\x70\x74\x79\x20\x73\x74\x72\x69\x6e\x67\x0a\x20\x20\x20\x20\x77\x68\x69\x6c\x65\x20\x61\x20\x46\x61\x6c\x73\x65\x20\x76\x61\x6c\x75\x65\x20\x69\x73\x20\x65\x71\x75\x69\x76\x61\x6c\x65\x6e\x74\x20\x74\x6f\x20\x73\x65\x74\x74\x69\x6e\x67\x20\x27\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x27\x20\x74\x6f\x20\x27\x31\x27\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x73\x79\x73\x2e\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x2e\x63\x61\x63\x68\x65\x5f\x74\x61\x67\x20\x69\x73\x20\x4e\x6f\x6e\x65\x20\x74\x68\x65\x6e\x20\x4e\x6f\x74\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   23646             : };
   23647             : static
   23648             :     struct {
   23649             :         PyASCIIObject _ascii;
   23650             :         uint8_t _data[71];
   23651             :     }
   23652             : importlib__bootstrap_external_toplevel_consts_36_consts_2 = {
   23653             :     ._ascii = {
   23654             :         .ob_base = {
   23655             :             .ob_refcnt = 999999999,
   23656             :             .ob_type = &PyUnicode_Type,
   23657             :         },
   23658             :         .length = 70,
   23659             :         .hash = -1,
   23660             :         .state = {
   23661             :             .kind = 1,
   23662             :             .compact = 1,
   23663             :             .ascii = 1,
   23664             :         },
   23665             :     },
   23666             :     ._data = "the debug_override parameter is deprecated; use 'optimization' instead",
   23667             : };
   23668             : static
   23669             :     struct {
   23670             :         PyASCIIObject _ascii;
   23671             :         uint8_t _data[51];
   23672             :     }
   23673             : importlib__bootstrap_external_toplevel_consts_36_consts_3 = {
   23674             :     ._ascii = {
   23675             :         .ob_base = {
   23676             :             .ob_refcnt = 999999999,
   23677             :             .ob_type = &PyUnicode_Type,
   23678             :         },
   23679             :         .length = 50,
   23680             :         .hash = -1,
   23681             :         .state = {
   23682             :             .kind = 1,
   23683             :             .compact = 1,
   23684             :             .ascii = 1,
   23685             :         },
   23686             :     },
   23687             :     ._data = "debug_override or optimization must be set to None",
   23688             : };
   23689             : static
   23690             :     struct {
   23691             :         PyASCIIObject _ascii;
   23692             :         uint8_t _data[37];
   23693             :     }
   23694             : importlib__bootstrap_external_toplevel_consts_36_consts_7 = {
   23695             :     ._ascii = {
   23696             :         .ob_base = {
   23697             :             .ob_refcnt = 999999999,
   23698             :             .ob_type = &PyUnicode_Type,
   23699             :         },
   23700             :         .length = 36,
   23701             :         .hash = -1,
   23702             :         .state = {
   23703             :             .kind = 1,
   23704             :             .compact = 1,
   23705             :             .ascii = 1,
   23706             :         },
   23707             :     },
   23708             :     ._data = "sys.implementation.cache_tag is None",
   23709             : };
   23710             : static
   23711             :     struct {
   23712             :         PyASCIIObject _ascii;
   23713             :         uint8_t _data[25];
   23714             :     }
   23715             : importlib__bootstrap_external_toplevel_consts_36_consts_9 = {
   23716             :     ._ascii = {
   23717             :         .ob_base = {
   23718             :             .ob_refcnt = 999999999,
   23719             :             .ob_type = &PyUnicode_Type,
   23720             :         },
   23721             :         .length = 24,
   23722             :         .hash = -1,
   23723             :         .state = {
   23724             :             .kind = 1,
   23725             :             .compact = 1,
   23726             :             .ascii = 1,
   23727             :         },
   23728             :     },
   23729             :     ._data = "{!r} is not alphanumeric",
   23730             : };
   23731             : static
   23732             :     struct {
   23733             :         PyASCIIObject _ascii;
   23734             :         uint8_t _data[8];
   23735             :     }
   23736             : importlib__bootstrap_external_toplevel_consts_36_consts_10 = {
   23737             :     ._ascii = {
   23738             :         .ob_base = {
   23739             :             .ob_refcnt = 999999999,
   23740             :             .ob_type = &PyUnicode_Type,
   23741             :         },
   23742             :         .length = 7,
   23743             :         .hash = -1,
   23744             :         .state = {
   23745             :             .kind = 1,
   23746             :             .compact = 1,
   23747             :             .ascii = 1,
   23748             :         },
   23749             :     },
   23750             :     ._data = "{}.{}{}",
   23751             : };
   23752             : static
   23753             :     struct {
   23754             :         PyGC_Head _gc_head;
   23755             :         struct {
   23756             :             PyObject_VAR_HEAD
   23757             :             PyObject *ob_item[13];
   23758             :         }_object;
   23759             :     }
   23760             : importlib__bootstrap_external_toplevel_consts_36_consts = {
   23761             :     ._object = {
   23762             :         .ob_base = {
   23763             :             .ob_base = {
   23764             :                 .ob_refcnt = 999999999,
   23765             :                 .ob_type = &PyTuple_Type,
   23766             :             },
   23767             :             .ob_size = 13,
   23768             :         },
   23769             :         .ob_item = {
   23770             :             & importlib__bootstrap_external_toplevel_consts_36_consts_0._ascii.ob_base,
   23771             :             Py_None,
   23772             :             & importlib__bootstrap_external_toplevel_consts_36_consts_2._ascii.ob_base,
   23773             :             & importlib__bootstrap_external_toplevel_consts_36_consts_3._ascii.ob_base,
   23774             :             &_Py_STR(empty),
   23775             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   23776             :             &_Py_STR(dot),
   23777             :             & importlib__bootstrap_external_toplevel_consts_36_consts_7._ascii.ob_base,
   23778             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   23779             :             & importlib__bootstrap_external_toplevel_consts_36_consts_9._ascii.ob_base,
   23780             :             & importlib__bootstrap_external_toplevel_consts_36_consts_10._ascii.ob_base,
   23781             :             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
   23782             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   23783             :         },
   23784             :     },
   23785             : };
   23786             : static
   23787             :     struct {
   23788             :         PyASCIIObject _ascii;
   23789             :         uint8_t _data[7];
   23790             :     }
   23791             : const_str_fspath = {
   23792             :     ._ascii = {
   23793             :         .ob_base = {
   23794             :             .ob_refcnt = 999999999,
   23795             :             .ob_type = &PyUnicode_Type,
   23796             :         },
   23797             :         .length = 6,
   23798             :         .hash = -1,
   23799             :         .state = {
   23800             :             .kind = 1,
   23801             :             .compact = 1,
   23802             :             .ascii = 1,
   23803             :         },
   23804             :     },
   23805             :     ._data = "fspath",
   23806             : };
   23807             : static
   23808             :     struct {
   23809             :         PyASCIIObject _ascii;
   23810             :         uint8_t _data[10];
   23811             :     }
   23812             : const_str_cache_tag = {
   23813             :     ._ascii = {
   23814             :         .ob_base = {
   23815             :             .ob_refcnt = 999999999,
   23816             :             .ob_type = &PyUnicode_Type,
   23817             :         },
   23818             :         .length = 9,
   23819             :         .hash = -1,
   23820             :         .state = {
   23821             :             .kind = 1,
   23822             :             .compact = 1,
   23823             :             .ascii = 1,
   23824             :         },
   23825             :     },
   23826             :     ._data = "cache_tag",
   23827             : };
   23828             : static
   23829             :     struct {
   23830             :         PyASCIIObject _ascii;
   23831             :         uint8_t _data[9];
   23832             :     }
   23833             : const_str_optimize = {
   23834             :     ._ascii = {
   23835             :         .ob_base = {
   23836             :             .ob_refcnt = 999999999,
   23837             :             .ob_type = &PyUnicode_Type,
   23838             :         },
   23839             :         .length = 8,
   23840             :         .hash = -1,
   23841             :         .state = {
   23842             :             .kind = 1,
   23843             :             .compact = 1,
   23844             :             .ascii = 1,
   23845             :         },
   23846             :     },
   23847             :     ._data = "optimize",
   23848             : };
   23849             : static
   23850             :     struct {
   23851             :         PyASCIIObject _ascii;
   23852             :         uint8_t _data[8];
   23853             :     }
   23854             : const_str_isalnum = {
   23855             :     ._ascii = {
   23856             :         .ob_base = {
   23857             :             .ob_refcnt = 999999999,
   23858             :             .ob_type = &PyUnicode_Type,
   23859             :         },
   23860             :         .length = 7,
   23861             :         .hash = -1,
   23862             :         .state = {
   23863             :             .kind = 1,
   23864             :             .compact = 1,
   23865             :             .ascii = 1,
   23866             :         },
   23867             :     },
   23868             :     ._data = "isalnum",
   23869             : };
   23870             : static
   23871             :     struct {
   23872             :         PyASCIIObject _ascii;
   23873             :         uint8_t _data[5];
   23874             :     }
   23875             : const_str__OPT = {
   23876             :     ._ascii = {
   23877             :         .ob_base = {
   23878             :             .ob_refcnt = 999999999,
   23879             :             .ob_type = &PyUnicode_Type,
   23880             :         },
   23881             :         .length = 4,
   23882             :         .hash = -1,
   23883             :         .state = {
   23884             :             .kind = 1,
   23885             :             .compact = 1,
   23886             :             .ascii = 1,
   23887             :         },
   23888             :     },
   23889             :     ._data = "_OPT",
   23890             : };
   23891             : static
   23892             :     struct {
   23893             :         PyASCIIObject _ascii;
   23894             :         uint8_t _data[18];
   23895             :     }
   23896             : const_str_BYTECODE_SUFFIXES = {
   23897             :     ._ascii = {
   23898             :         .ob_base = {
   23899             :             .ob_refcnt = 999999999,
   23900             :             .ob_type = &PyUnicode_Type,
   23901             :         },
   23902             :         .length = 17,
   23903             :         .hash = -1,
   23904             :         .state = {
   23905             :             .kind = 1,
   23906             :             .compact = 1,
   23907             :             .ascii = 1,
   23908             :         },
   23909             :     },
   23910             :     ._data = "BYTECODE_SUFFIXES",
   23911             : };
   23912             : static
   23913             :     struct {
   23914             :         PyASCIIObject _ascii;
   23915             :         uint8_t _data[15];
   23916             :     }
   23917             : const_str_pycache_prefix = {
   23918             :     ._ascii = {
   23919             :         .ob_base = {
   23920             :             .ob_refcnt = 999999999,
   23921             :             .ob_type = &PyUnicode_Type,
   23922             :         },
   23923             :         .length = 14,
   23924             :         .hash = -1,
   23925             :         .state = {
   23926             :             .kind = 1,
   23927             :             .compact = 1,
   23928             :             .ascii = 1,
   23929             :         },
   23930             :     },
   23931             :     ._data = "pycache_prefix",
   23932             : };
   23933             : static
   23934             :     struct {
   23935             :         PyASCIIObject _ascii;
   23936             :         uint8_t _data[7];
   23937             :     }
   23938             : const_str_lstrip = {
   23939             :     ._ascii = {
   23940             :         .ob_base = {
   23941             :             .ob_refcnt = 999999999,
   23942             :             .ob_type = &PyUnicode_Type,
   23943             :         },
   23944             :         .length = 6,
   23945             :         .hash = -1,
   23946             :         .state = {
   23947             :             .kind = 1,
   23948             :             .compact = 1,
   23949             :             .ascii = 1,
   23950             :         },
   23951             :     },
   23952             :     ._data = "lstrip",
   23953             : };
   23954             : static
   23955             :     struct {
   23956             :         PyASCIIObject _ascii;
   23957             :         uint8_t _data[9];
   23958             :     }
   23959             : const_str__PYCACHE = {
   23960             :     ._ascii = {
   23961             :         .ob_base = {
   23962             :             .ob_refcnt = 999999999,
   23963             :             .ob_type = &PyUnicode_Type,
   23964             :         },
   23965             :         .length = 8,
   23966             :         .hash = -1,
   23967             :         .state = {
   23968             :             .kind = 1,
   23969             :             .compact = 1,
   23970             :             .ascii = 1,
   23971             :         },
   23972             :     },
   23973             :     ._data = "_PYCACHE",
   23974             : };
   23975             : static
   23976             :     struct {
   23977             :         PyGC_Head _gc_head;
   23978             :         struct {
   23979             :             PyObject_VAR_HEAD
   23980             :             PyObject *ob_item[28];
   23981             :         }_object;
   23982             :     }
   23983             : importlib__bootstrap_external_toplevel_consts_36_names = {
   23984             :     ._object = {
   23985             :         .ob_base = {
   23986             :             .ob_base = {
   23987             :                 .ob_refcnt = 999999999,
   23988             :                 .ob_type = &PyTuple_Type,
   23989             :             },
   23990             :             .ob_size = 28,
   23991             :         },
   23992             :         .ob_item = {
   23993             :             & const_str__warnings._ascii.ob_base,
   23994             :             & const_str_warn._ascii.ob_base,
   23995             :             & const_str_DeprecationWarning._ascii.ob_base,
   23996             :             & const_str_TypeError._ascii.ob_base,
   23997             :             & const_str__os._ascii.ob_base,
   23998             :             & const_str_fspath._ascii.ob_base,
   23999             :             & const_str__path_split._ascii.ob_base,
   24000             :             & const_str_rpartition._ascii.ob_base,
   24001             :             & const_str_sys._ascii.ob_base,
   24002             :             & const_str_implementation._ascii.ob_base,
   24003             :             & const_str_cache_tag._ascii.ob_base,
   24004             :             & const_str_NotImplementedError._ascii.ob_base,
   24005             :             &_Py_ID(join),
   24006             :             & const_str_flags._ascii.ob_base,
   24007             :             & const_str_optimize._ascii.ob_base,
   24008             :             & const_str_str._ascii.ob_base,
   24009             :             & const_str_isalnum._ascii.ob_base,
   24010             :             & const_str_ValueError._ascii.ob_base,
   24011             :             & const_str_format._ascii.ob_base,
   24012             :             & const_str__OPT._ascii.ob_base,
   24013             :             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
   24014             :             & const_str_pycache_prefix._ascii.ob_base,
   24015             :             & const_str__path_isabs._ascii.ob_base,
   24016             :             & const_str__path_join._ascii.ob_base,
   24017             :             & const_str_getcwd._ascii.ob_base,
   24018             :             & const_str_path_separators._ascii.ob_base,
   24019             :             & const_str_lstrip._ascii.ob_base,
   24020             :             & const_str__PYCACHE._ascii.ob_base,
   24021             :         },
   24022             :     },
   24023             : };
   24024             : static
   24025             :     struct {
   24026             :         PyASCIIObject _ascii;
   24027             :         uint8_t _data[18];
   24028             :     }
   24029             : const_str_cache_from_source = {
   24030             :     ._ascii = {
   24031             :         .ob_base = {
   24032             :             .ob_refcnt = 999999999,
   24033             :             .ob_type = &PyUnicode_Type,
   24034             :         },
   24035             :         .length = 17,
   24036             :         .hash = -1,
   24037             :         .state = {
   24038             :             .kind = 1,
   24039             :             .compact = 1,
   24040             :             .ascii = 1,
   24041             :         },
   24042             :     },
   24043             :     ._data = "cache_from_source",
   24044             : };
   24045             : static
   24046             :     struct {
   24047             :         PyObject_VAR_HEAD
   24048             :         Py_hash_t ob_shash;
   24049             :         char ob_sval[496];
   24050             :     }
   24051             : importlib__bootstrap_external_toplevel_consts_36_linetable = {
   24052             :     .ob_base = {
   24053             :         .ob_base = {
   24054             :             .ob_refcnt = 999999999,
   24055             :             .ob_type = &PyBytes_Type,
   24056             :         },
   24057             :         .ob_size = 495,
   24058             :     },
   24059             :     .ob_shash = -1,
   24060             :     .ob_sval = "\x80\x00\xf0\x24\x00\x08\x16\xf0\x00\x06\x05\x33\xdd\x08\x16\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x30\xdd\x31\x43\xf4\x03\x01\x09\x45\x01\xf0\x00\x01\x09\x45\x01\xe0\x0b\x17\xf0\x00\x02\x09\x25\xd8\x16\x4a\x88\x47\xdd\x12\x1b\x98\x47\xd4\x12\x24\xd0\x0c\x24\xd8\x1d\x2b\xd0\x17\x32\x90\x72\x90\x72\xb0\x11\x88\x0c\xdd\x0b\x15\x8f\x3a\x89\x3a\x90\x64\xd4\x0b\x1b\x80\x44\xdd\x11\x1c\x98\x54\xd4\x11\x22\x81\x4a\x80\x44\x88\x24\xd8\x16\x1a\x97\x6f\x91\x6f\xa0\x63\xd4\x16\x2a\x81\x4f\x80\x44\x88\x23\x88\x74\xdd\x0a\x0d\xd7\x0a\x1c\xd1\x0a\x1c\xd7\x0a\x26\xd1\x0a\x26\x80\x43\xd8\x07\x0a\xf0\x00\x01\x05\x4a\x01\xdd\x0e\x21\xd0\x22\x48\xd4\x0e\x49\xd0\x08\x49\xd8\x16\x18\x97\x67\x91\x67\xa8\x04\xd0\x20\x36\xa0\x04\xa0\x04\xb0\x24\xb8\x13\xb8\x63\xd0\x1e\x42\xd4\x16\x43\x80\x4f\xd8\x07\x13\xf0\x00\x04\x05\x2e\xdd\x0b\x0e\x8f\x39\x89\x39\xd7\x0b\x1d\xd1\x0b\x1d\xa0\x11\xd2\x0b\x22\xf0\x00\x03\x09\x2e\xd8\x1b\x1d\x88\x4c\x88\x4c\xe5\x1b\x1e\x9f\x39\x99\x39\xd7\x1b\x2d\xd1\x1b\x2d\x88\x4c\xdd\x13\x16\x90\x7c\xd4\x13\x24\x80\x4c\xd8\x07\x13\x90\x72\xd2\x07\x19\xf0\x00\x03\x05\x50\x01\xd8\x0f\x1b\xd7\x0f\x23\xd1\x0f\x23\xd4\x0f\x25\xf0\x00\x01\x09\x4e\x01\xdd\x12\x1c\xd0\x1d\x37\xd7\x1d\x3e\xd1\x1d\x3e\xb8\x7c\xd4\x1d\x4c\xd4\x12\x4d\xd0\x0c\x4d\xd8\x1a\x23\xd7\x1a\x2a\xd1\x1a\x2a\xa8\x3f\xbd\x44\xc0\x2c\xd4\x1a\x4f\x88\x0f\xd8\x0f\x1e\xd5\x21\x32\xb0\x31\xd4\x21\x35\xd1\x0f\x35\x80\x48\xdd\x07\x0a\xd7\x07\x19\xd1\x07\x19\xf0\x00\x18\x05\x0a\xf5\x12\x00\x10\x1b\x98\x34\xd4\x0f\x20\xf0\x00\x01\x09\x32\xdd\x13\x1d\x9d\x63\x9f\x6a\x99\x6a\x9c\x6c\xa8\x44\xd4\x13\x31\x88\x44\xf0\x0a\x00\x0c\x10\x90\x01\x8c\x37\x90\x63\x8a\x3e\xf0\x00\x01\x09\x1c\x98\x64\xa0\x31\x9c\x67\xad\x5f\xd0\x1e\x3c\xf0\x00\x01\x09\x1c\xd8\x13\x17\x98\x01\x90\x38\x90\x38\x88\x44\xf5\x08\x00\x10\x1a\xdd\x0c\x0f\xd7\x0c\x1e\xd1\x0c\x1e\xd8\x0c\x10\x8f\x4b\x89\x4b\x9d\x0f\xd4\x0c\x28\xd8\x0c\x14\xf4\x07\x04\x10\x0a\xf0\x00\x04\x09\x0a\xf5\x0a\x00\x0c\x16\x90\x64\x9d\x48\xa0\x68\xd4\x0b\x2f\xd0\x04\x2f",
   24061             : };
   24062             : static
   24063             :     struct {
   24064             :         PyASCIIObject _ascii;
   24065             :         uint8_t _data[15];
   24066             :     }
   24067             : const_str_debug_override = {
   24068             :     ._ascii = {
   24069             :         .ob_base = {
   24070             :             .ob_refcnt = 999999999,
   24071             :             .ob_type = &PyUnicode_Type,
   24072             :         },
   24073             :         .length = 14,
   24074             :         .hash = -1,
   24075             :         .state = {
   24076             :             .kind = 1,
   24077             :             .compact = 1,
   24078             :             .ascii = 1,
   24079             :         },
   24080             :     },
   24081             :     ._data = "debug_override",
   24082             : };
   24083             : static
   24084             :     struct {
   24085             :         PyASCIIObject _ascii;
   24086             :         uint8_t _data[5];
   24087             :     }
   24088             : const_str_head = {
   24089             :     ._ascii = {
   24090             :         .ob_base = {
   24091             :             .ob_refcnt = 999999999,
   24092             :             .ob_type = &PyUnicode_Type,
   24093             :         },
   24094             :         .length = 4,
   24095             :         .hash = -1,
   24096             :         .state = {
   24097             :             .kind = 1,
   24098             :             .compact = 1,
   24099             :             .ascii = 1,
   24100             :         },
   24101             :     },
   24102             :     ._data = "head",
   24103             : };
   24104             : static
   24105             :     struct {
   24106             :         PyASCIIObject _ascii;
   24107             :         uint8_t _data[5];
   24108             :     }
   24109             : const_str_rest = {
   24110             :     ._ascii = {
   24111             :         .ob_base = {
   24112             :             .ob_refcnt = 999999999,
   24113             :             .ob_type = &PyUnicode_Type,
   24114             :         },
   24115             :         .length = 4,
   24116             :         .hash = -1,
   24117             :         .state = {
   24118             :             .kind = 1,
   24119             :             .compact = 1,
   24120             :             .ascii = 1,
   24121             :         },
   24122             :     },
   24123             :     ._data = "rest",
   24124             : };
   24125             : static
   24126             :     struct {
   24127             :         PyASCIIObject _ascii;
   24128             :         uint8_t _data[4];
   24129             :     }
   24130             : const_str_tag = {
   24131             :     ._ascii = {
   24132             :         .ob_base = {
   24133             :             .ob_refcnt = 999999999,
   24134             :             .ob_type = &PyUnicode_Type,
   24135             :         },
   24136             :         .length = 3,
   24137             :         .hash = -1,
   24138             :         .state = {
   24139             :             .kind = 1,
   24140             :             .compact = 1,
   24141             :             .ascii = 1,
   24142             :         },
   24143             :     },
   24144             :     ._data = "tag",
   24145             : };
   24146             : static
   24147             :     struct {
   24148             :         PyASCIIObject _ascii;
   24149             :         uint8_t _data[16];
   24150             :     }
   24151             : const_str_almost_filename = {
   24152             :     ._ascii = {
   24153             :         .ob_base = {
   24154             :             .ob_refcnt = 999999999,
   24155             :             .ob_type = &PyUnicode_Type,
   24156             :         },
   24157             :         .length = 15,
   24158             :         .hash = -1,
   24159             :         .state = {
   24160             :             .kind = 1,
   24161             :             .compact = 1,
   24162             :             .ascii = 1,
   24163             :         },
   24164             :     },
   24165             :     ._data = "almost_filename",
   24166             : };
   24167             : static
   24168             :     struct {
   24169             :         PyGC_Head _gc_head;
   24170             :         struct {
   24171             :             PyObject_VAR_HEAD
   24172             :             PyObject *ob_item[12];
   24173             :         }_object;
   24174             :     }
   24175             : importlib__bootstrap_external_toplevel_consts_36_localsplusnames = {
   24176             :     ._object = {
   24177             :         .ob_base = {
   24178             :             .ob_base = {
   24179             :                 .ob_refcnt = 999999999,
   24180             :                 .ob_type = &PyTuple_Type,
   24181             :             },
   24182             :             .ob_size = 12,
   24183             :         },
   24184             :         .ob_item = {
   24185             :             &_Py_ID(path),
   24186             :             & const_str_debug_override._ascii.ob_base,
   24187             :             & const_str_optimization._ascii.ob_base,
   24188             :             & const_str_message._ascii.ob_base,
   24189             :             & const_str_head._ascii.ob_base,
   24190             :             & const_str_tail._ascii.ob_base,
   24191             :             & const_str_base._ascii.ob_base,
   24192             :             & const_str_sep._ascii.ob_base,
   24193             :             & const_str_rest._ascii.ob_base,
   24194             :             & const_str_tag._ascii.ob_base,
   24195             :             & const_str_almost_filename._ascii.ob_base,
   24196             :             &_Py_ID(filename),
   24197             :         },
   24198             :     },
   24199             : };
   24200             : static
   24201             :     struct {
   24202             :         PyObject_VAR_HEAD
   24203             :         Py_hash_t ob_shash;
   24204             :         char ob_sval[13];
   24205             :     }
   24206             : importlib__bootstrap_external_toplevel_consts_36_localspluskinds = {
   24207             :     .ob_base = {
   24208             :         .ob_base = {
   24209             :             .ob_refcnt = 999999999,
   24210             :             .ob_type = &PyBytes_Type,
   24211             :         },
   24212             :         .ob_size = 12,
   24213             :     },
   24214             :     .ob_shash = -1,
   24215             :     .ob_sval = "            ",
   24216             : };
   24217             : static
   24218             :     struct _PyCode_DEF(1038)
   24219             : importlib__bootstrap_external_toplevel_consts_36 = {
   24220             :     .ob_base = {
   24221             :         .ob_base = {
   24222             :             .ob_refcnt = 999999999,
   24223             :             .ob_type = &PyCode_Type,
   24224             :         },
   24225             :         .ob_size = 519,
   24226             :     },
   24227             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_36_consts._object.ob_base.ob_base,
   24228             :     .co_names = & importlib__bootstrap_external_toplevel_consts_36_names._object.ob_base.ob_base,
   24229             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   24230             :     .co_flags = 3,
   24231             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   24232             :     ._co_linearray_entry_size = 0,
   24233             :     .co_argcount = 2,
   24234             :     .co_posonlyargcount = 0,
   24235             :     .co_kwonlyargcount = 1,
   24236             :     .co_framesize = 18 + FRAME_SPECIALS_SIZE,
   24237             :     .co_stacksize = 6,
   24238             :     .co_firstlineno = 444,
   24239             :     .co_nlocalsplus = 12,
   24240             :     .co_nlocals = 12,
   24241             :     .co_nplaincellvars = 0,
   24242             :     .co_ncellvars = 0,
   24243             :     .co_nfreevars = 0,
   24244             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
   24245             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
   24246             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   24247             :     .co_name = & const_str_cache_from_source._ascii.ob_base,
   24248             :     .co_qualname = & const_str_cache_from_source._ascii.ob_base,
   24249             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_36_linetable.ob_base.ob_base,
   24250             :     ._co_code = NULL,
   24251             :     ._co_linearray = NULL,
   24252             :     .co_code_adaptive = "\x97\x00\x7c\x01\x81\x34\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x81\x0f\x64\x03\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x72\x02\x64\x04\x6e\x01\x64\x05\x7d\x02\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x06\x7d\x07\x7d\x08\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x80\x0d\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x04\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x72\x02\x7c\x06\x6e\x01\x7c\x08\x7c\x07\x7c\x09\x67\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x02\x80\x3d\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x03\x64\x04\x7d\x02\x6e\x1b\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x64\x04\x6b\x03\x00\x00\x00\x00\x72\x47\x7c\x02\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1d\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x0a\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x0a\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7d\x0b\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x82\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x22\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x14\x7c\x04\x64\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x05\x7c\x04\x64\x0c\x64\x01\x1a\x00\x7d\x04\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x36\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   24253             :     ._co_firsttraceable = 0,
   24254             : };
   24255             : static
   24256             :     struct {
   24257             :         PyASCIIObject _ascii;
   24258             :         uint8_t _data[367];
   24259             :     }
   24260             : importlib__bootstrap_external_toplevel_consts_37_consts_0 = {
   24261             :     ._ascii = {
   24262             :         .ob_base = {
   24263             :             .ob_refcnt = 999999999,
   24264             :             .ob_type = &PyUnicode_Type,
   24265             :         },
   24266             :         .length = 366,
   24267             :         .hash = -1,
   24268             :         .state = {
   24269             :             .kind = 1,
   24270             :             .compact = 1,
   24271             :             .ascii = 1,
   24272             :         },
   24273             :     },
   24274             :     ._data = "\x47\x69\x76\x65\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x61\x20\x2e\x70\x79\x63\x2e\x20\x66\x69\x6c\x65\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x69\x74\x73\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x2e\x70\x79\x63\x20\x66\x69\x6c\x65\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x20\x6e\x65\x65\x64\x20\x74\x6f\x20\x65\x78\x69\x73\x74\x3b\x20\x74\x68\x69\x73\x20\x73\x69\x6d\x70\x6c\x79\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x20\x63\x61\x6c\x63\x75\x6c\x61\x74\x65\x64\x20\x74\x6f\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x20\x74\x6f\x20\x74\x68\x65\x20\x2e\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x20\x20\x49\x66\x20\x70\x61\x74\x68\x20\x64\x6f\x65\x73\x0a\x20\x20\x20\x20\x6e\x6f\x74\x20\x63\x6f\x6e\x66\x6f\x72\x6d\x20\x74\x6f\x20\x50\x45\x50\x20\x33\x31\x34\x37\x2f\x34\x38\x38\x20\x66\x6f\x72\x6d\x61\x74\x2c\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x72\x61\x69\x73\x65\x64\x2e\x20\x49\x66\x0a\x20\x20\x20\x20\x73\x79\x73\x2e\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x2e\x63\x61\x63\x68\x65\x5f\x74\x61\x67\x20\x69\x73\x20\x4e\x6f\x6e\x65\x20\x74\x68\x65\x6e\x20\x4e\x6f\x74\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   24275             : };
   24276             : static
   24277             :     struct {
   24278             :         PyASCIIObject _ascii;
   24279             :         uint8_t _data[32];
   24280             :     }
   24281             : importlib__bootstrap_external_toplevel_consts_37_consts_5 = {
   24282             :     ._ascii = {
   24283             :         .ob_base = {
   24284             :             .ob_refcnt = 999999999,
   24285             :             .ob_type = &PyUnicode_Type,
   24286             :         },
   24287             :         .length = 31,
   24288             :         .hash = -1,
   24289             :         .state = {
   24290             :             .kind = 1,
   24291             :             .compact = 1,
   24292             :             .ascii = 1,
   24293             :         },
   24294             :     },
   24295             :     ._data = " not bottom-level directory in ",
   24296             : };
   24297             : static
   24298             :     struct {
   24299             :         PyGC_Head _gc_head;
   24300             :         struct {
   24301             :             PyObject_VAR_HEAD
   24302             :             PyObject *ob_item[2];
   24303             :         }_object;
   24304             :     }
   24305             : importlib__bootstrap_external_toplevel_consts_37_consts_7 = {
   24306             :     ._object = {
   24307             :         .ob_base = {
   24308             :             .ob_base = {
   24309             :                 .ob_refcnt = 999999999,
   24310             :                 .ob_type = &PyTuple_Type,
   24311             :             },
   24312             :             .ob_size = 2,
   24313             :         },
   24314             :         .ob_item = {
   24315             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   24316             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
   24317             :         },
   24318             :     },
   24319             : };
   24320             : // TODO: The above tuple should be a frozenset
   24321             : static
   24322             :     struct {
   24323             :         PyASCIIObject _ascii;
   24324             :         uint8_t _data[30];
   24325             :     }
   24326             : importlib__bootstrap_external_toplevel_consts_37_consts_8 = {
   24327             :     ._ascii = {
   24328             :         .ob_base = {
   24329             :             .ob_refcnt = 999999999,
   24330             :             .ob_type = &PyUnicode_Type,
   24331             :         },
   24332             :         .length = 29,
   24333             :         .hash = -1,
   24334             :         .state = {
   24335             :             .kind = 1,
   24336             :             .compact = 1,
   24337             :             .ascii = 1,
   24338             :         },
   24339             :     },
   24340             :     ._data = "expected only 2 or 3 dots in ",
   24341             : };
   24342             : static
   24343             :     struct {
   24344             :         PyASCIIObject _ascii;
   24345             :         uint8_t _data[54];
   24346             :     }
   24347             : importlib__bootstrap_external_toplevel_consts_37_consts_12 = {
   24348             :     ._ascii = {
   24349             :         .ob_base = {
   24350             :             .ob_refcnt = 999999999,
   24351             :             .ob_type = &PyUnicode_Type,
   24352             :         },
   24353             :         .length = 53,
   24354             :         .hash = -1,
   24355             :         .state = {
   24356             :             .kind = 1,
   24357             :             .compact = 1,
   24358             :             .ascii = 1,
   24359             :         },
   24360             :     },
   24361             :     ._data = "optimization portion of filename does not start with ",
   24362             : };
   24363             : static
   24364             :     struct {
   24365             :         PyASCIIObject _ascii;
   24366             :         uint8_t _data[20];
   24367             :     }
   24368             : importlib__bootstrap_external_toplevel_consts_37_consts_13 = {
   24369             :     ._ascii = {
   24370             :         .ob_base = {
   24371             :             .ob_refcnt = 999999999,
   24372             :             .ob_type = &PyUnicode_Type,
   24373             :         },
   24374             :         .length = 19,
   24375             :         .hash = -1,
   24376             :         .state = {
   24377             :             .kind = 1,
   24378             :             .compact = 1,
   24379             :             .ascii = 1,
   24380             :         },
   24381             :     },
   24382             :     ._data = "optimization level ",
   24383             : };
   24384             : static
   24385             :     struct {
   24386             :         PyASCIIObject _ascii;
   24387             :         uint8_t _data[30];
   24388             :     }
   24389             : importlib__bootstrap_external_toplevel_consts_37_consts_14 = {
   24390             :     ._ascii = {
   24391             :         .ob_base = {
   24392             :             .ob_refcnt = 999999999,
   24393             :             .ob_type = &PyUnicode_Type,
   24394             :         },
   24395             :         .length = 29,
   24396             :         .hash = -1,
   24397             :         .state = {
   24398             :             .kind = 1,
   24399             :             .compact = 1,
   24400             :             .ascii = 1,
   24401             :         },
   24402             :     },
   24403             :     ._data = " is not an alphanumeric value",
   24404             : };
   24405             : static
   24406             :     struct {
   24407             :         PyGC_Head _gc_head;
   24408             :         struct {
   24409             :             PyObject_VAR_HEAD
   24410             :             PyObject *ob_item[16];
   24411             :         }_object;
   24412             :     }
   24413             : importlib__bootstrap_external_toplevel_consts_37_consts = {
   24414             :     ._object = {
   24415             :         .ob_base = {
   24416             :             .ob_base = {
   24417             :                 .ob_refcnt = 999999999,
   24418             :                 .ob_type = &PyTuple_Type,
   24419             :             },
   24420             :             .ob_size = 16,
   24421             :         },
   24422             :         .ob_item = {
   24423             :             & importlib__bootstrap_external_toplevel_consts_37_consts_0._ascii.ob_base,
   24424             :             Py_None,
   24425             :             & importlib__bootstrap_external_toplevel_consts_36_consts_7._ascii.ob_base,
   24426             :             Py_False,
   24427             :             Py_True,
   24428             :             & importlib__bootstrap_external_toplevel_consts_37_consts_5._ascii.ob_base,
   24429             :             &_Py_STR(dot),
   24430             :             & importlib__bootstrap_external_toplevel_consts_37_consts_7._object.ob_base.ob_base,
   24431             :             & importlib__bootstrap_external_toplevel_consts_37_consts_8._ascii.ob_base,
   24432             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
   24433             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   24434             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -2],
   24435             :             & importlib__bootstrap_external_toplevel_consts_37_consts_12._ascii.ob_base,
   24436             :             & importlib__bootstrap_external_toplevel_consts_37_consts_13._ascii.ob_base,
   24437             :             & importlib__bootstrap_external_toplevel_consts_37_consts_14._ascii.ob_base,
   24438             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   24439             :         },
   24440             :     },
   24441             : };
   24442             : static
   24443             :     struct {
   24444             :         PyASCIIObject _ascii;
   24445             :         uint8_t _data[16];
   24446             :     }
   24447             : const_str_SOURCE_SUFFIXES = {
   24448             :     ._ascii = {
   24449             :         .ob_base = {
   24450             :             .ob_refcnt = 999999999,
   24451             :             .ob_type = &PyUnicode_Type,
   24452             :         },
   24453             :         .length = 15,
   24454             :         .hash = -1,
   24455             :         .state = {
   24456             :             .kind = 1,
   24457             :             .compact = 1,
   24458             :             .ascii = 1,
   24459             :         },
   24460             :     },
   24461             :     ._data = "SOURCE_SUFFIXES",
   24462             : };
   24463             : static
   24464             :     struct {
   24465             :         PyGC_Head _gc_head;
   24466             :         struct {
   24467             :             PyObject_VAR_HEAD
   24468             :             PyObject *ob_item[22];
   24469             :         }_object;
   24470             :     }
   24471             : importlib__bootstrap_external_toplevel_consts_37_names = {
   24472             :     ._object = {
   24473             :         .ob_base = {
   24474             :             .ob_base = {
   24475             :                 .ob_refcnt = 999999999,
   24476             :                 .ob_type = &PyTuple_Type,
   24477             :             },
   24478             :             .ob_size = 22,
   24479             :         },
   24480             :         .ob_item = {
   24481             :             & const_str_sys._ascii.ob_base,
   24482             :             & const_str_implementation._ascii.ob_base,
   24483             :             & const_str_cache_tag._ascii.ob_base,
   24484             :             & const_str_NotImplementedError._ascii.ob_base,
   24485             :             & const_str__os._ascii.ob_base,
   24486             :             & const_str_fspath._ascii.ob_base,
   24487             :             & const_str__path_split._ascii.ob_base,
   24488             :             & const_str_pycache_prefix._ascii.ob_base,
   24489             :             & const_str_rstrip._ascii.ob_base,
   24490             :             & const_str_path_separators._ascii.ob_base,
   24491             :             & const_str_startswith._ascii.ob_base,
   24492             :             & const_str_path_sep._ascii.ob_base,
   24493             :             &_Py_ID(len),
   24494             :             & const_str__PYCACHE._ascii.ob_base,
   24495             :             & const_str_ValueError._ascii.ob_base,
   24496             :             & const_str_count._ascii.ob_base,
   24497             :             & const_str_rsplit._ascii.ob_base,
   24498             :             & const_str__OPT._ascii.ob_base,
   24499             :             & const_str_isalnum._ascii.ob_base,
   24500             :             & const_str_partition._ascii.ob_base,
   24501             :             & const_str__path_join._ascii.ob_base,
   24502             :             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
   24503             :         },
   24504             :     },
   24505             : };
   24506             : static
   24507             :     struct {
   24508             :         PyASCIIObject _ascii;
   24509             :         uint8_t _data[18];
   24510             :     }
   24511             : const_str_source_from_cache = {
   24512             :     ._ascii = {
   24513             :         .ob_base = {
   24514             :             .ob_refcnt = 999999999,
   24515             :             .ob_type = &PyUnicode_Type,
   24516             :         },
   24517             :         .length = 17,
   24518             :         .hash = -1,
   24519             :         .state = {
   24520             :             .kind = 1,
   24521             :             .compact = 1,
   24522             :             .ascii = 1,
   24523             :         },
   24524             :     },
   24525             :     ._data = "source_from_cache",
   24526             : };
   24527             : static
   24528             :     struct {
   24529             :         PyObject_VAR_HEAD
   24530             :         Py_hash_t ob_shash;
   24531             :         char ob_sval[477];
   24532             :     }
   24533             : importlib__bootstrap_external_toplevel_consts_37_linetable = {
   24534             :     .ob_base = {
   24535             :         .ob_base = {
   24536             :             .ob_refcnt = 999999999,
   24537             :             .ob_type = &PyBytes_Type,
   24538             :         },
   24539             :         .ob_size = 476,
   24540             :     },
   24541             :     .ob_shash = -1,
   24542             :     .ob_sval = "\x80\x00\xf5\x12\x00\x08\x0b\xd7\x07\x19\xd1\x07\x19\xd7\x07\x23\xd1\x07\x23\xf0\x00\x01\x05\x4a\x01\xdd\x0e\x21\xd0\x22\x48\xd4\x0e\x49\xd0\x08\x49\xdd\x0b\x15\x8f\x3a\x89\x3a\x90\x64\xd4\x0b\x1b\x80\x44\xdd\x1d\x28\xa8\x14\xd4\x1d\x2e\xd1\x04\x1a\x80\x44\xd0\x0a\x1a\xd8\x1e\x23\xd0\x04\x1b\xdd\x07\x0a\xd7\x07\x19\xd1\x07\x19\xf0\x00\x04\x05\x2b\xdd\x18\x1b\xd7\x18\x2a\xd1\x18\x2a\xd7\x18\x31\xd1\x18\x31\xb5\x2f\xd4\x18\x42\x88\x0d\xd8\x0b\x0f\x8f\x3f\x89\x3f\x98\x3d\xad\x38\xd1\x1b\x33\xd4\x0b\x34\xf0\x00\x02\x09\x2b\xd8\x13\x17\x9d\x03\x98\x4d\xd4\x18\x2a\xd0\x13\x2c\xd0\x13\x2c\x88\x44\xd8\x26\x2a\xd0\x0c\x23\xd8\x0b\x22\xf0\x00\x04\x05\x2a\xdd\x18\x23\xa0\x44\xd4\x18\x29\x89\x0d\x88\x04\x88\x67\xd8\x0b\x12\x95\x68\xd2\x0b\x1e\xf0\x00\x02\x09\x2a\xdd\x12\x1c\xa5\x08\xf0\x00\x01\x1e\x29\xf0\x00\x01\x1e\x29\xd8\x20\x24\xf0\x03\x01\x1e\x29\xf0\x00\x01\x1e\x29\xf4\x00\x01\x13\x2a\xf0\x00\x01\x0d\x2a\xe0\x10\x20\xd7\x10\x26\xd1\x10\x26\xa0\x73\xd4\x10\x2b\x80\x49\xd8\x07\x10\x98\x06\xd0\x07\x1e\xf0\x00\x0a\x05\x33\xdd\x0e\x18\xd0\x19\x4d\xd0\x39\x49\xd0\x19\x4d\xd0\x19\x4d\xd4\x0e\x4e\xd0\x08\x4e\xd8\x09\x12\x90\x61\x8a\x1e\xf0\x00\x08\x05\x33\xd8\x17\x27\xd7\x17\x2e\xd1\x17\x2e\xa8\x73\xb0\x41\xd4\x17\x36\xb0\x72\xd4\x17\x3a\x88\x0c\xd8\x0f\x1b\xd7\x0f\x26\xd1\x0f\x26\xa5\x74\xd4\x0f\x2c\xf0\x00\x02\x09\x2f\xdd\x12\x1c\xf0\x00\x01\x1e\x2e\xdd\x25\x29\xf0\x03\x01\x1e\x2e\xf0\x00\x01\x1e\x2e\xf4\x00\x01\x13\x2f\xf0\x00\x01\x0d\x2f\xe0\x14\x20\xa5\x13\xa5\x54\xa4\x19\xd0\x14\x2c\xd0\x14\x2c\x88\x09\xd8\x0f\x18\xd7\x0f\x20\xd1\x0f\x20\xd4\x0f\x22\xf0\x00\x02\x09\x33\xdd\x12\x1c\xf0\x00\x01\x1e\x32\xb0\x3c\xf0\x00\x01\x1e\x32\xf0\x00\x01\x1e\x32\xf0\x00\x01\x1e\x32\xf4\x00\x01\x13\x33\xf0\x00\x01\x0d\x33\xe0\x14\x24\xd7\x14\x2e\xd1\x14\x2e\xa8\x73\xd4\x14\x33\xb0\x41\xd4\x14\x36\x80\x4d\xdd\x0b\x15\x90\x64\x98\x4d\xad\x4f\xb8\x41\xd4\x2c\x3e\xd1\x1c\x3e\xd4\x0b\x3f\xd0\x04\x3f",
   24543             : };
   24544             : static
   24545             :     struct {
   24546             :         PyASCIIObject _ascii;
   24547             :         uint8_t _data[17];
   24548             :     }
   24549             : const_str_pycache_filename = {
   24550             :     ._ascii = {
   24551             :         .ob_base = {
   24552             :             .ob_refcnt = 999999999,
   24553             :             .ob_type = &PyUnicode_Type,
   24554             :         },
   24555             :         .length = 16,
   24556             :         .hash = -1,
   24557             :         .state = {
   24558             :             .kind = 1,
   24559             :             .compact = 1,
   24560             :             .ascii = 1,
   24561             :         },
   24562             :     },
   24563             :     ._data = "pycache_filename",
   24564             : };
   24565             : static
   24566             :     struct {
   24567             :         PyASCIIObject _ascii;
   24568             :         uint8_t _data[24];
   24569             :     }
   24570             : const_str_found_in_pycache_prefix = {
   24571             :     ._ascii = {
   24572             :         .ob_base = {
   24573             :             .ob_refcnt = 999999999,
   24574             :             .ob_type = &PyUnicode_Type,
   24575             :         },
   24576             :         .length = 23,
   24577             :         .hash = -1,
   24578             :         .state = {
   24579             :             .kind = 1,
   24580             :             .compact = 1,
   24581             :             .ascii = 1,
   24582             :         },
   24583             :     },
   24584             :     ._data = "found_in_pycache_prefix",
   24585             : };
   24586             : static
   24587             :     struct {
   24588             :         PyASCIIObject _ascii;
   24589             :         uint8_t _data[14];
   24590             :     }
   24591             : const_str_stripped_path = {
   24592             :     ._ascii = {
   24593             :         .ob_base = {
   24594             :             .ob_refcnt = 999999999,
   24595             :             .ob_type = &PyUnicode_Type,
   24596             :         },
   24597             :         .length = 13,
   24598             :         .hash = -1,
   24599             :         .state = {
   24600             :             .kind = 1,
   24601             :             .compact = 1,
   24602             :             .ascii = 1,
   24603             :         },
   24604             :     },
   24605             :     ._data = "stripped_path",
   24606             : };
   24607             : static
   24608             :     struct {
   24609             :         PyASCIIObject _ascii;
   24610             :         uint8_t _data[8];
   24611             :     }
   24612             : const_str_pycache = {
   24613             :     ._ascii = {
   24614             :         .ob_base = {
   24615             :             .ob_refcnt = 999999999,
   24616             :             .ob_type = &PyUnicode_Type,
   24617             :         },
   24618             :         .length = 7,
   24619             :         .hash = -1,
   24620             :         .state = {
   24621             :             .kind = 1,
   24622             :             .compact = 1,
   24623             :             .ascii = 1,
   24624             :         },
   24625             :     },
   24626             :     ._data = "pycache",
   24627             : };
   24628             : static
   24629             :     struct {
   24630             :         PyASCIIObject _ascii;
   24631             :         uint8_t _data[10];
   24632             :     }
   24633             : const_str_dot_count = {
   24634             :     ._ascii = {
   24635             :         .ob_base = {
   24636             :             .ob_refcnt = 999999999,
   24637             :             .ob_type = &PyUnicode_Type,
   24638             :         },
   24639             :         .length = 9,
   24640             :         .hash = -1,
   24641             :         .state = {
   24642             :             .kind = 1,
   24643             :             .compact = 1,
   24644             :             .ascii = 1,
   24645             :         },
   24646             :     },
   24647             :     ._data = "dot_count",
   24648             : };
   24649             : static
   24650             :     struct {
   24651             :         PyASCIIObject _ascii;
   24652             :         uint8_t _data[10];
   24653             :     }
   24654             : const_str_opt_level = {
   24655             :     ._ascii = {
   24656             :         .ob_base = {
   24657             :             .ob_refcnt = 999999999,
   24658             :             .ob_type = &PyUnicode_Type,
   24659             :         },
   24660             :         .length = 9,
   24661             :         .hash = -1,
   24662             :         .state = {
   24663             :             .kind = 1,
   24664             :             .compact = 1,
   24665             :             .ascii = 1,
   24666             :         },
   24667             :     },
   24668             :     ._data = "opt_level",
   24669             : };
   24670             : static
   24671             :     struct {
   24672             :         PyASCIIObject _ascii;
   24673             :         uint8_t _data[14];
   24674             :     }
   24675             : const_str_base_filename = {
   24676             :     ._ascii = {
   24677             :         .ob_base = {
   24678             :             .ob_refcnt = 999999999,
   24679             :             .ob_type = &PyUnicode_Type,
   24680             :         },
   24681             :         .length = 13,
   24682             :         .hash = -1,
   24683             :         .state = {
   24684             :             .kind = 1,
   24685             :             .compact = 1,
   24686             :             .ascii = 1,
   24687             :         },
   24688             :     },
   24689             :     ._data = "base_filename",
   24690             : };
   24691             : static
   24692             :     struct {
   24693             :         PyGC_Head _gc_head;
   24694             :         struct {
   24695             :             PyObject_VAR_HEAD
   24696             :             PyObject *ob_item[10];
   24697             :         }_object;
   24698             :     }
   24699             : importlib__bootstrap_external_toplevel_consts_37_localsplusnames = {
   24700             :     ._object = {
   24701             :         .ob_base = {
   24702             :             .ob_base = {
   24703             :                 .ob_refcnt = 999999999,
   24704             :                 .ob_type = &PyTuple_Type,
   24705             :             },
   24706             :             .ob_size = 10,
   24707             :         },
   24708             :         .ob_item = {
   24709             :             &_Py_ID(path),
   24710             :             & const_str_head._ascii.ob_base,
   24711             :             & const_str_pycache_filename._ascii.ob_base,
   24712             :             & const_str_found_in_pycache_prefix._ascii.ob_base,
   24713             :             & const_str_stripped_path._ascii.ob_base,
   24714             :             & const_str_pycache._ascii.ob_base,
   24715             :             & const_str_dot_count._ascii.ob_base,
   24716             :             & const_str_optimization._ascii.ob_base,
   24717             :             & const_str_opt_level._ascii.ob_base,
   24718             :             & const_str_base_filename._ascii.ob_base,
   24719             :         },
   24720             :     },
   24721             : };
   24722             : static
   24723             :     struct _PyCode_DEF(906)
   24724             : importlib__bootstrap_external_toplevel_consts_37 = {
   24725             :     .ob_base = {
   24726             :         .ob_base = {
   24727             :             .ob_refcnt = 999999999,
   24728             :             .ob_type = &PyCode_Type,
   24729             :         },
   24730             :         .ob_size = 453,
   24731             :     },
   24732             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_37_consts._object.ob_base.ob_base,
   24733             :     .co_names = & importlib__bootstrap_external_toplevel_consts_37_names._object.ob_base.ob_base,
   24734             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   24735             :     .co_flags = 3,
   24736             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   24737             :     ._co_linearray_entry_size = 0,
   24738             :     .co_argcount = 1,
   24739             :     .co_posonlyargcount = 0,
   24740             :     .co_kwonlyargcount = 0,
   24741             :     .co_framesize = 16 + FRAME_SPECIALS_SIZE,
   24742             :     .co_stacksize = 6,
   24743             :     .co_firstlineno = 515,
   24744             :     .co_nlocalsplus = 10,
   24745             :     .co_nlocals = 10,
   24746             :     .co_nplaincellvars = 0,
   24747             :     .co_ncellvars = 0,
   24748             :     .co_nfreevars = 0,
   24749             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
   24750             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
   24751             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   24752             :     .co_name = & const_str_source_from_cache._ascii.ob_base,
   24753             :     .co_qualname = & const_str_source_from_cache._ascii.ob_base,
   24754             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_37_linetable.ob_base.ob_base,
   24755             :     ._co_code = NULL,
   24756             :     ._co_linearray = NULL,
   24757             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x64\x03\x7d\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x52\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x01\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x01\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x1a\x00\x7d\x01\x64\x04\x7d\x03\x7c\x03\x73\x32\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x05\x7c\x05\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x17\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x05\x7c\x00\x9b\x02\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x64\x07\x76\x01\x72\x10\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x02\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x06\x64\x09\x6b\x02\x00\x00\x00\x00\x72\x7c\x7c\x02\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x0a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x15\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x1a\x00\x7d\x08\x7c\x08\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x11\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x07\x9b\x02\x64\x0e\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x09\x74\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   24758             :     ._co_firsttraceable = 0,
   24759             : };
   24760             : static
   24761             :     struct {
   24762             :         PyASCIIObject _ascii;
   24763             :         uint8_t _data[189];
   24764             :     }
   24765             : importlib__bootstrap_external_toplevel_consts_38_consts_0 = {
   24766             :     ._ascii = {
   24767             :         .ob_base = {
   24768             :             .ob_refcnt = 999999999,
   24769             :             .ob_type = &PyUnicode_Type,
   24770             :         },
   24771             :         .length = 188,
   24772             :         .hash = -1,
   24773             :         .state = {
   24774             :             .kind = 1,
   24775             :             .compact = 1,
   24776             :             .ascii = 1,
   24777             :         },
   24778             :     },
   24779             :     ._data = "\x43\x6f\x6e\x76\x65\x72\x74\x20\x61\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x61\x20\x73\x6f\x75\x72\x63\x65\x20\x70\x61\x74\x68\x20\x28\x69\x66\x20\x70\x6f\x73\x73\x69\x62\x6c\x65\x29\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x65\x78\x69\x73\x74\x73\x20\x70\x75\x72\x65\x6c\x79\x20\x66\x6f\x72\x20\x62\x61\x63\x6b\x77\x61\x72\x64\x73\x2d\x63\x6f\x6d\x70\x61\x74\x69\x62\x69\x6c\x69\x74\x79\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x50\x79\x49\x6d\x70\x6f\x72\x74\x5f\x45\x78\x65\x63\x43\x6f\x64\x65\x4d\x6f\x64\x75\x6c\x65\x57\x69\x74\x68\x46\x69\x6c\x65\x6e\x61\x6d\x65\x73\x28\x29\x20\x69\x6e\x20\x74\x68\x65\x20\x43\x20\x41\x50\x49\x2e\x0a\x0a\x20\x20\x20\x20",
   24780             : };
   24781             : static
   24782             :     struct {
   24783             :         PyASCIIObject _ascii;
   24784             :         uint8_t _data[3];
   24785             :     }
   24786             : const_str_py = {
   24787             :     ._ascii = {
   24788             :         .ob_base = {
   24789             :             .ob_refcnt = 999999999,
   24790             :             .ob_type = &PyUnicode_Type,
   24791             :         },
   24792             :         .length = 2,
   24793             :         .hash = -1,
   24794             :         .state = {
   24795             :             .kind = 1,
   24796             :             .compact = 1,
   24797             :             .ascii = 1,
   24798             :         },
   24799             :     },
   24800             :     ._data = "py",
   24801             : };
   24802             : static
   24803             :     struct {
   24804             :         PyGC_Head _gc_head;
   24805             :         struct {
   24806             :             PyObject_VAR_HEAD
   24807             :             PyObject *ob_item[7];
   24808             :         }_object;
   24809             :     }
   24810             : importlib__bootstrap_external_toplevel_consts_38_consts = {
   24811             :     ._object = {
   24812             :         .ob_base = {
   24813             :             .ob_base = {
   24814             :                 .ob_refcnt = 999999999,
   24815             :                 .ob_type = &PyTuple_Type,
   24816             :             },
   24817             :             .ob_size = 7,
   24818             :         },
   24819             :         .ob_item = {
   24820             :             & importlib__bootstrap_external_toplevel_consts_38_consts_0._ascii.ob_base,
   24821             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   24822             :             Py_None,
   24823             :             &_Py_STR(dot),
   24824             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -3],
   24825             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   24826             :             & const_str_py._ascii.ob_base,
   24827             :         },
   24828             :     },
   24829             : };
   24830             : static
   24831             :     struct {
   24832             :         PyASCIIObject _ascii;
   24833             :         uint8_t _data[6];
   24834             :     }
   24835             : const_str_lower = {
   24836             :     ._ascii = {
   24837             :         .ob_base = {
   24838             :             .ob_refcnt = 999999999,
   24839             :             .ob_type = &PyUnicode_Type,
   24840             :         },
   24841             :         .length = 5,
   24842             :         .hash = -1,
   24843             :         .state = {
   24844             :             .kind = 1,
   24845             :             .compact = 1,
   24846             :             .ascii = 1,
   24847             :         },
   24848             :     },
   24849             :     ._data = "lower",
   24850             : };
   24851             : static
   24852             :     struct {
   24853             :         PyGC_Head _gc_head;
   24854             :         struct {
   24855             :             PyObject_VAR_HEAD
   24856             :             PyObject *ob_item[7];
   24857             :         }_object;
   24858             :     }
   24859             : importlib__bootstrap_external_toplevel_consts_38_names = {
   24860             :     ._object = {
   24861             :         .ob_base = {
   24862             :             .ob_base = {
   24863             :                 .ob_refcnt = 999999999,
   24864             :                 .ob_type = &PyTuple_Type,
   24865             :             },
   24866             :             .ob_size = 7,
   24867             :         },
   24868             :         .ob_item = {
   24869             :             &_Py_ID(len),
   24870             :             & const_str_rpartition._ascii.ob_base,
   24871             :             & const_str_lower._ascii.ob_base,
   24872             :             & const_str_source_from_cache._ascii.ob_base,
   24873             :             & const_str_NotImplementedError._ascii.ob_base,
   24874             :             & const_str_ValueError._ascii.ob_base,
   24875             :             & const_str__path_isfile._ascii.ob_base,
   24876             :         },
   24877             :     },
   24878             : };
   24879             : static
   24880             :     struct {
   24881             :         PyObject_VAR_HEAD
   24882             :         Py_hash_t ob_shash;
   24883             :         char ob_sval[179];
   24884             :     }
   24885             : importlib__bootstrap_external_toplevel_consts_38_linetable = {
   24886             :     .ob_base = {
   24887             :         .ob_base = {
   24888             :             .ob_refcnt = 999999999,
   24889             :             .ob_type = &PyBytes_Type,
   24890             :         },
   24891             :         .ob_size = 178,
   24892             :     },
   24893             :     .ob_shash = -1,
   24894             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x08\x0b\x88\x3d\xd4\x07\x19\x98\x51\xd2\x07\x1e\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xd8\x19\x26\xd7\x19\x31\xd1\x19\x31\xb0\x23\xd4\x19\x36\xd1\x04\x16\x80\x44\x88\x21\x88\x59\xd8\x0b\x0f\xf0\x00\x01\x05\x1d\x90\x39\x97\x3f\x91\x3f\xd4\x13\x24\xa0\x52\xa8\x02\xd0\x13\x2b\xa8\x74\xd2\x13\x33\xf0\x00\x01\x05\x1d\xd8\x0f\x1c\xd0\x08\x1c\xf0\x02\x03\x05\x29\xdd\x16\x27\xa8\x0d\xd4\x16\x36\x88\x0b\xf5\x06\x00\x1b\x27\xa0\x7b\xd4\x1a\x33\xd0\x0b\x46\x88\x3b\x88\x3b\xb8\x1d\xd0\x04\x46\xf8\xf5\x05\x00\x0d\x20\xa5\x1a\xd0\x0b\x2c\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29\xd8\x16\x23\xd0\x16\x28\xa0\x52\xd0\x16\x28\x88\x0b\x88\x0b\x88\x0b\xf0\x03\x01\x05\x29\xf8\xf8\xf8",
   24895             : };
   24896             : static
   24897             :     struct {
   24898             :         PyObject_VAR_HEAD
   24899             :         Py_hash_t ob_shash;
   24900             :         char ob_sval[19];
   24901             :     }
   24902             : importlib__bootstrap_external_toplevel_consts_38_exceptiontable = {
   24903             :     .ob_base = {
   24904             :         .ob_base = {
   24905             :             .ob_refcnt = 999999999,
   24906             :             .ob_type = &PyBytes_Type,
   24907             :         },
   24908             :         .ob_size = 18,
   24909             :     },
   24910             :     .ob_shash = -1,
   24911             :     .ob_sval = "\xc1\x07\x0d\x41\x25\x00\xc1\x25\x16\x41\x3e\x03\xc1\x3d\x01\x41\x3e\x03",
   24912             : };
   24913             : static
   24914             :     struct {
   24915             :         PyASCIIObject _ascii;
   24916             :         uint8_t _data[14];
   24917             :     }
   24918             : const_str_bytecode_path = {
   24919             :     ._ascii = {
   24920             :         .ob_base = {
   24921             :             .ob_refcnt = 999999999,
   24922             :             .ob_type = &PyUnicode_Type,
   24923             :         },
   24924             :         .length = 13,
   24925             :         .hash = -1,
   24926             :         .state = {
   24927             :             .kind = 1,
   24928             :             .compact = 1,
   24929             :             .ascii = 1,
   24930             :         },
   24931             :     },
   24932             :     ._data = "bytecode_path",
   24933             : };
   24934             : static
   24935             :     struct {
   24936             :         PyASCIIObject _ascii;
   24937             :         uint8_t _data[10];
   24938             :     }
   24939             : const_str_extension = {
   24940             :     ._ascii = {
   24941             :         .ob_base = {
   24942             :             .ob_refcnt = 999999999,
   24943             :             .ob_type = &PyUnicode_Type,
   24944             :         },
   24945             :         .length = 9,
   24946             :         .hash = -1,
   24947             :         .state = {
   24948             :             .kind = 1,
   24949             :             .compact = 1,
   24950             :             .ascii = 1,
   24951             :         },
   24952             :     },
   24953             :     ._data = "extension",
   24954             : };
   24955             : static
   24956             :     struct {
   24957             :         PyASCIIObject _ascii;
   24958             :         uint8_t _data[12];
   24959             :     }
   24960             : const_str_source_path = {
   24961             :     ._ascii = {
   24962             :         .ob_base = {
   24963             :             .ob_refcnt = 999999999,
   24964             :             .ob_type = &PyUnicode_Type,
   24965             :         },
   24966             :         .length = 11,
   24967             :         .hash = -1,
   24968             :         .state = {
   24969             :             .kind = 1,
   24970             :             .compact = 1,
   24971             :             .ascii = 1,
   24972             :         },
   24973             :     },
   24974             :     ._data = "source_path",
   24975             : };
   24976             : static
   24977             :     struct {
   24978             :         PyGC_Head _gc_head;
   24979             :         struct {
   24980             :             PyObject_VAR_HEAD
   24981             :             PyObject *ob_item[5];
   24982             :         }_object;
   24983             :     }
   24984             : importlib__bootstrap_external_toplevel_consts_38_localsplusnames = {
   24985             :     ._object = {
   24986             :         .ob_base = {
   24987             :             .ob_base = {
   24988             :                 .ob_refcnt = 999999999,
   24989             :                 .ob_type = &PyTuple_Type,
   24990             :             },
   24991             :             .ob_size = 5,
   24992             :         },
   24993             :         .ob_item = {
   24994             :             & const_str_bytecode_path._ascii.ob_base,
   24995             :             & const_str_rest._ascii.ob_base,
   24996             :             &_Py_ID(_),
   24997             :             & const_str_extension._ascii.ob_base,
   24998             :             & const_str_source_path._ascii.ob_base,
   24999             :         },
   25000             :     },
   25001             : };
   25002             : static
   25003             :     struct _PyCode_DEF(258)
   25004             : importlib__bootstrap_external_toplevel_consts_38 = {
   25005             :     .ob_base = {
   25006             :         .ob_base = {
   25007             :             .ob_refcnt = 999999999,
   25008             :             .ob_type = &PyCode_Type,
   25009             :         },
   25010             :         .ob_size = 129,
   25011             :     },
   25012             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_38_consts._object.ob_base.ob_base,
   25013             :     .co_names = & importlib__bootstrap_external_toplevel_consts_38_names._object.ob_base.ob_base,
   25014             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_38_exceptiontable.ob_base.ob_base,
   25015             :     .co_flags = 3,
   25016             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   25017             :     ._co_linearray_entry_size = 0,
   25018             :     .co_argcount = 1,
   25019             :     .co_posonlyargcount = 0,
   25020             :     .co_kwonlyargcount = 0,
   25021             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   25022             :     .co_stacksize = 4,
   25023             :     .co_firstlineno = 555,
   25024             :     .co_nlocalsplus = 5,
   25025             :     .co_nlocals = 5,
   25026             :     .co_nplaincellvars = 0,
   25027             :     .co_ncellvars = 0,
   25028             :     .co_nfreevars = 0,
   25029             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_38_localsplusnames._object.ob_base.ob_base,
   25030             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   25031             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   25032             :     .co_name = &_Py_ID(_get_sourcefile),
   25033             :     .co_qualname = &_Py_ID(_get_sourcefile),
   25034             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_38_linetable.ob_base.ob_base,
   25035             :     ._co_code = NULL,
   25036             :     ._co_linearray = NULL,
   25037             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x02\x53\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x01\x7d\x02\x7d\x03\x7c\x01\x72\x18\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x64\x05\x1a\x00\x64\x06\x6b\x03\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x09\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x04\x6e\x01\x7c\x00\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x08\x01\x00\x7c\x00\x64\x02\x64\x05\x1a\x00\x7d\x04\x59\x00\x8c\x29\x77\x00\x78\x03\x59\x00\x77\x01",
   25038             :     ._co_firsttraceable = 0,
   25039             : };
   25040             : static
   25041             :     struct {
   25042             :         PyASCIIObject _ascii;
   25043             :         uint8_t _data[6];
   25044             :     }
   25045             : const_str_tuple = {
   25046             :     ._ascii = {
   25047             :         .ob_base = {
   25048             :             .ob_refcnt = 999999999,
   25049             :             .ob_type = &PyUnicode_Type,
   25050             :         },
   25051             :         .length = 5,
   25052             :         .hash = -1,
   25053             :         .state = {
   25054             :             .kind = 1,
   25055             :             .compact = 1,
   25056             :             .ascii = 1,
   25057             :         },
   25058             :     },
   25059             :     ._data = "tuple",
   25060             : };
   25061             : static
   25062             :     struct {
   25063             :         PyGC_Head _gc_head;
   25064             :         struct {
   25065             :             PyObject_VAR_HEAD
   25066             :             PyObject *ob_item[6];
   25067             :         }_object;
   25068             :     }
   25069             : importlib__bootstrap_external_toplevel_consts_39_names = {
   25070             :     ._object = {
   25071             :         .ob_base = {
   25072             :             .ob_base = {
   25073             :                 .ob_refcnt = 999999999,
   25074             :                 .ob_type = &PyTuple_Type,
   25075             :             },
   25076             :             .ob_size = 6,
   25077             :         },
   25078             :         .ob_item = {
   25079             :             & const_str_endswith._ascii.ob_base,
   25080             :             & const_str_tuple._ascii.ob_base,
   25081             :             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
   25082             :             & const_str_cache_from_source._ascii.ob_base,
   25083             :             & const_str_NotImplementedError._ascii.ob_base,
   25084             :             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
   25085             :         },
   25086             :     },
   25087             : };
   25088             : static
   25089             :     struct {
   25090             :         PyObject_VAR_HEAD
   25091             :         Py_hash_t ob_shash;
   25092             :         char ob_sval[116];
   25093             :     }
   25094             : importlib__bootstrap_external_toplevel_consts_39_linetable = {
   25095             :     .ob_base = {
   25096             :         .ob_base = {
   25097             :             .ob_refcnt = 999999999,
   25098             :             .ob_type = &PyBytes_Type,
   25099             :         },
   25100             :         .ob_size = 115,
   25101             :     },
   25102             :     .ob_shash = -1,
   25103             :     .ob_sval = "\x80\x00\xd8\x07\x0f\xd7\x07\x18\xd1\x07\x18\x9d\x15\x9d\x7f\xd4\x19\x2f\xd4\x07\x30\xf0\x00\x08\x05\x14\xf0\x02\x03\x09\x11\xdd\x13\x24\xa0\x58\xd4\x13\x2e\xd0\x0c\x2e\xf0\x06\x00\x0a\x12\xd7\x09\x1a\xd1\x09\x1a\x9d\x35\xd5\x21\x32\xd4\x1b\x33\xd4\x09\x34\xf0\x00\x03\x05\x14\xd8\x0f\x17\x88\x0f\xe0\x0f\x13\x88\x74\xf8\xf5\x0b\x00\x10\x23\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
   25104             : };
   25105             : static
   25106             :     struct {
   25107             :         PyObject_VAR_HEAD
   25108             :         Py_hash_t ob_shash;
   25109             :         char ob_sval[18];
   25110             :     }
   25111             : importlib__bootstrap_external_toplevel_consts_39_exceptiontable = {
   25112             :     .ob_base = {
   25113             :         .ob_base = {
   25114             :             .ob_refcnt = 999999999,
   25115             :             .ob_type = &PyBytes_Type,
   25116             :         },
   25117             :         .ob_size = 17,
   25118             :     },
   25119             :     .ob_shash = -1,
   25120             :     .ob_sval = "\xa4\x0c\x41\x17\x00\xc1\x17\x0a\x41\x25\x03\xc1\x24\x01\x41\x25\x03",
   25121             : };
   25122             : static
   25123             :     struct {
   25124             :         PyGC_Head _gc_head;
   25125             :         struct {
   25126             :             PyObject_VAR_HEAD
   25127             :             PyObject *ob_item[1];
   25128             :         }_object;
   25129             :     }
   25130             : importlib__bootstrap_external_toplevel_consts_39_localsplusnames = {
   25131             :     ._object = {
   25132             :         .ob_base = {
   25133             :             .ob_base = {
   25134             :                 .ob_refcnt = 999999999,
   25135             :                 .ob_type = &PyTuple_Type,
   25136             :             },
   25137             :             .ob_size = 1,
   25138             :         },
   25139             :         .ob_item = {
   25140             :             &_Py_ID(filename),
   25141             :         },
   25142             :     },
   25143             : };
   25144             : static
   25145             :     struct _PyCode_DEF(208)
   25146             : importlib__bootstrap_external_toplevel_consts_39 = {
   25147             :     .ob_base = {
   25148             :         .ob_base = {
   25149             :             .ob_refcnt = 999999999,
   25150             :             .ob_type = &PyCode_Type,
   25151             :         },
   25152             :         .ob_size = 104,
   25153             :     },
   25154             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   25155             :     .co_names = & importlib__bootstrap_external_toplevel_consts_39_names._object.ob_base.ob_base,
   25156             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_39_exceptiontable.ob_base.ob_base,
   25157             :     .co_flags = 3,
   25158             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   25159             :     ._co_linearray_entry_size = 0,
   25160             :     .co_argcount = 1,
   25161             :     .co_posonlyargcount = 0,
   25162             :     .co_kwonlyargcount = 0,
   25163             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   25164             :     .co_stacksize = 5,
   25165             :     .co_firstlineno = 574,
   25166             :     .co_nlocalsplus = 1,
   25167             :     .co_nlocals = 1,
   25168             :     .co_nplaincellvars = 0,
   25169             :     .co_ncellvars = 0,
   25170             :     .co_nfreevars = 0,
   25171             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
   25172             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   25173             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   25174             :     .co_name = & const_str__get_cached._ascii.ob_base,
   25175             :     .co_qualname = & const_str__get_cached._ascii.ob_base,
   25176             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_39_linetable.ob_base.ob_base,
   25177             :     ._co_code = NULL,
   25178             :     ._co_linearray = NULL,
   25179             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x09\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   25180             :     ._co_firsttraceable = 0,
   25181             : };
   25182             : static
   25183             :     struct {
   25184             :         PyASCIIObject _ascii;
   25185             :         uint8_t _data[52];
   25186             :     }
   25187             : importlib__bootstrap_external_toplevel_consts_40_consts_0 = {
   25188             :     ._ascii = {
   25189             :         .ob_base = {
   25190             :             .ob_refcnt = 999999999,
   25191             :             .ob_type = &PyUnicode_Type,
   25192             :         },
   25193             :         .length = 51,
   25194             :         .hash = -1,
   25195             :         .state = {
   25196             :             .kind = 1,
   25197             :             .compact = 1,
   25198             :             .ascii = 1,
   25199             :         },
   25200             :     },
   25201             :     ._data = "Calculate the mode permissions for a bytecode file.",
   25202             : };
   25203             : static
   25204             :     struct {
   25205             :         PyGC_Head _gc_head;
   25206             :         struct {
   25207             :             PyObject_VAR_HEAD
   25208             :             PyObject *ob_item[3];
   25209             :         }_object;
   25210             :     }
   25211             : importlib__bootstrap_external_toplevel_consts_40_consts = {
   25212             :     ._object = {
   25213             :         .ob_base = {
   25214             :             .ob_base = {
   25215             :                 .ob_refcnt = 999999999,
   25216             :                 .ob_type = &PyTuple_Type,
   25217             :             },
   25218             :             .ob_size = 3,
   25219             :         },
   25220             :         .ob_item = {
   25221             :             & importlib__bootstrap_external_toplevel_consts_40_consts_0._ascii.ob_base,
   25222             :             & const_int_438.ob_base.ob_base,
   25223             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 128],
   25224             :         },
   25225             :     },
   25226             : };
   25227             : static
   25228             :     struct {
   25229             :         PyGC_Head _gc_head;
   25230             :         struct {
   25231             :             PyObject_VAR_HEAD
   25232             :             PyObject *ob_item[3];
   25233             :         }_object;
   25234             :     }
   25235             : importlib__bootstrap_external_toplevel_consts_40_names = {
   25236             :     ._object = {
   25237             :         .ob_base = {
   25238             :             .ob_base = {
   25239             :                 .ob_refcnt = 999999999,
   25240             :                 .ob_type = &PyTuple_Type,
   25241             :             },
   25242             :             .ob_size = 3,
   25243             :         },
   25244             :         .ob_item = {
   25245             :             & const_str__path_stat._ascii.ob_base,
   25246             :             & const_str_st_mode._ascii.ob_base,
   25247             :             & const_str_OSError._ascii.ob_base,
   25248             :         },
   25249             :     },
   25250             : };
   25251             : static
   25252             :     struct {
   25253             :         PyASCIIObject _ascii;
   25254             :         uint8_t _data[11];
   25255             :     }
   25256             : const_str__calc_mode = {
   25257             :     ._ascii = {
   25258             :         .ob_base = {
   25259             :             .ob_refcnt = 999999999,
   25260             :             .ob_type = &PyUnicode_Type,
   25261             :         },
   25262             :         .length = 10,
   25263             :         .hash = -1,
   25264             :         .state = {
   25265             :             .kind = 1,
   25266             :             .compact = 1,
   25267             :             .ascii = 1,
   25268             :         },
   25269             :     },
   25270             :     ._data = "_calc_mode",
   25271             : };
   25272             : static
   25273             :     struct {
   25274             :         PyObject_VAR_HEAD
   25275             :         Py_hash_t ob_shash;
   25276             :         char ob_sval[78];
   25277             :     }
   25278             : importlib__bootstrap_external_toplevel_consts_40_linetable = {
   25279             :     .ob_base = {
   25280             :         .ob_base = {
   25281             :             .ob_refcnt = 999999999,
   25282             :             .ob_type = &PyBytes_Type,
   25283             :         },
   25284             :         .ob_size = 77,
   25285             :     },
   25286             :     .ob_shash = -1,
   25287             :     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0f\x19\x98\x24\xd4\x0f\x1f\xd7\x0f\x27\xd1\x0f\x27\x88\x04\xf0\x0a\x00\x05\x09\x88\x45\x81\x4d\x80\x44\xd8\x0b\x0f\x80\x4b\xf8\xf5\x0b\x00\x0c\x13\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x04\x88\x04\x88\x04\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
   25288             : };
   25289             : static
   25290             :     struct {
   25291             :         PyObject_VAR_HEAD
   25292             :         Py_hash_t ob_shash;
   25293             :         char ob_sval[13];
   25294             :     }
   25295             : importlib__bootstrap_external_toplevel_consts_40_exceptiontable = {
   25296             :     .ob_base = {
   25297             :         .ob_base = {
   25298             :             .ob_refcnt = 999999999,
   25299             :             .ob_type = &PyBytes_Type,
   25300             :         },
   25301             :         .ob_size = 12,
   25302             :     },
   25303             :     .ob_shash = -1,
   25304             :     .ob_sval = "\x82\x17\x20\x00\xa0\x0c\x2f\x03\xae\x01\x2f\x03",
   25305             : };
   25306             : static
   25307             :     struct {
   25308             :         PyGC_Head _gc_head;
   25309             :         struct {
   25310             :             PyObject_VAR_HEAD
   25311             :             PyObject *ob_item[2];
   25312             :         }_object;
   25313             :     }
   25314             : importlib__bootstrap_external_toplevel_consts_40_localsplusnames = {
   25315             :     ._object = {
   25316             :         .ob_base = {
   25317             :             .ob_base = {
   25318             :                 .ob_refcnt = 999999999,
   25319             :                 .ob_type = &PyTuple_Type,
   25320             :             },
   25321             :             .ob_size = 2,
   25322             :         },
   25323             :         .ob_item = {
   25324             :             &_Py_ID(path),
   25325             :             &_Py_ID(mode),
   25326             :         },
   25327             :     },
   25328             : };
   25329             : static
   25330             :     struct _PyCode_DEF(100)
   25331             : importlib__bootstrap_external_toplevel_consts_40 = {
   25332             :     .ob_base = {
   25333             :         .ob_base = {
   25334             :             .ob_refcnt = 999999999,
   25335             :             .ob_type = &PyCode_Type,
   25336             :         },
   25337             :         .ob_size = 50,
   25338             :     },
   25339             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_40_consts._object.ob_base.ob_base,
   25340             :     .co_names = & importlib__bootstrap_external_toplevel_consts_40_names._object.ob_base.ob_base,
   25341             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_40_exceptiontable.ob_base.ob_base,
   25342             :     .co_flags = 3,
   25343             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   25344             :     ._co_linearray_entry_size = 0,
   25345             :     .co_argcount = 1,
   25346             :     .co_posonlyargcount = 0,
   25347             :     .co_kwonlyargcount = 0,
   25348             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   25349             :     .co_stacksize = 4,
   25350             :     .co_firstlineno = 586,
   25351             :     .co_nlocalsplus = 2,
   25352             :     .co_nlocals = 2,
   25353             :     .co_nplaincellvars = 0,
   25354             :     .co_ncellvars = 0,
   25355             :     .co_nfreevars = 0,
   25356             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
   25357             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   25358             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   25359             :     .co_name = & const_str__calc_mode._ascii.ob_base,
   25360             :     .co_qualname = & const_str__calc_mode._ascii.ob_base,
   25361             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_40_linetable.ob_base.ob_base,
   25362             :     ._co_code = NULL,
   25363             :     ._co_linearray = NULL,
   25364             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x64\x02\x7a\x14\x00\x00\x7d\x01\x7c\x01\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x01\x7d\x01\x59\x00\x8c\x15\x77\x00\x78\x03\x59\x00\x77\x01",
   25365             :     ._co_firsttraceable = 0,
   25366             : };
   25367             : static
   25368             :     struct {
   25369             :         PyASCIIObject _ascii;
   25370             :         uint8_t _data[253];
   25371             :     }
   25372             : importlib__bootstrap_external_toplevel_consts_41_consts_0 = {
   25373             :     ._ascii = {
   25374             :         .ob_base = {
   25375             :             .ob_refcnt = 999999999,
   25376             :             .ob_type = &PyUnicode_Type,
   25377             :         },
   25378             :         .length = 252,
   25379             :         .hash = -1,
   25380             :         .state = {
   25381             :             .kind = 1,
   25382             :             .compact = 1,
   25383             :             .ascii = 1,
   25384             :         },
   25385             :     },
   25386             :     ._data = "\x44\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x74\x6f\x20\x76\x65\x72\x69\x66\x79\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x65\x69\x6e\x67\x20\x72\x65\x71\x75\x65\x73\x74\x65\x64\x20\x6d\x61\x74\x63\x68\x65\x73\x20\x74\x68\x65\x20\x6f\x6e\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x6c\x6f\x61\x64\x65\x72\x20\x63\x61\x6e\x20\x68\x61\x6e\x64\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x66\x69\x72\x73\x74\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x28\x73\x65\x6c\x66\x29\x20\x6d\x75\x73\x74\x20\x64\x65\x66\x69\x6e\x65\x20\x5f\x6e\x61\x6d\x65\x20\x77\x68\x69\x63\x68\x20\x74\x68\x65\x20\x73\x65\x63\x6f\x6e\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x0a\x20\x20\x20\x20\x63\x6f\x6d\x70\x61\x72\x65\x64\x20\x61\x67\x61\x69\x6e\x73\x74\x2e\x20\x49\x66\x20\x74\x68\x65\x20\x63\x6f\x6d\x70\x61\x72\x69\x73\x6f\x6e\x20\x66\x61\x69\x6c\x73\x20\x74\x68\x65\x6e\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   25387             : };
   25388             : static
   25389             :     struct {
   25390             :         PyASCIIObject _ascii;
   25391             :         uint8_t _data[12];
   25392             :     }
   25393             : importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1 = {
   25394             :     ._ascii = {
   25395             :         .ob_base = {
   25396             :             .ob_refcnt = 999999999,
   25397             :             .ob_type = &PyUnicode_Type,
   25398             :         },
   25399             :         .length = 11,
   25400             :         .hash = -1,
   25401             :         .state = {
   25402             :             .kind = 1,
   25403             :             .compact = 1,
   25404             :             .ascii = 1,
   25405             :         },
   25406             :     },
   25407             :     ._data = "loader for ",
   25408             : };
   25409             : static
   25410             :     struct {
   25411             :         PyASCIIObject _ascii;
   25412             :         uint8_t _data[16];
   25413             :     }
   25414             : importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2 = {
   25415             :     ._ascii = {
   25416             :         .ob_base = {
   25417             :             .ob_refcnt = 999999999,
   25418             :             .ob_type = &PyUnicode_Type,
   25419             :         },
   25420             :         .length = 15,
   25421             :         .hash = -1,
   25422             :         .state = {
   25423             :             .kind = 1,
   25424             :             .compact = 1,
   25425             :             .ascii = 1,
   25426             :         },
   25427             :     },
   25428             :     ._data = " cannot handle ",
   25429             : };
   25430             : static
   25431             :     struct {
   25432             :         PyGC_Head _gc_head;
   25433             :         struct {
   25434             :             PyObject_VAR_HEAD
   25435             :             PyObject *ob_item[4];
   25436             :         }_object;
   25437             :     }
   25438             : importlib__bootstrap_external_toplevel_consts_41_consts_2_consts = {
   25439             :     ._object = {
   25440             :         .ob_base = {
   25441             :             .ob_base = {
   25442             :                 .ob_refcnt = 999999999,
   25443             :                 .ob_type = &PyTuple_Type,
   25444             :             },
   25445             :             .ob_size = 4,
   25446             :         },
   25447             :         .ob_item = {
   25448             :             Py_None,
   25449             :             & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1._ascii.ob_base,
   25450             :             & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2._ascii.ob_base,
   25451             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
   25452             :         },
   25453             :     },
   25454             : };
   25455             : static
   25456             :     struct {
   25457             :         PyGC_Head _gc_head;
   25458             :         struct {
   25459             :             PyObject_VAR_HEAD
   25460             :             PyObject *ob_item[2];
   25461             :         }_object;
   25462             :     }
   25463             : importlib__bootstrap_external_toplevel_consts_41_consts_2_names = {
   25464             :     ._object = {
   25465             :         .ob_base = {
   25466             :             .ob_base = {
   25467             :                 .ob_refcnt = 999999999,
   25468             :                 .ob_type = &PyTuple_Type,
   25469             :             },
   25470             :             .ob_size = 2,
   25471             :         },
   25472             :         .ob_item = {
   25473             :             &_Py_ID(name),
   25474             :             & const_str_ImportError._ascii.ob_base,
   25475             :         },
   25476             :     },
   25477             : };
   25478             : static
   25479             :     struct {
   25480             :         PyASCIIObject _ascii;
   25481             :         uint8_t _data[20];
   25482             :     }
   25483             : const_str__check_name_wrapper = {
   25484             :     ._ascii = {
   25485             :         .ob_base = {
   25486             :             .ob_refcnt = 999999999,
   25487             :             .ob_type = &PyUnicode_Type,
   25488             :         },
   25489             :         .length = 19,
   25490             :         .hash = -1,
   25491             :         .state = {
   25492             :             .kind = 1,
   25493             :             .compact = 1,
   25494             :             .ascii = 1,
   25495             :         },
   25496             :     },
   25497             :     ._data = "_check_name_wrapper",
   25498             : };
   25499             : static
   25500             :     struct {
   25501             :         PyASCIIObject _ascii;
   25502             :         uint8_t _data[41];
   25503             :     }
   25504             : importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname = {
   25505             :     ._ascii = {
   25506             :         .ob_base = {
   25507             :             .ob_refcnt = 999999999,
   25508             :             .ob_type = &PyUnicode_Type,
   25509             :         },
   25510             :         .length = 40,
   25511             :         .hash = -1,
   25512             :         .state = {
   25513             :             .kind = 1,
   25514             :             .compact = 1,
   25515             :             .ascii = 1,
   25516             :         },
   25517             :     },
   25518             :     ._data = "_check_name.<locals>._check_name_wrapper",
   25519             : };
   25520             : static
   25521             :     struct {
   25522             :         PyObject_VAR_HEAD
   25523             :         Py_hash_t ob_shash;
   25524             :         char ob_sval[117];
   25525             :     }
   25526             : importlib__bootstrap_external_toplevel_consts_41_consts_2_linetable = {
   25527             :     .ob_base = {
   25528             :         .ob_base = {
   25529             :             .ob_refcnt = 999999999,
   25530             :             .ob_type = &PyBytes_Type,
   25531             :         },
   25532             :         .ob_size = 116,
   25533             :     },
   25534             :     .ob_shash = -1,
   25535             :     .ob_sval = "\xf8\x80\x00\xd8\x0b\x0f\xf0\x00\x04\x09\x3e\xd8\x13\x17\x97\x39\x91\x39\x88\x44\x88\x44\xd8\x0d\x11\x8f\x59\x89\x59\x98\x24\xd2\x0d\x1e\xf0\x00\x02\x09\x3e\xdd\x12\x1d\x90\x2b\xd8\x21\x25\xa7\x19\xa1\x19\xa0\x19\xa0\x19\xa8\x44\xa8\x44\xf0\x03\x01\x1f\x32\xd8\x38\x3c\xf0\x03\x01\x13\x3e\xf4\x00\x01\x13\x3e\xf0\x00\x01\x0d\x3e\xe0\x0f\x15\x88\x76\x90\x64\x98\x44\xd0\x0f\x32\xa0\x34\xd0\x0f\x32\xd0\x0f\x32\xd0\x0f\x32\xa8\x36\xd0\x0f\x32\xd0\x0f\x32\xd0\x08\x32",
   25536             : };
   25537             : static
   25538             :     struct {
   25539             :         PyASCIIObject _ascii;
   25540             :         uint8_t _data[7];
   25541             :     }
   25542             : const_str_method = {
   25543             :     ._ascii = {
   25544             :         .ob_base = {
   25545             :             .ob_refcnt = 999999999,
   25546             :             .ob_type = &PyUnicode_Type,
   25547             :         },
   25548             :         .length = 6,
   25549             :         .hash = -1,
   25550             :         .state = {
   25551             :             .kind = 1,
   25552             :             .compact = 1,
   25553             :             .ascii = 1,
   25554             :         },
   25555             :     },
   25556             :     ._data = "method",
   25557             : };
   25558             : static
   25559             :     struct {
   25560             :         PyGC_Head _gc_head;
   25561             :         struct {
   25562             :             PyObject_VAR_HEAD
   25563             :             PyObject *ob_item[5];
   25564             :         }_object;
   25565             :     }
   25566             : importlib__bootstrap_external_toplevel_consts_41_consts_2_localsplusnames = {
   25567             :     ._object = {
   25568             :         .ob_base = {
   25569             :             .ob_base = {
   25570             :                 .ob_refcnt = 999999999,
   25571             :                 .ob_type = &PyTuple_Type,
   25572             :             },
   25573             :             .ob_size = 5,
   25574             :         },
   25575             :         .ob_item = {
   25576             :             & const_str_self._ascii.ob_base,
   25577             :             &_Py_ID(name),
   25578             :             & const_str_args._ascii.ob_base,
   25579             :             & const_str_kwargs._ascii.ob_base,
   25580             :             & const_str_method._ascii.ob_base,
   25581             :         },
   25582             :     },
   25583             : };
   25584             : static
   25585             :     struct {
   25586             :         PyObject_VAR_HEAD
   25587             :         Py_hash_t ob_shash;
   25588             :         char ob_sval[6];
   25589             :     }
   25590             : importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds = {
   25591             :     .ob_base = {
   25592             :         .ob_base = {
   25593             :             .ob_refcnt = 999999999,
   25594             :             .ob_type = &PyBytes_Type,
   25595             :         },
   25596             :         .ob_size = 5,
   25597             :     },
   25598             :     .ob_shash = -1,
   25599             :     .ob_sval = "\x20\x20\x20\x20\x80",
   25600             : };
   25601             : static
   25602             :     struct _PyCode_DEF(154)
   25603             : importlib__bootstrap_external_toplevel_consts_41_consts_2 = {
   25604             :     .ob_base = {
   25605             :         .ob_base = {
   25606             :             .ob_refcnt = 999999999,
   25607             :             .ob_type = &PyCode_Type,
   25608             :         },
   25609             :         .ob_size = 77,
   25610             :     },
   25611             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts._object.ob_base.ob_base,
   25612             :     .co_names = & importlib__bootstrap_external_toplevel_consts_41_consts_2_names._object.ob_base.ob_base,
   25613             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   25614             :     .co_flags = 31,
   25615             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   25616             :     ._co_linearray_entry_size = 0,
   25617             :     .co_argcount = 2,
   25618             :     .co_posonlyargcount = 0,
   25619             :     .co_kwonlyargcount = 0,
   25620             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   25621             :     .co_stacksize = 6,
   25622             :     .co_firstlineno = 606,
   25623             :     .co_nlocalsplus = 5,
   25624             :     .co_nlocals = 4,
   25625             :     .co_nplaincellvars = 0,
   25626             :     .co_ncellvars = 0,
   25627             :     .co_nfreevars = 1,
   25628             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localsplusnames._object.ob_base.ob_base,
   25629             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds.ob_base.ob_base,
   25630             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   25631             :     .co_name = & const_str__check_name_wrapper._ascii.ob_base,
   25632             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname._ascii.ob_base,
   25633             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
   25634             :     ._co_code = NULL,
   25635             :     ._co_linearray = NULL,
   25636             :     .co_code_adaptive = "\x95\x01\x97\x00\x7c\x01\x80\x0d\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x2f\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x1f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x02\x7c\x01\x9b\x01\x9d\x04\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x04\x7c\x00\x7c\x01\x67\x02\x7c\x02\xa2\x01\x52\x00\x69\x00\x7c\x03\xa4\x01\x8e\x01\x53\x00",
   25637             :     ._co_firsttraceable = 1,
   25638             : };
   25639             : static
   25640             :     struct {
   25641             :         PyGC_Head _gc_head;
   25642             :         struct {
   25643             :             PyObject_VAR_HEAD
   25644             :             PyObject *ob_item[2];
   25645             :         }_object;
   25646             :     }
   25647             : importlib__bootstrap_external_toplevel_consts_41_consts_3_consts = {
   25648             :     ._object = {
   25649             :         .ob_base = {
   25650             :             .ob_base = {
   25651             :                 .ob_refcnt = 999999999,
   25652             :                 .ob_type = &PyTuple_Type,
   25653             :             },
   25654             :             .ob_size = 2,
   25655             :         },
   25656             :         .ob_item = {
   25657             :             Py_None,
   25658             :             & importlib__bootstrap_toplevel_consts_3_consts_1._object.ob_base.ob_base,
   25659             :         },
   25660             :     },
   25661             : };
   25662             : static
   25663             :     struct {
   25664             :         PyASCIIObject _ascii;
   25665             :         uint8_t _data[27];
   25666             :     }
   25667             : importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname = {
   25668             :     ._ascii = {
   25669             :         .ob_base = {
   25670             :             .ob_refcnt = 999999999,
   25671             :             .ob_type = &PyUnicode_Type,
   25672             :         },
   25673             :         .length = 26,
   25674             :         .hash = -1,
   25675             :         .state = {
   25676             :             .kind = 1,
   25677             :             .compact = 1,
   25678             :             .ascii = 1,
   25679             :         },
   25680             :     },
   25681             :     ._data = "_check_name.<locals>._wrap",
   25682             : };
   25683             : static
   25684             :     struct {
   25685             :         PyObject_VAR_HEAD
   25686             :         Py_hash_t ob_shash;
   25687             :         char ob_sval[92];
   25688             :     }
   25689             : importlib__bootstrap_external_toplevel_consts_41_consts_3_linetable = {
   25690             :     .ob_base = {
   25691             :         .ob_base = {
   25692             :             .ob_refcnt = 999999999,
   25693             :             .ob_type = &PyBytes_Type,
   25694             :         },
   25695             :         .ob_size = 91,
   25696             :     },
   25697             :     .ob_shash = -1,
   25698             :     .ob_sval = "\x80\x00\xd8\x1b\x50\xf0\x00\x02\x0d\x41\x01\xf1\x00\x02\x0d\x41\x01\x90\x07\xdd\x13\x1a\x98\x33\xa0\x07\xd4\x13\x28\xf0\x00\x01\x11\x41\x01\xdd\x14\x1b\x98\x43\xa0\x17\xad\x27\xb0\x23\xb0\x77\xd4\x2a\x3f\xd4\x14\x40\xd0\x14\x40\xd0\x14\x40\xd8\x0c\x0f\x8f\x4c\x89\x4c\xd7\x0c\x1f\xd1\x0c\x1f\xa0\x03\xa7\x0c\xa1\x0c\xd4\x0c\x2d\xd0\x0c\x2d\xd0\x0c\x2d\xd0\x0c\x2d",
   25699             : };
   25700             : static
   25701             :     struct _PyCode_DEF(176)
   25702             : importlib__bootstrap_external_toplevel_consts_41_consts_3 = {
   25703             :     .ob_base = {
   25704             :         .ob_base = {
   25705             :             .ob_refcnt = 999999999,
   25706             :             .ob_type = &PyCode_Type,
   25707             :         },
   25708             :         .ob_size = 88,
   25709             :     },
   25710             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts_3_consts._object.ob_base.ob_base,
   25711             :     .co_names = & importlib__bootstrap_toplevel_consts_3_names._object.ob_base.ob_base,
   25712             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   25713             :     .co_flags = 19,
   25714             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   25715             :     ._co_linearray_entry_size = 0,
   25716             :     .co_argcount = 2,
   25717             :     .co_posonlyargcount = 0,
   25718             :     .co_kwonlyargcount = 0,
   25719             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   25720             :     .co_stacksize = 9,
   25721             :     .co_firstlineno = 619,
   25722             :     .co_nlocalsplus = 3,
   25723             :     .co_nlocals = 3,
   25724             :     .co_nplaincellvars = 0,
   25725             :     .co_ncellvars = 0,
   25726             :     .co_nfreevars = 0,
   25727             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
   25728             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   25729             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   25730             :     .co_name = & const_str__wrap._ascii.ob_base,
   25731             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname._ascii.ob_base,
   25732             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_consts_3_linetable.ob_base.ob_base,
   25733             :     ._co_code = NULL,
   25734             :     ._co_linearray = NULL,
   25735             :     .co_code_adaptive = "\x97\x00\x64\x01\x44\x00\x5d\x2b\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2d\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   25736             :     ._co_firsttraceable = 0,
   25737             : };
   25738             : static
   25739             :     struct {
   25740             :         PyGC_Head _gc_head;
   25741             :         struct {
   25742             :             PyObject_VAR_HEAD
   25743             :             PyObject *ob_item[5];
   25744             :         }_object;
   25745             :     }
   25746             : importlib__bootstrap_external_toplevel_consts_41_consts = {
   25747             :     ._object = {
   25748             :         .ob_base = {
   25749             :             .ob_base = {
   25750             :                 .ob_refcnt = 999999999,
   25751             :                 .ob_type = &PyTuple_Type,
   25752             :             },
   25753             :             .ob_size = 5,
   25754             :         },
   25755             :         .ob_item = {
   25756             :             & importlib__bootstrap_external_toplevel_consts_41_consts_0._ascii.ob_base,
   25757             :             Py_None,
   25758             :             & importlib__bootstrap_external_toplevel_consts_41_consts_2.ob_base.ob_base,
   25759             :             & importlib__bootstrap_external_toplevel_consts_41_consts_3.ob_base.ob_base,
   25760             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   25761             :         },
   25762             :     },
   25763             : };
   25764             : static
   25765             :     struct {
   25766             :         PyGC_Head _gc_head;
   25767             :         struct {
   25768             :             PyObject_VAR_HEAD
   25769             :             PyObject *ob_item[2];
   25770             :         }_object;
   25771             :     }
   25772             : importlib__bootstrap_external_toplevel_consts_41_names = {
   25773             :     ._object = {
   25774             :         .ob_base = {
   25775             :             .ob_base = {
   25776             :                 .ob_refcnt = 999999999,
   25777             :                 .ob_type = &PyTuple_Type,
   25778             :             },
   25779             :             .ob_size = 2,
   25780             :         },
   25781             :         .ob_item = {
   25782             :             &_Py_ID(_bootstrap),
   25783             :             & const_str__wrap._ascii.ob_base,
   25784             :         },
   25785             :     },
   25786             : };
   25787             : static
   25788             :     struct {
   25789             :         PyASCIIObject _ascii;
   25790             :         uint8_t _data[12];
   25791             :     }
   25792             : const_str__check_name = {
   25793             :     ._ascii = {
   25794             :         .ob_base = {
   25795             :             .ob_refcnt = 999999999,
   25796             :             .ob_type = &PyUnicode_Type,
   25797             :         },
   25798             :         .length = 11,
   25799             :         .hash = -1,
   25800             :         .state = {
   25801             :             .kind = 1,
   25802             :             .compact = 1,
   25803             :             .ascii = 1,
   25804             :         },
   25805             :     },
   25806             :     ._data = "_check_name",
   25807             : };
   25808             : static
   25809             :     struct {
   25810             :         PyObject_VAR_HEAD
   25811             :         Py_hash_t ob_shash;
   25812             :         char ob_sval[96];
   25813             :     }
   25814             : importlib__bootstrap_external_toplevel_consts_41_linetable = {
   25815             :     .ob_base = {
   25816             :         .ob_base = {
   25817             :             .ob_refcnt = 999999999,
   25818             :             .ob_type = &PyBytes_Type,
   25819             :         },
   25820             :         .ob_size = 95,
   25821             :     },
   25822             :     .ob_shash = -1,
   25823             :     .ob_sval = "\xf8\x80\x00\xf0\x10\x00\x28\x2c\xf0\x00\x06\x05\x33\xf0\x00\x06\x05\x33\xf0\x00\x06\x05\x33\xf0\x00\x06\x05\x33\xf0\x00\x06\x05\x33\xf5\x14\x00\x08\x12\xf0\x00\x07\x05\x2e\xdd\x10\x1a\xd7\x10\x20\xd1\x10\x20\x88\x05\x88\x05\xf0\x04\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x0c\x00\x05\x0a\x80\x45\xd0\x0a\x1d\x98\x76\xd4\x04\x26\xd0\x04\x26\xd8\x0b\x1e\xd0\x04\x1e",
   25824             : };
   25825             : static
   25826             :     struct {
   25827             :         PyGC_Head _gc_head;
   25828             :         struct {
   25829             :             PyObject_VAR_HEAD
   25830             :             PyObject *ob_item[3];
   25831             :         }_object;
   25832             :     }
   25833             : importlib__bootstrap_external_toplevel_consts_41_localsplusnames = {
   25834             :     ._object = {
   25835             :         .ob_base = {
   25836             :             .ob_base = {
   25837             :                 .ob_refcnt = 999999999,
   25838             :                 .ob_type = &PyTuple_Type,
   25839             :             },
   25840             :             .ob_size = 3,
   25841             :         },
   25842             :         .ob_item = {
   25843             :             & const_str_method._ascii.ob_base,
   25844             :             & const_str__check_name_wrapper._ascii.ob_base,
   25845             :             & const_str__wrap._ascii.ob_base,
   25846             :         },
   25847             :     },
   25848             : };
   25849             : static
   25850             :     struct {
   25851             :         PyObject_VAR_HEAD
   25852             :         Py_hash_t ob_shash;
   25853             :         char ob_sval[4];
   25854             :     }
   25855             : importlib__bootstrap_external_toplevel_consts_41_localspluskinds = {
   25856             :     .ob_base = {
   25857             :         .ob_base = {
   25858             :             .ob_refcnt = 999999999,
   25859             :             .ob_type = &PyBytes_Type,
   25860             :         },
   25861             :         .ob_size = 3,
   25862             :     },
   25863             :     .ob_shash = -1,
   25864             :     .ob_sval = "`  ",
   25865             : };
   25866             : static
   25867             :     struct _PyCode_DEF(96)
   25868             : importlib__bootstrap_external_toplevel_consts_41 = {
   25869             :     .ob_base = {
   25870             :         .ob_base = {
   25871             :             .ob_refcnt = 999999999,
   25872             :             .ob_type = &PyCode_Type,
   25873             :         },
   25874             :         .ob_size = 48,
   25875             :     },
   25876             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts._object.ob_base.ob_base,
   25877             :     .co_names = & importlib__bootstrap_external_toplevel_consts_41_names._object.ob_base.ob_base,
   25878             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   25879             :     .co_flags = 3,
   25880             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   25881             :     ._co_linearray_entry_size = 0,
   25882             :     .co_argcount = 1,
   25883             :     .co_posonlyargcount = 0,
   25884             :     .co_kwonlyargcount = 0,
   25885             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   25886             :     .co_stacksize = 4,
   25887             :     .co_firstlineno = 598,
   25888             :     .co_nlocalsplus = 3,
   25889             :     .co_nlocals = 3,
   25890             :     .co_nplaincellvars = 0,
   25891             :     .co_ncellvars = 1,
   25892             :     .co_nfreevars = 0,
   25893             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_41_localsplusnames._object.ob_base.ob_base,
   25894             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_localspluskinds.ob_base.ob_base,
   25895             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   25896             :     .co_name = & const_str__check_name._ascii.ob_base,
   25897             :     .co_qualname = & const_str__check_name._ascii.ob_base,
   25898             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_linetable.ob_base.ob_base,
   25899             :     ._co_code = NULL,
   25900             :     ._co_linearray = NULL,
   25901             :     .co_code_adaptive = "\x87\x00\x97\x00\x64\x04\x88\x00\x66\x01\x64\x02\x84\x09\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x12\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x03\x64\x03\x84\x00\x7d\x02\x02\x00\x7c\x02\x7c\x01\x89\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
   25902             :     ._co_firsttraceable = 1,
   25903             : };
   25904             : static
   25905             :     struct {
   25906             :         PyASCIIObject _ascii;
   25907             :         uint8_t _data[156];
   25908             :     }
   25909             : importlib__bootstrap_external_toplevel_consts_42_consts_0 = {
   25910             :     ._ascii = {
   25911             :         .ob_base = {
   25912             :             .ob_refcnt = 999999999,
   25913             :             .ob_type = &PyUnicode_Type,
   25914             :         },
   25915             :         .length = 155,
   25916             :         .hash = -1,
   25917             :         .state = {
   25918             :             .kind = 1,
   25919             :             .compact = 1,
   25920             :             .ascii = 1,
   25921             :         },
   25922             :     },
   25923             :     ._data = "\x54\x72\x79\x20\x74\x6f\x20\x66\x69\x6e\x64\x20\x61\x20\x6c\x6f\x61\x64\x65\x72\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x79\x20\x64\x65\x6c\x65\x67\x61\x74\x69\x6e\x67\x20\x74\x6f\x0a\x20\x20\x20\x20\x73\x65\x6c\x66\x2e\x66\x69\x6e\x64\x5f\x6c\x6f\x61\x64\x65\x72\x28\x29\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x20\x69\x6e\x20\x66\x61\x76\x6f\x72\x20\x6f\x66\x20\x66\x69\x6e\x64\x65\x72\x2e\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x2e\x0a\x0a\x20\x20\x20\x20",
   25924             : };
   25925             : static
   25926             :     struct {
   25927             :         PyASCIIObject _ascii;
   25928             :         uint8_t _data[91];
   25929             :     }
   25930             : importlib__bootstrap_external_toplevel_consts_42_consts_1 = {
   25931             :     ._ascii = {
   25932             :         .ob_base = {
   25933             :             .ob_refcnt = 999999999,
   25934             :             .ob_type = &PyUnicode_Type,
   25935             :         },
   25936             :         .length = 90,
   25937             :         .hash = -1,
   25938             :         .state = {
   25939             :             .kind = 1,
   25940             :             .compact = 1,
   25941             :             .ascii = 1,
   25942             :         },
   25943             :     },
   25944             :     ._data = "find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
   25945             : };
   25946             : static
   25947             :     struct {
   25948             :         PyASCIIObject _ascii;
   25949             :         uint8_t _data[45];
   25950             :     }
   25951             : importlib__bootstrap_external_toplevel_consts_42_consts_3 = {
   25952             :     ._ascii = {
   25953             :         .ob_base = {
   25954             :             .ob_refcnt = 999999999,
   25955             :             .ob_type = &PyUnicode_Type,
   25956             :         },
   25957             :         .length = 44,
   25958             :         .hash = -1,
   25959             :         .state = {
   25960             :             .kind = 1,
   25961             :             .compact = 1,
   25962             :             .ascii = 1,
   25963             :         },
   25964             :     },
   25965             :     ._data = "Not importing directory {}: missing __init__",
   25966             : };
   25967             : static
   25968             :     struct {
   25969             :         PyGC_Head _gc_head;
   25970             :         struct {
   25971             :             PyObject_VAR_HEAD
   25972             :             PyObject *ob_item[5];
   25973             :         }_object;
   25974             :     }
   25975             : importlib__bootstrap_external_toplevel_consts_42_consts = {
   25976             :     ._object = {
   25977             :         .ob_base = {
   25978             :             .ob_base = {
   25979             :                 .ob_refcnt = 999999999,
   25980             :                 .ob_type = &PyTuple_Type,
   25981             :             },
   25982             :             .ob_size = 5,
   25983             :         },
   25984             :         .ob_item = {
   25985             :             & importlib__bootstrap_external_toplevel_consts_42_consts_0._ascii.ob_base,
   25986             :             & importlib__bootstrap_external_toplevel_consts_42_consts_1._ascii.ob_base,
   25987             :             Py_None,
   25988             :             & importlib__bootstrap_external_toplevel_consts_42_consts_3._ascii.ob_base,
   25989             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   25990             :         },
   25991             :     },
   25992             : };
   25993             : static
   25994             :     struct {
   25995             :         PyASCIIObject _ascii;
   25996             :         uint8_t _data[12];
   25997             :     }
   25998             : const_str_find_loader = {
   25999             :     ._ascii = {
   26000             :         .ob_base = {
   26001             :             .ob_refcnt = 999999999,
   26002             :             .ob_type = &PyUnicode_Type,
   26003             :         },
   26004             :         .length = 11,
   26005             :         .hash = -1,
   26006             :         .state = {
   26007             :             .kind = 1,
   26008             :             .compact = 1,
   26009             :             .ascii = 1,
   26010             :         },
   26011             :     },
   26012             :     ._data = "find_loader",
   26013             : };
   26014             : static
   26015             :     struct {
   26016             :         PyGC_Head _gc_head;
   26017             :         struct {
   26018             :             PyObject_VAR_HEAD
   26019             :             PyObject *ob_item[7];
   26020             :         }_object;
   26021             :     }
   26022             : importlib__bootstrap_external_toplevel_consts_42_names = {
   26023             :     ._object = {
   26024             :         .ob_base = {
   26025             :             .ob_base = {
   26026             :                 .ob_refcnt = 999999999,
   26027             :                 .ob_type = &PyTuple_Type,
   26028             :             },
   26029             :             .ob_size = 7,
   26030             :         },
   26031             :         .ob_item = {
   26032             :             & const_str__warnings._ascii.ob_base,
   26033             :             & const_str_warn._ascii.ob_base,
   26034             :             & const_str_DeprecationWarning._ascii.ob_base,
   26035             :             & const_str_find_loader._ascii.ob_base,
   26036             :             &_Py_ID(len),
   26037             :             & const_str_format._ascii.ob_base,
   26038             :             & const_str_ImportWarning._ascii.ob_base,
   26039             :         },
   26040             :     },
   26041             : };
   26042             : static
   26043             :     struct {
   26044             :         PyASCIIObject _ascii;
   26045             :         uint8_t _data[18];
   26046             :     }
   26047             : const_str__find_module_shim = {
   26048             :     ._ascii = {
   26049             :         .ob_base = {
   26050             :             .ob_refcnt = 999999999,
   26051             :             .ob_type = &PyUnicode_Type,
   26052             :         },
   26053             :         .length = 17,
   26054             :         .hash = -1,
   26055             :         .state = {
   26056             :             .kind = 1,
   26057             :             .compact = 1,
   26058             :             .ascii = 1,
   26059             :         },
   26060             :     },
   26061             :     ._data = "_find_module_shim",
   26062             : };
   26063             : static
   26064             :     struct {
   26065             :         PyObject_VAR_HEAD
   26066             :         Py_hash_t ob_shash;
   26067             :         char ob_sval[113];
   26068             :     }
   26069             : importlib__bootstrap_external_toplevel_consts_42_linetable = {
   26070             :     .ob_base = {
   26071             :         .ob_base = {
   26072             :             .ob_refcnt = 999999999,
   26073             :             .ob_type = &PyBytes_Type,
   26074             :         },
   26075             :         .ob_size = 112,
   26076             :     },
   26077             :     .ob_shash = -1,
   26078             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x05\x13\x87\x4e\x81\x4e\xf0\x00\x01\x14\x50\x01\xe5\x13\x25\xf4\x05\x02\x05\x27\xf0\x00\x02\x05\x27\xf0\x0c\x00\x18\x1c\xd7\x17\x27\xd1\x17\x27\xa8\x08\xd4\x17\x31\xd1\x04\x14\x80\x46\x88\x48\xd8\x07\x0d\xf0\x00\x02\x05\x3f\x9d\x23\x98\x68\x9c\x2d\xf0\x00\x02\x05\x3f\xd8\x0e\x3c\x88\x03\xdd\x08\x16\x8f\x0e\x89\x0e\x90\x73\x97\x7a\x91\x7a\xa0\x28\xa8\x31\xa4\x2b\xd4\x17\x2e\xb5\x0d\xd4\x08\x3e\xd0\x08\x3e\xd8\x0b\x11\x80\x4d",
   26079             : };
   26080             : static
   26081             :     struct {
   26082             :         PyASCIIObject _ascii;
   26083             :         uint8_t _data[9];
   26084             :     }
   26085             : const_str_portions = {
   26086             :     ._ascii = {
   26087             :         .ob_base = {
   26088             :             .ob_refcnt = 999999999,
   26089             :             .ob_type = &PyUnicode_Type,
   26090             :         },
   26091             :         .length = 8,
   26092             :         .hash = -1,
   26093             :         .state = {
   26094             :             .kind = 1,
   26095             :             .compact = 1,
   26096             :             .ascii = 1,
   26097             :         },
   26098             :     },
   26099             :     ._data = "portions",
   26100             : };
   26101             : static
   26102             :     struct {
   26103             :         PyGC_Head _gc_head;
   26104             :         struct {
   26105             :             PyObject_VAR_HEAD
   26106             :             PyObject *ob_item[5];
   26107             :         }_object;
   26108             :     }
   26109             : importlib__bootstrap_external_toplevel_consts_42_localsplusnames = {
   26110             :     ._object = {
   26111             :         .ob_base = {
   26112             :             .ob_base = {
   26113             :                 .ob_refcnt = 999999999,
   26114             :                 .ob_type = &PyTuple_Type,
   26115             :             },
   26116             :             .ob_size = 5,
   26117             :         },
   26118             :         .ob_item = {
   26119             :             & const_str_self._ascii.ob_base,
   26120             :             & const_str_fullname._ascii.ob_base,
   26121             :             & const_str_loader._ascii.ob_base,
   26122             :             & const_str_portions._ascii.ob_base,
   26123             :             &_Py_ID(msg),
   26124             :         },
   26125             :     },
   26126             : };
   26127             : static
   26128             :     struct _PyCode_DEF(242)
   26129             : importlib__bootstrap_external_toplevel_consts_42 = {
   26130             :     .ob_base = {
   26131             :         .ob_base = {
   26132             :             .ob_refcnt = 999999999,
   26133             :             .ob_type = &PyCode_Type,
   26134             :         },
   26135             :         .ob_size = 121,
   26136             :     },
   26137             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_42_consts._object.ob_base.ob_base,
   26138             :     .co_names = & importlib__bootstrap_external_toplevel_consts_42_names._object.ob_base.ob_base,
   26139             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   26140             :     .co_flags = 3,
   26141             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   26142             :     ._co_linearray_entry_size = 0,
   26143             :     .co_argcount = 2,
   26144             :     .co_posonlyargcount = 0,
   26145             :     .co_kwonlyargcount = 0,
   26146             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   26147             :     .co_stacksize = 6,
   26148             :     .co_firstlineno = 629,
   26149             :     .co_nlocalsplus = 5,
   26150             :     .co_nlocals = 5,
   26151             :     .co_nplaincellvars = 0,
   26152             :     .co_ncellvars = 0,
   26153             :     .co_nfreevars = 0,
   26154             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_42_localsplusnames._object.ob_base.ob_base,
   26155             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   26156             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   26157             :     .co_name = & const_str__find_module_shim._ascii.ob_base,
   26158             :     .co_qualname = & const_str__find_module_shim._ascii.ob_base,
   26159             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_42_linetable.ob_base.ob_base,
   26160             :     ._co_code = NULL,
   26161             :     ._co_linearray = NULL,
   26162             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x80\x42\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x35\x64\x03\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
   26163             :     ._co_firsttraceable = 0,
   26164             : };
   26165             : static
   26166             :     struct {
   26167             :         PyASCIIObject _ascii;
   26168             :         uint8_t _data[597];
   26169             :     }
   26170             : importlib__bootstrap_external_toplevel_consts_43_consts_0 = {
   26171             :     ._ascii = {
   26172             :         .ob_base = {
   26173             :             .ob_refcnt = 999999999,
   26174             :             .ob_type = &PyUnicode_Type,
   26175             :         },
   26176             :         .length = 596,
   26177             :         .hash = -1,
   26178             :         .state = {
   26179             :             .kind = 1,
   26180             :             .compact = 1,
   26181             :             .ascii = 1,
   26182             :         },
   26183             :     },
   26184             :     ._data = "\x50\x65\x72\x66\x6f\x72\x6d\x20\x62\x61\x73\x69\x63\x20\x76\x61\x6c\x69\x64\x69\x74\x79\x20\x63\x68\x65\x63\x6b\x69\x6e\x67\x20\x6f\x66\x20\x61\x20\x70\x79\x63\x20\x68\x65\x61\x64\x65\x72\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x66\x6c\x61\x67\x73\x20\x66\x69\x65\x6c\x64\x2c\x0a\x20\x20\x20\x20\x77\x68\x69\x63\x68\x20\x64\x65\x74\x65\x72\x6d\x69\x6e\x65\x73\x20\x68\x6f\x77\x20\x74\x68\x65\x20\x70\x79\x63\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x66\x75\x72\x74\x68\x65\x72\x20\x76\x61\x6c\x69\x64\x61\x74\x65\x64\x20\x61\x67\x61\x69\x6e\x73\x74\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x64\x61\x74\x61\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x20\x28\x4f\x6e\x6c\x79\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x31\x36\x20\x62\x79\x74\x65\x73\x20\x61\x72\x65\x0a\x20\x20\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x2c\x20\x74\x68\x6f\x75\x67\x68\x2e\x29\x0a\x0a\x20\x20\x20\x20\x2a\x6e\x61\x6d\x65\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x49\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6c\x6f\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x65\x78\x63\x5f\x64\x65\x74\x61\x69\x6c\x73\x2a\x20\x69\x73\x20\x61\x20\x64\x69\x63\x74\x69\x6f\x6e\x61\x72\x79\x20\x70\x61\x73\x73\x65\x64\x20\x74\x6f\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x69\x74\x20\x72\x61\x69\x73\x65\x64\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x69\x6d\x70\x72\x6f\x76\x65\x64\x20\x64\x65\x62\x75\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x6d\x61\x67\x69\x63\x20\x6e\x75\x6d\x62\x65\x72\x20\x69\x73\x20\x69\x6e\x63\x6f\x72\x72\x65\x63\x74\x20\x6f\x72\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x66\x6c\x61\x67\x73\x0a\x20\x20\x20\x20\x66\x69\x65\x6c\x64\x20\x69\x73\x20\x69\x6e\x76\x61\x6c\x69\x64\x2e\x20\x45\x4f\x46\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x64\x61\x74\x61\x20\x69\x73\x20\x66\x6f\x75\x6e\x64\x20\x74\x6f\x20\x62\x65\x20\x74\x72\x75\x6e\x63\x61\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   26185             : };
   26186             : static
   26187             :     struct {
   26188             :         PyASCIIObject _ascii;
   26189             :         uint8_t _data[21];
   26190             :     }
   26191             : importlib__bootstrap_external_toplevel_consts_43_consts_3 = {
   26192             :     ._ascii = {
   26193             :         .ob_base = {
   26194             :             .ob_refcnt = 999999999,
   26195             :             .ob_type = &PyUnicode_Type,
   26196             :         },
   26197             :         .length = 20,
   26198             :         .hash = -1,
   26199             :         .state = {
   26200             :             .kind = 1,
   26201             :             .compact = 1,
   26202             :             .ascii = 1,
   26203             :         },
   26204             :     },
   26205             :     ._data = "bad magic number in ",
   26206             : };
   26207             : static
   26208             :     struct {
   26209             :         PyASCIIObject _ascii;
   26210             :         uint8_t _data[3];
   26211             :     }
   26212             : importlib__bootstrap_external_toplevel_consts_43_consts_4 = {
   26213             :     ._ascii = {
   26214             :         .ob_base = {
   26215             :             .ob_refcnt = 999999999,
   26216             :             .ob_type = &PyUnicode_Type,
   26217             :         },
   26218             :         .length = 2,
   26219             :         .hash = -1,
   26220             :         .state = {
   26221             :             .kind = 1,
   26222             :             .compact = 1,
   26223             :             .ascii = 1,
   26224             :         },
   26225             :     },
   26226             :     ._data = ": ",
   26227             : };
   26228             : static
   26229             :     struct {
   26230             :         PyASCIIObject _ascii;
   26231             :         uint8_t _data[3];
   26232             :     }
   26233             : importlib__bootstrap_external_toplevel_consts_43_consts_5 = {
   26234             :     ._ascii = {
   26235             :         .ob_base = {
   26236             :             .ob_refcnt = 999999999,
   26237             :             .ob_type = &PyUnicode_Type,
   26238             :         },
   26239             :         .length = 2,
   26240             :         .hash = -1,
   26241             :         .state = {
   26242             :             .kind = 1,
   26243             :             .compact = 1,
   26244             :             .ascii = 1,
   26245             :         },
   26246             :     },
   26247             :     ._data = "{}",
   26248             : };
   26249             : static
   26250             :     struct {
   26251             :         PyASCIIObject _ascii;
   26252             :         uint8_t _data[41];
   26253             :     }
   26254             : importlib__bootstrap_external_toplevel_consts_43_consts_7 = {
   26255             :     ._ascii = {
   26256             :         .ob_base = {
   26257             :             .ob_refcnt = 999999999,
   26258             :             .ob_type = &PyUnicode_Type,
   26259             :         },
   26260             :         .length = 40,
   26261             :         .hash = -1,
   26262             :         .state = {
   26263             :             .kind = 1,
   26264             :             .compact = 1,
   26265             :             .ascii = 1,
   26266             :         },
   26267             :     },
   26268             :     ._data = "reached EOF while reading pyc header of ",
   26269             : };
   26270             : static
   26271             :     struct {
   26272             :         PyASCIIObject _ascii;
   26273             :         uint8_t _data[15];
   26274             :     }
   26275             : importlib__bootstrap_external_toplevel_consts_43_consts_10 = {
   26276             :     ._ascii = {
   26277             :         .ob_base = {
   26278             :             .ob_refcnt = 999999999,
   26279             :             .ob_type = &PyUnicode_Type,
   26280             :         },
   26281             :         .length = 14,
   26282             :         .hash = -1,
   26283             :         .state = {
   26284             :             .kind = 1,
   26285             :             .compact = 1,
   26286             :             .ascii = 1,
   26287             :         },
   26288             :     },
   26289             :     ._data = "invalid flags ",
   26290             : };
   26291             : static
   26292             :     struct {
   26293             :         PyASCIIObject _ascii;
   26294             :         uint8_t _data[5];
   26295             :     }
   26296             : importlib__bootstrap_external_toplevel_consts_43_consts_11 = {
   26297             :     ._ascii = {
   26298             :         .ob_base = {
   26299             :             .ob_refcnt = 999999999,
   26300             :             .ob_type = &PyUnicode_Type,
   26301             :         },
   26302             :         .length = 4,
   26303             :         .hash = -1,
   26304             :         .state = {
   26305             :             .kind = 1,
   26306             :             .compact = 1,
   26307             :             .ascii = 1,
   26308             :         },
   26309             :     },
   26310             :     ._data = " in ",
   26311             : };
   26312             : static
   26313             :     struct {
   26314             :         PyGC_Head _gc_head;
   26315             :         struct {
   26316             :             PyObject_VAR_HEAD
   26317             :             PyObject *ob_item[12];
   26318             :         }_object;
   26319             :     }
   26320             : importlib__bootstrap_external_toplevel_consts_43_consts = {
   26321             :     ._object = {
   26322             :         .ob_base = {
   26323             :             .ob_base = {
   26324             :                 .ob_refcnt = 999999999,
   26325             :                 .ob_type = &PyTuple_Type,
   26326             :             },
   26327             :             .ob_size = 12,
   26328             :         },
   26329             :         .ob_item = {
   26330             :             & importlib__bootstrap_external_toplevel_consts_43_consts_0._ascii.ob_base,
   26331             :             Py_None,
   26332             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
   26333             :             & importlib__bootstrap_external_toplevel_consts_43_consts_3._ascii.ob_base,
   26334             :             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
   26335             :             & importlib__bootstrap_external_toplevel_consts_43_consts_5._ascii.ob_base,
   26336             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
   26337             :             & importlib__bootstrap_external_toplevel_consts_43_consts_7._ascii.ob_base,
   26338             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
   26339             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -4],
   26340             :             & importlib__bootstrap_external_toplevel_consts_43_consts_10._ascii.ob_base,
   26341             :             & importlib__bootstrap_external_toplevel_consts_43_consts_11._ascii.ob_base,
   26342             :         },
   26343             :     },
   26344             : };
   26345             : static
   26346             :     struct {
   26347             :         PyASCIIObject _ascii;
   26348             :         uint8_t _data[13];
   26349             :     }
   26350             : const_str_MAGIC_NUMBER = {
   26351             :     ._ascii = {
   26352             :         .ob_base = {
   26353             :             .ob_refcnt = 999999999,
   26354             :             .ob_type = &PyUnicode_Type,
   26355             :         },
   26356             :         .length = 12,
   26357             :         .hash = -1,
   26358             :         .state = {
   26359             :             .kind = 1,
   26360             :             .compact = 1,
   26361             :             .ascii = 1,
   26362             :         },
   26363             :     },
   26364             :     ._data = "MAGIC_NUMBER",
   26365             : };
   26366             : static
   26367             :     struct {
   26368             :         PyASCIIObject _ascii;
   26369             :         uint8_t _data[9];
   26370             :     }
   26371             : const_str_EOFError = {
   26372             :     ._ascii = {
   26373             :         .ob_base = {
   26374             :             .ob_refcnt = 999999999,
   26375             :             .ob_type = &PyUnicode_Type,
   26376             :         },
   26377             :         .length = 8,
   26378             :         .hash = -1,
   26379             :         .state = {
   26380             :             .kind = 1,
   26381             :             .compact = 1,
   26382             :             .ascii = 1,
   26383             :         },
   26384             :     },
   26385             :     ._data = "EOFError",
   26386             : };
   26387             : static
   26388             :     struct {
   26389             :         PyGC_Head _gc_head;
   26390             :         struct {
   26391             :             PyObject_VAR_HEAD
   26392             :             PyObject *ob_item[7];
   26393             :         }_object;
   26394             :     }
   26395             : importlib__bootstrap_external_toplevel_consts_43_names = {
   26396             :     ._object = {
   26397             :         .ob_base = {
   26398             :             .ob_base = {
   26399             :                 .ob_refcnt = 999999999,
   26400             :                 .ob_type = &PyTuple_Type,
   26401             :             },
   26402             :             .ob_size = 7,
   26403             :         },
   26404             :         .ob_item = {
   26405             :             & const_str_MAGIC_NUMBER._ascii.ob_base,
   26406             :             &_Py_ID(_bootstrap),
   26407             :             & const_str__verbose_message._ascii.ob_base,
   26408             :             & const_str_ImportError._ascii.ob_base,
   26409             :             &_Py_ID(len),
   26410             :             & const_str_EOFError._ascii.ob_base,
   26411             :             & const_str__unpack_uint32._ascii.ob_base,
   26412             :         },
   26413             :     },
   26414             : };
   26415             : static
   26416             :     struct {
   26417             :         PyASCIIObject _ascii;
   26418             :         uint8_t _data[14];
   26419             :     }
   26420             : const_str__classify_pyc = {
   26421             :     ._ascii = {
   26422             :         .ob_base = {
   26423             :             .ob_refcnt = 999999999,
   26424             :             .ob_type = &PyUnicode_Type,
   26425             :         },
   26426             :         .length = 13,
   26427             :         .hash = -1,
   26428             :         .state = {
   26429             :             .kind = 1,
   26430             :             .compact = 1,
   26431             :             .ascii = 1,
   26432             :         },
   26433             :     },
   26434             :     ._data = "_classify_pyc",
   26435             : };
   26436             : static
   26437             :     struct {
   26438             :         PyObject_VAR_HEAD
   26439             :         Py_hash_t ob_shash;
   26440             :         char ob_sval[226];
   26441             :     }
   26442             : importlib__bootstrap_external_toplevel_consts_43_linetable = {
   26443             :     .ob_base = {
   26444             :         .ob_base = {
   26445             :             .ob_refcnt = 999999999,
   26446             :             .ob_type = &PyBytes_Type,
   26447             :         },
   26448             :         .ob_size = 225,
   26449             :     },
   26450             :     .ob_shash = -1,
   26451             :     .ob_sval = "\x80\x00\xf0\x20\x00\x0d\x11\x88\x48\x90\x21\x88\x48\x80\x45\xd8\x07\x0c\x95\x0c\xd2\x07\x1c\xf0\x00\x03\x05\x32\xd8\x12\x3c\xa8\x14\xd0\x12\x3c\xd0\x12\x3c\xb0\x35\xd0\x12\x3c\xd0\x12\x3c\x88\x07\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x27\xd4\x08\x32\xd0\x08\x32\xdd\x0e\x19\x98\x27\xd0\x0e\x31\xd0\x0e\x31\xa0\x5b\xd0\x0e\x31\xd0\x0e\x31\xd0\x08\x31\xdd\x07\x0a\x88\x34\x84\x79\x90\x32\x82\x7e\xf0\x00\x03\x05\x20\xd8\x12\x45\xb8\x54\xd0\x12\x45\xd0\x12\x45\x88\x07\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x27\xd4\x08\x32\xd0\x08\x32\xdd\x0e\x16\x90\x77\xd4\x0e\x1f\xd0\x08\x1f\xdd\x0c\x1a\x98\x34\xa0\x01\xa0\x21\x98\x39\xd4\x0c\x25\x80\x45\xe0\x07\x0c\x88\x75\x81\x7d\xf0\x00\x02\x05\x32\xd8\x12\x38\xa0\x35\xd0\x12\x38\xd0\x12\x38\xb0\x04\xd0\x12\x38\xd0\x12\x38\x88\x07\xdd\x0e\x19\x98\x27\xd0\x0e\x31\xd0\x0e\x31\xa0\x5b\xd0\x0e\x31\xd0\x0e\x31\xd0\x08\x31\xd8\x0b\x10\x80\x4c",
   26452             : };
   26453             : static
   26454             :     struct {
   26455             :         PyASCIIObject _ascii;
   26456             :         uint8_t _data[12];
   26457             :     }
   26458             : const_str_exc_details = {
   26459             :     ._ascii = {
   26460             :         .ob_base = {
   26461             :             .ob_refcnt = 999999999,
   26462             :             .ob_type = &PyUnicode_Type,
   26463             :         },
   26464             :         .length = 11,
   26465             :         .hash = -1,
   26466             :         .state = {
   26467             :             .kind = 1,
   26468             :             .compact = 1,
   26469             :             .ascii = 1,
   26470             :         },
   26471             :     },
   26472             :     ._data = "exc_details",
   26473             : };
   26474             : static
   26475             :     struct {
   26476             :         PyASCIIObject _ascii;
   26477             :         uint8_t _data[6];
   26478             :     }
   26479             : const_str_magic = {
   26480             :     ._ascii = {
   26481             :         .ob_base = {
   26482             :             .ob_refcnt = 999999999,
   26483             :             .ob_type = &PyUnicode_Type,
   26484             :         },
   26485             :         .length = 5,
   26486             :         .hash = -1,
   26487             :         .state = {
   26488             :             .kind = 1,
   26489             :             .compact = 1,
   26490             :             .ascii = 1,
   26491             :         },
   26492             :     },
   26493             :     ._data = "magic",
   26494             : };
   26495             : static
   26496             :     struct {
   26497             :         PyGC_Head _gc_head;
   26498             :         struct {
   26499             :             PyObject_VAR_HEAD
   26500             :             PyObject *ob_item[6];
   26501             :         }_object;
   26502             :     }
   26503             : importlib__bootstrap_external_toplevel_consts_43_localsplusnames = {
   26504             :     ._object = {
   26505             :         .ob_base = {
   26506             :             .ob_base = {
   26507             :                 .ob_refcnt = 999999999,
   26508             :                 .ob_type = &PyTuple_Type,
   26509             :             },
   26510             :             .ob_size = 6,
   26511             :         },
   26512             :         .ob_item = {
   26513             :             & const_str_data._ascii.ob_base,
   26514             :             &_Py_ID(name),
   26515             :             & const_str_exc_details._ascii.ob_base,
   26516             :             & const_str_magic._ascii.ob_base,
   26517             :             & const_str_message._ascii.ob_base,
   26518             :             & const_str_flags._ascii.ob_base,
   26519             :         },
   26520             :     },
   26521             : };
   26522             : static
   26523             :     struct _PyCode_DEF(330)
   26524             : importlib__bootstrap_external_toplevel_consts_43 = {
   26525             :     .ob_base = {
   26526             :         .ob_base = {
   26527             :             .ob_refcnt = 999999999,
   26528             :             .ob_type = &PyCode_Type,
   26529             :         },
   26530             :         .ob_size = 165,
   26531             :     },
   26532             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_43_consts._object.ob_base.ob_base,
   26533             :     .co_names = & importlib__bootstrap_external_toplevel_consts_43_names._object.ob_base.ob_base,
   26534             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   26535             :     .co_flags = 3,
   26536             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   26537             :     ._co_linearray_entry_size = 0,
   26538             :     .co_argcount = 3,
   26539             :     .co_posonlyargcount = 0,
   26540             :     .co_kwonlyargcount = 0,
   26541             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   26542             :     .co_stacksize = 5,
   26543             :     .co_firstlineno = 649,
   26544             :     .co_nlocalsplus = 6,
   26545             :     .co_nlocals = 6,
   26546             :     .co_nplaincellvars = 0,
   26547             :     .co_ncellvars = 0,
   26548             :     .co_nfreevars = 0,
   26549             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
   26550             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   26551             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   26552             :     .co_name = & const_str__classify_pyc._ascii.ob_base,
   26553             :     .co_qualname = & const_str__classify_pyc._ascii.ob_base,
   26554             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_43_linetable.ob_base.ob_base,
   26555             :     ._co_code = NULL,
   26556             :     ._co_linearray = NULL,
   26557             :     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\x7d\x03\x7c\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x2d\x64\x03\x7c\x01\x9b\x02\x64\x04\x7c\x03\x9b\x02\x9d\x04\x7d\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x66\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x2a\x64\x07\x7c\x01\x9b\x02\x9d\x02\x7d\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x64\x08\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x64\x09\x7a\x01\x00\x00\x72\x15\x64\x0a\x7c\x05\x9b\x02\x64\x0b\x7c\x01\x9b\x02\x9d\x04\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x66\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x82\x01\x7c\x05\x53\x00",
   26558             :     ._co_firsttraceable = 0,
   26559             : };
   26560             : static
   26561             :     struct {
   26562             :         PyASCIIObject _ascii;
   26563             :         uint8_t _data[520];
   26564             :     }
   26565             : importlib__bootstrap_external_toplevel_consts_44_consts_0 = {
   26566             :     ._ascii = {
   26567             :         .ob_base = {
   26568             :             .ob_refcnt = 999999999,
   26569             :             .ob_type = &PyUnicode_Type,
   26570             :         },
   26571             :         .length = 519,
   26572             :         .hash = -1,
   26573             :         .state = {
   26574             :             .kind = 1,
   26575             :             .compact = 1,
   26576             :             .ascii = 1,
   26577             :         },
   26578             :     },
   26579             :     ._data = "\x56\x61\x6c\x69\x64\x61\x74\x65\x20\x61\x20\x70\x79\x63\x20\x61\x67\x61\x69\x6e\x73\x74\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x6c\x61\x73\x74\x2d\x6d\x6f\x64\x69\x66\x69\x65\x64\x20\x74\x69\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x64\x61\x74\x61\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x20\x28\x4f\x6e\x6c\x79\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x31\x36\x20\x62\x79\x74\x65\x73\x20\x61\x72\x65\x0a\x20\x20\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x2e\x29\x0a\x0a\x20\x20\x20\x20\x2a\x73\x6f\x75\x72\x63\x65\x5f\x6d\x74\x69\x6d\x65\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x6c\x61\x73\x74\x20\x6d\x6f\x64\x69\x66\x69\x65\x64\x20\x74\x69\x6d\x65\x73\x74\x61\x6d\x70\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x73\x6f\x75\x72\x63\x65\x5f\x73\x69\x7a\x65\x2a\x20\x69\x73\x20\x4e\x6f\x6e\x65\x20\x6f\x72\x20\x74\x68\x65\x20\x73\x69\x7a\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x69\x6c\x65\x20\x69\x6e\x20\x62\x79\x74\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x6e\x61\x6d\x65\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x49\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6c\x6f\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x65\x78\x63\x5f\x64\x65\x74\x61\x69\x6c\x73\x2a\x20\x69\x73\x20\x61\x20\x64\x69\x63\x74\x69\x6f\x6e\x61\x72\x79\x20\x70\x61\x73\x73\x65\x64\x20\x74\x6f\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x69\x74\x20\x72\x61\x69\x73\x65\x64\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x69\x6d\x70\x72\x6f\x76\x65\x64\x20\x64\x65\x62\x75\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x41\x6e\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x69\x66\x20\x74\x68\x65\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x69\x73\x20\x73\x74\x61\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20",
   26580             : };
   26581             : static
   26582             :     struct {
   26583             :         PyASCIIObject _ascii;
   26584             :         uint8_t _data[23];
   26585             :     }
   26586             : importlib__bootstrap_external_toplevel_consts_44_consts_4 = {
   26587             :     ._ascii = {
   26588             :         .ob_base = {
   26589             :             .ob_refcnt = 999999999,
   26590             :             .ob_type = &PyUnicode_Type,
   26591             :         },
   26592             :         .length = 22,
   26593             :         .hash = -1,
   26594             :         .state = {
   26595             :             .kind = 1,
   26596             :             .compact = 1,
   26597             :             .ascii = 1,
   26598             :         },
   26599             :     },
   26600             :     ._data = "bytecode is stale for ",
   26601             : };
   26602             : static
   26603             :     struct {
   26604             :         PyGC_Head _gc_head;
   26605             :         struct {
   26606             :             PyObject_VAR_HEAD
   26607             :             PyObject *ob_item[8];
   26608             :         }_object;
   26609             :     }
   26610             : importlib__bootstrap_external_toplevel_consts_44_consts = {
   26611             :     ._object = {
   26612             :         .ob_base = {
   26613             :             .ob_base = {
   26614             :                 .ob_refcnt = 999999999,
   26615             :                 .ob_type = &PyTuple_Type,
   26616             :             },
   26617             :             .ob_size = 8,
   26618             :         },
   26619             :         .ob_item = {
   26620             :             & importlib__bootstrap_external_toplevel_consts_44_consts_0._ascii.ob_base,
   26621             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
   26622             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
   26623             :             & const_int_4294967295.ob_base.ob_base,
   26624             :             & importlib__bootstrap_external_toplevel_consts_44_consts_4._ascii.ob_base,
   26625             :             & importlib__bootstrap_external_toplevel_consts_43_consts_5._ascii.ob_base,
   26626             :             Py_None,
   26627             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
   26628             :         },
   26629             :     },
   26630             : };
   26631             : static
   26632             :     struct {
   26633             :         PyGC_Head _gc_head;
   26634             :         struct {
   26635             :             PyObject_VAR_HEAD
   26636             :             PyObject *ob_item[4];
   26637             :         }_object;
   26638             :     }
   26639             : importlib__bootstrap_external_toplevel_consts_44_names = {
   26640             :     ._object = {
   26641             :         .ob_base = {
   26642             :             .ob_base = {
   26643             :                 .ob_refcnt = 999999999,
   26644             :                 .ob_type = &PyTuple_Type,
   26645             :             },
   26646             :             .ob_size = 4,
   26647             :         },
   26648             :         .ob_item = {
   26649             :             & const_str__unpack_uint32._ascii.ob_base,
   26650             :             &_Py_ID(_bootstrap),
   26651             :             & const_str__verbose_message._ascii.ob_base,
   26652             :             & const_str_ImportError._ascii.ob_base,
   26653             :         },
   26654             :     },
   26655             : };
   26656             : static
   26657             :     struct {
   26658             :         PyASCIIObject _ascii;
   26659             :         uint8_t _data[24];
   26660             :     }
   26661             : const_str__validate_timestamp_pyc = {
   26662             :     ._ascii = {
   26663             :         .ob_base = {
   26664             :             .ob_refcnt = 999999999,
   26665             :             .ob_type = &PyUnicode_Type,
   26666             :         },
   26667             :         .length = 23,
   26668             :         .hash = -1,
   26669             :         .state = {
   26670             :             .kind = 1,
   26671             :             .compact = 1,
   26672             :             .ascii = 1,
   26673             :         },
   26674             :     },
   26675             :     ._data = "_validate_timestamp_pyc",
   26676             : };
   26677             : static
   26678             :     struct {
   26679             :         PyObject_VAR_HEAD
   26680             :         Py_hash_t ob_shash;
   26681             :         char ob_sval[182];
   26682             :     }
   26683             : importlib__bootstrap_external_toplevel_consts_44_linetable = {
   26684             :     .ob_base = {
   26685             :         .ob_base = {
   26686             :             .ob_refcnt = 999999999,
   26687             :             .ob_type = &PyBytes_Type,
   26688             :         },
   26689             :         .ob_size = 181,
   26690             :     },
   26691             :     .ob_shash = -1,
   26692             :     .ob_sval = "\x80\x00\xf5\x26\x00\x08\x16\x90\x64\x98\x31\x98\x52\x90\x6a\xd4\x07\x21\xa0\x6c\xb0\x5a\xd1\x26\x3f\xd2\x07\x40\xf0\x00\x03\x05\x32\xd8\x12\x33\xa8\x34\xd0\x12\x33\xd0\x12\x33\x88\x07\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x27\xd4\x08\x32\xd0\x08\x32\xdd\x0e\x19\x98\x27\xd0\x0e\x31\xd0\x0e\x31\xa0\x5b\xd0\x0e\x31\xd0\x0e\x31\xd0\x08\x31\xd8\x08\x13\xf0\x00\x02\x05\x4c\x01\xdd\x08\x16\x90\x74\x98\x42\x98\x72\x90\x7b\xd4\x08\x23\xa8\x0b\xb0\x6a\xd1\x28\x40\xd2\x08\x41\xf0\x03\x02\x05\x4c\x01\xe5\x0e\x19\xd0\x1a\x3b\xb0\x34\xd0\x1a\x3b\xd0\x1a\x3b\xd0\x0e\x4b\xd0\x0e\x4b\xb8\x7b\xd0\x0e\x4b\xd0\x0e\x4b\xd0\x08\x4b\xf0\x05\x02\x05\x4c\x01\xf0\x00\x02\x05\x4c\x01\xf0\x00\x02\x05\x4c\x01\xf0\x00\x02\x05\x4c\x01",
   26693             : };
   26694             : static
   26695             :     struct {
   26696             :         PyASCIIObject _ascii;
   26697             :         uint8_t _data[13];
   26698             :     }
   26699             : const_str_source_mtime = {
   26700             :     ._ascii = {
   26701             :         .ob_base = {
   26702             :             .ob_refcnt = 999999999,
   26703             :             .ob_type = &PyUnicode_Type,
   26704             :         },
   26705             :         .length = 12,
   26706             :         .hash = -1,
   26707             :         .state = {
   26708             :             .kind = 1,
   26709             :             .compact = 1,
   26710             :             .ascii = 1,
   26711             :         },
   26712             :     },
   26713             :     ._data = "source_mtime",
   26714             : };
   26715             : static
   26716             :     struct {
   26717             :         PyASCIIObject _ascii;
   26718             :         uint8_t _data[12];
   26719             :     }
   26720             : const_str_source_size = {
   26721             :     ._ascii = {
   26722             :         .ob_base = {
   26723             :             .ob_refcnt = 999999999,
   26724             :             .ob_type = &PyUnicode_Type,
   26725             :         },
   26726             :         .length = 11,
   26727             :         .hash = -1,
   26728             :         .state = {
   26729             :             .kind = 1,
   26730             :             .compact = 1,
   26731             :             .ascii = 1,
   26732             :         },
   26733             :     },
   26734             :     ._data = "source_size",
   26735             : };
   26736             : static
   26737             :     struct {
   26738             :         PyGC_Head _gc_head;
   26739             :         struct {
   26740             :             PyObject_VAR_HEAD
   26741             :             PyObject *ob_item[6];
   26742             :         }_object;
   26743             :     }
   26744             : importlib__bootstrap_external_toplevel_consts_44_localsplusnames = {
   26745             :     ._object = {
   26746             :         .ob_base = {
   26747             :             .ob_base = {
   26748             :                 .ob_refcnt = 999999999,
   26749             :                 .ob_type = &PyTuple_Type,
   26750             :             },
   26751             :             .ob_size = 6,
   26752             :         },
   26753             :         .ob_item = {
   26754             :             & const_str_data._ascii.ob_base,
   26755             :             & const_str_source_mtime._ascii.ob_base,
   26756             :             & const_str_source_size._ascii.ob_base,
   26757             :             &_Py_ID(name),
   26758             :             & const_str_exc_details._ascii.ob_base,
   26759             :             & const_str_message._ascii.ob_base,
   26760             :         },
   26761             :     },
   26762             : };
   26763             : static
   26764             :     struct _PyCode_DEF(222)
   26765             : importlib__bootstrap_external_toplevel_consts_44 = {
   26766             :     .ob_base = {
   26767             :         .ob_base = {
   26768             :             .ob_refcnt = 999999999,
   26769             :             .ob_type = &PyCode_Type,
   26770             :         },
   26771             :         .ob_size = 111,
   26772             :     },
   26773             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_44_consts._object.ob_base.ob_base,
   26774             :     .co_names = & importlib__bootstrap_external_toplevel_consts_44_names._object.ob_base.ob_base,
   26775             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   26776             :     .co_flags = 3,
   26777             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   26778             :     ._co_linearray_entry_size = 0,
   26779             :     .co_argcount = 5,
   26780             :     .co_posonlyargcount = 0,
   26781             :     .co_kwonlyargcount = 0,
   26782             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   26783             :     .co_stacksize = 5,
   26784             :     .co_firstlineno = 682,
   26785             :     .co_nlocalsplus = 6,
   26786             :     .co_nlocals = 6,
   26787             :     .co_nplaincellvars = 0,
   26788             :     .co_ncellvars = 0,
   26789             :     .co_nfreevars = 0,
   26790             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
   26791             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   26792             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   26793             :     .co_name = & const_str__validate_timestamp_pyc._ascii.ob_base,
   26794             :     .co_qualname = & const_str__validate_timestamp_pyc._ascii.ob_base,
   26795             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_44_linetable.ob_base.ob_base,
   26796             :     ._co_code = NULL,
   26797             :     ._co_linearray = NULL,
   26798             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\x7a\x01\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x2a\x64\x04\x7c\x03\x9b\x02\x9d\x02\x7d\x05\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x66\x01\x69\x00\x7c\x04\xa4\x01\x8e\x01\x82\x01\x7c\x02\x81\x29\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x64\x07\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x03\x7a\x01\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x03\x9b\x02\x9d\x02\x66\x01\x69\x00\x7c\x04\xa4\x01\x8e\x01\x82\x01\x64\x06\x53\x00\x64\x06\x53\x00",
   26799             :     ._co_firsttraceable = 0,
   26800             : };
   26801             : static
   26802             :     struct {
   26803             :         PyASCIIObject _ascii;
   26804             :         uint8_t _data[500];
   26805             :     }
   26806             : importlib__bootstrap_external_toplevel_consts_45_consts_0 = {
   26807             :     ._ascii = {
   26808             :         .ob_base = {
   26809             :             .ob_refcnt = 999999999,
   26810             :             .ob_type = &PyUnicode_Type,
   26811             :         },
   26812             :         .length = 499,
   26813             :         .hash = -1,
   26814             :         .state = {
   26815             :             .kind = 1,
   26816             :             .compact = 1,
   26817             :             .ascii = 1,
   26818             :         },
   26819             :     },
   26820             :     ._data = "\x56\x61\x6c\x69\x64\x61\x74\x65\x20\x61\x20\x68\x61\x73\x68\x2d\x62\x61\x73\x65\x64\x20\x70\x79\x63\x20\x62\x79\x20\x63\x68\x65\x63\x6b\x69\x6e\x67\x20\x74\x68\x65\x20\x72\x65\x61\x6c\x20\x73\x6f\x75\x72\x63\x65\x20\x68\x61\x73\x68\x20\x61\x67\x61\x69\x6e\x73\x74\x20\x74\x68\x65\x20\x6f\x6e\x65\x20\x69\x6e\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x70\x79\x63\x20\x68\x65\x61\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x64\x61\x74\x61\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x20\x28\x4f\x6e\x6c\x79\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x31\x36\x20\x62\x79\x74\x65\x73\x20\x61\x72\x65\x0a\x20\x20\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x2e\x29\x0a\x0a\x20\x20\x20\x20\x2a\x73\x6f\x75\x72\x63\x65\x5f\x68\x61\x73\x68\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x2e\x75\x74\x69\x6c\x2e\x73\x6f\x75\x72\x63\x65\x5f\x68\x61\x73\x68\x28\x29\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x6e\x61\x6d\x65\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x49\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6c\x6f\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x65\x78\x63\x5f\x64\x65\x74\x61\x69\x6c\x73\x2a\x20\x69\x73\x20\x61\x20\x64\x69\x63\x74\x69\x6f\x6e\x61\x72\x79\x20\x70\x61\x73\x73\x65\x64\x20\x74\x6f\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x69\x74\x20\x72\x61\x69\x73\x65\x64\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x69\x6d\x70\x72\x6f\x76\x65\x64\x20\x64\x65\x62\x75\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x41\x6e\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x69\x66\x20\x74\x68\x65\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x69\x73\x20\x73\x74\x61\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20",
   26821             : };
   26822             : static
   26823             :     struct {
   26824             :         PyASCIIObject _ascii;
   26825             :         uint8_t _data[47];
   26826             :     }
   26827             : importlib__bootstrap_external_toplevel_consts_45_consts_3 = {
   26828             :     ._ascii = {
   26829             :         .ob_base = {
   26830             :             .ob_refcnt = 999999999,
   26831             :             .ob_type = &PyUnicode_Type,
   26832             :         },
   26833             :         .length = 46,
   26834             :         .hash = -1,
   26835             :         .state = {
   26836             :             .kind = 1,
   26837             :             .compact = 1,
   26838             :             .ascii = 1,
   26839             :         },
   26840             :     },
   26841             :     ._data = "hash in bytecode doesn't match hash of source ",
   26842             : };
   26843             : static
   26844             :     struct {
   26845             :         PyGC_Head _gc_head;
   26846             :         struct {
   26847             :             PyObject_VAR_HEAD
   26848             :             PyObject *ob_item[5];
   26849             :         }_object;
   26850             :     }
   26851             : importlib__bootstrap_external_toplevel_consts_45_consts = {
   26852             :     ._object = {
   26853             :         .ob_base = {
   26854             :             .ob_base = {
   26855             :                 .ob_refcnt = 999999999,
   26856             :                 .ob_type = &PyTuple_Type,
   26857             :             },
   26858             :             .ob_size = 5,
   26859             :         },
   26860             :         .ob_item = {
   26861             :             & importlib__bootstrap_external_toplevel_consts_45_consts_0._ascii.ob_base,
   26862             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
   26863             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
   26864             :             & importlib__bootstrap_external_toplevel_consts_45_consts_3._ascii.ob_base,
   26865             :             Py_None,
   26866             :         },
   26867             :     },
   26868             : };
   26869             : static
   26870             :     struct {
   26871             :         PyGC_Head _gc_head;
   26872             :         struct {
   26873             :             PyObject_VAR_HEAD
   26874             :             PyObject *ob_item[1];
   26875             :         }_object;
   26876             :     }
   26877             : importlib__bootstrap_external_toplevel_consts_45_names = {
   26878             :     ._object = {
   26879             :         .ob_base = {
   26880             :             .ob_base = {
   26881             :                 .ob_refcnt = 999999999,
   26882             :                 .ob_type = &PyTuple_Type,
   26883             :             },
   26884             :             .ob_size = 1,
   26885             :         },
   26886             :         .ob_item = {
   26887             :             & const_str_ImportError._ascii.ob_base,
   26888             :         },
   26889             :     },
   26890             : };
   26891             : static
   26892             :     struct {
   26893             :         PyASCIIObject _ascii;
   26894             :         uint8_t _data[19];
   26895             :     }
   26896             : const_str__validate_hash_pyc = {
   26897             :     ._ascii = {
   26898             :         .ob_base = {
   26899             :             .ob_refcnt = 999999999,
   26900             :             .ob_type = &PyUnicode_Type,
   26901             :         },
   26902             :         .length = 18,
   26903             :         .hash = -1,
   26904             :         .state = {
   26905             :             .kind = 1,
   26906             :             .compact = 1,
   26907             :             .ascii = 1,
   26908             :         },
   26909             :     },
   26910             :     ._data = "_validate_hash_pyc",
   26911             : };
   26912             : static
   26913             :     struct {
   26914             :         PyObject_VAR_HEAD
   26915             :         Py_hash_t ob_shash;
   26916             :         char ob_sval[76];
   26917             :     }
   26918             : importlib__bootstrap_external_toplevel_consts_45_linetable = {
   26919             :     .ob_base = {
   26920             :         .ob_base = {
   26921             :             .ob_refcnt = 999999999,
   26922             :             .ob_type = &PyBytes_Type,
   26923             :         },
   26924             :         .ob_size = 75,
   26925             :     },
   26926             :     .ob_shash = -1,
   26927             :     .ob_sval = "\x80\x00\xf0\x22\x00\x08\x0c\x88\x41\x88\x62\x80\x7a\x90\x5b\xd2\x07\x20\xf0\x00\x04\x05\x0a\xdd\x0e\x19\xd8\x0c\x46\xb8\x64\xd0\x0c\x46\xd0\x0c\x46\xf0\x03\x03\x0f\x0a\xf0\x00\x03\x0f\x0a\xe0\x0e\x19\xf0\x05\x03\x0f\x0a\xf0\x00\x03\x0f\x0a\xf0\x00\x03\x09\x0a\xf0\x03\x04\x05\x0a\xf0\x00\x04\x05\x0a",
   26928             : };
   26929             : static
   26930             :     struct {
   26931             :         PyASCIIObject _ascii;
   26932             :         uint8_t _data[12];
   26933             :     }
   26934             : const_str_source_hash = {
   26935             :     ._ascii = {
   26936             :         .ob_base = {
   26937             :             .ob_refcnt = 999999999,
   26938             :             .ob_type = &PyUnicode_Type,
   26939             :         },
   26940             :         .length = 11,
   26941             :         .hash = -1,
   26942             :         .state = {
   26943             :             .kind = 1,
   26944             :             .compact = 1,
   26945             :             .ascii = 1,
   26946             :         },
   26947             :     },
   26948             :     ._data = "source_hash",
   26949             : };
   26950             : static
   26951             :     struct {
   26952             :         PyGC_Head _gc_head;
   26953             :         struct {
   26954             :             PyObject_VAR_HEAD
   26955             :             PyObject *ob_item[4];
   26956             :         }_object;
   26957             :     }
   26958             : importlib__bootstrap_external_toplevel_consts_45_localsplusnames = {
   26959             :     ._object = {
   26960             :         .ob_base = {
   26961             :             .ob_base = {
   26962             :                 .ob_refcnt = 999999999,
   26963             :                 .ob_type = &PyTuple_Type,
   26964             :             },
   26965             :             .ob_size = 4,
   26966             :         },
   26967             :         .ob_item = {
   26968             :             & const_str_data._ascii.ob_base,
   26969             :             & const_str_source_hash._ascii.ob_base,
   26970             :             &_Py_ID(name),
   26971             :             & const_str_exc_details._ascii.ob_base,
   26972             :         },
   26973             :     },
   26974             : };
   26975             : static
   26976             :     struct _PyCode_DEF(56)
   26977             : importlib__bootstrap_external_toplevel_consts_45 = {
   26978             :     .ob_base = {
   26979             :         .ob_base = {
   26980             :             .ob_refcnt = 999999999,
   26981             :             .ob_type = &PyCode_Type,
   26982             :         },
   26983             :         .ob_size = 28,
   26984             :     },
   26985             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_45_consts._object.ob_base.ob_base,
   26986             :     .co_names = & importlib__bootstrap_external_toplevel_consts_45_names._object.ob_base.ob_base,
   26987             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   26988             :     .co_flags = 3,
   26989             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   26990             :     ._co_linearray_entry_size = 0,
   26991             :     .co_argcount = 4,
   26992             :     .co_posonlyargcount = 0,
   26993             :     .co_kwonlyargcount = 0,
   26994             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   26995             :     .co_stacksize = 5,
   26996             :     .co_firstlineno = 710,
   26997             :     .co_nlocalsplus = 4,
   26998             :     .co_nlocals = 4,
   26999             :     .co_nplaincellvars = 0,
   27000             :     .co_ncellvars = 0,
   27001             :     .co_nfreevars = 0,
   27002             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
   27003             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   27004             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   27005             :     .co_name = & const_str__validate_hash_pyc._ascii.ob_base,
   27006             :     .co_qualname = & const_str__validate_hash_pyc._ascii.ob_base,
   27007             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_45_linetable.ob_base.ob_base,
   27008             :     ._co_code = NULL,
   27009             :     ._co_linearray = NULL,
   27010             :     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x10\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x02\x9b\x02\x9d\x02\x66\x01\x69\x00\x7c\x03\xa4\x01\x8e\x01\x82\x01\x64\x04\x53\x00",
   27011             :     ._co_firsttraceable = 0,
   27012             : };
   27013             : static
   27014             :     struct {
   27015             :         PyASCIIObject _ascii;
   27016             :         uint8_t _data[36];
   27017             :     }
   27018             : importlib__bootstrap_external_toplevel_consts_46_consts_0 = {
   27019             :     ._ascii = {
   27020             :         .ob_base = {
   27021             :             .ob_refcnt = 999999999,
   27022             :             .ob_type = &PyUnicode_Type,
   27023             :         },
   27024             :         .length = 35,
   27025             :         .hash = -1,
   27026             :         .state = {
   27027             :             .kind = 1,
   27028             :             .compact = 1,
   27029             :             .ascii = 1,
   27030             :         },
   27031             :     },
   27032             :     ._data = "Compile bytecode as found in a pyc.",
   27033             : };
   27034             : static
   27035             :     struct {
   27036             :         PyASCIIObject _ascii;
   27037             :         uint8_t _data[22];
   27038             :     }
   27039             : importlib__bootstrap_external_toplevel_consts_46_consts_1 = {
   27040             :     ._ascii = {
   27041             :         .ob_base = {
   27042             :             .ob_refcnt = 999999999,
   27043             :             .ob_type = &PyUnicode_Type,
   27044             :         },
   27045             :         .length = 21,
   27046             :         .hash = -1,
   27047             :         .state = {
   27048             :             .kind = 1,
   27049             :             .compact = 1,
   27050             :             .ascii = 1,
   27051             :         },
   27052             :     },
   27053             :     ._data = "code object from {!r}",
   27054             : };
   27055             : static
   27056             :     struct {
   27057             :         PyASCIIObject _ascii;
   27058             :         uint8_t _data[24];
   27059             :     }
   27060             : importlib__bootstrap_external_toplevel_consts_46_consts_3 = {
   27061             :     ._ascii = {
   27062             :         .ob_base = {
   27063             :             .ob_refcnt = 999999999,
   27064             :             .ob_type = &PyUnicode_Type,
   27065             :         },
   27066             :         .length = 23,
   27067             :         .hash = -1,
   27068             :         .state = {
   27069             :             .kind = 1,
   27070             :             .compact = 1,
   27071             :             .ascii = 1,
   27072             :         },
   27073             :     },
   27074             :     ._data = "Non-code object in {!r}",
   27075             : };
   27076             : static
   27077             :     struct {
   27078             :         PyGC_Head _gc_head;
   27079             :         struct {
   27080             :             PyObject_VAR_HEAD
   27081             :             PyObject *ob_item[2];
   27082             :         }_object;
   27083             :     }
   27084             : importlib__bootstrap_external_toplevel_consts_46_consts_4 = {
   27085             :     ._object = {
   27086             :         .ob_base = {
   27087             :             .ob_base = {
   27088             :                 .ob_refcnt = 999999999,
   27089             :                 .ob_type = &PyTuple_Type,
   27090             :             },
   27091             :             .ob_size = 2,
   27092             :         },
   27093             :         .ob_item = {
   27094             :             &_Py_ID(name),
   27095             :             &_Py_ID(path),
   27096             :         },
   27097             :     },
   27098             : };
   27099             : static
   27100             :     struct {
   27101             :         PyGC_Head _gc_head;
   27102             :         struct {
   27103             :             PyObject_VAR_HEAD
   27104             :             PyObject *ob_item[5];
   27105             :         }_object;
   27106             :     }
   27107             : importlib__bootstrap_external_toplevel_consts_46_consts = {
   27108             :     ._object = {
   27109             :         .ob_base = {
   27110             :             .ob_base = {
   27111             :                 .ob_refcnt = 999999999,
   27112             :                 .ob_type = &PyTuple_Type,
   27113             :             },
   27114             :             .ob_size = 5,
   27115             :         },
   27116             :         .ob_item = {
   27117             :             & importlib__bootstrap_external_toplevel_consts_46_consts_0._ascii.ob_base,
   27118             :             & importlib__bootstrap_external_toplevel_consts_46_consts_1._ascii.ob_base,
   27119             :             Py_None,
   27120             :             & importlib__bootstrap_external_toplevel_consts_46_consts_3._ascii.ob_base,
   27121             :             & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
   27122             :         },
   27123             :     },
   27124             : };
   27125             : static
   27126             :     struct {
   27127             :         PyASCIIObject _ascii;
   27128             :         uint8_t _data[8];
   27129             :     }
   27130             : const_str_marshal = {
   27131             :     ._ascii = {
   27132             :         .ob_base = {
   27133             :             .ob_refcnt = 999999999,
   27134             :             .ob_type = &PyUnicode_Type,
   27135             :         },
   27136             :         .length = 7,
   27137             :         .hash = -1,
   27138             :         .state = {
   27139             :             .kind = 1,
   27140             :             .compact = 1,
   27141             :             .ascii = 1,
   27142             :         },
   27143             :     },
   27144             :     ._data = "marshal",
   27145             : };
   27146             : static
   27147             :     struct {
   27148             :         PyASCIIObject _ascii;
   27149             :         uint8_t _data[6];
   27150             :     }
   27151             : const_str_loads = {
   27152             :     ._ascii = {
   27153             :         .ob_base = {
   27154             :             .ob_refcnt = 999999999,
   27155             :             .ob_type = &PyUnicode_Type,
   27156             :         },
   27157             :         .length = 5,
   27158             :         .hash = -1,
   27159             :         .state = {
   27160             :             .kind = 1,
   27161             :             .compact = 1,
   27162             :             .ascii = 1,
   27163             :         },
   27164             :     },
   27165             :     ._data = "loads",
   27166             : };
   27167             : static
   27168             :     struct {
   27169             :         PyASCIIObject _ascii;
   27170             :         uint8_t _data[11];
   27171             :     }
   27172             : const_str__code_type = {
   27173             :     ._ascii = {
   27174             :         .ob_base = {
   27175             :             .ob_refcnt = 999999999,
   27176             :             .ob_type = &PyUnicode_Type,
   27177             :         },
   27178             :         .length = 10,
   27179             :         .hash = -1,
   27180             :         .state = {
   27181             :             .kind = 1,
   27182             :             .compact = 1,
   27183             :             .ascii = 1,
   27184             :         },
   27185             :     },
   27186             :     ._data = "_code_type",
   27187             : };
   27188             : static
   27189             :     struct {
   27190             :         PyASCIIObject _ascii;
   27191             :         uint8_t _data[17];
   27192             :     }
   27193             : const_str__fix_co_filename = {
   27194             :     ._ascii = {
   27195             :         .ob_base = {
   27196             :             .ob_refcnt = 999999999,
   27197             :             .ob_type = &PyUnicode_Type,
   27198             :         },
   27199             :         .length = 16,
   27200             :         .hash = -1,
   27201             :         .state = {
   27202             :             .kind = 1,
   27203             :             .compact = 1,
   27204             :             .ascii = 1,
   27205             :         },
   27206             :     },
   27207             :     ._data = "_fix_co_filename",
   27208             : };
   27209             : static
   27210             :     struct {
   27211             :         PyGC_Head _gc_head;
   27212             :         struct {
   27213             :             PyObject_VAR_HEAD
   27214             :             PyObject *ob_item[10];
   27215             :         }_object;
   27216             :     }
   27217             : importlib__bootstrap_external_toplevel_consts_46_names = {
   27218             :     ._object = {
   27219             :         .ob_base = {
   27220             :             .ob_base = {
   27221             :                 .ob_refcnt = 999999999,
   27222             :                 .ob_type = &PyTuple_Type,
   27223             :             },
   27224             :             .ob_size = 10,
   27225             :         },
   27226             :         .ob_item = {
   27227             :             & const_str_marshal._ascii.ob_base,
   27228             :             & const_str_loads._ascii.ob_base,
   27229             :             &_Py_ID(isinstance),
   27230             :             & const_str__code_type._ascii.ob_base,
   27231             :             &_Py_ID(_bootstrap),
   27232             :             & const_str__verbose_message._ascii.ob_base,
   27233             :             & const_str__imp._ascii.ob_base,
   27234             :             & const_str__fix_co_filename._ascii.ob_base,
   27235             :             & const_str_ImportError._ascii.ob_base,
   27236             :             & const_str_format._ascii.ob_base,
   27237             :         },
   27238             :     },
   27239             : };
   27240             : static
   27241             :     struct {
   27242             :         PyASCIIObject _ascii;
   27243             :         uint8_t _data[18];
   27244             :     }
   27245             : const_str__compile_bytecode = {
   27246             :     ._ascii = {
   27247             :         .ob_base = {
   27248             :             .ob_refcnt = 999999999,
   27249             :             .ob_type = &PyUnicode_Type,
   27250             :         },
   27251             :         .length = 17,
   27252             :         .hash = -1,
   27253             :         .state = {
   27254             :             .kind = 1,
   27255             :             .compact = 1,
   27256             :             .ascii = 1,
   27257             :         },
   27258             :     },
   27259             :     ._data = "_compile_bytecode",
   27260             : };
   27261             : static
   27262             :     struct {
   27263             :         PyObject_VAR_HEAD
   27264             :         Py_hash_t ob_shash;
   27265             :         char ob_sval[121];
   27266             :     }
   27267             : importlib__bootstrap_external_toplevel_consts_46_linetable = {
   27268             :     .ob_base = {
   27269             :         .ob_base = {
   27270             :             .ob_refcnt = 999999999,
   27271             :             .ob_type = &PyBytes_Type,
   27272             :         },
   27273             :         .ob_size = 120,
   27274             :     },
   27275             :     .ob_shash = -1,
   27276             :     .ob_sval = "\x80\x00\xe5\x0b\x18\x8f\x3d\x89\x3d\x98\x14\xd4\x0b\x1e\x80\x44\xdd\x07\x11\x90\x24\x9d\x0a\xd4\x07\x23\xf0\x00\x07\x05\x39\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xd0\x24\x3b\xb8\x5d\xd4\x08\x4b\xd0\x08\x4b\xd8\x0b\x16\xf0\x00\x01\x09\x35\xdd\x0c\x21\xd7\x0c\x21\xd1\x0c\x21\xa0\x24\xa8\x0b\xd4\x0c\x34\xd0\x0c\x34\xd8\x0f\x13\x88\x0b\xe5\x0e\x19\xd0\x1a\x33\xd7\x1a\x3a\xd1\x1a\x3a\xb8\x3d\xd4\x1a\x49\xd8\x1f\x23\xa8\x2d\xf0\x03\x01\x0f\x39\xf4\x00\x01\x0f\x39\xf0\x00\x01\x09\x39",
   27277             : };
   27278             : static
   27279             :     struct {
   27280             :         PyGC_Head _gc_head;
   27281             :         struct {
   27282             :             PyObject_VAR_HEAD
   27283             :             PyObject *ob_item[5];
   27284             :         }_object;
   27285             :     }
   27286             : importlib__bootstrap_external_toplevel_consts_46_localsplusnames = {
   27287             :     ._object = {
   27288             :         .ob_base = {
   27289             :             .ob_base = {
   27290             :                 .ob_refcnt = 999999999,
   27291             :                 .ob_type = &PyTuple_Type,
   27292             :             },
   27293             :             .ob_size = 5,
   27294             :         },
   27295             :         .ob_item = {
   27296             :             & const_str_data._ascii.ob_base,
   27297             :             &_Py_ID(name),
   27298             :             & const_str_bytecode_path._ascii.ob_base,
   27299             :             & const_str_source_path._ascii.ob_base,
   27300             :             &_Py_ID(code),
   27301             :         },
   27302             :     },
   27303             : };
   27304             : static
   27305             :     struct _PyCode_DEF(254)
   27306             : importlib__bootstrap_external_toplevel_consts_46 = {
   27307             :     .ob_base = {
   27308             :         .ob_base = {
   27309             :             .ob_refcnt = 999999999,
   27310             :             .ob_type = &PyCode_Type,
   27311             :         },
   27312             :         .ob_size = 127,
   27313             :     },
   27314             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_46_consts._object.ob_base.ob_base,
   27315             :     .co_names = & importlib__bootstrap_external_toplevel_consts_46_names._object.ob_base.ob_base,
   27316             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   27317             :     .co_flags = 3,
   27318             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   27319             :     ._co_linearray_entry_size = 0,
   27320             :     .co_argcount = 4,
   27321             :     .co_posonlyargcount = 0,
   27322             :     .co_kwonlyargcount = 0,
   27323             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   27324             :     .co_stacksize = 5,
   27325             :     .co_firstlineno = 734,
   27326             :     .co_nlocalsplus = 5,
   27327             :     .co_nlocals = 5,
   27328             :     .co_nplaincellvars = 0,
   27329             :     .co_ncellvars = 0,
   27330             :     .co_nfreevars = 0,
   27331             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
   27332             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   27333             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   27334             :     .co_name = & const_str__compile_bytecode._ascii.ob_base,
   27335             :     .co_qualname = & const_str__compile_bytecode._ascii.ob_base,
   27336             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_46_linetable.ob_base.ob_base,
   27337             :     ._co_code = NULL,
   27338             :     ._co_linearray = NULL,
   27339             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x34\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x81\x18\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x53\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   27340             :     ._co_firsttraceable = 0,
   27341             : };
   27342             : static
   27343             :     struct {
   27344             :         PyASCIIObject _ascii;
   27345             :         uint8_t _data[44];
   27346             :     }
   27347             : importlib__bootstrap_external_toplevel_consts_47_consts_0 = {
   27348             :     ._ascii = {
   27349             :         .ob_base = {
   27350             :             .ob_refcnt = 999999999,
   27351             :             .ob_type = &PyUnicode_Type,
   27352             :         },
   27353             :         .length = 43,
   27354             :         .hash = -1,
   27355             :         .state = {
   27356             :             .kind = 1,
   27357             :             .compact = 1,
   27358             :             .ascii = 1,
   27359             :         },
   27360             :     },
   27361             :     ._data = "Produce the data for a timestamp-based pyc.",
   27362             : };
   27363             : static
   27364             :     struct {
   27365             :         PyGC_Head _gc_head;
   27366             :         struct {
   27367             :             PyObject_VAR_HEAD
   27368             :             PyObject *ob_item[2];
   27369             :         }_object;
   27370             :     }
   27371             : importlib__bootstrap_external_toplevel_consts_47_consts = {
   27372             :     ._object = {
   27373             :         .ob_base = {
   27374             :             .ob_base = {
   27375             :                 .ob_refcnt = 999999999,
   27376             :                 .ob_type = &PyTuple_Type,
   27377             :             },
   27378             :             .ob_size = 2,
   27379             :         },
   27380             :         .ob_item = {
   27381             :             & importlib__bootstrap_external_toplevel_consts_47_consts_0._ascii.ob_base,
   27382             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   27383             :         },
   27384             :     },
   27385             : };
   27386             : static
   27387             :     struct {
   27388             :         PyASCIIObject _ascii;
   27389             :         uint8_t _data[10];
   27390             :     }
   27391             : const_str_bytearray = {
   27392             :     ._ascii = {
   27393             :         .ob_base = {
   27394             :             .ob_refcnt = 999999999,
   27395             :             .ob_type = &PyUnicode_Type,
   27396             :         },
   27397             :         .length = 9,
   27398             :         .hash = -1,
   27399             :         .state = {
   27400             :             .kind = 1,
   27401             :             .compact = 1,
   27402             :             .ascii = 1,
   27403             :         },
   27404             :     },
   27405             :     ._data = "bytearray",
   27406             : };
   27407             : static
   27408             :     struct {
   27409             :         PyASCIIObject _ascii;
   27410             :         uint8_t _data[6];
   27411             :     }
   27412             : const_str_dumps = {
   27413             :     ._ascii = {
   27414             :         .ob_base = {
   27415             :             .ob_refcnt = 999999999,
   27416             :             .ob_type = &PyUnicode_Type,
   27417             :         },
   27418             :         .length = 5,
   27419             :         .hash = -1,
   27420             :         .state = {
   27421             :             .kind = 1,
   27422             :             .compact = 1,
   27423             :             .ascii = 1,
   27424             :         },
   27425             :     },
   27426             :     ._data = "dumps",
   27427             : };
   27428             : static
   27429             :     struct {
   27430             :         PyGC_Head _gc_head;
   27431             :         struct {
   27432             :             PyObject_VAR_HEAD
   27433             :             PyObject *ob_item[6];
   27434             :         }_object;
   27435             :     }
   27436             : importlib__bootstrap_external_toplevel_consts_47_names = {
   27437             :     ._object = {
   27438             :         .ob_base = {
   27439             :             .ob_base = {
   27440             :                 .ob_refcnt = 999999999,
   27441             :                 .ob_type = &PyTuple_Type,
   27442             :             },
   27443             :             .ob_size = 6,
   27444             :         },
   27445             :         .ob_item = {
   27446             :             & const_str_bytearray._ascii.ob_base,
   27447             :             & const_str_MAGIC_NUMBER._ascii.ob_base,
   27448             :             &_Py_ID(extend),
   27449             :             & const_str__pack_uint32._ascii.ob_base,
   27450             :             & const_str_marshal._ascii.ob_base,
   27451             :             & const_str_dumps._ascii.ob_base,
   27452             :         },
   27453             :     },
   27454             : };
   27455             : static
   27456             :     struct {
   27457             :         PyASCIIObject _ascii;
   27458             :         uint8_t _data[23];
   27459             :     }
   27460             : const_str__code_to_timestamp_pyc = {
   27461             :     ._ascii = {
   27462             :         .ob_base = {
   27463             :             .ob_refcnt = 999999999,
   27464             :             .ob_type = &PyUnicode_Type,
   27465             :         },
   27466             :         .length = 22,
   27467             :         .hash = -1,
   27468             :         .state = {
   27469             :             .kind = 1,
   27470             :             .compact = 1,
   27471             :             .ascii = 1,
   27472             :         },
   27473             :     },
   27474             :     ._data = "_code_to_timestamp_pyc",
   27475             : };
   27476             : static
   27477             :     struct {
   27478             :         PyObject_VAR_HEAD
   27479             :         Py_hash_t ob_shash;
   27480             :         char ob_sval[101];
   27481             :     }
   27482             : importlib__bootstrap_external_toplevel_consts_47_linetable = {
   27483             :     .ob_base = {
   27484             :         .ob_base = {
   27485             :             .ob_refcnt = 999999999,
   27486             :             .ob_type = &PyBytes_Type,
   27487             :         },
   27488             :         .ob_size = 100,
   27489             :     },
   27490             :     .ob_shash = -1,
   27491             :     .ob_sval = "\x80\x00\xe5\x0b\x14\x95\x5c\xd4\x0b\x22\x80\x44\xd8\x04\x08\x87\x4b\x81\x4b\x95\x0c\x98\x51\x94\x0f\xd4\x04\x20\xd0\x04\x20\xd8\x04\x08\x87\x4b\x81\x4b\x95\x0c\x98\x55\xd4\x10\x23\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x87\x4b\x81\x4b\x95\x0c\x98\x5b\xd4\x10\x29\xd4\x04\x2a\xd0\x04\x2a\xd8\x04\x08\x87\x4b\x81\x4b\x95\x07\x97\x0d\x91\x0d\x98\x64\xd4\x10\x23\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x0f\x80\x4b",
   27492             : };
   27493             : static
   27494             :     struct {
   27495             :         PyASCIIObject _ascii;
   27496             :         uint8_t _data[6];
   27497             :     }
   27498             : const_str_mtime = {
   27499             :     ._ascii = {
   27500             :         .ob_base = {
   27501             :             .ob_refcnt = 999999999,
   27502             :             .ob_type = &PyUnicode_Type,
   27503             :         },
   27504             :         .length = 5,
   27505             :         .hash = -1,
   27506             :         .state = {
   27507             :             .kind = 1,
   27508             :             .compact = 1,
   27509             :             .ascii = 1,
   27510             :         },
   27511             :     },
   27512             :     ._data = "mtime",
   27513             : };
   27514             : static
   27515             :     struct {
   27516             :         PyGC_Head _gc_head;
   27517             :         struct {
   27518             :             PyObject_VAR_HEAD
   27519             :             PyObject *ob_item[4];
   27520             :         }_object;
   27521             :     }
   27522             : importlib__bootstrap_external_toplevel_consts_47_localsplusnames = {
   27523             :     ._object = {
   27524             :         .ob_base = {
   27525             :             .ob_base = {
   27526             :                 .ob_refcnt = 999999999,
   27527             :                 .ob_type = &PyTuple_Type,
   27528             :             },
   27529             :             .ob_size = 4,
   27530             :         },
   27531             :         .ob_item = {
   27532             :             &_Py_ID(code),
   27533             :             & const_str_mtime._ascii.ob_base,
   27534             :             & const_str_source_size._ascii.ob_base,
   27535             :             & const_str_data._ascii.ob_base,
   27536             :         },
   27537             :     },
   27538             : };
   27539             : static
   27540             :     struct _PyCode_DEF(294)
   27541             : importlib__bootstrap_external_toplevel_consts_47 = {
   27542             :     .ob_base = {
   27543             :         .ob_base = {
   27544             :             .ob_refcnt = 999999999,
   27545             :             .ob_type = &PyCode_Type,
   27546             :         },
   27547             :         .ob_size = 147,
   27548             :     },
   27549             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_47_consts._object.ob_base.ob_base,
   27550             :     .co_names = & importlib__bootstrap_external_toplevel_consts_47_names._object.ob_base.ob_base,
   27551             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   27552             :     .co_flags = 3,
   27553             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   27554             :     ._co_linearray_entry_size = 0,
   27555             :     .co_argcount = 3,
   27556             :     .co_posonlyargcount = 0,
   27557             :     .co_kwonlyargcount = 0,
   27558             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   27559             :     .co_stacksize = 5,
   27560             :     .co_firstlineno = 747,
   27561             :     .co_nlocalsplus = 4,
   27562             :     .co_nlocals = 4,
   27563             :     .co_nplaincellvars = 0,
   27564             :     .co_ncellvars = 0,
   27565             :     .co_nfreevars = 0,
   27566             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_47_localsplusnames._object.ob_base.ob_base,
   27567             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   27568             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   27569             :     .co_name = & const_str__code_to_timestamp_pyc._ascii.ob_base,
   27570             :     .co_qualname = & const_str__code_to_timestamp_pyc._ascii.ob_base,
   27571             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_47_linetable.ob_base.ob_base,
   27572             :     ._co_code = NULL,
   27573             :     ._co_linearray = NULL,
   27574             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x53\x00",
   27575             :     ._co_firsttraceable = 0,
   27576             : };
   27577             : static
   27578             :     struct {
   27579             :         PyASCIIObject _ascii;
   27580             :         uint8_t _data[39];
   27581             :     }
   27582             : importlib__bootstrap_external_toplevel_consts_49_consts_0 = {
   27583             :     ._ascii = {
   27584             :         .ob_base = {
   27585             :             .ob_refcnt = 999999999,
   27586             :             .ob_type = &PyUnicode_Type,
   27587             :         },
   27588             :         .length = 38,
   27589             :         .hash = -1,
   27590             :         .state = {
   27591             :             .kind = 1,
   27592             :             .compact = 1,
   27593             :             .ascii = 1,
   27594             :         },
   27595             :     },
   27596             :     ._data = "Produce the data for a hash-based pyc.",
   27597             : };
   27598             : static
   27599             :     struct {
   27600             :         PyGC_Head _gc_head;
   27601             :         struct {
   27602             :             PyObject_VAR_HEAD
   27603             :             PyObject *ob_item[3];
   27604             :         }_object;
   27605             :     }
   27606             : importlib__bootstrap_external_toplevel_consts_49_consts = {
   27607             :     ._object = {
   27608             :         .ob_base = {
   27609             :             .ob_base = {
   27610             :                 .ob_refcnt = 999999999,
   27611             :                 .ob_type = &PyTuple_Type,
   27612             :             },
   27613             :             .ob_size = 3,
   27614             :         },
   27615             :         .ob_item = {
   27616             :             & importlib__bootstrap_external_toplevel_consts_49_consts_0._ascii.ob_base,
   27617             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   27618             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
   27619             :         },
   27620             :     },
   27621             : };
   27622             : static
   27623             :     struct {
   27624             :         PyGC_Head _gc_head;
   27625             :         struct {
   27626             :             PyObject_VAR_HEAD
   27627             :             PyObject *ob_item[7];
   27628             :         }_object;
   27629             :     }
   27630             : importlib__bootstrap_external_toplevel_consts_49_names = {
   27631             :     ._object = {
   27632             :         .ob_base = {
   27633             :             .ob_base = {
   27634             :                 .ob_refcnt = 999999999,
   27635             :                 .ob_type = &PyTuple_Type,
   27636             :             },
   27637             :             .ob_size = 7,
   27638             :         },
   27639             :         .ob_item = {
   27640             :             & const_str_bytearray._ascii.ob_base,
   27641             :             & const_str_MAGIC_NUMBER._ascii.ob_base,
   27642             :             &_Py_ID(extend),
   27643             :             & const_str__pack_uint32._ascii.ob_base,
   27644             :             &_Py_ID(len),
   27645             :             & const_str_marshal._ascii.ob_base,
   27646             :             & const_str_dumps._ascii.ob_base,
   27647             :         },
   27648             :     },
   27649             : };
   27650             : static
   27651             :     struct {
   27652             :         PyASCIIObject _ascii;
   27653             :         uint8_t _data[18];
   27654             :     }
   27655             : const_str__code_to_hash_pyc = {
   27656             :     ._ascii = {
   27657             :         .ob_base = {
   27658             :             .ob_refcnt = 999999999,
   27659             :             .ob_type = &PyUnicode_Type,
   27660             :         },
   27661             :         .length = 17,
   27662             :         .hash = -1,
   27663             :         .state = {
   27664             :             .kind = 1,
   27665             :             .compact = 1,
   27666             :             .ascii = 1,
   27667             :         },
   27668             :     },
   27669             :     ._data = "_code_to_hash_pyc",
   27670             : };
   27671             : static
   27672             :     struct {
   27673             :         PyObject_VAR_HEAD
   27674             :         Py_hash_t ob_shash;
   27675             :         char ob_sval[113];
   27676             :     }
   27677             : importlib__bootstrap_external_toplevel_consts_49_linetable = {
   27678             :     .ob_base = {
   27679             :         .ob_base = {
   27680             :             .ob_refcnt = 999999999,
   27681             :             .ob_type = &PyBytes_Type,
   27682             :         },
   27683             :         .ob_size = 112,
   27684             :     },
   27685             :     .ob_shash = -1,
   27686             :     .ob_sval = "\x80\x00\xe5\x0b\x14\x95\x5c\xd4\x0b\x22\x80\x44\xd8\x0c\x0f\x90\x27\x98\x51\x91\x2c\xd1\x0c\x1e\x80\x45\xd8\x04\x08\x87\x4b\x81\x4b\x95\x0c\x98\x55\xd4\x10\x23\xd4\x04\x24\xd0\x04\x24\xdd\x0b\x0e\x88\x7b\xd4\x0b\x1b\x98\x71\xd2\x0b\x20\xd0\x04\x20\xd0\x04\x20\xd0\x04\x20\xd8\x04\x08\x87\x4b\x81\x4b\x90\x0b\xd4\x04\x1c\xd0\x04\x1c\xd8\x04\x08\x87\x4b\x81\x4b\x95\x07\x97\x0d\x91\x0d\x98\x64\xd4\x10\x23\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x0f\x80\x4b",
   27687             : };
   27688             : static
   27689             :     struct {
   27690             :         PyASCIIObject _ascii;
   27691             :         uint8_t _data[8];
   27692             :     }
   27693             : const_str_checked = {
   27694             :     ._ascii = {
   27695             :         .ob_base = {
   27696             :             .ob_refcnt = 999999999,
   27697             :             .ob_type = &PyUnicode_Type,
   27698             :         },
   27699             :         .length = 7,
   27700             :         .hash = -1,
   27701             :         .state = {
   27702             :             .kind = 1,
   27703             :             .compact = 1,
   27704             :             .ascii = 1,
   27705             :         },
   27706             :     },
   27707             :     ._data = "checked",
   27708             : };
   27709             : static
   27710             :     struct {
   27711             :         PyGC_Head _gc_head;
   27712             :         struct {
   27713             :             PyObject_VAR_HEAD
   27714             :             PyObject *ob_item[5];
   27715             :         }_object;
   27716             :     }
   27717             : importlib__bootstrap_external_toplevel_consts_49_localsplusnames = {
   27718             :     ._object = {
   27719             :         .ob_base = {
   27720             :             .ob_base = {
   27721             :                 .ob_refcnt = 999999999,
   27722             :                 .ob_type = &PyTuple_Type,
   27723             :             },
   27724             :             .ob_size = 5,
   27725             :         },
   27726             :         .ob_item = {
   27727             :             &_Py_ID(code),
   27728             :             & const_str_source_hash._ascii.ob_base,
   27729             :             & const_str_checked._ascii.ob_base,
   27730             :             & const_str_data._ascii.ob_base,
   27731             :             & const_str_flags._ascii.ob_base,
   27732             :         },
   27733             :     },
   27734             : };
   27735             : static
   27736             :     struct _PyCode_DEF(268)
   27737             : importlib__bootstrap_external_toplevel_consts_49 = {
   27738             :     .ob_base = {
   27739             :         .ob_base = {
   27740             :             .ob_refcnt = 999999999,
   27741             :             .ob_type = &PyCode_Type,
   27742             :         },
   27743             :         .ob_size = 134,
   27744             :     },
   27745             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_49_consts._object.ob_base.ob_base,
   27746             :     .co_names = & importlib__bootstrap_external_toplevel_consts_49_names._object.ob_base.ob_base,
   27747             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   27748             :     .co_flags = 3,
   27749             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   27750             :     ._co_linearray_entry_size = 0,
   27751             :     .co_argcount = 3,
   27752             :     .co_posonlyargcount = 0,
   27753             :     .co_kwonlyargcount = 0,
   27754             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   27755             :     .co_stacksize = 5,
   27756             :     .co_firstlineno = 757,
   27757             :     .co_nlocalsplus = 5,
   27758             :     .co_nlocals = 5,
   27759             :     .co_nplaincellvars = 0,
   27760             :     .co_ncellvars = 0,
   27761             :     .co_nfreevars = 0,
   27762             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_49_localsplusnames._object.ob_base.ob_base,
   27763             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   27764             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   27765             :     .co_name = & const_str__code_to_hash_pyc._ascii.ob_base,
   27766             :     .co_qualname = & const_str__code_to_hash_pyc._ascii.ob_base,
   27767             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_49_linetable.ob_base.ob_base,
   27768             :     ._co_code = NULL,
   27769             :     ._co_linearray = NULL,
   27770             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x64\x01\x7c\x02\x64\x01\x7a\x03\x00\x00\x7a\x07\x00\x00\x7d\x04\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x53\x00",
   27771             :     ._co_firsttraceable = 0,
   27772             : };
   27773             : static
   27774             :     struct {
   27775             :         PyASCIIObject _ascii;
   27776             :         uint8_t _data[122];
   27777             :     }
   27778             : importlib__bootstrap_external_toplevel_consts_50_consts_0 = {
   27779             :     ._ascii = {
   27780             :         .ob_base = {
   27781             :             .ob_refcnt = 999999999,
   27782             :             .ob_type = &PyUnicode_Type,
   27783             :         },
   27784             :         .length = 121,
   27785             :         .hash = -1,
   27786             :         .state = {
   27787             :             .kind = 1,
   27788             :             .compact = 1,
   27789             :             .ascii = 1,
   27790             :         },
   27791             :     },
   27792             :     ._data = "\x44\x65\x63\x6f\x64\x65\x20\x62\x79\x74\x65\x73\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x69\x6e\x67\x20\x73\x6f\x75\x72\x63\x65\x20\x63\x6f\x64\x65\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x73\x74\x72\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x55\x6e\x69\x76\x65\x72\x73\x61\x6c\x20\x6e\x65\x77\x6c\x69\x6e\x65\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x69\x6e\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x2e\x0a\x20\x20\x20\x20",
   27793             : };
   27794             : static
   27795             :     struct {
   27796             :         PyGC_Head _gc_head;
   27797             :         struct {
   27798             :             PyObject_VAR_HEAD
   27799             :             PyObject *ob_item[4];
   27800             :         }_object;
   27801             :     }
   27802             : importlib__bootstrap_external_toplevel_consts_50_consts = {
   27803             :     ._object = {
   27804             :         .ob_base = {
   27805             :             .ob_base = {
   27806             :                 .ob_refcnt = 999999999,
   27807             :                 .ob_type = &PyTuple_Type,
   27808             :             },
   27809             :             .ob_size = 4,
   27810             :         },
   27811             :         .ob_item = {
   27812             :             & importlib__bootstrap_external_toplevel_consts_50_consts_0._ascii.ob_base,
   27813             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   27814             :             Py_None,
   27815             :             Py_True,
   27816             :         },
   27817             :     },
   27818             : };
   27819             : static
   27820             :     struct {
   27821             :         PyASCIIObject _ascii;
   27822             :         uint8_t _data[9];
   27823             :     }
   27824             : const_str_tokenize = {
   27825             :     ._ascii = {
   27826             :         .ob_base = {
   27827             :             .ob_refcnt = 999999999,
   27828             :             .ob_type = &PyUnicode_Type,
   27829             :         },
   27830             :         .length = 8,
   27831             :         .hash = -1,
   27832             :         .state = {
   27833             :             .kind = 1,
   27834             :             .compact = 1,
   27835             :             .ascii = 1,
   27836             :         },
   27837             :     },
   27838             :     ._data = "tokenize",
   27839             : };
   27840             : static
   27841             :     struct {
   27842             :         PyASCIIObject _ascii;
   27843             :         uint8_t _data[8];
   27844             :     }
   27845             : const_str_BytesIO = {
   27846             :     ._ascii = {
   27847             :         .ob_base = {
   27848             :             .ob_refcnt = 999999999,
   27849             :             .ob_type = &PyUnicode_Type,
   27850             :         },
   27851             :         .length = 7,
   27852             :         .hash = -1,
   27853             :         .state = {
   27854             :             .kind = 1,
   27855             :             .compact = 1,
   27856             :             .ascii = 1,
   27857             :         },
   27858             :     },
   27859             :     ._data = "BytesIO",
   27860             : };
   27861             : static
   27862             :     struct {
   27863             :         PyASCIIObject _ascii;
   27864             :         uint8_t _data[16];
   27865             :     }
   27866             : const_str_detect_encoding = {
   27867             :     ._ascii = {
   27868             :         .ob_base = {
   27869             :             .ob_refcnt = 999999999,
   27870             :             .ob_type = &PyUnicode_Type,
   27871             :         },
   27872             :         .length = 15,
   27873             :         .hash = -1,
   27874             :         .state = {
   27875             :             .kind = 1,
   27876             :             .compact = 1,
   27877             :             .ascii = 1,
   27878             :         },
   27879             :     },
   27880             :     ._data = "detect_encoding",
   27881             : };
   27882             : static
   27883             :     struct {
   27884             :         PyASCIIObject _ascii;
   27885             :         uint8_t _data[26];
   27886             :     }
   27887             : const_str_IncrementalNewlineDecoder = {
   27888             :     ._ascii = {
   27889             :         .ob_base = {
   27890             :             .ob_refcnt = 999999999,
   27891             :             .ob_type = &PyUnicode_Type,
   27892             :         },
   27893             :         .length = 25,
   27894             :         .hash = -1,
   27895             :         .state = {
   27896             :             .kind = 1,
   27897             :             .compact = 1,
   27898             :             .ascii = 1,
   27899             :         },
   27900             :     },
   27901             :     ._data = "IncrementalNewlineDecoder",
   27902             : };
   27903             : static
   27904             :     struct {
   27905             :         PyGC_Head _gc_head;
   27906             :         struct {
   27907             :             PyObject_VAR_HEAD
   27908             :             PyObject *ob_item[7];
   27909             :         }_object;
   27910             :     }
   27911             : importlib__bootstrap_external_toplevel_consts_50_names = {
   27912             :     ._object = {
   27913             :         .ob_base = {
   27914             :             .ob_base = {
   27915             :                 .ob_refcnt = 999999999,
   27916             :                 .ob_type = &PyTuple_Type,
   27917             :             },
   27918             :             .ob_size = 7,
   27919             :         },
   27920             :         .ob_item = {
   27921             :             & const_str_tokenize._ascii.ob_base,
   27922             :             & const_str__io._ascii.ob_base,
   27923             :             & const_str_BytesIO._ascii.ob_base,
   27924             :             &_Py_ID(readline),
   27925             :             & const_str_detect_encoding._ascii.ob_base,
   27926             :             & const_str_IncrementalNewlineDecoder._ascii.ob_base,
   27927             :             &_Py_ID(decode),
   27928             :         },
   27929             :     },
   27930             : };
   27931             : static
   27932             :     struct {
   27933             :         PyASCIIObject _ascii;
   27934             :         uint8_t _data[14];
   27935             :     }
   27936             : const_str_decode_source = {
   27937             :     ._ascii = {
   27938             :         .ob_base = {
   27939             :             .ob_refcnt = 999999999,
   27940             :             .ob_type = &PyUnicode_Type,
   27941             :         },
   27942             :         .length = 13,
   27943             :         .hash = -1,
   27944             :         .state = {
   27945             :             .kind = 1,
   27946             :             .compact = 1,
   27947             :             .ascii = 1,
   27948             :         },
   27949             :     },
   27950             :     ._data = "decode_source",
   27951             : };
   27952             : static
   27953             :     struct {
   27954             :         PyObject_VAR_HEAD
   27955             :         Py_hash_t ob_shash;
   27956             :         char ob_sval[102];
   27957             :     }
   27958             : importlib__bootstrap_external_toplevel_consts_50_linetable = {
   27959             :     .ob_base = {
   27960             :         .ob_base = {
   27961             :             .ob_refcnt = 999999999,
   27962             :             .ob_type = &PyBytes_Type,
   27963             :         },
   27964             :         .ob_size = 101,
   27965             :     },
   27966             :     .ob_shash = -1,
   27967             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x05\x14\x80\x4f\x80\x4f\x80\x4f\xdd\x1c\x27\x9f\x4b\x99\x4b\xa8\x0c\xd4\x1c\x35\xd7\x1c\x3e\xd1\x1c\x3e\xd0\x04\x19\xd8\x0f\x17\xd7\x0f\x27\xd1\x0f\x27\xd0\x28\x3d\xd4\x0f\x3e\x80\x48\xdd\x16\x33\xd7\x16\x33\xd1\x16\x33\xb0\x44\xb8\x24\xd4\x16\x3f\x80\x4f\xd8\x0b\x1a\xd7\x0b\x21\xd1\x0b\x21\xa0\x2c\xd7\x22\x35\xd1\x22\x35\xb0\x68\xb8\x71\xb4\x6b\xd4\x22\x42\xd4\x0b\x43\xd0\x04\x43",
   27968             : };
   27969             : static
   27970             :     struct {
   27971             :         PyASCIIObject _ascii;
   27972             :         uint8_t _data[13];
   27973             :     }
   27974             : const_str_source_bytes = {
   27975             :     ._ascii = {
   27976             :         .ob_base = {
   27977             :             .ob_refcnt = 999999999,
   27978             :             .ob_type = &PyUnicode_Type,
   27979             :         },
   27980             :         .length = 12,
   27981             :         .hash = -1,
   27982             :         .state = {
   27983             :             .kind = 1,
   27984             :             .compact = 1,
   27985             :             .ascii = 1,
   27986             :         },
   27987             :     },
   27988             :     ._data = "source_bytes",
   27989             : };
   27990             : static
   27991             :     struct {
   27992             :         PyASCIIObject _ascii;
   27993             :         uint8_t _data[22];
   27994             :     }
   27995             : const_str_source_bytes_readline = {
   27996             :     ._ascii = {
   27997             :         .ob_base = {
   27998             :             .ob_refcnt = 999999999,
   27999             :             .ob_type = &PyUnicode_Type,
   28000             :         },
   28001             :         .length = 21,
   28002             :         .hash = -1,
   28003             :         .state = {
   28004             :             .kind = 1,
   28005             :             .compact = 1,
   28006             :             .ascii = 1,
   28007             :         },
   28008             :     },
   28009             :     ._data = "source_bytes_readline",
   28010             : };
   28011             : static
   28012             :     struct {
   28013             :         PyASCIIObject _ascii;
   28014             :         uint8_t _data[16];
   28015             :     }
   28016             : const_str_newline_decoder = {
   28017             :     ._ascii = {
   28018             :         .ob_base = {
   28019             :             .ob_refcnt = 999999999,
   28020             :             .ob_type = &PyUnicode_Type,
   28021             :         },
   28022             :         .length = 15,
   28023             :         .hash = -1,
   28024             :         .state = {
   28025             :             .kind = 1,
   28026             :             .compact = 1,
   28027             :             .ascii = 1,
   28028             :         },
   28029             :     },
   28030             :     ._data = "newline_decoder",
   28031             : };
   28032             : static
   28033             :     struct {
   28034             :         PyGC_Head _gc_head;
   28035             :         struct {
   28036             :             PyObject_VAR_HEAD
   28037             :             PyObject *ob_item[5];
   28038             :         }_object;
   28039             :     }
   28040             : importlib__bootstrap_external_toplevel_consts_50_localsplusnames = {
   28041             :     ._object = {
   28042             :         .ob_base = {
   28043             :             .ob_base = {
   28044             :                 .ob_refcnt = 999999999,
   28045             :                 .ob_type = &PyTuple_Type,
   28046             :             },
   28047             :             .ob_size = 5,
   28048             :         },
   28049             :         .ob_item = {
   28050             :             & const_str_source_bytes._ascii.ob_base,
   28051             :             & const_str_tokenize._ascii.ob_base,
   28052             :             & const_str_source_bytes_readline._ascii.ob_base,
   28053             :             &_Py_ID(encoding),
   28054             :             & const_str_newline_decoder._ascii.ob_base,
   28055             :         },
   28056             :     },
   28057             : };
   28058             : static
   28059             :     struct _PyCode_DEF(240)
   28060             : importlib__bootstrap_external_toplevel_consts_50 = {
   28061             :     .ob_base = {
   28062             :         .ob_base = {
   28063             :             .ob_refcnt = 999999999,
   28064             :             .ob_type = &PyCode_Type,
   28065             :         },
   28066             :         .ob_size = 120,
   28067             :     },
   28068             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_50_consts._object.ob_base.ob_base,
   28069             :     .co_names = & importlib__bootstrap_external_toplevel_consts_50_names._object.ob_base.ob_base,
   28070             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   28071             :     .co_flags = 3,
   28072             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   28073             :     ._co_linearray_entry_size = 0,
   28074             :     .co_argcount = 1,
   28075             :     .co_posonlyargcount = 0,
   28076             :     .co_kwonlyargcount = 0,
   28077             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   28078             :     .co_stacksize = 6,
   28079             :     .co_firstlineno = 768,
   28080             :     .co_nlocalsplus = 5,
   28081             :     .co_nlocals = 5,
   28082             :     .co_nplaincellvars = 0,
   28083             :     .co_ncellvars = 0,
   28084             :     .co_nfreevars = 0,
   28085             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_50_localsplusnames._object.ob_base.ob_base,
   28086             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   28087             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   28088             :     .co_name = & const_str_decode_source._ascii.ob_base,
   28089             :     .co_qualname = & const_str_decode_source._ascii.ob_base,
   28090             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_50_linetable.ob_base.ob_base,
   28091             :     ._co_code = NULL,
   28092             :     ._co_linearray = NULL,
   28093             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   28094             :     ._co_firsttraceable = 0,
   28095             : };
   28096             : static
   28097             :     struct {
   28098             :         PyASCIIObject _ascii;
   28099             :         uint8_t _data[318];
   28100             :     }
   28101             : importlib__bootstrap_external_toplevel_consts_52_consts_0 = {
   28102             :     ._ascii = {
   28103             :         .ob_base = {
   28104             :             .ob_refcnt = 999999999,
   28105             :             .ob_type = &PyUnicode_Type,
   28106             :         },
   28107             :         .length = 317,
   28108             :         .hash = -1,
   28109             :         .state = {
   28110             :             .kind = 1,
   28111             :             .compact = 1,
   28112             :             .ascii = 1,
   28113             :         },
   28114             :     },
   28115             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x20\x73\x70\x65\x63\x20\x62\x61\x73\x65\x64\x20\x6f\x6e\x20\x61\x20\x66\x69\x6c\x65\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x54\x6f\x20\x69\x6e\x64\x69\x63\x61\x74\x65\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x61\x20\x70\x61\x63\x6b\x61\x67\x65\x2c\x20\x73\x65\x74\x0a\x20\x20\x20\x20\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x5f\x73\x65\x61\x72\x63\x68\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x73\x20\x74\x6f\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x70\x61\x74\x68\x73\x2e\x20\x20\x41\x6e\x0a\x20\x20\x20\x20\x65\x6d\x70\x74\x79\x20\x6c\x69\x73\x74\x20\x69\x73\x20\x73\x75\x66\x66\x69\x63\x69\x65\x6e\x74\x2c\x20\x74\x68\x6f\x75\x67\x68\x20\x69\x74\x73\x20\x6e\x6f\x74\x20\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x75\x73\x65\x66\x75\x6c\x20\x74\x6f\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x73\x79\x73\x74\x65\x6d\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x6d\x75\x73\x74\x20\x74\x61\x6b\x65\x20\x61\x20\x73\x70\x65\x63\x20\x61\x73\x20\x69\x74\x73\x20\x6f\x6e\x6c\x79\x20\x5f\x5f\x69\x6e\x69\x74\x5f\x5f\x28\x29\x20\x61\x72\x67\x2e\x0a\x0a\x20\x20\x20\x20",
   28116             : };
   28117             : static
   28118             :     struct {
   28119             :         PyGC_Head _gc_head;
   28120             :         struct {
   28121             :             PyObject_VAR_HEAD
   28122             :             PyObject *ob_item[8];
   28123             :         }_object;
   28124             :     }
   28125             : importlib__bootstrap_external_toplevel_consts_52_consts = {
   28126             :     ._object = {
   28127             :         .ob_base = {
   28128             :             .ob_base = {
   28129             :                 .ob_refcnt = 999999999,
   28130             :                 .ob_type = &PyTuple_Type,
   28131             :             },
   28132             :             .ob_size = 8,
   28133             :         },
   28134             :         .ob_item = {
   28135             :             & importlib__bootstrap_external_toplevel_consts_52_consts_0._ascii.ob_base,
   28136             :             Py_None,
   28137             :             &_Py_STR(anon_unknown),
   28138             :             & const_str_get_filename._ascii.ob_base,
   28139             :             & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
   28140             :             Py_True,
   28141             :             & const_str_is_package._ascii.ob_base,
   28142             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   28143             :         },
   28144             :     },
   28145             : };
   28146             : static
   28147             :     struct {
   28148             :         PyASCIIObject _ascii;
   28149             :         uint8_t _data[28];
   28150             :     }
   28151             : const_str__get_supported_file_loaders = {
   28152             :     ._ascii = {
   28153             :         .ob_base = {
   28154             :             .ob_refcnt = 999999999,
   28155             :             .ob_type = &PyUnicode_Type,
   28156             :         },
   28157             :         .length = 27,
   28158             :         .hash = -1,
   28159             :         .state = {
   28160             :             .kind = 1,
   28161             :             .compact = 1,
   28162             :             .ascii = 1,
   28163             :         },
   28164             :     },
   28165             :     ._data = "_get_supported_file_loaders",
   28166             : };
   28167             : static
   28168             :     struct {
   28169             :         PyASCIIObject _ascii;
   28170             :         uint8_t _data[10];
   28171             :     }
   28172             : const_str__POPULATE = {
   28173             :     ._ascii = {
   28174             :         .ob_base = {
   28175             :             .ob_refcnt = 999999999,
   28176             :             .ob_type = &PyUnicode_Type,
   28177             :         },
   28178             :         .length = 9,
   28179             :         .hash = -1,
   28180             :         .state = {
   28181             :             .kind = 1,
   28182             :             .compact = 1,
   28183             :             .ascii = 1,
   28184             :         },
   28185             :     },
   28186             :     ._data = "_POPULATE",
   28187             : };
   28188             : static
   28189             :     struct {
   28190             :         PyGC_Head _gc_head;
   28191             :         struct {
   28192             :             PyObject_VAR_HEAD
   28193             :             PyObject *ob_item[21];
   28194             :         }_object;
   28195             :     }
   28196             : importlib__bootstrap_external_toplevel_consts_52_names = {
   28197             :     ._object = {
   28198             :         .ob_base = {
   28199             :             .ob_base = {
   28200             :                 .ob_refcnt = 999999999,
   28201             :                 .ob_type = &PyTuple_Type,
   28202             :             },
   28203             :             .ob_size = 21,
   28204             :         },
   28205             :         .ob_item = {
   28206             :             & const_str_hasattr._ascii.ob_base,
   28207             :             & const_str_get_filename._ascii.ob_base,
   28208             :             & const_str_ImportError._ascii.ob_base,
   28209             :             & const_str__os._ascii.ob_base,
   28210             :             & const_str_fspath._ascii.ob_base,
   28211             :             & const_str__path_isabs._ascii.ob_base,
   28212             :             & const_str__path_join._ascii.ob_base,
   28213             :             & const_str_getcwd._ascii.ob_base,
   28214             :             & const_str_OSError._ascii.ob_base,
   28215             :             &_Py_ID(_bootstrap),
   28216             :             & const_str_ModuleSpec._ascii.ob_base,
   28217             :             & const_str__set_fileattr._ascii.ob_base,
   28218             :             & const_str__get_supported_file_loaders._ascii.ob_base,
   28219             :             & const_str_endswith._ascii.ob_base,
   28220             :             & const_str_tuple._ascii.ob_base,
   28221             :             & const_str_loader._ascii.ob_base,
   28222             :             & const_str__POPULATE._ascii.ob_base,
   28223             :             & const_str_is_package._ascii.ob_base,
   28224             :             & const_str_submodule_search_locations._ascii.ob_base,
   28225             :             & const_str__path_split._ascii.ob_base,
   28226             :             &_Py_ID(append),
   28227             :         },
   28228             :     },
   28229             : };
   28230             : static
   28231             :     struct {
   28232             :         PyObject_VAR_HEAD
   28233             :         Py_hash_t ob_shash;
   28234             :         char ob_sval[484];
   28235             :     }
   28236             : importlib__bootstrap_external_toplevel_consts_52_linetable = {
   28237             :     .ob_base = {
   28238             :         .ob_base = {
   28239             :             .ob_refcnt = 999999999,
   28240             :             .ob_type = &PyBytes_Type,
   28241             :         },
   28242             :         .ob_size = 483,
   28243             :     },
   28244             :     .ob_shash = -1,
   28245             :     .ob_sval = "\x80\x00\xf0\x18\x00\x08\x10\xf0\x00\x11\x05\x15\xf0\x08\x00\x14\x1f\x88\x08\xdd\x0b\x12\x90\x36\x98\x3e\xd4\x0b\x2a\xf0\x00\x05\x09\x15\xf0\x04\x03\x0d\x15\xd8\x1b\x21\xd7\x1b\x2e\xd1\x1b\x2e\xa8\x74\xd4\x1b\x34\x90\x08\x90\x08\xf5\x08\x00\x14\x1e\x97\x3a\x91\x3a\x98\x68\xd4\x13\x27\x88\x08\xdd\x0f\x1a\x98\x38\xd4\x0f\x24\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xdd\x1b\x25\xa5\x63\xa7\x6a\xa1\x6a\xa4\x6c\xb0\x48\xd4\x1b\x3d\x90\x08\xf5\x14\x00\x0c\x16\xd7\x0b\x20\xd1\x0b\x20\xa0\x14\xa0\x76\xb0\x68\xd0\x0b\x20\xd4\x0b\x3f\x80\x44\xd8\x19\x1d\x80\x44\xd4\x04\x16\xf0\x06\x00\x08\x0e\xf0\x00\x07\x05\x18\xdd\x26\x41\xd4\x26\x43\xf0\x00\x06\x09\x18\xf1\x00\x06\x09\x18\xd1\x0c\x22\x88\x4c\x98\x28\xd8\x0f\x17\xd7\x0f\x20\xd1\x0f\x20\xa5\x15\xa0\x78\xa4\x1f\xd4\x0f\x31\xf0\x00\x03\x0d\x16\xd8\x19\x25\x98\x1c\xa0\x64\xa8\x48\xd4\x19\x35\x90\x06\xd8\x1e\x24\x90\x04\x94\x0b\xd8\x10\x15\x90\x05\xe0\x13\x17\x90\x34\xf0\x06\x00\x08\x22\xa5\x59\xd0\x07\x2e\xf0\x00\x0b\x05\x45\x01\xe5\x0b\x12\x90\x36\x98\x3c\xd4\x0b\x28\xf0\x00\x07\x09\x39\xf0\x02\x06\x0d\x39\xd8\x1d\x23\xd7\x1d\x2e\xd1\x1d\x2e\xa8\x74\xd4\x1d\x34\x90\x0a\xf0\x08\x00\x14\x1e\xf0\x00\x01\x11\x39\xd8\x36\x38\x90\x44\xd4\x14\x33\xd0\x14\x33\xe0\x2a\x44\x88\x04\xd4\x08\x27\xd8\x07\x0b\xd7\x07\x26\xd1\x07\x26\xa8\x22\xd2\x07\x2c\xf0\x00\x03\x05\x3c\xd8\x0b\x13\xf0\x00\x02\x09\x3c\xdd\x16\x21\xa0\x28\xd4\x16\x2b\xa8\x41\xd4\x16\x2e\x88\x47\xd8\x0c\x10\xd7\x0c\x2b\xd1\x0c\x2b\xd7\x0c\x32\xd1\x0c\x32\xb0\x37\xd4\x0c\x3b\xd0\x0c\x3b\xe0\x0b\x0f\x80\x4b\xf8\xf5\x5f\x01\x00\x14\x1f\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x0e\x00\x14\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x91\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x38\x00\x14\x1f\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8",
   28246             : };
   28247             : static
   28248             :     struct {
   28249             :         PyObject_VAR_HEAD
   28250             :         Py_hash_t ob_shash;
   28251             :         char ob_sval[54];
   28252             :     }
   28253             : importlib__bootstrap_external_toplevel_consts_52_exceptiontable = {
   28254             :     .ob_base = {
   28255             :         .ob_base = {
   28256             :             .ob_refcnt = 999999999,
   28257             :             .ob_type = &PyBytes_Type,
   28258             :         },
   28259             :         .ob_size = 53,
   28260             :     },
   28261             :     .ob_shash = -1,
   28262             :     .ob_sval = "\x94\x12\x45\x13\x00\xc1\x0c\x22\x45\x23\x00\xc3\x2d\x12\x45\x34\x00\xc5\x13\x0a\x45\x20\x03\xc5\x1f\x01\x45\x20\x03\xc5\x23\x0a\x45\x31\x03\xc5\x30\x01\x45\x31\x03\xc5\x34\x0a\x46\x01\x03\xc6\x00\x01\x46\x01\x03",
   28263             : };
   28264             : static
   28265             :     struct {
   28266             :         PyASCIIObject _ascii;
   28267             :         uint8_t _data[13];
   28268             :     }
   28269             : const_str_loader_class = {
   28270             :     ._ascii = {
   28271             :         .ob_base = {
   28272             :             .ob_refcnt = 999999999,
   28273             :             .ob_type = &PyUnicode_Type,
   28274             :         },
   28275             :         .length = 12,
   28276             :         .hash = -1,
   28277             :         .state = {
   28278             :             .kind = 1,
   28279             :             .compact = 1,
   28280             :             .ascii = 1,
   28281             :         },
   28282             :     },
   28283             :     ._data = "loader_class",
   28284             : };
   28285             : static
   28286             :     struct {
   28287             :         PyASCIIObject _ascii;
   28288             :         uint8_t _data[9];
   28289             :     }
   28290             : const_str_suffixes = {
   28291             :     ._ascii = {
   28292             :         .ob_base = {
   28293             :             .ob_refcnt = 999999999,
   28294             :             .ob_type = &PyUnicode_Type,
   28295             :         },
   28296             :         .length = 8,
   28297             :         .hash = -1,
   28298             :         .state = {
   28299             :             .kind = 1,
   28300             :             .compact = 1,
   28301             :             .ascii = 1,
   28302             :         },
   28303             :     },
   28304             :     ._data = "suffixes",
   28305             : };
   28306             : static
   28307             :     struct {
   28308             :         PyASCIIObject _ascii;
   28309             :         uint8_t _data[8];
   28310             :     }
   28311             : const_str_dirname = {
   28312             :     ._ascii = {
   28313             :         .ob_base = {
   28314             :             .ob_refcnt = 999999999,
   28315             :             .ob_type = &PyUnicode_Type,
   28316             :         },
   28317             :         .length = 7,
   28318             :         .hash = -1,
   28319             :         .state = {
   28320             :             .kind = 1,
   28321             :             .compact = 1,
   28322             :             .ascii = 1,
   28323             :         },
   28324             :     },
   28325             :     ._data = "dirname",
   28326             : };
   28327             : static
   28328             :     struct {
   28329             :         PyGC_Head _gc_head;
   28330             :         struct {
   28331             :             PyObject_VAR_HEAD
   28332             :             PyObject *ob_item[9];
   28333             :         }_object;
   28334             :     }
   28335             : importlib__bootstrap_external_toplevel_consts_52_localsplusnames = {
   28336             :     ._object = {
   28337             :         .ob_base = {
   28338             :             .ob_base = {
   28339             :                 .ob_refcnt = 999999999,
   28340             :                 .ob_type = &PyTuple_Type,
   28341             :             },
   28342             :             .ob_size = 9,
   28343             :         },
   28344             :         .ob_item = {
   28345             :             &_Py_ID(name),
   28346             :             & const_str_location._ascii.ob_base,
   28347             :             & const_str_loader._ascii.ob_base,
   28348             :             & const_str_submodule_search_locations._ascii.ob_base,
   28349             :             & const_str_spec._ascii.ob_base,
   28350             :             & const_str_loader_class._ascii.ob_base,
   28351             :             & const_str_suffixes._ascii.ob_base,
   28352             :             & const_str_is_package._ascii.ob_base,
   28353             :             & const_str_dirname._ascii.ob_base,
   28354             :         },
   28355             :     },
   28356             : };
   28357             : static
   28358             :     struct _PyCode_DEF(776)
   28359             : importlib__bootstrap_external_toplevel_consts_52 = {
   28360             :     .ob_base = {
   28361             :         .ob_base = {
   28362             :             .ob_refcnt = 999999999,
   28363             :             .ob_type = &PyCode_Type,
   28364             :         },
   28365             :         .ob_size = 388,
   28366             :     },
   28367             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_52_consts._object.ob_base.ob_base,
   28368             :     .co_names = & importlib__bootstrap_external_toplevel_consts_52_names._object.ob_base.ob_base,
   28369             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_52_exceptiontable.ob_base.ob_base,
   28370             :     .co_flags = 3,
   28371             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   28372             :     ._co_linearray_entry_size = 0,
   28373             :     .co_argcount = 2,
   28374             :     .co_posonlyargcount = 0,
   28375             :     .co_kwonlyargcount = 2,
   28376             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   28377             :     .co_stacksize = 6,
   28378             :     .co_firstlineno = 785,
   28379             :     .co_nlocalsplus = 9,
   28380             :     .co_nlocals = 9,
   28381             :     .co_nplaincellvars = 0,
   28382             :     .co_ncellvars = 0,
   28383             :     .co_nfreevars = 0,
   28384             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_52_localsplusnames._object.ob_base.ob_base,
   28385             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
   28386             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   28387             :     .co_name = & const_str_spec_from_file_location._ascii.ob_base,
   28388             :     .co_qualname = & const_str_spec_from_file_location._ascii.ob_base,
   28389             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_52_linetable.ob_base.ob_base,
   28390             :     ._co_code = NULL,
   28391             :     ._co_linearray = NULL,
   28392             :     .co_code_adaptive = "\x97\x00\x7c\x01\x80\x24\x64\x02\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x5b\x09\x00\x7c\x02\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x47\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x23\x09\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x7c\x01\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x64\x05\x7c\x04\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x80\x44\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x34\x00\x00\x5c\x02\x00\x00\x7d\x05\x7d\x06\x7c\x01\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x23\x02\x00\x7c\x05\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x7c\x04\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x02\x64\x01\x53\x00\x7c\x03\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x2b\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x24\x09\x00\x7c\x02\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x72\x0f\x67\x00\x7c\x04\x5f\x12\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x07\x7c\x03\x7c\x04\x5f\x12\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x6b\x02\x00\x00\x00\x00\x72\x31\x7c\x01\x72\x2f\x74\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x04\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xf1\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x01\x8c\x02\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x70\x77\x00\x78\x03\x59\x00\x77\x01",
   28393             :     ._co_firsttraceable = 0,
   28394             : };
   28395             : static
   28396             :     struct {
   28397             :         PyASCIIObject _ascii;
   28398             :         uint8_t _data[22];
   28399             :     }
   28400             : const_str_WindowsRegistryFinder = {
   28401             :     ._ascii = {
   28402             :         .ob_base = {
   28403             :             .ob_refcnt = 999999999,
   28404             :             .ob_type = &PyUnicode_Type,
   28405             :         },
   28406             :         .length = 21,
   28407             :         .hash = -1,
   28408             :         .state = {
   28409             :             .kind = 1,
   28410             :             .compact = 1,
   28411             :             .ascii = 1,
   28412             :         },
   28413             :     },
   28414             :     ._data = "WindowsRegistryFinder",
   28415             : };
   28416             : static
   28417             :     struct {
   28418             :         PyASCIIObject _ascii;
   28419             :         uint8_t _data[63];
   28420             :     }
   28421             : importlib__bootstrap_external_toplevel_consts_53_consts_1 = {
   28422             :     ._ascii = {
   28423             :         .ob_base = {
   28424             :             .ob_refcnt = 999999999,
   28425             :             .ob_type = &PyUnicode_Type,
   28426             :         },
   28427             :         .length = 62,
   28428             :         .hash = -1,
   28429             :         .state = {
   28430             :             .kind = 1,
   28431             :             .compact = 1,
   28432             :             .ascii = 1,
   28433             :         },
   28434             :     },
   28435             :     ._data = "Meta path finder for modules declared in the Windows registry.",
   28436             : };
   28437             : static
   28438             :     struct {
   28439             :         PyASCIIObject _ascii;
   28440             :         uint8_t _data[60];
   28441             :     }
   28442             : importlib__bootstrap_external_toplevel_consts_53_consts_2 = {
   28443             :     ._ascii = {
   28444             :         .ob_base = {
   28445             :             .ob_refcnt = 999999999,
   28446             :             .ob_type = &PyUnicode_Type,
   28447             :         },
   28448             :         .length = 59,
   28449             :         .hash = -1,
   28450             :         .state = {
   28451             :             .kind = 1,
   28452             :             .compact = 1,
   28453             :             .ascii = 1,
   28454             :         },
   28455             :     },
   28456             :     ._data = "Software\\Python\\PythonCore\\{sys_version}\\Modules\\{fullname}",
   28457             : };
   28458             : static
   28459             :     struct {
   28460             :         PyASCIIObject _ascii;
   28461             :         uint8_t _data[66];
   28462             :     }
   28463             : importlib__bootstrap_external_toplevel_consts_53_consts_3 = {
   28464             :     ._ascii = {
   28465             :         .ob_base = {
   28466             :             .ob_refcnt = 999999999,
   28467             :             .ob_type = &PyUnicode_Type,
   28468             :         },
   28469             :         .length = 65,
   28470             :         .hash = -1,
   28471             :         .state = {
   28472             :             .kind = 1,
   28473             :             .compact = 1,
   28474             :             .ascii = 1,
   28475             :         },
   28476             :     },
   28477             :     ._data = "Software\\Python\\PythonCore\\{sys_version}\\Modules\\{fullname}\\Debug",
   28478             : };
   28479             : static
   28480             :     struct {
   28481             :         PyASCIIObject _ascii;
   28482             :         uint8_t _data[7];
   28483             :     }
   28484             : importlib__bootstrap_external_toplevel_consts_53_consts_4 = {
   28485             :     ._ascii = {
   28486             :         .ob_base = {
   28487             :             .ob_refcnt = 999999999,
   28488             :             .ob_type = &PyUnicode_Type,
   28489             :         },
   28490             :         .length = 6,
   28491             :         .hash = -1,
   28492             :         .state = {
   28493             :             .kind = 1,
   28494             :             .compact = 1,
   28495             :             .ascii = 1,
   28496             :         },
   28497             :     },
   28498             :     ._data = "_d.pyd",
   28499             : };
   28500             : static
   28501             :     struct {
   28502             :         PyASCIIObject _ascii;
   28503             :         uint8_t _data[7];
   28504             :     }
   28505             : const_str_winreg = {
   28506             :     ._ascii = {
   28507             :         .ob_base = {
   28508             :             .ob_refcnt = 999999999,
   28509             :             .ob_type = &PyUnicode_Type,
   28510             :         },
   28511             :         .length = 6,
   28512             :         .hash = -1,
   28513             :         .state = {
   28514             :             .kind = 1,
   28515             :             .compact = 1,
   28516             :             .ascii = 1,
   28517             :         },
   28518             :     },
   28519             :     ._data = "winreg",
   28520             : };
   28521             : static
   28522             :     struct {
   28523             :         PyASCIIObject _ascii;
   28524             :         uint8_t _data[8];
   28525             :     }
   28526             : const_str_OpenKey = {
   28527             :     ._ascii = {
   28528             :         .ob_base = {
   28529             :             .ob_refcnt = 999999999,
   28530             :             .ob_type = &PyUnicode_Type,
   28531             :         },
   28532             :         .length = 7,
   28533             :         .hash = -1,
   28534             :         .state = {
   28535             :             .kind = 1,
   28536             :             .compact = 1,
   28537             :             .ascii = 1,
   28538             :         },
   28539             :     },
   28540             :     ._data = "OpenKey",
   28541             : };
   28542             : static
   28543             :     struct {
   28544             :         PyASCIIObject _ascii;
   28545             :         uint8_t _data[18];
   28546             :     }
   28547             : const_str_HKEY_CURRENT_USER = {
   28548             :     ._ascii = {
   28549             :         .ob_base = {
   28550             :             .ob_refcnt = 999999999,
   28551             :             .ob_type = &PyUnicode_Type,
   28552             :         },
   28553             :         .length = 17,
   28554             :         .hash = -1,
   28555             :         .state = {
   28556             :             .kind = 1,
   28557             :             .compact = 1,
   28558             :             .ascii = 1,
   28559             :         },
   28560             :     },
   28561             :     ._data = "HKEY_CURRENT_USER",
   28562             : };
   28563             : static
   28564             :     struct {
   28565             :         PyASCIIObject _ascii;
   28566             :         uint8_t _data[19];
   28567             :     }
   28568             : const_str_HKEY_LOCAL_MACHINE = {
   28569             :     ._ascii = {
   28570             :         .ob_base = {
   28571             :             .ob_refcnt = 999999999,
   28572             :             .ob_type = &PyUnicode_Type,
   28573             :         },
   28574             :         .length = 18,
   28575             :         .hash = -1,
   28576             :         .state = {
   28577             :             .kind = 1,
   28578             :             .compact = 1,
   28579             :             .ascii = 1,
   28580             :         },
   28581             :     },
   28582             :     ._data = "HKEY_LOCAL_MACHINE",
   28583             : };
   28584             : static
   28585             :     struct {
   28586             :         PyGC_Head _gc_head;
   28587             :         struct {
   28588             :             PyObject_VAR_HEAD
   28589             :             PyObject *ob_item[5];
   28590             :         }_object;
   28591             :     }
   28592             : importlib__bootstrap_external_toplevel_consts_53_consts_5_names = {
   28593             :     ._object = {
   28594             :         .ob_base = {
   28595             :             .ob_base = {
   28596             :                 .ob_refcnt = 999999999,
   28597             :                 .ob_type = &PyTuple_Type,
   28598             :             },
   28599             :             .ob_size = 5,
   28600             :         },
   28601             :         .ob_item = {
   28602             :             & const_str_winreg._ascii.ob_base,
   28603             :             & const_str_OpenKey._ascii.ob_base,
   28604             :             & const_str_HKEY_CURRENT_USER._ascii.ob_base,
   28605             :             & const_str_OSError._ascii.ob_base,
   28606             :             & const_str_HKEY_LOCAL_MACHINE._ascii.ob_base,
   28607             :         },
   28608             :     },
   28609             : };
   28610             : static
   28611             :     struct {
   28612             :         PyASCIIObject _ascii;
   28613             :         uint8_t _data[15];
   28614             :     }
   28615             : const_str__open_registry = {
   28616             :     ._ascii = {
   28617             :         .ob_base = {
   28618             :             .ob_refcnt = 999999999,
   28619             :             .ob_type = &PyUnicode_Type,
   28620             :         },
   28621             :         .length = 14,
   28622             :         .hash = -1,
   28623             :         .state = {
   28624             :             .kind = 1,
   28625             :             .compact = 1,
   28626             :             .ascii = 1,
   28627             :         },
   28628             :     },
   28629             :     ._data = "_open_registry",
   28630             : };
   28631             : static
   28632             :     struct {
   28633             :         PyASCIIObject _ascii;
   28634             :         uint8_t _data[37];
   28635             :     }
   28636             : importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname = {
   28637             :     ._ascii = {
   28638             :         .ob_base = {
   28639             :             .ob_refcnt = 999999999,
   28640             :             .ob_type = &PyUnicode_Type,
   28641             :         },
   28642             :         .length = 36,
   28643             :         .hash = -1,
   28644             :         .state = {
   28645             :             .kind = 1,
   28646             :             .compact = 1,
   28647             :             .ascii = 1,
   28648             :         },
   28649             :     },
   28650             :     ._data = "WindowsRegistryFinder._open_registry",
   28651             : };
   28652             : static
   28653             :     struct {
   28654             :         PyObject_VAR_HEAD
   28655             :         Py_hash_t ob_shash;
   28656             :         char ob_sval[92];
   28657             :     }
   28658             : importlib__bootstrap_external_toplevel_consts_53_consts_5_linetable = {
   28659             :     .ob_base = {
   28660             :         .ob_base = {
   28661             :             .ob_refcnt = 999999999,
   28662             :             .ob_type = &PyBytes_Type,
   28663             :         },
   28664             :         .ob_size = 91,
   28665             :     },
   28666             :     .ob_shash = -1,
   28667             :     .ob_sval = "\x80\x00\xf0\x04\x03\x09\x42\x01\xdd\x13\x21\x97\x3e\x91\x3e\xa5\x26\xd7\x22\x3a\xd1\x22\x3a\xb8\x43\xd4\x13\x40\xd0\x0c\x40\xf8\xdd\x0f\x16\xf0\x00\x01\x09\x42\x01\xf0\x00\x01\x09\x42\x01\xf0\x00\x01\x09\x42\x01\xdd\x13\x21\x97\x3e\x91\x3e\xa5\x26\xd7\x22\x3b\xd1\x22\x3b\xb8\x53\xd4\x13\x41\xd0\x0c\x41\xd0\x0c\x41\xd0\x0c\x41\xf0\x03\x01\x09\x42\x01\xf8\xf8\xf8",
   28668             : };
   28669             : static
   28670             :     struct {
   28671             :         PyObject_VAR_HEAD
   28672             :         Py_hash_t ob_shash;
   28673             :         char ob_sval[16];
   28674             :     }
   28675             : importlib__bootstrap_external_toplevel_consts_53_consts_5_exceptiontable = {
   28676             :     .ob_base = {
   28677             :         .ob_base = {
   28678             :             .ob_refcnt = 999999999,
   28679             :             .ob_type = &PyBytes_Type,
   28680             :         },
   28681             :         .ob_size = 15,
   28682             :     },
   28683             :     .ob_shash = -1,
   28684             :     .ob_sval = "\x82\x26\x29\x00\xa9\x31\x41\x1d\x03\xc1\x1c\x01\x41\x1d\x03",
   28685             : };
   28686             : static
   28687             :     struct _PyCode_DEF(192)
   28688             : importlib__bootstrap_external_toplevel_consts_53_consts_5 = {
   28689             :     .ob_base = {
   28690             :         .ob_base = {
   28691             :             .ob_refcnt = 999999999,
   28692             :             .ob_type = &PyCode_Type,
   28693             :         },
   28694             :         .ob_size = 96,
   28695             :     },
   28696             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   28697             :     .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_5_names._object.ob_base.ob_base,
   28698             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_5_exceptiontable.ob_base.ob_base,
   28699             :     .co_flags = 3,
   28700             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   28701             :     ._co_linearray_entry_size = 0,
   28702             :     .co_argcount = 1,
   28703             :     .co_posonlyargcount = 0,
   28704             :     .co_kwonlyargcount = 0,
   28705             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   28706             :     .co_stacksize = 5,
   28707             :     .co_firstlineno = 870,
   28708             :     .co_nlocalsplus = 1,
   28709             :     .co_nlocals = 1,
   28710             :     .co_nplaincellvars = 0,
   28711             :     .co_ncellvars = 0,
   28712             :     .co_nfreevars = 0,
   28713             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
   28714             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   28715             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   28716             :     .co_name = & const_str__open_registry._ascii.ob_base,
   28717             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname._ascii.ob_base,
   28718             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_5_linetable.ob_base.ob_base,
   28719             :     ._co_code = NULL,
   28720             :     ._co_linearray = NULL,
   28721             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2a\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   28722             :     ._co_firsttraceable = 0,
   28723             : };
   28724             : static
   28725             :     struct {
   28726             :         PyASCIIObject _ascii;
   28727             :         uint8_t _data[6];
   28728             :     }
   28729             : importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1 = {
   28730             :     ._ascii = {
   28731             :         .ob_base = {
   28732             :             .ob_refcnt = 999999999,
   28733             :             .ob_type = &PyUnicode_Type,
   28734             :         },
   28735             :         .length = 5,
   28736             :         .hash = -1,
   28737             :         .state = {
   28738             :             .kind = 1,
   28739             :             .compact = 1,
   28740             :             .ascii = 1,
   28741             :         },
   28742             :     },
   28743             :     ._data = "%d.%d",
   28744             : };
   28745             : static
   28746             :     struct {
   28747             :         PyASCIIObject _ascii;
   28748             :         uint8_t _data[12];
   28749             :     }
   28750             : const_str_sys_version = {
   28751             :     ._ascii = {
   28752             :         .ob_base = {
   28753             :             .ob_refcnt = 999999999,
   28754             :             .ob_type = &PyUnicode_Type,
   28755             :         },
   28756             :         .length = 11,
   28757             :         .hash = -1,
   28758             :         .state = {
   28759             :             .kind = 1,
   28760             :             .compact = 1,
   28761             :             .ascii = 1,
   28762             :         },
   28763             :     },
   28764             :     ._data = "sys_version",
   28765             : };
   28766             : static
   28767             :     struct {
   28768             :         PyGC_Head _gc_head;
   28769             :         struct {
   28770             :             PyObject_VAR_HEAD
   28771             :             PyObject *ob_item[2];
   28772             :         }_object;
   28773             :     }
   28774             : importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_3 = {
   28775             :     ._object = {
   28776             :         .ob_base = {
   28777             :             .ob_base = {
   28778             :                 .ob_refcnt = 999999999,
   28779             :                 .ob_type = &PyTuple_Type,
   28780             :             },
   28781             :             .ob_size = 2,
   28782             :         },
   28783             :         .ob_item = {
   28784             :             & const_str_fullname._ascii.ob_base,
   28785             :             & const_str_sys_version._ascii.ob_base,
   28786             :         },
   28787             :     },
   28788             : };
   28789             : static
   28790             :     struct {
   28791             :         PyGC_Head _gc_head;
   28792             :         struct {
   28793             :             PyObject_VAR_HEAD
   28794             :             PyObject *ob_item[5];
   28795             :         }_object;
   28796             :     }
   28797             : importlib__bootstrap_external_toplevel_consts_53_consts_6_consts = {
   28798             :     ._object = {
   28799             :         .ob_base = {
   28800             :             .ob_base = {
   28801             :                 .ob_refcnt = 999999999,
   28802             :                 .ob_type = &PyTuple_Type,
   28803             :             },
   28804             :             .ob_size = 5,
   28805             :         },
   28806             :         .ob_item = {
   28807             :             Py_None,
   28808             :             & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1._ascii.ob_base,
   28809             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   28810             :             & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_3._object.ob_base.ob_base,
   28811             :             &_Py_STR(empty),
   28812             :         },
   28813             :     },
   28814             : };
   28815             : static
   28816             :     struct {
   28817             :         PyASCIIObject _ascii;
   28818             :         uint8_t _data[12];
   28819             :     }
   28820             : const_str_DEBUG_BUILD = {
   28821             :     ._ascii = {
   28822             :         .ob_base = {
   28823             :             .ob_refcnt = 999999999,
   28824             :             .ob_type = &PyUnicode_Type,
   28825             :         },
   28826             :         .length = 11,
   28827             :         .hash = -1,
   28828             :         .state = {
   28829             :             .kind = 1,
   28830             :             .compact = 1,
   28831             :             .ascii = 1,
   28832             :         },
   28833             :     },
   28834             :     ._data = "DEBUG_BUILD",
   28835             : };
   28836             : static
   28837             :     struct {
   28838             :         PyASCIIObject _ascii;
   28839             :         uint8_t _data[19];
   28840             :     }
   28841             : const_str_REGISTRY_KEY_DEBUG = {
   28842             :     ._ascii = {
   28843             :         .ob_base = {
   28844             :             .ob_refcnt = 999999999,
   28845             :             .ob_type = &PyUnicode_Type,
   28846             :         },
   28847             :         .length = 18,
   28848             :         .hash = -1,
   28849             :         .state = {
   28850             :             .kind = 1,
   28851             :             .compact = 1,
   28852             :             .ascii = 1,
   28853             :         },
   28854             :     },
   28855             :     ._data = "REGISTRY_KEY_DEBUG",
   28856             : };
   28857             : static
   28858             :     struct {
   28859             :         PyASCIIObject _ascii;
   28860             :         uint8_t _data[13];
   28861             :     }
   28862             : const_str_REGISTRY_KEY = {
   28863             :     ._ascii = {
   28864             :         .ob_base = {
   28865             :             .ob_refcnt = 999999999,
   28866             :             .ob_type = &PyUnicode_Type,
   28867             :         },
   28868             :         .length = 12,
   28869             :         .hash = -1,
   28870             :         .state = {
   28871             :             .kind = 1,
   28872             :             .compact = 1,
   28873             :             .ascii = 1,
   28874             :         },
   28875             :     },
   28876             :     ._data = "REGISTRY_KEY",
   28877             : };
   28878             : static
   28879             :     struct {
   28880             :         PyASCIIObject _ascii;
   28881             :         uint8_t _data[13];
   28882             :     }
   28883             : const_str_version_info = {
   28884             :     ._ascii = {
   28885             :         .ob_base = {
   28886             :             .ob_refcnt = 999999999,
   28887             :             .ob_type = &PyUnicode_Type,
   28888             :         },
   28889             :         .length = 12,
   28890             :         .hash = -1,
   28891             :         .state = {
   28892             :             .kind = 1,
   28893             :             .compact = 1,
   28894             :             .ascii = 1,
   28895             :         },
   28896             :     },
   28897             :     ._data = "version_info",
   28898             : };
   28899             : static
   28900             :     struct {
   28901             :         PyASCIIObject _ascii;
   28902             :         uint8_t _data[11];
   28903             :     }
   28904             : const_str_QueryValue = {
   28905             :     ._ascii = {
   28906             :         .ob_base = {
   28907             :             .ob_refcnt = 999999999,
   28908             :             .ob_type = &PyUnicode_Type,
   28909             :         },
   28910             :         .length = 10,
   28911             :         .hash = -1,
   28912             :         .state = {
   28913             :             .kind = 1,
   28914             :             .compact = 1,
   28915             :             .ascii = 1,
   28916             :         },
   28917             :     },
   28918             :     ._data = "QueryValue",
   28919             : };
   28920             : static
   28921             :     struct {
   28922             :         PyGC_Head _gc_head;
   28923             :         struct {
   28924             :             PyObject_VAR_HEAD
   28925             :             PyObject *ob_item[10];
   28926             :         }_object;
   28927             :     }
   28928             : importlib__bootstrap_external_toplevel_consts_53_consts_6_names = {
   28929             :     ._object = {
   28930             :         .ob_base = {
   28931             :             .ob_base = {
   28932             :                 .ob_refcnt = 999999999,
   28933             :                 .ob_type = &PyTuple_Type,
   28934             :             },
   28935             :             .ob_size = 10,
   28936             :         },
   28937             :         .ob_item = {
   28938             :             & const_str_DEBUG_BUILD._ascii.ob_base,
   28939             :             & const_str_REGISTRY_KEY_DEBUG._ascii.ob_base,
   28940             :             & const_str_REGISTRY_KEY._ascii.ob_base,
   28941             :             & const_str_format._ascii.ob_base,
   28942             :             & const_str_sys._ascii.ob_base,
   28943             :             & const_str_version_info._ascii.ob_base,
   28944             :             & const_str__open_registry._ascii.ob_base,
   28945             :             & const_str_winreg._ascii.ob_base,
   28946             :             & const_str_QueryValue._ascii.ob_base,
   28947             :             & const_str_OSError._ascii.ob_base,
   28948             :         },
   28949             :     },
   28950             : };
   28951             : static
   28952             :     struct {
   28953             :         PyASCIIObject _ascii;
   28954             :         uint8_t _data[17];
   28955             :     }
   28956             : const_str__search_registry = {
   28957             :     ._ascii = {
   28958             :         .ob_base = {
   28959             :             .ob_refcnt = 999999999,
   28960             :             .ob_type = &PyUnicode_Type,
   28961             :         },
   28962             :         .length = 16,
   28963             :         .hash = -1,
   28964             :         .state = {
   28965             :             .kind = 1,
   28966             :             .compact = 1,
   28967             :             .ascii = 1,
   28968             :         },
   28969             :     },
   28970             :     ._data = "_search_registry",
   28971             : };
   28972             : static
   28973             :     struct {
   28974             :         PyASCIIObject _ascii;
   28975             :         uint8_t _data[39];
   28976             :     }
   28977             : importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname = {
   28978             :     ._ascii = {
   28979             :         .ob_base = {
   28980             :             .ob_refcnt = 999999999,
   28981             :             .ob_type = &PyUnicode_Type,
   28982             :         },
   28983             :         .length = 38,
   28984             :         .hash = -1,
   28985             :         .state = {
   28986             :             .kind = 1,
   28987             :             .compact = 1,
   28988             :             .ascii = 1,
   28989             :         },
   28990             :     },
   28991             :     ._data = "WindowsRegistryFinder._search_registry",
   28992             : };
   28993             : static
   28994             :     struct {
   28995             :         PyObject_VAR_HEAD
   28996             :         Py_hash_t ob_shash;
   28997             :         char ob_sval[243];
   28998             :     }
   28999             : importlib__bootstrap_external_toplevel_consts_53_consts_6_linetable = {
   29000             :     .ob_base = {
   29001             :         .ob_base = {
   29002             :             .ob_refcnt = 999999999,
   29003             :             .ob_type = &PyBytes_Type,
   29004             :         },
   29005             :         .ob_size = 242,
   29006             :     },
   29007             :     .ob_shash = -1,
   29008             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x8f\x3f\x89\x3f\xf0\x00\x03\x09\x2c\xd8\x1b\x1e\xd7\x1b\x31\xd1\x1b\x31\x88\x4c\x88\x4c\xe0\x1b\x1e\xd7\x1b\x2b\xd1\x1b\x2b\x88\x4c\xd8\x0e\x1a\xd7\x0e\x21\xd1\x0e\x21\xa8\x38\xd8\x2e\x35\xbd\x03\xd7\x38\x48\xd1\x38\x48\xd0\x38\x4c\xc8\x21\xd0\x38\x4c\xd1\x2e\x4c\xf0\x03\x00\x0f\x22\xf4\x00\x01\x0f\x4e\x01\x88\x03\xf0\x04\x04\x09\x18\xd8\x11\x14\xd7\x11\x23\xd1\x11\x23\xa0\x43\xd4\x11\x28\xf0\x00\x01\x0d\x37\xa8\x44\xdd\x1b\x2c\xd7\x1b\x2c\xd1\x1b\x2c\xa8\x54\xb0\x32\xd4\x1b\x36\x90\x08\xf0\x03\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf4\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x08\x00\x10\x18\x88\x0f\xf0\x09\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf8\xf8\xf8\xf8\xe5\x0f\x16\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\x90\x34\xf0\x03\x01\x09\x18\xf8\xf8\xf8",
   29009             : };
   29010             : static
   29011             :     struct {
   29012             :         PyObject_VAR_HEAD
   29013             :         Py_hash_t ob_shash;
   29014             :         char ob_sval[43];
   29015             :     }
   29016             : importlib__bootstrap_external_toplevel_consts_53_consts_6_exceptiontable = {
   29017             :     .ob_base = {
   29018             :         .ob_base = {
   29019             :             .ob_refcnt = 999999999,
   29020             :             .ob_type = &PyBytes_Type,
   29021             :         },
   29022             :         .ob_size = 42,
   29023             :     },
   29024             :     .ob_shash = -1,
   29025             :     .ob_sval = "\xc1\x10\x12\x42\x12\x00\xc1\x22\x19\x42\x06\x03\xc1\x3b\x09\x42\x12\x00\xc2\x06\x05\x42\x0f\x07\xc2\x0b\x07\x42\x12\x00\xc2\x12\x0a\x42\x20\x03\xc2\x1f\x01\x42\x20\x03",
   29026             : };
   29027             : static
   29028             :     struct {
   29029             :         PyASCIIObject _ascii;
   29030             :         uint8_t _data[13];
   29031             :     }
   29032             : const_str_registry_key = {
   29033             :     ._ascii = {
   29034             :         .ob_base = {
   29035             :             .ob_refcnt = 999999999,
   29036             :             .ob_type = &PyUnicode_Type,
   29037             :         },
   29038             :         .length = 12,
   29039             :         .hash = -1,
   29040             :         .state = {
   29041             :             .kind = 1,
   29042             :             .compact = 1,
   29043             :             .ascii = 1,
   29044             :         },
   29045             :     },
   29046             :     ._data = "registry_key",
   29047             : };
   29048             : static
   29049             :     struct {
   29050             :         PyASCIIObject _ascii;
   29051             :         uint8_t _data[5];
   29052             :     }
   29053             : const_str_hkey = {
   29054             :     ._ascii = {
   29055             :         .ob_base = {
   29056             :             .ob_refcnt = 999999999,
   29057             :             .ob_type = &PyUnicode_Type,
   29058             :         },
   29059             :         .length = 4,
   29060             :         .hash = -1,
   29061             :         .state = {
   29062             :             .kind = 1,
   29063             :             .compact = 1,
   29064             :             .ascii = 1,
   29065             :         },
   29066             :     },
   29067             :     ._data = "hkey",
   29068             : };
   29069             : static
   29070             :     struct {
   29071             :         PyASCIIObject _ascii;
   29072             :         uint8_t _data[9];
   29073             :     }
   29074             : const_str_filepath = {
   29075             :     ._ascii = {
   29076             :         .ob_base = {
   29077             :             .ob_refcnt = 999999999,
   29078             :             .ob_type = &PyUnicode_Type,
   29079             :         },
   29080             :         .length = 8,
   29081             :         .hash = -1,
   29082             :         .state = {
   29083             :             .kind = 1,
   29084             :             .compact = 1,
   29085             :             .ascii = 1,
   29086             :         },
   29087             :     },
   29088             :     ._data = "filepath",
   29089             : };
   29090             : static
   29091             :     struct {
   29092             :         PyGC_Head _gc_head;
   29093             :         struct {
   29094             :             PyObject_VAR_HEAD
   29095             :             PyObject *ob_item[6];
   29096             :         }_object;
   29097             :     }
   29098             : importlib__bootstrap_external_toplevel_consts_53_consts_6_localsplusnames = {
   29099             :     ._object = {
   29100             :         .ob_base = {
   29101             :             .ob_base = {
   29102             :                 .ob_refcnt = 999999999,
   29103             :                 .ob_type = &PyTuple_Type,
   29104             :             },
   29105             :             .ob_size = 6,
   29106             :         },
   29107             :         .ob_item = {
   29108             :             & const_str_cls._ascii.ob_base,
   29109             :             & const_str_fullname._ascii.ob_base,
   29110             :             & const_str_registry_key._ascii.ob_base,
   29111             :             & const_str_key._ascii.ob_base,
   29112             :             & const_str_hkey._ascii.ob_base,
   29113             :             & const_str_filepath._ascii.ob_base,
   29114             :         },
   29115             :     },
   29116             : };
   29117             : static
   29118             :     struct _PyCode_DEF(326)
   29119             : importlib__bootstrap_external_toplevel_consts_53_consts_6 = {
   29120             :     .ob_base = {
   29121             :         .ob_base = {
   29122             :             .ob_refcnt = 999999999,
   29123             :             .ob_type = &PyCode_Type,
   29124             :         },
   29125             :         .ob_size = 163,
   29126             :     },
   29127             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts._object.ob_base.ob_base,
   29128             :     .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_6_names._object.ob_base.ob_base,
   29129             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_6_exceptiontable.ob_base.ob_base,
   29130             :     .co_flags = 3,
   29131             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   29132             :     ._co_linearray_entry_size = 0,
   29133             :     .co_argcount = 2,
   29134             :     .co_posonlyargcount = 0,
   29135             :     .co_kwonlyargcount = 0,
   29136             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
   29137             :     .co_stacksize = 7,
   29138             :     .co_firstlineno = 877,
   29139             :     .co_nlocalsplus = 6,
   29140             :     .co_nlocals = 6,
   29141             :     .co_nplaincellvars = 0,
   29142             :     .co_ncellvars = 0,
   29143             :     .co_nfreevars = 0,
   29144             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_53_consts_6_localsplusnames._object.ob_base.ob_base,
   29145             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   29146             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   29147             :     .co_name = & const_str__search_registry._ascii.ob_base,
   29148             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname._ascii.ob_base,
   29149             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_6_linetable.ob_base.ob_base,
   29150             :     ._co_code = NULL,
   29151             :     ._co_linearray = NULL,
   29152             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x0c\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x02\x1a\x00\x7a\x06\x00\x00\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x05\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x0b\x78\x03\x59\x00\x77\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   29153             :     ._co_firsttraceable = 0,
   29154             : };
   29155             : static
   29156             :     struct {
   29157             :         PyGC_Head _gc_head;
   29158             :         struct {
   29159             :             PyObject_VAR_HEAD
   29160             :             PyObject *ob_item[8];
   29161             :         }_object;
   29162             :     }
   29163             : importlib__bootstrap_external_toplevel_consts_53_consts_8_names = {
   29164             :     ._object = {
   29165             :         .ob_base = {
   29166             :             .ob_base = {
   29167             :                 .ob_refcnt = 999999999,
   29168             :                 .ob_type = &PyTuple_Type,
   29169             :             },
   29170             :             .ob_size = 8,
   29171             :         },
   29172             :         .ob_item = {
   29173             :             & const_str__search_registry._ascii.ob_base,
   29174             :             & const_str__path_stat._ascii.ob_base,
   29175             :             & const_str_OSError._ascii.ob_base,
   29176             :             & const_str__get_supported_file_loaders._ascii.ob_base,
   29177             :             & const_str_endswith._ascii.ob_base,
   29178             :             & const_str_tuple._ascii.ob_base,
   29179             :             &_Py_ID(_bootstrap),
   29180             :             & const_str_spec_from_loader._ascii.ob_base,
   29181             :         },
   29182             :     },
   29183             : };
   29184             : static
   29185             :     struct {
   29186             :         PyASCIIObject _ascii;
   29187             :         uint8_t _data[32];
   29188             :     }
   29189             : importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname = {
   29190             :     ._ascii = {
   29191             :         .ob_base = {
   29192             :             .ob_refcnt = 999999999,
   29193             :             .ob_type = &PyUnicode_Type,
   29194             :         },
   29195             :         .length = 31,
   29196             :         .hash = -1,
   29197             :         .state = {
   29198             :             .kind = 1,
   29199             :             .compact = 1,
   29200             :             .ascii = 1,
   29201             :         },
   29202             :     },
   29203             :     ._data = "WindowsRegistryFinder.find_spec",
   29204             : };
   29205             : static
   29206             :     struct {
   29207             :         PyObject_VAR_HEAD
   29208             :         Py_hash_t ob_shash;
   29209             :         char ob_sval[192];
   29210             :     }
   29211             : importlib__bootstrap_external_toplevel_consts_53_consts_8_linetable = {
   29212             :     .ob_base = {
   29213             :         .ob_base = {
   29214             :             .ob_refcnt = 999999999,
   29215             :             .ob_type = &PyBytes_Type,
   29216             :         },
   29217             :         .ob_size = 191,
   29218             :     },
   29219             :     .ob_shash = -1,
   29220             :     .ob_sval = "\x80\x00\xe0\x13\x16\xd7\x13\x27\xd1\x13\x27\xa8\x08\xd4\x13\x31\x88\x08\xd8\x0b\x13\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xf0\x02\x03\x09\x18\xdd\x0c\x16\x90\x78\xd4\x0c\x20\xd0\x0c\x20\xf5\x06\x00\x21\x3c\xd4\x20\x3d\xf0\x00\x05\x09\x1c\xf1\x00\x05\x09\x1c\xd1\x0c\x1c\x88\x46\x90\x48\xd8\x0f\x17\xd7\x0f\x20\xd1\x0f\x20\xa5\x15\xa0\x78\xa4\x1f\xd4\x0f\x31\xf0\x00\x04\x0d\x1c\xdd\x17\x21\xd7\x17\x32\xd1\x17\x32\xb0\x38\xd8\x33\x39\xb0\x36\xb8\x28\xc0\x48\xd4\x33\x4d\xd8\x3a\x42\xf0\x05\x00\x18\x33\xf4\x00\x02\x18\x44\x01\x90\x04\xf0\x06\x00\x18\x1c\x90\x0b\x90\x0b\x90\x0b\xf0\x0b\x05\x09\x1c\xf0\x00\x05\x09\x1c\xf8\xf5\x05\x00\x10\x17\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\x90\x34\xf0\x03\x01\x09\x18\xf8\xf8\xf8",
   29221             : };
   29222             : static
   29223             :     struct {
   29224             :         PyObject_VAR_HEAD
   29225             :         Py_hash_t ob_shash;
   29226             :         char ob_sval[18];
   29227             :     }
   29228             : importlib__bootstrap_external_toplevel_consts_53_consts_8_exceptiontable = {
   29229             :     .ob_base = {
   29230             :         .ob_base = {
   29231             :             .ob_refcnt = 999999999,
   29232             :             .ob_type = &PyBytes_Type,
   29233             :         },
   29234             :         .ob_size = 17,
   29235             :     },
   29236             :     .ob_shash = -1,
   29237             :     .ob_sval = "\x98\x0d\x41\x3c\x00\xc1\x3c\x0a\x42\x0a\x03\xc2\x09\x01\x42\x0a\x03",
   29238             : };
   29239             : static
   29240             :     struct {
   29241             :         PyGC_Head _gc_head;
   29242             :         struct {
   29243             :             PyObject_VAR_HEAD
   29244             :             PyObject *ob_item[8];
   29245             :         }_object;
   29246             :     }
   29247             : importlib__bootstrap_external_toplevel_consts_53_consts_8_localsplusnames = {
   29248             :     ._object = {
   29249             :         .ob_base = {
   29250             :             .ob_base = {
   29251             :                 .ob_refcnt = 999999999,
   29252             :                 .ob_type = &PyTuple_Type,
   29253             :             },
   29254             :             .ob_size = 8,
   29255             :         },
   29256             :         .ob_item = {
   29257             :             & const_str_cls._ascii.ob_base,
   29258             :             & const_str_fullname._ascii.ob_base,
   29259             :             &_Py_ID(path),
   29260             :             & const_str_target._ascii.ob_base,
   29261             :             & const_str_filepath._ascii.ob_base,
   29262             :             & const_str_loader._ascii.ob_base,
   29263             :             & const_str_suffixes._ascii.ob_base,
   29264             :             & const_str_spec._ascii.ob_base,
   29265             :         },
   29266             :     },
   29267             : };
   29268             : static
   29269             :     struct _PyCode_DEF(282)
   29270             : importlib__bootstrap_external_toplevel_consts_53_consts_8 = {
   29271             :     .ob_base = {
   29272             :         .ob_base = {
   29273             :             .ob_refcnt = 999999999,
   29274             :             .ob_type = &PyCode_Type,
   29275             :         },
   29276             :         .ob_size = 141,
   29277             :     },
   29278             :     .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_5_consts._object.ob_base.ob_base,
   29279             :     .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_8_names._object.ob_base.ob_base,
   29280             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_8_exceptiontable.ob_base.ob_base,
   29281             :     .co_flags = 3,
   29282             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   29283             :     ._co_linearray_entry_size = 0,
   29284             :     .co_argcount = 4,
   29285             :     .co_posonlyargcount = 0,
   29286             :     .co_kwonlyargcount = 0,
   29287             :     .co_framesize = 16 + FRAME_SPECIALS_SIZE,
   29288             :     .co_stacksize = 8,
   29289             :     .co_firstlineno = 892,
   29290             :     .co_nlocalsplus = 8,
   29291             :     .co_nlocals = 8,
   29292             :     .co_nplaincellvars = 0,
   29293             :     .co_ncellvars = 0,
   29294             :     .co_nfreevars = 0,
   29295             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_53_consts_8_localsplusnames._object.ob_base.ob_base,
   29296             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
   29297             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   29298             :     .co_name = & const_str_find_spec._ascii.ob_base,
   29299             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname._ascii.ob_base,
   29300             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_8_linetable.ob_base.ob_base,
   29301             :     ._co_code = NULL,
   29302             :     ._co_linearray = NULL,
   29303             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x00\x53\x00\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x47\x00\x00\x5c\x02\x00\x00\x7d\x05\x7d\x06\x7c\x04\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x23\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x02\x00\x7c\x05\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xac\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x63\x02\x01\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   29304             :     ._co_firsttraceable = 0,
   29305             : };
   29306             : static
   29307             :     struct {
   29308             :         PyASCIIObject _ascii;
   29309             :         uint8_t _data[107];
   29310             :     }
   29311             : importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0 = {
   29312             :     ._ascii = {
   29313             :         .ob_base = {
   29314             :             .ob_refcnt = 999999999,
   29315             :             .ob_type = &PyUnicode_Type,
   29316             :         },
   29317             :         .length = 106,
   29318             :         .hash = -1,
   29319             :         .state = {
   29320             :             .kind = 1,
   29321             :             .compact = 1,
   29322             :             .ascii = 1,
   29323             :         },
   29324             :     },
   29325             :     ._data = "\x46\x69\x6e\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x64\x20\x69\x6e\x20\x74\x68\x65\x20\x72\x65\x67\x69\x73\x74\x72\x79\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   29326             : };
   29327             : static
   29328             :     struct {
   29329             :         PyASCIIObject _ascii;
   29330             :         uint8_t _data[113];
   29331             :     }
   29332             : importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1 = {
   29333             :     ._ascii = {
   29334             :         .ob_base = {
   29335             :             .ob_refcnt = 999999999,
   29336             :             .ob_type = &PyUnicode_Type,
   29337             :         },
   29338             :         .length = 112,
   29339             :         .hash = -1,
   29340             :         .state = {
   29341             :             .kind = 1,
   29342             :             .compact = 1,
   29343             :             .ascii = 1,
   29344             :         },
   29345             :     },
   29346             :     ._data = "WindowsRegistryFinder.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
   29347             : };
   29348             : static
   29349             :     struct {
   29350             :         PyGC_Head _gc_head;
   29351             :         struct {
   29352             :             PyObject_VAR_HEAD
   29353             :             PyObject *ob_item[3];
   29354             :         }_object;
   29355             :     }
   29356             : importlib__bootstrap_external_toplevel_consts_53_consts_9_consts = {
   29357             :     ._object = {
   29358             :         .ob_base = {
   29359             :             .ob_base = {
   29360             :                 .ob_refcnt = 999999999,
   29361             :                 .ob_type = &PyTuple_Type,
   29362             :             },
   29363             :             .ob_size = 3,
   29364             :         },
   29365             :         .ob_item = {
   29366             :             & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0._ascii.ob_base,
   29367             :             & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1._ascii.ob_base,
   29368             :             Py_None,
   29369             :         },
   29370             :     },
   29371             : };
   29372             : static
   29373             :     struct {
   29374             :         PyASCIIObject _ascii;
   29375             :         uint8_t _data[34];
   29376             :     }
   29377             : importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname = {
   29378             :     ._ascii = {
   29379             :         .ob_base = {
   29380             :             .ob_refcnt = 999999999,
   29381             :             .ob_type = &PyUnicode_Type,
   29382             :         },
   29383             :         .length = 33,
   29384             :         .hash = -1,
   29385             :         .state = {
   29386             :             .kind = 1,
   29387             :             .compact = 1,
   29388             :             .ascii = 1,
   29389             :         },
   29390             :     },
   29391             :     ._data = "WindowsRegistryFinder.find_module",
   29392             : };
   29393             : static
   29394             :     struct {
   29395             :         PyObject_VAR_HEAD
   29396             :         Py_hash_t ob_shash;
   29397             :         char ob_sval[72];
   29398             :     }
   29399             : importlib__bootstrap_external_toplevel_consts_53_consts_9_linetable = {
   29400             :     .ob_base = {
   29401             :         .ob_base = {
   29402             :             .ob_refcnt = 999999999,
   29403             :             .ob_type = &PyBytes_Type,
   29404             :         },
   29405             :         .ob_size = 71,
   29406             :     },
   29407             :     .ob_shash = -1,
   29408             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x17\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x89\x7d\x98\x58\xa0\x74\xd4\x0f\x2c\x88\x04\xd8\x0b\x0f\xf0\x00\x03\x09\x18\xd8\x13\x17\x97\x3b\x91\x3b\xd0\x0c\x1e\xe0\x13\x17\x90\x34",
   29409             : };
   29410             : static
   29411             :     struct _PyCode_DEF(130)
   29412             : importlib__bootstrap_external_toplevel_consts_53_consts_9 = {
   29413             :     .ob_base = {
   29414             :         .ob_base = {
   29415             :             .ob_refcnt = 999999999,
   29416             :             .ob_type = &PyCode_Type,
   29417             :         },
   29418             :         .ob_size = 65,
   29419             :     },
   29420             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts._object.ob_base.ob_base,
   29421             :     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
   29422             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   29423             :     .co_flags = 3,
   29424             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   29425             :     ._co_linearray_entry_size = 0,
   29426             :     .co_argcount = 3,
   29427             :     .co_posonlyargcount = 0,
   29428             :     .co_kwonlyargcount = 0,
   29429             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   29430             :     .co_stacksize = 4,
   29431             :     .co_firstlineno = 908,
   29432             :     .co_nlocalsplus = 4,
   29433             :     .co_nlocals = 4,
   29434             :     .co_nplaincellvars = 0,
   29435             :     .co_ncellvars = 0,
   29436             :     .co_nfreevars = 0,
   29437             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
   29438             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   29439             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   29440             :     .co_name = & const_str_find_module._ascii.ob_base,
   29441             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname._ascii.ob_base,
   29442             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_9_linetable.ob_base.ob_base,
   29443             :     ._co_code = NULL,
   29444             :     ._co_linearray = NULL,
   29445             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x0c\x7c\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x53\x00",
   29446             :     ._co_firsttraceable = 0,
   29447             : };
   29448             : static
   29449             :     struct {
   29450             :         PyGC_Head _gc_head;
   29451             :         struct {
   29452             :             PyObject_VAR_HEAD
   29453             :             PyObject *ob_item[12];
   29454             :         }_object;
   29455             :     }
   29456             : importlib__bootstrap_external_toplevel_consts_53_consts = {
   29457             :     ._object = {
   29458             :         .ob_base = {
   29459             :             .ob_base = {
   29460             :                 .ob_refcnt = 999999999,
   29461             :                 .ob_type = &PyTuple_Type,
   29462             :             },
   29463             :             .ob_size = 12,
   29464             :         },
   29465             :         .ob_item = {
   29466             :             & const_str_WindowsRegistryFinder._ascii.ob_base,
   29467             :             & importlib__bootstrap_external_toplevel_consts_53_consts_1._ascii.ob_base,
   29468             :             & importlib__bootstrap_external_toplevel_consts_53_consts_2._ascii.ob_base,
   29469             :             & importlib__bootstrap_external_toplevel_consts_53_consts_3._ascii.ob_base,
   29470             :             & importlib__bootstrap_external_toplevel_consts_53_consts_4._ascii.ob_base,
   29471             :             & importlib__bootstrap_external_toplevel_consts_53_consts_5.ob_base.ob_base,
   29472             :             & importlib__bootstrap_external_toplevel_consts_53_consts_6.ob_base.ob_base,
   29473             :             Py_None,
   29474             :             & importlib__bootstrap_external_toplevel_consts_53_consts_8.ob_base.ob_base,
   29475             :             & importlib__bootstrap_external_toplevel_consts_53_consts_9.ob_base.ob_base,
   29476             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   29477             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   29478             :         },
   29479             :     },
   29480             : };
   29481             : static
   29482             :     struct {
   29483             :         PyASCIIObject _ascii;
   29484             :         uint8_t _data[12];
   29485             :     }
   29486             : const_str__MS_WINDOWS = {
   29487             :     ._ascii = {
   29488             :         .ob_base = {
   29489             :             .ob_refcnt = 999999999,
   29490             :             .ob_type = &PyUnicode_Type,
   29491             :         },
   29492             :         .length = 11,
   29493             :         .hash = -1,
   29494             :         .state = {
   29495             :             .kind = 1,
   29496             :             .compact = 1,
   29497             :             .ascii = 1,
   29498             :         },
   29499             :     },
   29500             :     ._data = "_MS_WINDOWS",
   29501             : };
   29502             : static
   29503             :     struct {
   29504             :         PyASCIIObject _ascii;
   29505             :         uint8_t _data[19];
   29506             :     }
   29507             : const_str_EXTENSION_SUFFIXES = {
   29508             :     ._ascii = {
   29509             :         .ob_base = {
   29510             :             .ob_refcnt = 999999999,
   29511             :             .ob_type = &PyUnicode_Type,
   29512             :         },
   29513             :         .length = 18,
   29514             :         .hash = -1,
   29515             :         .state = {
   29516             :             .kind = 1,
   29517             :             .compact = 1,
   29518             :             .ascii = 1,
   29519             :         },
   29520             :     },
   29521             :     ._data = "EXTENSION_SUFFIXES",
   29522             : };
   29523             : static
   29524             :     struct {
   29525             :         PyGC_Head _gc_head;
   29526             :         struct {
   29527             :             PyObject_VAR_HEAD
   29528             :             PyObject *ob_item[15];
   29529             :         }_object;
   29530             :     }
   29531             : importlib__bootstrap_external_toplevel_consts_53_names = {
   29532             :     ._object = {
   29533             :         .ob_base = {
   29534             :             .ob_base = {
   29535             :                 .ob_refcnt = 999999999,
   29536             :                 .ob_type = &PyTuple_Type,
   29537             :             },
   29538             :             .ob_size = 15,
   29539             :         },
   29540             :         .ob_item = {
   29541             :             &_Py_ID(__name__),
   29542             :             &_Py_ID(__module__),
   29543             :             &_Py_ID(__qualname__),
   29544             :             &_Py_ID(__doc__),
   29545             :             & const_str_REGISTRY_KEY._ascii.ob_base,
   29546             :             & const_str_REGISTRY_KEY_DEBUG._ascii.ob_base,
   29547             :             & const_str__MS_WINDOWS._ascii.ob_base,
   29548             :             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
   29549             :             & const_str_DEBUG_BUILD._ascii.ob_base,
   29550             :             & const_str_staticmethod._ascii.ob_base,
   29551             :             & const_str__open_registry._ascii.ob_base,
   29552             :             & const_str_classmethod._ascii.ob_base,
   29553             :             & const_str__search_registry._ascii.ob_base,
   29554             :             & const_str_find_spec._ascii.ob_base,
   29555             :             & const_str_find_module._ascii.ob_base,
   29556             :         },
   29557             :     },
   29558             : };
   29559             : static
   29560             :     struct {
   29561             :         PyObject_VAR_HEAD
   29562             :         Py_hash_t ob_shash;
   29563             :         char ob_sval[172];
   29564             :     }
   29565             : importlib__bootstrap_external_toplevel_consts_53_linetable = {
   29566             :     .ob_base = {
   29567             :         .ob_base = {
   29568             :             .ob_refcnt = 999999999,
   29569             :             .ob_type = &PyBytes_Type,
   29570             :         },
   29571             :         .ob_size = 171,
   29572             :     },
   29573             :     .ob_shash = -1,
   29574             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x48\xd0\x04\x48\xf0\x06\x01\x09\x20\xf0\x03\x00\x05\x11\xf0\x08\x01\x09\x27\xf0\x03\x00\x05\x17\xf0\x06\x00\x14\x1f\xd0\x13\x41\xa0\x38\xd0\x2f\x41\xd0\x23\x41\x80\x4b\xe0\x05\x11\xf0\x02\x04\x05\x42\x01\xf0\x00\x04\x05\x42\x01\xf4\x03\x00\x06\x12\xf0\x02\x04\x05\x42\x01\xf0\x0c\x00\x06\x11\xf0\x02\x0c\x05\x18\xf0\x00\x0c\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x0c\x05\x18\xf0\x1c\x00\x06\x11\xd8\x26\x2a\xf0\x00\x0d\x05\x1c\xf0\x00\x0d\x05\x1c\xf4\x03\x00\x06\x11\xf0\x02\x0d\x05\x1c\xf0\x1e\x00\x06\x11\xd8\x28\x2c\xf0\x00\x0d\x05\x18\xf0\x00\x0d\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x0d\x05\x18\xf0\x00\x0d\x05\x18\xf0\x00\x0d\x05\x18",
   29575             : };
   29576             : static
   29577             :     struct _PyCode_DEF(114)
   29578             : importlib__bootstrap_external_toplevel_consts_53 = {
   29579             :     .ob_base = {
   29580             :         .ob_base = {
   29581             :             .ob_refcnt = 999999999,
   29582             :             .ob_type = &PyCode_Type,
   29583             :         },
   29584             :         .ob_size = 57,
   29585             :     },
   29586             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts._object.ob_base.ob_base,
   29587             :     .co_names = & importlib__bootstrap_external_toplevel_consts_53_names._object.ob_base.ob_base,
   29588             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   29589             :     .co_flags = 0,
   29590             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   29591             :     ._co_linearray_entry_size = 0,
   29592             :     .co_argcount = 0,
   29593             :     .co_posonlyargcount = 0,
   29594             :     .co_kwonlyargcount = 0,
   29595             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   29596             :     .co_stacksize = 3,
   29597             :     .co_firstlineno = 858,
   29598             :     .co_nlocalsplus = 0,
   29599             :     .co_nlocals = 0,
   29600             :     .co_nplaincellvars = 0,
   29601             :     .co_ncellvars = 0,
   29602             :     .co_nfreevars = 0,
   29603             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   29604             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   29605             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   29606             :     .co_name = & const_str_WindowsRegistryFinder._ascii.ob_base,
   29607             :     .co_qualname = & const_str_WindowsRegistryFinder._ascii.ob_base,
   29608             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_linetable.ob_base.ob_base,
   29609             :     ._co_code = NULL,
   29610             :     ._co_linearray = NULL,
   29611             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x5a\x05\x65\x06\x6f\x03\x64\x04\x65\x07\x76\x00\x5a\x08\x65\x09\x64\x05\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x0b\x64\x06\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x0b\x64\x0a\x64\x08\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x0b\x64\x0b\x64\x09\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x64\x07\x53\x00",
   29612             :     ._co_firsttraceable = 0,
   29613             : };
   29614             : static
   29615             :     struct {
   29616             :         PyASCIIObject _ascii;
   29617             :         uint8_t _data[14];
   29618             :     }
   29619             : const_str__LoaderBasics = {
   29620             :     ._ascii = {
   29621             :         .ob_base = {
   29622             :             .ob_refcnt = 999999999,
   29623             :             .ob_type = &PyUnicode_Type,
   29624             :         },
   29625             :         .length = 13,
   29626             :         .hash = -1,
   29627             :         .state = {
   29628             :             .kind = 1,
   29629             :             .compact = 1,
   29630             :             .ascii = 1,
   29631             :         },
   29632             :     },
   29633             :     ._data = "_LoaderBasics",
   29634             : };
   29635             : static
   29636             :     struct {
   29637             :         PyASCIIObject _ascii;
   29638             :         uint8_t _data[84];
   29639             :     }
   29640             : importlib__bootstrap_external_toplevel_consts_55_consts_1 = {
   29641             :     ._ascii = {
   29642             :         .ob_base = {
   29643             :             .ob_refcnt = 999999999,
   29644             :             .ob_type = &PyUnicode_Type,
   29645             :         },
   29646             :         .length = 83,
   29647             :         .hash = -1,
   29648             :         .state = {
   29649             :             .kind = 1,
   29650             :             .compact = 1,
   29651             :             .ascii = 1,
   29652             :         },
   29653             :     },
   29654             :     ._data = "\x42\x61\x73\x65\x20\x63\x6c\x61\x73\x73\x20\x6f\x66\x20\x63\x6f\x6d\x6d\x6f\x6e\x20\x63\x6f\x64\x65\x20\x6e\x65\x65\x64\x65\x64\x20\x62\x79\x20\x62\x6f\x74\x68\x20\x53\x6f\x75\x72\x63\x65\x4c\x6f\x61\x64\x65\x72\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x53\x6f\x75\x72\x63\x65\x6c\x65\x73\x73\x46\x69\x6c\x65\x4c\x6f\x61\x64\x65\x72\x2e",
   29655             : };
   29656             : static
   29657             :     struct {
   29658             :         PyASCIIObject _ascii;
   29659             :         uint8_t _data[142];
   29660             :     }
   29661             : importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0 = {
   29662             :     ._ascii = {
   29663             :         .ob_base = {
   29664             :             .ob_refcnt = 999999999,
   29665             :             .ob_type = &PyUnicode_Type,
   29666             :         },
   29667             :         .length = 141,
   29668             :         .hash = -1,
   29669             :         .state = {
   29670             :             .kind = 1,
   29671             :             .compact = 1,
   29672             :             .ascii = 1,
   29673             :         },
   29674             :     },
   29675             :     ._data = "\x43\x6f\x6e\x63\x72\x65\x74\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x49\x6e\x73\x70\x65\x63\x74\x4c\x6f\x61\x64\x65\x72\x2e\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x20\x62\x79\x20\x63\x68\x65\x63\x6b\x69\x6e\x67\x20\x69\x66\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x62\x79\x20\x67\x65\x74\x5f\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x68\x61\x73\x20\x61\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x6f\x66\x20\x27\x5f\x5f\x69\x6e\x69\x74\x5f\x5f\x2e\x70\x79\x27\x2e",
   29676             : };
   29677             : static
   29678             :     struct {
   29679             :         PyGC_Head _gc_head;
   29680             :         struct {
   29681             :             PyObject_VAR_HEAD
   29682             :             PyObject *ob_item[6];
   29683             :         }_object;
   29684             :     }
   29685             : importlib__bootstrap_external_toplevel_consts_55_consts_2_consts = {
   29686             :     ._object = {
   29687             :         .ob_base = {
   29688             :             .ob_base = {
   29689             :                 .ob_refcnt = 999999999,
   29690             :                 .ob_type = &PyTuple_Type,
   29691             :             },
   29692             :             .ob_size = 6,
   29693             :         },
   29694             :         .ob_item = {
   29695             :             & importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0._ascii.ob_base,
   29696             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   29697             :             &_Py_STR(dot),
   29698             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   29699             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   29700             :             &_Py_ID(__init__),
   29701             :         },
   29702             :     },
   29703             : };
   29704             : static
   29705             :     struct {
   29706             :         PyGC_Head _gc_head;
   29707             :         struct {
   29708             :             PyObject_VAR_HEAD
   29709             :             PyObject *ob_item[4];
   29710             :         }_object;
   29711             :     }
   29712             : importlib__bootstrap_external_toplevel_consts_55_consts_2_names = {
   29713             :     ._object = {
   29714             :         .ob_base = {
   29715             :             .ob_base = {
   29716             :                 .ob_refcnt = 999999999,
   29717             :                 .ob_type = &PyTuple_Type,
   29718             :             },
   29719             :             .ob_size = 4,
   29720             :         },
   29721             :         .ob_item = {
   29722             :             & const_str__path_split._ascii.ob_base,
   29723             :             & const_str_get_filename._ascii.ob_base,
   29724             :             & const_str_rsplit._ascii.ob_base,
   29725             :             & const_str_rpartition._ascii.ob_base,
   29726             :         },
   29727             :     },
   29728             : };
   29729             : static
   29730             :     struct {
   29731             :         PyASCIIObject _ascii;
   29732             :         uint8_t _data[25];
   29733             :     }
   29734             : importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname = {
   29735             :     ._ascii = {
   29736             :         .ob_base = {
   29737             :             .ob_refcnt = 999999999,
   29738             :             .ob_type = &PyUnicode_Type,
   29739             :         },
   29740             :         .length = 24,
   29741             :         .hash = -1,
   29742             :         .state = {
   29743             :             .kind = 1,
   29744             :             .compact = 1,
   29745             :             .ascii = 1,
   29746             :         },
   29747             :     },
   29748             :     ._data = "_LoaderBasics.is_package",
   29749             : };
   29750             : static
   29751             :     struct {
   29752             :         PyObject_VAR_HEAD
   29753             :         Py_hash_t ob_shash;
   29754             :         char ob_sval[94];
   29755             :     }
   29756             : importlib__bootstrap_external_toplevel_consts_55_consts_2_linetable = {
   29757             :     .ob_base = {
   29758             :         .ob_base = {
   29759             :             .ob_refcnt = 999999999,
   29760             :             .ob_type = &PyBytes_Type,
   29761             :         },
   29762             :         .ob_size = 93,
   29763             :     },
   29764             :     .ob_shash = -1,
   29765             :     .ob_sval = "\x80\x00\xf5\x06\x00\x14\x1f\x98\x74\xd7\x1f\x30\xd1\x1f\x30\xb0\x18\xd4\x1f\x3a\xd4\x13\x3b\xb8\x41\xd4\x13\x3e\x88\x08\xd8\x18\x20\x9f\x0f\x99\x0f\xa8\x03\xa8\x51\xd4\x18\x2f\xb0\x01\xd4\x18\x32\x88\x0d\xd8\x14\x1c\xd7\x14\x27\xd1\x14\x27\xa8\x03\xd4\x14\x2c\xa8\x51\xd4\x14\x2f\x88\x09\xd8\x0f\x1c\xa0\x0a\xd2\x0f\x2a\xd0\x0f\x46\xa8\x79\xb8\x4a\xd2\x2f\x46\xd0\x08\x46",
   29766             : };
   29767             : static
   29768             :     struct {
   29769             :         PyASCIIObject _ascii;
   29770             :         uint8_t _data[14];
   29771             :     }
   29772             : const_str_filename_base = {
   29773             :     ._ascii = {
   29774             :         .ob_base = {
   29775             :             .ob_refcnt = 999999999,
   29776             :             .ob_type = &PyUnicode_Type,
   29777             :         },
   29778             :         .length = 13,
   29779             :         .hash = -1,
   29780             :         .state = {
   29781             :             .kind = 1,
   29782             :             .compact = 1,
   29783             :             .ascii = 1,
   29784             :         },
   29785             :     },
   29786             :     ._data = "filename_base",
   29787             : };
   29788             : static
   29789             :     struct {
   29790             :         PyASCIIObject _ascii;
   29791             :         uint8_t _data[10];
   29792             :     }
   29793             : const_str_tail_name = {
   29794             :     ._ascii = {
   29795             :         .ob_base = {
   29796             :             .ob_refcnt = 999999999,
   29797             :             .ob_type = &PyUnicode_Type,
   29798             :         },
   29799             :         .length = 9,
   29800             :         .hash = -1,
   29801             :         .state = {
   29802             :             .kind = 1,
   29803             :             .compact = 1,
   29804             :             .ascii = 1,
   29805             :         },
   29806             :     },
   29807             :     ._data = "tail_name",
   29808             : };
   29809             : static
   29810             :     struct {
   29811             :         PyGC_Head _gc_head;
   29812             :         struct {
   29813             :             PyObject_VAR_HEAD
   29814             :             PyObject *ob_item[5];
   29815             :         }_object;
   29816             :     }
   29817             : importlib__bootstrap_external_toplevel_consts_55_consts_2_localsplusnames = {
   29818             :     ._object = {
   29819             :         .ob_base = {
   29820             :             .ob_base = {
   29821             :                 .ob_refcnt = 999999999,
   29822             :                 .ob_type = &PyTuple_Type,
   29823             :             },
   29824             :             .ob_size = 5,
   29825             :         },
   29826             :         .ob_item = {
   29827             :             & const_str_self._ascii.ob_base,
   29828             :             & const_str_fullname._ascii.ob_base,
   29829             :             &_Py_ID(filename),
   29830             :             & const_str_filename_base._ascii.ob_base,
   29831             :             & const_str_tail_name._ascii.ob_base,
   29832             :         },
   29833             :     },
   29834             : };
   29835             : static
   29836             :     struct _PyCode_DEF(194)
   29837             : importlib__bootstrap_external_toplevel_consts_55_consts_2 = {
   29838             :     .ob_base = {
   29839             :         .ob_base = {
   29840             :             .ob_refcnt = 999999999,
   29841             :             .ob_type = &PyCode_Type,
   29842             :         },
   29843             :         .ob_size = 97,
   29844             :     },
   29845             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_2_consts._object.ob_base.ob_base,
   29846             :     .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_2_names._object.ob_base.ob_base,
   29847             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   29848             :     .co_flags = 3,
   29849             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   29850             :     ._co_linearray_entry_size = 0,
   29851             :     .co_argcount = 2,
   29852             :     .co_posonlyargcount = 0,
   29853             :     .co_kwonlyargcount = 0,
   29854             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   29855             :     .co_stacksize = 5,
   29856             :     .co_firstlineno = 930,
   29857             :     .co_nlocalsplus = 5,
   29858             :     .co_nlocals = 5,
   29859             :     .co_nplaincellvars = 0,
   29860             :     .co_ncellvars = 0,
   29861             :     .co_nfreevars = 0,
   29862             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_2_localsplusnames._object.ob_base.ob_base,
   29863             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   29864             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   29865             :     .co_name = & const_str_is_package._ascii.ob_base,
   29866             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname._ascii.ob_base,
   29867             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_2_linetable.ob_base.ob_base,
   29868             :     ._co_code = NULL,
   29869             :     ._co_linearray = NULL,
   29870             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x64\x05\x6b\x02\x00\x00\x00\x00\x6f\x05\x7c\x04\x64\x05\x6b\x03\x00\x00\x00\x00\x53\x00",
   29871             :     ._co_firsttraceable = 0,
   29872             : };
   29873             : static
   29874             :     struct {
   29875             :         PyASCIIObject _ascii;
   29876             :         uint8_t _data[43];
   29877             :     }
   29878             : importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0 = {
   29879             :     ._ascii = {
   29880             :         .ob_base = {
   29881             :             .ob_refcnt = 999999999,
   29882             :             .ob_type = &PyUnicode_Type,
   29883             :         },
   29884             :         .length = 42,
   29885             :         .hash = -1,
   29886             :         .state = {
   29887             :             .kind = 1,
   29888             :             .compact = 1,
   29889             :             .ascii = 1,
   29890             :         },
   29891             :     },
   29892             :     ._data = "Use default semantics for module creation.",
   29893             : };
   29894             : static
   29895             :     struct {
   29896             :         PyGC_Head _gc_head;
   29897             :         struct {
   29898             :             PyObject_VAR_HEAD
   29899             :             PyObject *ob_item[2];
   29900             :         }_object;
   29901             :     }
   29902             : importlib__bootstrap_external_toplevel_consts_55_consts_3_consts = {
   29903             :     ._object = {
   29904             :         .ob_base = {
   29905             :             .ob_base = {
   29906             :                 .ob_refcnt = 999999999,
   29907             :                 .ob_type = &PyTuple_Type,
   29908             :             },
   29909             :             .ob_size = 2,
   29910             :         },
   29911             :         .ob_item = {
   29912             :             & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0._ascii.ob_base,
   29913             :             Py_None,
   29914             :         },
   29915             :     },
   29916             : };
   29917             : static
   29918             :     struct {
   29919             :         PyASCIIObject _ascii;
   29920             :         uint8_t _data[28];
   29921             :     }
   29922             : importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname = {
   29923             :     ._ascii = {
   29924             :         .ob_base = {
   29925             :             .ob_refcnt = 999999999,
   29926             :             .ob_type = &PyUnicode_Type,
   29927             :         },
   29928             :         .length = 27,
   29929             :         .hash = -1,
   29930             :         .state = {
   29931             :             .kind = 1,
   29932             :             .compact = 1,
   29933             :             .ascii = 1,
   29934             :         },
   29935             :     },
   29936             :     ._data = "_LoaderBasics.create_module",
   29937             : };
   29938             : static
   29939             :     struct {
   29940             :         PyObject_VAR_HEAD
   29941             :         Py_hash_t ob_shash;
   29942             :         char ob_sval[7];
   29943             :     }
   29944             : importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable = {
   29945             :     .ob_base = {
   29946             :         .ob_base = {
   29947             :             .ob_refcnt = 999999999,
   29948             :             .ob_type = &PyBytes_Type,
   29949             :         },
   29950             :         .ob_size = 6,
   29951             :     },
   29952             :     .ob_shash = -1,
   29953             :     .ob_sval = "\x80\x00\x80\x00\x80\x00",
   29954             : };
   29955             : static
   29956             :     struct {
   29957             :         PyGC_Head _gc_head;
   29958             :         struct {
   29959             :             PyObject_VAR_HEAD
   29960             :             PyObject *ob_item[2];
   29961             :         }_object;
   29962             :     }
   29963             : importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames = {
   29964             :     ._object = {
   29965             :         .ob_base = {
   29966             :             .ob_base = {
   29967             :                 .ob_refcnt = 999999999,
   29968             :                 .ob_type = &PyTuple_Type,
   29969             :             },
   29970             :             .ob_size = 2,
   29971             :         },
   29972             :         .ob_item = {
   29973             :             & const_str_self._ascii.ob_base,
   29974             :             & const_str_spec._ascii.ob_base,
   29975             :         },
   29976             :     },
   29977             : };
   29978             : static
   29979             :     struct _PyCode_DEF(6)
   29980             : importlib__bootstrap_external_toplevel_consts_55_consts_3 = {
   29981             :     .ob_base = {
   29982             :         .ob_base = {
   29983             :             .ob_refcnt = 999999999,
   29984             :             .ob_type = &PyCode_Type,
   29985             :         },
   29986             :         .ob_size = 3,
   29987             :     },
   29988             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts._object.ob_base.ob_base,
   29989             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   29990             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   29991             :     .co_flags = 3,
   29992             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   29993             :     ._co_linearray_entry_size = 0,
   29994             :     .co_argcount = 2,
   29995             :     .co_posonlyargcount = 0,
   29996             :     .co_kwonlyargcount = 0,
   29997             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   29998             :     .co_stacksize = 1,
   29999             :     .co_firstlineno = 938,
   30000             :     .co_nlocalsplus = 2,
   30001             :     .co_nlocals = 2,
   30002             :     .co_nplaincellvars = 0,
   30003             :     .co_ncellvars = 0,
   30004             :     .co_nfreevars = 0,
   30005             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
   30006             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   30007             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   30008             :     .co_name = & const_str_create_module._ascii.ob_base,
   30009             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname._ascii.ob_base,
   30010             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
   30011             :     ._co_code = NULL,
   30012             :     ._co_linearray = NULL,
   30013             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   30014             :     ._co_firsttraceable = 0,
   30015             : };
   30016             : static
   30017             :     struct {
   30018             :         PyASCIIObject _ascii;
   30019             :         uint8_t _data[20];
   30020             :     }
   30021             : importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0 = {
   30022             :     ._ascii = {
   30023             :         .ob_base = {
   30024             :             .ob_refcnt = 999999999,
   30025             :             .ob_type = &PyUnicode_Type,
   30026             :         },
   30027             :         .length = 19,
   30028             :         .hash = -1,
   30029             :         .state = {
   30030             :             .kind = 1,
   30031             :             .compact = 1,
   30032             :             .ascii = 1,
   30033             :         },
   30034             :     },
   30035             :     ._data = "Execute the module.",
   30036             : };
   30037             : static
   30038             :     struct {
   30039             :         PyASCIIObject _ascii;
   30040             :         uint8_t _data[53];
   30041             :     }
   30042             : importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2 = {
   30043             :     ._ascii = {
   30044             :         .ob_base = {
   30045             :             .ob_refcnt = 999999999,
   30046             :             .ob_type = &PyUnicode_Type,
   30047             :         },
   30048             :         .length = 52,
   30049             :         .hash = -1,
   30050             :         .state = {
   30051             :             .kind = 1,
   30052             :             .compact = 1,
   30053             :             .ascii = 1,
   30054             :         },
   30055             :     },
   30056             :     ._data = "cannot load module {!r} when get_code() returns None",
   30057             : };
   30058             : static
   30059             :     struct {
   30060             :         PyGC_Head _gc_head;
   30061             :         struct {
   30062             :             PyObject_VAR_HEAD
   30063             :             PyObject *ob_item[3];
   30064             :         }_object;
   30065             :     }
   30066             : importlib__bootstrap_external_toplevel_consts_55_consts_4_consts = {
   30067             :     ._object = {
   30068             :         .ob_base = {
   30069             :             .ob_base = {
   30070             :                 .ob_refcnt = 999999999,
   30071             :                 .ob_type = &PyTuple_Type,
   30072             :             },
   30073             :             .ob_size = 3,
   30074             :         },
   30075             :         .ob_item = {
   30076             :             & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0._ascii.ob_base,
   30077             :             Py_None,
   30078             :             & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2._ascii.ob_base,
   30079             :         },
   30080             :     },
   30081             : };
   30082             : static
   30083             :     struct {
   30084             :         PyGC_Head _gc_head;
   30085             :         struct {
   30086             :             PyObject_VAR_HEAD
   30087             :             PyObject *ob_item[8];
   30088             :         }_object;
   30089             :     }
   30090             : importlib__bootstrap_external_toplevel_consts_55_consts_4_names = {
   30091             :     ._object = {
   30092             :         .ob_base = {
   30093             :             .ob_base = {
   30094             :                 .ob_refcnt = 999999999,
   30095             :                 .ob_type = &PyTuple_Type,
   30096             :             },
   30097             :             .ob_size = 8,
   30098             :         },
   30099             :         .ob_item = {
   30100             :             & const_str_get_code._ascii.ob_base,
   30101             :             &_Py_ID(__name__),
   30102             :             & const_str_ImportError._ascii.ob_base,
   30103             :             & const_str_format._ascii.ob_base,
   30104             :             &_Py_ID(_bootstrap),
   30105             :             & const_str__call_with_frames_removed._ascii.ob_base,
   30106             :             & const_str_exec._ascii.ob_base,
   30107             :             &_Py_ID(__dict__),
   30108             :         },
   30109             :     },
   30110             : };
   30111             : static
   30112             :     struct {
   30113             :         PyASCIIObject _ascii;
   30114             :         uint8_t _data[26];
   30115             :     }
   30116             : importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname = {
   30117             :     ._ascii = {
   30118             :         .ob_base = {
   30119             :             .ob_refcnt = 999999999,
   30120             :             .ob_type = &PyUnicode_Type,
   30121             :         },
   30122             :         .length = 25,
   30123             :         .hash = -1,
   30124             :         .state = {
   30125             :             .kind = 1,
   30126             :             .compact = 1,
   30127             :             .ascii = 1,
   30128             :         },
   30129             :     },
   30130             :     ._data = "_LoaderBasics.exec_module",
   30131             : };
   30132             : static
   30133             :     struct {
   30134             :         PyObject_VAR_HEAD
   30135             :         Py_hash_t ob_shash;
   30136             :         char ob_sval[95];
   30137             :     }
   30138             : importlib__bootstrap_external_toplevel_consts_55_consts_4_linetable = {
   30139             :     .ob_base = {
   30140             :         .ob_base = {
   30141             :             .ob_refcnt = 999999999,
   30142             :             .ob_type = &PyBytes_Type,
   30143             :         },
   30144             :         .ob_size = 94,
   30145             :     },
   30146             :     .ob_shash = -1,
   30147             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7d\x89\x7d\x98\x56\x9f\x5f\x99\x5f\xd4\x0f\x2d\x88\x04\xd8\x0b\x0f\xf0\x00\x02\x09\x46\x01\xdd\x12\x1d\xf0\x00\x01\x1f\x2d\xdf\x2c\x33\xa9\x47\xb0\x46\xb7\x4f\xb1\x4f\xd4\x2c\x44\xf4\x03\x01\x13\x46\x01\xf0\x00\x01\x0d\x46\x01\xe5\x08\x12\xd7\x08\x2c\xd1\x08\x2c\xad\x54\xb0\x34\xb8\x16\xbf\x1f\xb9\x1f\xd4\x08\x49\xd0\x08\x49\xd0\x08\x49\xd0\x08\x49",
   30148             : };
   30149             : static
   30150             :     struct {
   30151             :         PyGC_Head _gc_head;
   30152             :         struct {
   30153             :             PyObject_VAR_HEAD
   30154             :             PyObject *ob_item[3];
   30155             :         }_object;
   30156             :     }
   30157             : importlib__bootstrap_external_toplevel_consts_55_consts_4_localsplusnames = {
   30158             :     ._object = {
   30159             :         .ob_base = {
   30160             :             .ob_base = {
   30161             :                 .ob_refcnt = 999999999,
   30162             :                 .ob_type = &PyTuple_Type,
   30163             :             },
   30164             :             .ob_size = 3,
   30165             :         },
   30166             :         .ob_item = {
   30167             :             & const_str_self._ascii.ob_base,
   30168             :             & const_str_module._ascii.ob_base,
   30169             :             &_Py_ID(code),
   30170             :         },
   30171             :     },
   30172             : };
   30173             : static
   30174             :     struct _PyCode_DEF(224)
   30175             : importlib__bootstrap_external_toplevel_consts_55_consts_4 = {
   30176             :     .ob_base = {
   30177             :         .ob_base = {
   30178             :             .ob_refcnt = 999999999,
   30179             :             .ob_type = &PyCode_Type,
   30180             :         },
   30181             :         .ob_size = 112,
   30182             :     },
   30183             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts._object.ob_base.ob_base,
   30184             :     .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_4_names._object.ob_base.ob_base,
   30185             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   30186             :     .co_flags = 3,
   30187             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   30188             :     ._co_linearray_entry_size = 0,
   30189             :     .co_argcount = 2,
   30190             :     .co_posonlyargcount = 0,
   30191             :     .co_kwonlyargcount = 0,
   30192             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   30193             :     .co_stacksize = 5,
   30194             :     .co_firstlineno = 941,
   30195             :     .co_nlocalsplus = 3,
   30196             :     .co_nlocals = 3,
   30197             :     .co_nplaincellvars = 0,
   30198             :     .co_ncellvars = 0,
   30199             :     .co_nfreevars = 0,
   30200             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_4_localsplusnames._object.ob_base.ob_base,
   30201             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   30202             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   30203             :     .co_name = & const_str_exec_module._ascii.ob_base,
   30204             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname._ascii.ob_base,
   30205             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_4_linetable.ob_base.ob_base,
   30206             :     ._co_code = NULL,
   30207             :     ._co_linearray = NULL,
   30208             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x27\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   30209             :     ._co_firsttraceable = 0,
   30210             : };
   30211             : static
   30212             :     struct {
   30213             :         PyASCIIObject _ascii;
   30214             :         uint8_t _data[27];
   30215             :     }
   30216             : importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0 = {
   30217             :     ._ascii = {
   30218             :         .ob_base = {
   30219             :             .ob_refcnt = 999999999,
   30220             :             .ob_type = &PyUnicode_Type,
   30221             :         },
   30222             :         .length = 26,
   30223             :         .hash = -1,
   30224             :         .state = {
   30225             :             .kind = 1,
   30226             :             .compact = 1,
   30227             :             .ascii = 1,
   30228             :         },
   30229             :     },
   30230             :     ._data = "This method is deprecated.",
   30231             : };
   30232             : static
   30233             :     struct {
   30234             :         PyGC_Head _gc_head;
   30235             :         struct {
   30236             :             PyObject_VAR_HEAD
   30237             :             PyObject *ob_item[1];
   30238             :         }_object;
   30239             :     }
   30240             : importlib__bootstrap_external_toplevel_consts_55_consts_5_consts = {
   30241             :     ._object = {
   30242             :         .ob_base = {
   30243             :             .ob_base = {
   30244             :                 .ob_refcnt = 999999999,
   30245             :                 .ob_type = &PyTuple_Type,
   30246             :             },
   30247             :             .ob_size = 1,
   30248             :         },
   30249             :         .ob_item = {
   30250             :             & importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0._ascii.ob_base,
   30251             :         },
   30252             :     },
   30253             : };
   30254             : static
   30255             :     struct {
   30256             :         PyGC_Head _gc_head;
   30257             :         struct {
   30258             :             PyObject_VAR_HEAD
   30259             :             PyObject *ob_item[2];
   30260             :         }_object;
   30261             :     }
   30262             : importlib__bootstrap_external_toplevel_consts_55_consts_5_names = {
   30263             :     ._object = {
   30264             :         .ob_base = {
   30265             :             .ob_base = {
   30266             :                 .ob_refcnt = 999999999,
   30267             :                 .ob_type = &PyTuple_Type,
   30268             :             },
   30269             :             .ob_size = 2,
   30270             :         },
   30271             :         .ob_item = {
   30272             :             &_Py_ID(_bootstrap),
   30273             :             & const_str__load_module_shim._ascii.ob_base,
   30274             :         },
   30275             :     },
   30276             : };
   30277             : static
   30278             :     struct {
   30279             :         PyASCIIObject _ascii;
   30280             :         uint8_t _data[26];
   30281             :     }
   30282             : importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname = {
   30283             :     ._ascii = {
   30284             :         .ob_base = {
   30285             :             .ob_refcnt = 999999999,
   30286             :             .ob_type = &PyUnicode_Type,
   30287             :         },
   30288             :         .length = 25,
   30289             :         .hash = -1,
   30290             :         .state = {
   30291             :             .kind = 1,
   30292             :             .compact = 1,
   30293             :             .ascii = 1,
   30294             :         },
   30295             :     },
   30296             :     ._data = "_LoaderBasics.load_module",
   30297             : };
   30298             : static
   30299             :     struct {
   30300             :         PyObject_VAR_HEAD
   30301             :         Py_hash_t ob_shash;
   30302             :         char ob_sval[24];
   30303             :     }
   30304             : importlib__bootstrap_external_toplevel_consts_55_consts_5_linetable = {
   30305             :     .ob_base = {
   30306             :         .ob_base = {
   30307             :             .ob_refcnt = 999999999,
   30308             :             .ob_type = &PyBytes_Type,
   30309             :         },
   30310             :         .ob_size = 23,
   30311             :     },
   30312             :     .ob_shash = -1,
   30313             :     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x1a\xd7\x0f\x2b\xd1\x0f\x2b\xa8\x44\xb0\x28\xd4\x0f\x3b\xd0\x08\x3b",
   30314             : };
   30315             : static
   30316             :     struct {
   30317             :         PyGC_Head _gc_head;
   30318             :         struct {
   30319             :             PyObject_VAR_HEAD
   30320             :             PyObject *ob_item[2];
   30321             :         }_object;
   30322             :     }
   30323             : importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames = {
   30324             :     ._object = {
   30325             :         .ob_base = {
   30326             :             .ob_base = {
   30327             :                 .ob_refcnt = 999999999,
   30328             :                 .ob_type = &PyTuple_Type,
   30329             :             },
   30330             :             .ob_size = 2,
   30331             :         },
   30332             :         .ob_item = {
   30333             :             & const_str_self._ascii.ob_base,
   30334             :             & const_str_fullname._ascii.ob_base,
   30335             :         },
   30336             :     },
   30337             : };
   30338             : static
   30339             :     struct _PyCode_DEF(50)
   30340             : importlib__bootstrap_external_toplevel_consts_55_consts_5 = {
   30341             :     .ob_base = {
   30342             :         .ob_base = {
   30343             :             .ob_refcnt = 999999999,
   30344             :             .ob_type = &PyCode_Type,
   30345             :         },
   30346             :         .ob_size = 25,
   30347             :     },
   30348             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_5_consts._object.ob_base.ob_base,
   30349             :     .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_5_names._object.ob_base.ob_base,
   30350             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   30351             :     .co_flags = 3,
   30352             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   30353             :     ._co_linearray_entry_size = 0,
   30354             :     .co_argcount = 2,
   30355             :     .co_posonlyargcount = 0,
   30356             :     .co_kwonlyargcount = 0,
   30357             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   30358             :     .co_stacksize = 4,
   30359             :     .co_firstlineno = 949,
   30360             :     .co_nlocalsplus = 2,
   30361             :     .co_nlocals = 2,
   30362             :     .co_nplaincellvars = 0,
   30363             :     .co_ncellvars = 0,
   30364             :     .co_nfreevars = 0,
   30365             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   30366             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   30367             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   30368             :     .co_name = & const_str_load_module._ascii.ob_base,
   30369             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname._ascii.ob_base,
   30370             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_5_linetable.ob_base.ob_base,
   30371             :     ._co_code = NULL,
   30372             :     ._co_linearray = NULL,
   30373             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   30374             :     ._co_firsttraceable = 0,
   30375             : };
   30376             : static
   30377             :     struct {
   30378             :         PyGC_Head _gc_head;
   30379             :         struct {
   30380             :             PyObject_VAR_HEAD
   30381             :             PyObject *ob_item[7];
   30382             :         }_object;
   30383             :     }
   30384             : importlib__bootstrap_external_toplevel_consts_55_consts = {
   30385             :     ._object = {
   30386             :         .ob_base = {
   30387             :             .ob_base = {
   30388             :                 .ob_refcnt = 999999999,
   30389             :                 .ob_type = &PyTuple_Type,
   30390             :             },
   30391             :             .ob_size = 7,
   30392             :         },
   30393             :         .ob_item = {
   30394             :             & const_str__LoaderBasics._ascii.ob_base,
   30395             :             & importlib__bootstrap_external_toplevel_consts_55_consts_1._ascii.ob_base,
   30396             :             & importlib__bootstrap_external_toplevel_consts_55_consts_2.ob_base.ob_base,
   30397             :             & importlib__bootstrap_external_toplevel_consts_55_consts_3.ob_base.ob_base,
   30398             :             & importlib__bootstrap_external_toplevel_consts_55_consts_4.ob_base.ob_base,
   30399             :             & importlib__bootstrap_external_toplevel_consts_55_consts_5.ob_base.ob_base,
   30400             :             Py_None,
   30401             :         },
   30402             :     },
   30403             : };
   30404             : static
   30405             :     struct {
   30406             :         PyGC_Head _gc_head;
   30407             :         struct {
   30408             :             PyObject_VAR_HEAD
   30409             :             PyObject *ob_item[8];
   30410             :         }_object;
   30411             :     }
   30412             : importlib__bootstrap_external_toplevel_consts_55_names = {
   30413             :     ._object = {
   30414             :         .ob_base = {
   30415             :             .ob_base = {
   30416             :                 .ob_refcnt = 999999999,
   30417             :                 .ob_type = &PyTuple_Type,
   30418             :             },
   30419             :             .ob_size = 8,
   30420             :         },
   30421             :         .ob_item = {
   30422             :             &_Py_ID(__name__),
   30423             :             &_Py_ID(__module__),
   30424             :             &_Py_ID(__qualname__),
   30425             :             &_Py_ID(__doc__),
   30426             :             & const_str_is_package._ascii.ob_base,
   30427             :             & const_str_create_module._ascii.ob_base,
   30428             :             & const_str_exec_module._ascii.ob_base,
   30429             :             & const_str_load_module._ascii.ob_base,
   30430             :         },
   30431             :     },
   30432             : };
   30433             : static
   30434             :     struct {
   30435             :         PyObject_VAR_HEAD
   30436             :         Py_hash_t ob_shash;
   30437             :         char ob_sval[97];
   30438             :     }
   30439             : importlib__bootstrap_external_toplevel_consts_55_linetable = {
   30440             :     .ob_base = {
   30441             :         .ob_base = {
   30442             :             .ob_refcnt = 999999999,
   30443             :             .ob_type = &PyBytes_Type,
   30444             :         },
   30445             :         .ob_size = 96,
   30446             :     },
   30447             :     .ob_shash = -1,
   30448             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x01\x05\x1d\xf0\x00\x01\x05\x1d\xf0\x06\x06\x05\x47\x01\xf0\x00\x06\x05\x47\x01\xf0\x00\x06\x05\x47\x01\xf0\x10\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x06\x06\x05\x4a\x01\xf0\x00\x06\x05\x4a\x01\xf0\x00\x06\x05\x4a\x01\xf0\x10\x03\x05\x3c\xf0\x00\x03\x05\x3c\xf0\x00\x03\x05\x3c\xf0\x00\x03\x05\x3c\xf0\x00\x03\x05\x3c",
   30449             : };
   30450             : static
   30451             :     struct _PyCode_DEF(42)
   30452             : importlib__bootstrap_external_toplevel_consts_55 = {
   30453             :     .ob_base = {
   30454             :         .ob_base = {
   30455             :             .ob_refcnt = 999999999,
   30456             :             .ob_type = &PyCode_Type,
   30457             :         },
   30458             :         .ob_size = 21,
   30459             :     },
   30460             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts._object.ob_base.ob_base,
   30461             :     .co_names = & importlib__bootstrap_external_toplevel_consts_55_names._object.ob_base.ob_base,
   30462             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   30463             :     .co_flags = 0,
   30464             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   30465             :     ._co_linearray_entry_size = 0,
   30466             :     .co_argcount = 0,
   30467             :     .co_posonlyargcount = 0,
   30468             :     .co_kwonlyargcount = 0,
   30469             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   30470             :     .co_stacksize = 1,
   30471             :     .co_firstlineno = 925,
   30472             :     .co_nlocalsplus = 0,
   30473             :     .co_nlocals = 0,
   30474             :     .co_nplaincellvars = 0,
   30475             :     .co_ncellvars = 0,
   30476             :     .co_nfreevars = 0,
   30477             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   30478             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   30479             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   30480             :     .co_name = & const_str__LoaderBasics._ascii.ob_base,
   30481             :     .co_qualname = & const_str__LoaderBasics._ascii.ob_base,
   30482             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_linetable.ob_base.ob_base,
   30483             :     ._co_code = NULL,
   30484             :     ._co_linearray = NULL,
   30485             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x53\x00",
   30486             :     ._co_firsttraceable = 0,
   30487             : };
   30488             : static
   30489             :     struct {
   30490             :         PyASCIIObject _ascii;
   30491             :         uint8_t _data[13];
   30492             :     }
   30493             : const_str_SourceLoader = {
   30494             :     ._ascii = {
   30495             :         .ob_base = {
   30496             :             .ob_refcnt = 999999999,
   30497             :             .ob_type = &PyUnicode_Type,
   30498             :         },
   30499             :         .length = 12,
   30500             :         .hash = -1,
   30501             :         .state = {
   30502             :             .kind = 1,
   30503             :             .compact = 1,
   30504             :             .ascii = 1,
   30505             :         },
   30506             :     },
   30507             :     ._data = "SourceLoader",
   30508             : };
   30509             : static
   30510             :     struct {
   30511             :         PyASCIIObject _ascii;
   30512             :         uint8_t _data[166];
   30513             :     }
   30514             : importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0 = {
   30515             :     ._ascii = {
   30516             :         .ob_base = {
   30517             :             .ob_refcnt = 999999999,
   30518             :             .ob_type = &PyUnicode_Type,
   30519             :         },
   30520             :         .length = 165,
   30521             :         .hash = -1,
   30522             :         .state = {
   30523             :             .kind = 1,
   30524             :             .compact = 1,
   30525             :             .ascii = 1,
   30526             :         },
   30527             :     },
   30528             :     ._data = "\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x6d\x65\x74\x68\x6f\x64\x20\x74\x68\x61\x74\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x6d\x6f\x64\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x74\x69\x6d\x65\x20\x28\x61\x6e\x20\x69\x6e\x74\x29\x20\x66\x6f\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x70\x61\x74\x68\x20\x28\x61\x20\x73\x74\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x68\x61\x6e\x64\x6c\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   30529             : };
   30530             : static
   30531             :     struct {
   30532             :         PyGC_Head _gc_head;
   30533             :         struct {
   30534             :             PyObject_VAR_HEAD
   30535             :             PyObject *ob_item[1];
   30536             :         }_object;
   30537             :     }
   30538             : importlib__bootstrap_external_toplevel_consts_57_consts_1_consts = {
   30539             :     ._object = {
   30540             :         .ob_base = {
   30541             :             .ob_base = {
   30542             :                 .ob_refcnt = 999999999,
   30543             :                 .ob_type = &PyTuple_Type,
   30544             :             },
   30545             :             .ob_size = 1,
   30546             :         },
   30547             :         .ob_item = {
   30548             :             & importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0._ascii.ob_base,
   30549             :         },
   30550             :     },
   30551             : };
   30552             : static
   30553             :     struct {
   30554             :         PyGC_Head _gc_head;
   30555             :         struct {
   30556             :             PyObject_VAR_HEAD
   30557             :             PyObject *ob_item[1];
   30558             :         }_object;
   30559             :     }
   30560             : importlib__bootstrap_external_toplevel_consts_57_consts_1_names = {
   30561             :     ._object = {
   30562             :         .ob_base = {
   30563             :             .ob_base = {
   30564             :                 .ob_refcnt = 999999999,
   30565             :                 .ob_type = &PyTuple_Type,
   30566             :             },
   30567             :             .ob_size = 1,
   30568             :         },
   30569             :         .ob_item = {
   30570             :             & const_str_OSError._ascii.ob_base,
   30571             :         },
   30572             :     },
   30573             : };
   30574             : static
   30575             :     struct {
   30576             :         PyASCIIObject _ascii;
   30577             :         uint8_t _data[11];
   30578             :     }
   30579             : const_str_path_mtime = {
   30580             :     ._ascii = {
   30581             :         .ob_base = {
   30582             :             .ob_refcnt = 999999999,
   30583             :             .ob_type = &PyUnicode_Type,
   30584             :         },
   30585             :         .length = 10,
   30586             :         .hash = -1,
   30587             :         .state = {
   30588             :             .kind = 1,
   30589             :             .compact = 1,
   30590             :             .ascii = 1,
   30591             :         },
   30592             :     },
   30593             :     ._data = "path_mtime",
   30594             : };
   30595             : static
   30596             :     struct {
   30597             :         PyASCIIObject _ascii;
   30598             :         uint8_t _data[24];
   30599             :     }
   30600             : importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname = {
   30601             :     ._ascii = {
   30602             :         .ob_base = {
   30603             :             .ob_refcnt = 999999999,
   30604             :             .ob_type = &PyUnicode_Type,
   30605             :         },
   30606             :         .length = 23,
   30607             :         .hash = -1,
   30608             :         .state = {
   30609             :             .kind = 1,
   30610             :             .compact = 1,
   30611             :             .ascii = 1,
   30612             :         },
   30613             :     },
   30614             :     ._data = "SourceLoader.path_mtime",
   30615             : };
   30616             : static
   30617             :     struct {
   30618             :         PyObject_VAR_HEAD
   30619             :         Py_hash_t ob_shash;
   30620             :         char ob_sval[10];
   30621             :     }
   30622             : importlib__bootstrap_external_toplevel_consts_57_consts_1_linetable = {
   30623             :     .ob_base = {
   30624             :         .ob_base = {
   30625             :             .ob_refcnt = 999999999,
   30626             :             .ob_type = &PyBytes_Type,
   30627             :         },
   30628             :         .ob_size = 9,
   30629             :     },
   30630             :     .ob_shash = -1,
   30631             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x0f\x16\x88\x0d",
   30632             : };
   30633             : static
   30634             :     struct {
   30635             :         PyGC_Head _gc_head;
   30636             :         struct {
   30637             :             PyObject_VAR_HEAD
   30638             :             PyObject *ob_item[2];
   30639             :         }_object;
   30640             :     }
   30641             : importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames = {
   30642             :     ._object = {
   30643             :         .ob_base = {
   30644             :             .ob_base = {
   30645             :                 .ob_refcnt = 999999999,
   30646             :                 .ob_type = &PyTuple_Type,
   30647             :             },
   30648             :             .ob_size = 2,
   30649             :         },
   30650             :         .ob_item = {
   30651             :             & const_str_self._ascii.ob_base,
   30652             :             &_Py_ID(path),
   30653             :         },
   30654             :     },
   30655             : };
   30656             : static
   30657             :     struct _PyCode_DEF(16)
   30658             : importlib__bootstrap_external_toplevel_consts_57_consts_1 = {
   30659             :     .ob_base = {
   30660             :         .ob_base = {
   30661             :             .ob_refcnt = 999999999,
   30662             :             .ob_type = &PyCode_Type,
   30663             :         },
   30664             :         .ob_size = 8,
   30665             :     },
   30666             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_1_consts._object.ob_base.ob_base,
   30667             :     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_1_names._object.ob_base.ob_base,
   30668             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   30669             :     .co_flags = 3,
   30670             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   30671             :     ._co_linearray_entry_size = 0,
   30672             :     .co_argcount = 2,
   30673             :     .co_posonlyargcount = 0,
   30674             :     .co_kwonlyargcount = 0,
   30675             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   30676             :     .co_stacksize = 1,
   30677             :     .co_firstlineno = 957,
   30678             :     .co_nlocalsplus = 2,
   30679             :     .co_nlocals = 2,
   30680             :     .co_nplaincellvars = 0,
   30681             :     .co_ncellvars = 0,
   30682             :     .co_nfreevars = 0,
   30683             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames._object.ob_base.ob_base,
   30684             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   30685             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   30686             :     .co_name = & const_str_path_mtime._ascii.ob_base,
   30687             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname._ascii.ob_base,
   30688             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_1_linetable.ob_base.ob_base,
   30689             :     ._co_code = NULL,
   30690             :     ._co_linearray = NULL,
   30691             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   30692             :     ._co_firsttraceable = 0,
   30693             : };
   30694             : static
   30695             :     struct {
   30696             :         PyASCIIObject _ascii;
   30697             :         uint8_t _data[415];
   30698             :     }
   30699             : importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0 = {
   30700             :     ._ascii = {
   30701             :         .ob_base = {
   30702             :             .ob_refcnt = 999999999,
   30703             :             .ob_type = &PyUnicode_Type,
   30704             :         },
   30705             :         .length = 414,
   30706             :         .hash = -1,
   30707             :         .state = {
   30708             :             .kind = 1,
   30709             :             .compact = 1,
   30710             :             .ascii = 1,
   30711             :         },
   30712             :     },
   30713             :     ._data = "\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x6d\x65\x74\x68\x6f\x64\x20\x72\x65\x74\x75\x72\x6e\x69\x6e\x67\x20\x61\x20\x6d\x65\x74\x61\x64\x61\x74\x61\x20\x64\x69\x63\x74\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x74\x68\x20\x28\x61\x20\x73\x74\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x50\x6f\x73\x73\x69\x62\x6c\x65\x20\x6b\x65\x79\x73\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2d\x20\x27\x6d\x74\x69\x6d\x65\x27\x20\x28\x6d\x61\x6e\x64\x61\x74\x6f\x72\x79\x29\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x75\x6d\x65\x72\x69\x63\x20\x74\x69\x6d\x65\x73\x74\x61\x6d\x70\x20\x6f\x66\x20\x6c\x61\x73\x74\x20\x73\x6f\x75\x72\x63\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6f\x64\x65\x20\x6d\x6f\x64\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x3b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2d\x20\x27\x73\x69\x7a\x65\x27\x20\x28\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x29\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x7a\x65\x20\x69\x6e\x20\x62\x79\x74\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x63\x6f\x64\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x61\x6c\x6c\x6f\x77\x73\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x74\x6f\x20\x72\x65\x61\x64\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x68\x61\x6e\x64\x6c\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   30714             : };
   30715             : static
   30716             :     struct {
   30717             :         PyGC_Head _gc_head;
   30718             :         struct {
   30719             :             PyObject_VAR_HEAD
   30720             :             PyObject *ob_item[2];
   30721             :         }_object;
   30722             :     }
   30723             : importlib__bootstrap_external_toplevel_consts_57_consts_2_consts = {
   30724             :     ._object = {
   30725             :         .ob_base = {
   30726             :             .ob_base = {
   30727             :                 .ob_refcnt = 999999999,
   30728             :                 .ob_type = &PyTuple_Type,
   30729             :             },
   30730             :             .ob_size = 2,
   30731             :         },
   30732             :         .ob_item = {
   30733             :             & importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0._ascii.ob_base,
   30734             :             & const_str_mtime._ascii.ob_base,
   30735             :         },
   30736             :     },
   30737             : };
   30738             : static
   30739             :     struct {
   30740             :         PyGC_Head _gc_head;
   30741             :         struct {
   30742             :             PyObject_VAR_HEAD
   30743             :             PyObject *ob_item[1];
   30744             :         }_object;
   30745             :     }
   30746             : importlib__bootstrap_external_toplevel_consts_57_consts_2_names = {
   30747             :     ._object = {
   30748             :         .ob_base = {
   30749             :             .ob_base = {
   30750             :                 .ob_refcnt = 999999999,
   30751             :                 .ob_type = &PyTuple_Type,
   30752             :             },
   30753             :             .ob_size = 1,
   30754             :         },
   30755             :         .ob_item = {
   30756             :             & const_str_path_mtime._ascii.ob_base,
   30757             :         },
   30758             :     },
   30759             : };
   30760             : static
   30761             :     struct {
   30762             :         PyASCIIObject _ascii;
   30763             :         uint8_t _data[11];
   30764             :     }
   30765             : const_str_path_stats = {
   30766             :     ._ascii = {
   30767             :         .ob_base = {
   30768             :             .ob_refcnt = 999999999,
   30769             :             .ob_type = &PyUnicode_Type,
   30770             :         },
   30771             :         .length = 10,
   30772             :         .hash = -1,
   30773             :         .state = {
   30774             :             .kind = 1,
   30775             :             .compact = 1,
   30776             :             .ascii = 1,
   30777             :         },
   30778             :     },
   30779             :     ._data = "path_stats",
   30780             : };
   30781             : static
   30782             :     struct {
   30783             :         PyASCIIObject _ascii;
   30784             :         uint8_t _data[24];
   30785             :     }
   30786             : importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname = {
   30787             :     ._ascii = {
   30788             :         .ob_base = {
   30789             :             .ob_refcnt = 999999999,
   30790             :             .ob_type = &PyUnicode_Type,
   30791             :         },
   30792             :         .length = 23,
   30793             :         .hash = -1,
   30794             :         .state = {
   30795             :             .kind = 1,
   30796             :             .compact = 1,
   30797             :             .ascii = 1,
   30798             :         },
   30799             :     },
   30800             :     ._data = "SourceLoader.path_stats",
   30801             : };
   30802             : static
   30803             :     struct {
   30804             :         PyObject_VAR_HEAD
   30805             :         Py_hash_t ob_shash;
   30806             :         char ob_sval[25];
   30807             :     }
   30808             : importlib__bootstrap_external_toplevel_consts_57_consts_2_linetable = {
   30809             :     .ob_base = {
   30810             :         .ob_base = {
   30811             :             .ob_refcnt = 999999999,
   30812             :             .ob_type = &PyBytes_Type,
   30813             :         },
   30814             :         .ob_size = 24,
   30815             :     },
   30816             :     .ob_shash = -1,
   30817             :     .ob_sval = "\x80\x00\xf0\x18\x00\x11\x18\x98\x14\x9f\x1f\x99\x1f\xa8\x14\xd4\x19\x2e\xd0\x0f\x2f\xd0\x08\x2f",
   30818             : };
   30819             : static
   30820             :     struct _PyCode_DEF(42)
   30821             : importlib__bootstrap_external_toplevel_consts_57_consts_2 = {
   30822             :     .ob_base = {
   30823             :         .ob_base = {
   30824             :             .ob_refcnt = 999999999,
   30825             :             .ob_type = &PyCode_Type,
   30826             :         },
   30827             :         .ob_size = 21,
   30828             :     },
   30829             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_2_consts._object.ob_base.ob_base,
   30830             :     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_2_names._object.ob_base.ob_base,
   30831             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   30832             :     .co_flags = 3,
   30833             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   30834             :     ._co_linearray_entry_size = 0,
   30835             :     .co_argcount = 2,
   30836             :     .co_posonlyargcount = 0,
   30837             :     .co_kwonlyargcount = 0,
   30838             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   30839             :     .co_stacksize = 4,
   30840             :     .co_firstlineno = 965,
   30841             :     .co_nlocalsplus = 2,
   30842             :     .co_nlocals = 2,
   30843             :     .co_nplaincellvars = 0,
   30844             :     .co_ncellvars = 0,
   30845             :     .co_nfreevars = 0,
   30846             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames._object.ob_base.ob_base,
   30847             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   30848             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   30849             :     .co_name = & const_str_path_stats._ascii.ob_base,
   30850             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname._ascii.ob_base,
   30851             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_2_linetable.ob_base.ob_base,
   30852             :     ._co_code = NULL,
   30853             :     ._co_linearray = NULL,
   30854             :     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x69\x01\x53\x00",
   30855             :     ._co_firsttraceable = 0,
   30856             : };
   30857             : static
   30858             :     struct {
   30859             :         PyASCIIObject _ascii;
   30860             :         uint8_t _data[229];
   30861             :     }
   30862             : importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0 = {
   30863             :     ._ascii = {
   30864             :         .ob_base = {
   30865             :             .ob_refcnt = 999999999,
   30866             :             .ob_type = &PyUnicode_Type,
   30867             :         },
   30868             :         .length = 228,
   30869             :         .hash = -1,
   30870             :         .state = {
   30871             :             .kind = 1,
   30872             :             .compact = 1,
   30873             :             .ascii = 1,
   30874             :         },
   30875             :     },
   30876             :     ._data = "\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x6d\x65\x74\x68\x6f\x64\x20\x77\x68\x69\x63\x68\x20\x77\x72\x69\x74\x65\x73\x20\x64\x61\x74\x61\x20\x28\x62\x79\x74\x65\x73\x29\x20\x74\x6f\x20\x61\x20\x66\x69\x6c\x65\x20\x70\x61\x74\x68\x20\x28\x61\x20\x73\x74\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x61\x6c\x6c\x6f\x77\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x77\x72\x69\x74\x69\x6e\x67\x20\x6f\x66\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x70\x61\x74\x68\x20\x69\x73\x20\x6e\x65\x65\x64\x65\x64\x20\x69\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x20\x63\x6f\x72\x72\x65\x63\x74\x6c\x79\x20\x74\x72\x61\x6e\x73\x66\x65\x72\x20\x70\x65\x72\x6d\x69\x73\x73\x69\x6f\x6e\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   30877             : };
   30878             : static
   30879             :     struct {
   30880             :         PyGC_Head _gc_head;
   30881             :         struct {
   30882             :             PyObject_VAR_HEAD
   30883             :             PyObject *ob_item[1];
   30884             :         }_object;
   30885             :     }
   30886             : importlib__bootstrap_external_toplevel_consts_57_consts_3_consts = {
   30887             :     ._object = {
   30888             :         .ob_base = {
   30889             :             .ob_base = {
   30890             :                 .ob_refcnt = 999999999,
   30891             :                 .ob_type = &PyTuple_Type,
   30892             :             },
   30893             :             .ob_size = 1,
   30894             :         },
   30895             :         .ob_item = {
   30896             :             & importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0._ascii.ob_base,
   30897             :         },
   30898             :     },
   30899             : };
   30900             : static
   30901             :     struct {
   30902             :         PyASCIIObject _ascii;
   30903             :         uint8_t _data[9];
   30904             :     }
   30905             : const_str_set_data = {
   30906             :     ._ascii = {
   30907             :         .ob_base = {
   30908             :             .ob_refcnt = 999999999,
   30909             :             .ob_type = &PyUnicode_Type,
   30910             :         },
   30911             :         .length = 8,
   30912             :         .hash = -1,
   30913             :         .state = {
   30914             :             .kind = 1,
   30915             :             .compact = 1,
   30916             :             .ascii = 1,
   30917             :         },
   30918             :     },
   30919             :     ._data = "set_data",
   30920             : };
   30921             : static
   30922             :     struct {
   30923             :         PyGC_Head _gc_head;
   30924             :         struct {
   30925             :             PyObject_VAR_HEAD
   30926             :             PyObject *ob_item[1];
   30927             :         }_object;
   30928             :     }
   30929             : importlib__bootstrap_external_toplevel_consts_57_consts_3_names = {
   30930             :     ._object = {
   30931             :         .ob_base = {
   30932             :             .ob_base = {
   30933             :                 .ob_refcnt = 999999999,
   30934             :                 .ob_type = &PyTuple_Type,
   30935             :             },
   30936             :             .ob_size = 1,
   30937             :         },
   30938             :         .ob_item = {
   30939             :             & const_str_set_data._ascii.ob_base,
   30940             :         },
   30941             :     },
   30942             : };
   30943             : static
   30944             :     struct {
   30945             :         PyASCIIObject _ascii;
   30946             :         uint8_t _data[16];
   30947             :     }
   30948             : const_str__cache_bytecode = {
   30949             :     ._ascii = {
   30950             :         .ob_base = {
   30951             :             .ob_refcnt = 999999999,
   30952             :             .ob_type = &PyUnicode_Type,
   30953             :         },
   30954             :         .length = 15,
   30955             :         .hash = -1,
   30956             :         .state = {
   30957             :             .kind = 1,
   30958             :             .compact = 1,
   30959             :             .ascii = 1,
   30960             :         },
   30961             :     },
   30962             :     ._data = "_cache_bytecode",
   30963             : };
   30964             : static
   30965             :     struct {
   30966             :         PyASCIIObject _ascii;
   30967             :         uint8_t _data[29];
   30968             :     }
   30969             : importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname = {
   30970             :     ._ascii = {
   30971             :         .ob_base = {
   30972             :             .ob_refcnt = 999999999,
   30973             :             .ob_type = &PyUnicode_Type,
   30974             :         },
   30975             :         .length = 28,
   30976             :         .hash = -1,
   30977             :         .state = {
   30978             :             .kind = 1,
   30979             :             .compact = 1,
   30980             :             .ascii = 1,
   30981             :         },
   30982             :     },
   30983             :     ._data = "SourceLoader._cache_bytecode",
   30984             : };
   30985             : static
   30986             :     struct {
   30987             :         PyObject_VAR_HEAD
   30988             :         Py_hash_t ob_shash;
   30989             :         char ob_sval[22];
   30990             :     }
   30991             : importlib__bootstrap_external_toplevel_consts_57_consts_3_linetable = {
   30992             :     .ob_base = {
   30993             :         .ob_base = {
   30994             :             .ob_refcnt = 999999999,
   30995             :             .ob_type = &PyBytes_Type,
   30996             :         },
   30997             :         .ob_size = 21,
   30998             :     },
   30999             :     .ob_shash = -1,
   31000             :     .ob_sval = "\x80\x00\xf0\x10\x00\x10\x14\x8f\x7d\x89\x7d\x98\x5a\xa8\x14\xd4\x0f\x2e\xd0\x08\x2e",
   31001             : };
   31002             : static
   31003             :     struct {
   31004             :         PyASCIIObject _ascii;
   31005             :         uint8_t _data[11];
   31006             :     }
   31007             : const_str_cache_path = {
   31008             :     ._ascii = {
   31009             :         .ob_base = {
   31010             :             .ob_refcnt = 999999999,
   31011             :             .ob_type = &PyUnicode_Type,
   31012             :         },
   31013             :         .length = 10,
   31014             :         .hash = -1,
   31015             :         .state = {
   31016             :             .kind = 1,
   31017             :             .compact = 1,
   31018             :             .ascii = 1,
   31019             :         },
   31020             :     },
   31021             :     ._data = "cache_path",
   31022             : };
   31023             : static
   31024             :     struct {
   31025             :         PyGC_Head _gc_head;
   31026             :         struct {
   31027             :             PyObject_VAR_HEAD
   31028             :             PyObject *ob_item[4];
   31029             :         }_object;
   31030             :     }
   31031             : importlib__bootstrap_external_toplevel_consts_57_consts_3_localsplusnames = {
   31032             :     ._object = {
   31033             :         .ob_base = {
   31034             :             .ob_base = {
   31035             :                 .ob_refcnt = 999999999,
   31036             :                 .ob_type = &PyTuple_Type,
   31037             :             },
   31038             :             .ob_size = 4,
   31039             :         },
   31040             :         .ob_item = {
   31041             :             & const_str_self._ascii.ob_base,
   31042             :             & const_str_source_path._ascii.ob_base,
   31043             :             & const_str_cache_path._ascii.ob_base,
   31044             :             & const_str_data._ascii.ob_base,
   31045             :         },
   31046             :     },
   31047             : };
   31048             : static
   31049             :     struct _PyCode_DEF(40)
   31050             : importlib__bootstrap_external_toplevel_consts_57_consts_3 = {
   31051             :     .ob_base = {
   31052             :         .ob_base = {
   31053             :             .ob_refcnt = 999999999,
   31054             :             .ob_type = &PyCode_Type,
   31055             :         },
   31056             :         .ob_size = 20,
   31057             :     },
   31058             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_3_consts._object.ob_base.ob_base,
   31059             :     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_3_names._object.ob_base.ob_base,
   31060             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   31061             :     .co_flags = 3,
   31062             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   31063             :     ._co_linearray_entry_size = 0,
   31064             :     .co_argcount = 4,
   31065             :     .co_posonlyargcount = 0,
   31066             :     .co_kwonlyargcount = 0,
   31067             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   31068             :     .co_stacksize = 4,
   31069             :     .co_firstlineno = 979,
   31070             :     .co_nlocalsplus = 4,
   31071             :     .co_nlocals = 4,
   31072             :     .co_nplaincellvars = 0,
   31073             :     .co_ncellvars = 0,
   31074             :     .co_nfreevars = 0,
   31075             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_3_localsplusnames._object.ob_base.ob_base,
   31076             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   31077             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   31078             :     .co_name = & const_str__cache_bytecode._ascii.ob_base,
   31079             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname._ascii.ob_base,
   31080             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_3_linetable.ob_base.ob_base,
   31081             :     ._co_code = NULL,
   31082             :     ._co_linearray = NULL,
   31083             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   31084             :     ._co_firsttraceable = 0,
   31085             : };
   31086             : static
   31087             :     struct {
   31088             :         PyASCIIObject _ascii;
   31089             :         uint8_t _data[151];
   31090             :     }
   31091             : importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0 = {
   31092             :     ._ascii = {
   31093             :         .ob_base = {
   31094             :             .ob_refcnt = 999999999,
   31095             :             .ob_type = &PyUnicode_Type,
   31096             :         },
   31097             :         .length = 150,
   31098             :         .hash = -1,
   31099             :         .state = {
   31100             :             .kind = 1,
   31101             :             .compact = 1,
   31102             :             .ascii = 1,
   31103             :         },
   31104             :     },
   31105             :     ._data = "\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x6d\x65\x74\x68\x6f\x64\x20\x77\x68\x69\x63\x68\x20\x77\x72\x69\x74\x65\x73\x20\x64\x61\x74\x61\x20\x28\x62\x79\x74\x65\x73\x29\x20\x74\x6f\x20\x61\x20\x66\x69\x6c\x65\x20\x70\x61\x74\x68\x20\x28\x61\x20\x73\x74\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x61\x6c\x6c\x6f\x77\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x77\x72\x69\x74\x69\x6e\x67\x20\x6f\x66\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   31106             : };
   31107             : static
   31108             :     struct {
   31109             :         PyGC_Head _gc_head;
   31110             :         struct {
   31111             :             PyObject_VAR_HEAD
   31112             :             PyObject *ob_item[2];
   31113             :         }_object;
   31114             :     }
   31115             : importlib__bootstrap_external_toplevel_consts_57_consts_4_consts = {
   31116             :     ._object = {
   31117             :         .ob_base = {
   31118             :             .ob_base = {
   31119             :                 .ob_refcnt = 999999999,
   31120             :                 .ob_type = &PyTuple_Type,
   31121             :             },
   31122             :             .ob_size = 2,
   31123             :         },
   31124             :         .ob_item = {
   31125             :             & importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0._ascii.ob_base,
   31126             :             Py_None,
   31127             :         },
   31128             :     },
   31129             : };
   31130             : static
   31131             :     struct {
   31132             :         PyASCIIObject _ascii;
   31133             :         uint8_t _data[22];
   31134             :     }
   31135             : importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname = {
   31136             :     ._ascii = {
   31137             :         .ob_base = {
   31138             :             .ob_refcnt = 999999999,
   31139             :             .ob_type = &PyUnicode_Type,
   31140             :         },
   31141             :         .length = 21,
   31142             :         .hash = -1,
   31143             :         .state = {
   31144             :             .kind = 1,
   31145             :             .compact = 1,
   31146             :             .ascii = 1,
   31147             :         },
   31148             :     },
   31149             :     ._data = "SourceLoader.set_data",
   31150             : };
   31151             : static
   31152             :     struct {
   31153             :         PyGC_Head _gc_head;
   31154             :         struct {
   31155             :             PyObject_VAR_HEAD
   31156             :             PyObject *ob_item[3];
   31157             :         }_object;
   31158             :     }
   31159             : importlib__bootstrap_external_toplevel_consts_57_consts_4_localsplusnames = {
   31160             :     ._object = {
   31161             :         .ob_base = {
   31162             :             .ob_base = {
   31163             :                 .ob_refcnt = 999999999,
   31164             :                 .ob_type = &PyTuple_Type,
   31165             :             },
   31166             :             .ob_size = 3,
   31167             :         },
   31168             :         .ob_item = {
   31169             :             & const_str_self._ascii.ob_base,
   31170             :             &_Py_ID(path),
   31171             :             & const_str_data._ascii.ob_base,
   31172             :         },
   31173             :     },
   31174             : };
   31175             : static
   31176             :     struct _PyCode_DEF(6)
   31177             : importlib__bootstrap_external_toplevel_consts_57_consts_4 = {
   31178             :     .ob_base = {
   31179             :         .ob_base = {
   31180             :             .ob_refcnt = 999999999,
   31181             :             .ob_type = &PyCode_Type,
   31182             :         },
   31183             :         .ob_size = 3,
   31184             :     },
   31185             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_4_consts._object.ob_base.ob_base,
   31186             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   31187             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   31188             :     .co_flags = 3,
   31189             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   31190             :     ._co_linearray_entry_size = 0,
   31191             :     .co_argcount = 3,
   31192             :     .co_posonlyargcount = 0,
   31193             :     .co_kwonlyargcount = 0,
   31194             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   31195             :     .co_stacksize = 1,
   31196             :     .co_firstlineno = 989,
   31197             :     .co_nlocalsplus = 3,
   31198             :     .co_nlocals = 3,
   31199             :     .co_nplaincellvars = 0,
   31200             :     .co_ncellvars = 0,
   31201             :     .co_nfreevars = 0,
   31202             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_4_localsplusnames._object.ob_base.ob_base,
   31203             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   31204             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   31205             :     .co_name = & const_str_set_data._ascii.ob_base,
   31206             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname._ascii.ob_base,
   31207             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
   31208             :     ._co_code = NULL,
   31209             :     ._co_linearray = NULL,
   31210             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   31211             :     ._co_firsttraceable = 0,
   31212             : };
   31213             : static
   31214             :     struct {
   31215             :         PyASCIIObject _ascii;
   31216             :         uint8_t _data[53];
   31217             :     }
   31218             : importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0 = {
   31219             :     ._ascii = {
   31220             :         .ob_base = {
   31221             :             .ob_refcnt = 999999999,
   31222             :             .ob_type = &PyUnicode_Type,
   31223             :         },
   31224             :         .length = 52,
   31225             :         .hash = -1,
   31226             :         .state = {
   31227             :             .kind = 1,
   31228             :             .compact = 1,
   31229             :             .ascii = 1,
   31230             :         },
   31231             :     },
   31232             :     ._data = "Concrete implementation of InspectLoader.get_source.",
   31233             : };
   31234             : static
   31235             :     struct {
   31236             :         PyASCIIObject _ascii;
   31237             :         uint8_t _data[40];
   31238             :     }
   31239             : importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1 = {
   31240             :     ._ascii = {
   31241             :         .ob_base = {
   31242             :             .ob_refcnt = 999999999,
   31243             :             .ob_type = &PyUnicode_Type,
   31244             :         },
   31245             :         .length = 39,
   31246             :         .hash = -1,
   31247             :         .state = {
   31248             :             .kind = 1,
   31249             :             .compact = 1,
   31250             :             .ascii = 1,
   31251             :         },
   31252             :     },
   31253             :     ._data = "source not available through get_data()",
   31254             : };
   31255             : static
   31256             :     struct {
   31257             :         PyGC_Head _gc_head;
   31258             :         struct {
   31259             :             PyObject_VAR_HEAD
   31260             :             PyObject *ob_item[4];
   31261             :         }_object;
   31262             :     }
   31263             : importlib__bootstrap_external_toplevel_consts_57_consts_5_consts = {
   31264             :     ._object = {
   31265             :         .ob_base = {
   31266             :             .ob_base = {
   31267             :                 .ob_refcnt = 999999999,
   31268             :                 .ob_type = &PyTuple_Type,
   31269             :             },
   31270             :             .ob_size = 4,
   31271             :         },
   31272             :         .ob_item = {
   31273             :             & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0._ascii.ob_base,
   31274             :             & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1._ascii.ob_base,
   31275             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
   31276             :             Py_None,
   31277             :         },
   31278             :     },
   31279             : };
   31280             : static
   31281             :     struct {
   31282             :         PyASCIIObject _ascii;
   31283             :         uint8_t _data[9];
   31284             :     }
   31285             : const_str_get_data = {
   31286             :     ._ascii = {
   31287             :         .ob_base = {
   31288             :             .ob_refcnt = 999999999,
   31289             :             .ob_type = &PyUnicode_Type,
   31290             :         },
   31291             :         .length = 8,
   31292             :         .hash = -1,
   31293             :         .state = {
   31294             :             .kind = 1,
   31295             :             .compact = 1,
   31296             :             .ascii = 1,
   31297             :         },
   31298             :     },
   31299             :     ._data = "get_data",
   31300             : };
   31301             : static
   31302             :     struct {
   31303             :         PyGC_Head _gc_head;
   31304             :         struct {
   31305             :             PyObject_VAR_HEAD
   31306             :             PyObject *ob_item[5];
   31307             :         }_object;
   31308             :     }
   31309             : importlib__bootstrap_external_toplevel_consts_57_consts_5_names = {
   31310             :     ._object = {
   31311             :         .ob_base = {
   31312             :             .ob_base = {
   31313             :                 .ob_refcnt = 999999999,
   31314             :                 .ob_type = &PyTuple_Type,
   31315             :             },
   31316             :             .ob_size = 5,
   31317             :         },
   31318             :         .ob_item = {
   31319             :             & const_str_get_filename._ascii.ob_base,
   31320             :             & const_str_get_data._ascii.ob_base,
   31321             :             & const_str_OSError._ascii.ob_base,
   31322             :             & const_str_ImportError._ascii.ob_base,
   31323             :             & const_str_decode_source._ascii.ob_base,
   31324             :         },
   31325             :     },
   31326             : };
   31327             : static
   31328             :     struct {
   31329             :         PyASCIIObject _ascii;
   31330             :         uint8_t _data[24];
   31331             :     }
   31332             : importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname = {
   31333             :     ._ascii = {
   31334             :         .ob_base = {
   31335             :             .ob_refcnt = 999999999,
   31336             :             .ob_type = &PyUnicode_Type,
   31337             :         },
   31338             :         .length = 23,
   31339             :         .hash = -1,
   31340             :         .state = {
   31341             :             .kind = 1,
   31342             :             .compact = 1,
   31343             :             .ascii = 1,
   31344             :         },
   31345             :     },
   31346             :     ._data = "SourceLoader.get_source",
   31347             : };
   31348             : static
   31349             :     struct {
   31350             :         PyObject_VAR_HEAD
   31351             :         Py_hash_t ob_shash;
   31352             :         char ob_sval[111];
   31353             :     }
   31354             : importlib__bootstrap_external_toplevel_consts_57_consts_5_linetable = {
   31355             :     .ob_base = {
   31356             :         .ob_base = {
   31357             :             .ob_refcnt = 999999999,
   31358             :             .ob_type = &PyBytes_Type,
   31359             :         },
   31360             :         .ob_size = 110,
   31361             :     },
   31362             :     .ob_shash = -1,
   31363             :     .ob_sval = "\x80\x00\xe0\x0f\x13\xd7\x0f\x20\xd1\x0f\x20\xa0\x18\xd4\x0f\x2a\x88\x04\xf0\x02\x04\x09\x36\xd8\x1b\x1f\x9f\x3d\x99\x3d\xa8\x14\xd4\x1b\x2e\x88\x4c\xf5\x08\x00\x10\x1d\x98\x5c\xd4\x0f\x2a\xd0\x08\x2a\xf8\xf5\x07\x00\x10\x17\xf0\x00\x02\x09\x36\xf0\x00\x02\x09\x36\xf0\x00\x02\x09\x36\xdd\x12\x1d\xd0\x1e\x47\xd8\x23\x2b\xf0\x03\x01\x13\x2d\xf4\x00\x01\x13\x2d\xd8\x32\x35\xf0\x03\x01\x0d\x36\xf8\xf8\xf8\xf8\xf0\x03\x02\x09\x36\xf8\xf8\xf8",
   31364             : };
   31365             : static
   31366             :     struct {
   31367             :         PyObject_VAR_HEAD
   31368             :         Py_hash_t ob_shash;
   31369             :         char ob_sval[21];
   31370             :     }
   31371             : importlib__bootstrap_external_toplevel_consts_57_consts_5_exceptiontable = {
   31372             :     .ob_base = {
   31373             :         .ob_base = {
   31374             :             .ob_refcnt = 999999999,
   31375             :             .ob_type = &PyBytes_Type,
   31376             :         },
   31377             :         .ob_size = 20,
   31378             :     },
   31379             :     .ob_shash = -1,
   31380             :     .ob_sval = "\x94\x12\x33\x00\xb3\x0a\x41\x12\x03\xbd\x10\x41\x0d\x03\xc1\x0d\x05\x41\x12\x03",
   31381             : };
   31382             : static
   31383             :     struct {
   31384             :         PyGC_Head _gc_head;
   31385             :         struct {
   31386             :             PyObject_VAR_HEAD
   31387             :             PyObject *ob_item[5];
   31388             :         }_object;
   31389             :     }
   31390             : importlib__bootstrap_external_toplevel_consts_57_consts_5_localsplusnames = {
   31391             :     ._object = {
   31392             :         .ob_base = {
   31393             :             .ob_base = {
   31394             :                 .ob_refcnt = 999999999,
   31395             :                 .ob_type = &PyTuple_Type,
   31396             :             },
   31397             :             .ob_size = 5,
   31398             :         },
   31399             :         .ob_item = {
   31400             :             & const_str_self._ascii.ob_base,
   31401             :             & const_str_fullname._ascii.ob_base,
   31402             :             &_Py_ID(path),
   31403             :             & const_str_source_bytes._ascii.ob_base,
   31404             :             & const_str_exc._ascii.ob_base,
   31405             :         },
   31406             :     },
   31407             : };
   31408             : static
   31409             :     struct _PyCode_DEF(170)
   31410             : importlib__bootstrap_external_toplevel_consts_57_consts_5 = {
   31411             :     .ob_base = {
   31412             :         .ob_base = {
   31413             :             .ob_refcnt = 999999999,
   31414             :             .ob_type = &PyCode_Type,
   31415             :         },
   31416             :         .ob_size = 85,
   31417             :     },
   31418             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts._object.ob_base.ob_base,
   31419             :     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_5_names._object.ob_base.ob_base,
   31420             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_57_consts_5_exceptiontable.ob_base.ob_base,
   31421             :     .co_flags = 3,
   31422             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   31423             :     ._co_linearray_entry_size = 0,
   31424             :     .co_argcount = 2,
   31425             :     .co_posonlyargcount = 0,
   31426             :     .co_kwonlyargcount = 0,
   31427             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   31428             :     .co_stacksize = 5,
   31429             :     .co_firstlineno = 996,
   31430             :     .co_nlocalsplus = 5,
   31431             :     .co_nlocals = 5,
   31432             :     .co_nplaincellvars = 0,
   31433             :     .co_ncellvars = 0,
   31434             :     .co_nfreevars = 0,
   31435             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_5_localsplusnames._object.ob_base.ob_base,
   31436             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   31437             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   31438             :     .co_name = &_Py_ID(get_source),
   31439             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname._ascii.ob_base,
   31440             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_5_linetable.ob_base.ob_base,
   31441             :     ._co_code = NULL,
   31442             :     ._co_linearray = NULL,
   31443             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x82\x02\x64\x03\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
   31444             :     ._co_firsttraceable = 0,
   31445             : };
   31446             : static
   31447             :     struct {
   31448             :         PyASCIIObject _ascii;
   31449             :         uint8_t _data[10];
   31450             :     }
   31451             : const_str__optimize = {
   31452             :     ._ascii = {
   31453             :         .ob_base = {
   31454             :             .ob_refcnt = 999999999,
   31455             :             .ob_type = &PyUnicode_Type,
   31456             :         },
   31457             :         .length = 9,
   31458             :         .hash = -1,
   31459             :         .state = {
   31460             :             .kind = 1,
   31461             :             .compact = 1,
   31462             :             .ascii = 1,
   31463             :         },
   31464             :     },
   31465             :     ._data = "_optimize",
   31466             : };
   31467             : static
   31468             :     struct {
   31469             :         PyGC_Head _gc_head;
   31470             :         struct {
   31471             :             PyObject_VAR_HEAD
   31472             :             PyObject *ob_item[1];
   31473             :         }_object;
   31474             :     }
   31475             : importlib__bootstrap_external_toplevel_consts_57_consts_7 = {
   31476             :     ._object = {
   31477             :         .ob_base = {
   31478             :             .ob_base = {
   31479             :                 .ob_refcnt = 999999999,
   31480             :                 .ob_type = &PyTuple_Type,
   31481             :             },
   31482             :             .ob_size = 1,
   31483             :         },
   31484             :         .ob_item = {
   31485             :             & const_str__optimize._ascii.ob_base,
   31486             :         },
   31487             :     },
   31488             : };
   31489             : static
   31490             :     struct {
   31491             :         PyASCIIObject _ascii;
   31492             :         uint8_t _data[131];
   31493             :     }
   31494             : importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0 = {
   31495             :     ._ascii = {
   31496             :         .ob_base = {
   31497             :             .ob_refcnt = 999999999,
   31498             :             .ob_type = &PyUnicode_Type,
   31499             :         },
   31500             :         .length = 130,
   31501             :         .hash = -1,
   31502             :         .state = {
   31503             :             .kind = 1,
   31504             :             .compact = 1,
   31505             :             .ascii = 1,
   31506             :         },
   31507             :     },
   31508             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x63\x6f\x6d\x70\x69\x6c\x65\x64\x20\x66\x72\x6f\x6d\x20\x73\x6f\x75\x72\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x27\x64\x61\x74\x61\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x63\x61\x6e\x20\x62\x65\x20\x61\x6e\x79\x20\x6f\x62\x6a\x65\x63\x74\x20\x74\x79\x70\x65\x20\x74\x68\x61\x74\x20\x63\x6f\x6d\x70\x69\x6c\x65\x28\x29\x20\x73\x75\x70\x70\x6f\x72\x74\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   31509             : };
   31510             : static
   31511             :     struct {
   31512             :         PyASCIIObject _ascii;
   31513             :         uint8_t _data[13];
   31514             :     }
   31515             : const_str_dont_inherit = {
   31516             :     ._ascii = {
   31517             :         .ob_base = {
   31518             :             .ob_refcnt = 999999999,
   31519             :             .ob_type = &PyUnicode_Type,
   31520             :         },
   31521             :         .length = 12,
   31522             :         .hash = -1,
   31523             :         .state = {
   31524             :             .kind = 1,
   31525             :             .compact = 1,
   31526             :             .ascii = 1,
   31527             :         },
   31528             :     },
   31529             :     ._data = "dont_inherit",
   31530             : };
   31531             : static
   31532             :     struct {
   31533             :         PyGC_Head _gc_head;
   31534             :         struct {
   31535             :             PyObject_VAR_HEAD
   31536             :             PyObject *ob_item[2];
   31537             :         }_object;
   31538             :     }
   31539             : importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_3 = {
   31540             :     ._object = {
   31541             :         .ob_base = {
   31542             :             .ob_base = {
   31543             :                 .ob_refcnt = 999999999,
   31544             :                 .ob_type = &PyTuple_Type,
   31545             :             },
   31546             :             .ob_size = 2,
   31547             :         },
   31548             :         .ob_item = {
   31549             :             & const_str_dont_inherit._ascii.ob_base,
   31550             :             & const_str_optimize._ascii.ob_base,
   31551             :         },
   31552             :     },
   31553             : };
   31554             : static
   31555             :     struct {
   31556             :         PyGC_Head _gc_head;
   31557             :         struct {
   31558             :             PyObject_VAR_HEAD
   31559             :             PyObject *ob_item[4];
   31560             :         }_object;
   31561             :     }
   31562             : importlib__bootstrap_external_toplevel_consts_57_consts_8_consts = {
   31563             :     ._object = {
   31564             :         .ob_base = {
   31565             :             .ob_base = {
   31566             :                 .ob_refcnt = 999999999,
   31567             :                 .ob_type = &PyTuple_Type,
   31568             :             },
   31569             :             .ob_size = 4,
   31570             :         },
   31571             :         .ob_item = {
   31572             :             & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0._ascii.ob_base,
   31573             :             & const_str_exec._ascii.ob_base,
   31574             :             Py_True,
   31575             :             & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_3._object.ob_base.ob_base,
   31576             :         },
   31577             :     },
   31578             : };
   31579             : static
   31580             :     struct {
   31581             :         PyASCIIObject _ascii;
   31582             :         uint8_t _data[8];
   31583             :     }
   31584             : const_str_compile = {
   31585             :     ._ascii = {
   31586             :         .ob_base = {
   31587             :             .ob_refcnt = 999999999,
   31588             :             .ob_type = &PyUnicode_Type,
   31589             :         },
   31590             :         .length = 7,
   31591             :         .hash = -1,
   31592             :         .state = {
   31593             :             .kind = 1,
   31594             :             .compact = 1,
   31595             :             .ascii = 1,
   31596             :         },
   31597             :     },
   31598             :     ._data = "compile",
   31599             : };
   31600             : static
   31601             :     struct {
   31602             :         PyGC_Head _gc_head;
   31603             :         struct {
   31604             :             PyObject_VAR_HEAD
   31605             :             PyObject *ob_item[3];
   31606             :         }_object;
   31607             :     }
   31608             : importlib__bootstrap_external_toplevel_consts_57_consts_8_names = {
   31609             :     ._object = {
   31610             :         .ob_base = {
   31611             :             .ob_base = {
   31612             :                 .ob_refcnt = 999999999,
   31613             :                 .ob_type = &PyTuple_Type,
   31614             :             },
   31615             :             .ob_size = 3,
   31616             :         },
   31617             :         .ob_item = {
   31618             :             &_Py_ID(_bootstrap),
   31619             :             & const_str__call_with_frames_removed._ascii.ob_base,
   31620             :             & const_str_compile._ascii.ob_base,
   31621             :         },
   31622             :     },
   31623             : };
   31624             : static
   31625             :     struct {
   31626             :         PyASCIIObject _ascii;
   31627             :         uint8_t _data[15];
   31628             :     }
   31629             : const_str_source_to_code = {
   31630             :     ._ascii = {
   31631             :         .ob_base = {
   31632             :             .ob_refcnt = 999999999,
   31633             :             .ob_type = &PyUnicode_Type,
   31634             :         },
   31635             :         .length = 14,
   31636             :         .hash = -1,
   31637             :         .state = {
   31638             :             .kind = 1,
   31639             :             .compact = 1,
   31640             :             .ascii = 1,
   31641             :         },
   31642             :     },
   31643             :     ._data = "source_to_code",
   31644             : };
   31645             : static
   31646             :     struct {
   31647             :         PyASCIIObject _ascii;
   31648             :         uint8_t _data[28];
   31649             :     }
   31650             : importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname = {
   31651             :     ._ascii = {
   31652             :         .ob_base = {
   31653             :             .ob_refcnt = 999999999,
   31654             :             .ob_type = &PyUnicode_Type,
   31655             :         },
   31656             :         .length = 27,
   31657             :         .hash = -1,
   31658             :         .state = {
   31659             :             .kind = 1,
   31660             :             .compact = 1,
   31661             :             .ascii = 1,
   31662             :         },
   31663             :     },
   31664             :     ._data = "SourceLoader.source_to_code",
   31665             : };
   31666             : static
   31667             :     struct {
   31668             :         PyObject_VAR_HEAD
   31669             :         Py_hash_t ob_shash;
   31670             :         char ob_sval[44];
   31671             :     }
   31672             : importlib__bootstrap_external_toplevel_consts_57_consts_8_linetable = {
   31673             :     .ob_base = {
   31674             :         .ob_base = {
   31675             :             .ob_refcnt = 999999999,
   31676             :             .ob_type = &PyBytes_Type,
   31677             :         },
   31678             :         .ob_size = 43,
   31679             :     },
   31680             :     .ob_shash = -1,
   31681             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x10\x1a\xd7\x0f\x33\xd1\x0f\x33\xb5\x47\xb8\x54\xc0\x34\xc8\x16\xd8\x35\x39\xc0\x49\xf0\x03\x00\x10\x34\xf4\x00\x01\x10\x4f\x01\xf0\x00\x01\x09\x4f\x01",
   31682             : };
   31683             : static
   31684             :     struct {
   31685             :         PyGC_Head _gc_head;
   31686             :         struct {
   31687             :             PyObject_VAR_HEAD
   31688             :             PyObject *ob_item[4];
   31689             :         }_object;
   31690             :     }
   31691             : importlib__bootstrap_external_toplevel_consts_57_consts_8_localsplusnames = {
   31692             :     ._object = {
   31693             :         .ob_base = {
   31694             :             .ob_base = {
   31695             :                 .ob_refcnt = 999999999,
   31696             :                 .ob_type = &PyTuple_Type,
   31697             :             },
   31698             :             .ob_size = 4,
   31699             :         },
   31700             :         .ob_item = {
   31701             :             & const_str_self._ascii.ob_base,
   31702             :             & const_str_data._ascii.ob_base,
   31703             :             &_Py_ID(path),
   31704             :             & const_str__optimize._ascii.ob_base,
   31705             :         },
   31706             :     },
   31707             : };
   31708             : static
   31709             :     struct _PyCode_DEF(70)
   31710             : importlib__bootstrap_external_toplevel_consts_57_consts_8 = {
   31711             :     .ob_base = {
   31712             :         .ob_base = {
   31713             :             .ob_refcnt = 999999999,
   31714             :             .ob_type = &PyCode_Type,
   31715             :         },
   31716             :         .ob_size = 35,
   31717             :     },
   31718             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts._object.ob_base.ob_base,
   31719             :     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_8_names._object.ob_base.ob_base,
   31720             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   31721             :     .co_flags = 3,
   31722             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   31723             :     ._co_linearray_entry_size = 0,
   31724             :     .co_argcount = 3,
   31725             :     .co_posonlyargcount = 0,
   31726             :     .co_kwonlyargcount = 1,
   31727             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   31728             :     .co_stacksize = 8,
   31729             :     .co_firstlineno = 1006,
   31730             :     .co_nlocalsplus = 4,
   31731             :     .co_nlocals = 4,
   31732             :     .co_nplaincellvars = 0,
   31733             :     .co_ncellvars = 0,
   31734             :     .co_nfreevars = 0,
   31735             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_8_localsplusnames._object.ob_base.ob_base,
   31736             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   31737             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   31738             :     .co_name = & const_str_source_to_code._ascii.ob_base,
   31739             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname._ascii.ob_base,
   31740             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_8_linetable.ob_base.ob_base,
   31741             :     ._co_code = NULL,
   31742             :     ._co_linearray = NULL,
   31743             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x64\x01\x64\x02\x7c\x03\xac\x03\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   31744             :     ._co_firsttraceable = 0,
   31745             : };
   31746             : static
   31747             :     struct {
   31748             :         PyASCIIObject _ascii;
   31749             :         uint8_t _data[191];
   31750             :     }
   31751             : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0 = {
   31752             :     ._ascii = {
   31753             :         .ob_base = {
   31754             :             .ob_refcnt = 999999999,
   31755             :             .ob_type = &PyUnicode_Type,
   31756             :         },
   31757             :         .length = 190,
   31758             :         .hash = -1,
   31759             :         .state = {
   31760             :             .kind = 1,
   31761             :             .compact = 1,
   31762             :             .ascii = 1,
   31763             :         },
   31764             :     },
   31765             :     ._data = "\x43\x6f\x6e\x63\x72\x65\x74\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x49\x6e\x73\x70\x65\x63\x74\x4c\x6f\x61\x64\x65\x72\x2e\x67\x65\x74\x5f\x63\x6f\x64\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x61\x64\x69\x6e\x67\x20\x6f\x66\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x72\x65\x71\x75\x69\x72\x65\x73\x20\x70\x61\x74\x68\x5f\x73\x74\x61\x74\x73\x20\x74\x6f\x20\x62\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x2e\x20\x54\x6f\x20\x77\x72\x69\x74\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x2c\x20\x73\x65\x74\x5f\x64\x61\x74\x61\x20\x6d\x75\x73\x74\x20\x61\x6c\x73\x6f\x20\x62\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   31766             : };
   31767             : static
   31768             :     struct {
   31769             :         PyASCIIObject _ascii;
   31770             :         uint8_t _data[6];
   31771             :     }
   31772             : const_str_never = {
   31773             :     ._ascii = {
   31774             :         .ob_base = {
   31775             :             .ob_refcnt = 999999999,
   31776             :             .ob_type = &PyUnicode_Type,
   31777             :         },
   31778             :         .length = 5,
   31779             :         .hash = -1,
   31780             :         .state = {
   31781             :             .kind = 1,
   31782             :             .compact = 1,
   31783             :             .ascii = 1,
   31784             :         },
   31785             :     },
   31786             :     ._data = "never",
   31787             : };
   31788             : static
   31789             :     struct {
   31790             :         PyASCIIObject _ascii;
   31791             :         uint8_t _data[7];
   31792             :     }
   31793             : const_str_always = {
   31794             :     ._ascii = {
   31795             :         .ob_base = {
   31796             :             .ob_refcnt = 999999999,
   31797             :             .ob_type = &PyUnicode_Type,
   31798             :         },
   31799             :         .length = 6,
   31800             :         .hash = -1,
   31801             :         .state = {
   31802             :             .kind = 1,
   31803             :             .compact = 1,
   31804             :             .ascii = 1,
   31805             :         },
   31806             :     },
   31807             :     ._data = "always",
   31808             : };
   31809             : static
   31810             :     struct {
   31811             :         PyASCIIObject _ascii;
   31812             :         uint8_t _data[5];
   31813             :     }
   31814             : const_str_size = {
   31815             :     ._ascii = {
   31816             :         .ob_base = {
   31817             :             .ob_refcnt = 999999999,
   31818             :             .ob_type = &PyUnicode_Type,
   31819             :         },
   31820             :         .length = 4,
   31821             :         .hash = -1,
   31822             :         .state = {
   31823             :             .kind = 1,
   31824             :             .compact = 1,
   31825             :             .ascii = 1,
   31826             :         },
   31827             :     },
   31828             :     ._data = "size",
   31829             : };
   31830             : static
   31831             :     struct {
   31832             :         PyASCIIObject _ascii;
   31833             :         uint8_t _data[14];
   31834             :     }
   31835             : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13 = {
   31836             :     ._ascii = {
   31837             :         .ob_base = {
   31838             :             .ob_refcnt = 999999999,
   31839             :             .ob_type = &PyUnicode_Type,
   31840             :         },
   31841             :         .length = 13,
   31842             :         .hash = -1,
   31843             :         .state = {
   31844             :             .kind = 1,
   31845             :             .compact = 1,
   31846             :             .ascii = 1,
   31847             :         },
   31848             :     },
   31849             :     ._data = "{} matches {}",
   31850             : };
   31851             : static
   31852             :     struct {
   31853             :         PyGC_Head _gc_head;
   31854             :         struct {
   31855             :             PyObject_VAR_HEAD
   31856             :             PyObject *ob_item[3];
   31857             :         }_object;
   31858             :     }
   31859             : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_14 = {
   31860             :     ._object = {
   31861             :         .ob_base = {
   31862             :             .ob_base = {
   31863             :                 .ob_refcnt = 999999999,
   31864             :                 .ob_type = &PyTuple_Type,
   31865             :             },
   31866             :             .ob_size = 3,
   31867             :         },
   31868             :         .ob_item = {
   31869             :             &_Py_ID(name),
   31870             :             & const_str_bytecode_path._ascii.ob_base,
   31871             :             & const_str_source_path._ascii.ob_base,
   31872             :         },
   31873             :     },
   31874             : };
   31875             : static
   31876             :     struct {
   31877             :         PyASCIIObject _ascii;
   31878             :         uint8_t _data[20];
   31879             :     }
   31880             : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15 = {
   31881             :     ._ascii = {
   31882             :         .ob_base = {
   31883             :             .ob_refcnt = 999999999,
   31884             :             .ob_type = &PyUnicode_Type,
   31885             :         },
   31886             :         .length = 19,
   31887             :         .hash = -1,
   31888             :         .state = {
   31889             :             .kind = 1,
   31890             :             .compact = 1,
   31891             :             .ascii = 1,
   31892             :         },
   31893             :     },
   31894             :     ._data = "code object from {}",
   31895             : };
   31896             : static
   31897             :     struct {
   31898             :         PyGC_Head _gc_head;
   31899             :         struct {
   31900             :             PyObject_VAR_HEAD
   31901             :             PyObject *ob_item[16];
   31902             :         }_object;
   31903             :     }
   31904             : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts = {
   31905             :     ._object = {
   31906             :         .ob_base = {
   31907             :             .ob_base = {
   31908             :                 .ob_refcnt = 999999999,
   31909             :                 .ob_type = &PyTuple_Type,
   31910             :             },
   31911             :             .ob_size = 16,
   31912             :         },
   31913             :         .ob_item = {
   31914             :             & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0._ascii.ob_base,
   31915             :             Py_None,
   31916             :             Py_False,
   31917             :             Py_True,
   31918             :             & const_str_mtime._ascii.ob_base,
   31919             :             & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
   31920             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
   31921             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   31922             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   31923             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   31924             :             & const_str_never._ascii.ob_base,
   31925             :             & const_str_always._ascii.ob_base,
   31926             :             & const_str_size._ascii.ob_base,
   31927             :             & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13._ascii.ob_base,
   31928             :             & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_14._object.ob_base.ob_base,
   31929             :             & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15._ascii.ob_base,
   31930             :         },
   31931             :     },
   31932             : };
   31933             : static
   31934             :     struct {
   31935             :         PyASCIIObject _ascii;
   31936             :         uint8_t _data[11];
   31937             :     }
   31938             : const_str_memoryview = {
   31939             :     ._ascii = {
   31940             :         .ob_base = {
   31941             :             .ob_refcnt = 999999999,
   31942             :             .ob_type = &PyUnicode_Type,
   31943             :         },
   31944             :         .length = 10,
   31945             :         .hash = -1,
   31946             :         .state = {
   31947             :             .kind = 1,
   31948             :             .compact = 1,
   31949             :             .ascii = 1,
   31950             :         },
   31951             :     },
   31952             :     ._data = "memoryview",
   31953             : };
   31954             : static
   31955             :     struct {
   31956             :         PyASCIIObject _ascii;
   31957             :         uint8_t _data[22];
   31958             :     }
   31959             : const_str_check_hash_based_pycs = {
   31960             :     ._ascii = {
   31961             :         .ob_base = {
   31962             :             .ob_refcnt = 999999999,
   31963             :             .ob_type = &PyUnicode_Type,
   31964             :         },
   31965             :         .length = 21,
   31966             :         .hash = -1,
   31967             :         .state = {
   31968             :             .kind = 1,
   31969             :             .compact = 1,
   31970             :             .ascii = 1,
   31971             :         },
   31972             :     },
   31973             :     ._data = "check_hash_based_pycs",
   31974             : };
   31975             : static
   31976             :     struct {
   31977             :         PyASCIIObject _ascii;
   31978             :         uint8_t _data[18];
   31979             :     }
   31980             : const_str__RAW_MAGIC_NUMBER = {
   31981             :     ._ascii = {
   31982             :         .ob_base = {
   31983             :             .ob_refcnt = 999999999,
   31984             :             .ob_type = &PyUnicode_Type,
   31985             :         },
   31986             :         .length = 17,
   31987             :         .hash = -1,
   31988             :         .state = {
   31989             :             .kind = 1,
   31990             :             .compact = 1,
   31991             :             .ascii = 1,
   31992             :         },
   31993             :     },
   31994             :     ._data = "_RAW_MAGIC_NUMBER",
   31995             : };
   31996             : static
   31997             :     struct {
   31998             :         PyASCIIObject _ascii;
   31999             :         uint8_t _data[20];
   32000             :     }
   32001             : const_str_dont_write_bytecode = {
   32002             :     ._ascii = {
   32003             :         .ob_base = {
   32004             :             .ob_refcnt = 999999999,
   32005             :             .ob_type = &PyUnicode_Type,
   32006             :         },
   32007             :         .length = 19,
   32008             :         .hash = -1,
   32009             :         .state = {
   32010             :             .kind = 1,
   32011             :             .compact = 1,
   32012             :             .ascii = 1,
   32013             :         },
   32014             :     },
   32015             :     ._data = "dont_write_bytecode",
   32016             : };
   32017             : static
   32018             :     struct {
   32019             :         PyGC_Head _gc_head;
   32020             :         struct {
   32021             :             PyObject_VAR_HEAD
   32022             :             PyObject *ob_item[27];
   32023             :         }_object;
   32024             :     }
   32025             : importlib__bootstrap_external_toplevel_consts_57_consts_9_names = {
   32026             :     ._object = {
   32027             :         .ob_base = {
   32028             :             .ob_base = {
   32029             :                 .ob_refcnt = 999999999,
   32030             :                 .ob_type = &PyTuple_Type,
   32031             :             },
   32032             :             .ob_size = 27,
   32033             :         },
   32034             :         .ob_item = {
   32035             :             & const_str_get_filename._ascii.ob_base,
   32036             :             & const_str_cache_from_source._ascii.ob_base,
   32037             :             & const_str_path_stats._ascii.ob_base,
   32038             :             & const_str_int._ascii.ob_base,
   32039             :             & const_str_get_data._ascii.ob_base,
   32040             :             & const_str__classify_pyc._ascii.ob_base,
   32041             :             & const_str_memoryview._ascii.ob_base,
   32042             :             & const_str__imp._ascii.ob_base,
   32043             :             & const_str_check_hash_based_pycs._ascii.ob_base,
   32044             :             & const_str_source_hash._ascii.ob_base,
   32045             :             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
   32046             :             & const_str__validate_hash_pyc._ascii.ob_base,
   32047             :             & const_str__validate_timestamp_pyc._ascii.ob_base,
   32048             :             &_Py_ID(_bootstrap),
   32049             :             & const_str__verbose_message._ascii.ob_base,
   32050             :             & const_str__compile_bytecode._ascii.ob_base,
   32051             :             & const_str_ImportError._ascii.ob_base,
   32052             :             & const_str_EOFError._ascii.ob_base,
   32053             :             & const_str_OSError._ascii.ob_base,
   32054             :             & const_str_NotImplementedError._ascii.ob_base,
   32055             :             & const_str_source_to_code._ascii.ob_base,
   32056             :             & const_str_sys._ascii.ob_base,
   32057             :             & const_str_dont_write_bytecode._ascii.ob_base,
   32058             :             & const_str__code_to_hash_pyc._ascii.ob_base,
   32059             :             & const_str__code_to_timestamp_pyc._ascii.ob_base,
   32060             :             &_Py_ID(len),
   32061             :             & const_str__cache_bytecode._ascii.ob_base,
   32062             :         },
   32063             :     },
   32064             : };
   32065             : static
   32066             :     struct {
   32067             :         PyASCIIObject _ascii;
   32068             :         uint8_t _data[22];
   32069             :     }
   32070             : importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname = {
   32071             :     ._ascii = {
   32072             :         .ob_base = {
   32073             :             .ob_refcnt = 999999999,
   32074             :             .ob_type = &PyUnicode_Type,
   32075             :         },
   32076             :         .length = 21,
   32077             :         .hash = -1,
   32078             :         .state = {
   32079             :             .kind = 1,
   32080             :             .compact = 1,
   32081             :             .ascii = 1,
   32082             :         },
   32083             :     },
   32084             :     ._data = "SourceLoader.get_code",
   32085             : };
   32086             : static
   32087             :     struct {
   32088             :         PyObject_VAR_HEAD
   32089             :         Py_hash_t ob_shash;
   32090             :         char ob_sval[803];
   32091             :     }
   32092             : importlib__bootstrap_external_toplevel_consts_57_consts_9_linetable = {
   32093             :     .ob_base = {
   32094             :         .ob_base = {
   32095             :             .ob_refcnt = 999999999,
   32096             :             .ob_type = &PyBytes_Type,
   32097             :         },
   32098             :         .ob_size = 802,
   32099             :     },
   32100             :     .ob_shash = -1,
   32101             :     .ob_sval = "\x80\x00\xf0\x0e\x00\x17\x1b\xd7\x16\x27\xd1\x16\x27\xa8\x08\xd4\x16\x31\x88\x0b\xd8\x17\x1b\x88\x0c\xd8\x17\x1b\x88\x0c\xd8\x16\x1a\x88\x0b\xd8\x15\x1a\x88\x0a\xd8\x17\x1b\x88\x0c\xf0\x02\x33\x09\x4a\x01\xdd\x1c\x2d\xa8\x6b\xd4\x1c\x3a\x88\x4d\xf0\x08\x2e\x0d\x4a\x01\xd8\x15\x19\x97\x5f\x91\x5f\xa0\x5b\xd4\x15\x31\x90\x02\xf5\x08\x00\x20\x23\xa0\x32\xa0\x67\xa4\x3b\xd4\x1f\x2f\x90\x0c\xf0\x02\x28\x11\x4a\x01\xd8\x1b\x1f\x9f\x3d\x99\x3d\xa8\x1d\xd4\x1b\x37\x90\x44\xf0\x0a\x00\x21\x29\xd8\x20\x2d\xf0\x05\x03\x23\x16\xf0\x00\x03\x23\x16\x90\x4b\xf0\x08\x1f\x15\x4a\x01\xdd\x20\x2d\xa8\x64\xb0\x48\xb8\x6b\xd4\x20\x4a\x98\x05\xdd\x25\x2f\xb0\x04\xd4\x25\x35\xb0\x62\xd0\x25\x3a\xd0\x25\x3a\x98\x0a\xd8\x25\x2a\xa8\x53\xa1\x5b\xb0\x41\xd2\x25\x35\x98\x0a\xd8\x1b\x25\xf0\x00\x13\x19\x1e\xd8\x2b\x30\xb0\x34\xa9\x3c\xb8\x31\xd2\x2b\x3c\x98\x4c\xdd\x20\x24\xd7\x20\x3a\xd1\x20\x3a\xb8\x67\xd2\x20\x45\xf0\x00\x09\x1d\x40\x01\xd8\x21\x2d\xf0\x03\x09\x1d\x40\x01\xe5\x21\x25\xd7\x21\x3b\xd1\x21\x3b\xb8\x78\xd2\x21\x47\xf0\x05\x09\x1d\x40\x01\xf0\x06\x00\x30\x34\xaf\x7d\xa9\x7d\xb8\x5b\xd4\x2f\x49\xa0\x0c\xdd\x2e\x3e\xd7\x2e\x3e\xd1\x2e\x3e\xdd\x24\x35\xd8\x24\x30\xf4\x05\x03\x2f\x22\xa0\x0b\xf5\x08\x00\x21\x33\xb0\x34\xb8\x1b\xc0\x68\xd8\x33\x3e\xf4\x03\x01\x21\x40\x01\xf0\x00\x01\x21\x40\x01\xf0\x00\x01\x21\x40\x01\xf5\x06\x00\x1d\x34\xd8\x20\x24\xd8\x20\x2c\xd8\x20\x22\xa0\x36\xa4\x0a\xd8\x20\x28\xd8\x20\x2b\xf4\x0b\x06\x1d\x1e\xf0\x00\x06\x1d\x1e\xf5\x14\x00\x19\x23\xd7\x18\x33\xd1\x18\x33\xb0\x4f\xc0\x5d\xd8\x34\x3f\xf4\x03\x01\x19\x41\x01\xf0\x00\x01\x19\x41\x01\xe5\x1f\x30\xb0\x1a\xc0\x28\xd8\x3f\x4c\xd8\x3d\x48\xf0\x05\x02\x20\x4a\x01\xf4\x00\x02\x20\x4a\x01\xf0\x00\x02\x19\x4a\x01\xf8\xf5\x0b\x00\x1d\x28\xad\x18\xd0\x1b\x32\xf0\x00\x01\x15\x1d\xf0\x00\x01\x15\x1d\xf0\x00\x01\x15\x1d\xd8\x18\x1c\x98\x04\xf0\x03\x01\x15\x1d\xf8\xf8\xf8\xf8\xf5\x3f\x00\x18\x1f\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xd8\x14\x18\x90\x44\xf0\x03\x01\x11\x19\xf8\xf8\xf8\xf8\xf5\x0d\x00\x14\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x0b\x00\x10\x23\xf0\x00\x01\x09\x21\xf0\x00\x01\x09\x21\xf0\x00\x01\x09\x21\xd8\x1c\x20\x88\x4d\x88\x4d\x88\x4d\xf0\x03\x01\x09\x21\xf8\xf8\xf8\xf0\x64\x01\x00\x0c\x18\xf0\x00\x01\x09\x36\xd8\x1b\x1f\x9f\x3d\x99\x3d\xa8\x1b\xd4\x1b\x35\x88\x4c\xd8\x16\x1a\xd7\x16\x29\xd1\x16\x29\xa8\x2c\xb8\x0b\xd4\x16\x44\x88\x0b\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xd0\x24\x39\xb8\x3b\xd4\x08\x47\xd0\x08\x47\xdd\x10\x13\xd7\x10\x27\xd1\x10\x27\xf0\x00\x0c\x09\x15\xa8\x4d\xf0\x00\x0c\x09\x15\xd8\x10\x1c\xf0\x03\x0c\x09\x15\xe0\x0f\x19\xf0\x00\x06\x0d\x41\x01\xd8\x13\x1e\xf0\x00\x01\x11\x41\x01\xdd\x22\x32\xd7\x22\x32\xd1\x22\x32\xb0\x3c\xd4\x22\x40\x90\x4b\xdd\x17\x28\xa8\x1b\xb0\x6b\xc0\x3c\xd4\x17\x50\x90\x04\x90\x04\xe5\x17\x2d\xa8\x6b\xb8\x3c\xdd\x2e\x31\xb0\x2c\xd4\x2e\x3f\xf4\x03\x01\x18\x41\x01\x90\x04\xf0\x04\x03\x0d\x15\xd8\x10\x14\xd7\x10\x24\xd1\x10\x24\xa0\x5b\xb0\x2d\xc0\x14\xd4\x10\x46\xd0\x10\x46\xd0\x10\x46\xf8\xdd\x13\x26\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xe0\x0f\x1a\xd0\x08\x1a",
   32102             : };
   32103             : static
   32104             :     struct {
   32105             :         PyObject_VAR_HEAD
   32106             :         Py_hash_t ob_shash;
   32107             :         char ob_sval[90];
   32108             :     }
   32109             : importlib__bootstrap_external_toplevel_consts_57_consts_9_exceptiontable = {
   32110             :     .ob_base = {
   32111             :         .ob_base = {
   32112             :             .ob_refcnt = 999999999,
   32113             :             .ob_type = &PyBytes_Type,
   32114             :         },
   32115             :         .ob_size = 89,
   32116             :     },
   32117             :     .ob_shash = -1,
   32118             :     .ob_sval = "\x9e\x0d\x46\x01\x00\xac\x12\x45\x31\x00\xc1\x12\x12\x45\x21\x00\xc1\x2a\x42\x36\x45\x0a\x00\xc5\x0a\x11\x45\x1e\x03\xc5\x1d\x01\x45\x1e\x03\xc5\x21\x0a\x45\x2e\x03\xc5\x2d\x01\x45\x2e\x03\xc5\x31\x0a\x45\x3e\x03\xc5\x3d\x01\x45\x3e\x03\xc6\x01\x0c\x46\x10\x03\xc6\x0f\x01\x46\x10\x03\xc8\x2d\x14\x49\x02\x00\xc9\x02\x0a\x49\x0f\x03\xc9\x0e\x01\x49\x0f\x03",
   32119             : };
   32120             : static
   32121             :     struct {
   32122             :         PyASCIIObject _ascii;
   32123             :         uint8_t _data[11];
   32124             :     }
   32125             : const_str_hash_based = {
   32126             :     ._ascii = {
   32127             :         .ob_base = {
   32128             :             .ob_refcnt = 999999999,
   32129             :             .ob_type = &PyUnicode_Type,
   32130             :         },
   32131             :         .length = 10,
   32132             :         .hash = -1,
   32133             :         .state = {
   32134             :             .kind = 1,
   32135             :             .compact = 1,
   32136             :             .ascii = 1,
   32137             :         },
   32138             :     },
   32139             :     ._data = "hash_based",
   32140             : };
   32141             : static
   32142             :     struct {
   32143             :         PyASCIIObject _ascii;
   32144             :         uint8_t _data[13];
   32145             :     }
   32146             : const_str_check_source = {
   32147             :     ._ascii = {
   32148             :         .ob_base = {
   32149             :             .ob_refcnt = 999999999,
   32150             :             .ob_type = &PyUnicode_Type,
   32151             :         },
   32152             :         .length = 12,
   32153             :         .hash = -1,
   32154             :         .state = {
   32155             :             .kind = 1,
   32156             :             .compact = 1,
   32157             :             .ascii = 1,
   32158             :         },
   32159             :     },
   32160             :     ._data = "check_source",
   32161             : };
   32162             : static
   32163             :     struct {
   32164             :         PyASCIIObject _ascii;
   32165             :         uint8_t _data[3];
   32166             :     }
   32167             : const_str_st = {
   32168             :     ._ascii = {
   32169             :         .ob_base = {
   32170             :             .ob_refcnt = 999999999,
   32171             :             .ob_type = &PyUnicode_Type,
   32172             :         },
   32173             :         .length = 2,
   32174             :         .hash = -1,
   32175             :         .state = {
   32176             :             .kind = 1,
   32177             :             .compact = 1,
   32178             :             .ascii = 1,
   32179             :         },
   32180             :     },
   32181             :     ._data = "st",
   32182             : };
   32183             : static
   32184             :     struct {
   32185             :         PyASCIIObject _ascii;
   32186             :         uint8_t _data[11];
   32187             :     }
   32188             : const_str_bytes_data = {
   32189             :     ._ascii = {
   32190             :         .ob_base = {
   32191             :             .ob_refcnt = 999999999,
   32192             :             .ob_type = &PyUnicode_Type,
   32193             :         },
   32194             :         .length = 10,
   32195             :         .hash = -1,
   32196             :         .state = {
   32197             :             .kind = 1,
   32198             :             .compact = 1,
   32199             :             .ascii = 1,
   32200             :         },
   32201             :     },
   32202             :     ._data = "bytes_data",
   32203             : };
   32204             : static
   32205             :     struct {
   32206             :         PyASCIIObject _ascii;
   32207             :         uint8_t _data[12];
   32208             :     }
   32209             : const_str_code_object = {
   32210             :     ._ascii = {
   32211             :         .ob_base = {
   32212             :             .ob_refcnt = 999999999,
   32213             :             .ob_type = &PyUnicode_Type,
   32214             :         },
   32215             :         .length = 11,
   32216             :         .hash = -1,
   32217             :         .state = {
   32218             :             .kind = 1,
   32219             :             .compact = 1,
   32220             :             .ascii = 1,
   32221             :         },
   32222             :     },
   32223             :     ._data = "code_object",
   32224             : };
   32225             : static
   32226             :     struct {
   32227             :         PyGC_Head _gc_head;
   32228             :         struct {
   32229             :             PyObject_VAR_HEAD
   32230             :             PyObject *ob_item[15];
   32231             :         }_object;
   32232             :     }
   32233             : importlib__bootstrap_external_toplevel_consts_57_consts_9_localsplusnames = {
   32234             :     ._object = {
   32235             :         .ob_base = {
   32236             :             .ob_base = {
   32237             :                 .ob_refcnt = 999999999,
   32238             :                 .ob_type = &PyTuple_Type,
   32239             :             },
   32240             :             .ob_size = 15,
   32241             :         },
   32242             :         .ob_item = {
   32243             :             & const_str_self._ascii.ob_base,
   32244             :             & const_str_fullname._ascii.ob_base,
   32245             :             & const_str_source_path._ascii.ob_base,
   32246             :             & const_str_source_mtime._ascii.ob_base,
   32247             :             & const_str_source_bytes._ascii.ob_base,
   32248             :             & const_str_source_hash._ascii.ob_base,
   32249             :             & const_str_hash_based._ascii.ob_base,
   32250             :             & const_str_check_source._ascii.ob_base,
   32251             :             & const_str_bytecode_path._ascii.ob_base,
   32252             :             & const_str_st._ascii.ob_base,
   32253             :             & const_str_data._ascii.ob_base,
   32254             :             & const_str_exc_details._ascii.ob_base,
   32255             :             & const_str_flags._ascii.ob_base,
   32256             :             & const_str_bytes_data._ascii.ob_base,
   32257             :             & const_str_code_object._ascii.ob_base,
   32258             :         },
   32259             :     },
   32260             : };
   32261             : static
   32262             :     struct {
   32263             :         PyObject_VAR_HEAD
   32264             :         Py_hash_t ob_shash;
   32265             :         char ob_sval[16];
   32266             :     }
   32267             : importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds = {
   32268             :     .ob_base = {
   32269             :         .ob_base = {
   32270             :             .ob_refcnt = 999999999,
   32271             :             .ob_type = &PyBytes_Type,
   32272             :         },
   32273             :         .ob_size = 15,
   32274             :     },
   32275             :     .ob_shash = -1,
   32276             :     .ob_sval = "               ",
   32277             : };
   32278             : static
   32279             :     struct _PyCode_DEF(1192)
   32280             : importlib__bootstrap_external_toplevel_consts_57_consts_9 = {
   32281             :     .ob_base = {
   32282             :         .ob_base = {
   32283             :             .ob_refcnt = 999999999,
   32284             :             .ob_type = &PyCode_Type,
   32285             :         },
   32286             :         .ob_size = 596,
   32287             :     },
   32288             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts._object.ob_base.ob_base,
   32289             :     .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_9_names._object.ob_base.ob_base,
   32290             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_57_consts_9_exceptiontable.ob_base.ob_base,
   32291             :     .co_flags = 3,
   32292             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   32293             :     ._co_linearray_entry_size = 0,
   32294             :     .co_argcount = 2,
   32295             :     .co_posonlyargcount = 0,
   32296             :     .co_kwonlyargcount = 0,
   32297             :     .co_framesize = 22 + FRAME_SPECIALS_SIZE,
   32298             :     .co_stacksize = 7,
   32299             :     .co_firstlineno = 1014,
   32300             :     .co_nlocalsplus = 15,
   32301             :     .co_nlocals = 15,
   32302             :     .co_nplaincellvars = 0,
   32303             :     .co_ncellvars = 0,
   32304             :     .co_nfreevars = 0,
   32305             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localsplusnames._object.ob_base.ob_base,
   32306             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds.ob_base.ob_base,
   32307             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   32308             :     .co_name = & const_str_get_code._ascii.ob_base,
   32309             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname._ascii.ob_base,
   32310             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_9_linetable.ob_base.ob_base,
   32311             :     ._co_code = NULL,
   32312             :     ._co_linearray = NULL,
   32313             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x01\x7d\x03\x64\x01\x7d\x04\x64\x01\x7d\x05\x64\x02\x7d\x06\x64\x03\x7d\x07\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x09\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x01\x7c\x08\x64\x05\x9c\x02\x7d\x0b\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x01\x7c\x0b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x01\x1a\x00\x7d\x0d\x7c\x0c\x64\x07\x7a\x01\x00\x00\x64\x08\x6b\x03\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x75\x7c\x0c\x64\x09\x7a\x01\x00\x00\x64\x08\x6b\x03\x00\x00\x00\x00\x7d\x07\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x6b\x03\x00\x00\x00\x00\x72\x6e\x7c\x07\x73\x15\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x57\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x05\x7c\x01\x7c\x0b\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x17\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x03\x7c\x09\x64\x0c\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x0b\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x08\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x7c\x01\x7c\x08\x7c\x02\xac\x0e\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x36\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x26\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x16\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x01\x7d\x08\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x04\x80\x12\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x6f\x7c\x08\x81\x6d\x7c\x03\x81\x6b\x7c\x06\x72\x29\x7c\x05\x80\x17\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0e\x7c\x05\x7c\x07\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x6e\x1a\x74\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0e\x7c\x03\x74\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x09\x00\x7c\x00\x6a\x35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x08\x7c\x0a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0e\x53\x00",
   32314             :     ._co_firsttraceable = 0,
   32315             : };
   32316             : static
   32317             :     struct {
   32318             :         PyGC_Head _gc_head;
   32319             :         struct {
   32320             :             PyObject_VAR_HEAD
   32321             :             PyObject *ob_item[11];
   32322             :         }_object;
   32323             :     }
   32324             : importlib__bootstrap_external_toplevel_consts_57_consts = {
   32325             :     ._object = {
   32326             :         .ob_base = {
   32327             :             .ob_base = {
   32328             :                 .ob_refcnt = 999999999,
   32329             :                 .ob_type = &PyTuple_Type,
   32330             :             },
   32331             :             .ob_size = 11,
   32332             :         },
   32333             :         .ob_item = {
   32334             :             & const_str_SourceLoader._ascii.ob_base,
   32335             :             & importlib__bootstrap_external_toplevel_consts_57_consts_1.ob_base.ob_base,
   32336             :             & importlib__bootstrap_external_toplevel_consts_57_consts_2.ob_base.ob_base,
   32337             :             & importlib__bootstrap_external_toplevel_consts_57_consts_3.ob_base.ob_base,
   32338             :             & importlib__bootstrap_external_toplevel_consts_57_consts_4.ob_base.ob_base,
   32339             :             & importlib__bootstrap_external_toplevel_consts_57_consts_5.ob_base.ob_base,
   32340             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   32341             :             & importlib__bootstrap_external_toplevel_consts_57_consts_7._object.ob_base.ob_base,
   32342             :             & importlib__bootstrap_external_toplevel_consts_57_consts_8.ob_base.ob_base,
   32343             :             & importlib__bootstrap_external_toplevel_consts_57_consts_9.ob_base.ob_base,
   32344             :             Py_None,
   32345             :         },
   32346             :     },
   32347             : };
   32348             : static
   32349             :     struct {
   32350             :         PyGC_Head _gc_head;
   32351             :         struct {
   32352             :             PyObject_VAR_HEAD
   32353             :             PyObject *ob_item[10];
   32354             :         }_object;
   32355             :     }
   32356             : importlib__bootstrap_external_toplevel_consts_57_names = {
   32357             :     ._object = {
   32358             :         .ob_base = {
   32359             :             .ob_base = {
   32360             :                 .ob_refcnt = 999999999,
   32361             :                 .ob_type = &PyTuple_Type,
   32362             :             },
   32363             :             .ob_size = 10,
   32364             :         },
   32365             :         .ob_item = {
   32366             :             &_Py_ID(__name__),
   32367             :             &_Py_ID(__module__),
   32368             :             &_Py_ID(__qualname__),
   32369             :             & const_str_path_mtime._ascii.ob_base,
   32370             :             & const_str_path_stats._ascii.ob_base,
   32371             :             & const_str__cache_bytecode._ascii.ob_base,
   32372             :             & const_str_set_data._ascii.ob_base,
   32373             :             &_Py_ID(get_source),
   32374             :             & const_str_source_to_code._ascii.ob_base,
   32375             :             & const_str_get_code._ascii.ob_base,
   32376             :         },
   32377             :     },
   32378             : };
   32379             : static
   32380             :     struct {
   32381             :         PyObject_VAR_HEAD
   32382             :         Py_hash_t ob_shash;
   32383             :         char ob_sval[151];
   32384             :     }
   32385             : importlib__bootstrap_external_toplevel_consts_57_linetable = {
   32386             :     .ob_base = {
   32387             :         .ob_base = {
   32388             :             .ob_refcnt = 999999999,
   32389             :             .ob_type = &PyBytes_Type,
   32390             :         },
   32391             :         .ob_size = 150,
   32392             :     },
   32393             :     .ob_shash = -1,
   32394             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x10\x0c\x05\x30\xf0\x00\x0c\x05\x30\xf0\x00\x0c\x05\x30\xf0\x1c\x08\x05\x2f\xf0\x00\x08\x05\x2f\xf0\x00\x08\x05\x2f\xf0\x14\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x0e\x08\x05\x2b\xf0\x00\x08\x05\x2b\xf0\x00\x08\x05\x2b\xf0\x14\x00\x37\x39\xf0\x00\x06\x05\x4f\x01\xf0\x00\x06\x05\x4f\x01\xf0\x00\x06\x05\x4f\x01\xf0\x00\x06\x05\x4f\x01\xf0\x00\x06\x05\x4f\x01\xf0\x10\x52\x01\x05\x1b\xf0\x00\x52\x01\x05\x1b\xf0\x00\x52\x01\x05\x1b\xf0\x00\x52\x01\x05\x1b\xf0\x00\x52\x01\x05\x1b",
   32395             : };
   32396             : static
   32397             :     struct _PyCode_DEF(62)
   32398             : importlib__bootstrap_external_toplevel_consts_57 = {
   32399             :     .ob_base = {
   32400             :         .ob_base = {
   32401             :             .ob_refcnt = 999999999,
   32402             :             .ob_type = &PyCode_Type,
   32403             :         },
   32404             :         .ob_size = 31,
   32405             :     },
   32406             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts._object.ob_base.ob_base,
   32407             :     .co_names = & importlib__bootstrap_external_toplevel_consts_57_names._object.ob_base.ob_base,
   32408             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   32409             :     .co_flags = 0,
   32410             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   32411             :     ._co_linearray_entry_size = 0,
   32412             :     .co_argcount = 0,
   32413             :     .co_posonlyargcount = 0,
   32414             :     .co_kwonlyargcount = 0,
   32415             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   32416             :     .co_stacksize = 2,
   32417             :     .co_firstlineno = 955,
   32418             :     .co_nlocalsplus = 0,
   32419             :     .co_nlocals = 0,
   32420             :     .co_nplaincellvars = 0,
   32421             :     .co_ncellvars = 0,
   32422             :     .co_nfreevars = 0,
   32423             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   32424             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   32425             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   32426             :     .co_name = & const_str_SourceLoader._ascii.ob_base,
   32427             :     .co_qualname = & const_str_SourceLoader._ascii.ob_base,
   32428             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_linetable.ob_base.ob_base,
   32429             :     ._co_code = NULL,
   32430             :     ._co_linearray = NULL,
   32431             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x64\x07\x9c\x01\x64\x08\x84\x02\x5a\x08\x64\x09\x84\x00\x5a\x09\x64\x0a\x53\x00",
   32432             :     ._co_firsttraceable = 0,
   32433             : };
   32434             : static
   32435             :     struct {
   32436             :         PyASCIIObject _ascii;
   32437             :         uint8_t _data[11];
   32438             :     }
   32439             : const_str_FileLoader = {
   32440             :     ._ascii = {
   32441             :         .ob_base = {
   32442             :             .ob_refcnt = 999999999,
   32443             :             .ob_type = &PyUnicode_Type,
   32444             :         },
   32445             :         .length = 10,
   32446             :         .hash = -1,
   32447             :         .state = {
   32448             :             .kind = 1,
   32449             :             .compact = 1,
   32450             :             .ascii = 1,
   32451             :         },
   32452             :     },
   32453             :     ._data = "FileLoader",
   32454             : };
   32455             : static
   32456             :     struct {
   32457             :         PyASCIIObject _ascii;
   32458             :         uint8_t _data[104];
   32459             :     }
   32460             : importlib__bootstrap_external_toplevel_consts_59_consts_1 = {
   32461             :     ._ascii = {
   32462             :         .ob_base = {
   32463             :             .ob_refcnt = 999999999,
   32464             :             .ob_type = &PyUnicode_Type,
   32465             :         },
   32466             :         .length = 103,
   32467             :         .hash = -1,
   32468             :         .state = {
   32469             :             .kind = 1,
   32470             :             .compact = 1,
   32471             :             .ascii = 1,
   32472             :         },
   32473             :     },
   32474             :     ._data = "\x42\x61\x73\x65\x20\x66\x69\x6c\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x77\x68\x69\x63\x68\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x73\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x70\x72\x6f\x74\x6f\x63\x6f\x6c\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x74\x68\x61\x74\x0a\x20\x20\x20\x20\x72\x65\x71\x75\x69\x72\x65\x20\x66\x69\x6c\x65\x20\x73\x79\x73\x74\x65\x6d\x20\x75\x73\x61\x67\x65\x2e",
   32475             : };
   32476             : static
   32477             :     struct {
   32478             :         PyASCIIObject _ascii;
   32479             :         uint8_t _data[76];
   32480             :     }
   32481             : importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0 = {
   32482             :     ._ascii = {
   32483             :         .ob_base = {
   32484             :             .ob_refcnt = 999999999,
   32485             :             .ob_type = &PyUnicode_Type,
   32486             :         },
   32487             :         .length = 75,
   32488             :         .hash = -1,
   32489             :         .state = {
   32490             :             .kind = 1,
   32491             :             .compact = 1,
   32492             :             .ascii = 1,
   32493             :         },
   32494             :     },
   32495             :     ._data = "\x43\x61\x63\x68\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x66\x6f\x75\x6e\x64\x20\x62\x79\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x69\x6e\x64\x65\x72\x2e",
   32496             : };
   32497             : static
   32498             :     struct {
   32499             :         PyGC_Head _gc_head;
   32500             :         struct {
   32501             :             PyObject_VAR_HEAD
   32502             :             PyObject *ob_item[2];
   32503             :         }_object;
   32504             :     }
   32505             : importlib__bootstrap_external_toplevel_consts_59_consts_2_consts = {
   32506             :     ._object = {
   32507             :         .ob_base = {
   32508             :             .ob_base = {
   32509             :                 .ob_refcnt = 999999999,
   32510             :                 .ob_type = &PyTuple_Type,
   32511             :             },
   32512             :             .ob_size = 2,
   32513             :         },
   32514             :         .ob_item = {
   32515             :             & importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0._ascii.ob_base,
   32516             :             Py_None,
   32517             :         },
   32518             :     },
   32519             : };
   32520             : static
   32521             :     struct {
   32522             :         PyASCIIObject _ascii;
   32523             :         uint8_t _data[20];
   32524             :     }
   32525             : importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname = {
   32526             :     ._ascii = {
   32527             :         .ob_base = {
   32528             :             .ob_refcnt = 999999999,
   32529             :             .ob_type = &PyUnicode_Type,
   32530             :         },
   32531             :         .length = 19,
   32532             :         .hash = -1,
   32533             :         .state = {
   32534             :             .kind = 1,
   32535             :             .compact = 1,
   32536             :             .ascii = 1,
   32537             :         },
   32538             :     },
   32539             :     ._data = "FileLoader.__init__",
   32540             : };
   32541             : static
   32542             :     struct {
   32543             :         PyObject_VAR_HEAD
   32544             :         Py_hash_t ob_shash;
   32545             :         char ob_sval[23];
   32546             :     }
   32547             : importlib__bootstrap_external_toplevel_consts_59_consts_2_linetable = {
   32548             :     .ob_base = {
   32549             :         .ob_base = {
   32550             :             .ob_refcnt = 999999999,
   32551             :             .ob_type = &PyBytes_Type,
   32552             :         },
   32553             :         .ob_size = 22,
   32554             :     },
   32555             :     .ob_shash = -1,
   32556             :     .ob_sval = "\x80\x00\xf0\x06\x00\x15\x1d\x88\x04\x8c\x09\xd8\x14\x18\x88\x04\x8c\x09\x88\x09\x88\x09",
   32557             : };
   32558             : static
   32559             :     struct {
   32560             :         PyGC_Head _gc_head;
   32561             :         struct {
   32562             :             PyObject_VAR_HEAD
   32563             :             PyObject *ob_item[3];
   32564             :         }_object;
   32565             :     }
   32566             : importlib__bootstrap_external_toplevel_consts_59_consts_2_localsplusnames = {
   32567             :     ._object = {
   32568             :         .ob_base = {
   32569             :             .ob_base = {
   32570             :                 .ob_refcnt = 999999999,
   32571             :                 .ob_type = &PyTuple_Type,
   32572             :             },
   32573             :             .ob_size = 3,
   32574             :         },
   32575             :         .ob_item = {
   32576             :             & const_str_self._ascii.ob_base,
   32577             :             & const_str_fullname._ascii.ob_base,
   32578             :             &_Py_ID(path),
   32579             :         },
   32580             :     },
   32581             : };
   32582             : static
   32583             :     struct _PyCode_DEF(34)
   32584             : importlib__bootstrap_external_toplevel_consts_59_consts_2 = {
   32585             :     .ob_base = {
   32586             :         .ob_base = {
   32587             :             .ob_refcnt = 999999999,
   32588             :             .ob_type = &PyCode_Type,
   32589             :         },
   32590             :         .ob_size = 17,
   32591             :     },
   32592             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_2_consts._object.ob_base.ob_base,
   32593             :     .co_names = & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
   32594             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   32595             :     .co_flags = 3,
   32596             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   32597             :     ._co_linearray_entry_size = 0,
   32598             :     .co_argcount = 3,
   32599             :     .co_posonlyargcount = 0,
   32600             :     .co_kwonlyargcount = 0,
   32601             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   32602             :     .co_stacksize = 2,
   32603             :     .co_firstlineno = 1104,
   32604             :     .co_nlocalsplus = 3,
   32605             :     .co_nlocals = 3,
   32606             :     .co_nplaincellvars = 0,
   32607             :     .co_ncellvars = 0,
   32608             :     .co_nfreevars = 0,
   32609             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_2_localsplusnames._object.ob_base.ob_base,
   32610             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   32611             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   32612             :     .co_name = &_Py_ID(__init__),
   32613             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname._ascii.ob_base,
   32614             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_2_linetable.ob_base.ob_base,
   32615             :     ._co_code = NULL,
   32616             :     ._co_linearray = NULL,
   32617             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
   32618             :     ._co_firsttraceable = 0,
   32619             : };
   32620             : static
   32621             :     struct {
   32622             :         PyGC_Head _gc_head;
   32623             :         struct {
   32624             :             PyObject_VAR_HEAD
   32625             :             PyObject *ob_item[2];
   32626             :         }_object;
   32627             :     }
   32628             : importlib__bootstrap_external_toplevel_consts_59_consts_3_names = {
   32629             :     ._object = {
   32630             :         .ob_base = {
   32631             :             .ob_base = {
   32632             :                 .ob_refcnt = 999999999,
   32633             :                 .ob_type = &PyTuple_Type,
   32634             :             },
   32635             :             .ob_size = 2,
   32636             :         },
   32637             :         .ob_item = {
   32638             :             &_Py_ID(__class__),
   32639             :             &_Py_ID(__dict__),
   32640             :         },
   32641             :     },
   32642             : };
   32643             : static
   32644             :     struct {
   32645             :         PyASCIIObject _ascii;
   32646             :         uint8_t _data[18];
   32647             :     }
   32648             : importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname = {
   32649             :     ._ascii = {
   32650             :         .ob_base = {
   32651             :             .ob_refcnt = 999999999,
   32652             :             .ob_type = &PyUnicode_Type,
   32653             :         },
   32654             :         .length = 17,
   32655             :         .hash = -1,
   32656             :         .state = {
   32657             :             .kind = 1,
   32658             :             .compact = 1,
   32659             :             .ascii = 1,
   32660             :         },
   32661             :     },
   32662             :     ._data = "FileLoader.__eq__",
   32663             : };
   32664             : static
   32665             :     struct {
   32666             :         PyObject_VAR_HEAD
   32667             :         Py_hash_t ob_shash;
   32668             :         char ob_sval[45];
   32669             :     }
   32670             : importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable = {
   32671             :     .ob_base = {
   32672             :         .ob_base = {
   32673             :             .ob_refcnt = 999999999,
   32674             :             .ob_type = &PyBytes_Type,
   32675             :         },
   32676             :         .ob_size = 44,
   32677             :     },
   32678             :     .ob_shash = -1,
   32679             :     .ob_sval = "\x80\x00\xd8\x10\x14\x97\x0e\x91\x0e\xa0\x25\xa7\x2f\xa1\x2f\xd2\x10\x31\xf0\x00\x01\x11\x30\xd8\x10\x14\x97\x0d\x91\x0d\xa0\x15\xa7\x1e\xa1\x1e\xd2\x10\x2f\xf0\x03\x01\x09\x31",
   32680             : };
   32681             : static
   32682             :     struct {
   32683             :         PyGC_Head _gc_head;
   32684             :         struct {
   32685             :             PyObject_VAR_HEAD
   32686             :             PyObject *ob_item[2];
   32687             :         }_object;
   32688             :     }
   32689             : importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames = {
   32690             :     ._object = {
   32691             :         .ob_base = {
   32692             :             .ob_base = {
   32693             :                 .ob_refcnt = 999999999,
   32694             :                 .ob_type = &PyTuple_Type,
   32695             :             },
   32696             :             .ob_size = 2,
   32697             :         },
   32698             :         .ob_item = {
   32699             :             & const_str_self._ascii.ob_base,
   32700             :             & const_str_other._ascii.ob_base,
   32701             :         },
   32702             :     },
   32703             : };
   32704             : static
   32705             :     struct _PyCode_DEF(106)
   32706             : importlib__bootstrap_external_toplevel_consts_59_consts_3 = {
   32707             :     .ob_base = {
   32708             :         .ob_base = {
   32709             :             .ob_refcnt = 999999999,
   32710             :             .ob_type = &PyCode_Type,
   32711             :         },
   32712             :         .ob_size = 53,
   32713             :     },
   32714             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   32715             :     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_3_names._object.ob_base.ob_base,
   32716             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   32717             :     .co_flags = 3,
   32718             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   32719             :     ._co_linearray_entry_size = 0,
   32720             :     .co_argcount = 2,
   32721             :     .co_posonlyargcount = 0,
   32722             :     .co_kwonlyargcount = 0,
   32723             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   32724             :     .co_stacksize = 2,
   32725             :     .co_firstlineno = 1110,
   32726             :     .co_nlocalsplus = 2,
   32727             :     .co_nlocals = 2,
   32728             :     .co_nplaincellvars = 0,
   32729             :     .co_ncellvars = 0,
   32730             :     .co_nfreevars = 0,
   32731             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   32732             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   32733             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   32734             :     .co_name = &_Py_ID(__eq__),
   32735             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname._ascii.ob_base,
   32736             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable.ob_base.ob_base,
   32737             :     ._co_code = NULL,
   32738             :     ._co_linearray = NULL,
   32739             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x19\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
   32740             :     ._co_firsttraceable = 0,
   32741             : };
   32742             : static
   32743             :     struct {
   32744             :         PyASCIIObject _ascii;
   32745             :         uint8_t _data[5];
   32746             :     }
   32747             : const_str_hash = {
   32748             :     ._ascii = {
   32749             :         .ob_base = {
   32750             :             .ob_refcnt = 999999999,
   32751             :             .ob_type = &PyUnicode_Type,
   32752             :         },
   32753             :         .length = 4,
   32754             :         .hash = -1,
   32755             :         .state = {
   32756             :             .kind = 1,
   32757             :             .compact = 1,
   32758             :             .ascii = 1,
   32759             :         },
   32760             :     },
   32761             :     ._data = "hash",
   32762             : };
   32763             : static
   32764             :     struct {
   32765             :         PyGC_Head _gc_head;
   32766             :         struct {
   32767             :             PyObject_VAR_HEAD
   32768             :             PyObject *ob_item[3];
   32769             :         }_object;
   32770             :     }
   32771             : importlib__bootstrap_external_toplevel_consts_59_consts_4_names = {
   32772             :     ._object = {
   32773             :         .ob_base = {
   32774             :             .ob_base = {
   32775             :                 .ob_refcnt = 999999999,
   32776             :                 .ob_type = &PyTuple_Type,
   32777             :             },
   32778             :             .ob_size = 3,
   32779             :         },
   32780             :         .ob_item = {
   32781             :             & const_str_hash._ascii.ob_base,
   32782             :             &_Py_ID(name),
   32783             :             &_Py_ID(path),
   32784             :         },
   32785             :     },
   32786             : };
   32787             : static
   32788             :     struct {
   32789             :         PyASCIIObject _ascii;
   32790             :         uint8_t _data[20];
   32791             :     }
   32792             : importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname = {
   32793             :     ._ascii = {
   32794             :         .ob_base = {
   32795             :             .ob_refcnt = 999999999,
   32796             :             .ob_type = &PyUnicode_Type,
   32797             :         },
   32798             :         .length = 19,
   32799             :         .hash = -1,
   32800             :         .state = {
   32801             :             .kind = 1,
   32802             :             .compact = 1,
   32803             :             .ascii = 1,
   32804             :         },
   32805             :     },
   32806             :     ._data = "FileLoader.__hash__",
   32807             : };
   32808             : static
   32809             :     struct {
   32810             :         PyObject_VAR_HEAD
   32811             :         Py_hash_t ob_shash;
   32812             :         char ob_sval[30];
   32813             :     }
   32814             : importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable = {
   32815             :     .ob_base = {
   32816             :         .ob_base = {
   32817             :             .ob_refcnt = 999999999,
   32818             :             .ob_type = &PyBytes_Type,
   32819             :         },
   32820             :         .ob_size = 29,
   32821             :     },
   32822             :     .ob_shash = -1,
   32823             :     .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\x97\x49\x91\x49\x8c\x7f\xa5\x14\xa0\x64\xa7\x69\xa1\x69\xa4\x1f\xd1\x0f\x30\xd0\x08\x30",
   32824             : };
   32825             : static
   32826             :     struct _PyCode_DEF(96)
   32827             : importlib__bootstrap_external_toplevel_consts_59_consts_4 = {
   32828             :     .ob_base = {
   32829             :         .ob_base = {
   32830             :             .ob_refcnt = 999999999,
   32831             :             .ob_type = &PyCode_Type,
   32832             :         },
   32833             :         .ob_size = 48,
   32834             :     },
   32835             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   32836             :     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_4_names._object.ob_base.ob_base,
   32837             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   32838             :     .co_flags = 3,
   32839             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   32840             :     ._co_linearray_entry_size = 0,
   32841             :     .co_argcount = 1,
   32842             :     .co_posonlyargcount = 0,
   32843             :     .co_kwonlyargcount = 0,
   32844             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   32845             :     .co_stacksize = 4,
   32846             :     .co_firstlineno = 1114,
   32847             :     .co_nlocalsplus = 1,
   32848             :     .co_nlocals = 1,
   32849             :     .co_nplaincellvars = 0,
   32850             :     .co_ncellvars = 0,
   32851             :     .co_nfreevars = 0,
   32852             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   32853             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   32854             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   32855             :     .co_name = &_Py_ID(__hash__),
   32856             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname._ascii.ob_base,
   32857             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable.ob_base.ob_base,
   32858             :     ._co_code = NULL,
   32859             :     ._co_linearray = NULL,
   32860             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0c\x00\x00\x53\x00",
   32861             :     ._co_firsttraceable = 0,
   32862             : };
   32863             : static
   32864             :     struct {
   32865             :         PyASCIIObject _ascii;
   32866             :         uint8_t _data[101];
   32867             :     }
   32868             : importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0 = {
   32869             :     ._ascii = {
   32870             :         .ob_base = {
   32871             :             .ob_refcnt = 999999999,
   32872             :             .ob_type = &PyUnicode_Type,
   32873             :         },
   32874             :         .length = 100,
   32875             :         .hash = -1,
   32876             :         .state = {
   32877             :             .kind = 1,
   32878             :             .compact = 1,
   32879             :             .ascii = 1,
   32880             :         },
   32881             :     },
   32882             :     ._data = "\x4c\x6f\x61\x64\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x20\x66\x72\x6f\x6d\x20\x61\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   32883             : };
   32884             : static
   32885             :     struct {
   32886             :         PyGC_Head _gc_head;
   32887             :         struct {
   32888             :             PyObject_VAR_HEAD
   32889             :             PyObject *ob_item[1];
   32890             :         }_object;
   32891             :     }
   32892             : importlib__bootstrap_external_toplevel_consts_59_consts_5_consts = {
   32893             :     ._object = {
   32894             :         .ob_base = {
   32895             :             .ob_base = {
   32896             :                 .ob_refcnt = 999999999,
   32897             :                 .ob_type = &PyTuple_Type,
   32898             :             },
   32899             :             .ob_size = 1,
   32900             :         },
   32901             :         .ob_item = {
   32902             :             & importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0._ascii.ob_base,
   32903             :         },
   32904             :     },
   32905             : };
   32906             : static
   32907             :     struct {
   32908             :         PyASCIIObject _ascii;
   32909             :         uint8_t _data[6];
   32910             :     }
   32911             : const_str_super = {
   32912             :     ._ascii = {
   32913             :         .ob_base = {
   32914             :             .ob_refcnt = 999999999,
   32915             :             .ob_type = &PyUnicode_Type,
   32916             :         },
   32917             :         .length = 5,
   32918             :         .hash = -1,
   32919             :         .state = {
   32920             :             .kind = 1,
   32921             :             .compact = 1,
   32922             :             .ascii = 1,
   32923             :         },
   32924             :     },
   32925             :     ._data = "super",
   32926             : };
   32927             : static
   32928             :     struct {
   32929             :         PyGC_Head _gc_head;
   32930             :         struct {
   32931             :             PyObject_VAR_HEAD
   32932             :             PyObject *ob_item[3];
   32933             :         }_object;
   32934             :     }
   32935             : importlib__bootstrap_external_toplevel_consts_59_consts_5_names = {
   32936             :     ._object = {
   32937             :         .ob_base = {
   32938             :             .ob_base = {
   32939             :                 .ob_refcnt = 999999999,
   32940             :                 .ob_type = &PyTuple_Type,
   32941             :             },
   32942             :             .ob_size = 3,
   32943             :         },
   32944             :         .ob_item = {
   32945             :             & const_str_super._ascii.ob_base,
   32946             :             & const_str_FileLoader._ascii.ob_base,
   32947             :             & const_str_load_module._ascii.ob_base,
   32948             :         },
   32949             :     },
   32950             : };
   32951             : static
   32952             :     struct {
   32953             :         PyASCIIObject _ascii;
   32954             :         uint8_t _data[23];
   32955             :     }
   32956             : importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname = {
   32957             :     ._ascii = {
   32958             :         .ob_base = {
   32959             :             .ob_refcnt = 999999999,
   32960             :             .ob_type = &PyUnicode_Type,
   32961             :         },
   32962             :         .length = 22,
   32963             :         .hash = -1,
   32964             :         .state = {
   32965             :             .kind = 1,
   32966             :             .compact = 1,
   32967             :             .ascii = 1,
   32968             :         },
   32969             :     },
   32970             :     ._data = "FileLoader.load_module",
   32971             : };
   32972             : static
   32973             :     struct {
   32974             :         PyObject_VAR_HEAD
   32975             :         Py_hash_t ob_shash;
   32976             :         char ob_sval[30];
   32977             :     }
   32978             : importlib__bootstrap_external_toplevel_consts_59_consts_5_linetable = {
   32979             :     .ob_base = {
   32980             :         .ob_base = {
   32981             :             .ob_refcnt = 999999999,
   32982             :             .ob_type = &PyBytes_Type,
   32983             :         },
   32984             :         .ob_size = 29,
   32985             :     },
   32986             :     .ob_shash = -1,
   32987             :     .ob_sval = "\xf8\x80\x00\xf5\x14\x00\x10\x15\x95\x5a\xa0\x14\xd4\x0f\x26\xd7\x0f\x32\xd1\x0f\x32\xb0\x38\xd4\x0f\x3c\xd0\x08\x3c",
   32988             : };
   32989             : static
   32990             :     struct {
   32991             :         PyGC_Head _gc_head;
   32992             :         struct {
   32993             :             PyObject_VAR_HEAD
   32994             :             PyObject *ob_item[3];
   32995             :         }_object;
   32996             :     }
   32997             : importlib__bootstrap_external_toplevel_consts_59_consts_5_localsplusnames = {
   32998             :     ._object = {
   32999             :         .ob_base = {
   33000             :             .ob_base = {
   33001             :                 .ob_refcnt = 999999999,
   33002             :                 .ob_type = &PyTuple_Type,
   33003             :             },
   33004             :             .ob_size = 3,
   33005             :         },
   33006             :         .ob_item = {
   33007             :             & const_str_self._ascii.ob_base,
   33008             :             & const_str_fullname._ascii.ob_base,
   33009             :             &_Py_ID(__class__),
   33010             :         },
   33011             :     },
   33012             : };
   33013             : static
   33014             :     struct _PyCode_DEF(74)
   33015             : importlib__bootstrap_external_toplevel_consts_59_consts_5 = {
   33016             :     .ob_base = {
   33017             :         .ob_base = {
   33018             :             .ob_refcnt = 999999999,
   33019             :             .ob_type = &PyCode_Type,
   33020             :         },
   33021             :         .ob_size = 37,
   33022             :     },
   33023             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_5_consts._object.ob_base.ob_base,
   33024             :     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_5_names._object.ob_base.ob_base,
   33025             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   33026             :     .co_flags = 3,
   33027             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   33028             :     ._co_linearray_entry_size = 0,
   33029             :     .co_argcount = 2,
   33030             :     .co_posonlyargcount = 0,
   33031             :     .co_kwonlyargcount = 0,
   33032             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   33033             :     .co_stacksize = 4,
   33034             :     .co_firstlineno = 1117,
   33035             :     .co_nlocalsplus = 3,
   33036             :     .co_nlocals = 2,
   33037             :     .co_nplaincellvars = 0,
   33038             :     .co_ncellvars = 0,
   33039             :     .co_nfreevars = 1,
   33040             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_5_localsplusnames._object.ob_base.ob_base,
   33041             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   33042             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   33043             :     .co_name = & const_str_load_module._ascii.ob_base,
   33044             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname._ascii.ob_base,
   33045             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_5_linetable.ob_base.ob_base,
   33046             :     ._co_code = NULL,
   33047             :     ._co_linearray = NULL,
   33048             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   33049             :     ._co_firsttraceable = 1,
   33050             : };
   33051             : static
   33052             :     struct {
   33053             :         PyASCIIObject _ascii;
   33054             :         uint8_t _data[59];
   33055             :     }
   33056             : importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0 = {
   33057             :     ._ascii = {
   33058             :         .ob_base = {
   33059             :             .ob_refcnt = 999999999,
   33060             :             .ob_type = &PyUnicode_Type,
   33061             :         },
   33062             :         .length = 58,
   33063             :         .hash = -1,
   33064             :         .state = {
   33065             :             .kind = 1,
   33066             :             .compact = 1,
   33067             :             .ascii = 1,
   33068             :         },
   33069             :     },
   33070             :     ._data = "Return the path to the source file as found by the finder.",
   33071             : };
   33072             : static
   33073             :     struct {
   33074             :         PyGC_Head _gc_head;
   33075             :         struct {
   33076             :             PyObject_VAR_HEAD
   33077             :             PyObject *ob_item[1];
   33078             :         }_object;
   33079             :     }
   33080             : importlib__bootstrap_external_toplevel_consts_59_consts_6_consts = {
   33081             :     ._object = {
   33082             :         .ob_base = {
   33083             :             .ob_base = {
   33084             :                 .ob_refcnt = 999999999,
   33085             :                 .ob_type = &PyTuple_Type,
   33086             :             },
   33087             :             .ob_size = 1,
   33088             :         },
   33089             :         .ob_item = {
   33090             :             & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0._ascii.ob_base,
   33091             :         },
   33092             :     },
   33093             : };
   33094             : static
   33095             :     struct {
   33096             :         PyASCIIObject _ascii;
   33097             :         uint8_t _data[24];
   33098             :     }
   33099             : importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname = {
   33100             :     ._ascii = {
   33101             :         .ob_base = {
   33102             :             .ob_refcnt = 999999999,
   33103             :             .ob_type = &PyUnicode_Type,
   33104             :         },
   33105             :         .length = 23,
   33106             :         .hash = -1,
   33107             :         .state = {
   33108             :             .kind = 1,
   33109             :             .compact = 1,
   33110             :             .ascii = 1,
   33111             :         },
   33112             :     },
   33113             :     ._data = "FileLoader.get_filename",
   33114             : };
   33115             : static
   33116             :     struct {
   33117             :         PyObject_VAR_HEAD
   33118             :         Py_hash_t ob_shash;
   33119             :         char ob_sval[15];
   33120             :     }
   33121             : importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable = {
   33122             :     .ob_base = {
   33123             :         .ob_base = {
   33124             :             .ob_refcnt = 999999999,
   33125             :             .ob_type = &PyBytes_Type,
   33126             :         },
   33127             :         .ob_size = 14,
   33128             :     },
   33129             :     .ob_shash = -1,
   33130             :     .ob_sval = "\x80\x00\xf0\x06\x00\x10\x14\x8f\x79\x89\x79\xd0\x08\x18",
   33131             : };
   33132             : static
   33133             :     struct _PyCode_DEF(26)
   33134             : importlib__bootstrap_external_toplevel_consts_59_consts_6 = {
   33135             :     .ob_base = {
   33136             :         .ob_base = {
   33137             :             .ob_refcnt = 999999999,
   33138             :             .ob_type = &PyCode_Type,
   33139             :         },
   33140             :         .ob_size = 13,
   33141             :     },
   33142             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts._object.ob_base.ob_base,
   33143             :     .co_names = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   33144             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   33145             :     .co_flags = 3,
   33146             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   33147             :     ._co_linearray_entry_size = 0,
   33148             :     .co_argcount = 2,
   33149             :     .co_posonlyargcount = 0,
   33150             :     .co_kwonlyargcount = 0,
   33151             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   33152             :     .co_stacksize = 1,
   33153             :     .co_firstlineno = 1129,
   33154             :     .co_nlocalsplus = 2,
   33155             :     .co_nlocals = 2,
   33156             :     .co_nplaincellvars = 0,
   33157             :     .co_ncellvars = 0,
   33158             :     .co_nfreevars = 0,
   33159             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   33160             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   33161             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   33162             :     .co_name = & const_str_get_filename._ascii.ob_base,
   33163             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname._ascii.ob_base,
   33164             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable.ob_base.ob_base,
   33165             :     ._co_code = NULL,
   33166             :     ._co_linearray = NULL,
   33167             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   33168             :     ._co_firsttraceable = 0,
   33169             : };
   33170             : static
   33171             :     struct {
   33172             :         PyASCIIObject _ascii;
   33173             :         uint8_t _data[40];
   33174             :     }
   33175             : importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0 = {
   33176             :     ._ascii = {
   33177             :         .ob_base = {
   33178             :             .ob_refcnt = 999999999,
   33179             :             .ob_type = &PyUnicode_Type,
   33180             :         },
   33181             :         .length = 39,
   33182             :         .hash = -1,
   33183             :         .state = {
   33184             :             .kind = 1,
   33185             :             .compact = 1,
   33186             :             .ascii = 1,
   33187             :         },
   33188             :     },
   33189             :     ._data = "Return the data from path as raw bytes.",
   33190             : };
   33191             : static
   33192             :     struct {
   33193             :         PyASCIIObject _ascii;
   33194             :         uint8_t _data[2];
   33195             :     }
   33196             : const_str_r = {
   33197             :     ._ascii = {
   33198             :         .ob_base = {
   33199             :             .ob_refcnt = 999999999,
   33200             :             .ob_type = &PyUnicode_Type,
   33201             :         },
   33202             :         .length = 1,
   33203             :         .hash = -1,
   33204             :         .state = {
   33205             :             .kind = 1,
   33206             :             .compact = 1,
   33207             :             .ascii = 1,
   33208             :         },
   33209             :     },
   33210             :     ._data = "r",
   33211             : };
   33212             : static
   33213             :     struct {
   33214             :         PyGC_Head _gc_head;
   33215             :         struct {
   33216             :             PyObject_VAR_HEAD
   33217             :             PyObject *ob_item[3];
   33218             :         }_object;
   33219             :     }
   33220             : importlib__bootstrap_external_toplevel_consts_59_consts_7_consts = {
   33221             :     ._object = {
   33222             :         .ob_base = {
   33223             :             .ob_base = {
   33224             :                 .ob_refcnt = 999999999,
   33225             :                 .ob_type = &PyTuple_Type,
   33226             :             },
   33227             :             .ob_size = 3,
   33228             :         },
   33229             :         .ob_item = {
   33230             :             & importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0._ascii.ob_base,
   33231             :             Py_None,
   33232             :             & const_str_r._ascii.ob_base,
   33233             :         },
   33234             :     },
   33235             : };
   33236             : static
   33237             :     struct {
   33238             :         PyASCIIObject _ascii;
   33239             :         uint8_t _data[20];
   33240             :     }
   33241             : const_str_ExtensionFileLoader = {
   33242             :     ._ascii = {
   33243             :         .ob_base = {
   33244             :             .ob_refcnt = 999999999,
   33245             :             .ob_type = &PyUnicode_Type,
   33246             :         },
   33247             :         .length = 19,
   33248             :         .hash = -1,
   33249             :         .state = {
   33250             :             .kind = 1,
   33251             :             .compact = 1,
   33252             :             .ascii = 1,
   33253             :         },
   33254             :     },
   33255             :     ._data = "ExtensionFileLoader",
   33256             : };
   33257             : static
   33258             :     struct {
   33259             :         PyASCIIObject _ascii;
   33260             :         uint8_t _data[10];
   33261             :     }
   33262             : const_str_open_code = {
   33263             :     ._ascii = {
   33264             :         .ob_base = {
   33265             :             .ob_refcnt = 999999999,
   33266             :             .ob_type = &PyUnicode_Type,
   33267             :         },
   33268             :         .length = 9,
   33269             :         .hash = -1,
   33270             :         .state = {
   33271             :             .kind = 1,
   33272             :             .compact = 1,
   33273             :             .ascii = 1,
   33274             :         },
   33275             :     },
   33276             :     ._data = "open_code",
   33277             : };
   33278             : static
   33279             :     struct {
   33280             :         PyGC_Head _gc_head;
   33281             :         struct {
   33282             :             PyObject_VAR_HEAD
   33283             :             PyObject *ob_item[8];
   33284             :         }_object;
   33285             :     }
   33286             : importlib__bootstrap_external_toplevel_consts_59_consts_7_names = {
   33287             :     ._object = {
   33288             :         .ob_base = {
   33289             :             .ob_base = {
   33290             :                 .ob_refcnt = 999999999,
   33291             :                 .ob_type = &PyTuple_Type,
   33292             :             },
   33293             :             .ob_size = 8,
   33294             :         },
   33295             :         .ob_item = {
   33296             :             &_Py_ID(isinstance),
   33297             :             & const_str_SourceLoader._ascii.ob_base,
   33298             :             & const_str_ExtensionFileLoader._ascii.ob_base,
   33299             :             & const_str__io._ascii.ob_base,
   33300             :             & const_str_open_code._ascii.ob_base,
   33301             :             & const_str_str._ascii.ob_base,
   33302             :             &_Py_ID(read),
   33303             :             & const_str_FileIO._ascii.ob_base,
   33304             :         },
   33305             :     },
   33306             : };
   33307             : static
   33308             :     struct {
   33309             :         PyASCIIObject _ascii;
   33310             :         uint8_t _data[20];
   33311             :     }
   33312             : importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname = {
   33313             :     ._ascii = {
   33314             :         .ob_base = {
   33315             :             .ob_refcnt = 999999999,
   33316             :             .ob_type = &PyUnicode_Type,
   33317             :         },
   33318             :         .length = 19,
   33319             :         .hash = -1,
   33320             :         .state = {
   33321             :             .kind = 1,
   33322             :             .compact = 1,
   33323             :             .ascii = 1,
   33324             :         },
   33325             :     },
   33326             :     ._data = "FileLoader.get_data",
   33327             : };
   33328             : static
   33329             :     struct {
   33330             :         PyObject_VAR_HEAD
   33331             :         Py_hash_t ob_shash;
   33332             :         char ob_sval[264];
   33333             :     }
   33334             : importlib__bootstrap_external_toplevel_consts_59_consts_7_linetable = {
   33335             :     .ob_base = {
   33336             :         .ob_base = {
   33337             :             .ob_refcnt = 999999999,
   33338             :             .ob_type = &PyBytes_Type,
   33339             :         },
   33340             :         .ob_size = 263,
   33341             :     },
   33342             :     .ob_shash = -1,
   33343             :     .ob_sval = "\x80\x00\xe5\x0b\x15\x90\x64\x9d\x5c\xd5\x2b\x3e\xd0\x1c\x3f\xd4\x0b\x40\xf0\x00\x05\x09\x23\xdd\x11\x1e\x97\x1d\x91\x1d\x9d\x73\xa0\x34\x9c\x79\xd4\x11\x29\xf0\x00\x01\x0d\x23\xa8\x54\xd8\x17\x1b\x97\x79\x91\x79\x94\x7b\xf0\x03\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf4\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf5\x06\x00\x12\x1c\x97\x1a\x91\x1a\x98\x44\xa0\x23\xd4\x11\x26\xf0\x00\x01\x0d\x23\xa8\x24\xd8\x17\x1b\x97\x79\x91\x79\x94\x7b\xf0\x03\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf4\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x07\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf8\xf8\xf8\xf0\x06\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf8\xf8\xf8",
   33344             : };
   33345             : static
   33346             :     struct {
   33347             :         PyObject_VAR_HEAD
   33348             :         Py_hash_t ob_shash;
   33349             :         char ob_sval[24];
   33350             :     }
   33351             : importlib__bootstrap_external_toplevel_consts_59_consts_7_exceptiontable = {
   33352             :     .ob_base = {
   33353             :         .ob_base = {
   33354             :             .ob_refcnt = 999999999,
   33355             :             .ob_type = &PyBytes_Type,
   33356             :         },
   33357             :         .ob_size = 23,
   33358             :     },
   33359             :     .ob_shash = -1,
   33360             :     .ob_sval = "\xbd\x11\x42\x0d\x03\xc1\x31\x11\x42\x1a\x03\xc2\x0d\x05\x42\x17\x07\xc2\x1a\x05\x42\x24\x07",
   33361             : };
   33362             : static
   33363             :     struct {
   33364             :         PyGC_Head _gc_head;
   33365             :         struct {
   33366             :             PyObject_VAR_HEAD
   33367             :             PyObject *ob_item[3];
   33368             :         }_object;
   33369             :     }
   33370             : importlib__bootstrap_external_toplevel_consts_59_consts_7_localsplusnames = {
   33371             :     ._object = {
   33372             :         .ob_base = {
   33373             :             .ob_base = {
   33374             :                 .ob_refcnt = 999999999,
   33375             :                 .ob_type = &PyTuple_Type,
   33376             :             },
   33377             :             .ob_size = 3,
   33378             :         },
   33379             :         .ob_item = {
   33380             :             & const_str_self._ascii.ob_base,
   33381             :             &_Py_ID(path),
   33382             :             & const_str_file._ascii.ob_base,
   33383             :         },
   33384             :     },
   33385             : };
   33386             : static
   33387             :     struct _PyCode_DEF(334)
   33388             : importlib__bootstrap_external_toplevel_consts_59_consts_7 = {
   33389             :     .ob_base = {
   33390             :         .ob_base = {
   33391             :             .ob_refcnt = 999999999,
   33392             :             .ob_type = &PyCode_Type,
   33393             :         },
   33394             :         .ob_size = 167,
   33395             :     },
   33396             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_7_consts._object.ob_base.ob_base,
   33397             :     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_7_names._object.ob_base.ob_base,
   33398             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_59_consts_7_exceptiontable.ob_base.ob_base,
   33399             :     .co_flags = 3,
   33400             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   33401             :     ._co_linearray_entry_size = 0,
   33402             :     .co_argcount = 2,
   33403             :     .co_posonlyargcount = 0,
   33404             :     .co_kwonlyargcount = 0,
   33405             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   33406             :     .co_stacksize = 6,
   33407             :     .co_firstlineno = 1134,
   33408             :     .co_nlocalsplus = 3,
   33409             :     .co_nlocals = 3,
   33410             :     .co_nplaincellvars = 0,
   33411             :     .co_ncellvars = 0,
   33412             :     .co_nfreevars = 0,
   33413             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_7_localsplusnames._object.ob_base.ob_base,
   33414             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   33415             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   33416             :     .co_name = & const_str_get_data._ascii.ob_base,
   33417             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname._ascii.ob_base,
   33418             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_7_linetable.ob_base.ob_base,
   33419             :     ._co_code = NULL,
   33420             :     ._co_linearray = NULL,
   33421             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x02\x7c\x02\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x02\x7c\x02\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00\x78\x03\x59\x00\x77\x01",
   33422             :     ._co_firsttraceable = 0,
   33423             : };
   33424             : static
   33425             :     struct {
   33426             :         PyASCIIObject _ascii;
   33427             :         uint8_t _data[11];
   33428             :     }
   33429             : const_str_FileReader = {
   33430             :     ._ascii = {
   33431             :         .ob_base = {
   33432             :             .ob_refcnt = 999999999,
   33433             :             .ob_type = &PyUnicode_Type,
   33434             :         },
   33435             :         .length = 10,
   33436             :         .hash = -1,
   33437             :         .state = {
   33438             :             .kind = 1,
   33439             :             .compact = 1,
   33440             :             .ascii = 1,
   33441             :         },
   33442             :     },
   33443             :     ._data = "FileReader",
   33444             : };
   33445             : static
   33446             :     struct {
   33447             :         PyGC_Head _gc_head;
   33448             :         struct {
   33449             :             PyObject_VAR_HEAD
   33450             :             PyObject *ob_item[1];
   33451             :         }_object;
   33452             :     }
   33453             : importlib__bootstrap_external_toplevel_consts_59_consts_8_consts_2 = {
   33454             :     ._object = {
   33455             :         .ob_base = {
   33456             :             .ob_base = {
   33457             :                 .ob_refcnt = 999999999,
   33458             :                 .ob_type = &PyTuple_Type,
   33459             :             },
   33460             :             .ob_size = 1,
   33461             :         },
   33462             :         .ob_item = {
   33463             :             & const_str_FileReader._ascii.ob_base,
   33464             :         },
   33465             :     },
   33466             : };
   33467             : static
   33468             :     struct {
   33469             :         PyGC_Head _gc_head;
   33470             :         struct {
   33471             :             PyObject_VAR_HEAD
   33472             :             PyObject *ob_item[3];
   33473             :         }_object;
   33474             :     }
   33475             : importlib__bootstrap_external_toplevel_consts_59_consts_8_consts = {
   33476             :     ._object = {
   33477             :         .ob_base = {
   33478             :             .ob_base = {
   33479             :                 .ob_refcnt = 999999999,
   33480             :                 .ob_type = &PyTuple_Type,
   33481             :             },
   33482             :             .ob_size = 3,
   33483             :         },
   33484             :         .ob_item = {
   33485             :             Py_None,
   33486             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   33487             :             & importlib__bootstrap_external_toplevel_consts_59_consts_8_consts_2._object.ob_base.ob_base,
   33488             :         },
   33489             :     },
   33490             : };
   33491             : static
   33492             :     struct {
   33493             :         PyASCIIObject _ascii;
   33494             :         uint8_t _data[18];
   33495             :     }
   33496             : importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0 = {
   33497             :     ._ascii = {
   33498             :         .ob_base = {
   33499             :             .ob_refcnt = 999999999,
   33500             :             .ob_type = &PyUnicode_Type,
   33501             :         },
   33502             :         .length = 17,
   33503             :         .hash = -1,
   33504             :         .state = {
   33505             :             .kind = 1,
   33506             :             .compact = 1,
   33507             :             .ascii = 1,
   33508             :         },
   33509             :     },
   33510             :     ._data = "importlib.readers",
   33511             : };
   33512             : static
   33513             :     struct {
   33514             :         PyGC_Head _gc_head;
   33515             :         struct {
   33516             :             PyObject_VAR_HEAD
   33517             :             PyObject *ob_item[2];
   33518             :         }_object;
   33519             :     }
   33520             : importlib__bootstrap_external_toplevel_consts_59_consts_8_names = {
   33521             :     ._object = {
   33522             :         .ob_base = {
   33523             :             .ob_base = {
   33524             :                 .ob_refcnt = 999999999,
   33525             :                 .ob_type = &PyTuple_Type,
   33526             :             },
   33527             :             .ob_size = 2,
   33528             :         },
   33529             :         .ob_item = {
   33530             :             & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
   33531             :             & const_str_FileReader._ascii.ob_base,
   33532             :         },
   33533             :     },
   33534             : };
   33535             : static
   33536             :     struct {
   33537             :         PyASCIIObject _ascii;
   33538             :         uint8_t _data[20];
   33539             :     }
   33540             : const_str_get_resource_reader = {
   33541             :     ._ascii = {
   33542             :         .ob_base = {
   33543             :             .ob_refcnt = 999999999,
   33544             :             .ob_type = &PyUnicode_Type,
   33545             :         },
   33546             :         .length = 19,
   33547             :         .hash = -1,
   33548             :         .state = {
   33549             :             .kind = 1,
   33550             :             .compact = 1,
   33551             :             .ascii = 1,
   33552             :         },
   33553             :     },
   33554             :     ._data = "get_resource_reader",
   33555             : };
   33556             : static
   33557             :     struct {
   33558             :         PyASCIIObject _ascii;
   33559             :         uint8_t _data[31];
   33560             :     }
   33561             : importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname = {
   33562             :     ._ascii = {
   33563             :         .ob_base = {
   33564             :             .ob_refcnt = 999999999,
   33565             :             .ob_type = &PyUnicode_Type,
   33566             :         },
   33567             :         .length = 30,
   33568             :         .hash = -1,
   33569             :         .state = {
   33570             :             .kind = 1,
   33571             :             .compact = 1,
   33572             :             .ascii = 1,
   33573             :         },
   33574             :     },
   33575             :     ._data = "FileLoader.get_resource_reader",
   33576             : };
   33577             : static
   33578             :     struct {
   33579             :         PyObject_VAR_HEAD
   33580             :         Py_hash_t ob_shash;
   33581             :         char ob_sval[34];
   33582             :     }
   33583             : importlib__bootstrap_external_toplevel_consts_59_consts_8_linetable = {
   33584             :     .ob_base = {
   33585             :         .ob_base = {
   33586             :             .ob_refcnt = 999999999,
   33587             :             .ob_type = &PyBytes_Type,
   33588             :         },
   33589             :         .ob_size = 33,
   33590             :     },
   33591             :     .ob_shash = -1,
   33592             :     .ob_sval = "\x80\x00\xe0\x08\x30\xd0\x08\x30\xd0\x08\x30\xd0\x08\x30\xd0\x08\x30\xd0\x08\x30\xd8\x0f\x19\x88\x7a\x98\x24\xd4\x0f\x1f\xd0\x08\x1f",
   33593             : };
   33594             : static
   33595             :     struct {
   33596             :         PyGC_Head _gc_head;
   33597             :         struct {
   33598             :             PyObject_VAR_HEAD
   33599             :             PyObject *ob_item[3];
   33600             :         }_object;
   33601             :     }
   33602             : importlib__bootstrap_external_toplevel_consts_59_consts_8_localsplusnames = {
   33603             :     ._object = {
   33604             :         .ob_base = {
   33605             :             .ob_base = {
   33606             :                 .ob_refcnt = 999999999,
   33607             :                 .ob_type = &PyTuple_Type,
   33608             :             },
   33609             :             .ob_size = 3,
   33610             :         },
   33611             :         .ob_item = {
   33612             :             & const_str_self._ascii.ob_base,
   33613             :             & const_str_module._ascii.ob_base,
   33614             :             & const_str_FileReader._ascii.ob_base,
   33615             :         },
   33616             :     },
   33617             : };
   33618             : static
   33619             :     struct _PyCode_DEF(32)
   33620             : importlib__bootstrap_external_toplevel_consts_59_consts_8 = {
   33621             :     .ob_base = {
   33622             :         .ob_base = {
   33623             :             .ob_refcnt = 999999999,
   33624             :             .ob_type = &PyCode_Type,
   33625             :         },
   33626             :         .ob_size = 16,
   33627             :     },
   33628             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_8_consts._object.ob_base.ob_base,
   33629             :     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_8_names._object.ob_base.ob_base,
   33630             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   33631             :     .co_flags = 3,
   33632             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   33633             :     ._co_linearray_entry_size = 0,
   33634             :     .co_argcount = 2,
   33635             :     .co_posonlyargcount = 0,
   33636             :     .co_kwonlyargcount = 0,
   33637             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   33638             :     .co_stacksize = 3,
   33639             :     .co_firstlineno = 1143,
   33640             :     .co_nlocalsplus = 3,
   33641             :     .co_nlocals = 3,
   33642             :     .co_nplaincellvars = 0,
   33643             :     .co_ncellvars = 0,
   33644             :     .co_nfreevars = 0,
   33645             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_8_localsplusnames._object.ob_base.ob_base,
   33646             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   33647             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   33648             :     .co_name = & const_str_get_resource_reader._ascii.ob_base,
   33649             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname._ascii.ob_base,
   33650             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_8_linetable.ob_base.ob_base,
   33651             :     ._co_code = NULL,
   33652             :     ._co_linearray = NULL,
   33653             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   33654             :     ._co_firsttraceable = 0,
   33655             : };
   33656             : static
   33657             :     struct {
   33658             :         PyGC_Head _gc_head;
   33659             :         struct {
   33660             :             PyObject_VAR_HEAD
   33661             :             PyObject *ob_item[9];
   33662             :         }_object;
   33663             :     }
   33664             : importlib__bootstrap_external_toplevel_consts_59_consts = {
   33665             :     ._object = {
   33666             :         .ob_base = {
   33667             :             .ob_base = {
   33668             :                 .ob_refcnt = 999999999,
   33669             :                 .ob_type = &PyTuple_Type,
   33670             :             },
   33671             :             .ob_size = 9,
   33672             :         },
   33673             :         .ob_item = {
   33674             :             & const_str_FileLoader._ascii.ob_base,
   33675             :             & importlib__bootstrap_external_toplevel_consts_59_consts_1._ascii.ob_base,
   33676             :             & importlib__bootstrap_external_toplevel_consts_59_consts_2.ob_base.ob_base,
   33677             :             & importlib__bootstrap_external_toplevel_consts_59_consts_3.ob_base.ob_base,
   33678             :             & importlib__bootstrap_external_toplevel_consts_59_consts_4.ob_base.ob_base,
   33679             :             & importlib__bootstrap_external_toplevel_consts_59_consts_5.ob_base.ob_base,
   33680             :             & importlib__bootstrap_external_toplevel_consts_59_consts_6.ob_base.ob_base,
   33681             :             & importlib__bootstrap_external_toplevel_consts_59_consts_7.ob_base.ob_base,
   33682             :             & importlib__bootstrap_external_toplevel_consts_59_consts_8.ob_base.ob_base,
   33683             :         },
   33684             :     },
   33685             : };
   33686             : static
   33687             :     struct {
   33688             :         PyGC_Head _gc_head;
   33689             :         struct {
   33690             :             PyObject_VAR_HEAD
   33691             :             PyObject *ob_item[13];
   33692             :         }_object;
   33693             :     }
   33694             : importlib__bootstrap_external_toplevel_consts_59_names = {
   33695             :     ._object = {
   33696             :         .ob_base = {
   33697             :             .ob_base = {
   33698             :                 .ob_refcnt = 999999999,
   33699             :                 .ob_type = &PyTuple_Type,
   33700             :             },
   33701             :             .ob_size = 13,
   33702             :         },
   33703             :         .ob_item = {
   33704             :             &_Py_ID(__name__),
   33705             :             &_Py_ID(__module__),
   33706             :             &_Py_ID(__qualname__),
   33707             :             &_Py_ID(__doc__),
   33708             :             &_Py_ID(__init__),
   33709             :             &_Py_ID(__eq__),
   33710             :             &_Py_ID(__hash__),
   33711             :             & const_str__check_name._ascii.ob_base,
   33712             :             & const_str_load_module._ascii.ob_base,
   33713             :             & const_str_get_filename._ascii.ob_base,
   33714             :             & const_str_get_data._ascii.ob_base,
   33715             :             & const_str_get_resource_reader._ascii.ob_base,
   33716             :             &_Py_ID(__classcell__),
   33717             :         },
   33718             :     },
   33719             : };
   33720             : static
   33721             :     struct {
   33722             :         PyObject_VAR_HEAD
   33723             :         Py_hash_t ob_shash;
   33724             :         char ob_sval[187];
   33725             :     }
   33726             : importlib__bootstrap_external_toplevel_consts_59_linetable = {
   33727             :     .ob_base = {
   33728             :         .ob_base = {
   33729             :             .ob_refcnt = 999999999,
   33730             :             .ob_type = &PyBytes_Type,
   33731             :         },
   33732             :         .ob_size = 186,
   33733             :     },
   33734             :     .ob_shash = -1,
   33735             :     .ob_sval = "\xf8\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x06\x04\x05\x19\xf0\x00\x04\x05\x19\xf0\x00\x04\x05\x19\xf0\x0c\x02\x05\x31\xf0\x00\x02\x05\x31\xf0\x00\x02\x05\x31\xf0\x08\x01\x05\x31\xf0\x00\x01\x05\x31\xf0\x00\x01\x05\x31\xf0\x06\x00\x06\x11\xf0\x02\x09\x05\x3d\xf0\x00\x09\x05\x3d\xf0\x00\x09\x05\x3d\xf0\x00\x09\x05\x3d\xf4\x03\x00\x06\x11\xf0\x02\x09\x05\x3d\xf0\x16\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf4\x03\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x08\x07\x05\x23\xf0\x00\x07\x05\x23\xf0\x00\x07\x05\x23\xf0\x12\x00\x06\x11\xf0\x02\x02\x05\x20\xf0\x00\x02\x05\x20\xf4\x03\x00\x06\x11\xf0\x02\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20",
   33736             : };
   33737             : static
   33738             :     struct {
   33739             :         PyGC_Head _gc_head;
   33740             :         struct {
   33741             :             PyObject_VAR_HEAD
   33742             :             PyObject *ob_item[1];
   33743             :         }_object;
   33744             :     }
   33745             : importlib__bootstrap_external_toplevel_consts_59_localsplusnames = {
   33746             :     ._object = {
   33747             :         .ob_base = {
   33748             :             .ob_base = {
   33749             :                 .ob_refcnt = 999999999,
   33750             :                 .ob_type = &PyTuple_Type,
   33751             :             },
   33752             :             .ob_size = 1,
   33753             :         },
   33754             :         .ob_item = {
   33755             :             &_Py_ID(__class__),
   33756             :         },
   33757             :     },
   33758             : };
   33759             : static
   33760             :     struct _PyCode_DEF(106)
   33761             : importlib__bootstrap_external_toplevel_consts_59 = {
   33762             :     .ob_base = {
   33763             :         .ob_base = {
   33764             :             .ob_refcnt = 999999999,
   33765             :             .ob_type = &PyCode_Type,
   33766             :         },
   33767             :         .ob_size = 53,
   33768             :     },
   33769             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts._object.ob_base.ob_base,
   33770             :     .co_names = & importlib__bootstrap_external_toplevel_consts_59_names._object.ob_base.ob_base,
   33771             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   33772             :     .co_flags = 0,
   33773             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   33774             :     ._co_linearray_entry_size = 0,
   33775             :     .co_argcount = 0,
   33776             :     .co_posonlyargcount = 0,
   33777             :     .co_kwonlyargcount = 0,
   33778             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   33779             :     .co_stacksize = 3,
   33780             :     .co_firstlineno = 1099,
   33781             :     .co_nlocalsplus = 1,
   33782             :     .co_nlocals = 0,
   33783             :     .co_nplaincellvars = 1,
   33784             :     .co_ncellvars = 1,
   33785             :     .co_nfreevars = 0,
   33786             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
   33787             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
   33788             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   33789             :     .co_name = & const_str_FileLoader._ascii.ob_base,
   33790             :     .co_qualname = & const_str_FileLoader._ascii.ob_base,
   33791             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_linetable.ob_base.ob_base,
   33792             :     ._co_code = NULL,
   33793             :     ._co_linearray = NULL,
   33794             :     .co_code_adaptive = "\x87\x00\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x65\x07\x88\x00\x66\x01\x64\x05\x84\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x06\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x65\x07\x64\x08\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x88\x00\x78\x01\x5a\x0c\x53\x00",
   33795             :     ._co_firsttraceable = 1,
   33796             : };
   33797             : static
   33798             :     struct {
   33799             :         PyASCIIObject _ascii;
   33800             :         uint8_t _data[17];
   33801             :     }
   33802             : const_str_SourceFileLoader = {
   33803             :     ._ascii = {
   33804             :         .ob_base = {
   33805             :             .ob_refcnt = 999999999,
   33806             :             .ob_type = &PyUnicode_Type,
   33807             :         },
   33808             :         .length = 16,
   33809             :         .hash = -1,
   33810             :         .state = {
   33811             :             .kind = 1,
   33812             :             .compact = 1,
   33813             :             .ascii = 1,
   33814             :         },
   33815             :     },
   33816             :     ._data = "SourceFileLoader",
   33817             : };
   33818             : static
   33819             :     struct {
   33820             :         PyASCIIObject _ascii;
   33821             :         uint8_t _data[63];
   33822             :     }
   33823             : importlib__bootstrap_external_toplevel_consts_61_consts_1 = {
   33824             :     ._ascii = {
   33825             :         .ob_base = {
   33826             :             .ob_refcnt = 999999999,
   33827             :             .ob_type = &PyUnicode_Type,
   33828             :         },
   33829             :         .length = 62,
   33830             :         .hash = -1,
   33831             :         .state = {
   33832             :             .kind = 1,
   33833             :             .compact = 1,
   33834             :             .ascii = 1,
   33835             :         },
   33836             :     },
   33837             :     ._data = "Concrete implementation of SourceLoader using the file system.",
   33838             : };
   33839             : static
   33840             :     struct {
   33841             :         PyASCIIObject _ascii;
   33842             :         uint8_t _data[34];
   33843             :     }
   33844             : importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0 = {
   33845             :     ._ascii = {
   33846             :         .ob_base = {
   33847             :             .ob_refcnt = 999999999,
   33848             :             .ob_type = &PyUnicode_Type,
   33849             :         },
   33850             :         .length = 33,
   33851             :         .hash = -1,
   33852             :         .state = {
   33853             :             .kind = 1,
   33854             :             .compact = 1,
   33855             :             .ascii = 1,
   33856             :         },
   33857             :     },
   33858             :     ._data = "Return the metadata for the path.",
   33859             : };
   33860             : static
   33861             :     struct {
   33862             :         PyGC_Head _gc_head;
   33863             :         struct {
   33864             :             PyObject_VAR_HEAD
   33865             :             PyObject *ob_item[2];
   33866             :         }_object;
   33867             :     }
   33868             : importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_1 = {
   33869             :     ._object = {
   33870             :         .ob_base = {
   33871             :             .ob_base = {
   33872             :                 .ob_refcnt = 999999999,
   33873             :                 .ob_type = &PyTuple_Type,
   33874             :             },
   33875             :             .ob_size = 2,
   33876             :         },
   33877             :         .ob_item = {
   33878             :             & const_str_mtime._ascii.ob_base,
   33879             :             & const_str_size._ascii.ob_base,
   33880             :         },
   33881             :     },
   33882             : };
   33883             : static
   33884             :     struct {
   33885             :         PyGC_Head _gc_head;
   33886             :         struct {
   33887             :             PyObject_VAR_HEAD
   33888             :             PyObject *ob_item[2];
   33889             :         }_object;
   33890             :     }
   33891             : importlib__bootstrap_external_toplevel_consts_61_consts_2_consts = {
   33892             :     ._object = {
   33893             :         .ob_base = {
   33894             :             .ob_base = {
   33895             :                 .ob_refcnt = 999999999,
   33896             :                 .ob_type = &PyTuple_Type,
   33897             :             },
   33898             :             .ob_size = 2,
   33899             :         },
   33900             :         .ob_item = {
   33901             :             & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0._ascii.ob_base,
   33902             :             & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_1._object.ob_base.ob_base,
   33903             :         },
   33904             :     },
   33905             : };
   33906             : static
   33907             :     struct {
   33908             :         PyASCIIObject _ascii;
   33909             :         uint8_t _data[9];
   33910             :     }
   33911             : const_str_st_mtime = {
   33912             :     ._ascii = {
   33913             :         .ob_base = {
   33914             :             .ob_refcnt = 999999999,
   33915             :             .ob_type = &PyUnicode_Type,
   33916             :         },
   33917             :         .length = 8,
   33918             :         .hash = -1,
   33919             :         .state = {
   33920             :             .kind = 1,
   33921             :             .compact = 1,
   33922             :             .ascii = 1,
   33923             :         },
   33924             :     },
   33925             :     ._data = "st_mtime",
   33926             : };
   33927             : static
   33928             :     struct {
   33929             :         PyASCIIObject _ascii;
   33930             :         uint8_t _data[8];
   33931             :     }
   33932             : const_str_st_size = {
   33933             :     ._ascii = {
   33934             :         .ob_base = {
   33935             :             .ob_refcnt = 999999999,
   33936             :             .ob_type = &PyUnicode_Type,
   33937             :         },
   33938             :         .length = 7,
   33939             :         .hash = -1,
   33940             :         .state = {
   33941             :             .kind = 1,
   33942             :             .compact = 1,
   33943             :             .ascii = 1,
   33944             :         },
   33945             :     },
   33946             :     ._data = "st_size",
   33947             : };
   33948             : static
   33949             :     struct {
   33950             :         PyGC_Head _gc_head;
   33951             :         struct {
   33952             :             PyObject_VAR_HEAD
   33953             :             PyObject *ob_item[3];
   33954             :         }_object;
   33955             :     }
   33956             : importlib__bootstrap_external_toplevel_consts_61_consts_2_names = {
   33957             :     ._object = {
   33958             :         .ob_base = {
   33959             :             .ob_base = {
   33960             :                 .ob_refcnt = 999999999,
   33961             :                 .ob_type = &PyTuple_Type,
   33962             :             },
   33963             :             .ob_size = 3,
   33964             :         },
   33965             :         .ob_item = {
   33966             :             & const_str__path_stat._ascii.ob_base,
   33967             :             & const_str_st_mtime._ascii.ob_base,
   33968             :             & const_str_st_size._ascii.ob_base,
   33969             :         },
   33970             :     },
   33971             : };
   33972             : static
   33973             :     struct {
   33974             :         PyASCIIObject _ascii;
   33975             :         uint8_t _data[28];
   33976             :     }
   33977             : importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname = {
   33978             :     ._ascii = {
   33979             :         .ob_base = {
   33980             :             .ob_refcnt = 999999999,
   33981             :             .ob_type = &PyUnicode_Type,
   33982             :         },
   33983             :         .length = 27,
   33984             :         .hash = -1,
   33985             :         .state = {
   33986             :             .kind = 1,
   33987             :             .compact = 1,
   33988             :             .ascii = 1,
   33989             :         },
   33990             :     },
   33991             :     ._data = "SourceFileLoader.path_stats",
   33992             : };
   33993             : static
   33994             :     struct {
   33995             :         PyObject_VAR_HEAD
   33996             :         Py_hash_t ob_shash;
   33997             :         char ob_sval[35];
   33998             :     }
   33999             : importlib__bootstrap_external_toplevel_consts_61_consts_2_linetable = {
   34000             :     .ob_base = {
   34001             :         .ob_base = {
   34002             :             .ob_refcnt = 999999999,
   34003             :             .ob_type = &PyBytes_Type,
   34004             :         },
   34005             :         .ob_size = 34,
   34006             :     },
   34007             :     .ob_shash = -1,
   34008             :     .ob_sval = "\x80\x00\xe5\x0d\x17\x98\x04\xd4\x0d\x1d\x88\x02\xd8\x19\x1b\x9f\x1b\x99\x1b\xa8\x62\xaf\x6a\xa9\x6a\xd0\x0f\x39\xd0\x0f\x39\xd0\x08\x39",
   34009             : };
   34010             : static
   34011             :     struct {
   34012             :         PyGC_Head _gc_head;
   34013             :         struct {
   34014             :             PyObject_VAR_HEAD
   34015             :             PyObject *ob_item[3];
   34016             :         }_object;
   34017             :     }
   34018             : importlib__bootstrap_external_toplevel_consts_61_consts_2_localsplusnames = {
   34019             :     ._object = {
   34020             :         .ob_base = {
   34021             :             .ob_base = {
   34022             :                 .ob_refcnt = 999999999,
   34023             :                 .ob_type = &PyTuple_Type,
   34024             :             },
   34025             :             .ob_size = 3,
   34026             :         },
   34027             :         .ob_item = {
   34028             :             & const_str_self._ascii.ob_base,
   34029             :             &_Py_ID(path),
   34030             :             & const_str_st._ascii.ob_base,
   34031             :         },
   34032             :     },
   34033             : };
   34034             : static
   34035             :     struct _PyCode_DEF(78)
   34036             : importlib__bootstrap_external_toplevel_consts_61_consts_2 = {
   34037             :     .ob_base = {
   34038             :         .ob_base = {
   34039             :             .ob_refcnt = 999999999,
   34040             :             .ob_type = &PyCode_Type,
   34041             :         },
   34042             :         .ob_size = 39,
   34043             :     },
   34044             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts._object.ob_base.ob_base,
   34045             :     .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_2_names._object.ob_base.ob_base,
   34046             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   34047             :     .co_flags = 3,
   34048             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   34049             :     ._co_linearray_entry_size = 0,
   34050             :     .co_argcount = 2,
   34051             :     .co_posonlyargcount = 0,
   34052             :     .co_kwonlyargcount = 0,
   34053             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   34054             :     .co_stacksize = 3,
   34055             :     .co_firstlineno = 1153,
   34056             :     .co_nlocalsplus = 3,
   34057             :     .co_nlocals = 3,
   34058             :     .co_nplaincellvars = 0,
   34059             :     .co_ncellvars = 0,
   34060             :     .co_nfreevars = 0,
   34061             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_2_localsplusnames._object.ob_base.ob_base,
   34062             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   34063             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   34064             :     .co_name = & const_str_path_stats._ascii.ob_base,
   34065             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname._ascii.ob_base,
   34066             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_2_linetable.ob_base.ob_base,
   34067             :     ._co_code = NULL,
   34068             :     ._co_linearray = NULL,
   34069             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x9c\x02\x53\x00",
   34070             :     ._co_firsttraceable = 0,
   34071             : };
   34072             : static
   34073             :     struct {
   34074             :         PyASCIIObject _ascii;
   34075             :         uint8_t _data[6];
   34076             :     }
   34077             : const_str__mode = {
   34078             :     ._ascii = {
   34079             :         .ob_base = {
   34080             :             .ob_refcnt = 999999999,
   34081             :             .ob_type = &PyUnicode_Type,
   34082             :         },
   34083             :         .length = 5,
   34084             :         .hash = -1,
   34085             :         .state = {
   34086             :             .kind = 1,
   34087             :             .compact = 1,
   34088             :             .ascii = 1,
   34089             :         },
   34090             :     },
   34091             :     ._data = "_mode",
   34092             : };
   34093             : static
   34094             :     struct {
   34095             :         PyGC_Head _gc_head;
   34096             :         struct {
   34097             :             PyObject_VAR_HEAD
   34098             :             PyObject *ob_item[1];
   34099             :         }_object;
   34100             :     }
   34101             : importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1 = {
   34102             :     ._object = {
   34103             :         .ob_base = {
   34104             :             .ob_base = {
   34105             :                 .ob_refcnt = 999999999,
   34106             :                 .ob_type = &PyTuple_Type,
   34107             :             },
   34108             :             .ob_size = 1,
   34109             :         },
   34110             :         .ob_item = {
   34111             :             & const_str__mode._ascii.ob_base,
   34112             :         },
   34113             :     },
   34114             : };
   34115             : static
   34116             :     struct {
   34117             :         PyGC_Head _gc_head;
   34118             :         struct {
   34119             :             PyObject_VAR_HEAD
   34120             :             PyObject *ob_item[2];
   34121             :         }_object;
   34122             :     }
   34123             : importlib__bootstrap_external_toplevel_consts_61_consts_3_consts = {
   34124             :     ._object = {
   34125             :         .ob_base = {
   34126             :             .ob_base = {
   34127             :                 .ob_refcnt = 999999999,
   34128             :                 .ob_type = &PyTuple_Type,
   34129             :             },
   34130             :             .ob_size = 2,
   34131             :         },
   34132             :         .ob_item = {
   34133             :             Py_None,
   34134             :             & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1._object.ob_base.ob_base,
   34135             :         },
   34136             :     },
   34137             : };
   34138             : static
   34139             :     struct {
   34140             :         PyGC_Head _gc_head;
   34141             :         struct {
   34142             :             PyObject_VAR_HEAD
   34143             :             PyObject *ob_item[2];
   34144             :         }_object;
   34145             :     }
   34146             : importlib__bootstrap_external_toplevel_consts_61_consts_3_names = {
   34147             :     ._object = {
   34148             :         .ob_base = {
   34149             :             .ob_base = {
   34150             :                 .ob_refcnt = 999999999,
   34151             :                 .ob_type = &PyTuple_Type,
   34152             :             },
   34153             :             .ob_size = 2,
   34154             :         },
   34155             :         .ob_item = {
   34156             :             & const_str__calc_mode._ascii.ob_base,
   34157             :             & const_str_set_data._ascii.ob_base,
   34158             :         },
   34159             :     },
   34160             : };
   34161             : static
   34162             :     struct {
   34163             :         PyASCIIObject _ascii;
   34164             :         uint8_t _data[33];
   34165             :     }
   34166             : importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname = {
   34167             :     ._ascii = {
   34168             :         .ob_base = {
   34169             :             .ob_refcnt = 999999999,
   34170             :             .ob_type = &PyUnicode_Type,
   34171             :         },
   34172             :         .length = 32,
   34173             :         .hash = -1,
   34174             :         .state = {
   34175             :             .kind = 1,
   34176             :             .compact = 1,
   34177             :             .ascii = 1,
   34178             :         },
   34179             :     },
   34180             :     ._data = "SourceFileLoader._cache_bytecode",
   34181             : };
   34182             : static
   34183             :     struct {
   34184             :         PyObject_VAR_HEAD
   34185             :         Py_hash_t ob_shash;
   34186             :         char ob_sval[34];
   34187             :     }
   34188             : importlib__bootstrap_external_toplevel_consts_61_consts_3_linetable = {
   34189             :     .ob_base = {
   34190             :         .ob_base = {
   34191             :             .ob_refcnt = 999999999,
   34192             :             .ob_type = &PyBytes_Type,
   34193             :         },
   34194             :         .ob_size = 33,
   34195             :     },
   34196             :     .ob_shash = -1,
   34197             :     .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x2b\xd4\x0f\x26\x88\x04\xd8\x0f\x13\x8f\x7d\x89\x7d\x98\x5d\xa8\x44\xb8\x04\x88\x7d\xd4\x0f\x3d\xd0\x08\x3d",
   34198             : };
   34199             : static
   34200             :     struct {
   34201             :         PyGC_Head _gc_head;
   34202             :         struct {
   34203             :             PyObject_VAR_HEAD
   34204             :             PyObject *ob_item[5];
   34205             :         }_object;
   34206             :     }
   34207             : importlib__bootstrap_external_toplevel_consts_61_consts_3_localsplusnames = {
   34208             :     ._object = {
   34209             :         .ob_base = {
   34210             :             .ob_base = {
   34211             :                 .ob_refcnt = 999999999,
   34212             :                 .ob_type = &PyTuple_Type,
   34213             :             },
   34214             :             .ob_size = 5,
   34215             :         },
   34216             :         .ob_item = {
   34217             :             & const_str_self._ascii.ob_base,
   34218             :             & const_str_source_path._ascii.ob_base,
   34219             :             & const_str_bytecode_path._ascii.ob_base,
   34220             :             & const_str_data._ascii.ob_base,
   34221             :             &_Py_ID(mode),
   34222             :         },
   34223             :     },
   34224             : };
   34225             : static
   34226             :     struct _PyCode_DEF(70)
   34227             : importlib__bootstrap_external_toplevel_consts_61_consts_3 = {
   34228             :     .ob_base = {
   34229             :         .ob_base = {
   34230             :             .ob_refcnt = 999999999,
   34231             :             .ob_type = &PyCode_Type,
   34232             :         },
   34233             :         .ob_size = 35,
   34234             :     },
   34235             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts._object.ob_base.ob_base,
   34236             :     .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_3_names._object.ob_base.ob_base,
   34237             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   34238             :     .co_flags = 3,
   34239             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   34240             :     ._co_linearray_entry_size = 0,
   34241             :     .co_argcount = 4,
   34242             :     .co_posonlyargcount = 0,
   34243             :     .co_kwonlyargcount = 0,
   34244             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   34245             :     .co_stacksize = 5,
   34246             :     .co_firstlineno = 1158,
   34247             :     .co_nlocalsplus = 5,
   34248             :     .co_nlocals = 5,
   34249             :     .co_nplaincellvars = 0,
   34250             :     .co_ncellvars = 0,
   34251             :     .co_nfreevars = 0,
   34252             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_3_localsplusnames._object.ob_base.ob_base,
   34253             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   34254             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   34255             :     .co_name = & const_str__cache_bytecode._ascii.ob_base,
   34256             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname._ascii.ob_base,
   34257             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_3_linetable.ob_base.ob_base,
   34258             :     ._co_code = NULL,
   34259             :     ._co_linearray = NULL,
   34260             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\x7c\x04\xac\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   34261             :     ._co_firsttraceable = 0,
   34262             : };
   34263             : static
   34264             :     struct {
   34265             :         PyASCIIObject _ascii;
   34266             :         uint8_t _data[28];
   34267             :     }
   34268             : importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0 = {
   34269             :     ._ascii = {
   34270             :         .ob_base = {
   34271             :             .ob_refcnt = 999999999,
   34272             :             .ob_type = &PyUnicode_Type,
   34273             :         },
   34274             :         .length = 27,
   34275             :         .hash = -1,
   34276             :         .state = {
   34277             :             .kind = 1,
   34278             :             .compact = 1,
   34279             :             .ascii = 1,
   34280             :         },
   34281             :     },
   34282             :     ._data = "Write bytes data to a file.",
   34283             : };
   34284             : static
   34285             :     struct {
   34286             :         PyASCIIObject _ascii;
   34287             :         uint8_t _data[28];
   34288             :     }
   34289             : importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1 = {
   34290             :     ._ascii = {
   34291             :         .ob_base = {
   34292             :             .ob_refcnt = 999999999,
   34293             :             .ob_type = &PyUnicode_Type,
   34294             :         },
   34295             :         .length = 27,
   34296             :         .hash = -1,
   34297             :         .state = {
   34298             :             .kind = 1,
   34299             :             .compact = 1,
   34300             :             .ascii = 1,
   34301             :         },
   34302             :     },
   34303             :     ._data = "could not create {!r}: {!r}",
   34304             : };
   34305             : static
   34306             :     struct {
   34307             :         PyASCIIObject _ascii;
   34308             :         uint8_t _data[13];
   34309             :     }
   34310             : importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3 = {
   34311             :     ._ascii = {
   34312             :         .ob_base = {
   34313             :             .ob_refcnt = 999999999,
   34314             :             .ob_type = &PyUnicode_Type,
   34315             :         },
   34316             :         .length = 12,
   34317             :         .hash = -1,
   34318             :         .state = {
   34319             :             .kind = 1,
   34320             :             .compact = 1,
   34321             :             .ascii = 1,
   34322             :         },
   34323             :     },
   34324             :     ._data = "created {!r}",
   34325             : };
   34326             : static
   34327             :     struct {
   34328             :         PyGC_Head _gc_head;
   34329             :         struct {
   34330             :             PyObject_VAR_HEAD
   34331             :             PyObject *ob_item[4];
   34332             :         }_object;
   34333             :     }
   34334             : importlib__bootstrap_external_toplevel_consts_61_consts_6_consts = {
   34335             :     ._object = {
   34336             :         .ob_base = {
   34337             :             .ob_base = {
   34338             :                 .ob_refcnt = 999999999,
   34339             :                 .ob_type = &PyTuple_Type,
   34340             :             },
   34341             :             .ob_size = 4,
   34342             :         },
   34343             :         .ob_item = {
   34344             :             & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0._ascii.ob_base,
   34345             :             & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1._ascii.ob_base,
   34346             :             Py_None,
   34347             :             & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3._ascii.ob_base,
   34348             :         },
   34349             :     },
   34350             : };
   34351             : static
   34352             :     struct {
   34353             :         PyASCIIObject _ascii;
   34354             :         uint8_t _data[6];
   34355             :     }
   34356             : const_str_mkdir = {
   34357             :     ._ascii = {
   34358             :         .ob_base = {
   34359             :             .ob_refcnt = 999999999,
   34360             :             .ob_type = &PyUnicode_Type,
   34361             :         },
   34362             :         .length = 5,
   34363             :         .hash = -1,
   34364             :         .state = {
   34365             :             .kind = 1,
   34366             :             .compact = 1,
   34367             :             .ascii = 1,
   34368             :         },
   34369             :     },
   34370             :     ._data = "mkdir",
   34371             : };
   34372             : static
   34373             :     struct {
   34374             :         PyASCIIObject _ascii;
   34375             :         uint8_t _data[16];
   34376             :     }
   34377             : const_str_FileExistsError = {
   34378             :     ._ascii = {
   34379             :         .ob_base = {
   34380             :             .ob_refcnt = 999999999,
   34381             :             .ob_type = &PyUnicode_Type,
   34382             :         },
   34383             :         .length = 15,
   34384             :         .hash = -1,
   34385             :         .state = {
   34386             :             .kind = 1,
   34387             :             .compact = 1,
   34388             :             .ascii = 1,
   34389             :         },
   34390             :     },
   34391             :     ._data = "FileExistsError",
   34392             : };
   34393             : static
   34394             :     struct {
   34395             :         PyGC_Head _gc_head;
   34396             :         struct {
   34397             :             PyObject_VAR_HEAD
   34398             :             PyObject *ob_item[12];
   34399             :         }_object;
   34400             :     }
   34401             : importlib__bootstrap_external_toplevel_consts_61_consts_6_names = {
   34402             :     ._object = {
   34403             :         .ob_base = {
   34404             :             .ob_base = {
   34405             :                 .ob_refcnt = 999999999,
   34406             :                 .ob_type = &PyTuple_Type,
   34407             :             },
   34408             :             .ob_size = 12,
   34409             :         },
   34410             :         .ob_item = {
   34411             :             & const_str__path_split._ascii.ob_base,
   34412             :             & const_str__path_isdir._ascii.ob_base,
   34413             :             &_Py_ID(append),
   34414             :             &_Py_ID(reversed),
   34415             :             & const_str__path_join._ascii.ob_base,
   34416             :             & const_str__os._ascii.ob_base,
   34417             :             & const_str_mkdir._ascii.ob_base,
   34418             :             & const_str_FileExistsError._ascii.ob_base,
   34419             :             & const_str_OSError._ascii.ob_base,
   34420             :             &_Py_ID(_bootstrap),
   34421             :             & const_str__verbose_message._ascii.ob_base,
   34422             :             & const_str__write_atomic._ascii.ob_base,
   34423             :         },
   34424             :     },
   34425             : };
   34426             : static
   34427             :     struct {
   34428             :         PyASCIIObject _ascii;
   34429             :         uint8_t _data[26];
   34430             :     }
   34431             : importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname = {
   34432             :     ._ascii = {
   34433             :         .ob_base = {
   34434             :             .ob_refcnt = 999999999,
   34435             :             .ob_type = &PyUnicode_Type,
   34436             :         },
   34437             :         .length = 25,
   34438             :         .hash = -1,
   34439             :         .state = {
   34440             :             .kind = 1,
   34441             :             .compact = 1,
   34442             :             .ascii = 1,
   34443             :         },
   34444             :     },
   34445             :     ._data = "SourceFileLoader.set_data",
   34446             : };
   34447             : static
   34448             :     struct {
   34449             :         PyObject_VAR_HEAD
   34450             :         Py_hash_t ob_shash;
   34451             :         char ob_sval[388];
   34452             :     }
   34453             : importlib__bootstrap_external_toplevel_consts_61_consts_6_linetable = {
   34454             :     .ob_base = {
   34455             :         .ob_base = {
   34456             :             .ob_refcnt = 999999999,
   34457             :             .ob_type = &PyBytes_Type,
   34458             :         },
   34459             :         .ob_size = 387,
   34460             :     },
   34461             :     .ob_shash = -1,
   34462             :     .ob_sval = "\x80\x00\xe5\x1b\x26\xa0\x74\xd4\x1b\x2c\xd1\x08\x18\x88\x06\x90\x08\xd8\x15\x17\x88\x0a\xe0\x0e\x14\xf0\x00\x02\x09\x24\x9d\x5b\xa8\x16\xd4\x1d\x30\xf0\x00\x02\x09\x24\xdd\x1b\x26\xa0\x76\xd4\x1b\x2e\x89\x4c\x88\x46\x90\x44\xd8\x0c\x16\xd7\x0c\x1d\xd1\x0c\x1d\x98\x64\xd4\x0c\x23\xd0\x0c\x23\xf0\x05\x00\x0f\x15\xf0\x00\x02\x09\x24\x9d\x5b\xa8\x16\xd4\x1d\x30\xf0\x00\x02\x09\x24\xf5\x08\x00\x15\x1d\x98\x5a\xd4\x14\x28\xf0\x00\x0c\x09\x17\xf1\x00\x0c\x09\x17\x88\x44\xdd\x15\x1f\xa0\x06\xa8\x04\xd4\x15\x2d\x88\x46\xf0\x02\x0a\x0d\x17\xdd\x10\x19\x97\x09\x91\x09\x98\x26\xd4\x10\x21\xd0\x10\x21\xd0\x10\x21\xf0\x14\x06\x09\x2d\xdd\x0c\x19\x98\x24\xa0\x04\xa0\x65\xd4\x0c\x2c\xd0\x0c\x2c\xdd\x0c\x16\xd7\x0c\x27\xd1\x0c\x27\xa8\x0e\xb8\x04\xd4\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d\xf8\xf5\x17\x00\x14\x23\xf0\x00\x02\x0d\x19\xf0\x00\x02\x0d\x19\xf0\x00\x02\x0d\x19\xe0\x10\x18\x90\x08\xdd\x13\x1a\xf0\x00\x05\x0d\x17\xf0\x00\x05\x0d\x17\xf0\x00\x05\x0d\x17\xf5\x06\x00\x11\x1b\xd7\x10\x2b\xd1\x10\x2b\xd0\x2c\x49\xd8\x2c\x32\xb0\x43\xf4\x03\x01\x11\x39\xf0\x00\x01\x11\x39\xe0\x10\x16\x90\x06\x90\x06\x90\x06\x90\x06\x90\x06\x90\x06\xf8\xf8\xf8\xf8\xf0\x0b\x05\x0d\x17\xf8\xf8\xf8\xf8\xf5\x12\x00\x10\x17\xf0\x00\x03\x09\x2d\xf0\x00\x03\x09\x2d\xf0\x00\x03\x09\x2d\xe5\x0c\x16\xd7\x0c\x27\xd1\x0c\x27\xd0\x28\x45\xc0\x74\xd8\x28\x2b\xf4\x03\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf8\xf8\xf8\xf8\xf0\x05\x03\x09\x2d\xf8\xf8\xf8",
   34463             : };
   34464             : static
   34465             :     struct {
   34466             :         PyObject_VAR_HEAD
   34467             :         Py_hash_t ob_shash;
   34468             :         char ob_sval[55];
   34469             :     }
   34470             : importlib__bootstrap_external_toplevel_consts_61_consts_6_exceptiontable = {
   34471             :     .ob_base = {
   34472             :         .ob_base = {
   34473             :             .ob_refcnt = 999999999,
   34474             :             .ob_type = &PyBytes_Type,
   34475             :         },
   34476             :         .ob_size = 54,
   34477             :     },
   34478             :     .ob_shash = -1,
   34479             :     .ob_sval = "\xc1\x32\x17\x42\x34\x02\xc2\x0b\x27\x43\x31\x00\xc2\x34\x0a\x43\x2e\x05\xc3\x00\x09\x43\x2e\x05\xc3\x09\x19\x43\x29\x05\xc3\x29\x05\x43\x2e\x05\xc3\x31\x0a\x44\x1f\x03\xc3\x3b\x19\x44\x1a\x03\xc4\x1a\x05\x44\x1f\x03",
   34480             : };
   34481             : static
   34482             :     struct {
   34483             :         PyGC_Head _gc_head;
   34484             :         struct {
   34485             :             PyObject_VAR_HEAD
   34486             :             PyObject *ob_item[9];
   34487             :         }_object;
   34488             :     }
   34489             : importlib__bootstrap_external_toplevel_consts_61_consts_6_localsplusnames = {
   34490             :     ._object = {
   34491             :         .ob_base = {
   34492             :             .ob_base = {
   34493             :                 .ob_refcnt = 999999999,
   34494             :                 .ob_type = &PyTuple_Type,
   34495             :             },
   34496             :             .ob_size = 9,
   34497             :         },
   34498             :         .ob_item = {
   34499             :             & const_str_self._ascii.ob_base,
   34500             :             &_Py_ID(path),
   34501             :             & const_str_data._ascii.ob_base,
   34502             :             & const_str__mode._ascii.ob_base,
   34503             :             &_Py_ID(parent),
   34504             :             &_Py_ID(filename),
   34505             :             & const_str_path_parts._ascii.ob_base,
   34506             :             & const_str_part._ascii.ob_base,
   34507             :             & const_str_exc._ascii.ob_base,
   34508             :         },
   34509             :     },
   34510             : };
   34511             : static
   34512             :     struct _PyCode_DEF(580)
   34513             : importlib__bootstrap_external_toplevel_consts_61_consts_6 = {
   34514             :     .ob_base = {
   34515             :         .ob_base = {
   34516             :             .ob_refcnt = 999999999,
   34517             :             .ob_type = &PyCode_Type,
   34518             :         },
   34519             :         .ob_size = 290,
   34520             :     },
   34521             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts._object.ob_base.ob_base,
   34522             :     .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_6_names._object.ob_base.ob_base,
   34523             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_61_consts_6_exceptiontable.ob_base.ob_base,
   34524             :     .co_flags = 3,
   34525             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   34526             :     ._co_linearray_entry_size = 0,
   34527             :     .co_argcount = 3,
   34528             :     .co_posonlyargcount = 0,
   34529             :     .co_kwonlyargcount = 1,
   34530             :     .co_framesize = 16 + FRAME_SPECIALS_SIZE,
   34531             :     .co_stacksize = 7,
   34532             :     .co_firstlineno = 1163,
   34533             :     .co_nlocalsplus = 9,
   34534             :     .co_nlocals = 9,
   34535             :     .co_nplaincellvars = 0,
   34536             :     .co_ncellvars = 0,
   34537             :     .co_nfreevars = 0,
   34538             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_6_localsplusnames._object.ob_base.ob_base,
   34539             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
   34540             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   34541             :     .co_name = & const_str_set_data._ascii.ob_base,
   34542             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname._ascii.ob_base,
   34543             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_6_linetable.ob_base.ob_base,
   34544             :     ._co_code = NULL,
   34545             :     ._co_linearray = NULL,
   34546             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x67\x00\x7d\x06\x7c\x04\x72\x3e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x31\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x07\x7c\x06\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x72\x0d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x31\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x28\x00\x00\x7d\x07\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2a\x09\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x60\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x25\x7d\x08\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x04\x7c\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x02\x7d\x08\x7e\x08\x01\x00\x64\x02\x53\x00\x64\x02\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x24\x7d\x08\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\x7c\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x02\x7d\x08\x7e\x08\x64\x02\x53\x00\x64\x02\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
   34547             :     ._co_firsttraceable = 0,
   34548             : };
   34549             : static
   34550             :     struct {
   34551             :         PyGC_Head _gc_head;
   34552             :         struct {
   34553             :             PyObject_VAR_HEAD
   34554             :             PyObject *ob_item[8];
   34555             :         }_object;
   34556             :     }
   34557             : importlib__bootstrap_external_toplevel_consts_61_consts = {
   34558             :     ._object = {
   34559             :         .ob_base = {
   34560             :             .ob_base = {
   34561             :                 .ob_refcnt = 999999999,
   34562             :                 .ob_type = &PyTuple_Type,
   34563             :             },
   34564             :             .ob_size = 8,
   34565             :         },
   34566             :         .ob_item = {
   34567             :             & const_str_SourceFileLoader._ascii.ob_base,
   34568             :             & importlib__bootstrap_external_toplevel_consts_61_consts_1._ascii.ob_base,
   34569             :             & importlib__bootstrap_external_toplevel_consts_61_consts_2.ob_base.ob_base,
   34570             :             & importlib__bootstrap_external_toplevel_consts_61_consts_3.ob_base.ob_base,
   34571             :             & const_int_438.ob_base.ob_base,
   34572             :             & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1._object.ob_base.ob_base,
   34573             :             & importlib__bootstrap_external_toplevel_consts_61_consts_6.ob_base.ob_base,
   34574             :             Py_None,
   34575             :         },
   34576             :     },
   34577             : };
   34578             : static
   34579             :     struct {
   34580             :         PyGC_Head _gc_head;
   34581             :         struct {
   34582             :             PyObject_VAR_HEAD
   34583             :             PyObject *ob_item[7];
   34584             :         }_object;
   34585             :     }
   34586             : importlib__bootstrap_external_toplevel_consts_61_names = {
   34587             :     ._object = {
   34588             :         .ob_base = {
   34589             :             .ob_base = {
   34590             :                 .ob_refcnt = 999999999,
   34591             :                 .ob_type = &PyTuple_Type,
   34592             :             },
   34593             :             .ob_size = 7,
   34594             :         },
   34595             :         .ob_item = {
   34596             :             &_Py_ID(__name__),
   34597             :             &_Py_ID(__module__),
   34598             :             &_Py_ID(__qualname__),
   34599             :             &_Py_ID(__doc__),
   34600             :             & const_str_path_stats._ascii.ob_base,
   34601             :             & const_str__cache_bytecode._ascii.ob_base,
   34602             :             & const_str_set_data._ascii.ob_base,
   34603             :         },
   34604             :     },
   34605             : };
   34606             : static
   34607             :     struct {
   34608             :         PyObject_VAR_HEAD
   34609             :         Py_hash_t ob_shash;
   34610             :         char ob_sval[87];
   34611             :     }
   34612             : importlib__bootstrap_external_toplevel_consts_61_linetable = {
   34613             :     .ob_base = {
   34614             :         .ob_base = {
   34615             :             .ob_refcnt = 999999999,
   34616             :             .ob_type = &PyBytes_Type,
   34617             :         },
   34618             :         .ob_size = 86,
   34619             :     },
   34620             :     .ob_shash = -1,
   34621             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x48\xd0\x04\x48\xf0\x04\x03\x05\x3a\xf0\x00\x03\x05\x3a\xf0\x00\x03\x05\x3a\xf0\x0a\x03\x05\x3e\xf0\x00\x03\x05\x3e\xf0\x00\x03\x05\x3e\xf0\x0a\x00\x2d\x32\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d",
   34622             : };
   34623             : static
   34624             :     struct _PyCode_DEF(42)
   34625             : importlib__bootstrap_external_toplevel_consts_61 = {
   34626             :     .ob_base = {
   34627             :         .ob_base = {
   34628             :             .ob_refcnt = 999999999,
   34629             :             .ob_type = &PyCode_Type,
   34630             :         },
   34631             :         .ob_size = 21,
   34632             :     },
   34633             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts._object.ob_base.ob_base,
   34634             :     .co_names = & importlib__bootstrap_external_toplevel_consts_61_names._object.ob_base.ob_base,
   34635             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   34636             :     .co_flags = 0,
   34637             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   34638             :     ._co_linearray_entry_size = 0,
   34639             :     .co_argcount = 0,
   34640             :     .co_posonlyargcount = 0,
   34641             :     .co_kwonlyargcount = 0,
   34642             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   34643             :     .co_stacksize = 2,
   34644             :     .co_firstlineno = 1149,
   34645             :     .co_nlocalsplus = 0,
   34646             :     .co_nlocals = 0,
   34647             :     .co_nplaincellvars = 0,
   34648             :     .co_ncellvars = 0,
   34649             :     .co_nfreevars = 0,
   34650             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   34651             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   34652             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   34653             :     .co_name = & const_str_SourceFileLoader._ascii.ob_base,
   34654             :     .co_qualname = & const_str_SourceFileLoader._ascii.ob_base,
   34655             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_linetable.ob_base.ob_base,
   34656             :     ._co_code = NULL,
   34657             :     ._co_linearray = NULL,
   34658             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x64\x05\x9c\x01\x64\x06\x84\x02\x5a\x06\x64\x07\x53\x00",
   34659             :     ._co_firsttraceable = 0,
   34660             : };
   34661             : static
   34662             :     struct {
   34663             :         PyASCIIObject _ascii;
   34664             :         uint8_t _data[21];
   34665             :     }
   34666             : const_str_SourcelessFileLoader = {
   34667             :     ._ascii = {
   34668             :         .ob_base = {
   34669             :             .ob_refcnt = 999999999,
   34670             :             .ob_type = &PyUnicode_Type,
   34671             :         },
   34672             :         .length = 20,
   34673             :         .hash = -1,
   34674             :         .state = {
   34675             :             .kind = 1,
   34676             :             .compact = 1,
   34677             :             .ascii = 1,
   34678             :         },
   34679             :     },
   34680             :     ._data = "SourcelessFileLoader",
   34681             : };
   34682             : static
   34683             :     struct {
   34684             :         PyASCIIObject _ascii;
   34685             :         uint8_t _data[46];
   34686             :     }
   34687             : importlib__bootstrap_external_toplevel_consts_63_consts_1 = {
   34688             :     ._ascii = {
   34689             :         .ob_base = {
   34690             :             .ob_refcnt = 999999999,
   34691             :             .ob_type = &PyUnicode_Type,
   34692             :         },
   34693             :         .length = 45,
   34694             :         .hash = -1,
   34695             :         .state = {
   34696             :             .kind = 1,
   34697             :             .compact = 1,
   34698             :             .ascii = 1,
   34699             :         },
   34700             :     },
   34701             :     ._data = "Loader which handles sourceless file imports.",
   34702             : };
   34703             : static
   34704             :     struct {
   34705             :         PyGC_Head _gc_head;
   34706             :         struct {
   34707             :             PyObject_VAR_HEAD
   34708             :             PyObject *ob_item[2];
   34709             :         }_object;
   34710             :     }
   34711             : importlib__bootstrap_external_toplevel_consts_63_consts_2_consts_3 = {
   34712             :     ._object = {
   34713             :         .ob_base = {
   34714             :             .ob_base = {
   34715             :                 .ob_refcnt = 999999999,
   34716             :                 .ob_type = &PyTuple_Type,
   34717             :             },
   34718             :             .ob_size = 2,
   34719             :         },
   34720             :         .ob_item = {
   34721             :             &_Py_ID(name),
   34722             :             & const_str_bytecode_path._ascii.ob_base,
   34723             :         },
   34724             :     },
   34725             : };
   34726             : static
   34727             :     struct {
   34728             :         PyGC_Head _gc_head;
   34729             :         struct {
   34730             :             PyObject_VAR_HEAD
   34731             :             PyObject *ob_item[4];
   34732             :         }_object;
   34733             :     }
   34734             : importlib__bootstrap_external_toplevel_consts_63_consts_2_consts = {
   34735             :     ._object = {
   34736             :         .ob_base = {
   34737             :             .ob_base = {
   34738             :                 .ob_refcnt = 999999999,
   34739             :                 .ob_type = &PyTuple_Type,
   34740             :             },
   34741             :             .ob_size = 4,
   34742             :         },
   34743             :         .ob_item = {
   34744             :             Py_None,
   34745             :             & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
   34746             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
   34747             :             & importlib__bootstrap_external_toplevel_consts_63_consts_2_consts_3._object.ob_base.ob_base,
   34748             :         },
   34749             :     },
   34750             : };
   34751             : static
   34752             :     struct {
   34753             :         PyGC_Head _gc_head;
   34754             :         struct {
   34755             :             PyObject_VAR_HEAD
   34756             :             PyObject *ob_item[5];
   34757             :         }_object;
   34758             :     }
   34759             : importlib__bootstrap_external_toplevel_consts_63_consts_2_names = {
   34760             :     ._object = {
   34761             :         .ob_base = {
   34762             :             .ob_base = {
   34763             :                 .ob_refcnt = 999999999,
   34764             :                 .ob_type = &PyTuple_Type,
   34765             :             },
   34766             :             .ob_size = 5,
   34767             :         },
   34768             :         .ob_item = {
   34769             :             & const_str_get_filename._ascii.ob_base,
   34770             :             & const_str_get_data._ascii.ob_base,
   34771             :             & const_str__classify_pyc._ascii.ob_base,
   34772             :             & const_str__compile_bytecode._ascii.ob_base,
   34773             :             & const_str_memoryview._ascii.ob_base,
   34774             :         },
   34775             :     },
   34776             : };
   34777             : static
   34778             :     struct {
   34779             :         PyASCIIObject _ascii;
   34780             :         uint8_t _data[30];
   34781             :     }
   34782             : importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname = {
   34783             :     ._ascii = {
   34784             :         .ob_base = {
   34785             :             .ob_refcnt = 999999999,
   34786             :             .ob_type = &PyUnicode_Type,
   34787             :         },
   34788             :         .length = 29,
   34789             :         .hash = -1,
   34790             :         .state = {
   34791             :             .kind = 1,
   34792             :             .compact = 1,
   34793             :             .ascii = 1,
   34794             :         },
   34795             :     },
   34796             :     ._data = "SourcelessFileLoader.get_code",
   34797             : };
   34798             : static
   34799             :     struct {
   34800             :         PyObject_VAR_HEAD
   34801             :         Py_hash_t ob_shash;
   34802             :         char ob_sval[110];
   34803             :     }
   34804             : importlib__bootstrap_external_toplevel_consts_63_consts_2_linetable = {
   34805             :     .ob_base = {
   34806             :         .ob_base = {
   34807             :             .ob_refcnt = 999999999,
   34808             :             .ob_type = &PyBytes_Type,
   34809             :         },
   34810             :         .ob_size = 109,
   34811             :     },
   34812             :     .ob_shash = -1,
   34813             :     .ob_sval = "\x80\x00\xd8\x0f\x13\xd7\x0f\x20\xd1\x0f\x20\xa0\x18\xd4\x0f\x2a\x88\x04\xd8\x0f\x13\x8f\x7d\x89\x7d\x98\x54\xd4\x0f\x22\x88\x04\xf0\x08\x00\x15\x1d\xd8\x14\x18\xf0\x05\x03\x17\x0a\xf0\x00\x03\x17\x0a\x88\x0b\xf5\x08\x00\x09\x16\x90\x64\x98\x48\xa0\x6b\xd4\x08\x32\xd0\x08\x32\xdd\x0f\x20\xdd\x0c\x16\x90\x74\xd4\x0c\x1c\x98\x52\xd0\x0c\x21\xd0\x0c\x21\xd8\x11\x19\xd8\x1a\x1e\xf0\x07\x04\x10\x0a\xf4\x00\x04\x10\x0a\xf0\x00\x04\x09\x0a",
   34814             : };
   34815             : static
   34816             :     struct {
   34817             :         PyGC_Head _gc_head;
   34818             :         struct {
   34819             :             PyObject_VAR_HEAD
   34820             :             PyObject *ob_item[5];
   34821             :         }_object;
   34822             :     }
   34823             : importlib__bootstrap_external_toplevel_consts_63_consts_2_localsplusnames = {
   34824             :     ._object = {
   34825             :         .ob_base = {
   34826             :             .ob_base = {
   34827             :                 .ob_refcnt = 999999999,
   34828             :                 .ob_type = &PyTuple_Type,
   34829             :             },
   34830             :             .ob_size = 5,
   34831             :         },
   34832             :         .ob_item = {
   34833             :             & const_str_self._ascii.ob_base,
   34834             :             & const_str_fullname._ascii.ob_base,
   34835             :             &_Py_ID(path),
   34836             :             & const_str_data._ascii.ob_base,
   34837             :             & const_str_exc_details._ascii.ob_base,
   34838             :         },
   34839             :     },
   34840             : };
   34841             : static
   34842             :     struct _PyCode_DEF(174)
   34843             : importlib__bootstrap_external_toplevel_consts_63_consts_2 = {
   34844             :     .ob_base = {
   34845             :         .ob_base = {
   34846             :             .ob_refcnt = 999999999,
   34847             :             .ob_type = &PyCode_Type,
   34848             :         },
   34849             :         .ob_size = 87,
   34850             :     },
   34851             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts_2_consts._object.ob_base.ob_base,
   34852             :     .co_names = & importlib__bootstrap_external_toplevel_consts_63_consts_2_names._object.ob_base.ob_base,
   34853             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   34854             :     .co_flags = 3,
   34855             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   34856             :     ._co_linearray_entry_size = 0,
   34857             :     .co_argcount = 2,
   34858             :     .co_posonlyargcount = 0,
   34859             :     .co_kwonlyargcount = 0,
   34860             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   34861             :     .co_stacksize = 5,
   34862             :     .co_firstlineno = 1198,
   34863             :     .co_nlocalsplus = 5,
   34864             :     .co_nlocals = 5,
   34865             :     .co_nplaincellvars = 0,
   34866             :     .co_ncellvars = 0,
   34867             :     .co_nfreevars = 0,
   34868             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_63_consts_2_localsplusnames._object.ob_base.ob_base,
   34869             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   34870             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   34871             :     .co_name = & const_str_get_code._ascii.ob_base,
   34872             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname._ascii.ob_base,
   34873             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_2_linetable.ob_base.ob_base,
   34874             :     ._co_code = NULL,
   34875             :     ._co_linearray = NULL,
   34876             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x7c\x02\x64\x01\x9c\x02\x7d\x04\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x01\x7c\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x00\x1a\x00\x7c\x01\x7c\x02\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   34877             :     ._co_firsttraceable = 0,
   34878             : };
   34879             : static
   34880             :     struct {
   34881             :         PyASCIIObject _ascii;
   34882             :         uint8_t _data[40];
   34883             :     }
   34884             : importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0 = {
   34885             :     ._ascii = {
   34886             :         .ob_base = {
   34887             :             .ob_refcnt = 999999999,
   34888             :             .ob_type = &PyUnicode_Type,
   34889             :         },
   34890             :         .length = 39,
   34891             :         .hash = -1,
   34892             :         .state = {
   34893             :             .kind = 1,
   34894             :             .compact = 1,
   34895             :             .ascii = 1,
   34896             :         },
   34897             :     },
   34898             :     ._data = "Return None as there is no source code.",
   34899             : };
   34900             : static
   34901             :     struct {
   34902             :         PyGC_Head _gc_head;
   34903             :         struct {
   34904             :             PyObject_VAR_HEAD
   34905             :             PyObject *ob_item[2];
   34906             :         }_object;
   34907             :     }
   34908             : importlib__bootstrap_external_toplevel_consts_63_consts_3_consts = {
   34909             :     ._object = {
   34910             :         .ob_base = {
   34911             :             .ob_base = {
   34912             :                 .ob_refcnt = 999999999,
   34913             :                 .ob_type = &PyTuple_Type,
   34914             :             },
   34915             :             .ob_size = 2,
   34916             :         },
   34917             :         .ob_item = {
   34918             :             & importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0._ascii.ob_base,
   34919             :             Py_None,
   34920             :         },
   34921             :     },
   34922             : };
   34923             : static
   34924             :     struct {
   34925             :         PyASCIIObject _ascii;
   34926             :         uint8_t _data[32];
   34927             :     }
   34928             : importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname = {
   34929             :     ._ascii = {
   34930             :         .ob_base = {
   34931             :             .ob_refcnt = 999999999,
   34932             :             .ob_type = &PyUnicode_Type,
   34933             :         },
   34934             :         .length = 31,
   34935             :         .hash = -1,
   34936             :         .state = {
   34937             :             .kind = 1,
   34938             :             .compact = 1,
   34939             :             .ascii = 1,
   34940             :         },
   34941             :     },
   34942             :     ._data = "SourcelessFileLoader.get_source",
   34943             : };
   34944             : static
   34945             :     struct {
   34946             :         PyObject_VAR_HEAD
   34947             :         Py_hash_t ob_shash;
   34948             :         char ob_sval[8];
   34949             :     }
   34950             : importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable = {
   34951             :     .ob_base = {
   34952             :         .ob_base = {
   34953             :             .ob_refcnt = 999999999,
   34954             :             .ob_type = &PyBytes_Type,
   34955             :         },
   34956             :         .ob_size = 7,
   34957             :     },
   34958             :     .ob_shash = -1,
   34959             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x88\x74",
   34960             : };
   34961             : static
   34962             :     struct _PyCode_DEF(6)
   34963             : importlib__bootstrap_external_toplevel_consts_63_consts_3 = {
   34964             :     .ob_base = {
   34965             :         .ob_base = {
   34966             :             .ob_refcnt = 999999999,
   34967             :             .ob_type = &PyCode_Type,
   34968             :         },
   34969             :         .ob_size = 3,
   34970             :     },
   34971             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts_3_consts._object.ob_base.ob_base,
   34972             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   34973             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   34974             :     .co_flags = 3,
   34975             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   34976             :     ._co_linearray_entry_size = 0,
   34977             :     .co_argcount = 2,
   34978             :     .co_posonlyargcount = 0,
   34979             :     .co_kwonlyargcount = 0,
   34980             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   34981             :     .co_stacksize = 1,
   34982             :     .co_firstlineno = 1214,
   34983             :     .co_nlocalsplus = 2,
   34984             :     .co_nlocals = 2,
   34985             :     .co_nplaincellvars = 0,
   34986             :     .co_ncellvars = 0,
   34987             :     .co_nfreevars = 0,
   34988             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   34989             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   34990             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   34991             :     .co_name = &_Py_ID(get_source),
   34992             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname._ascii.ob_base,
   34993             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
   34994             :     ._co_code = NULL,
   34995             :     ._co_linearray = NULL,
   34996             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   34997             :     ._co_firsttraceable = 0,
   34998             : };
   34999             : static
   35000             :     struct {
   35001             :         PyGC_Head _gc_head;
   35002             :         struct {
   35003             :             PyObject_VAR_HEAD
   35004             :             PyObject *ob_item[5];
   35005             :         }_object;
   35006             :     }
   35007             : importlib__bootstrap_external_toplevel_consts_63_consts = {
   35008             :     ._object = {
   35009             :         .ob_base = {
   35010             :             .ob_base = {
   35011             :                 .ob_refcnt = 999999999,
   35012             :                 .ob_type = &PyTuple_Type,
   35013             :             },
   35014             :             .ob_size = 5,
   35015             :         },
   35016             :         .ob_item = {
   35017             :             & const_str_SourcelessFileLoader._ascii.ob_base,
   35018             :             & importlib__bootstrap_external_toplevel_consts_63_consts_1._ascii.ob_base,
   35019             :             & importlib__bootstrap_external_toplevel_consts_63_consts_2.ob_base.ob_base,
   35020             :             & importlib__bootstrap_external_toplevel_consts_63_consts_3.ob_base.ob_base,
   35021             :             Py_None,
   35022             :         },
   35023             :     },
   35024             : };
   35025             : static
   35026             :     struct {
   35027             :         PyGC_Head _gc_head;
   35028             :         struct {
   35029             :             PyObject_VAR_HEAD
   35030             :             PyObject *ob_item[6];
   35031             :         }_object;
   35032             :     }
   35033             : importlib__bootstrap_external_toplevel_consts_63_names = {
   35034             :     ._object = {
   35035             :         .ob_base = {
   35036             :             .ob_base = {
   35037             :                 .ob_refcnt = 999999999,
   35038             :                 .ob_type = &PyTuple_Type,
   35039             :             },
   35040             :             .ob_size = 6,
   35041             :         },
   35042             :         .ob_item = {
   35043             :             &_Py_ID(__name__),
   35044             :             &_Py_ID(__module__),
   35045             :             &_Py_ID(__qualname__),
   35046             :             &_Py_ID(__doc__),
   35047             :             & const_str_get_code._ascii.ob_base,
   35048             :             &_Py_ID(get_source),
   35049             :         },
   35050             :     },
   35051             : };
   35052             : static
   35053             :     struct {
   35054             :         PyObject_VAR_HEAD
   35055             :         Py_hash_t ob_shash;
   35056             :         char ob_sval[57];
   35057             :     }
   35058             : importlib__bootstrap_external_toplevel_consts_63_linetable = {
   35059             :     .ob_base = {
   35060             :         .ob_base = {
   35061             :             .ob_refcnt = 999999999,
   35062             :             .ob_type = &PyBytes_Type,
   35063             :         },
   35064             :         .ob_size = 56,
   35065             :     },
   35066             :     .ob_shash = -1,
   35067             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x37\xd0\x04\x37\xf0\x04\x0e\x05\x0a\xf0\x00\x0e\x05\x0a\xf0\x00\x0e\x05\x0a\xf0\x20\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14",
   35068             : };
   35069             : static
   35070             :     struct _PyCode_DEF(30)
   35071             : importlib__bootstrap_external_toplevel_consts_63 = {
   35072             :     .ob_base = {
   35073             :         .ob_base = {
   35074             :             .ob_refcnt = 999999999,
   35075             :             .ob_type = &PyCode_Type,
   35076             :         },
   35077             :         .ob_size = 15,
   35078             :     },
   35079             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts._object.ob_base.ob_base,
   35080             :     .co_names = & importlib__bootstrap_external_toplevel_consts_63_names._object.ob_base.ob_base,
   35081             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   35082             :     .co_flags = 0,
   35083             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   35084             :     ._co_linearray_entry_size = 0,
   35085             :     .co_argcount = 0,
   35086             :     .co_posonlyargcount = 0,
   35087             :     .co_kwonlyargcount = 0,
   35088             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   35089             :     .co_stacksize = 1,
   35090             :     .co_firstlineno = 1194,
   35091             :     .co_nlocalsplus = 0,
   35092             :     .co_nlocals = 0,
   35093             :     .co_nplaincellvars = 0,
   35094             :     .co_ncellvars = 0,
   35095             :     .co_nfreevars = 0,
   35096             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   35097             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   35098             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   35099             :     .co_name = & const_str_SourcelessFileLoader._ascii.ob_base,
   35100             :     .co_qualname = & const_str_SourcelessFileLoader._ascii.ob_base,
   35101             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_linetable.ob_base.ob_base,
   35102             :     ._co_code = NULL,
   35103             :     ._co_linearray = NULL,
   35104             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
   35105             :     ._co_firsttraceable = 0,
   35106             : };
   35107             : static
   35108             :     struct {
   35109             :         PyASCIIObject _ascii;
   35110             :         uint8_t _data[94];
   35111             :     }
   35112             : importlib__bootstrap_external_toplevel_consts_65_consts_1 = {
   35113             :     ._ascii = {
   35114             :         .ob_base = {
   35115             :             .ob_refcnt = 999999999,
   35116             :             .ob_type = &PyUnicode_Type,
   35117             :         },
   35118             :         .length = 93,
   35119             :         .hash = -1,
   35120             :         .state = {
   35121             :             .kind = 1,
   35122             :             .compact = 1,
   35123             :             .ascii = 1,
   35124             :         },
   35125             :     },
   35126             :     ._data = "\x4c\x6f\x61\x64\x65\x72\x20\x66\x6f\x72\x20\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x20\x69\x73\x20\x64\x65\x73\x69\x67\x6e\x65\x64\x20\x74\x6f\x20\x77\x6f\x72\x6b\x20\x77\x69\x74\x68\x20\x46\x69\x6c\x65\x46\x69\x6e\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20",
   35127             : };
   35128             : static
   35129             :     struct {
   35130             :         PyASCIIObject _ascii;
   35131             :         uint8_t _data[29];
   35132             :     }
   35133             : importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname = {
   35134             :     ._ascii = {
   35135             :         .ob_base = {
   35136             :             .ob_refcnt = 999999999,
   35137             :             .ob_type = &PyUnicode_Type,
   35138             :         },
   35139             :         .length = 28,
   35140             :         .hash = -1,
   35141             :         .state = {
   35142             :             .kind = 1,
   35143             :             .compact = 1,
   35144             :             .ascii = 1,
   35145             :         },
   35146             :     },
   35147             :     ._data = "ExtensionFileLoader.__init__",
   35148             : };
   35149             : static
   35150             :     struct {
   35151             :         PyObject_VAR_HEAD
   35152             :         Py_hash_t ob_shash;
   35153             :         char ob_sval[21];
   35154             :     }
   35155             : importlib__bootstrap_external_toplevel_consts_65_consts_2_linetable = {
   35156             :     .ob_base = {
   35157             :         .ob_base = {
   35158             :             .ob_refcnt = 999999999,
   35159             :             .ob_type = &PyBytes_Type,
   35160             :         },
   35161             :         .ob_size = 20,
   35162             :     },
   35163             :     .ob_shash = -1,
   35164             :     .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x14\x18\x88\x04\x8c\x09\x88\x09\x88\x09",
   35165             : };
   35166             : static
   35167             :     struct {
   35168             :         PyGC_Head _gc_head;
   35169             :         struct {
   35170             :             PyObject_VAR_HEAD
   35171             :             PyObject *ob_item[3];
   35172             :         }_object;
   35173             :     }
   35174             : importlib__bootstrap_external_toplevel_consts_65_consts_2_localsplusnames = {
   35175             :     ._object = {
   35176             :         .ob_base = {
   35177             :             .ob_base = {
   35178             :                 .ob_refcnt = 999999999,
   35179             :                 .ob_type = &PyTuple_Type,
   35180             :             },
   35181             :             .ob_size = 3,
   35182             :         },
   35183             :         .ob_item = {
   35184             :             & const_str_self._ascii.ob_base,
   35185             :             &_Py_ID(name),
   35186             :             &_Py_ID(path),
   35187             :         },
   35188             :     },
   35189             : };
   35190             : static
   35191             :     struct _PyCode_DEF(34)
   35192             : importlib__bootstrap_external_toplevel_consts_65_consts_2 = {
   35193             :     .ob_base = {
   35194             :         .ob_base = {
   35195             :             .ob_refcnt = 999999999,
   35196             :             .ob_type = &PyCode_Type,
   35197             :         },
   35198             :         .ob_size = 17,
   35199             :     },
   35200             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   35201             :     .co_names = & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
   35202             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   35203             :     .co_flags = 3,
   35204             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   35205             :     ._co_linearray_entry_size = 0,
   35206             :     .co_argcount = 3,
   35207             :     .co_posonlyargcount = 0,
   35208             :     .co_kwonlyargcount = 0,
   35209             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   35210             :     .co_stacksize = 2,
   35211             :     .co_firstlineno = 1227,
   35212             :     .co_nlocalsplus = 3,
   35213             :     .co_nlocals = 3,
   35214             :     .co_nplaincellvars = 0,
   35215             :     .co_ncellvars = 0,
   35216             :     .co_nfreevars = 0,
   35217             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_2_localsplusnames._object.ob_base.ob_base,
   35218             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   35219             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   35220             :     .co_name = &_Py_ID(__init__),
   35221             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname._ascii.ob_base,
   35222             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_2_linetable.ob_base.ob_base,
   35223             :     ._co_code = NULL,
   35224             :     ._co_linearray = NULL,
   35225             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   35226             :     ._co_firsttraceable = 0,
   35227             : };
   35228             : static
   35229             :     struct {
   35230             :         PyASCIIObject _ascii;
   35231             :         uint8_t _data[27];
   35232             :     }
   35233             : importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname = {
   35234             :     ._ascii = {
   35235             :         .ob_base = {
   35236             :             .ob_refcnt = 999999999,
   35237             :             .ob_type = &PyUnicode_Type,
   35238             :         },
   35239             :         .length = 26,
   35240             :         .hash = -1,
   35241             :         .state = {
   35242             :             .kind = 1,
   35243             :             .compact = 1,
   35244             :             .ascii = 1,
   35245             :         },
   35246             :     },
   35247             :     ._data = "ExtensionFileLoader.__eq__",
   35248             : };
   35249             : static
   35250             :     struct _PyCode_DEF(106)
   35251             : importlib__bootstrap_external_toplevel_consts_65_consts_3 = {
   35252             :     .ob_base = {
   35253             :         .ob_base = {
   35254             :             .ob_refcnt = 999999999,
   35255             :             .ob_type = &PyCode_Type,
   35256             :         },
   35257             :         .ob_size = 53,
   35258             :     },
   35259             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   35260             :     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_3_names._object.ob_base.ob_base,
   35261             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   35262             :     .co_flags = 3,
   35263             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   35264             :     ._co_linearray_entry_size = 0,
   35265             :     .co_argcount = 2,
   35266             :     .co_posonlyargcount = 0,
   35267             :     .co_kwonlyargcount = 0,
   35268             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   35269             :     .co_stacksize = 2,
   35270             :     .co_firstlineno = 1231,
   35271             :     .co_nlocalsplus = 2,
   35272             :     .co_nlocals = 2,
   35273             :     .co_nplaincellvars = 0,
   35274             :     .co_ncellvars = 0,
   35275             :     .co_nfreevars = 0,
   35276             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   35277             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   35278             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   35279             :     .co_name = &_Py_ID(__eq__),
   35280             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname._ascii.ob_base,
   35281             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable.ob_base.ob_base,
   35282             :     ._co_code = NULL,
   35283             :     ._co_linearray = NULL,
   35284             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x19\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
   35285             :     ._co_firsttraceable = 0,
   35286             : };
   35287             : static
   35288             :     struct {
   35289             :         PyASCIIObject _ascii;
   35290             :         uint8_t _data[29];
   35291             :     }
   35292             : importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname = {
   35293             :     ._ascii = {
   35294             :         .ob_base = {
   35295             :             .ob_refcnt = 999999999,
   35296             :             .ob_type = &PyUnicode_Type,
   35297             :         },
   35298             :         .length = 28,
   35299             :         .hash = -1,
   35300             :         .state = {
   35301             :             .kind = 1,
   35302             :             .compact = 1,
   35303             :             .ascii = 1,
   35304             :         },
   35305             :     },
   35306             :     ._data = "ExtensionFileLoader.__hash__",
   35307             : };
   35308             : static
   35309             :     struct _PyCode_DEF(96)
   35310             : importlib__bootstrap_external_toplevel_consts_65_consts_4 = {
   35311             :     .ob_base = {
   35312             :         .ob_base = {
   35313             :             .ob_refcnt = 999999999,
   35314             :             .ob_type = &PyCode_Type,
   35315             :         },
   35316             :         .ob_size = 48,
   35317             :     },
   35318             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   35319             :     .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_4_names._object.ob_base.ob_base,
   35320             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   35321             :     .co_flags = 3,
   35322             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   35323             :     ._co_linearray_entry_size = 0,
   35324             :     .co_argcount = 1,
   35325             :     .co_posonlyargcount = 0,
   35326             :     .co_kwonlyargcount = 0,
   35327             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   35328             :     .co_stacksize = 4,
   35329             :     .co_firstlineno = 1235,
   35330             :     .co_nlocalsplus = 1,
   35331             :     .co_nlocals = 1,
   35332             :     .co_nplaincellvars = 0,
   35333             :     .co_ncellvars = 0,
   35334             :     .co_nfreevars = 0,
   35335             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   35336             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   35337             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   35338             :     .co_name = &_Py_ID(__hash__),
   35339             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname._ascii.ob_base,
   35340             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable.ob_base.ob_base,
   35341             :     ._co_code = NULL,
   35342             :     ._co_linearray = NULL,
   35343             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0c\x00\x00\x53\x00",
   35344             :     ._co_firsttraceable = 0,
   35345             : };
   35346             : static
   35347             :     struct {
   35348             :         PyASCIIObject _ascii;
   35349             :         uint8_t _data[41];
   35350             :     }
   35351             : importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0 = {
   35352             :     ._ascii = {
   35353             :         .ob_base = {
   35354             :             .ob_refcnt = 999999999,
   35355             :             .ob_type = &PyUnicode_Type,
   35356             :         },
   35357             :         .length = 40,
   35358             :         .hash = -1,
   35359             :         .state = {
   35360             :             .kind = 1,
   35361             :             .compact = 1,
   35362             :             .ascii = 1,
   35363             :         },
   35364             :     },
   35365             :     ._data = "Create an uninitialized extension module",
   35366             : };
   35367             : static
   35368             :     struct {
   35369             :         PyASCIIObject _ascii;
   35370             :         uint8_t _data[39];
   35371             :     }
   35372             : importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1 = {
   35373             :     ._ascii = {
   35374             :         .ob_base = {
   35375             :             .ob_refcnt = 999999999,
   35376             :             .ob_type = &PyUnicode_Type,
   35377             :         },
   35378             :         .length = 38,
   35379             :         .hash = -1,
   35380             :         .state = {
   35381             :             .kind = 1,
   35382             :             .compact = 1,
   35383             :             .ascii = 1,
   35384             :         },
   35385             :     },
   35386             :     ._data = "extension module {!r} loaded from {!r}",
   35387             : };
   35388             : static
   35389             :     struct {
   35390             :         PyGC_Head _gc_head;
   35391             :         struct {
   35392             :             PyObject_VAR_HEAD
   35393             :             PyObject *ob_item[2];
   35394             :         }_object;
   35395             :     }
   35396             : importlib__bootstrap_external_toplevel_consts_65_consts_5_consts = {
   35397             :     ._object = {
   35398             :         .ob_base = {
   35399             :             .ob_base = {
   35400             :                 .ob_refcnt = 999999999,
   35401             :                 .ob_type = &PyTuple_Type,
   35402             :             },
   35403             :             .ob_size = 2,
   35404             :         },
   35405             :         .ob_item = {
   35406             :             & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0._ascii.ob_base,
   35407             :             & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1._ascii.ob_base,
   35408             :         },
   35409             :     },
   35410             : };
   35411             : static
   35412             :     struct {
   35413             :         PyASCIIObject _ascii;
   35414             :         uint8_t _data[15];
   35415             :     }
   35416             : const_str_create_dynamic = {
   35417             :     ._ascii = {
   35418             :         .ob_base = {
   35419             :             .ob_refcnt = 999999999,
   35420             :             .ob_type = &PyUnicode_Type,
   35421             :         },
   35422             :         .length = 14,
   35423             :         .hash = -1,
   35424             :         .state = {
   35425             :             .kind = 1,
   35426             :             .compact = 1,
   35427             :             .ascii = 1,
   35428             :         },
   35429             :     },
   35430             :     ._data = "create_dynamic",
   35431             : };
   35432             : static
   35433             :     struct {
   35434             :         PyGC_Head _gc_head;
   35435             :         struct {
   35436             :             PyObject_VAR_HEAD
   35437             :             PyObject *ob_item[7];
   35438             :         }_object;
   35439             :     }
   35440             : importlib__bootstrap_external_toplevel_consts_65_consts_5_names = {
   35441             :     ._object = {
   35442             :         .ob_base = {
   35443             :             .ob_base = {
   35444             :                 .ob_refcnt = 999999999,
   35445             :                 .ob_type = &PyTuple_Type,
   35446             :             },
   35447             :             .ob_size = 7,
   35448             :         },
   35449             :         .ob_item = {
   35450             :             &_Py_ID(_bootstrap),
   35451             :             & const_str__call_with_frames_removed._ascii.ob_base,
   35452             :             & const_str__imp._ascii.ob_base,
   35453             :             & const_str_create_dynamic._ascii.ob_base,
   35454             :             & const_str__verbose_message._ascii.ob_base,
   35455             :             &_Py_ID(name),
   35456             :             &_Py_ID(path),
   35457             :         },
   35458             :     },
   35459             : };
   35460             : static
   35461             :     struct {
   35462             :         PyASCIIObject _ascii;
   35463             :         uint8_t _data[34];
   35464             :     }
   35465             : importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname = {
   35466             :     ._ascii = {
   35467             :         .ob_base = {
   35468             :             .ob_refcnt = 999999999,
   35469             :             .ob_type = &PyUnicode_Type,
   35470             :         },
   35471             :         .length = 33,
   35472             :         .hash = -1,
   35473             :         .state = {
   35474             :             .kind = 1,
   35475             :             .compact = 1,
   35476             :             .ascii = 1,
   35477             :         },
   35478             :     },
   35479             :     ._data = "ExtensionFileLoader.create_module",
   35480             : };
   35481             : static
   35482             :     struct {
   35483             :         PyObject_VAR_HEAD
   35484             :         Py_hash_t ob_shash;
   35485             :         char ob_sval[70];
   35486             :     }
   35487             : importlib__bootstrap_external_toplevel_consts_65_consts_5_linetable = {
   35488             :     .ob_base = {
   35489             :         .ob_base = {
   35490             :             .ob_refcnt = 999999999,
   35491             :             .ob_type = &PyBytes_Type,
   35492             :         },
   35493             :         .ob_size = 69,
   35494             :     },
   35495             :     .ob_shash = -1,
   35496             :     .ob_sval = "\x80\x00\xe5\x11\x1b\xd7\x11\x35\xd1\x11\x35\xdd\x0c\x10\xd7\x0c\x1f\xd1\x0c\x1f\xa0\x14\xf4\x03\x01\x12\x27\x88\x06\xe5\x08\x12\xd7\x08\x23\xd1\x08\x23\xd0\x24\x4c\xd8\x19\x1d\x9f\x19\x99\x19\xa0\x44\xa7\x49\xa1\x49\xf4\x03\x01\x09\x2f\xf0\x00\x01\x09\x2f\xe0\x0f\x15\x88\x0d",
   35497             : };
   35498             : static
   35499             :     struct {
   35500             :         PyGC_Head _gc_head;
   35501             :         struct {
   35502             :             PyObject_VAR_HEAD
   35503             :             PyObject *ob_item[3];
   35504             :         }_object;
   35505             :     }
   35506             : importlib__bootstrap_external_toplevel_consts_65_consts_5_localsplusnames = {
   35507             :     ._object = {
   35508             :         .ob_base = {
   35509             :             .ob_base = {
   35510             :                 .ob_refcnt = 999999999,
   35511             :                 .ob_type = &PyTuple_Type,
   35512             :             },
   35513             :             .ob_size = 3,
   35514             :         },
   35515             :         .ob_item = {
   35516             :             & const_str_self._ascii.ob_base,
   35517             :             & const_str_spec._ascii.ob_base,
   35518             :             & const_str_module._ascii.ob_base,
   35519             :         },
   35520             :     },
   35521             : };
   35522             : static
   35523             :     struct _PyCode_DEF(174)
   35524             : importlib__bootstrap_external_toplevel_consts_65_consts_5 = {
   35525             :     .ob_base = {
   35526             :         .ob_base = {
   35527             :             .ob_refcnt = 999999999,
   35528             :             .ob_type = &PyCode_Type,
   35529             :         },
   35530             :         .ob_size = 87,
   35531             :     },
   35532             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts._object.ob_base.ob_base,
   35533             :     .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_5_names._object.ob_base.ob_base,
   35534             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   35535             :     .co_flags = 3,
   35536             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   35537             :     ._co_linearray_entry_size = 0,
   35538             :     .co_argcount = 2,
   35539             :     .co_posonlyargcount = 0,
   35540             :     .co_kwonlyargcount = 0,
   35541             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   35542             :     .co_stacksize = 5,
   35543             :     .co_firstlineno = 1238,
   35544             :     .co_nlocalsplus = 3,
   35545             :     .co_nlocals = 3,
   35546             :     .co_nplaincellvars = 0,
   35547             :     .co_ncellvars = 0,
   35548             :     .co_nfreevars = 0,
   35549             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_5_localsplusnames._object.ob_base.ob_base,
   35550             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   35551             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   35552             :     .co_name = & const_str_create_module._ascii.ob_base,
   35553             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname._ascii.ob_base,
   35554             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_5_linetable.ob_base.ob_base,
   35555             :     ._co_code = NULL,
   35556             :     ._co_linearray = NULL,
   35557             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
   35558             :     ._co_firsttraceable = 0,
   35559             : };
   35560             : static
   35561             :     struct {
   35562             :         PyASCIIObject _ascii;
   35563             :         uint8_t _data[31];
   35564             :     }
   35565             : importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0 = {
   35566             :     ._ascii = {
   35567             :         .ob_base = {
   35568             :             .ob_refcnt = 999999999,
   35569             :             .ob_type = &PyUnicode_Type,
   35570             :         },
   35571             :         .length = 30,
   35572             :         .hash = -1,
   35573             :         .state = {
   35574             :             .kind = 1,
   35575             :             .compact = 1,
   35576             :             .ascii = 1,
   35577             :         },
   35578             :     },
   35579             :     ._data = "Initialize an extension module",
   35580             : };
   35581             : static
   35582             :     struct {
   35583             :         PyASCIIObject _ascii;
   35584             :         uint8_t _data[41];
   35585             :     }
   35586             : importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1 = {
   35587             :     ._ascii = {
   35588             :         .ob_base = {
   35589             :             .ob_refcnt = 999999999,
   35590             :             .ob_type = &PyUnicode_Type,
   35591             :         },
   35592             :         .length = 40,
   35593             :         .hash = -1,
   35594             :         .state = {
   35595             :             .kind = 1,
   35596             :             .compact = 1,
   35597             :             .ascii = 1,
   35598             :         },
   35599             :     },
   35600             :     ._data = "extension module {!r} executed from {!r}",
   35601             : };
   35602             : static
   35603             :     struct {
   35604             :         PyGC_Head _gc_head;
   35605             :         struct {
   35606             :             PyObject_VAR_HEAD
   35607             :             PyObject *ob_item[3];
   35608             :         }_object;
   35609             :     }
   35610             : importlib__bootstrap_external_toplevel_consts_65_consts_6_consts = {
   35611             :     ._object = {
   35612             :         .ob_base = {
   35613             :             .ob_base = {
   35614             :                 .ob_refcnt = 999999999,
   35615             :                 .ob_type = &PyTuple_Type,
   35616             :             },
   35617             :             .ob_size = 3,
   35618             :         },
   35619             :         .ob_item = {
   35620             :             & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0._ascii.ob_base,
   35621             :             & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1._ascii.ob_base,
   35622             :             Py_None,
   35623             :         },
   35624             :     },
   35625             : };
   35626             : static
   35627             :     struct {
   35628             :         PyASCIIObject _ascii;
   35629             :         uint8_t _data[13];
   35630             :     }
   35631             : const_str_exec_dynamic = {
   35632             :     ._ascii = {
   35633             :         .ob_base = {
   35634             :             .ob_refcnt = 999999999,
   35635             :             .ob_type = &PyUnicode_Type,
   35636             :         },
   35637             :         .length = 12,
   35638             :         .hash = -1,
   35639             :         .state = {
   35640             :             .kind = 1,
   35641             :             .compact = 1,
   35642             :             .ascii = 1,
   35643             :         },
   35644             :     },
   35645             :     ._data = "exec_dynamic",
   35646             : };
   35647             : static
   35648             :     struct {
   35649             :         PyGC_Head _gc_head;
   35650             :         struct {
   35651             :             PyObject_VAR_HEAD
   35652             :             PyObject *ob_item[7];
   35653             :         }_object;
   35654             :     }
   35655             : importlib__bootstrap_external_toplevel_consts_65_consts_6_names = {
   35656             :     ._object = {
   35657             :         .ob_base = {
   35658             :             .ob_base = {
   35659             :                 .ob_refcnt = 999999999,
   35660             :                 .ob_type = &PyTuple_Type,
   35661             :             },
   35662             :             .ob_size = 7,
   35663             :         },
   35664             :         .ob_item = {
   35665             :             &_Py_ID(_bootstrap),
   35666             :             & const_str__call_with_frames_removed._ascii.ob_base,
   35667             :             & const_str__imp._ascii.ob_base,
   35668             :             & const_str_exec_dynamic._ascii.ob_base,
   35669             :             & const_str__verbose_message._ascii.ob_base,
   35670             :             &_Py_ID(name),
   35671             :             &_Py_ID(path),
   35672             :         },
   35673             :     },
   35674             : };
   35675             : static
   35676             :     struct {
   35677             :         PyASCIIObject _ascii;
   35678             :         uint8_t _data[32];
   35679             :     }
   35680             : importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname = {
   35681             :     ._ascii = {
   35682             :         .ob_base = {
   35683             :             .ob_refcnt = 999999999,
   35684             :             .ob_type = &PyUnicode_Type,
   35685             :         },
   35686             :         .length = 31,
   35687             :         .hash = -1,
   35688             :         .state = {
   35689             :             .kind = 1,
   35690             :             .compact = 1,
   35691             :             .ascii = 1,
   35692             :         },
   35693             :     },
   35694             :     ._data = "ExtensionFileLoader.exec_module",
   35695             : };
   35696             : static
   35697             :     struct {
   35698             :         PyObject_VAR_HEAD
   35699             :         Py_hash_t ob_shash;
   35700             :         char ob_sval[73];
   35701             :     }
   35702             : importlib__bootstrap_external_toplevel_consts_65_consts_6_linetable = {
   35703             :     .ob_base = {
   35704             :         .ob_base = {
   35705             :             .ob_refcnt = 999999999,
   35706             :             .ob_type = &PyBytes_Type,
   35707             :         },
   35708             :         .ob_size = 72,
   35709             :     },
   35710             :     .ob_shash = -1,
   35711             :     .ob_sval = "\x80\x00\xe5\x08\x12\xd7\x08\x2c\xd1\x08\x2c\xad\x54\xd7\x2d\x3e\xd1\x2d\x3e\xc0\x06\xd4\x08\x47\xd0\x08\x47\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xd0\x24\x4e\xd8\x19\x1d\x9f\x19\x99\x19\xa0\x44\xa7\x49\xa1\x49\xf4\x03\x01\x09\x2f\xf0\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f",
   35712             : };
   35713             : static
   35714             :     struct {
   35715             :         PyGC_Head _gc_head;
   35716             :         struct {
   35717             :             PyObject_VAR_HEAD
   35718             :             PyObject *ob_item[2];
   35719             :         }_object;
   35720             :     }
   35721             : importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames = {
   35722             :     ._object = {
   35723             :         .ob_base = {
   35724             :             .ob_base = {
   35725             :                 .ob_refcnt = 999999999,
   35726             :                 .ob_type = &PyTuple_Type,
   35727             :             },
   35728             :             .ob_size = 2,
   35729             :         },
   35730             :         .ob_item = {
   35731             :             & const_str_self._ascii.ob_base,
   35732             :             & const_str_module._ascii.ob_base,
   35733             :         },
   35734             :     },
   35735             : };
   35736             : static
   35737             :     struct _PyCode_DEF(174)
   35738             : importlib__bootstrap_external_toplevel_consts_65_consts_6 = {
   35739             :     .ob_base = {
   35740             :         .ob_base = {
   35741             :             .ob_refcnt = 999999999,
   35742             :             .ob_type = &PyCode_Type,
   35743             :         },
   35744             :         .ob_size = 87,
   35745             :     },
   35746             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts._object.ob_base.ob_base,
   35747             :     .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_6_names._object.ob_base.ob_base,
   35748             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   35749             :     .co_flags = 3,
   35750             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   35751             :     ._co_linearray_entry_size = 0,
   35752             :     .co_argcount = 2,
   35753             :     .co_posonlyargcount = 0,
   35754             :     .co_kwonlyargcount = 0,
   35755             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   35756             :     .co_stacksize = 5,
   35757             :     .co_firstlineno = 1246,
   35758             :     .co_nlocalsplus = 2,
   35759             :     .co_nlocals = 2,
   35760             :     .co_nplaincellvars = 0,
   35761             :     .co_ncellvars = 0,
   35762             :     .co_nfreevars = 0,
   35763             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames._object.ob_base.ob_base,
   35764             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   35765             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   35766             :     .co_name = & const_str_exec_module._ascii.ob_base,
   35767             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname._ascii.ob_base,
   35768             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_6_linetable.ob_base.ob_base,
   35769             :     ._co_code = NULL,
   35770             :     ._co_linearray = NULL,
   35771             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
   35772             :     ._co_firsttraceable = 0,
   35773             : };
   35774             : static
   35775             :     struct {
   35776             :         PyASCIIObject _ascii;
   35777             :         uint8_t _data[50];
   35778             :     }
   35779             : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0 = {
   35780             :     ._ascii = {
   35781             :         .ob_base = {
   35782             :             .ob_refcnt = 999999999,
   35783             :             .ob_type = &PyUnicode_Type,
   35784             :         },
   35785             :         .length = 49,
   35786             :         .hash = -1,
   35787             :         .state = {
   35788             :             .kind = 1,
   35789             :             .compact = 1,
   35790             :             .ascii = 1,
   35791             :         },
   35792             :     },
   35793             :     ._data = "Return True if the extension module is a package.",
   35794             : };
   35795             : static
   35796             :     struct {
   35797             :         PyGC_Head _gc_head;
   35798             :         struct {
   35799             :             PyObject_VAR_HEAD
   35800             :             PyObject *ob_item[2];
   35801             :         }_object;
   35802             :     }
   35803             : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_consts = {
   35804             :     ._object = {
   35805             :         .ob_base = {
   35806             :             .ob_base = {
   35807             :                 .ob_refcnt = 999999999,
   35808             :                 .ob_type = &PyTuple_Type,
   35809             :             },
   35810             :             .ob_size = 2,
   35811             :         },
   35812             :         .ob_item = {
   35813             :             &_Py_ID(__init__),
   35814             :             Py_None,
   35815             :         },
   35816             :     },
   35817             : };
   35818             : static
   35819             :     struct {
   35820             :         PyASCIIObject _ascii;
   35821             :         uint8_t _data[50];
   35822             :     }
   35823             : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname = {
   35824             :     ._ascii = {
   35825             :         .ob_base = {
   35826             :             .ob_refcnt = 999999999,
   35827             :             .ob_type = &PyUnicode_Type,
   35828             :         },
   35829             :         .length = 49,
   35830             :         .hash = -1,
   35831             :         .state = {
   35832             :             .kind = 1,
   35833             :             .compact = 1,
   35834             :             .ascii = 1,
   35835             :         },
   35836             :     },
   35837             :     ._data = "ExtensionFileLoader.is_package.<locals>.<genexpr>",
   35838             : };
   35839             : static
   35840             :     struct {
   35841             :         PyObject_VAR_HEAD
   35842             :         Py_hash_t ob_shash;
   35843             :         char ob_sval[66];
   35844             :     }
   35845             : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_linetable = {
   35846             :     .ob_base = {
   35847             :         .ob_base = {
   35848             :             .ob_refcnt = 999999999,
   35849             :             .ob_type = &PyBytes_Type,
   35850             :         },
   35851             :         .ob_size = 65,
   35852             :     },
   35853             :     .ob_shash = -1,
   35854             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x13\x35\xf1\x00\x01\x13\x35\xd8\x17\x1d\xf0\x03\x00\x14\x1d\xa0\x0a\xa8\x56\xd1\x20\x33\xd2\x13\x33\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35",
   35855             : };
   35856             : static
   35857             :     struct {
   35858             :         PyASCIIObject _ascii;
   35859             :         uint8_t _data[7];
   35860             :     }
   35861             : const_str_suffix = {
   35862             :     ._ascii = {
   35863             :         .ob_base = {
   35864             :             .ob_refcnt = 999999999,
   35865             :             .ob_type = &PyUnicode_Type,
   35866             :         },
   35867             :         .length = 6,
   35868             :         .hash = -1,
   35869             :         .state = {
   35870             :             .kind = 1,
   35871             :             .compact = 1,
   35872             :             .ascii = 1,
   35873             :         },
   35874             :     },
   35875             :     ._data = "suffix",
   35876             : };
   35877             : static
   35878             :     struct {
   35879             :         PyASCIIObject _ascii;
   35880             :         uint8_t _data[10];
   35881             :     }
   35882             : const_str_file_name = {
   35883             :     ._ascii = {
   35884             :         .ob_base = {
   35885             :             .ob_refcnt = 999999999,
   35886             :             .ob_type = &PyUnicode_Type,
   35887             :         },
   35888             :         .length = 9,
   35889             :         .hash = -1,
   35890             :         .state = {
   35891             :             .kind = 1,
   35892             :             .compact = 1,
   35893             :             .ascii = 1,
   35894             :         },
   35895             :     },
   35896             :     ._data = "file_name",
   35897             : };
   35898             : static
   35899             :     struct {
   35900             :         PyGC_Head _gc_head;
   35901             :         struct {
   35902             :             PyObject_VAR_HEAD
   35903             :             PyObject *ob_item[3];
   35904             :         }_object;
   35905             :     }
   35906             : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_localsplusnames = {
   35907             :     ._object = {
   35908             :         .ob_base = {
   35909             :             .ob_base = {
   35910             :                 .ob_refcnt = 999999999,
   35911             :                 .ob_type = &PyTuple_Type,
   35912             :             },
   35913             :             .ob_size = 3,
   35914             :         },
   35915             :         .ob_item = {
   35916             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   35917             :             & const_str_suffix._ascii.ob_base,
   35918             :             & const_str_file_name._ascii.ob_base,
   35919             :         },
   35920             :     },
   35921             : };
   35922             : static
   35923             :     struct _PyCode_DEF(44)
   35924             : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2 = {
   35925             :     .ob_base = {
   35926             :         .ob_base = {
   35927             :             .ob_refcnt = 999999999,
   35928             :             .ob_type = &PyCode_Type,
   35929             :         },
   35930             :         .ob_size = 22,
   35931             :     },
   35932             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_consts._object.ob_base.ob_base,
   35933             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   35934             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   35935             :     .co_flags = 51,
   35936             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   35937             :     ._co_linearray_entry_size = 0,
   35938             :     .co_argcount = 1,
   35939             :     .co_posonlyargcount = 0,
   35940             :     .co_kwonlyargcount = 0,
   35941             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   35942             :     .co_stacksize = 4,
   35943             :     .co_firstlineno = 1255,
   35944             :     .co_nlocalsplus = 3,
   35945             :     .co_nlocals = 2,
   35946             :     .co_nplaincellvars = 0,
   35947             :     .co_ncellvars = 0,
   35948             :     .co_nfreevars = 1,
   35949             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
   35950             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   35951             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   35952             :     .co_name = &_Py_STR(anon_genexpr),
   35953             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname._ascii.ob_base,
   35954             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_linetable.ob_base.ob_base,
   35955             :     ._co_code = NULL,
   35956             :     ._co_linearray = NULL,
   35957             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0d\x00\x00\x7d\x01\x89\x02\x64\x00\x7c\x01\x7a\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x0f\x64\x01\x53\x00",
   35958             :     ._co_firsttraceable = 3,
   35959             : };
   35960             : static
   35961             :     struct {
   35962             :         PyGC_Head _gc_head;
   35963             :         struct {
   35964             :             PyObject_VAR_HEAD
   35965             :             PyObject *ob_item[3];
   35966             :         }_object;
   35967             :     }
   35968             : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts = {
   35969             :     ._object = {
   35970             :         .ob_base = {
   35971             :             .ob_base = {
   35972             :                 .ob_refcnt = 999999999,
   35973             :                 .ob_type = &PyTuple_Type,
   35974             :             },
   35975             :             .ob_size = 3,
   35976             :         },
   35977             :         .ob_item = {
   35978             :             & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0._ascii.ob_base,
   35979             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   35980             :             & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2.ob_base.ob_base,
   35981             :         },
   35982             :     },
   35983             : };
   35984             : static
   35985             :     struct {
   35986             :         PyASCIIObject _ascii;
   35987             :         uint8_t _data[4];
   35988             :     }
   35989             : const_str_any = {
   35990             :     ._ascii = {
   35991             :         .ob_base = {
   35992             :             .ob_refcnt = 999999999,
   35993             :             .ob_type = &PyUnicode_Type,
   35994             :         },
   35995             :         .length = 3,
   35996             :         .hash = -1,
   35997             :         .state = {
   35998             :             .kind = 1,
   35999             :             .compact = 1,
   36000             :             .ascii = 1,
   36001             :         },
   36002             :     },
   36003             :     ._data = "any",
   36004             : };
   36005             : static
   36006             :     struct {
   36007             :         PyGC_Head _gc_head;
   36008             :         struct {
   36009             :             PyObject_VAR_HEAD
   36010             :             PyObject *ob_item[4];
   36011             :         }_object;
   36012             :     }
   36013             : importlib__bootstrap_external_toplevel_consts_65_consts_7_names = {
   36014             :     ._object = {
   36015             :         .ob_base = {
   36016             :             .ob_base = {
   36017             :                 .ob_refcnt = 999999999,
   36018             :                 .ob_type = &PyTuple_Type,
   36019             :             },
   36020             :             .ob_size = 4,
   36021             :         },
   36022             :         .ob_item = {
   36023             :             & const_str__path_split._ascii.ob_base,
   36024             :             &_Py_ID(path),
   36025             :             & const_str_any._ascii.ob_base,
   36026             :             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
   36027             :         },
   36028             :     },
   36029             : };
   36030             : static
   36031             :     struct {
   36032             :         PyASCIIObject _ascii;
   36033             :         uint8_t _data[31];
   36034             :     }
   36035             : importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname = {
   36036             :     ._ascii = {
   36037             :         .ob_base = {
   36038             :             .ob_refcnt = 999999999,
   36039             :             .ob_type = &PyUnicode_Type,
   36040             :         },
   36041             :         .length = 30,
   36042             :         .hash = -1,
   36043             :         .state = {
   36044             :             .kind = 1,
   36045             :             .compact = 1,
   36046             :             .ascii = 1,
   36047             :         },
   36048             :     },
   36049             :     ._data = "ExtensionFileLoader.is_package",
   36050             : };
   36051             : static
   36052             :     struct {
   36053             :         PyObject_VAR_HEAD
   36054             :         Py_hash_t ob_shash;
   36055             :         char ob_sval[69];
   36056             :     }
   36057             : importlib__bootstrap_external_toplevel_consts_65_consts_7_linetable = {
   36058             :     .ob_base = {
   36059             :         .ob_base = {
   36060             :             .ob_refcnt = 999999999,
   36061             :             .ob_type = &PyBytes_Type,
   36062             :         },
   36063             :         .ob_size = 68,
   36064             :     },
   36065             :     .ob_shash = -1,
   36066             :     .ob_sval = "\xf8\x80\x00\xe5\x14\x1f\xa0\x04\xa7\x09\xa1\x09\xd4\x14\x2a\xa8\x31\xd4\x14\x2d\x88\x09\xdd\x0f\x12\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xdd\x21\x33\xf0\x03\x01\x13\x35\xf4\x00\x01\x13\x35\xf4\x00\x01\x10\x35\xf0\x00\x01\x09\x35",
   36067             : };
   36068             : static
   36069             :     struct {
   36070             :         PyGC_Head _gc_head;
   36071             :         struct {
   36072             :             PyObject_VAR_HEAD
   36073             :             PyObject *ob_item[3];
   36074             :         }_object;
   36075             :     }
   36076             : importlib__bootstrap_external_toplevel_consts_65_consts_7_localsplusnames = {
   36077             :     ._object = {
   36078             :         .ob_base = {
   36079             :             .ob_base = {
   36080             :                 .ob_refcnt = 999999999,
   36081             :                 .ob_type = &PyTuple_Type,
   36082             :             },
   36083             :             .ob_size = 3,
   36084             :         },
   36085             :         .ob_item = {
   36086             :             & const_str_self._ascii.ob_base,
   36087             :             & const_str_fullname._ascii.ob_base,
   36088             :             & const_str_file_name._ascii.ob_base,
   36089             :         },
   36090             :     },
   36091             : };
   36092             : static
   36093             :     struct {
   36094             :         PyObject_VAR_HEAD
   36095             :         Py_hash_t ob_shash;
   36096             :         char ob_sval[4];
   36097             :     }
   36098             : importlib__bootstrap_external_toplevel_consts_65_consts_7_localspluskinds = {
   36099             :     .ob_base = {
   36100             :         .ob_base = {
   36101             :             .ob_refcnt = 999999999,
   36102             :             .ob_type = &PyBytes_Type,
   36103             :         },
   36104             :         .ob_size = 3,
   36105             :     },
   36106             :     .ob_shash = -1,
   36107             :     .ob_sval = "  @",
   36108             : };
   36109             : static
   36110             :     struct _PyCode_DEF(118)
   36111             : importlib__bootstrap_external_toplevel_consts_65_consts_7 = {
   36112             :     .ob_base = {
   36113             :         .ob_base = {
   36114             :             .ob_refcnt = 999999999,
   36115             :             .ob_type = &PyCode_Type,
   36116             :         },
   36117             :         .ob_size = 59,
   36118             :     },
   36119             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts._object.ob_base.ob_base,
   36120             :     .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_7_names._object.ob_base.ob_base,
   36121             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   36122             :     .co_flags = 3,
   36123             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   36124             :     ._co_linearray_entry_size = 0,
   36125             :     .co_argcount = 2,
   36126             :     .co_posonlyargcount = 0,
   36127             :     .co_kwonlyargcount = 0,
   36128             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   36129             :     .co_stacksize = 4,
   36130             :     .co_firstlineno = 1252,
   36131             :     .co_nlocalsplus = 3,
   36132             :     .co_nlocals = 2,
   36133             :     .co_nplaincellvars = 1,
   36134             :     .co_ncellvars = 1,
   36135             :     .co_nfreevars = 0,
   36136             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_7_localsplusnames._object.ob_base.ob_base,
   36137             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_65_consts_7_localspluskinds.ob_base.ob_base,
   36138             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   36139             :     .co_name = & const_str_is_package._ascii.ob_base,
   36140             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname._ascii.ob_base,
   36141             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_7_linetable.ob_base.ob_base,
   36142             :     ._co_code = NULL,
   36143             :     ._co_linearray = NULL,
   36144             :     .co_code_adaptive = "\x87\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x02\x66\x01\x64\x02\x84\x08\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   36145             :     ._co_firsttraceable = 1,
   36146             : };
   36147             : static
   36148             :     struct {
   36149             :         PyASCIIObject _ascii;
   36150             :         uint8_t _data[64];
   36151             :     }
   36152             : importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0 = {
   36153             :     ._ascii = {
   36154             :         .ob_base = {
   36155             :             .ob_refcnt = 999999999,
   36156             :             .ob_type = &PyUnicode_Type,
   36157             :         },
   36158             :         .length = 63,
   36159             :         .hash = -1,
   36160             :         .state = {
   36161             :             .kind = 1,
   36162             :             .compact = 1,
   36163             :             .ascii = 1,
   36164             :         },
   36165             :     },
   36166             :     ._data = "Return None as an extension module cannot create a code object.",
   36167             : };
   36168             : static
   36169             :     struct {
   36170             :         PyGC_Head _gc_head;
   36171             :         struct {
   36172             :             PyObject_VAR_HEAD
   36173             :             PyObject *ob_item[2];
   36174             :         }_object;
   36175             :     }
   36176             : importlib__bootstrap_external_toplevel_consts_65_consts_8_consts = {
   36177             :     ._object = {
   36178             :         .ob_base = {
   36179             :             .ob_base = {
   36180             :                 .ob_refcnt = 999999999,
   36181             :                 .ob_type = &PyTuple_Type,
   36182             :             },
   36183             :             .ob_size = 2,
   36184             :         },
   36185             :         .ob_item = {
   36186             :             & importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0._ascii.ob_base,
   36187             :             Py_None,
   36188             :         },
   36189             :     },
   36190             : };
   36191             : static
   36192             :     struct {
   36193             :         PyASCIIObject _ascii;
   36194             :         uint8_t _data[29];
   36195             :     }
   36196             : importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname = {
   36197             :     ._ascii = {
   36198             :         .ob_base = {
   36199             :             .ob_refcnt = 999999999,
   36200             :             .ob_type = &PyUnicode_Type,
   36201             :         },
   36202             :         .length = 28,
   36203             :         .hash = -1,
   36204             :         .state = {
   36205             :             .kind = 1,
   36206             :             .compact = 1,
   36207             :             .ascii = 1,
   36208             :         },
   36209             :     },
   36210             :     ._data = "ExtensionFileLoader.get_code",
   36211             : };
   36212             : static
   36213             :     struct _PyCode_DEF(6)
   36214             : importlib__bootstrap_external_toplevel_consts_65_consts_8 = {
   36215             :     .ob_base = {
   36216             :         .ob_base = {
   36217             :             .ob_refcnt = 999999999,
   36218             :             .ob_type = &PyCode_Type,
   36219             :         },
   36220             :         .ob_size = 3,
   36221             :     },
   36222             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_8_consts._object.ob_base.ob_base,
   36223             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   36224             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   36225             :     .co_flags = 3,
   36226             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   36227             :     ._co_linearray_entry_size = 0,
   36228             :     .co_argcount = 2,
   36229             :     .co_posonlyargcount = 0,
   36230             :     .co_kwonlyargcount = 0,
   36231             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   36232             :     .co_stacksize = 1,
   36233             :     .co_firstlineno = 1258,
   36234             :     .co_nlocalsplus = 2,
   36235             :     .co_nlocals = 2,
   36236             :     .co_nplaincellvars = 0,
   36237             :     .co_ncellvars = 0,
   36238             :     .co_nfreevars = 0,
   36239             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   36240             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   36241             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   36242             :     .co_name = & const_str_get_code._ascii.ob_base,
   36243             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname._ascii.ob_base,
   36244             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
   36245             :     ._co_code = NULL,
   36246             :     ._co_linearray = NULL,
   36247             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   36248             :     ._co_firsttraceable = 0,
   36249             : };
   36250             : static
   36251             :     struct {
   36252             :         PyASCIIObject _ascii;
   36253             :         uint8_t _data[54];
   36254             :     }
   36255             : importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0 = {
   36256             :     ._ascii = {
   36257             :         .ob_base = {
   36258             :             .ob_refcnt = 999999999,
   36259             :             .ob_type = &PyUnicode_Type,
   36260             :         },
   36261             :         .length = 53,
   36262             :         .hash = -1,
   36263             :         .state = {
   36264             :             .kind = 1,
   36265             :             .compact = 1,
   36266             :             .ascii = 1,
   36267             :         },
   36268             :     },
   36269             :     ._data = "Return None as extension modules have no source code.",
   36270             : };
   36271             : static
   36272             :     struct {
   36273             :         PyGC_Head _gc_head;
   36274             :         struct {
   36275             :             PyObject_VAR_HEAD
   36276             :             PyObject *ob_item[2];
   36277             :         }_object;
   36278             :     }
   36279             : importlib__bootstrap_external_toplevel_consts_65_consts_9_consts = {
   36280             :     ._object = {
   36281             :         .ob_base = {
   36282             :             .ob_base = {
   36283             :                 .ob_refcnt = 999999999,
   36284             :                 .ob_type = &PyTuple_Type,
   36285             :             },
   36286             :             .ob_size = 2,
   36287             :         },
   36288             :         .ob_item = {
   36289             :             & importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0._ascii.ob_base,
   36290             :             Py_None,
   36291             :         },
   36292             :     },
   36293             : };
   36294             : static
   36295             :     struct {
   36296             :         PyASCIIObject _ascii;
   36297             :         uint8_t _data[31];
   36298             :     }
   36299             : importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname = {
   36300             :     ._ascii = {
   36301             :         .ob_base = {
   36302             :             .ob_refcnt = 999999999,
   36303             :             .ob_type = &PyUnicode_Type,
   36304             :         },
   36305             :         .length = 30,
   36306             :         .hash = -1,
   36307             :         .state = {
   36308             :             .kind = 1,
   36309             :             .compact = 1,
   36310             :             .ascii = 1,
   36311             :         },
   36312             :     },
   36313             :     ._data = "ExtensionFileLoader.get_source",
   36314             : };
   36315             : static
   36316             :     struct _PyCode_DEF(6)
   36317             : importlib__bootstrap_external_toplevel_consts_65_consts_9 = {
   36318             :     .ob_base = {
   36319             :         .ob_base = {
   36320             :             .ob_refcnt = 999999999,
   36321             :             .ob_type = &PyCode_Type,
   36322             :         },
   36323             :         .ob_size = 3,
   36324             :     },
   36325             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_9_consts._object.ob_base.ob_base,
   36326             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   36327             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   36328             :     .co_flags = 3,
   36329             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   36330             :     ._co_linearray_entry_size = 0,
   36331             :     .co_argcount = 2,
   36332             :     .co_posonlyargcount = 0,
   36333             :     .co_kwonlyargcount = 0,
   36334             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   36335             :     .co_stacksize = 1,
   36336             :     .co_firstlineno = 1262,
   36337             :     .co_nlocalsplus = 2,
   36338             :     .co_nlocals = 2,
   36339             :     .co_nplaincellvars = 0,
   36340             :     .co_ncellvars = 0,
   36341             :     .co_nfreevars = 0,
   36342             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   36343             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   36344             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   36345             :     .co_name = &_Py_ID(get_source),
   36346             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname._ascii.ob_base,
   36347             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
   36348             :     ._co_code = NULL,
   36349             :     ._co_linearray = NULL,
   36350             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   36351             :     ._co_firsttraceable = 0,
   36352             : };
   36353             : static
   36354             :     struct {
   36355             :         PyASCIIObject _ascii;
   36356             :         uint8_t _data[33];
   36357             :     }
   36358             : importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname = {
   36359             :     ._ascii = {
   36360             :         .ob_base = {
   36361             :             .ob_refcnt = 999999999,
   36362             :             .ob_type = &PyUnicode_Type,
   36363             :         },
   36364             :         .length = 32,
   36365             :         .hash = -1,
   36366             :         .state = {
   36367             :             .kind = 1,
   36368             :             .compact = 1,
   36369             :             .ascii = 1,
   36370             :         },
   36371             :     },
   36372             :     ._data = "ExtensionFileLoader.get_filename",
   36373             : };
   36374             : static
   36375             :     struct _PyCode_DEF(26)
   36376             : importlib__bootstrap_external_toplevel_consts_65_consts_10 = {
   36377             :     .ob_base = {
   36378             :         .ob_base = {
   36379             :             .ob_refcnt = 999999999,
   36380             :             .ob_type = &PyCode_Type,
   36381             :         },
   36382             :         .ob_size = 13,
   36383             :     },
   36384             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts._object.ob_base.ob_base,
   36385             :     .co_names = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   36386             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   36387             :     .co_flags = 3,
   36388             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   36389             :     ._co_linearray_entry_size = 0,
   36390             :     .co_argcount = 2,
   36391             :     .co_posonlyargcount = 0,
   36392             :     .co_kwonlyargcount = 0,
   36393             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   36394             :     .co_stacksize = 1,
   36395             :     .co_firstlineno = 1266,
   36396             :     .co_nlocalsplus = 2,
   36397             :     .co_nlocals = 2,
   36398             :     .co_nplaincellvars = 0,
   36399             :     .co_ncellvars = 0,
   36400             :     .co_nfreevars = 0,
   36401             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   36402             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   36403             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   36404             :     .co_name = & const_str_get_filename._ascii.ob_base,
   36405             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname._ascii.ob_base,
   36406             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable.ob_base.ob_base,
   36407             :     ._co_code = NULL,
   36408             :     ._co_linearray = NULL,
   36409             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   36410             :     ._co_firsttraceable = 0,
   36411             : };
   36412             : static
   36413             :     struct {
   36414             :         PyGC_Head _gc_head;
   36415             :         struct {
   36416             :             PyObject_VAR_HEAD
   36417             :             PyObject *ob_item[12];
   36418             :         }_object;
   36419             :     }
   36420             : importlib__bootstrap_external_toplevel_consts_65_consts = {
   36421             :     ._object = {
   36422             :         .ob_base = {
   36423             :             .ob_base = {
   36424             :                 .ob_refcnt = 999999999,
   36425             :                 .ob_type = &PyTuple_Type,
   36426             :             },
   36427             :             .ob_size = 12,
   36428             :         },
   36429             :         .ob_item = {
   36430             :             & const_str_ExtensionFileLoader._ascii.ob_base,
   36431             :             & importlib__bootstrap_external_toplevel_consts_65_consts_1._ascii.ob_base,
   36432             :             & importlib__bootstrap_external_toplevel_consts_65_consts_2.ob_base.ob_base,
   36433             :             & importlib__bootstrap_external_toplevel_consts_65_consts_3.ob_base.ob_base,
   36434             :             & importlib__bootstrap_external_toplevel_consts_65_consts_4.ob_base.ob_base,
   36435             :             & importlib__bootstrap_external_toplevel_consts_65_consts_5.ob_base.ob_base,
   36436             :             & importlib__bootstrap_external_toplevel_consts_65_consts_6.ob_base.ob_base,
   36437             :             & importlib__bootstrap_external_toplevel_consts_65_consts_7.ob_base.ob_base,
   36438             :             & importlib__bootstrap_external_toplevel_consts_65_consts_8.ob_base.ob_base,
   36439             :             & importlib__bootstrap_external_toplevel_consts_65_consts_9.ob_base.ob_base,
   36440             :             & importlib__bootstrap_external_toplevel_consts_65_consts_10.ob_base.ob_base,
   36441             :             Py_None,
   36442             :         },
   36443             :     },
   36444             : };
   36445             : static
   36446             :     struct {
   36447             :         PyGC_Head _gc_head;
   36448             :         struct {
   36449             :             PyObject_VAR_HEAD
   36450             :             PyObject *ob_item[14];
   36451             :         }_object;
   36452             :     }
   36453             : importlib__bootstrap_external_toplevel_consts_65_names = {
   36454             :     ._object = {
   36455             :         .ob_base = {
   36456             :             .ob_base = {
   36457             :                 .ob_refcnt = 999999999,
   36458             :                 .ob_type = &PyTuple_Type,
   36459             :             },
   36460             :             .ob_size = 14,
   36461             :         },
   36462             :         .ob_item = {
   36463             :             &_Py_ID(__name__),
   36464             :             &_Py_ID(__module__),
   36465             :             &_Py_ID(__qualname__),
   36466             :             &_Py_ID(__doc__),
   36467             :             &_Py_ID(__init__),
   36468             :             &_Py_ID(__eq__),
   36469             :             &_Py_ID(__hash__),
   36470             :             & const_str_create_module._ascii.ob_base,
   36471             :             & const_str_exec_module._ascii.ob_base,
   36472             :             & const_str_is_package._ascii.ob_base,
   36473             :             & const_str_get_code._ascii.ob_base,
   36474             :             &_Py_ID(get_source),
   36475             :             & const_str__check_name._ascii.ob_base,
   36476             :             & const_str_get_filename._ascii.ob_base,
   36477             :         },
   36478             :     },
   36479             : };
   36480             : static
   36481             :     struct {
   36482             :         PyObject_VAR_HEAD
   36483             :         Py_hash_t ob_shash;
   36484             :         char ob_sval[176];
   36485             :     }
   36486             : importlib__bootstrap_external_toplevel_consts_65_linetable = {
   36487             :     .ob_base = {
   36488             :         .ob_base = {
   36489             :             .ob_refcnt = 999999999,
   36490             :             .ob_type = &PyBytes_Type,
   36491             :         },
   36492             :         .ob_size = 175,
   36493             :     },
   36494             :     .ob_shash = -1,
   36495             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0c\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x08\x02\x05\x31\xf0\x00\x02\x05\x31\xf0\x00\x02\x05\x31\xf0\x08\x01\x05\x31\xf0\x00\x01\x05\x31\xf0\x00\x01\x05\x31\xf0\x06\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x10\x04\x05\x2f\xf0\x00\x04\x05\x2f\xf0\x00\x04\x05\x2f\xf0\x0c\x04\x05\x35\xf0\x00\x04\x05\x35\xf0\x00\x04\x05\x35\xf0\x0c\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x08\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x08\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf4\x03\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x00\x02\x05\x19",
   36496             : };
   36497             : static
   36498             :     struct _PyCode_DEF(84)
   36499             : importlib__bootstrap_external_toplevel_consts_65 = {
   36500             :     .ob_base = {
   36501             :         .ob_base = {
   36502             :             .ob_refcnt = 999999999,
   36503             :             .ob_type = &PyCode_Type,
   36504             :         },
   36505             :         .ob_size = 42,
   36506             :     },
   36507             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts._object.ob_base.ob_base,
   36508             :     .co_names = & importlib__bootstrap_external_toplevel_consts_65_names._object.ob_base.ob_base,
   36509             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   36510             :     .co_flags = 0,
   36511             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   36512             :     ._co_linearray_entry_size = 0,
   36513             :     .co_argcount = 0,
   36514             :     .co_posonlyargcount = 0,
   36515             :     .co_kwonlyargcount = 0,
   36516             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   36517             :     .co_stacksize = 2,
   36518             :     .co_firstlineno = 1219,
   36519             :     .co_nlocalsplus = 0,
   36520             :     .co_nlocals = 0,
   36521             :     .co_nplaincellvars = 0,
   36522             :     .co_ncellvars = 0,
   36523             :     .co_nfreevars = 0,
   36524             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   36525             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   36526             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   36527             :     .co_name = & const_str_ExtensionFileLoader._ascii.ob_base,
   36528             :     .co_qualname = & const_str_ExtensionFileLoader._ascii.ob_base,
   36529             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_linetable.ob_base.ob_base,
   36530             :     ._co_code = NULL,
   36531             :     ._co_linearray = NULL,
   36532             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x84\x00\x5a\x09\x64\x08\x84\x00\x5a\x0a\x64\x09\x84\x00\x5a\x0b\x65\x0c\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x0b\x53\x00",
   36533             :     ._co_firsttraceable = 0,
   36534             : };
   36535             : static
   36536             :     struct {
   36537             :         PyASCIIObject _ascii;
   36538             :         uint8_t _data[15];
   36539             :     }
   36540             : const_str__NamespacePath = {
   36541             :     ._ascii = {
   36542             :         .ob_base = {
   36543             :             .ob_refcnt = 999999999,
   36544             :             .ob_type = &PyUnicode_Type,
   36545             :         },
   36546             :         .length = 14,
   36547             :         .hash = -1,
   36548             :         .state = {
   36549             :             .kind = 1,
   36550             :             .compact = 1,
   36551             :             .ascii = 1,
   36552             :         },
   36553             :     },
   36554             :     ._data = "_NamespacePath",
   36555             : };
   36556             : static
   36557             :     struct {
   36558             :         PyASCIIObject _ascii;
   36559             :         uint8_t _data[295];
   36560             :     }
   36561             : importlib__bootstrap_external_toplevel_consts_67_consts_1 = {
   36562             :     ._ascii = {
   36563             :         .ob_base = {
   36564             :             .ob_refcnt = 999999999,
   36565             :             .ob_type = &PyUnicode_Type,
   36566             :         },
   36567             :         .length = 294,
   36568             :         .hash = -1,
   36569             :         .state = {
   36570             :             .kind = 1,
   36571             :             .compact = 1,
   36572             :             .ascii = 1,
   36573             :         },
   36574             :     },
   36575             :     ._data = "\x52\x65\x70\x72\x65\x73\x65\x6e\x74\x73\x20\x61\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x20\x70\x61\x63\x6b\x61\x67\x65\x27\x73\x20\x70\x61\x74\x68\x2e\x20\x20\x49\x74\x20\x75\x73\x65\x73\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x0a\x20\x20\x20\x20\x74\x6f\x20\x66\x69\x6e\x64\x20\x69\x74\x73\x20\x70\x61\x72\x65\x6e\x74\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x61\x6e\x64\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x72\x65\x20\x69\x74\x20\x6c\x6f\x6f\x6b\x73\x20\x75\x70\x20\x74\x68\x65\x20\x70\x61\x72\x65\x6e\x74\x27\x73\x0a\x20\x20\x20\x20\x5f\x5f\x70\x61\x74\x68\x5f\x5f\x2e\x20\x20\x57\x68\x65\x6e\x20\x74\x68\x69\x73\x20\x63\x68\x61\x6e\x67\x65\x73\x2c\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x27\x73\x20\x6f\x77\x6e\x20\x70\x61\x74\x68\x20\x69\x73\x20\x72\x65\x63\x6f\x6d\x70\x75\x74\x65\x64\x2c\x0a\x20\x20\x20\x20\x75\x73\x69\x6e\x67\x20\x70\x61\x74\x68\x5f\x66\x69\x6e\x64\x65\x72\x2e\x20\x20\x46\x6f\x72\x20\x74\x6f\x70\x2d\x6c\x65\x76\x65\x6c\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2c\x20\x74\x68\x65\x20\x70\x61\x72\x65\x6e\x74\x20\x6d\x6f\x64\x75\x6c\x65\x27\x73\x20\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x69\x73\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x2e",
   36576             : };
   36577             : static
   36578             :     struct {
   36579             :         PyASCIIObject _ascii;
   36580             :         uint8_t _data[17];
   36581             :     }
   36582             : const_str__get_parent_path = {
   36583             :     ._ascii = {
   36584             :         .ob_base = {
   36585             :             .ob_refcnt = 999999999,
   36586             :             .ob_type = &PyUnicode_Type,
   36587             :         },
   36588             :         .length = 16,
   36589             :         .hash = -1,
   36590             :         .state = {
   36591             :             .kind = 1,
   36592             :             .compact = 1,
   36593             :             .ascii = 1,
   36594             :         },
   36595             :     },
   36596             :     ._data = "_get_parent_path",
   36597             : };
   36598             : static
   36599             :     struct {
   36600             :         PyASCIIObject _ascii;
   36601             :         uint8_t _data[18];
   36602             :     }
   36603             : const_str__last_parent_path = {
   36604             :     ._ascii = {
   36605             :         .ob_base = {
   36606             :             .ob_refcnt = 999999999,
   36607             :             .ob_type = &PyUnicode_Type,
   36608             :         },
   36609             :         .length = 17,
   36610             :         .hash = -1,
   36611             :         .state = {
   36612             :             .kind = 1,
   36613             :             .compact = 1,
   36614             :             .ascii = 1,
   36615             :         },
   36616             :     },
   36617             :     ._data = "_last_parent_path",
   36618             : };
   36619             : static
   36620             :     struct {
   36621             :         PyASCIIObject _ascii;
   36622             :         uint8_t _data[7];
   36623             :     }
   36624             : const_str__epoch = {
   36625             :     ._ascii = {
   36626             :         .ob_base = {
   36627             :             .ob_refcnt = 999999999,
   36628             :             .ob_type = &PyUnicode_Type,
   36629             :         },
   36630             :         .length = 6,
   36631             :         .hash = -1,
   36632             :         .state = {
   36633             :             .kind = 1,
   36634             :             .compact = 1,
   36635             :             .ascii = 1,
   36636             :         },
   36637             :     },
   36638             :     ._data = "_epoch",
   36639             : };
   36640             : static
   36641             :     struct {
   36642             :         PyASCIIObject _ascii;
   36643             :         uint8_t _data[12];
   36644             :     }
   36645             : const_str__last_epoch = {
   36646             :     ._ascii = {
   36647             :         .ob_base = {
   36648             :             .ob_refcnt = 999999999,
   36649             :             .ob_type = &PyUnicode_Type,
   36650             :         },
   36651             :         .length = 11,
   36652             :         .hash = -1,
   36653             :         .state = {
   36654             :             .kind = 1,
   36655             :             .compact = 1,
   36656             :             .ascii = 1,
   36657             :         },
   36658             :     },
   36659             :     ._data = "_last_epoch",
   36660             : };
   36661             : static
   36662             :     struct {
   36663             :         PyASCIIObject _ascii;
   36664             :         uint8_t _data[13];
   36665             :     }
   36666             : const_str__path_finder = {
   36667             :     ._ascii = {
   36668             :         .ob_base = {
   36669             :             .ob_refcnt = 999999999,
   36670             :             .ob_type = &PyUnicode_Type,
   36671             :         },
   36672             :         .length = 12,
   36673             :         .hash = -1,
   36674             :         .state = {
   36675             :             .kind = 1,
   36676             :             .compact = 1,
   36677             :             .ascii = 1,
   36678             :         },
   36679             :     },
   36680             :     ._data = "_path_finder",
   36681             : };
   36682             : static
   36683             :     struct {
   36684             :         PyGC_Head _gc_head;
   36685             :         struct {
   36686             :             PyObject_VAR_HEAD
   36687             :             PyObject *ob_item[8];
   36688             :         }_object;
   36689             :     }
   36690             : importlib__bootstrap_external_toplevel_consts_67_consts_3_names = {
   36691             :     ._object = {
   36692             :         .ob_base = {
   36693             :             .ob_base = {
   36694             :                 .ob_refcnt = 999999999,
   36695             :                 .ob_type = &PyTuple_Type,
   36696             :             },
   36697             :             .ob_size = 8,
   36698             :         },
   36699             :         .ob_item = {
   36700             :             & const_str__name._ascii.ob_base,
   36701             :             & const_str__path._ascii.ob_base,
   36702             :             & const_str_tuple._ascii.ob_base,
   36703             :             & const_str__get_parent_path._ascii.ob_base,
   36704             :             & const_str__last_parent_path._ascii.ob_base,
   36705             :             & const_str__epoch._ascii.ob_base,
   36706             :             & const_str__last_epoch._ascii.ob_base,
   36707             :             & const_str__path_finder._ascii.ob_base,
   36708             :         },
   36709             :     },
   36710             : };
   36711             : static
   36712             :     struct {
   36713             :         PyASCIIObject _ascii;
   36714             :         uint8_t _data[24];
   36715             :     }
   36716             : importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname = {
   36717             :     ._ascii = {
   36718             :         .ob_base = {
   36719             :             .ob_refcnt = 999999999,
   36720             :             .ob_type = &PyUnicode_Type,
   36721             :         },
   36722             :         .length = 23,
   36723             :         .hash = -1,
   36724             :         .state = {
   36725             :             .kind = 1,
   36726             :             .compact = 1,
   36727             :             .ascii = 1,
   36728             :         },
   36729             :     },
   36730             :     ._data = "_NamespacePath.__init__",
   36731             : };
   36732             : static
   36733             :     struct {
   36734             :         PyObject_VAR_HEAD
   36735             :         Py_hash_t ob_shash;
   36736             :         char ob_sval[65];
   36737             :     }
   36738             : importlib__bootstrap_external_toplevel_consts_67_consts_3_linetable = {
   36739             :     .ob_base = {
   36740             :         .ob_base = {
   36741             :             .ob_refcnt = 999999999,
   36742             :             .ob_type = &PyBytes_Type,
   36743             :         },
   36744             :         .ob_size = 64,
   36745             :     },
   36746             :     .ob_shash = -1,
   36747             :     .ob_sval = "\x80\x00\xd8\x15\x19\x88\x04\x8c\x0a\xd8\x15\x19\x88\x04\x8c\x0a\xdd\x21\x26\xa0\x74\xd7\x27\x3c\xd1\x27\x3c\xd4\x27\x3e\xd4\x21\x3f\x88\x04\xd4\x08\x1e\xd8\x1b\x1f\x9f\x3b\x99\x3b\x88\x04\xd4\x08\x18\xd8\x1c\x27\x88\x04\xd4\x08\x19\xd0\x08\x19\xd0\x08\x19",
   36748             : };
   36749             : static
   36750             :     struct {
   36751             :         PyASCIIObject _ascii;
   36752             :         uint8_t _data[12];
   36753             :     }
   36754             : const_str_path_finder = {
   36755             :     ._ascii = {
   36756             :         .ob_base = {
   36757             :             .ob_refcnt = 999999999,
   36758             :             .ob_type = &PyUnicode_Type,
   36759             :         },
   36760             :         .length = 11,
   36761             :         .hash = -1,
   36762             :         .state = {
   36763             :             .kind = 1,
   36764             :             .compact = 1,
   36765             :             .ascii = 1,
   36766             :         },
   36767             :     },
   36768             :     ._data = "path_finder",
   36769             : };
   36770             : static
   36771             :     struct {
   36772             :         PyGC_Head _gc_head;
   36773             :         struct {
   36774             :             PyObject_VAR_HEAD
   36775             :             PyObject *ob_item[4];
   36776             :         }_object;
   36777             :     }
   36778             : importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames = {
   36779             :     ._object = {
   36780             :         .ob_base = {
   36781             :             .ob_base = {
   36782             :                 .ob_refcnt = 999999999,
   36783             :                 .ob_type = &PyTuple_Type,
   36784             :             },
   36785             :             .ob_size = 4,
   36786             :         },
   36787             :         .ob_item = {
   36788             :             & const_str_self._ascii.ob_base,
   36789             :             &_Py_ID(name),
   36790             :             &_Py_ID(path),
   36791             :             & const_str_path_finder._ascii.ob_base,
   36792             :         },
   36793             :     },
   36794             : };
   36795             : static
   36796             :     struct _PyCode_DEF(148)
   36797             : importlib__bootstrap_external_toplevel_consts_67_consts_3 = {
   36798             :     .ob_base = {
   36799             :         .ob_base = {
   36800             :             .ob_refcnt = 999999999,
   36801             :             .ob_type = &PyCode_Type,
   36802             :         },
   36803             :         .ob_size = 74,
   36804             :     },
   36805             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   36806             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_3_names._object.ob_base.ob_base,
   36807             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   36808             :     .co_flags = 3,
   36809             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   36810             :     ._co_linearray_entry_size = 0,
   36811             :     .co_argcount = 4,
   36812             :     .co_posonlyargcount = 0,
   36813             :     .co_kwonlyargcount = 0,
   36814             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   36815             :     .co_stacksize = 4,
   36816             :     .co_firstlineno = 1283,
   36817             :     .co_nlocalsplus = 4,
   36818             :     .co_nlocals = 4,
   36819             :     .co_nplaincellvars = 0,
   36820             :     .co_ncellvars = 0,
   36821             :     .co_nfreevars = 0,
   36822             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames._object.ob_base.ob_base,
   36823             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   36824             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   36825             :     .co_name = &_Py_ID(__init__),
   36826             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname._ascii.ob_base,
   36827             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_3_linetable.ob_base.ob_base,
   36828             :     ._co_code = NULL,
   36829             :     ._co_linearray = NULL,
   36830             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   36831             :     ._co_firsttraceable = 0,
   36832             : };
   36833             : static
   36834             :     struct {
   36835             :         PyASCIIObject _ascii;
   36836             :         uint8_t _data[63];
   36837             :     }
   36838             : importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0 = {
   36839             :     ._ascii = {
   36840             :         .ob_base = {
   36841             :             .ob_refcnt = 999999999,
   36842             :             .ob_type = &PyUnicode_Type,
   36843             :         },
   36844             :         .length = 62,
   36845             :         .hash = -1,
   36846             :         .state = {
   36847             :             .kind = 1,
   36848             :             .compact = 1,
   36849             :             .ascii = 1,
   36850             :         },
   36851             :     },
   36852             :     ._data = "Returns a tuple of (parent-module-name, parent-path-attr-name)",
   36853             : };
   36854             : static
   36855             :     struct {
   36856             :         PyGC_Head _gc_head;
   36857             :         struct {
   36858             :             PyObject_VAR_HEAD
   36859             :             PyObject *ob_item[2];
   36860             :         }_object;
   36861             :     }
   36862             : importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_3 = {
   36863             :     ._object = {
   36864             :         .ob_base = {
   36865             :             .ob_base = {
   36866             :                 .ob_refcnt = 999999999,
   36867             :                 .ob_type = &PyTuple_Type,
   36868             :             },
   36869             :             .ob_size = 2,
   36870             :         },
   36871             :         .ob_item = {
   36872             :             & const_str_sys._ascii.ob_base,
   36873             :             &_Py_ID(path),
   36874             :         },
   36875             :     },
   36876             : };
   36877             : static
   36878             :     struct {
   36879             :         PyGC_Head _gc_head;
   36880             :         struct {
   36881             :             PyObject_VAR_HEAD
   36882             :             PyObject *ob_item[5];
   36883             :         }_object;
   36884             :     }
   36885             : importlib__bootstrap_external_toplevel_consts_67_consts_4_consts = {
   36886             :     ._object = {
   36887             :         .ob_base = {
   36888             :             .ob_base = {
   36889             :                 .ob_refcnt = 999999999,
   36890             :                 .ob_type = &PyTuple_Type,
   36891             :             },
   36892             :             .ob_size = 5,
   36893             :         },
   36894             :         .ob_item = {
   36895             :             & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0._ascii.ob_base,
   36896             :             &_Py_STR(dot),
   36897             :             &_Py_STR(empty),
   36898             :             & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_3._object.ob_base.ob_base,
   36899             :             &_Py_ID(__path__),
   36900             :         },
   36901             :     },
   36902             : };
   36903             : static
   36904             :     struct {
   36905             :         PyGC_Head _gc_head;
   36906             :         struct {
   36907             :             PyObject_VAR_HEAD
   36908             :             PyObject *ob_item[2];
   36909             :         }_object;
   36910             :     }
   36911             : importlib__bootstrap_external_toplevel_consts_67_consts_4_names = {
   36912             :     ._object = {
   36913             :         .ob_base = {
   36914             :             .ob_base = {
   36915             :                 .ob_refcnt = 999999999,
   36916             :                 .ob_type = &PyTuple_Type,
   36917             :             },
   36918             :             .ob_size = 2,
   36919             :         },
   36920             :         .ob_item = {
   36921             :             & const_str__name._ascii.ob_base,
   36922             :             & const_str_rpartition._ascii.ob_base,
   36923             :         },
   36924             :     },
   36925             : };
   36926             : static
   36927             :     struct {
   36928             :         PyASCIIObject _ascii;
   36929             :         uint8_t _data[24];
   36930             :     }
   36931             : const_str__find_parent_path_names = {
   36932             :     ._ascii = {
   36933             :         .ob_base = {
   36934             :             .ob_refcnt = 999999999,
   36935             :             .ob_type = &PyUnicode_Type,
   36936             :         },
   36937             :         .length = 23,
   36938             :         .hash = -1,
   36939             :         .state = {
   36940             :             .kind = 1,
   36941             :             .compact = 1,
   36942             :             .ascii = 1,
   36943             :         },
   36944             :     },
   36945             :     ._data = "_find_parent_path_names",
   36946             : };
   36947             : static
   36948             :     struct {
   36949             :         PyASCIIObject _ascii;
   36950             :         uint8_t _data[39];
   36951             :     }
   36952             : importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname = {
   36953             :     ._ascii = {
   36954             :         .ob_base = {
   36955             :             .ob_refcnt = 999999999,
   36956             :             .ob_type = &PyUnicode_Type,
   36957             :         },
   36958             :         .length = 38,
   36959             :         .hash = -1,
   36960             :         .state = {
   36961             :             .kind = 1,
   36962             :             .compact = 1,
   36963             :             .ascii = 1,
   36964             :         },
   36965             :     },
   36966             :     ._data = "_NamespacePath._find_parent_path_names",
   36967             : };
   36968             : static
   36969             :     struct {
   36970             :         PyObject_VAR_HEAD
   36971             :         Py_hash_t ob_shash;
   36972             :         char ob_sval[59];
   36973             :     }
   36974             : importlib__bootstrap_external_toplevel_consts_67_consts_4_linetable = {
   36975             :     .ob_base = {
   36976             :         .ob_base = {
   36977             :             .ob_refcnt = 999999999,
   36978             :             .ob_type = &PyBytes_Type,
   36979             :         },
   36980             :         .ob_size = 58,
   36981             :     },
   36982             :     .ob_shash = -1,
   36983             :     .ob_sval = "\x80\x00\xe0\x1a\x1e\x9f\x2a\x99\x2a\xd7\x1a\x2f\xd1\x1a\x2f\xb0\x03\xd4\x1a\x34\x89\x0f\x88\x06\x90\x03\x90\x52\xd8\x0b\x0e\x90\x22\x8a\x39\xf0\x00\x02\x09\x21\xe0\x13\x20\x90\x3d\xf0\x06\x00\x10\x16\x90\x7a\xd0\x0f\x21\xd0\x08\x21",
   36984             : };
   36985             : static
   36986             :     struct {
   36987             :         PyASCIIObject _ascii;
   36988             :         uint8_t _data[4];
   36989             :     }
   36990             : const_str_dot = {
   36991             :     ._ascii = {
   36992             :         .ob_base = {
   36993             :             .ob_refcnt = 999999999,
   36994             :             .ob_type = &PyUnicode_Type,
   36995             :         },
   36996             :         .length = 3,
   36997             :         .hash = -1,
   36998             :         .state = {
   36999             :             .kind = 1,
   37000             :             .compact = 1,
   37001             :             .ascii = 1,
   37002             :         },
   37003             :     },
   37004             :     ._data = "dot",
   37005             : };
   37006             : static
   37007             :     struct {
   37008             :         PyGC_Head _gc_head;
   37009             :         struct {
   37010             :             PyObject_VAR_HEAD
   37011             :             PyObject *ob_item[4];
   37012             :         }_object;
   37013             :     }
   37014             : importlib__bootstrap_external_toplevel_consts_67_consts_4_localsplusnames = {
   37015             :     ._object = {
   37016             :         .ob_base = {
   37017             :             .ob_base = {
   37018             :                 .ob_refcnt = 999999999,
   37019             :                 .ob_type = &PyTuple_Type,
   37020             :             },
   37021             :             .ob_size = 4,
   37022             :         },
   37023             :         .ob_item = {
   37024             :             & const_str_self._ascii.ob_base,
   37025             :             &_Py_ID(parent),
   37026             :             & const_str_dot._ascii.ob_base,
   37027             :             & const_str_me._ascii.ob_base,
   37028             :         },
   37029             :     },
   37030             : };
   37031             : static
   37032             :     struct _PyCode_DEF(90)
   37033             : importlib__bootstrap_external_toplevel_consts_67_consts_4 = {
   37034             :     .ob_base = {
   37035             :         .ob_base = {
   37036             :             .ob_refcnt = 999999999,
   37037             :             .ob_type = &PyCode_Type,
   37038             :         },
   37039             :         .ob_size = 45,
   37040             :     },
   37041             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts._object.ob_base.ob_base,
   37042             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_4_names._object.ob_base.ob_base,
   37043             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   37044             :     .co_flags = 3,
   37045             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   37046             :     ._co_linearray_entry_size = 0,
   37047             :     .co_argcount = 1,
   37048             :     .co_posonlyargcount = 0,
   37049             :     .co_kwonlyargcount = 0,
   37050             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   37051             :     .co_stacksize = 3,
   37052             :     .co_firstlineno = 1290,
   37053             :     .co_nlocalsplus = 4,
   37054             :     .co_nlocals = 4,
   37055             :     .co_nplaincellvars = 0,
   37056             :     .co_ncellvars = 0,
   37057             :     .co_nfreevars = 0,
   37058             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_4_localsplusnames._object.ob_base.ob_base,
   37059             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   37060             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   37061             :     .co_name = & const_str__find_parent_path_names._ascii.ob_base,
   37062             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname._ascii.ob_base,
   37063             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_4_linetable.ob_base.ob_base,
   37064             :     ._co_code = NULL,
   37065             :     ._co_linearray = NULL,
   37066             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x01\x7d\x02\x7d\x03\x7c\x02\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x03\x53\x00\x7c\x01\x64\x04\x66\x02\x53\x00",
   37067             :     ._co_firsttraceable = 0,
   37068             : };
   37069             : static
   37070             :     struct {
   37071             :         PyGC_Head _gc_head;
   37072             :         struct {
   37073             :             PyObject_VAR_HEAD
   37074             :             PyObject *ob_item[4];
   37075             :         }_object;
   37076             :     }
   37077             : importlib__bootstrap_external_toplevel_consts_67_consts_5_names = {
   37078             :     ._object = {
   37079             :         .ob_base = {
   37080             :             .ob_base = {
   37081             :                 .ob_refcnt = 999999999,
   37082             :                 .ob_type = &PyTuple_Type,
   37083             :             },
   37084             :             .ob_size = 4,
   37085             :         },
   37086             :         .ob_item = {
   37087             :             & const_str__find_parent_path_names._ascii.ob_base,
   37088             :             &_Py_ID(getattr),
   37089             :             & const_str_sys._ascii.ob_base,
   37090             :             &_Py_ID(modules),
   37091             :         },
   37092             :     },
   37093             : };
   37094             : static
   37095             :     struct {
   37096             :         PyASCIIObject _ascii;
   37097             :         uint8_t _data[32];
   37098             :     }
   37099             : importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname = {
   37100             :     ._ascii = {
   37101             :         .ob_base = {
   37102             :             .ob_refcnt = 999999999,
   37103             :             .ob_type = &PyUnicode_Type,
   37104             :         },
   37105             :         .length = 31,
   37106             :         .hash = -1,
   37107             :         .state = {
   37108             :             .kind = 1,
   37109             :             .compact = 1,
   37110             :             .ascii = 1,
   37111             :         },
   37112             :     },
   37113             :     ._data = "_NamespacePath._get_parent_path",
   37114             : };
   37115             : static
   37116             :     struct {
   37117             :         PyObject_VAR_HEAD
   37118             :         Py_hash_t ob_shash;
   37119             :         char ob_sval[46];
   37120             :     }
   37121             : importlib__bootstrap_external_toplevel_consts_67_consts_5_linetable = {
   37122             :     .ob_base = {
   37123             :         .ob_base = {
   37124             :             .ob_refcnt = 999999999,
   37125             :             .ob_type = &PyBytes_Type,
   37126             :         },
   37127             :         .ob_size = 45,
   37128             :     },
   37129             :     .ob_shash = -1,
   37130             :     .ob_sval = "\x80\x00\xd8\x2d\x31\xd7\x2d\x49\xd1\x2d\x49\xd4\x2d\x4b\xd1\x08\x2a\xd0\x08\x1a\x98\x4e\xdd\x0f\x16\x95\x73\x97\x7b\x91\x7b\xd0\x23\x35\xd4\x17\x36\xb8\x0e\xd4\x0f\x47\xd0\x08\x47",
   37131             : };
   37132             : static
   37133             :     struct {
   37134             :         PyASCIIObject _ascii;
   37135             :         uint8_t _data[19];
   37136             :     }
   37137             : const_str_parent_module_name = {
   37138             :     ._ascii = {
   37139             :         .ob_base = {
   37140             :             .ob_refcnt = 999999999,
   37141             :             .ob_type = &PyUnicode_Type,
   37142             :         },
   37143             :         .length = 18,
   37144             :         .hash = -1,
   37145             :         .state = {
   37146             :             .kind = 1,
   37147             :             .compact = 1,
   37148             :             .ascii = 1,
   37149             :         },
   37150             :     },
   37151             :     ._data = "parent_module_name",
   37152             : };
   37153             : static
   37154             :     struct {
   37155             :         PyASCIIObject _ascii;
   37156             :         uint8_t _data[15];
   37157             :     }
   37158             : const_str_path_attr_name = {
   37159             :     ._ascii = {
   37160             :         .ob_base = {
   37161             :             .ob_refcnt = 999999999,
   37162             :             .ob_type = &PyUnicode_Type,
   37163             :         },
   37164             :         .length = 14,
   37165             :         .hash = -1,
   37166             :         .state = {
   37167             :             .kind = 1,
   37168             :             .compact = 1,
   37169             :             .ascii = 1,
   37170             :         },
   37171             :     },
   37172             :     ._data = "path_attr_name",
   37173             : };
   37174             : static
   37175             :     struct {
   37176             :         PyGC_Head _gc_head;
   37177             :         struct {
   37178             :             PyObject_VAR_HEAD
   37179             :             PyObject *ob_item[3];
   37180             :         }_object;
   37181             :     }
   37182             : importlib__bootstrap_external_toplevel_consts_67_consts_5_localsplusnames = {
   37183             :     ._object = {
   37184             :         .ob_base = {
   37185             :             .ob_base = {
   37186             :                 .ob_refcnt = 999999999,
   37187             :                 .ob_type = &PyTuple_Type,
   37188             :             },
   37189             :             .ob_size = 3,
   37190             :         },
   37191             :         .ob_item = {
   37192             :             & const_str_self._ascii.ob_base,
   37193             :             & const_str_parent_module_name._ascii.ob_base,
   37194             :             & const_str_path_attr_name._ascii.ob_base,
   37195             :         },
   37196             :     },
   37197             : };
   37198             : static
   37199             :     struct _PyCode_DEF(112)
   37200             : importlib__bootstrap_external_toplevel_consts_67_consts_5 = {
   37201             :     .ob_base = {
   37202             :         .ob_base = {
   37203             :             .ob_refcnt = 999999999,
   37204             :             .ob_type = &PyCode_Type,
   37205             :         },
   37206             :         .ob_size = 56,
   37207             :     },
   37208             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   37209             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_5_names._object.ob_base.ob_base,
   37210             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   37211             :     .co_flags = 3,
   37212             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   37213             :     ._co_linearray_entry_size = 0,
   37214             :     .co_argcount = 1,
   37215             :     .co_posonlyargcount = 0,
   37216             :     .co_kwonlyargcount = 0,
   37217             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   37218             :     .co_stacksize = 4,
   37219             :     .co_firstlineno = 1300,
   37220             :     .co_nlocalsplus = 3,
   37221             :     .co_nlocals = 3,
   37222             :     .co_nplaincellvars = 0,
   37223             :     .co_ncellvars = 0,
   37224             :     .co_nfreevars = 0,
   37225             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_5_localsplusnames._object.ob_base.ob_base,
   37226             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   37227             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   37228             :     .co_name = & const_str__get_parent_path._ascii.ob_base,
   37229             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname._ascii.ob_base,
   37230             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_5_linetable.ob_base.ob_base,
   37231             :     ._co_code = NULL,
   37232             :     ._co_linearray = NULL,
   37233             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   37234             :     ._co_firsttraceable = 0,
   37235             : };
   37236             : static
   37237             :     struct {
   37238             :         PyGC_Head _gc_head;
   37239             :         struct {
   37240             :             PyObject_VAR_HEAD
   37241             :             PyObject *ob_item[10];
   37242             :         }_object;
   37243             :     }
   37244             : importlib__bootstrap_external_toplevel_consts_67_consts_6_names = {
   37245             :     ._object = {
   37246             :         .ob_base = {
   37247             :             .ob_base = {
   37248             :                 .ob_refcnt = 999999999,
   37249             :                 .ob_type = &PyTuple_Type,
   37250             :             },
   37251             :             .ob_size = 10,
   37252             :         },
   37253             :         .ob_item = {
   37254             :             & const_str_tuple._ascii.ob_base,
   37255             :             & const_str__get_parent_path._ascii.ob_base,
   37256             :             & const_str__last_parent_path._ascii.ob_base,
   37257             :             & const_str__epoch._ascii.ob_base,
   37258             :             & const_str__last_epoch._ascii.ob_base,
   37259             :             & const_str__path_finder._ascii.ob_base,
   37260             :             & const_str__name._ascii.ob_base,
   37261             :             & const_str_loader._ascii.ob_base,
   37262             :             & const_str_submodule_search_locations._ascii.ob_base,
   37263             :             & const_str__path._ascii.ob_base,
   37264             :         },
   37265             :     },
   37266             : };
   37267             : static
   37268             :     struct {
   37269             :         PyASCIIObject _ascii;
   37270             :         uint8_t _data[13];
   37271             :     }
   37272             : const_str__recalculate = {
   37273             :     ._ascii = {
   37274             :         .ob_base = {
   37275             :             .ob_refcnt = 999999999,
   37276             :             .ob_type = &PyUnicode_Type,
   37277             :         },
   37278             :         .length = 12,
   37279             :         .hash = -1,
   37280             :         .state = {
   37281             :             .kind = 1,
   37282             :             .compact = 1,
   37283             :             .ascii = 1,
   37284             :         },
   37285             :     },
   37286             :     ._data = "_recalculate",
   37287             : };
   37288             : static
   37289             :     struct {
   37290             :         PyASCIIObject _ascii;
   37291             :         uint8_t _data[28];
   37292             :     }
   37293             : importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname = {
   37294             :     ._ascii = {
   37295             :         .ob_base = {
   37296             :             .ob_refcnt = 999999999,
   37297             :             .ob_type = &PyUnicode_Type,
   37298             :         },
   37299             :         .length = 27,
   37300             :         .hash = -1,
   37301             :         .state = {
   37302             :             .kind = 1,
   37303             :             .compact = 1,
   37304             :             .ascii = 1,
   37305             :         },
   37306             :     },
   37307             :     ._data = "_NamespacePath._recalculate",
   37308             : };
   37309             : static
   37310             :     struct {
   37311             :         PyObject_VAR_HEAD
   37312             :         Py_hash_t ob_shash;
   37313             :         char ob_sval[166];
   37314             :     }
   37315             : importlib__bootstrap_external_toplevel_consts_67_consts_6_linetable = {
   37316             :     .ob_base = {
   37317             :         .ob_base = {
   37318             :             .ob_refcnt = 999999999,
   37319             :             .ob_type = &PyBytes_Type,
   37320             :         },
   37321             :         .ob_size = 165,
   37322             :     },
   37323             :     .ob_shash = -1,
   37324             :     .ob_sval = "\x80\x00\xe5\x16\x1b\x98\x44\xd7\x1c\x31\xd1\x1c\x31\xd4\x1c\x33\xd4\x16\x34\x88\x0b\xd8\x0b\x16\x98\x24\xd7\x1a\x30\xd1\x1a\x30\xd2\x0b\x30\xf0\x00\x08\x09\x2b\xb0\x44\xb7\x4b\xb1\x4b\xc0\x34\xd7\x43\x53\xd1\x43\x53\xd2\x34\x53\xf0\x00\x08\x09\x2b\xd8\x13\x17\xd7\x13\x24\xd1\x13\x24\xa0\x54\xa7\x5a\xa1\x5a\xb0\x1b\xd4\x13\x3d\x88\x44\xf0\x06\x00\x10\x14\xf0\x00\x02\x0d\x41\x01\xa0\x44\xa7\x4b\xa1\x4b\xf0\x00\x02\x0d\x41\x01\xd8\x13\x17\xd7\x13\x32\xd1\x13\x32\xf0\x00\x01\x11\x41\x01\xd8\x21\x25\xd7\x21\x40\xd1\x21\x40\x90\x44\x94\x4a\xd8\x25\x30\x88\x44\xd4\x0c\x22\xd8\x1f\x23\x9f\x7b\x99\x7b\x88\x44\xd4\x0c\x1c\xd8\x0f\x13\x8f\x7a\x89\x7a\xd0\x08\x19",
   37325             : };
   37326             : static
   37327             :     struct {
   37328             :         PyASCIIObject _ascii;
   37329             :         uint8_t _data[12];
   37330             :     }
   37331             : const_str_parent_path = {
   37332             :     ._ascii = {
   37333             :         .ob_base = {
   37334             :             .ob_refcnt = 999999999,
   37335             :             .ob_type = &PyUnicode_Type,
   37336             :         },
   37337             :         .length = 11,
   37338             :         .hash = -1,
   37339             :         .state = {
   37340             :             .kind = 1,
   37341             :             .compact = 1,
   37342             :             .ascii = 1,
   37343             :         },
   37344             :     },
   37345             :     ._data = "parent_path",
   37346             : };
   37347             : static
   37348             :     struct {
   37349             :         PyGC_Head _gc_head;
   37350             :         struct {
   37351             :             PyObject_VAR_HEAD
   37352             :             PyObject *ob_item[3];
   37353             :         }_object;
   37354             :     }
   37355             : importlib__bootstrap_external_toplevel_consts_67_consts_6_localsplusnames = {
   37356             :     ._object = {
   37357             :         .ob_base = {
   37358             :             .ob_base = {
   37359             :                 .ob_refcnt = 999999999,
   37360             :                 .ob_type = &PyTuple_Type,
   37361             :             },
   37362             :             .ob_size = 3,
   37363             :         },
   37364             :         .ob_item = {
   37365             :             & const_str_self._ascii.ob_base,
   37366             :             & const_str_parent_path._ascii.ob_base,
   37367             :             & const_str_spec._ascii.ob_base,
   37368             :         },
   37369             :     },
   37370             : };
   37371             : static
   37372             :     struct _PyCode_DEF(358)
   37373             : importlib__bootstrap_external_toplevel_consts_67_consts_6 = {
   37374             :     .ob_base = {
   37375             :         .ob_base = {
   37376             :             .ob_refcnt = 999999999,
   37377             :             .ob_type = &PyCode_Type,
   37378             :         },
   37379             :         .ob_size = 179,
   37380             :     },
   37381             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   37382             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_6_names._object.ob_base.ob_base,
   37383             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   37384             :     .co_flags = 3,
   37385             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   37386             :     ._co_linearray_entry_size = 0,
   37387             :     .co_argcount = 1,
   37388             :     .co_posonlyargcount = 0,
   37389             :     .co_kwonlyargcount = 0,
   37390             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   37391             :     .co_stacksize = 4,
   37392             :     .co_firstlineno = 1304,
   37393             :     .co_nlocalsplus = 3,
   37394             :     .co_nlocals = 3,
   37395             :     .co_nplaincellvars = 0,
   37396             :     .co_ncellvars = 0,
   37397             :     .co_nfreevars = 0,
   37398             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_6_localsplusnames._object.ob_base.ob_base,
   37399             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   37400             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   37401             :     .co_name = & const_str__recalculate._ascii.ob_base,
   37402             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname._ascii.ob_base,
   37403             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_6_linetable.ob_base.ob_base,
   37404             :     ._co_code = NULL,
   37405             :     ._co_linearray = NULL,
   37406             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x73\x1a\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x60\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x81\x29\x7c\x02\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1d\x7c\x02\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x11\x7c\x02\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   37407             :     ._co_firsttraceable = 0,
   37408             : };
   37409             : static
   37410             :     struct {
   37411             :         PyGC_Head _gc_head;
   37412             :         struct {
   37413             :             PyObject_VAR_HEAD
   37414             :             PyObject *ob_item[2];
   37415             :         }_object;
   37416             :     }
   37417             : importlib__bootstrap_external_toplevel_consts_67_consts_7_names = {
   37418             :     ._object = {
   37419             :         .ob_base = {
   37420             :             .ob_base = {
   37421             :                 .ob_refcnt = 999999999,
   37422             :                 .ob_type = &PyTuple_Type,
   37423             :             },
   37424             :             .ob_size = 2,
   37425             :         },
   37426             :         .ob_item = {
   37427             :             &_Py_ID(iter),
   37428             :             & const_str__recalculate._ascii.ob_base,
   37429             :         },
   37430             :     },
   37431             : };
   37432             : static
   37433             :     struct {
   37434             :         PyASCIIObject _ascii;
   37435             :         uint8_t _data[24];
   37436             :     }
   37437             : importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname = {
   37438             :     ._ascii = {
   37439             :         .ob_base = {
   37440             :             .ob_refcnt = 999999999,
   37441             :             .ob_type = &PyUnicode_Type,
   37442             :         },
   37443             :         .length = 23,
   37444             :         .hash = -1,
   37445             :         .state = {
   37446             :             .kind = 1,
   37447             :             .compact = 1,
   37448             :             .ascii = 1,
   37449             :         },
   37450             :     },
   37451             :     ._data = "_NamespacePath.__iter__",
   37452             : };
   37453             : static
   37454             :     struct {
   37455             :         PyObject_VAR_HEAD
   37456             :         Py_hash_t ob_shash;
   37457             :         char ob_sval[23];
   37458             :     }
   37459             : importlib__bootstrap_external_toplevel_consts_67_consts_7_linetable = {
   37460             :     .ob_base = {
   37461             :         .ob_base = {
   37462             :             .ob_refcnt = 999999999,
   37463             :             .ob_type = &PyBytes_Type,
   37464             :         },
   37465             :         .ob_size = 22,
   37466             :     },
   37467             :     .ob_shash = -1,
   37468             :     .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\xd7\x14\x25\xd1\x14\x25\xd4\x14\x27\xd4\x0f\x28\xd0\x08\x28",
   37469             : };
   37470             : static
   37471             :     struct _PyCode_DEF(58)
   37472             : importlib__bootstrap_external_toplevel_consts_67_consts_7 = {
   37473             :     .ob_base = {
   37474             :         .ob_base = {
   37475             :             .ob_refcnt = 999999999,
   37476             :             .ob_type = &PyCode_Type,
   37477             :         },
   37478             :         .ob_size = 29,
   37479             :     },
   37480             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   37481             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_7_names._object.ob_base.ob_base,
   37482             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   37483             :     .co_flags = 3,
   37484             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   37485             :     ._co_linearray_entry_size = 0,
   37486             :     .co_argcount = 1,
   37487             :     .co_posonlyargcount = 0,
   37488             :     .co_kwonlyargcount = 0,
   37489             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   37490             :     .co_stacksize = 4,
   37491             :     .co_firstlineno = 1318,
   37492             :     .co_nlocalsplus = 1,
   37493             :     .co_nlocals = 1,
   37494             :     .co_nplaincellvars = 0,
   37495             :     .co_ncellvars = 0,
   37496             :     .co_nfreevars = 0,
   37497             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   37498             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   37499             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   37500             :     .co_name = &_Py_ID(__iter__),
   37501             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname._ascii.ob_base,
   37502             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_7_linetable.ob_base.ob_base,
   37503             :     ._co_code = NULL,
   37504             :     ._co_linearray = NULL,
   37505             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   37506             :     ._co_firsttraceable = 0,
   37507             : };
   37508             : static
   37509             :     struct {
   37510             :         PyGC_Head _gc_head;
   37511             :         struct {
   37512             :             PyObject_VAR_HEAD
   37513             :             PyObject *ob_item[1];
   37514             :         }_object;
   37515             :     }
   37516             : importlib__bootstrap_external_toplevel_consts_67_consts_8_names = {
   37517             :     ._object = {
   37518             :         .ob_base = {
   37519             :             .ob_base = {
   37520             :                 .ob_refcnt = 999999999,
   37521             :                 .ob_type = &PyTuple_Type,
   37522             :             },
   37523             :             .ob_size = 1,
   37524             :         },
   37525             :         .ob_item = {
   37526             :             & const_str__recalculate._ascii.ob_base,
   37527             :         },
   37528             :     },
   37529             : };
   37530             : static
   37531             :     struct {
   37532             :         PyASCIIObject _ascii;
   37533             :         uint8_t _data[27];
   37534             :     }
   37535             : importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname = {
   37536             :     ._ascii = {
   37537             :         .ob_base = {
   37538             :             .ob_refcnt = 999999999,
   37539             :             .ob_type = &PyUnicode_Type,
   37540             :         },
   37541             :         .length = 26,
   37542             :         .hash = -1,
   37543             :         .state = {
   37544             :             .kind = 1,
   37545             :             .compact = 1,
   37546             :             .ascii = 1,
   37547             :         },
   37548             :     },
   37549             :     ._data = "_NamespacePath.__getitem__",
   37550             : };
   37551             : static
   37552             :     struct {
   37553             :         PyObject_VAR_HEAD
   37554             :         Py_hash_t ob_shash;
   37555             :         char ob_sval[23];
   37556             :     }
   37557             : importlib__bootstrap_external_toplevel_consts_67_consts_8_linetable = {
   37558             :     .ob_base = {
   37559             :         .ob_base = {
   37560             :             .ob_refcnt = 999999999,
   37561             :             .ob_type = &PyBytes_Type,
   37562             :         },
   37563             :         .ob_size = 22,
   37564             :     },
   37565             :     .ob_shash = -1,
   37566             :     .ob_sval = "\x80\x00\xd8\x0f\x13\xd7\x0f\x20\xd1\x0f\x20\xd4\x0f\x22\xa0\x35\xd4\x0f\x29\xd0\x08\x29",
   37567             : };
   37568             : static
   37569             :     struct {
   37570             :         PyASCIIObject _ascii;
   37571             :         uint8_t _data[6];
   37572             :     }
   37573             : const_str_index = {
   37574             :     ._ascii = {
   37575             :         .ob_base = {
   37576             :             .ob_refcnt = 999999999,
   37577             :             .ob_type = &PyUnicode_Type,
   37578             :         },
   37579             :         .length = 5,
   37580             :         .hash = -1,
   37581             :         .state = {
   37582             :             .kind = 1,
   37583             :             .compact = 1,
   37584             :             .ascii = 1,
   37585             :         },
   37586             :     },
   37587             :     ._data = "index",
   37588             : };
   37589             : static
   37590             :     struct {
   37591             :         PyGC_Head _gc_head;
   37592             :         struct {
   37593             :             PyObject_VAR_HEAD
   37594             :             PyObject *ob_item[2];
   37595             :         }_object;
   37596             :     }
   37597             : importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames = {
   37598             :     ._object = {
   37599             :         .ob_base = {
   37600             :             .ob_base = {
   37601             :                 .ob_refcnt = 999999999,
   37602             :                 .ob_type = &PyTuple_Type,
   37603             :             },
   37604             :             .ob_size = 2,
   37605             :         },
   37606             :         .ob_item = {
   37607             :             & const_str_self._ascii.ob_base,
   37608             :             & const_str_index._ascii.ob_base,
   37609             :         },
   37610             :     },
   37611             : };
   37612             : static
   37613             :     struct _PyCode_DEF(48)
   37614             : importlib__bootstrap_external_toplevel_consts_67_consts_8 = {
   37615             :     .ob_base = {
   37616             :         .ob_base = {
   37617             :             .ob_refcnt = 999999999,
   37618             :             .ob_type = &PyCode_Type,
   37619             :         },
   37620             :         .ob_size = 24,
   37621             :     },
   37622             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   37623             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_8_names._object.ob_base.ob_base,
   37624             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   37625             :     .co_flags = 3,
   37626             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   37627             :     ._co_linearray_entry_size = 0,
   37628             :     .co_argcount = 2,
   37629             :     .co_posonlyargcount = 0,
   37630             :     .co_kwonlyargcount = 0,
   37631             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   37632             :     .co_stacksize = 2,
   37633             :     .co_firstlineno = 1321,
   37634             :     .co_nlocalsplus = 2,
   37635             :     .co_nlocals = 2,
   37636             :     .co_nplaincellvars = 0,
   37637             :     .co_ncellvars = 0,
   37638             :     .co_nfreevars = 0,
   37639             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
   37640             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   37641             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   37642             :     .co_name = &_Py_ID(__getitem__),
   37643             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname._ascii.ob_base,
   37644             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_8_linetable.ob_base.ob_base,
   37645             :     ._co_code = NULL,
   37646             :     ._co_linearray = NULL,
   37647             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   37648             :     ._co_firsttraceable = 0,
   37649             : };
   37650             : static
   37651             :     struct {
   37652             :         PyGC_Head _gc_head;
   37653             :         struct {
   37654             :             PyObject_VAR_HEAD
   37655             :             PyObject *ob_item[1];
   37656             :         }_object;
   37657             :     }
   37658             : importlib__bootstrap_external_toplevel_consts_67_consts_9_names = {
   37659             :     ._object = {
   37660             :         .ob_base = {
   37661             :             .ob_base = {
   37662             :                 .ob_refcnt = 999999999,
   37663             :                 .ob_type = &PyTuple_Type,
   37664             :             },
   37665             :             .ob_size = 1,
   37666             :         },
   37667             :         .ob_item = {
   37668             :             & const_str__path._ascii.ob_base,
   37669             :         },
   37670             :     },
   37671             : };
   37672             : static
   37673             :     struct {
   37674             :         PyASCIIObject _ascii;
   37675             :         uint8_t _data[27];
   37676             :     }
   37677             : importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname = {
   37678             :     ._ascii = {
   37679             :         .ob_base = {
   37680             :             .ob_refcnt = 999999999,
   37681             :             .ob_type = &PyUnicode_Type,
   37682             :         },
   37683             :         .length = 26,
   37684             :         .hash = -1,
   37685             :         .state = {
   37686             :             .kind = 1,
   37687             :             .compact = 1,
   37688             :             .ascii = 1,
   37689             :         },
   37690             :     },
   37691             :     ._data = "_NamespacePath.__setitem__",
   37692             : };
   37693             : static
   37694             :     struct {
   37695             :         PyObject_VAR_HEAD
   37696             :         Py_hash_t ob_shash;
   37697             :         char ob_sval[23];
   37698             :     }
   37699             : importlib__bootstrap_external_toplevel_consts_67_consts_9_linetable = {
   37700             :     .ob_base = {
   37701             :         .ob_base = {
   37702             :             .ob_refcnt = 999999999,
   37703             :             .ob_type = &PyBytes_Type,
   37704             :         },
   37705             :         .ob_size = 22,
   37706             :     },
   37707             :     .ob_shash = -1,
   37708             :     .ob_sval = "\x80\x00\xd8\x1c\x20\x88\x04\x8f\x0a\x89\x0a\x90\x35\xd1\x08\x19\xd0\x08\x19\xd0\x08\x19",
   37709             : };
   37710             : static
   37711             :     struct {
   37712             :         PyGC_Head _gc_head;
   37713             :         struct {
   37714             :             PyObject_VAR_HEAD
   37715             :             PyObject *ob_item[3];
   37716             :         }_object;
   37717             :     }
   37718             : importlib__bootstrap_external_toplevel_consts_67_consts_9_localsplusnames = {
   37719             :     ._object = {
   37720             :         .ob_base = {
   37721             :             .ob_base = {
   37722             :                 .ob_refcnt = 999999999,
   37723             :                 .ob_type = &PyTuple_Type,
   37724             :             },
   37725             :             .ob_size = 3,
   37726             :         },
   37727             :         .ob_item = {
   37728             :             & const_str_self._ascii.ob_base,
   37729             :             & const_str_index._ascii.ob_base,
   37730             :             &_Py_ID(path),
   37731             :         },
   37732             :     },
   37733             : };
   37734             : static
   37735             :     struct _PyCode_DEF(36)
   37736             : importlib__bootstrap_external_toplevel_consts_67_consts_9 = {
   37737             :     .ob_base = {
   37738             :         .ob_base = {
   37739             :             .ob_refcnt = 999999999,
   37740             :             .ob_type = &PyCode_Type,
   37741             :         },
   37742             :         .ob_size = 18,
   37743             :     },
   37744             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   37745             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_9_names._object.ob_base.ob_base,
   37746             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   37747             :     .co_flags = 3,
   37748             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   37749             :     ._co_linearray_entry_size = 0,
   37750             :     .co_argcount = 3,
   37751             :     .co_posonlyargcount = 0,
   37752             :     .co_kwonlyargcount = 0,
   37753             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   37754             :     .co_stacksize = 3,
   37755             :     .co_firstlineno = 1324,
   37756             :     .co_nlocalsplus = 3,
   37757             :     .co_nlocals = 3,
   37758             :     .co_nplaincellvars = 0,
   37759             :     .co_ncellvars = 0,
   37760             :     .co_nfreevars = 0,
   37761             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_9_localsplusnames._object.ob_base.ob_base,
   37762             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   37763             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   37764             :     .co_name = &_Py_ID(__setitem__),
   37765             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname._ascii.ob_base,
   37766             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_9_linetable.ob_base.ob_base,
   37767             :     ._co_code = NULL,
   37768             :     ._co_linearray = NULL,
   37769             :     .co_code_adaptive = "\x97\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
   37770             :     ._co_firsttraceable = 0,
   37771             : };
   37772             : static
   37773             :     struct {
   37774             :         PyGC_Head _gc_head;
   37775             :         struct {
   37776             :             PyObject_VAR_HEAD
   37777             :             PyObject *ob_item[2];
   37778             :         }_object;
   37779             :     }
   37780             : importlib__bootstrap_external_toplevel_consts_67_consts_10_names = {
   37781             :     ._object = {
   37782             :         .ob_base = {
   37783             :             .ob_base = {
   37784             :                 .ob_refcnt = 999999999,
   37785             :                 .ob_type = &PyTuple_Type,
   37786             :             },
   37787             :             .ob_size = 2,
   37788             :         },
   37789             :         .ob_item = {
   37790             :             &_Py_ID(len),
   37791             :             & const_str__recalculate._ascii.ob_base,
   37792             :         },
   37793             :     },
   37794             : };
   37795             : static
   37796             :     struct {
   37797             :         PyASCIIObject _ascii;
   37798             :         uint8_t _data[23];
   37799             :     }
   37800             : importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname = {
   37801             :     ._ascii = {
   37802             :         .ob_base = {
   37803             :             .ob_refcnt = 999999999,
   37804             :             .ob_type = &PyUnicode_Type,
   37805             :         },
   37806             :         .length = 22,
   37807             :         .hash = -1,
   37808             :         .state = {
   37809             :             .kind = 1,
   37810             :             .compact = 1,
   37811             :             .ascii = 1,
   37812             :         },
   37813             :     },
   37814             :     ._data = "_NamespacePath.__len__",
   37815             : };
   37816             : static
   37817             :     struct {
   37818             :         PyObject_VAR_HEAD
   37819             :         Py_hash_t ob_shash;
   37820             :         char ob_sval[23];
   37821             :     }
   37822             : importlib__bootstrap_external_toplevel_consts_67_consts_10_linetable = {
   37823             :     .ob_base = {
   37824             :         .ob_base = {
   37825             :             .ob_refcnt = 999999999,
   37826             :             .ob_type = &PyBytes_Type,
   37827             :         },
   37828             :         .ob_size = 22,
   37829             :     },
   37830             :     .ob_shash = -1,
   37831             :     .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\xd7\x13\x24\xd1\x13\x24\xd4\x13\x26\xd4\x0f\x27\xd0\x08\x27",
   37832             : };
   37833             : static
   37834             :     struct _PyCode_DEF(58)
   37835             : importlib__bootstrap_external_toplevel_consts_67_consts_10 = {
   37836             :     .ob_base = {
   37837             :         .ob_base = {
   37838             :             .ob_refcnt = 999999999,
   37839             :             .ob_type = &PyCode_Type,
   37840             :         },
   37841             :         .ob_size = 29,
   37842             :     },
   37843             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   37844             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_10_names._object.ob_base.ob_base,
   37845             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   37846             :     .co_flags = 3,
   37847             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   37848             :     ._co_linearray_entry_size = 0,
   37849             :     .co_argcount = 1,
   37850             :     .co_posonlyargcount = 0,
   37851             :     .co_kwonlyargcount = 0,
   37852             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   37853             :     .co_stacksize = 4,
   37854             :     .co_firstlineno = 1327,
   37855             :     .co_nlocalsplus = 1,
   37856             :     .co_nlocals = 1,
   37857             :     .co_nplaincellvars = 0,
   37858             :     .co_ncellvars = 0,
   37859             :     .co_nfreevars = 0,
   37860             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   37861             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   37862             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   37863             :     .co_name = &_Py_ID(__len__),
   37864             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname._ascii.ob_base,
   37865             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_10_linetable.ob_base.ob_base,
   37866             :     ._co_code = NULL,
   37867             :     ._co_linearray = NULL,
   37868             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   37869             :     ._co_firsttraceable = 0,
   37870             : };
   37871             : static
   37872             :     struct {
   37873             :         PyASCIIObject _ascii;
   37874             :         uint8_t _data[21];
   37875             :     }
   37876             : importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1 = {
   37877             :     ._ascii = {
   37878             :         .ob_base = {
   37879             :             .ob_refcnt = 999999999,
   37880             :             .ob_type = &PyUnicode_Type,
   37881             :         },
   37882             :         .length = 20,
   37883             :         .hash = -1,
   37884             :         .state = {
   37885             :             .kind = 1,
   37886             :             .compact = 1,
   37887             :             .ascii = 1,
   37888             :         },
   37889             :     },
   37890             :     ._data = "_NamespacePath({!r})",
   37891             : };
   37892             : static
   37893             :     struct {
   37894             :         PyGC_Head _gc_head;
   37895             :         struct {
   37896             :             PyObject_VAR_HEAD
   37897             :             PyObject *ob_item[2];
   37898             :         }_object;
   37899             :     }
   37900             : importlib__bootstrap_external_toplevel_consts_67_consts_11_consts = {
   37901             :     ._object = {
   37902             :         .ob_base = {
   37903             :             .ob_base = {
   37904             :                 .ob_refcnt = 999999999,
   37905             :                 .ob_type = &PyTuple_Type,
   37906             :             },
   37907             :             .ob_size = 2,
   37908             :         },
   37909             :         .ob_item = {
   37910             :             Py_None,
   37911             :             & importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1._ascii.ob_base,
   37912             :         },
   37913             :     },
   37914             : };
   37915             : static
   37916             :     struct {
   37917             :         PyGC_Head _gc_head;
   37918             :         struct {
   37919             :             PyObject_VAR_HEAD
   37920             :             PyObject *ob_item[2];
   37921             :         }_object;
   37922             :     }
   37923             : importlib__bootstrap_external_toplevel_consts_67_consts_11_names = {
   37924             :     ._object = {
   37925             :         .ob_base = {
   37926             :             .ob_base = {
   37927             :                 .ob_refcnt = 999999999,
   37928             :                 .ob_type = &PyTuple_Type,
   37929             :             },
   37930             :             .ob_size = 2,
   37931             :         },
   37932             :         .ob_item = {
   37933             :             & const_str_format._ascii.ob_base,
   37934             :             & const_str__path._ascii.ob_base,
   37935             :         },
   37936             :     },
   37937             : };
   37938             : static
   37939             :     struct {
   37940             :         PyASCIIObject _ascii;
   37941             :         uint8_t _data[24];
   37942             :     }
   37943             : importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname = {
   37944             :     ._ascii = {
   37945             :         .ob_base = {
   37946             :             .ob_refcnt = 999999999,
   37947             :             .ob_type = &PyUnicode_Type,
   37948             :         },
   37949             :         .length = 23,
   37950             :         .hash = -1,
   37951             :         .state = {
   37952             :             .kind = 1,
   37953             :             .compact = 1,
   37954             :             .ascii = 1,
   37955             :         },
   37956             :     },
   37957             :     ._data = "_NamespacePath.__repr__",
   37958             : };
   37959             : static
   37960             :     struct {
   37961             :         PyObject_VAR_HEAD
   37962             :         Py_hash_t ob_shash;
   37963             :         char ob_sval[24];
   37964             :     }
   37965             : importlib__bootstrap_external_toplevel_consts_67_consts_11_linetable = {
   37966             :     .ob_base = {
   37967             :         .ob_base = {
   37968             :             .ob_refcnt = 999999999,
   37969             :             .ob_type = &PyBytes_Type,
   37970             :         },
   37971             :         .ob_size = 23,
   37972             :     },
   37973             :     .ob_shash = -1,
   37974             :     .ob_sval = "\x80\x00\xd8\x0f\x25\xd7\x0f\x2c\xd1\x0f\x2c\xa8\x54\xaf\x5a\xa9\x5a\xd4\x0f\x38\xd0\x08\x38",
   37975             : };
   37976             : static
   37977             :     struct _PyCode_DEF(58)
   37978             : importlib__bootstrap_external_toplevel_consts_67_consts_11 = {
   37979             :     .ob_base = {
   37980             :         .ob_base = {
   37981             :             .ob_refcnt = 999999999,
   37982             :             .ob_type = &PyCode_Type,
   37983             :         },
   37984             :         .ob_size = 29,
   37985             :     },
   37986             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts_11_consts._object.ob_base.ob_base,
   37987             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_11_names._object.ob_base.ob_base,
   37988             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   37989             :     .co_flags = 3,
   37990             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   37991             :     ._co_linearray_entry_size = 0,
   37992             :     .co_argcount = 1,
   37993             :     .co_posonlyargcount = 0,
   37994             :     .co_kwonlyargcount = 0,
   37995             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   37996             :     .co_stacksize = 3,
   37997             :     .co_firstlineno = 1330,
   37998             :     .co_nlocalsplus = 1,
   37999             :     .co_nlocals = 1,
   38000             :     .co_nplaincellvars = 0,
   38001             :     .co_ncellvars = 0,
   38002             :     .co_nfreevars = 0,
   38003             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   38004             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   38005             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38006             :     .co_name = &_Py_ID(__repr__),
   38007             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname._ascii.ob_base,
   38008             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_11_linetable.ob_base.ob_base,
   38009             :     ._co_code = NULL,
   38010             :     ._co_linearray = NULL,
   38011             :     .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   38012             :     ._co_firsttraceable = 0,
   38013             : };
   38014             : static
   38015             :     struct {
   38016             :         PyASCIIObject _ascii;
   38017             :         uint8_t _data[28];
   38018             :     }
   38019             : importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname = {
   38020             :     ._ascii = {
   38021             :         .ob_base = {
   38022             :             .ob_refcnt = 999999999,
   38023             :             .ob_type = &PyUnicode_Type,
   38024             :         },
   38025             :         .length = 27,
   38026             :         .hash = -1,
   38027             :         .state = {
   38028             :             .kind = 1,
   38029             :             .compact = 1,
   38030             :             .ascii = 1,
   38031             :         },
   38032             :     },
   38033             :     ._data = "_NamespacePath.__contains__",
   38034             : };
   38035             : static
   38036             :     struct {
   38037             :         PyObject_VAR_HEAD
   38038             :         Py_hash_t ob_shash;
   38039             :         char ob_sval[23];
   38040             :     }
   38041             : importlib__bootstrap_external_toplevel_consts_67_consts_12_linetable = {
   38042             :     .ob_base = {
   38043             :         .ob_base = {
   38044             :             .ob_refcnt = 999999999,
   38045             :             .ob_type = &PyBytes_Type,
   38046             :         },
   38047             :         .ob_size = 22,
   38048             :     },
   38049             :     .ob_shash = -1,
   38050             :     .ob_sval = "\x80\x00\xd8\x0f\x13\x90\x74\xd7\x17\x28\xd1\x17\x28\xd4\x17\x2a\xd0\x0f\x2a\xd0\x08\x2a",
   38051             : };
   38052             : static
   38053             :     struct {
   38054             :         PyASCIIObject _ascii;
   38055             :         uint8_t _data[5];
   38056             :     }
   38057             : const_str_item = {
   38058             :     ._ascii = {
   38059             :         .ob_base = {
   38060             :             .ob_refcnt = 999999999,
   38061             :             .ob_type = &PyUnicode_Type,
   38062             :         },
   38063             :         .length = 4,
   38064             :         .hash = -1,
   38065             :         .state = {
   38066             :             .kind = 1,
   38067             :             .compact = 1,
   38068             :             .ascii = 1,
   38069             :         },
   38070             :     },
   38071             :     ._data = "item",
   38072             : };
   38073             : static
   38074             :     struct {
   38075             :         PyGC_Head _gc_head;
   38076             :         struct {
   38077             :             PyObject_VAR_HEAD
   38078             :             PyObject *ob_item[2];
   38079             :         }_object;
   38080             :     }
   38081             : importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames = {
   38082             :     ._object = {
   38083             :         .ob_base = {
   38084             :             .ob_base = {
   38085             :                 .ob_refcnt = 999999999,
   38086             :                 .ob_type = &PyTuple_Type,
   38087             :             },
   38088             :             .ob_size = 2,
   38089             :         },
   38090             :         .ob_item = {
   38091             :             & const_str_self._ascii.ob_base,
   38092             :             & const_str_item._ascii.ob_base,
   38093             :         },
   38094             :     },
   38095             : };
   38096             : static
   38097             :     struct _PyCode_DEF(40)
   38098             : importlib__bootstrap_external_toplevel_consts_67_consts_12 = {
   38099             :     .ob_base = {
   38100             :         .ob_base = {
   38101             :             .ob_refcnt = 999999999,
   38102             :             .ob_type = &PyCode_Type,
   38103             :         },
   38104             :         .ob_size = 20,
   38105             :     },
   38106             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   38107             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_8_names._object.ob_base.ob_base,
   38108             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38109             :     .co_flags = 3,
   38110             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   38111             :     ._co_linearray_entry_size = 0,
   38112             :     .co_argcount = 2,
   38113             :     .co_posonlyargcount = 0,
   38114             :     .co_kwonlyargcount = 0,
   38115             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   38116             :     .co_stacksize = 3,
   38117             :     .co_firstlineno = 1333,
   38118             :     .co_nlocalsplus = 2,
   38119             :     .co_nlocals = 2,
   38120             :     .co_nplaincellvars = 0,
   38121             :     .co_ncellvars = 0,
   38122             :     .co_nfreevars = 0,
   38123             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames._object.ob_base.ob_base,
   38124             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   38125             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38126             :     .co_name = &_Py_ID(__contains__),
   38127             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname._ascii.ob_base,
   38128             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_12_linetable.ob_base.ob_base,
   38129             :     ._co_code = NULL,
   38130             :     ._co_linearray = NULL,
   38131             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
   38132             :     ._co_firsttraceable = 0,
   38133             : };
   38134             : static
   38135             :     struct {
   38136             :         PyGC_Head _gc_head;
   38137             :         struct {
   38138             :             PyObject_VAR_HEAD
   38139             :             PyObject *ob_item[2];
   38140             :         }_object;
   38141             :     }
   38142             : importlib__bootstrap_external_toplevel_consts_67_consts_13_names = {
   38143             :     ._object = {
   38144             :         .ob_base = {
   38145             :             .ob_base = {
   38146             :                 .ob_refcnt = 999999999,
   38147             :                 .ob_type = &PyTuple_Type,
   38148             :             },
   38149             :             .ob_size = 2,
   38150             :         },
   38151             :         .ob_item = {
   38152             :             & const_str__path._ascii.ob_base,
   38153             :             &_Py_ID(append),
   38154             :         },
   38155             :     },
   38156             : };
   38157             : static
   38158             :     struct {
   38159             :         PyASCIIObject _ascii;
   38160             :         uint8_t _data[22];
   38161             :     }
   38162             : importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname = {
   38163             :     ._ascii = {
   38164             :         .ob_base = {
   38165             :             .ob_refcnt = 999999999,
   38166             :             .ob_type = &PyUnicode_Type,
   38167             :         },
   38168             :         .length = 21,
   38169             :         .hash = -1,
   38170             :         .state = {
   38171             :             .kind = 1,
   38172             :             .compact = 1,
   38173             :             .ascii = 1,
   38174             :         },
   38175             :     },
   38176             :     ._data = "_NamespacePath.append",
   38177             : };
   38178             : static
   38179             :     struct {
   38180             :         PyObject_VAR_HEAD
   38181             :         Py_hash_t ob_shash;
   38182             :         char ob_sval[30];
   38183             :     }
   38184             : importlib__bootstrap_external_toplevel_consts_67_consts_13_linetable = {
   38185             :     .ob_base = {
   38186             :         .ob_base = {
   38187             :             .ob_refcnt = 999999999,
   38188             :             .ob_type = &PyBytes_Type,
   38189             :         },
   38190             :         .ob_size = 29,
   38191             :     },
   38192             :     .ob_shash = -1,
   38193             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0a\x89\x0a\xd7\x08\x19\xd1\x08\x19\x98\x24\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f",
   38194             : };
   38195             : static
   38196             :     struct _PyCode_DEF(62)
   38197             : importlib__bootstrap_external_toplevel_consts_67_consts_13 = {
   38198             :     .ob_base = {
   38199             :         .ob_base = {
   38200             :             .ob_refcnt = 999999999,
   38201             :             .ob_type = &PyCode_Type,
   38202             :         },
   38203             :         .ob_size = 31,
   38204             :     },
   38205             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   38206             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_13_names._object.ob_base.ob_base,
   38207             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38208             :     .co_flags = 3,
   38209             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   38210             :     ._co_linearray_entry_size = 0,
   38211             :     .co_argcount = 2,
   38212             :     .co_posonlyargcount = 0,
   38213             :     .co_kwonlyargcount = 0,
   38214             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   38215             :     .co_stacksize = 3,
   38216             :     .co_firstlineno = 1336,
   38217             :     .co_nlocalsplus = 2,
   38218             :     .co_nlocals = 2,
   38219             :     .co_nplaincellvars = 0,
   38220             :     .co_ncellvars = 0,
   38221             :     .co_nfreevars = 0,
   38222             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames._object.ob_base.ob_base,
   38223             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   38224             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38225             :     .co_name = &_Py_ID(append),
   38226             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname._ascii.ob_base,
   38227             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_13_linetable.ob_base.ob_base,
   38228             :     ._co_code = NULL,
   38229             :     ._co_linearray = NULL,
   38230             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   38231             :     ._co_firsttraceable = 0,
   38232             : };
   38233             : static
   38234             :     struct {
   38235             :         PyGC_Head _gc_head;
   38236             :         struct {
   38237             :             PyObject_VAR_HEAD
   38238             :             PyObject *ob_item[15];
   38239             :         }_object;
   38240             :     }
   38241             : importlib__bootstrap_external_toplevel_consts_67_consts = {
   38242             :     ._object = {
   38243             :         .ob_base = {
   38244             :             .ob_base = {
   38245             :                 .ob_refcnt = 999999999,
   38246             :                 .ob_type = &PyTuple_Type,
   38247             :             },
   38248             :             .ob_size = 15,
   38249             :         },
   38250             :         .ob_item = {
   38251             :             & const_str__NamespacePath._ascii.ob_base,
   38252             :             & importlib__bootstrap_external_toplevel_consts_67_consts_1._ascii.ob_base,
   38253             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   38254             :             & importlib__bootstrap_external_toplevel_consts_67_consts_3.ob_base.ob_base,
   38255             :             & importlib__bootstrap_external_toplevel_consts_67_consts_4.ob_base.ob_base,
   38256             :             & importlib__bootstrap_external_toplevel_consts_67_consts_5.ob_base.ob_base,
   38257             :             & importlib__bootstrap_external_toplevel_consts_67_consts_6.ob_base.ob_base,
   38258             :             & importlib__bootstrap_external_toplevel_consts_67_consts_7.ob_base.ob_base,
   38259             :             & importlib__bootstrap_external_toplevel_consts_67_consts_8.ob_base.ob_base,
   38260             :             & importlib__bootstrap_external_toplevel_consts_67_consts_9.ob_base.ob_base,
   38261             :             & importlib__bootstrap_external_toplevel_consts_67_consts_10.ob_base.ob_base,
   38262             :             & importlib__bootstrap_external_toplevel_consts_67_consts_11.ob_base.ob_base,
   38263             :             & importlib__bootstrap_external_toplevel_consts_67_consts_12.ob_base.ob_base,
   38264             :             & importlib__bootstrap_external_toplevel_consts_67_consts_13.ob_base.ob_base,
   38265             :             Py_None,
   38266             :         },
   38267             :     },
   38268             : };
   38269             : static
   38270             :     struct {
   38271             :         PyGC_Head _gc_head;
   38272             :         struct {
   38273             :             PyObject_VAR_HEAD
   38274             :             PyObject *ob_item[16];
   38275             :         }_object;
   38276             :     }
   38277             : importlib__bootstrap_external_toplevel_consts_67_names = {
   38278             :     ._object = {
   38279             :         .ob_base = {
   38280             :             .ob_base = {
   38281             :                 .ob_refcnt = 999999999,
   38282             :                 .ob_type = &PyTuple_Type,
   38283             :             },
   38284             :             .ob_size = 16,
   38285             :         },
   38286             :         .ob_item = {
   38287             :             &_Py_ID(__name__),
   38288             :             &_Py_ID(__module__),
   38289             :             &_Py_ID(__qualname__),
   38290             :             &_Py_ID(__doc__),
   38291             :             & const_str__epoch._ascii.ob_base,
   38292             :             &_Py_ID(__init__),
   38293             :             & const_str__find_parent_path_names._ascii.ob_base,
   38294             :             & const_str__get_parent_path._ascii.ob_base,
   38295             :             & const_str__recalculate._ascii.ob_base,
   38296             :             &_Py_ID(__iter__),
   38297             :             &_Py_ID(__getitem__),
   38298             :             &_Py_ID(__setitem__),
   38299             :             &_Py_ID(__len__),
   38300             :             &_Py_ID(__repr__),
   38301             :             &_Py_ID(__contains__),
   38302             :             &_Py_ID(append),
   38303             :         },
   38304             :     },
   38305             : };
   38306             : static
   38307             :     struct {
   38308             :         PyObject_VAR_HEAD
   38309             :         Py_hash_t ob_shash;
   38310             :         char ob_sval[206];
   38311             :     }
   38312             : importlib__bootstrap_external_toplevel_consts_67_linetable = {
   38313             :     .ob_base = {
   38314             :         .ob_base = {
   38315             :             .ob_refcnt = 999999999,
   38316             :             .ob_type = &PyBytes_Type,
   38317             :         },
   38318             :         .ob_size = 205,
   38319             :     },
   38320             :     .ob_shash = -1,
   38321             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x10\x00\x0e\x0f\x80\x46\xf0\x04\x05\x05\x28\xf0\x00\x05\x05\x28\xf0\x00\x05\x05\x28\xf0\x0e\x08\x05\x22\xf0\x00\x08\x05\x22\xf0\x00\x08\x05\x22\xf0\x14\x02\x05\x48\x01\xf0\x00\x02\x05\x48\x01\xf0\x00\x02\x05\x48\x01\xf0\x08\x0c\x05\x1a\xf0\x00\x0c\x05\x1a\xf0\x00\x0c\x05\x1a\xf0\x1c\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x06\x01\x05\x2a\xf0\x00\x01\x05\x2a\xf0\x00\x01\x05\x2a\xf0\x06\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x06\x01\x05\x28\xf0\x00\x01\x05\x28\xf0\x00\x01\x05\x28\xf0\x06\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x06\x01\x05\x2b\xf0\x00\x01\x05\x2b\xf0\x00\x01\x05\x2b\xf0\x06\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20",
   38322             : };
   38323             : static
   38324             :     struct _PyCode_DEF(88)
   38325             : importlib__bootstrap_external_toplevel_consts_67 = {
   38326             :     .ob_base = {
   38327             :         .ob_base = {
   38328             :             .ob_refcnt = 999999999,
   38329             :             .ob_type = &PyCode_Type,
   38330             :         },
   38331             :         .ob_size = 44,
   38332             :     },
   38333             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts._object.ob_base.ob_base,
   38334             :     .co_names = & importlib__bootstrap_external_toplevel_consts_67_names._object.ob_base.ob_base,
   38335             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38336             :     .co_flags = 0,
   38337             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   38338             :     ._co_linearray_entry_size = 0,
   38339             :     .co_argcount = 0,
   38340             :     .co_posonlyargcount = 0,
   38341             :     .co_kwonlyargcount = 0,
   38342             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   38343             :     .co_stacksize = 1,
   38344             :     .co_firstlineno = 1272,
   38345             :     .co_nlocalsplus = 0,
   38346             :     .co_nlocals = 0,
   38347             :     .co_nplaincellvars = 0,
   38348             :     .co_ncellvars = 0,
   38349             :     .co_nfreevars = 0,
   38350             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   38351             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38352             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38353             :     .co_name = & const_str__NamespacePath._ascii.ob_base,
   38354             :     .co_qualname = & const_str__NamespacePath._ascii.ob_base,
   38355             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_linetable.ob_base.ob_base,
   38356             :     ._co_code = NULL,
   38357             :     ._co_linearray = NULL,
   38358             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x84\x00\x5a\x09\x64\x08\x84\x00\x5a\x0a\x64\x09\x84\x00\x5a\x0b\x64\x0a\x84\x00\x5a\x0c\x64\x0b\x84\x00\x5a\x0d\x64\x0c\x84\x00\x5a\x0e\x64\x0d\x84\x00\x5a\x0f\x64\x0e\x53\x00",
   38359             :     ._co_firsttraceable = 0,
   38360             : };
   38361             : static
   38362             :     struct {
   38363             :         PyGC_Head _gc_head;
   38364             :         struct {
   38365             :             PyObject_VAR_HEAD
   38366             :             PyObject *ob_item[2];
   38367             :         }_object;
   38368             :     }
   38369             : importlib__bootstrap_external_toplevel_consts_69_consts_1_names = {
   38370             :     ._object = {
   38371             :         .ob_base = {
   38372             :             .ob_base = {
   38373             :                 .ob_refcnt = 999999999,
   38374             :                 .ob_type = &PyTuple_Type,
   38375             :             },
   38376             :             .ob_size = 2,
   38377             :         },
   38378             :         .ob_item = {
   38379             :             & const_str__NamespacePath._ascii.ob_base,
   38380             :             & const_str__path._ascii.ob_base,
   38381             :         },
   38382             :     },
   38383             : };
   38384             : static
   38385             :     struct {
   38386             :         PyASCIIObject _ascii;
   38387             :         uint8_t _data[25];
   38388             :     }
   38389             : importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname = {
   38390             :     ._ascii = {
   38391             :         .ob_base = {
   38392             :             .ob_refcnt = 999999999,
   38393             :             .ob_type = &PyUnicode_Type,
   38394             :         },
   38395             :         .length = 24,
   38396             :         .hash = -1,
   38397             :         .state = {
   38398             :             .kind = 1,
   38399             :             .compact = 1,
   38400             :             .ascii = 1,
   38401             :         },
   38402             :     },
   38403             :     ._data = "NamespaceLoader.__init__",
   38404             : };
   38405             : static
   38406             :     struct {
   38407             :         PyObject_VAR_HEAD
   38408             :         Py_hash_t ob_shash;
   38409             :         char ob_sval[23];
   38410             :     }
   38411             : importlib__bootstrap_external_toplevel_consts_69_consts_1_linetable = {
   38412             :     .ob_base = {
   38413             :         .ob_base = {
   38414             :             .ob_refcnt = 999999999,
   38415             :             .ob_type = &PyBytes_Type,
   38416             :         },
   38417             :         .ob_size = 22,
   38418             :     },
   38419             :     .ob_shash = -1,
   38420             :     .ob_sval = "\x80\x00\xdd\x15\x23\xa0\x44\xa8\x24\xb0\x0b\xd4\x15\x3c\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
   38421             : };
   38422             : static
   38423             :     struct _PyCode_DEF(46)
   38424             : importlib__bootstrap_external_toplevel_consts_69_consts_1 = {
   38425             :     .ob_base = {
   38426             :         .ob_base = {
   38427             :             .ob_refcnt = 999999999,
   38428             :             .ob_type = &PyCode_Type,
   38429             :         },
   38430             :         .ob_size = 23,
   38431             :     },
   38432             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   38433             :     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_1_names._object.ob_base.ob_base,
   38434             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38435             :     .co_flags = 3,
   38436             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   38437             :     ._co_linearray_entry_size = 0,
   38438             :     .co_argcount = 4,
   38439             :     .co_posonlyargcount = 0,
   38440             :     .co_kwonlyargcount = 0,
   38441             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   38442             :     .co_stacksize = 5,
   38443             :     .co_firstlineno = 1344,
   38444             :     .co_nlocalsplus = 4,
   38445             :     .co_nlocals = 4,
   38446             :     .co_nplaincellvars = 0,
   38447             :     .co_ncellvars = 0,
   38448             :     .co_nfreevars = 0,
   38449             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames._object.ob_base.ob_base,
   38450             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   38451             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38452             :     .co_name = &_Py_ID(__init__),
   38453             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname._ascii.ob_base,
   38454             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_1_linetable.ob_base.ob_base,
   38455             :     ._co_code = NULL,
   38456             :     ._co_linearray = NULL,
   38457             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   38458             :     ._co_firsttraceable = 0,
   38459             : };
   38460             : static
   38461             :     struct {
   38462             :         PyASCIIObject _ascii;
   38463             :         uint8_t _data[82];
   38464             :     }
   38465             : importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1 = {
   38466             :     ._ascii = {
   38467             :         .ob_base = {
   38468             :             .ob_refcnt = 999999999,
   38469             :             .ob_type = &PyUnicode_Type,
   38470             :         },
   38471             :         .length = 81,
   38472             :         .hash = -1,
   38473             :         .state = {
   38474             :             .kind = 1,
   38475             :             .compact = 1,
   38476             :             .ascii = 1,
   38477             :         },
   38478             :     },
   38479             :     ._data = "NamespaceLoader.module_repr() is deprecated and slated for removal in Python 3.12",
   38480             : };
   38481             : static
   38482             :     struct {
   38483             :         PyASCIIObject _ascii;
   38484             :         uint8_t _data[26];
   38485             :     }
   38486             : importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2 = {
   38487             :     ._ascii = {
   38488             :         .ob_base = {
   38489             :             .ob_refcnt = 999999999,
   38490             :             .ob_type = &PyUnicode_Type,
   38491             :         },
   38492             :         .length = 25,
   38493             :         .hash = -1,
   38494             :         .state = {
   38495             :             .kind = 1,
   38496             :             .compact = 1,
   38497             :             .ascii = 1,
   38498             :         },
   38499             :     },
   38500             :     ._data = "<module {!r} (namespace)>",
   38501             : };
   38502             : static
   38503             :     struct {
   38504             :         PyGC_Head _gc_head;
   38505             :         struct {
   38506             :             PyObject_VAR_HEAD
   38507             :             PyObject *ob_item[3];
   38508             :         }_object;
   38509             :     }
   38510             : importlib__bootstrap_external_toplevel_consts_69_consts_2_consts = {
   38511             :     ._object = {
   38512             :         .ob_base = {
   38513             :             .ob_base = {
   38514             :                 .ob_refcnt = 999999999,
   38515             :                 .ob_type = &PyTuple_Type,
   38516             :             },
   38517             :             .ob_size = 3,
   38518             :         },
   38519             :         .ob_item = {
   38520             :             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
   38521             :             & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1._ascii.ob_base,
   38522             :             & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2._ascii.ob_base,
   38523             :         },
   38524             :     },
   38525             : };
   38526             : static
   38527             :     struct {
   38528             :         PyGC_Head _gc_head;
   38529             :         struct {
   38530             :             PyObject_VAR_HEAD
   38531             :             PyObject *ob_item[5];
   38532             :         }_object;
   38533             :     }
   38534             : importlib__bootstrap_external_toplevel_consts_69_consts_2_names = {
   38535             :     ._object = {
   38536             :         .ob_base = {
   38537             :             .ob_base = {
   38538             :                 .ob_refcnt = 999999999,
   38539             :                 .ob_type = &PyTuple_Type,
   38540             :             },
   38541             :             .ob_size = 5,
   38542             :         },
   38543             :         .ob_item = {
   38544             :             & const_str__warnings._ascii.ob_base,
   38545             :             & const_str_warn._ascii.ob_base,
   38546             :             & const_str_DeprecationWarning._ascii.ob_base,
   38547             :             & const_str_format._ascii.ob_base,
   38548             :             &_Py_ID(__name__),
   38549             :         },
   38550             :     },
   38551             : };
   38552             : static
   38553             :     struct {
   38554             :         PyASCIIObject _ascii;
   38555             :         uint8_t _data[28];
   38556             :     }
   38557             : importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname = {
   38558             :     ._ascii = {
   38559             :         .ob_base = {
   38560             :             .ob_refcnt = 999999999,
   38561             :             .ob_type = &PyUnicode_Type,
   38562             :         },
   38563             :         .length = 27,
   38564             :         .hash = -1,
   38565             :         .state = {
   38566             :             .kind = 1,
   38567             :             .compact = 1,
   38568             :             .ascii = 1,
   38569             :         },
   38570             :     },
   38571             :     ._data = "NamespaceLoader.module_repr",
   38572             : };
   38573             : static
   38574             :     struct {
   38575             :         PyObject_VAR_HEAD
   38576             :         Py_hash_t ob_shash;
   38577             :         char ob_sval[53];
   38578             :     }
   38579             : importlib__bootstrap_external_toplevel_consts_69_consts_2_linetable = {
   38580             :     .ob_base = {
   38581             :         .ob_base = {
   38582             :             .ob_refcnt = 999999999,
   38583             :             .ob_type = &PyBytes_Type,
   38584             :         },
   38585             :         .ob_size = 52,
   38586             :     },
   38587             :     .ob_shash = -1,
   38588             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x17\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf4\x03\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x2a\xd7\x0f\x31\xd1\x0f\x31\xb0\x26\xb7\x2f\xb1\x2f\xd4\x0f\x42\xd0\x08\x42",
   38589             : };
   38590             : static
   38591             :     struct _PyCode_DEF(116)
   38592             : importlib__bootstrap_external_toplevel_consts_69_consts_2 = {
   38593             :     .ob_base = {
   38594             :         .ob_base = {
   38595             :             .ob_refcnt = 999999999,
   38596             :             .ob_type = &PyCode_Type,
   38597             :         },
   38598             :         .ob_size = 58,
   38599             :     },
   38600             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts._object.ob_base.ob_base,
   38601             :     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_2_names._object.ob_base.ob_base,
   38602             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38603             :     .co_flags = 3,
   38604             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   38605             :     ._co_linearray_entry_size = 0,
   38606             :     .co_argcount = 1,
   38607             :     .co_posonlyargcount = 0,
   38608             :     .co_kwonlyargcount = 0,
   38609             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   38610             :     .co_stacksize = 4,
   38611             :     .co_firstlineno = 1347,
   38612             :     .co_nlocalsplus = 1,
   38613             :     .co_nlocals = 1,
   38614             :     .co_nplaincellvars = 0,
   38615             :     .co_ncellvars = 0,
   38616             :     .co_nfreevars = 0,
   38617             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
   38618             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   38619             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38620             :     .co_name = & const_str_module_repr._ascii.ob_base,
   38621             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname._ascii.ob_base,
   38622             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_2_linetable.ob_base.ob_base,
   38623             :     ._co_code = NULL,
   38624             :     ._co_linearray = NULL,
   38625             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   38626             :     ._co_firsttraceable = 0,
   38627             : };
   38628             : static
   38629             :     struct {
   38630             :         PyGC_Head _gc_head;
   38631             :         struct {
   38632             :             PyObject_VAR_HEAD
   38633             :             PyObject *ob_item[2];
   38634             :         }_object;
   38635             :     }
   38636             : importlib__bootstrap_external_toplevel_consts_69_consts_3_consts = {
   38637             :     ._object = {
   38638             :         .ob_base = {
   38639             :             .ob_base = {
   38640             :                 .ob_refcnt = 999999999,
   38641             :                 .ob_type = &PyTuple_Type,
   38642             :             },
   38643             :             .ob_size = 2,
   38644             :         },
   38645             :         .ob_item = {
   38646             :             Py_None,
   38647             :             Py_True,
   38648             :         },
   38649             :     },
   38650             : };
   38651             : static
   38652             :     struct {
   38653             :         PyASCIIObject _ascii;
   38654             :         uint8_t _data[27];
   38655             :     }
   38656             : importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname = {
   38657             :     ._ascii = {
   38658             :         .ob_base = {
   38659             :             .ob_refcnt = 999999999,
   38660             :             .ob_type = &PyUnicode_Type,
   38661             :         },
   38662             :         .length = 26,
   38663             :         .hash = -1,
   38664             :         .state = {
   38665             :             .kind = 1,
   38666             :             .compact = 1,
   38667             :             .ascii = 1,
   38668             :         },
   38669             :     },
   38670             :     ._data = "NamespaceLoader.is_package",
   38671             : };
   38672             : static
   38673             :     struct {
   38674             :         PyObject_VAR_HEAD
   38675             :         Py_hash_t ob_shash;
   38676             :         char ob_sval[8];
   38677             :     }
   38678             : importlib__bootstrap_external_toplevel_consts_69_consts_3_linetable = {
   38679             :     .ob_base = {
   38680             :         .ob_base = {
   38681             :             .ob_refcnt = 999999999,
   38682             :             .ob_type = &PyBytes_Type,
   38683             :         },
   38684             :         .ob_size = 7,
   38685             :     },
   38686             :     .ob_shash = -1,
   38687             :     .ob_sval = "\x80\x00\xd8\x0f\x13\x88\x74",
   38688             : };
   38689             : static
   38690             :     struct _PyCode_DEF(6)
   38691             : importlib__bootstrap_external_toplevel_consts_69_consts_3 = {
   38692             :     .ob_base = {
   38693             :         .ob_base = {
   38694             :             .ob_refcnt = 999999999,
   38695             :             .ob_type = &PyCode_Type,
   38696             :         },
   38697             :         .ob_size = 3,
   38698             :     },
   38699             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
   38700             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   38701             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38702             :     .co_flags = 3,
   38703             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   38704             :     ._co_linearray_entry_size = 0,
   38705             :     .co_argcount = 2,
   38706             :     .co_posonlyargcount = 0,
   38707             :     .co_kwonlyargcount = 0,
   38708             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   38709             :     .co_stacksize = 1,
   38710             :     .co_firstlineno = 1358,
   38711             :     .co_nlocalsplus = 2,
   38712             :     .co_nlocals = 2,
   38713             :     .co_nplaincellvars = 0,
   38714             :     .co_ncellvars = 0,
   38715             :     .co_nfreevars = 0,
   38716             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   38717             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   38718             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38719             :     .co_name = & const_str_is_package._ascii.ob_base,
   38720             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname._ascii.ob_base,
   38721             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_3_linetable.ob_base.ob_base,
   38722             :     ._co_code = NULL,
   38723             :     ._co_linearray = NULL,
   38724             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   38725             :     ._co_firsttraceable = 0,
   38726             : };
   38727             : static
   38728             :     struct {
   38729             :         PyGC_Head _gc_head;
   38730             :         struct {
   38731             :             PyObject_VAR_HEAD
   38732             :             PyObject *ob_item[2];
   38733             :         }_object;
   38734             :     }
   38735             : importlib__bootstrap_external_toplevel_consts_69_consts_4_consts = {
   38736             :     ._object = {
   38737             :         .ob_base = {
   38738             :             .ob_base = {
   38739             :                 .ob_refcnt = 999999999,
   38740             :                 .ob_type = &PyTuple_Type,
   38741             :             },
   38742             :             .ob_size = 2,
   38743             :         },
   38744             :         .ob_item = {
   38745             :             Py_None,
   38746             :             &_Py_STR(empty),
   38747             :         },
   38748             :     },
   38749             : };
   38750             : static
   38751             :     struct {
   38752             :         PyASCIIObject _ascii;
   38753             :         uint8_t _data[27];
   38754             :     }
   38755             : importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname = {
   38756             :     ._ascii = {
   38757             :         .ob_base = {
   38758             :             .ob_refcnt = 999999999,
   38759             :             .ob_type = &PyUnicode_Type,
   38760             :         },
   38761             :         .length = 26,
   38762             :         .hash = -1,
   38763             :         .state = {
   38764             :             .kind = 1,
   38765             :             .compact = 1,
   38766             :             .ascii = 1,
   38767             :         },
   38768             :     },
   38769             :     ._data = "NamespaceLoader.get_source",
   38770             : };
   38771             : static
   38772             :     struct {
   38773             :         PyObject_VAR_HEAD
   38774             :         Py_hash_t ob_shash;
   38775             :         char ob_sval[8];
   38776             :     }
   38777             : importlib__bootstrap_external_toplevel_consts_69_consts_4_linetable = {
   38778             :     .ob_base = {
   38779             :         .ob_base = {
   38780             :             .ob_refcnt = 999999999,
   38781             :             .ob_type = &PyBytes_Type,
   38782             :         },
   38783             :         .ob_size = 7,
   38784             :     },
   38785             :     .ob_shash = -1,
   38786             :     .ob_sval = "\x80\x00\xd8\x0f\x11\x88\x72",
   38787             : };
   38788             : static
   38789             :     struct _PyCode_DEF(6)
   38790             : importlib__bootstrap_external_toplevel_consts_69_consts_4 = {
   38791             :     .ob_base = {
   38792             :         .ob_base = {
   38793             :             .ob_refcnt = 999999999,
   38794             :             .ob_type = &PyCode_Type,
   38795             :         },
   38796             :         .ob_size = 3,
   38797             :     },
   38798             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
   38799             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   38800             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38801             :     .co_flags = 3,
   38802             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   38803             :     ._co_linearray_entry_size = 0,
   38804             :     .co_argcount = 2,
   38805             :     .co_posonlyargcount = 0,
   38806             :     .co_kwonlyargcount = 0,
   38807             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   38808             :     .co_stacksize = 1,
   38809             :     .co_firstlineno = 1361,
   38810             :     .co_nlocalsplus = 2,
   38811             :     .co_nlocals = 2,
   38812             :     .co_nplaincellvars = 0,
   38813             :     .co_ncellvars = 0,
   38814             :     .co_nfreevars = 0,
   38815             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   38816             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   38817             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38818             :     .co_name = &_Py_ID(get_source),
   38819             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname._ascii.ob_base,
   38820             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_4_linetable.ob_base.ob_base,
   38821             :     ._co_code = NULL,
   38822             :     ._co_linearray = NULL,
   38823             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   38824             :     ._co_firsttraceable = 0,
   38825             : };
   38826             : static
   38827             :     struct {
   38828             :         PyGC_Head _gc_head;
   38829             :         struct {
   38830             :             PyObject_VAR_HEAD
   38831             :             PyObject *ob_item[1];
   38832             :         }_object;
   38833             :     }
   38834             : importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5 = {
   38835             :     ._object = {
   38836             :         .ob_base = {
   38837             :             .ob_base = {
   38838             :                 .ob_refcnt = 999999999,
   38839             :                 .ob_type = &PyTuple_Type,
   38840             :             },
   38841             :             .ob_size = 1,
   38842             :         },
   38843             :         .ob_item = {
   38844             :             & const_str_dont_inherit._ascii.ob_base,
   38845             :         },
   38846             :     },
   38847             : };
   38848             : static
   38849             :     struct {
   38850             :         PyGC_Head _gc_head;
   38851             :         struct {
   38852             :             PyObject_VAR_HEAD
   38853             :             PyObject *ob_item[6];
   38854             :         }_object;
   38855             :     }
   38856             : importlib__bootstrap_external_toplevel_consts_69_consts_5_consts = {
   38857             :     ._object = {
   38858             :         .ob_base = {
   38859             :             .ob_base = {
   38860             :                 .ob_refcnt = 999999999,
   38861             :                 .ob_type = &PyTuple_Type,
   38862             :             },
   38863             :             .ob_size = 6,
   38864             :         },
   38865             :         .ob_item = {
   38866             :             Py_None,
   38867             :             &_Py_STR(empty),
   38868             :             &_Py_STR(anon_string),
   38869             :             & const_str_exec._ascii.ob_base,
   38870             :             Py_True,
   38871             :             & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5._object.ob_base.ob_base,
   38872             :         },
   38873             :     },
   38874             : };
   38875             : static
   38876             :     struct {
   38877             :         PyGC_Head _gc_head;
   38878             :         struct {
   38879             :             PyObject_VAR_HEAD
   38880             :             PyObject *ob_item[1];
   38881             :         }_object;
   38882             :     }
   38883             : importlib__bootstrap_external_toplevel_consts_69_consts_5_names = {
   38884             :     ._object = {
   38885             :         .ob_base = {
   38886             :             .ob_base = {
   38887             :                 .ob_refcnt = 999999999,
   38888             :                 .ob_type = &PyTuple_Type,
   38889             :             },
   38890             :             .ob_size = 1,
   38891             :         },
   38892             :         .ob_item = {
   38893             :             & const_str_compile._ascii.ob_base,
   38894             :         },
   38895             :     },
   38896             : };
   38897             : static
   38898             :     struct {
   38899             :         PyASCIIObject _ascii;
   38900             :         uint8_t _data[25];
   38901             :     }
   38902             : importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname = {
   38903             :     ._ascii = {
   38904             :         .ob_base = {
   38905             :             .ob_refcnt = 999999999,
   38906             :             .ob_type = &PyUnicode_Type,
   38907             :         },
   38908             :         .length = 24,
   38909             :         .hash = -1,
   38910             :         .state = {
   38911             :             .kind = 1,
   38912             :             .compact = 1,
   38913             :             .ascii = 1,
   38914             :         },
   38915             :     },
   38916             :     ._data = "NamespaceLoader.get_code",
   38917             : };
   38918             : static
   38919             :     struct {
   38920             :         PyObject_VAR_HEAD
   38921             :         Py_hash_t ob_shash;
   38922             :         char ob_sval[23];
   38923             :     }
   38924             : importlib__bootstrap_external_toplevel_consts_69_consts_5_linetable = {
   38925             :     .ob_base = {
   38926             :         .ob_base = {
   38927             :             .ob_refcnt = 999999999,
   38928             :             .ob_type = &PyBytes_Type,
   38929             :         },
   38930             :         .ob_size = 22,
   38931             :     },
   38932             :     .ob_shash = -1,
   38933             :     .ob_sval = "\x80\x00\xdd\x0f\x16\x90\x72\x98\x3a\xa0\x76\xb8\x44\xd0\x0f\x41\xd4\x0f\x41\xd0\x08\x41",
   38934             : };
   38935             : static
   38936             :     struct _PyCode_DEF(36)
   38937             : importlib__bootstrap_external_toplevel_consts_69_consts_5 = {
   38938             :     .ob_base = {
   38939             :         .ob_base = {
   38940             :             .ob_refcnt = 999999999,
   38941             :             .ob_type = &PyCode_Type,
   38942             :         },
   38943             :         .ob_size = 18,
   38944             :     },
   38945             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts._object.ob_base.ob_base,
   38946             :     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_5_names._object.ob_base.ob_base,
   38947             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   38948             :     .co_flags = 3,
   38949             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   38950             :     ._co_linearray_entry_size = 0,
   38951             :     .co_argcount = 2,
   38952             :     .co_posonlyargcount = 0,
   38953             :     .co_kwonlyargcount = 0,
   38954             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   38955             :     .co_stacksize = 6,
   38956             :     .co_firstlineno = 1364,
   38957             :     .co_nlocalsplus = 2,
   38958             :     .co_nlocals = 2,
   38959             :     .co_nplaincellvars = 0,
   38960             :     .co_ncellvars = 0,
   38961             :     .co_nfreevars = 0,
   38962             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   38963             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   38964             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   38965             :     .co_name = & const_str_get_code._ascii.ob_base,
   38966             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname._ascii.ob_base,
   38967             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_5_linetable.ob_base.ob_base,
   38968             :     ._co_code = NULL,
   38969             :     ._co_linearray = NULL,
   38970             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\x64\x03\x64\x04\xac\x05\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   38971             :     ._co_firsttraceable = 0,
   38972             : };
   38973             : static
   38974             :     struct {
   38975             :         PyASCIIObject _ascii;
   38976             :         uint8_t _data[30];
   38977             :     }
   38978             : importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname = {
   38979             :     ._ascii = {
   38980             :         .ob_base = {
   38981             :             .ob_refcnt = 999999999,
   38982             :             .ob_type = &PyUnicode_Type,
   38983             :         },
   38984             :         .length = 29,
   38985             :         .hash = -1,
   38986             :         .state = {
   38987             :             .kind = 1,
   38988             :             .compact = 1,
   38989             :             .ascii = 1,
   38990             :         },
   38991             :     },
   38992             :     ._data = "NamespaceLoader.create_module",
   38993             : };
   38994             : static
   38995             :     struct _PyCode_DEF(6)
   38996             : importlib__bootstrap_external_toplevel_consts_69_consts_6 = {
   38997             :     .ob_base = {
   38998             :         .ob_base = {
   38999             :             .ob_refcnt = 999999999,
   39000             :             .ob_type = &PyCode_Type,
   39001             :         },
   39002             :         .ob_size = 3,
   39003             :     },
   39004             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts._object.ob_base.ob_base,
   39005             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   39006             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   39007             :     .co_flags = 3,
   39008             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   39009             :     ._co_linearray_entry_size = 0,
   39010             :     .co_argcount = 2,
   39011             :     .co_posonlyargcount = 0,
   39012             :     .co_kwonlyargcount = 0,
   39013             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   39014             :     .co_stacksize = 1,
   39015             :     .co_firstlineno = 1367,
   39016             :     .co_nlocalsplus = 2,
   39017             :     .co_nlocals = 2,
   39018             :     .co_nplaincellvars = 0,
   39019             :     .co_ncellvars = 0,
   39020             :     .co_nfreevars = 0,
   39021             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
   39022             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   39023             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   39024             :     .co_name = & const_str_create_module._ascii.ob_base,
   39025             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname._ascii.ob_base,
   39026             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
   39027             :     ._co_code = NULL,
   39028             :     ._co_linearray = NULL,
   39029             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   39030             :     ._co_firsttraceable = 0,
   39031             : };
   39032             : static
   39033             :     struct {
   39034             :         PyASCIIObject _ascii;
   39035             :         uint8_t _data[28];
   39036             :     }
   39037             : importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname = {
   39038             :     ._ascii = {
   39039             :         .ob_base = {
   39040             :             .ob_refcnt = 999999999,
   39041             :             .ob_type = &PyUnicode_Type,
   39042             :         },
   39043             :         .length = 27,
   39044             :         .hash = -1,
   39045             :         .state = {
   39046             :             .kind = 1,
   39047             :             .compact = 1,
   39048             :             .ascii = 1,
   39049             :         },
   39050             :     },
   39051             :     ._data = "NamespaceLoader.exec_module",
   39052             : };
   39053             : static
   39054             :     struct {
   39055             :         PyObject_VAR_HEAD
   39056             :         Py_hash_t ob_shash;
   39057             :         char ob_sval[8];
   39058             :     }
   39059             : importlib__bootstrap_external_toplevel_consts_69_consts_7_linetable = {
   39060             :     .ob_base = {
   39061             :         .ob_base = {
   39062             :             .ob_refcnt = 999999999,
   39063             :             .ob_type = &PyBytes_Type,
   39064             :         },
   39065             :         .ob_size = 7,
   39066             :     },
   39067             :     .ob_shash = -1,
   39068             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x88\x04",
   39069             : };
   39070             : static
   39071             :     struct _PyCode_DEF(6)
   39072             : importlib__bootstrap_external_toplevel_consts_69_consts_7 = {
   39073             :     .ob_base = {
   39074             :         .ob_base = {
   39075             :             .ob_refcnt = 999999999,
   39076             :             .ob_type = &PyCode_Type,
   39077             :         },
   39078             :         .ob_size = 3,
   39079             :     },
   39080             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   39081             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   39082             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   39083             :     .co_flags = 3,
   39084             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   39085             :     ._co_linearray_entry_size = 0,
   39086             :     .co_argcount = 2,
   39087             :     .co_posonlyargcount = 0,
   39088             :     .co_kwonlyargcount = 0,
   39089             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   39090             :     .co_stacksize = 1,
   39091             :     .co_firstlineno = 1370,
   39092             :     .co_nlocalsplus = 2,
   39093             :     .co_nlocals = 2,
   39094             :     .co_nplaincellvars = 0,
   39095             :     .co_ncellvars = 0,
   39096             :     .co_nfreevars = 0,
   39097             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames._object.ob_base.ob_base,
   39098             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   39099             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   39100             :     .co_name = & const_str_exec_module._ascii.ob_base,
   39101             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname._ascii.ob_base,
   39102             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_7_linetable.ob_base.ob_base,
   39103             :     ._co_code = NULL,
   39104             :     ._co_linearray = NULL,
   39105             :     .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
   39106             :     ._co_firsttraceable = 0,
   39107             : };
   39108             : static
   39109             :     struct {
   39110             :         PyASCIIObject _ascii;
   39111             :         uint8_t _data[99];
   39112             :     }
   39113             : importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0 = {
   39114             :     ._ascii = {
   39115             :         .ob_base = {
   39116             :             .ob_refcnt = 999999999,
   39117             :             .ob_type = &PyUnicode_Type,
   39118             :         },
   39119             :         .length = 98,
   39120             :         .hash = -1,
   39121             :         .state = {
   39122             :             .kind = 1,
   39123             :             .compact = 1,
   39124             :             .ascii = 1,
   39125             :         },
   39126             :     },
   39127             :     ._data = "\x4c\x6f\x61\x64\x20\x61\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   39128             : };
   39129             : static
   39130             :     struct {
   39131             :         PyASCIIObject _ascii;
   39132             :         uint8_t _data[39];
   39133             :     }
   39134             : importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1 = {
   39135             :     ._ascii = {
   39136             :         .ob_base = {
   39137             :             .ob_refcnt = 999999999,
   39138             :             .ob_type = &PyUnicode_Type,
   39139             :         },
   39140             :         .length = 38,
   39141             :         .hash = -1,
   39142             :         .state = {
   39143             :             .kind = 1,
   39144             :             .compact = 1,
   39145             :             .ascii = 1,
   39146             :         },
   39147             :     },
   39148             :     ._data = "namespace module loaded with path {!r}",
   39149             : };
   39150             : static
   39151             :     struct {
   39152             :         PyGC_Head _gc_head;
   39153             :         struct {
   39154             :             PyObject_VAR_HEAD
   39155             :             PyObject *ob_item[2];
   39156             :         }_object;
   39157             :     }
   39158             : importlib__bootstrap_external_toplevel_consts_69_consts_8_consts = {
   39159             :     ._object = {
   39160             :         .ob_base = {
   39161             :             .ob_base = {
   39162             :                 .ob_refcnt = 999999999,
   39163             :                 .ob_type = &PyTuple_Type,
   39164             :             },
   39165             :             .ob_size = 2,
   39166             :         },
   39167             :         .ob_item = {
   39168             :             & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0._ascii.ob_base,
   39169             :             & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1._ascii.ob_base,
   39170             :         },
   39171             :     },
   39172             : };
   39173             : static
   39174             :     struct {
   39175             :         PyGC_Head _gc_head;
   39176             :         struct {
   39177             :             PyObject_VAR_HEAD
   39178             :             PyObject *ob_item[4];
   39179             :         }_object;
   39180             :     }
   39181             : importlib__bootstrap_external_toplevel_consts_69_consts_8_names = {
   39182             :     ._object = {
   39183             :         .ob_base = {
   39184             :             .ob_base = {
   39185             :                 .ob_refcnt = 999999999,
   39186             :                 .ob_type = &PyTuple_Type,
   39187             :             },
   39188             :             .ob_size = 4,
   39189             :         },
   39190             :         .ob_item = {
   39191             :             &_Py_ID(_bootstrap),
   39192             :             & const_str__verbose_message._ascii.ob_base,
   39193             :             & const_str__path._ascii.ob_base,
   39194             :             & const_str__load_module_shim._ascii.ob_base,
   39195             :         },
   39196             :     },
   39197             : };
   39198             : static
   39199             :     struct {
   39200             :         PyASCIIObject _ascii;
   39201             :         uint8_t _data[28];
   39202             :     }
   39203             : importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname = {
   39204             :     ._ascii = {
   39205             :         .ob_base = {
   39206             :             .ob_refcnt = 999999999,
   39207             :             .ob_type = &PyUnicode_Type,
   39208             :         },
   39209             :         .length = 27,
   39210             :         .hash = -1,
   39211             :         .state = {
   39212             :             .kind = 1,
   39213             :             .compact = 1,
   39214             :             .ascii = 1,
   39215             :         },
   39216             :     },
   39217             :     ._data = "NamespaceLoader.load_module",
   39218             : };
   39219             : static
   39220             :     struct {
   39221             :         PyObject_VAR_HEAD
   39222             :         Py_hash_t ob_shash;
   39223             :         char ob_sval[55];
   39224             :     }
   39225             : importlib__bootstrap_external_toplevel_consts_69_consts_8_linetable = {
   39226             :     .ob_base = {
   39227             :         .ob_base = {
   39228             :             .ob_refcnt = 999999999,
   39229             :             .ob_type = &PyBytes_Type,
   39230             :         },
   39231             :         .ob_size = 54,
   39232             :     },
   39233             :     .ob_shash = -1,
   39234             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x13\xd7\x08\x23\xd1\x08\x23\xd0\x24\x4c\xd8\x24\x28\xa7\x4a\xa1\x4a\xf4\x03\x01\x09\x30\xf0\x00\x01\x09\x30\xf5\x06\x00\x10\x1a\xd7\x0f\x2b\xd1\x0f\x2b\xa8\x44\xb0\x28\xd4\x0f\x3b\xd0\x08\x3b",
   39235             : };
   39236             : static
   39237             :     struct _PyCode_DEF(118)
   39238             : importlib__bootstrap_external_toplevel_consts_69_consts_8 = {
   39239             :     .ob_base = {
   39240             :         .ob_base = {
   39241             :             .ob_refcnt = 999999999,
   39242             :             .ob_type = &PyCode_Type,
   39243             :         },
   39244             :         .ob_size = 59,
   39245             :     },
   39246             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts._object.ob_base.ob_base,
   39247             :     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_8_names._object.ob_base.ob_base,
   39248             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   39249             :     .co_flags = 3,
   39250             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   39251             :     ._co_linearray_entry_size = 0,
   39252             :     .co_argcount = 2,
   39253             :     .co_posonlyargcount = 0,
   39254             :     .co_kwonlyargcount = 0,
   39255             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   39256             :     .co_stacksize = 4,
   39257             :     .co_firstlineno = 1373,
   39258             :     .co_nlocalsplus = 2,
   39259             :     .co_nlocals = 2,
   39260             :     .co_nplaincellvars = 0,
   39261             :     .co_ncellvars = 0,
   39262             :     .co_nfreevars = 0,
   39263             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   39264             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   39265             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   39266             :     .co_name = & const_str_load_module._ascii.ob_base,
   39267             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname._ascii.ob_base,
   39268             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_8_linetable.ob_base.ob_base,
   39269             :     ._co_code = NULL,
   39270             :     ._co_linearray = NULL,
   39271             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   39272             :     ._co_firsttraceable = 0,
   39273             : };
   39274             : static
   39275             :     struct {
   39276             :         PyASCIIObject _ascii;
   39277             :         uint8_t _data[16];
   39278             :     }
   39279             : const_str_NamespaceReader = {
   39280             :     ._ascii = {
   39281             :         .ob_base = {
   39282             :             .ob_refcnt = 999999999,
   39283             :             .ob_type = &PyUnicode_Type,
   39284             :         },
   39285             :         .length = 15,
   39286             :         .hash = -1,
   39287             :         .state = {
   39288             :             .kind = 1,
   39289             :             .compact = 1,
   39290             :             .ascii = 1,
   39291             :         },
   39292             :     },
   39293             :     ._data = "NamespaceReader",
   39294             : };
   39295             : static
   39296             :     struct {
   39297             :         PyGC_Head _gc_head;
   39298             :         struct {
   39299             :             PyObject_VAR_HEAD
   39300             :             PyObject *ob_item[1];
   39301             :         }_object;
   39302             :     }
   39303             : importlib__bootstrap_external_toplevel_consts_69_consts_9_consts_2 = {
   39304             :     ._object = {
   39305             :         .ob_base = {
   39306             :             .ob_base = {
   39307             :                 .ob_refcnt = 999999999,
   39308             :                 .ob_type = &PyTuple_Type,
   39309             :             },
   39310             :             .ob_size = 1,
   39311             :         },
   39312             :         .ob_item = {
   39313             :             & const_str_NamespaceReader._ascii.ob_base,
   39314             :         },
   39315             :     },
   39316             : };
   39317             : static
   39318             :     struct {
   39319             :         PyGC_Head _gc_head;
   39320             :         struct {
   39321             :             PyObject_VAR_HEAD
   39322             :             PyObject *ob_item[3];
   39323             :         }_object;
   39324             :     }
   39325             : importlib__bootstrap_external_toplevel_consts_69_consts_9_consts = {
   39326             :     ._object = {
   39327             :         .ob_base = {
   39328             :             .ob_base = {
   39329             :                 .ob_refcnt = 999999999,
   39330             :                 .ob_type = &PyTuple_Type,
   39331             :             },
   39332             :             .ob_size = 3,
   39333             :         },
   39334             :         .ob_item = {
   39335             :             Py_None,
   39336             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   39337             :             & importlib__bootstrap_external_toplevel_consts_69_consts_9_consts_2._object.ob_base.ob_base,
   39338             :         },
   39339             :     },
   39340             : };
   39341             : static
   39342             :     struct {
   39343             :         PyGC_Head _gc_head;
   39344             :         struct {
   39345             :             PyObject_VAR_HEAD
   39346             :             PyObject *ob_item[3];
   39347             :         }_object;
   39348             :     }
   39349             : importlib__bootstrap_external_toplevel_consts_69_consts_9_names = {
   39350             :     ._object = {
   39351             :         .ob_base = {
   39352             :             .ob_base = {
   39353             :                 .ob_refcnt = 999999999,
   39354             :                 .ob_type = &PyTuple_Type,
   39355             :             },
   39356             :             .ob_size = 3,
   39357             :         },
   39358             :         .ob_item = {
   39359             :             & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
   39360             :             & const_str_NamespaceReader._ascii.ob_base,
   39361             :             & const_str__path._ascii.ob_base,
   39362             :         },
   39363             :     },
   39364             : };
   39365             : static
   39366             :     struct {
   39367             :         PyASCIIObject _ascii;
   39368             :         uint8_t _data[36];
   39369             :     }
   39370             : importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname = {
   39371             :     ._ascii = {
   39372             :         .ob_base = {
   39373             :             .ob_refcnt = 999999999,
   39374             :             .ob_type = &PyUnicode_Type,
   39375             :         },
   39376             :         .length = 35,
   39377             :         .hash = -1,
   39378             :         .state = {
   39379             :             .kind = 1,
   39380             :             .compact = 1,
   39381             :             .ascii = 1,
   39382             :         },
   39383             :     },
   39384             :     ._data = "NamespaceLoader.get_resource_reader",
   39385             : };
   39386             : static
   39387             :     struct {
   39388             :         PyObject_VAR_HEAD
   39389             :         Py_hash_t ob_shash;
   39390             :         char ob_sval[38];
   39391             :     }
   39392             : importlib__bootstrap_external_toplevel_consts_69_consts_9_linetable = {
   39393             :     .ob_base = {
   39394             :         .ob_base = {
   39395             :             .ob_refcnt = 999999999,
   39396             :             .ob_type = &PyBytes_Type,
   39397             :         },
   39398             :         .ob_size = 37,
   39399             :     },
   39400             :     .ob_shash = -1,
   39401             :     .ob_sval = "\x80\x00\xd8\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xd8\x0f\x1e\x88\x7f\x98\x74\x9f\x7a\x99\x7a\xd4\x0f\x2a\xd0\x08\x2a",
   39402             : };
   39403             : static
   39404             :     struct {
   39405             :         PyGC_Head _gc_head;
   39406             :         struct {
   39407             :             PyObject_VAR_HEAD
   39408             :             PyObject *ob_item[3];
   39409             :         }_object;
   39410             :     }
   39411             : importlib__bootstrap_external_toplevel_consts_69_consts_9_localsplusnames = {
   39412             :     ._object = {
   39413             :         .ob_base = {
   39414             :             .ob_base = {
   39415             :                 .ob_refcnt = 999999999,
   39416             :                 .ob_type = &PyTuple_Type,
   39417             :             },
   39418             :             .ob_size = 3,
   39419             :         },
   39420             :         .ob_item = {
   39421             :             & const_str_self._ascii.ob_base,
   39422             :             & const_str_module._ascii.ob_base,
   39423             :             & const_str_NamespaceReader._ascii.ob_base,
   39424             :         },
   39425             :     },
   39426             : };
   39427             : static
   39428             :     struct _PyCode_DEF(52)
   39429             : importlib__bootstrap_external_toplevel_consts_69_consts_9 = {
   39430             :     .ob_base = {
   39431             :         .ob_base = {
   39432             :             .ob_refcnt = 999999999,
   39433             :             .ob_type = &PyCode_Type,
   39434             :         },
   39435             :         .ob_size = 26,
   39436             :     },
   39437             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_9_consts._object.ob_base.ob_base,
   39438             :     .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_9_names._object.ob_base.ob_base,
   39439             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   39440             :     .co_flags = 3,
   39441             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   39442             :     ._co_linearray_entry_size = 0,
   39443             :     .co_argcount = 2,
   39444             :     .co_posonlyargcount = 0,
   39445             :     .co_kwonlyargcount = 0,
   39446             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   39447             :     .co_stacksize = 3,
   39448             :     .co_firstlineno = 1385,
   39449             :     .co_nlocalsplus = 3,
   39450             :     .co_nlocals = 3,
   39451             :     .co_nplaincellvars = 0,
   39452             :     .co_ncellvars = 0,
   39453             :     .co_nfreevars = 0,
   39454             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_69_consts_9_localsplusnames._object.ob_base.ob_base,
   39455             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   39456             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   39457             :     .co_name = & const_str_get_resource_reader._ascii.ob_base,
   39458             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname._ascii.ob_base,
   39459             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_9_linetable.ob_base.ob_base,
   39460             :     ._co_code = NULL,
   39461             :     ._co_linearray = NULL,
   39462             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   39463             :     ._co_firsttraceable = 0,
   39464             : };
   39465             : static
   39466             :     struct {
   39467             :         PyGC_Head _gc_head;
   39468             :         struct {
   39469             :             PyObject_VAR_HEAD
   39470             :             PyObject *ob_item[11];
   39471             :         }_object;
   39472             :     }
   39473             : importlib__bootstrap_external_toplevel_consts_69_consts = {
   39474             :     ._object = {
   39475             :         .ob_base = {
   39476             :             .ob_base = {
   39477             :                 .ob_refcnt = 999999999,
   39478             :                 .ob_type = &PyTuple_Type,
   39479             :             },
   39480             :             .ob_size = 11,
   39481             :         },
   39482             :         .ob_item = {
   39483             :             & const_str_NamespaceLoader._ascii.ob_base,
   39484             :             & importlib__bootstrap_external_toplevel_consts_69_consts_1.ob_base.ob_base,
   39485             :             & importlib__bootstrap_external_toplevel_consts_69_consts_2.ob_base.ob_base,
   39486             :             & importlib__bootstrap_external_toplevel_consts_69_consts_3.ob_base.ob_base,
   39487             :             & importlib__bootstrap_external_toplevel_consts_69_consts_4.ob_base.ob_base,
   39488             :             & importlib__bootstrap_external_toplevel_consts_69_consts_5.ob_base.ob_base,
   39489             :             & importlib__bootstrap_external_toplevel_consts_69_consts_6.ob_base.ob_base,
   39490             :             & importlib__bootstrap_external_toplevel_consts_69_consts_7.ob_base.ob_base,
   39491             :             & importlib__bootstrap_external_toplevel_consts_69_consts_8.ob_base.ob_base,
   39492             :             & importlib__bootstrap_external_toplevel_consts_69_consts_9.ob_base.ob_base,
   39493             :             Py_None,
   39494             :         },
   39495             :     },
   39496             : };
   39497             : static
   39498             :     struct {
   39499             :         PyGC_Head _gc_head;
   39500             :         struct {
   39501             :             PyObject_VAR_HEAD
   39502             :             PyObject *ob_item[13];
   39503             :         }_object;
   39504             :     }
   39505             : importlib__bootstrap_external_toplevel_consts_69_names = {
   39506             :     ._object = {
   39507             :         .ob_base = {
   39508             :             .ob_base = {
   39509             :                 .ob_refcnt = 999999999,
   39510             :                 .ob_type = &PyTuple_Type,
   39511             :             },
   39512             :             .ob_size = 13,
   39513             :         },
   39514             :         .ob_item = {
   39515             :             &_Py_ID(__name__),
   39516             :             &_Py_ID(__module__),
   39517             :             &_Py_ID(__qualname__),
   39518             :             &_Py_ID(__init__),
   39519             :             & const_str_staticmethod._ascii.ob_base,
   39520             :             & const_str_module_repr._ascii.ob_base,
   39521             :             & const_str_is_package._ascii.ob_base,
   39522             :             &_Py_ID(get_source),
   39523             :             & const_str_get_code._ascii.ob_base,
   39524             :             & const_str_create_module._ascii.ob_base,
   39525             :             & const_str_exec_module._ascii.ob_base,
   39526             :             & const_str_load_module._ascii.ob_base,
   39527             :             & const_str_get_resource_reader._ascii.ob_base,
   39528             :         },
   39529             :     },
   39530             : };
   39531             : static
   39532             :     struct {
   39533             :         PyObject_VAR_HEAD
   39534             :         Py_hash_t ob_shash;
   39535             :         char ob_sval[172];
   39536             :     }
   39537             : importlib__bootstrap_external_toplevel_consts_69_linetable = {
   39538             :     .ob_base = {
   39539             :         .ob_base = {
   39540             :             .ob_refcnt = 999999999,
   39541             :             .ob_type = &PyBytes_Type,
   39542             :         },
   39543             :         .ob_size = 171,
   39544             :     },
   39545             :     .ob_shash = -1,
   39546             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x01\x05\x3d\xf0\x00\x01\x05\x3d\xf0\x00\x01\x05\x3d\xf0\x06\x00\x06\x12\xf0\x02\x08\x05\x43\x01\xf0\x00\x08\x05\x43\x01\xf4\x03\x00\x06\x12\xf0\x02\x08\x05\x43\x01\xf0\x14\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x12\xf0\x00\x01\x05\x12\xf0\x00\x01\x05\x12\xf0\x06\x01\x05\x42\x01\xf0\x00\x01\x05\x42\x01\xf0\x00\x01\x05\x42\x01\xf0\x06\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x06\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x06\x0a\x05\x3c\xf0\x00\x0a\x05\x3c\xf0\x00\x0a\x05\x3c\xf0\x18\x02\x05\x2b\xf0\x00\x02\x05\x2b\xf0\x00\x02\x05\x2b\xf0\x00\x02\x05\x2b\xf0\x00\x02\x05\x2b",
   39547             : };
   39548             : static
   39549             :     struct _PyCode_DEF(80)
   39550             : importlib__bootstrap_external_toplevel_consts_69 = {
   39551             :     .ob_base = {
   39552             :         .ob_base = {
   39553             :             .ob_refcnt = 999999999,
   39554             :             .ob_type = &PyCode_Type,
   39555             :         },
   39556             :         .ob_size = 40,
   39557             :     },
   39558             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts._object.ob_base.ob_base,
   39559             :     .co_names = & importlib__bootstrap_external_toplevel_consts_69_names._object.ob_base.ob_base,
   39560             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   39561             :     .co_flags = 0,
   39562             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   39563             :     ._co_linearray_entry_size = 0,
   39564             :     .co_argcount = 0,
   39565             :     .co_posonlyargcount = 0,
   39566             :     .co_kwonlyargcount = 0,
   39567             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   39568             :     .co_stacksize = 2,
   39569             :     .co_firstlineno = 1343,
   39570             :     .co_nlocalsplus = 0,
   39571             :     .co_nlocals = 0,
   39572             :     .co_nplaincellvars = 0,
   39573             :     .co_ncellvars = 0,
   39574             :     .co_nfreevars = 0,
   39575             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   39576             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   39577             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   39578             :     .co_name = & const_str_NamespaceLoader._ascii.ob_base,
   39579             :     .co_qualname = & const_str_NamespaceLoader._ascii.ob_base,
   39580             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_linetable.ob_base.ob_base,
   39581             :     ._co_code = NULL,
   39582             :     ._co_linearray = NULL,
   39583             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x64\x04\x84\x00\x5a\x07\x64\x05\x84\x00\x5a\x08\x64\x06\x84\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x64\x08\x84\x00\x5a\x0b\x64\x09\x84\x00\x5a\x0c\x64\x0a\x53\x00",
   39584             :     ._co_firsttraceable = 0,
   39585             : };
   39586             : static
   39587             :     struct {
   39588             :         PyASCIIObject _ascii;
   39589             :         uint8_t _data[11];
   39590             :     }
   39591             : const_str_PathFinder = {
   39592             :     ._ascii = {
   39593             :         .ob_base = {
   39594             :             .ob_refcnt = 999999999,
   39595             :             .ob_type = &PyUnicode_Type,
   39596             :         },
   39597             :         .length = 10,
   39598             :         .hash = -1,
   39599             :         .state = {
   39600             :             .kind = 1,
   39601             :             .compact = 1,
   39602             :             .ascii = 1,
   39603             :         },
   39604             :     },
   39605             :     ._data = "PathFinder",
   39606             : };
   39607             : static
   39608             :     struct {
   39609             :         PyASCIIObject _ascii;
   39610             :         uint8_t _data[63];
   39611             :     }
   39612             : importlib__bootstrap_external_toplevel_consts_71_consts_1 = {
   39613             :     ._ascii = {
   39614             :         .ob_base = {
   39615             :             .ob_refcnt = 999999999,
   39616             :             .ob_type = &PyUnicode_Type,
   39617             :         },
   39618             :         .length = 62,
   39619             :         .hash = -1,
   39620             :         .state = {
   39621             :             .kind = 1,
   39622             :             .compact = 1,
   39623             :             .ascii = 1,
   39624             :         },
   39625             :     },
   39626             :     ._data = "Meta path finder for sys.path and package __path__ attributes.",
   39627             : };
   39628             : static
   39629             :     struct {
   39630             :         PyASCIIObject _ascii;
   39631             :         uint8_t _data[126];
   39632             :     }
   39633             : importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0 = {
   39634             :     ._ascii = {
   39635             :         .ob_base = {
   39636             :             .ob_refcnt = 999999999,
   39637             :             .ob_type = &PyUnicode_Type,
   39638             :         },
   39639             :         .length = 125,
   39640             :         .hash = -1,
   39641             :         .state = {
   39642             :             .kind = 1,
   39643             :             .compact = 1,
   39644             :             .ascii = 1,
   39645             :         },
   39646             :     },
   39647             :     ._data = "\x43\x61\x6c\x6c\x20\x74\x68\x65\x20\x69\x6e\x76\x61\x6c\x69\x64\x61\x74\x65\x5f\x63\x61\x63\x68\x65\x73\x28\x29\x20\x6d\x65\x74\x68\x6f\x64\x20\x6f\x6e\x20\x61\x6c\x6c\x20\x70\x61\x74\x68\x20\x65\x6e\x74\x72\x79\x20\x66\x69\x6e\x64\x65\x72\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x72\x65\x64\x20\x69\x6e\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x69\x6d\x70\x6f\x72\x74\x65\x72\x5f\x63\x61\x63\x68\x65\x73\x20\x28\x77\x68\x65\x72\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x29\x2e",
   39648             : };
   39649             : static
   39650             :     struct {
   39651             :         PyASCIIObject _ascii;
   39652             :         uint8_t _data[18];
   39653             :     }
   39654             : const_str_invalidate_caches = {
   39655             :     ._ascii = {
   39656             :         .ob_base = {
   39657             :             .ob_refcnt = 999999999,
   39658             :             .ob_type = &PyUnicode_Type,
   39659             :         },
   39660             :         .length = 17,
   39661             :         .hash = -1,
   39662             :         .state = {
   39663             :             .kind = 1,
   39664             :             .compact = 1,
   39665             :             .ascii = 1,
   39666             :         },
   39667             :     },
   39668             :     ._data = "invalidate_caches",
   39669             : };
   39670             : static
   39671             :     struct {
   39672             :         PyGC_Head _gc_head;
   39673             :         struct {
   39674             :             PyObject_VAR_HEAD
   39675             :             PyObject *ob_item[4];
   39676             :         }_object;
   39677             :     }
   39678             : importlib__bootstrap_external_toplevel_consts_71_consts_2_consts = {
   39679             :     ._object = {
   39680             :         .ob_base = {
   39681             :             .ob_base = {
   39682             :                 .ob_refcnt = 999999999,
   39683             :                 .ob_type = &PyTuple_Type,
   39684             :             },
   39685             :             .ob_size = 4,
   39686             :         },
   39687             :         .ob_item = {
   39688             :             & importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0._ascii.ob_base,
   39689             :             Py_None,
   39690             :             & const_str_invalidate_caches._ascii.ob_base,
   39691             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   39692             :         },
   39693             :     },
   39694             : };
   39695             : static
   39696             :     struct {
   39697             :         PyASCIIObject _ascii;
   39698             :         uint8_t _data[20];
   39699             :     }
   39700             : const_str_path_importer_cache = {
   39701             :     ._ascii = {
   39702             :         .ob_base = {
   39703             :             .ob_refcnt = 999999999,
   39704             :             .ob_type = &PyUnicode_Type,
   39705             :         },
   39706             :         .length = 19,
   39707             :         .hash = -1,
   39708             :         .state = {
   39709             :             .kind = 1,
   39710             :             .compact = 1,
   39711             :             .ascii = 1,
   39712             :         },
   39713             :     },
   39714             :     ._data = "path_importer_cache",
   39715             : };
   39716             : static
   39717             :     struct {
   39718             :         PyGC_Head _gc_head;
   39719             :         struct {
   39720             :             PyObject_VAR_HEAD
   39721             :             PyObject *ob_item[9];
   39722             :         }_object;
   39723             :     }
   39724             : importlib__bootstrap_external_toplevel_consts_71_consts_2_names = {
   39725             :     ._object = {
   39726             :         .ob_base = {
   39727             :             .ob_base = {
   39728             :                 .ob_refcnt = 999999999,
   39729             :                 .ob_type = &PyTuple_Type,
   39730             :             },
   39731             :             .ob_size = 9,
   39732             :         },
   39733             :         .ob_item = {
   39734             :             & const_str_list._ascii.ob_base,
   39735             :             & const_str_sys._ascii.ob_base,
   39736             :             & const_str_path_importer_cache._ascii.ob_base,
   39737             :             &_Py_ID(items),
   39738             :             & const_str__path_isabs._ascii.ob_base,
   39739             :             & const_str_hasattr._ascii.ob_base,
   39740             :             & const_str_invalidate_caches._ascii.ob_base,
   39741             :             & const_str__NamespacePath._ascii.ob_base,
   39742             :             & const_str__epoch._ascii.ob_base,
   39743             :         },
   39744             :     },
   39745             : };
   39746             : static
   39747             :     struct {
   39748             :         PyASCIIObject _ascii;
   39749             :         uint8_t _data[29];
   39750             :     }
   39751             : importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname = {
   39752             :     ._ascii = {
   39753             :         .ob_base = {
   39754             :             .ob_refcnt = 999999999,
   39755             :             .ob_type = &PyUnicode_Type,
   39756             :         },
   39757             :         .length = 28,
   39758             :         .hash = -1,
   39759             :         .state = {
   39760             :             .kind = 1,
   39761             :             .compact = 1,
   39762             :             .ascii = 1,
   39763             :         },
   39764             :     },
   39765             :     ._data = "PathFinder.invalidate_caches",
   39766             : };
   39767             : static
   39768             :     struct {
   39769             :         PyObject_VAR_HEAD
   39770             :         Py_hash_t ob_shash;
   39771             :         char ob_sval[148];
   39772             :     }
   39773             : importlib__bootstrap_external_toplevel_consts_71_consts_2_linetable = {
   39774             :     .ob_base = {
   39775             :         .ob_base = {
   39776             :             .ob_refcnt = 999999999,
   39777             :             .ob_type = &PyBytes_Type,
   39778             :         },
   39779             :         .ob_size = 147,
   39780             :     },
   39781             :     .ob_shash = -1,
   39782             :     .ob_sval = "\x80\x00\xf5\x08\x00\x1d\x21\xa5\x13\xd7\x21\x38\xd1\x21\x38\xd7\x21\x3e\xd1\x21\x3e\xd4\x21\x40\xd4\x1c\x41\xf0\x00\x06\x09\x2b\xf1\x00\x06\x09\x2b\x89\x4c\x88\x44\x90\x26\xf0\x06\x00\x10\x16\xf0\x00\x03\x0d\x2b\xa5\x5b\xb0\x14\xd4\x25\x36\xf0\x00\x03\x0d\x2b\xdd\x14\x17\xd7\x14\x2b\xd1\x14\x2b\xa8\x44\xd0\x14\x31\xd0\x14\x31\xdd\x11\x18\x98\x16\xd0\x21\x34\xd4\x11\x35\xf0\x00\x01\x0d\x2b\xd8\x10\x16\xd7\x10\x28\xd1\x10\x28\xd4\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xf5\x06\x00\x09\x17\xd0\x08\x1d\xd7\x08\x1d\xd1\x08\x1d\xa0\x11\xd1\x08\x22\xd0\x08\x1d\xd4\x08\x1d\xd0\x08\x1d\xd0\x08\x1d",
   39783             : };
   39784             : static
   39785             :     struct {
   39786             :         PyGC_Head _gc_head;
   39787             :         struct {
   39788             :             PyObject_VAR_HEAD
   39789             :             PyObject *ob_item[2];
   39790             :         }_object;
   39791             :     }
   39792             : importlib__bootstrap_external_toplevel_consts_71_consts_2_localsplusnames = {
   39793             :     ._object = {
   39794             :         .ob_base = {
   39795             :             .ob_base = {
   39796             :                 .ob_refcnt = 999999999,
   39797             :                 .ob_type = &PyTuple_Type,
   39798             :             },
   39799             :             .ob_size = 2,
   39800             :         },
   39801             :         .ob_item = {
   39802             :             &_Py_ID(name),
   39803             :             & const_str_finder._ascii.ob_base,
   39804             :         },
   39805             :     },
   39806             : };
   39807             : static
   39808             :     struct _PyCode_DEF(288)
   39809             : importlib__bootstrap_external_toplevel_consts_71_consts_2 = {
   39810             :     .ob_base = {
   39811             :         .ob_base = {
   39812             :             .ob_refcnt = 999999999,
   39813             :             .ob_type = &PyCode_Type,
   39814             :         },
   39815             :         .ob_size = 144,
   39816             :     },
   39817             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_2_consts._object.ob_base.ob_base,
   39818             :     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_2_names._object.ob_base.ob_base,
   39819             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   39820             :     .co_flags = 3,
   39821             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   39822             :     ._co_linearray_entry_size = 0,
   39823             :     .co_argcount = 0,
   39824             :     .co_posonlyargcount = 0,
   39825             :     .co_kwonlyargcount = 0,
   39826             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   39827             :     .co_stacksize = 5,
   39828             :     .co_firstlineno = 1400,
   39829             :     .co_nlocalsplus = 2,
   39830             :     .co_nlocals = 2,
   39831             :     .co_nplaincellvars = 0,
   39832             :     .co_ncellvars = 0,
   39833             :     .co_nfreevars = 0,
   39834             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_2_localsplusnames._object.ob_base.ob_base,
   39835             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   39836             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   39837             :     .co_name = & const_str_invalidate_caches._ascii.ob_base,
   39838             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname._ascii.ob_base,
   39839             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_2_linetable.ob_base.ob_base,
   39840             :     ._co_code = NULL,
   39841             :     ._co_linearray = NULL,
   39842             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x46\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x01\x7c\x01\x81\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x13\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3d\x00\x8c\x28\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x36\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x48\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x0d\x00\x00\x63\x02\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
   39843             :     ._co_firsttraceable = 0,
   39844             : };
   39845             : static
   39846             :     struct {
   39847             :         PyASCIIObject _ascii;
   39848             :         uint8_t _data[47];
   39849             :     }
   39850             : importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0 = {
   39851             :     ._ascii = {
   39852             :         .ob_base = {
   39853             :             .ob_refcnt = 999999999,
   39854             :             .ob_type = &PyUnicode_Type,
   39855             :         },
   39856             :         .length = 46,
   39857             :         .hash = -1,
   39858             :         .state = {
   39859             :             .kind = 1,
   39860             :             .compact = 1,
   39861             :             .ascii = 1,
   39862             :         },
   39863             :     },
   39864             :     ._data = "Search sys.path_hooks for a finder for 'path'.",
   39865             : };
   39866             : static
   39867             :     struct {
   39868             :         PyASCIIObject _ascii;
   39869             :         uint8_t _data[24];
   39870             :     }
   39871             : importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2 = {
   39872             :     ._ascii = {
   39873             :         .ob_base = {
   39874             :             .ob_refcnt = 999999999,
   39875             :             .ob_type = &PyUnicode_Type,
   39876             :         },
   39877             :         .length = 23,
   39878             :         .hash = -1,
   39879             :         .state = {
   39880             :             .kind = 1,
   39881             :             .compact = 1,
   39882             :             .ascii = 1,
   39883             :         },
   39884             :     },
   39885             :     ._data = "sys.path_hooks is empty",
   39886             : };
   39887             : static
   39888             :     struct {
   39889             :         PyGC_Head _gc_head;
   39890             :         struct {
   39891             :             PyObject_VAR_HEAD
   39892             :             PyObject *ob_item[3];
   39893             :         }_object;
   39894             :     }
   39895             : importlib__bootstrap_external_toplevel_consts_71_consts_3_consts = {
   39896             :     ._object = {
   39897             :         .ob_base = {
   39898             :             .ob_base = {
   39899             :                 .ob_refcnt = 999999999,
   39900             :                 .ob_type = &PyTuple_Type,
   39901             :             },
   39902             :             .ob_size = 3,
   39903             :         },
   39904             :         .ob_item = {
   39905             :             & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0._ascii.ob_base,
   39906             :             Py_None,
   39907             :             & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2._ascii.ob_base,
   39908             :         },
   39909             :     },
   39910             : };
   39911             : static
   39912             :     struct {
   39913             :         PyASCIIObject _ascii;
   39914             :         uint8_t _data[11];
   39915             :     }
   39916             : const_str_path_hooks = {
   39917             :     ._ascii = {
   39918             :         .ob_base = {
   39919             :             .ob_refcnt = 999999999,
   39920             :             .ob_type = &PyUnicode_Type,
   39921             :         },
   39922             :         .length = 10,
   39923             :         .hash = -1,
   39924             :         .state = {
   39925             :             .kind = 1,
   39926             :             .compact = 1,
   39927             :             .ascii = 1,
   39928             :         },
   39929             :     },
   39930             :     ._data = "path_hooks",
   39931             : };
   39932             : static
   39933             :     struct {
   39934             :         PyGC_Head _gc_head;
   39935             :         struct {
   39936             :             PyObject_VAR_HEAD
   39937             :             PyObject *ob_item[6];
   39938             :         }_object;
   39939             :     }
   39940             : importlib__bootstrap_external_toplevel_consts_71_consts_3_names = {
   39941             :     ._object = {
   39942             :         .ob_base = {
   39943             :             .ob_base = {
   39944             :                 .ob_refcnt = 999999999,
   39945             :                 .ob_type = &PyTuple_Type,
   39946             :             },
   39947             :             .ob_size = 6,
   39948             :         },
   39949             :         .ob_item = {
   39950             :             & const_str_sys._ascii.ob_base,
   39951             :             & const_str_path_hooks._ascii.ob_base,
   39952             :             & const_str__warnings._ascii.ob_base,
   39953             :             & const_str_warn._ascii.ob_base,
   39954             :             & const_str_ImportWarning._ascii.ob_base,
   39955             :             & const_str_ImportError._ascii.ob_base,
   39956             :         },
   39957             :     },
   39958             : };
   39959             : static
   39960             :     struct {
   39961             :         PyASCIIObject _ascii;
   39962             :         uint8_t _data[12];
   39963             :     }
   39964             : const_str__path_hooks = {
   39965             :     ._ascii = {
   39966             :         .ob_base = {
   39967             :             .ob_refcnt = 999999999,
   39968             :             .ob_type = &PyUnicode_Type,
   39969             :         },
   39970             :         .length = 11,
   39971             :         .hash = -1,
   39972             :         .state = {
   39973             :             .kind = 1,
   39974             :             .compact = 1,
   39975             :             .ascii = 1,
   39976             :         },
   39977             :     },
   39978             :     ._data = "_path_hooks",
   39979             : };
   39980             : static
   39981             :     struct {
   39982             :         PyASCIIObject _ascii;
   39983             :         uint8_t _data[23];
   39984             :     }
   39985             : importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname = {
   39986             :     ._ascii = {
   39987             :         .ob_base = {
   39988             :             .ob_refcnt = 999999999,
   39989             :             .ob_type = &PyUnicode_Type,
   39990             :         },
   39991             :         .length = 22,
   39992             :         .hash = -1,
   39993             :         .state = {
   39994             :             .kind = 1,
   39995             :             .compact = 1,
   39996             :             .ascii = 1,
   39997             :         },
   39998             :     },
   39999             :     ._data = "PathFinder._path_hooks",
   40000             : };
   40001             : static
   40002             :     struct {
   40003             :         PyObject_VAR_HEAD
   40004             :         Py_hash_t ob_shash;
   40005             :         char ob_sval[131];
   40006             :     }
   40007             : importlib__bootstrap_external_toplevel_consts_71_consts_3_linetable = {
   40008             :     .ob_base = {
   40009             :         .ob_base = {
   40010             :             .ob_refcnt = 999999999,
   40011             :             .ob_type = &PyBytes_Type,
   40012             :         },
   40013             :         .ob_size = 130,
   40014             :     },
   40015             :     .ob_shash = -1,
   40016             :     .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x0f\x8f\x3e\x89\x3e\xf0\x00\x01\x09\x45\x01\xad\x63\xaf\x6e\xa9\x6e\xf0\x00\x01\x09\x45\x01\xdd\x0c\x1a\x8f\x4e\x89\x4e\xd0\x1b\x34\xb5\x6d\xd4\x0c\x44\xd0\x0c\x44\xdd\x14\x17\x97\x4e\x91\x4e\xf0\x00\x06\x09\x18\xf1\x00\x06\x09\x18\x88\x44\xf0\x02\x03\x0d\x19\xd8\x17\x1b\x90\x74\x98\x44\x94\x7a\xd0\x10\x21\xd0\x10\x21\xd0\x10\x21\xf0\x08\x00\x14\x18\x90\x34\xf8\xf5\x07\x00\x14\x1f\xf0\x00\x01\x0d\x19\xf0\x00\x01\x0d\x19\xf0\x00\x01\x0d\x19\xd8\x10\x18\x90\x08\xf0\x03\x01\x0d\x19\xf8\xf8\xf8",
   40017             : };
   40018             : static
   40019             :     struct {
   40020             :         PyObject_VAR_HEAD
   40021             :         Py_hash_t ob_shash;
   40022             :         char ob_sval[19];
   40023             :     }
   40024             : importlib__bootstrap_external_toplevel_consts_71_consts_3_exceptiontable = {
   40025             :     .ob_base = {
   40026             :         .ob_base = {
   40027             :             .ob_refcnt = 999999999,
   40028             :             .ob_type = &PyBytes_Type,
   40029             :         },
   40030             :         .ob_size = 18,
   40031             :     },
   40032             :     .ob_shash = -1,
   40033             :     .ob_sval = "\xc1\x15\x08\x41\x22\x02\xc1\x22\x0a\x41\x2f\x05\xc1\x2e\x01\x41\x2f\x05",
   40034             : };
   40035             : static
   40036             :     struct {
   40037             :         PyASCIIObject _ascii;
   40038             :         uint8_t _data[5];
   40039             :     }
   40040             : const_str_hook = {
   40041             :     ._ascii = {
   40042             :         .ob_base = {
   40043             :             .ob_refcnt = 999999999,
   40044             :             .ob_type = &PyUnicode_Type,
   40045             :         },
   40046             :         .length = 4,
   40047             :         .hash = -1,
   40048             :         .state = {
   40049             :             .kind = 1,
   40050             :             .compact = 1,
   40051             :             .ascii = 1,
   40052             :         },
   40053             :     },
   40054             :     ._data = "hook",
   40055             : };
   40056             : static
   40057             :     struct {
   40058             :         PyGC_Head _gc_head;
   40059             :         struct {
   40060             :             PyObject_VAR_HEAD
   40061             :             PyObject *ob_item[2];
   40062             :         }_object;
   40063             :     }
   40064             : importlib__bootstrap_external_toplevel_consts_71_consts_3_localsplusnames = {
   40065             :     ._object = {
   40066             :         .ob_base = {
   40067             :             .ob_base = {
   40068             :                 .ob_refcnt = 999999999,
   40069             :                 .ob_type = &PyTuple_Type,
   40070             :             },
   40071             :             .ob_size = 2,
   40072             :         },
   40073             :         .ob_item = {
   40074             :             &_Py_ID(path),
   40075             :             & const_str_hook._ascii.ob_base,
   40076             :         },
   40077             :     },
   40078             : };
   40079             : static
   40080             :     struct _PyCode_DEF(228)
   40081             : importlib__bootstrap_external_toplevel_consts_71_consts_3 = {
   40082             :     .ob_base = {
   40083             :         .ob_base = {
   40084             :             .ob_refcnt = 999999999,
   40085             :             .ob_type = &PyCode_Type,
   40086             :         },
   40087             :         .ob_size = 114,
   40088             :     },
   40089             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts._object.ob_base.ob_base,
   40090             :     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_3_names._object.ob_base.ob_base,
   40091             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_71_consts_3_exceptiontable.ob_base.ob_base,
   40092             :     .co_flags = 3,
   40093             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   40094             :     ._co_linearray_entry_size = 0,
   40095             :     .co_argcount = 1,
   40096             :     .co_posonlyargcount = 0,
   40097             :     .co_kwonlyargcount = 0,
   40098             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   40099             :     .co_stacksize = 5,
   40100             :     .co_firstlineno = 1415,
   40101             :     .co_nlocalsplus = 2,
   40102             :     .co_nlocals = 2,
   40103             :     .co_nplaincellvars = 0,
   40104             :     .co_ncellvars = 0,
   40105             :     .co_nfreevars = 0,
   40106             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_3_localsplusnames._object.ob_base.ob_base,
   40107             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   40108             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   40109             :     .co_name = & const_str__path_hooks._ascii.ob_base,
   40110             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname._ascii.ob_base,
   40111             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_3_linetable.ob_base.ob_base,
   40112             :     ._co_code = NULL,
   40113             :     ._co_linearray = NULL,
   40114             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2e\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0d\x00\x00\x7d\x01\x09\x00\x02\x00\x7c\x01\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x64\x01\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x1d\x77\x00\x78\x03\x59\x00\x77\x01",
   40115             :     ._co_firsttraceable = 0,
   40116             : };
   40117             : static
   40118             :     struct {
   40119             :         PyASCIIObject _ascii;
   40120             :         uint8_t _data[211];
   40121             :     }
   40122             : importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0 = {
   40123             :     ._ascii = {
   40124             :         .ob_base = {
   40125             :             .ob_refcnt = 999999999,
   40126             :             .ob_type = &PyUnicode_Type,
   40127             :         },
   40128             :         .length = 210,
   40129             :         .hash = -1,
   40130             :         .state = {
   40131             :             .kind = 1,
   40132             :             .compact = 1,
   40133             :             .ascii = 1,
   40134             :         },
   40135             :     },
   40136             :     ._data = "\x47\x65\x74\x20\x74\x68\x65\x20\x66\x69\x6e\x64\x65\x72\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x65\x6e\x74\x72\x79\x20\x66\x72\x6f\x6d\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x69\x6d\x70\x6f\x72\x74\x65\x72\x5f\x63\x61\x63\x68\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x65\x6e\x74\x72\x79\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x20\x74\x68\x65\x20\x63\x61\x63\x68\x65\x2c\x20\x66\x69\x6e\x64\x20\x74\x68\x65\x20\x61\x70\x70\x72\x6f\x70\x72\x69\x61\x74\x65\x20\x66\x69\x6e\x64\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x6e\x64\x20\x63\x61\x63\x68\x65\x20\x69\x74\x2e\x20\x49\x66\x20\x6e\x6f\x20\x66\x69\x6e\x64\x65\x72\x20\x69\x73\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x2c\x20\x73\x74\x6f\x72\x65\x20\x4e\x6f\x6e\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   40137             : };
   40138             : static
   40139             :     struct {
   40140             :         PyGC_Head _gc_head;
   40141             :         struct {
   40142             :             PyObject_VAR_HEAD
   40143             :             PyObject *ob_item[3];
   40144             :         }_object;
   40145             :     }
   40146             : importlib__bootstrap_external_toplevel_consts_71_consts_4_consts = {
   40147             :     ._object = {
   40148             :         .ob_base = {
   40149             :             .ob_base = {
   40150             :                 .ob_refcnt = 999999999,
   40151             :                 .ob_type = &PyTuple_Type,
   40152             :             },
   40153             :             .ob_size = 3,
   40154             :         },
   40155             :         .ob_item = {
   40156             :             & importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0._ascii.ob_base,
   40157             :             &_Py_STR(empty),
   40158             :             Py_None,
   40159             :         },
   40160             :     },
   40161             : };
   40162             : static
   40163             :     struct {
   40164             :         PyASCIIObject _ascii;
   40165             :         uint8_t _data[18];
   40166             :     }
   40167             : const_str_FileNotFoundError = {
   40168             :     ._ascii = {
   40169             :         .ob_base = {
   40170             :             .ob_refcnt = 999999999,
   40171             :             .ob_type = &PyUnicode_Type,
   40172             :         },
   40173             :         .length = 17,
   40174             :         .hash = -1,
   40175             :         .state = {
   40176             :             .kind = 1,
   40177             :             .compact = 1,
   40178             :             .ascii = 1,
   40179             :         },
   40180             :     },
   40181             :     ._data = "FileNotFoundError",
   40182             : };
   40183             : static
   40184             :     struct {
   40185             :         PyGC_Head _gc_head;
   40186             :         struct {
   40187             :             PyObject_VAR_HEAD
   40188             :             PyObject *ob_item[7];
   40189             :         }_object;
   40190             :     }
   40191             : importlib__bootstrap_external_toplevel_consts_71_consts_4_names = {
   40192             :     ._object = {
   40193             :         .ob_base = {
   40194             :             .ob_base = {
   40195             :                 .ob_refcnt = 999999999,
   40196             :                 .ob_type = &PyTuple_Type,
   40197             :             },
   40198             :             .ob_size = 7,
   40199             :         },
   40200             :         .ob_item = {
   40201             :             & const_str__os._ascii.ob_base,
   40202             :             & const_str_getcwd._ascii.ob_base,
   40203             :             & const_str_FileNotFoundError._ascii.ob_base,
   40204             :             & const_str_sys._ascii.ob_base,
   40205             :             & const_str_path_importer_cache._ascii.ob_base,
   40206             :             & const_str_KeyError._ascii.ob_base,
   40207             :             & const_str__path_hooks._ascii.ob_base,
   40208             :         },
   40209             :     },
   40210             : };
   40211             : static
   40212             :     struct {
   40213             :         PyASCIIObject _ascii;
   40214             :         uint8_t _data[21];
   40215             :     }
   40216             : const_str__path_importer_cache = {
   40217             :     ._ascii = {
   40218             :         .ob_base = {
   40219             :             .ob_refcnt = 999999999,
   40220             :             .ob_type = &PyUnicode_Type,
   40221             :         },
   40222             :         .length = 20,
   40223             :         .hash = -1,
   40224             :         .state = {
   40225             :             .kind = 1,
   40226             :             .compact = 1,
   40227             :             .ascii = 1,
   40228             :         },
   40229             :     },
   40230             :     ._data = "_path_importer_cache",
   40231             : };
   40232             : static
   40233             :     struct {
   40234             :         PyASCIIObject _ascii;
   40235             :         uint8_t _data[32];
   40236             :     }
   40237             : importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname = {
   40238             :     ._ascii = {
   40239             :         .ob_base = {
   40240             :             .ob_refcnt = 999999999,
   40241             :             .ob_type = &PyUnicode_Type,
   40242             :         },
   40243             :         .length = 31,
   40244             :         .hash = -1,
   40245             :         .state = {
   40246             :             .kind = 1,
   40247             :             .compact = 1,
   40248             :             .ascii = 1,
   40249             :         },
   40250             :     },
   40251             :     ._data = "PathFinder._path_importer_cache",
   40252             : };
   40253             : static
   40254             :     struct {
   40255             :         PyObject_VAR_HEAD
   40256             :         Py_hash_t ob_shash;
   40257             :         char ob_sval[164];
   40258             :     }
   40259             : importlib__bootstrap_external_toplevel_consts_71_consts_4_linetable = {
   40260             :     .ob_base = {
   40261             :         .ob_base = {
   40262             :             .ob_refcnt = 999999999,
   40263             :             .ob_type = &PyBytes_Type,
   40264             :         },
   40265             :         .ob_size = 163,
   40266             :     },
   40267             :     .ob_shash = -1,
   40268             :     .ob_sval = "\x80\x00\xf0\x10\x00\x0c\x10\x90\x32\x8a\x3a\xf0\x00\x06\x09\x1c\xf0\x02\x05\x0d\x1c\xdd\x17\x21\x97\x7a\x91\x7a\x94\x7c\x90\x04\xf0\x0a\x04\x09\x33\xdd\x15\x18\xd7\x15\x2c\xd1\x15\x2c\xa8\x54\xd4\x15\x32\x88\x46\xf0\x08\x00\x10\x16\x88\x0d\xf8\xf5\x13\x00\x14\x25\xf0\x00\x03\x0d\x1c\xf0\x00\x03\x0d\x1c\xf0\x00\x03\x0d\x1c\xf0\x06\x00\x18\x1c\x90\x74\x90\x74\xf0\x07\x03\x0d\x1c\xf8\xf8\xf8\xf8\xf5\x0c\x00\x10\x18\xf0\x00\x02\x09\x33\xf0\x00\x02\x09\x33\xf0\x00\x02\x09\x33\xd8\x15\x18\x97\x5f\x91\x5f\xa0\x54\xd4\x15\x2a\x88\x46\xd8\x2c\x32\x8d\x43\xd7\x0c\x23\xd1\x0c\x23\xa0\x44\xd1\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xf0\x05\x02\x09\x33\xf8\xf8\xf8",
   40269             : };
   40270             : static
   40271             :     struct {
   40272             :         PyObject_VAR_HEAD
   40273             :         Py_hash_t ob_shash;
   40274             :         char ob_sval[33];
   40275             :     }
   40276             : importlib__bootstrap_external_toplevel_consts_71_consts_4_exceptiontable = {
   40277             :     .ob_base = {
   40278             :         .ob_base = {
   40279             :             .ob_refcnt = 999999999,
   40280             :             .ob_type = &PyBytes_Type,
   40281             :         },
   40282             :         .ob_size = 32,
   40283             :     },
   40284             :     .ob_shash = -1,
   40285             :     .ob_sval = "\x88\x16\x38\x00\x9f\x17\x41\x09\x00\xb8\x0a\x41\x06\x03\xc1\x05\x01\x41\x06\x03\xc1\x09\x30\x41\x3c\x03\xc1\x3b\x01\x41\x3c\x03",
   40286             : };
   40287             : static
   40288             :     struct {
   40289             :         PyGC_Head _gc_head;
   40290             :         struct {
   40291             :             PyObject_VAR_HEAD
   40292             :             PyObject *ob_item[3];
   40293             :         }_object;
   40294             :     }
   40295             : importlib__bootstrap_external_toplevel_consts_71_consts_4_localsplusnames = {
   40296             :     ._object = {
   40297             :         .ob_base = {
   40298             :             .ob_base = {
   40299             :                 .ob_refcnt = 999999999,
   40300             :                 .ob_type = &PyTuple_Type,
   40301             :             },
   40302             :             .ob_size = 3,
   40303             :         },
   40304             :         .ob_item = {
   40305             :             & const_str_cls._ascii.ob_base,
   40306             :             &_Py_ID(path),
   40307             :             & const_str_finder._ascii.ob_base,
   40308             :         },
   40309             :     },
   40310             : };
   40311             : static
   40312             :     struct _PyCode_DEF(254)
   40313             : importlib__bootstrap_external_toplevel_consts_71_consts_4 = {
   40314             :     .ob_base = {
   40315             :         .ob_base = {
   40316             :             .ob_refcnt = 999999999,
   40317             :             .ob_type = &PyCode_Type,
   40318             :         },
   40319             :         .ob_size = 127,
   40320             :     },
   40321             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_4_consts._object.ob_base.ob_base,
   40322             :     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_4_names._object.ob_base.ob_base,
   40323             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_71_consts_4_exceptiontable.ob_base.ob_base,
   40324             :     .co_flags = 3,
   40325             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   40326             :     ._co_linearray_entry_size = 0,
   40327             :     .co_argcount = 2,
   40328             :     .co_posonlyargcount = 0,
   40329             :     .co_kwonlyargcount = 0,
   40330             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   40331             :     .co_stacksize = 4,
   40332             :     .co_firstlineno = 1428,
   40333             :     .co_nlocalsplus = 3,
   40334             :     .co_nlocals = 3,
   40335             :     .co_nplaincellvars = 0,
   40336             :     .co_ncellvars = 0,
   40337             :     .co_nfreevars = 0,
   40338             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_4_localsplusnames._object.ob_base.ob_base,
   40339             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   40340             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   40341             :     .co_name = & const_str__path_importer_cache._ascii.ob_base,
   40342             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname._ascii.ob_base,
   40343             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_4_linetable.ob_base.ob_base,
   40344             :     ._co_code = NULL,
   40345             :     ._co_linearray = NULL,
   40346             :     .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x17\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x29\x01\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x59\x00\x8c\x45\x77\x00\x78\x03\x59\x00\x77\x01",
   40347             :     ._co_firsttraceable = 0,
   40348             : };
   40349             : static
   40350             :     struct {
   40351             :         PyASCIIObject _ascii;
   40352             :         uint8_t _data[54];
   40353             :     }
   40354             : importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2 = {
   40355             :     ._ascii = {
   40356             :         .ob_base = {
   40357             :             .ob_refcnt = 999999999,
   40358             :             .ob_type = &PyUnicode_Type,
   40359             :         },
   40360             :         .length = 53,
   40361             :         .hash = -1,
   40362             :         .state = {
   40363             :             .kind = 1,
   40364             :             .compact = 1,
   40365             :             .ascii = 1,
   40366             :         },
   40367             :     },
   40368             :     ._data = ".find_spec() not found; falling back to find_loader()",
   40369             : };
   40370             : static
   40371             :     struct {
   40372             :         PyGC_Head _gc_head;
   40373             :         struct {
   40374             :             PyObject_VAR_HEAD
   40375             :             PyObject *ob_item[4];
   40376             :         }_object;
   40377             :     }
   40378             : importlib__bootstrap_external_toplevel_consts_71_consts_5_consts = {
   40379             :     ._object = {
   40380             :         .ob_base = {
   40381             :             .ob_base = {
   40382             :                 .ob_refcnt = 999999999,
   40383             :                 .ob_type = &PyTuple_Type,
   40384             :             },
   40385             :             .ob_size = 4,
   40386             :         },
   40387             :         .ob_item = {
   40388             :             Py_None,
   40389             :             & const_str_find_loader._ascii.ob_base,
   40390             :             & importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2._ascii.ob_base,
   40391             :             & importlib__bootstrap_toplevel_consts_44_consts_1._ascii.ob_base,
   40392             :         },
   40393             :     },
   40394             : };
   40395             : static
   40396             :     struct {
   40397             :         PyGC_Head _gc_head;
   40398             :         struct {
   40399             :             PyObject_VAR_HEAD
   40400             :             PyObject *ob_item[11];
   40401             :         }_object;
   40402             :     }
   40403             : importlib__bootstrap_external_toplevel_consts_71_consts_5_names = {
   40404             :     ._object = {
   40405             :         .ob_base = {
   40406             :             .ob_base = {
   40407             :                 .ob_refcnt = 999999999,
   40408             :                 .ob_type = &PyTuple_Type,
   40409             :             },
   40410             :             .ob_size = 11,
   40411             :         },
   40412             :         .ob_item = {
   40413             :             & const_str_hasattr._ascii.ob_base,
   40414             :             &_Py_ID(_bootstrap),
   40415             :             & const_str__object_name._ascii.ob_base,
   40416             :             & const_str__warnings._ascii.ob_base,
   40417             :             & const_str_warn._ascii.ob_base,
   40418             :             & const_str_ImportWarning._ascii.ob_base,
   40419             :             & const_str_find_loader._ascii.ob_base,
   40420             :             & const_str_find_module._ascii.ob_base,
   40421             :             & const_str_spec_from_loader._ascii.ob_base,
   40422             :             & const_str_ModuleSpec._ascii.ob_base,
   40423             :             & const_str_submodule_search_locations._ascii.ob_base,
   40424             :         },
   40425             :     },
   40426             : };
   40427             : static
   40428             :     struct {
   40429             :         PyASCIIObject _ascii;
   40430             :         uint8_t _data[17];
   40431             :     }
   40432             : const_str__legacy_get_spec = {
   40433             :     ._ascii = {
   40434             :         .ob_base = {
   40435             :             .ob_refcnt = 999999999,
   40436             :             .ob_type = &PyUnicode_Type,
   40437             :         },
   40438             :         .length = 16,
   40439             :         .hash = -1,
   40440             :         .state = {
   40441             :             .kind = 1,
   40442             :             .compact = 1,
   40443             :             .ascii = 1,
   40444             :         },
   40445             :     },
   40446             :     ._data = "_legacy_get_spec",
   40447             : };
   40448             : static
   40449             :     struct {
   40450             :         PyASCIIObject _ascii;
   40451             :         uint8_t _data[28];
   40452             :     }
   40453             : importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname = {
   40454             :     ._ascii = {
   40455             :         .ob_base = {
   40456             :             .ob_refcnt = 999999999,
   40457             :             .ob_type = &PyUnicode_Type,
   40458             :         },
   40459             :         .length = 27,
   40460             :         .hash = -1,
   40461             :         .state = {
   40462             :             .kind = 1,
   40463             :             .compact = 1,
   40464             :             .ascii = 1,
   40465             :         },
   40466             :     },
   40467             :     ._data = "PathFinder._legacy_get_spec",
   40468             : };
   40469             : static
   40470             :     struct {
   40471             :         PyObject_VAR_HEAD
   40472             :         Py_hash_t ob_shash;
   40473             :         char ob_sval[219];
   40474             :     }
   40475             : importlib__bootstrap_external_toplevel_consts_71_consts_5_linetable = {
   40476             :     .ob_base = {
   40477             :         .ob_base = {
   40478             :             .ob_refcnt = 999999999,
   40479             :             .ob_type = &PyBytes_Type,
   40480             :         },
   40481             :         .ob_size = 218,
   40482             :     },
   40483             :     .ob_shash = -1,
   40484             :     .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x13\x90\x36\x98\x3d\xd4\x0b\x29\xf0\x00\x0a\x09\x1a\xdd\x16\x20\xd7\x16\x2d\xd1\x16\x2d\xa8\x66\xd4\x16\x35\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\x88\x43\xe5\x0c\x1a\x8f\x4e\x89\x4e\x98\x33\xa5\x0d\xd4\x0c\x2e\xd0\x0c\x2e\xd8\x1f\x25\xd7\x1f\x31\xd1\x1f\x31\xb0\x28\xd4\x1f\x3b\xd1\x0c\x1c\x88\x46\x90\x48\x90\x48\xe5\x16\x20\xd7\x16\x2d\xd1\x16\x2d\xa8\x66\xd4\x16\x35\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\x88\x43\xe5\x0c\x1a\x8f\x4e\x89\x4e\x98\x33\xa5\x0d\xd4\x0c\x2e\xd0\x0c\x2e\xd8\x15\x1b\xd7\x15\x27\xd1\x15\x27\xa8\x08\xd4\x15\x31\x88\x46\xd8\x17\x19\x88\x48\xd8\x0b\x11\xf0\x00\x01\x09\x41\x01\xdd\x13\x1d\xd7\x13\x2e\xd1\x13\x2e\xa8\x78\xb8\x16\xd4\x13\x40\xd0\x0c\x40\xdd\x0f\x19\xd7\x0f\x24\xd1\x0f\x24\xa0\x58\xa8\x74\xd4\x0f\x34\x88\x04\xd8\x2a\x32\x88\x04\xd4\x08\x27\xd8\x0f\x13\x88\x0b",
   40485             : };
   40486             : static
   40487             :     struct {
   40488             :         PyGC_Head _gc_head;
   40489             :         struct {
   40490             :             PyObject_VAR_HEAD
   40491             :             PyObject *ob_item[7];
   40492             :         }_object;
   40493             :     }
   40494             : importlib__bootstrap_external_toplevel_consts_71_consts_5_localsplusnames = {
   40495             :     ._object = {
   40496             :         .ob_base = {
   40497             :             .ob_base = {
   40498             :                 .ob_refcnt = 999999999,
   40499             :                 .ob_type = &PyTuple_Type,
   40500             :             },
   40501             :             .ob_size = 7,
   40502             :         },
   40503             :         .ob_item = {
   40504             :             & const_str_cls._ascii.ob_base,
   40505             :             & const_str_fullname._ascii.ob_base,
   40506             :             & const_str_finder._ascii.ob_base,
   40507             :             &_Py_ID(msg),
   40508             :             & const_str_loader._ascii.ob_base,
   40509             :             & const_str_portions._ascii.ob_base,
   40510             :             & const_str_spec._ascii.ob_base,
   40511             :         },
   40512             :     },
   40513             : };
   40514             : static
   40515             :     struct _PyCode_DEF(452)
   40516             : importlib__bootstrap_external_toplevel_consts_71_consts_5 = {
   40517             :     .ob_base = {
   40518             :         .ob_base = {
   40519             :             .ob_refcnt = 999999999,
   40520             :             .ob_type = &PyCode_Type,
   40521             :         },
   40522             :         .ob_size = 226,
   40523             :     },
   40524             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_5_consts._object.ob_base.ob_base,
   40525             :     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_5_names._object.ob_base.ob_base,
   40526             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   40527             :     .co_flags = 3,
   40528             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   40529             :     ._co_linearray_entry_size = 0,
   40530             :     .co_argcount = 3,
   40531             :     .co_posonlyargcount = 0,
   40532             :     .co_kwonlyargcount = 0,
   40533             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   40534             :     .co_stacksize = 4,
   40535             :     .co_firstlineno = 1450,
   40536             :     .co_nlocalsplus = 7,
   40537             :     .co_nlocals = 7,
   40538             :     .co_nplaincellvars = 0,
   40539             :     .co_ncellvars = 0,
   40540             :     .co_nfreevars = 0,
   40541             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_5_localsplusnames._object.ob_base.ob_base,
   40542             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   40543             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   40544             :     .co_name = & const_str__legacy_get_spec._ascii.ob_base,
   40545             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname._ascii.ob_base,
   40546             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_5_linetable.ob_base.ob_base,
   40547             :     ._co_code = NULL,
   40548             :     ._co_linearray = NULL,
   40549             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4d\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x9d\x02\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x6e\x4b\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x03\x9d\x02\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x67\x00\x7d\x05\x7c\x04\x81\x18\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x05\x7c\x06\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x53\x00",
   40550             :     ._co_firsttraceable = 0,
   40551             : };
   40552             : static
   40553             :     struct {
   40554             :         PyASCIIObject _ascii;
   40555             :         uint8_t _data[64];
   40556             :     }
   40557             : importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0 = {
   40558             :     ._ascii = {
   40559             :         .ob_base = {
   40560             :             .ob_refcnt = 999999999,
   40561             :             .ob_type = &PyUnicode_Type,
   40562             :         },
   40563             :         .length = 63,
   40564             :         .hash = -1,
   40565             :         .state = {
   40566             :             .kind = 1,
   40567             :             .compact = 1,
   40568             :             .ascii = 1,
   40569             :         },
   40570             :     },
   40571             :     ._data = "Find the loader or namespace_path for this module/package name.",
   40572             : };
   40573             : static
   40574             :     struct {
   40575             :         PyASCIIObject _ascii;
   40576             :         uint8_t _data[20];
   40577             :     }
   40578             : importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3 = {
   40579             :     ._ascii = {
   40580             :         .ob_base = {
   40581             :             .ob_refcnt = 999999999,
   40582             :             .ob_type = &PyUnicode_Type,
   40583             :         },
   40584             :         .length = 19,
   40585             :         .hash = -1,
   40586             :         .state = {
   40587             :             .kind = 1,
   40588             :             .compact = 1,
   40589             :             .ascii = 1,
   40590             :         },
   40591             :     },
   40592             :     ._data = "spec missing loader",
   40593             : };
   40594             : static
   40595             :     struct {
   40596             :         PyGC_Head _gc_head;
   40597             :         struct {
   40598             :             PyObject_VAR_HEAD
   40599             :             PyObject *ob_item[4];
   40600             :         }_object;
   40601             :     }
   40602             : importlib__bootstrap_external_toplevel_consts_71_consts_7_consts = {
   40603             :     ._object = {
   40604             :         .ob_base = {
   40605             :             .ob_base = {
   40606             :                 .ob_refcnt = 999999999,
   40607             :                 .ob_type = &PyTuple_Type,
   40608             :             },
   40609             :             .ob_size = 4,
   40610             :         },
   40611             :         .ob_item = {
   40612             :             & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0._ascii.ob_base,
   40613             :             Py_None,
   40614             :             & const_str_find_spec._ascii.ob_base,
   40615             :             & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3._ascii.ob_base,
   40616             :         },
   40617             :     },
   40618             : };
   40619             : static
   40620             :     struct {
   40621             :         PyASCIIObject _ascii;
   40622             :         uint8_t _data[6];
   40623             :     }
   40624             : const_str_bytes = {
   40625             :     ._ascii = {
   40626             :         .ob_base = {
   40627             :             .ob_refcnt = 999999999,
   40628             :             .ob_type = &PyUnicode_Type,
   40629             :         },
   40630             :         .length = 5,
   40631             :         .hash = -1,
   40632             :         .state = {
   40633             :             .kind = 1,
   40634             :             .compact = 1,
   40635             :             .ascii = 1,
   40636             :         },
   40637             :     },
   40638             :     ._data = "bytes",
   40639             : };
   40640             : static
   40641             :     struct {
   40642             :         PyGC_Head _gc_head;
   40643             :         struct {
   40644             :             PyObject_VAR_HEAD
   40645             :             PyObject *ob_item[13];
   40646             :         }_object;
   40647             :     }
   40648             : importlib__bootstrap_external_toplevel_consts_71_consts_7_names = {
   40649             :     ._object = {
   40650             :         .ob_base = {
   40651             :             .ob_base = {
   40652             :                 .ob_refcnt = 999999999,
   40653             :                 .ob_type = &PyTuple_Type,
   40654             :             },
   40655             :             .ob_size = 13,
   40656             :         },
   40657             :         .ob_item = {
   40658             :             &_Py_ID(isinstance),
   40659             :             & const_str_str._ascii.ob_base,
   40660             :             & const_str_bytes._ascii.ob_base,
   40661             :             & const_str__path_importer_cache._ascii.ob_base,
   40662             :             & const_str_hasattr._ascii.ob_base,
   40663             :             & const_str_find_spec._ascii.ob_base,
   40664             :             & const_str__legacy_get_spec._ascii.ob_base,
   40665             :             & const_str_loader._ascii.ob_base,
   40666             :             & const_str_submodule_search_locations._ascii.ob_base,
   40667             :             & const_str_ImportError._ascii.ob_base,
   40668             :             &_Py_ID(extend),
   40669             :             &_Py_ID(_bootstrap),
   40670             :             & const_str_ModuleSpec._ascii.ob_base,
   40671             :         },
   40672             :     },
   40673             : };
   40674             : static
   40675             :     struct {
   40676             :         PyASCIIObject _ascii;
   40677             :         uint8_t _data[10];
   40678             :     }
   40679             : const_str__get_spec = {
   40680             :     ._ascii = {
   40681             :         .ob_base = {
   40682             :             .ob_refcnt = 999999999,
   40683             :             .ob_type = &PyUnicode_Type,
   40684             :         },
   40685             :         .length = 9,
   40686             :         .hash = -1,
   40687             :         .state = {
   40688             :             .kind = 1,
   40689             :             .compact = 1,
   40690             :             .ascii = 1,
   40691             :         },
   40692             :     },
   40693             :     ._data = "_get_spec",
   40694             : };
   40695             : static
   40696             :     struct {
   40697             :         PyASCIIObject _ascii;
   40698             :         uint8_t _data[21];
   40699             :     }
   40700             : importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname = {
   40701             :     ._ascii = {
   40702             :         .ob_base = {
   40703             :             .ob_refcnt = 999999999,
   40704             :             .ob_type = &PyUnicode_Type,
   40705             :         },
   40706             :         .length = 20,
   40707             :         .hash = -1,
   40708             :         .state = {
   40709             :             .kind = 1,
   40710             :             .compact = 1,
   40711             :             .ascii = 1,
   40712             :         },
   40713             :     },
   40714             :     ._data = "PathFinder._get_spec",
   40715             : };
   40716             : static
   40717             :     struct {
   40718             :         PyObject_VAR_HEAD
   40719             :         Py_hash_t ob_shash;
   40720             :         char ob_sval[241];
   40721             :     }
   40722             : importlib__bootstrap_external_toplevel_consts_71_consts_7_linetable = {
   40723             :     .ob_base = {
   40724             :         .ob_base = {
   40725             :             .ob_refcnt = 999999999,
   40726             :             .ob_type = &PyBytes_Type,
   40727             :         },
   40728             :         .ob_size = 240,
   40729             :     },
   40730             :     .ob_shash = -1,
   40731             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x1a\x1c\x88\x0e\xd8\x15\x19\xf0\x00\x18\x09\x18\xf1\x00\x18\x09\x18\x88\x45\xdd\x13\x1d\x98\x65\xa5\x63\xad\x35\xa0\x5c\xd4\x13\x32\xf0\x00\x01\x0d\x19\xd8\x10\x18\xd8\x15\x18\xd7\x15\x2d\xd1\x15\x2d\xa8\x65\xd4\x15\x34\x88\x46\xd8\x0f\x15\xf0\x00\x10\x0d\x30\xdd\x13\x1a\x98\x36\xa0\x3b\xd4\x13\x2f\xf0\x00\x03\x11\x42\x01\xd8\x1b\x21\xd7\x1b\x2b\xd1\x1b\x2b\xa8\x48\xb0\x66\xd4\x1b\x3d\x90\x44\x90\x44\xe0\x1b\x1e\xd7\x1b\x2f\xd1\x1b\x2f\xb0\x08\xb8\x26\xd4\x1b\x41\x90\x44\xd8\x13\x17\xf0\x00\x01\x11\x1d\xd8\x14\x1c\xd8\x13\x17\x97\x3b\x91\x3b\xf0\x00\x01\x11\x20\xd8\x1b\x1f\x90\x4b\x90\x4b\x90\x4b\xd8\x1b\x1f\xd7\x1b\x3a\xd1\x1b\x3a\x90\x08\xd8\x13\x1b\xf0\x00\x01\x11\x3d\xdd\x1a\x25\xd0\x26\x3b\xd4\x1a\x3c\xd0\x14\x3c\xf0\x0a\x00\x11\x1f\xd7\x10\x25\xd1\x10\x25\xa0\x68\xd4\x10\x2f\xd0\x10\x2f\xd0\x10\x2f\xe5\x13\x1d\xd7\x13\x28\xd1\x13\x28\xa8\x18\xb0\x34\xd4\x13\x38\x88\x44\xd8\x2e\x3c\x88\x44\xd4\x0c\x2b\xd8\x13\x17\x88\x4b",
   40732             : };
   40733             : static
   40734             :     struct {
   40735             :         PyASCIIObject _ascii;
   40736             :         uint8_t _data[15];
   40737             :     }
   40738             : const_str_namespace_path = {
   40739             :     ._ascii = {
   40740             :         .ob_base = {
   40741             :             .ob_refcnt = 999999999,
   40742             :             .ob_type = &PyUnicode_Type,
   40743             :         },
   40744             :         .length = 14,
   40745             :         .hash = -1,
   40746             :         .state = {
   40747             :             .kind = 1,
   40748             :             .compact = 1,
   40749             :             .ascii = 1,
   40750             :         },
   40751             :     },
   40752             :     ._data = "namespace_path",
   40753             : };
   40754             : static
   40755             :     struct {
   40756             :         PyASCIIObject _ascii;
   40757             :         uint8_t _data[6];
   40758             :     }
   40759             : const_str_entry = {
   40760             :     ._ascii = {
   40761             :         .ob_base = {
   40762             :             .ob_refcnt = 999999999,
   40763             :             .ob_type = &PyUnicode_Type,
   40764             :         },
   40765             :         .length = 5,
   40766             :         .hash = -1,
   40767             :         .state = {
   40768             :             .kind = 1,
   40769             :             .compact = 1,
   40770             :             .ascii = 1,
   40771             :         },
   40772             :     },
   40773             :     ._data = "entry",
   40774             : };
   40775             : static
   40776             :     struct {
   40777             :         PyGC_Head _gc_head;
   40778             :         struct {
   40779             :             PyObject_VAR_HEAD
   40780             :             PyObject *ob_item[9];
   40781             :         }_object;
   40782             :     }
   40783             : importlib__bootstrap_external_toplevel_consts_71_consts_7_localsplusnames = {
   40784             :     ._object = {
   40785             :         .ob_base = {
   40786             :             .ob_base = {
   40787             :                 .ob_refcnt = 999999999,
   40788             :                 .ob_type = &PyTuple_Type,
   40789             :             },
   40790             :             .ob_size = 9,
   40791             :         },
   40792             :         .ob_item = {
   40793             :             & const_str_cls._ascii.ob_base,
   40794             :             & const_str_fullname._ascii.ob_base,
   40795             :             &_Py_ID(path),
   40796             :             & const_str_target._ascii.ob_base,
   40797             :             & const_str_namespace_path._ascii.ob_base,
   40798             :             & const_str_entry._ascii.ob_base,
   40799             :             & const_str_finder._ascii.ob_base,
   40800             :             & const_str_spec._ascii.ob_base,
   40801             :             & const_str_portions._ascii.ob_base,
   40802             :         },
   40803             :     },
   40804             : };
   40805             : static
   40806             :     struct _PyCode_DEF(412)
   40807             : importlib__bootstrap_external_toplevel_consts_71_consts_7 = {
   40808             :     .ob_base = {
   40809             :         .ob_base = {
   40810             :             .ob_refcnt = 999999999,
   40811             :             .ob_type = &PyCode_Type,
   40812             :         },
   40813             :         .ob_size = 206,
   40814             :     },
   40815             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts._object.ob_base.ob_base,
   40816             :     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_7_names._object.ob_base.ob_base,
   40817             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   40818             :     .co_flags = 3,
   40819             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   40820             :     ._co_linearray_entry_size = 0,
   40821             :     .co_argcount = 4,
   40822             :     .co_posonlyargcount = 0,
   40823             :     .co_kwonlyargcount = 0,
   40824             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   40825             :     .co_stacksize = 6,
   40826             :     .co_firstlineno = 1471,
   40827             :     .co_nlocalsplus = 9,
   40828             :     .co_nlocals = 9,
   40829             :     .co_nplaincellvars = 0,
   40830             :     .co_ncellvars = 0,
   40831             :     .co_nfreevars = 0,
   40832             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_7_localsplusnames._object.ob_base.ob_base,
   40833             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
   40834             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   40835             :     .co_name = & const_str__get_spec._ascii.ob_base,
   40836             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname._ascii.ob_base,
   40837             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_7_linetable.ob_base.ob_base,
   40838             :     ._co_code = NULL,
   40839             :     ._co_linearray = NULL,
   40840             :     .co_code_adaptive = "\x97\x00\x67\x00\x7d\x04\x7c\x02\x44\x00\x5d\xa6\x00\x00\x7d\x05\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x01\x8c\x1e\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\xae\x32\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x7c\x06\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x13\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x80\x01\x8c\x6a\x7c\x07\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x04\x7c\x07\x63\x02\x01\x00\x53\x00\x7c\x07\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x0d\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xa8\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x04\x7c\x07\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x53\x00",
   40841             :     ._co_firsttraceable = 0,
   40842             : };
   40843             : static
   40844             :     struct {
   40845             :         PyASCIIObject _ascii;
   40846             :         uint8_t _data[142];
   40847             :     }
   40848             : importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0 = {
   40849             :     ._ascii = {
   40850             :         .ob_base = {
   40851             :             .ob_refcnt = 999999999,
   40852             :             .ob_type = &PyUnicode_Type,
   40853             :         },
   40854             :         .length = 141,
   40855             :         .hash = -1,
   40856             :         .state = {
   40857             :             .kind = 1,
   40858             :             .compact = 1,
   40859             :             .ascii = 1,
   40860             :         },
   40861             :     },
   40862             :     ._data = "\x54\x72\x79\x20\x74\x6f\x20\x66\x69\x6e\x64\x20\x61\x20\x73\x70\x65\x63\x20\x66\x6f\x72\x20\x27\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x27\x20\x6f\x6e\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x20\x6f\x72\x20\x27\x70\x61\x74\x68\x27\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x73\x65\x61\x72\x63\x68\x20\x69\x73\x20\x62\x61\x73\x65\x64\x20\x6f\x6e\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x68\x6f\x6f\x6b\x73\x20\x61\x6e\x64\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x69\x6d\x70\x6f\x72\x74\x65\x72\x5f\x63\x61\x63\x68\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   40863             : };
   40864             : static
   40865             :     struct {
   40866             :         PyGC_Head _gc_head;
   40867             :         struct {
   40868             :             PyObject_VAR_HEAD
   40869             :             PyObject *ob_item[2];
   40870             :         }_object;
   40871             :     }
   40872             : importlib__bootstrap_external_toplevel_consts_71_consts_8_consts = {
   40873             :     ._object = {
   40874             :         .ob_base = {
   40875             :             .ob_base = {
   40876             :                 .ob_refcnt = 999999999,
   40877             :                 .ob_type = &PyTuple_Type,
   40878             :             },
   40879             :             .ob_size = 2,
   40880             :         },
   40881             :         .ob_item = {
   40882             :             & importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0._ascii.ob_base,
   40883             :             Py_None,
   40884             :         },
   40885             :     },
   40886             : };
   40887             : static
   40888             :     struct {
   40889             :         PyGC_Head _gc_head;
   40890             :         struct {
   40891             :             PyObject_VAR_HEAD
   40892             :             PyObject *ob_item[7];
   40893             :         }_object;
   40894             :     }
   40895             : importlib__bootstrap_external_toplevel_consts_71_consts_8_names = {
   40896             :     ._object = {
   40897             :         .ob_base = {
   40898             :             .ob_base = {
   40899             :                 .ob_refcnt = 999999999,
   40900             :                 .ob_type = &PyTuple_Type,
   40901             :             },
   40902             :             .ob_size = 7,
   40903             :         },
   40904             :         .ob_item = {
   40905             :             & const_str_sys._ascii.ob_base,
   40906             :             &_Py_ID(path),
   40907             :             & const_str__get_spec._ascii.ob_base,
   40908             :             & const_str_loader._ascii.ob_base,
   40909             :             & const_str_submodule_search_locations._ascii.ob_base,
   40910             :             & const_str_origin._ascii.ob_base,
   40911             :             & const_str__NamespacePath._ascii.ob_base,
   40912             :         },
   40913             :     },
   40914             : };
   40915             : static
   40916             :     struct {
   40917             :         PyASCIIObject _ascii;
   40918             :         uint8_t _data[21];
   40919             :     }
   40920             : importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname = {
   40921             :     ._ascii = {
   40922             :         .ob_base = {
   40923             :             .ob_refcnt = 999999999,
   40924             :             .ob_type = &PyUnicode_Type,
   40925             :         },
   40926             :         .length = 20,
   40927             :         .hash = -1,
   40928             :         .state = {
   40929             :             .kind = 1,
   40930             :             .compact = 1,
   40931             :             .ascii = 1,
   40932             :         },
   40933             :     },
   40934             :     ._data = "PathFinder.find_spec",
   40935             : };
   40936             : static
   40937             :     struct {
   40938             :         PyObject_VAR_HEAD
   40939             :         Py_hash_t ob_shash;
   40940             :         char ob_sval[132];
   40941             :     }
   40942             : importlib__bootstrap_external_toplevel_consts_71_consts_8_linetable = {
   40943             :     .ob_base = {
   40944             :         .ob_base = {
   40945             :             .ob_refcnt = 999999999,
   40946             :             .ob_type = &PyBytes_Type,
   40947             :         },
   40948             :         .ob_size = 131,
   40949             :     },
   40950             :     .ob_shash = -1,
   40951             :     .ob_sval = "\x80\x00\xf0\x0c\x00\x0c\x10\xf0\x00\x01\x09\x1c\xdd\x13\x16\x97\x38\x91\x38\x88\x44\xd8\x0f\x12\x8f\x7d\x89\x7d\x98\x58\xa0\x74\xa8\x56\xd4\x0f\x34\x88\x04\xd8\x0b\x0f\xf0\x00\x0d\x09\x18\xd8\x13\x17\x90\x34\xd8\x0d\x11\x8f\x5b\x89\x5b\xf0\x00\x0b\x09\x18\xd8\x1d\x21\xd7\x1d\x3c\xd1\x1d\x3c\x88\x4e\xd8\x0f\x1d\xf0\x00\x07\x0d\x1c\xf0\x06\x00\x1f\x23\x90\x04\x94\x0b\xdd\x32\x40\xc0\x18\xc8\x3e\xd0\x5b\x5e\xd7\x5b\x68\xd1\x5b\x68\xd4\x32\x69\x90\x04\xd4\x10\x2f\xd8\x17\x1b\x90\x0b\xe0\x17\x1b\x90\x74\xe0\x13\x17\x88\x4b",
   40952             : };
   40953             : static
   40954             :     struct {
   40955             :         PyGC_Head _gc_head;
   40956             :         struct {
   40957             :             PyObject_VAR_HEAD
   40958             :             PyObject *ob_item[6];
   40959             :         }_object;
   40960             :     }
   40961             : importlib__bootstrap_external_toplevel_consts_71_consts_8_localsplusnames = {
   40962             :     ._object = {
   40963             :         .ob_base = {
   40964             :             .ob_base = {
   40965             :                 .ob_refcnt = 999999999,
   40966             :                 .ob_type = &PyTuple_Type,
   40967             :             },
   40968             :             .ob_size = 6,
   40969             :         },
   40970             :         .ob_item = {
   40971             :             & const_str_cls._ascii.ob_base,
   40972             :             & const_str_fullname._ascii.ob_base,
   40973             :             &_Py_ID(path),
   40974             :             & const_str_target._ascii.ob_base,
   40975             :             & const_str_spec._ascii.ob_base,
   40976             :             & const_str_namespace_path._ascii.ob_base,
   40977             :         },
   40978             :     },
   40979             : };
   40980             : static
   40981             :     struct _PyCode_DEF(226)
   40982             : importlib__bootstrap_external_toplevel_consts_71_consts_8 = {
   40983             :     .ob_base = {
   40984             :         .ob_base = {
   40985             :             .ob_refcnt = 999999999,
   40986             :             .ob_type = &PyCode_Type,
   40987             :         },
   40988             :         .ob_size = 113,
   40989             :     },
   40990             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_8_consts._object.ob_base.ob_base,
   40991             :     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_8_names._object.ob_base.ob_base,
   40992             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   40993             :     .co_flags = 3,
   40994             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   40995             :     ._co_linearray_entry_size = 0,
   40996             :     .co_argcount = 4,
   40997             :     .co_posonlyargcount = 0,
   40998             :     .co_kwonlyargcount = 0,
   40999             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   41000             :     .co_stacksize = 5,
   41001             :     .co_firstlineno = 1503,
   41002             :     .co_nlocalsplus = 6,
   41003             :     .co_nlocals = 6,
   41004             :     .co_nplaincellvars = 0,
   41005             :     .co_ncellvars = 0,
   41006             :     .co_nfreevars = 0,
   41007             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_8_localsplusnames._object.ob_base.ob_base,
   41008             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   41009             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   41010             :     .co_name = & const_str_find_spec._ascii.ob_base,
   41011             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname._ascii.ob_base,
   41012             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_8_linetable.ob_base.ob_base,
   41013             :     ._co_code = NULL,
   41014             :     ._co_linearray = NULL,
   41015             :     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x11\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x01\x53\x00\x7c\x04\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x37\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x27\x64\x01\x7c\x04\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x05\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x53\x00\x64\x01\x53\x00\x7c\x04\x53\x00",
   41016             :     ._co_firsttraceable = 0,
   41017             : };
   41018             : static
   41019             :     struct {
   41020             :         PyASCIIObject _ascii;
   41021             :         uint8_t _data[171];
   41022             :     }
   41023             : importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0 = {
   41024             :     ._ascii = {
   41025             :         .ob_base = {
   41026             :             .ob_refcnt = 999999999,
   41027             :             .ob_type = &PyUnicode_Type,
   41028             :         },
   41029             :         .length = 170,
   41030             :         .hash = -1,
   41031             :         .state = {
   41032             :             .kind = 1,
   41033             :             .compact = 1,
   41034             :             .ascii = 1,
   41035             :         },
   41036             :     },
   41037             :     ._data = "\x66\x69\x6e\x64\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6f\x6e\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x20\x6f\x72\x20\x27\x70\x61\x74\x68\x27\x20\x62\x61\x73\x65\x64\x20\x6f\x6e\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x68\x6f\x6f\x6b\x73\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x69\x6d\x70\x6f\x72\x74\x65\x72\x5f\x63\x61\x63\x68\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   41038             : };
   41039             : static
   41040             :     struct {
   41041             :         PyASCIIObject _ascii;
   41042             :         uint8_t _data[102];
   41043             :     }
   41044             : importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1 = {
   41045             :     ._ascii = {
   41046             :         .ob_base = {
   41047             :             .ob_refcnt = 999999999,
   41048             :             .ob_type = &PyUnicode_Type,
   41049             :         },
   41050             :         .length = 101,
   41051             :         .hash = -1,
   41052             :         .state = {
   41053             :             .kind = 1,
   41054             :             .compact = 1,
   41055             :             .ascii = 1,
   41056             :         },
   41057             :     },
   41058             :     ._data = "PathFinder.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
   41059             : };
   41060             : static
   41061             :     struct {
   41062             :         PyGC_Head _gc_head;
   41063             :         struct {
   41064             :             PyObject_VAR_HEAD
   41065             :             PyObject *ob_item[3];
   41066             :         }_object;
   41067             :     }
   41068             : importlib__bootstrap_external_toplevel_consts_71_consts_9_consts = {
   41069             :     ._object = {
   41070             :         .ob_base = {
   41071             :             .ob_base = {
   41072             :                 .ob_refcnt = 999999999,
   41073             :                 .ob_type = &PyTuple_Type,
   41074             :             },
   41075             :             .ob_size = 3,
   41076             :         },
   41077             :         .ob_item = {
   41078             :             & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0._ascii.ob_base,
   41079             :             & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1._ascii.ob_base,
   41080             :             Py_None,
   41081             :         },
   41082             :     },
   41083             : };
   41084             : static
   41085             :     struct {
   41086             :         PyASCIIObject _ascii;
   41087             :         uint8_t _data[23];
   41088             :     }
   41089             : importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname = {
   41090             :     ._ascii = {
   41091             :         .ob_base = {
   41092             :             .ob_refcnt = 999999999,
   41093             :             .ob_type = &PyUnicode_Type,
   41094             :         },
   41095             :         .length = 22,
   41096             :         .hash = -1,
   41097             :         .state = {
   41098             :             .kind = 1,
   41099             :             .compact = 1,
   41100             :             .ascii = 1,
   41101             :         },
   41102             :     },
   41103             :     ._data = "PathFinder.find_module",
   41104             : };
   41105             : static
   41106             :     struct {
   41107             :         PyObject_VAR_HEAD
   41108             :         Py_hash_t ob_shash;
   41109             :         char ob_sval[72];
   41110             :     }
   41111             : importlib__bootstrap_external_toplevel_consts_71_consts_9_linetable = {
   41112             :     .ob_base = {
   41113             :         .ob_base = {
   41114             :             .ob_refcnt = 999999999,
   41115             :             .ob_type = &PyBytes_Type,
   41116             :         },
   41117             :         .ob_size = 71,
   41118             :     },
   41119             :     .ob_shash = -1,
   41120             :     .ob_sval = "\x80\x00\xf5\x10\x00\x09\x17\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x89\x7d\x98\x58\xa0\x74\xd4\x0f\x2c\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xd8\x0f\x13\x8f\x7b\x89\x7b\xd0\x08\x1a",
   41121             : };
   41122             : static
   41123             :     struct _PyCode_DEF(130)
   41124             : importlib__bootstrap_external_toplevel_consts_71_consts_9 = {
   41125             :     .ob_base = {
   41126             :         .ob_base = {
   41127             :             .ob_refcnt = 999999999,
   41128             :             .ob_type = &PyCode_Type,
   41129             :         },
   41130             :         .ob_size = 65,
   41131             :     },
   41132             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts._object.ob_base.ob_base,
   41133             :     .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
   41134             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   41135             :     .co_flags = 3,
   41136             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   41137             :     ._co_linearray_entry_size = 0,
   41138             :     .co_argcount = 3,
   41139             :     .co_posonlyargcount = 0,
   41140             :     .co_kwonlyargcount = 0,
   41141             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   41142             :     .co_stacksize = 4,
   41143             :     .co_firstlineno = 1527,
   41144             :     .co_nlocalsplus = 4,
   41145             :     .co_nlocals = 4,
   41146             :     .co_nplaincellvars = 0,
   41147             :     .co_ncellvars = 0,
   41148             :     .co_nfreevars = 0,
   41149             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
   41150             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   41151             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   41152             :     .co_name = & const_str_find_module._ascii.ob_base,
   41153             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname._ascii.ob_base,
   41154             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_9_linetable.ob_base.ob_base,
   41155             :     ._co_code = NULL,
   41156             :     ._co_linearray = NULL,
   41157             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x02\x64\x02\x53\x00\x7c\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   41158             :     ._co_firsttraceable = 0,
   41159             : };
   41160             : static
   41161             :     struct {
   41162             :         PyASCIIObject _ascii;
   41163             :         uint8_t _data[289];
   41164             :     }
   41165             : importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0 = {
   41166             :     ._ascii = {
   41167             :         .ob_base = {
   41168             :             .ob_refcnt = 999999999,
   41169             :             .ob_type = &PyUnicode_Type,
   41170             :         },
   41171             :         .length = 288,
   41172             :         .hash = -1,
   41173             :         .state = {
   41174             :             .kind = 1,
   41175             :             .compact = 1,
   41176             :             .ascii = 1,
   41177             :         },
   41178             :     },
   41179             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x46\x69\x6e\x64\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x61\x6e\x20\x69\x74\x65\x72\x61\x62\x6c\x65\x20\x6f\x66\x20\x61\x6c\x6c\x20\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x73\x20\x63\x61\x70\x61\x62\x6c\x65\x20\x6f\x66\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6c\x6f\x61\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x6d\x65\x74\x61\x64\x61\x74\x61\x20\x66\x6f\x72\x20\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x6d\x61\x74\x63\x68\x69\x6e\x67\x20\x60\x60\x63\x6f\x6e\x74\x65\x78\x74\x2e\x6e\x61\x6d\x65\x60\x60\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x28\x6f\x72\x20\x61\x6c\x6c\x20\x6e\x61\x6d\x65\x73\x20\x69\x66\x20\x60\x60\x4e\x6f\x6e\x65\x60\x60\x20\x69\x6e\x64\x69\x63\x61\x74\x65\x64\x29\x20\x61\x6c\x6f\x6e\x67\x20\x74\x68\x65\x20\x70\x61\x74\x68\x73\x20\x69\x6e\x20\x74\x68\x65\x20\x6c\x69\x73\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x60\x60\x63\x6f\x6e\x74\x65\x78\x74\x2e\x70\x61\x74\x68\x60\x60\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   41180             : };
   41181             : static
   41182             :     struct {
   41183             :         PyASCIIObject _ascii;
   41184             :         uint8_t _data[19];
   41185             :     }
   41186             : const_str_MetadataPathFinder = {
   41187             :     ._ascii = {
   41188             :         .ob_base = {
   41189             :             .ob_refcnt = 999999999,
   41190             :             .ob_type = &PyUnicode_Type,
   41191             :         },
   41192             :         .length = 18,
   41193             :         .hash = -1,
   41194             :         .state = {
   41195             :             .kind = 1,
   41196             :             .compact = 1,
   41197             :             .ascii = 1,
   41198             :         },
   41199             :     },
   41200             :     ._data = "MetadataPathFinder",
   41201             : };
   41202             : static
   41203             :     struct {
   41204             :         PyGC_Head _gc_head;
   41205             :         struct {
   41206             :             PyObject_VAR_HEAD
   41207             :             PyObject *ob_item[1];
   41208             :         }_object;
   41209             :     }
   41210             : importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_2 = {
   41211             :     ._object = {
   41212             :         .ob_base = {
   41213             :             .ob_base = {
   41214             :                 .ob_refcnt = 999999999,
   41215             :                 .ob_type = &PyTuple_Type,
   41216             :             },
   41217             :             .ob_size = 1,
   41218             :         },
   41219             :         .ob_item = {
   41220             :             & const_str_MetadataPathFinder._ascii.ob_base,
   41221             :         },
   41222             :     },
   41223             : };
   41224             : static
   41225             :     struct {
   41226             :         PyGC_Head _gc_head;
   41227             :         struct {
   41228             :             PyObject_VAR_HEAD
   41229             :             PyObject *ob_item[3];
   41230             :         }_object;
   41231             :     }
   41232             : importlib__bootstrap_external_toplevel_consts_71_consts_10_consts = {
   41233             :     ._object = {
   41234             :         .ob_base = {
   41235             :             .ob_base = {
   41236             :                 .ob_refcnt = 999999999,
   41237             :                 .ob_type = &PyTuple_Type,
   41238             :             },
   41239             :             .ob_size = 3,
   41240             :         },
   41241             :         .ob_item = {
   41242             :             & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0._ascii.ob_base,
   41243             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   41244             :             & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_2._object.ob_base.ob_base,
   41245             :         },
   41246             :     },
   41247             : };
   41248             : static
   41249             :     struct {
   41250             :         PyASCIIObject _ascii;
   41251             :         uint8_t _data[19];
   41252             :     }
   41253             : importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0 = {
   41254             :     ._ascii = {
   41255             :         .ob_base = {
   41256             :             .ob_refcnt = 999999999,
   41257             :             .ob_type = &PyUnicode_Type,
   41258             :         },
   41259             :         .length = 18,
   41260             :         .hash = -1,
   41261             :         .state = {
   41262             :             .kind = 1,
   41263             :             .compact = 1,
   41264             :             .ascii = 1,
   41265             :         },
   41266             :     },
   41267             :     ._data = "importlib.metadata",
   41268             : };
   41269             : static
   41270             :     struct {
   41271             :         PyASCIIObject _ascii;
   41272             :         uint8_t _data[19];
   41273             :     }
   41274             : const_str_find_distributions = {
   41275             :     ._ascii = {
   41276             :         .ob_base = {
   41277             :             .ob_refcnt = 999999999,
   41278             :             .ob_type = &PyUnicode_Type,
   41279             :         },
   41280             :         .length = 18,
   41281             :         .hash = -1,
   41282             :         .state = {
   41283             :             .kind = 1,
   41284             :             .compact = 1,
   41285             :             .ascii = 1,
   41286             :         },
   41287             :     },
   41288             :     ._data = "find_distributions",
   41289             : };
   41290             : static
   41291             :     struct {
   41292             :         PyGC_Head _gc_head;
   41293             :         struct {
   41294             :             PyObject_VAR_HEAD
   41295             :             PyObject *ob_item[3];
   41296             :         }_object;
   41297             :     }
   41298             : importlib__bootstrap_external_toplevel_consts_71_consts_10_names = {
   41299             :     ._object = {
   41300             :         .ob_base = {
   41301             :             .ob_base = {
   41302             :                 .ob_refcnt = 999999999,
   41303             :                 .ob_type = &PyTuple_Type,
   41304             :             },
   41305             :             .ob_size = 3,
   41306             :         },
   41307             :         .ob_item = {
   41308             :             & importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0._ascii.ob_base,
   41309             :             & const_str_MetadataPathFinder._ascii.ob_base,
   41310             :             & const_str_find_distributions._ascii.ob_base,
   41311             :         },
   41312             :     },
   41313             : };
   41314             : static
   41315             :     struct {
   41316             :         PyASCIIObject _ascii;
   41317             :         uint8_t _data[30];
   41318             :     }
   41319             : importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname = {
   41320             :     ._ascii = {
   41321             :         .ob_base = {
   41322             :             .ob_refcnt = 999999999,
   41323             :             .ob_type = &PyUnicode_Type,
   41324             :         },
   41325             :         .length = 29,
   41326             :         .hash = -1,
   41327             :         .state = {
   41328             :             .kind = 1,
   41329             :             .compact = 1,
   41330             :             .ascii = 1,
   41331             :         },
   41332             :     },
   41333             :     ._data = "PathFinder.find_distributions",
   41334             : };
   41335             : static
   41336             :     struct {
   41337             :         PyObject_VAR_HEAD
   41338             :         Py_hash_t ob_shash;
   41339             :         char ob_sval[51];
   41340             :     }
   41341             : importlib__bootstrap_external_toplevel_consts_71_consts_10_linetable = {
   41342             :     .ob_base = {
   41343             :         .ob_base = {
   41344             :             .ob_refcnt = 999999999,
   41345             :             .ob_type = &PyBytes_Type,
   41346             :         },
   41347             :         .ob_size = 50,
   41348             :     },
   41349             :     .ob_shash = -1,
   41350             :     .ob_sval = "\x80\x00\xf0\x14\x00\x09\x3a\xd0\x08\x39\xd0\x08\x39\xd0\x08\x39\xd0\x08\x39\xd0\x08\x39\xd8\x0f\x34\xd0\x0f\x21\xd7\x0f\x34\xd1\x0f\x34\xb0\x64\xd0\x0f\x45\xb8\x66\xd0\x0f\x45\xd0\x0f\x45\xd0\x08\x45",
   41351             : };
   41352             : static
   41353             :     struct {
   41354             :         PyGC_Head _gc_head;
   41355             :         struct {
   41356             :             PyObject_VAR_HEAD
   41357             :             PyObject *ob_item[3];
   41358             :         }_object;
   41359             :     }
   41360             : importlib__bootstrap_external_toplevel_consts_71_consts_10_localsplusnames = {
   41361             :     ._object = {
   41362             :         .ob_base = {
   41363             :             .ob_base = {
   41364             :                 .ob_refcnt = 999999999,
   41365             :                 .ob_type = &PyTuple_Type,
   41366             :             },
   41367             :             .ob_size = 3,
   41368             :         },
   41369             :         .ob_item = {
   41370             :             & const_str_args._ascii.ob_base,
   41371             :             & const_str_kwargs._ascii.ob_base,
   41372             :             & const_str_MetadataPathFinder._ascii.ob_base,
   41373             :         },
   41374             :     },
   41375             : };
   41376             : static
   41377             :     struct _PyCode_DEF(50)
   41378             : importlib__bootstrap_external_toplevel_consts_71_consts_10 = {
   41379             :     .ob_base = {
   41380             :         .ob_base = {
   41381             :             .ob_refcnt = 999999999,
   41382             :             .ob_type = &PyCode_Type,
   41383             :         },
   41384             :         .ob_size = 25,
   41385             :     },
   41386             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts._object.ob_base.ob_base,
   41387             :     .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_10_names._object.ob_base.ob_base,
   41388             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   41389             :     .co_flags = 15,
   41390             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   41391             :     ._co_linearray_entry_size = 0,
   41392             :     .co_argcount = 0,
   41393             :     .co_posonlyargcount = 0,
   41394             :     .co_kwonlyargcount = 0,
   41395             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   41396             :     .co_stacksize = 5,
   41397             :     .co_firstlineno = 1543,
   41398             :     .co_nlocalsplus = 3,
   41399             :     .co_nlocals = 3,
   41400             :     .co_nplaincellvars = 0,
   41401             :     .co_ncellvars = 0,
   41402             :     .co_nfreevars = 0,
   41403             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_10_localsplusnames._object.ob_base.ob_base,
   41404             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   41405             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   41406             :     .co_name = & const_str_find_distributions._ascii.ob_base,
   41407             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname._ascii.ob_base,
   41408             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_10_linetable.ob_base.ob_base,
   41409             :     ._co_code = NULL,
   41410             :     ._co_linearray = NULL,
   41411             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x69\x00\x7c\x01\xa4\x01\x8e\x01\x53\x00",
   41412             :     ._co_firsttraceable = 0,
   41413             : };
   41414             : static
   41415             :     struct {
   41416             :         PyGC_Head _gc_head;
   41417             :         struct {
   41418             :             PyObject_VAR_HEAD
   41419             :             PyObject *ob_item[13];
   41420             :         }_object;
   41421             :     }
   41422             : importlib__bootstrap_external_toplevel_consts_71_consts = {
   41423             :     ._object = {
   41424             :         .ob_base = {
   41425             :             .ob_base = {
   41426             :                 .ob_refcnt = 999999999,
   41427             :                 .ob_type = &PyTuple_Type,
   41428             :             },
   41429             :             .ob_size = 13,
   41430             :         },
   41431             :         .ob_item = {
   41432             :             & const_str_PathFinder._ascii.ob_base,
   41433             :             & importlib__bootstrap_external_toplevel_consts_71_consts_1._ascii.ob_base,
   41434             :             & importlib__bootstrap_external_toplevel_consts_71_consts_2.ob_base.ob_base,
   41435             :             & importlib__bootstrap_external_toplevel_consts_71_consts_3.ob_base.ob_base,
   41436             :             & importlib__bootstrap_external_toplevel_consts_71_consts_4.ob_base.ob_base,
   41437             :             & importlib__bootstrap_external_toplevel_consts_71_consts_5.ob_base.ob_base,
   41438             :             Py_None,
   41439             :             & importlib__bootstrap_external_toplevel_consts_71_consts_7.ob_base.ob_base,
   41440             :             & importlib__bootstrap_external_toplevel_consts_71_consts_8.ob_base.ob_base,
   41441             :             & importlib__bootstrap_external_toplevel_consts_71_consts_9.ob_base.ob_base,
   41442             :             & importlib__bootstrap_external_toplevel_consts_71_consts_10.ob_base.ob_base,
   41443             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   41444             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   41445             :         },
   41446             :     },
   41447             : };
   41448             : static
   41449             :     struct {
   41450             :         PyGC_Head _gc_head;
   41451             :         struct {
   41452             :             PyObject_VAR_HEAD
   41453             :             PyObject *ob_item[14];
   41454             :         }_object;
   41455             :     }
   41456             : importlib__bootstrap_external_toplevel_consts_71_names = {
   41457             :     ._object = {
   41458             :         .ob_base = {
   41459             :             .ob_base = {
   41460             :                 .ob_refcnt = 999999999,
   41461             :                 .ob_type = &PyTuple_Type,
   41462             :             },
   41463             :             .ob_size = 14,
   41464             :         },
   41465             :         .ob_item = {
   41466             :             &_Py_ID(__name__),
   41467             :             &_Py_ID(__module__),
   41468             :             &_Py_ID(__qualname__),
   41469             :             &_Py_ID(__doc__),
   41470             :             & const_str_staticmethod._ascii.ob_base,
   41471             :             & const_str_invalidate_caches._ascii.ob_base,
   41472             :             & const_str__path_hooks._ascii.ob_base,
   41473             :             & const_str_classmethod._ascii.ob_base,
   41474             :             & const_str__path_importer_cache._ascii.ob_base,
   41475             :             & const_str__legacy_get_spec._ascii.ob_base,
   41476             :             & const_str__get_spec._ascii.ob_base,
   41477             :             & const_str_find_spec._ascii.ob_base,
   41478             :             & const_str_find_module._ascii.ob_base,
   41479             :             & const_str_find_distributions._ascii.ob_base,
   41480             :         },
   41481             :     },
   41482             : };
   41483             : static
   41484             :     struct {
   41485             :         PyObject_VAR_HEAD
   41486             :         Py_hash_t ob_shash;
   41487             :         char ob_sval[239];
   41488             :     }
   41489             : importlib__bootstrap_external_toplevel_consts_71_linetable = {
   41490             :     .ob_base = {
   41491             :         .ob_base = {
   41492             :             .ob_refcnt = 999999999,
   41493             :             .ob_type = &PyBytes_Type,
   41494             :         },
   41495             :         .ob_size = 238,
   41496             :     },
   41497             :     .ob_shash = -1,
   41498             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x48\xd0\x04\x48\xe0\x05\x11\xf0\x02\x0c\x05\x23\xf0\x00\x0c\x05\x23\xf4\x03\x00\x06\x12\xf0\x02\x0c\x05\x23\xf0\x1c\x00\x06\x12\xf0\x02\x0a\x05\x18\xf0\x00\x0a\x05\x18\xf4\x03\x00\x06\x12\xf0\x02\x0a\x05\x18\xf0\x18\x00\x06\x11\xf0\x02\x13\x05\x16\xf0\x00\x13\x05\x16\xf4\x03\x00\x06\x11\xf0\x02\x13\x05\x16\xf0\x2a\x00\x06\x11\xf0\x02\x12\x05\x14\xf0\x00\x12\x05\x14\xf4\x03\x00\x06\x11\xf0\x02\x12\x05\x14\xf0\x28\x00\x06\x11\xd8\x2e\x32\xf0\x00\x1d\x05\x18\xf0\x00\x1d\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x1d\x05\x18\xf0\x3e\x00\x06\x11\xd8\x26\x2a\xf0\x00\x15\x05\x18\xf0\x00\x15\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x15\x05\x18\xf0\x2e\x00\x06\x11\xd8\x28\x2c\xf0\x00\x0d\x05\x1b\xf0\x00\x0d\x05\x1b\xf4\x03\x00\x06\x11\xf0\x02\x0d\x05\x1b\xf0\x1e\x00\x06\x12\xf0\x02\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01\xf4\x03\x00\x06\x12\xf0\x02\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01",
   41499             : };
   41500             : static
   41501             :     struct _PyCode_DEF(168)
   41502             : importlib__bootstrap_external_toplevel_consts_71 = {
   41503             :     .ob_base = {
   41504             :         .ob_base = {
   41505             :             .ob_refcnt = 999999999,
   41506             :             .ob_type = &PyCode_Type,
   41507             :         },
   41508             :         .ob_size = 84,
   41509             :     },
   41510             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts._object.ob_base.ob_base,
   41511             :     .co_names = & importlib__bootstrap_external_toplevel_consts_71_names._object.ob_base.ob_base,
   41512             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   41513             :     .co_flags = 0,
   41514             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   41515             :     ._co_linearray_entry_size = 0,
   41516             :     .co_argcount = 0,
   41517             :     .co_posonlyargcount = 0,
   41518             :     .co_kwonlyargcount = 0,
   41519             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   41520             :     .co_stacksize = 3,
   41521             :     .co_firstlineno = 1396,
   41522             :     .co_nlocalsplus = 0,
   41523             :     .co_nlocals = 0,
   41524             :     .co_nplaincellvars = 0,
   41525             :     .co_ncellvars = 0,
   41526             :     .co_nfreevars = 0,
   41527             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   41528             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   41529             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   41530             :     .co_name = & const_str_PathFinder._ascii.ob_base,
   41531             :     .co_qualname = & const_str_PathFinder._ascii.ob_base,
   41532             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_linetable.ob_base.ob_base,
   41533             :     ._co_code = NULL,
   41534             :     ._co_linearray = NULL,
   41535             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x04\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x05\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x07\x64\x0b\x64\x07\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x0c\x64\x08\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x07\x64\x0b\x64\x09\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x04\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x06\x53\x00",
   41536             :     ._co_firsttraceable = 0,
   41537             : };
   41538             : static
   41539             :     struct {
   41540             :         PyASCIIObject _ascii;
   41541             :         uint8_t _data[11];
   41542             :     }
   41543             : const_str_FileFinder = {
   41544             :     ._ascii = {
   41545             :         .ob_base = {
   41546             :             .ob_refcnt = 999999999,
   41547             :             .ob_type = &PyUnicode_Type,
   41548             :         },
   41549             :         .length = 10,
   41550             :         .hash = -1,
   41551             :         .state = {
   41552             :             .kind = 1,
   41553             :             .compact = 1,
   41554             :             .ascii = 1,
   41555             :         },
   41556             :     },
   41557             :     ._data = "FileFinder",
   41558             : };
   41559             : static
   41560             :     struct {
   41561             :         PyASCIIObject _ascii;
   41562             :         uint8_t _data[173];
   41563             :     }
   41564             : importlib__bootstrap_external_toplevel_consts_73_consts_1 = {
   41565             :     ._ascii = {
   41566             :         .ob_base = {
   41567             :             .ob_refcnt = 999999999,
   41568             :             .ob_type = &PyUnicode_Type,
   41569             :         },
   41570             :         .length = 172,
   41571             :         .hash = -1,
   41572             :         .state = {
   41573             :             .kind = 1,
   41574             :             .compact = 1,
   41575             :             .ascii = 1,
   41576             :         },
   41577             :     },
   41578             :     ._data = "\x46\x69\x6c\x65\x2d\x62\x61\x73\x65\x64\x20\x66\x69\x6e\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x49\x6e\x74\x65\x72\x61\x63\x74\x69\x6f\x6e\x73\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x73\x79\x73\x74\x65\x6d\x20\x61\x72\x65\x20\x63\x61\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x70\x65\x72\x66\x6f\x72\x6d\x61\x6e\x63\x65\x2c\x20\x62\x65\x69\x6e\x67\x0a\x20\x20\x20\x20\x72\x65\x66\x72\x65\x73\x68\x65\x64\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x74\x68\x65\x20\x66\x69\x6e\x64\x65\x72\x20\x69\x73\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x20\x68\x61\x73\x20\x62\x65\x65\x6e\x20\x6d\x6f\x64\x69\x66\x69\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   41579             : };
   41580             : static
   41581             :     struct {
   41582             :         PyASCIIObject _ascii;
   41583             :         uint8_t _data[155];
   41584             :     }
   41585             : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0 = {
   41586             :     ._ascii = {
   41587             :         .ob_base = {
   41588             :             .ob_refcnt = 999999999,
   41589             :             .ob_type = &PyUnicode_Type,
   41590             :         },
   41591             :         .length = 154,
   41592             :         .hash = -1,
   41593             :         .state = {
   41594             :             .kind = 1,
   41595             :             .compact = 1,
   41596             :             .ascii = 1,
   41597             :         },
   41598             :     },
   41599             :     ._data = "\x49\x6e\x69\x74\x69\x61\x6c\x69\x7a\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x73\x65\x61\x72\x63\x68\x20\x6f\x6e\x20\x61\x6e\x64\x20\x61\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x20\x6e\x75\x6d\x62\x65\x72\x20\x6f\x66\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x32\x2d\x74\x75\x70\x6c\x65\x73\x20\x63\x6f\x6e\x74\x61\x69\x6e\x69\x6e\x67\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x73\x75\x66\x66\x69\x78\x65\x73\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x63\x6f\x67\x6e\x69\x7a\x65\x73\x2e",
   41600             : };
   41601             : static
   41602             :     struct {
   41603             :         PyASCIIObject _ascii;
   41604             :         uint8_t _data[39];
   41605             :     }
   41606             : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname = {
   41607             :     ._ascii = {
   41608             :         .ob_base = {
   41609             :             .ob_refcnt = 999999999,
   41610             :             .ob_type = &PyUnicode_Type,
   41611             :         },
   41612             :         .length = 38,
   41613             :         .hash = -1,
   41614             :         .state = {
   41615             :             .kind = 1,
   41616             :             .compact = 1,
   41617             :             .ascii = 1,
   41618             :         },
   41619             :     },
   41620             :     ._data = "FileFinder.__init__.<locals>.<genexpr>",
   41621             : };
   41622             : static
   41623             :     struct {
   41624             :         PyObject_VAR_HEAD
   41625             :         Py_hash_t ob_shash;
   41626             :         char ob_sval[41];
   41627             :     }
   41628             : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_linetable = {
   41629             :     .ob_base = {
   41630             :         .ob_base = {
   41631             :             .ob_refcnt = 999999999,
   41632             :             .ob_type = &PyBytes_Type,
   41633             :         },
   41634             :         .ob_size = 40,
   41635             :     },
   41636             :     .ob_shash = -1,
   41637             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x1a\x43\xd1\x1a\x43\xb0\x06\x98\x46\xa0\x46\xd0\x1b\x2b\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43",
   41638             : };
   41639             : static
   41640             :     struct {
   41641             :         PyGC_Head _gc_head;
   41642             :         struct {
   41643             :             PyObject_VAR_HEAD
   41644             :             PyObject *ob_item[3];
   41645             :         }_object;
   41646             :     }
   41647             : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_localsplusnames = {
   41648             :     ._object = {
   41649             :         .ob_base = {
   41650             :             .ob_base = {
   41651             :                 .ob_refcnt = 999999999,
   41652             :                 .ob_type = &PyTuple_Type,
   41653             :             },
   41654             :             .ob_size = 3,
   41655             :         },
   41656             :         .ob_item = {
   41657             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   41658             :             & const_str_suffix._ascii.ob_base,
   41659             :             & const_str_loader._ascii.ob_base,
   41660             :         },
   41661             :     },
   41662             : };
   41663             : static
   41664             :     struct _PyCode_DEF(34)
   41665             : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1 = {
   41666             :     .ob_base = {
   41667             :         .ob_base = {
   41668             :             .ob_refcnt = 999999999,
   41669             :             .ob_type = &PyCode_Type,
   41670             :         },
   41671             :         .ob_size = 17,
   41672             :     },
   41673             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   41674             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   41675             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   41676             :     .co_flags = 51,
   41677             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   41678             :     ._co_linearray_entry_size = 0,
   41679             :     .co_argcount = 1,
   41680             :     .co_posonlyargcount = 0,
   41681             :     .co_kwonlyargcount = 0,
   41682             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   41683             :     .co_stacksize = 3,
   41684             :     .co_firstlineno = 1572,
   41685             :     .co_nlocalsplus = 3,
   41686             :     .co_nlocals = 2,
   41687             :     .co_nplaincellvars = 0,
   41688             :     .co_ncellvars = 0,
   41689             :     .co_nfreevars = 1,
   41690             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_localsplusnames._object.ob_base.ob_base,
   41691             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   41692             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   41693             :     .co_name = &_Py_STR(anon_genexpr),
   41694             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname._ascii.ob_base,
   41695             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_linetable.ob_base.ob_base,
   41696             :     ._co_code = NULL,
   41697             :     ._co_linearray = NULL,
   41698             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x08\x00\x00\x7d\x01\x7c\x01\x89\x02\x66\x02\x96\x02\x97\x01\x01\x00\x8c\x0a\x64\x00\x53\x00",
   41699             :     ._co_firsttraceable = 3,
   41700             : };
   41701             : static
   41702             :     struct {
   41703             :         PyGC_Head _gc_head;
   41704             :         struct {
   41705             :             PyObject_VAR_HEAD
   41706             :             PyObject *ob_item[5];
   41707             :         }_object;
   41708             :     }
   41709             : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts = {
   41710             :     ._object = {
   41711             :         .ob_base = {
   41712             :             .ob_base = {
   41713             :                 .ob_refcnt = 999999999,
   41714             :                 .ob_type = &PyTuple_Type,
   41715             :             },
   41716             :             .ob_size = 5,
   41717             :         },
   41718             :         .ob_item = {
   41719             :             & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0._ascii.ob_base,
   41720             :             & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1.ob_base.ob_base,
   41721             :             &_Py_STR(dot),
   41722             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   41723             :             Py_None,
   41724             :         },
   41725             :     },
   41726             : };
   41727             : static
   41728             :     struct {
   41729             :         PyASCIIObject _ascii;
   41730             :         uint8_t _data[9];
   41731             :     }
   41732             : const_str__loaders = {
   41733             :     ._ascii = {
   41734             :         .ob_base = {
   41735             :             .ob_refcnt = 999999999,
   41736             :             .ob_type = &PyUnicode_Type,
   41737             :         },
   41738             :         .length = 8,
   41739             :         .hash = -1,
   41740             :         .state = {
   41741             :             .kind = 1,
   41742             :             .compact = 1,
   41743             :             .ascii = 1,
   41744             :         },
   41745             :     },
   41746             :     ._data = "_loaders",
   41747             : };
   41748             : static
   41749             :     struct {
   41750             :         PyASCIIObject _ascii;
   41751             :         uint8_t _data[12];
   41752             :     }
   41753             : const_str__path_mtime = {
   41754             :     ._ascii = {
   41755             :         .ob_base = {
   41756             :             .ob_refcnt = 999999999,
   41757             :             .ob_type = &PyUnicode_Type,
   41758             :         },
   41759             :         .length = 11,
   41760             :         .hash = -1,
   41761             :         .state = {
   41762             :             .kind = 1,
   41763             :             .compact = 1,
   41764             :             .ascii = 1,
   41765             :         },
   41766             :     },
   41767             :     ._data = "_path_mtime",
   41768             : };
   41769             : static
   41770             :     struct {
   41771             :         PyASCIIObject _ascii;
   41772             :         uint8_t _data[12];
   41773             :     }
   41774             : const_str__path_cache = {
   41775             :     ._ascii = {
   41776             :         .ob_base = {
   41777             :             .ob_refcnt = 999999999,
   41778             :             .ob_type = &PyUnicode_Type,
   41779             :         },
   41780             :         .length = 11,
   41781             :         .hash = -1,
   41782             :         .state = {
   41783             :             .kind = 1,
   41784             :             .compact = 1,
   41785             :             .ascii = 1,
   41786             :         },
   41787             :     },
   41788             :     ._data = "_path_cache",
   41789             : };
   41790             : static
   41791             :     struct {
   41792             :         PyASCIIObject _ascii;
   41793             :         uint8_t _data[20];
   41794             :     }
   41795             : const_str__relaxed_path_cache = {
   41796             :     ._ascii = {
   41797             :         .ob_base = {
   41798             :             .ob_refcnt = 999999999,
   41799             :             .ob_type = &PyUnicode_Type,
   41800             :         },
   41801             :         .length = 19,
   41802             :         .hash = -1,
   41803             :         .state = {
   41804             :             .kind = 1,
   41805             :             .compact = 1,
   41806             :             .ascii = 1,
   41807             :         },
   41808             :     },
   41809             :     ._data = "_relaxed_path_cache",
   41810             : };
   41811             : static
   41812             :     struct {
   41813             :         PyGC_Head _gc_head;
   41814             :         struct {
   41815             :             PyObject_VAR_HEAD
   41816             :             PyObject *ob_item[11];
   41817             :         }_object;
   41818             :     }
   41819             : importlib__bootstrap_external_toplevel_consts_73_consts_2_names = {
   41820             :     ._object = {
   41821             :         .ob_base = {
   41822             :             .ob_base = {
   41823             :                 .ob_refcnt = 999999999,
   41824             :                 .ob_type = &PyTuple_Type,
   41825             :             },
   41826             :             .ob_size = 11,
   41827             :         },
   41828             :         .ob_item = {
   41829             :             &_Py_ID(extend),
   41830             :             & const_str__loaders._ascii.ob_base,
   41831             :             & const_str__os._ascii.ob_base,
   41832             :             & const_str_getcwd._ascii.ob_base,
   41833             :             &_Py_ID(path),
   41834             :             & const_str__path_isabs._ascii.ob_base,
   41835             :             & const_str__path_join._ascii.ob_base,
   41836             :             & const_str__path_mtime._ascii.ob_base,
   41837             :             & const_str_set._ascii.ob_base,
   41838             :             & const_str__path_cache._ascii.ob_base,
   41839             :             & const_str__relaxed_path_cache._ascii.ob_base,
   41840             :         },
   41841             :     },
   41842             : };
   41843             : static
   41844             :     struct {
   41845             :         PyASCIIObject _ascii;
   41846             :         uint8_t _data[20];
   41847             :     }
   41848             : importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname = {
   41849             :     ._ascii = {
   41850             :         .ob_base = {
   41851             :             .ob_refcnt = 999999999,
   41852             :             .ob_type = &PyUnicode_Type,
   41853             :         },
   41854             :         .length = 19,
   41855             :         .hash = -1,
   41856             :         .state = {
   41857             :             .kind = 1,
   41858             :             .compact = 1,
   41859             :             .ascii = 1,
   41860             :         },
   41861             :     },
   41862             :     ._data = "FileFinder.__init__",
   41863             : };
   41864             : static
   41865             :     struct {
   41866             :         PyObject_VAR_HEAD
   41867             :         Py_hash_t ob_shash;
   41868             :         char ob_sval[186];
   41869             :     }
   41870             : importlib__bootstrap_external_toplevel_consts_73_consts_2_linetable = {
   41871             :     .ob_base = {
   41872             :         .ob_base = {
   41873             :             .ob_refcnt = 999999999,
   41874             :             .ob_type = &PyBytes_Type,
   41875             :         },
   41876             :         .ob_size = 185,
   41877             :     },
   41878             :     .ob_shash = -1,
   41879             :     .ob_sval = "\xf8\x80\x00\xf0\x08\x00\x13\x15\x88\x07\xd8\x20\x2e\xf0\x00\x01\x09\x44\x01\xf1\x00\x01\x09\x44\x01\xd1\x0c\x1c\x88\x46\x90\x48\xd8\x0c\x13\x8f\x4e\x89\x4e\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xb8\x28\xd0\x1a\x43\xd4\x1a\x43\xd4\x0c\x43\xd0\x0c\x43\xd0\x0c\x43\xd8\x18\x1f\x88\x04\x8c\x0d\xe0\x0f\x13\xf0\x00\x05\x09\x1d\x90\x74\x98\x73\x92\x7b\xf0\x00\x05\x09\x1d\xdd\x18\x22\x9f\x0a\x99\x0a\x9c\x0c\x88\x44\x8c\x49\x88\x49\xdd\x11\x1c\x98\x54\xd4\x11\x22\xf0\x00\x03\x09\x1d\xdd\x18\x22\xa5\x33\xa7\x3a\xa1\x3a\xa4\x3c\xb0\x14\xd4\x18\x36\x88\x44\x8c\x49\x88\x49\xe0\x18\x1c\x88\x44\x8c\x49\xd8\x1b\x1d\x88\x04\xd4\x08\x18\xdd\x1b\x1e\x9c\x35\x88\x04\xd4\x08\x18\xdd\x23\x26\xa4\x35\x88\x04\xd4\x08\x20\xd0\x08\x20\xd0\x08\x20",
   41880             : };
   41881             : static
   41882             :     struct {
   41883             :         PyASCIIObject _ascii;
   41884             :         uint8_t _data[15];
   41885             :     }
   41886             : const_str_loader_details = {
   41887             :     ._ascii = {
   41888             :         .ob_base = {
   41889             :             .ob_refcnt = 999999999,
   41890             :             .ob_type = &PyUnicode_Type,
   41891             :         },
   41892             :         .length = 14,
   41893             :         .hash = -1,
   41894             :         .state = {
   41895             :             .kind = 1,
   41896             :             .compact = 1,
   41897             :             .ascii = 1,
   41898             :         },
   41899             :     },
   41900             :     ._data = "loader_details",
   41901             : };
   41902             : static
   41903             :     struct {
   41904             :         PyASCIIObject _ascii;
   41905             :         uint8_t _data[8];
   41906             :     }
   41907             : const_str_loaders = {
   41908             :     ._ascii = {
   41909             :         .ob_base = {
   41910             :             .ob_refcnt = 999999999,
   41911             :             .ob_type = &PyUnicode_Type,
   41912             :         },
   41913             :         .length = 7,
   41914             :         .hash = -1,
   41915             :         .state = {
   41916             :             .kind = 1,
   41917             :             .compact = 1,
   41918             :             .ascii = 1,
   41919             :         },
   41920             :     },
   41921             :     ._data = "loaders",
   41922             : };
   41923             : static
   41924             :     struct {
   41925             :         PyGC_Head _gc_head;
   41926             :         struct {
   41927             :             PyObject_VAR_HEAD
   41928             :             PyObject *ob_item[6];
   41929             :         }_object;
   41930             :     }
   41931             : importlib__bootstrap_external_toplevel_consts_73_consts_2_localsplusnames = {
   41932             :     ._object = {
   41933             :         .ob_base = {
   41934             :             .ob_base = {
   41935             :                 .ob_refcnt = 999999999,
   41936             :                 .ob_type = &PyTuple_Type,
   41937             :             },
   41938             :             .ob_size = 6,
   41939             :         },
   41940             :         .ob_item = {
   41941             :             & const_str_self._ascii.ob_base,
   41942             :             &_Py_ID(path),
   41943             :             & const_str_loader_details._ascii.ob_base,
   41944             :             & const_str_loaders._ascii.ob_base,
   41945             :             & const_str_suffixes._ascii.ob_base,
   41946             :             & const_str_loader._ascii.ob_base,
   41947             :         },
   41948             :     },
   41949             : };
   41950             : static
   41951             :     struct {
   41952             :         PyObject_VAR_HEAD
   41953             :         Py_hash_t ob_shash;
   41954             :         char ob_sval[7];
   41955             :     }
   41956             : importlib__bootstrap_external_toplevel_consts_73_consts_2_localspluskinds = {
   41957             :     .ob_base = {
   41958             :         .ob_base = {
   41959             :             .ob_refcnt = 999999999,
   41960             :             .ob_type = &PyBytes_Type,
   41961             :         },
   41962             :         .ob_size = 6,
   41963             :     },
   41964             :     .ob_shash = -1,
   41965             :     .ob_sval = "     @",
   41966             : };
   41967             : static
   41968             :     struct _PyCode_DEF(374)
   41969             : importlib__bootstrap_external_toplevel_consts_73_consts_2 = {
   41970             :     .ob_base = {
   41971             :         .ob_base = {
   41972             :             .ob_refcnt = 999999999,
   41973             :             .ob_type = &PyCode_Type,
   41974             :         },
   41975             :         .ob_size = 187,
   41976             :     },
   41977             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts._object.ob_base.ob_base,
   41978             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_2_names._object.ob_base.ob_base,
   41979             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   41980             :     .co_flags = 7,
   41981             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   41982             :     ._co_linearray_entry_size = 0,
   41983             :     .co_argcount = 2,
   41984             :     .co_posonlyargcount = 0,
   41985             :     .co_kwonlyargcount = 0,
   41986             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   41987             :     .co_stacksize = 5,
   41988             :     .co_firstlineno = 1566,
   41989             :     .co_nlocalsplus = 6,
   41990             :     .co_nlocals = 5,
   41991             :     .co_nplaincellvars = 1,
   41992             :     .co_ncellvars = 1,
   41993             :     .co_nfreevars = 0,
   41994             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_2_localsplusnames._object.ob_base.ob_base,
   41995             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_2_localspluskinds.ob_base.ob_base,
   41996             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   41997             :     .co_name = &_Py_ID(__init__),
   41998             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname._ascii.ob_base,
   41999             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_2_linetable.ob_base.ob_base,
   42000             :     ._co_code = NULL,
   42001             :     ._co_linearray = NULL,
   42002             :     .co_code_adaptive = "\x87\x05\x97\x00\x67\x00\x7d\x03\x7c\x02\x44\x00\x5d\x21\x00\x00\x5c\x02\x00\x00\x8a\x05\x7d\x04\x7c\x03\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x05\x66\x01\x64\x01\x84\x08\x7c\x04\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x23\x7c\x03\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x72\x06\x7c\x01\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x1c\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x3c\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x28\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x07\x7c\x01\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x53\x00",
   42003             :     ._co_firsttraceable = 1,
   42004             : };
   42005             : static
   42006             :     struct {
   42007             :         PyASCIIObject _ascii;
   42008             :         uint8_t _data[32];
   42009             :     }
   42010             : importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0 = {
   42011             :     ._ascii = {
   42012             :         .ob_base = {
   42013             :             .ob_refcnt = 999999999,
   42014             :             .ob_type = &PyUnicode_Type,
   42015             :         },
   42016             :         .length = 31,
   42017             :         .hash = -1,
   42018             :         .state = {
   42019             :             .kind = 1,
   42020             :             .compact = 1,
   42021             :             .ascii = 1,
   42022             :         },
   42023             :     },
   42024             :     ._data = "Invalidate the directory mtime.",
   42025             : };
   42026             : static
   42027             :     struct {
   42028             :         PyGC_Head _gc_head;
   42029             :         struct {
   42030             :             PyObject_VAR_HEAD
   42031             :             PyObject *ob_item[3];
   42032             :         }_object;
   42033             :     }
   42034             : importlib__bootstrap_external_toplevel_consts_73_consts_3_consts = {
   42035             :     ._object = {
   42036             :         .ob_base = {
   42037             :             .ob_base = {
   42038             :                 .ob_refcnt = 999999999,
   42039             :                 .ob_type = &PyTuple_Type,
   42040             :             },
   42041             :             .ob_size = 3,
   42042             :         },
   42043             :         .ob_item = {
   42044             :             & importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0._ascii.ob_base,
   42045             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   42046             :             Py_None,
   42047             :         },
   42048             :     },
   42049             : };
   42050             : static
   42051             :     struct {
   42052             :         PyGC_Head _gc_head;
   42053             :         struct {
   42054             :             PyObject_VAR_HEAD
   42055             :             PyObject *ob_item[1];
   42056             :         }_object;
   42057             :     }
   42058             : importlib__bootstrap_external_toplevel_consts_73_consts_3_names = {
   42059             :     ._object = {
   42060             :         .ob_base = {
   42061             :             .ob_base = {
   42062             :                 .ob_refcnt = 999999999,
   42063             :                 .ob_type = &PyTuple_Type,
   42064             :             },
   42065             :             .ob_size = 1,
   42066             :         },
   42067             :         .ob_item = {
   42068             :             & const_str__path_mtime._ascii.ob_base,
   42069             :         },
   42070             :     },
   42071             : };
   42072             : static
   42073             :     struct {
   42074             :         PyASCIIObject _ascii;
   42075             :         uint8_t _data[29];
   42076             :     }
   42077             : importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname = {
   42078             :     ._ascii = {
   42079             :         .ob_base = {
   42080             :             .ob_refcnt = 999999999,
   42081             :             .ob_type = &PyUnicode_Type,
   42082             :         },
   42083             :         .length = 28,
   42084             :         .hash = -1,
   42085             :         .state = {
   42086             :             .kind = 1,
   42087             :             .compact = 1,
   42088             :             .ascii = 1,
   42089             :         },
   42090             :     },
   42091             :     ._data = "FileFinder.invalidate_caches",
   42092             : };
   42093             : static
   42094             :     struct {
   42095             :         PyObject_VAR_HEAD
   42096             :         Py_hash_t ob_shash;
   42097             :         char ob_sval[17];
   42098             :     }
   42099             : importlib__bootstrap_external_toplevel_consts_73_consts_3_linetable = {
   42100             :     .ob_base = {
   42101             :         .ob_base = {
   42102             :             .ob_refcnt = 999999999,
   42103             :             .ob_type = &PyBytes_Type,
   42104             :         },
   42105             :         .ob_size = 16,
   42106             :     },
   42107             :     .ob_shash = -1,
   42108             :     .ob_sval = "\x80\x00\xe0\x1b\x1d\x88\x04\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
   42109             : };
   42110             : static
   42111             :     struct _PyCode_DEF(20)
   42112             : importlib__bootstrap_external_toplevel_consts_73_consts_3 = {
   42113             :     .ob_base = {
   42114             :         .ob_base = {
   42115             :             .ob_refcnt = 999999999,
   42116             :             .ob_type = &PyCode_Type,
   42117             :         },
   42118             :         .ob_size = 10,
   42119             :     },
   42120             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_3_consts._object.ob_base.ob_base,
   42121             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_3_names._object.ob_base.ob_base,
   42122             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   42123             :     .co_flags = 3,
   42124             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   42125             :     ._co_linearray_entry_size = 0,
   42126             :     .co_argcount = 1,
   42127             :     .co_posonlyargcount = 0,
   42128             :     .co_kwonlyargcount = 0,
   42129             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   42130             :     .co_stacksize = 2,
   42131             :     .co_firstlineno = 1585,
   42132             :     .co_nlocalsplus = 1,
   42133             :     .co_nlocals = 1,
   42134             :     .co_nplaincellvars = 0,
   42135             :     .co_ncellvars = 0,
   42136             :     .co_nfreevars = 0,
   42137             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   42138             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   42139             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   42140             :     .co_name = & const_str_invalidate_caches._ascii.ob_base,
   42141             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname._ascii.ob_base,
   42142             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_3_linetable.ob_base.ob_base,
   42143             :     ._co_code = NULL,
   42144             :     ._co_linearray = NULL,
   42145             :     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
   42146             :     ._co_firsttraceable = 0,
   42147             : };
   42148             : static
   42149             :     struct {
   42150             :         PyASCIIObject _ascii;
   42151             :         uint8_t _data[198];
   42152             :     }
   42153             : importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0 = {
   42154             :     ._ascii = {
   42155             :         .ob_base = {
   42156             :             .ob_refcnt = 999999999,
   42157             :             .ob_type = &PyUnicode_Type,
   42158             :         },
   42159             :         .length = 197,
   42160             :         .hash = -1,
   42161             :         .state = {
   42162             :             .kind = 1,
   42163             :             .compact = 1,
   42164             :             .ascii = 1,
   42165             :         },
   42166             :     },
   42167             :     ._data = "\x54\x72\x79\x20\x74\x6f\x20\x66\x69\x6e\x64\x20\x61\x20\x6c\x6f\x61\x64\x65\x72\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x6f\x72\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x70\x6f\x72\x74\x69\x6f\x6e\x73\x2e\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x28\x6c\x6f\x61\x64\x65\x72\x2c\x20\x6c\x69\x73\x74\x2d\x6f\x66\x2d\x70\x6f\x72\x74\x69\x6f\x6e\x73\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   42168             : };
   42169             : static
   42170             :     struct {
   42171             :         PyASCIIObject _ascii;
   42172             :         uint8_t _data[102];
   42173             :     }
   42174             : importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1 = {
   42175             :     ._ascii = {
   42176             :         .ob_base = {
   42177             :             .ob_refcnt = 999999999,
   42178             :             .ob_type = &PyUnicode_Type,
   42179             :         },
   42180             :         .length = 101,
   42181             :         .hash = -1,
   42182             :         .state = {
   42183             :             .kind = 1,
   42184             :             .compact = 1,
   42185             :             .ascii = 1,
   42186             :         },
   42187             :     },
   42188             :     ._data = "FileFinder.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
   42189             : };
   42190             : static
   42191             :     struct {
   42192             :         PyGC_Head _gc_head;
   42193             :         struct {
   42194             :             PyObject_VAR_HEAD
   42195             :             PyObject *ob_item[3];
   42196             :         }_object;
   42197             :     }
   42198             : importlib__bootstrap_external_toplevel_consts_73_consts_4_consts = {
   42199             :     ._object = {
   42200             :         .ob_base = {
   42201             :             .ob_base = {
   42202             :                 .ob_refcnt = 999999999,
   42203             :                 .ob_type = &PyTuple_Type,
   42204             :             },
   42205             :             .ob_size = 3,
   42206             :         },
   42207             :         .ob_item = {
   42208             :             & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0._ascii.ob_base,
   42209             :             & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1._ascii.ob_base,
   42210             :             Py_None,
   42211             :         },
   42212             :     },
   42213             : };
   42214             : static
   42215             :     struct {
   42216             :         PyGC_Head _gc_head;
   42217             :         struct {
   42218             :             PyObject_VAR_HEAD
   42219             :             PyObject *ob_item[6];
   42220             :         }_object;
   42221             :     }
   42222             : importlib__bootstrap_external_toplevel_consts_73_consts_4_names = {
   42223             :     ._object = {
   42224             :         .ob_base = {
   42225             :             .ob_base = {
   42226             :                 .ob_refcnt = 999999999,
   42227             :                 .ob_type = &PyTuple_Type,
   42228             :             },
   42229             :             .ob_size = 6,
   42230             :         },
   42231             :         .ob_item = {
   42232             :             & const_str__warnings._ascii.ob_base,
   42233             :             & const_str_warn._ascii.ob_base,
   42234             :             & const_str_DeprecationWarning._ascii.ob_base,
   42235             :             & const_str_find_spec._ascii.ob_base,
   42236             :             & const_str_loader._ascii.ob_base,
   42237             :             & const_str_submodule_search_locations._ascii.ob_base,
   42238             :         },
   42239             :     },
   42240             : };
   42241             : static
   42242             :     struct {
   42243             :         PyASCIIObject _ascii;
   42244             :         uint8_t _data[23];
   42245             :     }
   42246             : importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname = {
   42247             :     ._ascii = {
   42248             :         .ob_base = {
   42249             :             .ob_refcnt = 999999999,
   42250             :             .ob_type = &PyUnicode_Type,
   42251             :         },
   42252             :         .length = 22,
   42253             :         .hash = -1,
   42254             :         .state = {
   42255             :             .kind = 1,
   42256             :             .compact = 1,
   42257             :             .ascii = 1,
   42258             :         },
   42259             :     },
   42260             :     ._data = "FileFinder.find_loader",
   42261             : };
   42262             : static
   42263             :     struct {
   42264             :         PyObject_VAR_HEAD
   42265             :         Py_hash_t ob_shash;
   42266             :         char ob_sval[90];
   42267             :     }
   42268             : importlib__bootstrap_external_toplevel_consts_73_consts_4_linetable = {
   42269             :     .ob_base = {
   42270             :         .ob_base = {
   42271             :             .ob_refcnt = 999999999,
   42272             :             .ob_type = &PyBytes_Type,
   42273             :         },
   42274             :         .ob_size = 89,
   42275             :     },
   42276             :     .ob_shash = -1,
   42277             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x17\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x14\x8f\x7e\x89\x7e\x98\x68\xd4\x0f\x27\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x1c\xd8\x13\x17\x98\x12\x90\x38\x88\x4f\xd8\x0f\x13\x8f\x7b\x89\x7b\x98\x44\xd7\x1c\x3b\xd1\x1c\x3b\xd0\x1c\x41\xb8\x72\xd0\x0f\x41\xd0\x08\x41",
   42278             : };
   42279             : static
   42280             :     struct {
   42281             :         PyGC_Head _gc_head;
   42282             :         struct {
   42283             :             PyObject_VAR_HEAD
   42284             :             PyObject *ob_item[3];
   42285             :         }_object;
   42286             :     }
   42287             : importlib__bootstrap_external_toplevel_consts_73_consts_4_localsplusnames = {
   42288             :     ._object = {
   42289             :         .ob_base = {
   42290             :             .ob_base = {
   42291             :                 .ob_refcnt = 999999999,
   42292             :                 .ob_type = &PyTuple_Type,
   42293             :             },
   42294             :             .ob_size = 3,
   42295             :         },
   42296             :         .ob_item = {
   42297             :             & const_str_self._ascii.ob_base,
   42298             :             & const_str_fullname._ascii.ob_base,
   42299             :             & const_str_spec._ascii.ob_base,
   42300             :         },
   42301             :     },
   42302             : };
   42303             : static
   42304             :     struct _PyCode_DEF(160)
   42305             : importlib__bootstrap_external_toplevel_consts_73_consts_4 = {
   42306             :     .ob_base = {
   42307             :         .ob_base = {
   42308             :             .ob_refcnt = 999999999,
   42309             :             .ob_type = &PyCode_Type,
   42310             :         },
   42311             :         .ob_size = 80,
   42312             :     },
   42313             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts._object.ob_base.ob_base,
   42314             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_4_names._object.ob_base.ob_base,
   42315             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   42316             :     .co_flags = 3,
   42317             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   42318             :     ._co_linearray_entry_size = 0,
   42319             :     .co_argcount = 2,
   42320             :     .co_posonlyargcount = 0,
   42321             :     .co_kwonlyargcount = 0,
   42322             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   42323             :     .co_stacksize = 4,
   42324             :     .co_firstlineno = 1591,
   42325             :     .co_nlocalsplus = 3,
   42326             :     .co_nlocals = 3,
   42327             :     .co_nplaincellvars = 0,
   42328             :     .co_ncellvars = 0,
   42329             :     .co_nfreevars = 0,
   42330             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_4_localsplusnames._object.ob_base.ob_base,
   42331             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   42332             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   42333             :     .co_name = & const_str_find_loader._ascii.ob_base,
   42334             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname._ascii.ob_base,
   42335             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_4_linetable.ob_base.ob_base,
   42336             :     ._co_code = NULL,
   42337             :     ._co_linearray = NULL,
   42338             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x04\x64\x02\x67\x00\x66\x02\x53\x00\x7c\x02\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x67\x00\x66\x02\x53\x00",
   42339             :     ._co_firsttraceable = 0,
   42340             : };
   42341             : static
   42342             :     struct {
   42343             :         PyGC_Head _gc_head;
   42344             :         struct {
   42345             :             PyObject_VAR_HEAD
   42346             :             PyObject *ob_item[2];
   42347             :         }_object;
   42348             :     }
   42349             : importlib__bootstrap_external_toplevel_consts_73_consts_5_consts = {
   42350             :     ._object = {
   42351             :         .ob_base = {
   42352             :             .ob_base = {
   42353             :                 .ob_refcnt = 999999999,
   42354             :                 .ob_type = &PyTuple_Type,
   42355             :             },
   42356             :             .ob_size = 2,
   42357             :         },
   42358             :         .ob_item = {
   42359             :             Py_None,
   42360             :             & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
   42361             :         },
   42362             :     },
   42363             : };
   42364             : static
   42365             :     struct {
   42366             :         PyGC_Head _gc_head;
   42367             :         struct {
   42368             :             PyObject_VAR_HEAD
   42369             :             PyObject *ob_item[1];
   42370             :         }_object;
   42371             :     }
   42372             : importlib__bootstrap_external_toplevel_consts_73_consts_5_names = {
   42373             :     ._object = {
   42374             :         .ob_base = {
   42375             :             .ob_base = {
   42376             :                 .ob_refcnt = 999999999,
   42377             :                 .ob_type = &PyTuple_Type,
   42378             :             },
   42379             :             .ob_size = 1,
   42380             :         },
   42381             :         .ob_item = {
   42382             :             & const_str_spec_from_file_location._ascii.ob_base,
   42383             :         },
   42384             :     },
   42385             : };
   42386             : static
   42387             :     struct {
   42388             :         PyASCIIObject _ascii;
   42389             :         uint8_t _data[21];
   42390             :     }
   42391             : importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname = {
   42392             :     ._ascii = {
   42393             :         .ob_base = {
   42394             :             .ob_refcnt = 999999999,
   42395             :             .ob_type = &PyUnicode_Type,
   42396             :         },
   42397             :         .length = 20,
   42398             :         .hash = -1,
   42399             :         .state = {
   42400             :             .kind = 1,
   42401             :             .compact = 1,
   42402             :             .ascii = 1,
   42403             :         },
   42404             :     },
   42405             :     ._data = "FileFinder._get_spec",
   42406             : };
   42407             : static
   42408             :     struct {
   42409             :         PyObject_VAR_HEAD
   42410             :         Py_hash_t ob_shash;
   42411             :         char ob_sval[47];
   42412             :     }
   42413             : importlib__bootstrap_external_toplevel_consts_73_consts_5_linetable = {
   42414             :     .ob_base = {
   42415             :         .ob_base = {
   42416             :             .ob_refcnt = 999999999,
   42417             :             .ob_type = &PyBytes_Type,
   42418             :         },
   42419             :         .ob_size = 46,
   42420             :     },
   42421             :     .ob_shash = -1,
   42422             :     .ob_sval = "\x80\x00\xd8\x11\x1d\x90\x1c\x98\x68\xa8\x04\xd4\x11\x2d\x88\x06\xdd\x0f\x26\xa0\x78\xb0\x14\xb8\x66\xd8\x42\x46\xf0\x03\x01\x10\x48\x01\xf4\x00\x01\x10\x48\x01\xf0\x00\x01\x09\x48\x01",
   42423             : };
   42424             : static
   42425             :     struct {
   42426             :         PyGC_Head _gc_head;
   42427             :         struct {
   42428             :             PyObject_VAR_HEAD
   42429             :             PyObject *ob_item[7];
   42430             :         }_object;
   42431             :     }
   42432             : importlib__bootstrap_external_toplevel_consts_73_consts_5_localsplusnames = {
   42433             :     ._object = {
   42434             :         .ob_base = {
   42435             :             .ob_base = {
   42436             :                 .ob_refcnt = 999999999,
   42437             :                 .ob_type = &PyTuple_Type,
   42438             :             },
   42439             :             .ob_size = 7,
   42440             :         },
   42441             :         .ob_item = {
   42442             :             & const_str_self._ascii.ob_base,
   42443             :             & const_str_loader_class._ascii.ob_base,
   42444             :             & const_str_fullname._ascii.ob_base,
   42445             :             &_Py_ID(path),
   42446             :             & const_str_smsl._ascii.ob_base,
   42447             :             & const_str_target._ascii.ob_base,
   42448             :             & const_str_loader._ascii.ob_base,
   42449             :         },
   42450             :     },
   42451             : };
   42452             : static
   42453             :     struct _PyCode_DEF(56)
   42454             : importlib__bootstrap_external_toplevel_consts_73_consts_5 = {
   42455             :     .ob_base = {
   42456             :         .ob_base = {
   42457             :             .ob_refcnt = 999999999,
   42458             :             .ob_type = &PyCode_Type,
   42459             :         },
   42460             :         .ob_size = 28,
   42461             :     },
   42462             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_5_consts._object.ob_base.ob_base,
   42463             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_5_names._object.ob_base.ob_base,
   42464             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   42465             :     .co_flags = 3,
   42466             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   42467             :     ._co_linearray_entry_size = 0,
   42468             :     .co_argcount = 6,
   42469             :     .co_posonlyargcount = 0,
   42470             :     .co_kwonlyargcount = 0,
   42471             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
   42472             :     .co_stacksize = 6,
   42473             :     .co_firstlineno = 1606,
   42474             :     .co_nlocalsplus = 7,
   42475             :     .co_nlocals = 7,
   42476             :     .co_nplaincellvars = 0,
   42477             :     .co_ncellvars = 0,
   42478             :     .co_nfreevars = 0,
   42479             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_5_localsplusnames._object.ob_base.ob_base,
   42480             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   42481             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   42482             :     .co_name = & const_str__get_spec._ascii.ob_base,
   42483             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname._ascii.ob_base,
   42484             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_5_linetable.ob_base.ob_base,
   42485             :     ._co_code = NULL,
   42486             :     ._co_linearray = NULL,
   42487             :     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x01\x7c\x02\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\x7c\x06\x7c\x04\xac\x01\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   42488             :     ._co_firsttraceable = 0,
   42489             : };
   42490             : static
   42491             :     struct {
   42492             :         PyASCIIObject _ascii;
   42493             :         uint8_t _data[112];
   42494             :     }
   42495             : importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0 = {
   42496             :     ._ascii = {
   42497             :         .ob_base = {
   42498             :             .ob_refcnt = 999999999,
   42499             :             .ob_type = &PyUnicode_Type,
   42500             :         },
   42501             :         .length = 111,
   42502             :         .hash = -1,
   42503             :         .state = {
   42504             :             .kind = 1,
   42505             :             .compact = 1,
   42506             :             .ascii = 1,
   42507             :         },
   42508             :     },
   42509             :     ._data = "\x54\x72\x79\x20\x74\x6f\x20\x66\x69\x6e\x64\x20\x61\x20\x73\x70\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x6d\x61\x74\x63\x68\x69\x6e\x67\x20\x73\x70\x65\x63\x2c\x20\x6f\x72\x20\x4e\x6f\x6e\x65\x20\x69\x66\x20\x6e\x6f\x74\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   42510             : };
   42511             : static
   42512             :     struct {
   42513             :         PyASCIIObject _ascii;
   42514             :         uint8_t _data[10];
   42515             :     }
   42516             : importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7 = {
   42517             :     ._ascii = {
   42518             :         .ob_base = {
   42519             :             .ob_refcnt = 999999999,
   42520             :             .ob_type = &PyUnicode_Type,
   42521             :         },
   42522             :         .length = 9,
   42523             :         .hash = -1,
   42524             :         .state = {
   42525             :             .kind = 1,
   42526             :             .compact = 1,
   42527             :             .ascii = 1,
   42528             :         },
   42529             :     },
   42530             :     ._data = "trying {}",
   42531             : };
   42532             : static
   42533             :     struct {
   42534             :         PyASCIIObject _ascii;
   42535             :         uint8_t _data[26];
   42536             :     }
   42537             : importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9 = {
   42538             :     ._ascii = {
   42539             :         .ob_base = {
   42540             :             .ob_refcnt = 999999999,
   42541             :             .ob_type = &PyUnicode_Type,
   42542             :         },
   42543             :         .length = 25,
   42544             :         .hash = -1,
   42545             :         .state = {
   42546             :             .kind = 1,
   42547             :             .compact = 1,
   42548             :             .ascii = 1,
   42549             :         },
   42550             :     },
   42551             :     ._data = "possible namespace for {}",
   42552             : };
   42553             : static
   42554             :     struct {
   42555             :         PyGC_Head _gc_head;
   42556             :         struct {
   42557             :             PyObject_VAR_HEAD
   42558             :             PyObject *ob_item[10];
   42559             :         }_object;
   42560             :     }
   42561             : importlib__bootstrap_external_toplevel_consts_73_consts_7_consts = {
   42562             :     ._object = {
   42563             :         .ob_base = {
   42564             :             .ob_base = {
   42565             :                 .ob_refcnt = 999999999,
   42566             :                 .ob_type = &PyTuple_Type,
   42567             :             },
   42568             :             .ob_size = 10,
   42569             :         },
   42570             :         .ob_item = {
   42571             :             & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0._ascii.ob_base,
   42572             :             Py_False,
   42573             :             &_Py_STR(dot),
   42574             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   42575             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   42576             :             &_Py_ID(__init__),
   42577             :             Py_None,
   42578             :             & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7._ascii.ob_base,
   42579             :             & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
   42580             :             & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9._ascii.ob_base,
   42581             :         },
   42582             :     },
   42583             : };
   42584             : static
   42585             :     struct {
   42586             :         PyASCIIObject _ascii;
   42587             :         uint8_t _data[12];
   42588             :     }
   42589             : const_str__fill_cache = {
   42590             :     ._ascii = {
   42591             :         .ob_base = {
   42592             :             .ob_refcnt = 999999999,
   42593             :             .ob_type = &PyUnicode_Type,
   42594             :         },
   42595             :         .length = 11,
   42596             :         .hash = -1,
   42597             :         .state = {
   42598             :             .kind = 1,
   42599             :             .compact = 1,
   42600             :             .ascii = 1,
   42601             :         },
   42602             :     },
   42603             :     ._data = "_fill_cache",
   42604             : };
   42605             : static
   42606             :     struct {
   42607             :         PyGC_Head _gc_head;
   42608             :         struct {
   42609             :             PyObject_VAR_HEAD
   42610             :             PyObject *ob_item[23];
   42611             :         }_object;
   42612             :     }
   42613             : importlib__bootstrap_external_toplevel_consts_73_consts_7_names = {
   42614             :     ._object = {
   42615             :         .ob_base = {
   42616             :             .ob_base = {
   42617             :                 .ob_refcnt = 999999999,
   42618             :                 .ob_type = &PyTuple_Type,
   42619             :             },
   42620             :             .ob_size = 23,
   42621             :         },
   42622             :         .ob_item = {
   42623             :             & const_str_rpartition._ascii.ob_base,
   42624             :             & const_str__path_stat._ascii.ob_base,
   42625             :             &_Py_ID(path),
   42626             :             & const_str__os._ascii.ob_base,
   42627             :             & const_str_getcwd._ascii.ob_base,
   42628             :             & const_str_st_mtime._ascii.ob_base,
   42629             :             & const_str_OSError._ascii.ob_base,
   42630             :             & const_str__path_mtime._ascii.ob_base,
   42631             :             & const_str__fill_cache._ascii.ob_base,
   42632             :             & const_str__relax_case._ascii.ob_base,
   42633             :             & const_str__relaxed_path_cache._ascii.ob_base,
   42634             :             & const_str_lower._ascii.ob_base,
   42635             :             & const_str__path_cache._ascii.ob_base,
   42636             :             & const_str__path_join._ascii.ob_base,
   42637             :             & const_str__loaders._ascii.ob_base,
   42638             :             & const_str__path_isfile._ascii.ob_base,
   42639             :             & const_str__get_spec._ascii.ob_base,
   42640             :             & const_str__path_isdir._ascii.ob_base,
   42641             :             & const_str_ValueError._ascii.ob_base,
   42642             :             &_Py_ID(_bootstrap),
   42643             :             & const_str__verbose_message._ascii.ob_base,
   42644             :             & const_str_ModuleSpec._ascii.ob_base,
   42645             :             & const_str_submodule_search_locations._ascii.ob_base,
   42646             :         },
   42647             :     },
   42648             : };
   42649             : static
   42650             :     struct {
   42651             :         PyASCIIObject _ascii;
   42652             :         uint8_t _data[21];
   42653             :     }
   42654             : importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname = {
   42655             :     ._ascii = {
   42656             :         .ob_base = {
   42657             :             .ob_refcnt = 999999999,
   42658             :             .ob_type = &PyUnicode_Type,
   42659             :         },
   42660             :         .length = 20,
   42661             :         .hash = -1,
   42662             :         .state = {
   42663             :             .kind = 1,
   42664             :             .compact = 1,
   42665             :             .ascii = 1,
   42666             :         },
   42667             :     },
   42668             :     ._data = "FileFinder.find_spec",
   42669             : };
   42670             : static
   42671             :     struct {
   42672             :         PyObject_VAR_HEAD
   42673             :         Py_hash_t ob_shash;
   42674             :         char ob_sval[585];
   42675             :     }
   42676             : importlib__bootstrap_external_toplevel_consts_73_consts_7_linetable = {
   42677             :     .ob_base = {
   42678             :         .ob_base = {
   42679             :             .ob_refcnt = 999999999,
   42680             :             .ob_type = &PyBytes_Type,
   42681             :         },
   42682             :         .ob_size = 584,
   42683             :     },
   42684             :     .ob_shash = -1,
   42685             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x18\x1d\x88\x0c\xd8\x16\x1e\xd7\x16\x29\xd1\x16\x29\xa8\x23\xd4\x16\x2e\xa8\x71\xd4\x16\x31\x88\x0b\xf0\x02\x03\x09\x17\xdd\x14\x1e\x98\x74\x9f\x79\x99\x79\xd0\x1f\x38\xad\x4a\xaf\x4a\xa9\x4a\xac\x4c\xd4\x14\x39\xd7\x14\x42\xd1\x14\x42\x88\x45\xf0\x06\x00\x0c\x11\x90\x44\xd7\x14\x24\xd1\x14\x24\xd2\x0b\x24\xf0\x00\x02\x09\x25\xd8\x0c\x10\xd7\x0c\x1c\xd1\x0c\x1c\xd4\x0c\x1e\xd0\x0c\x1e\xd8\x1f\x24\x88\x44\xd4\x0c\x1c\xe5\x0b\x16\x8c\x3d\xf0\x00\x05\x09\x27\xd8\x14\x18\xd7\x14\x2c\xd1\x14\x2c\x88\x45\xd8\x1b\x26\xd7\x1b\x2c\xd1\x1b\x2c\xd4\x1b\x2e\x88\x4c\x88\x4c\xe0\x14\x18\xd7\x14\x24\xd1\x14\x24\x88\x45\xd8\x1b\x26\x88\x4c\xe0\x0b\x17\x98\x35\xd0\x0b\x20\xf0\x00\x0a\x09\x36\xdd\x18\x22\xa0\x34\xa7\x39\xa1\x39\xa8\x6b\xd4\x18\x3a\x88\x49\xd8\x28\x2c\xaf\x0d\xa9\x0d\xf0\x00\x08\x0d\x36\xf1\x00\x08\x0d\x36\xd1\x10\x24\x90\x06\x98\x0c\xd8\x20\x2a\xa8\x56\xd1\x20\x33\x90\x0d\xdd\x1c\x26\xa0\x79\xb0\x2d\xd4\x1c\x40\x90\x09\xdd\x13\x1f\xa0\x09\xd4\x13\x2a\xf0\x00\x01\x11\x62\x01\xd8\x1b\x1f\x9f\x3e\x99\x3e\xa8\x2c\xb8\x08\xc0\x29\xc8\x69\xc8\x5b\xd0\x5a\x60\xd4\x1b\x61\xd0\x14\x61\xd0\x14\x61\xd0\x14\x61\xf5\x08\x00\x20\x2b\xa8\x39\xd4\x1f\x35\x90\x0c\xe0\x24\x28\xa7\x4d\xa1\x4d\xf0\x00\x09\x09\x38\xf1\x00\x09\x09\x38\xd1\x0c\x20\x88\x46\x90\x4c\xf0\x02\x03\x0d\x1c\xdd\x1c\x26\xa0\x74\xa7\x79\xa1\x79\xb0\x2b\xc0\x06\xd1\x32\x46\xd4\x1c\x47\x90\x09\xf5\x06\x00\x0d\x17\xd7\x0c\x27\xd1\x0c\x27\xa8\x0b\xb0\x59\xc8\x21\xd0\x0c\x27\xd4\x0c\x4c\xd0\x0c\x4c\xd8\x0f\x1b\x98\x66\xd1\x0f\x24\xa8\x05\xd0\x0f\x2d\xf0\x00\x03\x0d\x38\xdd\x13\x1f\xa0\x09\xd4\x13\x2a\xf0\x00\x02\x11\x38\xd8\x1b\x1f\x9f\x3e\x99\x3e\xa8\x2c\xb8\x08\xc0\x29\xd8\x2a\x2e\xb0\x06\xf4\x03\x01\x1c\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xe0\x0b\x17\xf0\x00\x04\x09\x18\xdd\x0c\x16\xd7\x0c\x27\xd1\x0c\x27\xd0\x28\x43\xc0\x59\xd4\x0c\x4f\xd0\x0c\x4f\xdd\x13\x1d\xd7\x13\x28\xd1\x13\x28\xa8\x18\xb0\x34\xd4\x13\x38\x88\x44\xd8\x2f\x38\xa8\x6b\x88\x44\xd4\x0c\x2b\xd8\x13\x17\x88\x4b\xd8\x0f\x13\x88\x74\xf8\xf5\x51\x01\x00\x10\x17\xf0\x00\x01\x09\x17\xf0\x00\x01\x09\x17\xf0\x00\x01\x09\x17\xd8\x14\x16\x88\x45\x88\x45\x89\x45\xf0\x03\x01\x09\x17\xf8\xf8\xf8\xf8\xf5\x38\x00\x14\x1e\xf0\x00\x01\x0d\x1c\xf0\x00\x01\x0d\x1c\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\x90\x74\x90\x74\xf0\x03\x01\x0d\x1c\xf8\xf8\xf8",
   42686             : };
   42687             : static
   42688             :     struct {
   42689             :         PyObject_VAR_HEAD
   42690             :         Py_hash_t ob_shash;
   42691             :         char ob_sval[36];
   42692             :     }
   42693             : importlib__bootstrap_external_toplevel_consts_73_consts_7_exceptiontable = {
   42694             :     .ob_base = {
   42695             :         .ob_base = {
   42696             :             .ob_refcnt = 999999999,
   42697             :             .ob_type = &PyBytes_Type,
   42698             :         },
   42699             :         .ob_size = 35,
   42700             :     },
   42701             :     .ob_shash = -1,
   42702             :     .ob_sval = "\x9c\x37\x47\x19\x00\xc4\x3a\x1b\x47\x2c\x02\xc7\x19\x0c\x47\x29\x03\xc7\x28\x01\x47\x29\x03\xc7\x2c\x0a\x47\x3b\x05\xc7\x3a\x01\x47\x3b\x05",
   42703             : };
   42704             : static
   42705             :     struct {
   42706             :         PyASCIIObject _ascii;
   42707             :         uint8_t _data[13];
   42708             :     }
   42709             : const_str_is_namespace = {
   42710             :     ._ascii = {
   42711             :         .ob_base = {
   42712             :             .ob_refcnt = 999999999,
   42713             :             .ob_type = &PyUnicode_Type,
   42714             :         },
   42715             :         .length = 12,
   42716             :         .hash = -1,
   42717             :         .state = {
   42718             :             .kind = 1,
   42719             :             .compact = 1,
   42720             :             .ascii = 1,
   42721             :         },
   42722             :     },
   42723             :     ._data = "is_namespace",
   42724             : };
   42725             : static
   42726             :     struct {
   42727             :         PyASCIIObject _ascii;
   42728             :         uint8_t _data[12];
   42729             :     }
   42730             : const_str_tail_module = {
   42731             :     ._ascii = {
   42732             :         .ob_base = {
   42733             :             .ob_refcnt = 999999999,
   42734             :             .ob_type = &PyUnicode_Type,
   42735             :         },
   42736             :         .length = 11,
   42737             :         .hash = -1,
   42738             :         .state = {
   42739             :             .kind = 1,
   42740             :             .compact = 1,
   42741             :             .ascii = 1,
   42742             :         },
   42743             :     },
   42744             :     ._data = "tail_module",
   42745             : };
   42746             : static
   42747             :     struct {
   42748             :         PyASCIIObject _ascii;
   42749             :         uint8_t _data[6];
   42750             :     }
   42751             : const_str_cache = {
   42752             :     ._ascii = {
   42753             :         .ob_base = {
   42754             :             .ob_refcnt = 999999999,
   42755             :             .ob_type = &PyUnicode_Type,
   42756             :         },
   42757             :         .length = 5,
   42758             :         .hash = -1,
   42759             :         .state = {
   42760             :             .kind = 1,
   42761             :             .compact = 1,
   42762             :             .ascii = 1,
   42763             :         },
   42764             :     },
   42765             :     ._data = "cache",
   42766             : };
   42767             : static
   42768             :     struct {
   42769             :         PyASCIIObject _ascii;
   42770             :         uint8_t _data[13];
   42771             :     }
   42772             : const_str_cache_module = {
   42773             :     ._ascii = {
   42774             :         .ob_base = {
   42775             :             .ob_refcnt = 999999999,
   42776             :             .ob_type = &PyUnicode_Type,
   42777             :         },
   42778             :         .length = 12,
   42779             :         .hash = -1,
   42780             :         .state = {
   42781             :             .kind = 1,
   42782             :             .compact = 1,
   42783             :             .ascii = 1,
   42784             :         },
   42785             :     },
   42786             :     ._data = "cache_module",
   42787             : };
   42788             : static
   42789             :     struct {
   42790             :         PyASCIIObject _ascii;
   42791             :         uint8_t _data[10];
   42792             :     }
   42793             : const_str_base_path = {
   42794             :     ._ascii = {
   42795             :         .ob_base = {
   42796             :             .ob_refcnt = 999999999,
   42797             :             .ob_type = &PyUnicode_Type,
   42798             :         },
   42799             :         .length = 9,
   42800             :         .hash = -1,
   42801             :         .state = {
   42802             :             .kind = 1,
   42803             :             .compact = 1,
   42804             :             .ascii = 1,
   42805             :         },
   42806             :     },
   42807             :     ._data = "base_path",
   42808             : };
   42809             : static
   42810             :     struct {
   42811             :         PyASCIIObject _ascii;
   42812             :         uint8_t _data[14];
   42813             :     }
   42814             : const_str_init_filename = {
   42815             :     ._ascii = {
   42816             :         .ob_base = {
   42817             :             .ob_refcnt = 999999999,
   42818             :             .ob_type = &PyUnicode_Type,
   42819             :         },
   42820             :         .length = 13,
   42821             :         .hash = -1,
   42822             :         .state = {
   42823             :             .kind = 1,
   42824             :             .compact = 1,
   42825             :             .ascii = 1,
   42826             :         },
   42827             :     },
   42828             :     ._data = "init_filename",
   42829             : };
   42830             : static
   42831             :     struct {
   42832             :         PyASCIIObject _ascii;
   42833             :         uint8_t _data[10];
   42834             :     }
   42835             : const_str_full_path = {
   42836             :     ._ascii = {
   42837             :         .ob_base = {
   42838             :             .ob_refcnt = 999999999,
   42839             :             .ob_type = &PyUnicode_Type,
   42840             :         },
   42841             :         .length = 9,
   42842             :         .hash = -1,
   42843             :         .state = {
   42844             :             .kind = 1,
   42845             :             .compact = 1,
   42846             :             .ascii = 1,
   42847             :         },
   42848             :     },
   42849             :     ._data = "full_path",
   42850             : };
   42851             : static
   42852             :     struct {
   42853             :         PyGC_Head _gc_head;
   42854             :         struct {
   42855             :             PyObject_VAR_HEAD
   42856             :             PyObject *ob_item[14];
   42857             :         }_object;
   42858             :     }
   42859             : importlib__bootstrap_external_toplevel_consts_73_consts_7_localsplusnames = {
   42860             :     ._object = {
   42861             :         .ob_base = {
   42862             :             .ob_base = {
   42863             :                 .ob_refcnt = 999999999,
   42864             :                 .ob_type = &PyTuple_Type,
   42865             :             },
   42866             :             .ob_size = 14,
   42867             :         },
   42868             :         .ob_item = {
   42869             :             & const_str_self._ascii.ob_base,
   42870             :             & const_str_fullname._ascii.ob_base,
   42871             :             & const_str_target._ascii.ob_base,
   42872             :             & const_str_is_namespace._ascii.ob_base,
   42873             :             & const_str_tail_module._ascii.ob_base,
   42874             :             & const_str_mtime._ascii.ob_base,
   42875             :             & const_str_cache._ascii.ob_base,
   42876             :             & const_str_cache_module._ascii.ob_base,
   42877             :             & const_str_base_path._ascii.ob_base,
   42878             :             & const_str_suffix._ascii.ob_base,
   42879             :             & const_str_loader_class._ascii.ob_base,
   42880             :             & const_str_init_filename._ascii.ob_base,
   42881             :             & const_str_full_path._ascii.ob_base,
   42882             :             & const_str_spec._ascii.ob_base,
   42883             :         },
   42884             :     },
   42885             : };
   42886             : static
   42887             :     struct {
   42888             :         PyObject_VAR_HEAD
   42889             :         Py_hash_t ob_shash;
   42890             :         char ob_sval[15];
   42891             :     }
   42892             : importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds = {
   42893             :     .ob_base = {
   42894             :         .ob_base = {
   42895             :             .ob_refcnt = 999999999,
   42896             :             .ob_type = &PyBytes_Type,
   42897             :         },
   42898             :         .ob_size = 14,
   42899             :     },
   42900             :     .ob_shash = -1,
   42901             :     .ob_sval = "              ",
   42902             : };
   42903             : static
   42904             :     struct _PyCode_DEF(1020)
   42905             : importlib__bootstrap_external_toplevel_consts_73_consts_7 = {
   42906             :     .ob_base = {
   42907             :         .ob_base = {
   42908             :             .ob_refcnt = 999999999,
   42909             :             .ob_type = &PyCode_Type,
   42910             :         },
   42911             :         .ob_size = 510,
   42912             :     },
   42913             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts._object.ob_base.ob_base,
   42914             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_7_names._object.ob_base.ob_base,
   42915             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_73_consts_7_exceptiontable.ob_base.ob_base,
   42916             :     .co_flags = 3,
   42917             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   42918             :     ._co_linearray_entry_size = 0,
   42919             :     .co_argcount = 3,
   42920             :     .co_posonlyargcount = 0,
   42921             :     .co_kwonlyargcount = 0,
   42922             :     .co_framesize = 22 + FRAME_SPECIALS_SIZE,
   42923             :     .co_stacksize = 8,
   42924             :     .co_firstlineno = 1611,
   42925             :     .co_nlocalsplus = 14,
   42926             :     .co_nlocals = 14,
   42927             :     .co_nplaincellvars = 0,
   42928             :     .co_ncellvars = 0,
   42929             :     .co_nfreevars = 0,
   42930             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localsplusnames._object.ob_base.ob_base,
   42931             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
   42932             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   42933             :     .co_name = & const_str_find_spec._ascii.ob_base,
   42934             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname._ascii.ob_base,
   42935             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_7_linetable.ob_base.ob_base,
   42936             :     ._co_code = NULL,
   42937             :     ._co_linearray = NULL,
   42938             :     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x03\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x15\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x18\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1e\x7c\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x04\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x0e\x7c\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x04\x7d\x07\x7c\x07\x7c\x06\x76\x00\x72\x70\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3d\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x64\x05\x7c\x09\x7a\x00\x00\x00\x7d\x0b\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7c\x0b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x26\x7c\x00\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x01\x7c\x0c\x7c\x08\x67\x01\x7c\x02\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x66\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x09\x00\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x09\x7a\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x0c\x64\x03\xac\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x07\x7c\x09\x7a\x00\x00\x00\x7c\x06\x76\x00\xaf\x43\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x50\x7c\x00\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x01\x7c\x0c\x64\x06\x7c\x02\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x7c\x03\x72\x3a\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7f\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x7c\x08\x67\x01\x7c\x0d\x5f\x16\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x53\x00\x64\x06\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x06\x01\x00\x64\x04\x7d\x05\x59\x00\x3e\x01\x8c\x95\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x59\x00\x01\x00\x64\x06\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   42939             :     ._co_firsttraceable = 0,
   42940             : };
   42941             : static
   42942             :     struct {
   42943             :         PyASCIIObject _ascii;
   42944             :         uint8_t _data[69];
   42945             :     }
   42946             : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0 = {
   42947             :     ._ascii = {
   42948             :         .ob_base = {
   42949             :             .ob_refcnt = 999999999,
   42950             :             .ob_type = &PyUnicode_Type,
   42951             :         },
   42952             :         .length = 68,
   42953             :         .hash = -1,
   42954             :         .state = {
   42955             :             .kind = 1,
   42956             :             .compact = 1,
   42957             :             .ascii = 1,
   42958             :         },
   42959             :     },
   42960             :     ._data = "Fill the cache of potential modules and packages for this directory.",
   42961             : };
   42962             : static
   42963             :     struct {
   42964             :         PyGC_Head _gc_head;
   42965             :         struct {
   42966             :             PyObject_VAR_HEAD
   42967             :             PyObject *ob_item[1];
   42968             :         }_object;
   42969             :     }
   42970             : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_names = {
   42971             :     ._object = {
   42972             :         .ob_base = {
   42973             :             .ob_base = {
   42974             :                 .ob_refcnt = 999999999,
   42975             :                 .ob_type = &PyTuple_Type,
   42976             :             },
   42977             :             .ob_size = 1,
   42978             :         },
   42979             :         .ob_item = {
   42980             :             & const_str_lower._ascii.ob_base,
   42981             :         },
   42982             :     },
   42983             : };
   42984             : static
   42985             :     struct {
   42986             :         PyASCIIObject _ascii;
   42987             :         uint8_t _data[42];
   42988             :     }
   42989             : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname = {
   42990             :     ._ascii = {
   42991             :         .ob_base = {
   42992             :             .ob_refcnt = 999999999,
   42993             :             .ob_type = &PyUnicode_Type,
   42994             :         },
   42995             :         .length = 41,
   42996             :         .hash = -1,
   42997             :         .state = {
   42998             :             .kind = 1,
   42999             :             .compact = 1,
   43000             :             .ascii = 1,
   43001             :         },
   43002             :     },
   43003             :     ._data = "FileFinder._fill_cache.<locals>.<setcomp>",
   43004             : };
   43005             : static
   43006             :     struct {
   43007             :         PyObject_VAR_HEAD
   43008             :         Py_hash_t ob_shash;
   43009             :         char ob_sval[31];
   43010             :     }
   43011             : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_linetable = {
   43012             :     .ob_base = {
   43013             :         .ob_base = {
   43014             :             .ob_refcnt = 999999999,
   43015             :             .ob_type = &PyBytes_Type,
   43016             :         },
   43017             :         .ob_size = 30,
   43018             :     },
   43019             :     .ob_shash = -1,
   43020             :     .ob_sval = "\x80\x00\xd0\x27\x46\xd0\x27\x46\xd1\x27\x46\xb0\x72\xa8\x02\xaf\x08\xa9\x08\xac\x0a\xd0\x27\x46\xd0\x27\x46\xd0\x27\x46",
   43021             : };
   43022             : static
   43023             :     struct {
   43024             :         PyASCIIObject _ascii;
   43025             :         uint8_t _data[3];
   43026             :     }
   43027             : const_str_fn = {
   43028             :     ._ascii = {
   43029             :         .ob_base = {
   43030             :             .ob_refcnt = 999999999,
   43031             :             .ob_type = &PyUnicode_Type,
   43032             :         },
   43033             :         .length = 2,
   43034             :         .hash = -1,
   43035             :         .state = {
   43036             :             .kind = 1,
   43037             :             .compact = 1,
   43038             :             .ascii = 1,
   43039             :         },
   43040             :     },
   43041             :     ._data = "fn",
   43042             : };
   43043             : static
   43044             :     struct {
   43045             :         PyGC_Head _gc_head;
   43046             :         struct {
   43047             :             PyObject_VAR_HEAD
   43048             :             PyObject *ob_item[2];
   43049             :         }_object;
   43050             :     }
   43051             : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_localsplusnames = {
   43052             :     ._object = {
   43053             :         .ob_base = {
   43054             :             .ob_base = {
   43055             :                 .ob_refcnt = 999999999,
   43056             :                 .ob_type = &PyTuple_Type,
   43057             :             },
   43058             :             .ob_size = 2,
   43059             :         },
   43060             :         .ob_item = {
   43061             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   43062             :             & const_str_fn._ascii.ob_base,
   43063             :         },
   43064             :     },
   43065             : };
   43066             : static
   43067             :     struct _PyCode_DEF(50)
   43068             : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4 = {
   43069             :     .ob_base = {
   43070             :         .ob_base = {
   43071             :             .ob_refcnt = 999999999,
   43072             :             .ob_type = &PyCode_Type,
   43073             :         },
   43074             :         .ob_size = 25,
   43075             :     },
   43076             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
   43077             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_names._object.ob_base.ob_base,
   43078             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   43079             :     .co_flags = 19,
   43080             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   43081             :     ._co_linearray_entry_size = 0,
   43082             :     .co_argcount = 1,
   43083             :     .co_posonlyargcount = 0,
   43084             :     .co_kwonlyargcount = 0,
   43085             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   43086             :     .co_stacksize = 4,
   43087             :     .co_firstlineno = 1691,
   43088             :     .co_nlocalsplus = 2,
   43089             :     .co_nlocals = 2,
   43090             :     .co_nplaincellvars = 0,
   43091             :     .co_ncellvars = 0,
   43092             :     .co_nfreevars = 0,
   43093             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_localsplusnames._object.ob_base.ob_base,
   43094             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   43095             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   43096             :     .co_name = &_Py_STR(anon_setcomp),
   43097             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname._ascii.ob_base,
   43098             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_linetable.ob_base.ob_base,
   43099             :     ._co_code = NULL,
   43100             :     ._co_linearray = NULL,
   43101             :     .co_code_adaptive = "\x97\x00\x68\x00\x7c\x00\x5d\x13\x00\x00\x7d\x01\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x92\x02\x8c\x15\x53\x00",
   43102             :     ._co_firsttraceable = 0,
   43103             : };
   43104             : static
   43105             :     struct {
   43106             :         PyGC_Head _gc_head;
   43107             :         struct {
   43108             :             PyObject_VAR_HEAD
   43109             :             PyObject *ob_item[6];
   43110             :         }_object;
   43111             :     }
   43112             : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts = {
   43113             :     ._object = {
   43114             :         .ob_base = {
   43115             :             .ob_base = {
   43116             :                 .ob_refcnt = 999999999,
   43117             :                 .ob_type = &PyTuple_Type,
   43118             :             },
   43119             :             .ob_size = 6,
   43120             :         },
   43121             :         .ob_item = {
   43122             :             & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0._ascii.ob_base,
   43123             :             & const_str_win._ascii.ob_base,
   43124             :             &_Py_STR(dot),
   43125             :             & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
   43126             :             & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4.ob_base.ob_base,
   43127             :             Py_None,
   43128             :         },
   43129             :     },
   43130             : };
   43131             : static
   43132             :     struct {
   43133             :         PyASCIIObject _ascii;
   43134             :         uint8_t _data[8];
   43135             :     }
   43136             : const_str_listdir = {
   43137             :     ._ascii = {
   43138             :         .ob_base = {
   43139             :             .ob_refcnt = 999999999,
   43140             :             .ob_type = &PyUnicode_Type,
   43141             :         },
   43142             :         .length = 7,
   43143             :         .hash = -1,
   43144             :         .state = {
   43145             :             .kind = 1,
   43146             :             .compact = 1,
   43147             :             .ascii = 1,
   43148             :         },
   43149             :     },
   43150             :     ._data = "listdir",
   43151             : };
   43152             : static
   43153             :     struct {
   43154             :         PyASCIIObject _ascii;
   43155             :         uint8_t _data[16];
   43156             :     }
   43157             : const_str_PermissionError = {
   43158             :     ._ascii = {
   43159             :         .ob_base = {
   43160             :             .ob_refcnt = 999999999,
   43161             :             .ob_type = &PyUnicode_Type,
   43162             :         },
   43163             :         .length = 15,
   43164             :         .hash = -1,
   43165             :         .state = {
   43166             :             .kind = 1,
   43167             :             .compact = 1,
   43168             :             .ascii = 1,
   43169             :         },
   43170             :     },
   43171             :     ._data = "PermissionError",
   43172             : };
   43173             : static
   43174             :     struct {
   43175             :         PyASCIIObject _ascii;
   43176             :         uint8_t _data[19];
   43177             :     }
   43178             : const_str_NotADirectoryError = {
   43179             :     ._ascii = {
   43180             :         .ob_base = {
   43181             :             .ob_refcnt = 999999999,
   43182             :             .ob_type = &PyUnicode_Type,
   43183             :         },
   43184             :         .length = 18,
   43185             :         .hash = -1,
   43186             :         .state = {
   43187             :             .kind = 1,
   43188             :             .compact = 1,
   43189             :             .ascii = 1,
   43190             :         },
   43191             :     },
   43192             :     ._data = "NotADirectoryError",
   43193             : };
   43194             : static
   43195             :     struct {
   43196             :         PyGC_Head _gc_head;
   43197             :         struct {
   43198             :             PyObject_VAR_HEAD
   43199             :             PyObject *ob_item[18];
   43200             :         }_object;
   43201             :     }
   43202             : importlib__bootstrap_external_toplevel_consts_73_consts_8_names = {
   43203             :     ._object = {
   43204             :         .ob_base = {
   43205             :             .ob_base = {
   43206             :                 .ob_refcnt = 999999999,
   43207             :                 .ob_type = &PyTuple_Type,
   43208             :             },
   43209             :             .ob_size = 18,
   43210             :         },
   43211             :         .ob_item = {
   43212             :             &_Py_ID(path),
   43213             :             & const_str__os._ascii.ob_base,
   43214             :             & const_str_listdir._ascii.ob_base,
   43215             :             & const_str_getcwd._ascii.ob_base,
   43216             :             & const_str_FileNotFoundError._ascii.ob_base,
   43217             :             & const_str_PermissionError._ascii.ob_base,
   43218             :             & const_str_NotADirectoryError._ascii.ob_base,
   43219             :             & const_str_sys._ascii.ob_base,
   43220             :             & const_str_platform._ascii.ob_base,
   43221             :             & const_str_startswith._ascii.ob_base,
   43222             :             & const_str_set._ascii.ob_base,
   43223             :             & const_str__path_cache._ascii.ob_base,
   43224             :             & const_str_partition._ascii.ob_base,
   43225             :             & const_str_format._ascii.ob_base,
   43226             :             & const_str_lower._ascii.ob_base,
   43227             :             &_Py_ID(add),
   43228             :             & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
   43229             :             & const_str__relaxed_path_cache._ascii.ob_base,
   43230             :         },
   43231             :     },
   43232             : };
   43233             : static
   43234             :     struct {
   43235             :         PyASCIIObject _ascii;
   43236             :         uint8_t _data[23];
   43237             :     }
   43238             : importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname = {
   43239             :     ._ascii = {
   43240             :         .ob_base = {
   43241             :             .ob_refcnt = 999999999,
   43242             :             .ob_type = &PyUnicode_Type,
   43243             :         },
   43244             :         .length = 22,
   43245             :         .hash = -1,
   43246             :         .state = {
   43247             :             .kind = 1,
   43248             :             .compact = 1,
   43249             :             .ascii = 1,
   43250             :         },
   43251             :     },
   43252             :     ._data = "FileFinder._fill_cache",
   43253             : };
   43254             : static
   43255             :     struct {
   43256             :         PyObject_VAR_HEAD
   43257             :         Py_hash_t ob_shash;
   43258             :         char ob_sval[303];
   43259             :     }
   43260             : importlib__bootstrap_external_toplevel_consts_73_consts_8_linetable = {
   43261             :     .ob_base = {
   43262             :         .ob_base = {
   43263             :             .ob_refcnt = 999999999,
   43264             :             .ob_type = &PyBytes_Type,
   43265             :         },
   43266             :         .ob_size = 302,
   43267             :     },
   43268             :     .ob_shash = -1,
   43269             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x79\x89\x79\x88\x04\xf0\x02\x05\x09\x1a\xdd\x17\x22\x97\x7b\x91\x7b\xa0\x34\xd0\x23\x37\xad\x3a\xaf\x3a\xa9\x3a\xac\x3c\xd4\x17\x38\x88\x48\xf5\x0e\x00\x10\x13\x8f\x7c\x89\x7c\xd7\x0f\x26\xd1\x0f\x26\xa0\x75\xd4\x0f\x2d\xf0\x00\x10\x09\x35\xdd\x1f\x22\xa0\x38\x9c\x7d\x88\x44\xd4\x0c\x1c\xd0\x0c\x1c\xf5\x0e\x00\x25\x28\xa4\x45\xd0\x0c\x21\xd8\x18\x20\xf0\x00\x06\x0d\x34\xf1\x00\x06\x0d\x34\x90\x04\xd8\x24\x28\xa7\x4e\xa1\x4e\xb0\x33\xd4\x24\x37\xd1\x10\x21\x90\x04\x90\x63\x98\x36\xd8\x13\x16\xf0\x00\x03\x11\x24\xd8\x1f\x26\x9f\x7e\x99\x7e\xa8\x64\xb0\x46\xb7\x4c\xb1\x4c\xb4\x4e\xd4\x1f\x43\x90\x48\x90\x48\xe0\x1f\x23\x90\x48\xd8\x10\x25\xd7\x10\x29\xd1\x10\x29\xa8\x28\xd4\x10\x33\xd0\x10\x33\xd0\x10\x33\xd8\x1f\x34\x88\x44\xd4\x0c\x1c\xdd\x0b\x0e\x8f\x3c\x89\x3c\xd7\x0b\x22\xd1\x0b\x22\xd5\x23\x3e\xd4\x0b\x3f\xf0\x00\x01\x09\x47\x01\xd8\x27\x46\xd0\x27\x46\xb8\x58\xd0\x27\x46\xd4\x27\x46\x88\x44\xd4\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xf0\x03\x01\x09\x47\x01\xf0\x00\x01\x09\x47\x01\xf8\xf5\x2f\x00\x11\x22\xa5\x3f\xd5\x34\x46\xd0\x0f\x47\xf0\x00\x03\x09\x1a\xf0\x00\x03\x09\x1a\xf0\x00\x03\x09\x1a\xf0\x06\x00\x18\x1a\x88\x48\x88\x48\x88\x48\xf0\x07\x03\x09\x1a\xf8\xf8\xf8",
   43270             : };
   43271             : static
   43272             :     struct {
   43273             :         PyObject_VAR_HEAD
   43274             :         Py_hash_t ob_shash;
   43275             :         char ob_sval[18];
   43276             :     }
   43277             : importlib__bootstrap_external_toplevel_consts_73_consts_8_exceptiontable = {
   43278             :     .ob_base = {
   43279             :         .ob_base = {
   43280             :             .ob_refcnt = 999999999,
   43281             :             .ob_type = &PyBytes_Type,
   43282             :         },
   43283             :         .ob_size = 17,
   43284             :     },
   43285             :     .ob_shash = -1,
   43286             :     .ob_sval = "\x8e\x2d\x44\x10\x00\xc4\x10\x19\x44\x2c\x03\xc4\x2b\x01\x44\x2c\x03",
   43287             : };
   43288             : static
   43289             :     struct {
   43290             :         PyASCIIObject _ascii;
   43291             :         uint8_t _data[9];
   43292             :     }
   43293             : const_str_contents = {
   43294             :     ._ascii = {
   43295             :         .ob_base = {
   43296             :             .ob_refcnt = 999999999,
   43297             :             .ob_type = &PyUnicode_Type,
   43298             :         },
   43299             :         .length = 8,
   43300             :         .hash = -1,
   43301             :         .state = {
   43302             :             .kind = 1,
   43303             :             .compact = 1,
   43304             :             .ascii = 1,
   43305             :         },
   43306             :     },
   43307             :     ._data = "contents",
   43308             : };
   43309             : static
   43310             :     struct {
   43311             :         PyASCIIObject _ascii;
   43312             :         uint8_t _data[22];
   43313             :     }
   43314             : const_str_lower_suffix_contents = {
   43315             :     ._ascii = {
   43316             :         .ob_base = {
   43317             :             .ob_refcnt = 999999999,
   43318             :             .ob_type = &PyUnicode_Type,
   43319             :         },
   43320             :         .length = 21,
   43321             :         .hash = -1,
   43322             :         .state = {
   43323             :             .kind = 1,
   43324             :             .compact = 1,
   43325             :             .ascii = 1,
   43326             :         },
   43327             :     },
   43328             :     ._data = "lower_suffix_contents",
   43329             : };
   43330             : static
   43331             :     struct {
   43332             :         PyASCIIObject _ascii;
   43333             :         uint8_t _data[9];
   43334             :     }
   43335             : const_str_new_name = {
   43336             :     ._ascii = {
   43337             :         .ob_base = {
   43338             :             .ob_refcnt = 999999999,
   43339             :             .ob_type = &PyUnicode_Type,
   43340             :         },
   43341             :         .length = 8,
   43342             :         .hash = -1,
   43343             :         .state = {
   43344             :             .kind = 1,
   43345             :             .compact = 1,
   43346             :             .ascii = 1,
   43347             :         },
   43348             :     },
   43349             :     ._data = "new_name",
   43350             : };
   43351             : static
   43352             :     struct {
   43353             :         PyGC_Head _gc_head;
   43354             :         struct {
   43355             :             PyObject_VAR_HEAD
   43356             :             PyObject *ob_item[9];
   43357             :         }_object;
   43358             :     }
   43359             : importlib__bootstrap_external_toplevel_consts_73_consts_8_localsplusnames = {
   43360             :     ._object = {
   43361             :         .ob_base = {
   43362             :             .ob_base = {
   43363             :                 .ob_refcnt = 999999999,
   43364             :                 .ob_type = &PyTuple_Type,
   43365             :             },
   43366             :             .ob_size = 9,
   43367             :         },
   43368             :         .ob_item = {
   43369             :             & const_str_self._ascii.ob_base,
   43370             :             &_Py_ID(path),
   43371             :             & const_str_contents._ascii.ob_base,
   43372             :             & const_str_lower_suffix_contents._ascii.ob_base,
   43373             :             & const_str_item._ascii.ob_base,
   43374             :             &_Py_ID(name),
   43375             :             & const_str_dot._ascii.ob_base,
   43376             :             & const_str_suffix._ascii.ob_base,
   43377             :             & const_str_new_name._ascii.ob_base,
   43378             :         },
   43379             :     },
   43380             : };
   43381             : static
   43382             :     struct _PyCode_DEF(606)
   43383             : importlib__bootstrap_external_toplevel_consts_73_consts_8 = {
   43384             :     .ob_base = {
   43385             :         .ob_base = {
   43386             :             .ob_refcnt = 999999999,
   43387             :             .ob_type = &PyCode_Type,
   43388             :         },
   43389             :         .ob_size = 303,
   43390             :     },
   43391             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts._object.ob_base.ob_base,
   43392             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_8_names._object.ob_base.ob_base,
   43393             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_exceptiontable.ob_base.ob_base,
   43394             :     .co_flags = 3,
   43395             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   43396             :     ._co_linearray_entry_size = 0,
   43397             :     .co_argcount = 1,
   43398             :     .co_posonlyargcount = 0,
   43399             :     .co_kwonlyargcount = 0,
   43400             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   43401             :     .co_stacksize = 6,
   43402             :     .co_firstlineno = 1662,
   43403             :     .co_nlocalsplus = 9,
   43404             :     .co_nlocals = 9,
   43405             :     .co_nplaincellvars = 0,
   43406             :     .co_ncellvars = 0,
   43407             :     .co_nfreevars = 0,
   43408             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_8_localsplusnames._object.ob_base.ob_base,
   43409             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
   43410             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   43411             :     .co_name = & const_str__fill_cache._ascii.ob_base,
   43412             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname._ascii.ob_base,
   43413             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_linetable.ob_base.ob_base,
   43414             :     ._co_code = NULL,
   43415             :     ._co_linearray = NULL,
   43416             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x70\x15\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x13\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x68\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x44\x00\x5d\x51\x00\x00\x7d\x04\x7c\x04\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x05\x7d\x06\x7d\x07\x7c\x06\x72\x23\x64\x03\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x07\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x6e\x02\x7c\x05\x7d\x08\x7c\x03\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x53\x7c\x03\x7c\x00\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x11\x64\x04\x84\x00\x7c\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x11\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x53\x00\x64\x05\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x05\x01\x00\x67\x00\x7d\x02\x59\x00\x8c\xf0\x77\x00\x78\x03\x59\x00\x77\x01",
   43417             :     ._co_firsttraceable = 0,
   43418             : };
   43419             : static
   43420             :     struct {
   43421             :         PyASCIIObject _ascii;
   43422             :         uint8_t _data[277];
   43423             :     }
   43424             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0 = {
   43425             :     ._ascii = {
   43426             :         .ob_base = {
   43427             :             .ob_refcnt = 999999999,
   43428             :             .ob_type = &PyUnicode_Type,
   43429             :         },
   43430             :         .length = 276,
   43431             :         .hash = -1,
   43432             :         .state = {
   43433             :             .kind = 1,
   43434             :             .compact = 1,
   43435             :             .ascii = 1,
   43436             :         },
   43437             :     },
   43438             :     ._data = "\x41\x20\x63\x6c\x61\x73\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x77\x68\x69\x63\x68\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x61\x20\x63\x6c\x6f\x73\x75\x72\x65\x20\x74\x6f\x20\x75\x73\x65\x20\x6f\x6e\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x68\x6f\x6f\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x77\x68\x69\x63\x68\x20\x77\x69\x6c\x6c\x20\x72\x65\x74\x75\x72\x6e\x20\x61\x6e\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x20\x75\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6c\x6f\x61\x64\x65\x72\x73\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x61\x6c\x6c\x65\x64\x20\x6f\x6e\x20\x74\x68\x65\x20\x63\x6c\x6f\x73\x75\x72\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x63\x61\x6c\x6c\x65\x64\x20\x6f\x6e\x20\x74\x68\x65\x20\x63\x6c\x6f\x73\x75\x72\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x61\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x2c\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   43439             : };
   43440             : static
   43441             :     struct {
   43442             :         PyASCIIObject _ascii;
   43443             :         uint8_t _data[46];
   43444             :     }
   43445             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0 = {
   43446             :     ._ascii = {
   43447             :         .ob_base = {
   43448             :             .ob_refcnt = 999999999,
   43449             :             .ob_type = &PyUnicode_Type,
   43450             :         },
   43451             :         .length = 45,
   43452             :         .hash = -1,
   43453             :         .state = {
   43454             :             .kind = 1,
   43455             :             .compact = 1,
   43456             :             .ascii = 1,
   43457             :         },
   43458             :     },
   43459             :     ._data = "Path hook for importlib.machinery.FileFinder.",
   43460             : };
   43461             : static
   43462             :     struct {
   43463             :         PyASCIIObject _ascii;
   43464             :         uint8_t _data[31];
   43465             :     }
   43466             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1 = {
   43467             :     ._ascii = {
   43468             :         .ob_base = {
   43469             :             .ob_refcnt = 999999999,
   43470             :             .ob_type = &PyUnicode_Type,
   43471             :         },
   43472             :         .length = 30,
   43473             :         .hash = -1,
   43474             :         .state = {
   43475             :             .kind = 1,
   43476             :             .compact = 1,
   43477             :             .ascii = 1,
   43478             :         },
   43479             :     },
   43480             :     ._data = "only directories are supported",
   43481             : };
   43482             : static
   43483             :     struct {
   43484             :         PyGC_Head _gc_head;
   43485             :         struct {
   43486             :             PyObject_VAR_HEAD
   43487             :             PyObject *ob_item[3];
   43488             :         }_object;
   43489             :     }
   43490             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts = {
   43491             :     ._object = {
   43492             :         .ob_base = {
   43493             :             .ob_base = {
   43494             :                 .ob_refcnt = 999999999,
   43495             :                 .ob_type = &PyTuple_Type,
   43496             :             },
   43497             :             .ob_size = 3,
   43498             :         },
   43499             :         .ob_item = {
   43500             :             & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0._ascii.ob_base,
   43501             :             & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1._ascii.ob_base,
   43502             :             & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   43503             :         },
   43504             :     },
   43505             : };
   43506             : static
   43507             :     struct {
   43508             :         PyGC_Head _gc_head;
   43509             :         struct {
   43510             :             PyObject_VAR_HEAD
   43511             :             PyObject *ob_item[2];
   43512             :         }_object;
   43513             :     }
   43514             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_names = {
   43515             :     ._object = {
   43516             :         .ob_base = {
   43517             :             .ob_base = {
   43518             :                 .ob_refcnt = 999999999,
   43519             :                 .ob_type = &PyTuple_Type,
   43520             :             },
   43521             :             .ob_size = 2,
   43522             :         },
   43523             :         .ob_item = {
   43524             :             & const_str__path_isdir._ascii.ob_base,
   43525             :             & const_str_ImportError._ascii.ob_base,
   43526             :         },
   43527             :     },
   43528             : };
   43529             : static
   43530             :     struct {
   43531             :         PyASCIIObject _ascii;
   43532             :         uint8_t _data[25];
   43533             :     }
   43534             : const_str_path_hook_for_FileFinder = {
   43535             :     ._ascii = {
   43536             :         .ob_base = {
   43537             :             .ob_refcnt = 999999999,
   43538             :             .ob_type = &PyUnicode_Type,
   43539             :         },
   43540             :         .length = 24,
   43541             :         .hash = -1,
   43542             :         .state = {
   43543             :             .kind = 1,
   43544             :             .compact = 1,
   43545             :             .ascii = 1,
   43546             :         },
   43547             :     },
   43548             :     ._data = "path_hook_for_FileFinder",
   43549             : };
   43550             : static
   43551             :     struct {
   43552             :         PyASCIIObject _ascii;
   43553             :         uint8_t _data[55];
   43554             :     }
   43555             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname = {
   43556             :     ._ascii = {
   43557             :         .ob_base = {
   43558             :             .ob_refcnt = 999999999,
   43559             :             .ob_type = &PyUnicode_Type,
   43560             :         },
   43561             :         .length = 54,
   43562             :         .hash = -1,
   43563             :         .state = {
   43564             :             .kind = 1,
   43565             :             .compact = 1,
   43566             :             .ascii = 1,
   43567             :         },
   43568             :     },
   43569             :     ._data = "FileFinder.path_hook.<locals>.path_hook_for_FileFinder",
   43570             : };
   43571             : static
   43572             :     struct {
   43573             :         PyObject_VAR_HEAD
   43574             :         Py_hash_t ob_shash;
   43575             :         char ob_sval[59];
   43576             :     }
   43577             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_linetable = {
   43578             :     .ob_base = {
   43579             :         .ob_base = {
   43580             :             .ob_refcnt = 999999999,
   43581             :             .ob_type = &PyBytes_Type,
   43582             :         },
   43583             :         .ob_size = 58,
   43584             :     },
   43585             :     .ob_shash = -1,
   43586             :     .ob_sval = "\xf8\x80\x00\xe5\x13\x1e\x98\x74\xd4\x13\x24\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x21\xd0\x22\x42\xc8\x14\xd0\x16\x4e\xd4\x16\x4e\xd0\x10\x4e\xd8\x13\x16\x90\x33\x90\x74\xd0\x13\x2d\x98\x6e\xd0\x13\x2d\xd0\x13\x2d\xd0\x13\x2d\xd0\x0c\x2d",
   43587             : };
   43588             : static
   43589             :     struct {
   43590             :         PyGC_Head _gc_head;
   43591             :         struct {
   43592             :             PyObject_VAR_HEAD
   43593             :             PyObject *ob_item[3];
   43594             :         }_object;
   43595             :     }
   43596             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localsplusnames = {
   43597             :     ._object = {
   43598             :         .ob_base = {
   43599             :             .ob_base = {
   43600             :                 .ob_refcnt = 999999999,
   43601             :                 .ob_type = &PyTuple_Type,
   43602             :             },
   43603             :             .ob_size = 3,
   43604             :         },
   43605             :         .ob_item = {
   43606             :             &_Py_ID(path),
   43607             :             & const_str_cls._ascii.ob_base,
   43608             :             & const_str_loader_details._ascii.ob_base,
   43609             :         },
   43610             :     },
   43611             : };
   43612             : static
   43613             :     struct {
   43614             :         PyObject_VAR_HEAD
   43615             :         Py_hash_t ob_shash;
   43616             :         char ob_sval[4];
   43617             :     }
   43618             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds = {
   43619             :     .ob_base = {
   43620             :         .ob_base = {
   43621             :             .ob_refcnt = 999999999,
   43622             :             .ob_type = &PyBytes_Type,
   43623             :         },
   43624             :         .ob_size = 3,
   43625             :     },
   43626             :     .ob_shash = -1,
   43627             :     .ob_sval = "\x20\x80\x80",
   43628             : };
   43629             : static
   43630             :     struct _PyCode_DEF(78)
   43631             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1 = {
   43632             :     .ob_base = {
   43633             :         .ob_base = {
   43634             :             .ob_refcnt = 999999999,
   43635             :             .ob_type = &PyCode_Type,
   43636             :         },
   43637             :         .ob_size = 39,
   43638             :     },
   43639             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts._object.ob_base.ob_base,
   43640             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_names._object.ob_base.ob_base,
   43641             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   43642             :     .co_flags = 19,
   43643             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   43644             :     ._co_linearray_entry_size = 0,
   43645             :     .co_argcount = 1,
   43646             :     .co_posonlyargcount = 0,
   43647             :     .co_kwonlyargcount = 0,
   43648             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   43649             :     .co_stacksize = 4,
   43650             :     .co_firstlineno = 1703,
   43651             :     .co_nlocalsplus = 3,
   43652             :     .co_nlocals = 1,
   43653             :     .co_nplaincellvars = 0,
   43654             :     .co_ncellvars = 0,
   43655             :     .co_nfreevars = 2,
   43656             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
   43657             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
   43658             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   43659             :     .co_name = & const_str_path_hook_for_FileFinder._ascii.ob_base,
   43660             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname._ascii.ob_base,
   43661             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_linetable.ob_base.ob_base,
   43662             :     ._co_code = NULL,
   43663             :     ._co_linearray = NULL,
   43664             :     .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x01\x7c\x00\x67\x01\x89\x02\xa2\x01\x52\x00\x8e\x00\x53\x00",
   43665             :     ._co_firsttraceable = 1,
   43666             : };
   43667             : static
   43668             :     struct {
   43669             :         PyGC_Head _gc_head;
   43670             :         struct {
   43671             :             PyObject_VAR_HEAD
   43672             :             PyObject *ob_item[2];
   43673             :         }_object;
   43674             :     }
   43675             : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts = {
   43676             :     ._object = {
   43677             :         .ob_base = {
   43678             :             .ob_base = {
   43679             :                 .ob_refcnt = 999999999,
   43680             :                 .ob_type = &PyTuple_Type,
   43681             :             },
   43682             :             .ob_size = 2,
   43683             :         },
   43684             :         .ob_item = {
   43685             :             & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0._ascii.ob_base,
   43686             :             & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1.ob_base.ob_base,
   43687             :         },
   43688             :     },
   43689             : };
   43690             : static
   43691             :     struct {
   43692             :         PyASCIIObject _ascii;
   43693             :         uint8_t _data[10];
   43694             :     }
   43695             : const_str_path_hook = {
   43696             :     ._ascii = {
   43697             :         .ob_base = {
   43698             :             .ob_refcnt = 999999999,
   43699             :             .ob_type = &PyUnicode_Type,
   43700             :         },
   43701             :         .length = 9,
   43702             :         .hash = -1,
   43703             :         .state = {
   43704             :             .kind = 1,
   43705             :             .compact = 1,
   43706             :             .ascii = 1,
   43707             :         },
   43708             :     },
   43709             :     ._data = "path_hook",
   43710             : };
   43711             : static
   43712             :     struct {
   43713             :         PyASCIIObject _ascii;
   43714             :         uint8_t _data[21];
   43715             :     }
   43716             : importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname = {
   43717             :     ._ascii = {
   43718             :         .ob_base = {
   43719             :             .ob_refcnt = 999999999,
   43720             :             .ob_type = &PyUnicode_Type,
   43721             :         },
   43722             :         .length = 20,
   43723             :         .hash = -1,
   43724             :         .state = {
   43725             :             .kind = 1,
   43726             :             .compact = 1,
   43727             :             .ascii = 1,
   43728             :         },
   43729             :     },
   43730             :     ._data = "FileFinder.path_hook",
   43731             : };
   43732             : static
   43733             :     struct {
   43734             :         PyObject_VAR_HEAD
   43735             :         Py_hash_t ob_shash;
   43736             :         char ob_sval[43];
   43737             :     }
   43738             : importlib__bootstrap_external_toplevel_consts_73_consts_9_linetable = {
   43739             :     .ob_base = {
   43740             :         .ob_base = {
   43741             :             .ob_refcnt = 999999999,
   43742             :             .ob_type = &PyBytes_Type,
   43743             :         },
   43744             :         .ob_size = 42,
   43745             :     },
   43746             :     .ob_shash = -1,
   43747             :     .ob_sval = "\xf8\xf8\x80\x00\xf0\x14\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x0c\x00\x10\x28\xd0\x08\x27",
   43748             : };
   43749             : static
   43750             :     struct {
   43751             :         PyGC_Head _gc_head;
   43752             :         struct {
   43753             :             PyObject_VAR_HEAD
   43754             :             PyObject *ob_item[3];
   43755             :         }_object;
   43756             :     }
   43757             : importlib__bootstrap_external_toplevel_consts_73_consts_9_localsplusnames = {
   43758             :     ._object = {
   43759             :         .ob_base = {
   43760             :             .ob_base = {
   43761             :                 .ob_refcnt = 999999999,
   43762             :                 .ob_type = &PyTuple_Type,
   43763             :             },
   43764             :             .ob_size = 3,
   43765             :         },
   43766             :         .ob_item = {
   43767             :             & const_str_cls._ascii.ob_base,
   43768             :             & const_str_loader_details._ascii.ob_base,
   43769             :             & const_str_path_hook_for_FileFinder._ascii.ob_base,
   43770             :         },
   43771             :     },
   43772             : };
   43773             : static
   43774             :     struct {
   43775             :         PyObject_VAR_HEAD
   43776             :         Py_hash_t ob_shash;
   43777             :         char ob_sval[4];
   43778             :     }
   43779             : importlib__bootstrap_external_toplevel_consts_73_consts_9_localspluskinds = {
   43780             :     .ob_base = {
   43781             :         .ob_base = {
   43782             :             .ob_refcnt = 999999999,
   43783             :             .ob_type = &PyBytes_Type,
   43784             :         },
   43785             :         .ob_size = 3,
   43786             :     },
   43787             :     .ob_shash = -1,
   43788             :     .ob_sval = "`` ",
   43789             : };
   43790             : static
   43791             :     struct _PyCode_DEF(22)
   43792             : importlib__bootstrap_external_toplevel_consts_73_consts_9 = {
   43793             :     .ob_base = {
   43794             :         .ob_base = {
   43795             :             .ob_refcnt = 999999999,
   43796             :             .ob_type = &PyCode_Type,
   43797             :         },
   43798             :         .ob_size = 11,
   43799             :     },
   43800             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts._object.ob_base.ob_base,
   43801             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   43802             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   43803             :     .co_flags = 7,
   43804             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   43805             :     ._co_linearray_entry_size = 0,
   43806             :     .co_argcount = 1,
   43807             :     .co_posonlyargcount = 0,
   43808             :     .co_kwonlyargcount = 0,
   43809             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   43810             :     .co_stacksize = 2,
   43811             :     .co_firstlineno = 1693,
   43812             :     .co_nlocalsplus = 3,
   43813             :     .co_nlocals = 3,
   43814             :     .co_nplaincellvars = 0,
   43815             :     .co_ncellvars = 2,
   43816             :     .co_nfreevars = 0,
   43817             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_9_localsplusnames._object.ob_base.ob_base,
   43818             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_localspluskinds.ob_base.ob_base,
   43819             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   43820             :     .co_name = & const_str_path_hook._ascii.ob_base,
   43821             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname._ascii.ob_base,
   43822             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_9_linetable.ob_base.ob_base,
   43823             :     ._co_code = NULL,
   43824             :     ._co_linearray = NULL,
   43825             :     .co_code_adaptive = "\x87\x00\x87\x01\x97\x00\x88\x00\x88\x01\x66\x02\x64\x01\x84\x08\x7d\x02\x7c\x02\x53\x00",
   43826             :     ._co_firsttraceable = 2,
   43827             : };
   43828             : static
   43829             :     struct {
   43830             :         PyASCIIObject _ascii;
   43831             :         uint8_t _data[17];
   43832             :     }
   43833             : importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1 = {
   43834             :     ._ascii = {
   43835             :         .ob_base = {
   43836             :             .ob_refcnt = 999999999,
   43837             :             .ob_type = &PyUnicode_Type,
   43838             :         },
   43839             :         .length = 16,
   43840             :         .hash = -1,
   43841             :         .state = {
   43842             :             .kind = 1,
   43843             :             .compact = 1,
   43844             :             .ascii = 1,
   43845             :         },
   43846             :     },
   43847             :     ._data = "FileFinder({!r})",
   43848             : };
   43849             : static
   43850             :     struct {
   43851             :         PyGC_Head _gc_head;
   43852             :         struct {
   43853             :             PyObject_VAR_HEAD
   43854             :             PyObject *ob_item[2];
   43855             :         }_object;
   43856             :     }
   43857             : importlib__bootstrap_external_toplevel_consts_73_consts_10_consts = {
   43858             :     ._object = {
   43859             :         .ob_base = {
   43860             :             .ob_base = {
   43861             :                 .ob_refcnt = 999999999,
   43862             :                 .ob_type = &PyTuple_Type,
   43863             :             },
   43864             :             .ob_size = 2,
   43865             :         },
   43866             :         .ob_item = {
   43867             :             Py_None,
   43868             :             & importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1._ascii.ob_base,
   43869             :         },
   43870             :     },
   43871             : };
   43872             : static
   43873             :     struct {
   43874             :         PyGC_Head _gc_head;
   43875             :         struct {
   43876             :             PyObject_VAR_HEAD
   43877             :             PyObject *ob_item[2];
   43878             :         }_object;
   43879             :     }
   43880             : importlib__bootstrap_external_toplevel_consts_73_consts_10_names = {
   43881             :     ._object = {
   43882             :         .ob_base = {
   43883             :             .ob_base = {
   43884             :                 .ob_refcnt = 999999999,
   43885             :                 .ob_type = &PyTuple_Type,
   43886             :             },
   43887             :             .ob_size = 2,
   43888             :         },
   43889             :         .ob_item = {
   43890             :             & const_str_format._ascii.ob_base,
   43891             :             &_Py_ID(path),
   43892             :         },
   43893             :     },
   43894             : };
   43895             : static
   43896             :     struct {
   43897             :         PyASCIIObject _ascii;
   43898             :         uint8_t _data[20];
   43899             :     }
   43900             : importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname = {
   43901             :     ._ascii = {
   43902             :         .ob_base = {
   43903             :             .ob_refcnt = 999999999,
   43904             :             .ob_type = &PyUnicode_Type,
   43905             :         },
   43906             :         .length = 19,
   43907             :         .hash = -1,
   43908             :         .state = {
   43909             :             .kind = 1,
   43910             :             .compact = 1,
   43911             :             .ascii = 1,
   43912             :         },
   43913             :     },
   43914             :     ._data = "FileFinder.__repr__",
   43915             : };
   43916             : static
   43917             :     struct {
   43918             :         PyObject_VAR_HEAD
   43919             :         Py_hash_t ob_shash;
   43920             :         char ob_sval[24];
   43921             :     }
   43922             : importlib__bootstrap_external_toplevel_consts_73_consts_10_linetable = {
   43923             :     .ob_base = {
   43924             :         .ob_base = {
   43925             :             .ob_refcnt = 999999999,
   43926             :             .ob_type = &PyBytes_Type,
   43927             :         },
   43928             :         .ob_size = 23,
   43929             :     },
   43930             :     .ob_shash = -1,
   43931             :     .ob_sval = "\x80\x00\xd8\x0f\x21\xd7\x0f\x28\xd1\x0f\x28\xa8\x14\xaf\x19\xa9\x19\xd4\x0f\x33\xd0\x08\x33",
   43932             : };
   43933             : static
   43934             :     struct _PyCode_DEF(58)
   43935             : importlib__bootstrap_external_toplevel_consts_73_consts_10 = {
   43936             :     .ob_base = {
   43937             :         .ob_base = {
   43938             :             .ob_refcnt = 999999999,
   43939             :             .ob_type = &PyCode_Type,
   43940             :         },
   43941             :         .ob_size = 29,
   43942             :     },
   43943             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_10_consts._object.ob_base.ob_base,
   43944             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_10_names._object.ob_base.ob_base,
   43945             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   43946             :     .co_flags = 3,
   43947             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   43948             :     ._co_linearray_entry_size = 0,
   43949             :     .co_argcount = 1,
   43950             :     .co_posonlyargcount = 0,
   43951             :     .co_kwonlyargcount = 0,
   43952             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   43953             :     .co_stacksize = 3,
   43954             :     .co_firstlineno = 1711,
   43955             :     .co_nlocalsplus = 1,
   43956             :     .co_nlocals = 1,
   43957             :     .co_nplaincellvars = 0,
   43958             :     .co_ncellvars = 0,
   43959             :     .co_nfreevars = 0,
   43960             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   43961             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   43962             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   43963             :     .co_name = &_Py_ID(__repr__),
   43964             :     .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname._ascii.ob_base,
   43965             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_10_linetable.ob_base.ob_base,
   43966             :     ._co_code = NULL,
   43967             :     ._co_linearray = NULL,
   43968             :     .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   43969             :     ._co_firsttraceable = 0,
   43970             : };
   43971             : static
   43972             :     struct {
   43973             :         PyGC_Head _gc_head;
   43974             :         struct {
   43975             :             PyObject_VAR_HEAD
   43976             :             PyObject *ob_item[12];
   43977             :         }_object;
   43978             :     }
   43979             : importlib__bootstrap_external_toplevel_consts_73_consts = {
   43980             :     ._object = {
   43981             :         .ob_base = {
   43982             :             .ob_base = {
   43983             :                 .ob_refcnt = 999999999,
   43984             :                 .ob_type = &PyTuple_Type,
   43985             :             },
   43986             :             .ob_size = 12,
   43987             :         },
   43988             :         .ob_item = {
   43989             :             & const_str_FileFinder._ascii.ob_base,
   43990             :             & importlib__bootstrap_external_toplevel_consts_73_consts_1._ascii.ob_base,
   43991             :             & importlib__bootstrap_external_toplevel_consts_73_consts_2.ob_base.ob_base,
   43992             :             & importlib__bootstrap_external_toplevel_consts_73_consts_3.ob_base.ob_base,
   43993             :             & importlib__bootstrap_external_toplevel_consts_73_consts_4.ob_base.ob_base,
   43994             :             & importlib__bootstrap_external_toplevel_consts_73_consts_5.ob_base.ob_base,
   43995             :             Py_None,
   43996             :             & importlib__bootstrap_external_toplevel_consts_73_consts_7.ob_base.ob_base,
   43997             :             & importlib__bootstrap_external_toplevel_consts_73_consts_8.ob_base.ob_base,
   43998             :             & importlib__bootstrap_external_toplevel_consts_73_consts_9.ob_base.ob_base,
   43999             :             & importlib__bootstrap_external_toplevel_consts_73_consts_10.ob_base.ob_base,
   44000             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   44001             :         },
   44002             :     },
   44003             : };
   44004             : static
   44005             :     struct {
   44006             :         PyGC_Head _gc_head;
   44007             :         struct {
   44008             :             PyObject_VAR_HEAD
   44009             :             PyObject *ob_item[15];
   44010             :         }_object;
   44011             :     }
   44012             : importlib__bootstrap_external_toplevel_consts_73_names = {
   44013             :     ._object = {
   44014             :         .ob_base = {
   44015             :             .ob_base = {
   44016             :                 .ob_refcnt = 999999999,
   44017             :                 .ob_type = &PyTuple_Type,
   44018             :             },
   44019             :             .ob_size = 15,
   44020             :         },
   44021             :         .ob_item = {
   44022             :             &_Py_ID(__name__),
   44023             :             &_Py_ID(__module__),
   44024             :             &_Py_ID(__qualname__),
   44025             :             &_Py_ID(__doc__),
   44026             :             &_Py_ID(__init__),
   44027             :             & const_str_invalidate_caches._ascii.ob_base,
   44028             :             & const_str__find_module_shim._ascii.ob_base,
   44029             :             & const_str_find_module._ascii.ob_base,
   44030             :             & const_str_find_loader._ascii.ob_base,
   44031             :             & const_str__get_spec._ascii.ob_base,
   44032             :             & const_str_find_spec._ascii.ob_base,
   44033             :             & const_str__fill_cache._ascii.ob_base,
   44034             :             & const_str_classmethod._ascii.ob_base,
   44035             :             & const_str_path_hook._ascii.ob_base,
   44036             :             &_Py_ID(__repr__),
   44037             :         },
   44038             :     },
   44039             : };
   44040             : static
   44041             :     struct {
   44042             :         PyObject_VAR_HEAD
   44043             :         Py_hash_t ob_shash;
   44044             :         char ob_sval[183];
   44045             :     }
   44046             : importlib__bootstrap_external_toplevel_consts_73_linetable = {
   44047             :     .ob_base = {
   44048             :         .ob_base = {
   44049             :             .ob_refcnt = 999999999,
   44050             :             .ob_type = &PyBytes_Type,
   44051             :         },
   44052             :         .ob_size = 182,
   44053             :     },
   44054             :     .ob_shash = -1,
   44055             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x05\x05\x08\xf0\x00\x05\x05\x08\xf0\x0e\x11\x05\x29\xf0\x00\x11\x05\x29\xf0\x00\x11\x05\x29\xf0\x26\x02\x05\x1e\xf0\x00\x02\x05\x1e\xf0\x00\x02\x05\x1e\xf0\x08\x00\x13\x24\x80\x4b\xf0\x04\x0d\x05\x42\x01\xf0\x00\x0d\x05\x42\x01\xf0\x00\x0d\x05\x42\x01\xf0\x1e\x03\x05\x48\x01\xf0\x00\x03\x05\x48\x01\xf0\x00\x03\x05\x48\x01\xf0\x0a\x00\x2a\x2e\xf0\x00\x31\x05\x14\xf0\x00\x31\x05\x14\xf0\x00\x31\x05\x14\xf0\x66\x01\x1d\x05\x47\x01\xf0\x00\x1d\x05\x47\x01\xf0\x00\x1d\x05\x47\x01\xf0\x3e\x00\x06\x11\xf0\x02\x0f\x05\x28\xf0\x00\x0f\x05\x28\xf4\x03\x00\x06\x11\xf0\x02\x0f\x05\x28\xf0\x22\x01\x05\x34\xf0\x00\x01\x05\x34\xf0\x00\x01\x05\x34\xf0\x00\x01\x05\x34\xf0\x00\x01\x05\x34",
   44056             : };
   44057             : static
   44058             :     struct _PyCode_DEF(84)
   44059             : importlib__bootstrap_external_toplevel_consts_73 = {
   44060             :     .ob_base = {
   44061             :         .ob_base = {
   44062             :             .ob_refcnt = 999999999,
   44063             :             .ob_type = &PyCode_Type,
   44064             :         },
   44065             :         .ob_size = 42,
   44066             :     },
   44067             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts._object.ob_base.ob_base,
   44068             :     .co_names = & importlib__bootstrap_external_toplevel_consts_73_names._object.ob_base.ob_base,
   44069             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   44070             :     .co_flags = 0,
   44071             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   44072             :     ._co_linearray_entry_size = 0,
   44073             :     .co_argcount = 0,
   44074             :     .co_posonlyargcount = 0,
   44075             :     .co_kwonlyargcount = 0,
   44076             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   44077             :     .co_stacksize = 2,
   44078             :     .co_firstlineno = 1557,
   44079             :     .co_nlocalsplus = 0,
   44080             :     .co_nlocals = 0,
   44081             :     .co_nplaincellvars = 0,
   44082             :     .co_ncellvars = 0,
   44083             :     .co_nfreevars = 0,
   44084             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   44085             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   44086             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   44087             :     .co_name = & const_str_FileFinder._ascii.ob_base,
   44088             :     .co_qualname = & const_str_FileFinder._ascii.ob_base,
   44089             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_linetable.ob_base.ob_base,
   44090             :     ._co_code = NULL,
   44091             :     ._co_linearray = NULL,
   44092             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x65\x06\x5a\x07\x64\x04\x84\x00\x5a\x08\x64\x05\x84\x00\x5a\x09\x64\x0b\x64\x07\x84\x01\x5a\x0a\x64\x08\x84\x00\x5a\x0b\x65\x0c\x64\x09\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x0a\x84\x00\x5a\x0e\x64\x06\x53\x00",
   44093             :     ._co_firsttraceable = 0,
   44094             : };
   44095             : static
   44096             :     struct {
   44097             :         PyGC_Head _gc_head;
   44098             :         struct {
   44099             :             PyObject_VAR_HEAD
   44100             :             PyObject *ob_item[6];
   44101             :         }_object;
   44102             :     }
   44103             : importlib__bootstrap_external_toplevel_consts_75_consts = {
   44104             :     ._object = {
   44105             :         .ob_base = {
   44106             :             .ob_base = {
   44107             :                 .ob_refcnt = 999999999,
   44108             :                 .ob_type = &PyTuple_Type,
   44109             :             },
   44110             :             .ob_size = 6,
   44111             :         },
   44112             :         .ob_item = {
   44113             :             Py_None,
   44114             :             &_Py_ID(__loader__),
   44115             :             &_Py_ID(__spec__),
   44116             :             & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
   44117             :             &_Py_ID(__file__),
   44118             :             & const_str___cached__._ascii.ob_base,
   44119             :         },
   44120             :     },
   44121             : };
   44122             : static
   44123             :     struct {
   44124             :         PyGC_Head _gc_head;
   44125             :         struct {
   44126             :             PyObject_VAR_HEAD
   44127             :             PyObject *ob_item[6];
   44128             :         }_object;
   44129             :     }
   44130             : importlib__bootstrap_external_toplevel_consts_75_names = {
   44131             :     ._object = {
   44132             :         .ob_base = {
   44133             :             .ob_base = {
   44134             :                 .ob_refcnt = 999999999,
   44135             :                 .ob_type = &PyTuple_Type,
   44136             :             },
   44137             :             .ob_size = 6,
   44138             :         },
   44139             :         .ob_item = {
   44140             :             &_Py_ID(get),
   44141             :             & const_str_loader._ascii.ob_base,
   44142             :             & const_str_SourcelessFileLoader._ascii.ob_base,
   44143             :             & const_str_SourceFileLoader._ascii.ob_base,
   44144             :             & const_str_spec_from_file_location._ascii.ob_base,
   44145             :             & const_str_Exception._ascii.ob_base,
   44146             :         },
   44147             :     },
   44148             : };
   44149             : static
   44150             :     struct {
   44151             :         PyObject_VAR_HEAD
   44152             :         Py_hash_t ob_shash;
   44153             :         char ob_sval[206];
   44154             :     }
   44155             : importlib__bootstrap_external_toplevel_consts_75_linetable = {
   44156             :     .ob_base = {
   44157             :         .ob_base = {
   44158             :             .ob_refcnt = 999999999,
   44159             :             .ob_type = &PyBytes_Type,
   44160             :         },
   44161             :         .ob_size = 205,
   44162             :     },
   44163             :     .ob_shash = -1,
   44164             :     .ob_sval = "\x80\x00\xe0\x0d\x0f\x8f\x56\x89\x56\x90\x4c\xd4\x0d\x21\x80\x46\xd8\x0b\x0d\x8f\x36\x89\x36\x90\x2a\xd4\x0b\x1d\x80\x44\xd8\x0b\x11\xf0\x00\x06\x05\x36\xd8\x0b\x0f\xf0\x00\x05\x09\x36\xd8\x15\x19\x97\x5b\x91\x5b\x88\x46\x88\x46\xd8\x0d\x15\x98\x19\xd2\x0d\x22\xf0\x00\x03\x09\x36\xdd\x15\x29\xa8\x24\xb0\x08\xd4\x15\x39\x88\x46\x88\x46\xe5\x15\x25\xa0\x64\xa8\x48\xd4\x15\x35\x88\x46\xd8\x0b\x0f\xf0\x00\x01\x05\x46\x01\xdd\x0f\x26\xa0\x74\xa8\x58\xb8\x66\xd0\x0f\x45\xd4\x0f\x45\x88\x04\xf0\x02\x07\x05\x0d\xd8\x19\x1d\x88\x02\x88\x3a\x89\x0e\xd8\x1b\x21\x88\x02\x88\x3c\xd1\x08\x18\xd8\x19\x21\x88\x02\x88\x3a\x89\x0e\xd8\x1b\x24\x88\x02\x88\x3c\xd1\x08\x18\xd0\x08\x18\xd0\x08\x18\xf8\xdd\x0b\x14\xf0\x00\x02\x05\x0d\xf0\x00\x02\x05\x0d\xf0\x00\x02\x05\x0d\xe0\x08\x0c\x88\x04\x88\x04\xf0\x05\x02\x05\x0d\xf8\xf8\xf8",
   44165             : };
   44166             : static
   44167             :     struct {
   44168             :         PyObject_VAR_HEAD
   44169             :         Py_hash_t ob_shash;
   44170             :         char ob_sval[19];
   44171             :     }
   44172             : importlib__bootstrap_external_toplevel_consts_75_exceptiontable = {
   44173             :     .ob_base = {
   44174             :         .ob_base = {
   44175             :             .ob_refcnt = 999999999,
   44176             :             .ob_type = &PyBytes_Type,
   44177             :         },
   44178             :         .ob_size = 18,
   44179             :     },
   44180             :     .ob_shash = -1,
   44181             :     .ob_sval = "\xc1\x2c\x14\x42\x02\x00\xc2\x02\x0a\x42\x10\x03\xc2\x0f\x01\x42\x10\x03",
   44182             : };
   44183             : static
   44184             :     struct {
   44185             :         PyASCIIObject _ascii;
   44186             :         uint8_t _data[3];
   44187             :     }
   44188             : const_str_ns = {
   44189             :     ._ascii = {
   44190             :         .ob_base = {
   44191             :             .ob_refcnt = 999999999,
   44192             :             .ob_type = &PyUnicode_Type,
   44193             :         },
   44194             :         .length = 2,
   44195             :         .hash = -1,
   44196             :         .state = {
   44197             :             .kind = 1,
   44198             :             .compact = 1,
   44199             :             .ascii = 1,
   44200             :         },
   44201             :     },
   44202             :     ._data = "ns",
   44203             : };
   44204             : static
   44205             :     struct {
   44206             :         PyASCIIObject _ascii;
   44207             :         uint8_t _data[9];
   44208             :     }
   44209             : const_str_pathname = {
   44210             :     ._ascii = {
   44211             :         .ob_base = {
   44212             :             .ob_refcnt = 999999999,
   44213             :             .ob_type = &PyUnicode_Type,
   44214             :         },
   44215             :         .length = 8,
   44216             :         .hash = -1,
   44217             :         .state = {
   44218             :             .kind = 1,
   44219             :             .compact = 1,
   44220             :             .ascii = 1,
   44221             :         },
   44222             :     },
   44223             :     ._data = "pathname",
   44224             : };
   44225             : static
   44226             :     struct {
   44227             :         PyASCIIObject _ascii;
   44228             :         uint8_t _data[10];
   44229             :     }
   44230             : const_str_cpathname = {
   44231             :     ._ascii = {
   44232             :         .ob_base = {
   44233             :             .ob_refcnt = 999999999,
   44234             :             .ob_type = &PyUnicode_Type,
   44235             :         },
   44236             :         .length = 9,
   44237             :         .hash = -1,
   44238             :         .state = {
   44239             :             .kind = 1,
   44240             :             .compact = 1,
   44241             :             .ascii = 1,
   44242             :         },
   44243             :     },
   44244             :     ._data = "cpathname",
   44245             : };
   44246             : static
   44247             :     struct {
   44248             :         PyGC_Head _gc_head;
   44249             :         struct {
   44250             :             PyObject_VAR_HEAD
   44251             :             PyObject *ob_item[6];
   44252             :         }_object;
   44253             :     }
   44254             : importlib__bootstrap_external_toplevel_consts_75_localsplusnames = {
   44255             :     ._object = {
   44256             :         .ob_base = {
   44257             :             .ob_base = {
   44258             :                 .ob_refcnt = 999999999,
   44259             :                 .ob_type = &PyTuple_Type,
   44260             :             },
   44261             :             .ob_size = 6,
   44262             :         },
   44263             :         .ob_item = {
   44264             :             & const_str_ns._ascii.ob_base,
   44265             :             &_Py_ID(name),
   44266             :             & const_str_pathname._ascii.ob_base,
   44267             :             & const_str_cpathname._ascii.ob_base,
   44268             :             & const_str_loader._ascii.ob_base,
   44269             :             & const_str_spec._ascii.ob_base,
   44270             :         },
   44271             :     },
   44272             : };
   44273             : static
   44274             :     struct _PyCode_DEF(294)
   44275             : importlib__bootstrap_external_toplevel_consts_75 = {
   44276             :     .ob_base = {
   44277             :         .ob_base = {
   44278             :             .ob_refcnt = 999999999,
   44279             :             .ob_type = &PyCode_Type,
   44280             :         },
   44281             :         .ob_size = 147,
   44282             :     },
   44283             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_75_consts._object.ob_base.ob_base,
   44284             :     .co_names = & importlib__bootstrap_external_toplevel_consts_75_names._object.ob_base.ob_base,
   44285             :     .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_75_exceptiontable.ob_base.ob_base,
   44286             :     .co_flags = 3,
   44287             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   44288             :     ._co_linearray_entry_size = 0,
   44289             :     .co_argcount = 4,
   44290             :     .co_posonlyargcount = 0,
   44291             :     .co_kwonlyargcount = 0,
   44292             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   44293             :     .co_stacksize = 5,
   44294             :     .co_firstlineno = 1717,
   44295             :     .co_nlocalsplus = 6,
   44296             :     .co_nlocals = 6,
   44297             :     .co_nplaincellvars = 0,
   44298             :     .co_ncellvars = 0,
   44299             :     .co_nfreevars = 0,
   44300             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_75_localsplusnames._object.ob_base.ob_base,
   44301             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   44302             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   44303             :     .co_name = &_Py_ID(_fix_up_module),
   44304             :     .co_qualname = &_Py_ID(_fix_up_module),
   44305             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_75_linetable.ob_base.ob_base,
   44306             :     ._co_code = NULL,
   44307             :     ._co_linearray = NULL,
   44308             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x73\x32\x7c\x05\x72\x0d\x7c\x05\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x23\x7c\x02\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x0e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x05\x73\x10\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x04\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x09\x00\x7c\x05\x7c\x00\x64\x02\x3c\x00\x00\x00\x7c\x04\x7c\x00\x64\x01\x3c\x00\x00\x00\x7c\x02\x7c\x00\x64\x04\x3c\x00\x00\x00\x7c\x03\x7c\x00\x64\x05\x3c\x00\x00\x00\x64\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   44309             :     ._co_firsttraceable = 0,
   44310             : };
   44311             : static
   44312             :     struct {
   44313             :         PyASCIIObject _ascii;
   44314             :         uint8_t _data[96];
   44315             :     }
   44316             : importlib__bootstrap_external_toplevel_consts_76_consts_0 = {
   44317             :     ._ascii = {
   44318             :         .ob_base = {
   44319             :             .ob_refcnt = 999999999,
   44320             :             .ob_type = &PyUnicode_Type,
   44321             :         },
   44322             :         .length = 95,
   44323             :         .hash = -1,
   44324             :         .state = {
   44325             :             .kind = 1,
   44326             :             .compact = 1,
   44327             :             .ascii = 1,
   44328             :         },
   44329             :     },
   44330             :     ._data = "\x52\x65\x74\x75\x72\x6e\x73\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x66\x69\x6c\x65\x2d\x62\x61\x73\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6c\x6f\x61\x64\x65\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x45\x61\x63\x68\x20\x69\x74\x65\x6d\x20\x69\x73\x20\x61\x20\x74\x75\x70\x6c\x65\x20\x28\x6c\x6f\x61\x64\x65\x72\x2c\x20\x73\x75\x66\x66\x69\x78\x65\x73\x29\x2e\x0a\x20\x20\x20\x20",
   44331             : };
   44332             : static
   44333             :     struct {
   44334             :         PyGC_Head _gc_head;
   44335             :         struct {
   44336             :             PyObject_VAR_HEAD
   44337             :             PyObject *ob_item[1];
   44338             :         }_object;
   44339             :     }
   44340             : importlib__bootstrap_external_toplevel_consts_76_consts = {
   44341             :     ._object = {
   44342             :         .ob_base = {
   44343             :             .ob_base = {
   44344             :                 .ob_refcnt = 999999999,
   44345             :                 .ob_type = &PyTuple_Type,
   44346             :             },
   44347             :             .ob_size = 1,
   44348             :         },
   44349             :         .ob_item = {
   44350             :             & importlib__bootstrap_external_toplevel_consts_76_consts_0._ascii.ob_base,
   44351             :         },
   44352             :     },
   44353             : };
   44354             : static
   44355             :     struct {
   44356             :         PyASCIIObject _ascii;
   44357             :         uint8_t _data[19];
   44358             :     }
   44359             : const_str_extension_suffixes = {
   44360             :     ._ascii = {
   44361             :         .ob_base = {
   44362             :             .ob_refcnt = 999999999,
   44363             :             .ob_type = &PyUnicode_Type,
   44364             :         },
   44365             :         .length = 18,
   44366             :         .hash = -1,
   44367             :         .state = {
   44368             :             .kind = 1,
   44369             :             .compact = 1,
   44370             :             .ascii = 1,
   44371             :         },
   44372             :     },
   44373             :     ._data = "extension_suffixes",
   44374             : };
   44375             : static
   44376             :     struct {
   44377             :         PyGC_Head _gc_head;
   44378             :         struct {
   44379             :             PyObject_VAR_HEAD
   44380             :             PyObject *ob_item[7];
   44381             :         }_object;
   44382             :     }
   44383             : importlib__bootstrap_external_toplevel_consts_76_names = {
   44384             :     ._object = {
   44385             :         .ob_base = {
   44386             :             .ob_base = {
   44387             :                 .ob_refcnt = 999999999,
   44388             :                 .ob_type = &PyTuple_Type,
   44389             :             },
   44390             :             .ob_size = 7,
   44391             :         },
   44392             :         .ob_item = {
   44393             :             & const_str_ExtensionFileLoader._ascii.ob_base,
   44394             :             & const_str__imp._ascii.ob_base,
   44395             :             & const_str_extension_suffixes._ascii.ob_base,
   44396             :             & const_str_SourceFileLoader._ascii.ob_base,
   44397             :             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
   44398             :             & const_str_SourcelessFileLoader._ascii.ob_base,
   44399             :             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
   44400             :         },
   44401             :     },
   44402             : };
   44403             : static
   44404             :     struct {
   44405             :         PyObject_VAR_HEAD
   44406             :         Py_hash_t ob_shash;
   44407             :         char ob_sval[58];
   44408             :     }
   44409             : importlib__bootstrap_external_toplevel_consts_76_linetable = {
   44410             :     .ob_base = {
   44411             :         .ob_base = {
   44412             :             .ob_refcnt = 999999999,
   44413             :             .ob_type = &PyBytes_Type,
   44414             :         },
   44415             :         .ob_size = 57,
   44416             :     },
   44417             :     .ob_shash = -1,
   44418             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x12\x25\xa5\x64\xd7\x26\x3d\xd1\x26\x3d\xd4\x26\x3f\xd0\x11\x3f\x80\x4a\xdd\x0d\x1d\x9d\x7f\xd0\x0d\x2e\x80\x46\xdd\x0f\x23\xd5\x25\x36\xd0\x0f\x36\x80\x48\xd8\x0c\x16\x98\x06\xa0\x08\xd0\x0b\x29\xd0\x04\x29",
   44419             : };
   44420             : static
   44421             :     struct {
   44422             :         PyASCIIObject _ascii;
   44423             :         uint8_t _data[11];
   44424             :     }
   44425             : const_str_extensions = {
   44426             :     ._ascii = {
   44427             :         .ob_base = {
   44428             :             .ob_refcnt = 999999999,
   44429             :             .ob_type = &PyUnicode_Type,
   44430             :         },
   44431             :         .length = 10,
   44432             :         .hash = -1,
   44433             :         .state = {
   44434             :             .kind = 1,
   44435             :             .compact = 1,
   44436             :             .ascii = 1,
   44437             :         },
   44438             :     },
   44439             :     ._data = "extensions",
   44440             : };
   44441             : static
   44442             :     struct {
   44443             :         PyASCIIObject _ascii;
   44444             :         uint8_t _data[7];
   44445             :     }
   44446             : const_str_source = {
   44447             :     ._ascii = {
   44448             :         .ob_base = {
   44449             :             .ob_refcnt = 999999999,
   44450             :             .ob_type = &PyUnicode_Type,
   44451             :         },
   44452             :         .length = 6,
   44453             :         .hash = -1,
   44454             :         .state = {
   44455             :             .kind = 1,
   44456             :             .compact = 1,
   44457             :             .ascii = 1,
   44458             :         },
   44459             :     },
   44460             :     ._data = "source",
   44461             : };
   44462             : static
   44463             :     struct {
   44464             :         PyASCIIObject _ascii;
   44465             :         uint8_t _data[9];
   44466             :     }
   44467             : const_str_bytecode = {
   44468             :     ._ascii = {
   44469             :         .ob_base = {
   44470             :             .ob_refcnt = 999999999,
   44471             :             .ob_type = &PyUnicode_Type,
   44472             :         },
   44473             :         .length = 8,
   44474             :         .hash = -1,
   44475             :         .state = {
   44476             :             .kind = 1,
   44477             :             .compact = 1,
   44478             :             .ascii = 1,
   44479             :         },
   44480             :     },
   44481             :     ._data = "bytecode",
   44482             : };
   44483             : static
   44484             :     struct {
   44485             :         PyGC_Head _gc_head;
   44486             :         struct {
   44487             :             PyObject_VAR_HEAD
   44488             :             PyObject *ob_item[3];
   44489             :         }_object;
   44490             :     }
   44491             : importlib__bootstrap_external_toplevel_consts_76_localsplusnames = {
   44492             :     ._object = {
   44493             :         .ob_base = {
   44494             :             .ob_base = {
   44495             :                 .ob_refcnt = 999999999,
   44496             :                 .ob_type = &PyTuple_Type,
   44497             :             },
   44498             :             .ob_size = 3,
   44499             :         },
   44500             :         .ob_item = {
   44501             :             & const_str_extensions._ascii.ob_base,
   44502             :             & const_str_source._ascii.ob_base,
   44503             :             & const_str_bytecode._ascii.ob_base,
   44504             :         },
   44505             :     },
   44506             : };
   44507             : static
   44508             :     struct _PyCode_DEF(126)
   44509             : importlib__bootstrap_external_toplevel_consts_76 = {
   44510             :     .ob_base = {
   44511             :         .ob_base = {
   44512             :             .ob_refcnt = 999999999,
   44513             :             .ob_type = &PyCode_Type,
   44514             :         },
   44515             :         .ob_size = 63,
   44516             :     },
   44517             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_76_consts._object.ob_base.ob_base,
   44518             :     .co_names = & importlib__bootstrap_external_toplevel_consts_76_names._object.ob_base.ob_base,
   44519             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   44520             :     .co_flags = 3,
   44521             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   44522             :     ._co_linearray_entry_size = 0,
   44523             :     .co_argcount = 0,
   44524             :     .co_posonlyargcount = 0,
   44525             :     .co_kwonlyargcount = 0,
   44526             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   44527             :     .co_stacksize = 3,
   44528             :     .co_firstlineno = 1740,
   44529             :     .co_nlocalsplus = 3,
   44530             :     .co_nlocals = 3,
   44531             :     .co_nplaincellvars = 0,
   44532             :     .co_ncellvars = 0,
   44533             :     .co_nfreevars = 0,
   44534             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_76_localsplusnames._object.ob_base.ob_base,
   44535             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   44536             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   44537             :     .co_name = & const_str__get_supported_file_loaders._ascii.ob_base,
   44538             :     .co_qualname = & const_str__get_supported_file_loaders._ascii.ob_base,
   44539             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_76_linetable.ob_base.ob_base,
   44540             :     ._co_code = NULL,
   44541             :     ._co_linearray = NULL,
   44542             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7d\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7d\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7d\x02\x7c\x00\x7c\x01\x7c\x02\x67\x03\x53\x00",
   44543             :     ._co_firsttraceable = 0,
   44544             : };
   44545             : static
   44546             :     struct {
   44547             :         PyGC_Head _gc_head;
   44548             :         struct {
   44549             :             PyObject_VAR_HEAD
   44550             :             PyObject *ob_item[1];
   44551             :         }_object;
   44552             :     }
   44553             : importlib__bootstrap_external_toplevel_consts_77_names = {
   44554             :     ._object = {
   44555             :         .ob_base = {
   44556             :             .ob_base = {
   44557             :                 .ob_refcnt = 999999999,
   44558             :                 .ob_type = &PyTuple_Type,
   44559             :             },
   44560             :             .ob_size = 1,
   44561             :         },
   44562             :         .ob_item = {
   44563             :             &_Py_ID(_bootstrap),
   44564             :         },
   44565             :     },
   44566             : };
   44567             : static
   44568             :     struct {
   44569             :         PyASCIIObject _ascii;
   44570             :         uint8_t _data[22];
   44571             :     }
   44572             : const_str__set_bootstrap_module = {
   44573             :     ._ascii = {
   44574             :         .ob_base = {
   44575             :             .ob_refcnt = 999999999,
   44576             :             .ob_type = &PyUnicode_Type,
   44577             :         },
   44578             :         .length = 21,
   44579             :         .hash = -1,
   44580             :         .state = {
   44581             :             .kind = 1,
   44582             :             .compact = 1,
   44583             :             .ascii = 1,
   44584             :         },
   44585             :     },
   44586             :     ._data = "_set_bootstrap_module",
   44587             : };
   44588             : static
   44589             :     struct {
   44590             :         PyObject_VAR_HEAD
   44591             :         Py_hash_t ob_shash;
   44592             :         char ob_sval[12];
   44593             :     }
   44594             : importlib__bootstrap_external_toplevel_consts_77_linetable = {
   44595             :     .ob_base = {
   44596             :         .ob_base = {
   44597             :             .ob_refcnt = 999999999,
   44598             :             .ob_type = &PyBytes_Type,
   44599             :         },
   44600             :         .ob_size = 11,
   44601             :     },
   44602             :     .ob_shash = -1,
   44603             :     .ob_sval = "\x80\x00\xe0\x11\x22\x80\x4a\x80\x4a\x80\x4a",
   44604             : };
   44605             : static
   44606             :     struct {
   44607             :         PyASCIIObject _ascii;
   44608             :         uint8_t _data[18];
   44609             :     }
   44610             : const_str__bootstrap_module = {
   44611             :     ._ascii = {
   44612             :         .ob_base = {
   44613             :             .ob_refcnt = 999999999,
   44614             :             .ob_type = &PyUnicode_Type,
   44615             :         },
   44616             :         .length = 17,
   44617             :         .hash = -1,
   44618             :         .state = {
   44619             :             .kind = 1,
   44620             :             .compact = 1,
   44621             :             .ascii = 1,
   44622             :         },
   44623             :     },
   44624             :     ._data = "_bootstrap_module",
   44625             : };
   44626             : static
   44627             :     struct {
   44628             :         PyGC_Head _gc_head;
   44629             :         struct {
   44630             :             PyObject_VAR_HEAD
   44631             :             PyObject *ob_item[1];
   44632             :         }_object;
   44633             :     }
   44634             : importlib__bootstrap_external_toplevel_consts_77_localsplusnames = {
   44635             :     ._object = {
   44636             :         .ob_base = {
   44637             :             .ob_base = {
   44638             :                 .ob_refcnt = 999999999,
   44639             :                 .ob_type = &PyTuple_Type,
   44640             :             },
   44641             :             .ob_size = 1,
   44642             :         },
   44643             :         .ob_item = {
   44644             :             & const_str__bootstrap_module._ascii.ob_base,
   44645             :         },
   44646             :     },
   44647             : };
   44648             : static
   44649             :     struct _PyCode_DEF(10)
   44650             : importlib__bootstrap_external_toplevel_consts_77 = {
   44651             :     .ob_base = {
   44652             :         .ob_base = {
   44653             :             .ob_refcnt = 999999999,
   44654             :             .ob_type = &PyCode_Type,
   44655             :         },
   44656             :         .ob_size = 5,
   44657             :     },
   44658             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   44659             :     .co_names = & importlib__bootstrap_external_toplevel_consts_77_names._object.ob_base.ob_base,
   44660             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   44661             :     .co_flags = 3,
   44662             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   44663             :     ._co_linearray_entry_size = 0,
   44664             :     .co_argcount = 1,
   44665             :     .co_posonlyargcount = 0,
   44666             :     .co_kwonlyargcount = 0,
   44667             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   44668             :     .co_stacksize = 1,
   44669             :     .co_firstlineno = 1751,
   44670             :     .co_nlocalsplus = 1,
   44671             :     .co_nlocals = 1,
   44672             :     .co_nplaincellvars = 0,
   44673             :     .co_ncellvars = 0,
   44674             :     .co_nfreevars = 0,
   44675             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_77_localsplusnames._object.ob_base.ob_base,
   44676             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   44677             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   44678             :     .co_name = & const_str__set_bootstrap_module._ascii.ob_base,
   44679             :     .co_qualname = & const_str__set_bootstrap_module._ascii.ob_base,
   44680             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_77_linetable.ob_base.ob_base,
   44681             :     ._co_code = NULL,
   44682             :     ._co_linearray = NULL,
   44683             :     .co_code_adaptive = "\x97\x00\x7c\x00\x61\x00\x64\x00\x53\x00",
   44684             :     ._co_firsttraceable = 0,
   44685             : };
   44686             : static
   44687             :     struct {
   44688             :         PyASCIIObject _ascii;
   44689             :         uint8_t _data[42];
   44690             :     }
   44691             : importlib__bootstrap_external_toplevel_consts_78_consts_0 = {
   44692             :     ._ascii = {
   44693             :         .ob_base = {
   44694             :             .ob_refcnt = 999999999,
   44695             :             .ob_type = &PyUnicode_Type,
   44696             :         },
   44697             :         .length = 41,
   44698             :         .hash = -1,
   44699             :         .state = {
   44700             :             .kind = 1,
   44701             :             .compact = 1,
   44702             :             .ascii = 1,
   44703             :         },
   44704             :     },
   44705             :     ._data = "Install the path-based import components.",
   44706             : };
   44707             : static
   44708             :     struct {
   44709             :         PyGC_Head _gc_head;
   44710             :         struct {
   44711             :             PyObject_VAR_HEAD
   44712             :             PyObject *ob_item[2];
   44713             :         }_object;
   44714             :     }
   44715             : importlib__bootstrap_external_toplevel_consts_78_consts = {
   44716             :     ._object = {
   44717             :         .ob_base = {
   44718             :             .ob_base = {
   44719             :                 .ob_refcnt = 999999999,
   44720             :                 .ob_type = &PyTuple_Type,
   44721             :             },
   44722             :             .ob_size = 2,
   44723             :         },
   44724             :         .ob_item = {
   44725             :             & importlib__bootstrap_external_toplevel_consts_78_consts_0._ascii.ob_base,
   44726             :             Py_None,
   44727             :         },
   44728             :     },
   44729             : };
   44730             : static
   44731             :     struct {
   44732             :         PyGC_Head _gc_head;
   44733             :         struct {
   44734             :             PyObject_VAR_HEAD
   44735             :             PyObject *ob_item[10];
   44736             :         }_object;
   44737             :     }
   44738             : importlib__bootstrap_external_toplevel_consts_78_names = {
   44739             :     ._object = {
   44740             :         .ob_base = {
   44741             :             .ob_base = {
   44742             :                 .ob_refcnt = 999999999,
   44743             :                 .ob_type = &PyTuple_Type,
   44744             :             },
   44745             :             .ob_size = 10,
   44746             :         },
   44747             :         .ob_item = {
   44748             :             & const_str__set_bootstrap_module._ascii.ob_base,
   44749             :             & const_str__get_supported_file_loaders._ascii.ob_base,
   44750             :             & const_str_sys._ascii.ob_base,
   44751             :             & const_str_path_hooks._ascii.ob_base,
   44752             :             &_Py_ID(extend),
   44753             :             & const_str_FileFinder._ascii.ob_base,
   44754             :             & const_str_path_hook._ascii.ob_base,
   44755             :             & const_str_meta_path._ascii.ob_base,
   44756             :             &_Py_ID(append),
   44757             :             & const_str_PathFinder._ascii.ob_base,
   44758             :         },
   44759             :     },
   44760             : };
   44761             : static
   44762             :     struct {
   44763             :         PyObject_VAR_HEAD
   44764             :         Py_hash_t ob_shash;
   44765             :         char ob_sval[87];
   44766             :     }
   44767             : importlib__bootstrap_external_toplevel_consts_78_linetable = {
   44768             :     .ob_base = {
   44769             :         .ob_base = {
   44770             :             .ob_refcnt = 999999999,
   44771             :             .ob_type = &PyBytes_Type,
   44772             :         },
   44773             :         .ob_size = 86,
   44774             :     },
   44775             :     .ob_shash = -1,
   44776             :     .ob_sval = "\x80\x00\xe5\x04\x19\xd0\x1a\x2b\xd4\x04\x2c\xd0\x04\x2c\xdd\x18\x33\xd4\x18\x35\xd0\x04\x15\xdd\x04\x07\x87\x4e\x81\x4e\xd7\x04\x19\xd1\x04\x19\x9d\x3a\xd7\x1b\x2f\xd1\x1b\x2f\xd0\x31\x42\xd0\x1b\x43\xd0\x1a\x44\xd4\x04\x45\xd0\x04\x45\xdd\x04\x07\x87\x4d\x81\x4d\xd7\x04\x18\xd1\x04\x18\x9d\x1a\xd4\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24",
   44777             : };
   44778             : static
   44779             :     struct {
   44780             :         PyASCIIObject _ascii;
   44781             :         uint8_t _data[18];
   44782             :     }
   44783             : const_str_supported_loaders = {
   44784             :     ._ascii = {
   44785             :         .ob_base = {
   44786             :             .ob_refcnt = 999999999,
   44787             :             .ob_type = &PyUnicode_Type,
   44788             :         },
   44789             :         .length = 17,
   44790             :         .hash = -1,
   44791             :         .state = {
   44792             :             .kind = 1,
   44793             :             .compact = 1,
   44794             :             .ascii = 1,
   44795             :         },
   44796             :     },
   44797             :     ._data = "supported_loaders",
   44798             : };
   44799             : static
   44800             :     struct {
   44801             :         PyGC_Head _gc_head;
   44802             :         struct {
   44803             :             PyObject_VAR_HEAD
   44804             :             PyObject *ob_item[2];
   44805             :         }_object;
   44806             :     }
   44807             : importlib__bootstrap_external_toplevel_consts_78_localsplusnames = {
   44808             :     ._object = {
   44809             :         .ob_base = {
   44810             :             .ob_base = {
   44811             :                 .ob_refcnt = 999999999,
   44812             :                 .ob_type = &PyTuple_Type,
   44813             :             },
   44814             :             .ob_size = 2,
   44815             :         },
   44816             :         .ob_item = {
   44817             :             & const_str__bootstrap_module._ascii.ob_base,
   44818             :             & const_str_supported_loaders._ascii.ob_base,
   44819             :         },
   44820             :     },
   44821             : };
   44822             : static
   44823             :     struct _PyCode_DEF(234)
   44824             : importlib__bootstrap_external_toplevel_consts_78 = {
   44825             :     .ob_base = {
   44826             :         .ob_base = {
   44827             :             .ob_refcnt = 999999999,
   44828             :             .ob_type = &PyCode_Type,
   44829             :         },
   44830             :         .ob_size = 117,
   44831             :     },
   44832             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_78_consts._object.ob_base.ob_base,
   44833             :     .co_names = & importlib__bootstrap_external_toplevel_consts_78_names._object.ob_base.ob_base,
   44834             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   44835             :     .co_flags = 3,
   44836             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   44837             :     ._co_linearray_entry_size = 0,
   44838             :     .co_argcount = 1,
   44839             :     .co_posonlyargcount = 0,
   44840             :     .co_kwonlyargcount = 0,
   44841             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   44842             :     .co_stacksize = 5,
   44843             :     .co_firstlineno = 1756,
   44844             :     .co_nlocalsplus = 2,
   44845             :     .co_nlocals = 2,
   44846             :     .co_nplaincellvars = 0,
   44847             :     .co_ncellvars = 0,
   44848             :     .co_nfreevars = 0,
   44849             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_78_localsplusnames._object.ob_base.ob_base,
   44850             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   44851             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   44852             :     .co_name = & const_str__install._ascii.ob_base,
   44853             :     .co_qualname = & const_str__install._ascii.ob_base,
   44854             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_78_linetable.ob_base.ob_base,
   44855             :     ._co_code = NULL,
   44856             :     ._co_linearray = NULL,
   44857             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x8e\x00\x67\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   44858             :     ._co_firsttraceable = 0,
   44859             : };
   44860             : static
   44861             :     struct {
   44862             :         PyGC_Head _gc_head;
   44863             :         struct {
   44864             :             PyObject_VAR_HEAD
   44865             :             PyObject *ob_item[1];
   44866             :         }_object;
   44867             :     }
   44868             : importlib__bootstrap_external_toplevel_consts_79 = {
   44869             :     ._object = {
   44870             :         .ob_base = {
   44871             :             .ob_base = {
   44872             :                 .ob_refcnt = 999999999,
   44873             :                 .ob_type = &PyTuple_Type,
   44874             :             },
   44875             :             .ob_size = 1,
   44876             :         },
   44877             :         .ob_item = {
   44878             :             & const_int_438.ob_base.ob_base,
   44879             :         },
   44880             :     },
   44881             : };
   44882             : static
   44883             :     struct {
   44884             :         PyGC_Head _gc_head;
   44885             :         struct {
   44886             :             PyObject_VAR_HEAD
   44887             :             PyObject *ob_item[3];
   44888             :         }_object;
   44889             :     }
   44890             : importlib__bootstrap_external_toplevel_consts_81 = {
   44891             :     ._object = {
   44892             :         .ob_base = {
   44893             :             .ob_base = {
   44894             :                 .ob_refcnt = 999999999,
   44895             :                 .ob_type = &PyTuple_Type,
   44896             :             },
   44897             :             .ob_size = 3,
   44898             :         },
   44899             :         .ob_item = {
   44900             :             Py_None,
   44901             :             Py_None,
   44902             :             Py_None,
   44903             :         },
   44904             :     },
   44905             : };
   44906             : static
   44907             :     struct {
   44908             :         PyGC_Head _gc_head;
   44909             :         struct {
   44910             :             PyObject_VAR_HEAD
   44911             :             PyObject *ob_item[2];
   44912             :         }_object;
   44913             :     }
   44914             : importlib__bootstrap_external_toplevel_consts_82 = {
   44915             :     ._object = {
   44916             :         .ob_base = {
   44917             :             .ob_base = {
   44918             :                 .ob_refcnt = 999999999,
   44919             :                 .ob_type = &PyTuple_Type,
   44920             :             },
   44921             :             .ob_size = 2,
   44922             :         },
   44923             :         .ob_item = {
   44924             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   44925             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   44926             :         },
   44927             :     },
   44928             : };
   44929             : static
   44930             :     struct {
   44931             :         PyGC_Head _gc_head;
   44932             :         struct {
   44933             :             PyObject_VAR_HEAD
   44934             :             PyObject *ob_item[1];
   44935             :         }_object;
   44936             :     }
   44937             : importlib__bootstrap_external_toplevel_consts_83 = {
   44938             :     ._object = {
   44939             :         .ob_base = {
   44940             :             .ob_base = {
   44941             :                 .ob_refcnt = 999999999,
   44942             :                 .ob_type = &PyTuple_Type,
   44943             :             },
   44944             :             .ob_size = 1,
   44945             :         },
   44946             :         .ob_item = {
   44947             :             Py_True,
   44948             :         },
   44949             :     },
   44950             : };
   44951             : static
   44952             :     struct {
   44953             :         PyGC_Head _gc_head;
   44954             :         struct {
   44955             :             PyObject_VAR_HEAD
   44956             :             PyObject *ob_item[84];
   44957             :         }_object;
   44958             :     }
   44959             : importlib__bootstrap_external_toplevel_consts = {
   44960             :     ._object = {
   44961             :         .ob_base = {
   44962             :             .ob_base = {
   44963             :                 .ob_refcnt = 999999999,
   44964             :                 .ob_type = &PyTuple_Type,
   44965             :             },
   44966             :             .ob_size = 84,
   44967             :         },
   44968             :         .ob_item = {
   44969             :             & importlib__bootstrap_external_toplevel_consts_0._ascii.ob_base,
   44970             :             Py_None,
   44971             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   44972             :             & const_str_win32._ascii.ob_base,
   44973             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   44974             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   44975             :             & importlib__bootstrap_external_toplevel_consts_6.ob_base.ob_base,
   44976             :             &_Py_STR(empty),
   44977             :             & importlib__bootstrap_external_toplevel_consts_8.ob_base.ob_base,
   44978             :             & importlib__bootstrap_external_toplevel_consts_9._object.ob_base.ob_base,
   44979             :             & importlib__bootstrap_external_toplevel_consts_10._object.ob_base.ob_base,
   44980             :             & importlib__bootstrap_external_toplevel_consts_11.ob_base.ob_base,
   44981             :             & importlib__bootstrap_external_toplevel_consts_12.ob_base.ob_base,
   44982             :             & importlib__bootstrap_external_toplevel_consts_13.ob_base.ob_base,
   44983             :             & importlib__bootstrap_external_toplevel_consts_14.ob_base.ob_base,
   44984             :             & importlib__bootstrap_external_toplevel_consts_15.ob_base.ob_base,
   44985             :             & importlib__bootstrap_external_toplevel_consts_16.ob_base.ob_base,
   44986             :             & importlib__bootstrap_external_toplevel_consts_17.ob_base.ob_base,
   44987             :             & importlib__bootstrap_external_toplevel_consts_18.ob_base.ob_base,
   44988             :             & importlib__bootstrap_external_toplevel_consts_19.ob_base.ob_base,
   44989             :             & importlib__bootstrap_external_toplevel_consts_20.ob_base.ob_base,
   44990             :             & importlib__bootstrap_external_toplevel_consts_21.ob_base.ob_base,
   44991             :             & importlib__bootstrap_external_toplevel_consts_22.ob_base.ob_base,
   44992             :             & importlib__bootstrap_external_toplevel_consts_23.ob_base.ob_base,
   44993             :             & const_int_438.ob_base.ob_base,
   44994             :             & importlib__bootstrap_external_toplevel_consts_25.ob_base.ob_base,
   44995             :             & const_int_3507.ob_base.ob_base,
   44996             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   44997             :             &_Py_ID(little),
   44998             :             & importlib__bootstrap_external_toplevel_consts_29.ob_base.ob_base,
   44999             :             & const_str___pycache__._ascii.ob_base,
   45000             :             & importlib__bootstrap_external_toplevel_consts_31._ascii.ob_base,
   45001             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
   45002             :             & importlib__bootstrap_external_toplevel_consts_33._ascii.ob_base,
   45003             :             & importlib__bootstrap_external_toplevel_consts_34._ascii.ob_base,
   45004             :             & importlib__bootstrap_external_toplevel_consts_35._object.ob_base.ob_base,
   45005             :             & importlib__bootstrap_external_toplevel_consts_36.ob_base.ob_base,
   45006             :             & importlib__bootstrap_external_toplevel_consts_37.ob_base.ob_base,
   45007             :             & importlib__bootstrap_external_toplevel_consts_38.ob_base.ob_base,
   45008             :             & importlib__bootstrap_external_toplevel_consts_39.ob_base.ob_base,
   45009             :             & importlib__bootstrap_external_toplevel_consts_40.ob_base.ob_base,
   45010             :             & importlib__bootstrap_external_toplevel_consts_41.ob_base.ob_base,
   45011             :             & importlib__bootstrap_external_toplevel_consts_42.ob_base.ob_base,
   45012             :             & importlib__bootstrap_external_toplevel_consts_43.ob_base.ob_base,
   45013             :             & importlib__bootstrap_external_toplevel_consts_44.ob_base.ob_base,
   45014             :             & importlib__bootstrap_external_toplevel_consts_45.ob_base.ob_base,
   45015             :             & importlib__bootstrap_external_toplevel_consts_46.ob_base.ob_base,
   45016             :             & importlib__bootstrap_external_toplevel_consts_47.ob_base.ob_base,
   45017             :             Py_True,
   45018             :             & importlib__bootstrap_external_toplevel_consts_49.ob_base.ob_base,
   45019             :             & importlib__bootstrap_external_toplevel_consts_50.ob_base.ob_base,
   45020             :             & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
   45021             :             & importlib__bootstrap_external_toplevel_consts_52.ob_base.ob_base,
   45022             :             & importlib__bootstrap_external_toplevel_consts_53.ob_base.ob_base,
   45023             :             & const_str_WindowsRegistryFinder._ascii.ob_base,
   45024             :             & importlib__bootstrap_external_toplevel_consts_55.ob_base.ob_base,
   45025             :             & const_str__LoaderBasics._ascii.ob_base,
   45026             :             & importlib__bootstrap_external_toplevel_consts_57.ob_base.ob_base,
   45027             :             & const_str_SourceLoader._ascii.ob_base,
   45028             :             & importlib__bootstrap_external_toplevel_consts_59.ob_base.ob_base,
   45029             :             & const_str_FileLoader._ascii.ob_base,
   45030             :             & importlib__bootstrap_external_toplevel_consts_61.ob_base.ob_base,
   45031             :             & const_str_SourceFileLoader._ascii.ob_base,
   45032             :             & importlib__bootstrap_external_toplevel_consts_63.ob_base.ob_base,
   45033             :             & const_str_SourcelessFileLoader._ascii.ob_base,
   45034             :             & importlib__bootstrap_external_toplevel_consts_65.ob_base.ob_base,
   45035             :             & const_str_ExtensionFileLoader._ascii.ob_base,
   45036             :             & importlib__bootstrap_external_toplevel_consts_67.ob_base.ob_base,
   45037             :             & const_str__NamespacePath._ascii.ob_base,
   45038             :             & importlib__bootstrap_external_toplevel_consts_69.ob_base.ob_base,
   45039             :             & const_str_NamespaceLoader._ascii.ob_base,
   45040             :             & importlib__bootstrap_external_toplevel_consts_71.ob_base.ob_base,
   45041             :             & const_str_PathFinder._ascii.ob_base,
   45042             :             & importlib__bootstrap_external_toplevel_consts_73.ob_base.ob_base,
   45043             :             & const_str_FileFinder._ascii.ob_base,
   45044             :             & importlib__bootstrap_external_toplevel_consts_75.ob_base.ob_base,
   45045             :             & importlib__bootstrap_external_toplevel_consts_76.ob_base.ob_base,
   45046             :             & importlib__bootstrap_external_toplevel_consts_77.ob_base.ob_base,
   45047             :             & importlib__bootstrap_external_toplevel_consts_78.ob_base.ob_base,
   45048             :             & importlib__bootstrap_external_toplevel_consts_79._object.ob_base.ob_base,
   45049             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   45050             :             & importlib__bootstrap_external_toplevel_consts_81._object.ob_base.ob_base,
   45051             :             & importlib__bootstrap_external_toplevel_consts_82._object.ob_base.ob_base,
   45052             :             & importlib__bootstrap_external_toplevel_consts_83._object.ob_base.ob_base,
   45053             :         },
   45054             :     },
   45055             : };
   45056             : static
   45057             :     struct {
   45058             :         PyASCIIObject _ascii;
   45059             :         uint8_t _data[3];
   45060             :     }
   45061             : const_str_nt = {
   45062             :     ._ascii = {
   45063             :         .ob_base = {
   45064             :             .ob_refcnt = 999999999,
   45065             :             .ob_type = &PyUnicode_Type,
   45066             :         },
   45067             :         .length = 2,
   45068             :         .hash = -1,
   45069             :         .state = {
   45070             :             .kind = 1,
   45071             :             .compact = 1,
   45072             :             .ascii = 1,
   45073             :         },
   45074             :     },
   45075             :     ._data = "nt",
   45076             : };
   45077             : static
   45078             :     struct {
   45079             :         PyASCIIObject _ascii;
   45080             :         uint8_t _data[6];
   45081             :     }
   45082             : const_str_posix = {
   45083             :     ._ascii = {
   45084             :         .ob_base = {
   45085             :             .ob_refcnt = 999999999,
   45086             :             .ob_type = &PyUnicode_Type,
   45087             :         },
   45088             :         .length = 5,
   45089             :         .hash = -1,
   45090             :         .state = {
   45091             :             .kind = 1,
   45092             :             .compact = 1,
   45093             :             .ascii = 1,
   45094             :         },
   45095             :     },
   45096             :     ._data = "posix",
   45097             : };
   45098             : static
   45099             :     struct {
   45100             :         PyASCIIObject _ascii;
   45101             :         uint8_t _data[4];
   45102             :     }
   45103             : const_str_all = {
   45104             :     ._ascii = {
   45105             :         .ob_base = {
   45106             :             .ob_refcnt = 999999999,
   45107             :             .ob_type = &PyUnicode_Type,
   45108             :         },
   45109             :         .length = 3,
   45110             :         .hash = -1,
   45111             :         .state = {
   45112             :             .kind = 1,
   45113             :             .compact = 1,
   45114             :             .ascii = 1,
   45115             :         },
   45116             :     },
   45117             :     ._data = "all",
   45118             : };
   45119             : static
   45120             :     struct {
   45121             :         PyASCIIObject _ascii;
   45122             :         uint8_t _data[21];
   45123             :     }
   45124             : const_str__pathseps_with_colon = {
   45125             :     ._ascii = {
   45126             :         .ob_base = {
   45127             :             .ob_refcnt = 999999999,
   45128             :             .ob_type = &PyUnicode_Type,
   45129             :         },
   45130             :         .length = 20,
   45131             :         .hash = -1,
   45132             :         .state = {
   45133             :             .kind = 1,
   45134             :             .compact = 1,
   45135             :             .ascii = 1,
   45136             :         },
   45137             :     },
   45138             :     ._data = "_pathseps_with_colon",
   45139             : };
   45140             : static
   45141             :     struct {
   45142             :         PyASCIIObject _ascii;
   45143             :         uint8_t _data[38];
   45144             :     }
   45145             : const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY = {
   45146             :     ._ascii = {
   45147             :         .ob_base = {
   45148             :             .ob_refcnt = 999999999,
   45149             :             .ob_type = &PyUnicode_Type,
   45150             :         },
   45151             :         .length = 37,
   45152             :         .hash = -1,
   45153             :         .state = {
   45154             :             .kind = 1,
   45155             :             .compact = 1,
   45156             :             .ascii = 1,
   45157             :         },
   45158             :     },
   45159             :     ._data = "_CASE_INSENSITIVE_PLATFORMS_BYTES_KEY",
   45160             : };
   45161             : static
   45162             :     struct {
   45163             :         PyASCIIObject _ascii;
   45164             :         uint8_t _data[9];
   45165             :     }
   45166             : const_str___code__ = {
   45167             :     ._ascii = {
   45168             :         .ob_base = {
   45169             :             .ob_refcnt = 999999999,
   45170             :             .ob_type = &PyUnicode_Type,
   45171             :         },
   45172             :         .length = 8,
   45173             :         .hash = -1,
   45174             :         .state = {
   45175             :             .kind = 1,
   45176             :             .compact = 1,
   45177             :             .ascii = 1,
   45178             :         },
   45179             :     },
   45180             :     ._data = "__code__",
   45181             : };
   45182             : static
   45183             :     struct {
   45184             :         PyASCIIObject _ascii;
   45185             :         uint8_t _data[24];
   45186             :     }
   45187             : const_str_DEBUG_BYTECODE_SUFFIXES = {
   45188             :     ._ascii = {
   45189             :         .ob_base = {
   45190             :             .ob_refcnt = 999999999,
   45191             :             .ob_type = &PyUnicode_Type,
   45192             :         },
   45193             :         .length = 23,
   45194             :         .hash = -1,
   45195             :         .state = {
   45196             :             .kind = 1,
   45197             :             .compact = 1,
   45198             :             .ascii = 1,
   45199             :         },
   45200             :     },
   45201             :     ._data = "DEBUG_BYTECODE_SUFFIXES",
   45202             : };
   45203             : static
   45204             :     struct {
   45205             :         PyASCIIObject _ascii;
   45206             :         uint8_t _data[28];
   45207             :     }
   45208             : const_str_OPTIMIZED_BYTECODE_SUFFIXES = {
   45209             :     ._ascii = {
   45210             :         .ob_base = {
   45211             :             .ob_refcnt = 999999999,
   45212             :             .ob_type = &PyUnicode_Type,
   45213             :         },
   45214             :         .length = 27,
   45215             :         .hash = -1,
   45216             :         .state = {
   45217             :             .kind = 1,
   45218             :             .compact = 1,
   45219             :             .ascii = 1,
   45220             :         },
   45221             :     },
   45222             :     ._data = "OPTIMIZED_BYTECODE_SUFFIXES",
   45223             : };
   45224             : static
   45225             :     struct {
   45226             :         PyASCIIObject _ascii;
   45227             :         uint8_t _data[17];
   45228             :     }
   45229             : const_str__NamespaceLoader = {
   45230             :     ._ascii = {
   45231             :         .ob_base = {
   45232             :             .ob_refcnt = 999999999,
   45233             :             .ob_type = &PyUnicode_Type,
   45234             :         },
   45235             :         .length = 16,
   45236             :         .hash = -1,
   45237             :         .state = {
   45238             :             .kind = 1,
   45239             :             .compact = 1,
   45240             :             .ascii = 1,
   45241             :         },
   45242             :     },
   45243             :     ._data = "_NamespaceLoader",
   45244             : };
   45245             : static
   45246             :     struct {
   45247             :         PyGC_Head _gc_head;
   45248             :         struct {
   45249             :             PyObject_VAR_HEAD
   45250             :             PyObject *ob_item[86];
   45251             :         }_object;
   45252             :     }
   45253             : importlib__bootstrap_external_toplevel_names = {
   45254             :     ._object = {
   45255             :         .ob_base = {
   45256             :             .ob_base = {
   45257             :                 .ob_refcnt = 999999999,
   45258             :                 .ob_type = &PyTuple_Type,
   45259             :             },
   45260             :             .ob_size = 86,
   45261             :         },
   45262             :         .ob_item = {
   45263             :             &_Py_ID(__doc__),
   45264             :             &_Py_ID(_bootstrap),
   45265             :             & const_str__imp._ascii.ob_base,
   45266             :             & const_str__io._ascii.ob_base,
   45267             :             & const_str_sys._ascii.ob_base,
   45268             :             & const_str__warnings._ascii.ob_base,
   45269             :             & const_str_marshal._ascii.ob_base,
   45270             :             & const_str_platform._ascii.ob_base,
   45271             :             & const_str__MS_WINDOWS._ascii.ob_base,
   45272             :             & const_str_nt._ascii.ob_base,
   45273             :             & const_str__os._ascii.ob_base,
   45274             :             & const_str_winreg._ascii.ob_base,
   45275             :             & const_str_posix._ascii.ob_base,
   45276             :             & const_str_path_separators._ascii.ob_base,
   45277             :             & const_str_all._ascii.ob_base,
   45278             :             & const_str_path_sep._ascii.ob_base,
   45279             :             & const_str_tuple._ascii.ob_base,
   45280             :             & const_str_path_sep_tuple._ascii.ob_base,
   45281             :             &_Py_ID(join),
   45282             :             & const_str__pathseps_with_colon._ascii.ob_base,
   45283             :             & const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY._ascii.ob_base,
   45284             :             & const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY._ascii.ob_base,
   45285             :             & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
   45286             :             & const_str__make_relax_case._ascii.ob_base,
   45287             :             & const_str__relax_case._ascii.ob_base,
   45288             :             & const_str__pack_uint32._ascii.ob_base,
   45289             :             & const_str__unpack_uint32._ascii.ob_base,
   45290             :             & const_str__unpack_uint16._ascii.ob_base,
   45291             :             & const_str__path_join._ascii.ob_base,
   45292             :             & const_str__path_split._ascii.ob_base,
   45293             :             & const_str__path_stat._ascii.ob_base,
   45294             :             & const_str__path_is_mode_type._ascii.ob_base,
   45295             :             & const_str__path_isfile._ascii.ob_base,
   45296             :             & const_str__path_isdir._ascii.ob_base,
   45297             :             & const_str__path_isabs._ascii.ob_base,
   45298             :             & const_str__write_atomic._ascii.ob_base,
   45299             :             & const_str_type._ascii.ob_base,
   45300             :             & const_str___code__._ascii.ob_base,
   45301             :             & const_str__code_type._ascii.ob_base,
   45302             :             & const_str_to_bytes._ascii.ob_base,
   45303             :             & const_str_MAGIC_NUMBER._ascii.ob_base,
   45304             :             & const_str_int._ascii.ob_base,
   45305             :             & const_str_from_bytes._ascii.ob_base,
   45306             :             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
   45307             :             & const_str__PYCACHE._ascii.ob_base,
   45308             :             & const_str__OPT._ascii.ob_base,
   45309             :             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
   45310             :             &_Py_ID(append),
   45311             :             & const_str_extension_suffixes._ascii.ob_base,
   45312             :             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
   45313             :             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
   45314             :             & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
   45315             :             & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
   45316             :             & const_str_cache_from_source._ascii.ob_base,
   45317             :             & const_str_source_from_cache._ascii.ob_base,
   45318             :             &_Py_ID(_get_sourcefile),
   45319             :             & const_str__get_cached._ascii.ob_base,
   45320             :             & const_str__calc_mode._ascii.ob_base,
   45321             :             & const_str__check_name._ascii.ob_base,
   45322             :             & const_str__find_module_shim._ascii.ob_base,
   45323             :             & const_str__classify_pyc._ascii.ob_base,
   45324             :             & const_str__validate_timestamp_pyc._ascii.ob_base,
   45325             :             & const_str__validate_hash_pyc._ascii.ob_base,
   45326             :             & const_str__compile_bytecode._ascii.ob_base,
   45327             :             & const_str__code_to_timestamp_pyc._ascii.ob_base,
   45328             :             & const_str__code_to_hash_pyc._ascii.ob_base,
   45329             :             & const_str_decode_source._ascii.ob_base,
   45330             :             & const_str_object._ascii.ob_base,
   45331             :             & const_str__POPULATE._ascii.ob_base,
   45332             :             & const_str_spec_from_file_location._ascii.ob_base,
   45333             :             & const_str_WindowsRegistryFinder._ascii.ob_base,
   45334             :             & const_str__LoaderBasics._ascii.ob_base,
   45335             :             & const_str_SourceLoader._ascii.ob_base,
   45336             :             & const_str_FileLoader._ascii.ob_base,
   45337             :             & const_str_SourceFileLoader._ascii.ob_base,
   45338             :             & const_str_SourcelessFileLoader._ascii.ob_base,
   45339             :             & const_str_ExtensionFileLoader._ascii.ob_base,
   45340             :             & const_str__NamespacePath._ascii.ob_base,
   45341             :             & const_str_NamespaceLoader._ascii.ob_base,
   45342             :             & const_str__NamespaceLoader._ascii.ob_base,
   45343             :             & const_str_PathFinder._ascii.ob_base,
   45344             :             & const_str_FileFinder._ascii.ob_base,
   45345             :             &_Py_ID(_fix_up_module),
   45346             :             & const_str__get_supported_file_loaders._ascii.ob_base,
   45347             :             & const_str__set_bootstrap_module._ascii.ob_base,
   45348             :             & const_str__install._ascii.ob_base,
   45349             :         },
   45350             :     },
   45351             : };
   45352             : static
   45353             :     struct {
   45354             :         PyObject_VAR_HEAD
   45355             :         Py_hash_t ob_shash;
   45356             :         char ob_sval[1520];
   45357             :     }
   45358             : importlib__bootstrap_external_toplevel_linetable = {
   45359             :     .ob_base = {
   45360             :         .ob_base = {
   45361             :             .ob_refcnt = 999999999,
   45362             :             .ob_type = &PyBytes_Type,
   45363             :         },
   45364             :         .ob_size = 1519,
   45365             :     },
   45366             :     .ob_shash = -1,
   45367             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x07\x01\x04\xf0\x00\x07\x01\x04\xf0\x2c\x00\x0e\x12\x80\x0a\xf0\x06\x00\x01\x0c\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x10\xd0\x00\x10\xd0\x00\x10\xd0\x00\x10\xd8\x00\x0e\x80\x0e\x80\x0e\x80\x0e\xf0\x06\x00\x10\x13\x8f\x7c\x89\x7c\x98\x77\xd2\x0f\x26\x80\x0b\xd8\x03\x0e\xf0\x00\x04\x01\x18\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xd8\x04\x11\x80\x4d\x80\x4d\x80\x4d\x80\x4d\xe0\x04\x17\xd0\x04\x17\xd0\x04\x17\xd0\x04\x17\xf0\x06\x00\x04\x0f\xf0\x00\x03\x01\x1c\xd8\x17\x1b\x98\x53\x90\x6b\x80\x4f\x80\x4f\xe0\x17\x1a\x90\x65\x80\x4f\xe0\x07\x0a\x80\x73\xd0\x0a\x34\xd0\x0a\x34\xa0\x4f\xd0\x0a\x34\xd4\x0a\x34\xd4\x07\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd8\x0b\x1a\x98\x31\xd4\x0b\x1d\x80\x08\xd8\x11\x16\x90\x15\x90\x7f\xd4\x11\x27\x80\x0e\xd8\x12\x14\x97\x27\x91\x27\x98\x2f\xd4\x12\x2a\x80\x0f\xd8\x17\x39\xd0\x17\x39\xa8\x1f\xd0\x17\x39\xd4\x17\x39\xd0\x00\x14\xf0\x08\x00\x27\x2d\xd0\x00\x23\xd8\x28\x3a\xd0\x00\x25\xd8\x20\x45\xd8\x22\x45\xf1\x03\x01\x21\x46\x01\xd0\x00\x1b\xf0\x08\x0e\x01\x17\xf0\x00\x0e\x01\x17\xf0\x00\x0e\x01\x17\xf0\x20\x00\x0f\x1f\xd0\x0e\x1e\xd4\x0e\x20\x80\x0b\xf0\x06\x02\x01\x37\xf0\x00\x02\x01\x37\xf0\x00\x02\x01\x37\xf0\x0a\x03\x01\x2a\xf0\x00\x03\x01\x2a\xf0\x00\x03\x01\x2a\xf0\x0a\x03\x01\x2a\xf0\x00\x03\x01\x2a\xf0\x00\x03\x01\x2a\xf0\x0c\x00\x04\x0f\xf0\x00\x22\x01\x3f\xf0\x02\x1b\x05\x2a\xf0\x00\x1b\x05\x2a\xf0\x00\x1b\x05\x2a\xf0\x00\x1b\x05\x2a\xf0\x3c\x03\x05\x3f\xf0\x00\x03\x05\x3f\xf0\x00\x03\x05\x3f\xf0\x0c\x05\x01\x22\xf0\x00\x05\x01\x22\xf0\x00\x05\x01\x22\xf0\x10\x07\x01\x1a\xf0\x00\x07\x01\x1a\xf0\x00\x07\x01\x1a\xf0\x14\x06\x01\x32\xf0\x00\x06\x01\x32\xf0\x00\x06\x01\x32\xf0\x12\x02\x01\x2e\xf0\x00\x02\x01\x2e\xf0\x00\x02\x01\x2e\xf0\x0a\x04\x01\x2e\xf0\x00\x04\x01\x2e\xf0\x00\x04\x01\x2e\xf0\x0e\x00\x04\x0f\xf0\x00\x0b\x01\x30\xf0\x02\x05\x05\x52\x01\xf0\x00\x05\x05\x52\x01\xf0\x00\x05\x05\x52\x01\xf0\x00\x05\x05\x52\x01\xf0\x10\x02\x05\x30\xf0\x00\x02\x05\x30\xf0\x00\x02\x05\x30\xf0\x0a\x00\x24\x29\xf0\x00\x13\x01\x0e\xf0\x00\x13\x01\x0e\xf0\x00\x13\x01\x0e\xf0\x2c\x00\x0e\x12\x88\x54\x90\x2d\xd7\x12\x28\xd1\x12\x28\xd4\x0d\x29\x80\x0a\xf0\x78\x06\x00\x11\x15\x8f\x7f\x89\x7f\x98\x71\xa0\x28\xd4\x0f\x2b\xa8\x67\xd1\x0f\x35\x80\x0c\xe0\x14\x17\x97\x4e\x91\x4e\xa0\x3c\xb0\x18\xd4\x14\x3a\xd0\x00\x11\xe0\x0b\x18\x80\x08\xd8\x07\x0d\x80\x04\xe0\x13\x18\x90\x27\x80\x0f\xd8\x03\x0e\xf0\x00\x01\x01\x23\xd8\x04\x13\xd7\x04\x1a\xd1\x04\x1a\x98\x36\xd4\x04\x22\xd0\x04\x22\xe0\x15\x2c\x90\x54\xd7\x15\x2c\xd1\x15\x2c\xd4\x15\x2e\xd0\x00\x12\xe0\x15\x1b\x90\x48\xd0\x00\x11\xe0\x38\x49\xd0\x00\x49\xd0\x00\x17\xd0\x1a\x35\xe0\x2b\x2f\xc0\x14\xf0\x00\x44\x01\x01\x30\xf0\x00\x44\x01\x01\x30\xf0\x00\x44\x01\x01\x30\xf0\x00\x44\x01\x01\x30\xf0\x00\x44\x01\x01\x30\xf0\x4e\x02\x25\x01\x40\x01\xf0\x00\x25\x01\x40\x01\xf0\x00\x25\x01\x40\x01\xf0\x50\x01\x10\x01\x47\x01\xf0\x00\x10\x01\x47\x01\xf0\x00\x10\x01\x47\x01\xf0\x26\x09\x01\x14\xf0\x00\x09\x01\x14\xf0\x00\x09\x01\x14\xf0\x18\x09\x01\x10\xf0\x00\x09\x01\x10\xf0\x00\x09\x01\x10\xf0\x18\x1c\x01\x1f\xf0\x00\x1c\x01\x1f\xf0\x00\x1c\x01\x1f\xf0\x3e\x11\x01\x12\xf0\x00\x11\x01\x12\xf0\x00\x11\x01\x12\xf0\x28\x1e\x01\x11\xf0\x00\x1e\x01\x11\xf0\x00\x1e\x01\x11\xf0\x42\x01\x19\x01\x4c\x01\xf0\x00\x19\x01\x4c\x01\xf0\x00\x19\x01\x4c\x01\xf0\x38\x15\x01\x0a\xf0\x00\x15\x01\x0a\xf0\x00\x15\x01\x0a\xf0\x30\x00\x22\x26\xf0\x00\x0a\x01\x39\xf0\x00\x0a\x01\x39\xf0\x00\x0a\x01\x39\xf0\x1a\x00\x28\x29\xf0\x00\x07\x01\x10\xf0\x00\x07\x01\x10\xf0\x00\x07\x01\x10\xf0\x14\x00\x32\x36\xf0\x00\x08\x01\x10\xf0\x00\x08\x01\x10\xf0\x00\x08\x01\x10\xf0\x16\x09\x01\x44\x01\xf0\x00\x09\x01\x44\x01\xf0\x00\x09\x01\x44\x01\xf0\x1c\x00\x0d\x13\x88\x46\x8c\x48\x80\x09\xf0\x06\x00\x2c\x30\xb8\x34\xd8\x37\x40\xf0\x03\x44\x01\x01\x10\xf0\x00\x44\x01\x01\x10\xf0\x00\x44\x01\x01\x10\xf0\x00\x44\x01\x01\x10\xf0\x00\x44\x01\x01\x10\xf0\x52\x02\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf4\x00\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf0\x46\x02\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf4\x00\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf0\x3c\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\x90\x3d\xf4\x00\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\xf0\x60\x04\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf4\x00\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf0\x64\x01\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\x90\x7a\xa0\x3c\xf4\x00\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\xf0\x5a\x01\x16\x01\x14\xf0\x00\x16\x01\x14\xf0\x00\x16\x01\x14\xf0\x00\x16\x01\x14\xf0\x00\x16\x01\x14\x98\x3a\xa0\x7d\xf4\x00\x16\x01\x14\xf0\x00\x16\x01\x14\xf0\x32\x32\x01\x19\xf0\x00\x32\x01\x19\xf0\x00\x32\x01\x19\xf0\x00\x32\x01\x19\xf0\x00\x32\x01\x19\x98\x2a\xa0\x6d\xf4\x00\x32\x01\x19\xf0\x00\x32\x01\x19\xf0\x6a\x01\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf4\x00\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf0\x4e\x02\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf4\x00\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf0\x60\x01\x00\x14\x23\xd0\x00\x10\xf0\x0a\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf4\x00\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf0\x42\x05\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf4\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x40\x05\x00\x32\x36\xf0\x00\x14\x01\x0d\xf0\x00\x14\x01\x0d\xf0\x00\x14\x01\x0d\xf0\x2e\x08\x01\x2a\xf0\x00\x08\x01\x2a\xf0\x00\x08\x01\x2a\xf0\x16\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x0a\x05\x01\x25\xf0\x00\x05\x01\x25\xf0\x00\x05\x01\x25\xf0\x00\x05\x01\x25\xf0\x00\x05\x01\x25",
   45368             : };
   45369             : static
   45370             :     struct _PyCode_DEF(1036)
   45371             : importlib__bootstrap_external_toplevel = {
   45372             :     .ob_base = {
   45373             :         .ob_base = {
   45374             :             .ob_refcnt = 999999999,
   45375             :             .ob_type = &PyCode_Type,
   45376             :         },
   45377             :         .ob_size = 518,
   45378             :     },
   45379             :     .co_consts = & importlib__bootstrap_external_toplevel_consts._object.ob_base.ob_base,
   45380             :     .co_names = & importlib__bootstrap_external_toplevel_names._object.ob_base.ob_base,
   45381             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   45382             :     .co_flags = 0,
   45383             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   45384             :     ._co_linearray_entry_size = 0,
   45385             :     .co_argcount = 0,
   45386             :     .co_posonlyargcount = 0,
   45387             :     .co_kwonlyargcount = 0,
   45388             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   45389             :     .co_stacksize = 6,
   45390             :     .co_firstlineno = 1,
   45391             :     .co_nlocalsplus = 0,
   45392             :     .co_nlocals = 0,
   45393             :     .co_nplaincellvars = 0,
   45394             :     .co_ncellvars = 0,
   45395             :     .co_nfreevars = 0,
   45396             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   45397             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   45398             :     .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
   45399             :     .co_name = &_Py_STR(anon_module),
   45400             :     .co_qualname = &_Py_STR(anon_module),
   45401             :     .co_linetable = & importlib__bootstrap_external_toplevel_linetable.ob_base.ob_base,
   45402             :     ._co_code = NULL,
   45403             :     ._co_linearray = NULL,
   45404             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x61\x01\x64\x02\x64\x01\x6c\x02\x5a\x02\x64\x02\x64\x01\x6c\x03\x5a\x03\x64\x02\x64\x01\x6c\x04\x5a\x04\x64\x02\x64\x01\x6c\x05\x5a\x05\x64\x02\x64\x01\x6c\x06\x5a\x06\x65\x04\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x5a\x08\x65\x08\x72\x09\x64\x02\x64\x01\x6c\x09\x5a\x0a\x64\x02\x64\x01\x6c\x0b\x5a\x0b\x6e\x04\x64\x02\x64\x01\x6c\x0c\x5a\x0a\x65\x08\x72\x05\x64\x04\x64\x05\x67\x02\x5a\x0d\x6e\x03\x64\x05\x67\x01\x5a\x0d\x02\x00\x65\x0e\x64\x06\x84\x00\x65\x0d\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x65\x0d\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0f\x02\x00\x65\x10\x65\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x64\x07\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x08\x84\x00\x65\x0d\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x13\x64\x09\x5a\x14\x64\x0a\x5a\x15\x65\x15\x65\x14\x7a\x00\x00\x00\x5a\x16\x64\x0b\x84\x00\x5a\x17\x02\x00\x65\x17\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x18\x64\x0c\x84\x00\x5a\x19\x64\x0d\x84\x00\x5a\x1a\x64\x0e\x84\x00\x5a\x1b\x65\x08\x72\x04\x64\x0f\x84\x00\x5a\x1c\x6e\x03\x64\x10\x84\x00\x5a\x1c\x64\x11\x84\x00\x5a\x1d\x64\x12\x84\x00\x5a\x1e\x64\x13\x84\x00\x5a\x1f\x64\x14\x84\x00\x5a\x20\x64\x15\x84\x00\x5a\x21\x65\x08\x72\x04\x64\x16\x84\x00\x5a\x22\x6e\x03\x64\x17\x84\x00\x5a\x22\x64\x4f\x64\x19\x84\x01\x5a\x23\x02\x00\x65\x24\x65\x23\x6a\x4a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x26\x64\x1a\x6a\x4f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1b\x64\x1c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1d\x7a\x00\x00\x00\x5a\x28\x65\x29\x6a\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x28\x64\x1c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2b\x64\x1e\x5a\x2c\x64\x1f\x5a\x2d\x64\x20\x67\x01\x5a\x2e\x65\x08\x72\x12\x65\x2e\x6a\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x21\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x02\x6a\x60\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x31\x64\x22\x67\x01\x5a\x32\x65\x32\x78\x01\x5a\x33\x5a\x34\x64\x50\x64\x01\x64\x23\x9c\x01\x64\x24\x84\x03\x5a\x35\x64\x25\x84\x00\x5a\x36\x64\x26\x84\x00\x5a\x37\x64\x27\x84\x00\x5a\x38\x64\x28\x84\x00\x5a\x39\x64\x29\x84\x00\x5a\x3a\x64\x2a\x84\x00\x5a\x3b\x64\x2b\x84\x00\x5a\x3c\x64\x2c\x84\x00\x5a\x3d\x64\x2d\x84\x00\x5a\x3e\x64\x51\x64\x2e\x84\x01\x5a\x3f\x64\x52\x64\x2f\x84\x01\x5a\x40\x64\x53\x64\x31\x84\x01\x5a\x41\x64\x32\x84\x00\x5a\x42\x02\x00\x65\x43\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x44\x64\x50\x64\x01\x65\x44\x64\x33\x9c\x02\x64\x34\x84\x03\x5a\x45\x02\x00\x47\x00\x64\x35\x84\x00\x64\x36\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x46\x02\x00\x47\x00\x64\x37\x84\x00\x64\x38\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x47\x02\x00\x47\x00\x64\x39\x84\x00\x64\x3a\x65\x47\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x48\x02\x00\x47\x00\x64\x3b\x84\x00\x64\x3c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x49\x02\x00\x47\x00\x64\x3d\x84\x00\x64\x3e\x65\x49\x65\x48\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4a\x02\x00\x47\x00\x64\x3f\x84\x00\x64\x40\x65\x49\x65\x47\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4b\x02\x00\x47\x00\x64\x41\x84\x00\x64\x42\x65\x49\x65\x47\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4c\x02\x00\x47\x00\x64\x43\x84\x00\x64\x44\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4d\x02\x00\x47\x00\x64\x45\x84\x00\x64\x46\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4e\x65\x4e\x5a\x4f\x02\x00\x47\x00\x64\x47\x84\x00\x64\x48\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x50\x02\x00\x47\x00\x64\x49\x84\x00\x64\x4a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x51\x64\x50\x64\x4b\x84\x01\x5a\x52\x64\x4c\x84\x00\x5a\x53\x64\x4d\x84\x00\x5a\x54\x64\x4e\x84\x00\x5a\x55\x64\x01\x53\x00",
   45405             :     ._co_firsttraceable = 0,
   45406             : };
   45407        3109 : static void importlib__bootstrap_external_do_patchups(void) {
   45408        3109 : }
   45409             : 
   45410             : PyObject *
   45411        3109 : _Py_get_importlib__bootstrap_external_toplevel(void)
   45412             : {
   45413        3109 :     importlib__bootstrap_external_do_patchups();
   45414        3109 :     return Py_NewRef((PyObject *) &importlib__bootstrap_external_toplevel);
   45415             : }
   45416             : 
   45417             : static
   45418             :     struct {
   45419             :         PyASCIIObject _ascii;
   45420             :         uint8_t _data[593];
   45421             :     }
   45422             : zipimport_toplevel_consts_0 = {
   45423             :     ._ascii = {
   45424             :         .ob_base = {
   45425             :             .ob_refcnt = 999999999,
   45426             :             .ob_type = &PyUnicode_Type,
   45427             :         },
   45428             :         .length = 592,
   45429             :         .hash = -1,
   45430             :         .state = {
   45431             :             .kind = 1,
   45432             :             .compact = 1,
   45433             :             .ascii = 1,
   45434             :         },
   45435             :     },
   45436             :     ._data = "\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x66\x6f\x72\x20\x69\x6d\x70\x6f\x72\x74\x69\x6e\x67\x20\x50\x79\x74\x68\x6f\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x66\x72\x6f\x6d\x20\x5a\x69\x70\x20\x61\x72\x63\x68\x69\x76\x65\x73\x2e\x0a\x0a\x54\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x65\x78\x70\x6f\x72\x74\x73\x20\x74\x68\x72\x65\x65\x20\x6f\x62\x6a\x65\x63\x74\x73\x3a\x0a\x2d\x20\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x3a\x20\x61\x20\x63\x6c\x61\x73\x73\x3b\x20\x69\x74\x73\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x20\x74\x61\x6b\x65\x73\x20\x61\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x61\x20\x5a\x69\x70\x20\x61\x72\x63\x68\x69\x76\x65\x2e\x0a\x2d\x20\x5a\x69\x70\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x3a\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x72\x61\x69\x73\x65\x64\x20\x62\x79\x20\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x20\x6f\x62\x6a\x65\x63\x74\x73\x2e\x20\x49\x74\x27\x73\x20\x61\x0a\x20\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x20\x6f\x66\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x2c\x20\x73\x6f\x20\x69\x74\x20\x63\x61\x6e\x20\x62\x65\x20\x63\x61\x75\x67\x68\x74\x20\x61\x73\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x2c\x20\x74\x6f\x6f\x2e\x0a\x2d\x20\x5f\x7a\x69\x70\x5f\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x5f\x63\x61\x63\x68\x65\x3a\x20\x61\x20\x64\x69\x63\x74\x2c\x20\x6d\x61\x70\x70\x69\x6e\x67\x20\x61\x72\x63\x68\x69\x76\x65\x20\x70\x61\x74\x68\x73\x20\x74\x6f\x20\x7a\x69\x70\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x0a\x20\x20\x69\x6e\x66\x6f\x20\x64\x69\x63\x74\x73\x2c\x20\x61\x73\x20\x75\x73\x65\x64\x20\x69\x6e\x20\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x2e\x5f\x66\x69\x6c\x65\x73\x2e\x0a\x0a\x49\x74\x20\x69\x73\x20\x75\x73\x75\x61\x6c\x6c\x79\x20\x6e\x6f\x74\x20\x6e\x65\x65\x64\x65\x64\x20\x74\x6f\x20\x75\x73\x65\x20\x74\x68\x65\x20\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x20\x6d\x6f\x64\x75\x6c\x65\x20\x65\x78\x70\x6c\x69\x63\x69\x74\x6c\x79\x3b\x20\x69\x74\x20\x69\x73\x0a\x75\x73\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x69\x6e\x20\x69\x6d\x70\x6f\x72\x74\x20\x6d\x65\x63\x68\x61\x6e\x69\x73\x6d\x20\x66\x6f\x72\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x20\x69\x74\x65\x6d\x73\x20\x74\x68\x61\x74\x20\x61\x72\x65\x20\x70\x61\x74\x68\x73\x0a\x74\x6f\x20\x5a\x69\x70\x20\x61\x72\x63\x68\x69\x76\x65\x73\x2e\x0a",
   45437             : };
   45438             : static
   45439             :     struct {
   45440             :         PyGC_Head _gc_head;
   45441             :         struct {
   45442             :             PyObject_VAR_HEAD
   45443             :             PyObject *ob_item[2];
   45444             :         }_object;
   45445             :     }
   45446             : zipimport_toplevel_consts_3 = {
   45447             :     ._object = {
   45448             :         .ob_base = {
   45449             :             .ob_base = {
   45450             :                 .ob_refcnt = 999999999,
   45451             :                 .ob_type = &PyTuple_Type,
   45452             :             },
   45453             :             .ob_size = 2,
   45454             :         },
   45455             :         .ob_item = {
   45456             :             & const_str__unpack_uint16._ascii.ob_base,
   45457             :             & const_str__unpack_uint32._ascii.ob_base,
   45458             :         },
   45459             :     },
   45460             : };
   45461             : static
   45462             :     struct {
   45463             :         PyASCIIObject _ascii;
   45464             :         uint8_t _data[15];
   45465             :     }
   45466             : const_str_ZipImportError = {
   45467             :     ._ascii = {
   45468             :         .ob_base = {
   45469             :             .ob_refcnt = 999999999,
   45470             :             .ob_type = &PyUnicode_Type,
   45471             :         },
   45472             :         .length = 14,
   45473             :         .hash = -1,
   45474             :         .state = {
   45475             :             .kind = 1,
   45476             :             .compact = 1,
   45477             :             .ascii = 1,
   45478             :         },
   45479             :     },
   45480             :     ._data = "ZipImportError",
   45481             : };
   45482             : static
   45483             :     struct {
   45484             :         PyASCIIObject _ascii;
   45485             :         uint8_t _data[12];
   45486             :     }
   45487             : const_str_zipimporter = {
   45488             :     ._ascii = {
   45489             :         .ob_base = {
   45490             :             .ob_refcnt = 999999999,
   45491             :             .ob_type = &PyUnicode_Type,
   45492             :         },
   45493             :         .length = 11,
   45494             :         .hash = -1,
   45495             :         .state = {
   45496             :             .kind = 1,
   45497             :             .compact = 1,
   45498             :             .ascii = 1,
   45499             :         },
   45500             :     },
   45501             :     ._data = "zipimporter",
   45502             : };
   45503             : static
   45504             :     struct {
   45505             :         PyGC_Head _gc_head;
   45506             :         struct {
   45507             :             PyObject_VAR_HEAD
   45508             :             PyObject *ob_item[2];
   45509             :         }_object;
   45510             :     }
   45511             : zipimport_toplevel_consts_7_consts = {
   45512             :     ._object = {
   45513             :         .ob_base = {
   45514             :             .ob_base = {
   45515             :                 .ob_refcnt = 999999999,
   45516             :                 .ob_type = &PyTuple_Type,
   45517             :             },
   45518             :             .ob_size = 2,
   45519             :         },
   45520             :         .ob_item = {
   45521             :             & const_str_ZipImportError._ascii.ob_base,
   45522             :             Py_None,
   45523             :         },
   45524             :     },
   45525             : };
   45526             : static
   45527             :     struct {
   45528             :         PyASCIIObject _ascii;
   45529             :         uint8_t _data[19];
   45530             :     }
   45531             : zipimport_toplevel_consts_7_filename = {
   45532             :     ._ascii = {
   45533             :         .ob_base = {
   45534             :             .ob_refcnt = 999999999,
   45535             :             .ob_type = &PyUnicode_Type,
   45536             :         },
   45537             :         .length = 18,
   45538             :         .hash = -1,
   45539             :         .state = {
   45540             :             .kind = 1,
   45541             :             .compact = 1,
   45542             :             .ascii = 1,
   45543             :         },
   45544             :     },
   45545             :     ._data = "<frozen zipimport>",
   45546             : };
   45547             : static
   45548             :     struct _PyCode_DEF(14)
   45549             : zipimport_toplevel_consts_7 = {
   45550             :     .ob_base = {
   45551             :         .ob_base = {
   45552             :             .ob_refcnt = 999999999,
   45553             :             .ob_type = &PyCode_Type,
   45554             :         },
   45555             :         .ob_size = 7,
   45556             :     },
   45557             :     .co_consts = & zipimport_toplevel_consts_7_consts._object.ob_base.ob_base,
   45558             :     .co_names = & importlib__bootstrap_toplevel_consts_5_names._object.ob_base.ob_base,
   45559             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   45560             :     .co_flags = 0,
   45561             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   45562             :     ._co_linearray_entry_size = 0,
   45563             :     .co_argcount = 0,
   45564             :     .co_posonlyargcount = 0,
   45565             :     .co_kwonlyargcount = 0,
   45566             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   45567             :     .co_stacksize = 1,
   45568             :     .co_firstlineno = 34,
   45569             :     .co_nlocalsplus = 0,
   45570             :     .co_nlocals = 0,
   45571             :     .co_nplaincellvars = 0,
   45572             :     .co_ncellvars = 0,
   45573             :     .co_nfreevars = 0,
   45574             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   45575             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   45576             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   45577             :     .co_name = & const_str_ZipImportError._ascii.ob_base,
   45578             :     .co_qualname = & const_str_ZipImportError._ascii.ob_base,
   45579             :     .co_linetable = & importlib__bootstrap_toplevel_consts_5_linetable.ob_base.ob_base,
   45580             :     ._co_code = NULL,
   45581             :     ._co_linearray = NULL,
   45582             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x53\x00",
   45583             :     ._co_firsttraceable = 0,
   45584             : };
   45585             : static
   45586             :     struct {
   45587             :         PyObject_VAR_HEAD
   45588             :         Py_hash_t ob_shash;
   45589             :         char ob_sval[5];
   45590             :     }
   45591             : zipimport_toplevel_consts_9 = {
   45592             :     .ob_base = {
   45593             :         .ob_base = {
   45594             :             .ob_refcnt = 999999999,
   45595             :             .ob_type = &PyBytes_Type,
   45596             :         },
   45597             :         .ob_size = 4,
   45598             :     },
   45599             :     .ob_shash = -1,
   45600             :     .ob_sval = "\x50\x4b\x05\x06",
   45601             : };
   45602             : #if PYLONG_BITS_IN_DIGIT == 15
   45603             : static
   45604             :     struct {
   45605             :         PyObject_VAR_HEAD
   45606             :         digit ob_digit[2];
   45607             :     }
   45608             : const_int_65535 = {
   45609             :     .ob_base = {
   45610             :         .ob_base = {
   45611             :             .ob_refcnt = 999999999,
   45612             :             .ob_type = &PyLong_Type,
   45613             :         },
   45614             :         .ob_size = 2,
   45615             :     },
   45616             :     .ob_digit = { 32767, 1 },
   45617             : };
   45618             : #elif PYLONG_BITS_IN_DIGIT == 30
   45619             : static
   45620             :     struct {
   45621             :         PyObject_VAR_HEAD
   45622             :         digit ob_digit[1];
   45623             :     }
   45624             : const_int_65535 = {
   45625             :     .ob_base = {
   45626             :         .ob_base = {
   45627             :             .ob_refcnt = 999999999,
   45628             :             .ob_type = &PyLong_Type,
   45629             :         },
   45630             :         .ob_size = 1,
   45631             :     },
   45632             :     .ob_digit = { 65535 },
   45633             : };
   45634             : #else
   45635             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   45636             : #endif
   45637             : static
   45638             :     struct {
   45639             :         PyASCIIObject _ascii;
   45640             :         uint8_t _data[512];
   45641             :     }
   45642             : zipimport_toplevel_consts_11_consts_1 = {
   45643             :     ._ascii = {
   45644             :         .ob_base = {
   45645             :             .ob_refcnt = 999999999,
   45646             :             .ob_type = &PyUnicode_Type,
   45647             :         },
   45648             :         .length = 511,
   45649             :         .hash = -1,
   45650             :         .state = {
   45651             :             .kind = 1,
   45652             :             .compact = 1,
   45653             :             .ascii = 1,
   45654             :         },
   45655             :     },
   45656             :     ._data = "\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x28\x61\x72\x63\x68\x69\x76\x65\x70\x61\x74\x68\x29\x20\x2d\x3e\x20\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x20\x6f\x62\x6a\x65\x63\x74\x0a\x0a\x20\x20\x20\x20\x43\x72\x65\x61\x74\x65\x20\x61\x20\x6e\x65\x77\x20\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x20\x27\x61\x72\x63\x68\x69\x76\x65\x70\x61\x74\x68\x27\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x20\x70\x61\x74\x68\x20\x74\x6f\x0a\x20\x20\x20\x20\x61\x20\x7a\x69\x70\x66\x69\x6c\x65\x2c\x20\x6f\x72\x20\x74\x6f\x20\x61\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x70\x61\x74\x68\x20\x69\x6e\x73\x69\x64\x65\x20\x61\x20\x7a\x69\x70\x66\x69\x6c\x65\x2e\x20\x46\x6f\x72\x20\x65\x78\x61\x6d\x70\x6c\x65\x2c\x20\x69\x74\x20\x63\x61\x6e\x20\x62\x65\x0a\x20\x20\x20\x20\x27\x2f\x74\x6d\x70\x2f\x6d\x79\x69\x6d\x70\x6f\x72\x74\x2e\x7a\x69\x70\x27\x2c\x20\x6f\x72\x20\x27\x2f\x74\x6d\x70\x2f\x6d\x79\x69\x6d\x70\x6f\x72\x74\x2e\x7a\x69\x70\x2f\x6d\x79\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x27\x2c\x20\x69\x66\x20\x6d\x79\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x61\x0a\x20\x20\x20\x20\x76\x61\x6c\x69\x64\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x6e\x73\x69\x64\x65\x20\x74\x68\x65\x20\x61\x72\x63\x68\x69\x76\x65\x2e\x0a\x0a\x20\x20\x20\x20\x27\x5a\x69\x70\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x69\x66\x20\x27\x61\x72\x63\x68\x69\x76\x65\x70\x61\x74\x68\x27\x20\x64\x6f\x65\x73\x6e\x27\x74\x20\x70\x6f\x69\x6e\x74\x20\x74\x6f\x20\x61\x20\x76\x61\x6c\x69\x64\x20\x5a\x69\x70\x0a\x20\x20\x20\x20\x61\x72\x63\x68\x69\x76\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x27\x61\x72\x63\x68\x69\x76\x65\x27\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x20\x6f\x66\x20\x7a\x69\x70\x69\x6d\x70\x6f\x72\x74\x65\x72\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x63\x6f\x6e\x74\x61\x69\x6e\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x7a\x69\x70\x66\x69\x6c\x65\x20\x74\x61\x72\x67\x65\x74\x65\x64\x2e\x0a\x20\x20\x20\x20",
   45657             : };
   45658             : static
   45659             :     struct {
   45660             :         PyASCIIObject _ascii;
   45661             :         uint8_t _data[22];
   45662             :     }
   45663             : zipimport_toplevel_consts_11_consts_2_consts_2 = {
   45664             :     ._ascii = {
   45665             :         .ob_base = {
   45666             :             .ob_refcnt = 999999999,
   45667             :             .ob_type = &PyUnicode_Type,
   45668             :         },
   45669             :         .length = 21,
   45670             :         .hash = -1,
   45671             :         .state = {
   45672             :             .kind = 1,
   45673             :             .compact = 1,
   45674             :             .ascii = 1,
   45675             :         },
   45676             :     },
   45677             :     ._data = "archive path is empty",
   45678             : };
   45679             : static
   45680             :     struct {
   45681             :         PyASCIIObject _ascii;
   45682             :         uint8_t _data[15];
   45683             :     }
   45684             : zipimport_toplevel_consts_11_consts_2_consts_7 = {
   45685             :     ._ascii = {
   45686             :         .ob_base = {
   45687             :             .ob_refcnt = 999999999,
   45688             :             .ob_type = &PyUnicode_Type,
   45689             :         },
   45690             :         .length = 14,
   45691             :         .hash = -1,
   45692             :         .state = {
   45693             :             .kind = 1,
   45694             :             .compact = 1,
   45695             :             .ascii = 1,
   45696             :         },
   45697             :     },
   45698             :     ._data = "not a Zip file",
   45699             : };
   45700             : static
   45701             :     struct {
   45702             :         PyGC_Head _gc_head;
   45703             :         struct {
   45704             :             PyObject_VAR_HEAD
   45705             :             PyObject *ob_item[9];
   45706             :         }_object;
   45707             :     }
   45708             : zipimport_toplevel_consts_11_consts_2_consts = {
   45709             :     ._object = {
   45710             :         .ob_base = {
   45711             :             .ob_base = {
   45712             :                 .ob_refcnt = 999999999,
   45713             :                 .ob_type = &PyTuple_Type,
   45714             :             },
   45715             :             .ob_size = 9,
   45716             :         },
   45717             :         .ob_item = {
   45718             :             Py_None,
   45719             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   45720             :             & zipimport_toplevel_consts_11_consts_2_consts_2._ascii.ob_base,
   45721             :             & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   45722             :             Py_True,
   45723             :             & const_int_61440.ob_base.ob_base,
   45724             :             & const_int_32768.ob_base.ob_base,
   45725             :             & zipimport_toplevel_consts_11_consts_2_consts_7._ascii.ob_base,
   45726             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   45727             :         },
   45728             :     },
   45729             : };
   45730             : static
   45731             :     struct {
   45732             :         PyASCIIObject _ascii;
   45733             :         uint8_t _data[3];
   45734             :     }
   45735             : const_str_os = {
   45736             :     ._ascii = {
   45737             :         .ob_base = {
   45738             :             .ob_refcnt = 999999999,
   45739             :             .ob_type = &PyUnicode_Type,
   45740             :         },
   45741             :         .length = 2,
   45742             :         .hash = -1,
   45743             :         .state = {
   45744             :             .kind = 1,
   45745             :             .compact = 1,
   45746             :             .ascii = 1,
   45747             :         },
   45748             :     },
   45749             :     ._data = "os",
   45750             : };
   45751             : static
   45752             :     struct {
   45753             :         PyASCIIObject _ascii;
   45754             :         uint8_t _data[9];
   45755             :     }
   45756             : const_str_fsdecode = {
   45757             :     ._ascii = {
   45758             :         .ob_base = {
   45759             :             .ob_refcnt = 999999999,
   45760             :             .ob_type = &PyUnicode_Type,
   45761             :         },
   45762             :         .length = 8,
   45763             :         .hash = -1,
   45764             :         .state = {
   45765             :             .kind = 1,
   45766             :             .compact = 1,
   45767             :             .ascii = 1,
   45768             :         },
   45769             :     },
   45770             :     ._data = "fsdecode",
   45771             : };
   45772             : static
   45773             :     struct {
   45774             :         PyASCIIObject _ascii;
   45775             :         uint8_t _data[13];
   45776             :     }
   45777             : const_str_alt_path_sep = {
   45778             :     ._ascii = {
   45779             :         .ob_base = {
   45780             :             .ob_refcnt = 999999999,
   45781             :             .ob_type = &PyUnicode_Type,
   45782             :         },
   45783             :         .length = 12,
   45784             :         .hash = -1,
   45785             :         .state = {
   45786             :             .kind = 1,
   45787             :             .compact = 1,
   45788             :             .ascii = 1,
   45789             :         },
   45790             :     },
   45791             :     ._data = "alt_path_sep",
   45792             : };
   45793             : static
   45794             :     struct {
   45795             :         PyASCIIObject _ascii;
   45796             :         uint8_t _data[21];
   45797             :     }
   45798             : const_str__zip_directory_cache = {
   45799             :     ._ascii = {
   45800             :         .ob_base = {
   45801             :             .ob_refcnt = 999999999,
   45802             :             .ob_type = &PyUnicode_Type,
   45803             :         },
   45804             :         .length = 20,
   45805             :         .hash = -1,
   45806             :         .state = {
   45807             :             .kind = 1,
   45808             :             .compact = 1,
   45809             :             .ascii = 1,
   45810             :         },
   45811             :     },
   45812             :     ._data = "_zip_directory_cache",
   45813             : };
   45814             : static
   45815             :     struct {
   45816             :         PyASCIIObject _ascii;
   45817             :         uint8_t _data[16];
   45818             :     }
   45819             : const_str__read_directory = {
   45820             :     ._ascii = {
   45821             :         .ob_base = {
   45822             :             .ob_refcnt = 999999999,
   45823             :             .ob_type = &PyUnicode_Type,
   45824             :         },
   45825             :         .length = 15,
   45826             :         .hash = -1,
   45827             :         .state = {
   45828             :             .kind = 1,
   45829             :             .compact = 1,
   45830             :             .ascii = 1,
   45831             :         },
   45832             :     },
   45833             :     ._data = "_read_directory",
   45834             : };
   45835             : static
   45836             :     struct {
   45837             :         PyASCIIObject _ascii;
   45838             :         uint8_t _data[7];
   45839             :     }
   45840             : const_str__files = {
   45841             :     ._ascii = {
   45842             :         .ob_base = {
   45843             :             .ob_refcnt = 999999999,
   45844             :             .ob_type = &PyUnicode_Type,
   45845             :         },
   45846             :         .length = 6,
   45847             :         .hash = -1,
   45848             :         .state = {
   45849             :             .kind = 1,
   45850             :             .compact = 1,
   45851             :             .ascii = 1,
   45852             :         },
   45853             :     },
   45854             :     ._data = "_files",
   45855             : };
   45856             : static
   45857             :     struct {
   45858             :         PyASCIIObject _ascii;
   45859             :         uint8_t _data[8];
   45860             :     }
   45861             : const_str_archive = {
   45862             :     ._ascii = {
   45863             :         .ob_base = {
   45864             :             .ob_refcnt = 999999999,
   45865             :             .ob_type = &PyUnicode_Type,
   45866             :         },
   45867             :         .length = 7,
   45868             :         .hash = -1,
   45869             :         .state = {
   45870             :             .kind = 1,
   45871             :             .compact = 1,
   45872             :             .ascii = 1,
   45873             :         },
   45874             :     },
   45875             :     ._data = "archive",
   45876             : };
   45877             : static
   45878             :     struct {
   45879             :         PyASCIIObject _ascii;
   45880             :         uint8_t _data[7];
   45881             :     }
   45882             : const_str_prefix = {
   45883             :     ._ascii = {
   45884             :         .ob_base = {
   45885             :             .ob_refcnt = 999999999,
   45886             :             .ob_type = &PyUnicode_Type,
   45887             :         },
   45888             :         .length = 6,
   45889             :         .hash = -1,
   45890             :         .state = {
   45891             :             .kind = 1,
   45892             :             .compact = 1,
   45893             :             .ascii = 1,
   45894             :         },
   45895             :     },
   45896             :     ._data = "prefix",
   45897             : };
   45898             : static
   45899             :     struct {
   45900             :         PyGC_Head _gc_head;
   45901             :         struct {
   45902             :             PyObject_VAR_HEAD
   45903             :             PyObject *ob_item[22];
   45904             :         }_object;
   45905             :     }
   45906             : zipimport_toplevel_consts_11_consts_2_names = {
   45907             :     ._object = {
   45908             :         .ob_base = {
   45909             :             .ob_base = {
   45910             :                 .ob_refcnt = 999999999,
   45911             :                 .ob_type = &PyTuple_Type,
   45912             :             },
   45913             :             .ob_size = 22,
   45914             :         },
   45915             :         .ob_item = {
   45916             :             &_Py_ID(isinstance),
   45917             :             & const_str_str._ascii.ob_base,
   45918             :             & const_str_os._ascii.ob_base,
   45919             :             & const_str_fsdecode._ascii.ob_base,
   45920             :             & const_str_ZipImportError._ascii.ob_base,
   45921             :             & const_str_alt_path_sep._ascii.ob_base,
   45922             :             &_Py_ID(replace),
   45923             :             & const_str_path_sep._ascii.ob_base,
   45924             :             & const_str__bootstrap_external._ascii.ob_base,
   45925             :             & const_str__path_stat._ascii.ob_base,
   45926             :             & const_str_st_mode._ascii.ob_base,
   45927             :             & const_str_OSError._ascii.ob_base,
   45928             :             & const_str_ValueError._ascii.ob_base,
   45929             :             & const_str__path_split._ascii.ob_base,
   45930             :             &_Py_ID(append),
   45931             :             & const_str__zip_directory_cache._ascii.ob_base,
   45932             :             & const_str_KeyError._ascii.ob_base,
   45933             :             & const_str__read_directory._ascii.ob_base,
   45934             :             & const_str__files._ascii.ob_base,
   45935             :             & const_str_archive._ascii.ob_base,
   45936             :             & const_str__path_join._ascii.ob_base,
   45937             :             & const_str_prefix._ascii.ob_base,
   45938             :         },
   45939             :     },
   45940             : };
   45941             : static
   45942             :     struct {
   45943             :         PyASCIIObject _ascii;
   45944             :         uint8_t _data[21];
   45945             :     }
   45946             : zipimport_toplevel_consts_11_consts_2_qualname = {
   45947             :     ._ascii = {
   45948             :         .ob_base = {
   45949             :             .ob_refcnt = 999999999,
   45950             :             .ob_type = &PyUnicode_Type,
   45951             :         },
   45952             :         .length = 20,
   45953             :         .hash = -1,
   45954             :         .state = {
   45955             :             .kind = 1,
   45956             :             .compact = 1,
   45957             :             .ascii = 1,
   45958             :         },
   45959             :     },
   45960             :     ._data = "zipimporter.__init__",
   45961             : };
   45962             : static
   45963             :     struct {
   45964             :         PyObject_VAR_HEAD
   45965             :         Py_hash_t ob_shash;
   45966             :         char ob_sval[443];
   45967             :     }
   45968             : zipimport_toplevel_consts_11_consts_2_linetable = {
   45969             :     .ob_base = {
   45970             :         .ob_base = {
   45971             :             .ob_refcnt = 999999999,
   45972             :             .ob_type = &PyBytes_Type,
   45973             :         },
   45974             :         .ob_size = 442,
   45975             :     },
   45976             :     .ob_shash = -1,
   45977             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x24\xa5\x03\xd4\x0f\x24\xf0\x00\x02\x09\x25\xd8\x0c\x15\x88\x49\x88\x49\x88\x49\xd8\x13\x15\x97\x3b\x91\x3b\x98\x74\xd4\x13\x24\x88\x44\xd8\x0f\x13\xf0\x00\x01\x09\x45\x01\xdd\x12\x20\xd0\x21\x38\xb8\x74\xd0\x12\x44\xd4\x12\x44\xd0\x0c\x44\xdd\x0b\x17\xf0\x00\x01\x09\x38\xd8\x13\x17\x97\x3c\x91\x3c\xa5\x0c\xad\x68\xd4\x13\x37\x88\x44\xe0\x11\x13\x88\x06\xd8\x0e\x12\xf0\x02\x0f\x0d\x16\xdd\x15\x33\xd7\x15\x33\xd1\x15\x33\xb0\x44\xd4\x15\x39\x90\x02\xf0\x16\x00\x15\x17\x97\x4a\x91\x4a\xa0\x18\xd1\x14\x29\xa8\x68\xd2\x13\x36\xf0\x00\x02\x11\x46\x01\xe5\x1a\x28\xd0\x29\x39\xc0\x04\xd0\x1a\x45\xd4\x1a\x45\xd0\x14\x45\xd8\x10\x15\xf0\x04\x04\x09\x2f\xdd\x14\x28\xa8\x14\xd4\x14\x2e\x88\x45\xf0\x08\x00\x17\x1c\x88\x04\x8c\x0b\xd8\x17\x1b\x88\x04\x8c\x0c\xe5\x16\x34\xd7\x16\x34\xd1\x16\x34\xb0\x66\xb8\x54\xb8\x54\xb8\x72\xb8\x54\xb4\x6c\xd0\x16\x43\x88\x04\x8c\x0b\xd8\x0b\x0f\x8f\x3b\x89\x3b\xf0\x00\x01\x09\x24\xd8\x0c\x10\x88\x4b\x8f\x4b\x89\x4b\x9d\x38\xd1\x0c\x23\x88\x4b\x8c\x4b\x88\x4b\x88\x4b\xf0\x03\x01\x09\x24\xf0\x00\x01\x09\x24\xf8\xf5\x31\x00\x15\x1c\x9d\x5a\xd0\x13\x28\xf0\x00\x07\x0d\x28\xf0\x00\x07\x0d\x28\xf0\x00\x07\x0d\x28\xf5\x06\x00\x25\x44\x01\xd7\x24\x43\xd1\x24\x43\xc0\x44\xd4\x24\x49\xd1\x10\x21\x90\x07\x98\x18\xd8\x13\x1a\x98\x64\x92\x3f\xf0\x00\x01\x11\x46\x01\xdd\x1a\x28\xd0\x29\x39\xc0\x04\xd0\x1a\x45\xd4\x1a\x45\xd0\x14\x45\xd8\x17\x1e\x90\x04\xd8\x10\x16\x97\x0d\x91\x0d\x98\x68\xd4\x10\x27\xd0\x10\x27\xd0\x10\x27\xd0\x10\x27\xf0\x0f\x07\x0d\x28\xf8\xf8\xf8\xf0\x07\x00\x0f\x13\xf8\xf5\x28\x00\x10\x18\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xdd\x14\x23\xa0\x44\xd4\x14\x29\x88\x45\xd8\x29\x2e\xd5\x0c\x20\xa0\x14\xd1\x0c\x26\xd0\x0c\x26\xd0\x0c\x26\xf0\x05\x02\x09\x2f\xf8\xf8\xf8",
   45978             : };
   45979             : static
   45980             :     struct {
   45981             :         PyObject_VAR_HEAD
   45982             :         Py_hash_t ob_shash;
   45983             :         char ob_sval[38];
   45984             :     }
   45985             : zipimport_toplevel_consts_11_consts_2_exceptiontable = {
   45986             :     .ob_base = {
   45987             :         .ob_base = {
   45988             :             .ob_refcnt = 999999999,
   45989             :             .ob_type = &PyBytes_Type,
   45990             :         },
   45991             :         .ob_size = 37,
   45992             :     },
   45993             :     .ob_shash = -1,
   45994             :     .ob_sval = "\xc1\x23\x17\x44\x04\x00\xc2\x1e\x0d\x45\x1f\x00\xc4\x04\x41\x14\x45\x1b\x03\xc5\x1a\x01\x45\x1b\x03\xc5\x1f\x21\x46\x03\x03\xc6\x02\x01\x46\x03\x03",
   45995             : };
   45996             : static
   45997             :     struct {
   45998             :         PyASCIIObject _ascii;
   45999             :         uint8_t _data[9];
   46000             :     }
   46001             : const_str_basename = {
   46002             :     ._ascii = {
   46003             :         .ob_base = {
   46004             :             .ob_refcnt = 999999999,
   46005             :             .ob_type = &PyUnicode_Type,
   46006             :         },
   46007             :         .length = 8,
   46008             :         .hash = -1,
   46009             :         .state = {
   46010             :             .kind = 1,
   46011             :             .compact = 1,
   46012             :             .ascii = 1,
   46013             :         },
   46014             :     },
   46015             :     ._data = "basename",
   46016             : };
   46017             : static
   46018             :     struct {
   46019             :         PyASCIIObject _ascii;
   46020             :         uint8_t _data[6];
   46021             :     }
   46022             : const_str_files = {
   46023             :     ._ascii = {
   46024             :         .ob_base = {
   46025             :             .ob_refcnt = 999999999,
   46026             :             .ob_type = &PyUnicode_Type,
   46027             :         },
   46028             :         .length = 5,
   46029             :         .hash = -1,
   46030             :         .state = {
   46031             :             .kind = 1,
   46032             :             .compact = 1,
   46033             :             .ascii = 1,
   46034             :         },
   46035             :     },
   46036             :     ._data = "files",
   46037             : };
   46038             : static
   46039             :     struct {
   46040             :         PyGC_Head _gc_head;
   46041             :         struct {
   46042             :             PyObject_VAR_HEAD
   46043             :             PyObject *ob_item[8];
   46044             :         }_object;
   46045             :     }
   46046             : zipimport_toplevel_consts_11_consts_2_localsplusnames = {
   46047             :     ._object = {
   46048             :         .ob_base = {
   46049             :             .ob_base = {
   46050             :                 .ob_refcnt = 999999999,
   46051             :                 .ob_type = &PyTuple_Type,
   46052             :             },
   46053             :             .ob_size = 8,
   46054             :         },
   46055             :         .ob_item = {
   46056             :             & const_str_self._ascii.ob_base,
   46057             :             &_Py_ID(path),
   46058             :             & const_str_os._ascii.ob_base,
   46059             :             & const_str_prefix._ascii.ob_base,
   46060             :             & const_str_st._ascii.ob_base,
   46061             :             & const_str_dirname._ascii.ob_base,
   46062             :             & const_str_basename._ascii.ob_base,
   46063             :             & const_str_files._ascii.ob_base,
   46064             :         },
   46065             :     },
   46066             : };
   46067             : static
   46068             :     struct _PyCode_DEF(780)
   46069             : zipimport_toplevel_consts_11_consts_2 = {
   46070             :     .ob_base = {
   46071             :         .ob_base = {
   46072             :             .ob_refcnt = 999999999,
   46073             :             .ob_type = &PyCode_Type,
   46074             :         },
   46075             :         .ob_size = 390,
   46076             :     },
   46077             :     .co_consts = & zipimport_toplevel_consts_11_consts_2_consts._object.ob_base.ob_base,
   46078             :     .co_names = & zipimport_toplevel_consts_11_consts_2_names._object.ob_base.ob_base,
   46079             :     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_2_exceptiontable.ob_base.ob_base,
   46080             :     .co_flags = 3,
   46081             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   46082             :     ._co_linearray_entry_size = 0,
   46083             :     .co_argcount = 2,
   46084             :     .co_posonlyargcount = 0,
   46085             :     .co_kwonlyargcount = 0,
   46086             :     .co_framesize = 14 + FRAME_SPECIALS_SIZE,
   46087             :     .co_stacksize = 6,
   46088             :     .co_firstlineno = 64,
   46089             :     .co_nlocalsplus = 8,
   46090             :     .co_nlocals = 8,
   46091             :     .co_nplaincellvars = 0,
   46092             :     .co_ncellvars = 0,
   46093             :     .co_nfreevars = 0,
   46094             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_2_localsplusnames._object.ob_base.ob_base,
   46095             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
   46096             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   46097             :     .co_name = &_Py_ID(__init__),
   46098             :     .co_qualname = & zipimport_toplevel_consts_11_consts_2_qualname._ascii.ob_base,
   46099             :     .co_linetable = & zipimport_toplevel_consts_11_consts_2_linetable.ob_base.ob_base,
   46100             :     ._co_code = NULL,
   46101             :     ._co_linearray = NULL,
   46102             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x16\x64\x01\x64\x00\x6c\x02\x7d\x02\x7c\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x73\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x67\x00\x7d\x03\x09\x00\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7a\x01\x00\x00\x64\x06\x6b\x03\x00\x00\x00\x00\x72\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x09\x00\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x7c\x00\x5f\x12\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x5f\x13\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x00\x64\x00\x64\x08\x85\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x7c\x00\x5f\x15\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1c\x7c\x00\x78\x01\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x63\x02\x5f\x15\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x46\x01\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x05\x7d\x06\x7c\x05\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x05\x7d\x01\x7c\x03\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x8c\xfd\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1a\x01\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x59\x00\x8c\xd7\x77\x00\x78\x03\x59\x00\x77\x01",
   46103             :     ._co_firsttraceable = 0,
   46104             : };
   46105             : static
   46106             :     struct {
   46107             :         PyASCIIObject _ascii;
   46108             :         uint8_t _data[108];
   46109             :     }
   46110             : zipimport_toplevel_consts_11_consts_4_consts_0 = {
   46111             :     ._ascii = {
   46112             :         .ob_base = {
   46113             :             .ob_refcnt = 999999999,
   46114             :             .ob_type = &PyUnicode_Type,
   46115             :         },
   46116             :         .length = 107,
   46117             :         .hash = -1,
   46118             :         .state = {
   46119             :             .kind = 1,
   46120             :             .compact = 1,
   46121             :             .ascii = 1,
   46122             :         },
   46123             :     },
   46124             :     ._data = "\x43\x72\x65\x61\x74\x65\x20\x61\x20\x4d\x6f\x64\x75\x6c\x65\x53\x70\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x4e\x6f\x6e\x65\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   46125             : };
   46126             : static
   46127             :     struct {
   46128             :         PyGC_Head _gc_head;
   46129             :         struct {
   46130             :             PyObject_VAR_HEAD
   46131             :             PyObject *ob_item[1];
   46132             :         }_object;
   46133             :     }
   46134             : zipimport_toplevel_consts_11_consts_4_consts_2 = {
   46135             :     ._object = {
   46136             :         .ob_base = {
   46137             :             .ob_base = {
   46138             :                 .ob_refcnt = 999999999,
   46139             :                 .ob_type = &PyTuple_Type,
   46140             :             },
   46141             :             .ob_size = 1,
   46142             :         },
   46143             :         .ob_item = {
   46144             :             & const_str_is_package._ascii.ob_base,
   46145             :         },
   46146             :     },
   46147             : };
   46148             : static
   46149             :     struct {
   46150             :         PyGC_Head _gc_head;
   46151             :         struct {
   46152             :             PyObject_VAR_HEAD
   46153             :             PyObject *ob_item[3];
   46154             :         }_object;
   46155             :     }
   46156             : zipimport_toplevel_consts_11_consts_4_consts_4 = {
   46157             :     ._object = {
   46158             :         .ob_base = {
   46159             :             .ob_base = {
   46160             :                 .ob_refcnt = 999999999,
   46161             :                 .ob_type = &PyTuple_Type,
   46162             :             },
   46163             :             .ob_size = 3,
   46164             :         },
   46165             :         .ob_item = {
   46166             :             &_Py_ID(name),
   46167             :             & const_str_loader._ascii.ob_base,
   46168             :             & const_str_is_package._ascii.ob_base,
   46169             :         },
   46170             :     },
   46171             : };
   46172             : static
   46173             :     struct {
   46174             :         PyGC_Head _gc_head;
   46175             :         struct {
   46176             :             PyObject_VAR_HEAD
   46177             :             PyObject *ob_item[5];
   46178             :         }_object;
   46179             :     }
   46180             : zipimport_toplevel_consts_11_consts_4_consts = {
   46181             :     ._object = {
   46182             :         .ob_base = {
   46183             :             .ob_base = {
   46184             :                 .ob_refcnt = 999999999,
   46185             :                 .ob_type = &PyTuple_Type,
   46186             :             },
   46187             :             .ob_size = 5,
   46188             :         },
   46189             :         .ob_item = {
   46190             :             & zipimport_toplevel_consts_11_consts_4_consts_0._ascii.ob_base,
   46191             :             Py_None,
   46192             :             & zipimport_toplevel_consts_11_consts_4_consts_2._object.ob_base.ob_base,
   46193             :             Py_True,
   46194             :             & zipimport_toplevel_consts_11_consts_4_consts_4._object.ob_base.ob_base,
   46195             :         },
   46196             :     },
   46197             : };
   46198             : static
   46199             :     struct {
   46200             :         PyASCIIObject _ascii;
   46201             :         uint8_t _data[17];
   46202             :     }
   46203             : const_str__get_module_info = {
   46204             :     ._ascii = {
   46205             :         .ob_base = {
   46206             :             .ob_refcnt = 999999999,
   46207             :             .ob_type = &PyUnicode_Type,
   46208             :         },
   46209             :         .length = 16,
   46210             :         .hash = -1,
   46211             :         .state = {
   46212             :             .kind = 1,
   46213             :             .compact = 1,
   46214             :             .ascii = 1,
   46215             :         },
   46216             :     },
   46217             :     ._data = "_get_module_info",
   46218             : };
   46219             : static
   46220             :     struct {
   46221             :         PyASCIIObject _ascii;
   46222             :         uint8_t _data[17];
   46223             :     }
   46224             : const_str__get_module_path = {
   46225             :     ._ascii = {
   46226             :         .ob_base = {
   46227             :             .ob_refcnt = 999999999,
   46228             :             .ob_type = &PyUnicode_Type,
   46229             :         },
   46230             :         .length = 16,
   46231             :         .hash = -1,
   46232             :         .state = {
   46233             :             .kind = 1,
   46234             :             .compact = 1,
   46235             :             .ascii = 1,
   46236             :         },
   46237             :     },
   46238             :     ._data = "_get_module_path",
   46239             : };
   46240             : static
   46241             :     struct {
   46242             :         PyASCIIObject _ascii;
   46243             :         uint8_t _data[8];
   46244             :     }
   46245             : const_str__is_dir = {
   46246             :     ._ascii = {
   46247             :         .ob_base = {
   46248             :             .ob_refcnt = 999999999,
   46249             :             .ob_type = &PyUnicode_Type,
   46250             :         },
   46251             :         .length = 7,
   46252             :         .hash = -1,
   46253             :         .state = {
   46254             :             .kind = 1,
   46255             :             .compact = 1,
   46256             :             .ascii = 1,
   46257             :         },
   46258             :     },
   46259             :     ._data = "_is_dir",
   46260             : };
   46261             : static
   46262             :     struct {
   46263             :         PyGC_Head _gc_head;
   46264             :         struct {
   46265             :             PyObject_VAR_HEAD
   46266             :             PyObject *ob_item[10];
   46267             :         }_object;
   46268             :     }
   46269             : zipimport_toplevel_consts_11_consts_4_names = {
   46270             :     ._object = {
   46271             :         .ob_base = {
   46272             :             .ob_base = {
   46273             :                 .ob_refcnt = 999999999,
   46274             :                 .ob_type = &PyTuple_Type,
   46275             :             },
   46276             :             .ob_size = 10,
   46277             :         },
   46278             :         .ob_item = {
   46279             :             & const_str__get_module_info._ascii.ob_base,
   46280             :             &_Py_ID(_bootstrap),
   46281             :             & const_str_spec_from_loader._ascii.ob_base,
   46282             :             & const_str__get_module_path._ascii.ob_base,
   46283             :             & const_str__is_dir._ascii.ob_base,
   46284             :             & const_str_archive._ascii.ob_base,
   46285             :             & const_str_path_sep._ascii.ob_base,
   46286             :             & const_str_ModuleSpec._ascii.ob_base,
   46287             :             & const_str_submodule_search_locations._ascii.ob_base,
   46288             :             &_Py_ID(append),
   46289             :         },
   46290             :     },
   46291             : };
   46292             : static
   46293             :     struct {
   46294             :         PyASCIIObject _ascii;
   46295             :         uint8_t _data[22];
   46296             :     }
   46297             : zipimport_toplevel_consts_11_consts_4_qualname = {
   46298             :     ._ascii = {
   46299             :         .ob_base = {
   46300             :             .ob_refcnt = 999999999,
   46301             :             .ob_type = &PyUnicode_Type,
   46302             :         },
   46303             :         .length = 21,
   46304             :         .hash = -1,
   46305             :         .state = {
   46306             :             .kind = 1,
   46307             :             .compact = 1,
   46308             :             .ascii = 1,
   46309             :         },
   46310             :     },
   46311             :     ._data = "zipimporter.find_spec",
   46312             : };
   46313             : static
   46314             :     struct {
   46315             :         PyObject_VAR_HEAD
   46316             :         Py_hash_t ob_shash;
   46317             :         char ob_sval[166];
   46318             :     }
   46319             : zipimport_toplevel_consts_11_consts_4_linetable = {
   46320             :     .ob_base = {
   46321             :         .ob_base = {
   46322             :             .ob_refcnt = 999999999,
   46323             :             .ob_type = &PyBytes_Type,
   46324             :         },
   46325             :         .ob_size = 165,
   46326             :     },
   46327             :     .ob_shash = -1,
   46328             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x17\x27\xa0\x74\xa8\x58\xd4\x16\x36\x88\x0b\xd8\x0b\x16\xf0\x00\x13\x09\x1c\xdd\x13\x2e\xd7\x13\x2e\xd1\x13\x2e\xa8\x78\xb8\x14\xc8\x2b\xd0\x13\x56\xd4\x13\x56\xd0\x0c\x56\xf5\x0e\x00\x17\x27\xa0\x74\xa8\x58\xd4\x16\x36\x88\x47\xdd\x0f\x16\x90\x74\x98\x57\xd4\x0f\x25\xf0\x00\x0a\x0d\x1c\xf0\x08\x00\x1b\x1f\x9f\x2c\x99\x2c\xd0\x17\x3b\xad\x08\xd0\x17\x3b\xb0\x27\xd0\x17\x3b\xd0\x17\x3b\x90\x04\xdd\x17\x2c\xd7\x17\x2c\xd1\x17\x2c\xb0\x28\xc0\x34\xd8\x38\x3c\xf0\x03\x01\x18\x3e\xf4\x00\x01\x18\x3e\x90\x04\xe0\x10\x14\xd7\x10\x2f\xd1\x10\x2f\xd7\x10\x36\xd1\x10\x36\xb0\x74\xd4\x10\x3c\xd0\x10\x3c\xd8\x17\x1b\x90\x0b\xe0\x17\x1b\x90\x74",
   46329             : };
   46330             : static
   46331             :     struct {
   46332             :         PyASCIIObject _ascii;
   46333             :         uint8_t _data[12];
   46334             :     }
   46335             : const_str_module_info = {
   46336             :     ._ascii = {
   46337             :         .ob_base = {
   46338             :             .ob_refcnt = 999999999,
   46339             :             .ob_type = &PyUnicode_Type,
   46340             :         },
   46341             :         .length = 11,
   46342             :         .hash = -1,
   46343             :         .state = {
   46344             :             .kind = 1,
   46345             :             .compact = 1,
   46346             :             .ascii = 1,
   46347             :         },
   46348             :     },
   46349             :     ._data = "module_info",
   46350             : };
   46351             : static
   46352             :     struct {
   46353             :         PyASCIIObject _ascii;
   46354             :         uint8_t _data[8];
   46355             :     }
   46356             : const_str_modpath = {
   46357             :     ._ascii = {
   46358             :         .ob_base = {
   46359             :             .ob_refcnt = 999999999,
   46360             :             .ob_type = &PyUnicode_Type,
   46361             :         },
   46362             :         .length = 7,
   46363             :         .hash = -1,
   46364             :         .state = {
   46365             :             .kind = 1,
   46366             :             .compact = 1,
   46367             :             .ascii = 1,
   46368             :         },
   46369             :     },
   46370             :     ._data = "modpath",
   46371             : };
   46372             : static
   46373             :     struct {
   46374             :         PyGC_Head _gc_head;
   46375             :         struct {
   46376             :             PyObject_VAR_HEAD
   46377             :             PyObject *ob_item[7];
   46378             :         }_object;
   46379             :     }
   46380             : zipimport_toplevel_consts_11_consts_4_localsplusnames = {
   46381             :     ._object = {
   46382             :         .ob_base = {
   46383             :             .ob_base = {
   46384             :                 .ob_refcnt = 999999999,
   46385             :                 .ob_type = &PyTuple_Type,
   46386             :             },
   46387             :             .ob_size = 7,
   46388             :         },
   46389             :         .ob_item = {
   46390             :             & const_str_self._ascii.ob_base,
   46391             :             & const_str_fullname._ascii.ob_base,
   46392             :             & const_str_target._ascii.ob_base,
   46393             :             & const_str_module_info._ascii.ob_base,
   46394             :             & const_str_modpath._ascii.ob_base,
   46395             :             &_Py_ID(path),
   46396             :             & const_str_spec._ascii.ob_base,
   46397             :         },
   46398             :     },
   46399             : };
   46400             : static
   46401             :     struct _PyCode_DEF(304)
   46402             : zipimport_toplevel_consts_11_consts_4 = {
   46403             :     .ob_base = {
   46404             :         .ob_base = {
   46405             :             .ob_refcnt = 999999999,
   46406             :             .ob_type = &PyCode_Type,
   46407             :         },
   46408             :         .ob_size = 152,
   46409             :     },
   46410             :     .co_consts = & zipimport_toplevel_consts_11_consts_4_consts._object.ob_base.ob_base,
   46411             :     .co_names = & zipimport_toplevel_consts_11_consts_4_names._object.ob_base.ob_base,
   46412             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   46413             :     .co_flags = 3,
   46414             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   46415             :     ._co_linearray_entry_size = 0,
   46416             :     .co_argcount = 3,
   46417             :     .co_posonlyargcount = 0,
   46418             :     .co_kwonlyargcount = 0,
   46419             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   46420             :     .co_stacksize = 5,
   46421             :     .co_firstlineno = 105,
   46422             :     .co_nlocalsplus = 7,
   46423             :     .co_nlocals = 7,
   46424             :     .co_nplaincellvars = 0,
   46425             :     .co_ncellvars = 0,
   46426             :     .co_nfreevars = 0,
   46427             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_4_localsplusnames._object.ob_base.ob_base,
   46428             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   46429             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   46430             :     .co_name = & const_str_find_spec._ascii.ob_base,
   46431             :     .co_qualname = & zipimport_toplevel_consts_11_consts_4_qualname._ascii.ob_base,
   46432             :     .co_linetable = & zipimport_toplevel_consts_11_consts_4_linetable.ob_base.ob_base,
   46433             :     ._co_code = NULL,
   46434             :     ._co_linearray = NULL,
   46435             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x1a\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x7c\x03\xac\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4f\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x04\x9b\x00\x9d\x03\x7d\x05\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x03\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x53\x00\x64\x01\x53\x00",
   46436             :     ._co_firsttraceable = 0,
   46437             : };
   46438             : static
   46439             :     struct {
   46440             :         PyASCIIObject _ascii;
   46441             :         uint8_t _data[167];
   46442             :     }
   46443             : zipimport_toplevel_consts_11_consts_5_consts_0 = {
   46444             :     ._ascii = {
   46445             :         .ob_base = {
   46446             :             .ob_refcnt = 999999999,
   46447             :             .ob_type = &PyUnicode_Type,
   46448             :         },
   46449             :         .length = 166,
   46450             :         .hash = -1,
   46451             :         .state = {
   46452             :             .kind = 1,
   46453             :             .compact = 1,
   46454             :             .ascii = 1,
   46455             :         },
   46456             :     },
   46457             :     ._data = "\x67\x65\x74\x5f\x63\x6f\x64\x65\x28\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x29\x20\x2d\x3e\x20\x63\x6f\x64\x65\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x52\x61\x69\x73\x65\x20\x5a\x69\x70\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x63\x6f\x75\x6c\x64\x6e\x27\x74\x20\x62\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   46458             : };
   46459             : static
   46460             :     struct {
   46461             :         PyGC_Head _gc_head;
   46462             :         struct {
   46463             :             PyObject_VAR_HEAD
   46464             :             PyObject *ob_item[1];
   46465             :         }_object;
   46466             :     }
   46467             : zipimport_toplevel_consts_11_consts_5_consts = {
   46468             :     ._object = {
   46469             :         .ob_base = {
   46470             :             .ob_base = {
   46471             :                 .ob_refcnt = 999999999,
   46472             :                 .ob_type = &PyTuple_Type,
   46473             :             },
   46474             :             .ob_size = 1,
   46475             :         },
   46476             :         .ob_item = {
   46477             :             & zipimport_toplevel_consts_11_consts_5_consts_0._ascii.ob_base,
   46478             :         },
   46479             :     },
   46480             : };
   46481             : static
   46482             :     struct {
   46483             :         PyASCIIObject _ascii;
   46484             :         uint8_t _data[17];
   46485             :     }
   46486             : const_str__get_module_code = {
   46487             :     ._ascii = {
   46488             :         .ob_base = {
   46489             :             .ob_refcnt = 999999999,
   46490             :             .ob_type = &PyUnicode_Type,
   46491             :         },
   46492             :         .length = 16,
   46493             :         .hash = -1,
   46494             :         .state = {
   46495             :             .kind = 1,
   46496             :             .compact = 1,
   46497             :             .ascii = 1,
   46498             :         },
   46499             :     },
   46500             :     ._data = "_get_module_code",
   46501             : };
   46502             : static
   46503             :     struct {
   46504             :         PyGC_Head _gc_head;
   46505             :         struct {
   46506             :             PyObject_VAR_HEAD
   46507             :             PyObject *ob_item[1];
   46508             :         }_object;
   46509             :     }
   46510             : zipimport_toplevel_consts_11_consts_5_names = {
   46511             :     ._object = {
   46512             :         .ob_base = {
   46513             :             .ob_base = {
   46514             :                 .ob_refcnt = 999999999,
   46515             :                 .ob_type = &PyTuple_Type,
   46516             :             },
   46517             :             .ob_size = 1,
   46518             :         },
   46519             :         .ob_item = {
   46520             :             & const_str__get_module_code._ascii.ob_base,
   46521             :         },
   46522             :     },
   46523             : };
   46524             : static
   46525             :     struct {
   46526             :         PyASCIIObject _ascii;
   46527             :         uint8_t _data[21];
   46528             :     }
   46529             : zipimport_toplevel_consts_11_consts_5_qualname = {
   46530             :     ._ascii = {
   46531             :         .ob_base = {
   46532             :             .ob_refcnt = 999999999,
   46533             :             .ob_type = &PyUnicode_Type,
   46534             :         },
   46535             :         .length = 20,
   46536             :         .hash = -1,
   46537             :         .state = {
   46538             :             .kind = 1,
   46539             :             .compact = 1,
   46540             :             .ascii = 1,
   46541             :         },
   46542             :     },
   46543             :     ._data = "zipimporter.get_code",
   46544             : };
   46545             : static
   46546             :     struct {
   46547             :         PyObject_VAR_HEAD
   46548             :         Py_hash_t ob_shash;
   46549             :         char ob_sval[29];
   46550             :     }
   46551             : zipimport_toplevel_consts_11_consts_5_linetable = {
   46552             :     .ob_base = {
   46553             :         .ob_base = {
   46554             :             .ob_refcnt = 999999999,
   46555             :             .ob_type = &PyBytes_Type,
   46556             :         },
   46557             :         .ob_size = 28,
   46558             :     },
   46559             :     .ob_shash = -1,
   46560             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x24\x34\xb0\x44\xb8\x28\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xd8\x0f\x13\x88\x0b",
   46561             : };
   46562             : static
   46563             :     struct {
   46564             :         PyASCIIObject _ascii;
   46565             :         uint8_t _data[10];
   46566             :     }
   46567             : const_str_ispackage = {
   46568             :     ._ascii = {
   46569             :         .ob_base = {
   46570             :             .ob_refcnt = 999999999,
   46571             :             .ob_type = &PyUnicode_Type,
   46572             :         },
   46573             :         .length = 9,
   46574             :         .hash = -1,
   46575             :         .state = {
   46576             :             .kind = 1,
   46577             :             .compact = 1,
   46578             :             .ascii = 1,
   46579             :         },
   46580             :     },
   46581             :     ._data = "ispackage",
   46582             : };
   46583             : static
   46584             :     struct {
   46585             :         PyGC_Head _gc_head;
   46586             :         struct {
   46587             :             PyObject_VAR_HEAD
   46588             :             PyObject *ob_item[5];
   46589             :         }_object;
   46590             :     }
   46591             : zipimport_toplevel_consts_11_consts_5_localsplusnames = {
   46592             :     ._object = {
   46593             :         .ob_base = {
   46594             :             .ob_base = {
   46595             :                 .ob_refcnt = 999999999,
   46596             :                 .ob_type = &PyTuple_Type,
   46597             :             },
   46598             :             .ob_size = 5,
   46599             :         },
   46600             :         .ob_item = {
   46601             :             & const_str_self._ascii.ob_base,
   46602             :             & const_str_fullname._ascii.ob_base,
   46603             :             &_Py_ID(code),
   46604             :             & const_str_ispackage._ascii.ob_base,
   46605             :             & const_str_modpath._ascii.ob_base,
   46606             :         },
   46607             :     },
   46608             : };
   46609             : static
   46610             :     struct _PyCode_DEF(42)
   46611             : zipimport_toplevel_consts_11_consts_5 = {
   46612             :     .ob_base = {
   46613             :         .ob_base = {
   46614             :             .ob_refcnt = 999999999,
   46615             :             .ob_type = &PyCode_Type,
   46616             :         },
   46617             :         .ob_size = 21,
   46618             :     },
   46619             :     .co_consts = & zipimport_toplevel_consts_11_consts_5_consts._object.ob_base.ob_base,
   46620             :     .co_names = & zipimport_toplevel_consts_11_consts_5_names._object.ob_base.ob_base,
   46621             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   46622             :     .co_flags = 3,
   46623             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   46624             :     ._co_linearray_entry_size = 0,
   46625             :     .co_argcount = 2,
   46626             :     .co_posonlyargcount = 0,
   46627             :     .co_kwonlyargcount = 0,
   46628             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   46629             :     .co_stacksize = 4,
   46630             :     .co_firstlineno = 132,
   46631             :     .co_nlocalsplus = 5,
   46632             :     .co_nlocals = 5,
   46633             :     .co_nplaincellvars = 0,
   46634             :     .co_ncellvars = 0,
   46635             :     .co_nfreevars = 0,
   46636             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_5_localsplusnames._object.ob_base.ob_base,
   46637             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   46638             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   46639             :     .co_name = & const_str_get_code._ascii.ob_base,
   46640             :     .co_qualname = & zipimport_toplevel_consts_11_consts_5_qualname._ascii.ob_base,
   46641             :     .co_linetable = & zipimport_toplevel_consts_11_consts_5_linetable.ob_base.ob_base,
   46642             :     ._co_code = NULL,
   46643             :     ._co_linearray = NULL,
   46644             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7c\x02\x53\x00",
   46645             :     ._co_firsttraceable = 0,
   46646             : };
   46647             : static
   46648             :     struct {
   46649             :         PyASCIIObject _ascii;
   46650             :         uint8_t _data[155];
   46651             :     }
   46652             : zipimport_toplevel_consts_11_consts_6_consts_0 = {
   46653             :     ._ascii = {
   46654             :         .ob_base = {
   46655             :             .ob_refcnt = 999999999,
   46656             :             .ob_type = &PyUnicode_Type,
   46657             :         },
   46658             :         .length = 154,
   46659             :         .hash = -1,
   46660             :         .state = {
   46661             :             .kind = 1,
   46662             :             .compact = 1,
   46663             :             .ascii = 1,
   46664             :         },
   46665             :     },
   46666             :     ._data = "\x67\x65\x74\x5f\x64\x61\x74\x61\x28\x70\x61\x74\x68\x6e\x61\x6d\x65\x29\x20\x2d\x3e\x20\x73\x74\x72\x69\x6e\x67\x20\x77\x69\x74\x68\x20\x66\x69\x6c\x65\x20\x64\x61\x74\x61\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x64\x61\x74\x61\x20\x61\x73\x73\x6f\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x27\x70\x61\x74\x68\x6e\x61\x6d\x65\x27\x2e\x20\x52\x61\x69\x73\x65\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x69\x66\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x77\x61\x73\x6e\x27\x74\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   46667             : };
   46668             : static
   46669             :     struct {
   46670             :         PyGC_Head _gc_head;
   46671             :         struct {
   46672             :             PyObject_VAR_HEAD
   46673             :             PyObject *ob_item[4];
   46674             :         }_object;
   46675             :     }
   46676             : zipimport_toplevel_consts_11_consts_6_consts = {
   46677             :     ._object = {
   46678             :         .ob_base = {
   46679             :             .ob_base = {
   46680             :                 .ob_refcnt = 999999999,
   46681             :                 .ob_type = &PyTuple_Type,
   46682             :             },
   46683             :             .ob_size = 4,
   46684             :         },
   46685             :         .ob_item = {
   46686             :             & zipimport_toplevel_consts_11_consts_6_consts_0._ascii.ob_base,
   46687             :             Py_None,
   46688             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   46689             :             &_Py_STR(empty),
   46690             :         },
   46691             :     },
   46692             : };
   46693             : static
   46694             :     struct {
   46695             :         PyASCIIObject _ascii;
   46696             :         uint8_t _data[10];
   46697             :     }
   46698             : const_str__get_data = {
   46699             :     ._ascii = {
   46700             :         .ob_base = {
   46701             :             .ob_refcnt = 999999999,
   46702             :             .ob_type = &PyUnicode_Type,
   46703             :         },
   46704             :         .length = 9,
   46705             :         .hash = -1,
   46706             :         .state = {
   46707             :             .kind = 1,
   46708             :             .compact = 1,
   46709             :             .ascii = 1,
   46710             :         },
   46711             :     },
   46712             :     ._data = "_get_data",
   46713             : };
   46714             : static
   46715             :     struct {
   46716             :         PyGC_Head _gc_head;
   46717             :         struct {
   46718             :             PyObject_VAR_HEAD
   46719             :             PyObject *ob_item[10];
   46720             :         }_object;
   46721             :     }
   46722             : zipimport_toplevel_consts_11_consts_6_names = {
   46723             :     ._object = {
   46724             :         .ob_base = {
   46725             :             .ob_base = {
   46726             :                 .ob_refcnt = 999999999,
   46727             :                 .ob_type = &PyTuple_Type,
   46728             :             },
   46729             :             .ob_size = 10,
   46730             :         },
   46731             :         .ob_item = {
   46732             :             & const_str_alt_path_sep._ascii.ob_base,
   46733             :             &_Py_ID(replace),
   46734             :             & const_str_path_sep._ascii.ob_base,
   46735             :             & const_str_startswith._ascii.ob_base,
   46736             :             & const_str_archive._ascii.ob_base,
   46737             :             &_Py_ID(len),
   46738             :             & const_str__files._ascii.ob_base,
   46739             :             & const_str_KeyError._ascii.ob_base,
   46740             :             & const_str_OSError._ascii.ob_base,
   46741             :             & const_str__get_data._ascii.ob_base,
   46742             :         },
   46743             :     },
   46744             : };
   46745             : static
   46746             :     struct {
   46747             :         PyASCIIObject _ascii;
   46748             :         uint8_t _data[21];
   46749             :     }
   46750             : zipimport_toplevel_consts_11_consts_6_qualname = {
   46751             :     ._ascii = {
   46752             :         .ob_base = {
   46753             :             .ob_refcnt = 999999999,
   46754             :             .ob_type = &PyUnicode_Type,
   46755             :         },
   46756             :         .length = 20,
   46757             :         .hash = -1,
   46758             :         .state = {
   46759             :             .kind = 1,
   46760             :             .compact = 1,
   46761             :             .ascii = 1,
   46762             :         },
   46763             :     },
   46764             :     ._data = "zipimporter.get_data",
   46765             : };
   46766             : static
   46767             :     struct {
   46768             :         PyObject_VAR_HEAD
   46769             :         Py_hash_t ob_shash;
   46770             :         char ob_sval[174];
   46771             :     }
   46772             : zipimport_toplevel_consts_11_consts_6_linetable = {
   46773             :     .ob_base = {
   46774             :         .ob_base = {
   46775             :             .ob_refcnt = 999999999,
   46776             :             .ob_type = &PyBytes_Type,
   46777             :         },
   46778             :         .ob_size = 173,
   46779             :     },
   46780             :     .ob_shash = -1,
   46781             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x18\xf0\x00\x01\x09\x40\x01\xd8\x17\x1f\xd7\x17\x27\xd1\x17\x27\xad\x0c\xb5\x68\xd4\x17\x3f\x88\x48\xe0\x0e\x16\x88\x03\xd8\x0b\x13\xd7\x0b\x1e\xd1\x0b\x1e\x98\x74\x9f\x7c\x99\x7c\xad\x68\xd1\x1f\x36\xd4\x0b\x37\xf0\x00\x01\x09\x3a\xd8\x12\x1a\x9d\x33\x98\x74\x9f\x7c\x99\x7c\xad\x68\xd1\x1f\x36\xd4\x1b\x37\xd0\x12\x39\xd0\x12\x39\x88\x43\xf0\x04\x03\x09\x26\xd8\x18\x1c\x9f\x0b\x99\x0b\xa0\x43\xd4\x18\x28\x88\x49\xf5\x06\x00\x10\x19\x98\x14\x9f\x1c\x99\x1c\xa0\x79\xd4\x0f\x31\xd0\x08\x31\xf8\xf5\x05\x00\x10\x18\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\xdd\x12\x19\x98\x21\x98\x52\xa0\x13\xd4\x12\x25\xd0\x0c\x25\xf0\x03\x01\x09\x26\xf8\xf8\xf8",
   46782             : };
   46783             : static
   46784             :     struct {
   46785             :         PyObject_VAR_HEAD
   46786             :         Py_hash_t ob_shash;
   46787             :         char ob_sval[13];
   46788             :     }
   46789             : zipimport_toplevel_consts_11_consts_6_exceptiontable = {
   46790             :     .ob_base = {
   46791             :         .ob_base = {
   46792             :             .ob_refcnt = 999999999,
   46793             :             .ob_type = &PyBytes_Type,
   46794             :         },
   46795             :         .ob_size = 12,
   46796             :     },
   46797             :     .ob_shash = -1,
   46798             :     .ob_sval = "\xc1\x2e\x12\x42\x18\x00\xc2\x18\x1a\x42\x32\x03",
   46799             : };
   46800             : static
   46801             :     struct {
   46802             :         PyASCIIObject _ascii;
   46803             :         uint8_t _data[10];
   46804             :     }
   46805             : const_str_toc_entry = {
   46806             :     ._ascii = {
   46807             :         .ob_base = {
   46808             :             .ob_refcnt = 999999999,
   46809             :             .ob_type = &PyUnicode_Type,
   46810             :         },
   46811             :         .length = 9,
   46812             :         .hash = -1,
   46813             :         .state = {
   46814             :             .kind = 1,
   46815             :             .compact = 1,
   46816             :             .ascii = 1,
   46817             :         },
   46818             :     },
   46819             :     ._data = "toc_entry",
   46820             : };
   46821             : static
   46822             :     struct {
   46823             :         PyGC_Head _gc_head;
   46824             :         struct {
   46825             :             PyObject_VAR_HEAD
   46826             :             PyObject *ob_item[4];
   46827             :         }_object;
   46828             :     }
   46829             : zipimport_toplevel_consts_11_consts_6_localsplusnames = {
   46830             :     ._object = {
   46831             :         .ob_base = {
   46832             :             .ob_base = {
   46833             :                 .ob_refcnt = 999999999,
   46834             :                 .ob_type = &PyTuple_Type,
   46835             :             },
   46836             :             .ob_size = 4,
   46837             :         },
   46838             :         .ob_item = {
   46839             :             & const_str_self._ascii.ob_base,
   46840             :             & const_str_pathname._ascii.ob_base,
   46841             :             & const_str_key._ascii.ob_base,
   46842             :             & const_str_toc_entry._ascii.ob_base,
   46843             :         },
   46844             :     },
   46845             : };
   46846             : static
   46847             :     struct _PyCode_DEF(362)
   46848             : zipimport_toplevel_consts_11_consts_6 = {
   46849             :     .ob_base = {
   46850             :         .ob_base = {
   46851             :             .ob_refcnt = 999999999,
   46852             :             .ob_type = &PyCode_Type,
   46853             :         },
   46854             :         .ob_size = 181,
   46855             :     },
   46856             :     .co_consts = & zipimport_toplevel_consts_11_consts_6_consts._object.ob_base.ob_base,
   46857             :     .co_names = & zipimport_toplevel_consts_11_consts_6_names._object.ob_base.ob_base,
   46858             :     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_6_exceptiontable.ob_base.ob_base,
   46859             :     .co_flags = 3,
   46860             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   46861             :     ._co_linearray_entry_size = 0,
   46862             :     .co_argcount = 2,
   46863             :     .co_posonlyargcount = 0,
   46864             :     .co_kwonlyargcount = 0,
   46865             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   46866             :     .co_stacksize = 6,
   46867             :     .co_firstlineno = 142,
   46868             :     .co_nlocalsplus = 4,
   46869             :     .co_nlocals = 4,
   46870             :     .co_nplaincellvars = 0,
   46871             :     .co_ncellvars = 0,
   46872             :     .co_nfreevars = 0,
   46873             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_6_localsplusnames._object.ob_base.ob_base,
   46874             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   46875             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   46876             :     .co_name = & const_str_get_data._ascii.ob_base,
   46877             :     .co_qualname = & zipimport_toplevel_consts_11_consts_6_qualname._ascii.ob_base,
   46878             :     .co_linetable = & zipimport_toplevel_consts_11_consts_6_linetable.ob_base.ob_base,
   46879             :     ._co_code = NULL,
   46880             :     ._co_linearray = NULL,
   46881             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x7d\x02\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x22\x7c\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x1a\x00\x7d\x02\x09\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x01\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01",
   46882             :     ._co_firsttraceable = 0,
   46883             : };
   46884             : static
   46885             :     struct {
   46886             :         PyASCIIObject _ascii;
   46887             :         uint8_t _data[166];
   46888             :     }
   46889             : zipimport_toplevel_consts_11_consts_7_consts_0 = {
   46890             :     ._ascii = {
   46891             :         .ob_base = {
   46892             :             .ob_refcnt = 999999999,
   46893             :             .ob_type = &PyUnicode_Type,
   46894             :         },
   46895             :         .length = 165,
   46896             :         .hash = -1,
   46897             :         .state = {
   46898             :             .kind = 1,
   46899             :             .compact = 1,
   46900             :             .ascii = 1,
   46901             :         },
   46902             :     },
   46903             :     ._data = "\x67\x65\x74\x5f\x66\x69\x6c\x65\x6e\x61\x6d\x65\x28\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x29\x20\x2d\x3e\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x73\x74\x72\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x5a\x69\x70\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x66\x20\x69\x74\x20\x63\x6f\x75\x6c\x64\x6e\x27\x74\x20\x62\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   46904             : };
   46905             : static
   46906             :     struct {
   46907             :         PyGC_Head _gc_head;
   46908             :         struct {
   46909             :             PyObject_VAR_HEAD
   46910             :             PyObject *ob_item[1];
   46911             :         }_object;
   46912             :     }
   46913             : zipimport_toplevel_consts_11_consts_7_consts = {
   46914             :     ._object = {
   46915             :         .ob_base = {
   46916             :             .ob_base = {
   46917             :                 .ob_refcnt = 999999999,
   46918             :                 .ob_type = &PyTuple_Type,
   46919             :             },
   46920             :             .ob_size = 1,
   46921             :         },
   46922             :         .ob_item = {
   46923             :             & zipimport_toplevel_consts_11_consts_7_consts_0._ascii.ob_base,
   46924             :         },
   46925             :     },
   46926             : };
   46927             : static
   46928             :     struct {
   46929             :         PyASCIIObject _ascii;
   46930             :         uint8_t _data[25];
   46931             :     }
   46932             : zipimport_toplevel_consts_11_consts_7_qualname = {
   46933             :     ._ascii = {
   46934             :         .ob_base = {
   46935             :             .ob_refcnt = 999999999,
   46936             :             .ob_type = &PyUnicode_Type,
   46937             :         },
   46938             :         .length = 24,
   46939             :         .hash = -1,
   46940             :         .state = {
   46941             :             .kind = 1,
   46942             :             .compact = 1,
   46943             :             .ascii = 1,
   46944             :         },
   46945             :     },
   46946             :     ._data = "zipimporter.get_filename",
   46947             : };
   46948             : static
   46949             :     struct {
   46950             :         PyObject_VAR_HEAD
   46951             :         Py_hash_t ob_shash;
   46952             :         char ob_sval[29];
   46953             :     }
   46954             : zipimport_toplevel_consts_11_consts_7_linetable = {
   46955             :     .ob_base = {
   46956             :         .ob_base = {
   46957             :             .ob_refcnt = 999999999,
   46958             :             .ob_type = &PyBytes_Type,
   46959             :         },
   46960             :         .ob_size = 28,
   46961             :     },
   46962             :     .ob_shash = -1,
   46963             :     .ob_sval = "\x80\x00\xf5\x10\x00\x24\x34\xb0\x44\xb8\x28\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xd8\x0f\x16\x88\x0e",
   46964             : };
   46965             : static
   46966             :     struct _PyCode_DEF(42)
   46967             : zipimport_toplevel_consts_11_consts_7 = {
   46968             :     .ob_base = {
   46969             :         .ob_base = {
   46970             :             .ob_refcnt = 999999999,
   46971             :             .ob_type = &PyCode_Type,
   46972             :         },
   46973             :         .ob_size = 21,
   46974             :     },
   46975             :     .co_consts = & zipimport_toplevel_consts_11_consts_7_consts._object.ob_base.ob_base,
   46976             :     .co_names = & zipimport_toplevel_consts_11_consts_5_names._object.ob_base.ob_base,
   46977             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   46978             :     .co_flags = 3,
   46979             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   46980             :     ._co_linearray_entry_size = 0,
   46981             :     .co_argcount = 2,
   46982             :     .co_posonlyargcount = 0,
   46983             :     .co_kwonlyargcount = 0,
   46984             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   46985             :     .co_stacksize = 4,
   46986             :     .co_firstlineno = 163,
   46987             :     .co_nlocalsplus = 5,
   46988             :     .co_nlocals = 5,
   46989             :     .co_nplaincellvars = 0,
   46990             :     .co_ncellvars = 0,
   46991             :     .co_nfreevars = 0,
   46992             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_5_localsplusnames._object.ob_base.ob_base,
   46993             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   46994             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   46995             :     .co_name = & const_str_get_filename._ascii.ob_base,
   46996             :     .co_qualname = & zipimport_toplevel_consts_11_consts_7_qualname._ascii.ob_base,
   46997             :     .co_linetable = & zipimport_toplevel_consts_11_consts_7_linetable.ob_base.ob_base,
   46998             :     ._co_code = NULL,
   46999             :     ._co_linearray = NULL,
   47000             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7c\x04\x53\x00",
   47001             :     ._co_firsttraceable = 0,
   47002             : };
   47003             : static
   47004             :     struct {
   47005             :         PyASCIIObject _ascii;
   47006             :         uint8_t _data[254];
   47007             :     }
   47008             : zipimport_toplevel_consts_11_consts_8_consts_0 = {
   47009             :     ._ascii = {
   47010             :         .ob_base = {
   47011             :             .ob_refcnt = 999999999,
   47012             :             .ob_type = &PyUnicode_Type,
   47013             :         },
   47014             :         .length = 253,
   47015             :         .hash = -1,
   47016             :         .state = {
   47017             :             .kind = 1,
   47018             :             .compact = 1,
   47019             :             .ascii = 1,
   47020             :         },
   47021             :     },
   47022             :     ._data = "\x67\x65\x74\x5f\x73\x6f\x75\x72\x63\x65\x28\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x29\x20\x2d\x3e\x20\x73\x6f\x75\x72\x63\x65\x20\x73\x74\x72\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x63\x6f\x64\x65\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x52\x61\x69\x73\x65\x20\x5a\x69\x70\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x63\x6f\x75\x6c\x64\x6e\x27\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x4e\x6f\x6e\x65\x20\x69\x66\x20\x74\x68\x65\x20\x61\x72\x63\x68\x69\x76\x65\x20\x64\x6f\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x62\x75\x74\x20\x68\x61\x73\x20\x6e\x6f\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x6f\x72\x20\x69\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   47023             : };
   47024             : static
   47025             :     struct {
   47026             :         PyASCIIObject _ascii;
   47027             :         uint8_t _data[19];
   47028             :     }
   47029             : zipimport_toplevel_consts_11_consts_8_consts_2 = {
   47030             :     ._ascii = {
   47031             :         .ob_base = {
   47032             :             .ob_refcnt = 999999999,
   47033             :             .ob_type = &PyUnicode_Type,
   47034             :         },
   47035             :         .length = 18,
   47036             :         .hash = -1,
   47037             :         .state = {
   47038             :             .kind = 1,
   47039             :             .compact = 1,
   47040             :             .ascii = 1,
   47041             :         },
   47042             :     },
   47043             :     ._data = "can't find module ",
   47044             : };
   47045             : static
   47046             :     struct {
   47047             :         PyGC_Head _gc_head;
   47048             :         struct {
   47049             :             PyObject_VAR_HEAD
   47050             :             PyObject *ob_item[6];
   47051             :         }_object;
   47052             :     }
   47053             : zipimport_toplevel_consts_11_consts_8_consts = {
   47054             :     ._object = {
   47055             :         .ob_base = {
   47056             :             .ob_base = {
   47057             :                 .ob_refcnt = 999999999,
   47058             :                 .ob_type = &PyTuple_Type,
   47059             :             },
   47060             :             .ob_size = 6,
   47061             :         },
   47062             :         .ob_item = {
   47063             :             & zipimport_toplevel_consts_11_consts_8_consts_0._ascii.ob_base,
   47064             :             Py_None,
   47065             :             & zipimport_toplevel_consts_11_consts_8_consts_2._ascii.ob_base,
   47066             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
   47067             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
   47068             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
   47069             :         },
   47070             :     },
   47071             : };
   47072             : static
   47073             :     struct {
   47074             :         PyGC_Head _gc_head;
   47075             :         struct {
   47076             :             PyObject_VAR_HEAD
   47077             :             PyObject *ob_item[10];
   47078             :         }_object;
   47079             :     }
   47080             : zipimport_toplevel_consts_11_consts_8_names = {
   47081             :     ._object = {
   47082             :         .ob_base = {
   47083             :             .ob_base = {
   47084             :                 .ob_refcnt = 999999999,
   47085             :                 .ob_type = &PyTuple_Type,
   47086             :             },
   47087             :             .ob_size = 10,
   47088             :         },
   47089             :         .ob_item = {
   47090             :             & const_str__get_module_info._ascii.ob_base,
   47091             :             & const_str_ZipImportError._ascii.ob_base,
   47092             :             & const_str__get_module_path._ascii.ob_base,
   47093             :             & const_str__bootstrap_external._ascii.ob_base,
   47094             :             & const_str__path_join._ascii.ob_base,
   47095             :             & const_str__files._ascii.ob_base,
   47096             :             & const_str_KeyError._ascii.ob_base,
   47097             :             & const_str__get_data._ascii.ob_base,
   47098             :             & const_str_archive._ascii.ob_base,
   47099             :             &_Py_ID(decode),
   47100             :         },
   47101             :     },
   47102             : };
   47103             : static
   47104             :     struct {
   47105             :         PyASCIIObject _ascii;
   47106             :         uint8_t _data[23];
   47107             :     }
   47108             : zipimport_toplevel_consts_11_consts_8_qualname = {
   47109             :     ._ascii = {
   47110             :         .ob_base = {
   47111             :             .ob_refcnt = 999999999,
   47112             :             .ob_type = &PyUnicode_Type,
   47113             :         },
   47114             :         .length = 22,
   47115             :         .hash = -1,
   47116             :         .state = {
   47117             :             .kind = 1,
   47118             :             .compact = 1,
   47119             :             .ascii = 1,
   47120             :         },
   47121             :     },
   47122             :     ._data = "zipimporter.get_source",
   47123             : };
   47124             : static
   47125             :     struct {
   47126             :         PyObject_VAR_HEAD
   47127             :         Py_hash_t ob_shash;
   47128             :         char ob_sval[185];
   47129             :     }
   47130             : zipimport_toplevel_consts_11_consts_8_linetable = {
   47131             :     .ob_base = {
   47132             :         .ob_base = {
   47133             :             .ob_refcnt = 999999999,
   47134             :             .ob_type = &PyBytes_Type,
   47135             :         },
   47136             :         .ob_size = 184,
   47137             :     },
   47138             :     .ob_shash = -1,
   47139             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x0e\x1e\x98\x64\xa0\x48\xd4\x0d\x2d\x88\x02\xd8\x0b\x0d\xf0\x00\x01\x09\x53\x01\xdd\x12\x20\xd0\x21\x42\xb0\x68\xd0\x21\x42\xd0\x21\x42\xc8\x18\xd0\x12\x52\xd4\x12\x52\xd0\x0c\x52\xe5\x0f\x1f\xa0\x04\xa0\x68\xd4\x0f\x2f\x88\x04\xd8\x0b\x0d\xf0\x00\x03\x09\x24\xdd\x17\x35\xd7\x17\x35\xd1\x17\x35\xb0\x64\xb8\x4d\xd4\x17\x4a\x88\x48\x88\x48\xe0\x1a\x1e\x90\x7c\x90\x7c\x90\x7c\x88\x48\xf0\x04\x04\x09\x18\xd8\x18\x1c\x9f\x0b\x99\x0b\xa0\x48\xd4\x18\x2d\x88\x49\xf5\x08\x00\x10\x19\x98\x14\x9f\x1c\x99\x1c\xa0\x79\xd4\x0f\x31\xd7\x0f\x38\xd1\x0f\x38\xd4\x0f\x3a\xd0\x08\x3a\xf8\xf5\x07\x00\x10\x18\xf0\x00\x02\x09\x18\xf0\x00\x02\x09\x18\xf0\x00\x02\x09\x18\xe0\x13\x17\x90\x34\x90\x34\xf0\x05\x02\x09\x18\xf8\xf8\xf8",
   47140             : };
   47141             : static
   47142             :     struct {
   47143             :         PyObject_VAR_HEAD
   47144             :         Py_hash_t ob_shash;
   47145             :         char ob_sval[19];
   47146             :     }
   47147             : zipimport_toplevel_consts_11_consts_8_exceptiontable = {
   47148             :     .ob_base = {
   47149             :         .ob_base = {
   47150             :             .ob_refcnt = 999999999,
   47151             :             .ob_type = &PyBytes_Type,
   47152             :         },
   47153             :         .ob_size = 18,
   47154             :     },
   47155             :     .ob_shash = -1,
   47156             :     .ob_sval = "\xc1\x12\x12\x42\x0b\x00\xc2\x0b\x0a\x42\x19\x03\xc2\x18\x01\x42\x19\x03",
   47157             : };
   47158             : static
   47159             :     struct {
   47160             :         PyASCIIObject _ascii;
   47161             :         uint8_t _data[3];
   47162             :     }
   47163             : const_str_mi = {
   47164             :     ._ascii = {
   47165             :         .ob_base = {
   47166             :             .ob_refcnt = 999999999,
   47167             :             .ob_type = &PyUnicode_Type,
   47168             :         },
   47169             :         .length = 2,
   47170             :         .hash = -1,
   47171             :         .state = {
   47172             :             .kind = 1,
   47173             :             .compact = 1,
   47174             :             .ascii = 1,
   47175             :         },
   47176             :     },
   47177             :     ._data = "mi",
   47178             : };
   47179             : static
   47180             :     struct {
   47181             :         PyASCIIObject _ascii;
   47182             :         uint8_t _data[9];
   47183             :     }
   47184             : const_str_fullpath = {
   47185             :     ._ascii = {
   47186             :         .ob_base = {
   47187             :             .ob_refcnt = 999999999,
   47188             :             .ob_type = &PyUnicode_Type,
   47189             :         },
   47190             :         .length = 8,
   47191             :         .hash = -1,
   47192             :         .state = {
   47193             :             .kind = 1,
   47194             :             .compact = 1,
   47195             :             .ascii = 1,
   47196             :         },
   47197             :     },
   47198             :     ._data = "fullpath",
   47199             : };
   47200             : static
   47201             :     struct {
   47202             :         PyGC_Head _gc_head;
   47203             :         struct {
   47204             :             PyObject_VAR_HEAD
   47205             :             PyObject *ob_item[6];
   47206             :         }_object;
   47207             :     }
   47208             : zipimport_toplevel_consts_11_consts_8_localsplusnames = {
   47209             :     ._object = {
   47210             :         .ob_base = {
   47211             :             .ob_base = {
   47212             :                 .ob_refcnt = 999999999,
   47213             :                 .ob_type = &PyTuple_Type,
   47214             :             },
   47215             :             .ob_size = 6,
   47216             :         },
   47217             :         .ob_item = {
   47218             :             & const_str_self._ascii.ob_base,
   47219             :             & const_str_fullname._ascii.ob_base,
   47220             :             & const_str_mi._ascii.ob_base,
   47221             :             &_Py_ID(path),
   47222             :             & const_str_fullpath._ascii.ob_base,
   47223             :             & const_str_toc_entry._ascii.ob_base,
   47224             :         },
   47225             :     },
   47226             : };
   47227             : static
   47228             :     struct _PyCode_DEF(312)
   47229             : zipimport_toplevel_consts_11_consts_8 = {
   47230             :     .ob_base = {
   47231             :         .ob_base = {
   47232             :             .ob_refcnt = 999999999,
   47233             :             .ob_type = &PyCode_Type,
   47234             :         },
   47235             :         .ob_size = 156,
   47236             :     },
   47237             :     .co_consts = & zipimport_toplevel_consts_11_consts_8_consts._object.ob_base.ob_base,
   47238             :     .co_names = & zipimport_toplevel_consts_11_consts_8_names._object.ob_base.ob_base,
   47239             :     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_8_exceptiontable.ob_base.ob_base,
   47240             :     .co_flags = 3,
   47241             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   47242             :     ._co_linearray_entry_size = 0,
   47243             :     .co_argcount = 2,
   47244             :     .co_posonlyargcount = 0,
   47245             :     .co_kwonlyargcount = 0,
   47246             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   47247             :     .co_stacksize = 4,
   47248             :     .co_firstlineno = 175,
   47249             :     .co_nlocalsplus = 6,
   47250             :     .co_nlocals = 6,
   47251             :     .co_nplaincellvars = 0,
   47252             :     .co_ncellvars = 0,
   47253             :     .co_nfreevars = 0,
   47254             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_8_localsplusnames._object.ob_base.ob_base,
   47255             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   47256             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   47257             :     .co_name = &_Py_ID(get_source),
   47258             :     .co_qualname = & zipimport_toplevel_consts_11_consts_8_qualname._ascii.ob_base,
   47259             :     .co_linetable = & zipimport_toplevel_consts_11_consts_8_linetable.ob_base.ob_base,
   47260             :     ._co_code = NULL,
   47261             :     ._co_linearray = NULL,
   47262             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x72\x19\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x05\x7c\x03\x9b\x00\x64\x05\x9d\x02\x7d\x04\x09\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   47263             :     ._co_firsttraceable = 0,
   47264             : };
   47265             : static
   47266             :     struct {
   47267             :         PyASCIIObject _ascii;
   47268             :         uint8_t _data[172];
   47269             :     }
   47270             : zipimport_toplevel_consts_11_consts_9_consts_0 = {
   47271             :     ._ascii = {
   47272             :         .ob_base = {
   47273             :             .ob_refcnt = 999999999,
   47274             :             .ob_type = &PyUnicode_Type,
   47275             :         },
   47276             :         .length = 171,
   47277             :         .hash = -1,
   47278             :         .state = {
   47279             :             .kind = 1,
   47280             :             .compact = 1,
   47281             :             .ascii = 1,
   47282             :         },
   47283             :     },
   47284             :     ._data = "\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x28\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x29\x20\x2d\x3e\x20\x62\x6f\x6f\x6c\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x54\x72\x75\x65\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x62\x79\x20\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x20\x69\x73\x20\x61\x20\x70\x61\x63\x6b\x61\x67\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x20\x5a\x69\x70\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x63\x6f\x75\x6c\x64\x6e\x27\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   47285             : };
   47286             : static
   47287             :     struct {
   47288             :         PyGC_Head _gc_head;
   47289             :         struct {
   47290             :             PyObject_VAR_HEAD
   47291             :             PyObject *ob_item[4];
   47292             :         }_object;
   47293             :     }
   47294             : zipimport_toplevel_consts_11_consts_9_consts = {
   47295             :     ._object = {
   47296             :         .ob_base = {
   47297             :             .ob_base = {
   47298             :                 .ob_refcnt = 999999999,
   47299             :                 .ob_type = &PyTuple_Type,
   47300             :             },
   47301             :             .ob_size = 4,
   47302             :         },
   47303             :         .ob_item = {
   47304             :             & zipimport_toplevel_consts_11_consts_9_consts_0._ascii.ob_base,
   47305             :             Py_None,
   47306             :             & zipimport_toplevel_consts_11_consts_8_consts_2._ascii.ob_base,
   47307             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
   47308             :         },
   47309             :     },
   47310             : };
   47311             : static
   47312             :     struct {
   47313             :         PyGC_Head _gc_head;
   47314             :         struct {
   47315             :             PyObject_VAR_HEAD
   47316             :             PyObject *ob_item[2];
   47317             :         }_object;
   47318             :     }
   47319             : zipimport_toplevel_consts_11_consts_9_names = {
   47320             :     ._object = {
   47321             :         .ob_base = {
   47322             :             .ob_base = {
   47323             :                 .ob_refcnt = 999999999,
   47324             :                 .ob_type = &PyTuple_Type,
   47325             :             },
   47326             :             .ob_size = 2,
   47327             :         },
   47328             :         .ob_item = {
   47329             :             & const_str__get_module_info._ascii.ob_base,
   47330             :             & const_str_ZipImportError._ascii.ob_base,
   47331             :         },
   47332             :     },
   47333             : };
   47334             : static
   47335             :     struct {
   47336             :         PyASCIIObject _ascii;
   47337             :         uint8_t _data[23];
   47338             :     }
   47339             : zipimport_toplevel_consts_11_consts_9_qualname = {
   47340             :     ._ascii = {
   47341             :         .ob_base = {
   47342             :             .ob_refcnt = 999999999,
   47343             :             .ob_type = &PyUnicode_Type,
   47344             :         },
   47345             :         .length = 22,
   47346             :         .hash = -1,
   47347             :         .state = {
   47348             :             .kind = 1,
   47349             :             .compact = 1,
   47350             :             .ascii = 1,
   47351             :         },
   47352             :     },
   47353             :     ._data = "zipimporter.is_package",
   47354             : };
   47355             : static
   47356             :     struct {
   47357             :         PyObject_VAR_HEAD
   47358             :         Py_hash_t ob_shash;
   47359             :         char ob_sval[56];
   47360             :     }
   47361             : zipimport_toplevel_consts_11_consts_9_linetable = {
   47362             :     .ob_base = {
   47363             :         .ob_base = {
   47364             :             .ob_refcnt = 999999999,
   47365             :             .ob_type = &PyBytes_Type,
   47366             :         },
   47367             :         .ob_size = 55,
   47368             :     },
   47369             :     .ob_shash = -1,
   47370             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x0e\x1e\x98\x64\xa0\x48\xd4\x0d\x2d\x88\x02\xd8\x0b\x0d\xf0\x00\x01\x09\x53\x01\xdd\x12\x20\xd0\x21\x42\xb0\x68\xd0\x21\x42\xd0\x21\x42\xc8\x18\xd0\x12\x52\xd4\x12\x52\xd0\x0c\x52\xd8\x0f\x11\x88\x09",
   47371             : };
   47372             : static
   47373             :     struct {
   47374             :         PyGC_Head _gc_head;
   47375             :         struct {
   47376             :             PyObject_VAR_HEAD
   47377             :             PyObject *ob_item[3];
   47378             :         }_object;
   47379             :     }
   47380             : zipimport_toplevel_consts_11_consts_9_localsplusnames = {
   47381             :     ._object = {
   47382             :         .ob_base = {
   47383             :             .ob_base = {
   47384             :                 .ob_refcnt = 999999999,
   47385             :                 .ob_type = &PyTuple_Type,
   47386             :             },
   47387             :             .ob_size = 3,
   47388             :         },
   47389             :         .ob_item = {
   47390             :             & const_str_self._ascii.ob_base,
   47391             :             & const_str_fullname._ascii.ob_base,
   47392             :             & const_str_mi._ascii.ob_base,
   47393             :         },
   47394             :     },
   47395             : };
   47396             : static
   47397             :     struct _PyCode_DEF(74)
   47398             : zipimport_toplevel_consts_11_consts_9 = {
   47399             :     .ob_base = {
   47400             :         .ob_base = {
   47401             :             .ob_refcnt = 999999999,
   47402             :             .ob_type = &PyCode_Type,
   47403             :         },
   47404             :         .ob_size = 37,
   47405             :     },
   47406             :     .co_consts = & zipimport_toplevel_consts_11_consts_9_consts._object.ob_base.ob_base,
   47407             :     .co_names = & zipimport_toplevel_consts_11_consts_9_names._object.ob_base.ob_base,
   47408             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   47409             :     .co_flags = 3,
   47410             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   47411             :     ._co_linearray_entry_size = 0,
   47412             :     .co_argcount = 2,
   47413             :     .co_posonlyargcount = 0,
   47414             :     .co_kwonlyargcount = 0,
   47415             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   47416             :     .co_stacksize = 4,
   47417             :     .co_firstlineno = 201,
   47418             :     .co_nlocalsplus = 3,
   47419             :     .co_nlocals = 3,
   47420             :     .co_nplaincellvars = 0,
   47421             :     .co_ncellvars = 0,
   47422             :     .co_nfreevars = 0,
   47423             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_9_localsplusnames._object.ob_base.ob_base,
   47424             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   47425             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   47426             :     .co_name = & const_str_is_package._ascii.ob_base,
   47427             :     .co_qualname = & zipimport_toplevel_consts_11_consts_9_qualname._ascii.ob_base,
   47428             :     .co_linetable = & zipimport_toplevel_consts_11_consts_9_linetable.ob_base.ob_base,
   47429             :     ._co_code = NULL,
   47430             :     ._co_linearray = NULL,
   47431             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x53\x00",
   47432             :     ._co_firsttraceable = 0,
   47433             : };
   47434             : static
   47435             :     struct {
   47436             :         PyASCIIObject _ascii;
   47437             :         uint8_t _data[321];
   47438             :     }
   47439             : zipimport_toplevel_consts_11_consts_10_consts_0 = {
   47440             :     ._ascii = {
   47441             :         .ob_base = {
   47442             :             .ob_refcnt = 999999999,
   47443             :             .ob_type = &PyUnicode_Type,
   47444             :         },
   47445             :         .length = 320,
   47446             :         .hash = -1,
   47447             :         .state = {
   47448             :             .kind = 1,
   47449             :             .compact = 1,
   47450             :             .ascii = 1,
   47451             :         },
   47452             :     },
   47453             :     ._data = "\x6c\x6f\x61\x64\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x29\x20\x2d\x3e\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x6f\x61\x64\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x62\x79\x20\x27\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x27\x2e\x20\x27\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x27\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x75\x6c\x6c\x79\x20\x71\x75\x61\x6c\x69\x66\x69\x65\x64\x20\x28\x64\x6f\x74\x74\x65\x64\x29\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x2e\x20\x49\x74\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x73\x20\x5a\x69\x70\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x69\x74\x20\x63\x6f\x75\x6c\x64\x20\x6e\x6f\x74\x20\x62\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x44\x65\x70\x72\x65\x63\x61\x74\x65\x64\x20\x73\x69\x6e\x63\x65\x20\x50\x79\x74\x68\x6f\x6e\x20\x33\x2e\x31\x30\x2e\x20\x55\x73\x65\x20\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   47454             : };
   47455             : static
   47456             :     struct {
   47457             :         PyASCIIObject _ascii;
   47458             :         uint8_t _data[115];
   47459             :     }
   47460             : zipimport_toplevel_consts_11_consts_10_consts_1 = {
   47461             :     ._ascii = {
   47462             :         .ob_base = {
   47463             :             .ob_refcnt = 999999999,
   47464             :             .ob_type = &PyUnicode_Type,
   47465             :         },
   47466             :         .length = 114,
   47467             :         .hash = -1,
   47468             :         .state = {
   47469             :             .kind = 1,
   47470             :             .compact = 1,
   47471             :             .ascii = 1,
   47472             :         },
   47473             :     },
   47474             :     ._data = "zipimport.zipimporter.load_module() is deprecated and slated for removal in Python 3.12; use exec_module() instead",
   47475             : };
   47476             : static
   47477             :     struct {
   47478             :         PyASCIIObject _ascii;
   47479             :         uint8_t _data[15];
   47480             :     }
   47481             : zipimport_toplevel_consts_11_consts_10_consts_4 = {
   47482             :     ._ascii = {
   47483             :         .ob_base = {
   47484             :             .ob_refcnt = 999999999,
   47485             :             .ob_type = &PyUnicode_Type,
   47486             :         },
   47487             :         .length = 14,
   47488             :         .hash = -1,
   47489             :         .state = {
   47490             :             .kind = 1,
   47491             :             .compact = 1,
   47492             :             .ascii = 1,
   47493             :         },
   47494             :     },
   47495             :     ._data = "Loaded module ",
   47496             : };
   47497             : static
   47498             :     struct {
   47499             :         PyASCIIObject _ascii;
   47500             :         uint8_t _data[26];
   47501             :     }
   47502             : zipimport_toplevel_consts_11_consts_10_consts_5 = {
   47503             :     ._ascii = {
   47504             :         .ob_base = {
   47505             :             .ob_refcnt = 999999999,
   47506             :             .ob_type = &PyUnicode_Type,
   47507             :         },
   47508             :         .length = 25,
   47509             :         .hash = -1,
   47510             :         .state = {
   47511             :             .kind = 1,
   47512             :             .compact = 1,
   47513             :             .ascii = 1,
   47514             :         },
   47515             :     },
   47516             :     ._data = " not found in sys.modules",
   47517             : };
   47518             : static
   47519             :     struct {
   47520             :         PyASCIIObject _ascii;
   47521             :         uint8_t _data[31];
   47522             :     }
   47523             : zipimport_toplevel_consts_11_consts_10_consts_6 = {
   47524             :     ._ascii = {
   47525             :         .ob_base = {
   47526             :             .ob_refcnt = 999999999,
   47527             :             .ob_type = &PyUnicode_Type,
   47528             :         },
   47529             :         .length = 30,
   47530             :         .hash = -1,
   47531             :         .state = {
   47532             :             .kind = 1,
   47533             :             .compact = 1,
   47534             :             .ascii = 1,
   47535             :         },
   47536             :     },
   47537             :     ._data = "import {} # loaded from Zip {}",
   47538             : };
   47539             : static
   47540             :     struct {
   47541             :         PyGC_Head _gc_head;
   47542             :         struct {
   47543             :             PyObject_VAR_HEAD
   47544             :             PyObject *ob_item[7];
   47545             :         }_object;
   47546             :     }
   47547             : zipimport_toplevel_consts_11_consts_10_consts = {
   47548             :     ._object = {
   47549             :         .ob_base = {
   47550             :             .ob_base = {
   47551             :                 .ob_refcnt = 999999999,
   47552             :                 .ob_type = &PyTuple_Type,
   47553             :             },
   47554             :             .ob_size = 7,
   47555             :         },
   47556             :         .ob_item = {
   47557             :             & zipimport_toplevel_consts_11_consts_10_consts_0._ascii.ob_base,
   47558             :             & zipimport_toplevel_consts_11_consts_10_consts_1._ascii.ob_base,
   47559             :             Py_None,
   47560             :             &_Py_ID(__builtins__),
   47561             :             & zipimport_toplevel_consts_11_consts_10_consts_4._ascii.ob_base,
   47562             :             & zipimport_toplevel_consts_11_consts_10_consts_5._ascii.ob_base,
   47563             :             & zipimport_toplevel_consts_11_consts_10_consts_6._ascii.ob_base,
   47564             :         },
   47565             :     },
   47566             : };
   47567             : static
   47568             :     struct {
   47569             :         PyASCIIObject _ascii;
   47570             :         uint8_t _data[13];
   47571             :     }
   47572             : const_str__module_type = {
   47573             :     ._ascii = {
   47574             :         .ob_base = {
   47575             :             .ob_refcnt = 999999999,
   47576             :             .ob_type = &PyUnicode_Type,
   47577             :         },
   47578             :         .length = 12,
   47579             :         .hash = -1,
   47580             :         .state = {
   47581             :             .kind = 1,
   47582             :             .compact = 1,
   47583             :             .ascii = 1,
   47584             :         },
   47585             :     },
   47586             :     ._data = "_module_type",
   47587             : };
   47588             : static
   47589             :     struct {
   47590             :         PyGC_Head _gc_head;
   47591             :         struct {
   47592             :             PyObject_VAR_HEAD
   47593             :             PyObject *ob_item[24];
   47594             :         }_object;
   47595             :     }
   47596             : zipimport_toplevel_consts_11_consts_10_names = {
   47597             :     ._object = {
   47598             :         .ob_base = {
   47599             :             .ob_base = {
   47600             :                 .ob_refcnt = 999999999,
   47601             :                 .ob_type = &PyTuple_Type,
   47602             :             },
   47603             :             .ob_size = 24,
   47604             :         },
   47605             :         .ob_item = {
   47606             :             & const_str__warnings._ascii.ob_base,
   47607             :             & const_str_warn._ascii.ob_base,
   47608             :             & const_str_DeprecationWarning._ascii.ob_base,
   47609             :             & const_str__get_module_code._ascii.ob_base,
   47610             :             & const_str_sys._ascii.ob_base,
   47611             :             &_Py_ID(modules),
   47612             :             &_Py_ID(get),
   47613             :             &_Py_ID(isinstance),
   47614             :             & const_str__module_type._ascii.ob_base,
   47615             :             &_Py_ID(__loader__),
   47616             :             & const_str__get_module_path._ascii.ob_base,
   47617             :             & const_str__bootstrap_external._ascii.ob_base,
   47618             :             & const_str__path_join._ascii.ob_base,
   47619             :             & const_str_archive._ascii.ob_base,
   47620             :             &_Py_ID(__path__),
   47621             :             & const_str_hasattr._ascii.ob_base,
   47622             :             &_Py_ID(__builtins__),
   47623             :             &_Py_ID(_fix_up_module),
   47624             :             &_Py_ID(__dict__),
   47625             :             & const_str_exec._ascii.ob_base,
   47626             :             & const_str_KeyError._ascii.ob_base,
   47627             :             & const_str_ImportError._ascii.ob_base,
   47628             :             &_Py_ID(_bootstrap),
   47629             :             & const_str__verbose_message._ascii.ob_base,
   47630             :         },
   47631             :     },
   47632             : };
   47633             : static
   47634             :     struct {
   47635             :         PyASCIIObject _ascii;
   47636             :         uint8_t _data[24];
   47637             :     }
   47638             : zipimport_toplevel_consts_11_consts_10_qualname = {
   47639             :     ._ascii = {
   47640             :         .ob_base = {
   47641             :             .ob_refcnt = 999999999,
   47642             :             .ob_type = &PyUnicode_Type,
   47643             :         },
   47644             :         .length = 23,
   47645             :         .hash = -1,
   47646             :         .state = {
   47647             :             .kind = 1,
   47648             :             .compact = 1,
   47649             :             .ascii = 1,
   47650             :         },
   47651             :     },
   47652             :     ._data = "zipimporter.load_module",
   47653             : };
   47654             : static
   47655             :     struct {
   47656             :         PyObject_VAR_HEAD
   47657             :         Py_hash_t ob_shash;
   47658             :         char ob_sval[372];
   47659             :     }
   47660             : zipimport_toplevel_consts_11_consts_10_linetable = {
   47661             :     .ob_base = {
   47662             :         .ob_base = {
   47663             :             .ob_refcnt = 999999999,
   47664             :             .ob_type = &PyBytes_Type,
   47665             :         },
   47666             :         .ob_size = 371,
   47667             :     },
   47668             :     .ob_shash = -1,
   47669             :     .ob_sval = "\x80\x00\xf0\x12\x01\x10\x43\x01\x88\x03\xe5\x08\x16\x8f\x0e\x89\x0e\x90\x73\xd5\x1c\x2e\xd4\x08\x2f\xd0\x08\x2f\xdd\x23\x33\xb0\x44\xb8\x28\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xdd\x0e\x11\x8f\x6b\x89\x6b\x8f\x6f\x89\x6f\x98\x68\xd4\x0e\x27\x88\x03\xd8\x0b\x0e\xf0\x00\x02\x09\x28\x9d\x6a\xa8\x13\xad\x6c\xd4\x1e\x3b\xf0\x00\x02\x09\x28\xdd\x12\x1e\x98\x78\xd4\x12\x28\x88\x43\xd8\x24\x27\x8d\x43\x8f\x4b\x89\x4b\x98\x08\xd1\x0c\x21\xd8\x19\x1d\x88\x03\x8c\x0e\xf0\x04\x0e\x09\x12\xd8\x0f\x18\xf0\x00\x05\x0d\x2a\xf5\x06\x00\x18\x28\xa8\x04\xa8\x68\xd4\x17\x37\x90\x04\xdd\x1b\x39\xd7\x1b\x39\xd1\x1b\x39\xb8\x24\xbf\x2c\xb9\x2c\xc8\x04\xd4\x1b\x4d\x90\x08\xd8\x20\x28\x98\x7a\x90\x03\x94\x0c\xe5\x13\x1a\x98\x33\xa0\x0e\xd4\x13\x2f\xf0\x00\x01\x0d\x30\xdd\x23\x2f\x90\x03\xd4\x10\x20\xdd\x0c\x2e\xd7\x0c\x2e\xd1\x0c\x2e\xa8\x73\xaf\x7c\xa9\x7c\xb8\x58\xc0\x77\xd4\x0c\x4f\xd0\x0c\x4f\xdd\x0c\x10\x90\x14\x90\x73\x97\x7c\x91\x7c\xd4\x0c\x24\xd0\x0c\x24\xf0\x0a\x03\x09\x56\x01\xdd\x12\x15\x97\x2b\x91\x2b\x98\x68\xd4\x12\x27\x88\x43\xf5\x06\x00\x09\x24\xd7\x08\x23\xd1\x08\x23\xd0\x24\x44\xc0\x68\xd0\x50\x57\xd4\x08\x58\xd0\x08\x58\xd8\x0f\x12\x88\x0a\xf8\xf0\x13\x02\x09\x12\xdd\x10\x13\x97\x0b\x91\x0b\x98\x48\xd0\x10\x25\xd8\x0c\x11\xf8\xf8\xf8\xf8\xf5\x08\x00\x10\x18\xf0\x00\x01\x09\x56\x01\xf0\x00\x01\x09\x56\x01\xf0\x00\x01\x09\x56\x01\xdd\x12\x1d\xd0\x1e\x54\xa8\x78\xd0\x1e\x54\xd0\x1e\x54\xd0\x1e\x54\xd4\x12\x55\xd0\x0c\x55\xf0\x03\x01\x09\x56\x01\xf8\xf8\xf8",
   47670             : };
   47671             : static
   47672             :     struct {
   47673             :         PyObject_VAR_HEAD
   47674             :         Py_hash_t ob_shash;
   47675             :         char ob_sval[26];
   47676             :     }
   47677             : zipimport_toplevel_consts_11_consts_10_exceptiontable = {
   47678             :     .ob_base = {
   47679             :         .ob_base = {
   47680             :             .ob_refcnt = 999999999,
   47681             :             .ob_type = &PyBytes_Type,
   47682             :         },
   47683             :         .ob_size = 25,
   47684             :     },
   47685             :     .ob_shash = -1,
   47686             :     .ob_sval = "\xc2\x11\x42\x0f\x45\x13\x00\xc4\x21\x17\x45\x2b\x00\xc5\x13\x15\x45\x28\x03\xc5\x2b\x1c\x46\x07\x03",
   47687             : };
   47688             : static
   47689             :     struct {
   47690             :         PyASCIIObject _ascii;
   47691             :         uint8_t _data[4];
   47692             :     }
   47693             : const_str_mod = {
   47694             :     ._ascii = {
   47695             :         .ob_base = {
   47696             :             .ob_refcnt = 999999999,
   47697             :             .ob_type = &PyUnicode_Type,
   47698             :         },
   47699             :         .length = 3,
   47700             :         .hash = -1,
   47701             :         .state = {
   47702             :             .kind = 1,
   47703             :             .compact = 1,
   47704             :             .ascii = 1,
   47705             :         },
   47706             :     },
   47707             :     ._data = "mod",
   47708             : };
   47709             : static
   47710             :     struct {
   47711             :         PyGC_Head _gc_head;
   47712             :         struct {
   47713             :             PyObject_VAR_HEAD
   47714             :             PyObject *ob_item[9];
   47715             :         }_object;
   47716             :     }
   47717             : zipimport_toplevel_consts_11_consts_10_localsplusnames = {
   47718             :     ._object = {
   47719             :         .ob_base = {
   47720             :             .ob_base = {
   47721             :                 .ob_refcnt = 999999999,
   47722             :                 .ob_type = &PyTuple_Type,
   47723             :             },
   47724             :             .ob_size = 9,
   47725             :         },
   47726             :         .ob_item = {
   47727             :             & const_str_self._ascii.ob_base,
   47728             :             & const_str_fullname._ascii.ob_base,
   47729             :             &_Py_ID(msg),
   47730             :             &_Py_ID(code),
   47731             :             & const_str_ispackage._ascii.ob_base,
   47732             :             & const_str_modpath._ascii.ob_base,
   47733             :             & const_str_mod._ascii.ob_base,
   47734             :             &_Py_ID(path),
   47735             :             & const_str_fullpath._ascii.ob_base,
   47736             :         },
   47737             :     },
   47738             : };
   47739             : static
   47740             :     struct _PyCode_DEF(788)
   47741             : zipimport_toplevel_consts_11_consts_10 = {
   47742             :     .ob_base = {
   47743             :         .ob_base = {
   47744             :             .ob_refcnt = 999999999,
   47745             :             .ob_type = &PyCode_Type,
   47746             :         },
   47747             :         .ob_size = 394,
   47748             :     },
   47749             :     .co_consts = & zipimport_toplevel_consts_11_consts_10_consts._object.ob_base.ob_base,
   47750             :     .co_names = & zipimport_toplevel_consts_11_consts_10_names._object.ob_base.ob_base,
   47751             :     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_10_exceptiontable.ob_base.ob_base,
   47752             :     .co_flags = 3,
   47753             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   47754             :     ._co_linearray_entry_size = 0,
   47755             :     .co_argcount = 2,
   47756             :     .co_posonlyargcount = 0,
   47757             :     .co_kwonlyargcount = 0,
   47758             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   47759             :     .co_stacksize = 6,
   47760             :     .co_firstlineno = 214,
   47761             :     .co_nlocalsplus = 9,
   47762             :     .co_nlocals = 9,
   47763             :     .co_nplaincellvars = 0,
   47764             :     .co_ncellvars = 0,
   47765             :     .co_nfreevars = 0,
   47766             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_10_localsplusnames._object.ob_base.ob_base,
   47767             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
   47768             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   47769             :     .co_name = & const_str_load_module._ascii.ob_base,
   47770             :     .co_qualname = & zipimport_toplevel_consts_11_consts_10_qualname._ascii.ob_base,
   47771             :     .co_linetable = & zipimport_toplevel_consts_11_consts_10_linetable.ob_base.ob_base,
   47772             :     ._co_code = NULL,
   47773             :     ._co_linearray = NULL,
   47774             :     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x03\x7d\x04\x7d\x05\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x81\x13\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x21\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x7c\x00\x7c\x06\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x04\x72\x38\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x67\x01\x7c\x06\x5f\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0c\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x5f\x10\x00\x00\x00\x00\x00\x00\x00\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x06\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x7c\x01\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x53\x00\x23\x00\x01\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x82\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x12\x01\x00\x74\x2b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x01\x9b\x02\x64\x05\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01",
   47775             :     ._co_firsttraceable = 0,
   47776             : };
   47777             : static
   47778             :     struct {
   47779             :         PyASCIIObject _ascii;
   47780             :         uint8_t _data[205];
   47781             :     }
   47782             : zipimport_toplevel_consts_11_consts_11_consts_0 = {
   47783             :     ._ascii = {
   47784             :         .ob_base = {
   47785             :             .ob_refcnt = 999999999,
   47786             :             .ob_type = &PyUnicode_Type,
   47787             :         },
   47788             :         .length = 204,
   47789             :         .hash = -1,
   47790             :         .state = {
   47791             :             .kind = 1,
   47792             :             .compact = 1,
   47793             :             .ascii = 1,
   47794             :         },
   47795             :     },
   47796             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x52\x65\x73\x6f\x75\x72\x63\x65\x52\x65\x61\x64\x65\x72\x20\x66\x6f\x72\x20\x61\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x69\x6e\x20\x61\x20\x7a\x69\x70\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x27\x66\x75\x6c\x6c\x6e\x61\x6d\x65\x27\x20\x69\x73\x20\x61\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x77\x69\x74\x68\x69\x6e\x20\x74\x68\x65\x20\x7a\x69\x70\x20\x66\x69\x6c\x65\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x27\x52\x65\x73\x6f\x75\x72\x63\x65\x52\x65\x61\x64\x65\x72\x27\x20\x6f\x62\x6a\x65\x63\x74\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x70\x61\x63\x6b\x61\x67\x65\x2e\x20\x20\x4f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x4e\x6f\x6e\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   47797             : };
   47798             : static
   47799             :     struct {
   47800             :         PyASCIIObject _ascii;
   47801             :         uint8_t _data[10];
   47802             :     }
   47803             : const_str_ZipReader = {
   47804             :     ._ascii = {
   47805             :         .ob_base = {
   47806             :             .ob_refcnt = 999999999,
   47807             :             .ob_type = &PyUnicode_Type,
   47808             :         },
   47809             :         .length = 9,
   47810             :         .hash = -1,
   47811             :         .state = {
   47812             :             .kind = 1,
   47813             :             .compact = 1,
   47814             :             .ascii = 1,
   47815             :         },
   47816             :     },
   47817             :     ._data = "ZipReader",
   47818             : };
   47819             : static
   47820             :     struct {
   47821             :         PyGC_Head _gc_head;
   47822             :         struct {
   47823             :             PyObject_VAR_HEAD
   47824             :             PyObject *ob_item[1];
   47825             :         }_object;
   47826             :     }
   47827             : zipimport_toplevel_consts_11_consts_11_consts_3 = {
   47828             :     ._object = {
   47829             :         .ob_base = {
   47830             :             .ob_base = {
   47831             :                 .ob_refcnt = 999999999,
   47832             :                 .ob_type = &PyTuple_Type,
   47833             :             },
   47834             :             .ob_size = 1,
   47835             :         },
   47836             :         .ob_item = {
   47837             :             & const_str_ZipReader._ascii.ob_base,
   47838             :         },
   47839             :     },
   47840             : };
   47841             : static
   47842             :     struct {
   47843             :         PyGC_Head _gc_head;
   47844             :         struct {
   47845             :             PyObject_VAR_HEAD
   47846             :             PyObject *ob_item[4];
   47847             :         }_object;
   47848             :     }
   47849             : zipimport_toplevel_consts_11_consts_11_consts = {
   47850             :     ._object = {
   47851             :         .ob_base = {
   47852             :             .ob_base = {
   47853             :                 .ob_refcnt = 999999999,
   47854             :                 .ob_type = &PyTuple_Type,
   47855             :             },
   47856             :             .ob_size = 4,
   47857             :         },
   47858             :         .ob_item = {
   47859             :             & zipimport_toplevel_consts_11_consts_11_consts_0._ascii.ob_base,
   47860             :             Py_None,
   47861             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   47862             :             & zipimport_toplevel_consts_11_consts_11_consts_3._object.ob_base.ob_base,
   47863             :         },
   47864             :     },
   47865             : };
   47866             : static
   47867             :     struct {
   47868             :         PyGC_Head _gc_head;
   47869             :         struct {
   47870             :             PyObject_VAR_HEAD
   47871             :             PyObject *ob_item[4];
   47872             :         }_object;
   47873             :     }
   47874             : zipimport_toplevel_consts_11_consts_11_names = {
   47875             :     ._object = {
   47876             :         .ob_base = {
   47877             :             .ob_base = {
   47878             :                 .ob_refcnt = 999999999,
   47879             :                 .ob_type = &PyTuple_Type,
   47880             :             },
   47881             :             .ob_size = 4,
   47882             :         },
   47883             :         .ob_item = {
   47884             :             & const_str_is_package._ascii.ob_base,
   47885             :             & const_str_ZipImportError._ascii.ob_base,
   47886             :             & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
   47887             :             & const_str_ZipReader._ascii.ob_base,
   47888             :         },
   47889             :     },
   47890             : };
   47891             : static
   47892             :     struct {
   47893             :         PyASCIIObject _ascii;
   47894             :         uint8_t _data[32];
   47895             :     }
   47896             : zipimport_toplevel_consts_11_consts_11_qualname = {
   47897             :     ._ascii = {
   47898             :         .ob_base = {
   47899             :             .ob_refcnt = 999999999,
   47900             :             .ob_type = &PyUnicode_Type,
   47901             :         },
   47902             :         .length = 31,
   47903             :         .hash = -1,
   47904             :         .state = {
   47905             :             .kind = 1,
   47906             :             .compact = 1,
   47907             :             .ascii = 1,
   47908             :         },
   47909             :     },
   47910             :     ._data = "zipimporter.get_resource_reader",
   47911             : };
   47912             : static
   47913             :     struct {
   47914             :         PyObject_VAR_HEAD
   47915             :         Py_hash_t ob_shash;
   47916             :         char ob_sval[106];
   47917             :     }
   47918             : zipimport_toplevel_consts_11_consts_11_linetable = {
   47919             :     .ob_base = {
   47920             :         .ob_base = {
   47921             :             .ob_refcnt = 999999999,
   47922             :             .ob_type = &PyBytes_Type,
   47923             :         },
   47924             :         .ob_size = 105,
   47925             :     },
   47926             :     .ob_shash = -1,
   47927             :     .ob_sval = "\x80\x00\xf0\x0c\x04\x09\x18\xd8\x13\x17\x97\x3f\x91\x3f\xa0\x38\xd4\x13\x2c\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\xf0\x03\x01\x0d\x1c\xf0\x08\x00\x09\x30\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd8\x0f\x18\x88\x79\x98\x14\x98\x78\xd4\x0f\x28\xd0\x08\x28\xf8\xf5\x07\x00\x10\x1e\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\x90\x34\xf0\x03\x01\x09\x18\xf8\xf8\xf8",
   47928             : };
   47929             : static
   47930             :     struct {
   47931             :         PyObject_VAR_HEAD
   47932             :         Py_hash_t ob_shash;
   47933             :         char ob_sval[13];
   47934             :     }
   47935             : zipimport_toplevel_consts_11_consts_11_exceptiontable = {
   47936             :     .ob_base = {
   47937             :         .ob_base = {
   47938             :             .ob_refcnt = 999999999,
   47939             :             .ob_type = &PyBytes_Type,
   47940             :         },
   47941             :         .ob_size = 12,
   47942             :     },
   47943             :     .ob_shash = -1,
   47944             :     .ob_sval = "\x82\x12\x27\x00\xa7\x0a\x35\x03\xb4\x01\x35\x03",
   47945             : };
   47946             : static
   47947             :     struct {
   47948             :         PyGC_Head _gc_head;
   47949             :         struct {
   47950             :             PyObject_VAR_HEAD
   47951             :             PyObject *ob_item[3];
   47952             :         }_object;
   47953             :     }
   47954             : zipimport_toplevel_consts_11_consts_11_localsplusnames = {
   47955             :     ._object = {
   47956             :         .ob_base = {
   47957             :             .ob_base = {
   47958             :                 .ob_refcnt = 999999999,
   47959             :                 .ob_type = &PyTuple_Type,
   47960             :             },
   47961             :             .ob_size = 3,
   47962             :         },
   47963             :         .ob_item = {
   47964             :             & const_str_self._ascii.ob_base,
   47965             :             & const_str_fullname._ascii.ob_base,
   47966             :             & const_str_ZipReader._ascii.ob_base,
   47967             :         },
   47968             :     },
   47969             : };
   47970             : static
   47971             :     struct _PyCode_DEF(112)
   47972             : zipimport_toplevel_consts_11_consts_11 = {
   47973             :     .ob_base = {
   47974             :         .ob_base = {
   47975             :             .ob_refcnt = 999999999,
   47976             :             .ob_type = &PyCode_Type,
   47977             :         },
   47978             :         .ob_size = 56,
   47979             :     },
   47980             :     .co_consts = & zipimport_toplevel_consts_11_consts_11_consts._object.ob_base.ob_base,
   47981             :     .co_names = & zipimport_toplevel_consts_11_consts_11_names._object.ob_base.ob_base,
   47982             :     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_11_exceptiontable.ob_base.ob_base,
   47983             :     .co_flags = 3,
   47984             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   47985             :     ._co_linearray_entry_size = 0,
   47986             :     .co_argcount = 2,
   47987             :     .co_posonlyargcount = 0,
   47988             :     .co_kwonlyargcount = 0,
   47989             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   47990             :     .co_stacksize = 4,
   47991             :     .co_firstlineno = 257,
   47992             :     .co_nlocalsplus = 3,
   47993             :     .co_nlocals = 3,
   47994             :     .co_nplaincellvars = 0,
   47995             :     .co_ncellvars = 0,
   47996             :     .co_nfreevars = 0,
   47997             :     .co_localsplusnames = & zipimport_toplevel_consts_11_consts_11_localsplusnames._object.ob_base.ob_base,
   47998             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   47999             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   48000             :     .co_name = & const_str_get_resource_reader._ascii.ob_base,
   48001             :     .co_qualname = & zipimport_toplevel_consts_11_consts_11_qualname._ascii.ob_base,
   48002             :     .co_linetable = & zipimport_toplevel_consts_11_consts_11_linetable.ob_base.ob_base,
   48003             :     ._co_code = NULL,
   48004             :     ._co_linearray = NULL,
   48005             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x01\x53\x00\x09\x00\x64\x02\x64\x03\x6c\x02\x6d\x03\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   48006             :     ._co_firsttraceable = 0,
   48007             : };
   48008             : static
   48009             :     struct {
   48010             :         PyASCIIObject _ascii;
   48011             :         uint8_t _data[42];
   48012             :     }
   48013             : zipimport_toplevel_consts_11_consts_12_consts_0 = {
   48014             :     ._ascii = {
   48015             :         .ob_base = {
   48016             :             .ob_refcnt = 999999999,
   48017             :             .ob_type = &PyUnicode_Type,
   48018             :         },
   48019             :         .length = 41,
   48020             :         .hash = -1,
   48021             :         .state = {
   48022             :             .kind = 1,
   48023             :             .compact = 1,
   48024             :             .ascii = 1,
   48025             :         },
   48026             :     },
   48027             :     ._data = "Reload the file data of the archive path.",
   48028             : };
   48029             : static
   48030             :     struct {
   48031             :         PyGC_Head _gc_head;
   48032             :         struct {
   48033             :             PyObject_VAR_HEAD
   48034             :             PyObject *ob_item[2];
   48035             :         }_object;
   48036             :     }
   48037             : zipimport_toplevel_consts_11_consts_12_consts = {
   48038             :     ._object = {
   48039             :         .ob_base = {
   48040             :             .ob_base = {
   48041             :                 .ob_refcnt = 999999999,
   48042             :                 .ob_type = &PyTuple_Type,
   48043             :             },
   48044             :             .ob_size = 2,
   48045             :         },
   48046             :         .ob_item = {
   48047             :             & zipimport_toplevel_consts_11_consts_12_consts_0._ascii.ob_base,
   48048             :             Py_None,
   48049             :         },
   48050             :     },
   48051             : };
   48052             : static
   48053             :     struct {
   48054             :         PyGC_Head _gc_head;
   48055             :         struct {
   48056             :             PyObject_VAR_HEAD
   48057             :             PyObject *ob_item[6];
   48058             :         }_object;
   48059             :     }
   48060             : zipimport_toplevel_consts_11_consts_12_names = {
   48061             :     ._object = {
   48062             :         .ob_base = {
   48063             :             .ob_base = {
   48064             :                 .ob_refcnt = 999999999,
   48065             :                 .ob_type = &PyTuple_Type,
   48066             :             },
   48067             :             .ob_size = 6,
   48068             :         },
   48069             :         .ob_item = {
   48070             :             & const_str__read_directory._ascii.ob_base,
   48071             :             & const_str_archive._ascii.ob_base,
   48072             :             & const_str__files._ascii.ob_base,
   48073             :             & const_str__zip_directory_cache._ascii.ob_base,
   48074             :             & const_str_ZipImportError._ascii.ob_base,
   48075             :             & const_str_pop._ascii.ob_base,
   48076             :         },
   48077             :     },
   48078             : };
   48079             : static
   48080             :     struct {
   48081             :         PyASCIIObject _ascii;
   48082             :         uint8_t _data[30];
   48083             :     }
   48084             : zipimport_toplevel_consts_11_consts_12_qualname = {
   48085             :     ._ascii = {
   48086             :         .ob_base = {
   48087             :             .ob_refcnt = 999999999,
   48088             :             .ob_type = &PyUnicode_Type,
   48089             :         },
   48090             :         .length = 29,
   48091             :         .hash = -1,
   48092             :         .state = {
   48093             :             .kind = 1,
   48094             :             .compact = 1,
   48095             :             .ascii = 1,
   48096             :         },
   48097             :     },
   48098             :     ._data = "zipimporter.invalidate_caches",
   48099             : };
   48100             : static
   48101             :     struct {
   48102             :         PyObject_VAR_HEAD
   48103             :         Py_hash_t ob_shash;
   48104             :         char ob_sval[112];
   48105             :     }
   48106             : zipimport_toplevel_consts_11_consts_12_linetable = {
   48107             :     .ob_base = {
   48108             :         .ob_base = {
   48109             :             .ob_refcnt = 999999999,
   48110             :             .ob_type = &PyBytes_Type,
   48111             :         },
   48112             :         .ob_size = 111,
   48113             :     },
   48114             :     .ob_shash = -1,
   48115             :     .ob_sval = "\x80\x00\xf0\x04\x05\x09\x1d\xdd\x1a\x29\xa8\x24\xaf\x2c\xa9\x2c\xd4\x1a\x37\x88\x44\x8c\x4b\xd8\x31\x35\xb7\x1b\xb1\x1b\xd5\x0c\x20\xa0\x14\xa7\x1c\xa1\x1c\xd1\x0c\x2e\xd0\x0c\x2e\xd0\x0c\x2e\xf8\xdd\x0f\x1d\xf0\x00\x02\x09\x1d\xf0\x00\x02\x09\x1d\xf0\x00\x02\x09\x1d\xdd\x0c\x20\xd7\x0c\x24\xd1\x0c\x24\xa0\x54\xa7\x5c\xa1\x5c\xb0\x34\xd4\x0c\x38\xd0\x0c\x38\xd8\x1a\x1c\x88\x44\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xf0\x05\x02\x09\x1d\xf8\xf8\xf8",
   48116             : };
   48117             : static
   48118             :     struct {
   48119             :         PyObject_VAR_HEAD
   48120             :         Py_hash_t ob_shash;
   48121             :         char ob_sval[16];
   48122             :     }
   48123             : zipimport_toplevel_consts_11_consts_12_exceptiontable = {
   48124             :     .ob_base = {
   48125             :         .ob_base = {
   48126             :             .ob_refcnt = 999999999,
   48127             :             .ob_type = &PyBytes_Type,
   48128             :         },
   48129             :         .ob_size = 15,
   48130             :     },
   48131             :     .ob_shash = -1,
   48132             :     .ob_sval = "\x82\x3a\x3e\x00\xbe\x33\x41\x35\x03\xc1\x34\x01\x41\x35\x03",
   48133             : };
   48134             : static
   48135             :     struct _PyCode_DEF(240)
   48136             : zipimport_toplevel_consts_11_consts_12 = {
   48137             :     .ob_base = {
   48138             :         .ob_base = {
   48139             :             .ob_refcnt = 999999999,
   48140             :             .ob_type = &PyCode_Type,
   48141             :         },
   48142             :         .ob_size = 120,
   48143             :     },
   48144             :     .co_consts = & zipimport_toplevel_consts_11_consts_12_consts._object.ob_base.ob_base,
   48145             :     .co_names = & zipimport_toplevel_consts_11_consts_12_names._object.ob_base.ob_base,
   48146             :     .co_exceptiontable = & zipimport_toplevel_consts_11_consts_12_exceptiontable.ob_base.ob_base,
   48147             :     .co_flags = 3,
   48148             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   48149             :     ._co_linearray_entry_size = 0,
   48150             :     .co_argcount = 1,
   48151             :     .co_posonlyargcount = 0,
   48152             :     .co_kwonlyargcount = 0,
   48153             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   48154             :     .co_stacksize = 5,
   48155             :     .co_firstlineno = 272,
   48156             :     .co_nlocalsplus = 1,
   48157             :     .co_nlocals = 1,
   48158             :     .co_nplaincellvars = 0,
   48159             :     .co_ncellvars = 0,
   48160             :     .co_nfreevars = 0,
   48161             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   48162             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   48163             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   48164             :     .co_name = & const_str_invalidate_caches._ascii.ob_base,
   48165             :     .co_qualname = & zipimport_toplevel_consts_11_consts_12_qualname._ascii.ob_base,
   48166             :     .co_linetable = & zipimport_toplevel_consts_11_consts_12_linetable.ob_base.ob_base,
   48167             :     ._co_code = NULL,
   48168             :     ._co_linearray = NULL,
   48169             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x64\x01\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2d\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x69\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   48170             :     ._co_firsttraceable = 0,
   48171             : };
   48172             : static
   48173             :     struct {
   48174             :         PyASCIIObject _ascii;
   48175             :         uint8_t _data[22];
   48176             :     }
   48177             : zipimport_toplevel_consts_11_consts_13_consts_1 = {
   48178             :     ._ascii = {
   48179             :         .ob_base = {
   48180             :             .ob_refcnt = 999999999,
   48181             :             .ob_type = &PyUnicode_Type,
   48182             :         },
   48183             :         .length = 21,
   48184             :         .hash = -1,
   48185             :         .state = {
   48186             :             .kind = 1,
   48187             :             .compact = 1,
   48188             :             .ascii = 1,
   48189             :         },
   48190             :     },
   48191             :     ._data = "<zipimporter object \"",
   48192             : };
   48193             : static
   48194             :     struct {
   48195             :         PyASCIIObject _ascii;
   48196             :         uint8_t _data[3];
   48197             :     }
   48198             : zipimport_toplevel_consts_11_consts_13_consts_2 = {
   48199             :     ._ascii = {
   48200             :         .ob_base = {
   48201             :             .ob_refcnt = 999999999,
   48202             :             .ob_type = &PyUnicode_Type,
   48203             :         },
   48204             :         .length = 2,
   48205             :         .hash = -1,
   48206             :         .state = {
   48207             :             .kind = 1,
   48208             :             .compact = 1,
   48209             :             .ascii = 1,
   48210             :         },
   48211             :     },
   48212             :     ._data = "\">",
   48213             : };
   48214             : static
   48215             :     struct {
   48216             :         PyGC_Head _gc_head;
   48217             :         struct {
   48218             :             PyObject_VAR_HEAD
   48219             :             PyObject *ob_item[3];
   48220             :         }_object;
   48221             :     }
   48222             : zipimport_toplevel_consts_11_consts_13_consts = {
   48223             :     ._object = {
   48224             :         .ob_base = {
   48225             :             .ob_base = {
   48226             :                 .ob_refcnt = 999999999,
   48227             :                 .ob_type = &PyTuple_Type,
   48228             :             },
   48229             :             .ob_size = 3,
   48230             :         },
   48231             :         .ob_item = {
   48232             :             Py_None,
   48233             :             & zipimport_toplevel_consts_11_consts_13_consts_1._ascii.ob_base,
   48234             :             & zipimport_toplevel_consts_11_consts_13_consts_2._ascii.ob_base,
   48235             :         },
   48236             :     },
   48237             : };
   48238             : static
   48239             :     struct {
   48240             :         PyGC_Head _gc_head;
   48241             :         struct {
   48242             :             PyObject_VAR_HEAD
   48243             :             PyObject *ob_item[3];
   48244             :         }_object;
   48245             :     }
   48246             : zipimport_toplevel_consts_11_consts_13_names = {
   48247             :     ._object = {
   48248             :         .ob_base = {
   48249             :             .ob_base = {
   48250             :                 .ob_refcnt = 999999999,
   48251             :                 .ob_type = &PyTuple_Type,
   48252             :             },
   48253             :             .ob_size = 3,
   48254             :         },
   48255             :         .ob_item = {
   48256             :             & const_str_archive._ascii.ob_base,
   48257             :             & const_str_path_sep._ascii.ob_base,
   48258             :             & const_str_prefix._ascii.ob_base,
   48259             :         },
   48260             :     },
   48261             : };
   48262             : static
   48263             :     struct {
   48264             :         PyASCIIObject _ascii;
   48265             :         uint8_t _data[21];
   48266             :     }
   48267             : zipimport_toplevel_consts_11_consts_13_qualname = {
   48268             :     ._ascii = {
   48269             :         .ob_base = {
   48270             :             .ob_refcnt = 999999999,
   48271             :             .ob_type = &PyUnicode_Type,
   48272             :         },
   48273             :         .length = 20,
   48274             :         .hash = -1,
   48275             :         .state = {
   48276             :             .kind = 1,
   48277             :             .compact = 1,
   48278             :             .ascii = 1,
   48279             :         },
   48280             :     },
   48281             :     ._data = "zipimporter.__repr__",
   48282             : };
   48283             : static
   48284             :     struct {
   48285             :         PyObject_VAR_HEAD
   48286             :         Py_hash_t ob_shash;
   48287             :         char ob_sval[38];
   48288             :     }
   48289             : zipimport_toplevel_consts_11_consts_13_linetable = {
   48290             :     .ob_base = {
   48291             :         .ob_base = {
   48292             :             .ob_refcnt = 999999999,
   48293             :             .ob_type = &PyBytes_Type,
   48294             :         },
   48295             :         .ob_size = 37,
   48296             :     },
   48297             :     .ob_shash = -1,
   48298             :     .ob_sval = "\x80\x00\xd8\x0f\x4e\xa0\x74\xa7\x7c\xa1\x7c\xd0\x0f\x4e\xb5\x58\xd0\x0f\x4e\xb8\x74\xbf\x7b\xb9\x7b\xd0\x0f\x4e\xd0\x0f\x4e\xd0\x0f\x4e\xd0\x08\x4e",
   48299             : };
   48300             : static
   48301             :     struct _PyCode_DEF(72)
   48302             : zipimport_toplevel_consts_11_consts_13 = {
   48303             :     .ob_base = {
   48304             :         .ob_base = {
   48305             :             .ob_refcnt = 999999999,
   48306             :             .ob_type = &PyCode_Type,
   48307             :         },
   48308             :         .ob_size = 36,
   48309             :     },
   48310             :     .co_consts = & zipimport_toplevel_consts_11_consts_13_consts._object.ob_base.ob_base,
   48311             :     .co_names = & zipimport_toplevel_consts_11_consts_13_names._object.ob_base.ob_base,
   48312             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   48313             :     .co_flags = 3,
   48314             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   48315             :     ._co_linearray_entry_size = 0,
   48316             :     .co_argcount = 1,
   48317             :     .co_posonlyargcount = 0,
   48318             :     .co_kwonlyargcount = 0,
   48319             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   48320             :     .co_stacksize = 5,
   48321             :     .co_firstlineno = 282,
   48322             :     .co_nlocalsplus = 1,
   48323             :     .co_nlocals = 1,
   48324             :     .co_nplaincellvars = 0,
   48325             :     .co_ncellvars = 0,
   48326             :     .co_nfreevars = 0,
   48327             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   48328             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   48329             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   48330             :     .co_name = &_Py_ID(__repr__),
   48331             :     .co_qualname = & zipimport_toplevel_consts_11_consts_13_qualname._ascii.ob_base,
   48332             :     .co_linetable = & zipimport_toplevel_consts_11_consts_13_linetable.ob_base.ob_base,
   48333             :     ._co_code = NULL,
   48334             :     ._co_linearray = NULL,
   48335             :     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x9d\x05\x53\x00",
   48336             :     ._co_firsttraceable = 0,
   48337             : };
   48338             : static
   48339             :     struct {
   48340             :         PyGC_Head _gc_head;
   48341             :         struct {
   48342             :             PyObject_VAR_HEAD
   48343             :             PyObject *ob_item[15];
   48344             :         }_object;
   48345             :     }
   48346             : zipimport_toplevel_consts_11_consts = {
   48347             :     ._object = {
   48348             :         .ob_base = {
   48349             :             .ob_base = {
   48350             :                 .ob_refcnt = 999999999,
   48351             :                 .ob_type = &PyTuple_Type,
   48352             :             },
   48353             :             .ob_size = 15,
   48354             :         },
   48355             :         .ob_item = {
   48356             :             & const_str_zipimporter._ascii.ob_base,
   48357             :             & zipimport_toplevel_consts_11_consts_1._ascii.ob_base,
   48358             :             & zipimport_toplevel_consts_11_consts_2.ob_base.ob_base,
   48359             :             Py_None,
   48360             :             & zipimport_toplevel_consts_11_consts_4.ob_base.ob_base,
   48361             :             & zipimport_toplevel_consts_11_consts_5.ob_base.ob_base,
   48362             :             & zipimport_toplevel_consts_11_consts_6.ob_base.ob_base,
   48363             :             & zipimport_toplevel_consts_11_consts_7.ob_base.ob_base,
   48364             :             & zipimport_toplevel_consts_11_consts_8.ob_base.ob_base,
   48365             :             & zipimport_toplevel_consts_11_consts_9.ob_base.ob_base,
   48366             :             & zipimport_toplevel_consts_11_consts_10.ob_base.ob_base,
   48367             :             & zipimport_toplevel_consts_11_consts_11.ob_base.ob_base,
   48368             :             & zipimport_toplevel_consts_11_consts_12.ob_base.ob_base,
   48369             :             & zipimport_toplevel_consts_11_consts_13.ob_base.ob_base,
   48370             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   48371             :         },
   48372             :     },
   48373             : };
   48374             : static
   48375             :     struct {
   48376             :         PyGC_Head _gc_head;
   48377             :         struct {
   48378             :             PyObject_VAR_HEAD
   48379             :             PyObject *ob_item[15];
   48380             :         }_object;
   48381             :     }
   48382             : zipimport_toplevel_consts_11_names = {
   48383             :     ._object = {
   48384             :         .ob_base = {
   48385             :             .ob_base = {
   48386             :                 .ob_refcnt = 999999999,
   48387             :                 .ob_type = &PyTuple_Type,
   48388             :             },
   48389             :             .ob_size = 15,
   48390             :         },
   48391             :         .ob_item = {
   48392             :             &_Py_ID(__name__),
   48393             :             &_Py_ID(__module__),
   48394             :             &_Py_ID(__qualname__),
   48395             :             &_Py_ID(__doc__),
   48396             :             &_Py_ID(__init__),
   48397             :             & const_str_find_spec._ascii.ob_base,
   48398             :             & const_str_get_code._ascii.ob_base,
   48399             :             & const_str_get_data._ascii.ob_base,
   48400             :             & const_str_get_filename._ascii.ob_base,
   48401             :             &_Py_ID(get_source),
   48402             :             & const_str_is_package._ascii.ob_base,
   48403             :             & const_str_load_module._ascii.ob_base,
   48404             :             & const_str_get_resource_reader._ascii.ob_base,
   48405             :             & const_str_invalidate_caches._ascii.ob_base,
   48406             :             &_Py_ID(__repr__),
   48407             :         },
   48408             :     },
   48409             : };
   48410             : static
   48411             :     struct {
   48412             :         PyObject_VAR_HEAD
   48413             :         Py_hash_t ob_shash;
   48414             :         char ob_sval[208];
   48415             :     }
   48416             : zipimport_toplevel_consts_11_linetable = {
   48417             :     .ob_base = {
   48418             :         .ob_base = {
   48419             :             .ob_refcnt = 999999999,
   48420             :             .ob_type = &PyBytes_Type,
   48421             :         },
   48422             :         .ob_size = 207,
   48423             :     },
   48424             :     .ob_shash = -1,
   48425             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x0c\x05\x08\xf0\x00\x0c\x05\x08\xf0\x22\x26\x05\x24\xf0\x00\x26\x05\x24\xf0\x00\x26\x05\x24\xf0\x52\x01\x00\x2a\x2e\xf0\x00\x19\x05\x1c\xf0\x00\x19\x05\x1c\xf0\x00\x19\x05\x1c\xf0\x36\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x14\x11\x05\x32\xf0\x00\x11\x05\x32\xf0\x00\x11\x05\x32\xf0\x2a\x09\x05\x17\xf0\x00\x09\x05\x17\xf0\x00\x09\x05\x17\xf0\x18\x16\x05\x3b\xf0\x00\x16\x05\x3b\xf0\x00\x16\x05\x3b\xf0\x34\x09\x05\x12\xf0\x00\x09\x05\x12\xf0\x00\x09\x05\x12\xf0\x1a\x28\x05\x13\xf0\x00\x28\x05\x13\xf0\x00\x28\x05\x13\xf0\x56\x01\x0c\x05\x29\xf0\x00\x0c\x05\x29\xf0\x00\x0c\x05\x29\xf0\x1e\x07\x05\x1d\xf0\x00\x07\x05\x1d\xf0\x00\x07\x05\x1d\xf0\x14\x01\x05\x4f\x01\xf0\x00\x01\x05\x4f\x01\xf0\x00\x01\x05\x4f\x01\xf0\x00\x01\x05\x4f\x01\xf0\x00\x01\x05\x4f\x01",
   48426             : };
   48427             : static
   48428             :     struct _PyCode_DEF(86)
   48429             : zipimport_toplevel_consts_11 = {
   48430             :     .ob_base = {
   48431             :         .ob_base = {
   48432             :             .ob_refcnt = 999999999,
   48433             :             .ob_type = &PyCode_Type,
   48434             :         },
   48435             :         .ob_size = 43,
   48436             :     },
   48437             :     .co_consts = & zipimport_toplevel_consts_11_consts._object.ob_base.ob_base,
   48438             :     .co_names = & zipimport_toplevel_consts_11_names._object.ob_base.ob_base,
   48439             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   48440             :     .co_flags = 0,
   48441             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   48442             :     ._co_linearray_entry_size = 0,
   48443             :     .co_argcount = 0,
   48444             :     .co_posonlyargcount = 0,
   48445             :     .co_kwonlyargcount = 0,
   48446             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   48447             :     .co_stacksize = 2,
   48448             :     .co_firstlineno = 46,
   48449             :     .co_nlocalsplus = 0,
   48450             :     .co_nlocals = 0,
   48451             :     .co_nplaincellvars = 0,
   48452             :     .co_ncellvars = 0,
   48453             :     .co_nfreevars = 0,
   48454             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   48455             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   48456             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   48457             :     .co_name = & const_str_zipimporter._ascii.ob_base,
   48458             :     .co_qualname = & const_str_zipimporter._ascii.ob_base,
   48459             :     .co_linetable = & zipimport_toplevel_consts_11_linetable.ob_base.ob_base,
   48460             :     ._co_code = NULL,
   48461             :     ._co_linearray = NULL,
   48462             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x0e\x64\x04\x84\x01\x5a\x05\x64\x05\x84\x00\x5a\x06\x64\x06\x84\x00\x5a\x07\x64\x07\x84\x00\x5a\x08\x64\x08\x84\x00\x5a\x09\x64\x09\x84\x00\x5a\x0a\x64\x0a\x84\x00\x5a\x0b\x64\x0b\x84\x00\x5a\x0c\x64\x0c\x84\x00\x5a\x0d\x64\x0d\x84\x00\x5a\x0e\x64\x03\x53\x00",
   48463             :     ._co_firsttraceable = 0,
   48464             : };
   48465             : static
   48466             :     struct {
   48467             :         PyASCIIObject _ascii;
   48468             :         uint8_t _data[13];
   48469             :     }
   48470             : zipimport_toplevel_consts_12 = {
   48471             :     ._ascii = {
   48472             :         .ob_base = {
   48473             :             .ob_refcnt = 999999999,
   48474             :             .ob_type = &PyUnicode_Type,
   48475             :         },
   48476             :         .length = 12,
   48477             :         .hash = -1,
   48478             :         .state = {
   48479             :             .kind = 1,
   48480             :             .compact = 1,
   48481             :             .ascii = 1,
   48482             :         },
   48483             :     },
   48484             :     ._data = "__init__.pyc",
   48485             : };
   48486             : static
   48487             :     struct {
   48488             :         PyGC_Head _gc_head;
   48489             :         struct {
   48490             :             PyObject_VAR_HEAD
   48491             :             PyObject *ob_item[3];
   48492             :         }_object;
   48493             :     }
   48494             : zipimport_toplevel_consts_16 = {
   48495             :     ._object = {
   48496             :         .ob_base = {
   48497             :             .ob_base = {
   48498             :                 .ob_refcnt = 999999999,
   48499             :                 .ob_type = &PyTuple_Type,
   48500             :             },
   48501             :             .ob_size = 3,
   48502             :         },
   48503             :         .ob_item = {
   48504             :             & importlib__bootstrap_external_toplevel_consts_34._ascii.ob_base,
   48505             :             Py_True,
   48506             :             Py_False,
   48507             :         },
   48508             :     },
   48509             : };
   48510             : static
   48511             :     struct {
   48512             :         PyGC_Head _gc_head;
   48513             :         struct {
   48514             :             PyObject_VAR_HEAD
   48515             :             PyObject *ob_item[3];
   48516             :         }_object;
   48517             :     }
   48518             : zipimport_toplevel_consts_17 = {
   48519             :     ._object = {
   48520             :         .ob_base = {
   48521             :             .ob_base = {
   48522             :                 .ob_refcnt = 999999999,
   48523             :                 .ob_type = &PyTuple_Type,
   48524             :             },
   48525             :             .ob_size = 3,
   48526             :         },
   48527             :         .ob_item = {
   48528             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
   48529             :             Py_False,
   48530             :             Py_False,
   48531             :         },
   48532             :     },
   48533             : };
   48534             : static
   48535             :     struct {
   48536             :         PyGC_Head _gc_head;
   48537             :         struct {
   48538             :             PyObject_VAR_HEAD
   48539             :             PyObject *ob_item[3];
   48540             :         }_object;
   48541             :     }
   48542             : zipimport_toplevel_consts_18_consts = {
   48543             :     ._object = {
   48544             :         .ob_base = {
   48545             :             .ob_base = {
   48546             :                 .ob_refcnt = 999999999,
   48547             :                 .ob_type = &PyTuple_Type,
   48548             :             },
   48549             :             .ob_size = 3,
   48550             :         },
   48551             :         .ob_item = {
   48552             :             Py_None,
   48553             :             &_Py_STR(dot),
   48554             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   48555             :         },
   48556             :     },
   48557             : };
   48558             : static
   48559             :     struct {
   48560             :         PyGC_Head _gc_head;
   48561             :         struct {
   48562             :             PyObject_VAR_HEAD
   48563             :             PyObject *ob_item[2];
   48564             :         }_object;
   48565             :     }
   48566             : zipimport_toplevel_consts_18_names = {
   48567             :     ._object = {
   48568             :         .ob_base = {
   48569             :             .ob_base = {
   48570             :                 .ob_refcnt = 999999999,
   48571             :                 .ob_type = &PyTuple_Type,
   48572             :             },
   48573             :             .ob_size = 2,
   48574             :         },
   48575             :         .ob_item = {
   48576             :             & const_str_prefix._ascii.ob_base,
   48577             :             & const_str_rpartition._ascii.ob_base,
   48578             :         },
   48579             :     },
   48580             : };
   48581             : static
   48582             :     struct {
   48583             :         PyObject_VAR_HEAD
   48584             :         Py_hash_t ob_shash;
   48585             :         char ob_sval[34];
   48586             :     }
   48587             : zipimport_toplevel_consts_18_linetable = {
   48588             :     .ob_base = {
   48589             :         .ob_base = {
   48590             :             .ob_refcnt = 999999999,
   48591             :             .ob_type = &PyBytes_Type,
   48592             :         },
   48593             :         .ob_size = 33,
   48594             :     },
   48595             :     .ob_shash = -1,
   48596             :     .ob_sval = "\x80\x00\xd8\x0b\x0f\x8f\x3b\x89\x3b\x98\x18\xd7\x19\x2c\xd1\x19\x2c\xa8\x53\xd4\x19\x31\xb0\x21\xd4\x19\x34\xd1\x0b\x34\xd0\x04\x34",
   48597             : };
   48598             : static
   48599             :     struct _PyCode_DEF(76)
   48600             : zipimport_toplevel_consts_18 = {
   48601             :     .ob_base = {
   48602             :         .ob_base = {
   48603             :             .ob_refcnt = 999999999,
   48604             :             .ob_type = &PyCode_Type,
   48605             :         },
   48606             :         .ob_size = 38,
   48607             :     },
   48608             :     .co_consts = & zipimport_toplevel_consts_18_consts._object.ob_base.ob_base,
   48609             :     .co_names = & zipimport_toplevel_consts_18_names._object.ob_base.ob_base,
   48610             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   48611             :     .co_flags = 3,
   48612             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   48613             :     ._co_linearray_entry_size = 0,
   48614             :     .co_argcount = 2,
   48615             :     .co_posonlyargcount = 0,
   48616             :     .co_kwonlyargcount = 0,
   48617             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   48618             :     .co_stacksize = 4,
   48619             :     .co_firstlineno = 300,
   48620             :     .co_nlocalsplus = 2,
   48621             :     .co_nlocals = 2,
   48622             :     .co_nplaincellvars = 0,
   48623             :     .co_ncellvars = 0,
   48624             :     .co_nfreevars = 0,
   48625             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
   48626             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   48627             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   48628             :     .co_name = & const_str__get_module_path._ascii.ob_base,
   48629             :     .co_qualname = & const_str__get_module_path._ascii.ob_base,
   48630             :     .co_linetable = & zipimport_toplevel_consts_18_linetable.ob_base.ob_base,
   48631             :     ._co_code = NULL,
   48632             :     ._co_linearray = NULL,
   48633             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
   48634             :     ._co_firsttraceable = 0,
   48635             : };
   48636             : static
   48637             :     struct {
   48638             :         PyGC_Head _gc_head;
   48639             :         struct {
   48640             :             PyObject_VAR_HEAD
   48641             :             PyObject *ob_item[2];
   48642             :         }_object;
   48643             :     }
   48644             : zipimport_toplevel_consts_19_names = {
   48645             :     ._object = {
   48646             :         .ob_base = {
   48647             :             .ob_base = {
   48648             :                 .ob_refcnt = 999999999,
   48649             :                 .ob_type = &PyTuple_Type,
   48650             :             },
   48651             :             .ob_size = 2,
   48652             :         },
   48653             :         .ob_item = {
   48654             :             & const_str_path_sep._ascii.ob_base,
   48655             :             & const_str__files._ascii.ob_base,
   48656             :         },
   48657             :     },
   48658             : };
   48659             : static
   48660             :     struct {
   48661             :         PyObject_VAR_HEAD
   48662             :         Py_hash_t ob_shash;
   48663             :         char ob_sval[29];
   48664             :     }
   48665             : zipimport_toplevel_consts_19_linetable = {
   48666             :     .ob_base = {
   48667             :         .ob_base = {
   48668             :             .ob_refcnt = 999999999,
   48669             :             .ob_type = &PyBytes_Type,
   48670             :         },
   48671             :         .ob_size = 28,
   48672             :     },
   48673             :     .ob_shash = -1,
   48674             :     .ob_sval = "\x80\x00\xf0\x08\x00\x0f\x13\x95\x58\x89\x6f\x80\x47\xe0\x0b\x12\x90\x64\x97\x6b\x91\x6b\xd0\x0b\x21\xd0\x04\x21",
   48675             : };
   48676             : static
   48677             :     struct {
   48678             :         PyASCIIObject _ascii;
   48679             :         uint8_t _data[8];
   48680             :     }
   48681             : const_str_dirpath = {
   48682             :     ._ascii = {
   48683             :         .ob_base = {
   48684             :             .ob_refcnt = 999999999,
   48685             :             .ob_type = &PyUnicode_Type,
   48686             :         },
   48687             :         .length = 7,
   48688             :         .hash = -1,
   48689             :         .state = {
   48690             :             .kind = 1,
   48691             :             .compact = 1,
   48692             :             .ascii = 1,
   48693             :         },
   48694             :     },
   48695             :     ._data = "dirpath",
   48696             : };
   48697             : static
   48698             :     struct {
   48699             :         PyGC_Head _gc_head;
   48700             :         struct {
   48701             :             PyObject_VAR_HEAD
   48702             :             PyObject *ob_item[3];
   48703             :         }_object;
   48704             :     }
   48705             : zipimport_toplevel_consts_19_localsplusnames = {
   48706             :     ._object = {
   48707             :         .ob_base = {
   48708             :             .ob_base = {
   48709             :                 .ob_refcnt = 999999999,
   48710             :                 .ob_type = &PyTuple_Type,
   48711             :             },
   48712             :             .ob_size = 3,
   48713             :         },
   48714             :         .ob_item = {
   48715             :             & const_str_self._ascii.ob_base,
   48716             :             &_Py_ID(path),
   48717             :             & const_str_dirpath._ascii.ob_base,
   48718             :         },
   48719             :     },
   48720             : };
   48721             : static
   48722             :     struct _PyCode_DEF(50)
   48723             : zipimport_toplevel_consts_19 = {
   48724             :     .ob_base = {
   48725             :         .ob_base = {
   48726             :             .ob_refcnt = 999999999,
   48727             :             .ob_type = &PyCode_Type,
   48728             :         },
   48729             :         .ob_size = 25,
   48730             :     },
   48731             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   48732             :     .co_names = & zipimport_toplevel_consts_19_names._object.ob_base.ob_base,
   48733             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   48734             :     .co_flags = 3,
   48735             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   48736             :     ._co_linearray_entry_size = 0,
   48737             :     .co_argcount = 2,
   48738             :     .co_posonlyargcount = 0,
   48739             :     .co_kwonlyargcount = 0,
   48740             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   48741             :     .co_stacksize = 2,
   48742             :     .co_firstlineno = 304,
   48743             :     .co_nlocalsplus = 3,
   48744             :     .co_nlocals = 3,
   48745             :     .co_nplaincellvars = 0,
   48746             :     .co_ncellvars = 0,
   48747             :     .co_nfreevars = 0,
   48748             :     .co_localsplusnames = & zipimport_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
   48749             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   48750             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   48751             :     .co_name = & const_str__is_dir._ascii.ob_base,
   48752             :     .co_qualname = & const_str__is_dir._ascii.ob_base,
   48753             :     .co_linetable = & zipimport_toplevel_consts_19_linetable.ob_base.ob_base,
   48754             :     ._co_code = NULL,
   48755             :     ._co_linearray = NULL,
   48756             :     .co_code_adaptive = "\x97\x00\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7d\x02\x7c\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
   48757             :     ._co_firsttraceable = 0,
   48758             : };
   48759             : static
   48760             :     struct {
   48761             :         PyASCIIObject _ascii;
   48762             :         uint8_t _data[17];
   48763             :     }
   48764             : const_str__zip_searchorder = {
   48765             :     ._ascii = {
   48766             :         .ob_base = {
   48767             :             .ob_refcnt = 999999999,
   48768             :             .ob_type = &PyUnicode_Type,
   48769             :         },
   48770             :         .length = 16,
   48771             :         .hash = -1,
   48772             :         .state = {
   48773             :             .kind = 1,
   48774             :             .compact = 1,
   48775             :             .ascii = 1,
   48776             :         },
   48777             :     },
   48778             :     ._data = "_zip_searchorder",
   48779             : };
   48780             : static
   48781             :     struct {
   48782             :         PyGC_Head _gc_head;
   48783             :         struct {
   48784             :             PyObject_VAR_HEAD
   48785             :             PyObject *ob_item[3];
   48786             :         }_object;
   48787             :     }
   48788             : zipimport_toplevel_consts_20_names = {
   48789             :     ._object = {
   48790             :         .ob_base = {
   48791             :             .ob_base = {
   48792             :                 .ob_refcnt = 999999999,
   48793             :                 .ob_type = &PyTuple_Type,
   48794             :             },
   48795             :             .ob_size = 3,
   48796             :         },
   48797             :         .ob_item = {
   48798             :             & const_str__get_module_path._ascii.ob_base,
   48799             :             & const_str__zip_searchorder._ascii.ob_base,
   48800             :             & const_str__files._ascii.ob_base,
   48801             :         },
   48802             :     },
   48803             : };
   48804             : static
   48805             :     struct {
   48806             :         PyObject_VAR_HEAD
   48807             :         Py_hash_t ob_shash;
   48808             :         char ob_sval[80];
   48809             :     }
   48810             : zipimport_toplevel_consts_20_linetable = {
   48811             :     .ob_base = {
   48812             :         .ob_base = {
   48813             :             .ob_refcnt = 999999999,
   48814             :             .ob_type = &PyBytes_Type,
   48815             :         },
   48816             :         .ob_size = 79,
   48817             :     },
   48818             :     .ob_shash = -1,
   48819             :     .ob_sval = "\x80\x00\xdd\x0b\x1b\x98\x44\xa0\x28\xd4\x0b\x2b\x80\x44\xdd\x29\x39\xf0\x00\x03\x05\x1d\xf1\x00\x03\x05\x1d\xd1\x08\x25\x88\x06\x90\x0a\x98\x49\xd8\x13\x17\x98\x26\x91\x3d\x88\x08\xd8\x0b\x13\x90\x74\x97\x7b\x91\x7b\xd0\x0b\x22\xf0\x00\x01\x09\x1d\xd8\x13\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd8\x0b\x0f\x88\x34",
   48820             : };
   48821             : static
   48822             :     struct {
   48823             :         PyASCIIObject _ascii;
   48824             :         uint8_t _data[11];
   48825             :     }
   48826             : const_str_isbytecode = {
   48827             :     ._ascii = {
   48828             :         .ob_base = {
   48829             :             .ob_refcnt = 999999999,
   48830             :             .ob_type = &PyUnicode_Type,
   48831             :         },
   48832             :         .length = 10,
   48833             :         .hash = -1,
   48834             :         .state = {
   48835             :             .kind = 1,
   48836             :             .compact = 1,
   48837             :             .ascii = 1,
   48838             :         },
   48839             :     },
   48840             :     ._data = "isbytecode",
   48841             : };
   48842             : static
   48843             :     struct {
   48844             :         PyGC_Head _gc_head;
   48845             :         struct {
   48846             :             PyObject_VAR_HEAD
   48847             :             PyObject *ob_item[7];
   48848             :         }_object;
   48849             :     }
   48850             : zipimport_toplevel_consts_20_localsplusnames = {
   48851             :     ._object = {
   48852             :         .ob_base = {
   48853             :             .ob_base = {
   48854             :                 .ob_refcnt = 999999999,
   48855             :                 .ob_type = &PyTuple_Type,
   48856             :             },
   48857             :             .ob_size = 7,
   48858             :         },
   48859             :         .ob_item = {
   48860             :             & const_str_self._ascii.ob_base,
   48861             :             & const_str_fullname._ascii.ob_base,
   48862             :             &_Py_ID(path),
   48863             :             & const_str_suffix._ascii.ob_base,
   48864             :             & const_str_isbytecode._ascii.ob_base,
   48865             :             & const_str_ispackage._ascii.ob_base,
   48866             :             & const_str_fullpath._ascii.ob_base,
   48867             :         },
   48868             :     },
   48869             : };
   48870             : static
   48871             :     struct _PyCode_DEF(108)
   48872             : zipimport_toplevel_consts_20 = {
   48873             :     .ob_base = {
   48874             :         .ob_base = {
   48875             :             .ob_refcnt = 999999999,
   48876             :             .ob_type = &PyCode_Type,
   48877             :         },
   48878             :         .ob_size = 54,
   48879             :     },
   48880             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   48881             :     .co_names = & zipimport_toplevel_consts_20_names._object.ob_base.ob_base,
   48882             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   48883             :     .co_flags = 3,
   48884             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   48885             :     ._co_linearray_entry_size = 0,
   48886             :     .co_argcount = 2,
   48887             :     .co_posonlyargcount = 0,
   48888             :     .co_kwonlyargcount = 0,
   48889             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   48890             :     .co_stacksize = 4,
   48891             :     .co_firstlineno = 313,
   48892             :     .co_nlocalsplus = 7,
   48893             :     .co_nlocals = 7,
   48894             :     .co_nplaincellvars = 0,
   48895             :     .co_ncellvars = 0,
   48896             :     .co_nfreevars = 0,
   48897             :     .co_localsplusnames = & zipimport_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
   48898             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   48899             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   48900             :     .co_name = & const_str__get_module_info._ascii.ob_base,
   48901             :     .co_qualname = & const_str__get_module_info._ascii.ob_base,
   48902             :     .co_linetable = & zipimport_toplevel_consts_20_linetable.ob_base.ob_base,
   48903             :     ._co_code = NULL,
   48904             :     ._co_linearray = NULL,
   48905             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1c\x00\x00\x5c\x03\x00\x00\x7d\x03\x7d\x04\x7d\x05\x7c\x02\x7c\x03\x7a\x00\x00\x00\x7d\x06\x7c\x06\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\xaf\x1a\x7c\x05\x63\x02\x01\x00\x53\x00\x64\x00\x53\x00",
   48906             :     ._co_firsttraceable = 0,
   48907             : };
   48908             : static
   48909             :     struct {
   48910             :         PyASCIIObject _ascii;
   48911             :         uint8_t _data[22];
   48912             :     }
   48913             : zipimport_toplevel_consts_21_consts_1 = {
   48914             :     ._ascii = {
   48915             :         .ob_base = {
   48916             :             .ob_refcnt = 999999999,
   48917             :             .ob_type = &PyUnicode_Type,
   48918             :         },
   48919             :         .length = 21,
   48920             :         .hash = -1,
   48921             :         .state = {
   48922             :             .kind = 1,
   48923             :             .compact = 1,
   48924             :             .ascii = 1,
   48925             :         },
   48926             :     },
   48927             :     ._data = "can't open Zip file: ",
   48928             : };
   48929             : static
   48930             :     struct {
   48931             :         PyASCIIObject _ascii;
   48932             :         uint8_t _data[22];
   48933             :     }
   48934             : zipimport_toplevel_consts_21_consts_4 = {
   48935             :     ._ascii = {
   48936             :         .ob_base = {
   48937             :             .ob_refcnt = 999999999,
   48938             :             .ob_type = &PyUnicode_Type,
   48939             :         },
   48940             :         .length = 21,
   48941             :         .hash = -1,
   48942             :         .state = {
   48943             :             .kind = 1,
   48944             :             .compact = 1,
   48945             :             .ascii = 1,
   48946             :         },
   48947             :     },
   48948             :     ._data = "can't read Zip file: ",
   48949             : };
   48950             : static
   48951             :     struct {
   48952             :         PyASCIIObject _ascii;
   48953             :         uint8_t _data[17];
   48954             :     }
   48955             : zipimport_toplevel_consts_21_consts_7 = {
   48956             :     ._ascii = {
   48957             :         .ob_base = {
   48958             :             .ob_refcnt = 999999999,
   48959             :             .ob_type = &PyUnicode_Type,
   48960             :         },
   48961             :         .length = 16,
   48962             :         .hash = -1,
   48963             :         .state = {
   48964             :             .kind = 1,
   48965             :             .compact = 1,
   48966             :             .ascii = 1,
   48967             :         },
   48968             :     },
   48969             :     ._data = "not a Zip file: ",
   48970             : };
   48971             : static
   48972             :     struct {
   48973             :         PyASCIIObject _ascii;
   48974             :         uint8_t _data[19];
   48975             :     }
   48976             : zipimport_toplevel_consts_21_consts_8 = {
   48977             :     ._ascii = {
   48978             :         .ob_base = {
   48979             :             .ob_refcnt = 999999999,
   48980             :             .ob_type = &PyUnicode_Type,
   48981             :         },
   48982             :         .length = 18,
   48983             :         .hash = -1,
   48984             :         .state = {
   48985             :             .kind = 1,
   48986             :             .compact = 1,
   48987             :             .ascii = 1,
   48988             :         },
   48989             :     },
   48990             :     ._data = "corrupt Zip file: ",
   48991             : };
   48992             : static
   48993             :     struct {
   48994             :         PyASCIIObject _ascii;
   48995             :         uint8_t _data[29];
   48996             :     }
   48997             : zipimport_toplevel_consts_21_consts_12 = {
   48998             :     ._ascii = {
   48999             :         .ob_base = {
   49000             :             .ob_refcnt = 999999999,
   49001             :             .ob_type = &PyUnicode_Type,
   49002             :         },
   49003             :         .length = 28,
   49004             :         .hash = -1,
   49005             :         .state = {
   49006             :             .kind = 1,
   49007             :             .compact = 1,
   49008             :             .ascii = 1,
   49009             :         },
   49010             :     },
   49011             :     ._data = "bad central directory size: ",
   49012             : };
   49013             : static
   49014             :     struct {
   49015             :         PyASCIIObject _ascii;
   49016             :         uint8_t _data[31];
   49017             :     }
   49018             : zipimport_toplevel_consts_21_consts_13 = {
   49019             :     ._ascii = {
   49020             :         .ob_base = {
   49021             :             .ob_refcnt = 999999999,
   49022             :             .ob_type = &PyUnicode_Type,
   49023             :         },
   49024             :         .length = 30,
   49025             :         .hash = -1,
   49026             :         .state = {
   49027             :             .kind = 1,
   49028             :             .compact = 1,
   49029             :             .ascii = 1,
   49030             :         },
   49031             :     },
   49032             :     ._data = "bad central directory offset: ",
   49033             : };
   49034             : static
   49035             :     struct {
   49036             :         PyASCIIObject _ascii;
   49037             :         uint8_t _data[39];
   49038             :     }
   49039             : zipimport_toplevel_consts_21_consts_14 = {
   49040             :     ._ascii = {
   49041             :         .ob_base = {
   49042             :             .ob_refcnt = 999999999,
   49043             :             .ob_type = &PyUnicode_Type,
   49044             :         },
   49045             :         .length = 38,
   49046             :         .hash = -1,
   49047             :         .state = {
   49048             :             .kind = 1,
   49049             :             .compact = 1,
   49050             :             .ascii = 1,
   49051             :         },
   49052             :     },
   49053             :     ._data = "bad central directory size or offset: ",
   49054             : };
   49055             : static
   49056             :     struct {
   49057             :         PyASCIIObject _ascii;
   49058             :         uint8_t _data[28];
   49059             :     }
   49060             : zipimport_toplevel_consts_21_consts_17 = {
   49061             :     ._ascii = {
   49062             :         .ob_base = {
   49063             :             .ob_refcnt = 999999999,
   49064             :             .ob_type = &PyUnicode_Type,
   49065             :         },
   49066             :         .length = 27,
   49067             :         .hash = -1,
   49068             :         .state = {
   49069             :             .kind = 1,
   49070             :             .compact = 1,
   49071             :             .ascii = 1,
   49072             :         },
   49073             :     },
   49074             :     ._data = "EOF read where not expected",
   49075             : };
   49076             : static
   49077             :     struct {
   49078             :         PyObject_VAR_HEAD
   49079             :         Py_hash_t ob_shash;
   49080             :         char ob_sval[5];
   49081             :     }
   49082             : zipimport_toplevel_consts_21_consts_18 = {
   49083             :     .ob_base = {
   49084             :         .ob_base = {
   49085             :             .ob_refcnt = 999999999,
   49086             :             .ob_type = &PyBytes_Type,
   49087             :         },
   49088             :         .ob_size = 4,
   49089             :     },
   49090             :     .ob_shash = -1,
   49091             :     .ob_sval = "\x50\x4b\x01\x02",
   49092             : };
   49093             : static
   49094             :     struct {
   49095             :         PyASCIIObject _ascii;
   49096             :         uint8_t _data[26];
   49097             :     }
   49098             : zipimport_toplevel_consts_21_consts_28 = {
   49099             :     ._ascii = {
   49100             :         .ob_base = {
   49101             :             .ob_refcnt = 999999999,
   49102             :             .ob_type = &PyUnicode_Type,
   49103             :         },
   49104             :         .length = 25,
   49105             :         .hash = -1,
   49106             :         .state = {
   49107             :             .kind = 1,
   49108             :             .compact = 1,
   49109             :             .ascii = 1,
   49110             :         },
   49111             :     },
   49112             :     ._data = "bad local header offset: ",
   49113             : };
   49114             : static
   49115             :     struct {
   49116             :         PyObject_VAR_HEAD
   49117             :         digit ob_digit[1];
   49118             :     }
   49119             : const_int_2048 = {
   49120             :     .ob_base = {
   49121             :         .ob_base = {
   49122             :             .ob_refcnt = 999999999,
   49123             :             .ob_type = &PyLong_Type,
   49124             :         },
   49125             :         .ob_size = 1,
   49126             :     },
   49127             :     .ob_digit = { 2048 },
   49128             : };
   49129             : static
   49130             :     struct {
   49131             :         PyASCIIObject _ascii;
   49132             :         uint8_t _data[6];
   49133             :     }
   49134             : const_str_ascii = {
   49135             :     ._ascii = {
   49136             :         .ob_base = {
   49137             :             .ob_refcnt = 999999999,
   49138             :             .ob_type = &PyUnicode_Type,
   49139             :         },
   49140             :         .length = 5,
   49141             :         .hash = -1,
   49142             :         .state = {
   49143             :             .kind = 1,
   49144             :             .compact = 1,
   49145             :             .ascii = 1,
   49146             :         },
   49147             :     },
   49148             :     ._data = "ascii",
   49149             : };
   49150             : static
   49151             :     struct {
   49152             :         PyASCIIObject _ascii;
   49153             :         uint8_t _data[34];
   49154             :     }
   49155             : zipimport_toplevel_consts_21_consts_34 = {
   49156             :     ._ascii = {
   49157             :         .ob_base = {
   49158             :             .ob_refcnt = 999999999,
   49159             :             .ob_type = &PyUnicode_Type,
   49160             :         },
   49161             :         .length = 33,
   49162             :         .hash = -1,
   49163             :         .state = {
   49164             :             .kind = 1,
   49165             :             .compact = 1,
   49166             :             .ascii = 1,
   49167             :         },
   49168             :     },
   49169             :     ._data = "zipimport: found {} names in {!r}",
   49170             : };
   49171             : static
   49172             :     struct {
   49173             :         PyGC_Head _gc_head;
   49174             :         struct {
   49175             :             PyObject_VAR_HEAD
   49176             :             PyObject *ob_item[35];
   49177             :         }_object;
   49178             :     }
   49179             : zipimport_toplevel_consts_21_consts = {
   49180             :     ._object = {
   49181             :         .ob_base = {
   49182             :             .ob_base = {
   49183             :                 .ob_refcnt = 999999999,
   49184             :                 .ob_type = &PyTuple_Type,
   49185             :             },
   49186             :             .ob_size = 35,
   49187             :         },
   49188             :         .ob_item = {
   49189             :             Py_None,
   49190             :             & zipimport_toplevel_consts_21_consts_1._ascii.ob_base,
   49191             :             & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   49192             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   49193             :             & zipimport_toplevel_consts_21_consts_4._ascii.ob_base,
   49194             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
   49195             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   49196             :             & zipimport_toplevel_consts_21_consts_7._ascii.ob_base,
   49197             :             & zipimport_toplevel_consts_21_consts_8._ascii.ob_base,
   49198             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
   49199             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
   49200             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 20],
   49201             :             & zipimport_toplevel_consts_21_consts_12._ascii.ob_base,
   49202             :             & zipimport_toplevel_consts_21_consts_13._ascii.ob_base,
   49203             :             & zipimport_toplevel_consts_21_consts_14._ascii.ob_base,
   49204             :             Py_True,
   49205             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 46],
   49206             :             & zipimport_toplevel_consts_21_consts_17._ascii.ob_base,
   49207             :             & zipimport_toplevel_consts_21_consts_18.ob_base.ob_base,
   49208             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
   49209             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 10],
   49210             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 14],
   49211             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 24],
   49212             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 28],
   49213             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 30],
   49214             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
   49215             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 34],
   49216             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 42],
   49217             :             & zipimport_toplevel_consts_21_consts_28._ascii.ob_base,
   49218             :             & const_int_2048.ob_base.ob_base,
   49219             :             & const_str_ascii._ascii.ob_base,
   49220             :             &_Py_ID(latin1),
   49221             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   49222             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   49223             :             & zipimport_toplevel_consts_21_consts_34._ascii.ob_base,
   49224             :         },
   49225             :     },
   49226             : };
   49227             : static
   49228             :     struct {
   49229             :         PyASCIIObject _ascii;
   49230             :         uint8_t _data[21];
   49231             :     }
   49232             : const_str_END_CENTRAL_DIR_SIZE = {
   49233             :     ._ascii = {
   49234             :         .ob_base = {
   49235             :             .ob_refcnt = 999999999,
   49236             :             .ob_type = &PyUnicode_Type,
   49237             :         },
   49238             :         .length = 20,
   49239             :         .hash = -1,
   49240             :         .state = {
   49241             :             .kind = 1,
   49242             :             .compact = 1,
   49243             :             .ascii = 1,
   49244             :         },
   49245             :     },
   49246             :     ._data = "END_CENTRAL_DIR_SIZE",
   49247             : };
   49248             : static
   49249             :     struct {
   49250             :         PyASCIIObject _ascii;
   49251             :         uint8_t _data[19];
   49252             :     }
   49253             : const_str_STRING_END_ARCHIVE = {
   49254             :     ._ascii = {
   49255             :         .ob_base = {
   49256             :             .ob_refcnt = 999999999,
   49257             :             .ob_type = &PyUnicode_Type,
   49258             :         },
   49259             :         .length = 18,
   49260             :         .hash = -1,
   49261             :         .state = {
   49262             :             .kind = 1,
   49263             :             .compact = 1,
   49264             :             .ascii = 1,
   49265             :         },
   49266             :     },
   49267             :     ._data = "STRING_END_ARCHIVE",
   49268             : };
   49269             : static
   49270             :     struct {
   49271             :         PyASCIIObject _ascii;
   49272             :         uint8_t _data[16];
   49273             :     }
   49274             : const_str_MAX_COMMENT_LEN = {
   49275             :     ._ascii = {
   49276             :         .ob_base = {
   49277             :             .ob_refcnt = 999999999,
   49278             :             .ob_type = &PyUnicode_Type,
   49279             :         },
   49280             :         .length = 15,
   49281             :         .hash = -1,
   49282             :         .state = {
   49283             :             .kind = 1,
   49284             :             .compact = 1,
   49285             :             .ascii = 1,
   49286             :         },
   49287             :     },
   49288             :     ._data = "MAX_COMMENT_LEN",
   49289             : };
   49290             : static
   49291             :     struct {
   49292             :         PyASCIIObject _ascii;
   49293             :         uint8_t _data[19];
   49294             :     }
   49295             : const_str_UnicodeDecodeError = {
   49296             :     ._ascii = {
   49297             :         .ob_base = {
   49298             :             .ob_refcnt = 999999999,
   49299             :             .ob_type = &PyUnicode_Type,
   49300             :         },
   49301             :         .length = 18,
   49302             :         .hash = -1,
   49303             :         .state = {
   49304             :             .kind = 1,
   49305             :             .compact = 1,
   49306             :             .ascii = 1,
   49307             :         },
   49308             :     },
   49309             :     ._data = "UnicodeDecodeError",
   49310             : };
   49311             : static
   49312             :     struct {
   49313             :         PyASCIIObject _ascii;
   49314             :         uint8_t _data[10];
   49315             :     }
   49316             : const_str_translate = {
   49317             :     ._ascii = {
   49318             :         .ob_base = {
   49319             :             .ob_refcnt = 999999999,
   49320             :             .ob_type = &PyUnicode_Type,
   49321             :         },
   49322             :         .length = 9,
   49323             :         .hash = -1,
   49324             :         .state = {
   49325             :             .kind = 1,
   49326             :             .compact = 1,
   49327             :             .ascii = 1,
   49328             :         },
   49329             :     },
   49330             :     ._data = "translate",
   49331             : };
   49332             : static
   49333             :     struct {
   49334             :         PyASCIIObject _ascii;
   49335             :         uint8_t _data[12];
   49336             :     }
   49337             : const_str_cp437_table = {
   49338             :     ._ascii = {
   49339             :         .ob_base = {
   49340             :             .ob_refcnt = 999999999,
   49341             :             .ob_type = &PyUnicode_Type,
   49342             :         },
   49343             :         .length = 11,
   49344             :         .hash = -1,
   49345             :         .state = {
   49346             :             .kind = 1,
   49347             :             .compact = 1,
   49348             :             .ascii = 1,
   49349             :         },
   49350             :     },
   49351             :     ._data = "cp437_table",
   49352             : };
   49353             : static
   49354             :     struct {
   49355             :         PyGC_Head _gc_head;
   49356             :         struct {
   49357             :             PyObject_VAR_HEAD
   49358             :             PyObject *ob_item[26];
   49359             :         }_object;
   49360             :     }
   49361             : zipimport_toplevel_consts_21_names = {
   49362             :     ._object = {
   49363             :         .ob_base = {
   49364             :             .ob_base = {
   49365             :                 .ob_refcnt = 999999999,
   49366             :                 .ob_type = &PyTuple_Type,
   49367             :             },
   49368             :             .ob_size = 26,
   49369             :         },
   49370             :         .ob_item = {
   49371             :             & const_str__io._ascii.ob_base,
   49372             :             & const_str_open_code._ascii.ob_base,
   49373             :             & const_str_OSError._ascii.ob_base,
   49374             :             & const_str_ZipImportError._ascii.ob_base,
   49375             :             &_Py_ID(seek),
   49376             :             & const_str_END_CENTRAL_DIR_SIZE._ascii.ob_base,
   49377             :             &_Py_ID(tell),
   49378             :             &_Py_ID(read),
   49379             :             &_Py_ID(len),
   49380             :             & const_str_STRING_END_ARCHIVE._ascii.ob_base,
   49381             :             & const_str_max._ascii.ob_base,
   49382             :             & const_str_MAX_COMMENT_LEN._ascii.ob_base,
   49383             :             & const_str_rfind._ascii.ob_base,
   49384             :             & const_str__unpack_uint32._ascii.ob_base,
   49385             :             & const_str_EOFError._ascii.ob_base,
   49386             :             & const_str__unpack_uint16._ascii.ob_base,
   49387             :             &_Py_ID(decode),
   49388             :             & const_str_UnicodeDecodeError._ascii.ob_base,
   49389             :             & const_str_translate._ascii.ob_base,
   49390             :             & const_str_cp437_table._ascii.ob_base,
   49391             :             &_Py_ID(replace),
   49392             :             & const_str_path_sep._ascii.ob_base,
   49393             :             & const_str__bootstrap_external._ascii.ob_base,
   49394             :             & const_str__path_join._ascii.ob_base,
   49395             :             &_Py_ID(_bootstrap),
   49396             :             & const_str__verbose_message._ascii.ob_base,
   49397             :         },
   49398             :     },
   49399             : };
   49400             : static
   49401             :     struct {
   49402             :         PyObject_VAR_HEAD
   49403             :         Py_hash_t ob_shash;
   49404             :         char ob_sval[1812];
   49405             :     }
   49406             : zipimport_toplevel_consts_21_linetable = {
   49407             :     .ob_base = {
   49408             :         .ob_base = {
   49409             :             .ob_refcnt = 999999999,
   49410             :             .ob_type = &PyBytes_Type,
   49411             :         },
   49412             :         .ob_size = 1811,
   49413             :     },
   49414             :     .ob_shash = -1,
   49415             :     .ob_sval = "\x80\x00\xf0\x02\x03\x05\x50\x01\xdd\x0d\x1a\x8f\x5d\x89\x5d\x98\x37\xd4\x0d\x23\x88\x02\xf0\x08\x00\x0a\x0c\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x02\x05\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x89\x47\xd5\x15\x29\xd0\x14\x29\xa8\x31\xd4\x0c\x2d\xd0\x0c\x2d\xd8\x1e\x20\x9f\x67\x99\x67\x9c\x69\x88\x4f\xd8\x15\x17\x97\x57\x91\x57\xd5\x1d\x31\xd4\x15\x32\x88\x46\xf5\x06\x00\x0c\x0f\x88\x76\x8c\x3b\xd5\x1a\x2e\xd2\x0b\x2e\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xd8\x0b\x11\x88\x3a\x90\x31\x88\x3a\xd5\x19\x2b\xd2\x0b\x2b\xf0\x00\x19\x09\x3a\xf0\x06\x05\x0d\x33\xd8\x10\x12\x97\x07\x91\x07\x98\x01\x98\x31\x94\x0d\x90\x0d\xd8\x1c\x1e\x9f\x47\x99\x47\x9c\x49\x90\x09\xf5\x08\x00\x21\x24\xa0\x49\xb5\x0f\xd1\x24\x3f\xdd\x24\x38\xf1\x03\x01\x25\x39\xd8\x3a\x3b\xf4\x03\x01\x21\x3d\xd0\x0c\x1d\xf0\x04\x05\x0d\x33\xd8\x10\x12\x97\x07\x91\x07\xd0\x18\x29\xd4\x10\x2a\xd0\x10\x2a\xd8\x17\x19\x97\x77\x91\x77\x94\x79\x90\x04\xf0\x08\x00\x13\x17\x97\x2a\x91\x2a\xd5\x1d\x2f\xd4\x12\x30\x88\x43\xd8\x0f\x12\x90\x51\x8a\x77\xf0\x00\x02\x0d\x33\xdd\x16\x24\xd0\x25\x43\xb8\x07\xd0\x25\x43\xd0\x25\x43\xd8\x2a\x31\xf0\x03\x01\x17\x33\xf4\x00\x01\x17\x33\xf0\x00\x01\x11\x33\xe0\x15\x19\x98\x23\x98\x63\xd5\x22\x36\xd1\x1e\x36\xd0\x15\x37\x88\x46\xdd\x0f\x12\x90\x36\x8c\x7b\xd5\x1e\x32\xd2\x0f\x32\xf0\x00\x02\x0d\x33\xdd\x16\x24\xd0\x25\x45\xb8\x27\xd0\x25\x45\xd0\x25\x45\xd8\x2a\x31\xf0\x03\x01\x17\x33\xf4\x00\x01\x17\x33\xf0\x00\x01\x11\x33\xe0\x1e\x27\xad\x23\xa8\x64\xac\x29\xd1\x1e\x33\xb0\x63\xd1\x1e\x39\x88\x4f\xe5\x16\x24\xa0\x56\xa8\x42\xa8\x72\xa0\x5d\xd4\x16\x33\x88\x0b\xdd\x18\x26\xa0\x76\xa8\x62\xb0\x12\xa0\x7d\xd4\x18\x35\x88\x0d\xd8\x0b\x1a\x98\x5b\xd2\x0b\x28\xf0\x00\x01\x09\x5b\x01\xdd\x12\x20\xd0\x21\x4b\xc0\x07\xd0\x21\x4b\xd0\x21\x4b\xd0\x52\x59\xd0\x12\x5a\xd4\x12\x5a\xd0\x0c\x5a\xd8\x0b\x1a\x98\x5d\xd2\x0b\x2a\xf0\x00\x01\x09\x5d\x01\xdd\x12\x20\xd0\x21\x4d\xc0\x27\xd0\x21\x4d\xd0\x21\x4d\xd0\x54\x5b\xd0\x12\x5c\xd4\x12\x5c\xd0\x0c\x5c\xd8\x08\x17\x98\x3b\xd1\x08\x26\x88\x0f\xd8\x15\x24\xa0\x7d\xd1\x15\x34\x88\x0a\xd8\x0b\x15\x98\x01\x8a\x3e\xf0\x00\x01\x09\x65\x01\xdd\x12\x20\xd0\x21\x55\xc8\x27\xd0\x21\x55\xd0\x21\x55\xd0\x5c\x63\xd0\x12\x64\xd4\x12\x64\xd0\x0c\x64\xe0\x10\x12\x88\x05\xe0\x10\x11\x88\x05\xf0\x02\x03\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x89\x47\x90\x4f\xd4\x0c\x24\xd0\x0c\x24\xf0\x06\x00\x0f\x13\xd8\x15\x17\x97\x57\x91\x57\x98\x52\x94\x5b\x88\x46\xdd\x0f\x12\x90\x36\x8c\x7b\x98\x51\x8a\x7f\xf0\x00\x01\x0d\x3e\xdd\x16\x1e\xd0\x1f\x3c\xd4\x16\x3d\xd0\x10\x3d\xe0\x0f\x15\x88\x7a\x90\x71\x88\x7a\x98\x5d\xd2\x0f\x2a\xf0\x00\x01\x0d\x16\xd9\x10\x15\xdd\x0f\x12\x90\x36\x8c\x7b\x98\x62\xd2\x0f\x20\xf0\x00\x01\x0d\x3e\xdd\x16\x1e\xd0\x1f\x3c\xd4\x16\x3d\xd0\x10\x3d\xdd\x14\x22\xa0\x36\xa8\x21\xa8\x42\xa0\x3c\xd4\x14\x30\x88\x45\xdd\x17\x25\xa0\x66\xa8\x52\xb0\x02\xa0\x6d\xd4\x17\x34\x88\x48\xdd\x13\x21\xa0\x26\xa8\x12\xa8\x42\xa0\x2d\xd4\x13\x30\x88\x44\xdd\x13\x21\xa0\x26\xa8\x12\xa8\x42\xa0\x2d\xd4\x13\x30\x88\x44\xdd\x12\x20\xa0\x16\xa8\x02\xa8\x32\xa0\x1d\xd4\x12\x2f\x88\x43\xdd\x18\x26\xa0\x76\xa8\x62\xb0\x12\xa0\x7d\xd4\x18\x35\x88\x49\xdd\x18\x26\xa0\x76\xa8\x62\xb0\x12\xa0\x7d\xd4\x18\x35\x88\x49\xdd\x18\x26\xa0\x76\xa8\x62\xb0\x12\xa0\x7d\xd4\x18\x35\x88\x49\xdd\x19\x27\xa8\x06\xa8\x72\xb0\x22\xa8\x0d\xd4\x19\x36\x88\x4a\xdd\x1b\x29\xa8\x26\xb0\x12\xb0\x42\xa8\x2d\xd4\x1b\x38\x88\x4c\xdd\x1a\x28\xa8\x16\xb0\x02\xb0\x32\xa8\x1d\xd4\x1a\x37\x88\x4b\xd8\x1a\x23\xa0\x6a\xd1\x1a\x30\xb0\x3c\xd1\x1a\x3f\x88\x4b\xd8\x0f\x1a\x98\x5d\xd2\x0f\x2a\xf0\x00\x01\x0d\x5c\x01\xdd\x16\x24\xd0\x25\x4c\xc0\x17\xd0\x25\x4c\xd0\x25\x4c\xd0\x53\x5a\xd0\x16\x5b\xd4\x16\x5b\xd0\x10\x5b\xd8\x0c\x17\x98\x3a\xd1\x0c\x25\x88\x4b\xf0\x04\x03\x0d\x58\x01\xd8\x17\x19\x97\x77\x91\x77\x98\x79\xd4\x17\x29\x90\x04\xf5\x06\x00\x10\x13\x90\x34\x8c\x79\x98\x49\xd2\x0f\x25\xf0\x00\x01\x0d\x58\x01\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xc8\x77\xd0\x16\x57\xd4\x16\x57\xd0\x10\x57\xf0\x08\x04\x0d\x58\x01\xdd\x13\x16\x90\x72\x97\x77\x91\x77\x98\x7b\xa8\x59\xd1\x1f\x36\xd4\x17\x37\xd4\x13\x38\xb8\x4b\xc8\x29\xd1\x3c\x53\xd2\x13\x53\xf0\x00\x01\x11\x5c\x01\xdd\x1a\x28\xd0\x29\x4c\xc0\x17\xd0\x29\x4c\xd0\x29\x4c\xd0\x53\x5a\xd0\x1a\x5b\xd4\x1a\x5b\xd0\x14\x5b\xf0\x03\x01\x11\x5c\x01\xf0\x0a\x00\x10\x15\x90\x75\x89\x7d\xf0\x00\x08\x0d\x48\x01\xe0\x17\x1b\x97\x7b\x91\x7b\x94\x7d\x90\x04\x90\x04\xf0\x06\x03\x11\x48\x01\xd8\x1b\x1f\x9f\x3b\x99\x3b\xa0\x77\xd4\x1b\x2f\x90\x44\xf0\x08\x00\x14\x18\x97\x3c\x91\x3c\xa0\x03\xa5\x58\xd4\x13\x2e\x88\x44\xdd\x13\x31\xd7\x13\x31\xd1\x13\x31\xb0\x27\xb8\x34\xd4\x13\x40\x88\x44\xd8\x11\x15\x90\x78\xa0\x19\xa8\x49\xb0\x7b\xc0\x44\xc8\x24\xd0\x50\x53\xd0\x10\x54\x88\x41\xd8\x1a\x1b\x88\x45\x90\x24\x89\x4b\xd8\x0c\x11\x90\x51\x89\x4a\x88\x45\xf1\x6d\x01\x00\x0f\x13\xf0\x0c\x00\x11\x16\xf0\x79\x01\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf4\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf5\x5a\x03\x00\x05\x20\xd7\x04\x1f\xd1\x04\x1f\xd0\x20\x43\xc0\x55\xc8\x47\xd4\x04\x54\xd0\x04\x54\xd8\x0b\x10\x80\x4c\xf8\xf5\x63\x03\x00\x0c\x13\xf0\x00\x01\x05\x50\x01\xf0\x00\x01\x05\x50\x01\xf0\x00\x01\x05\x50\x01\xdd\x0e\x1c\xd0\x1d\x40\xb0\x57\xd0\x1d\x40\xd0\x1d\x40\xc0\x77\xd0\x0e\x4f\xd4\x0e\x4f\xd0\x08\x4f\xf0\x03\x01\x05\x50\x01\xf8\xf8\xf8\xf8\xf5\x10\x00\x10\x17\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xf8\xf5\x14\x00\x14\x1b\xf0\x00\x02\x0d\x33\xf0\x00\x02\x0d\x33\xf0\x00\x02\x0d\x33\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xd8\x2a\x31\xf0\x03\x01\x17\x33\xf4\x00\x01\x17\x33\xf0\x00\x01\x11\x33\xf0\x03\x02\x0d\x33\xf8\xf8\xf8\xf8\xf5\x10\x00\x14\x1b\xf0\x00\x02\x0d\x33\xf0\x00\x02\x0d\x33\xf0\x00\x02\x0d\x33\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xd8\x2a\x31\xf0\x03\x01\x17\x33\xf4\x00\x01\x17\x33\xf0\x00\x01\x11\x33\xf0\x03\x02\x0d\x33\xf8\xf8\xf8\xf8\xf5\x3a\x00\x10\x17\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xf8\xf5\x3a\x00\x14\x1b\xf0\x00\x01\x0d\x58\x01\xf0\x00\x01\x0d\x58\x01\xf0\x00\x01\x0d\x58\x01\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xc8\x77\xd0\x16\x57\xd4\x16\x57\xd0\x10\x57\xf0\x03\x01\x0d\x58\x01\xf8\xf8\xf8\xf8\xf5\x14\x00\x14\x1b\xf0\x00\x01\x0d\x58\x01\xf0\x00\x01\x0d\x58\x01\xf0\x00\x01\x0d\x58\x01\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xc8\x77\xd0\x16\x57\xd4\x16\x57\xd0\x10\x57\xf0\x03\x01\x0d\x58\x01\xf8\xf8\xf8\xf8\xf5\x14\x00\x18\x2a\xf0\x00\x01\x11\x48\x01\xf0\x00\x01\x11\x48\x01\xf0\x00\x01\x11\x48\x01\xd8\x1b\x1f\x9f\x3b\x99\x3b\xa0\x78\xd4\x1b\x30\xd7\x1b\x3a\xd1\x1b\x3a\xbd\x3b\xd4\x1b\x47\x90\x44\x90\x44\x91\x44\xf0\x03\x01\x11\x48\x01\xf8\xf8\xf8\xf0\x4b\x03\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf1\x00\x6c\x01\x05\x17\xf8\xf8\xf8",
   49416             : };
   49417             : static
   49418             :     struct {
   49419             :         PyObject_VAR_HEAD
   49420             :         Py_hash_t ob_shash;
   49421             :         char ob_sval[206];
   49422             :     }
   49423             : zipimport_toplevel_consts_21_exceptiontable = {
   49424             :     .ob_base = {
   49425             :         .ob_base = {
   49426             :             .ob_refcnt = 999999999,
   49427             :             .ob_type = &PyBytes_Type,
   49428             :         },
   49429             :         .ob_size = 205,
   49430             :     },
   49431             :     .ob_shash = -1,
   49432             :     .ob_sval = "\x82\x17\x50\x30\x00\x9b\x01\x55\x08\x03\x9d\x41\x01\x51\x10\x02\xc1\x1e\x36\x55\x08\x03\xc2\x15\x24\x51\x30\x02\xc2\x39\x1e\x55\x08\x03\xc3\x18\x23\x52\x10\x02\xc3\x3b\x43\x2d\x55\x08\x03\xc7\x29\x12\x52\x30\x02\xc7\x3b\x44\x2f\x55\x08\x03\xcc\x2b\x12\x53\x10\x02\xcc\x3d\x23\x55\x08\x03\xcd\x21\x39\x53\x30\x02\xce\x1a\x18\x55\x08\x03\xce\x33\x12\x54\x10\x02\xcf\x05\x41\x06\x55\x08\x03\xd0\x30\x1d\x51\x0d\x03\xd1\x10\x1d\x51\x2d\x05\xd1\x2d\x03\x55\x08\x03\xd1\x30\x1d\x52\x0d\x05\xd2\x0d\x03\x55\x08\x03\xd2\x10\x1d\x52\x2d\x05\xd2\x2d\x03\x55\x08\x03\xd2\x30\x1d\x53\x0d\x05\xd3\x0d\x03\x55\x08\x03\xd3\x10\x1d\x53\x2d\x05\xd3\x2d\x03\x55\x08\x03\xd3\x30\x1d\x54\x0d\x05\xd4\x0d\x03\x55\x08\x03\xd4\x10\x31\x55\x05\x05\xd5\x01\x03\x55\x08\x03\xd5\x04\x01\x55\x05\x05\xd5\x05\x03\x55\x08\x03\xd5\x08\x05\x55\x12\x07",
   49433             : };
   49434             : static
   49435             :     struct {
   49436             :         PyASCIIObject _ascii;
   49437             :         uint8_t _data[3];
   49438             :     }
   49439             : const_str_fp = {
   49440             :     ._ascii = {
   49441             :         .ob_base = {
   49442             :             .ob_refcnt = 999999999,
   49443             :             .ob_type = &PyUnicode_Type,
   49444             :         },
   49445             :         .length = 2,
   49446             :         .hash = -1,
   49447             :         .state = {
   49448             :             .kind = 1,
   49449             :             .compact = 1,
   49450             :             .ascii = 1,
   49451             :         },
   49452             :     },
   49453             :     ._data = "fp",
   49454             : };
   49455             : static
   49456             :     struct {
   49457             :         PyASCIIObject _ascii;
   49458             :         uint8_t _data[16];
   49459             :     }
   49460             : const_str_header_position = {
   49461             :     ._ascii = {
   49462             :         .ob_base = {
   49463             :             .ob_refcnt = 999999999,
   49464             :             .ob_type = &PyUnicode_Type,
   49465             :         },
   49466             :         .length = 15,
   49467             :         .hash = -1,
   49468             :         .state = {
   49469             :             .kind = 1,
   49470             :             .compact = 1,
   49471             :             .ascii = 1,
   49472             :         },
   49473             :     },
   49474             :     ._data = "header_position",
   49475             : };
   49476             : static
   49477             :     struct {
   49478             :         PyASCIIObject _ascii;
   49479             :         uint8_t _data[10];
   49480             :     }
   49481             : const_str_file_size = {
   49482             :     ._ascii = {
   49483             :         .ob_base = {
   49484             :             .ob_refcnt = 999999999,
   49485             :             .ob_type = &PyUnicode_Type,
   49486             :         },
   49487             :         .length = 9,
   49488             :         .hash = -1,
   49489             :         .state = {
   49490             :             .kind = 1,
   49491             :             .compact = 1,
   49492             :             .ascii = 1,
   49493             :         },
   49494             :     },
   49495             :     ._data = "file_size",
   49496             : };
   49497             : static
   49498             :     struct {
   49499             :         PyASCIIObject _ascii;
   49500             :         uint8_t _data[18];
   49501             :     }
   49502             : const_str_max_comment_start = {
   49503             :     ._ascii = {
   49504             :         .ob_base = {
   49505             :             .ob_refcnt = 999999999,
   49506             :             .ob_type = &PyUnicode_Type,
   49507             :         },
   49508             :         .length = 17,
   49509             :         .hash = -1,
   49510             :         .state = {
   49511             :             .kind = 1,
   49512             :             .compact = 1,
   49513             :             .ascii = 1,
   49514             :         },
   49515             :     },
   49516             :     ._data = "max_comment_start",
   49517             : };
   49518             : static
   49519             :     struct {
   49520             :         PyASCIIObject _ascii;
   49521             :         uint8_t _data[4];
   49522             :     }
   49523             : const_str_pos = {
   49524             :     ._ascii = {
   49525             :         .ob_base = {
   49526             :             .ob_refcnt = 999999999,
   49527             :             .ob_type = &PyUnicode_Type,
   49528             :         },
   49529             :         .length = 3,
   49530             :         .hash = -1,
   49531             :         .state = {
   49532             :             .kind = 1,
   49533             :             .compact = 1,
   49534             :             .ascii = 1,
   49535             :         },
   49536             :     },
   49537             :     ._data = "pos",
   49538             : };
   49539             : static
   49540             :     struct {
   49541             :         PyASCIIObject _ascii;
   49542             :         uint8_t _data[12];
   49543             :     }
   49544             : const_str_header_size = {
   49545             :     ._ascii = {
   49546             :         .ob_base = {
   49547             :             .ob_refcnt = 999999999,
   49548             :             .ob_type = &PyUnicode_Type,
   49549             :         },
   49550             :         .length = 11,
   49551             :         .hash = -1,
   49552             :         .state = {
   49553             :             .kind = 1,
   49554             :             .compact = 1,
   49555             :             .ascii = 1,
   49556             :         },
   49557             :     },
   49558             :     ._data = "header_size",
   49559             : };
   49560             : static
   49561             :     struct {
   49562             :         PyASCIIObject _ascii;
   49563             :         uint8_t _data[14];
   49564             :     }
   49565             : const_str_header_offset = {
   49566             :     ._ascii = {
   49567             :         .ob_base = {
   49568             :             .ob_refcnt = 999999999,
   49569             :             .ob_type = &PyUnicode_Type,
   49570             :         },
   49571             :         .length = 13,
   49572             :         .hash = -1,
   49573             :         .state = {
   49574             :             .kind = 1,
   49575             :             .compact = 1,
   49576             :             .ascii = 1,
   49577             :         },
   49578             :     },
   49579             :     ._data = "header_offset",
   49580             : };
   49581             : static
   49582             :     struct {
   49583             :         PyASCIIObject _ascii;
   49584             :         uint8_t _data[11];
   49585             :     }
   49586             : const_str_arc_offset = {
   49587             :     ._ascii = {
   49588             :         .ob_base = {
   49589             :             .ob_refcnt = 999999999,
   49590             :             .ob_type = &PyUnicode_Type,
   49591             :         },
   49592             :         .length = 10,
   49593             :         .hash = -1,
   49594             :         .state = {
   49595             :             .kind = 1,
   49596             :             .compact = 1,
   49597             :             .ascii = 1,
   49598             :         },
   49599             :     },
   49600             :     ._data = "arc_offset",
   49601             : };
   49602             : static
   49603             :     struct {
   49604             :         PyASCIIObject _ascii;
   49605             :         uint8_t _data[9];
   49606             :     }
   49607             : const_str_compress = {
   49608             :     ._ascii = {
   49609             :         .ob_base = {
   49610             :             .ob_refcnt = 999999999,
   49611             :             .ob_type = &PyUnicode_Type,
   49612             :         },
   49613             :         .length = 8,
   49614             :         .hash = -1,
   49615             :         .state = {
   49616             :             .kind = 1,
   49617             :             .compact = 1,
   49618             :             .ascii = 1,
   49619             :         },
   49620             :     },
   49621             :     ._data = "compress",
   49622             : };
   49623             : static
   49624             :     struct {
   49625             :         PyASCIIObject _ascii;
   49626             :         uint8_t _data[5];
   49627             :     }
   49628             : const_str_time = {
   49629             :     ._ascii = {
   49630             :         .ob_base = {
   49631             :             .ob_refcnt = 999999999,
   49632             :             .ob_type = &PyUnicode_Type,
   49633             :         },
   49634             :         .length = 4,
   49635             :         .hash = -1,
   49636             :         .state = {
   49637             :             .kind = 1,
   49638             :             .compact = 1,
   49639             :             .ascii = 1,
   49640             :         },
   49641             :     },
   49642             :     ._data = "time",
   49643             : };
   49644             : static
   49645             :     struct {
   49646             :         PyASCIIObject _ascii;
   49647             :         uint8_t _data[5];
   49648             :     }
   49649             : const_str_date = {
   49650             :     ._ascii = {
   49651             :         .ob_base = {
   49652             :             .ob_refcnt = 999999999,
   49653             :             .ob_type = &PyUnicode_Type,
   49654             :         },
   49655             :         .length = 4,
   49656             :         .hash = -1,
   49657             :         .state = {
   49658             :             .kind = 1,
   49659             :             .compact = 1,
   49660             :             .ascii = 1,
   49661             :         },
   49662             :     },
   49663             :     ._data = "date",
   49664             : };
   49665             : static
   49666             :     struct {
   49667             :         PyASCIIObject _ascii;
   49668             :         uint8_t _data[4];
   49669             :     }
   49670             : const_str_crc = {
   49671             :     ._ascii = {
   49672             :         .ob_base = {
   49673             :             .ob_refcnt = 999999999,
   49674             :             .ob_type = &PyUnicode_Type,
   49675             :         },
   49676             :         .length = 3,
   49677             :         .hash = -1,
   49678             :         .state = {
   49679             :             .kind = 1,
   49680             :             .compact = 1,
   49681             :             .ascii = 1,
   49682             :         },
   49683             :     },
   49684             :     ._data = "crc",
   49685             : };
   49686             : static
   49687             :     struct {
   49688             :         PyASCIIObject _ascii;
   49689             :         uint8_t _data[10];
   49690             :     }
   49691             : const_str_data_size = {
   49692             :     ._ascii = {
   49693             :         .ob_base = {
   49694             :             .ob_refcnt = 999999999,
   49695             :             .ob_type = &PyUnicode_Type,
   49696             :         },
   49697             :         .length = 9,
   49698             :         .hash = -1,
   49699             :         .state = {
   49700             :             .kind = 1,
   49701             :             .compact = 1,
   49702             :             .ascii = 1,
   49703             :         },
   49704             :     },
   49705             :     ._data = "data_size",
   49706             : };
   49707             : static
   49708             :     struct {
   49709             :         PyASCIIObject _ascii;
   49710             :         uint8_t _data[10];
   49711             :     }
   49712             : const_str_name_size = {
   49713             :     ._ascii = {
   49714             :         .ob_base = {
   49715             :             .ob_refcnt = 999999999,
   49716             :             .ob_type = &PyUnicode_Type,
   49717             :         },
   49718             :         .length = 9,
   49719             :         .hash = -1,
   49720             :         .state = {
   49721             :             .kind = 1,
   49722             :             .compact = 1,
   49723             :             .ascii = 1,
   49724             :         },
   49725             :     },
   49726             :     ._data = "name_size",
   49727             : };
   49728             : static
   49729             :     struct {
   49730             :         PyASCIIObject _ascii;
   49731             :         uint8_t _data[11];
   49732             :     }
   49733             : const_str_extra_size = {
   49734             :     ._ascii = {
   49735             :         .ob_base = {
   49736             :             .ob_refcnt = 999999999,
   49737             :             .ob_type = &PyUnicode_Type,
   49738             :         },
   49739             :         .length = 10,
   49740             :         .hash = -1,
   49741             :         .state = {
   49742             :             .kind = 1,
   49743             :             .compact = 1,
   49744             :             .ascii = 1,
   49745             :         },
   49746             :     },
   49747             :     ._data = "extra_size",
   49748             : };
   49749             : static
   49750             :     struct {
   49751             :         PyASCIIObject _ascii;
   49752             :         uint8_t _data[13];
   49753             :     }
   49754             : const_str_comment_size = {
   49755             :     ._ascii = {
   49756             :         .ob_base = {
   49757             :             .ob_refcnt = 999999999,
   49758             :             .ob_type = &PyUnicode_Type,
   49759             :         },
   49760             :         .length = 12,
   49761             :         .hash = -1,
   49762             :         .state = {
   49763             :             .kind = 1,
   49764             :             .compact = 1,
   49765             :             .ascii = 1,
   49766             :         },
   49767             :     },
   49768             :     ._data = "comment_size",
   49769             : };
   49770             : static
   49771             :     struct {
   49772             :         PyASCIIObject _ascii;
   49773             :         uint8_t _data[12];
   49774             :     }
   49775             : const_str_file_offset = {
   49776             :     ._ascii = {
   49777             :         .ob_base = {
   49778             :             .ob_refcnt = 999999999,
   49779             :             .ob_type = &PyUnicode_Type,
   49780             :         },
   49781             :         .length = 11,
   49782             :         .hash = -1,
   49783             :         .state = {
   49784             :             .kind = 1,
   49785             :             .compact = 1,
   49786             :             .ascii = 1,
   49787             :         },
   49788             :     },
   49789             :     ._data = "file_offset",
   49790             : };
   49791             : static
   49792             :     struct {
   49793             :         PyASCIIObject _ascii;
   49794             :         uint8_t _data[2];
   49795             :     }
   49796             : const_str_t = {
   49797             :     ._ascii = {
   49798             :         .ob_base = {
   49799             :             .ob_refcnt = 999999999,
   49800             :             .ob_type = &PyUnicode_Type,
   49801             :         },
   49802             :         .length = 1,
   49803             :         .hash = -1,
   49804             :         .state = {
   49805             :             .kind = 1,
   49806             :             .compact = 1,
   49807             :             .ascii = 1,
   49808             :         },
   49809             :     },
   49810             :     ._data = "t",
   49811             : };
   49812             : static
   49813             :     struct {
   49814             :         PyGC_Head _gc_head;
   49815             :         struct {
   49816             :             PyObject_VAR_HEAD
   49817             :             PyObject *ob_item[26];
   49818             :         }_object;
   49819             :     }
   49820             : zipimport_toplevel_consts_21_localsplusnames = {
   49821             :     ._object = {
   49822             :         .ob_base = {
   49823             :             .ob_base = {
   49824             :                 .ob_refcnt = 999999999,
   49825             :                 .ob_type = &PyTuple_Type,
   49826             :             },
   49827             :             .ob_size = 26,
   49828             :         },
   49829             :         .ob_item = {
   49830             :             & const_str_archive._ascii.ob_base,
   49831             :             & const_str_fp._ascii.ob_base,
   49832             :             & const_str_header_position._ascii.ob_base,
   49833             :             &_Py_ID(buffer),
   49834             :             & const_str_file_size._ascii.ob_base,
   49835             :             & const_str_max_comment_start._ascii.ob_base,
   49836             :             & const_str_data._ascii.ob_base,
   49837             :             & const_str_pos._ascii.ob_base,
   49838             :             & const_str_header_size._ascii.ob_base,
   49839             :             & const_str_header_offset._ascii.ob_base,
   49840             :             & const_str_arc_offset._ascii.ob_base,
   49841             :             & const_str_files._ascii.ob_base,
   49842             :             & const_str_count._ascii.ob_base,
   49843             :             & const_str_flags._ascii.ob_base,
   49844             :             & const_str_compress._ascii.ob_base,
   49845             :             & const_str_time._ascii.ob_base,
   49846             :             & const_str_date._ascii.ob_base,
   49847             :             & const_str_crc._ascii.ob_base,
   49848             :             & const_str_data_size._ascii.ob_base,
   49849             :             & const_str_name_size._ascii.ob_base,
   49850             :             & const_str_extra_size._ascii.ob_base,
   49851             :             & const_str_comment_size._ascii.ob_base,
   49852             :             & const_str_file_offset._ascii.ob_base,
   49853             :             &_Py_ID(name),
   49854             :             &_Py_ID(path),
   49855             :             & const_str_t._ascii.ob_base,
   49856             :         },
   49857             :     },
   49858             : };
   49859             : static
   49860             :     struct {
   49861             :         PyObject_VAR_HEAD
   49862             :         Py_hash_t ob_shash;
   49863             :         char ob_sval[27];
   49864             :     }
   49865             : zipimport_toplevel_consts_21_localspluskinds = {
   49866             :     .ob_base = {
   49867             :         .ob_base = {
   49868             :             .ob_refcnt = 999999999,
   49869             :             .ob_type = &PyBytes_Type,
   49870             :         },
   49871             :         .ob_size = 26,
   49872             :     },
   49873             :     .ob_shash = -1,
   49874             :     .ob_sval = "                          ",
   49875             : };
   49876             : static
   49877             :     struct _PyCode_DEF(2730)
   49878             : zipimport_toplevel_consts_21 = {
   49879             :     .ob_base = {
   49880             :         .ob_base = {
   49881             :             .ob_refcnt = 999999999,
   49882             :             .ob_type = &PyCode_Type,
   49883             :         },
   49884             :         .ob_size = 1365,
   49885             :     },
   49886             :     .co_consts = & zipimport_toplevel_consts_21_consts._object.ob_base.ob_base,
   49887             :     .co_names = & zipimport_toplevel_consts_21_names._object.ob_base.ob_base,
   49888             :     .co_exceptiontable = & zipimport_toplevel_consts_21_exceptiontable.ob_base.ob_base,
   49889             :     .co_flags = 3,
   49890             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   49891             :     ._co_linearray_entry_size = 0,
   49892             :     .co_argcount = 1,
   49893             :     .co_posonlyargcount = 0,
   49894             :     .co_kwonlyargcount = 0,
   49895             :     .co_framesize = 35 + FRAME_SPECIALS_SIZE,
   49896             :     .co_stacksize = 9,
   49897             :     .co_firstlineno = 344,
   49898             :     .co_nlocalsplus = 26,
   49899             :     .co_nlocals = 26,
   49900             :     .co_nplaincellvars = 0,
   49901             :     .co_ncellvars = 0,
   49902             :     .co_nfreevars = 0,
   49903             :     .co_localsplusnames = & zipimport_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
   49904             :     .co_localspluskinds = & zipimport_toplevel_consts_21_localspluskinds.ob_base.ob_base,
   49905             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   49906             :     .co_name = & const_str__read_directory._ascii.ob_base,
   49907             :     .co_qualname = & const_str__read_directory._ascii.ob_base,
   49908             :     .co_linetable = & zipimport_toplevel_consts_21_linetable.ob_base.ob_base,
   49909             :     ._co_code = NULL,
   49910             :     ._co_linearray = NULL,
   49911             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x35\x00\x01\x00\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x00\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x64\x00\x64\x05\x1a\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\xde\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x06\x7c\x07\x7c\x07\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x1a\x00\x7d\x03\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x7c\x07\x7a\x00\x00\x00\x7d\x02\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x09\x64\x0a\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x0a\x64\x0b\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x02\x7c\x08\x6b\x00\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x7c\x09\x6b\x00\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x7c\x08\x7a\x17\x00\x00\x7d\x02\x7c\x02\x7c\x09\x7a\x0a\x00\x00\x7d\x0a\x7c\x0a\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0e\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x69\x00\x7d\x0b\x64\x06\x7d\x0c\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x64\x00\x64\x05\x1a\x00\x64\x12\x6b\x03\x00\x00\x00\x00\x72\x02\x3e\x01\x6e\xd4\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x13\x64\x14\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x14\x64\x09\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x09\x64\x15\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0f\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x15\x64\x0a\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x0a\x64\x0b\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x11\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x0b\x64\x16\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x12\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x16\x64\x17\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x17\x64\x18\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x13\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x18\x64\x19\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x14\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x19\x64\x1a\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x15\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x1b\x64\x10\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x16\x7c\x13\x7c\x14\x7a\x00\x00\x00\x7c\x15\x7a\x00\x00\x00\x7d\x08\x7c\x16\x7c\x09\x6b\x04\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1c\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x16\x7c\x0a\x7a\x0d\x00\x00\x7d\x16\x09\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x13\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x17\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x13\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7c\x13\x7a\x0a\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7c\x13\x7a\x0a\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x0d\x64\x1d\x7a\x01\x00\x00\x72\x12\x7c\x17\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x6e\x13\x09\x00\x7c\x17\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x7c\x17\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x20\x74\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x17\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x18\x7c\x18\x7c\x0e\x7c\x12\x7c\x04\x7c\x16\x7c\x0f\x7c\x10\x7c\x11\x66\x08\x7d\x19\x7c\x19\x7c\x0b\x7c\x17\x3c\x00\x00\x00\x7c\x0c\x64\x21\x7a\x0d\x00\x00\x7d\x0c\x3e\x02\x8c\x0f\x09\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x22\x7f\x0c\x7c\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x0b\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2b\x01\x00\x7c\x17\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x59\x00\x3e\x01\x8c\x7f\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x3e\x01\x8c\x3d\x78\x03\x59\x00\x77\x01",
   49912             :     ._co_firsttraceable = 0,
   49913             : };
   49914             : static
   49915             :     struct {
   49916             :         PyCompactUnicodeObject _compact;
   49917             :         uint16_t _data[257];
   49918             :     }
   49919             : zipimport_toplevel_consts_22 = {
   49920             :     ._compact = {
   49921             :         ._base = {
   49922             :             .ob_base = {
   49923             :                 .ob_refcnt = 999999999,
   49924             :                 .ob_type = &PyUnicode_Type,
   49925             :             },
   49926             :             .length = 256,
   49927             :             .hash = -1,
   49928             :             .state = {
   49929             :                 .kind = 2,
   49930             :                 .compact = 1,
   49931             :                 .ascii = 0,
   49932             :             },
   49933             :         },
   49934             :     },
   49935             :     ._data = {
   49936             :         0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
   49937             :         16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
   49938             :         32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
   49939             :         48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
   49940             :         64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
   49941             :         80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95,
   49942             :         96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111,
   49943             :         112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
   49944             :         199, 252, 233, 226, 228, 224, 229, 231, 234, 235, 232, 239, 238, 236, 196, 197,
   49945             :         201, 230, 198, 244, 246, 242, 251, 249, 255, 214, 220, 162, 163, 165, 8359, 402,
   49946             :         225, 237, 243, 250, 241, 209, 170, 186, 191, 8976, 172, 189, 188, 161, 171, 187,
   49947             :         9617, 9618, 9619, 9474, 9508, 9569, 9570, 9558, 9557, 9571, 9553, 9559, 9565, 9564, 9563, 9488,
   49948             :         9492, 9524, 9516, 9500, 9472, 9532, 9566, 9567, 9562, 9556, 9577, 9574, 9568, 9552, 9580, 9575,
   49949             :         9576, 9572, 9573, 9561, 9560, 9554, 9555, 9579, 9578, 9496, 9484, 9608, 9604, 9612, 9616, 9600,
   49950             :         945, 223, 915, 960, 931, 963, 181, 964, 934, 920, 937, 948, 8734, 966, 949, 8745,
   49951             :         8801, 177, 8805, 8804, 8992, 8993, 247, 8776, 176, 8729, 183, 8730, 8319, 178, 9632, 160,
   49952             :     },
   49953             : };
   49954             : static
   49955             :     struct {
   49956             :         PyASCIIObject _ascii;
   49957             :         uint8_t _data[28];
   49958             :     }
   49959             : zipimport_toplevel_consts_23_consts_1 = {
   49960             :     ._ascii = {
   49961             :         .ob_base = {
   49962             :             .ob_refcnt = 999999999,
   49963             :             .ob_type = &PyUnicode_Type,
   49964             :         },
   49965             :         .length = 27,
   49966             :         .hash = -1,
   49967             :         .state = {
   49968             :             .kind = 1,
   49969             :             .compact = 1,
   49970             :             .ascii = 1,
   49971             :         },
   49972             :     },
   49973             :     ._data = "zipimport: zlib UNAVAILABLE",
   49974             : };
   49975             : static
   49976             :     struct {
   49977             :         PyASCIIObject _ascii;
   49978             :         uint8_t _data[42];
   49979             :     }
   49980             : zipimport_toplevel_consts_23_consts_2 = {
   49981             :     ._ascii = {
   49982             :         .ob_base = {
   49983             :             .ob_refcnt = 999999999,
   49984             :             .ob_type = &PyUnicode_Type,
   49985             :         },
   49986             :         .length = 41,
   49987             :         .hash = -1,
   49988             :         .state = {
   49989             :             .kind = 1,
   49990             :             .compact = 1,
   49991             :             .ascii = 1,
   49992             :         },
   49993             :     },
   49994             :     ._data = "can't decompress data; zlib not available",
   49995             : };
   49996             : static
   49997             :     struct {
   49998             :         PyASCIIObject _ascii;
   49999             :         uint8_t _data[11];
   50000             :     }
   50001             : const_str_decompress = {
   50002             :     ._ascii = {
   50003             :         .ob_base = {
   50004             :             .ob_refcnt = 999999999,
   50005             :             .ob_type = &PyUnicode_Type,
   50006             :         },
   50007             :         .length = 10,
   50008             :         .hash = -1,
   50009             :         .state = {
   50010             :             .kind = 1,
   50011             :             .compact = 1,
   50012             :             .ascii = 1,
   50013             :         },
   50014             :     },
   50015             :     ._data = "decompress",
   50016             : };
   50017             : static
   50018             :     struct {
   50019             :         PyGC_Head _gc_head;
   50020             :         struct {
   50021             :             PyObject_VAR_HEAD
   50022             :             PyObject *ob_item[1];
   50023             :         }_object;
   50024             :     }
   50025             : zipimport_toplevel_consts_23_consts_5 = {
   50026             :     ._object = {
   50027             :         .ob_base = {
   50028             :             .ob_base = {
   50029             :                 .ob_refcnt = 999999999,
   50030             :                 .ob_type = &PyTuple_Type,
   50031             :             },
   50032             :             .ob_size = 1,
   50033             :         },
   50034             :         .ob_item = {
   50035             :             & const_str_decompress._ascii.ob_base,
   50036             :         },
   50037             :     },
   50038             : };
   50039             : static
   50040             :     struct {
   50041             :         PyASCIIObject _ascii;
   50042             :         uint8_t _data[26];
   50043             :     }
   50044             : zipimport_toplevel_consts_23_consts_7 = {
   50045             :     ._ascii = {
   50046             :         .ob_base = {
   50047             :             .ob_refcnt = 999999999,
   50048             :             .ob_type = &PyUnicode_Type,
   50049             :         },
   50050             :         .length = 25,
   50051             :         .hash = -1,
   50052             :         .state = {
   50053             :             .kind = 1,
   50054             :             .compact = 1,
   50055             :             .ascii = 1,
   50056             :         },
   50057             :     },
   50058             :     ._data = "zipimport: zlib available",
   50059             : };
   50060             : static
   50061             :     struct {
   50062             :         PyGC_Head _gc_head;
   50063             :         struct {
   50064             :             PyObject_VAR_HEAD
   50065             :             PyObject *ob_item[8];
   50066             :         }_object;
   50067             :     }
   50068             : zipimport_toplevel_consts_23_consts = {
   50069             :     ._object = {
   50070             :         .ob_base = {
   50071             :             .ob_base = {
   50072             :                 .ob_refcnt = 999999999,
   50073             :                 .ob_type = &PyTuple_Type,
   50074             :             },
   50075             :             .ob_size = 8,
   50076             :         },
   50077             :         .ob_item = {
   50078             :             Py_None,
   50079             :             & zipimport_toplevel_consts_23_consts_1._ascii.ob_base,
   50080             :             & zipimport_toplevel_consts_23_consts_2._ascii.ob_base,
   50081             :             Py_True,
   50082             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   50083             :             & zipimport_toplevel_consts_23_consts_5._object.ob_base.ob_base,
   50084             :             Py_False,
   50085             :             & zipimport_toplevel_consts_23_consts_7._ascii.ob_base,
   50086             :         },
   50087             :     },
   50088             : };
   50089             : static
   50090             :     struct {
   50091             :         PyASCIIObject _ascii;
   50092             :         uint8_t _data[16];
   50093             :     }
   50094             : const_str__importing_zlib = {
   50095             :     ._ascii = {
   50096             :         .ob_base = {
   50097             :             .ob_refcnt = 999999999,
   50098             :             .ob_type = &PyUnicode_Type,
   50099             :         },
   50100             :         .length = 15,
   50101             :         .hash = -1,
   50102             :         .state = {
   50103             :             .kind = 1,
   50104             :             .compact = 1,
   50105             :             .ascii = 1,
   50106             :         },
   50107             :     },
   50108             :     ._data = "_importing_zlib",
   50109             : };
   50110             : static
   50111             :     struct {
   50112             :         PyASCIIObject _ascii;
   50113             :         uint8_t _data[5];
   50114             :     }
   50115             : const_str_zlib = {
   50116             :     ._ascii = {
   50117             :         .ob_base = {
   50118             :             .ob_refcnt = 999999999,
   50119             :             .ob_type = &PyUnicode_Type,
   50120             :         },
   50121             :         .length = 4,
   50122             :         .hash = -1,
   50123             :         .state = {
   50124             :             .kind = 1,
   50125             :             .compact = 1,
   50126             :             .ascii = 1,
   50127             :         },
   50128             :     },
   50129             :     ._data = "zlib",
   50130             : };
   50131             : static
   50132             :     struct {
   50133             :         PyGC_Head _gc_head;
   50134             :         struct {
   50135             :             PyObject_VAR_HEAD
   50136             :             PyObject *ob_item[7];
   50137             :         }_object;
   50138             :     }
   50139             : zipimport_toplevel_consts_23_names = {
   50140             :     ._object = {
   50141             :         .ob_base = {
   50142             :             .ob_base = {
   50143             :                 .ob_refcnt = 999999999,
   50144             :                 .ob_type = &PyTuple_Type,
   50145             :             },
   50146             :             .ob_size = 7,
   50147             :         },
   50148             :         .ob_item = {
   50149             :             & const_str__importing_zlib._ascii.ob_base,
   50150             :             &_Py_ID(_bootstrap),
   50151             :             & const_str__verbose_message._ascii.ob_base,
   50152             :             & const_str_ZipImportError._ascii.ob_base,
   50153             :             & const_str_zlib._ascii.ob_base,
   50154             :             & const_str_decompress._ascii.ob_base,
   50155             :             & const_str_Exception._ascii.ob_base,
   50156             :         },
   50157             :     },
   50158             : };
   50159             : static
   50160             :     struct {
   50161             :         PyASCIIObject _ascii;
   50162             :         uint8_t _data[21];
   50163             :     }
   50164             : const_str__get_decompress_func = {
   50165             :     ._ascii = {
   50166             :         .ob_base = {
   50167             :             .ob_refcnt = 999999999,
   50168             :             .ob_type = &PyUnicode_Type,
   50169             :         },
   50170             :         .length = 20,
   50171             :         .hash = -1,
   50172             :         .state = {
   50173             :             .kind = 1,
   50174             :             .compact = 1,
   50175             :             .ascii = 1,
   50176             :         },
   50177             :     },
   50178             :     ._data = "_get_decompress_func",
   50179             : };
   50180             : static
   50181             :     struct {
   50182             :         PyObject_VAR_HEAD
   50183             :         Py_hash_t ob_shash;
   50184             :         char ob_sval[189];
   50185             :     }
   50186             : zipimport_toplevel_consts_23_linetable = {
   50187             :     .ob_base = {
   50188             :         .ob_base = {
   50189             :             .ob_refcnt = 999999999,
   50190             :             .ob_type = &PyBytes_Type,
   50191             :         },
   50192             :         .ob_size = 188,
   50193             :     },
   50194             :     .ob_shash = -1,
   50195             :     .ob_sval = "\x80\x00\xe5\x07\x16\xf0\x00\x04\x05\x4a\x01\xf5\x06\x00\x09\x24\xd7\x08\x23\xd1\x08\x23\xd0\x24\x41\xd4\x08\x42\xd0\x08\x42\xdd\x0e\x1c\xd0\x1d\x48\xd4\x0e\x49\xd0\x08\x49\xe0\x16\x1a\x80\x4f\xf0\x02\x06\x05\x20\xd8\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xf0\x0a\x00\x1b\x20\x88\x0f\xe5\x04\x1f\xd7\x04\x1f\xd1\x04\x1f\xd0\x20\x3b\xd4\x04\x3c\xd0\x04\x3c\xd8\x0b\x15\xd0\x04\x15\xf8\xf5\x0f\x00\x0c\x15\xf0\x00\x02\x05\x4a\x01\xf0\x00\x02\x05\x4a\x01\xf0\x00\x02\x05\x4a\x01\xdd\x08\x23\xd7\x08\x23\xd1\x08\x23\xd0\x24\x41\xd4\x08\x42\xd0\x08\x42\xdd\x0e\x1c\xd0\x1d\x48\xd4\x0e\x49\xd0\x08\x49\xf0\x05\x02\x05\x4a\x01\xf8\xf8\xf8\xf8\xf0\x08\x00\x1b\x20\x88\x0f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f",
   50196             : };
   50197             : static
   50198             :     struct {
   50199             :         PyObject_VAR_HEAD
   50200             :         Py_hash_t ob_shash;
   50201             :         char ob_sval[24];
   50202             :     }
   50203             : zipimport_toplevel_consts_23_exceptiontable = {
   50204             :     .ob_base = {
   50205             :         .ob_base = {
   50206             :             .ob_refcnt = 999999999,
   50207             :             .ob_type = &PyBytes_Type,
   50208             :         },
   50209             :         .ob_size = 23,
   50210             :     },
   50211             :     .ob_shash = -1,
   50212             :     .ob_sval = "\xaf\x06\x41\x11\x00\xc1\x11\x2f\x42\x00\x03\xc2\x00\x03\x42\x03\x00\xc2\x03\x04\x42\x07\x03",
   50213             : };
   50214             : static
   50215             :     struct _PyCode_DEF(276)
   50216             : zipimport_toplevel_consts_23 = {
   50217             :     .ob_base = {
   50218             :         .ob_base = {
   50219             :             .ob_refcnt = 999999999,
   50220             :             .ob_type = &PyCode_Type,
   50221             :         },
   50222             :         .ob_size = 138,
   50223             :     },
   50224             :     .co_consts = & zipimport_toplevel_consts_23_consts._object.ob_base.ob_base,
   50225             :     .co_names = & zipimport_toplevel_consts_23_names._object.ob_base.ob_base,
   50226             :     .co_exceptiontable = & zipimport_toplevel_consts_23_exceptiontable.ob_base.ob_base,
   50227             :     .co_flags = 3,
   50228             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   50229             :     ._co_linearray_entry_size = 0,
   50230             :     .co_argcount = 0,
   50231             :     .co_posonlyargcount = 0,
   50232             :     .co_kwonlyargcount = 0,
   50233             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   50234             :     .co_stacksize = 4,
   50235             :     .co_firstlineno = 502,
   50236             :     .co_nlocalsplus = 1,
   50237             :     .co_nlocals = 1,
   50238             :     .co_nplaincellvars = 0,
   50239             :     .co_ncellvars = 0,
   50240             :     .co_nfreevars = 0,
   50241             :     .co_localsplusnames = & zipimport_toplevel_consts_23_consts_5._object.ob_base.ob_base,
   50242             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   50243             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   50244             :     .co_name = & const_str__get_decompress_func._ascii.ob_base,
   50245             :     .co_qualname = & const_str__get_decompress_func._ascii.ob_base,
   50246             :     .co_linetable = & zipimport_toplevel_consts_23_linetable.ob_base.ob_base,
   50247             :     ._co_code = NULL,
   50248             :     ._co_linearray = NULL,
   50249             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x24\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x03\x61\x00\x09\x00\x64\x04\x64\x05\x6c\x04\x6d\x05\x7d\x00\x01\x00\x09\x00\x64\x06\x61\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x25\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x64\x06\x61\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   50250             :     ._co_firsttraceable = 0,
   50251             : };
   50252             : static
   50253             :     struct {
   50254             :         PyASCIIObject _ascii;
   50255             :         uint8_t _data[19];
   50256             :     }
   50257             : zipimport_toplevel_consts_24_consts_2 = {
   50258             :     ._ascii = {
   50259             :         .ob_base = {
   50260             :             .ob_refcnt = 999999999,
   50261             :             .ob_type = &PyUnicode_Type,
   50262             :         },
   50263             :         .length = 18,
   50264             :         .hash = -1,
   50265             :         .state = {
   50266             :             .kind = 1,
   50267             :             .compact = 1,
   50268             :             .ascii = 1,
   50269             :         },
   50270             :     },
   50271             :     ._data = "negative data size",
   50272             : };
   50273             : static
   50274             :     struct {
   50275             :         PyObject_VAR_HEAD
   50276             :         Py_hash_t ob_shash;
   50277             :         char ob_sval[5];
   50278             :     }
   50279             : zipimport_toplevel_consts_24_consts_8 = {
   50280             :     .ob_base = {
   50281             :         .ob_base = {
   50282             :             .ob_refcnt = 999999999,
   50283             :             .ob_type = &PyBytes_Type,
   50284             :         },
   50285             :         .ob_size = 4,
   50286             :     },
   50287             :     .ob_shash = -1,
   50288             :     .ob_sval = "\x50\x4b\x03\x04",
   50289             : };
   50290             : static
   50291             :     struct {
   50292             :         PyASCIIObject _ascii;
   50293             :         uint8_t _data[24];
   50294             :     }
   50295             : zipimport_toplevel_consts_24_consts_9 = {
   50296             :     ._ascii = {
   50297             :         .ob_base = {
   50298             :             .ob_refcnt = 999999999,
   50299             :             .ob_type = &PyUnicode_Type,
   50300             :         },
   50301             :         .length = 23,
   50302             :         .hash = -1,
   50303             :         .state = {
   50304             :             .kind = 1,
   50305             :             .compact = 1,
   50306             :             .ascii = 1,
   50307             :         },
   50308             :     },
   50309             :     ._data = "bad local file header: ",
   50310             : };
   50311             : static
   50312             :     struct {
   50313             :         PyASCIIObject _ascii;
   50314             :         uint8_t _data[27];
   50315             :     }
   50316             : zipimport_toplevel_consts_24_consts_12 = {
   50317             :     ._ascii = {
   50318             :         .ob_base = {
   50319             :             .ob_refcnt = 999999999,
   50320             :             .ob_type = &PyUnicode_Type,
   50321             :         },
   50322             :         .length = 26,
   50323             :         .hash = -1,
   50324             :         .state = {
   50325             :             .kind = 1,
   50326             :             .compact = 1,
   50327             :             .ascii = 1,
   50328             :         },
   50329             :     },
   50330             :     ._data = "zipimport: can't read data",
   50331             : };
   50332             : static
   50333             :     struct {
   50334             :         PyObject_VAR_HEAD
   50335             :         digit ob_digit[1];
   50336             :     }
   50337             : const_int_negative_15 = {
   50338             :     .ob_base = {
   50339             :         .ob_base = {
   50340             :             .ob_refcnt = 999999999,
   50341             :             .ob_type = &PyLong_Type,
   50342             :         },
   50343             :         .ob_size = -1,
   50344             :     },
   50345             :     .ob_digit = { 15 },
   50346             : };
   50347             : static
   50348             :     struct {
   50349             :         PyGC_Head _gc_head;
   50350             :         struct {
   50351             :             PyObject_VAR_HEAD
   50352             :             PyObject *ob_item[15];
   50353             :         }_object;
   50354             :     }
   50355             : zipimport_toplevel_consts_24_consts = {
   50356             :     ._object = {
   50357             :         .ob_base = {
   50358             :             .ob_base = {
   50359             :                 .ob_refcnt = 999999999,
   50360             :                 .ob_type = &PyTuple_Type,
   50361             :             },
   50362             :             .ob_size = 15,
   50363             :         },
   50364             :         .ob_item = {
   50365             :             Py_None,
   50366             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   50367             :             & zipimport_toplevel_consts_24_consts_2._ascii.ob_base,
   50368             :             & zipimport_toplevel_consts_21_consts_4._ascii.ob_base,
   50369             :             & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   50370             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 30],
   50371             :             & zipimport_toplevel_consts_21_consts_17._ascii.ob_base,
   50372             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
   50373             :             & zipimport_toplevel_consts_24_consts_8.ob_base.ob_base,
   50374             :             & zipimport_toplevel_consts_24_consts_9._ascii.ob_base,
   50375             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 26],
   50376             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 28],
   50377             :             & zipimport_toplevel_consts_24_consts_12._ascii.ob_base,
   50378             :             & zipimport_toplevel_consts_23_consts_2._ascii.ob_base,
   50379             :             & const_int_negative_15.ob_base.ob_base,
   50380             :         },
   50381             :     },
   50382             : };
   50383             : static
   50384             :     struct {
   50385             :         PyGC_Head _gc_head;
   50386             :         struct {
   50387             :             PyObject_VAR_HEAD
   50388             :             PyObject *ob_item[11];
   50389             :         }_object;
   50390             :     }
   50391             : zipimport_toplevel_consts_24_names = {
   50392             :     ._object = {
   50393             :         .ob_base = {
   50394             :             .ob_base = {
   50395             :                 .ob_refcnt = 999999999,
   50396             :                 .ob_type = &PyTuple_Type,
   50397             :             },
   50398             :             .ob_size = 11,
   50399             :         },
   50400             :         .ob_item = {
   50401             :             & const_str_ZipImportError._ascii.ob_base,
   50402             :             & const_str__io._ascii.ob_base,
   50403             :             & const_str_open_code._ascii.ob_base,
   50404             :             &_Py_ID(seek),
   50405             :             & const_str_OSError._ascii.ob_base,
   50406             :             &_Py_ID(read),
   50407             :             &_Py_ID(len),
   50408             :             & const_str_EOFError._ascii.ob_base,
   50409             :             & const_str__unpack_uint16._ascii.ob_base,
   50410             :             & const_str__get_decompress_func._ascii.ob_base,
   50411             :             & const_str_Exception._ascii.ob_base,
   50412             :         },
   50413             :     },
   50414             : };
   50415             : static
   50416             :     struct {
   50417             :         PyObject_VAR_HEAD
   50418             :         Py_hash_t ob_shash;
   50419             :         char ob_sval[590];
   50420             :     }
   50421             : zipimport_toplevel_consts_24_linetable = {
   50422             :     .ob_base = {
   50423             :         .ob_base = {
   50424             :             .ob_refcnt = 999999999,
   50425             :             .ob_type = &PyBytes_Type,
   50426             :         },
   50427             :         .ob_size = 589,
   50428             :     },
   50429             :     .ob_shash = -1,
   50430             :     .ob_sval = "\x80\x00\xd8\x4d\x56\xd1\x04\x4a\x80\x48\x88\x68\x98\x09\xa0\x39\xa8\x6b\xb8\x34\xc0\x14\xc0\x73\xd8\x07\x10\x90\x31\x82\x7d\xf0\x00\x01\x05\x33\xdd\x0e\x1c\xd0\x1d\x31\xd4\x0e\x32\xd0\x08\x32\xe5\x09\x16\x8f\x1d\x89\x1d\x90\x77\xd4\x09\x1f\xf0\x00\x18\x05\x38\xa0\x32\xf0\x04\x03\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x89\x47\x90\x4b\xd4\x0c\x20\xd0\x0c\x20\xf0\x06\x00\x12\x14\x97\x17\x91\x17\x98\x12\x94\x1b\x88\x06\xdd\x0b\x0e\x88\x76\x8c\x3b\x98\x22\xd2\x0b\x1c\xf0\x00\x01\x09\x3a\xdd\x12\x1a\xd0\x1b\x38\xd4\x12\x39\xd0\x0c\x39\xe0\x0b\x11\x88\x3a\x90\x31\x88\x3a\x98\x1d\xd2\x0b\x26\xf0\x00\x02\x09\x56\x01\xe5\x12\x20\xd0\x21\x46\xb8\x37\xd0\x21\x46\xd0\x21\x46\xc8\x57\xd0\x12\x55\xd4\x12\x55\xd0\x0c\x55\xe5\x14\x22\xa0\x36\xa8\x22\xa8\x52\xa0\x3d\xd4\x14\x31\x88\x09\xdd\x15\x23\xa0\x46\xa8\x32\xa8\x62\xa0\x4d\xd4\x15\x32\x88\x0a\xd8\x16\x18\x98\x39\x91\x6e\xa0\x7a\xd1\x16\x31\x88\x0b\xd8\x08\x13\x90\x7b\xd1\x08\x22\x88\x0b\xf0\x02\x03\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x89\x47\x90\x4b\xd4\x0c\x20\xd0\x0c\x20\xf0\x06\x00\x14\x16\x97\x37\x91\x37\x98\x39\xd4\x13\x25\x88\x08\xdd\x0b\x0e\x88\x78\x8c\x3d\x98\x49\xd2\x0b\x25\xf0\x00\x01\x09\x38\xdd\x12\x19\xd0\x1a\x36\xd4\x12\x37\xd0\x0c\x37\xf0\x03\x01\x09\x38\xf0\x2f\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf4\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x34\x00\x08\x10\x90\x31\x82\x7d\xf0\x00\x02\x05\x18\xe0\x0f\x17\x88\x0f\xf0\x06\x03\x05\x4a\x01\xdd\x15\x29\xd4\x15\x2b\x88\x0a\xf0\x06\x00\x0c\x16\x88\x3a\x90\x68\xa0\x03\xd4\x0b\x24\xd0\x04\x24\xf8\xf5\x3f\x00\x10\x17\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xf8\xf5\x20\x00\x10\x17\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xf0\x29\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf8\xf8\xf8\xf8\xf5\x42\x01\x00\x0c\x15\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xdd\x0e\x1c\xd0\x1d\x48\xd4\x0e\x49\xd0\x08\x49\xf0\x03\x01\x05\x4a\x01\xf8\xf8\xf8",
   50431             : };
   50432             : static
   50433             :     struct {
   50434             :         PyObject_VAR_HEAD
   50435             :         Py_hash_t ob_shash;
   50436             :         char ob_sval[72];
   50437             :     }
   50438             : zipimport_toplevel_consts_24_exceptiontable = {
   50439             :     .ob_base = {
   50440             :         .ob_base = {
   50441             :             .ob_refcnt = 999999999,
   50442             :             .ob_type = &PyBytes_Type,
   50443             :         },
   50444             :         .ob_size = 71,
   50445             :     },
   50446             :     .ob_shash = -1,
   50447             :     .ob_sval = "\xb6\x01\x45\x2e\x03\xb8\x12\x44\x2e\x02\xc1\x0a\x41\x38\x45\x2e\x03\xc3\x03\x12\x45\x0e\x02\xc3\x15\x30\x45\x2e\x03\xc4\x18\x0c\x45\x3a\x00\xc4\x2e\x1d\x45\x0b\x05\xc5\x0b\x03\x45\x2e\x03\xc5\x0e\x1d\x45\x2b\x05\xc5\x2b\x03\x45\x2e\x03\xc5\x2e\x05\x45\x37\x07\xc5\x3a\x18\x46\x12\x03",
   50448             : };
   50449             : static
   50450             :     struct {
   50451             :         PyASCIIObject _ascii;
   50452             :         uint8_t _data[9];
   50453             :     }
   50454             : const_str_datapath = {
   50455             :     ._ascii = {
   50456             :         .ob_base = {
   50457             :             .ob_refcnt = 999999999,
   50458             :             .ob_type = &PyUnicode_Type,
   50459             :         },
   50460             :         .length = 8,
   50461             :         .hash = -1,
   50462             :         .state = {
   50463             :             .kind = 1,
   50464             :             .compact = 1,
   50465             :             .ascii = 1,
   50466             :         },
   50467             :     },
   50468             :     ._data = "datapath",
   50469             : };
   50470             : static
   50471             :     struct {
   50472             :         PyASCIIObject _ascii;
   50473             :         uint8_t _data[9];
   50474             :     }
   50475             : const_str_raw_data = {
   50476             :     ._ascii = {
   50477             :         .ob_base = {
   50478             :             .ob_refcnt = 999999999,
   50479             :             .ob_type = &PyUnicode_Type,
   50480             :         },
   50481             :         .length = 8,
   50482             :         .hash = -1,
   50483             :         .state = {
   50484             :             .kind = 1,
   50485             :             .compact = 1,
   50486             :             .ascii = 1,
   50487             :         },
   50488             :     },
   50489             :     ._data = "raw_data",
   50490             : };
   50491             : static
   50492             :     struct {
   50493             :         PyGC_Head _gc_head;
   50494             :         struct {
   50495             :             PyObject_VAR_HEAD
   50496             :             PyObject *ob_item[17];
   50497             :         }_object;
   50498             :     }
   50499             : zipimport_toplevel_consts_24_localsplusnames = {
   50500             :     ._object = {
   50501             :         .ob_base = {
   50502             :             .ob_base = {
   50503             :                 .ob_refcnt = 999999999,
   50504             :                 .ob_type = &PyTuple_Type,
   50505             :             },
   50506             :             .ob_size = 17,
   50507             :         },
   50508             :         .ob_item = {
   50509             :             & const_str_archive._ascii.ob_base,
   50510             :             & const_str_toc_entry._ascii.ob_base,
   50511             :             & const_str_datapath._ascii.ob_base,
   50512             :             & const_str_compress._ascii.ob_base,
   50513             :             & const_str_data_size._ascii.ob_base,
   50514             :             & const_str_file_size._ascii.ob_base,
   50515             :             & const_str_file_offset._ascii.ob_base,
   50516             :             & const_str_time._ascii.ob_base,
   50517             :             & const_str_date._ascii.ob_base,
   50518             :             & const_str_crc._ascii.ob_base,
   50519             :             & const_str_fp._ascii.ob_base,
   50520             :             &_Py_ID(buffer),
   50521             :             & const_str_name_size._ascii.ob_base,
   50522             :             & const_str_extra_size._ascii.ob_base,
   50523             :             & const_str_header_size._ascii.ob_base,
   50524             :             & const_str_raw_data._ascii.ob_base,
   50525             :             & const_str_decompress._ascii.ob_base,
   50526             :         },
   50527             :     },
   50528             : };
   50529             : static
   50530             :     struct {
   50531             :         PyObject_VAR_HEAD
   50532             :         Py_hash_t ob_shash;
   50533             :         char ob_sval[18];
   50534             :     }
   50535             : zipimport_toplevel_consts_24_localspluskinds = {
   50536             :     .ob_base = {
   50537             :         .ob_base = {
   50538             :             .ob_refcnt = 999999999,
   50539             :             .ob_type = &PyBytes_Type,
   50540             :         },
   50541             :         .ob_size = 17,
   50542             :     },
   50543             :     .ob_shash = -1,
   50544             :     .ob_sval = "                 ",
   50545             : };
   50546             : static
   50547             :     struct _PyCode_DEF(810)
   50548             : zipimport_toplevel_consts_24 = {
   50549             :     .ob_base = {
   50550             :         .ob_base = {
   50551             :             .ob_refcnt = 999999999,
   50552             :             .ob_type = &PyCode_Type,
   50553             :         },
   50554             :         .ob_size = 405,
   50555             :     },
   50556             :     .co_consts = & zipimport_toplevel_consts_24_consts._object.ob_base.ob_base,
   50557             :     .co_names = & zipimport_toplevel_consts_24_names._object.ob_base.ob_base,
   50558             :     .co_exceptiontable = & zipimport_toplevel_consts_24_exceptiontable.ob_base.ob_base,
   50559             :     .co_flags = 3,
   50560             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   50561             :     ._co_linearray_entry_size = 0,
   50562             :     .co_argcount = 2,
   50563             :     .co_posonlyargcount = 0,
   50564             :     .co_kwonlyargcount = 0,
   50565             :     .co_framesize = 25 + FRAME_SPECIALS_SIZE,
   50566             :     .co_stacksize = 8,
   50567             :     .co_firstlineno = 523,
   50568             :     .co_nlocalsplus = 17,
   50569             :     .co_nlocals = 17,
   50570             :     .co_nplaincellvars = 0,
   50571             :     .co_ncellvars = 0,
   50572             :     .co_nfreevars = 0,
   50573             :     .co_localsplusnames = & zipimport_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
   50574             :     .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
   50575             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   50576             :     .co_name = & const_str__get_data._ascii.ob_base,
   50577             :     .co_qualname = & const_str__get_data._ascii.ob_base,
   50578             :     .co_linetable = & zipimport_toplevel_consts_24_linetable.ob_base.ob_base,
   50579             :     ._co_code = NULL,
   50580             :     ._co_linearray = NULL,
   50581             :     .co_code_adaptive = "\x97\x00\x7c\x01\x5c\x08\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7d\x05\x7d\x06\x7d\x07\x7d\x08\x7d\x09\x7c\x04\x64\x01\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x0a\x09\x00\x7c\x0a\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x0a\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x0b\x64\x00\x64\x07\x1a\x00\x64\x08\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x64\x0a\x64\x0b\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x64\x0b\x64\x05\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x64\x05\x7c\x0c\x7a\x00\x00\x00\x7c\x0d\x7a\x00\x00\x00\x7d\x0e\x7c\x06\x7c\x0e\x7a\x0d\x00\x00\x7d\x06\x09\x00\x7c\x0a\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x0a\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0f\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x7f\x0f\x53\x00\x09\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x02\x00\x7c\x10\x7f\x0f\x64\x0e\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x68\x78\x03\x59\x00\x77\x01\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0e\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01",
   50582             :     ._co_firsttraceable = 0,
   50583             : };
   50584             : static
   50585             :     struct {
   50586             :         PyGC_Head _gc_head;
   50587             :         struct {
   50588             :             PyObject_VAR_HEAD
   50589             :             PyObject *ob_item[2];
   50590             :         }_object;
   50591             :     }
   50592             : zipimport_toplevel_consts_25_consts = {
   50593             :     ._object = {
   50594             :         .ob_base = {
   50595             :             .ob_base = {
   50596             :                 .ob_refcnt = 999999999,
   50597             :                 .ob_type = &PyTuple_Type,
   50598             :             },
   50599             :             .ob_size = 2,
   50600             :         },
   50601             :         .ob_item = {
   50602             :             Py_None,
   50603             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   50604             :         },
   50605             :     },
   50606             : };
   50607             : static
   50608             :     struct {
   50609             :         PyASCIIObject _ascii;
   50610             :         uint8_t _data[4];
   50611             :     }
   50612             : const_str_abs = {
   50613             :     ._ascii = {
   50614             :         .ob_base = {
   50615             :             .ob_refcnt = 999999999,
   50616             :             .ob_type = &PyUnicode_Type,
   50617             :         },
   50618             :         .length = 3,
   50619             :         .hash = -1,
   50620             :         .state = {
   50621             :             .kind = 1,
   50622             :             .compact = 1,
   50623             :             .ascii = 1,
   50624             :         },
   50625             :     },
   50626             :     ._data = "abs",
   50627             : };
   50628             : static
   50629             :     struct {
   50630             :         PyGC_Head _gc_head;
   50631             :         struct {
   50632             :             PyObject_VAR_HEAD
   50633             :             PyObject *ob_item[1];
   50634             :         }_object;
   50635             :     }
   50636             : zipimport_toplevel_consts_25_names = {
   50637             :     ._object = {
   50638             :         .ob_base = {
   50639             :             .ob_base = {
   50640             :                 .ob_refcnt = 999999999,
   50641             :                 .ob_type = &PyTuple_Type,
   50642             :             },
   50643             :             .ob_size = 1,
   50644             :         },
   50645             :         .ob_item = {
   50646             :             & const_str_abs._ascii.ob_base,
   50647             :         },
   50648             :     },
   50649             : };
   50650             : static
   50651             :     struct {
   50652             :         PyASCIIObject _ascii;
   50653             :         uint8_t _data[10];
   50654             :     }
   50655             : const_str__eq_mtime = {
   50656             :     ._ascii = {
   50657             :         .ob_base = {
   50658             :             .ob_refcnt = 999999999,
   50659             :             .ob_type = &PyUnicode_Type,
   50660             :         },
   50661             :         .length = 9,
   50662             :         .hash = -1,
   50663             :         .state = {
   50664             :             .kind = 1,
   50665             :             .compact = 1,
   50666             :             .ascii = 1,
   50667             :         },
   50668             :     },
   50669             :     ._data = "_eq_mtime",
   50670             : };
   50671             : static
   50672             :     struct {
   50673             :         PyObject_VAR_HEAD
   50674             :         Py_hash_t ob_shash;
   50675             :         char ob_sval[22];
   50676             :     }
   50677             : zipimport_toplevel_consts_25_linetable = {
   50678             :     .ob_base = {
   50679             :         .ob_base = {
   50680             :             .ob_refcnt = 999999999,
   50681             :             .ob_type = &PyBytes_Type,
   50682             :         },
   50683             :         .ob_size = 21,
   50684             :     },
   50685             :     .ob_shash = -1,
   50686             :     .ob_sval = "\x80\x00\xe5\x0b\x0e\x88\x72\x90\x42\x89\x77\x8c\x3c\x98\x31\xd2\x0b\x1c\xd0\x04\x1c",
   50687             : };
   50688             : static
   50689             :     struct {
   50690             :         PyASCIIObject _ascii;
   50691             :         uint8_t _data[3];
   50692             :     }
   50693             : const_str_t1 = {
   50694             :     ._ascii = {
   50695             :         .ob_base = {
   50696             :             .ob_refcnt = 999999999,
   50697             :             .ob_type = &PyUnicode_Type,
   50698             :         },
   50699             :         .length = 2,
   50700             :         .hash = -1,
   50701             :         .state = {
   50702             :             .kind = 1,
   50703             :             .compact = 1,
   50704             :             .ascii = 1,
   50705             :         },
   50706             :     },
   50707             :     ._data = "t1",
   50708             : };
   50709             : static
   50710             :     struct {
   50711             :         PyASCIIObject _ascii;
   50712             :         uint8_t _data[3];
   50713             :     }
   50714             : const_str_t2 = {
   50715             :     ._ascii = {
   50716             :         .ob_base = {
   50717             :             .ob_refcnt = 999999999,
   50718             :             .ob_type = &PyUnicode_Type,
   50719             :         },
   50720             :         .length = 2,
   50721             :         .hash = -1,
   50722             :         .state = {
   50723             :             .kind = 1,
   50724             :             .compact = 1,
   50725             :             .ascii = 1,
   50726             :         },
   50727             :     },
   50728             :     ._data = "t2",
   50729             : };
   50730             : static
   50731             :     struct {
   50732             :         PyGC_Head _gc_head;
   50733             :         struct {
   50734             :             PyObject_VAR_HEAD
   50735             :             PyObject *ob_item[2];
   50736             :         }_object;
   50737             :     }
   50738             : zipimport_toplevel_consts_25_localsplusnames = {
   50739             :     ._object = {
   50740             :         .ob_base = {
   50741             :             .ob_base = {
   50742             :                 .ob_refcnt = 999999999,
   50743             :                 .ob_type = &PyTuple_Type,
   50744             :             },
   50745             :             .ob_size = 2,
   50746             :         },
   50747             :         .ob_item = {
   50748             :             & const_str_t1._ascii.ob_base,
   50749             :             & const_str_t2._ascii.ob_base,
   50750             :         },
   50751             :     },
   50752             : };
   50753             : static
   50754             :     struct _PyCode_DEF(42)
   50755             : zipimport_toplevel_consts_25 = {
   50756             :     .ob_base = {
   50757             :         .ob_base = {
   50758             :             .ob_refcnt = 999999999,
   50759             :             .ob_type = &PyCode_Type,
   50760             :         },
   50761             :         .ob_size = 21,
   50762             :     },
   50763             :     .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
   50764             :     .co_names = & zipimport_toplevel_consts_25_names._object.ob_base.ob_base,
   50765             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   50766             :     .co_flags = 3,
   50767             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   50768             :     ._co_linearray_entry_size = 0,
   50769             :     .co_argcount = 2,
   50770             :     .co_posonlyargcount = 0,
   50771             :     .co_kwonlyargcount = 0,
   50772             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   50773             :     .co_stacksize = 4,
   50774             :     .co_firstlineno = 569,
   50775             :     .co_nlocalsplus = 2,
   50776             :     .co_nlocals = 2,
   50777             :     .co_nplaincellvars = 0,
   50778             :     .co_ncellvars = 0,
   50779             :     .co_nfreevars = 0,
   50780             :     .co_localsplusnames = & zipimport_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
   50781             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   50782             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   50783             :     .co_name = & const_str__eq_mtime._ascii.ob_base,
   50784             :     .co_qualname = & const_str__eq_mtime._ascii.ob_base,
   50785             :     .co_linetable = & zipimport_toplevel_consts_25_linetable.ob_base.ob_base,
   50786             :     ._co_code = NULL,
   50787             :     ._co_linearray = NULL,
   50788             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7a\x0a\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x01\x00\x00\x00\x00\x53\x00",
   50789             :     ._co_firsttraceable = 0,
   50790             : };
   50791             : static
   50792             :     struct {
   50793             :         PyASCIIObject _ascii;
   50794             :         uint8_t _data[17];
   50795             :     }
   50796             : zipimport_toplevel_consts_26_consts_11 = {
   50797             :     ._ascii = {
   50798             :         .ob_base = {
   50799             :             .ob_refcnt = 999999999,
   50800             :             .ob_type = &PyUnicode_Type,
   50801             :         },
   50802             :         .length = 16,
   50803             :         .hash = -1,
   50804             :         .state = {
   50805             :             .kind = 1,
   50806             :             .compact = 1,
   50807             :             .ascii = 1,
   50808             :         },
   50809             :     },
   50810             :     ._data = "compiled module ",
   50811             : };
   50812             : static
   50813             :     struct {
   50814             :         PyASCIIObject _ascii;
   50815             :         uint8_t _data[22];
   50816             :     }
   50817             : zipimport_toplevel_consts_26_consts_12 = {
   50818             :     ._ascii = {
   50819             :         .ob_base = {
   50820             :             .ob_refcnt = 999999999,
   50821             :             .ob_type = &PyUnicode_Type,
   50822             :         },
   50823             :         .length = 21,
   50824             :         .hash = -1,
   50825             :         .state = {
   50826             :             .kind = 1,
   50827             :             .compact = 1,
   50828             :             .ascii = 1,
   50829             :         },
   50830             :     },
   50831             :     ._data = " is not a code object",
   50832             : };
   50833             : static
   50834             :     struct {
   50835             :         PyGC_Head _gc_head;
   50836             :         struct {
   50837             :             PyObject_VAR_HEAD
   50838             :             PyObject *ob_item[13];
   50839             :         }_object;
   50840             :     }
   50841             : zipimport_toplevel_consts_26_consts = {
   50842             :     ._object = {
   50843             :         .ob_base = {
   50844             :             .ob_base = {
   50845             :                 .ob_refcnt = 999999999,
   50846             :                 .ob_type = &PyTuple_Type,
   50847             :             },
   50848             :             .ob_size = 13,
   50849             :         },
   50850             :         .ob_item = {
   50851             :             Py_None,
   50852             :             & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
   50853             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   50854             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   50855             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   50856             :             & const_str_never._ascii.ob_base,
   50857             :             & const_str_always._ascii.ob_base,
   50858             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
   50859             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
   50860             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
   50861             :             & importlib__bootstrap_external_toplevel_consts_44_consts_4._ascii.ob_base,
   50862             :             & zipimport_toplevel_consts_26_consts_11._ascii.ob_base,
   50863             :             & zipimport_toplevel_consts_26_consts_12._ascii.ob_base,
   50864             :         },
   50865             :     },
   50866             : };
   50867             : static
   50868             :     struct {
   50869             :         PyASCIIObject _ascii;
   50870             :         uint8_t _data[16];
   50871             :     }
   50872             : const_str__get_pyc_source = {
   50873             :     ._ascii = {
   50874             :         .ob_base = {
   50875             :             .ob_refcnt = 999999999,
   50876             :             .ob_type = &PyUnicode_Type,
   50877             :         },
   50878             :         .length = 15,
   50879             :         .hash = -1,
   50880             :         .state = {
   50881             :             .kind = 1,
   50882             :             .compact = 1,
   50883             :             .ascii = 1,
   50884             :         },
   50885             :     },
   50886             :     ._data = "_get_pyc_source",
   50887             : };
   50888             : static
   50889             :     struct {
   50890             :         PyASCIIObject _ascii;
   50891             :         uint8_t _data[30];
   50892             :     }
   50893             : const_str__get_mtime_and_size_of_source = {
   50894             :     ._ascii = {
   50895             :         .ob_base = {
   50896             :             .ob_refcnt = 999999999,
   50897             :             .ob_type = &PyUnicode_Type,
   50898             :         },
   50899             :         .length = 29,
   50900             :         .hash = -1,
   50901             :         .state = {
   50902             :             .kind = 1,
   50903             :             .compact = 1,
   50904             :             .ascii = 1,
   50905             :         },
   50906             :     },
   50907             :     ._data = "_get_mtime_and_size_of_source",
   50908             : };
   50909             : static
   50910             :     struct {
   50911             :         PyGC_Head _gc_head;
   50912             :         struct {
   50913             :             PyObject_VAR_HEAD
   50914             :             PyObject *ob_item[18];
   50915             :         }_object;
   50916             :     }
   50917             : zipimport_toplevel_consts_26_names = {
   50918             :     ._object = {
   50919             :         .ob_base = {
   50920             :             .ob_base = {
   50921             :                 .ob_refcnt = 999999999,
   50922             :                 .ob_type = &PyTuple_Type,
   50923             :             },
   50924             :             .ob_size = 18,
   50925             :         },
   50926             :         .ob_item = {
   50927             :             & const_str__bootstrap_external._ascii.ob_base,
   50928             :             & const_str__classify_pyc._ascii.ob_base,
   50929             :             & const_str__imp._ascii.ob_base,
   50930             :             & const_str_check_hash_based_pycs._ascii.ob_base,
   50931             :             & const_str__get_pyc_source._ascii.ob_base,
   50932             :             & const_str_source_hash._ascii.ob_base,
   50933             :             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
   50934             :             & const_str__validate_hash_pyc._ascii.ob_base,
   50935             :             & const_str__get_mtime_and_size_of_source._ascii.ob_base,
   50936             :             & const_str__eq_mtime._ascii.ob_base,
   50937             :             & const_str__unpack_uint32._ascii.ob_base,
   50938             :             &_Py_ID(_bootstrap),
   50939             :             & const_str__verbose_message._ascii.ob_base,
   50940             :             & const_str_marshal._ascii.ob_base,
   50941             :             & const_str_loads._ascii.ob_base,
   50942             :             &_Py_ID(isinstance),
   50943             :             & const_str__code_type._ascii.ob_base,
   50944             :             & const_str_TypeError._ascii.ob_base,
   50945             :         },
   50946             :     },
   50947             : };
   50948             : static
   50949             :     struct {
   50950             :         PyASCIIObject _ascii;
   50951             :         uint8_t _data[16];
   50952             :     }
   50953             : const_str__unmarshal_code = {
   50954             :     ._ascii = {
   50955             :         .ob_base = {
   50956             :             .ob_refcnt = 999999999,
   50957             :             .ob_type = &PyUnicode_Type,
   50958             :         },
   50959             :         .length = 15,
   50960             :         .hash = -1,
   50961             :         .state = {
   50962             :             .kind = 1,
   50963             :             .compact = 1,
   50964             :             .ascii = 1,
   50965             :         },
   50966             :     },
   50967             :     ._data = "_unmarshal_code",
   50968             : };
   50969             : static
   50970             :     struct {
   50971             :         PyObject_VAR_HEAD
   50972             :         Py_hash_t ob_shash;
   50973             :         char ob_sval[390];
   50974             :     }
   50975             : zipimport_toplevel_consts_26_linetable = {
   50976             :     .ob_base = {
   50977             :         .ob_base = {
   50978             :             .ob_refcnt = 999999999,
   50979             :             .ob_type = &PyBytes_Type,
   50980             :         },
   50981             :         .ob_size = 389,
   50982             :     },
   50983             :     .ob_shash = -1,
   50984             :     .ob_sval = "\x80\x00\xe0\x10\x18\xd8\x10\x18\xf0\x05\x03\x13\x06\xf0\x00\x03\x13\x06\x80\x4b\xf5\x0a\x00\x0d\x2e\xd7\x0c\x2d\xd1\x0c\x2d\xa8\x64\xb0\x48\xb8\x6b\xd4\x0c\x4a\x80\x45\xe0\x11\x16\x98\x13\x91\x1b\xa0\x01\xd2\x11\x21\x80\x4a\xd8\x07\x11\xf0\x00\x18\x05\x1c\xd8\x17\x1c\x98\x74\x91\x7c\xa0\x71\xd2\x17\x28\x88\x0c\xdd\x0c\x10\xd7\x0c\x26\xd1\x0c\x26\xa8\x27\xd2\x0c\x31\xf0\x00\x0a\x09\x3e\xd8\x11\x1d\xf0\x03\x0a\x09\x3e\xdd\x21\x25\xd7\x21\x3b\xd1\x21\x3b\xb8\x78\xd2\x21\x47\xf0\x03\x0a\x09\x3e\xe5\x1b\x2a\xa8\x34\xb0\x18\xd4\x1b\x3a\x88\x4c\xd8\x0f\x1b\xf0\x00\x07\x0d\x3e\xdd\x1e\x2e\xd7\x1e\x2e\xd1\x1e\x2e\xdd\x14\x27\xd7\x14\x39\xd1\x14\x39\xd8\x14\x20\xf4\x05\x03\x1f\x12\x90\x0b\xf5\x0a\x00\x11\x37\xd7\x10\x36\xd1\x10\x36\xd8\x14\x18\x98\x2b\xa0\x78\xb0\x1b\xf4\x03\x01\x11\x3e\xf0\x00\x01\x11\x3e\xf0\x00\x01\x11\x3e\xf5\x08\x00\x0d\x2a\xa8\x24\xb0\x08\xd4\x0c\x39\xf1\x03\x00\x09\x22\x88\x0c\x90\x6b\xf0\x06\x00\x0c\x18\xf0\x00\x07\x09\x1c\xf5\x06\x00\x15\x1e\x9d\x6e\xa8\x54\xb0\x21\xb0\x42\xa8\x5a\xd4\x1e\x38\xb8\x2c\xd4\x14\x47\xf0\x00\x04\x0d\x1c\xdd\x14\x22\xa0\x34\xa8\x02\xa8\x32\xa0\x3b\xd4\x14\x2f\xb0\x3b\xd2\x14\x3e\xf0\x03\x04\x0d\x1c\xe5\x10\x2b\xd7\x10\x2b\xd1\x10\x2b\xd8\x14\x39\xa8\x58\xd0\x14\x39\xd0\x14\x39\xf4\x03\x01\x11\x3b\xf0\x00\x01\x11\x3b\xe0\x17\x1b\x90\x74\xe5\x0b\x18\x8f\x3d\x89\x3d\x98\x14\x98\x62\x98\x19\x98\x19\xd4\x0b\x23\x80\x44\xdd\x0b\x15\x90\x64\x9d\x4a\xd4\x0b\x27\xf0\x00\x01\x05\x4e\x01\xdd\x0e\x17\xd0\x18\x4c\xa8\x38\xd0\x18\x4c\xd0\x18\x4c\xd0\x18\x4c\xd4\x0e\x4d\xd0\x08\x4d\xd8\x0b\x0f\x80\x4b",
   50985             : };
   50986             : static
   50987             :     struct {
   50988             :         PyGC_Head _gc_head;
   50989             :         struct {
   50990             :             PyObject_VAR_HEAD
   50991             :             PyObject *ob_item[14];
   50992             :         }_object;
   50993             :     }
   50994             : zipimport_toplevel_consts_26_localsplusnames = {
   50995             :     ._object = {
   50996             :         .ob_base = {
   50997             :             .ob_base = {
   50998             :                 .ob_refcnt = 999999999,
   50999             :                 .ob_type = &PyTuple_Type,
   51000             :             },
   51001             :             .ob_size = 14,
   51002             :         },
   51003             :         .ob_item = {
   51004             :             & const_str_self._ascii.ob_base,
   51005             :             & const_str_pathname._ascii.ob_base,
   51006             :             & const_str_fullpath._ascii.ob_base,
   51007             :             & const_str_fullname._ascii.ob_base,
   51008             :             & const_str_data._ascii.ob_base,
   51009             :             & const_str_exc_details._ascii.ob_base,
   51010             :             & const_str_flags._ascii.ob_base,
   51011             :             & const_str_hash_based._ascii.ob_base,
   51012             :             & const_str_check_source._ascii.ob_base,
   51013             :             & const_str_source_bytes._ascii.ob_base,
   51014             :             & const_str_source_hash._ascii.ob_base,
   51015             :             & const_str_source_mtime._ascii.ob_base,
   51016             :             & const_str_source_size._ascii.ob_base,
   51017             :             &_Py_ID(code),
   51018             :         },
   51019             :     },
   51020             : };
   51021             : static
   51022             :     struct _PyCode_DEF(672)
   51023             : zipimport_toplevel_consts_26 = {
   51024             :     .ob_base = {
   51025             :         .ob_base = {
   51026             :             .ob_refcnt = 999999999,
   51027             :             .ob_type = &PyCode_Type,
   51028             :         },
   51029             :         .ob_size = 336,
   51030             :     },
   51031             :     .co_consts = & zipimport_toplevel_consts_26_consts._object.ob_base.ob_base,
   51032             :     .co_names = & zipimport_toplevel_consts_26_names._object.ob_base.ob_base,
   51033             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   51034             :     .co_flags = 3,
   51035             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   51036             :     ._co_linearray_entry_size = 0,
   51037             :     .co_argcount = 5,
   51038             :     .co_posonlyargcount = 0,
   51039             :     .co_kwonlyargcount = 0,
   51040             :     .co_framesize = 21 + FRAME_SPECIALS_SIZE,
   51041             :     .co_stacksize = 7,
   51042             :     .co_firstlineno = 577,
   51043             :     .co_nlocalsplus = 14,
   51044             :     .co_nlocals = 14,
   51045             :     .co_nplaincellvars = 0,
   51046             :     .co_ncellvars = 0,
   51047             :     .co_nfreevars = 0,
   51048             :     .co_localsplusnames = & zipimport_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
   51049             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
   51050             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   51051             :     .co_name = & const_str__unmarshal_code._ascii.ob_base,
   51052             :     .co_qualname = & const_str__unmarshal_code._ascii.ob_base,
   51053             :     .co_linetable = & zipimport_toplevel_consts_26_linetable.ob_base.ob_base,
   51054             :     ._co_code = NULL,
   51055             :     ._co_linearray = NULL,
   51056             :     .co_code_adaptive = "\x97\x00\x7c\x03\x7c\x02\x64\x01\x9c\x02\x7d\x05\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x03\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x64\x02\x7a\x01\x00\x00\x64\x03\x6b\x03\x00\x00\x00\x00\x7d\x07\x7c\x07\x72\x87\x7c\x06\x64\x04\x7a\x01\x00\x00\x64\x03\x6b\x03\x00\x00\x00\x00\x7d\x08\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x03\x00\x00\x00\x00\x72\xc8\x7c\x08\x73\x15\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x02\x00\x00\x00\x00\x72\xb1\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x81\xa1\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x0a\x7c\x03\x7c\x05\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x5f\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x0b\x7d\x0c\x7c\x0b\x72\x4c\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x07\x64\x08\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x08\x64\x09\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\x6b\x03\x00\x00\x00\x00\x72\x1c\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x7c\x03\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x09\x64\x00\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x11\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x7c\x01\x9b\x02\x64\x0c\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x0d\x53\x00",
   51057             :     ._co_firsttraceable = 0,
   51058             : };
   51059             : static
   51060             :     struct {
   51061             :         PyGC_Head _gc_head;
   51062             :         struct {
   51063             :             PyObject_VAR_HEAD
   51064             :             PyObject *ob_item[4];
   51065             :         }_object;
   51066             :     }
   51067             : zipimport_toplevel_consts_27_consts = {
   51068             :     ._object = {
   51069             :         .ob_base = {
   51070             :             .ob_base = {
   51071             :                 .ob_refcnt = 999999999,
   51072             :                 .ob_type = &PyTuple_Type,
   51073             :             },
   51074             :             .ob_size = 4,
   51075             :         },
   51076             :         .ob_item = {
   51077             :             Py_None,
   51078             :             & importlib__bootstrap_external_toplevel_consts_29.ob_base.ob_base,
   51079             :             (PyObject *)&_Py_SINGLETON(bytes_characters[10]),
   51080             :             (PyObject *)&_Py_SINGLETON(bytes_characters[13]),
   51081             :         },
   51082             :     },
   51083             : };
   51084             : static
   51085             :     struct {
   51086             :         PyGC_Head _gc_head;
   51087             :         struct {
   51088             :             PyObject_VAR_HEAD
   51089             :             PyObject *ob_item[1];
   51090             :         }_object;
   51091             :     }
   51092             : zipimport_toplevel_consts_27_names = {
   51093             :     ._object = {
   51094             :         .ob_base = {
   51095             :             .ob_base = {
   51096             :                 .ob_refcnt = 999999999,
   51097             :                 .ob_type = &PyTuple_Type,
   51098             :             },
   51099             :             .ob_size = 1,
   51100             :         },
   51101             :         .ob_item = {
   51102             :             &_Py_ID(replace),
   51103             :         },
   51104             :     },
   51105             : };
   51106             : static
   51107             :     struct {
   51108             :         PyASCIIObject _ascii;
   51109             :         uint8_t _data[24];
   51110             :     }
   51111             : const_str__normalize_line_endings = {
   51112             :     ._ascii = {
   51113             :         .ob_base = {
   51114             :             .ob_refcnt = 999999999,
   51115             :             .ob_type = &PyUnicode_Type,
   51116             :         },
   51117             :         .length = 23,
   51118             :         .hash = -1,
   51119             :         .state = {
   51120             :             .kind = 1,
   51121             :             .compact = 1,
   51122             :             .ascii = 1,
   51123             :         },
   51124             :     },
   51125             :     ._data = "_normalize_line_endings",
   51126             : };
   51127             : static
   51128             :     struct {
   51129             :         PyObject_VAR_HEAD
   51130             :         Py_hash_t ob_shash;
   51131             :         char ob_sval[40];
   51132             :     }
   51133             : zipimport_toplevel_consts_27_linetable = {
   51134             :     .ob_base = {
   51135             :         .ob_base = {
   51136             :             .ob_refcnt = 999999999,
   51137             :             .ob_type = &PyBytes_Type,
   51138             :         },
   51139             :         .ob_size = 39,
   51140             :     },
   51141             :     .ob_shash = -1,
   51142             :     .ob_sval = "\x80\x00\xd8\x0d\x13\x8f\x5e\x89\x5e\x98\x47\xa0\x55\xd4\x0d\x2b\x80\x46\xd8\x0d\x13\x8f\x5e\x89\x5e\x98\x45\xa0\x35\xd4\x0d\x29\x80\x46\xd8\x0b\x11\x80\x4d",
   51143             : };
   51144             : static
   51145             :     struct {
   51146             :         PyGC_Head _gc_head;
   51147             :         struct {
   51148             :             PyObject_VAR_HEAD
   51149             :             PyObject *ob_item[1];
   51150             :         }_object;
   51151             :     }
   51152             : zipimport_toplevel_consts_27_localsplusnames = {
   51153             :     ._object = {
   51154             :         .ob_base = {
   51155             :             .ob_base = {
   51156             :                 .ob_refcnt = 999999999,
   51157             :                 .ob_type = &PyTuple_Type,
   51158             :             },
   51159             :             .ob_size = 1,
   51160             :         },
   51161             :         .ob_item = {
   51162             :             & const_str_source._ascii.ob_base,
   51163             :         },
   51164             :     },
   51165             : };
   51166             : static
   51167             :     struct _PyCode_DEF(82)
   51168             : zipimport_toplevel_consts_27 = {
   51169             :     .ob_base = {
   51170             :         .ob_base = {
   51171             :             .ob_refcnt = 999999999,
   51172             :             .ob_type = &PyCode_Type,
   51173             :         },
   51174             :         .ob_size = 41,
   51175             :     },
   51176             :     .co_consts = & zipimport_toplevel_consts_27_consts._object.ob_base.ob_base,
   51177             :     .co_names = & zipimport_toplevel_consts_27_names._object.ob_base.ob_base,
   51178             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   51179             :     .co_flags = 3,
   51180             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   51181             :     ._co_linearray_entry_size = 0,
   51182             :     .co_argcount = 1,
   51183             :     .co_posonlyargcount = 0,
   51184             :     .co_kwonlyargcount = 0,
   51185             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   51186             :     .co_stacksize = 4,
   51187             :     .co_firstlineno = 622,
   51188             :     .co_nlocalsplus = 1,
   51189             :     .co_nlocals = 1,
   51190             :     .co_nplaincellvars = 0,
   51191             :     .co_ncellvars = 0,
   51192             :     .co_nfreevars = 0,
   51193             :     .co_localsplusnames = & zipimport_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
   51194             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   51195             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   51196             :     .co_name = & const_str__normalize_line_endings._ascii.ob_base,
   51197             :     .co_qualname = & const_str__normalize_line_endings._ascii.ob_base,
   51198             :     .co_linetable = & zipimport_toplevel_consts_27_linetable.ob_base.ob_base,
   51199             :     ._co_code = NULL,
   51200             :     ._co_linearray = NULL,
   51201             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x53\x00",
   51202             :     ._co_firsttraceable = 0,
   51203             : };
   51204             : static
   51205             :     struct {
   51206             :         PyGC_Head _gc_head;
   51207             :         struct {
   51208             :             PyObject_VAR_HEAD
   51209             :             PyObject *ob_item[4];
   51210             :         }_object;
   51211             :     }
   51212             : zipimport_toplevel_consts_28_consts = {
   51213             :     ._object = {
   51214             :         .ob_base = {
   51215             :             .ob_base = {
   51216             :                 .ob_refcnt = 999999999,
   51217             :                 .ob_type = &PyTuple_Type,
   51218             :             },
   51219             :             .ob_size = 4,
   51220             :         },
   51221             :         .ob_item = {
   51222             :             Py_None,
   51223             :             & const_str_exec._ascii.ob_base,
   51224             :             Py_True,
   51225             :             & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5._object.ob_base.ob_base,
   51226             :         },
   51227             :     },
   51228             : };
   51229             : static
   51230             :     struct {
   51231             :         PyGC_Head _gc_head;
   51232             :         struct {
   51233             :             PyObject_VAR_HEAD
   51234             :             PyObject *ob_item[2];
   51235             :         }_object;
   51236             :     }
   51237             : zipimport_toplevel_consts_28_names = {
   51238             :     ._object = {
   51239             :         .ob_base = {
   51240             :             .ob_base = {
   51241             :                 .ob_refcnt = 999999999,
   51242             :                 .ob_type = &PyTuple_Type,
   51243             :             },
   51244             :             .ob_size = 2,
   51245             :         },
   51246             :         .ob_item = {
   51247             :             & const_str__normalize_line_endings._ascii.ob_base,
   51248             :             & const_str_compile._ascii.ob_base,
   51249             :         },
   51250             :     },
   51251             : };
   51252             : static
   51253             :     struct {
   51254             :         PyASCIIObject _ascii;
   51255             :         uint8_t _data[16];
   51256             :     }
   51257             : const_str__compile_source = {
   51258             :     ._ascii = {
   51259             :         .ob_base = {
   51260             :             .ob_refcnt = 999999999,
   51261             :             .ob_type = &PyUnicode_Type,
   51262             :         },
   51263             :         .length = 15,
   51264             :         .hash = -1,
   51265             :         .state = {
   51266             :             .kind = 1,
   51267             :             .compact = 1,
   51268             :             .ascii = 1,
   51269             :         },
   51270             :     },
   51271             :     ._data = "_compile_source",
   51272             : };
   51273             : static
   51274             :     struct {
   51275             :         PyObject_VAR_HEAD
   51276             :         Py_hash_t ob_shash;
   51277             :         char ob_sval[33];
   51278             :     }
   51279             : zipimport_toplevel_consts_28_linetable = {
   51280             :     .ob_base = {
   51281             :         .ob_base = {
   51282             :             .ob_refcnt = 999999999,
   51283             :             .ob_type = &PyBytes_Type,
   51284             :         },
   51285             :         .ob_size = 32,
   51286             :     },
   51287             :     .ob_shash = -1,
   51288             :     .ob_sval = "\x80\x00\xdd\x0d\x24\xa0\x56\xd4\x0d\x2c\x80\x46\xdd\x0b\x12\x90\x36\x98\x38\xa0\x56\xb8\x24\xd0\x0b\x3f\xd4\x0b\x3f\xd0\x04\x3f",
   51289             : };
   51290             : static
   51291             :     struct {
   51292             :         PyGC_Head _gc_head;
   51293             :         struct {
   51294             :             PyObject_VAR_HEAD
   51295             :             PyObject *ob_item[2];
   51296             :         }_object;
   51297             :     }
   51298             : zipimport_toplevel_consts_28_localsplusnames = {
   51299             :     ._object = {
   51300             :         .ob_base = {
   51301             :             .ob_base = {
   51302             :                 .ob_refcnt = 999999999,
   51303             :                 .ob_type = &PyTuple_Type,
   51304             :             },
   51305             :             .ob_size = 2,
   51306             :         },
   51307             :         .ob_item = {
   51308             :             & const_str_pathname._ascii.ob_base,
   51309             :             & const_str_source._ascii.ob_base,
   51310             :         },
   51311             :     },
   51312             : };
   51313             : static
   51314             :     struct _PyCode_DEF(62)
   51315             : zipimport_toplevel_consts_28 = {
   51316             :     .ob_base = {
   51317             :         .ob_base = {
   51318             :             .ob_refcnt = 999999999,
   51319             :             .ob_type = &PyCode_Type,
   51320             :         },
   51321             :         .ob_size = 31,
   51322             :     },
   51323             :     .co_consts = & zipimport_toplevel_consts_28_consts._object.ob_base.ob_base,
   51324             :     .co_names = & zipimport_toplevel_consts_28_names._object.ob_base.ob_base,
   51325             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   51326             :     .co_flags = 3,
   51327             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   51328             :     ._co_linearray_entry_size = 0,
   51329             :     .co_argcount = 2,
   51330             :     .co_posonlyargcount = 0,
   51331             :     .co_kwonlyargcount = 0,
   51332             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   51333             :     .co_stacksize = 6,
   51334             :     .co_firstlineno = 629,
   51335             :     .co_nlocalsplus = 2,
   51336             :     .co_nlocals = 2,
   51337             :     .co_nplaincellvars = 0,
   51338             :     .co_ncellvars = 0,
   51339             :     .co_nfreevars = 0,
   51340             :     .co_localsplusnames = & zipimport_toplevel_consts_28_localsplusnames._object.ob_base.ob_base,
   51341             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   51342             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   51343             :     .co_name = & const_str__compile_source._ascii.ob_base,
   51344             :     .co_qualname = & const_str__compile_source._ascii.ob_base,
   51345             :     .co_linetable = & zipimport_toplevel_consts_28_linetable.ob_base.ob_base,
   51346             :     ._co_code = NULL,
   51347             :     ._co_linearray = NULL,
   51348             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x64\x01\x64\x02\xac\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   51349             :     ._co_firsttraceable = 0,
   51350             : };
   51351             : static
   51352             :     struct {
   51353             :         PyObject_VAR_HEAD
   51354             :         digit ob_digit[1];
   51355             :     }
   51356             : const_int_1980 = {
   51357             :     .ob_base = {
   51358             :         .ob_base = {
   51359             :             .ob_refcnt = 999999999,
   51360             :             .ob_type = &PyLong_Type,
   51361             :         },
   51362             :         .ob_size = 1,
   51363             :     },
   51364             :     .ob_digit = { 1980 },
   51365             : };
   51366             : static
   51367             :     struct {
   51368             :         PyGC_Head _gc_head;
   51369             :         struct {
   51370             :             PyObject_VAR_HEAD
   51371             :             PyObject *ob_item[10];
   51372             :         }_object;
   51373             :     }
   51374             : zipimport_toplevel_consts_29_consts = {
   51375             :     ._object = {
   51376             :         .ob_base = {
   51377             :             .ob_base = {
   51378             :                 .ob_refcnt = 999999999,
   51379             :                 .ob_type = &PyTuple_Type,
   51380             :             },
   51381             :             .ob_size = 10,
   51382             :         },
   51383             :         .ob_item = {
   51384             :             Py_None,
   51385             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 9],
   51386             :             & const_int_1980.ob_base.ob_base,
   51387             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
   51388             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 15],
   51389             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 31],
   51390             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 11],
   51391             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 63],
   51392             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   51393             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   51394             :         },
   51395             :     },
   51396             : };
   51397             : static
   51398             :     struct {
   51399             :         PyASCIIObject _ascii;
   51400             :         uint8_t _data[7];
   51401             :     }
   51402             : const_str_mktime = {
   51403             :     ._ascii = {
   51404             :         .ob_base = {
   51405             :             .ob_refcnt = 999999999,
   51406             :             .ob_type = &PyUnicode_Type,
   51407             :         },
   51408             :         .length = 6,
   51409             :         .hash = -1,
   51410             :         .state = {
   51411             :             .kind = 1,
   51412             :             .compact = 1,
   51413             :             .ascii = 1,
   51414             :         },
   51415             :     },
   51416             :     ._data = "mktime",
   51417             : };
   51418             : static
   51419             :     struct {
   51420             :         PyGC_Head _gc_head;
   51421             :         struct {
   51422             :             PyObject_VAR_HEAD
   51423             :             PyObject *ob_item[2];
   51424             :         }_object;
   51425             :     }
   51426             : zipimport_toplevel_consts_29_names = {
   51427             :     ._object = {
   51428             :         .ob_base = {
   51429             :             .ob_base = {
   51430             :                 .ob_refcnt = 999999999,
   51431             :                 .ob_type = &PyTuple_Type,
   51432             :             },
   51433             :             .ob_size = 2,
   51434             :         },
   51435             :         .ob_item = {
   51436             :             & const_str_time._ascii.ob_base,
   51437             :             & const_str_mktime._ascii.ob_base,
   51438             :         },
   51439             :     },
   51440             : };
   51441             : static
   51442             :     struct {
   51443             :         PyASCIIObject _ascii;
   51444             :         uint8_t _data[15];
   51445             :     }
   51446             : const_str__parse_dostime = {
   51447             :     ._ascii = {
   51448             :         .ob_base = {
   51449             :             .ob_refcnt = 999999999,
   51450             :             .ob_type = &PyUnicode_Type,
   51451             :         },
   51452             :         .length = 14,
   51453             :         .hash = -1,
   51454             :         .state = {
   51455             :             .kind = 1,
   51456             :             .compact = 1,
   51457             :             .ascii = 1,
   51458             :         },
   51459             :     },
   51460             :     ._data = "_parse_dostime",
   51461             : };
   51462             : static
   51463             :     struct {
   51464             :         PyObject_VAR_HEAD
   51465             :         Py_hash_t ob_shash;
   51466             :         char ob_sval[90];
   51467             :     }
   51468             : zipimport_toplevel_consts_29_linetable = {
   51469             :     .ob_base = {
   51470             :         .ob_base = {
   51471             :             .ob_refcnt = 999999999,
   51472             :             .ob_type = &PyBytes_Type,
   51473             :         },
   51474             :         .ob_size = 89,
   51475             :     },
   51476             :     .ob_shash = -1,
   51477             :     .ob_sval = "\x80\x00\xdd\x0b\x16\x8f\x3b\x89\x3b\xd8\x09\x0a\x88\x61\x89\x16\x90\x34\x89\x0f\xd8\x09\x0a\x88\x61\x89\x16\x90\x33\x89\x0e\xd8\x08\x09\x88\x44\x89\x08\xd8\x08\x09\x88\x52\x89\x07\xd8\x09\x0a\x88\x61\x89\x16\x90\x34\x89\x0f\xd8\x09\x0a\x88\x54\x89\x18\x90\x51\x89\x0e\xd8\x08\x0a\x88\x42\x90\x02\xf0\x0f\x07\x18\x14\xf4\x00\x07\x0c\x15\xf0\x00\x07\x05\x15",
   51478             : };
   51479             : static
   51480             :     struct {
   51481             :         PyASCIIObject _ascii;
   51482             :         uint8_t _data[2];
   51483             :     }
   51484             : const_str_d = {
   51485             :     ._ascii = {
   51486             :         .ob_base = {
   51487             :             .ob_refcnt = 999999999,
   51488             :             .ob_type = &PyUnicode_Type,
   51489             :         },
   51490             :         .length = 1,
   51491             :         .hash = -1,
   51492             :         .state = {
   51493             :             .kind = 1,
   51494             :             .compact = 1,
   51495             :             .ascii = 1,
   51496             :         },
   51497             :     },
   51498             :     ._data = "d",
   51499             : };
   51500             : static
   51501             :     struct {
   51502             :         PyGC_Head _gc_head;
   51503             :         struct {
   51504             :             PyObject_VAR_HEAD
   51505             :             PyObject *ob_item[2];
   51506             :         }_object;
   51507             :     }
   51508             : zipimport_toplevel_consts_29_localsplusnames = {
   51509             :     ._object = {
   51510             :         .ob_base = {
   51511             :             .ob_base = {
   51512             :                 .ob_refcnt = 999999999,
   51513             :                 .ob_type = &PyTuple_Type,
   51514             :             },
   51515             :             .ob_size = 2,
   51516             :         },
   51517             :         .ob_item = {
   51518             :             & const_str_d._ascii.ob_base,
   51519             :             & const_str_t._ascii.ob_base,
   51520             :         },
   51521             :     },
   51522             : };
   51523             : static
   51524             :     struct _PyCode_DEF(126)
   51525             : zipimport_toplevel_consts_29 = {
   51526             :     .ob_base = {
   51527             :         .ob_base = {
   51528             :             .ob_refcnt = 999999999,
   51529             :             .ob_type = &PyCode_Type,
   51530             :         },
   51531             :         .ob_size = 63,
   51532             :     },
   51533             :     .co_consts = & zipimport_toplevel_consts_29_consts._object.ob_base.ob_base,
   51534             :     .co_names = & zipimport_toplevel_consts_29_names._object.ob_base.ob_base,
   51535             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   51536             :     .co_flags = 3,
   51537             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   51538             :     ._co_linearray_entry_size = 0,
   51539             :     .co_argcount = 2,
   51540             :     .co_posonlyargcount = 0,
   51541             :     .co_kwonlyargcount = 0,
   51542             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
   51543             :     .co_stacksize = 11,
   51544             :     .co_firstlineno = 635,
   51545             :     .co_nlocalsplus = 2,
   51546             :     .co_nlocals = 2,
   51547             :     .co_nplaincellvars = 0,
   51548             :     .co_ncellvars = 0,
   51549             :     .co_nfreevars = 0,
   51550             :     .co_localsplusnames = & zipimport_toplevel_consts_29_localsplusnames._object.ob_base.ob_base,
   51551             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   51552             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   51553             :     .co_name = & const_str__parse_dostime._ascii.ob_base,
   51554             :     .co_qualname = & const_str__parse_dostime._ascii.ob_base,
   51555             :     .co_linetable = & zipimport_toplevel_consts_29_linetable.ob_base.ob_base,
   51556             :     ._co_code = NULL,
   51557             :     ._co_linearray = NULL,
   51558             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x7a\x09\x00\x00\x64\x02\x7a\x00\x00\x00\x7c\x00\x64\x03\x7a\x09\x00\x00\x64\x04\x7a\x01\x00\x00\x7c\x00\x64\x05\x7a\x01\x00\x00\x7c\x01\x64\x06\x7a\x09\x00\x00\x7c\x01\x64\x03\x7a\x09\x00\x00\x64\x07\x7a\x01\x00\x00\x7c\x01\x64\x05\x7a\x01\x00\x00\x64\x08\x7a\x05\x00\x00\x64\x09\x64\x09\x64\x09\x66\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   51559             :     ._co_firsttraceable = 0,
   51560             : };
   51561             : static
   51562             :     struct {
   51563             :         PyASCIIObject _ascii;
   51564             :         uint8_t _data[2];
   51565             :     }
   51566             : const_str_c = {
   51567             :     ._ascii = {
   51568             :         .ob_base = {
   51569             :             .ob_refcnt = 999999999,
   51570             :             .ob_type = &PyUnicode_Type,
   51571             :         },
   51572             :         .length = 1,
   51573             :         .hash = -1,
   51574             :         .state = {
   51575             :             .kind = 1,
   51576             :             .compact = 1,
   51577             :             .ascii = 1,
   51578             :         },
   51579             :     },
   51580             :     ._data = "c",
   51581             : };
   51582             : static
   51583             :     struct {
   51584             :         PyASCIIObject _ascii;
   51585             :         uint8_t _data[2];
   51586             :     }
   51587             : const_str_o = {
   51588             :     ._ascii = {
   51589             :         .ob_base = {
   51590             :             .ob_refcnt = 999999999,
   51591             :             .ob_type = &PyUnicode_Type,
   51592             :         },
   51593             :         .length = 1,
   51594             :         .hash = -1,
   51595             :         .state = {
   51596             :             .kind = 1,
   51597             :             .compact = 1,
   51598             :             .ascii = 1,
   51599             :         },
   51600             :     },
   51601             :     ._data = "o",
   51602             : };
   51603             : static
   51604             :     struct {
   51605             :         PyGC_Head _gc_head;
   51606             :         struct {
   51607             :             PyObject_VAR_HEAD
   51608             :             PyObject *ob_item[2];
   51609             :         }_object;
   51610             :     }
   51611             : zipimport_toplevel_consts_30_consts_2 = {
   51612             :     ._object = {
   51613             :         .ob_base = {
   51614             :             .ob_base = {
   51615             :                 .ob_refcnt = 999999999,
   51616             :                 .ob_type = &PyTuple_Type,
   51617             :             },
   51618             :             .ob_size = 2,
   51619             :         },
   51620             :         .ob_item = {
   51621             :             & const_str_c._ascii.ob_base,
   51622             :             & const_str_o._ascii.ob_base,
   51623             :         },
   51624             :     },
   51625             : };
   51626             : static
   51627             :     struct {
   51628             :         PyGC_Head _gc_head;
   51629             :         struct {
   51630             :             PyObject_VAR_HEAD
   51631             :             PyObject *ob_item[7];
   51632             :         }_object;
   51633             :     }
   51634             : zipimport_toplevel_consts_30_consts = {
   51635             :     ._object = {
   51636             :         .ob_base = {
   51637             :             .ob_base = {
   51638             :                 .ob_refcnt = 999999999,
   51639             :                 .ob_type = &PyTuple_Type,
   51640             :             },
   51641             :             .ob_size = 7,
   51642             :         },
   51643             :         .ob_item = {
   51644             :             Py_None,
   51645             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   51646             :             & zipimport_toplevel_consts_30_consts_2._object.ob_base.ob_base,
   51647             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
   51648             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 6],
   51649             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
   51650             :             & importlib__bootstrap_external_toplevel_consts_82._object.ob_base.ob_base,
   51651             :         },
   51652             :     },
   51653             : };
   51654             : static
   51655             :     struct {
   51656             :         PyASCIIObject _ascii;
   51657             :         uint8_t _data[11];
   51658             :     }
   51659             : const_str_IndexError = {
   51660             :     ._ascii = {
   51661             :         .ob_base = {
   51662             :             .ob_refcnt = 999999999,
   51663             :             .ob_type = &PyUnicode_Type,
   51664             :         },
   51665             :         .length = 10,
   51666             :         .hash = -1,
   51667             :         .state = {
   51668             :             .kind = 1,
   51669             :             .compact = 1,
   51670             :             .ascii = 1,
   51671             :         },
   51672             :     },
   51673             :     ._data = "IndexError",
   51674             : };
   51675             : static
   51676             :     struct {
   51677             :         PyGC_Head _gc_head;
   51678             :         struct {
   51679             :             PyObject_VAR_HEAD
   51680             :             PyObject *ob_item[5];
   51681             :         }_object;
   51682             :     }
   51683             : zipimport_toplevel_consts_30_names = {
   51684             :     ._object = {
   51685             :         .ob_base = {
   51686             :             .ob_base = {
   51687             :                 .ob_refcnt = 999999999,
   51688             :                 .ob_type = &PyTuple_Type,
   51689             :             },
   51690             :             .ob_size = 5,
   51691             :         },
   51692             :         .ob_item = {
   51693             :             & const_str__files._ascii.ob_base,
   51694             :             & const_str__parse_dostime._ascii.ob_base,
   51695             :             & const_str_KeyError._ascii.ob_base,
   51696             :             & const_str_IndexError._ascii.ob_base,
   51697             :             & const_str_TypeError._ascii.ob_base,
   51698             :         },
   51699             :     },
   51700             : };
   51701             : static
   51702             :     struct {
   51703             :         PyObject_VAR_HEAD
   51704             :         Py_hash_t ob_shash;
   51705             :         char ob_sval[146];
   51706             :     }
   51707             : zipimport_toplevel_consts_30_linetable = {
   51708             :     .ob_base = {
   51709             :         .ob_base = {
   51710             :             .ob_refcnt = 999999999,
   51711             :             .ob_type = &PyBytes_Type,
   51712             :         },
   51713             :         .ob_size = 145,
   51714             :     },
   51715             :     .ob_shash = -1,
   51716             :     .ob_sval = "\x80\x00\xf0\x02\x0c\x05\x14\xe0\x0f\x13\x90\x42\x88\x79\x88\x79\x98\x4a\xd0\x0f\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xd8\x0f\x13\x88\x79\x90\x52\x88\x79\x88\x04\xd8\x14\x18\x97\x4b\x91\x4b\xa0\x04\xd4\x14\x25\x88\x09\xf0\x06\x00\x10\x19\x98\x11\x8c\x7c\x88\x04\xd8\x0f\x18\x98\x11\x8c\x7c\x88\x04\xd8\x1c\x25\xa0\x61\x9c\x4c\xd0\x08\x19\xdd\x0f\x1d\x98\x64\xa0\x44\xd4\x0f\x29\xd0\x2b\x3c\xd0\x0f\x3c\xd0\x08\x3c\xf8\xdd\x0c\x14\x95\x6a\xa5\x29\xd0\x0b\x2c\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\x88\x74\xf0\x03\x01\x05\x14\xf8\xf8\xf8",
   51717             : };
   51718             : static
   51719             :     struct {
   51720             :         PyObject_VAR_HEAD
   51721             :         Py_hash_t ob_shash;
   51722             :         char ob_sval[19];
   51723             :     }
   51724             : zipimport_toplevel_consts_30_exceptiontable = {
   51725             :     .ob_base = {
   51726             :         .ob_base = {
   51727             :             .ob_refcnt = 999999999,
   51728             :             .ob_type = &PyBytes_Type,
   51729             :         },
   51730             :         .ob_size = 18,
   51731             :     },
   51732             :     .ob_shash = -1,
   51733             :     .ob_sval = "\x82\x41\x07\x41\x0a\x00\xc1\x0a\x17\x41\x25\x03\xc1\x24\x01\x41\x25\x03",
   51734             : };
   51735             : static
   51736             :     struct {
   51737             :         PyASCIIObject _ascii;
   51738             :         uint8_t _data[18];
   51739             :     }
   51740             : const_str_uncompressed_size = {
   51741             :     ._ascii = {
   51742             :         .ob_base = {
   51743             :             .ob_refcnt = 999999999,
   51744             :             .ob_type = &PyUnicode_Type,
   51745             :         },
   51746             :         .length = 17,
   51747             :         .hash = -1,
   51748             :         .state = {
   51749             :             .kind = 1,
   51750             :             .compact = 1,
   51751             :             .ascii = 1,
   51752             :         },
   51753             :     },
   51754             :     ._data = "uncompressed_size",
   51755             : };
   51756             : static
   51757             :     struct {
   51758             :         PyGC_Head _gc_head;
   51759             :         struct {
   51760             :             PyObject_VAR_HEAD
   51761             :             PyObject *ob_item[6];
   51762             :         }_object;
   51763             :     }
   51764             : zipimport_toplevel_consts_30_localsplusnames = {
   51765             :     ._object = {
   51766             :         .ob_base = {
   51767             :             .ob_base = {
   51768             :                 .ob_refcnt = 999999999,
   51769             :                 .ob_type = &PyTuple_Type,
   51770             :             },
   51771             :             .ob_size = 6,
   51772             :         },
   51773             :         .ob_item = {
   51774             :             & const_str_self._ascii.ob_base,
   51775             :             &_Py_ID(path),
   51776             :             & const_str_toc_entry._ascii.ob_base,
   51777             :             & const_str_time._ascii.ob_base,
   51778             :             & const_str_date._ascii.ob_base,
   51779             :             & const_str_uncompressed_size._ascii.ob_base,
   51780             :         },
   51781             :     },
   51782             : };
   51783             : static
   51784             :     struct _PyCode_DEF(208)
   51785             : zipimport_toplevel_consts_30 = {
   51786             :     .ob_base = {
   51787             :         .ob_base = {
   51788             :             .ob_refcnt = 999999999,
   51789             :             .ob_type = &PyCode_Type,
   51790             :         },
   51791             :         .ob_size = 104,
   51792             :     },
   51793             :     .co_consts = & zipimport_toplevel_consts_30_consts._object.ob_base.ob_base,
   51794             :     .co_names = & zipimport_toplevel_consts_30_names._object.ob_base.ob_base,
   51795             :     .co_exceptiontable = & zipimport_toplevel_consts_30_exceptiontable.ob_base.ob_base,
   51796             :     .co_flags = 3,
   51797             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   51798             :     ._co_linearray_entry_size = 0,
   51799             :     .co_argcount = 2,
   51800             :     .co_posonlyargcount = 0,
   51801             :     .co_kwonlyargcount = 0,
   51802             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   51803             :     .co_stacksize = 5,
   51804             :     .co_firstlineno = 648,
   51805             :     .co_nlocalsplus = 6,
   51806             :     .co_nlocals = 6,
   51807             :     .co_nplaincellvars = 0,
   51808             :     .co_ncellvars = 0,
   51809             :     .co_nfreevars = 0,
   51810             :     .co_localsplusnames = & zipimport_toplevel_consts_30_localsplusnames._object.ob_base.ob_base,
   51811             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   51812             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   51813             :     .co_name = & const_str__get_mtime_and_size_of_source._ascii.ob_base,
   51814             :     .co_qualname = & const_str__get_mtime_and_size_of_source._ascii.ob_base,
   51815             :     .co_linetable = & zipimport_toplevel_consts_30_linetable.ob_base.ob_base,
   51816             :     ._co_code = NULL,
   51817             :     ._co_linearray = NULL,
   51818             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x01\x64\x01\x64\x00\x1a\x00\x64\x02\x76\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x64\x00\x64\x01\x1a\x00\x7d\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x02\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x66\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x04\x01\x00\x59\x00\x64\x06\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   51819             :     ._co_firsttraceable = 0,
   51820             : };
   51821             : static
   51822             :     struct {
   51823             :         PyGC_Head _gc_head;
   51824             :         struct {
   51825             :             PyObject_VAR_HEAD
   51826             :             PyObject *ob_item[3];
   51827             :         }_object;
   51828             :     }
   51829             : zipimport_toplevel_consts_31_consts = {
   51830             :     ._object = {
   51831             :         .ob_base = {
   51832             :             .ob_base = {
   51833             :                 .ob_refcnt = 999999999,
   51834             :                 .ob_type = &PyTuple_Type,
   51835             :             },
   51836             :             .ob_size = 3,
   51837             :         },
   51838             :         .ob_item = {
   51839             :             Py_None,
   51840             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   51841             :             & zipimport_toplevel_consts_30_consts_2._object.ob_base.ob_base,
   51842             :         },
   51843             :     },
   51844             : };
   51845             : static
   51846             :     struct {
   51847             :         PyGC_Head _gc_head;
   51848             :         struct {
   51849             :             PyObject_VAR_HEAD
   51850             :             PyObject *ob_item[4];
   51851             :         }_object;
   51852             :     }
   51853             : zipimport_toplevel_consts_31_names = {
   51854             :     ._object = {
   51855             :         .ob_base = {
   51856             :             .ob_base = {
   51857             :                 .ob_refcnt = 999999999,
   51858             :                 .ob_type = &PyTuple_Type,
   51859             :             },
   51860             :             .ob_size = 4,
   51861             :         },
   51862             :         .ob_item = {
   51863             :             & const_str__files._ascii.ob_base,
   51864             :             & const_str__get_data._ascii.ob_base,
   51865             :             & const_str_archive._ascii.ob_base,
   51866             :             & const_str_KeyError._ascii.ob_base,
   51867             :         },
   51868             :     },
   51869             : };
   51870             : static
   51871             :     struct {
   51872             :         PyObject_VAR_HEAD
   51873             :         Py_hash_t ob_shash;
   51874             :         char ob_sval[111];
   51875             :     }
   51876             : zipimport_toplevel_consts_31_linetable = {
   51877             :     .ob_base = {
   51878             :         .ob_base = {
   51879             :             .ob_refcnt = 999999999,
   51880             :             .ob_type = &PyBytes_Type,
   51881             :         },
   51882             :         .ob_size = 110,
   51883             :     },
   51884             :     .ob_shash = -1,
   51885             :     .ob_sval = "\x80\x00\xe0\x0b\x0f\x90\x02\x88\x39\x88\x39\x98\x0a\xd0\x0b\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd8\x0b\x0f\x88\x39\x90\x12\x88\x39\x80\x44\xf0\x04\x05\x05\x32\xd8\x14\x18\x97\x4b\x91\x4b\xa0\x04\xd4\x14\x25\x88\x09\xf5\x08\x00\x10\x19\x98\x14\x9f\x1c\x99\x1c\xa0\x79\xd4\x0f\x31\xd0\x08\x31\xf8\xf5\x07\x00\x0c\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\x88\x74\xf0\x03\x01\x05\x14\xf8\xf8\xf8",
   51886             : };
   51887             : static
   51888             :     struct {
   51889             :         PyObject_VAR_HEAD
   51890             :         Py_hash_t ob_shash;
   51891             :         char ob_sval[16];
   51892             :     }
   51893             : zipimport_toplevel_consts_31_exceptiontable = {
   51894             :     .ob_base = {
   51895             :         .ob_base = {
   51896             :             .ob_refcnt = 999999999,
   51897             :             .ob_type = &PyBytes_Type,
   51898             :         },
   51899             :         .ob_size = 15,
   51900             :     },
   51901             :     .ob_shash = -1,
   51902             :     .ob_sval = "\x90\x12\x3a\x00\xba\x0a\x41\x08\x03\xc1\x07\x01\x41\x08\x03",
   51903             : };
   51904             : static
   51905             :     struct {
   51906             :         PyGC_Head _gc_head;
   51907             :         struct {
   51908             :             PyObject_VAR_HEAD
   51909             :             PyObject *ob_item[3];
   51910             :         }_object;
   51911             :     }
   51912             : zipimport_toplevel_consts_31_localsplusnames = {
   51913             :     ._object = {
   51914             :         .ob_base = {
   51915             :             .ob_base = {
   51916             :                 .ob_refcnt = 999999999,
   51917             :                 .ob_type = &PyTuple_Type,
   51918             :             },
   51919             :             .ob_size = 3,
   51920             :         },
   51921             :         .ob_item = {
   51922             :             & const_str_self._ascii.ob_base,
   51923             :             &_Py_ID(path),
   51924             :             & const_str_toc_entry._ascii.ob_base,
   51925             :         },
   51926             :     },
   51927             : };
   51928             : static
   51929             :     struct _PyCode_DEF(150)
   51930             : zipimport_toplevel_consts_31 = {
   51931             :     .ob_base = {
   51932             :         .ob_base = {
   51933             :             .ob_refcnt = 999999999,
   51934             :             .ob_type = &PyCode_Type,
   51935             :         },
   51936             :         .ob_size = 75,
   51937             :     },
   51938             :     .co_consts = & zipimport_toplevel_consts_31_consts._object.ob_base.ob_base,
   51939             :     .co_names = & zipimport_toplevel_consts_31_names._object.ob_base.ob_base,
   51940             :     .co_exceptiontable = & zipimport_toplevel_consts_31_exceptiontable.ob_base.ob_base,
   51941             :     .co_flags = 3,
   51942             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   51943             :     ._co_linearray_entry_size = 0,
   51944             :     .co_argcount = 2,
   51945             :     .co_posonlyargcount = 0,
   51946             :     .co_kwonlyargcount = 0,
   51947             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   51948             :     .co_stacksize = 4,
   51949             :     .co_firstlineno = 667,
   51950             :     .co_nlocalsplus = 3,
   51951             :     .co_nlocals = 3,
   51952             :     .co_nplaincellvars = 0,
   51953             :     .co_ncellvars = 0,
   51954             :     .co_nfreevars = 0,
   51955             :     .co_localsplusnames = & zipimport_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
   51956             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   51957             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   51958             :     .co_name = & const_str__get_pyc_source._ascii.ob_base,
   51959             :     .co_qualname = & const_str__get_pyc_source._ascii.ob_base,
   51960             :     .co_linetable = & zipimport_toplevel_consts_31_linetable.ob_base.ob_base,
   51961             :     ._co_code = NULL,
   51962             :     ._co_linearray = NULL,
   51963             :     .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x64\x00\x1a\x00\x64\x02\x76\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x64\x00\x64\x01\x1a\x00\x7d\x01\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   51964             :     ._co_firsttraceable = 0,
   51965             : };
   51966             : static
   51967             :     struct {
   51968             :         PyASCIIObject _ascii;
   51969             :         uint8_t _data[14];
   51970             :     }
   51971             : zipimport_toplevel_consts_32_consts_1 = {
   51972             :     ._ascii = {
   51973             :         .ob_base = {
   51974             :             .ob_refcnt = 999999999,
   51975             :             .ob_type = &PyUnicode_Type,
   51976             :         },
   51977             :         .length = 13,
   51978             :         .hash = -1,
   51979             :         .state = {
   51980             :             .kind = 1,
   51981             :             .compact = 1,
   51982             :             .ascii = 1,
   51983             :         },
   51984             :     },
   51985             :     ._data = "trying {}{}{}",
   51986             : };
   51987             : static
   51988             :     struct {
   51989             :         PyASCIIObject _ascii;
   51990             :         uint8_t _data[21];
   51991             :     }
   51992             : zipimport_toplevel_consts_32_consts_5 = {
   51993             :     ._ascii = {
   51994             :         .ob_base = {
   51995             :             .ob_refcnt = 999999999,
   51996             :             .ob_type = &PyUnicode_Type,
   51997             :         },
   51998             :         .length = 20,
   51999             :         .hash = -1,
   52000             :         .state = {
   52001             :             .kind = 1,
   52002             :             .compact = 1,
   52003             :             .ascii = 1,
   52004             :         },
   52005             :     },
   52006             :     ._data = "module load failed: ",
   52007             : };
   52008             : static
   52009             :     struct {
   52010             :         PyGC_Head _gc_head;
   52011             :         struct {
   52012             :             PyObject_VAR_HEAD
   52013             :             PyObject *ob_item[8];
   52014             :         }_object;
   52015             :     }
   52016             : zipimport_toplevel_consts_32_consts = {
   52017             :     ._object = {
   52018             :         .ob_base = {
   52019             :             .ob_base = {
   52020             :                 .ob_refcnt = 999999999,
   52021             :                 .ob_type = &PyTuple_Type,
   52022             :             },
   52023             :             .ob_size = 8,
   52024             :         },
   52025             :         .ob_item = {
   52026             :             Py_None,
   52027             :             & zipimport_toplevel_consts_32_consts_1._ascii.ob_base,
   52028             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   52029             :             & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
   52030             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   52031             :             & zipimport_toplevel_consts_32_consts_5._ascii.ob_base,
   52032             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
   52033             :             & zipimport_toplevel_consts_11_consts_8_consts_2._ascii.ob_base,
   52034             :         },
   52035             :     },
   52036             : };
   52037             : static
   52038             :     struct {
   52039             :         PyGC_Head _gc_head;
   52040             :         struct {
   52041             :             PyObject_VAR_HEAD
   52042             :             PyObject *ob_item[13];
   52043             :         }_object;
   52044             :     }
   52045             : zipimport_toplevel_consts_32_names = {
   52046             :     ._object = {
   52047             :         .ob_base = {
   52048             :             .ob_base = {
   52049             :                 .ob_refcnt = 999999999,
   52050             :                 .ob_type = &PyTuple_Type,
   52051             :             },
   52052             :             .ob_size = 13,
   52053             :         },
   52054             :         .ob_item = {
   52055             :             & const_str__get_module_path._ascii.ob_base,
   52056             :             & const_str__zip_searchorder._ascii.ob_base,
   52057             :             &_Py_ID(_bootstrap),
   52058             :             & const_str__verbose_message._ascii.ob_base,
   52059             :             & const_str_archive._ascii.ob_base,
   52060             :             & const_str_path_sep._ascii.ob_base,
   52061             :             & const_str__files._ascii.ob_base,
   52062             :             & const_str__get_data._ascii.ob_base,
   52063             :             & const_str__unmarshal_code._ascii.ob_base,
   52064             :             & const_str_ImportError._ascii.ob_base,
   52065             :             & const_str__compile_source._ascii.ob_base,
   52066             :             & const_str_KeyError._ascii.ob_base,
   52067             :             & const_str_ZipImportError._ascii.ob_base,
   52068             :         },
   52069             :     },
   52070             : };
   52071             : static
   52072             :     struct {
   52073             :         PyObject_VAR_HEAD
   52074             :         Py_hash_t ob_shash;
   52075             :         char ob_sval[372];
   52076             :     }
   52077             : zipimport_toplevel_consts_32_linetable = {
   52078             :     .ob_base = {
   52079             :         .ob_base = {
   52080             :             .ob_refcnt = 999999999,
   52081             :             .ob_type = &PyBytes_Type,
   52082             :         },
   52083             :         .ob_size = 371,
   52084             :     },
   52085             :     .ob_shash = -1,
   52086             :     .ob_sval = "\x80\x00\xdd\x0b\x1b\x98\x44\xa0\x28\xd4\x0b\x2b\x80\x44\xd8\x13\x17\x80\x4c\xdd\x29\x39\xf0\x00\x1d\x05\x53\x01\xf1\x00\x1d\x05\x53\x01\xd1\x08\x25\x88\x06\x90\x0a\x98\x49\xd8\x13\x17\x98\x26\x91\x3d\x88\x08\xdd\x08\x23\xd7\x08\x23\xd1\x08\x23\xa0\x4f\xb0\x54\xb7\x5c\xb1\x5c\xc5\x38\xc8\x58\xd0\x61\x62\xd0\x08\x63\xd4\x08\x63\xd0\x08\x63\xf0\x02\x14\x09\x2c\xd8\x18\x1c\x9f\x0b\x99\x0b\xa0\x48\xd4\x18\x2d\x88\x49\xf0\x08\x00\x17\x20\xa0\x01\x94\x6c\x88\x47\xdd\x13\x1c\x98\x54\x9f\x5c\x99\x5c\xa8\x39\xd4\x13\x35\x88\x44\xd8\x13\x17\x88\x44\xd8\x0f\x19\xf0\x00\x06\x0d\x36\xf0\x02\x03\x11\x27\xdd\x1b\x2a\xa8\x34\xb0\x17\xb8\x28\xc0\x48\xc8\x64\xd4\x1b\x53\x90\x44\x90\x44\xf5\x08\x00\x18\x27\xa0\x77\xb0\x04\xd4\x17\x35\x90\x04\xd8\x0f\x13\xf0\x00\x03\x0d\x19\xf0\x06\x00\x11\x19\xd8\x16\x1f\xa0\x01\x94\x6c\x88\x47\xd8\x13\x17\x98\x19\xa0\x47\xd0\x13\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xe0\x0b\x17\xf0\x00\x04\x09\x53\x01\xd8\x12\x37\xa8\x1c\xd0\x12\x37\xd0\x12\x37\x88\x43\xdd\x12\x20\xa0\x13\xa8\x38\xd0\x12\x34\xd4\x12\x34\xb8\x2c\xd0\x0c\x46\xe5\x12\x20\xd0\x21\x42\xb0\x68\xd0\x21\x42\xd0\x21\x42\xc8\x18\xd0\x12\x52\xd4\x12\x52\xd0\x0c\x52\xf8\xf5\x1f\x00\x18\x23\xf0\x00\x01\x11\x27\xf0\x00\x01\x11\x27\xf0\x00\x01\x11\x27\xd8\x23\x26\x90\x4c\x90\x4c\x90\x4c\x90\x4c\x90\x4c\x90\x4c\xf8\xf8\xf8\xf8\xf0\x03\x01\x11\x27\xf8\xf8\xf8\xf8\xf5\x13\x00\x10\x18\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
   52087             : };
   52088             : static
   52089             :     struct {
   52090             :         PyObject_VAR_HEAD
   52091             :         Py_hash_t ob_shash;
   52092             :         char ob_sval[43];
   52093             :     }
   52094             : zipimport_toplevel_consts_32_exceptiontable = {
   52095             :     .ob_base = {
   52096             :         .ob_base = {
   52097             :             .ob_refcnt = 999999999,
   52098             :             .ob_type = &PyBytes_Type,
   52099             :         },
   52100             :         .ob_size = 42,
   52101             :     },
   52102             :     .ob_shash = -1,
   52103             :     .ob_sval = "\xc1\x10\x12\x43\x3b\x02\xc2\x07\x11\x43\x22\x02\xc3\x22\x0a\x43\x38\x05\xc3\x2c\x02\x43\x33\x05\xc3\x33\x05\x43\x38\x05\xc3\x3b\x0a\x44\x08\x05\xc4\x07\x01\x44\x08\x05",
   52104             : };
   52105             : static
   52106             :     struct {
   52107             :         PyASCIIObject _ascii;
   52108             :         uint8_t _data[13];
   52109             :     }
   52110             : const_str_import_error = {
   52111             :     ._ascii = {
   52112             :         .ob_base = {
   52113             :             .ob_refcnt = 999999999,
   52114             :             .ob_type = &PyUnicode_Type,
   52115             :         },
   52116             :         .length = 12,
   52117             :         .hash = -1,
   52118             :         .state = {
   52119             :             .kind = 1,
   52120             :             .compact = 1,
   52121             :             .ascii = 1,
   52122             :         },
   52123             :     },
   52124             :     ._data = "import_error",
   52125             : };
   52126             : static
   52127             :     struct {
   52128             :         PyGC_Head _gc_head;
   52129             :         struct {
   52130             :             PyObject_VAR_HEAD
   52131             :             PyObject *ob_item[14];
   52132             :         }_object;
   52133             :     }
   52134             : zipimport_toplevel_consts_32_localsplusnames = {
   52135             :     ._object = {
   52136             :         .ob_base = {
   52137             :             .ob_base = {
   52138             :                 .ob_refcnt = 999999999,
   52139             :                 .ob_type = &PyTuple_Type,
   52140             :             },
   52141             :             .ob_size = 14,
   52142             :         },
   52143             :         .ob_item = {
   52144             :             & const_str_self._ascii.ob_base,
   52145             :             & const_str_fullname._ascii.ob_base,
   52146             :             &_Py_ID(path),
   52147             :             & const_str_import_error._ascii.ob_base,
   52148             :             & const_str_suffix._ascii.ob_base,
   52149             :             & const_str_isbytecode._ascii.ob_base,
   52150             :             & const_str_ispackage._ascii.ob_base,
   52151             :             & const_str_fullpath._ascii.ob_base,
   52152             :             & const_str_toc_entry._ascii.ob_base,
   52153             :             & const_str_modpath._ascii.ob_base,
   52154             :             & const_str_data._ascii.ob_base,
   52155             :             &_Py_ID(code),
   52156             :             & const_str_exc._ascii.ob_base,
   52157             :             &_Py_ID(msg),
   52158             :         },
   52159             :     },
   52160             : };
   52161             : static
   52162             :     struct _PyCode_DEF(534)
   52163             : zipimport_toplevel_consts_32 = {
   52164             :     .ob_base = {
   52165             :         .ob_base = {
   52166             :             .ob_refcnt = 999999999,
   52167             :             .ob_type = &PyCode_Type,
   52168             :         },
   52169             :         .ob_size = 267,
   52170             :     },
   52171             :     .co_consts = & zipimport_toplevel_consts_32_consts._object.ob_base.ob_base,
   52172             :     .co_names = & zipimport_toplevel_consts_32_names._object.ob_base.ob_base,
   52173             :     .co_exceptiontable = & zipimport_toplevel_consts_32_exceptiontable.ob_base.ob_base,
   52174             :     .co_flags = 3,
   52175             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   52176             :     ._co_linearray_entry_size = 0,
   52177             :     .co_argcount = 2,
   52178             :     .co_posonlyargcount = 0,
   52179             :     .co_kwonlyargcount = 0,
   52180             :     .co_framesize = 22 + FRAME_SPECIALS_SIZE,
   52181             :     .co_stacksize = 8,
   52182             :     .co_firstlineno = 682,
   52183             :     .co_nlocalsplus = 14,
   52184             :     .co_nlocals = 14,
   52185             :     .co_nplaincellvars = 0,
   52186             :     .co_ncellvars = 0,
   52187             :     .co_nfreevars = 0,
   52188             :     .co_localsplusnames = & zipimport_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
   52189             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
   52190             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   52191             :     .co_name = & const_str__get_module_code._ascii.ob_base,
   52192             :     .co_qualname = & const_str__get_module_code._ascii.ob_base,
   52193             :     .co_linetable = & zipimport_toplevel_consts_32_linetable.ob_base.ob_base,
   52194             :     ._co_code = NULL,
   52195             :     ._co_linearray = NULL,
   52196             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x00\x7d\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x9f\x00\x00\x5c\x03\x00\x00\x7d\x04\x7d\x05\x7d\x06\x7c\x02\x7c\x04\x7a\x00\x00\x00\x7d\x07\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x64\x02\xac\x03\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x64\x00\x7d\x0b\x7c\x05\x72\x13\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x09\x7c\x07\x7c\x01\x7c\x0a\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x6e\x0e\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x0a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0b\x80\x01\x8c\x92\x7c\x08\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x0b\x7c\x06\x7c\x09\x66\x03\x63\x02\x01\x00\x53\x00\x7c\x03\x72\x15\x64\x05\x7c\x03\x9b\x00\x9d\x02\x7d\x0d\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x7c\x01\xac\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x82\x02\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x01\x9b\x02\x9d\x02\x7c\x01\xac\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0c\x7d\x0c\x7c\x0c\x7d\x03\x59\x00\x64\x00\x7d\x0c\x7e\x0c\x8c\x4c\x64\x00\x7d\x0c\x7e\x0c\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xef\x77\x00\x78\x03\x59\x00\x77\x01",
   52197             :     ._co_firsttraceable = 0,
   52198             : };
   52199             : static
   52200             :     struct {
   52201             :         PyGC_Head _gc_head;
   52202             :         struct {
   52203             :             PyObject_VAR_HEAD
   52204             :             PyObject *ob_item[33];
   52205             :         }_object;
   52206             :     }
   52207             : zipimport_toplevel_consts = {
   52208             :     ._object = {
   52209             :         .ob_base = {
   52210             :             .ob_base = {
   52211             :                 .ob_refcnt = 999999999,
   52212             :                 .ob_type = &PyTuple_Type,
   52213             :             },
   52214             :             .ob_size = 33,
   52215             :         },
   52216             :         .ob_item = {
   52217             :             & zipimport_toplevel_consts_0._ascii.ob_base,
   52218             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   52219             :             Py_None,
   52220             :             & zipimport_toplevel_consts_3._object.ob_base.ob_base,
   52221             :             & const_str_ZipImportError._ascii.ob_base,
   52222             :             & const_str_zipimporter._ascii.ob_base,
   52223             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   52224             :             & zipimport_toplevel_consts_7.ob_base.ob_base,
   52225             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 22],
   52226             :             & zipimport_toplevel_consts_9.ob_base.ob_base,
   52227             :             & const_int_65535.ob_base.ob_base,
   52228             :             & zipimport_toplevel_consts_11.ob_base.ob_base,
   52229             :             & zipimport_toplevel_consts_12._ascii.ob_base,
   52230             :             Py_True,
   52231             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
   52232             :             Py_False,
   52233             :             & zipimport_toplevel_consts_16._object.ob_base.ob_base,
   52234             :             & zipimport_toplevel_consts_17._object.ob_base.ob_base,
   52235             :             & zipimport_toplevel_consts_18.ob_base.ob_base,
   52236             :             & zipimport_toplevel_consts_19.ob_base.ob_base,
   52237             :             & zipimport_toplevel_consts_20.ob_base.ob_base,
   52238             :             & zipimport_toplevel_consts_21.ob_base.ob_base,
   52239             :             & zipimport_toplevel_consts_22._compact._base.ob_base,
   52240             :             & zipimport_toplevel_consts_23.ob_base.ob_base,
   52241             :             & zipimport_toplevel_consts_24.ob_base.ob_base,
   52242             :             & zipimport_toplevel_consts_25.ob_base.ob_base,
   52243             :             & zipimport_toplevel_consts_26.ob_base.ob_base,
   52244             :             & zipimport_toplevel_consts_27.ob_base.ob_base,
   52245             :             & zipimport_toplevel_consts_28.ob_base.ob_base,
   52246             :             & zipimport_toplevel_consts_29.ob_base.ob_base,
   52247             :             & zipimport_toplevel_consts_30.ob_base.ob_base,
   52248             :             & zipimport_toplevel_consts_31.ob_base.ob_base,
   52249             :             & zipimport_toplevel_consts_32.ob_base.ob_base,
   52250             :         },
   52251             :     },
   52252             : };
   52253             : static
   52254             :     struct {
   52255             :         PyASCIIObject _ascii;
   52256             :         uint8_t _data[18];
   52257             :     }
   52258             : const_str__frozen_importlib = {
   52259             :     ._ascii = {
   52260             :         .ob_base = {
   52261             :             .ob_refcnt = 999999999,
   52262             :             .ob_type = &PyUnicode_Type,
   52263             :         },
   52264             :         .length = 17,
   52265             :         .hash = -1,
   52266             :         .state = {
   52267             :             .kind = 1,
   52268             :             .compact = 1,
   52269             :             .ascii = 1,
   52270             :         },
   52271             :     },
   52272             :     ._data = "_frozen_importlib",
   52273             : };
   52274             : static
   52275             :     struct {
   52276             :         PyGC_Head _gc_head;
   52277             :         struct {
   52278             :             PyObject_VAR_HEAD
   52279             :             PyObject *ob_item[46];
   52280             :         }_object;
   52281             :     }
   52282             : zipimport_toplevel_names = {
   52283             :     ._object = {
   52284             :         .ob_base = {
   52285             :             .ob_base = {
   52286             :                 .ob_refcnt = 999999999,
   52287             :                 .ob_type = &PyTuple_Type,
   52288             :             },
   52289             :             .ob_size = 46,
   52290             :         },
   52291             :         .ob_item = {
   52292             :             &_Py_ID(__doc__),
   52293             :             & const_str__frozen_importlib_external._ascii.ob_base,
   52294             :             & const_str__bootstrap_external._ascii.ob_base,
   52295             :             & const_str__unpack_uint16._ascii.ob_base,
   52296             :             & const_str__unpack_uint32._ascii.ob_base,
   52297             :             & const_str__frozen_importlib._ascii.ob_base,
   52298             :             &_Py_ID(_bootstrap),
   52299             :             & const_str__imp._ascii.ob_base,
   52300             :             & const_str__io._ascii.ob_base,
   52301             :             & const_str_marshal._ascii.ob_base,
   52302             :             & const_str_sys._ascii.ob_base,
   52303             :             & const_str_time._ascii.ob_base,
   52304             :             & const_str__warnings._ascii.ob_base,
   52305             :             &_Py_ID(__all__),
   52306             :             & const_str_path_sep._ascii.ob_base,
   52307             :             & const_str_path_separators._ascii.ob_base,
   52308             :             & const_str_alt_path_sep._ascii.ob_base,
   52309             :             & const_str_ImportError._ascii.ob_base,
   52310             :             & const_str_ZipImportError._ascii.ob_base,
   52311             :             & const_str__zip_directory_cache._ascii.ob_base,
   52312             :             & const_str_type._ascii.ob_base,
   52313             :             & const_str__module_type._ascii.ob_base,
   52314             :             & const_str_END_CENTRAL_DIR_SIZE._ascii.ob_base,
   52315             :             & const_str_STRING_END_ARCHIVE._ascii.ob_base,
   52316             :             & const_str_MAX_COMMENT_LEN._ascii.ob_base,
   52317             :             & const_str__LoaderBasics._ascii.ob_base,
   52318             :             & const_str_zipimporter._ascii.ob_base,
   52319             :             & const_str__zip_searchorder._ascii.ob_base,
   52320             :             & const_str__get_module_path._ascii.ob_base,
   52321             :             & const_str__is_dir._ascii.ob_base,
   52322             :             & const_str__get_module_info._ascii.ob_base,
   52323             :             & const_str__read_directory._ascii.ob_base,
   52324             :             & const_str_cp437_table._ascii.ob_base,
   52325             :             & const_str__importing_zlib._ascii.ob_base,
   52326             :             & const_str__get_decompress_func._ascii.ob_base,
   52327             :             & const_str__get_data._ascii.ob_base,
   52328             :             & const_str__eq_mtime._ascii.ob_base,
   52329             :             & const_str__unmarshal_code._ascii.ob_base,
   52330             :             & const_str___code__._ascii.ob_base,
   52331             :             & const_str__code_type._ascii.ob_base,
   52332             :             & const_str__normalize_line_endings._ascii.ob_base,
   52333             :             & const_str__compile_source._ascii.ob_base,
   52334             :             & const_str__parse_dostime._ascii.ob_base,
   52335             :             & const_str__get_mtime_and_size_of_source._ascii.ob_base,
   52336             :             & const_str__get_pyc_source._ascii.ob_base,
   52337             :             & const_str__get_module_code._ascii.ob_base,
   52338             :         },
   52339             :     },
   52340             : };
   52341             : static
   52342             :     struct {
   52343             :         PyObject_VAR_HEAD
   52344             :         Py_hash_t ob_shash;
   52345             :         char ob_sval[614];
   52346             :     }
   52347             : zipimport_toplevel_linetable = {
   52348             :     .ob_base = {
   52349             :         .ob_base = {
   52350             :             .ob_refcnt = 999999999,
   52351             :             .ob_type = &PyBytes_Type,
   52352             :         },
   52353             :         .ob_size = 613,
   52354             :     },
   52355             :     .ob_shash = -1,
   52356             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x0c\x01\x04\xf0\x00\x0c\x01\x04\xf0\x20\x00\x01\x39\xd0\x00\x38\xd0\x00\x38\xd0\x00\x38\xd8\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd8\x00\x26\xd0\x00\x26\xd0\x00\x26\xd0\x00\x26\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0e\x80\x0e\x80\x0e\x80\x0e\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x10\xd0\x00\x10\xd0\x00\x10\xd0\x00\x10\xe0\x0b\x1b\x98\x5d\xd0\x0a\x2b\x80\x07\xf0\x06\x00\x0c\x1f\xd7\x0b\x27\xd1\x0b\x27\x80\x08\xd8\x0f\x22\xd7\x0f\x32\xd1\x0f\x32\xb0\x31\xd0\x0f\x36\xd0\x0f\x36\x80\x0c\xf0\x06\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\x90\x5b\xf4\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x08\x00\x18\x1a\xd0\x00\x14\xe0\x0f\x13\x88\x74\x90\x43\x8c\x79\x80\x0c\xe0\x17\x19\xd0\x00\x14\xd8\x15\x22\xd0\x00\x12\xd8\x12\x1f\x80\x0f\xf0\x04\x6d\x03\x01\x4f\x01\xf0\x00\x6d\x03\x01\x4f\x01\xf0\x00\x6d\x03\x01\x4f\x01\xf0\x00\x6d\x03\x01\x4f\x01\xf0\x00\x6d\x03\x01\x4f\x01\xd0\x12\x25\xd7\x12\x33\xd1\x12\x33\xf4\x00\x6d\x03\x01\x4f\x01\xf0\x00\x6d\x03\x01\x4f\x01\xf0\x6c\x07\x00\x06\x0e\x90\x0e\xd1\x05\x1e\xa0\x04\xa0\x64\xd0\x04\x2b\xd8\x05\x0d\x90\x0d\xd1\x05\x1d\x98\x75\xa0\x64\xd0\x04\x2b\xd8\x04\x19\xd8\x04\x19\xf0\x09\x05\x14\x02\xd0\x00\x10\xf0\x12\x01\x01\x35\xf0\x00\x01\x01\x35\xf0\x00\x01\x01\x35\xf0\x08\x06\x01\x22\xf0\x00\x06\x01\x22\xf0\x00\x06\x01\x22\xf0\x12\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x3e\x74\x01\x01\x11\xf0\x00\x74\x01\x01\x11\xf0\x00\x74\x01\x01\x11\xf0\x7c\x03\x18\x05\x2f\xf0\x05\x00\x01\x0c\xf0\x3a\x00\x13\x18\x80\x0f\xf0\x0a\x12\x01\x16\xf0\x00\x12\x01\x16\xf0\x00\x12\x01\x16\xf0\x2a\x28\x01\x25\xf0\x00\x28\x01\x25\xf0\x00\x28\x01\x25\xf0\x5c\x01\x02\x01\x1d\xf0\x00\x02\x01\x1d\xf0\x00\x02\x01\x1d\xf0\x10\x26\x01\x10\xf0\x00\x26\x01\x10\xf0\x00\x26\x01\x10\xf0\x50\x01\x00\x0e\x12\x88\x54\x90\x2f\xd7\x12\x2a\xd1\x12\x2a\xd4\x0d\x2b\x80\x0a\xf0\x0a\x03\x01\x12\xf0\x00\x03\x01\x12\xf0\x00\x03\x01\x12\xf0\x0e\x02\x01\x40\x01\xf0\x00\x02\x01\x40\x01\xf0\x00\x02\x01\x40\x01\xf0\x0c\x08\x01\x15\xf0\x00\x08\x01\x15\xf0\x00\x08\x01\x15\xf0\x1a\x0d\x01\x14\xf0\x00\x0d\x01\x14\xf0\x00\x0d\x01\x14\xf0\x26\x0a\x01\x32\xf0\x00\x0a\x01\x32\xf0\x00\x0a\x01\x32\xf0\x1e\x20\x01\x53\x01\xf0\x00\x20\x01\x53\x01\xf0\x00\x20\x01\x53\x01\xf0\x00\x20\x01\x53\x01\xf0\x00\x20\x01\x53\x01",
   52357             : };
   52358             : static
   52359             :     struct _PyCode_DEF(420)
   52360             : zipimport_toplevel = {
   52361             :     .ob_base = {
   52362             :         .ob_base = {
   52363             :             .ob_refcnt = 999999999,
   52364             :             .ob_type = &PyCode_Type,
   52365             :         },
   52366             :         .ob_size = 210,
   52367             :     },
   52368             :     .co_consts = & zipimport_toplevel_consts._object.ob_base.ob_base,
   52369             :     .co_names = & zipimport_toplevel_names._object.ob_base.ob_base,
   52370             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   52371             :     .co_flags = 0,
   52372             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   52373             :     ._co_linearray_entry_size = 0,
   52374             :     .co_argcount = 0,
   52375             :     .co_posonlyargcount = 0,
   52376             :     .co_kwonlyargcount = 0,
   52377             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   52378             :     .co_stacksize = 5,
   52379             :     .co_firstlineno = 1,
   52380             :     .co_nlocalsplus = 0,
   52381             :     .co_nlocals = 0,
   52382             :     .co_nplaincellvars = 0,
   52383             :     .co_ncellvars = 0,
   52384             :     .co_nfreevars = 0,
   52385             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   52386             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   52387             :     .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
   52388             :     .co_name = &_Py_STR(anon_module),
   52389             :     .co_qualname = &_Py_STR(anon_module),
   52390             :     .co_linetable = & zipimport_toplevel_linetable.ob_base.ob_base,
   52391             :     ._co_code = NULL,
   52392             :     ._co_linearray = NULL,
   52393             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x02\x64\x01\x64\x03\x6c\x01\x6d\x03\x5a\x03\x6d\x04\x5a\x04\x01\x00\x64\x01\x64\x02\x6c\x05\x5a\x06\x64\x01\x64\x02\x6c\x07\x5a\x07\x64\x01\x64\x02\x6c\x08\x5a\x08\x64\x01\x64\x02\x6c\x09\x5a\x09\x64\x01\x64\x02\x6c\x0a\x5a\x0a\x64\x01\x64\x02\x6c\x0b\x5a\x0b\x64\x01\x64\x02\x6c\x0c\x5a\x0c\x64\x04\x64\x05\x67\x02\x5a\x0d\x65\x02\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x02\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x02\x1a\x00\x5a\x10\x02\x00\x47\x00\x64\x07\x84\x00\x64\x04\x65\x11\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x69\x00\x5a\x13\x02\x00\x65\x14\x65\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x15\x64\x08\x5a\x16\x64\x09\x5a\x17\x64\x0a\x5a\x18\x02\x00\x47\x00\x64\x0b\x84\x00\x64\x05\x65\x02\x6a\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1a\x65\x0e\x64\x0c\x7a\x00\x00\x00\x64\x0d\x64\x0d\x66\x03\x65\x0e\x64\x0e\x7a\x00\x00\x00\x64\x0f\x64\x0d\x66\x03\x64\x10\x64\x11\x66\x04\x5a\x1b\x64\x12\x84\x00\x5a\x1c\x64\x13\x84\x00\x5a\x1d\x64\x14\x84\x00\x5a\x1e\x64\x15\x84\x00\x5a\x1f\x64\x16\x5a\x20\x64\x0f\x61\x21\x64\x17\x84\x00\x5a\x22\x64\x18\x84\x00\x5a\x23\x64\x19\x84\x00\x5a\x24\x64\x1a\x84\x00\x5a\x25\x02\x00\x65\x14\x65\x25\x6a\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x27\x64\x1b\x84\x00\x5a\x28\x64\x1c\x84\x00\x5a\x29\x64\x1d\x84\x00\x5a\x2a\x64\x1e\x84\x00\x5a\x2b\x64\x1f\x84\x00\x5a\x2c\x64\x20\x84\x00\x5a\x2d\x64\x02\x53\x00",
   52394             :     ._co_firsttraceable = 0,
   52395             : };
   52396        3109 : static void zipimport_do_patchups(void) {
   52397        3109 : }
   52398             : 
   52399             : PyObject *
   52400        3109 : _Py_get_zipimport_toplevel(void)
   52401             : {
   52402        3109 :     zipimport_do_patchups();
   52403        3109 :     return Py_NewRef((PyObject *) &zipimport_toplevel);
   52404             : }
   52405             : 
   52406             : static
   52407             :     struct {
   52408             :         PyASCIIObject _ascii;
   52409             :         uint8_t _data[52];
   52410             :     }
   52411             : abc_toplevel_consts_0 = {
   52412             :     ._ascii = {
   52413             :         .ob_base = {
   52414             :             .ob_refcnt = 999999999,
   52415             :             .ob_type = &PyUnicode_Type,
   52416             :         },
   52417             :         .length = 51,
   52418             :         .hash = -1,
   52419             :         .state = {
   52420             :             .kind = 1,
   52421             :             .compact = 1,
   52422             :             .ascii = 1,
   52423             :         },
   52424             :     },
   52425             :     ._data = "Abstract Base Classes (ABCs) according to PEP 3119.",
   52426             : };
   52427             : static
   52428             :     struct {
   52429             :         PyASCIIObject _ascii;
   52430             :         uint8_t _data[573];
   52431             :     }
   52432             : abc_toplevel_consts_1_consts_0 = {
   52433             :     ._ascii = {
   52434             :         .ob_base = {
   52435             :             .ob_refcnt = 999999999,
   52436             :             .ob_type = &PyUnicode_Type,
   52437             :         },
   52438             :         .length = 572,
   52439             :         .hash = -1,
   52440             :         .state = {
   52441             :             .kind = 1,
   52442             :             .compact = 1,
   52443             :             .ascii = 1,
   52444             :         },
   52445             :     },
   52446             :     ._data = "\x41\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x69\x6e\x64\x69\x63\x61\x74\x69\x6e\x67\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x2e\x0a\x0a\x20\x20\x20\x20\x52\x65\x71\x75\x69\x72\x65\x73\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x6d\x65\x74\x61\x63\x6c\x61\x73\x73\x20\x69\x73\x20\x41\x42\x43\x4d\x65\x74\x61\x20\x6f\x72\x20\x64\x65\x72\x69\x76\x65\x64\x20\x66\x72\x6f\x6d\x20\x69\x74\x2e\x20\x20\x41\x0a\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x74\x68\x61\x74\x20\x68\x61\x73\x20\x61\x20\x6d\x65\x74\x61\x63\x6c\x61\x73\x73\x20\x64\x65\x72\x69\x76\x65\x64\x20\x66\x72\x6f\x6d\x20\x41\x42\x43\x4d\x65\x74\x61\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x0a\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x74\x69\x61\x74\x65\x64\x20\x75\x6e\x6c\x65\x73\x73\x20\x61\x6c\x6c\x20\x6f\x66\x20\x69\x74\x73\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x61\x72\x65\x20\x6f\x76\x65\x72\x72\x69\x64\x64\x65\x6e\x2e\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x63\x61\x6c\x6c\x65\x64\x20\x75\x73\x69\x6e\x67\x20\x61\x6e\x79\x20\x6f\x66\x20\x74\x68\x65\x20\x6e\x6f\x72\x6d\x61\x6c\x0a\x20\x20\x20\x20\x27\x73\x75\x70\x65\x72\x27\x20\x63\x61\x6c\x6c\x20\x6d\x65\x63\x68\x61\x6e\x69\x73\x6d\x73\x2e\x20\x20\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x28\x29\x20\x6d\x61\x79\x20\x62\x65\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x64\x65\x63\x6c\x61\x72\x65\x0a\x20\x20\x20\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x66\x6f\x72\x20\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73\x20\x61\x6e\x64\x20\x64\x65\x73\x63\x72\x69\x70\x74\x6f\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x55\x73\x61\x67\x65\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x43\x28\x6d\x65\x74\x61\x63\x6c\x61\x73\x73\x3d\x41\x42\x43\x4d\x65\x74\x61\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x40\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x66\x20\x6d\x79\x5f\x61\x62\x73\x74\x72\x61\x63\x74\x5f\x6d\x65\x74\x68\x6f\x64\x28\x73\x65\x6c\x66\x2c\x20\x2e\x2e\x2e\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x2e\x2e\x0a\x20\x20\x20\x20",
   52447             : };
   52448             : static
   52449             :     struct {
   52450             :         PyGC_Head _gc_head;
   52451             :         struct {
   52452             :             PyObject_VAR_HEAD
   52453             :             PyObject *ob_item[2];
   52454             :         }_object;
   52455             :     }
   52456             : abc_toplevel_consts_1_consts = {
   52457             :     ._object = {
   52458             :         .ob_base = {
   52459             :             .ob_base = {
   52460             :                 .ob_refcnt = 999999999,
   52461             :                 .ob_type = &PyTuple_Type,
   52462             :             },
   52463             :             .ob_size = 2,
   52464             :         },
   52465             :         .ob_item = {
   52466             :             & abc_toplevel_consts_1_consts_0._ascii.ob_base,
   52467             :             Py_True,
   52468             :         },
   52469             :     },
   52470             : };
   52471             : static
   52472             :     struct {
   52473             :         PyGC_Head _gc_head;
   52474             :         struct {
   52475             :             PyObject_VAR_HEAD
   52476             :             PyObject *ob_item[1];
   52477             :         }_object;
   52478             :     }
   52479             : abc_toplevel_consts_1_names = {
   52480             :     ._object = {
   52481             :         .ob_base = {
   52482             :             .ob_base = {
   52483             :                 .ob_refcnt = 999999999,
   52484             :                 .ob_type = &PyTuple_Type,
   52485             :             },
   52486             :             .ob_size = 1,
   52487             :         },
   52488             :         .ob_item = {
   52489             :             &_Py_ID(__isabstractmethod__),
   52490             :         },
   52491             :     },
   52492             : };
   52493             : static
   52494             :     struct {
   52495             :         PyASCIIObject _ascii;
   52496             :         uint8_t _data[13];
   52497             :     }
   52498             : abc_toplevel_consts_1_filename = {
   52499             :     ._ascii = {
   52500             :         .ob_base = {
   52501             :             .ob_refcnt = 999999999,
   52502             :             .ob_type = &PyUnicode_Type,
   52503             :         },
   52504             :         .length = 12,
   52505             :         .hash = -1,
   52506             :         .state = {
   52507             :             .kind = 1,
   52508             :             .compact = 1,
   52509             :             .ascii = 1,
   52510             :         },
   52511             :     },
   52512             :     ._data = "<frozen abc>",
   52513             : };
   52514             : static
   52515             :     struct {
   52516             :         PyASCIIObject _ascii;
   52517             :         uint8_t _data[15];
   52518             :     }
   52519             : const_str_abstractmethod = {
   52520             :     ._ascii = {
   52521             :         .ob_base = {
   52522             :             .ob_refcnt = 999999999,
   52523             :             .ob_type = &PyUnicode_Type,
   52524             :         },
   52525             :         .length = 14,
   52526             :         .hash = -1,
   52527             :         .state = {
   52528             :             .kind = 1,
   52529             :             .compact = 1,
   52530             :             .ascii = 1,
   52531             :         },
   52532             :     },
   52533             :     ._data = "abstractmethod",
   52534             : };
   52535             : static
   52536             :     struct {
   52537             :         PyObject_VAR_HEAD
   52538             :         Py_hash_t ob_shash;
   52539             :         char ob_sval[18];
   52540             :     }
   52541             : abc_toplevel_consts_1_linetable = {
   52542             :     .ob_base = {
   52543             :         .ob_base = {
   52544             :             .ob_refcnt = 999999999,
   52545             :             .ob_type = &PyBytes_Type,
   52546             :         },
   52547             :         .ob_size = 17,
   52548             :     },
   52549             :     .ob_shash = -1,
   52550             :     .ob_sval = "\x80\x00\xf0\x22\x00\x24\x28\x80\x47\xd4\x04\x20\xd8\x0b\x12\x80\x4e",
   52551             : };
   52552             : static
   52553             :     struct {
   52554             :         PyASCIIObject _ascii;
   52555             :         uint8_t _data[8];
   52556             :     }
   52557             : const_str_funcobj = {
   52558             :     ._ascii = {
   52559             :         .ob_base = {
   52560             :             .ob_refcnt = 999999999,
   52561             :             .ob_type = &PyUnicode_Type,
   52562             :         },
   52563             :         .length = 7,
   52564             :         .hash = -1,
   52565             :         .state = {
   52566             :             .kind = 1,
   52567             :             .compact = 1,
   52568             :             .ascii = 1,
   52569             :         },
   52570             :     },
   52571             :     ._data = "funcobj",
   52572             : };
   52573             : static
   52574             :     struct {
   52575             :         PyGC_Head _gc_head;
   52576             :         struct {
   52577             :             PyObject_VAR_HEAD
   52578             :             PyObject *ob_item[1];
   52579             :         }_object;
   52580             :     }
   52581             : abc_toplevel_consts_1_localsplusnames = {
   52582             :     ._object = {
   52583             :         .ob_base = {
   52584             :             .ob_base = {
   52585             :                 .ob_refcnt = 999999999,
   52586             :                 .ob_type = &PyTuple_Type,
   52587             :             },
   52588             :             .ob_size = 1,
   52589             :         },
   52590             :         .ob_item = {
   52591             :             & const_str_funcobj._ascii.ob_base,
   52592             :         },
   52593             :     },
   52594             : };
   52595             : static
   52596             :     struct _PyCode_DEF(20)
   52597             : abc_toplevel_consts_1 = {
   52598             :     .ob_base = {
   52599             :         .ob_base = {
   52600             :             .ob_refcnt = 999999999,
   52601             :             .ob_type = &PyCode_Type,
   52602             :         },
   52603             :         .ob_size = 10,
   52604             :     },
   52605             :     .co_consts = & abc_toplevel_consts_1_consts._object.ob_base.ob_base,
   52606             :     .co_names = & abc_toplevel_consts_1_names._object.ob_base.ob_base,
   52607             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   52608             :     .co_flags = 3,
   52609             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   52610             :     ._co_linearray_entry_size = 0,
   52611             :     .co_argcount = 1,
   52612             :     .co_posonlyargcount = 0,
   52613             :     .co_kwonlyargcount = 0,
   52614             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   52615             :     .co_stacksize = 2,
   52616             :     .co_firstlineno = 7,
   52617             :     .co_nlocalsplus = 1,
   52618             :     .co_nlocals = 1,
   52619             :     .co_nplaincellvars = 0,
   52620             :     .co_ncellvars = 0,
   52621             :     .co_nfreevars = 0,
   52622             :     .co_localsplusnames = & abc_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
   52623             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   52624             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   52625             :     .co_name = & const_str_abstractmethod._ascii.ob_base,
   52626             :     .co_qualname = & const_str_abstractmethod._ascii.ob_base,
   52627             :     .co_linetable = & abc_toplevel_consts_1_linetable.ob_base.ob_base,
   52628             :     ._co_code = NULL,
   52629             :     ._co_linearray = NULL,
   52630             :     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x53\x00",
   52631             :     ._co_firsttraceable = 0,
   52632             : };
   52633             : static
   52634             :     struct {
   52635             :         PyASCIIObject _ascii;
   52636             :         uint8_t _data[20];
   52637             :     }
   52638             : const_str_abstractclassmethod = {
   52639             :     ._ascii = {
   52640             :         .ob_base = {
   52641             :             .ob_refcnt = 999999999,
   52642             :             .ob_type = &PyUnicode_Type,
   52643             :         },
   52644             :         .length = 19,
   52645             :         .hash = -1,
   52646             :         .state = {
   52647             :             .kind = 1,
   52648             :             .compact = 1,
   52649             :             .ascii = 1,
   52650             :         },
   52651             :     },
   52652             :     ._data = "abstractclassmethod",
   52653             : };
   52654             : static
   52655             :     struct {
   52656             :         PyASCIIObject _ascii;
   52657             :         uint8_t _data[265];
   52658             :     }
   52659             : abc_toplevel_consts_2_consts_1 = {
   52660             :     ._ascii = {
   52661             :         .ob_base = {
   52662             :             .ob_refcnt = 999999999,
   52663             :             .ob_type = &PyUnicode_Type,
   52664             :         },
   52665             :         .length = 264,
   52666             :         .hash = -1,
   52667             :         .state = {
   52668             :             .kind = 1,
   52669             :             .compact = 1,
   52670             :             .ascii = 1,
   52671             :         },
   52672             :     },
   52673             :     ._data = "\x41\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x69\x6e\x64\x69\x63\x61\x74\x69\x6e\x67\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x63\x6c\x61\x73\x73\x6d\x65\x74\x68\x6f\x64\x73\x2e\x0a\x0a\x20\x20\x20\x20\x44\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2c\x20\x75\x73\x65\x20\x27\x63\x6c\x61\x73\x73\x6d\x65\x74\x68\x6f\x64\x27\x20\x77\x69\x74\x68\x20\x27\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x27\x20\x69\x6e\x73\x74\x65\x61\x64\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x43\x28\x41\x42\x43\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x40\x63\x6c\x61\x73\x73\x6d\x65\x74\x68\x6f\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x40\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x66\x20\x6d\x79\x5f\x61\x62\x73\x74\x72\x61\x63\x74\x5f\x63\x6c\x61\x73\x73\x6d\x65\x74\x68\x6f\x64\x28\x63\x6c\x73\x2c\x20\x2e\x2e\x2e\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x2e\x2e\x0a\x0a\x20\x20\x20\x20",
   52674             : };
   52675             : static
   52676             :     struct {
   52677             :         PyGC_Head _gc_head;
   52678             :         struct {
   52679             :             PyObject_VAR_HEAD
   52680             :             PyObject *ob_item[3];
   52681             :         }_object;
   52682             :     }
   52683             : abc_toplevel_consts_2_consts_3_names = {
   52684             :     ._object = {
   52685             :         .ob_base = {
   52686             :             .ob_base = {
   52687             :                 .ob_refcnt = 999999999,
   52688             :                 .ob_type = &PyTuple_Type,
   52689             :             },
   52690             :             .ob_size = 3,
   52691             :         },
   52692             :         .ob_item = {
   52693             :             &_Py_ID(__isabstractmethod__),
   52694             :             & const_str_super._ascii.ob_base,
   52695             :             &_Py_ID(__init__),
   52696             :         },
   52697             :     },
   52698             : };
   52699             : static
   52700             :     struct {
   52701             :         PyASCIIObject _ascii;
   52702             :         uint8_t _data[29];
   52703             :     }
   52704             : abc_toplevel_consts_2_consts_3_qualname = {
   52705             :     ._ascii = {
   52706             :         .ob_base = {
   52707             :             .ob_refcnt = 999999999,
   52708             :             .ob_type = &PyUnicode_Type,
   52709             :         },
   52710             :         .length = 28,
   52711             :         .hash = -1,
   52712             :         .state = {
   52713             :             .kind = 1,
   52714             :             .compact = 1,
   52715             :             .ascii = 1,
   52716             :         },
   52717             :     },
   52718             :     ._data = "abstractclassmethod.__init__",
   52719             : };
   52720             : static
   52721             :     struct {
   52722             :         PyObject_VAR_HEAD
   52723             :         Py_hash_t ob_shash;
   52724             :         char ob_sval[37];
   52725             :     }
   52726             : abc_toplevel_consts_2_consts_3_linetable = {
   52727             :     .ob_base = {
   52728             :         .ob_base = {
   52729             :             .ob_refcnt = 999999999,
   52730             :             .ob_type = &PyBytes_Type,
   52731             :         },
   52732             :         .ob_size = 36,
   52733             :     },
   52734             :     .ob_shash = -1,
   52735             :     .ob_sval = "\xf8\x80\x00\xd8\x28\x2c\x88\x08\xd4\x08\x25\xdd\x08\x0d\x8c\x07\xd7\x08\x18\xd1\x08\x18\x98\x18\xd4\x08\x22\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22",
   52736             : };
   52737             : static
   52738             :     struct {
   52739             :         PyASCIIObject _ascii;
   52740             :         uint8_t _data[9];
   52741             :     }
   52742             : const_str_callable = {
   52743             :     ._ascii = {
   52744             :         .ob_base = {
   52745             :             .ob_refcnt = 999999999,
   52746             :             .ob_type = &PyUnicode_Type,
   52747             :         },
   52748             :         .length = 8,
   52749             :         .hash = -1,
   52750             :         .state = {
   52751             :             .kind = 1,
   52752             :             .compact = 1,
   52753             :             .ascii = 1,
   52754             :         },
   52755             :     },
   52756             :     ._data = "callable",
   52757             : };
   52758             : static
   52759             :     struct {
   52760             :         PyGC_Head _gc_head;
   52761             :         struct {
   52762             :             PyObject_VAR_HEAD
   52763             :             PyObject *ob_item[3];
   52764             :         }_object;
   52765             :     }
   52766             : abc_toplevel_consts_2_consts_3_localsplusnames = {
   52767             :     ._object = {
   52768             :         .ob_base = {
   52769             :             .ob_base = {
   52770             :                 .ob_refcnt = 999999999,
   52771             :                 .ob_type = &PyTuple_Type,
   52772             :             },
   52773             :             .ob_size = 3,
   52774             :         },
   52775             :         .ob_item = {
   52776             :             & const_str_self._ascii.ob_base,
   52777             :             & const_str_callable._ascii.ob_base,
   52778             :             &_Py_ID(__class__),
   52779             :         },
   52780             :     },
   52781             : };
   52782             : static
   52783             :     struct _PyCode_DEF(78)
   52784             : abc_toplevel_consts_2_consts_3 = {
   52785             :     .ob_base = {
   52786             :         .ob_base = {
   52787             :             .ob_refcnt = 999999999,
   52788             :             .ob_type = &PyCode_Type,
   52789             :         },
   52790             :         .ob_size = 39,
   52791             :     },
   52792             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
   52793             :     .co_names = & abc_toplevel_consts_2_consts_3_names._object.ob_base.ob_base,
   52794             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   52795             :     .co_flags = 3,
   52796             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   52797             :     ._co_linearray_entry_size = 0,
   52798             :     .co_argcount = 2,
   52799             :     .co_posonlyargcount = 0,
   52800             :     .co_kwonlyargcount = 0,
   52801             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   52802             :     .co_stacksize = 3,
   52803             :     .co_firstlineno = 43,
   52804             :     .co_nlocalsplus = 3,
   52805             :     .co_nlocals = 2,
   52806             :     .co_nplaincellvars = 0,
   52807             :     .co_ncellvars = 0,
   52808             :     .co_nfreevars = 1,
   52809             :     .co_localsplusnames = & abc_toplevel_consts_2_consts_3_localsplusnames._object.ob_base.ob_base,
   52810             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   52811             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   52812             :     .co_name = &_Py_ID(__init__),
   52813             :     .co_qualname = & abc_toplevel_consts_2_consts_3_qualname._ascii.ob_base,
   52814             :     .co_linetable = & abc_toplevel_consts_2_consts_3_linetable.ob_base.ob_base,
   52815             :     ._co_code = NULL,
   52816             :     ._co_linearray = NULL,
   52817             :     .co_code_adaptive = "\x95\x01\x97\x00\x64\x01\x7c\x01\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   52818             :     ._co_firsttraceable = 1,
   52819             : };
   52820             : static
   52821             :     struct {
   52822             :         PyGC_Head _gc_head;
   52823             :         struct {
   52824             :             PyObject_VAR_HEAD
   52825             :             PyObject *ob_item[4];
   52826             :         }_object;
   52827             :     }
   52828             : abc_toplevel_consts_2_consts = {
   52829             :     ._object = {
   52830             :         .ob_base = {
   52831             :             .ob_base = {
   52832             :                 .ob_refcnt = 999999999,
   52833             :                 .ob_type = &PyTuple_Type,
   52834             :             },
   52835             :             .ob_size = 4,
   52836             :         },
   52837             :         .ob_item = {
   52838             :             & const_str_abstractclassmethod._ascii.ob_base,
   52839             :             & abc_toplevel_consts_2_consts_1._ascii.ob_base,
   52840             :             Py_True,
   52841             :             & abc_toplevel_consts_2_consts_3.ob_base.ob_base,
   52842             :         },
   52843             :     },
   52844             : };
   52845             : static
   52846             :     struct {
   52847             :         PyGC_Head _gc_head;
   52848             :         struct {
   52849             :             PyObject_VAR_HEAD
   52850             :             PyObject *ob_item[7];
   52851             :         }_object;
   52852             :     }
   52853             : abc_toplevel_consts_2_names = {
   52854             :     ._object = {
   52855             :         .ob_base = {
   52856             :             .ob_base = {
   52857             :                 .ob_refcnt = 999999999,
   52858             :                 .ob_type = &PyTuple_Type,
   52859             :             },
   52860             :             .ob_size = 7,
   52861             :         },
   52862             :         .ob_item = {
   52863             :             &_Py_ID(__name__),
   52864             :             &_Py_ID(__module__),
   52865             :             &_Py_ID(__qualname__),
   52866             :             &_Py_ID(__doc__),
   52867             :             &_Py_ID(__isabstractmethod__),
   52868             :             &_Py_ID(__init__),
   52869             :             &_Py_ID(__classcell__),
   52870             :         },
   52871             :     },
   52872             : };
   52873             : static
   52874             :     struct {
   52875             :         PyObject_VAR_HEAD
   52876             :         Py_hash_t ob_shash;
   52877             :         char ob_sval[75];
   52878             :     }
   52879             : abc_toplevel_consts_2_linetable = {
   52880             :     .ob_base = {
   52881             :         .ob_base = {
   52882             :             .ob_refcnt = 999999999,
   52883             :             .ob_type = &PyBytes_Type,
   52884             :         },
   52885             :         .ob_size = 74,
   52886             :     },
   52887             :     .ob_shash = -1,
   52888             :     .ob_sval = "\xf8\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x0a\x05\x08\xf0\x00\x0a\x05\x08\xf0\x18\x00\x1c\x20\xd0\x04\x18\xf0\x04\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23",
   52889             : };
   52890             : static
   52891             :     struct _PyCode_DEF(38)
   52892             : abc_toplevel_consts_2 = {
   52893             :     .ob_base = {
   52894             :         .ob_base = {
   52895             :             .ob_refcnt = 999999999,
   52896             :             .ob_type = &PyCode_Type,
   52897             :         },
   52898             :         .ob_size = 19,
   52899             :     },
   52900             :     .co_consts = & abc_toplevel_consts_2_consts._object.ob_base.ob_base,
   52901             :     .co_names = & abc_toplevel_consts_2_names._object.ob_base.ob_base,
   52902             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   52903             :     .co_flags = 0,
   52904             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   52905             :     ._co_linearray_entry_size = 0,
   52906             :     .co_argcount = 0,
   52907             :     .co_posonlyargcount = 0,
   52908             :     .co_kwonlyargcount = 0,
   52909             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   52910             :     .co_stacksize = 2,
   52911             :     .co_firstlineno = 28,
   52912             :     .co_nlocalsplus = 1,
   52913             :     .co_nlocals = 0,
   52914             :     .co_nplaincellvars = 1,
   52915             :     .co_ncellvars = 1,
   52916             :     .co_nfreevars = 0,
   52917             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
   52918             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
   52919             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   52920             :     .co_name = & const_str_abstractclassmethod._ascii.ob_base,
   52921             :     .co_qualname = & const_str_abstractclassmethod._ascii.ob_base,
   52922             :     .co_linetable = & abc_toplevel_consts_2_linetable.ob_base.ob_base,
   52923             :     ._co_code = NULL,
   52924             :     ._co_linearray = NULL,
   52925             :     .co_code_adaptive = "\x87\x00\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x88\x00\x66\x01\x64\x03\x84\x08\x5a\x05\x88\x00\x78\x01\x5a\x06\x53\x00",
   52926             :     ._co_firsttraceable = 1,
   52927             : };
   52928             : static
   52929             :     struct {
   52930             :         PyASCIIObject _ascii;
   52931             :         uint8_t _data[21];
   52932             :     }
   52933             : const_str_abstractstaticmethod = {
   52934             :     ._ascii = {
   52935             :         .ob_base = {
   52936             :             .ob_refcnt = 999999999,
   52937             :             .ob_type = &PyUnicode_Type,
   52938             :         },
   52939             :         .length = 20,
   52940             :         .hash = -1,
   52941             :         .state = {
   52942             :             .kind = 1,
   52943             :             .compact = 1,
   52944             :             .ascii = 1,
   52945             :         },
   52946             :     },
   52947             :     ._data = "abstractstaticmethod",
   52948             : };
   52949             : static
   52950             :     struct {
   52951             :         PyASCIIObject _ascii;
   52952             :         uint8_t _data[264];
   52953             :     }
   52954             : abc_toplevel_consts_4_consts_1 = {
   52955             :     ._ascii = {
   52956             :         .ob_base = {
   52957             :             .ob_refcnt = 999999999,
   52958             :             .ob_type = &PyUnicode_Type,
   52959             :         },
   52960             :         .length = 263,
   52961             :         .hash = -1,
   52962             :         .state = {
   52963             :             .kind = 1,
   52964             :             .compact = 1,
   52965             :             .ascii = 1,
   52966             :         },
   52967             :     },
   52968             :     ._data = "\x41\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x69\x6e\x64\x69\x63\x61\x74\x69\x6e\x67\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x73\x74\x61\x74\x69\x63\x6d\x65\x74\x68\x6f\x64\x73\x2e\x0a\x0a\x20\x20\x20\x20\x44\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2c\x20\x75\x73\x65\x20\x27\x73\x74\x61\x74\x69\x63\x6d\x65\x74\x68\x6f\x64\x27\x20\x77\x69\x74\x68\x20\x27\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x27\x20\x69\x6e\x73\x74\x65\x61\x64\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x43\x28\x41\x42\x43\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x40\x73\x74\x61\x74\x69\x63\x6d\x65\x74\x68\x6f\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x40\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x66\x20\x6d\x79\x5f\x61\x62\x73\x74\x72\x61\x63\x74\x5f\x73\x74\x61\x74\x69\x63\x6d\x65\x74\x68\x6f\x64\x28\x2e\x2e\x2e\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x2e\x2e\x0a\x0a\x20\x20\x20\x20",
   52969             : };
   52970             : static
   52971             :     struct {
   52972             :         PyASCIIObject _ascii;
   52973             :         uint8_t _data[30];
   52974             :     }
   52975             : abc_toplevel_consts_4_consts_3_qualname = {
   52976             :     ._ascii = {
   52977             :         .ob_base = {
   52978             :             .ob_refcnt = 999999999,
   52979             :             .ob_type = &PyUnicode_Type,
   52980             :         },
   52981             :         .length = 29,
   52982             :         .hash = -1,
   52983             :         .state = {
   52984             :             .kind = 1,
   52985             :             .compact = 1,
   52986             :             .ascii = 1,
   52987             :         },
   52988             :     },
   52989             :     ._data = "abstractstaticmethod.__init__",
   52990             : };
   52991             : static
   52992             :     struct _PyCode_DEF(78)
   52993             : abc_toplevel_consts_4_consts_3 = {
   52994             :     .ob_base = {
   52995             :         .ob_base = {
   52996             :             .ob_refcnt = 999999999,
   52997             :             .ob_type = &PyCode_Type,
   52998             :         },
   52999             :         .ob_size = 39,
   53000             :     },
   53001             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
   53002             :     .co_names = & abc_toplevel_consts_2_consts_3_names._object.ob_base.ob_base,
   53003             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   53004             :     .co_flags = 3,
   53005             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   53006             :     ._co_linearray_entry_size = 0,
   53007             :     .co_argcount = 2,
   53008             :     .co_posonlyargcount = 0,
   53009             :     .co_kwonlyargcount = 0,
   53010             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   53011             :     .co_stacksize = 3,
   53012             :     .co_firstlineno = 63,
   53013             :     .co_nlocalsplus = 3,
   53014             :     .co_nlocals = 2,
   53015             :     .co_nplaincellvars = 0,
   53016             :     .co_ncellvars = 0,
   53017             :     .co_nfreevars = 1,
   53018             :     .co_localsplusnames = & abc_toplevel_consts_2_consts_3_localsplusnames._object.ob_base.ob_base,
   53019             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   53020             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   53021             :     .co_name = &_Py_ID(__init__),
   53022             :     .co_qualname = & abc_toplevel_consts_4_consts_3_qualname._ascii.ob_base,
   53023             :     .co_linetable = & abc_toplevel_consts_2_consts_3_linetable.ob_base.ob_base,
   53024             :     ._co_code = NULL,
   53025             :     ._co_linearray = NULL,
   53026             :     .co_code_adaptive = "\x95\x01\x97\x00\x64\x01\x7c\x01\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   53027             :     ._co_firsttraceable = 1,
   53028             : };
   53029             : static
   53030             :     struct {
   53031             :         PyGC_Head _gc_head;
   53032             :         struct {
   53033             :             PyObject_VAR_HEAD
   53034             :             PyObject *ob_item[4];
   53035             :         }_object;
   53036             :     }
   53037             : abc_toplevel_consts_4_consts = {
   53038             :     ._object = {
   53039             :         .ob_base = {
   53040             :             .ob_base = {
   53041             :                 .ob_refcnt = 999999999,
   53042             :                 .ob_type = &PyTuple_Type,
   53043             :             },
   53044             :             .ob_size = 4,
   53045             :         },
   53046             :         .ob_item = {
   53047             :             & const_str_abstractstaticmethod._ascii.ob_base,
   53048             :             & abc_toplevel_consts_4_consts_1._ascii.ob_base,
   53049             :             Py_True,
   53050             :             & abc_toplevel_consts_4_consts_3.ob_base.ob_base,
   53051             :         },
   53052             :     },
   53053             : };
   53054             : static
   53055             :     struct _PyCode_DEF(38)
   53056             : abc_toplevel_consts_4 = {
   53057             :     .ob_base = {
   53058             :         .ob_base = {
   53059             :             .ob_refcnt = 999999999,
   53060             :             .ob_type = &PyCode_Type,
   53061             :         },
   53062             :         .ob_size = 19,
   53063             :     },
   53064             :     .co_consts = & abc_toplevel_consts_4_consts._object.ob_base.ob_base,
   53065             :     .co_names = & abc_toplevel_consts_2_names._object.ob_base.ob_base,
   53066             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   53067             :     .co_flags = 0,
   53068             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   53069             :     ._co_linearray_entry_size = 0,
   53070             :     .co_argcount = 0,
   53071             :     .co_posonlyargcount = 0,
   53072             :     .co_kwonlyargcount = 0,
   53073             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   53074             :     .co_stacksize = 2,
   53075             :     .co_firstlineno = 48,
   53076             :     .co_nlocalsplus = 1,
   53077             :     .co_nlocals = 0,
   53078             :     .co_nplaincellvars = 1,
   53079             :     .co_ncellvars = 1,
   53080             :     .co_nfreevars = 0,
   53081             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
   53082             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
   53083             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   53084             :     .co_name = & const_str_abstractstaticmethod._ascii.ob_base,
   53085             :     .co_qualname = & const_str_abstractstaticmethod._ascii.ob_base,
   53086             :     .co_linetable = & abc_toplevel_consts_2_linetable.ob_base.ob_base,
   53087             :     ._co_code = NULL,
   53088             :     ._co_linearray = NULL,
   53089             :     .co_code_adaptive = "\x87\x00\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x88\x00\x66\x01\x64\x03\x84\x08\x5a\x05\x88\x00\x78\x01\x5a\x06\x53\x00",
   53090             :     ._co_firsttraceable = 1,
   53091             : };
   53092             : static
   53093             :     struct {
   53094             :         PyASCIIObject _ascii;
   53095             :         uint8_t _data[17];
   53096             :     }
   53097             : const_str_abstractproperty = {
   53098             :     ._ascii = {
   53099             :         .ob_base = {
   53100             :             .ob_refcnt = 999999999,
   53101             :             .ob_type = &PyUnicode_Type,
   53102             :         },
   53103             :         .length = 16,
   53104             :         .hash = -1,
   53105             :         .state = {
   53106             :             .kind = 1,
   53107             :             .compact = 1,
   53108             :             .ascii = 1,
   53109             :         },
   53110             :     },
   53111             :     ._data = "abstractproperty",
   53112             : };
   53113             : static
   53114             :     struct {
   53115             :         PyASCIIObject _ascii;
   53116             :         uint8_t _data[250];
   53117             :     }
   53118             : abc_toplevel_consts_6_consts_1 = {
   53119             :     ._ascii = {
   53120             :         .ob_base = {
   53121             :             .ob_refcnt = 999999999,
   53122             :             .ob_type = &PyUnicode_Type,
   53123             :         },
   53124             :         .length = 249,
   53125             :         .hash = -1,
   53126             :         .state = {
   53127             :             .kind = 1,
   53128             :             .compact = 1,
   53129             :             .ascii = 1,
   53130             :         },
   53131             :     },
   53132             :     ._data = "\x41\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x69\x6e\x64\x69\x63\x61\x74\x69\x6e\x67\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x44\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2c\x20\x75\x73\x65\x20\x27\x70\x72\x6f\x70\x65\x72\x74\x79\x27\x20\x77\x69\x74\x68\x20\x27\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x27\x20\x69\x6e\x73\x74\x65\x61\x64\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x43\x28\x41\x42\x43\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x40\x70\x72\x6f\x70\x65\x72\x74\x79\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x40\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x66\x20\x6d\x79\x5f\x61\x62\x73\x74\x72\x61\x63\x74\x5f\x70\x72\x6f\x70\x65\x72\x74\x79\x28\x73\x65\x6c\x66\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x2e\x2e\x0a\x0a\x20\x20\x20\x20",
   53133             : };
   53134             : static
   53135             :     struct {
   53136             :         PyGC_Head _gc_head;
   53137             :         struct {
   53138             :             PyObject_VAR_HEAD
   53139             :             PyObject *ob_item[4];
   53140             :         }_object;
   53141             :     }
   53142             : abc_toplevel_consts_6_consts = {
   53143             :     ._object = {
   53144             :         .ob_base = {
   53145             :             .ob_base = {
   53146             :                 .ob_refcnt = 999999999,
   53147             :                 .ob_type = &PyTuple_Type,
   53148             :             },
   53149             :             .ob_size = 4,
   53150             :         },
   53151             :         .ob_item = {
   53152             :             & const_str_abstractproperty._ascii.ob_base,
   53153             :             & abc_toplevel_consts_6_consts_1._ascii.ob_base,
   53154             :             Py_True,
   53155             :             Py_None,
   53156             :         },
   53157             :     },
   53158             : };
   53159             : static
   53160             :     struct {
   53161             :         PyGC_Head _gc_head;
   53162             :         struct {
   53163             :             PyObject_VAR_HEAD
   53164             :             PyObject *ob_item[5];
   53165             :         }_object;
   53166             :     }
   53167             : abc_toplevel_consts_6_names = {
   53168             :     ._object = {
   53169             :         .ob_base = {
   53170             :             .ob_base = {
   53171             :                 .ob_refcnt = 999999999,
   53172             :                 .ob_type = &PyTuple_Type,
   53173             :             },
   53174             :             .ob_size = 5,
   53175             :         },
   53176             :         .ob_item = {
   53177             :             &_Py_ID(__name__),
   53178             :             &_Py_ID(__module__),
   53179             :             &_Py_ID(__qualname__),
   53180             :             &_Py_ID(__doc__),
   53181             :             &_Py_ID(__isabstractmethod__),
   53182             :         },
   53183             :     },
   53184             : };
   53185             : static
   53186             :     struct {
   53187             :         PyObject_VAR_HEAD
   53188             :         Py_hash_t ob_shash;
   53189             :         char ob_sval[35];
   53190             :     }
   53191             : abc_toplevel_consts_6_linetable = {
   53192             :     .ob_base = {
   53193             :         .ob_base = {
   53194             :             .ob_refcnt = 999999999,
   53195             :             .ob_type = &PyBytes_Type,
   53196             :         },
   53197             :         .ob_size = 34,
   53198             :     },
   53199             :     .ob_shash = -1,
   53200             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x0a\x05\x08\xf0\x00\x0a\x05\x08\xf0\x18\x00\x1c\x20\xd0\x04\x18\xd0\x04\x18\xd0\x04\x18",
   53201             : };
   53202             : static
   53203             :     struct _PyCode_DEF(22)
   53204             : abc_toplevel_consts_6 = {
   53205             :     .ob_base = {
   53206             :         .ob_base = {
   53207             :             .ob_refcnt = 999999999,
   53208             :             .ob_type = &PyCode_Type,
   53209             :         },
   53210             :         .ob_size = 11,
   53211             :     },
   53212             :     .co_consts = & abc_toplevel_consts_6_consts._object.ob_base.ob_base,
   53213             :     .co_names = & abc_toplevel_consts_6_names._object.ob_base.ob_base,
   53214             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   53215             :     .co_flags = 0,
   53216             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   53217             :     ._co_linearray_entry_size = 0,
   53218             :     .co_argcount = 0,
   53219             :     .co_posonlyargcount = 0,
   53220             :     .co_kwonlyargcount = 0,
   53221             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   53222             :     .co_stacksize = 1,
   53223             :     .co_firstlineno = 68,
   53224             :     .co_nlocalsplus = 0,
   53225             :     .co_nlocals = 0,
   53226             :     .co_nplaincellvars = 0,
   53227             :     .co_ncellvars = 0,
   53228             :     .co_nfreevars = 0,
   53229             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   53230             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   53231             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   53232             :     .co_name = & const_str_abstractproperty._ascii.ob_base,
   53233             :     .co_qualname = & const_str_abstractproperty._ascii.ob_base,
   53234             :     .co_linetable = & abc_toplevel_consts_6_linetable.ob_base.ob_base,
   53235             :     ._co_code = NULL,
   53236             :     ._co_linearray = NULL,
   53237             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x53\x00",
   53238             :     ._co_firsttraceable = 0,
   53239             : };
   53240             : static
   53241             :     struct {
   53242             :         PyASCIIObject _ascii;
   53243             :         uint8_t _data[16];
   53244             :     }
   53245             : const_str_get_cache_token = {
   53246             :     ._ascii = {
   53247             :         .ob_base = {
   53248             :             .ob_refcnt = 999999999,
   53249             :             .ob_type = &PyUnicode_Type,
   53250             :         },
   53251             :         .length = 15,
   53252             :         .hash = -1,
   53253             :         .state = {
   53254             :             .kind = 1,
   53255             :             .compact = 1,
   53256             :             .ascii = 1,
   53257             :         },
   53258             :     },
   53259             :     ._data = "get_cache_token",
   53260             : };
   53261             : static
   53262             :     struct {
   53263             :         PyASCIIObject _ascii;
   53264             :         uint8_t _data[10];
   53265             :     }
   53266             : const_str__abc_init = {
   53267             :     ._ascii = {
   53268             :         .ob_base = {
   53269             :             .ob_refcnt = 999999999,
   53270             :             .ob_type = &PyUnicode_Type,
   53271             :         },
   53272             :         .length = 9,
   53273             :         .hash = -1,
   53274             :         .state = {
   53275             :             .kind = 1,
   53276             :             .compact = 1,
   53277             :             .ascii = 1,
   53278             :         },
   53279             :     },
   53280             :     ._data = "_abc_init",
   53281             : };
   53282             : static
   53283             :     struct {
   53284             :         PyASCIIObject _ascii;
   53285             :         uint8_t _data[14];
   53286             :     }
   53287             : const_str__abc_register = {
   53288             :     ._ascii = {
   53289             :         .ob_base = {
   53290             :             .ob_refcnt = 999999999,
   53291             :             .ob_type = &PyUnicode_Type,
   53292             :         },
   53293             :         .length = 13,
   53294             :         .hash = -1,
   53295             :         .state = {
   53296             :             .kind = 1,
   53297             :             .compact = 1,
   53298             :             .ascii = 1,
   53299             :         },
   53300             :     },
   53301             :     ._data = "_abc_register",
   53302             : };
   53303             : static
   53304             :     struct {
   53305             :         PyASCIIObject _ascii;
   53306             :         uint8_t _data[19];
   53307             :     }
   53308             : const_str__abc_instancecheck = {
   53309             :     ._ascii = {
   53310             :         .ob_base = {
   53311             :             .ob_refcnt = 999999999,
   53312             :             .ob_type = &PyUnicode_Type,
   53313             :         },
   53314             :         .length = 18,
   53315             :         .hash = -1,
   53316             :         .state = {
   53317             :             .kind = 1,
   53318             :             .compact = 1,
   53319             :             .ascii = 1,
   53320             :         },
   53321             :     },
   53322             :     ._data = "_abc_instancecheck",
   53323             : };
   53324             : static
   53325             :     struct {
   53326             :         PyASCIIObject _ascii;
   53327             :         uint8_t _data[19];
   53328             :     }
   53329             : const_str__abc_subclasscheck = {
   53330             :     ._ascii = {
   53331             :         .ob_base = {
   53332             :             .ob_refcnt = 999999999,
   53333             :             .ob_type = &PyUnicode_Type,
   53334             :         },
   53335             :         .length = 18,
   53336             :         .hash = -1,
   53337             :         .state = {
   53338             :             .kind = 1,
   53339             :             .compact = 1,
   53340             :             .ascii = 1,
   53341             :         },
   53342             :     },
   53343             :     ._data = "_abc_subclasscheck",
   53344             : };
   53345             : static
   53346             :     struct {
   53347             :         PyASCIIObject _ascii;
   53348             :         uint8_t _data[10];
   53349             :     }
   53350             : const_str__get_dump = {
   53351             :     ._ascii = {
   53352             :         .ob_base = {
   53353             :             .ob_refcnt = 999999999,
   53354             :             .ob_type = &PyUnicode_Type,
   53355             :         },
   53356             :         .length = 9,
   53357             :         .hash = -1,
   53358             :         .state = {
   53359             :             .kind = 1,
   53360             :             .compact = 1,
   53361             :             .ascii = 1,
   53362             :         },
   53363             :     },
   53364             :     ._data = "_get_dump",
   53365             : };
   53366             : static
   53367             :     struct {
   53368             :         PyASCIIObject _ascii;
   53369             :         uint8_t _data[16];
   53370             :     }
   53371             : const_str__reset_registry = {
   53372             :     ._ascii = {
   53373             :         .ob_base = {
   53374             :             .ob_refcnt = 999999999,
   53375             :             .ob_type = &PyUnicode_Type,
   53376             :         },
   53377             :         .length = 15,
   53378             :         .hash = -1,
   53379             :         .state = {
   53380             :             .kind = 1,
   53381             :             .compact = 1,
   53382             :             .ascii = 1,
   53383             :         },
   53384             :     },
   53385             :     ._data = "_reset_registry",
   53386             : };
   53387             : static
   53388             :     struct {
   53389             :         PyASCIIObject _ascii;
   53390             :         uint8_t _data[14];
   53391             :     }
   53392             : const_str__reset_caches = {
   53393             :     ._ascii = {
   53394             :         .ob_base = {
   53395             :             .ob_refcnt = 999999999,
   53396             :             .ob_type = &PyUnicode_Type,
   53397             :         },
   53398             :         .length = 13,
   53399             :         .hash = -1,
   53400             :         .state = {
   53401             :             .kind = 1,
   53402             :             .compact = 1,
   53403             :             .ascii = 1,
   53404             :         },
   53405             :     },
   53406             :     ._data = "_reset_caches",
   53407             : };
   53408             : static
   53409             :     struct {
   53410             :         PyGC_Head _gc_head;
   53411             :         struct {
   53412             :             PyObject_VAR_HEAD
   53413             :             PyObject *ob_item[8];
   53414             :         }_object;
   53415             :     }
   53416             : abc_toplevel_consts_9 = {
   53417             :     ._object = {
   53418             :         .ob_base = {
   53419             :             .ob_base = {
   53420             :                 .ob_refcnt = 999999999,
   53421             :                 .ob_type = &PyTuple_Type,
   53422             :             },
   53423             :             .ob_size = 8,
   53424             :         },
   53425             :         .ob_item = {
   53426             :             & const_str_get_cache_token._ascii.ob_base,
   53427             :             & const_str__abc_init._ascii.ob_base,
   53428             :             & const_str__abc_register._ascii.ob_base,
   53429             :             & const_str__abc_instancecheck._ascii.ob_base,
   53430             :             & const_str__abc_subclasscheck._ascii.ob_base,
   53431             :             & const_str__get_dump._ascii.ob_base,
   53432             :             & const_str__reset_registry._ascii.ob_base,
   53433             :             & const_str__reset_caches._ascii.ob_base,
   53434             :         },
   53435             :     },
   53436             : };
   53437             : static
   53438             :     struct {
   53439             :         PyASCIIObject _ascii;
   53440             :         uint8_t _data[8];
   53441             :     }
   53442             : const_str_ABCMeta = {
   53443             :     ._ascii = {
   53444             :         .ob_base = {
   53445             :             .ob_refcnt = 999999999,
   53446             :             .ob_type = &PyUnicode_Type,
   53447             :         },
   53448             :         .length = 7,
   53449             :         .hash = -1,
   53450             :         .state = {
   53451             :             .kind = 1,
   53452             :             .compact = 1,
   53453             :             .ascii = 1,
   53454             :         },
   53455             :     },
   53456             :     ._data = "ABCMeta",
   53457             : };
   53458             : static
   53459             :     struct {
   53460             :         PyASCIIObject _ascii;
   53461             :         uint8_t _data[657];
   53462             :     }
   53463             : abc_toplevel_consts_10_consts_1 = {
   53464             :     ._ascii = {
   53465             :         .ob_base = {
   53466             :             .ob_refcnt = 999999999,
   53467             :             .ob_type = &PyUnicode_Type,
   53468             :         },
   53469             :         .length = 656,
   53470             :         .hash = -1,
   53471             :         .state = {
   53472             :             .kind = 1,
   53473             :             .compact = 1,
   53474             :             .ascii = 1,
   53475             :         },
   53476             :     },
   53477             :     ._data = "\x4d\x65\x74\x61\x63\x6c\x61\x73\x73\x20\x66\x6f\x72\x20\x64\x65\x66\x69\x6e\x69\x6e\x67\x20\x41\x62\x73\x74\x72\x61\x63\x74\x20\x42\x61\x73\x65\x20\x43\x6c\x61\x73\x73\x65\x73\x20\x28\x41\x42\x43\x73\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x55\x73\x65\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x61\x63\x6c\x61\x73\x73\x20\x74\x6f\x20\x63\x72\x65\x61\x74\x65\x20\x61\x6e\x20\x41\x42\x43\x2e\x20\x20\x41\x6e\x20\x41\x42\x43\x20\x63\x61\x6e\x20\x62\x65\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x2c\x20\x61\x6e\x64\x20\x74\x68\x65\x6e\x20\x61\x63\x74\x73\x20\x61\x73\x20\x61\x20\x6d\x69\x78\x2d\x69\x6e\x20\x63\x6c\x61\x73\x73\x2e\x20\x20\x59\x6f\x75\x20\x63\x61\x6e\x20\x61\x6c\x73\x6f\x20\x72\x65\x67\x69\x73\x74\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x75\x6e\x72\x65\x6c\x61\x74\x65\x64\x20\x63\x6f\x6e\x63\x72\x65\x74\x65\x20\x63\x6c\x61\x73\x73\x65\x73\x20\x28\x65\x76\x65\x6e\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x20\x63\x6c\x61\x73\x73\x65\x73\x29\x20\x61\x6e\x64\x20\x75\x6e\x72\x65\x6c\x61\x74\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x41\x42\x43\x73\x20\x61\x73\x20\x27\x76\x69\x72\x74\x75\x61\x6c\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x65\x73\x27\x20\x2d\x2d\x20\x74\x68\x65\x73\x65\x20\x61\x6e\x64\x20\x74\x68\x65\x69\x72\x20\x64\x65\x73\x63\x65\x6e\x64\x61\x6e\x74\x73\x20\x77\x69\x6c\x6c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x65\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x65\x64\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x72\x65\x67\x69\x73\x74\x65\x72\x69\x6e\x67\x20\x41\x42\x43\x20\x62\x79\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x73\x73\x75\x62\x63\x6c\x61\x73\x73\x28\x29\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x2c\x20\x62\x75\x74\x20\x74\x68\x65\x20\x72\x65\x67\x69\x73\x74\x65\x72\x69\x6e\x67\x20\x41\x42\x43\x20\x77\x6f\x6e\x27\x74\x20\x73\x68\x6f\x77\x20\x75\x70\x20\x69\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x68\x65\x69\x72\x20\x4d\x52\x4f\x20\x28\x4d\x65\x74\x68\x6f\x64\x20\x52\x65\x73\x6f\x6c\x75\x74\x69\x6f\x6e\x20\x4f\x72\x64\x65\x72\x29\x20\x6e\x6f\x72\x20\x77\x69\x6c\x6c\x20\x6d\x65\x74\x68\x6f\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x73\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x72\x65\x67\x69\x73\x74\x65\x72\x69\x6e\x67\x20\x41\x42\x43\x20\x62\x65\x20\x63\x61\x6c\x6c\x61\x62\x6c\x65\x20\x28\x6e\x6f\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x76\x65\x6e\x20\x76\x69\x61\x20\x73\x75\x70\x65\x72\x28\x29\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   53478             : };
   53479             : static
   53480             :     struct {
   53481             :         PyGC_Head _gc_head;
   53482             :         struct {
   53483             :             PyObject_VAR_HEAD
   53484             :             PyObject *ob_item[3];
   53485             :         }_object;
   53486             :     }
   53487             : abc_toplevel_consts_10_consts_2_names = {
   53488             :     ._object = {
   53489             :         .ob_base = {
   53490             :             .ob_base = {
   53491             :                 .ob_refcnt = 999999999,
   53492             :                 .ob_type = &PyTuple_Type,
   53493             :             },
   53494             :             .ob_size = 3,
   53495             :         },
   53496             :         .ob_item = {
   53497             :             & const_str_super._ascii.ob_base,
   53498             :             &_Py_ID(__new__),
   53499             :             & const_str__abc_init._ascii.ob_base,
   53500             :         },
   53501             :     },
   53502             : };
   53503             : static
   53504             :     struct {
   53505             :         PyASCIIObject _ascii;
   53506             :         uint8_t _data[16];
   53507             :     }
   53508             : abc_toplevel_consts_10_consts_2_qualname = {
   53509             :     ._ascii = {
   53510             :         .ob_base = {
   53511             :             .ob_refcnt = 999999999,
   53512             :             .ob_type = &PyUnicode_Type,
   53513             :         },
   53514             :         .length = 15,
   53515             :         .hash = -1,
   53516             :         .state = {
   53517             :             .kind = 1,
   53518             :             .compact = 1,
   53519             :             .ascii = 1,
   53520             :         },
   53521             :     },
   53522             :     ._data = "ABCMeta.__new__",
   53523             : };
   53524             : static
   53525             :     struct {
   53526             :         PyObject_VAR_HEAD
   53527             :         Py_hash_t ob_shash;
   53528             :         char ob_sval[53];
   53529             :     }
   53530             : abc_toplevel_consts_10_consts_2_linetable = {
   53531             :     .ob_base = {
   53532             :         .ob_base = {
   53533             :             .ob_refcnt = 999999999,
   53534             :             .ob_type = &PyBytes_Type,
   53535             :         },
   53536             :         .ob_size = 52,
   53537             :     },
   53538             :     .ob_shash = -1,
   53539             :     .ob_sval = "\xf8\x80\x00\xd8\x12\x21\x95\x25\x94\x27\x97\x2f\x91\x2f\xa0\x24\xa8\x04\xa8\x65\xb0\x59\xd0\x12\x49\xd0\x12\x49\xc0\x26\xd0\x12\x49\xd0\x12\x49\x88\x43\xdd\x0c\x15\x90\x63\x8c\x4e\x88\x4e\xd8\x13\x16\x88\x4a",
   53540             : };
   53541             : static
   53542             :     struct {
   53543             :         PyASCIIObject _ascii;
   53544             :         uint8_t _data[5];
   53545             :     }
   53546             : const_str_mcls = {
   53547             :     ._ascii = {
   53548             :         .ob_base = {
   53549             :             .ob_refcnt = 999999999,
   53550             :             .ob_type = &PyUnicode_Type,
   53551             :         },
   53552             :         .length = 4,
   53553             :         .hash = -1,
   53554             :         .state = {
   53555             :             .kind = 1,
   53556             :             .compact = 1,
   53557             :             .ascii = 1,
   53558             :         },
   53559             :     },
   53560             :     ._data = "mcls",
   53561             : };
   53562             : static
   53563             :     struct {
   53564             :         PyASCIIObject _ascii;
   53565             :         uint8_t _data[6];
   53566             :     }
   53567             : const_str_bases = {
   53568             :     ._ascii = {
   53569             :         .ob_base = {
   53570             :             .ob_refcnt = 999999999,
   53571             :             .ob_type = &PyUnicode_Type,
   53572             :         },
   53573             :         .length = 5,
   53574             :         .hash = -1,
   53575             :         .state = {
   53576             :             .kind = 1,
   53577             :             .compact = 1,
   53578             :             .ascii = 1,
   53579             :         },
   53580             :     },
   53581             :     ._data = "bases",
   53582             : };
   53583             : static
   53584             :     struct {
   53585             :         PyASCIIObject _ascii;
   53586             :         uint8_t _data[10];
   53587             :     }
   53588             : const_str_namespace = {
   53589             :     ._ascii = {
   53590             :         .ob_base = {
   53591             :             .ob_refcnt = 999999999,
   53592             :             .ob_type = &PyUnicode_Type,
   53593             :         },
   53594             :         .length = 9,
   53595             :         .hash = -1,
   53596             :         .state = {
   53597             :             .kind = 1,
   53598             :             .compact = 1,
   53599             :             .ascii = 1,
   53600             :         },
   53601             :     },
   53602             :     ._data = "namespace",
   53603             : };
   53604             : static
   53605             :     struct {
   53606             :         PyGC_Head _gc_head;
   53607             :         struct {
   53608             :             PyObject_VAR_HEAD
   53609             :             PyObject *ob_item[7];
   53610             :         }_object;
   53611             :     }
   53612             : abc_toplevel_consts_10_consts_2_localsplusnames = {
   53613             :     ._object = {
   53614             :         .ob_base = {
   53615             :             .ob_base = {
   53616             :                 .ob_refcnt = 999999999,
   53617             :                 .ob_type = &PyTuple_Type,
   53618             :             },
   53619             :             .ob_size = 7,
   53620             :         },
   53621             :         .ob_item = {
   53622             :             & const_str_mcls._ascii.ob_base,
   53623             :             &_Py_ID(name),
   53624             :             & const_str_bases._ascii.ob_base,
   53625             :             & const_str_namespace._ascii.ob_base,
   53626             :             & const_str_kwargs._ascii.ob_base,
   53627             :             & const_str_cls._ascii.ob_base,
   53628             :             &_Py_ID(__class__),
   53629             :         },
   53630             :     },
   53631             : };
   53632             : static
   53633             :     struct {
   53634             :         PyObject_VAR_HEAD
   53635             :         Py_hash_t ob_shash;
   53636             :         char ob_sval[8];
   53637             :     }
   53638             : abc_toplevel_consts_10_consts_2_localspluskinds = {
   53639             :     .ob_base = {
   53640             :         .ob_base = {
   53641             :             .ob_refcnt = 999999999,
   53642             :             .ob_type = &PyBytes_Type,
   53643             :         },
   53644             :         .ob_size = 7,
   53645             :     },
   53646             :     .ob_shash = -1,
   53647             :     .ob_sval = "\x20\x20\x20\x20\x20\x20\x80",
   53648             : };
   53649             : static
   53650             :     struct _PyCode_DEF(98)
   53651             : abc_toplevel_consts_10_consts_2 = {
   53652             :     .ob_base = {
   53653             :         .ob_base = {
   53654             :             .ob_refcnt = 999999999,
   53655             :             .ob_type = &PyCode_Type,
   53656             :         },
   53657             :         .ob_size = 49,
   53658             :     },
   53659             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   53660             :     .co_names = & abc_toplevel_consts_10_consts_2_names._object.ob_base.ob_base,
   53661             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   53662             :     .co_flags = 11,
   53663             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   53664             :     ._co_linearray_entry_size = 0,
   53665             :     .co_argcount = 4,
   53666             :     .co_posonlyargcount = 4,
   53667             :     .co_kwonlyargcount = 0,
   53668             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
   53669             :     .co_stacksize = 6,
   53670             :     .co_firstlineno = 105,
   53671             :     .co_nlocalsplus = 7,
   53672             :     .co_nlocals = 6,
   53673             :     .co_nplaincellvars = 0,
   53674             :     .co_ncellvars = 0,
   53675             :     .co_nfreevars = 1,
   53676             :     .co_localsplusnames = & abc_toplevel_consts_10_consts_2_localsplusnames._object.ob_base.ob_base,
   53677             :     .co_localspluskinds = & abc_toplevel_consts_10_consts_2_localspluskinds.ob_base.ob_base,
   53678             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   53679             :     .co_name = &_Py_ID(__new__),
   53680             :     .co_qualname = & abc_toplevel_consts_10_consts_2_qualname._ascii.ob_base,
   53681             :     .co_linetable = & abc_toplevel_consts_10_consts_2_linetable.ob_base.ob_base,
   53682             :     ._co_code = NULL,
   53683             :     ._co_linearray = NULL,
   53684             :     .co_code_adaptive = "\x95\x01\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x66\x04\x69\x00\x7c\x04\xa4\x01\x8e\x01\x7d\x05\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x53\x00",
   53685             :     ._co_firsttraceable = 1,
   53686             : };
   53687             : static
   53688             :     struct {
   53689             :         PyASCIIObject _ascii;
   53690             :         uint8_t _data[124];
   53691             :     }
   53692             : abc_toplevel_consts_10_consts_3_consts_0 = {
   53693             :     ._ascii = {
   53694             :         .ob_base = {
   53695             :             .ob_refcnt = 999999999,
   53696             :             .ob_type = &PyUnicode_Type,
   53697             :         },
   53698             :         .length = 123,
   53699             :         .hash = -1,
   53700             :         .state = {
   53701             :             .kind = 1,
   53702             :             .compact = 1,
   53703             :             .ascii = 1,
   53704             :         },
   53705             :     },
   53706             :     ._data = "\x52\x65\x67\x69\x73\x74\x65\x72\x20\x61\x20\x76\x69\x72\x74\x75\x61\x6c\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x20\x6f\x66\x20\x61\x6e\x20\x41\x42\x43\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x2c\x20\x74\x6f\x20\x61\x6c\x6c\x6f\x77\x20\x75\x73\x61\x67\x65\x20\x61\x73\x20\x61\x20\x63\x6c\x61\x73\x73\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20",
   53707             : };
   53708             : static
   53709             :     struct {
   53710             :         PyGC_Head _gc_head;
   53711             :         struct {
   53712             :             PyObject_VAR_HEAD
   53713             :             PyObject *ob_item[1];
   53714             :         }_object;
   53715             :     }
   53716             : abc_toplevel_consts_10_consts_3_consts = {
   53717             :     ._object = {
   53718             :         .ob_base = {
   53719             :             .ob_base = {
   53720             :                 .ob_refcnt = 999999999,
   53721             :                 .ob_type = &PyTuple_Type,
   53722             :             },
   53723             :             .ob_size = 1,
   53724             :         },
   53725             :         .ob_item = {
   53726             :             & abc_toplevel_consts_10_consts_3_consts_0._ascii.ob_base,
   53727             :         },
   53728             :     },
   53729             : };
   53730             : static
   53731             :     struct {
   53732             :         PyGC_Head _gc_head;
   53733             :         struct {
   53734             :             PyObject_VAR_HEAD
   53735             :             PyObject *ob_item[1];
   53736             :         }_object;
   53737             :     }
   53738             : abc_toplevel_consts_10_consts_3_names = {
   53739             :     ._object = {
   53740             :         .ob_base = {
   53741             :             .ob_base = {
   53742             :                 .ob_refcnt = 999999999,
   53743             :                 .ob_type = &PyTuple_Type,
   53744             :             },
   53745             :             .ob_size = 1,
   53746             :         },
   53747             :         .ob_item = {
   53748             :             & const_str__abc_register._ascii.ob_base,
   53749             :         },
   53750             :     },
   53751             : };
   53752             : static
   53753             :     struct {
   53754             :         PyASCIIObject _ascii;
   53755             :         uint8_t _data[9];
   53756             :     }
   53757             : const_str_register = {
   53758             :     ._ascii = {
   53759             :         .ob_base = {
   53760             :             .ob_refcnt = 999999999,
   53761             :             .ob_type = &PyUnicode_Type,
   53762             :         },
   53763             :         .length = 8,
   53764             :         .hash = -1,
   53765             :         .state = {
   53766             :             .kind = 1,
   53767             :             .compact = 1,
   53768             :             .ascii = 1,
   53769             :         },
   53770             :     },
   53771             :     ._data = "register",
   53772             : };
   53773             : static
   53774             :     struct {
   53775             :         PyASCIIObject _ascii;
   53776             :         uint8_t _data[17];
   53777             :     }
   53778             : abc_toplevel_consts_10_consts_3_qualname = {
   53779             :     ._ascii = {
   53780             :         .ob_base = {
   53781             :             .ob_refcnt = 999999999,
   53782             :             .ob_type = &PyUnicode_Type,
   53783             :         },
   53784             :         .length = 16,
   53785             :         .hash = -1,
   53786             :         .state = {
   53787             :             .kind = 1,
   53788             :             .compact = 1,
   53789             :             .ascii = 1,
   53790             :         },
   53791             :     },
   53792             :     ._data = "ABCMeta.register",
   53793             : };
   53794             : static
   53795             :     struct {
   53796             :         PyObject_VAR_HEAD
   53797             :         Py_hash_t ob_shash;
   53798             :         char ob_sval[18];
   53799             :     }
   53800             : abc_toplevel_consts_10_consts_3_linetable = {
   53801             :     .ob_base = {
   53802             :         .ob_base = {
   53803             :             .ob_refcnt = 999999999,
   53804             :             .ob_type = &PyBytes_Type,
   53805             :         },
   53806             :         .ob_size = 17,
   53807             :     },
   53808             :     .ob_shash = -1,
   53809             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x14\x21\xa0\x13\xa0\x68\xd4\x13\x2f\xd0\x0c\x2f",
   53810             : };
   53811             : static
   53812             :     struct {
   53813             :         PyASCIIObject _ascii;
   53814             :         uint8_t _data[9];
   53815             :     }
   53816             : const_str_subclass = {
   53817             :     ._ascii = {
   53818             :         .ob_base = {
   53819             :             .ob_refcnt = 999999999,
   53820             :             .ob_type = &PyUnicode_Type,
   53821             :         },
   53822             :         .length = 8,
   53823             :         .hash = -1,
   53824             :         .state = {
   53825             :             .kind = 1,
   53826             :             .compact = 1,
   53827             :             .ascii = 1,
   53828             :         },
   53829             :     },
   53830             :     ._data = "subclass",
   53831             : };
   53832             : static
   53833             :     struct {
   53834             :         PyGC_Head _gc_head;
   53835             :         struct {
   53836             :             PyObject_VAR_HEAD
   53837             :             PyObject *ob_item[2];
   53838             :         }_object;
   53839             :     }
   53840             : abc_toplevel_consts_10_consts_3_localsplusnames = {
   53841             :     ._object = {
   53842             :         .ob_base = {
   53843             :             .ob_base = {
   53844             :                 .ob_refcnt = 999999999,
   53845             :                 .ob_type = &PyTuple_Type,
   53846             :             },
   53847             :             .ob_size = 2,
   53848             :         },
   53849             :         .ob_item = {
   53850             :             & const_str_cls._ascii.ob_base,
   53851             :             & const_str_subclass._ascii.ob_base,
   53852             :         },
   53853             :     },
   53854             : };
   53855             : static
   53856             :     struct _PyCode_DEF(30)
   53857             : abc_toplevel_consts_10_consts_3 = {
   53858             :     .ob_base = {
   53859             :         .ob_base = {
   53860             :             .ob_refcnt = 999999999,
   53861             :             .ob_type = &PyCode_Type,
   53862             :         },
   53863             :         .ob_size = 15,
   53864             :     },
   53865             :     .co_consts = & abc_toplevel_consts_10_consts_3_consts._object.ob_base.ob_base,
   53866             :     .co_names = & abc_toplevel_consts_10_consts_3_names._object.ob_base.ob_base,
   53867             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   53868             :     .co_flags = 3,
   53869             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   53870             :     ._co_linearray_entry_size = 0,
   53871             :     .co_argcount = 2,
   53872             :     .co_posonlyargcount = 0,
   53873             :     .co_kwonlyargcount = 0,
   53874             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   53875             :     .co_stacksize = 4,
   53876             :     .co_firstlineno = 110,
   53877             :     .co_nlocalsplus = 2,
   53878             :     .co_nlocals = 2,
   53879             :     .co_nplaincellvars = 0,
   53880             :     .co_ncellvars = 0,
   53881             :     .co_nfreevars = 0,
   53882             :     .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
   53883             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   53884             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   53885             :     .co_name = & const_str_register._ascii.ob_base,
   53886             :     .co_qualname = & abc_toplevel_consts_10_consts_3_qualname._ascii.ob_base,
   53887             :     .co_linetable = & abc_toplevel_consts_10_consts_3_linetable.ob_base.ob_base,
   53888             :     ._co_code = NULL,
   53889             :     ._co_linearray = NULL,
   53890             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   53891             :     ._co_firsttraceable = 0,
   53892             : };
   53893             : static
   53894             :     struct {
   53895             :         PyASCIIObject _ascii;
   53896             :         uint8_t _data[40];
   53897             :     }
   53898             : abc_toplevel_consts_10_consts_4_consts_0 = {
   53899             :     ._ascii = {
   53900             :         .ob_base = {
   53901             :             .ob_refcnt = 999999999,
   53902             :             .ob_type = &PyUnicode_Type,
   53903             :         },
   53904             :         .length = 39,
   53905             :         .hash = -1,
   53906             :         .state = {
   53907             :             .kind = 1,
   53908             :             .compact = 1,
   53909             :             .ascii = 1,
   53910             :         },
   53911             :     },
   53912             :     ._data = "Override for isinstance(instance, cls).",
   53913             : };
   53914             : static
   53915             :     struct {
   53916             :         PyGC_Head _gc_head;
   53917             :         struct {
   53918             :             PyObject_VAR_HEAD
   53919             :             PyObject *ob_item[1];
   53920             :         }_object;
   53921             :     }
   53922             : abc_toplevel_consts_10_consts_4_consts = {
   53923             :     ._object = {
   53924             :         .ob_base = {
   53925             :             .ob_base = {
   53926             :                 .ob_refcnt = 999999999,
   53927             :                 .ob_type = &PyTuple_Type,
   53928             :             },
   53929             :             .ob_size = 1,
   53930             :         },
   53931             :         .ob_item = {
   53932             :             & abc_toplevel_consts_10_consts_4_consts_0._ascii.ob_base,
   53933             :         },
   53934             :     },
   53935             : };
   53936             : static
   53937             :     struct {
   53938             :         PyGC_Head _gc_head;
   53939             :         struct {
   53940             :             PyObject_VAR_HEAD
   53941             :             PyObject *ob_item[1];
   53942             :         }_object;
   53943             :     }
   53944             : abc_toplevel_consts_10_consts_4_names = {
   53945             :     ._object = {
   53946             :         .ob_base = {
   53947             :             .ob_base = {
   53948             :                 .ob_refcnt = 999999999,
   53949             :                 .ob_type = &PyTuple_Type,
   53950             :             },
   53951             :             .ob_size = 1,
   53952             :         },
   53953             :         .ob_item = {
   53954             :             & const_str__abc_instancecheck._ascii.ob_base,
   53955             :         },
   53956             :     },
   53957             : };
   53958             : static
   53959             :     struct {
   53960             :         PyASCIIObject _ascii;
   53961             :         uint8_t _data[26];
   53962             :     }
   53963             : abc_toplevel_consts_10_consts_4_qualname = {
   53964             :     ._ascii = {
   53965             :         .ob_base = {
   53966             :             .ob_refcnt = 999999999,
   53967             :             .ob_type = &PyUnicode_Type,
   53968             :         },
   53969             :         .length = 25,
   53970             :         .hash = -1,
   53971             :         .state = {
   53972             :             .kind = 1,
   53973             :             .compact = 1,
   53974             :             .ascii = 1,
   53975             :         },
   53976             :     },
   53977             :     ._data = "ABCMeta.__instancecheck__",
   53978             : };
   53979             : static
   53980             :     struct {
   53981             :         PyObject_VAR_HEAD
   53982             :         Py_hash_t ob_shash;
   53983             :         char ob_sval[16];
   53984             :     }
   53985             : abc_toplevel_consts_10_consts_4_linetable = {
   53986             :     .ob_base = {
   53987             :         .ob_base = {
   53988             :             .ob_refcnt = 999999999,
   53989             :             .ob_type = &PyBytes_Type,
   53990             :         },
   53991             :         .ob_size = 15,
   53992             :     },
   53993             :     .ob_shash = -1,
   53994             :     .ob_sval = "\x80\x00\xe5\x13\x25\xa0\x63\xa8\x38\xd4\x13\x34\xd0\x0c\x34",
   53995             : };
   53996             : static
   53997             :     struct {
   53998             :         PyASCIIObject _ascii;
   53999             :         uint8_t _data[9];
   54000             :     }
   54001             : const_str_instance = {
   54002             :     ._ascii = {
   54003             :         .ob_base = {
   54004             :             .ob_refcnt = 999999999,
   54005             :             .ob_type = &PyUnicode_Type,
   54006             :         },
   54007             :         .length = 8,
   54008             :         .hash = -1,
   54009             :         .state = {
   54010             :             .kind = 1,
   54011             :             .compact = 1,
   54012             :             .ascii = 1,
   54013             :         },
   54014             :     },
   54015             :     ._data = "instance",
   54016             : };
   54017             : static
   54018             :     struct {
   54019             :         PyGC_Head _gc_head;
   54020             :         struct {
   54021             :             PyObject_VAR_HEAD
   54022             :             PyObject *ob_item[2];
   54023             :         }_object;
   54024             :     }
   54025             : abc_toplevel_consts_10_consts_4_localsplusnames = {
   54026             :     ._object = {
   54027             :         .ob_base = {
   54028             :             .ob_base = {
   54029             :                 .ob_refcnt = 999999999,
   54030             :                 .ob_type = &PyTuple_Type,
   54031             :             },
   54032             :             .ob_size = 2,
   54033             :         },
   54034             :         .ob_item = {
   54035             :             & const_str_cls._ascii.ob_base,
   54036             :             & const_str_instance._ascii.ob_base,
   54037             :         },
   54038             :     },
   54039             : };
   54040             : static
   54041             :     struct _PyCode_DEF(30)
   54042             : abc_toplevel_consts_10_consts_4 = {
   54043             :     .ob_base = {
   54044             :         .ob_base = {
   54045             :             .ob_refcnt = 999999999,
   54046             :             .ob_type = &PyCode_Type,
   54047             :         },
   54048             :         .ob_size = 15,
   54049             :     },
   54050             :     .co_consts = & abc_toplevel_consts_10_consts_4_consts._object.ob_base.ob_base,
   54051             :     .co_names = & abc_toplevel_consts_10_consts_4_names._object.ob_base.ob_base,
   54052             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   54053             :     .co_flags = 3,
   54054             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   54055             :     ._co_linearray_entry_size = 0,
   54056             :     .co_argcount = 2,
   54057             :     .co_posonlyargcount = 0,
   54058             :     .co_kwonlyargcount = 0,
   54059             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   54060             :     .co_stacksize = 4,
   54061             :     .co_firstlineno = 117,
   54062             :     .co_nlocalsplus = 2,
   54063             :     .co_nlocals = 2,
   54064             :     .co_nplaincellvars = 0,
   54065             :     .co_ncellvars = 0,
   54066             :     .co_nfreevars = 0,
   54067             :     .co_localsplusnames = & abc_toplevel_consts_10_consts_4_localsplusnames._object.ob_base.ob_base,
   54068             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   54069             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   54070             :     .co_name = &_Py_ID(__instancecheck__),
   54071             :     .co_qualname = & abc_toplevel_consts_10_consts_4_qualname._ascii.ob_base,
   54072             :     .co_linetable = & abc_toplevel_consts_10_consts_4_linetable.ob_base.ob_base,
   54073             :     ._co_code = NULL,
   54074             :     ._co_linearray = NULL,
   54075             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   54076             :     ._co_firsttraceable = 0,
   54077             : };
   54078             : static
   54079             :     struct {
   54080             :         PyASCIIObject _ascii;
   54081             :         uint8_t _data[40];
   54082             :     }
   54083             : abc_toplevel_consts_10_consts_5_consts_0 = {
   54084             :     ._ascii = {
   54085             :         .ob_base = {
   54086             :             .ob_refcnt = 999999999,
   54087             :             .ob_type = &PyUnicode_Type,
   54088             :         },
   54089             :         .length = 39,
   54090             :         .hash = -1,
   54091             :         .state = {
   54092             :             .kind = 1,
   54093             :             .compact = 1,
   54094             :             .ascii = 1,
   54095             :         },
   54096             :     },
   54097             :     ._data = "Override for issubclass(subclass, cls).",
   54098             : };
   54099             : static
   54100             :     struct {
   54101             :         PyGC_Head _gc_head;
   54102             :         struct {
   54103             :             PyObject_VAR_HEAD
   54104             :             PyObject *ob_item[1];
   54105             :         }_object;
   54106             :     }
   54107             : abc_toplevel_consts_10_consts_5_consts = {
   54108             :     ._object = {
   54109             :         .ob_base = {
   54110             :             .ob_base = {
   54111             :                 .ob_refcnt = 999999999,
   54112             :                 .ob_type = &PyTuple_Type,
   54113             :             },
   54114             :             .ob_size = 1,
   54115             :         },
   54116             :         .ob_item = {
   54117             :             & abc_toplevel_consts_10_consts_5_consts_0._ascii.ob_base,
   54118             :         },
   54119             :     },
   54120             : };
   54121             : static
   54122             :     struct {
   54123             :         PyGC_Head _gc_head;
   54124             :         struct {
   54125             :             PyObject_VAR_HEAD
   54126             :             PyObject *ob_item[1];
   54127             :         }_object;
   54128             :     }
   54129             : abc_toplevel_consts_10_consts_5_names = {
   54130             :     ._object = {
   54131             :         .ob_base = {
   54132             :             .ob_base = {
   54133             :                 .ob_refcnt = 999999999,
   54134             :                 .ob_type = &PyTuple_Type,
   54135             :             },
   54136             :             .ob_size = 1,
   54137             :         },
   54138             :         .ob_item = {
   54139             :             & const_str__abc_subclasscheck._ascii.ob_base,
   54140             :         },
   54141             :     },
   54142             : };
   54143             : static
   54144             :     struct {
   54145             :         PyASCIIObject _ascii;
   54146             :         uint8_t _data[26];
   54147             :     }
   54148             : abc_toplevel_consts_10_consts_5_qualname = {
   54149             :     ._ascii = {
   54150             :         .ob_base = {
   54151             :             .ob_refcnt = 999999999,
   54152             :             .ob_type = &PyUnicode_Type,
   54153             :         },
   54154             :         .length = 25,
   54155             :         .hash = -1,
   54156             :         .state = {
   54157             :             .kind = 1,
   54158             :             .compact = 1,
   54159             :             .ascii = 1,
   54160             :         },
   54161             :     },
   54162             :     ._data = "ABCMeta.__subclasscheck__",
   54163             : };
   54164             : static
   54165             :     struct _PyCode_DEF(30)
   54166             : abc_toplevel_consts_10_consts_5 = {
   54167             :     .ob_base = {
   54168             :         .ob_base = {
   54169             :             .ob_refcnt = 999999999,
   54170             :             .ob_type = &PyCode_Type,
   54171             :         },
   54172             :         .ob_size = 15,
   54173             :     },
   54174             :     .co_consts = & abc_toplevel_consts_10_consts_5_consts._object.ob_base.ob_base,
   54175             :     .co_names = & abc_toplevel_consts_10_consts_5_names._object.ob_base.ob_base,
   54176             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   54177             :     .co_flags = 3,
   54178             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   54179             :     ._co_linearray_entry_size = 0,
   54180             :     .co_argcount = 2,
   54181             :     .co_posonlyargcount = 0,
   54182             :     .co_kwonlyargcount = 0,
   54183             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   54184             :     .co_stacksize = 4,
   54185             :     .co_firstlineno = 121,
   54186             :     .co_nlocalsplus = 2,
   54187             :     .co_nlocals = 2,
   54188             :     .co_nplaincellvars = 0,
   54189             :     .co_ncellvars = 0,
   54190             :     .co_nfreevars = 0,
   54191             :     .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
   54192             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   54193             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   54194             :     .co_name = &_Py_ID(__subclasscheck__),
   54195             :     .co_qualname = & abc_toplevel_consts_10_consts_5_qualname._ascii.ob_base,
   54196             :     .co_linetable = & abc_toplevel_consts_10_consts_4_linetable.ob_base.ob_base,
   54197             :     ._co_code = NULL,
   54198             :     ._co_linearray = NULL,
   54199             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   54200             :     ._co_firsttraceable = 0,
   54201             : };
   54202             : static
   54203             :     struct {
   54204             :         PyASCIIObject _ascii;
   54205             :         uint8_t _data[40];
   54206             :     }
   54207             : abc_toplevel_consts_10_consts_7_consts_0 = {
   54208             :     ._ascii = {
   54209             :         .ob_base = {
   54210             :             .ob_refcnt = 999999999,
   54211             :             .ob_type = &PyUnicode_Type,
   54212             :         },
   54213             :         .length = 39,
   54214             :         .hash = -1,
   54215             :         .state = {
   54216             :             .kind = 1,
   54217             :             .compact = 1,
   54218             :             .ascii = 1,
   54219             :         },
   54220             :     },
   54221             :     ._data = "Debug helper to print the ABC registry.",
   54222             : };
   54223             : static
   54224             :     struct {
   54225             :         PyASCIIObject _ascii;
   54226             :         uint8_t _data[8];
   54227             :     }
   54228             : abc_toplevel_consts_10_consts_7_consts_1 = {
   54229             :     ._ascii = {
   54230             :         .ob_base = {
   54231             :             .ob_refcnt = 999999999,
   54232             :             .ob_type = &PyUnicode_Type,
   54233             :         },
   54234             :         .length = 7,
   54235             :         .hash = -1,
   54236             :         .state = {
   54237             :             .kind = 1,
   54238             :             .compact = 1,
   54239             :             .ascii = 1,
   54240             :         },
   54241             :     },
   54242             :     ._data = "Class: ",
   54243             : };
   54244             : static
   54245             :     struct {
   54246             :         PyASCIIObject _ascii;
   54247             :         uint8_t _data[15];
   54248             :     }
   54249             : abc_toplevel_consts_10_consts_7_consts_4 = {
   54250             :     ._ascii = {
   54251             :         .ob_base = {
   54252             :             .ob_refcnt = 999999999,
   54253             :             .ob_type = &PyUnicode_Type,
   54254             :         },
   54255             :         .length = 14,
   54256             :         .hash = -1,
   54257             :         .state = {
   54258             :             .kind = 1,
   54259             :             .compact = 1,
   54260             :             .ascii = 1,
   54261             :         },
   54262             :     },
   54263             :     ._data = "Inv. counter: ",
   54264             : };
   54265             : static
   54266             :     struct {
   54267             :         PyASCIIObject _ascii;
   54268             :         uint8_t _data[16];
   54269             :     }
   54270             : abc_toplevel_consts_10_consts_7_consts_5 = {
   54271             :     ._ascii = {
   54272             :         .ob_base = {
   54273             :             .ob_refcnt = 999999999,
   54274             :             .ob_type = &PyUnicode_Type,
   54275             :         },
   54276             :         .length = 15,
   54277             :         .hash = -1,
   54278             :         .state = {
   54279             :             .kind = 1,
   54280             :             .compact = 1,
   54281             :             .ascii = 1,
   54282             :         },
   54283             :     },
   54284             :     ._data = "_abc_registry: ",
   54285             : };
   54286             : static
   54287             :     struct {
   54288             :         PyASCIIObject _ascii;
   54289             :         uint8_t _data[13];
   54290             :     }
   54291             : abc_toplevel_consts_10_consts_7_consts_6 = {
   54292             :     ._ascii = {
   54293             :         .ob_base = {
   54294             :             .ob_refcnt = 999999999,
   54295             :             .ob_type = &PyUnicode_Type,
   54296             :         },
   54297             :         .length = 12,
   54298             :         .hash = -1,
   54299             :         .state = {
   54300             :             .kind = 1,
   54301             :             .compact = 1,
   54302             :             .ascii = 1,
   54303             :         },
   54304             :     },
   54305             :     ._data = "_abc_cache: ",
   54306             : };
   54307             : static
   54308             :     struct {
   54309             :         PyASCIIObject _ascii;
   54310             :         uint8_t _data[22];
   54311             :     }
   54312             : abc_toplevel_consts_10_consts_7_consts_7 = {
   54313             :     ._ascii = {
   54314             :         .ob_base = {
   54315             :             .ob_refcnt = 999999999,
   54316             :             .ob_type = &PyUnicode_Type,
   54317             :         },
   54318             :         .length = 21,
   54319             :         .hash = -1,
   54320             :         .state = {
   54321             :             .kind = 1,
   54322             :             .compact = 1,
   54323             :             .ascii = 1,
   54324             :         },
   54325             :     },
   54326             :     ._data = "_abc_negative_cache: ",
   54327             : };
   54328             : static
   54329             :     struct {
   54330             :         PyASCIIObject _ascii;
   54331             :         uint8_t _data[30];
   54332             :     }
   54333             : abc_toplevel_consts_10_consts_7_consts_8 = {
   54334             :     ._ascii = {
   54335             :         .ob_base = {
   54336             :             .ob_refcnt = 999999999,
   54337             :             .ob_type = &PyUnicode_Type,
   54338             :         },
   54339             :         .length = 29,
   54340             :         .hash = -1,
   54341             :         .state = {
   54342             :             .kind = 1,
   54343             :             .compact = 1,
   54344             :             .ascii = 1,
   54345             :         },
   54346             :     },
   54347             :     ._data = "_abc_negative_cache_version: ",
   54348             : };
   54349             : static
   54350             :     struct {
   54351             :         PyGC_Head _gc_head;
   54352             :         struct {
   54353             :             PyObject_VAR_HEAD
   54354             :             PyObject *ob_item[10];
   54355             :         }_object;
   54356             :     }
   54357             : abc_toplevel_consts_10_consts_7_consts = {
   54358             :     ._object = {
   54359             :         .ob_base = {
   54360             :             .ob_base = {
   54361             :                 .ob_refcnt = 999999999,
   54362             :                 .ob_type = &PyTuple_Type,
   54363             :             },
   54364             :             .ob_size = 10,
   54365             :         },
   54366             :         .ob_item = {
   54367             :             & abc_toplevel_consts_10_consts_7_consts_0._ascii.ob_base,
   54368             :             & abc_toplevel_consts_10_consts_7_consts_1._ascii.ob_base,
   54369             :             &_Py_STR(dot),
   54370             :             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
   54371             :             & abc_toplevel_consts_10_consts_7_consts_4._ascii.ob_base,
   54372             :             & abc_toplevel_consts_10_consts_7_consts_5._ascii.ob_base,
   54373             :             & abc_toplevel_consts_10_consts_7_consts_6._ascii.ob_base,
   54374             :             & abc_toplevel_consts_10_consts_7_consts_7._ascii.ob_base,
   54375             :             & abc_toplevel_consts_10_consts_7_consts_8._ascii.ob_base,
   54376             :             Py_None,
   54377             :         },
   54378             :     },
   54379             : };
   54380             : static
   54381             :     struct {
   54382             :         PyGC_Head _gc_head;
   54383             :         struct {
   54384             :             PyObject_VAR_HEAD
   54385             :             PyObject *ob_item[5];
   54386             :         }_object;
   54387             :     }
   54388             : abc_toplevel_consts_10_consts_7_names = {
   54389             :     ._object = {
   54390             :         .ob_base = {
   54391             :             .ob_base = {
   54392             :                 .ob_refcnt = 999999999,
   54393             :                 .ob_type = &PyTuple_Type,
   54394             :             },
   54395             :             .ob_size = 5,
   54396             :         },
   54397             :         .ob_item = {
   54398             :             & const_str_print._ascii.ob_base,
   54399             :             &_Py_ID(__module__),
   54400             :             &_Py_ID(__qualname__),
   54401             :             & const_str_get_cache_token._ascii.ob_base,
   54402             :             & const_str__get_dump._ascii.ob_base,
   54403             :         },
   54404             :     },
   54405             : };
   54406             : static
   54407             :     struct {
   54408             :         PyASCIIObject _ascii;
   54409             :         uint8_t _data[15];
   54410             :     }
   54411             : const_str__dump_registry = {
   54412             :     ._ascii = {
   54413             :         .ob_base = {
   54414             :             .ob_refcnt = 999999999,
   54415             :             .ob_type = &PyUnicode_Type,
   54416             :         },
   54417             :         .length = 14,
   54418             :         .hash = -1,
   54419             :         .state = {
   54420             :             .kind = 1,
   54421             :             .compact = 1,
   54422             :             .ascii = 1,
   54423             :         },
   54424             :     },
   54425             :     ._data = "_dump_registry",
   54426             : };
   54427             : static
   54428             :     struct {
   54429             :         PyASCIIObject _ascii;
   54430             :         uint8_t _data[23];
   54431             :     }
   54432             : abc_toplevel_consts_10_consts_7_qualname = {
   54433             :     ._ascii = {
   54434             :         .ob_base = {
   54435             :             .ob_refcnt = 999999999,
   54436             :             .ob_type = &PyUnicode_Type,
   54437             :         },
   54438             :         .length = 22,
   54439             :         .hash = -1,
   54440             :         .state = {
   54441             :             .kind = 1,
   54442             :             .compact = 1,
   54443             :             .ascii = 1,
   54444             :         },
   54445             :     },
   54446             :     ._data = "ABCMeta._dump_registry",
   54447             : };
   54448             : static
   54449             :     struct {
   54450             :         PyObject_VAR_HEAD
   54451             :         Py_hash_t ob_shash;
   54452             :         char ob_sval[215];
   54453             :     }
   54454             : abc_toplevel_consts_10_consts_7_linetable = {
   54455             :     .ob_base = {
   54456             :         .ob_base = {
   54457             :             .ob_refcnt = 999999999,
   54458             :             .ob_type = &PyBytes_Type,
   54459             :         },
   54460             :         .ob_size = 214,
   54461             :     },
   54462             :     .ob_shash = -1,
   54463             :     .ob_sval = "\x80\x00\xe5\x0c\x11\xd0\x12\x3f\x98\x43\x9f\x4e\x99\x4e\xd0\x12\x3f\xd0\x12\x3f\xa8\x53\xd7\x2d\x3d\xd1\x2d\x3d\xd0\x12\x3f\xd0\x12\x3f\xc0\x64\xd0\x0c\x4b\xd4\x0c\x4b\xd0\x0c\x4b\xdd\x0c\x11\xd0\x12\x36\xa5\x3f\xd4\x23\x34\xd0\x12\x36\xd0\x12\x36\xb8\x54\xd0\x0c\x42\xd4\x0c\x42\xd0\x0c\x42\xe5\x2c\x35\xb0\x63\xac\x4e\xf1\x03\x01\x0d\x2a\x88\x5d\x98\x4a\xd0\x28\x3b\xd8\x0d\x28\xdd\x0c\x11\xd0\x12\x35\xa0\x4d\xd0\x12\x35\xd0\x12\x35\xb8\x44\xd0\x0c\x41\xd4\x0c\x41\xd0\x0c\x41\xdd\x0c\x11\xd0\x12\x2f\xa0\x1a\xd0\x12\x2f\xd0\x12\x2f\xb0\x64\xd0\x0c\x3b\xd4\x0c\x3b\xd0\x0c\x3b\xdd\x0c\x11\xd0\x12\x41\xd0\x2a\x3d\xd0\x12\x41\xd0\x12\x41\xc8\x04\xd0\x0c\x4d\xd4\x0c\x4d\xd0\x0c\x4d\xdd\x0c\x11\xd0\x12\x51\xd0\x32\x4d\xd0\x12\x51\xd0\x12\x51\xd8\x17\x1b\xf0\x03\x01\x0d\x1d\xf4\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d",
   54464             : };
   54465             : static
   54466             :     struct {
   54467             :         PyASCIIObject _ascii;
   54468             :         uint8_t _data[14];
   54469             :     }
   54470             : const_str__abc_registry = {
   54471             :     ._ascii = {
   54472             :         .ob_base = {
   54473             :             .ob_refcnt = 999999999,
   54474             :             .ob_type = &PyUnicode_Type,
   54475             :         },
   54476             :         .length = 13,
   54477             :         .hash = -1,
   54478             :         .state = {
   54479             :             .kind = 1,
   54480             :             .compact = 1,
   54481             :             .ascii = 1,
   54482             :         },
   54483             :     },
   54484             :     ._data = "_abc_registry",
   54485             : };
   54486             : static
   54487             :     struct {
   54488             :         PyASCIIObject _ascii;
   54489             :         uint8_t _data[11];
   54490             :     }
   54491             : const_str__abc_cache = {
   54492             :     ._ascii = {
   54493             :         .ob_base = {
   54494             :             .ob_refcnt = 999999999,
   54495             :             .ob_type = &PyUnicode_Type,
   54496             :         },
   54497             :         .length = 10,
   54498             :         .hash = -1,
   54499             :         .state = {
   54500             :             .kind = 1,
   54501             :             .compact = 1,
   54502             :             .ascii = 1,
   54503             :         },
   54504             :     },
   54505             :     ._data = "_abc_cache",
   54506             : };
   54507             : static
   54508             :     struct {
   54509             :         PyASCIIObject _ascii;
   54510             :         uint8_t _data[20];
   54511             :     }
   54512             : const_str__abc_negative_cache = {
   54513             :     ._ascii = {
   54514             :         .ob_base = {
   54515             :             .ob_refcnt = 999999999,
   54516             :             .ob_type = &PyUnicode_Type,
   54517             :         },
   54518             :         .length = 19,
   54519             :         .hash = -1,
   54520             :         .state = {
   54521             :             .kind = 1,
   54522             :             .compact = 1,
   54523             :             .ascii = 1,
   54524             :         },
   54525             :     },
   54526             :     ._data = "_abc_negative_cache",
   54527             : };
   54528             : static
   54529             :     struct {
   54530             :         PyASCIIObject _ascii;
   54531             :         uint8_t _data[28];
   54532             :     }
   54533             : const_str__abc_negative_cache_version = {
   54534             :     ._ascii = {
   54535             :         .ob_base = {
   54536             :             .ob_refcnt = 999999999,
   54537             :             .ob_type = &PyUnicode_Type,
   54538             :         },
   54539             :         .length = 27,
   54540             :         .hash = -1,
   54541             :         .state = {
   54542             :             .kind = 1,
   54543             :             .compact = 1,
   54544             :             .ascii = 1,
   54545             :         },
   54546             :     },
   54547             :     ._data = "_abc_negative_cache_version",
   54548             : };
   54549             : static
   54550             :     struct {
   54551             :         PyGC_Head _gc_head;
   54552             :         struct {
   54553             :             PyObject_VAR_HEAD
   54554             :             PyObject *ob_item[6];
   54555             :         }_object;
   54556             :     }
   54557             : abc_toplevel_consts_10_consts_7_localsplusnames = {
   54558             :     ._object = {
   54559             :         .ob_base = {
   54560             :             .ob_base = {
   54561             :                 .ob_refcnt = 999999999,
   54562             :                 .ob_type = &PyTuple_Type,
   54563             :             },
   54564             :             .ob_size = 6,
   54565             :         },
   54566             :         .ob_item = {
   54567             :             & const_str_cls._ascii.ob_base,
   54568             :             & const_str_file._ascii.ob_base,
   54569             :             & const_str__abc_registry._ascii.ob_base,
   54570             :             & const_str__abc_cache._ascii.ob_base,
   54571             :             & const_str__abc_negative_cache._ascii.ob_base,
   54572             :             & const_str__abc_negative_cache_version._ascii.ob_base,
   54573             :         },
   54574             :     },
   54575             : };
   54576             : static
   54577             :     struct _PyCode_DEF(324)
   54578             : abc_toplevel_consts_10_consts_7 = {
   54579             :     .ob_base = {
   54580             :         .ob_base = {
   54581             :             .ob_refcnt = 999999999,
   54582             :             .ob_type = &PyCode_Type,
   54583             :         },
   54584             :         .ob_size = 162,
   54585             :     },
   54586             :     .co_consts = & abc_toplevel_consts_10_consts_7_consts._object.ob_base.ob_base,
   54587             :     .co_names = & abc_toplevel_consts_10_consts_7_names._object.ob_base.ob_base,
   54588             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   54589             :     .co_flags = 3,
   54590             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   54591             :     ._co_linearray_entry_size = 0,
   54592             :     .co_argcount = 2,
   54593             :     .co_posonlyargcount = 0,
   54594             :     .co_kwonlyargcount = 0,
   54595             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   54596             :     .co_stacksize = 6,
   54597             :     .co_firstlineno = 125,
   54598             :     .co_nlocalsplus = 6,
   54599             :     .co_nlocals = 6,
   54600             :     .co_nplaincellvars = 0,
   54601             :     .co_ncellvars = 0,
   54602             :     .co_nfreevars = 0,
   54603             :     .co_localsplusnames = & abc_toplevel_consts_10_consts_7_localsplusnames._object.ob_base.ob_base,
   54604             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   54605             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   54606             :     .co_name = & const_str__dump_registry._ascii.ob_base,
   54607             :     .co_qualname = & abc_toplevel_consts_10_consts_7_qualname._ascii.ob_base,
   54608             :     .co_linetable = & abc_toplevel_consts_10_consts_7_linetable.ob_base.ob_base,
   54609             :     ._co_code = NULL,
   54610             :     ._co_linearray = NULL,
   54611             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x04\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x04\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7d\x05\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x02\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x7c\x03\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x04\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x05\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x09\x53\x00",
   54612             :     ._co_firsttraceable = 0,
   54613             : };
   54614             : static
   54615             :     struct {
   54616             :         PyASCIIObject _ascii;
   54617             :         uint8_t _data[47];
   54618             :     }
   54619             : abc_toplevel_consts_10_consts_8_consts_0 = {
   54620             :     ._ascii = {
   54621             :         .ob_base = {
   54622             :             .ob_refcnt = 999999999,
   54623             :             .ob_type = &PyUnicode_Type,
   54624             :         },
   54625             :         .length = 46,
   54626             :         .hash = -1,
   54627             :         .state = {
   54628             :             .kind = 1,
   54629             :             .compact = 1,
   54630             :             .ascii = 1,
   54631             :         },
   54632             :     },
   54633             :     ._data = "Clear the registry (for debugging or testing).",
   54634             : };
   54635             : static
   54636             :     struct {
   54637             :         PyGC_Head _gc_head;
   54638             :         struct {
   54639             :             PyObject_VAR_HEAD
   54640             :             PyObject *ob_item[2];
   54641             :         }_object;
   54642             :     }
   54643             : abc_toplevel_consts_10_consts_8_consts = {
   54644             :     ._object = {
   54645             :         .ob_base = {
   54646             :             .ob_base = {
   54647             :                 .ob_refcnt = 999999999,
   54648             :                 .ob_type = &PyTuple_Type,
   54649             :             },
   54650             :             .ob_size = 2,
   54651             :         },
   54652             :         .ob_item = {
   54653             :             & abc_toplevel_consts_10_consts_8_consts_0._ascii.ob_base,
   54654             :             Py_None,
   54655             :         },
   54656             :     },
   54657             : };
   54658             : static
   54659             :     struct {
   54660             :         PyGC_Head _gc_head;
   54661             :         struct {
   54662             :             PyObject_VAR_HEAD
   54663             :             PyObject *ob_item[1];
   54664             :         }_object;
   54665             :     }
   54666             : abc_toplevel_consts_10_consts_8_names = {
   54667             :     ._object = {
   54668             :         .ob_base = {
   54669             :             .ob_base = {
   54670             :                 .ob_refcnt = 999999999,
   54671             :                 .ob_type = &PyTuple_Type,
   54672             :             },
   54673             :             .ob_size = 1,
   54674             :         },
   54675             :         .ob_item = {
   54676             :             & const_str__reset_registry._ascii.ob_base,
   54677             :         },
   54678             :     },
   54679             : };
   54680             : static
   54681             :     struct {
   54682             :         PyASCIIObject _ascii;
   54683             :         uint8_t _data[20];
   54684             :     }
   54685             : const_str__abc_registry_clear = {
   54686             :     ._ascii = {
   54687             :         .ob_base = {
   54688             :             .ob_refcnt = 999999999,
   54689             :             .ob_type = &PyUnicode_Type,
   54690             :         },
   54691             :         .length = 19,
   54692             :         .hash = -1,
   54693             :         .state = {
   54694             :             .kind = 1,
   54695             :             .compact = 1,
   54696             :             .ascii = 1,
   54697             :         },
   54698             :     },
   54699             :     ._data = "_abc_registry_clear",
   54700             : };
   54701             : static
   54702             :     struct {
   54703             :         PyASCIIObject _ascii;
   54704             :         uint8_t _data[28];
   54705             :     }
   54706             : abc_toplevel_consts_10_consts_8_qualname = {
   54707             :     ._ascii = {
   54708             :         .ob_base = {
   54709             :             .ob_refcnt = 999999999,
   54710             :             .ob_type = &PyUnicode_Type,
   54711             :         },
   54712             :         .length = 27,
   54713             :         .hash = -1,
   54714             :         .state = {
   54715             :             .kind = 1,
   54716             :             .compact = 1,
   54717             :             .ascii = 1,
   54718             :         },
   54719             :     },
   54720             :     ._data = "ABCMeta._abc_registry_clear",
   54721             : };
   54722             : static
   54723             :     struct {
   54724             :         PyObject_VAR_HEAD
   54725             :         Py_hash_t ob_shash;
   54726             :         char ob_sval[20];
   54727             :     }
   54728             : abc_toplevel_consts_10_consts_8_linetable = {
   54729             :     .ob_base = {
   54730             :         .ob_base = {
   54731             :             .ob_refcnt = 999999999,
   54732             :             .ob_type = &PyBytes_Type,
   54733             :         },
   54734             :         .ob_size = 19,
   54735             :     },
   54736             :     .ob_shash = -1,
   54737             :     .ob_sval = "\x80\x00\xe5\x0c\x1b\x98\x43\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20",
   54738             : };
   54739             : static
   54740             :     struct {
   54741             :         PyGC_Head _gc_head;
   54742             :         struct {
   54743             :             PyObject_VAR_HEAD
   54744             :             PyObject *ob_item[1];
   54745             :         }_object;
   54746             :     }
   54747             : abc_toplevel_consts_10_consts_8_localsplusnames = {
   54748             :     ._object = {
   54749             :         .ob_base = {
   54750             :             .ob_base = {
   54751             :                 .ob_refcnt = 999999999,
   54752             :                 .ob_type = &PyTuple_Type,
   54753             :             },
   54754             :             .ob_size = 1,
   54755             :         },
   54756             :         .ob_item = {
   54757             :             & const_str_cls._ascii.ob_base,
   54758             :         },
   54759             :     },
   54760             : };
   54761             : static
   54762             :     struct _PyCode_DEF(32)
   54763             : abc_toplevel_consts_10_consts_8 = {
   54764             :     .ob_base = {
   54765             :         .ob_base = {
   54766             :             .ob_refcnt = 999999999,
   54767             :             .ob_type = &PyCode_Type,
   54768             :         },
   54769             :         .ob_size = 16,
   54770             :     },
   54771             :     .co_consts = & abc_toplevel_consts_10_consts_8_consts._object.ob_base.ob_base,
   54772             :     .co_names = & abc_toplevel_consts_10_consts_8_names._object.ob_base.ob_base,
   54773             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   54774             :     .co_flags = 3,
   54775             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   54776             :     ._co_linearray_entry_size = 0,
   54777             :     .co_argcount = 1,
   54778             :     .co_posonlyargcount = 0,
   54779             :     .co_kwonlyargcount = 0,
   54780             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   54781             :     .co_stacksize = 3,
   54782             :     .co_firstlineno = 137,
   54783             :     .co_nlocalsplus = 1,
   54784             :     .co_nlocals = 1,
   54785             :     .co_nplaincellvars = 0,
   54786             :     .co_ncellvars = 0,
   54787             :     .co_nfreevars = 0,
   54788             :     .co_localsplusnames = & abc_toplevel_consts_10_consts_8_localsplusnames._object.ob_base.ob_base,
   54789             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   54790             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   54791             :     .co_name = & const_str__abc_registry_clear._ascii.ob_base,
   54792             :     .co_qualname = & abc_toplevel_consts_10_consts_8_qualname._ascii.ob_base,
   54793             :     .co_linetable = & abc_toplevel_consts_10_consts_8_linetable.ob_base.ob_base,
   54794             :     ._co_code = NULL,
   54795             :     ._co_linearray = NULL,
   54796             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   54797             :     ._co_firsttraceable = 0,
   54798             : };
   54799             : static
   54800             :     struct {
   54801             :         PyASCIIObject _ascii;
   54802             :         uint8_t _data[45];
   54803             :     }
   54804             : abc_toplevel_consts_10_consts_9_consts_0 = {
   54805             :     ._ascii = {
   54806             :         .ob_base = {
   54807             :             .ob_refcnt = 999999999,
   54808             :             .ob_type = &PyUnicode_Type,
   54809             :         },
   54810             :         .length = 44,
   54811             :         .hash = -1,
   54812             :         .state = {
   54813             :             .kind = 1,
   54814             :             .compact = 1,
   54815             :             .ascii = 1,
   54816             :         },
   54817             :     },
   54818             :     ._data = "Clear the caches (for debugging or testing).",
   54819             : };
   54820             : static
   54821             :     struct {
   54822             :         PyGC_Head _gc_head;
   54823             :         struct {
   54824             :             PyObject_VAR_HEAD
   54825             :             PyObject *ob_item[2];
   54826             :         }_object;
   54827             :     }
   54828             : abc_toplevel_consts_10_consts_9_consts = {
   54829             :     ._object = {
   54830             :         .ob_base = {
   54831             :             .ob_base = {
   54832             :                 .ob_refcnt = 999999999,
   54833             :                 .ob_type = &PyTuple_Type,
   54834             :             },
   54835             :             .ob_size = 2,
   54836             :         },
   54837             :         .ob_item = {
   54838             :             & abc_toplevel_consts_10_consts_9_consts_0._ascii.ob_base,
   54839             :             Py_None,
   54840             :         },
   54841             :     },
   54842             : };
   54843             : static
   54844             :     struct {
   54845             :         PyGC_Head _gc_head;
   54846             :         struct {
   54847             :             PyObject_VAR_HEAD
   54848             :             PyObject *ob_item[1];
   54849             :         }_object;
   54850             :     }
   54851             : abc_toplevel_consts_10_consts_9_names = {
   54852             :     ._object = {
   54853             :         .ob_base = {
   54854             :             .ob_base = {
   54855             :                 .ob_refcnt = 999999999,
   54856             :                 .ob_type = &PyTuple_Type,
   54857             :             },
   54858             :             .ob_size = 1,
   54859             :         },
   54860             :         .ob_item = {
   54861             :             & const_str__reset_caches._ascii.ob_base,
   54862             :         },
   54863             :     },
   54864             : };
   54865             : static
   54866             :     struct {
   54867             :         PyASCIIObject _ascii;
   54868             :         uint8_t _data[18];
   54869             :     }
   54870             : const_str__abc_caches_clear = {
   54871             :     ._ascii = {
   54872             :         .ob_base = {
   54873             :             .ob_refcnt = 999999999,
   54874             :             .ob_type = &PyUnicode_Type,
   54875             :         },
   54876             :         .length = 17,
   54877             :         .hash = -1,
   54878             :         .state = {
   54879             :             .kind = 1,
   54880             :             .compact = 1,
   54881             :             .ascii = 1,
   54882             :         },
   54883             :     },
   54884             :     ._data = "_abc_caches_clear",
   54885             : };
   54886             : static
   54887             :     struct {
   54888             :         PyASCIIObject _ascii;
   54889             :         uint8_t _data[26];
   54890             :     }
   54891             : abc_toplevel_consts_10_consts_9_qualname = {
   54892             :     ._ascii = {
   54893             :         .ob_base = {
   54894             :             .ob_refcnt = 999999999,
   54895             :             .ob_type = &PyUnicode_Type,
   54896             :         },
   54897             :         .length = 25,
   54898             :         .hash = -1,
   54899             :         .state = {
   54900             :             .kind = 1,
   54901             :             .compact = 1,
   54902             :             .ascii = 1,
   54903             :         },
   54904             :     },
   54905             :     ._data = "ABCMeta._abc_caches_clear",
   54906             : };
   54907             : static
   54908             :     struct {
   54909             :         PyObject_VAR_HEAD
   54910             :         Py_hash_t ob_shash;
   54911             :         char ob_sval[20];
   54912             :     }
   54913             : abc_toplevel_consts_10_consts_9_linetable = {
   54914             :     .ob_base = {
   54915             :         .ob_base = {
   54916             :             .ob_refcnt = 999999999,
   54917             :             .ob_type = &PyBytes_Type,
   54918             :         },
   54919             :         .ob_size = 19,
   54920             :     },
   54921             :     .ob_shash = -1,
   54922             :     .ob_sval = "\x80\x00\xe5\x0c\x19\x98\x23\xd4\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e",
   54923             : };
   54924             : static
   54925             :     struct _PyCode_DEF(32)
   54926             : abc_toplevel_consts_10_consts_9 = {
   54927             :     .ob_base = {
   54928             :         .ob_base = {
   54929             :             .ob_refcnt = 999999999,
   54930             :             .ob_type = &PyCode_Type,
   54931             :         },
   54932             :         .ob_size = 16,
   54933             :     },
   54934             :     .co_consts = & abc_toplevel_consts_10_consts_9_consts._object.ob_base.ob_base,
   54935             :     .co_names = & abc_toplevel_consts_10_consts_9_names._object.ob_base.ob_base,
   54936             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   54937             :     .co_flags = 3,
   54938             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   54939             :     ._co_linearray_entry_size = 0,
   54940             :     .co_argcount = 1,
   54941             :     .co_posonlyargcount = 0,
   54942             :     .co_kwonlyargcount = 0,
   54943             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   54944             :     .co_stacksize = 3,
   54945             :     .co_firstlineno = 141,
   54946             :     .co_nlocalsplus = 1,
   54947             :     .co_nlocals = 1,
   54948             :     .co_nplaincellvars = 0,
   54949             :     .co_ncellvars = 0,
   54950             :     .co_nfreevars = 0,
   54951             :     .co_localsplusnames = & abc_toplevel_consts_10_consts_8_localsplusnames._object.ob_base.ob_base,
   54952             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   54953             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   54954             :     .co_name = & const_str__abc_caches_clear._ascii.ob_base,
   54955             :     .co_qualname = & abc_toplevel_consts_10_consts_9_qualname._ascii.ob_base,
   54956             :     .co_linetable = & abc_toplevel_consts_10_consts_9_linetable.ob_base.ob_base,
   54957             :     ._co_code = NULL,
   54958             :     ._co_linearray = NULL,
   54959             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   54960             :     ._co_firsttraceable = 0,
   54961             : };
   54962             : static
   54963             :     struct {
   54964             :         PyGC_Head _gc_head;
   54965             :         struct {
   54966             :             PyObject_VAR_HEAD
   54967             :             PyObject *ob_item[11];
   54968             :         }_object;
   54969             :     }
   54970             : abc_toplevel_consts_10_consts = {
   54971             :     ._object = {
   54972             :         .ob_base = {
   54973             :             .ob_base = {
   54974             :                 .ob_refcnt = 999999999,
   54975             :                 .ob_type = &PyTuple_Type,
   54976             :             },
   54977             :             .ob_size = 11,
   54978             :         },
   54979             :         .ob_item = {
   54980             :             & const_str_ABCMeta._ascii.ob_base,
   54981             :             & abc_toplevel_consts_10_consts_1._ascii.ob_base,
   54982             :             & abc_toplevel_consts_10_consts_2.ob_base.ob_base,
   54983             :             & abc_toplevel_consts_10_consts_3.ob_base.ob_base,
   54984             :             & abc_toplevel_consts_10_consts_4.ob_base.ob_base,
   54985             :             & abc_toplevel_consts_10_consts_5.ob_base.ob_base,
   54986             :             Py_None,
   54987             :             & abc_toplevel_consts_10_consts_7.ob_base.ob_base,
   54988             :             & abc_toplevel_consts_10_consts_8.ob_base.ob_base,
   54989             :             & abc_toplevel_consts_10_consts_9.ob_base.ob_base,
   54990             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   54991             :         },
   54992             :     },
   54993             : };
   54994             : static
   54995             :     struct {
   54996             :         PyGC_Head _gc_head;
   54997             :         struct {
   54998             :             PyObject_VAR_HEAD
   54999             :             PyObject *ob_item[12];
   55000             :         }_object;
   55001             :     }
   55002             : abc_toplevel_consts_10_names = {
   55003             :     ._object = {
   55004             :         .ob_base = {
   55005             :             .ob_base = {
   55006             :                 .ob_refcnt = 999999999,
   55007             :                 .ob_type = &PyTuple_Type,
   55008             :             },
   55009             :             .ob_size = 12,
   55010             :         },
   55011             :         .ob_item = {
   55012             :             &_Py_ID(__name__),
   55013             :             &_Py_ID(__module__),
   55014             :             &_Py_ID(__qualname__),
   55015             :             &_Py_ID(__doc__),
   55016             :             &_Py_ID(__new__),
   55017             :             & const_str_register._ascii.ob_base,
   55018             :             &_Py_ID(__instancecheck__),
   55019             :             &_Py_ID(__subclasscheck__),
   55020             :             & const_str__dump_registry._ascii.ob_base,
   55021             :             & const_str__abc_registry_clear._ascii.ob_base,
   55022             :             & const_str__abc_caches_clear._ascii.ob_base,
   55023             :             &_Py_ID(__classcell__),
   55024             :         },
   55025             :     },
   55026             : };
   55027             : static
   55028             :     struct {
   55029             :         PyObject_VAR_HEAD
   55030             :         Py_hash_t ob_shash;
   55031             :         char ob_sval[162];
   55032             :     }
   55033             : abc_toplevel_consts_10_linetable = {
   55034             :     .ob_base = {
   55035             :         .ob_base = {
   55036             :             .ob_refcnt = 999999999,
   55037             :             .ob_type = &PyBytes_Type,
   55038             :         },
   55039             :         .ob_size = 161,
   55040             :     },
   55041             :     .ob_shash = -1,
   55042             :     .ob_sval = "\xf8\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x0b\x09\x0c\xf0\x00\x0b\x09\x0c\xf0\x18\x03\x09\x17\xf0\x00\x03\x09\x17\xf0\x00\x03\x09\x17\xf0\x00\x03\x09\x17\xf0\x00\x03\x09\x17\xf0\x0a\x05\x09\x30\xf0\x00\x05\x09\x30\xf0\x00\x05\x09\x30\xf0\x0e\x02\x09\x35\xf0\x00\x02\x09\x35\xf0\x00\x02\x09\x35\xf0\x08\x02\x09\x35\xf0\x00\x02\x09\x35\xf0\x00\x02\x09\x35\xf0\x08\x00\x26\x2a\xf0\x00\x0a\x09\x1d\xf0\x00\x0a\x09\x1d\xf0\x00\x0a\x09\x1d\xf0\x18\x02\x09\x21\xf0\x00\x02\x09\x21\xf0\x00\x02\x09\x21\xf0\x08\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f",
   55043             : };
   55044             : static
   55045             :     struct _PyCode_DEF(72)
   55046             : abc_toplevel_consts_10 = {
   55047             :     .ob_base = {
   55048             :         .ob_base = {
   55049             :             .ob_refcnt = 999999999,
   55050             :             .ob_type = &PyCode_Type,
   55051             :         },
   55052             :         .ob_size = 36,
   55053             :     },
   55054             :     .co_consts = & abc_toplevel_consts_10_consts._object.ob_base.ob_base,
   55055             :     .co_names = & abc_toplevel_consts_10_names._object.ob_base.ob_base,
   55056             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   55057             :     .co_flags = 0,
   55058             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   55059             :     ._co_linearray_entry_size = 0,
   55060             :     .co_argcount = 0,
   55061             :     .co_posonlyargcount = 0,
   55062             :     .co_kwonlyargcount = 0,
   55063             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   55064             :     .co_stacksize = 2,
   55065             :     .co_firstlineno = 92,
   55066             :     .co_nlocalsplus = 1,
   55067             :     .co_nlocals = 0,
   55068             :     .co_nplaincellvars = 1,
   55069             :     .co_ncellvars = 1,
   55070             :     .co_nfreevars = 0,
   55071             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
   55072             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
   55073             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   55074             :     .co_name = & const_str_ABCMeta._ascii.ob_base,
   55075             :     .co_qualname = & const_str_ABCMeta._ascii.ob_base,
   55076             :     .co_linetable = & abc_toplevel_consts_10_linetable.ob_base.ob_base,
   55077             :     ._co_code = NULL,
   55078             :     ._co_linearray = NULL,
   55079             :     .co_code_adaptive = "\x87\x00\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x88\x00\x66\x01\x64\x02\x84\x08\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x0a\x64\x07\x84\x01\x5a\x08\x64\x08\x84\x00\x5a\x09\x64\x09\x84\x00\x5a\x0a\x88\x00\x78\x01\x5a\x0b\x53\x00",
   55080             :     ._co_firsttraceable = 1,
   55081             : };
   55082             : static
   55083             :     struct {
   55084             :         PyGC_Head _gc_head;
   55085             :         struct {
   55086             :             PyObject_VAR_HEAD
   55087             :             PyObject *ob_item[2];
   55088             :         }_object;
   55089             :     }
   55090             : abc_toplevel_consts_12 = {
   55091             :     ._object = {
   55092             :         .ob_base = {
   55093             :             .ob_base = {
   55094             :                 .ob_refcnt = 999999999,
   55095             :                 .ob_type = &PyTuple_Type,
   55096             :             },
   55097             :             .ob_size = 2,
   55098             :         },
   55099             :         .ob_item = {
   55100             :             & const_str_ABCMeta._ascii.ob_base,
   55101             :             & const_str_get_cache_token._ascii.ob_base,
   55102             :         },
   55103             :     },
   55104             : };
   55105             : static
   55106             :     struct {
   55107             :         PyASCIIObject _ascii;
   55108             :         uint8_t _data[4];
   55109             :     }
   55110             : const_str_abc = {
   55111             :     ._ascii = {
   55112             :         .ob_base = {
   55113             :             .ob_refcnt = 999999999,
   55114             :             .ob_type = &PyUnicode_Type,
   55115             :         },
   55116             :         .length = 3,
   55117             :         .hash = -1,
   55118             :         .state = {
   55119             :             .kind = 1,
   55120             :             .compact = 1,
   55121             :             .ascii = 1,
   55122             :         },
   55123             :     },
   55124             :     ._data = "abc",
   55125             : };
   55126             : static
   55127             :     struct {
   55128             :         PyASCIIObject _ascii;
   55129             :         uint8_t _data[668];
   55130             :     }
   55131             : abc_toplevel_consts_14_consts_0 = {
   55132             :     ._ascii = {
   55133             :         .ob_base = {
   55134             :             .ob_refcnt = 999999999,
   55135             :             .ob_type = &PyUnicode_Type,
   55136             :         },
   55137             :         .length = 667,
   55138             :         .hash = -1,
   55139             :         .state = {
   55140             :             .kind = 1,
   55141             :             .compact = 1,
   55142             :             .ascii = 1,
   55143             :         },
   55144             :     },
   55145             :     ._data = "\x52\x65\x63\x61\x6c\x63\x75\x6c\x61\x74\x65\x20\x74\x68\x65\x20\x73\x65\x74\x20\x6f\x66\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x6f\x66\x20\x61\x6e\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x63\x6c\x61\x73\x73\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x61\x20\x63\x6c\x61\x73\x73\x20\x68\x61\x73\x20\x68\x61\x64\x20\x6f\x6e\x65\x20\x6f\x66\x20\x69\x74\x73\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x20\x61\x66\x74\x65\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x77\x61\x73\x20\x63\x72\x65\x61\x74\x65\x64\x2c\x20\x74\x68\x65\x20\x6d\x65\x74\x68\x6f\x64\x20\x77\x69\x6c\x6c\x20\x6e\x6f\x74\x20\x62\x65\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x65\x64\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x20\x75\x6e\x74\x69\x6c\x0a\x20\x20\x20\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x73\x20\x63\x61\x6c\x6c\x65\x64\x2e\x20\x41\x6c\x74\x65\x72\x6e\x61\x74\x69\x76\x65\x6c\x79\x2c\x20\x69\x66\x20\x61\x20\x6e\x65\x77\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x20\x68\x61\x73\x20\x62\x65\x65\x6e\x0a\x20\x20\x20\x20\x61\x64\x64\x65\x64\x20\x74\x6f\x20\x74\x68\x65\x20\x63\x6c\x61\x73\x73\x2c\x20\x69\x74\x20\x77\x69\x6c\x6c\x20\x6f\x6e\x6c\x79\x20\x62\x65\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x65\x64\x20\x61\x6e\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x20\x6f\x66\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x61\x66\x74\x65\x72\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x73\x20\x63\x61\x6c\x6c\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x63\x61\x6c\x6c\x65\x64\x20\x62\x65\x66\x6f\x72\x65\x20\x61\x6e\x79\x20\x75\x73\x65\x20\x69\x73\x20\x6d\x61\x64\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x63\x6c\x61\x73\x73\x2c\x0a\x20\x20\x20\x20\x75\x73\x75\x61\x6c\x6c\x79\x20\x69\x6e\x20\x63\x6c\x61\x73\x73\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x73\x20\x74\x68\x61\x74\x20\x61\x64\x64\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x74\x6f\x20\x74\x68\x65\x20\x73\x75\x62\x6a\x65\x63\x74\x20\x63\x6c\x61\x73\x73\x2e\x0a\x0a\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x63\x6c\x73\x2c\x20\x74\x6f\x20\x61\x6c\x6c\x6f\x77\x20\x75\x73\x61\x67\x65\x20\x61\x73\x20\x61\x20\x63\x6c\x61\x73\x73\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x63\x6c\x73\x20\x69\x73\x20\x6e\x6f\x74\x20\x61\x6e\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x20\x6f\x66\x20\x41\x42\x43\x4d\x65\x74\x61\x2c\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x68\x69\x6e\x67\x2e\x0a\x20\x20\x20\x20",
   55146             : };
   55147             : static
   55148             :     struct {
   55149             :         PyGC_Head _gc_head;
   55150             :         struct {
   55151             :             PyObject_VAR_HEAD
   55152             :             PyObject *ob_item[6];
   55153             :         }_object;
   55154             :     }
   55155             : abc_toplevel_consts_14_consts = {
   55156             :     ._object = {
   55157             :         .ob_base = {
   55158             :             .ob_base = {
   55159             :                 .ob_refcnt = 999999999,
   55160             :                 .ob_type = &PyTuple_Type,
   55161             :             },
   55162             :             .ob_size = 6,
   55163             :         },
   55164             :         .ob_item = {
   55165             :             & abc_toplevel_consts_14_consts_0._ascii.ob_base,
   55166             :             &_Py_ID(__abstractmethods__),
   55167             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   55168             :             Py_None,
   55169             :             &_Py_ID(__isabstractmethod__),
   55170             :             Py_False,
   55171             :         },
   55172             :     },
   55173             : };
   55174             : static
   55175             :     struct {
   55176             :         PyASCIIObject _ascii;
   55177             :         uint8_t _data[10];
   55178             :     }
   55179             : const_str_frozenset = {
   55180             :     ._ascii = {
   55181             :         .ob_base = {
   55182             :             .ob_refcnt = 999999999,
   55183             :             .ob_type = &PyUnicode_Type,
   55184             :         },
   55185             :         .length = 9,
   55186             :         .hash = -1,
   55187             :         .state = {
   55188             :             .kind = 1,
   55189             :             .compact = 1,
   55190             :             .ascii = 1,
   55191             :         },
   55192             :     },
   55193             :     ._data = "frozenset",
   55194             : };
   55195             : static
   55196             :     struct {
   55197             :         PyGC_Head _gc_head;
   55198             :         struct {
   55199             :             PyObject_VAR_HEAD
   55200             :             PyObject *ob_item[9];
   55201             :         }_object;
   55202             :     }
   55203             : abc_toplevel_consts_14_names = {
   55204             :     ._object = {
   55205             :         .ob_base = {
   55206             :             .ob_base = {
   55207             :                 .ob_refcnt = 999999999,
   55208             :                 .ob_type = &PyTuple_Type,
   55209             :             },
   55210             :             .ob_size = 9,
   55211             :         },
   55212             :         .ob_item = {
   55213             :             & const_str_hasattr._ascii.ob_base,
   55214             :             & const_str_set._ascii.ob_base,
   55215             :             &_Py_ID(__bases__),
   55216             :             &_Py_ID(getattr),
   55217             :             &_Py_ID(add),
   55218             :             &_Py_ID(__dict__),
   55219             :             &_Py_ID(items),
   55220             :             & const_str_frozenset._ascii.ob_base,
   55221             :             &_Py_ID(__abstractmethods__),
   55222             :         },
   55223             :     },
   55224             : };
   55225             : static
   55226             :     struct {
   55227             :         PyASCIIObject _ascii;
   55228             :         uint8_t _data[23];
   55229             :     }
   55230             : const_str_update_abstractmethods = {
   55231             :     ._ascii = {
   55232             :         .ob_base = {
   55233             :             .ob_refcnt = 999999999,
   55234             :             .ob_type = &PyUnicode_Type,
   55235             :         },
   55236             :         .length = 22,
   55237             :         .hash = -1,
   55238             :         .state = {
   55239             :             .kind = 1,
   55240             :             .compact = 1,
   55241             :             .ascii = 1,
   55242             :         },
   55243             :     },
   55244             :     ._data = "update_abstractmethods",
   55245             : };
   55246             : static
   55247             :     struct {
   55248             :         PyObject_VAR_HEAD
   55249             :         Py_hash_t ob_shash;
   55250             :         char ob_sval[224];
   55251             :     }
   55252             : abc_toplevel_consts_14_linetable = {
   55253             :     .ob_base = {
   55254             :         .ob_base = {
   55255             :             .ob_refcnt = 999999999,
   55256             :             .ob_type = &PyBytes_Type,
   55257             :         },
   55258             :         .ob_size = 223,
   55259             :     },
   55260             :     .ob_shash = -1,
   55261             :     .ob_sval = "\x80\x00\xf5\x20\x00\x0c\x13\x90\x33\xd0\x18\x2d\xd4\x0b\x2e\xf0\x00\x04\x05\x13\xf0\x08\x00\x10\x13\x88\x0a\xe5\x10\x13\x94\x05\x80\x49\xf0\x06\x00\x11\x14\x97\x0d\x91\x0d\xf0\x00\x04\x05\x24\xf1\x00\x04\x05\x24\x88\x04\xdd\x14\x1b\x98\x44\xd0\x22\x37\xb8\x12\xd4\x14\x3c\xf0\x00\x03\x09\x24\xf1\x00\x03\x09\x24\x88\x44\xdd\x14\x1b\x98\x43\xa0\x14\xa0\x74\xd4\x14\x2c\x88\x45\xdd\x0f\x16\x90\x75\xd0\x1e\x34\xb0\x65\xd4\x0f\x3c\xf0\x00\x01\x0d\x24\xd8\x10\x19\x97\x0d\x91\x0d\x98\x64\xd4\x10\x23\xd0\x10\x23\xd0\x10\x23\xf0\x07\x03\x09\x24\xf0\x0a\x00\x18\x1b\x97\x7c\x91\x7c\xd7\x17\x29\xd1\x17\x29\xd4\x17\x2b\xf0\x00\x02\x05\x20\xf1\x00\x02\x05\x20\x89\x0b\x88\x04\x88\x65\xdd\x0b\x12\x90\x35\xd0\x1a\x30\xb0\x25\xd4\x0b\x38\xf0\x00\x01\x09\x20\xd8\x0c\x15\x8f\x4d\x89\x4d\x98\x24\xd4\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xdd\x1e\x27\xa8\x09\xd4\x1e\x32\x80\x43\xd4\x04\x1b\xd8\x0b\x0e\x80\x4a",
   55262             : };
   55263             : static
   55264             :     struct {
   55265             :         PyASCIIObject _ascii;
   55266             :         uint8_t _data[10];
   55267             :     }
   55268             : const_str_abstracts = {
   55269             :     ._ascii = {
   55270             :         .ob_base = {
   55271             :             .ob_refcnt = 999999999,
   55272             :             .ob_type = &PyUnicode_Type,
   55273             :         },
   55274             :         .length = 9,
   55275             :         .hash = -1,
   55276             :         .state = {
   55277             :             .kind = 1,
   55278             :             .compact = 1,
   55279             :             .ascii = 1,
   55280             :         },
   55281             :     },
   55282             :     ._data = "abstracts",
   55283             : };
   55284             : static
   55285             :     struct {
   55286             :         PyASCIIObject _ascii;
   55287             :         uint8_t _data[5];
   55288             :     }
   55289             : const_str_scls = {
   55290             :     ._ascii = {
   55291             :         .ob_base = {
   55292             :             .ob_refcnt = 999999999,
   55293             :             .ob_type = &PyUnicode_Type,
   55294             :         },
   55295             :         .length = 4,
   55296             :         .hash = -1,
   55297             :         .state = {
   55298             :             .kind = 1,
   55299             :             .compact = 1,
   55300             :             .ascii = 1,
   55301             :         },
   55302             :     },
   55303             :     ._data = "scls",
   55304             : };
   55305             : static
   55306             :     struct {
   55307             :         PyGC_Head _gc_head;
   55308             :         struct {
   55309             :             PyObject_VAR_HEAD
   55310             :             PyObject *ob_item[5];
   55311             :         }_object;
   55312             :     }
   55313             : abc_toplevel_consts_14_localsplusnames = {
   55314             :     ._object = {
   55315             :         .ob_base = {
   55316             :             .ob_base = {
   55317             :                 .ob_refcnt = 999999999,
   55318             :                 .ob_type = &PyTuple_Type,
   55319             :             },
   55320             :             .ob_size = 5,
   55321             :         },
   55322             :         .ob_item = {
   55323             :             & const_str_cls._ascii.ob_base,
   55324             :             & const_str_abstracts._ascii.ob_base,
   55325             :             & const_str_scls._ascii.ob_base,
   55326             :             &_Py_ID(name),
   55327             :             & const_str_value._ascii.ob_base,
   55328             :         },
   55329             :     },
   55330             : };
   55331             : static
   55332             :     struct _PyCode_DEF(398)
   55333             : abc_toplevel_consts_14 = {
   55334             :     .ob_base = {
   55335             :         .ob_base = {
   55336             :             .ob_refcnt = 999999999,
   55337             :             .ob_type = &PyCode_Type,
   55338             :         },
   55339             :         .ob_size = 199,
   55340             :     },
   55341             :     .co_consts = & abc_toplevel_consts_14_consts._object.ob_base.ob_base,
   55342             :     .co_names = & abc_toplevel_consts_14_names._object.ob_base.ob_base,
   55343             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   55344             :     .co_flags = 3,
   55345             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   55346             :     ._co_linearray_entry_size = 0,
   55347             :     .co_argcount = 1,
   55348             :     .co_posonlyargcount = 0,
   55349             :     .co_kwonlyargcount = 0,
   55350             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   55351             :     .co_stacksize = 7,
   55352             :     .co_firstlineno = 146,
   55353             :     .co_nlocalsplus = 5,
   55354             :     .co_nlocals = 5,
   55355             :     .co_nplaincellvars = 0,
   55356             :     .co_ncellvars = 0,
   55357             :     .co_nfreevars = 0,
   55358             :     .co_localsplusnames = & abc_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
   55359             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   55360             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   55361             :     .co_name = & const_str_update_abstractmethods._ascii.ob_base,
   55362             :     .co_qualname = & const_str_update_abstractmethods._ascii.ob_base,
   55363             :     .co_linetable = & abc_toplevel_consts_14_linetable.ob_base.ob_base,
   55364             :     ._co_code = NULL,
   55365             :     ._co_linearray = NULL,
   55366             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x45\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x32\x00\x00\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\x64\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x04\x64\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x21\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x34\x8c\x47\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x26\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x04\x64\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x15\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x28\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x53\x00",
   55367             :     ._co_firsttraceable = 0,
   55368             : };
   55369             : static
   55370             :     struct {
   55371             :         PyASCIIObject _ascii;
   55372             :         uint8_t _data[4];
   55373             :     }
   55374             : const_str_ABC = {
   55375             :     ._ascii = {
   55376             :         .ob_base = {
   55377             :             .ob_refcnt = 999999999,
   55378             :             .ob_type = &PyUnicode_Type,
   55379             :         },
   55380             :         .length = 3,
   55381             :         .hash = -1,
   55382             :         .state = {
   55383             :             .kind = 1,
   55384             :             .compact = 1,
   55385             :             .ascii = 1,
   55386             :         },
   55387             :     },
   55388             :     ._data = "ABC",
   55389             : };
   55390             : static
   55391             :     struct {
   55392             :         PyASCIIObject _ascii;
   55393             :         uint8_t _data[87];
   55394             :     }
   55395             : abc_toplevel_consts_15_consts_1 = {
   55396             :     ._ascii = {
   55397             :         .ob_base = {
   55398             :             .ob_refcnt = 999999999,
   55399             :             .ob_type = &PyUnicode_Type,
   55400             :         },
   55401             :         .length = 86,
   55402             :         .hash = -1,
   55403             :         .state = {
   55404             :             .kind = 1,
   55405             :             .compact = 1,
   55406             :             .ascii = 1,
   55407             :         },
   55408             :     },
   55409             :     ._data = "\x48\x65\x6c\x70\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x74\x68\x61\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x61\x20\x73\x74\x61\x6e\x64\x61\x72\x64\x20\x77\x61\x79\x20\x74\x6f\x20\x63\x72\x65\x61\x74\x65\x20\x61\x6e\x20\x41\x42\x43\x20\x75\x73\x69\x6e\x67\x0a\x20\x20\x20\x20\x69\x6e\x68\x65\x72\x69\x74\x61\x6e\x63\x65\x2e\x0a\x20\x20\x20\x20",
   55410             : };
   55411             : static
   55412             :     struct {
   55413             :         PyGC_Head _gc_head;
   55414             :         struct {
   55415             :             PyObject_VAR_HEAD
   55416             :             PyObject *ob_item[4];
   55417             :         }_object;
   55418             :     }
   55419             : abc_toplevel_consts_15_consts = {
   55420             :     ._object = {
   55421             :         .ob_base = {
   55422             :             .ob_base = {
   55423             :                 .ob_refcnt = 999999999,
   55424             :                 .ob_type = &PyTuple_Type,
   55425             :             },
   55426             :             .ob_size = 4,
   55427             :         },
   55428             :         .ob_item = {
   55429             :             & const_str_ABC._ascii.ob_base,
   55430             :             & abc_toplevel_consts_15_consts_1._ascii.ob_base,
   55431             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   55432             :             Py_None,
   55433             :         },
   55434             :     },
   55435             : };
   55436             : static
   55437             :     struct {
   55438             :         PyGC_Head _gc_head;
   55439             :         struct {
   55440             :             PyObject_VAR_HEAD
   55441             :             PyObject *ob_item[5];
   55442             :         }_object;
   55443             :     }
   55444             : abc_toplevel_consts_15_names = {
   55445             :     ._object = {
   55446             :         .ob_base = {
   55447             :             .ob_base = {
   55448             :                 .ob_refcnt = 999999999,
   55449             :                 .ob_type = &PyTuple_Type,
   55450             :             },
   55451             :             .ob_size = 5,
   55452             :         },
   55453             :         .ob_item = {
   55454             :             &_Py_ID(__name__),
   55455             :             &_Py_ID(__module__),
   55456             :             &_Py_ID(__qualname__),
   55457             :             &_Py_ID(__doc__),
   55458             :             &_Py_ID(__slots__),
   55459             :         },
   55460             :     },
   55461             : };
   55462             : static
   55463             :     struct {
   55464             :         PyObject_VAR_HEAD
   55465             :         Py_hash_t ob_shash;
   55466             :         char ob_sval[32];
   55467             :     }
   55468             : abc_toplevel_consts_15_linetable = {
   55469             :     .ob_base = {
   55470             :         .ob_base = {
   55471             :             .ob_refcnt = 999999999,
   55472             :             .ob_type = &PyBytes_Type,
   55473             :         },
   55474             :         .ob_size = 31,
   55475             :     },
   55476             :     .ob_shash = -1,
   55477             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x02\x05\x08\xf0\x00\x02\x05\x08\xf0\x06\x00\x11\x13\x80\x49\x80\x49\x80\x49",
   55478             : };
   55479             : static
   55480             :     struct _PyCode_DEF(22)
   55481             : abc_toplevel_consts_15 = {
   55482             :     .ob_base = {
   55483             :         .ob_base = {
   55484             :             .ob_refcnt = 999999999,
   55485             :             .ob_type = &PyCode_Type,
   55486             :         },
   55487             :         .ob_size = 11,
   55488             :     },
   55489             :     .co_consts = & abc_toplevel_consts_15_consts._object.ob_base.ob_base,
   55490             :     .co_names = & abc_toplevel_consts_15_names._object.ob_base.ob_base,
   55491             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   55492             :     .co_flags = 0,
   55493             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   55494             :     ._co_linearray_entry_size = 0,
   55495             :     .co_argcount = 0,
   55496             :     .co_posonlyargcount = 0,
   55497             :     .co_kwonlyargcount = 0,
   55498             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   55499             :     .co_stacksize = 1,
   55500             :     .co_firstlineno = 184,
   55501             :     .co_nlocalsplus = 0,
   55502             :     .co_nlocals = 0,
   55503             :     .co_nplaincellvars = 0,
   55504             :     .co_ncellvars = 0,
   55505             :     .co_nfreevars = 0,
   55506             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   55507             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   55508             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   55509             :     .co_name = & const_str_ABC._ascii.ob_base,
   55510             :     .co_qualname = & const_str_ABC._ascii.ob_base,
   55511             :     .co_linetable = & abc_toplevel_consts_15_linetable.ob_base.ob_base,
   55512             :     ._co_code = NULL,
   55513             :     ._co_linearray = NULL,
   55514             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x53\x00",
   55515             :     ._co_firsttraceable = 0,
   55516             : };
   55517             : static
   55518             :     struct {
   55519             :         PyGC_Head _gc_head;
   55520             :         struct {
   55521             :             PyObject_VAR_HEAD
   55522             :             PyObject *ob_item[1];
   55523             :         }_object;
   55524             :     }
   55525             : abc_toplevel_consts_17 = {
   55526             :     ._object = {
   55527             :         .ob_base = {
   55528             :             .ob_base = {
   55529             :                 .ob_refcnt = 999999999,
   55530             :                 .ob_type = &PyTuple_Type,
   55531             :             },
   55532             :             .ob_size = 1,
   55533             :         },
   55534             :         .ob_item = {
   55535             :             &_Py_ID(metaclass),
   55536             :         },
   55537             :     },
   55538             : };
   55539             : static
   55540             :     struct {
   55541             :         PyGC_Head _gc_head;
   55542             :         struct {
   55543             :             PyObject_VAR_HEAD
   55544             :             PyObject *ob_item[19];
   55545             :         }_object;
   55546             :     }
   55547             : abc_toplevel_consts = {
   55548             :     ._object = {
   55549             :         .ob_base = {
   55550             :             .ob_base = {
   55551             :                 .ob_refcnt = 999999999,
   55552             :                 .ob_type = &PyTuple_Type,
   55553             :             },
   55554             :             .ob_size = 19,
   55555             :         },
   55556             :         .ob_item = {
   55557             :             & abc_toplevel_consts_0._ascii.ob_base,
   55558             :             & abc_toplevel_consts_1.ob_base.ob_base,
   55559             :             & abc_toplevel_consts_2.ob_base.ob_base,
   55560             :             & const_str_abstractclassmethod._ascii.ob_base,
   55561             :             & abc_toplevel_consts_4.ob_base.ob_base,
   55562             :             & const_str_abstractstaticmethod._ascii.ob_base,
   55563             :             & abc_toplevel_consts_6.ob_base.ob_base,
   55564             :             & const_str_abstractproperty._ascii.ob_base,
   55565             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   55566             :             & abc_toplevel_consts_9._object.ob_base.ob_base,
   55567             :             & abc_toplevel_consts_10.ob_base.ob_base,
   55568             :             & const_str_ABCMeta._ascii.ob_base,
   55569             :             & abc_toplevel_consts_12._object.ob_base.ob_base,
   55570             :             & const_str_abc._ascii.ob_base,
   55571             :             & abc_toplevel_consts_14.ob_base.ob_base,
   55572             :             & abc_toplevel_consts_15.ob_base.ob_base,
   55573             :             & const_str_ABC._ascii.ob_base,
   55574             :             & abc_toplevel_consts_17._object.ob_base.ob_base,
   55575             :             Py_None,
   55576             :         },
   55577             :     },
   55578             : };
   55579             : static
   55580             :     struct {
   55581             :         PyASCIIObject _ascii;
   55582             :         uint8_t _data[5];
   55583             :     }
   55584             : const_str__abc = {
   55585             :     ._ascii = {
   55586             :         .ob_base = {
   55587             :             .ob_refcnt = 999999999,
   55588             :             .ob_type = &PyUnicode_Type,
   55589             :         },
   55590             :         .length = 4,
   55591             :         .hash = -1,
   55592             :         .state = {
   55593             :             .kind = 1,
   55594             :             .compact = 1,
   55595             :             .ascii = 1,
   55596             :         },
   55597             :     },
   55598             :     ._data = "_abc",
   55599             : };
   55600             : static
   55601             :     struct {
   55602             :         PyASCIIObject _ascii;
   55603             :         uint8_t _data[8];
   55604             :     }
   55605             : const_str__py_abc = {
   55606             :     ._ascii = {
   55607             :         .ob_base = {
   55608             :             .ob_refcnt = 999999999,
   55609             :             .ob_type = &PyUnicode_Type,
   55610             :         },
   55611             :         .length = 7,
   55612             :         .hash = -1,
   55613             :         .state = {
   55614             :             .kind = 1,
   55615             :             .compact = 1,
   55616             :             .ascii = 1,
   55617             :         },
   55618             :     },
   55619             :     ._data = "_py_abc",
   55620             : };
   55621             : static
   55622             :     struct {
   55623             :         PyGC_Head _gc_head;
   55624             :         struct {
   55625             :             PyObject_VAR_HEAD
   55626             :             PyObject *ob_item[24];
   55627             :         }_object;
   55628             :     }
   55629             : abc_toplevel_names = {
   55630             :     ._object = {
   55631             :         .ob_base = {
   55632             :             .ob_base = {
   55633             :                 .ob_refcnt = 999999999,
   55634             :                 .ob_type = &PyTuple_Type,
   55635             :             },
   55636             :             .ob_size = 24,
   55637             :         },
   55638             :         .ob_item = {
   55639             :             &_Py_ID(__doc__),
   55640             :             & const_str_abstractmethod._ascii.ob_base,
   55641             :             & const_str_classmethod._ascii.ob_base,
   55642             :             & const_str_abstractclassmethod._ascii.ob_base,
   55643             :             & const_str_staticmethod._ascii.ob_base,
   55644             :             & const_str_abstractstaticmethod._ascii.ob_base,
   55645             :             & const_str_property._ascii.ob_base,
   55646             :             & const_str_abstractproperty._ascii.ob_base,
   55647             :             & const_str__abc._ascii.ob_base,
   55648             :             & const_str_get_cache_token._ascii.ob_base,
   55649             :             & const_str__abc_init._ascii.ob_base,
   55650             :             & const_str__abc_register._ascii.ob_base,
   55651             :             & const_str__abc_instancecheck._ascii.ob_base,
   55652             :             & const_str__abc_subclasscheck._ascii.ob_base,
   55653             :             & const_str__get_dump._ascii.ob_base,
   55654             :             & const_str__reset_registry._ascii.ob_base,
   55655             :             & const_str__reset_caches._ascii.ob_base,
   55656             :             & const_str_type._ascii.ob_base,
   55657             :             & const_str_ABCMeta._ascii.ob_base,
   55658             :             & const_str_ImportError._ascii.ob_base,
   55659             :             & const_str__py_abc._ascii.ob_base,
   55660             :             &_Py_ID(__module__),
   55661             :             & const_str_update_abstractmethods._ascii.ob_base,
   55662             :             & const_str_ABC._ascii.ob_base,
   55663             :         },
   55664             :     },
   55665             : };
   55666             : static
   55667             :     struct {
   55668             :         PyObject_VAR_HEAD
   55669             :         Py_hash_t ob_shash;
   55670             :         char ob_sval[419];
   55671             :     }
   55672             : abc_toplevel_linetable = {
   55673             :     .ob_base = {
   55674             :         .ob_base = {
   55675             :             .ob_refcnt = 999999999,
   55676             :             .ob_type = &PyBytes_Type,
   55677             :         },
   55678             :         .ob_size = 418,
   55679             :     },
   55680             :     .ob_shash = -1,
   55681             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x08\x00\x01\x3a\xd0\x00\x39\xf0\x06\x12\x01\x13\xf0\x00\x12\x01\x13\xf0\x00\x12\x01\x13\xf0\x2a\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\x98\x2b\xf4\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x28\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\x98\x3c\xf4\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x28\x0d\x01\x20\xf0\x00\x0d\x01\x20\xf0\x00\x0d\x01\x20\xf0\x00\x0d\x01\x20\xf0\x00\x0d\x01\x20\x90\x78\xf4\x00\x0d\x01\x20\xf0\x00\x0d\x01\x20\xf0\x20\x3b\x01\x1f\xf0\x02\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x0e\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\x90\x24\xf4\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x6c\x01\x23\x01\x0f\xf0\x00\x23\x01\x0f\xf0\x00\x23\x01\x0f\xf0\x4c\x01\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\x90\x47\xf0\x00\x04\x01\x13\xf4\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf8\xf0\x41\x03\x00\x08\x13\xf0\x00\x02\x01\x1f\xf0\x00\x02\x01\x1f\xf0\x00\x02\x01\x1f\xd8\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd8\x19\x1e\x80\x47\xd4\x04\x16\xd0\x04\x16\xd0\x04\x16\xf0\x05\x02\x01\x1f\xf8\xf8\xf8",
   55682             : };
   55683             : static
   55684             :     struct {
   55685             :         PyObject_VAR_HEAD
   55686             :         Py_hash_t ob_shash;
   55687             :         char ob_sval[18];
   55688             :     }
   55689             : abc_toplevel_exceptiontable = {
   55690             :     .ob_base = {
   55691             :         .ob_base = {
   55692             :             .ob_refcnt = 999999999,
   55693             :             .ob_type = &PyBytes_Type,
   55694             :         },
   55695             :         .ob_size = 17,
   55696             :     },
   55697             :     .ob_shash = -1,
   55698             :     .ob_sval = "\xab\x14\x41\x1d\x00\xc1\x1d\x14\x41\x34\x03\xc1\x33\x01\x41\x34\x03",
   55699             : };
   55700             : static
   55701             :     struct _PyCode_DEF(238)
   55702             : abc_toplevel = {
   55703             :     .ob_base = {
   55704             :         .ob_base = {
   55705             :             .ob_refcnt = 999999999,
   55706             :             .ob_type = &PyCode_Type,
   55707             :         },
   55708             :         .ob_size = 119,
   55709             :     },
   55710             :     .co_consts = & abc_toplevel_consts._object.ob_base.ob_base,
   55711             :     .co_names = & abc_toplevel_names._object.ob_base.ob_base,
   55712             :     .co_exceptiontable = & abc_toplevel_exceptiontable.ob_base.ob_base,
   55713             :     .co_flags = 0,
   55714             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   55715             :     ._co_linearray_entry_size = 0,
   55716             :     .co_argcount = 0,
   55717             :     .co_posonlyargcount = 0,
   55718             :     .co_kwonlyargcount = 0,
   55719             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   55720             :     .co_stacksize = 5,
   55721             :     .co_firstlineno = 1,
   55722             :     .co_nlocalsplus = 0,
   55723             :     .co_nlocals = 0,
   55724             :     .co_nplaincellvars = 0,
   55725             :     .co_ncellvars = 0,
   55726             :     .co_nfreevars = 0,
   55727             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   55728             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   55729             :     .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
   55730             :     .co_name = &_Py_STR(anon_module),
   55731             :     .co_qualname = &_Py_STR(anon_module),
   55732             :     .co_linetable = & abc_toplevel_linetable.ob_base.ob_base,
   55733             :     ._co_code = NULL,
   55734             :     ._co_linearray = NULL,
   55735             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x84\x00\x5a\x01\x02\x00\x47\x00\x64\x02\x84\x00\x64\x03\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x02\x00\x47\x00\x64\x04\x84\x00\x64\x05\x65\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x02\x00\x47\x00\x64\x06\x84\x00\x64\x07\x65\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x09\x00\x64\x08\x64\x09\x6c\x08\x6d\x09\x5a\x09\x6d\x0a\x5a\x0a\x6d\x0b\x5a\x0b\x6d\x0c\x5a\x0c\x6d\x0d\x5a\x0d\x6d\x0e\x5a\x0e\x6d\x0f\x5a\x0f\x6d\x10\x5a\x10\x01\x00\x02\x00\x47\x00\x64\x0a\x84\x00\x64\x0b\x65\x11\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x64\x0e\x84\x00\x5a\x16\x02\x00\x47\x00\x64\x0f\x84\x00\x64\x10\x65\x12\xac\x11\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x17\x64\x12\x53\x00\x23\x00\x65\x13\x24\x00\x72\x12\x01\x00\x64\x08\x64\x0c\x6c\x14\x6d\x12\x5a\x12\x6d\x09\x5a\x09\x01\x00\x64\x0d\x65\x12\x5f\x15\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x8c\x28\x77\x00\x78\x03\x59\x00\x77\x01",
   55736             :     ._co_firsttraceable = 0,
   55737             : };
   55738           8 : static void abc_do_patchups(void) {
   55739           8 : }
   55740             : 
   55741             : PyObject *
   55742           8 : _Py_get_abc_toplevel(void)
   55743             : {
   55744           8 :     abc_do_patchups();
   55745           8 :     return Py_NewRef((PyObject *) &abc_toplevel);
   55746             : }
   55747             : 
   55748             : static
   55749             :     struct {
   55750             :         PyASCIIObject _ascii;
   55751             :         uint8_t _data[159];
   55752             :     }
   55753             : codecs_toplevel_consts_0 = {
   55754             :     ._ascii = {
   55755             :         .ob_base = {
   55756             :             .ob_refcnt = 999999999,
   55757             :             .ob_type = &PyUnicode_Type,
   55758             :         },
   55759             :         .length = 158,
   55760             :         .hash = -1,
   55761             :         .state = {
   55762             :             .kind = 1,
   55763             :             .compact = 1,
   55764             :             .ascii = 1,
   55765             :         },
   55766             :     },
   55767             :     ._data = "\x20\x63\x6f\x64\x65\x63\x73\x20\x2d\x2d\x20\x50\x79\x74\x68\x6f\x6e\x20\x43\x6f\x64\x65\x63\x20\x52\x65\x67\x69\x73\x74\x72\x79\x2c\x20\x41\x50\x49\x20\x61\x6e\x64\x20\x68\x65\x6c\x70\x65\x72\x73\x2e\x0a\x0a\x0a\x57\x72\x69\x74\x74\x65\x6e\x20\x62\x79\x20\x4d\x61\x72\x63\x2d\x41\x6e\x64\x72\x65\x20\x4c\x65\x6d\x62\x75\x72\x67\x20\x28\x6d\x61\x6c\x40\x6c\x65\x6d\x62\x75\x72\x67\x2e\x63\x6f\x6d\x29\x2e\x0a\x0a\x28\x63\x29\x20\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x43\x4e\x52\x49\x2c\x20\x41\x6c\x6c\x20\x52\x69\x67\x68\x74\x73\x20\x52\x65\x73\x65\x72\x76\x65\x64\x2e\x20\x4e\x4f\x20\x57\x41\x52\x52\x41\x4e\x54\x59\x2e\x0a\x0a",
   55768             : };
   55769             : static
   55770             :     struct {
   55771             :         PyGC_Head _gc_head;
   55772             :         struct {
   55773             :             PyObject_VAR_HEAD
   55774             :             PyObject *ob_item[1];
   55775             :         }_object;
   55776             :     }
   55777             : codecs_toplevel_consts_3 = {
   55778             :     ._object = {
   55779             :         .ob_base = {
   55780             :             .ob_base = {
   55781             :                 .ob_refcnt = 999999999,
   55782             :                 .ob_type = &PyTuple_Type,
   55783             :             },
   55784             :             .ob_size = 1,
   55785             :         },
   55786             :         .ob_item = {
   55787             :             & importlib__bootstrap_toplevel_consts_54_consts_5._ascii.ob_base,
   55788             :         },
   55789             :     },
   55790             : };
   55791             : static
   55792             :     struct {
   55793             :         PyASCIIObject _ascii;
   55794             :         uint8_t _data[38];
   55795             :     }
   55796             : codecs_toplevel_consts_4 = {
   55797             :     ._ascii = {
   55798             :         .ob_base = {
   55799             :             .ob_refcnt = 999999999,
   55800             :             .ob_type = &PyUnicode_Type,
   55801             :         },
   55802             :         .length = 37,
   55803             :         .hash = -1,
   55804             :         .state = {
   55805             :             .kind = 1,
   55806             :             .compact = 1,
   55807             :             .ascii = 1,
   55808             :         },
   55809             :     },
   55810             :     ._data = "Failed to load the builtin codecs: %s",
   55811             : };
   55812             : static
   55813             :     struct {
   55814             :         PyASCIIObject _ascii;
   55815             :         uint8_t _data[7];
   55816             :     }
   55817             : const_str_lookup = {
   55818             :     ._ascii = {
   55819             :         .ob_base = {
   55820             :             .ob_refcnt = 999999999,
   55821             :             .ob_type = &PyUnicode_Type,
   55822             :         },
   55823             :         .length = 6,
   55824             :         .hash = -1,
   55825             :         .state = {
   55826             :             .kind = 1,
   55827             :             .compact = 1,
   55828             :             .ascii = 1,
   55829             :         },
   55830             :     },
   55831             :     ._data = "lookup",
   55832             : };
   55833             : static
   55834             :     struct {
   55835             :         PyASCIIObject _ascii;
   55836             :         uint8_t _data[12];
   55837             :     }
   55838             : const_str_EncodedFile = {
   55839             :     ._ascii = {
   55840             :         .ob_base = {
   55841             :             .ob_refcnt = 999999999,
   55842             :             .ob_type = &PyUnicode_Type,
   55843             :         },
   55844             :         .length = 11,
   55845             :         .hash = -1,
   55846             :         .state = {
   55847             :             .kind = 1,
   55848             :             .compact = 1,
   55849             :             .ascii = 1,
   55850             :         },
   55851             :     },
   55852             :     ._data = "EncodedFile",
   55853             : };
   55854             : static
   55855             :     struct {
   55856             :         PyASCIIObject _ascii;
   55857             :         uint8_t _data[4];
   55858             :     }
   55859             : const_str_BOM = {
   55860             :     ._ascii = {
   55861             :         .ob_base = {
   55862             :             .ob_refcnt = 999999999,
   55863             :             .ob_type = &PyUnicode_Type,
   55864             :         },
   55865             :         .length = 3,
   55866             :         .hash = -1,
   55867             :         .state = {
   55868             :             .kind = 1,
   55869             :             .compact = 1,
   55870             :             .ascii = 1,
   55871             :         },
   55872             :     },
   55873             :     ._data = "BOM",
   55874             : };
   55875             : static
   55876             :     struct {
   55877             :         PyASCIIObject _ascii;
   55878             :         uint8_t _data[7];
   55879             :     }
   55880             : const_str_BOM_BE = {
   55881             :     ._ascii = {
   55882             :         .ob_base = {
   55883             :             .ob_refcnt = 999999999,
   55884             :             .ob_type = &PyUnicode_Type,
   55885             :         },
   55886             :         .length = 6,
   55887             :         .hash = -1,
   55888             :         .state = {
   55889             :             .kind = 1,
   55890             :             .compact = 1,
   55891             :             .ascii = 1,
   55892             :         },
   55893             :     },
   55894             :     ._data = "BOM_BE",
   55895             : };
   55896             : static
   55897             :     struct {
   55898             :         PyASCIIObject _ascii;
   55899             :         uint8_t _data[7];
   55900             :     }
   55901             : const_str_BOM_LE = {
   55902             :     ._ascii = {
   55903             :         .ob_base = {
   55904             :             .ob_refcnt = 999999999,
   55905             :             .ob_type = &PyUnicode_Type,
   55906             :         },
   55907             :         .length = 6,
   55908             :         .hash = -1,
   55909             :         .state = {
   55910             :             .kind = 1,
   55911             :             .compact = 1,
   55912             :             .ascii = 1,
   55913             :         },
   55914             :     },
   55915             :     ._data = "BOM_LE",
   55916             : };
   55917             : static
   55918             :     struct {
   55919             :         PyASCIIObject _ascii;
   55920             :         uint8_t _data[9];
   55921             :     }
   55922             : const_str_BOM32_BE = {
   55923             :     ._ascii = {
   55924             :         .ob_base = {
   55925             :             .ob_refcnt = 999999999,
   55926             :             .ob_type = &PyUnicode_Type,
   55927             :         },
   55928             :         .length = 8,
   55929             :         .hash = -1,
   55930             :         .state = {
   55931             :             .kind = 1,
   55932             :             .compact = 1,
   55933             :             .ascii = 1,
   55934             :         },
   55935             :     },
   55936             :     ._data = "BOM32_BE",
   55937             : };
   55938             : static
   55939             :     struct {
   55940             :         PyASCIIObject _ascii;
   55941             :         uint8_t _data[9];
   55942             :     }
   55943             : const_str_BOM32_LE = {
   55944             :     ._ascii = {
   55945             :         .ob_base = {
   55946             :             .ob_refcnt = 999999999,
   55947             :             .ob_type = &PyUnicode_Type,
   55948             :         },
   55949             :         .length = 8,
   55950             :         .hash = -1,
   55951             :         .state = {
   55952             :             .kind = 1,
   55953             :             .compact = 1,
   55954             :             .ascii = 1,
   55955             :         },
   55956             :     },
   55957             :     ._data = "BOM32_LE",
   55958             : };
   55959             : static
   55960             :     struct {
   55961             :         PyASCIIObject _ascii;
   55962             :         uint8_t _data[9];
   55963             :     }
   55964             : const_str_BOM64_BE = {
   55965             :     ._ascii = {
   55966             :         .ob_base = {
   55967             :             .ob_refcnt = 999999999,
   55968             :             .ob_type = &PyUnicode_Type,
   55969             :         },
   55970             :         .length = 8,
   55971             :         .hash = -1,
   55972             :         .state = {
   55973             :             .kind = 1,
   55974             :             .compact = 1,
   55975             :             .ascii = 1,
   55976             :         },
   55977             :     },
   55978             :     ._data = "BOM64_BE",
   55979             : };
   55980             : static
   55981             :     struct {
   55982             :         PyASCIIObject _ascii;
   55983             :         uint8_t _data[9];
   55984             :     }
   55985             : const_str_BOM64_LE = {
   55986             :     ._ascii = {
   55987             :         .ob_base = {
   55988             :             .ob_refcnt = 999999999,
   55989             :             .ob_type = &PyUnicode_Type,
   55990             :         },
   55991             :         .length = 8,
   55992             :         .hash = -1,
   55993             :         .state = {
   55994             :             .kind = 1,
   55995             :             .compact = 1,
   55996             :             .ascii = 1,
   55997             :         },
   55998             :     },
   55999             :     ._data = "BOM64_LE",
   56000             : };
   56001             : static
   56002             :     struct {
   56003             :         PyASCIIObject _ascii;
   56004             :         uint8_t _data[9];
   56005             :     }
   56006             : const_str_BOM_UTF8 = {
   56007             :     ._ascii = {
   56008             :         .ob_base = {
   56009             :             .ob_refcnt = 999999999,
   56010             :             .ob_type = &PyUnicode_Type,
   56011             :         },
   56012             :         .length = 8,
   56013             :         .hash = -1,
   56014             :         .state = {
   56015             :             .kind = 1,
   56016             :             .compact = 1,
   56017             :             .ascii = 1,
   56018             :         },
   56019             :     },
   56020             :     ._data = "BOM_UTF8",
   56021             : };
   56022             : static
   56023             :     struct {
   56024             :         PyASCIIObject _ascii;
   56025             :         uint8_t _data[10];
   56026             :     }
   56027             : const_str_BOM_UTF16 = {
   56028             :     ._ascii = {
   56029             :         .ob_base = {
   56030             :             .ob_refcnt = 999999999,
   56031             :             .ob_type = &PyUnicode_Type,
   56032             :         },
   56033             :         .length = 9,
   56034             :         .hash = -1,
   56035             :         .state = {
   56036             :             .kind = 1,
   56037             :             .compact = 1,
   56038             :             .ascii = 1,
   56039             :         },
   56040             :     },
   56041             :     ._data = "BOM_UTF16",
   56042             : };
   56043             : static
   56044             :     struct {
   56045             :         PyASCIIObject _ascii;
   56046             :         uint8_t _data[13];
   56047             :     }
   56048             : const_str_BOM_UTF16_LE = {
   56049             :     ._ascii = {
   56050             :         .ob_base = {
   56051             :             .ob_refcnt = 999999999,
   56052             :             .ob_type = &PyUnicode_Type,
   56053             :         },
   56054             :         .length = 12,
   56055             :         .hash = -1,
   56056             :         .state = {
   56057             :             .kind = 1,
   56058             :             .compact = 1,
   56059             :             .ascii = 1,
   56060             :         },
   56061             :     },
   56062             :     ._data = "BOM_UTF16_LE",
   56063             : };
   56064             : static
   56065             :     struct {
   56066             :         PyASCIIObject _ascii;
   56067             :         uint8_t _data[13];
   56068             :     }
   56069             : const_str_BOM_UTF16_BE = {
   56070             :     ._ascii = {
   56071             :         .ob_base = {
   56072             :             .ob_refcnt = 999999999,
   56073             :             .ob_type = &PyUnicode_Type,
   56074             :         },
   56075             :         .length = 12,
   56076             :         .hash = -1,
   56077             :         .state = {
   56078             :             .kind = 1,
   56079             :             .compact = 1,
   56080             :             .ascii = 1,
   56081             :         },
   56082             :     },
   56083             :     ._data = "BOM_UTF16_BE",
   56084             : };
   56085             : static
   56086             :     struct {
   56087             :         PyASCIIObject _ascii;
   56088             :         uint8_t _data[10];
   56089             :     }
   56090             : const_str_BOM_UTF32 = {
   56091             :     ._ascii = {
   56092             :         .ob_base = {
   56093             :             .ob_refcnt = 999999999,
   56094             :             .ob_type = &PyUnicode_Type,
   56095             :         },
   56096             :         .length = 9,
   56097             :         .hash = -1,
   56098             :         .state = {
   56099             :             .kind = 1,
   56100             :             .compact = 1,
   56101             :             .ascii = 1,
   56102             :         },
   56103             :     },
   56104             :     ._data = "BOM_UTF32",
   56105             : };
   56106             : static
   56107             :     struct {
   56108             :         PyASCIIObject _ascii;
   56109             :         uint8_t _data[13];
   56110             :     }
   56111             : const_str_BOM_UTF32_LE = {
   56112             :     ._ascii = {
   56113             :         .ob_base = {
   56114             :             .ob_refcnt = 999999999,
   56115             :             .ob_type = &PyUnicode_Type,
   56116             :         },
   56117             :         .length = 12,
   56118             :         .hash = -1,
   56119             :         .state = {
   56120             :             .kind = 1,
   56121             :             .compact = 1,
   56122             :             .ascii = 1,
   56123             :         },
   56124             :     },
   56125             :     ._data = "BOM_UTF32_LE",
   56126             : };
   56127             : static
   56128             :     struct {
   56129             :         PyASCIIObject _ascii;
   56130             :         uint8_t _data[13];
   56131             :     }
   56132             : const_str_BOM_UTF32_BE = {
   56133             :     ._ascii = {
   56134             :         .ob_base = {
   56135             :             .ob_refcnt = 999999999,
   56136             :             .ob_type = &PyUnicode_Type,
   56137             :         },
   56138             :         .length = 12,
   56139             :         .hash = -1,
   56140             :         .state = {
   56141             :             .kind = 1,
   56142             :             .compact = 1,
   56143             :             .ascii = 1,
   56144             :         },
   56145             :     },
   56146             :     ._data = "BOM_UTF32_BE",
   56147             : };
   56148             : static
   56149             :     struct {
   56150             :         PyASCIIObject _ascii;
   56151             :         uint8_t _data[10];
   56152             :     }
   56153             : const_str_CodecInfo = {
   56154             :     ._ascii = {
   56155             :         .ob_base = {
   56156             :             .ob_refcnt = 999999999,
   56157             :             .ob_type = &PyUnicode_Type,
   56158             :         },
   56159             :         .length = 9,
   56160             :         .hash = -1,
   56161             :         .state = {
   56162             :             .kind = 1,
   56163             :             .compact = 1,
   56164             :             .ascii = 1,
   56165             :         },
   56166             :     },
   56167             :     ._data = "CodecInfo",
   56168             : };
   56169             : static
   56170             :     struct {
   56171             :         PyASCIIObject _ascii;
   56172             :         uint8_t _data[6];
   56173             :     }
   56174             : const_str_Codec = {
   56175             :     ._ascii = {
   56176             :         .ob_base = {
   56177             :             .ob_refcnt = 999999999,
   56178             :             .ob_type = &PyUnicode_Type,
   56179             :         },
   56180             :         .length = 5,
   56181             :         .hash = -1,
   56182             :         .state = {
   56183             :             .kind = 1,
   56184             :             .compact = 1,
   56185             :             .ascii = 1,
   56186             :         },
   56187             :     },
   56188             :     ._data = "Codec",
   56189             : };
   56190             : static
   56191             :     struct {
   56192             :         PyASCIIObject _ascii;
   56193             :         uint8_t _data[19];
   56194             :     }
   56195             : const_str_IncrementalEncoder = {
   56196             :     ._ascii = {
   56197             :         .ob_base = {
   56198             :             .ob_refcnt = 999999999,
   56199             :             .ob_type = &PyUnicode_Type,
   56200             :         },
   56201             :         .length = 18,
   56202             :         .hash = -1,
   56203             :         .state = {
   56204             :             .kind = 1,
   56205             :             .compact = 1,
   56206             :             .ascii = 1,
   56207             :         },
   56208             :     },
   56209             :     ._data = "IncrementalEncoder",
   56210             : };
   56211             : static
   56212             :     struct {
   56213             :         PyASCIIObject _ascii;
   56214             :         uint8_t _data[19];
   56215             :     }
   56216             : const_str_IncrementalDecoder = {
   56217             :     ._ascii = {
   56218             :         .ob_base = {
   56219             :             .ob_refcnt = 999999999,
   56220             :             .ob_type = &PyUnicode_Type,
   56221             :         },
   56222             :         .length = 18,
   56223             :         .hash = -1,
   56224             :         .state = {
   56225             :             .kind = 1,
   56226             :             .compact = 1,
   56227             :             .ascii = 1,
   56228             :         },
   56229             :     },
   56230             :     ._data = "IncrementalDecoder",
   56231             : };
   56232             : static
   56233             :     struct {
   56234             :         PyASCIIObject _ascii;
   56235             :         uint8_t _data[13];
   56236             :     }
   56237             : const_str_StreamReader = {
   56238             :     ._ascii = {
   56239             :         .ob_base = {
   56240             :             .ob_refcnt = 999999999,
   56241             :             .ob_type = &PyUnicode_Type,
   56242             :         },
   56243             :         .length = 12,
   56244             :         .hash = -1,
   56245             :         .state = {
   56246             :             .kind = 1,
   56247             :             .compact = 1,
   56248             :             .ascii = 1,
   56249             :         },
   56250             :     },
   56251             :     ._data = "StreamReader",
   56252             : };
   56253             : static
   56254             :     struct {
   56255             :         PyASCIIObject _ascii;
   56256             :         uint8_t _data[13];
   56257             :     }
   56258             : const_str_StreamWriter = {
   56259             :     ._ascii = {
   56260             :         .ob_base = {
   56261             :             .ob_refcnt = 999999999,
   56262             :             .ob_type = &PyUnicode_Type,
   56263             :         },
   56264             :         .length = 12,
   56265             :         .hash = -1,
   56266             :         .state = {
   56267             :             .kind = 1,
   56268             :             .compact = 1,
   56269             :             .ascii = 1,
   56270             :         },
   56271             :     },
   56272             :     ._data = "StreamWriter",
   56273             : };
   56274             : static
   56275             :     struct {
   56276             :         PyASCIIObject _ascii;
   56277             :         uint8_t _data[19];
   56278             :     }
   56279             : const_str_StreamReaderWriter = {
   56280             :     ._ascii = {
   56281             :         .ob_base = {
   56282             :             .ob_refcnt = 999999999,
   56283             :             .ob_type = &PyUnicode_Type,
   56284             :         },
   56285             :         .length = 18,
   56286             :         .hash = -1,
   56287             :         .state = {
   56288             :             .kind = 1,
   56289             :             .compact = 1,
   56290             :             .ascii = 1,
   56291             :         },
   56292             :     },
   56293             :     ._data = "StreamReaderWriter",
   56294             : };
   56295             : static
   56296             :     struct {
   56297             :         PyASCIIObject _ascii;
   56298             :         uint8_t _data[14];
   56299             :     }
   56300             : const_str_StreamRecoder = {
   56301             :     ._ascii = {
   56302             :         .ob_base = {
   56303             :             .ob_refcnt = 999999999,
   56304             :             .ob_type = &PyUnicode_Type,
   56305             :         },
   56306             :         .length = 13,
   56307             :         .hash = -1,
   56308             :         .state = {
   56309             :             .kind = 1,
   56310             :             .compact = 1,
   56311             :             .ascii = 1,
   56312             :         },
   56313             :     },
   56314             :     ._data = "StreamRecoder",
   56315             : };
   56316             : static
   56317             :     struct {
   56318             :         PyASCIIObject _ascii;
   56319             :         uint8_t _data[11];
   56320             :     }
   56321             : const_str_getencoder = {
   56322             :     ._ascii = {
   56323             :         .ob_base = {
   56324             :             .ob_refcnt = 999999999,
   56325             :             .ob_type = &PyUnicode_Type,
   56326             :         },
   56327             :         .length = 10,
   56328             :         .hash = -1,
   56329             :         .state = {
   56330             :             .kind = 1,
   56331             :             .compact = 1,
   56332             :             .ascii = 1,
   56333             :         },
   56334             :     },
   56335             :     ._data = "getencoder",
   56336             : };
   56337             : static
   56338             :     struct {
   56339             :         PyASCIIObject _ascii;
   56340             :         uint8_t _data[11];
   56341             :     }
   56342             : const_str_getdecoder = {
   56343             :     ._ascii = {
   56344             :         .ob_base = {
   56345             :             .ob_refcnt = 999999999,
   56346             :             .ob_type = &PyUnicode_Type,
   56347             :         },
   56348             :         .length = 10,
   56349             :         .hash = -1,
   56350             :         .state = {
   56351             :             .kind = 1,
   56352             :             .compact = 1,
   56353             :             .ascii = 1,
   56354             :         },
   56355             :     },
   56356             :     ._data = "getdecoder",
   56357             : };
   56358             : static
   56359             :     struct {
   56360             :         PyASCIIObject _ascii;
   56361             :         uint8_t _data[22];
   56362             :     }
   56363             : const_str_getincrementalencoder = {
   56364             :     ._ascii = {
   56365             :         .ob_base = {
   56366             :             .ob_refcnt = 999999999,
   56367             :             .ob_type = &PyUnicode_Type,
   56368             :         },
   56369             :         .length = 21,
   56370             :         .hash = -1,
   56371             :         .state = {
   56372             :             .kind = 1,
   56373             :             .compact = 1,
   56374             :             .ascii = 1,
   56375             :         },
   56376             :     },
   56377             :     ._data = "getincrementalencoder",
   56378             : };
   56379             : static
   56380             :     struct {
   56381             :         PyASCIIObject _ascii;
   56382             :         uint8_t _data[22];
   56383             :     }
   56384             : const_str_getincrementaldecoder = {
   56385             :     ._ascii = {
   56386             :         .ob_base = {
   56387             :             .ob_refcnt = 999999999,
   56388             :             .ob_type = &PyUnicode_Type,
   56389             :         },
   56390             :         .length = 21,
   56391             :         .hash = -1,
   56392             :         .state = {
   56393             :             .kind = 1,
   56394             :             .compact = 1,
   56395             :             .ascii = 1,
   56396             :         },
   56397             :     },
   56398             :     ._data = "getincrementaldecoder",
   56399             : };
   56400             : static
   56401             :     struct {
   56402             :         PyASCIIObject _ascii;
   56403             :         uint8_t _data[10];
   56404             :     }
   56405             : const_str_getreader = {
   56406             :     ._ascii = {
   56407             :         .ob_base = {
   56408             :             .ob_refcnt = 999999999,
   56409             :             .ob_type = &PyUnicode_Type,
   56410             :         },
   56411             :         .length = 9,
   56412             :         .hash = -1,
   56413             :         .state = {
   56414             :             .kind = 1,
   56415             :             .compact = 1,
   56416             :             .ascii = 1,
   56417             :         },
   56418             :     },
   56419             :     ._data = "getreader",
   56420             : };
   56421             : static
   56422             :     struct {
   56423             :         PyASCIIObject _ascii;
   56424             :         uint8_t _data[10];
   56425             :     }
   56426             : const_str_getwriter = {
   56427             :     ._ascii = {
   56428             :         .ob_base = {
   56429             :             .ob_refcnt = 999999999,
   56430             :             .ob_type = &PyUnicode_Type,
   56431             :         },
   56432             :         .length = 9,
   56433             :         .hash = -1,
   56434             :         .state = {
   56435             :             .kind = 1,
   56436             :             .compact = 1,
   56437             :             .ascii = 1,
   56438             :         },
   56439             :     },
   56440             :     ._data = "getwriter",
   56441             : };
   56442             : static
   56443             :     struct {
   56444             :         PyASCIIObject _ascii;
   56445             :         uint8_t _data[11];
   56446             :     }
   56447             : const_str_iterencode = {
   56448             :     ._ascii = {
   56449             :         .ob_base = {
   56450             :             .ob_refcnt = 999999999,
   56451             :             .ob_type = &PyUnicode_Type,
   56452             :         },
   56453             :         .length = 10,
   56454             :         .hash = -1,
   56455             :         .state = {
   56456             :             .kind = 1,
   56457             :             .compact = 1,
   56458             :             .ascii = 1,
   56459             :         },
   56460             :     },
   56461             :     ._data = "iterencode",
   56462             : };
   56463             : static
   56464             :     struct {
   56465             :         PyASCIIObject _ascii;
   56466             :         uint8_t _data[11];
   56467             :     }
   56468             : const_str_iterdecode = {
   56469             :     ._ascii = {
   56470             :         .ob_base = {
   56471             :             .ob_refcnt = 999999999,
   56472             :             .ob_type = &PyUnicode_Type,
   56473             :         },
   56474             :         .length = 10,
   56475             :         .hash = -1,
   56476             :         .state = {
   56477             :             .kind = 1,
   56478             :             .compact = 1,
   56479             :             .ascii = 1,
   56480             :         },
   56481             :     },
   56482             :     ._data = "iterdecode",
   56483             : };
   56484             : static
   56485             :     struct {
   56486             :         PyASCIIObject _ascii;
   56487             :         uint8_t _data[14];
   56488             :     }
   56489             : const_str_strict_errors = {
   56490             :     ._ascii = {
   56491             :         .ob_base = {
   56492             :             .ob_refcnt = 999999999,
   56493             :             .ob_type = &PyUnicode_Type,
   56494             :         },
   56495             :         .length = 13,
   56496             :         .hash = -1,
   56497             :         .state = {
   56498             :             .kind = 1,
   56499             :             .compact = 1,
   56500             :             .ascii = 1,
   56501             :         },
   56502             :     },
   56503             :     ._data = "strict_errors",
   56504             : };
   56505             : static
   56506             :     struct {
   56507             :         PyASCIIObject _ascii;
   56508             :         uint8_t _data[14];
   56509             :     }
   56510             : const_str_ignore_errors = {
   56511             :     ._ascii = {
   56512             :         .ob_base = {
   56513             :             .ob_refcnt = 999999999,
   56514             :             .ob_type = &PyUnicode_Type,
   56515             :         },
   56516             :         .length = 13,
   56517             :         .hash = -1,
   56518             :         .state = {
   56519             :             .kind = 1,
   56520             :             .compact = 1,
   56521             :             .ascii = 1,
   56522             :         },
   56523             :     },
   56524             :     ._data = "ignore_errors",
   56525             : };
   56526             : static
   56527             :     struct {
   56528             :         PyASCIIObject _ascii;
   56529             :         uint8_t _data[15];
   56530             :     }
   56531             : const_str_replace_errors = {
   56532             :     ._ascii = {
   56533             :         .ob_base = {
   56534             :             .ob_refcnt = 999999999,
   56535             :             .ob_type = &PyUnicode_Type,
   56536             :         },
   56537             :         .length = 14,
   56538             :         .hash = -1,
   56539             :         .state = {
   56540             :             .kind = 1,
   56541             :             .compact = 1,
   56542             :             .ascii = 1,
   56543             :         },
   56544             :     },
   56545             :     ._data = "replace_errors",
   56546             : };
   56547             : static
   56548             :     struct {
   56549             :         PyASCIIObject _ascii;
   56550             :         uint8_t _data[25];
   56551             :     }
   56552             : const_str_xmlcharrefreplace_errors = {
   56553             :     ._ascii = {
   56554             :         .ob_base = {
   56555             :             .ob_refcnt = 999999999,
   56556             :             .ob_type = &PyUnicode_Type,
   56557             :         },
   56558             :         .length = 24,
   56559             :         .hash = -1,
   56560             :         .state = {
   56561             :             .kind = 1,
   56562             :             .compact = 1,
   56563             :             .ascii = 1,
   56564             :         },
   56565             :     },
   56566             :     ._data = "xmlcharrefreplace_errors",
   56567             : };
   56568             : static
   56569             :     struct {
   56570             :         PyASCIIObject _ascii;
   56571             :         uint8_t _data[24];
   56572             :     }
   56573             : const_str_backslashreplace_errors = {
   56574             :     ._ascii = {
   56575             :         .ob_base = {
   56576             :             .ob_refcnt = 999999999,
   56577             :             .ob_type = &PyUnicode_Type,
   56578             :         },
   56579             :         .length = 23,
   56580             :         .hash = -1,
   56581             :         .state = {
   56582             :             .kind = 1,
   56583             :             .compact = 1,
   56584             :             .ascii = 1,
   56585             :         },
   56586             :     },
   56587             :     ._data = "backslashreplace_errors",
   56588             : };
   56589             : static
   56590             :     struct {
   56591             :         PyASCIIObject _ascii;
   56592             :         uint8_t _data[19];
   56593             :     }
   56594             : const_str_namereplace_errors = {
   56595             :     ._ascii = {
   56596             :         .ob_base = {
   56597             :             .ob_refcnt = 999999999,
   56598             :             .ob_type = &PyUnicode_Type,
   56599             :         },
   56600             :         .length = 18,
   56601             :         .hash = -1,
   56602             :         .state = {
   56603             :             .kind = 1,
   56604             :             .compact = 1,
   56605             :             .ascii = 1,
   56606             :         },
   56607             :     },
   56608             :     ._data = "namereplace_errors",
   56609             : };
   56610             : static
   56611             :     struct {
   56612             :         PyASCIIObject _ascii;
   56613             :         uint8_t _data[15];
   56614             :     }
   56615             : const_str_register_error = {
   56616             :     ._ascii = {
   56617             :         .ob_base = {
   56618             :             .ob_refcnt = 999999999,
   56619             :             .ob_type = &PyUnicode_Type,
   56620             :         },
   56621             :         .length = 14,
   56622             :         .hash = -1,
   56623             :         .state = {
   56624             :             .kind = 1,
   56625             :             .compact = 1,
   56626             :             .ascii = 1,
   56627             :         },
   56628             :     },
   56629             :     ._data = "register_error",
   56630             : };
   56631             : static
   56632             :     struct {
   56633             :         PyASCIIObject _ascii;
   56634             :         uint8_t _data[13];
   56635             :     }
   56636             : const_str_lookup_error = {
   56637             :     ._ascii = {
   56638             :         .ob_base = {
   56639             :             .ob_refcnt = 999999999,
   56640             :             .ob_type = &PyUnicode_Type,
   56641             :         },
   56642             :         .length = 12,
   56643             :         .hash = -1,
   56644             :         .state = {
   56645             :             .kind = 1,
   56646             :             .compact = 1,
   56647             :             .ascii = 1,
   56648             :         },
   56649             :     },
   56650             :     ._data = "lookup_error",
   56651             : };
   56652             : static
   56653             :     struct {
   56654             :         PyGC_Head _gc_head;
   56655             :         struct {
   56656             :             PyObject_VAR_HEAD
   56657             :             PyObject *ob_item[44];
   56658             :         }_object;
   56659             :     }
   56660             : codecs_toplevel_consts_5 = {
   56661             :     ._object = {
   56662             :         .ob_base = {
   56663             :             .ob_base = {
   56664             :                 .ob_refcnt = 999999999,
   56665             :                 .ob_type = &PyTuple_Type,
   56666             :             },
   56667             :             .ob_size = 44,
   56668             :         },
   56669             :         .ob_item = {
   56670             :             & const_str_register._ascii.ob_base,
   56671             :             & const_str_lookup._ascii.ob_base,
   56672             :             &_Py_ID(open),
   56673             :             & const_str_EncodedFile._ascii.ob_base,
   56674             :             & const_str_BOM._ascii.ob_base,
   56675             :             & const_str_BOM_BE._ascii.ob_base,
   56676             :             & const_str_BOM_LE._ascii.ob_base,
   56677             :             & const_str_BOM32_BE._ascii.ob_base,
   56678             :             & const_str_BOM32_LE._ascii.ob_base,
   56679             :             & const_str_BOM64_BE._ascii.ob_base,
   56680             :             & const_str_BOM64_LE._ascii.ob_base,
   56681             :             & const_str_BOM_UTF8._ascii.ob_base,
   56682             :             & const_str_BOM_UTF16._ascii.ob_base,
   56683             :             & const_str_BOM_UTF16_LE._ascii.ob_base,
   56684             :             & const_str_BOM_UTF16_BE._ascii.ob_base,
   56685             :             & const_str_BOM_UTF32._ascii.ob_base,
   56686             :             & const_str_BOM_UTF32_LE._ascii.ob_base,
   56687             :             & const_str_BOM_UTF32_BE._ascii.ob_base,
   56688             :             & const_str_CodecInfo._ascii.ob_base,
   56689             :             & const_str_Codec._ascii.ob_base,
   56690             :             & const_str_IncrementalEncoder._ascii.ob_base,
   56691             :             & const_str_IncrementalDecoder._ascii.ob_base,
   56692             :             & const_str_StreamReader._ascii.ob_base,
   56693             :             & const_str_StreamWriter._ascii.ob_base,
   56694             :             & const_str_StreamReaderWriter._ascii.ob_base,
   56695             :             & const_str_StreamRecoder._ascii.ob_base,
   56696             :             & const_str_getencoder._ascii.ob_base,
   56697             :             & const_str_getdecoder._ascii.ob_base,
   56698             :             & const_str_getincrementalencoder._ascii.ob_base,
   56699             :             & const_str_getincrementaldecoder._ascii.ob_base,
   56700             :             & const_str_getreader._ascii.ob_base,
   56701             :             & const_str_getwriter._ascii.ob_base,
   56702             :             &_Py_ID(encode),
   56703             :             &_Py_ID(decode),
   56704             :             & const_str_iterencode._ascii.ob_base,
   56705             :             & const_str_iterdecode._ascii.ob_base,
   56706             :             & const_str_strict_errors._ascii.ob_base,
   56707             :             & const_str_ignore_errors._ascii.ob_base,
   56708             :             & const_str_replace_errors._ascii.ob_base,
   56709             :             & const_str_xmlcharrefreplace_errors._ascii.ob_base,
   56710             :             & const_str_backslashreplace_errors._ascii.ob_base,
   56711             :             & const_str_namereplace_errors._ascii.ob_base,
   56712             :             & const_str_register_error._ascii.ob_base,
   56713             :             & const_str_lookup_error._ascii.ob_base,
   56714             :         },
   56715             :     },
   56716             : };
   56717             : static
   56718             :     struct {
   56719             :         PyObject_VAR_HEAD
   56720             :         Py_hash_t ob_shash;
   56721             :         char ob_sval[4];
   56722             :     }
   56723             : codecs_toplevel_consts_6 = {
   56724             :     .ob_base = {
   56725             :         .ob_base = {
   56726             :             .ob_refcnt = 999999999,
   56727             :             .ob_type = &PyBytes_Type,
   56728             :         },
   56729             :         .ob_size = 3,
   56730             :     },
   56731             :     .ob_shash = -1,
   56732             :     .ob_sval = "\xef\xbb\xbf",
   56733             : };
   56734             : static
   56735             :     struct {
   56736             :         PyObject_VAR_HEAD
   56737             :         Py_hash_t ob_shash;
   56738             :         char ob_sval[3];
   56739             :     }
   56740             : codecs_toplevel_consts_7 = {
   56741             :     .ob_base = {
   56742             :         .ob_base = {
   56743             :             .ob_refcnt = 999999999,
   56744             :             .ob_type = &PyBytes_Type,
   56745             :         },
   56746             :         .ob_size = 2,
   56747             :     },
   56748             :     .ob_shash = -1,
   56749             :     .ob_sval = "\xff\xfe",
   56750             : };
   56751             : static
   56752             :     struct {
   56753             :         PyObject_VAR_HEAD
   56754             :         Py_hash_t ob_shash;
   56755             :         char ob_sval[3];
   56756             :     }
   56757             : codecs_toplevel_consts_8 = {
   56758             :     .ob_base = {
   56759             :         .ob_base = {
   56760             :             .ob_refcnt = 999999999,
   56761             :             .ob_type = &PyBytes_Type,
   56762             :         },
   56763             :         .ob_size = 2,
   56764             :     },
   56765             :     .ob_shash = -1,
   56766             :     .ob_sval = "\xfe\xff",
   56767             : };
   56768             : static
   56769             :     struct {
   56770             :         PyObject_VAR_HEAD
   56771             :         Py_hash_t ob_shash;
   56772             :         char ob_sval[5];
   56773             :     }
   56774             : codecs_toplevel_consts_9 = {
   56775             :     .ob_base = {
   56776             :         .ob_base = {
   56777             :             .ob_refcnt = 999999999,
   56778             :             .ob_type = &PyBytes_Type,
   56779             :         },
   56780             :         .ob_size = 4,
   56781             :     },
   56782             :     .ob_shash = -1,
   56783             :     .ob_sval = "\xff\xfe\x00\x00",
   56784             : };
   56785             : static
   56786             :     struct {
   56787             :         PyObject_VAR_HEAD
   56788             :         Py_hash_t ob_shash;
   56789             :         char ob_sval[5];
   56790             :     }
   56791             : codecs_toplevel_consts_10 = {
   56792             :     .ob_base = {
   56793             :         .ob_base = {
   56794             :             .ob_refcnt = 999999999,
   56795             :             .ob_type = &PyBytes_Type,
   56796             :         },
   56797             :         .ob_size = 4,
   56798             :     },
   56799             :     .ob_shash = -1,
   56800             :     .ob_sval = "\x00\x00\xfe\xff",
   56801             : };
   56802             : static
   56803             :     struct {
   56804             :         PyASCIIObject _ascii;
   56805             :         uint8_t _data[49];
   56806             :     }
   56807             : codecs_toplevel_consts_12_consts_1 = {
   56808             :     ._ascii = {
   56809             :         .ob_base = {
   56810             :             .ob_refcnt = 999999999,
   56811             :             .ob_type = &PyUnicode_Type,
   56812             :         },
   56813             :         .length = 48,
   56814             :         .hash = -1,
   56815             :         .state = {
   56816             :             .kind = 1,
   56817             :             .compact = 1,
   56818             :             .ascii = 1,
   56819             :         },
   56820             :     },
   56821             :     ._data = "Codec details when looking up the codec registry",
   56822             : };
   56823             : static
   56824             :     struct {
   56825             :         PyGC_Head _gc_head;
   56826             :         struct {
   56827             :             PyObject_VAR_HEAD
   56828             :             PyObject *ob_item[1];
   56829             :         }_object;
   56830             :     }
   56831             : codecs_toplevel_consts_12_consts_4 = {
   56832             :     ._object = {
   56833             :         .ob_base = {
   56834             :             .ob_base = {
   56835             :                 .ob_refcnt = 999999999,
   56836             :                 .ob_type = &PyTuple_Type,
   56837             :             },
   56838             :             .ob_size = 1,
   56839             :         },
   56840             :         .ob_item = {
   56841             :             &_Py_ID(_is_text_encoding),
   56842             :         },
   56843             :     },
   56844             : };
   56845             : static
   56846             :     struct {
   56847             :         PyASCIIObject _ascii;
   56848             :         uint8_t _data[19];
   56849             :     }
   56850             : const_str_incrementalencoder = {
   56851             :     ._ascii = {
   56852             :         .ob_base = {
   56853             :             .ob_refcnt = 999999999,
   56854             :             .ob_type = &PyUnicode_Type,
   56855             :         },
   56856             :         .length = 18,
   56857             :         .hash = -1,
   56858             :         .state = {
   56859             :             .kind = 1,
   56860             :             .compact = 1,
   56861             :             .ascii = 1,
   56862             :         },
   56863             :     },
   56864             :     ._data = "incrementalencoder",
   56865             : };
   56866             : static
   56867             :     struct {
   56868             :         PyASCIIObject _ascii;
   56869             :         uint8_t _data[19];
   56870             :     }
   56871             : const_str_incrementaldecoder = {
   56872             :     ._ascii = {
   56873             :         .ob_base = {
   56874             :             .ob_refcnt = 999999999,
   56875             :             .ob_type = &PyUnicode_Type,
   56876             :         },
   56877             :         .length = 18,
   56878             :         .hash = -1,
   56879             :         .state = {
   56880             :             .kind = 1,
   56881             :             .compact = 1,
   56882             :             .ascii = 1,
   56883             :         },
   56884             :     },
   56885             :     ._data = "incrementaldecoder",
   56886             : };
   56887             : static
   56888             :     struct {
   56889             :         PyASCIIObject _ascii;
   56890             :         uint8_t _data[13];
   56891             :     }
   56892             : const_str_streamwriter = {
   56893             :     ._ascii = {
   56894             :         .ob_base = {
   56895             :             .ob_refcnt = 999999999,
   56896             :             .ob_type = &PyUnicode_Type,
   56897             :         },
   56898             :         .length = 12,
   56899             :         .hash = -1,
   56900             :         .state = {
   56901             :             .kind = 1,
   56902             :             .compact = 1,
   56903             :             .ascii = 1,
   56904             :         },
   56905             :     },
   56906             :     ._data = "streamwriter",
   56907             : };
   56908             : static
   56909             :     struct {
   56910             :         PyASCIIObject _ascii;
   56911             :         uint8_t _data[13];
   56912             :     }
   56913             : const_str_streamreader = {
   56914             :     ._ascii = {
   56915             :         .ob_base = {
   56916             :             .ob_refcnt = 999999999,
   56917             :             .ob_type = &PyUnicode_Type,
   56918             :         },
   56919             :         .length = 12,
   56920             :         .hash = -1,
   56921             :         .state = {
   56922             :             .kind = 1,
   56923             :             .compact = 1,
   56924             :             .ascii = 1,
   56925             :         },
   56926             :     },
   56927             :     ._data = "streamreader",
   56928             : };
   56929             : static
   56930             :     struct {
   56931             :         PyGC_Head _gc_head;
   56932             :         struct {
   56933             :             PyObject_VAR_HEAD
   56934             :             PyObject *ob_item[10];
   56935             :         }_object;
   56936             :     }
   56937             : codecs_toplevel_consts_12_consts_5_names = {
   56938             :     ._object = {
   56939             :         .ob_base = {
   56940             :             .ob_base = {
   56941             :                 .ob_refcnt = 999999999,
   56942             :                 .ob_type = &PyTuple_Type,
   56943             :             },
   56944             :             .ob_size = 10,
   56945             :         },
   56946             :         .ob_item = {
   56947             :             & const_str_tuple._ascii.ob_base,
   56948             :             &_Py_ID(__new__),
   56949             :             &_Py_ID(name),
   56950             :             &_Py_ID(encode),
   56951             :             &_Py_ID(decode),
   56952             :             & const_str_incrementalencoder._ascii.ob_base,
   56953             :             & const_str_incrementaldecoder._ascii.ob_base,
   56954             :             & const_str_streamwriter._ascii.ob_base,
   56955             :             & const_str_streamreader._ascii.ob_base,
   56956             :             &_Py_ID(_is_text_encoding),
   56957             :         },
   56958             :     },
   56959             : };
   56960             : static
   56961             :     struct {
   56962             :         PyASCIIObject _ascii;
   56963             :         uint8_t _data[16];
   56964             :     }
   56965             : codecs_toplevel_consts_12_consts_5_filename = {
   56966             :     ._ascii = {
   56967             :         .ob_base = {
   56968             :             .ob_refcnt = 999999999,
   56969             :             .ob_type = &PyUnicode_Type,
   56970             :         },
   56971             :         .length = 15,
   56972             :         .hash = -1,
   56973             :         .state = {
   56974             :             .kind = 1,
   56975             :             .compact = 1,
   56976             :             .ascii = 1,
   56977             :         },
   56978             :     },
   56979             :     ._data = "<frozen codecs>",
   56980             : };
   56981             : static
   56982             :     struct {
   56983             :         PyASCIIObject _ascii;
   56984             :         uint8_t _data[18];
   56985             :     }
   56986             : codecs_toplevel_consts_12_consts_5_qualname = {
   56987             :     ._ascii = {
   56988             :         .ob_base = {
   56989             :             .ob_refcnt = 999999999,
   56990             :             .ob_type = &PyUnicode_Type,
   56991             :         },
   56992             :         .length = 17,
   56993             :         .hash = -1,
   56994             :         .state = {
   56995             :             .kind = 1,
   56996             :             .compact = 1,
   56997             :             .ascii = 1,
   56998             :         },
   56999             :     },
   57000             :     ._data = "CodecInfo.__new__",
   57001             : };
   57002             : static
   57003             :     struct {
   57004             :         PyObject_VAR_HEAD
   57005             :         Py_hash_t ob_shash;
   57006             :         char ob_sval[104];
   57007             :     }
   57008             : codecs_toplevel_consts_12_consts_5_linetable = {
   57009             :     .ob_base = {
   57010             :         .ob_base = {
   57011             :             .ob_refcnt = 999999999,
   57012             :             .ob_type = &PyBytes_Type,
   57013             :         },
   57014             :         .ob_size = 103,
   57015             :     },
   57016             :     .ob_shash = -1,
   57017             :     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x15\x8f\x7d\x89\x7d\x98\x53\xa0\x36\xa8\x36\xb0\x3c\xc0\x1c\xd0\x22\x4e\xd4\x0f\x4f\x88\x04\xd8\x14\x18\x88\x04\x8c\x09\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x22\x34\x88\x04\xd4\x08\x1f\xd8\x22\x34\x88\x04\xd4\x08\x1f\xd8\x1c\x28\x88\x04\xd4\x08\x19\xd8\x1c\x28\x88\x04\xd4\x08\x19\xd8\x0b\x1c\xf0\x00\x01\x09\x37\xd8\x25\x36\x88\x44\xd4\x0c\x22\xd8\x0f\x13\x88\x0b",
   57018             : };
   57019             : static
   57020             :     struct {
   57021             :         PyGC_Head _gc_head;
   57022             :         struct {
   57023             :             PyObject_VAR_HEAD
   57024             :             PyObject *ob_item[10];
   57025             :         }_object;
   57026             :     }
   57027             : codecs_toplevel_consts_12_consts_5_localsplusnames = {
   57028             :     ._object = {
   57029             :         .ob_base = {
   57030             :             .ob_base = {
   57031             :                 .ob_refcnt = 999999999,
   57032             :                 .ob_type = &PyTuple_Type,
   57033             :             },
   57034             :             .ob_size = 10,
   57035             :         },
   57036             :         .ob_item = {
   57037             :             & const_str_cls._ascii.ob_base,
   57038             :             &_Py_ID(encode),
   57039             :             &_Py_ID(decode),
   57040             :             & const_str_streamreader._ascii.ob_base,
   57041             :             & const_str_streamwriter._ascii.ob_base,
   57042             :             & const_str_incrementalencoder._ascii.ob_base,
   57043             :             & const_str_incrementaldecoder._ascii.ob_base,
   57044             :             &_Py_ID(name),
   57045             :             &_Py_ID(_is_text_encoding),
   57046             :             & const_str_self._ascii.ob_base,
   57047             :         },
   57048             :     },
   57049             : };
   57050             : static
   57051             :     struct _PyCode_DEF(178)
   57052             : codecs_toplevel_consts_12_consts_5 = {
   57053             :     .ob_base = {
   57054             :         .ob_base = {
   57055             :             .ob_refcnt = 999999999,
   57056             :             .ob_type = &PyCode_Type,
   57057             :         },
   57058             :         .ob_size = 89,
   57059             :     },
   57060             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   57061             :     .co_names = & codecs_toplevel_consts_12_consts_5_names._object.ob_base.ob_base,
   57062             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57063             :     .co_flags = 3,
   57064             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   57065             :     ._co_linearray_entry_size = 0,
   57066             :     .co_argcount = 8,
   57067             :     .co_posonlyargcount = 0,
   57068             :     .co_kwonlyargcount = 1,
   57069             :     .co_framesize = 17 + FRAME_SPECIALS_SIZE,
   57070             :     .co_stacksize = 7,
   57071             :     .co_firstlineno = 94,
   57072             :     .co_nlocalsplus = 10,
   57073             :     .co_nlocals = 10,
   57074             :     .co_nplaincellvars = 0,
   57075             :     .co_ncellvars = 0,
   57076             :     .co_nfreevars = 0,
   57077             :     .co_localsplusnames = & codecs_toplevel_consts_12_consts_5_localsplusnames._object.ob_base.ob_base,
   57078             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
   57079             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   57080             :     .co_name = &_Py_ID(__new__),
   57081             :     .co_qualname = & codecs_toplevel_consts_12_consts_5_qualname._ascii.ob_base,
   57082             :     .co_linetable = & codecs_toplevel_consts_12_consts_5_linetable.ob_base.ob_base,
   57083             :     ._co_code = NULL,
   57084             :     ._co_linearray = NULL,
   57085             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x7c\x04\x66\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x07\x7c\x09\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x09\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x09\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x09\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x09\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x09\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x09\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x81\x07\x7c\x08\x7c\x09\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x53\x00",
   57086             :     ._co_firsttraceable = 0,
   57087             : };
   57088             : static
   57089             :     struct {
   57090             :         PyASCIIObject _ascii;
   57091             :         uint8_t _data[38];
   57092             :     }
   57093             : codecs_toplevel_consts_12_consts_6_consts_1 = {
   57094             :     ._ascii = {
   57095             :         .ob_base = {
   57096             :             .ob_refcnt = 999999999,
   57097             :             .ob_type = &PyUnicode_Type,
   57098             :         },
   57099             :         .length = 37,
   57100             :         .hash = -1,
   57101             :         .state = {
   57102             :             .kind = 1,
   57103             :             .compact = 1,
   57104             :             .ascii = 1,
   57105             :         },
   57106             :     },
   57107             :     ._data = "<%s.%s object for encoding %s at %#x>",
   57108             : };
   57109             : static
   57110             :     struct {
   57111             :         PyGC_Head _gc_head;
   57112             :         struct {
   57113             :             PyObject_VAR_HEAD
   57114             :             PyObject *ob_item[2];
   57115             :         }_object;
   57116             :     }
   57117             : codecs_toplevel_consts_12_consts_6_consts = {
   57118             :     ._object = {
   57119             :         .ob_base = {
   57120             :             .ob_base = {
   57121             :                 .ob_refcnt = 999999999,
   57122             :                 .ob_type = &PyTuple_Type,
   57123             :             },
   57124             :             .ob_size = 2,
   57125             :         },
   57126             :         .ob_item = {
   57127             :             Py_None,
   57128             :             & codecs_toplevel_consts_12_consts_6_consts_1._ascii.ob_base,
   57129             :         },
   57130             :     },
   57131             : };
   57132             : static
   57133             :     struct {
   57134             :         PyGC_Head _gc_head;
   57135             :         struct {
   57136             :             PyObject_VAR_HEAD
   57137             :             PyObject *ob_item[5];
   57138             :         }_object;
   57139             :     }
   57140             : codecs_toplevel_consts_12_consts_6_names = {
   57141             :     ._object = {
   57142             :         .ob_base = {
   57143             :             .ob_base = {
   57144             :                 .ob_refcnt = 999999999,
   57145             :                 .ob_type = &PyTuple_Type,
   57146             :             },
   57147             :             .ob_size = 5,
   57148             :         },
   57149             :         .ob_item = {
   57150             :             &_Py_ID(__class__),
   57151             :             &_Py_ID(__module__),
   57152             :             &_Py_ID(__qualname__),
   57153             :             &_Py_ID(name),
   57154             :             & const_str_id._ascii.ob_base,
   57155             :         },
   57156             :     },
   57157             : };
   57158             : static
   57159             :     struct {
   57160             :         PyASCIIObject _ascii;
   57161             :         uint8_t _data[19];
   57162             :     }
   57163             : codecs_toplevel_consts_12_consts_6_qualname = {
   57164             :     ._ascii = {
   57165             :         .ob_base = {
   57166             :             .ob_refcnt = 999999999,
   57167             :             .ob_type = &PyUnicode_Type,
   57168             :         },
   57169             :         .length = 18,
   57170             :         .hash = -1,
   57171             :         .state = {
   57172             :             .kind = 1,
   57173             :             .compact = 1,
   57174             :             .ascii = 1,
   57175             :         },
   57176             :     },
   57177             :     ._data = "CodecInfo.__repr__",
   57178             : };
   57179             : static
   57180             :     struct {
   57181             :         PyObject_VAR_HEAD
   57182             :         Py_hash_t ob_shash;
   57183             :         char ob_sval[59];
   57184             :     }
   57185             : codecs_toplevel_consts_12_consts_6_linetable = {
   57186             :     .ob_base = {
   57187             :         .ob_base = {
   57188             :             .ob_refcnt = 999999999,
   57189             :             .ob_type = &PyBytes_Type,
   57190             :         },
   57191             :         .ob_size = 58,
   57192             :     },
   57193             :     .ob_shash = -1,
   57194             :     .ob_sval = "\x80\x00\xd8\x0f\x36\xd8\x11\x15\x97\x1e\x91\x1e\xd7\x11\x2a\xd1\x11\x2a\xa8\x44\xaf\x4e\xa9\x4e\xd7\x2c\x47\xd1\x2c\x47\xd8\x11\x15\x97\x19\x91\x19\x9d\x42\x98\x74\x9c\x48\xf0\x03\x01\x11\x26\xf1\x03\x02\x10\x26\xf0\x00\x02\x09\x26",
   57195             : };
   57196             : static
   57197             :     struct _PyCode_DEF(142)
   57198             : codecs_toplevel_consts_12_consts_6 = {
   57199             :     .ob_base = {
   57200             :         .ob_base = {
   57201             :             .ob_refcnt = 999999999,
   57202             :             .ob_type = &PyCode_Type,
   57203             :         },
   57204             :         .ob_size = 71,
   57205             :     },
   57206             :     .co_consts = & codecs_toplevel_consts_12_consts_6_consts._object.ob_base.ob_base,
   57207             :     .co_names = & codecs_toplevel_consts_12_consts_6_names._object.ob_base.ob_base,
   57208             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57209             :     .co_flags = 3,
   57210             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   57211             :     ._co_linearray_entry_size = 0,
   57212             :     .co_argcount = 1,
   57213             :     .co_posonlyargcount = 0,
   57214             :     .co_kwonlyargcount = 0,
   57215             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   57216             :     .co_stacksize = 7,
   57217             :     .co_firstlineno = 109,
   57218             :     .co_nlocalsplus = 1,
   57219             :     .co_nlocals = 1,
   57220             :     .co_nplaincellvars = 0,
   57221             :     .co_ncellvars = 0,
   57222             :     .co_nfreevars = 0,
   57223             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   57224             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   57225             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   57226             :     .co_name = &_Py_ID(__repr__),
   57227             :     .co_qualname = & codecs_toplevel_consts_12_consts_6_qualname._ascii.ob_base,
   57228             :     .co_linetable = & codecs_toplevel_consts_12_consts_6_linetable.ob_base.ob_base,
   57229             :     ._co_code = NULL,
   57230             :     ._co_linearray = NULL,
   57231             :     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x66\x04\x7a\x06\x00\x00\x53\x00",
   57232             :     ._co_firsttraceable = 0,
   57233             : };
   57234             : static
   57235             :     struct {
   57236             :         PyGC_Head _gc_head;
   57237             :         struct {
   57238             :             PyObject_VAR_HEAD
   57239             :             PyObject *ob_item[5];
   57240             :         }_object;
   57241             :     }
   57242             : codecs_toplevel_consts_12_consts_7 = {
   57243             :     ._object = {
   57244             :         .ob_base = {
   57245             :             .ob_base = {
   57246             :                 .ob_refcnt = 999999999,
   57247             :                 .ob_type = &PyTuple_Type,
   57248             :             },
   57249             :             .ob_size = 5,
   57250             :         },
   57251             :         .ob_item = {
   57252             :             Py_None,
   57253             :             Py_None,
   57254             :             Py_None,
   57255             :             Py_None,
   57256             :             Py_None,
   57257             :         },
   57258             :     },
   57259             : };
   57260             : static
   57261             :     struct {
   57262             :         PyGC_Head _gc_head;
   57263             :         struct {
   57264             :             PyObject_VAR_HEAD
   57265             :             PyObject *ob_item[8];
   57266             :         }_object;
   57267             :     }
   57268             : codecs_toplevel_consts_12_consts = {
   57269             :     ._object = {
   57270             :         .ob_base = {
   57271             :             .ob_base = {
   57272             :                 .ob_refcnt = 999999999,
   57273             :                 .ob_type = &PyTuple_Type,
   57274             :             },
   57275             :             .ob_size = 8,
   57276             :         },
   57277             :         .ob_item = {
   57278             :             & const_str_CodecInfo._ascii.ob_base,
   57279             :             & codecs_toplevel_consts_12_consts_1._ascii.ob_base,
   57280             :             Py_True,
   57281             :             Py_None,
   57282             :             & codecs_toplevel_consts_12_consts_4._object.ob_base.ob_base,
   57283             :             & codecs_toplevel_consts_12_consts_5.ob_base.ob_base,
   57284             :             & codecs_toplevel_consts_12_consts_6.ob_base.ob_base,
   57285             :             & codecs_toplevel_consts_12_consts_7._object.ob_base.ob_base,
   57286             :         },
   57287             :     },
   57288             : };
   57289             : static
   57290             :     struct {
   57291             :         PyGC_Head _gc_head;
   57292             :         struct {
   57293             :             PyObject_VAR_HEAD
   57294             :             PyObject *ob_item[7];
   57295             :         }_object;
   57296             :     }
   57297             : codecs_toplevel_consts_12_names = {
   57298             :     ._object = {
   57299             :         .ob_base = {
   57300             :             .ob_base = {
   57301             :                 .ob_refcnt = 999999999,
   57302             :                 .ob_type = &PyTuple_Type,
   57303             :             },
   57304             :             .ob_size = 7,
   57305             :         },
   57306             :         .ob_item = {
   57307             :             &_Py_ID(__name__),
   57308             :             &_Py_ID(__module__),
   57309             :             &_Py_ID(__qualname__),
   57310             :             &_Py_ID(__doc__),
   57311             :             &_Py_ID(_is_text_encoding),
   57312             :             &_Py_ID(__new__),
   57313             :             &_Py_ID(__repr__),
   57314             :         },
   57315             :     },
   57316             : };
   57317             : static
   57318             :     struct {
   57319             :         PyObject_VAR_HEAD
   57320             :         Py_hash_t ob_shash;
   57321             :         char ob_sval[89];
   57322             :     }
   57323             : codecs_toplevel_consts_12_linetable = {
   57324             :     .ob_base = {
   57325             :         .ob_base = {
   57326             :             .ob_refcnt = 999999999,
   57327             :             .ob_type = &PyBytes_Type,
   57328             :         },
   57329             :         .ob_size = 88,
   57330             :     },
   57331             :     .ob_shash = -1,
   57332             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x3a\xd0\x04\x3a\xf0\x10\x00\x19\x1d\xd0\x04\x15\xe0\x32\x36\xd8\x1b\x1f\xf0\x03\x0d\x05\x14\xe0\x1d\x21\xf0\x05\x0d\x05\x14\xf0\x00\x0d\x05\x14\xf0\x00\x0d\x05\x14\xf0\x00\x0d\x05\x14\xf0\x00\x0d\x05\x14\xf0\x1e\x03\x05\x26\xf0\x00\x03\x05\x26\xf0\x00\x03\x05\x26\xf0\x00\x03\x05\x26\xf0\x00\x03\x05\x26",
   57333             : };
   57334             : static
   57335             :     struct _PyCode_DEF(46)
   57336             : codecs_toplevel_consts_12 = {
   57337             :     .ob_base = {
   57338             :         .ob_base = {
   57339             :             .ob_refcnt = 999999999,
   57340             :             .ob_type = &PyCode_Type,
   57341             :         },
   57342             :         .ob_size = 23,
   57343             :     },
   57344             :     .co_consts = & codecs_toplevel_consts_12_consts._object.ob_base.ob_base,
   57345             :     .co_names = & codecs_toplevel_consts_12_names._object.ob_base.ob_base,
   57346             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57347             :     .co_flags = 0,
   57348             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   57349             :     ._co_linearray_entry_size = 0,
   57350             :     .co_argcount = 0,
   57351             :     .co_posonlyargcount = 0,
   57352             :     .co_kwonlyargcount = 0,
   57353             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   57354             :     .co_stacksize = 3,
   57355             :     .co_firstlineno = 83,
   57356             :     .co_nlocalsplus = 0,
   57357             :     .co_nlocals = 0,
   57358             :     .co_nplaincellvars = 0,
   57359             :     .co_ncellvars = 0,
   57360             :     .co_nfreevars = 0,
   57361             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   57362             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57363             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   57364             :     .co_name = & const_str_CodecInfo._ascii.ob_base,
   57365             :     .co_qualname = & const_str_CodecInfo._ascii.ob_base,
   57366             :     .co_linetable = & codecs_toplevel_consts_12_linetable.ob_base.ob_base,
   57367             :     ._co_code = NULL,
   57368             :     ._co_linearray = NULL,
   57369             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x09\x00\x09\x00\x64\x07\x64\x03\x64\x04\x9c\x01\x64\x05\x84\x03\x5a\x05\x64\x06\x84\x00\x5a\x06\x64\x03\x53\x00",
   57370             :     ._co_firsttraceable = 0,
   57371             : };
   57372             : static
   57373             :     struct {
   57374             :         PyASCIIObject _ascii;
   57375             :         uint8_t _data[1082];
   57376             :     }
   57377             : codecs_toplevel_consts_14_consts_1 = {
   57378             :     ._ascii = {
   57379             :         .ob_base = {
   57380             :             .ob_refcnt = 999999999,
   57381             :             .ob_type = &PyUnicode_Type,
   57382             :         },
   57383             :         .length = 1081,
   57384             :         .hash = -1,
   57385             :         .state = {
   57386             :             .kind = 1,
   57387             :             .compact = 1,
   57388             :             .ascii = 1,
   57389             :         },
   57390             :     },
   57391             :     ._data = "\x20\x44\x65\x66\x69\x6e\x65\x73\x20\x74\x68\x65\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x20\x66\x6f\x72\x20\x73\x74\x61\x74\x65\x6c\x65\x73\x73\x20\x65\x6e\x63\x6f\x64\x65\x72\x73\x2f\x64\x65\x63\x6f\x64\x65\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x2e\x65\x6e\x63\x6f\x64\x65\x28\x29\x2f\x2e\x64\x65\x63\x6f\x64\x65\x28\x29\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x6d\x61\x79\x20\x75\x73\x65\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x65\x72\x72\x6f\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x20\x73\x63\x68\x65\x6d\x65\x73\x20\x62\x79\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x73\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x2e\x20\x54\x68\x65\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x72\x69\x6e\x67\x20\x76\x61\x6c\x75\x65\x73\x20\x61\x72\x65\x20\x70\x72\x65\x64\x65\x66\x69\x6e\x65\x64\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x2d\x20\x72\x61\x69\x73\x65\x20\x61\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x65\x72\x72\x6f\x72\x20\x28\x6f\x72\x20\x61\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x69\x67\x6e\x6f\x72\x65\x27\x20\x2d\x20\x69\x67\x6e\x6f\x72\x65\x20\x74\x68\x65\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x20\x61\x6e\x64\x20\x63\x6f\x6e\x74\x69\x6e\x75\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x6e\x65\x78\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x72\x65\x70\x6c\x61\x63\x65\x27\x20\x2d\x20\x72\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x61\x20\x73\x75\x69\x74\x61\x62\x6c\x65\x20\x72\x65\x70\x6c\x61\x63\x65\x6d\x65\x6e\x74\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x3b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x50\x79\x74\x68\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x75\x73\x65\x20\x74\x68\x65\x20\x6f\x66\x66\x69\x63\x69\x61\x6c\x20\x55\x2b\x46\x46\x46\x44\x20\x52\x45\x50\x4c\x41\x43\x45\x4d\x45\x4e\x54\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x69\x6e\x20\x55\x6e\x69\x63\x6f\x64\x65\x20\x63\x6f\x64\x65\x63\x73\x20\x6f\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x27\x3f\x27\x20\x6f\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x73\x75\x72\x72\x6f\x67\x61\x74\x65\x65\x73\x63\x61\x70\x65\x27\x20\x2d\x20\x72\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x70\x72\x69\x76\x61\x74\x65\x20\x63\x6f\x64\x65\x20\x70\x6f\x69\x6e\x74\x73\x20\x55\x2b\x44\x43\x6e\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x78\x6d\x6c\x63\x68\x61\x72\x72\x65\x66\x72\x65\x70\x6c\x61\x63\x65\x27\x20\x2d\x20\x52\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x61\x70\x70\x72\x6f\x70\x72\x69\x61\x74\x65\x20\x58\x4d\x4c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x20\x72\x65\x66\x65\x72\x65\x6e\x63\x65\x20\x28\x6f\x6e\x6c\x79\x20\x66\x6f\x72\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x62\x61\x63\x6b\x73\x6c\x61\x73\x68\x72\x65\x70\x6c\x61\x63\x65\x27\x20\x20\x2d\x20\x52\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x62\x61\x63\x6b\x73\x6c\x61\x73\x68\x65\x64\x20\x65\x73\x63\x61\x70\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x6e\x61\x6d\x65\x72\x65\x70\x6c\x61\x63\x65\x27\x20\x20\x20\x20\x20\x20\x20\x2d\x20\x52\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x5c\x4e\x7b\x2e\x2e\x2e\x7d\x20\x65\x73\x63\x61\x70\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x28\x6f\x6e\x6c\x79\x20\x66\x6f\x72\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x73\x65\x74\x20\x6f\x66\x20\x61\x6c\x6c\x6f\x77\x65\x64\x20\x76\x61\x6c\x75\x65\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x65\x78\x74\x65\x6e\x64\x65\x64\x20\x76\x69\x61\x20\x72\x65\x67\x69\x73\x74\x65\x72\x5f\x65\x72\x72\x6f\x72\x2e\x0a\x0a\x20\x20\x20\x20",
   57392             : };
   57393             : static
   57394             :     struct {
   57395             :         PyASCIIObject _ascii;
   57396             :         uint8_t _data[548];
   57397             :     }
   57398             : codecs_toplevel_consts_14_consts_3_consts_0 = {
   57399             :     ._ascii = {
   57400             :         .ob_base = {
   57401             :             .ob_refcnt = 999999999,
   57402             :             .ob_type = &PyUnicode_Type,
   57403             :         },
   57404             :         .length = 547,
   57405             :         .hash = -1,
   57406             :         .state = {
   57407             :             .kind = 1,
   57408             :             .compact = 1,
   57409             :             .ascii = 1,
   57410             :         },
   57411             :     },
   57412             :     ._data = "\x20\x45\x6e\x63\x6f\x64\x65\x73\x20\x74\x68\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x69\x6e\x70\x75\x74\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x61\x20\x74\x75\x70\x6c\x65\x20\x28\x6f\x75\x74\x70\x75\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x62\x6a\x65\x63\x74\x2c\x20\x6c\x65\x6e\x67\x74\x68\x20\x63\x6f\x6e\x73\x75\x6d\x65\x64\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x65\x72\x72\x6f\x72\x73\x20\x64\x65\x66\x69\x6e\x65\x73\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x20\x74\x6f\x20\x61\x70\x70\x6c\x79\x2e\x20\x49\x74\x20\x64\x65\x66\x61\x75\x6c\x74\x73\x20\x74\x6f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x6d\x65\x74\x68\x6f\x64\x20\x6d\x61\x79\x20\x6e\x6f\x74\x20\x73\x74\x6f\x72\x65\x20\x73\x74\x61\x74\x65\x20\x69\x6e\x20\x74\x68\x65\x20\x43\x6f\x64\x65\x63\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x20\x55\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x53\x74\x72\x65\x61\x6d\x57\x72\x69\x74\x65\x72\x20\x66\x6f\x72\x20\x63\x6f\x64\x65\x63\x73\x20\x77\x68\x69\x63\x68\x20\x68\x61\x76\x65\x20\x74\x6f\x20\x6b\x65\x65\x70\x20\x73\x74\x61\x74\x65\x20\x69\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6d\x61\x6b\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x65\x66\x66\x69\x63\x69\x65\x6e\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x65\x6e\x63\x6f\x64\x65\x72\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x62\x6c\x65\x20\x74\x6f\x20\x68\x61\x6e\x64\x6c\x65\x20\x7a\x65\x72\x6f\x20\x6c\x65\x6e\x67\x74\x68\x20\x69\x6e\x70\x75\x74\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x74\x75\x72\x6e\x20\x61\x6e\x20\x65\x6d\x70\x74\x79\x20\x6f\x62\x6a\x65\x63\x74\x20\x6f\x66\x20\x74\x68\x65\x20\x6f\x75\x74\x70\x75\x74\x20\x6f\x62\x6a\x65\x63\x74\x20\x74\x79\x70\x65\x20\x69\x6e\x20\x74\x68\x69\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x69\x74\x75\x61\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   57413             : };
   57414             : static
   57415             :     struct {
   57416             :         PyGC_Head _gc_head;
   57417             :         struct {
   57418             :             PyObject_VAR_HEAD
   57419             :             PyObject *ob_item[1];
   57420             :         }_object;
   57421             :     }
   57422             : codecs_toplevel_consts_14_consts_3_consts = {
   57423             :     ._object = {
   57424             :         .ob_base = {
   57425             :             .ob_base = {
   57426             :                 .ob_refcnt = 999999999,
   57427             :                 .ob_type = &PyTuple_Type,
   57428             :             },
   57429             :             .ob_size = 1,
   57430             :         },
   57431             :         .ob_item = {
   57432             :             & codecs_toplevel_consts_14_consts_3_consts_0._ascii.ob_base,
   57433             :         },
   57434             :     },
   57435             : };
   57436             : static
   57437             :     struct {
   57438             :         PyGC_Head _gc_head;
   57439             :         struct {
   57440             :             PyObject_VAR_HEAD
   57441             :             PyObject *ob_item[1];
   57442             :         }_object;
   57443             :     }
   57444             : codecs_toplevel_consts_14_consts_3_names = {
   57445             :     ._object = {
   57446             :         .ob_base = {
   57447             :             .ob_base = {
   57448             :                 .ob_refcnt = 999999999,
   57449             :                 .ob_type = &PyTuple_Type,
   57450             :             },
   57451             :             .ob_size = 1,
   57452             :         },
   57453             :         .ob_item = {
   57454             :             & const_str_NotImplementedError._ascii.ob_base,
   57455             :         },
   57456             :     },
   57457             : };
   57458             : static
   57459             :     struct {
   57460             :         PyASCIIObject _ascii;
   57461             :         uint8_t _data[13];
   57462             :     }
   57463             : codecs_toplevel_consts_14_consts_3_qualname = {
   57464             :     ._ascii = {
   57465             :         .ob_base = {
   57466             :             .ob_refcnt = 999999999,
   57467             :             .ob_type = &PyUnicode_Type,
   57468             :         },
   57469             :         .length = 12,
   57470             :         .hash = -1,
   57471             :         .state = {
   57472             :             .kind = 1,
   57473             :             .compact = 1,
   57474             :             .ascii = 1,
   57475             :         },
   57476             :     },
   57477             :     ._data = "Codec.encode",
   57478             : };
   57479             : static
   57480             :     struct {
   57481             :         PyObject_VAR_HEAD
   57482             :         Py_hash_t ob_shash;
   57483             :         char ob_sval[11];
   57484             :     }
   57485             : codecs_toplevel_consts_14_consts_3_linetable = {
   57486             :     .ob_base = {
   57487             :         .ob_base = {
   57488             :             .ob_refcnt = 999999999,
   57489             :             .ob_type = &PyBytes_Type,
   57490             :         },
   57491             :         .ob_size = 10,
   57492             :     },
   57493             :     .ob_shash = -1,
   57494             :     .ob_sval = "\x80\x00\xf5\x22\x00\x0f\x22\xd0\x08\x21",
   57495             : };
   57496             : static
   57497             :     struct {
   57498             :         PyASCIIObject _ascii;
   57499             :         uint8_t _data[6];
   57500             :     }
   57501             : const_str_input = {
   57502             :     ._ascii = {
   57503             :         .ob_base = {
   57504             :             .ob_refcnt = 999999999,
   57505             :             .ob_type = &PyUnicode_Type,
   57506             :         },
   57507             :         .length = 5,
   57508             :         .hash = -1,
   57509             :         .state = {
   57510             :             .kind = 1,
   57511             :             .compact = 1,
   57512             :             .ascii = 1,
   57513             :         },
   57514             :     },
   57515             :     ._data = "input",
   57516             : };
   57517             : static
   57518             :     struct {
   57519             :         PyGC_Head _gc_head;
   57520             :         struct {
   57521             :             PyObject_VAR_HEAD
   57522             :             PyObject *ob_item[3];
   57523             :         }_object;
   57524             :     }
   57525             : codecs_toplevel_consts_14_consts_3_localsplusnames = {
   57526             :     ._object = {
   57527             :         .ob_base = {
   57528             :             .ob_base = {
   57529             :                 .ob_refcnt = 999999999,
   57530             :                 .ob_type = &PyTuple_Type,
   57531             :             },
   57532             :             .ob_size = 3,
   57533             :         },
   57534             :         .ob_item = {
   57535             :             & const_str_self._ascii.ob_base,
   57536             :             & const_str_input._ascii.ob_base,
   57537             :             &_Py_ID(errors),
   57538             :         },
   57539             :     },
   57540             : };
   57541             : static
   57542             :     struct _PyCode_DEF(16)
   57543             : codecs_toplevel_consts_14_consts_3 = {
   57544             :     .ob_base = {
   57545             :         .ob_base = {
   57546             :             .ob_refcnt = 999999999,
   57547             :             .ob_type = &PyCode_Type,
   57548             :         },
   57549             :         .ob_size = 8,
   57550             :     },
   57551             :     .co_consts = & codecs_toplevel_consts_14_consts_3_consts._object.ob_base.ob_base,
   57552             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   57553             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57554             :     .co_flags = 3,
   57555             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   57556             :     ._co_linearray_entry_size = 0,
   57557             :     .co_argcount = 3,
   57558             :     .co_posonlyargcount = 0,
   57559             :     .co_kwonlyargcount = 0,
   57560             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   57561             :     .co_stacksize = 1,
   57562             :     .co_firstlineno = 138,
   57563             :     .co_nlocalsplus = 3,
   57564             :     .co_nlocals = 3,
   57565             :     .co_nplaincellvars = 0,
   57566             :     .co_ncellvars = 0,
   57567             :     .co_nfreevars = 0,
   57568             :     .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
   57569             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   57570             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   57571             :     .co_name = &_Py_ID(encode),
   57572             :     .co_qualname = & codecs_toplevel_consts_14_consts_3_qualname._ascii.ob_base,
   57573             :     .co_linetable = & codecs_toplevel_consts_14_consts_3_linetable.ob_base.ob_base,
   57574             :     ._co_code = NULL,
   57575             :     ._co_linearray = NULL,
   57576             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   57577             :     ._co_firsttraceable = 0,
   57578             : };
   57579             : static
   57580             :     struct {
   57581             :         PyASCIIObject _ascii;
   57582             :         uint8_t _data[755];
   57583             :     }
   57584             : codecs_toplevel_consts_14_consts_4_consts_0 = {
   57585             :     ._ascii = {
   57586             :         .ob_base = {
   57587             :             .ob_refcnt = 999999999,
   57588             :             .ob_type = &PyUnicode_Type,
   57589             :         },
   57590             :         .length = 754,
   57591             :         .hash = -1,
   57592             :         .state = {
   57593             :             .kind = 1,
   57594             :             .compact = 1,
   57595             :             .ascii = 1,
   57596             :         },
   57597             :     },
   57598             :     ._data = "\x20\x44\x65\x63\x6f\x64\x65\x73\x20\x74\x68\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x69\x6e\x70\x75\x74\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x61\x20\x74\x75\x70\x6c\x65\x20\x28\x6f\x75\x74\x70\x75\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x62\x6a\x65\x63\x74\x2c\x20\x6c\x65\x6e\x67\x74\x68\x20\x63\x6f\x6e\x73\x75\x6d\x65\x64\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x70\x75\x74\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x6e\x20\x6f\x62\x6a\x65\x63\x74\x20\x77\x68\x69\x63\x68\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x74\x68\x65\x20\x62\x66\x5f\x67\x65\x74\x72\x65\x61\x64\x62\x75\x66\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x62\x75\x66\x66\x65\x72\x20\x73\x6c\x6f\x74\x2e\x20\x50\x79\x74\x68\x6f\x6e\x20\x73\x74\x72\x69\x6e\x67\x73\x2c\x20\x62\x75\x66\x66\x65\x72\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x61\x6e\x64\x20\x6d\x65\x6d\x6f\x72\x79\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6d\x61\x70\x70\x65\x64\x20\x66\x69\x6c\x65\x73\x20\x61\x72\x65\x20\x65\x78\x61\x6d\x70\x6c\x65\x73\x20\x6f\x66\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x73\x6c\x6f\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x65\x72\x72\x6f\x72\x73\x20\x64\x65\x66\x69\x6e\x65\x73\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x20\x74\x6f\x20\x61\x70\x70\x6c\x79\x2e\x20\x49\x74\x20\x64\x65\x66\x61\x75\x6c\x74\x73\x20\x74\x6f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x6d\x65\x74\x68\x6f\x64\x20\x6d\x61\x79\x20\x6e\x6f\x74\x20\x73\x74\x6f\x72\x65\x20\x73\x74\x61\x74\x65\x20\x69\x6e\x20\x74\x68\x65\x20\x43\x6f\x64\x65\x63\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x20\x55\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x61\x64\x65\x72\x20\x66\x6f\x72\x20\x63\x6f\x64\x65\x63\x73\x20\x77\x68\x69\x63\x68\x20\x68\x61\x76\x65\x20\x74\x6f\x20\x6b\x65\x65\x70\x20\x73\x74\x61\x74\x65\x20\x69\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6d\x61\x6b\x65\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x20\x65\x66\x66\x69\x63\x69\x65\x6e\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x64\x65\x63\x6f\x64\x65\x72\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x62\x6c\x65\x20\x74\x6f\x20\x68\x61\x6e\x64\x6c\x65\x20\x7a\x65\x72\x6f\x20\x6c\x65\x6e\x67\x74\x68\x20\x69\x6e\x70\x75\x74\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x74\x75\x72\x6e\x20\x61\x6e\x20\x65\x6d\x70\x74\x79\x20\x6f\x62\x6a\x65\x63\x74\x20\x6f\x66\x20\x74\x68\x65\x20\x6f\x75\x74\x70\x75\x74\x20\x6f\x62\x6a\x65\x63\x74\x20\x74\x79\x70\x65\x20\x69\x6e\x20\x74\x68\x69\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x69\x74\x75\x61\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   57599             : };
   57600             : static
   57601             :     struct {
   57602             :         PyGC_Head _gc_head;
   57603             :         struct {
   57604             :             PyObject_VAR_HEAD
   57605             :             PyObject *ob_item[1];
   57606             :         }_object;
   57607             :     }
   57608             : codecs_toplevel_consts_14_consts_4_consts = {
   57609             :     ._object = {
   57610             :         .ob_base = {
   57611             :             .ob_base = {
   57612             :                 .ob_refcnt = 999999999,
   57613             :                 .ob_type = &PyTuple_Type,
   57614             :             },
   57615             :             .ob_size = 1,
   57616             :         },
   57617             :         .ob_item = {
   57618             :             & codecs_toplevel_consts_14_consts_4_consts_0._ascii.ob_base,
   57619             :         },
   57620             :     },
   57621             : };
   57622             : static
   57623             :     struct {
   57624             :         PyASCIIObject _ascii;
   57625             :         uint8_t _data[13];
   57626             :     }
   57627             : codecs_toplevel_consts_14_consts_4_qualname = {
   57628             :     ._ascii = {
   57629             :         .ob_base = {
   57630             :             .ob_refcnt = 999999999,
   57631             :             .ob_type = &PyUnicode_Type,
   57632             :         },
   57633             :         .length = 12,
   57634             :         .hash = -1,
   57635             :         .state = {
   57636             :             .kind = 1,
   57637             :             .compact = 1,
   57638             :             .ascii = 1,
   57639             :         },
   57640             :     },
   57641             :     ._data = "Codec.decode",
   57642             : };
   57643             : static
   57644             :     struct {
   57645             :         PyObject_VAR_HEAD
   57646             :         Py_hash_t ob_shash;
   57647             :         char ob_sval[11];
   57648             :     }
   57649             : codecs_toplevel_consts_14_consts_4_linetable = {
   57650             :     .ob_base = {
   57651             :         .ob_base = {
   57652             :             .ob_refcnt = 999999999,
   57653             :             .ob_type = &PyBytes_Type,
   57654             :         },
   57655             :         .ob_size = 10,
   57656             :     },
   57657             :     .ob_shash = -1,
   57658             :     .ob_sval = "\x80\x00\xf5\x2a\x00\x0f\x22\xd0\x08\x21",
   57659             : };
   57660             : static
   57661             :     struct _PyCode_DEF(16)
   57662             : codecs_toplevel_consts_14_consts_4 = {
   57663             :     .ob_base = {
   57664             :         .ob_base = {
   57665             :             .ob_refcnt = 999999999,
   57666             :             .ob_type = &PyCode_Type,
   57667             :         },
   57668             :         .ob_size = 8,
   57669             :     },
   57670             :     .co_consts = & codecs_toplevel_consts_14_consts_4_consts._object.ob_base.ob_base,
   57671             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   57672             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57673             :     .co_flags = 3,
   57674             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   57675             :     ._co_linearray_entry_size = 0,
   57676             :     .co_argcount = 3,
   57677             :     .co_posonlyargcount = 0,
   57678             :     .co_kwonlyargcount = 0,
   57679             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   57680             :     .co_stacksize = 1,
   57681             :     .co_firstlineno = 157,
   57682             :     .co_nlocalsplus = 3,
   57683             :     .co_nlocals = 3,
   57684             :     .co_nplaincellvars = 0,
   57685             :     .co_ncellvars = 0,
   57686             :     .co_nfreevars = 0,
   57687             :     .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
   57688             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   57689             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   57690             :     .co_name = &_Py_ID(decode),
   57691             :     .co_qualname = & codecs_toplevel_consts_14_consts_4_qualname._ascii.ob_base,
   57692             :     .co_linetable = & codecs_toplevel_consts_14_consts_4_linetable.ob_base.ob_base,
   57693             :     ._co_code = NULL,
   57694             :     ._co_linearray = NULL,
   57695             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   57696             :     ._co_firsttraceable = 0,
   57697             : };
   57698             : static
   57699             :     struct {
   57700             :         PyGC_Head _gc_head;
   57701             :         struct {
   57702             :             PyObject_VAR_HEAD
   57703             :             PyObject *ob_item[1];
   57704             :         }_object;
   57705             :     }
   57706             : codecs_toplevel_consts_14_consts_6 = {
   57707             :     ._object = {
   57708             :         .ob_base = {
   57709             :             .ob_base = {
   57710             :                 .ob_refcnt = 999999999,
   57711             :                 .ob_type = &PyTuple_Type,
   57712             :             },
   57713             :             .ob_size = 1,
   57714             :         },
   57715             :         .ob_item = {
   57716             :             &_Py_ID(strict),
   57717             :         },
   57718             :     },
   57719             : };
   57720             : static
   57721             :     struct {
   57722             :         PyGC_Head _gc_head;
   57723             :         struct {
   57724             :             PyObject_VAR_HEAD
   57725             :             PyObject *ob_item[7];
   57726             :         }_object;
   57727             :     }
   57728             : codecs_toplevel_consts_14_consts = {
   57729             :     ._object = {
   57730             :         .ob_base = {
   57731             :             .ob_base = {
   57732             :                 .ob_refcnt = 999999999,
   57733             :                 .ob_type = &PyTuple_Type,
   57734             :             },
   57735             :             .ob_size = 7,
   57736             :         },
   57737             :         .ob_item = {
   57738             :             & const_str_Codec._ascii.ob_base,
   57739             :             & codecs_toplevel_consts_14_consts_1._ascii.ob_base,
   57740             :             &_Py_ID(strict),
   57741             :             & codecs_toplevel_consts_14_consts_3.ob_base.ob_base,
   57742             :             & codecs_toplevel_consts_14_consts_4.ob_base.ob_base,
   57743             :             Py_None,
   57744             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   57745             :         },
   57746             :     },
   57747             : };
   57748             : static
   57749             :     struct {
   57750             :         PyGC_Head _gc_head;
   57751             :         struct {
   57752             :             PyObject_VAR_HEAD
   57753             :             PyObject *ob_item[6];
   57754             :         }_object;
   57755             :     }
   57756             : codecs_toplevel_consts_14_names = {
   57757             :     ._object = {
   57758             :         .ob_base = {
   57759             :             .ob_base = {
   57760             :                 .ob_refcnt = 999999999,
   57761             :                 .ob_type = &PyTuple_Type,
   57762             :             },
   57763             :             .ob_size = 6,
   57764             :         },
   57765             :         .ob_item = {
   57766             :             &_Py_ID(__name__),
   57767             :             &_Py_ID(__module__),
   57768             :             &_Py_ID(__qualname__),
   57769             :             &_Py_ID(__doc__),
   57770             :             &_Py_ID(encode),
   57771             :             &_Py_ID(decode),
   57772             :         },
   57773             :     },
   57774             : };
   57775             : static
   57776             :     struct {
   57777             :         PyObject_VAR_HEAD
   57778             :         Py_hash_t ob_shash;
   57779             :         char ob_sval[71];
   57780             :     }
   57781             : codecs_toplevel_consts_14_linetable = {
   57782             :     .ob_base = {
   57783             :         .ob_base = {
   57784             :             .ob_refcnt = 999999999,
   57785             :             .ob_type = &PyBytes_Type,
   57786             :         },
   57787             :         .ob_size = 70,
   57788             :     },
   57789             :     .ob_shash = -1,
   57790             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x15\x05\x08\xf0\x00\x15\x05\x08\xf0\x2c\x00\x24\x2c\xf0\x00\x11\x05\x22\xf0\x00\x11\x05\x22\xf0\x00\x11\x05\x22\xf0\x26\x00\x24\x2c\xf0\x00\x15\x05\x22\xf0\x00\x15\x05\x22\xf0\x00\x15\x05\x22\xf0\x00\x15\x05\x22\xf0\x00\x15\x05\x22",
   57791             : };
   57792             : static
   57793             :     struct _PyCode_DEF(34)
   57794             : codecs_toplevel_consts_14 = {
   57795             :     .ob_base = {
   57796             :         .ob_base = {
   57797             :             .ob_refcnt = 999999999,
   57798             :             .ob_type = &PyCode_Type,
   57799             :         },
   57800             :         .ob_size = 17,
   57801             :     },
   57802             :     .co_consts = & codecs_toplevel_consts_14_consts._object.ob_base.ob_base,
   57803             :     .co_names = & codecs_toplevel_consts_14_names._object.ob_base.ob_base,
   57804             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57805             :     .co_flags = 0,
   57806             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   57807             :     ._co_linearray_entry_size = 0,
   57808             :     .co_argcount = 0,
   57809             :     .co_posonlyargcount = 0,
   57810             :     .co_kwonlyargcount = 0,
   57811             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   57812             :     .co_stacksize = 2,
   57813             :     .co_firstlineno = 114,
   57814             :     .co_nlocalsplus = 0,
   57815             :     .co_nlocals = 0,
   57816             :     .co_nplaincellvars = 0,
   57817             :     .co_ncellvars = 0,
   57818             :     .co_nfreevars = 0,
   57819             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   57820             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57821             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   57822             :     .co_name = & const_str_Codec._ascii.ob_base,
   57823             :     .co_qualname = & const_str_Codec._ascii.ob_base,
   57824             :     .co_linetable = & codecs_toplevel_consts_14_linetable.ob_base.ob_base,
   57825             :     ._co_code = NULL,
   57826             :     ._co_linearray = NULL,
   57827             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x06\x64\x03\x84\x01\x5a\x04\x64\x06\x64\x04\x84\x01\x5a\x05\x64\x05\x53\x00",
   57828             :     ._co_firsttraceable = 0,
   57829             : };
   57830             : static
   57831             :     struct {
   57832             :         PyASCIIObject _ascii;
   57833             :         uint8_t _data[233];
   57834             :     }
   57835             : codecs_toplevel_consts_16_consts_1 = {
   57836             :     ._ascii = {
   57837             :         .ob_base = {
   57838             :             .ob_refcnt = 999999999,
   57839             :             .ob_type = &PyUnicode_Type,
   57840             :         },
   57841             :         .length = 232,
   57842             :         .hash = -1,
   57843             :         .state = {
   57844             :             .kind = 1,
   57845             :             .compact = 1,
   57846             :             .ascii = 1,
   57847             :         },
   57848             :     },
   57849             :     ._data = "\x0a\x20\x20\x20\x20\x41\x6e\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x45\x6e\x63\x6f\x64\x65\x72\x20\x65\x6e\x63\x6f\x64\x65\x73\x20\x61\x6e\x20\x69\x6e\x70\x75\x74\x20\x69\x6e\x20\x6d\x75\x6c\x74\x69\x70\x6c\x65\x20\x73\x74\x65\x70\x73\x2e\x20\x54\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x63\x61\x6e\x0a\x20\x20\x20\x20\x62\x65\x20\x70\x61\x73\x73\x65\x64\x20\x70\x69\x65\x63\x65\x20\x62\x79\x20\x70\x69\x65\x63\x65\x20\x74\x6f\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x65\x28\x29\x20\x6d\x65\x74\x68\x6f\x64\x2e\x20\x54\x68\x65\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x45\x6e\x63\x6f\x64\x65\x72\x0a\x20\x20\x20\x20\x72\x65\x6d\x65\x6d\x62\x65\x72\x73\x20\x74\x68\x65\x20\x73\x74\x61\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x70\x72\x6f\x63\x65\x73\x73\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x63\x61\x6c\x6c\x73\x20\x74\x6f\x20\x65\x6e\x63\x6f\x64\x65\x28\x29\x2e\x0a\x20\x20\x20\x20",
   57850             : };
   57851             : static
   57852             :     struct {
   57853             :         PyASCIIObject _ascii;
   57854             :         uint8_t _data[245];
   57855             :     }
   57856             : codecs_toplevel_consts_16_consts_3_consts_0 = {
   57857             :     ._ascii = {
   57858             :         .ob_base = {
   57859             :             .ob_refcnt = 999999999,
   57860             :             .ob_type = &PyUnicode_Type,
   57861             :         },
   57862             :         .length = 244,
   57863             :         .hash = -1,
   57864             :         .state = {
   57865             :             .kind = 1,
   57866             :             .compact = 1,
   57867             :             .ascii = 1,
   57868             :         },
   57869             :     },
   57870             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x43\x72\x65\x61\x74\x65\x73\x20\x61\x6e\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x45\x6e\x63\x6f\x64\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x45\x6e\x63\x6f\x64\x65\x72\x20\x6d\x61\x79\x20\x75\x73\x65\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x20\x73\x63\x68\x65\x6d\x65\x73\x20\x62\x79\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x73\x20\x6b\x65\x79\x77\x6f\x72\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x2e\x20\x53\x65\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x64\x6f\x63\x73\x74\x72\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x6f\x72\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x70\x6f\x73\x73\x69\x62\x6c\x65\x20\x76\x61\x6c\x75\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   57871             : };
   57872             : static
   57873             :     struct {
   57874             :         PyGC_Head _gc_head;
   57875             :         struct {
   57876             :             PyObject_VAR_HEAD
   57877             :             PyObject *ob_item[3];
   57878             :         }_object;
   57879             :     }
   57880             : codecs_toplevel_consts_16_consts_3_consts = {
   57881             :     ._object = {
   57882             :         .ob_base = {
   57883             :             .ob_base = {
   57884             :                 .ob_refcnt = 999999999,
   57885             :                 .ob_type = &PyTuple_Type,
   57886             :             },
   57887             :             .ob_size = 3,
   57888             :         },
   57889             :         .ob_item = {
   57890             :             & codecs_toplevel_consts_16_consts_3_consts_0._ascii.ob_base,
   57891             :             &_Py_STR(empty),
   57892             :             Py_None,
   57893             :         },
   57894             :     },
   57895             : };
   57896             : static
   57897             :     struct {
   57898             :         PyGC_Head _gc_head;
   57899             :         struct {
   57900             :             PyObject_VAR_HEAD
   57901             :             PyObject *ob_item[2];
   57902             :         }_object;
   57903             :     }
   57904             : codecs_toplevel_consts_16_consts_3_names = {
   57905             :     ._object = {
   57906             :         .ob_base = {
   57907             :             .ob_base = {
   57908             :                 .ob_refcnt = 999999999,
   57909             :                 .ob_type = &PyTuple_Type,
   57910             :             },
   57911             :             .ob_size = 2,
   57912             :         },
   57913             :         .ob_item = {
   57914             :             &_Py_ID(errors),
   57915             :             &_Py_ID(buffer),
   57916             :         },
   57917             :     },
   57918             : };
   57919             : static
   57920             :     struct {
   57921             :         PyASCIIObject _ascii;
   57922             :         uint8_t _data[28];
   57923             :     }
   57924             : codecs_toplevel_consts_16_consts_3_qualname = {
   57925             :     ._ascii = {
   57926             :         .ob_base = {
   57927             :             .ob_refcnt = 999999999,
   57928             :             .ob_type = &PyUnicode_Type,
   57929             :         },
   57930             :         .length = 27,
   57931             :         .hash = -1,
   57932             :         .state = {
   57933             :             .kind = 1,
   57934             :             .compact = 1,
   57935             :             .ascii = 1,
   57936             :         },
   57937             :     },
   57938             :     ._data = "IncrementalEncoder.__init__",
   57939             : };
   57940             : static
   57941             :     struct {
   57942             :         PyObject_VAR_HEAD
   57943             :         Py_hash_t ob_shash;
   57944             :         char ob_sval[23];
   57945             :     }
   57946             : codecs_toplevel_consts_16_consts_3_linetable = {
   57947             :     .ob_base = {
   57948             :         .ob_base = {
   57949             :             .ob_refcnt = 999999999,
   57950             :             .ob_type = &PyBytes_Type,
   57951             :         },
   57952             :         .ob_size = 22,
   57953             :     },
   57954             :     .ob_shash = -1,
   57955             :     .ob_sval = "\x80\x00\xf0\x10\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   57956             : };
   57957             : static
   57958             :     struct {
   57959             :         PyGC_Head _gc_head;
   57960             :         struct {
   57961             :             PyObject_VAR_HEAD
   57962             :             PyObject *ob_item[2];
   57963             :         }_object;
   57964             :     }
   57965             : codecs_toplevel_consts_16_consts_3_localsplusnames = {
   57966             :     ._object = {
   57967             :         .ob_base = {
   57968             :             .ob_base = {
   57969             :                 .ob_refcnt = 999999999,
   57970             :                 .ob_type = &PyTuple_Type,
   57971             :             },
   57972             :             .ob_size = 2,
   57973             :         },
   57974             :         .ob_item = {
   57975             :             & const_str_self._ascii.ob_base,
   57976             :             &_Py_ID(errors),
   57977             :         },
   57978             :     },
   57979             : };
   57980             : static
   57981             :     struct _PyCode_DEF(34)
   57982             : codecs_toplevel_consts_16_consts_3 = {
   57983             :     .ob_base = {
   57984             :         .ob_base = {
   57985             :             .ob_refcnt = 999999999,
   57986             :             .ob_type = &PyCode_Type,
   57987             :         },
   57988             :         .ob_size = 17,
   57989             :     },
   57990             :     .co_consts = & codecs_toplevel_consts_16_consts_3_consts._object.ob_base.ob_base,
   57991             :     .co_names = & codecs_toplevel_consts_16_consts_3_names._object.ob_base.ob_base,
   57992             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   57993             :     .co_flags = 3,
   57994             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   57995             :     ._co_linearray_entry_size = 0,
   57996             :     .co_argcount = 2,
   57997             :     .co_posonlyargcount = 0,
   57998             :     .co_kwonlyargcount = 0,
   57999             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   58000             :     .co_stacksize = 2,
   58001             :     .co_firstlineno = 186,
   58002             :     .co_nlocalsplus = 2,
   58003             :     .co_nlocals = 2,
   58004             :     .co_nplaincellvars = 0,
   58005             :     .co_ncellvars = 0,
   58006             :     .co_nfreevars = 0,
   58007             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
   58008             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   58009             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   58010             :     .co_name = &_Py_ID(__init__),
   58011             :     .co_qualname = & codecs_toplevel_consts_16_consts_3_qualname._ascii.ob_base,
   58012             :     .co_linetable = & codecs_toplevel_consts_16_consts_3_linetable.ob_base.ob_base,
   58013             :     ._co_code = NULL,
   58014             :     ._co_linearray = NULL,
   58015             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
   58016             :     ._co_firsttraceable = 0,
   58017             : };
   58018             : static
   58019             :     struct {
   58020             :         PyASCIIObject _ascii;
   58021             :         uint8_t _data[66];
   58022             :     }
   58023             : codecs_toplevel_consts_16_consts_5_consts_0 = {
   58024             :     ._ascii = {
   58025             :         .ob_base = {
   58026             :             .ob_refcnt = 999999999,
   58027             :             .ob_type = &PyUnicode_Type,
   58028             :         },
   58029             :         .length = 65,
   58030             :         .hash = -1,
   58031             :         .state = {
   58032             :             .kind = 1,
   58033             :             .compact = 1,
   58034             :             .ascii = 1,
   58035             :         },
   58036             :     },
   58037             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x45\x6e\x63\x6f\x64\x65\x73\x20\x69\x6e\x70\x75\x74\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x72\x65\x73\x75\x6c\x74\x69\x6e\x67\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   58038             : };
   58039             : static
   58040             :     struct {
   58041             :         PyGC_Head _gc_head;
   58042             :         struct {
   58043             :             PyObject_VAR_HEAD
   58044             :             PyObject *ob_item[1];
   58045             :         }_object;
   58046             :     }
   58047             : codecs_toplevel_consts_16_consts_5_consts = {
   58048             :     ._object = {
   58049             :         .ob_base = {
   58050             :             .ob_base = {
   58051             :                 .ob_refcnt = 999999999,
   58052             :                 .ob_type = &PyTuple_Type,
   58053             :             },
   58054             :             .ob_size = 1,
   58055             :         },
   58056             :         .ob_item = {
   58057             :             & codecs_toplevel_consts_16_consts_5_consts_0._ascii.ob_base,
   58058             :         },
   58059             :     },
   58060             : };
   58061             : static
   58062             :     struct {
   58063             :         PyASCIIObject _ascii;
   58064             :         uint8_t _data[26];
   58065             :     }
   58066             : codecs_toplevel_consts_16_consts_5_qualname = {
   58067             :     ._ascii = {
   58068             :         .ob_base = {
   58069             :             .ob_refcnt = 999999999,
   58070             :             .ob_type = &PyUnicode_Type,
   58071             :         },
   58072             :         .length = 25,
   58073             :         .hash = -1,
   58074             :         .state = {
   58075             :             .kind = 1,
   58076             :             .compact = 1,
   58077             :             .ascii = 1,
   58078             :         },
   58079             :     },
   58080             :     ._data = "IncrementalEncoder.encode",
   58081             : };
   58082             : static
   58083             :     struct {
   58084             :         PyObject_VAR_HEAD
   58085             :         Py_hash_t ob_shash;
   58086             :         char ob_sval[11];
   58087             :     }
   58088             : codecs_toplevel_consts_16_consts_5_linetable = {
   58089             :     .ob_base = {
   58090             :         .ob_base = {
   58091             :             .ob_refcnt = 999999999,
   58092             :             .ob_type = &PyBytes_Type,
   58093             :         },
   58094             :         .ob_size = 10,
   58095             :     },
   58096             :     .ob_shash = -1,
   58097             :     .ob_sval = "\x80\x00\xf5\x08\x00\x0f\x22\xd0\x08\x21",
   58098             : };
   58099             : static
   58100             :     struct {
   58101             :         PyASCIIObject _ascii;
   58102             :         uint8_t _data[6];
   58103             :     }
   58104             : const_str_final = {
   58105             :     ._ascii = {
   58106             :         .ob_base = {
   58107             :             .ob_refcnt = 999999999,
   58108             :             .ob_type = &PyUnicode_Type,
   58109             :         },
   58110             :         .length = 5,
   58111             :         .hash = -1,
   58112             :         .state = {
   58113             :             .kind = 1,
   58114             :             .compact = 1,
   58115             :             .ascii = 1,
   58116             :         },
   58117             :     },
   58118             :     ._data = "final",
   58119             : };
   58120             : static
   58121             :     struct {
   58122             :         PyGC_Head _gc_head;
   58123             :         struct {
   58124             :             PyObject_VAR_HEAD
   58125             :             PyObject *ob_item[3];
   58126             :         }_object;
   58127             :     }
   58128             : codecs_toplevel_consts_16_consts_5_localsplusnames = {
   58129             :     ._object = {
   58130             :         .ob_base = {
   58131             :             .ob_base = {
   58132             :                 .ob_refcnt = 999999999,
   58133             :                 .ob_type = &PyTuple_Type,
   58134             :             },
   58135             :             .ob_size = 3,
   58136             :         },
   58137             :         .ob_item = {
   58138             :             & const_str_self._ascii.ob_base,
   58139             :             & const_str_input._ascii.ob_base,
   58140             :             & const_str_final._ascii.ob_base,
   58141             :         },
   58142             :     },
   58143             : };
   58144             : static
   58145             :     struct _PyCode_DEF(16)
   58146             : codecs_toplevel_consts_16_consts_5 = {
   58147             :     .ob_base = {
   58148             :         .ob_base = {
   58149             :             .ob_refcnt = 999999999,
   58150             :             .ob_type = &PyCode_Type,
   58151             :         },
   58152             :         .ob_size = 8,
   58153             :     },
   58154             :     .co_consts = & codecs_toplevel_consts_16_consts_5_consts._object.ob_base.ob_base,
   58155             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   58156             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   58157             :     .co_flags = 3,
   58158             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   58159             :     ._co_linearray_entry_size = 0,
   58160             :     .co_argcount = 3,
   58161             :     .co_posonlyargcount = 0,
   58162             :     .co_kwonlyargcount = 0,
   58163             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   58164             :     .co_stacksize = 1,
   58165             :     .co_firstlineno = 197,
   58166             :     .co_nlocalsplus = 3,
   58167             :     .co_nlocals = 3,
   58168             :     .co_nplaincellvars = 0,
   58169             :     .co_ncellvars = 0,
   58170             :     .co_nfreevars = 0,
   58171             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_5_localsplusnames._object.ob_base.ob_base,
   58172             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   58173             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   58174             :     .co_name = &_Py_ID(encode),
   58175             :     .co_qualname = & codecs_toplevel_consts_16_consts_5_qualname._ascii.ob_base,
   58176             :     .co_linetable = & codecs_toplevel_consts_16_consts_5_linetable.ob_base.ob_base,
   58177             :     ._co_code = NULL,
   58178             :     ._co_linearray = NULL,
   58179             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   58180             :     ._co_firsttraceable = 0,
   58181             : };
   58182             : static
   58183             :     struct {
   58184             :         PyASCIIObject _ascii;
   58185             :         uint8_t _data[59];
   58186             :     }
   58187             : codecs_toplevel_consts_16_consts_6_consts_0 = {
   58188             :     ._ascii = {
   58189             :         .ob_base = {
   58190             :             .ob_refcnt = 999999999,
   58191             :             .ob_type = &PyUnicode_Type,
   58192             :         },
   58193             :         .length = 58,
   58194             :         .hash = -1,
   58195             :         .state = {
   58196             :             .kind = 1,
   58197             :             .compact = 1,
   58198             :             .ascii = 1,
   58199             :         },
   58200             :     },
   58201             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x73\x65\x74\x73\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x65\x72\x20\x74\x6f\x20\x74\x68\x65\x20\x69\x6e\x69\x74\x69\x61\x6c\x20\x73\x74\x61\x74\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   58202             : };
   58203             : static
   58204             :     struct {
   58205             :         PyGC_Head _gc_head;
   58206             :         struct {
   58207             :             PyObject_VAR_HEAD
   58208             :             PyObject *ob_item[2];
   58209             :         }_object;
   58210             :     }
   58211             : codecs_toplevel_consts_16_consts_6_consts = {
   58212             :     ._object = {
   58213             :         .ob_base = {
   58214             :             .ob_base = {
   58215             :                 .ob_refcnt = 999999999,
   58216             :                 .ob_type = &PyTuple_Type,
   58217             :             },
   58218             :             .ob_size = 2,
   58219             :         },
   58220             :         .ob_item = {
   58221             :             & codecs_toplevel_consts_16_consts_6_consts_0._ascii.ob_base,
   58222             :             Py_None,
   58223             :         },
   58224             :     },
   58225             : };
   58226             : static
   58227             :     struct {
   58228             :         PyASCIIObject _ascii;
   58229             :         uint8_t _data[25];
   58230             :     }
   58231             : codecs_toplevel_consts_16_consts_6_qualname = {
   58232             :     ._ascii = {
   58233             :         .ob_base = {
   58234             :             .ob_refcnt = 999999999,
   58235             :             .ob_type = &PyUnicode_Type,
   58236             :         },
   58237             :         .length = 24,
   58238             :         .hash = -1,
   58239             :         .state = {
   58240             :             .kind = 1,
   58241             :             .compact = 1,
   58242             :             .ascii = 1,
   58243             :         },
   58244             :     },
   58245             :     ._data = "IncrementalEncoder.reset",
   58246             : };
   58247             : static
   58248             :     struct _PyCode_DEF(6)
   58249             : codecs_toplevel_consts_16_consts_6 = {
   58250             :     .ob_base = {
   58251             :         .ob_base = {
   58252             :             .ob_refcnt = 999999999,
   58253             :             .ob_type = &PyCode_Type,
   58254             :         },
   58255             :         .ob_size = 3,
   58256             :     },
   58257             :     .co_consts = & codecs_toplevel_consts_16_consts_6_consts._object.ob_base.ob_base,
   58258             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   58259             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   58260             :     .co_flags = 3,
   58261             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   58262             :     ._co_linearray_entry_size = 0,
   58263             :     .co_argcount = 1,
   58264             :     .co_posonlyargcount = 0,
   58265             :     .co_kwonlyargcount = 0,
   58266             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   58267             :     .co_stacksize = 1,
   58268             :     .co_firstlineno = 203,
   58269             :     .co_nlocalsplus = 1,
   58270             :     .co_nlocals = 1,
   58271             :     .co_nplaincellvars = 0,
   58272             :     .co_ncellvars = 0,
   58273             :     .co_nfreevars = 0,
   58274             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   58275             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   58276             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   58277             :     .co_name = &_Py_ID(reset),
   58278             :     .co_qualname = & codecs_toplevel_consts_16_consts_6_qualname._ascii.ob_base,
   58279             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
   58280             :     ._co_code = NULL,
   58281             :     ._co_linearray = NULL,
   58282             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   58283             :     ._co_firsttraceable = 0,
   58284             : };
   58285             : static
   58286             :     struct {
   58287             :         PyASCIIObject _ascii;
   58288             :         uint8_t _data[59];
   58289             :     }
   58290             : codecs_toplevel_consts_16_consts_7_consts_0 = {
   58291             :     ._ascii = {
   58292             :         .ob_base = {
   58293             :             .ob_refcnt = 999999999,
   58294             :             .ob_type = &PyUnicode_Type,
   58295             :         },
   58296             :         .length = 58,
   58297             :         .hash = -1,
   58298             :         .state = {
   58299             :             .kind = 1,
   58300             :             .compact = 1,
   58301             :             .ascii = 1,
   58302             :         },
   58303             :     },
   58304             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x73\x74\x61\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x65\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   58305             : };
   58306             : static
   58307             :     struct {
   58308             :         PyGC_Head _gc_head;
   58309             :         struct {
   58310             :             PyObject_VAR_HEAD
   58311             :             PyObject *ob_item[2];
   58312             :         }_object;
   58313             :     }
   58314             : codecs_toplevel_consts_16_consts_7_consts = {
   58315             :     ._object = {
   58316             :         .ob_base = {
   58317             :             .ob_base = {
   58318             :                 .ob_refcnt = 999999999,
   58319             :                 .ob_type = &PyTuple_Type,
   58320             :             },
   58321             :             .ob_size = 2,
   58322             :         },
   58323             :         .ob_item = {
   58324             :             & codecs_toplevel_consts_16_consts_7_consts_0._ascii.ob_base,
   58325             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   58326             :         },
   58327             :     },
   58328             : };
   58329             : static
   58330             :     struct {
   58331             :         PyASCIIObject _ascii;
   58332             :         uint8_t _data[28];
   58333             :     }
   58334             : codecs_toplevel_consts_16_consts_7_qualname = {
   58335             :     ._ascii = {
   58336             :         .ob_base = {
   58337             :             .ob_refcnt = 999999999,
   58338             :             .ob_type = &PyUnicode_Type,
   58339             :         },
   58340             :         .length = 27,
   58341             :         .hash = -1,
   58342             :         .state = {
   58343             :             .kind = 1,
   58344             :             .compact = 1,
   58345             :             .ascii = 1,
   58346             :         },
   58347             :     },
   58348             :     ._data = "IncrementalEncoder.getstate",
   58349             : };
   58350             : static
   58351             :     struct {
   58352             :         PyObject_VAR_HEAD
   58353             :         Py_hash_t ob_shash;
   58354             :         char ob_sval[10];
   58355             :     }
   58356             : codecs_toplevel_consts_16_consts_7_linetable = {
   58357             :     .ob_base = {
   58358             :         .ob_base = {
   58359             :             .ob_refcnt = 999999999,
   58360             :             .ob_type = &PyBytes_Type,
   58361             :         },
   58362             :         .ob_size = 9,
   58363             :     },
   58364             :     .ob_shash = -1,
   58365             :     .ob_sval = "\x80\x00\xf0\x08\x00\x10\x11\x88\x71",
   58366             : };
   58367             : static
   58368             :     struct _PyCode_DEF(6)
   58369             : codecs_toplevel_consts_16_consts_7 = {
   58370             :     .ob_base = {
   58371             :         .ob_base = {
   58372             :             .ob_refcnt = 999999999,
   58373             :             .ob_type = &PyCode_Type,
   58374             :         },
   58375             :         .ob_size = 3,
   58376             :     },
   58377             :     .co_consts = & codecs_toplevel_consts_16_consts_7_consts._object.ob_base.ob_base,
   58378             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   58379             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   58380             :     .co_flags = 3,
   58381             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   58382             :     ._co_linearray_entry_size = 0,
   58383             :     .co_argcount = 1,
   58384             :     .co_posonlyargcount = 0,
   58385             :     .co_kwonlyargcount = 0,
   58386             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   58387             :     .co_stacksize = 1,
   58388             :     .co_firstlineno = 208,
   58389             :     .co_nlocalsplus = 1,
   58390             :     .co_nlocals = 1,
   58391             :     .co_nplaincellvars = 0,
   58392             :     .co_ncellvars = 0,
   58393             :     .co_nfreevars = 0,
   58394             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   58395             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   58396             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   58397             :     .co_name = &_Py_ID(getstate),
   58398             :     .co_qualname = & codecs_toplevel_consts_16_consts_7_qualname._ascii.ob_base,
   58399             :     .co_linetable = & codecs_toplevel_consts_16_consts_7_linetable.ob_base.ob_base,
   58400             :     ._co_code = NULL,
   58401             :     ._co_linearray = NULL,
   58402             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   58403             :     ._co_firsttraceable = 0,
   58404             : };
   58405             : static
   58406             :     struct {
   58407             :         PyASCIIObject _ascii;
   58408             :         uint8_t _data[109];
   58409             :     }
   58410             : codecs_toplevel_consts_16_consts_8_consts_0 = {
   58411             :     ._ascii = {
   58412             :         .ob_base = {
   58413             :             .ob_refcnt = 999999999,
   58414             :             .ob_type = &PyUnicode_Type,
   58415             :         },
   58416             :         .length = 108,
   58417             :         .hash = -1,
   58418             :         .state = {
   58419             :             .kind = 1,
   58420             :             .compact = 1,
   58421             :             .ascii = 1,
   58422             :         },
   58423             :     },
   58424             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x53\x65\x74\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x73\x74\x61\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x65\x72\x2e\x20\x73\x74\x61\x74\x65\x20\x6d\x75\x73\x74\x20\x68\x61\x76\x65\x20\x62\x65\x65\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x62\x79\x20\x67\x65\x74\x73\x74\x61\x74\x65\x28\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   58425             : };
   58426             : static
   58427             :     struct {
   58428             :         PyGC_Head _gc_head;
   58429             :         struct {
   58430             :             PyObject_VAR_HEAD
   58431             :             PyObject *ob_item[2];
   58432             :         }_object;
   58433             :     }
   58434             : codecs_toplevel_consts_16_consts_8_consts = {
   58435             :     ._object = {
   58436             :         .ob_base = {
   58437             :             .ob_base = {
   58438             :                 .ob_refcnt = 999999999,
   58439             :                 .ob_type = &PyTuple_Type,
   58440             :             },
   58441             :             .ob_size = 2,
   58442             :         },
   58443             :         .ob_item = {
   58444             :             & codecs_toplevel_consts_16_consts_8_consts_0._ascii.ob_base,
   58445             :             Py_None,
   58446             :         },
   58447             :     },
   58448             : };
   58449             : static
   58450             :     struct {
   58451             :         PyASCIIObject _ascii;
   58452             :         uint8_t _data[28];
   58453             :     }
   58454             : codecs_toplevel_consts_16_consts_8_qualname = {
   58455             :     ._ascii = {
   58456             :         .ob_base = {
   58457             :             .ob_refcnt = 999999999,
   58458             :             .ob_type = &PyUnicode_Type,
   58459             :         },
   58460             :         .length = 27,
   58461             :         .hash = -1,
   58462             :         .state = {
   58463             :             .kind = 1,
   58464             :             .compact = 1,
   58465             :             .ascii = 1,
   58466             :         },
   58467             :     },
   58468             :     ._data = "IncrementalEncoder.setstate",
   58469             : };
   58470             : static
   58471             :     struct {
   58472             :         PyGC_Head _gc_head;
   58473             :         struct {
   58474             :             PyObject_VAR_HEAD
   58475             :             PyObject *ob_item[2];
   58476             :         }_object;
   58477             :     }
   58478             : codecs_toplevel_consts_16_consts_8_localsplusnames = {
   58479             :     ._object = {
   58480             :         .ob_base = {
   58481             :             .ob_base = {
   58482             :                 .ob_refcnt = 999999999,
   58483             :                 .ob_type = &PyTuple_Type,
   58484             :             },
   58485             :             .ob_size = 2,
   58486             :         },
   58487             :         .ob_item = {
   58488             :             & const_str_self._ascii.ob_base,
   58489             :             & const_str_state._ascii.ob_base,
   58490             :         },
   58491             :     },
   58492             : };
   58493             : static
   58494             :     struct _PyCode_DEF(6)
   58495             : codecs_toplevel_consts_16_consts_8 = {
   58496             :     .ob_base = {
   58497             :         .ob_base = {
   58498             :             .ob_refcnt = 999999999,
   58499             :             .ob_type = &PyCode_Type,
   58500             :         },
   58501             :         .ob_size = 3,
   58502             :     },
   58503             :     .co_consts = & codecs_toplevel_consts_16_consts_8_consts._object.ob_base.ob_base,
   58504             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   58505             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   58506             :     .co_flags = 3,
   58507             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   58508             :     ._co_linearray_entry_size = 0,
   58509             :     .co_argcount = 2,
   58510             :     .co_posonlyargcount = 0,
   58511             :     .co_kwonlyargcount = 0,
   58512             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   58513             :     .co_stacksize = 1,
   58514             :     .co_firstlineno = 214,
   58515             :     .co_nlocalsplus = 2,
   58516             :     .co_nlocals = 2,
   58517             :     .co_nplaincellvars = 0,
   58518             :     .co_ncellvars = 0,
   58519             :     .co_nfreevars = 0,
   58520             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
   58521             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   58522             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   58523             :     .co_name = &_Py_ID(setstate),
   58524             :     .co_qualname = & codecs_toplevel_consts_16_consts_8_qualname._ascii.ob_base,
   58525             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
   58526             :     ._co_code = NULL,
   58527             :     ._co_linearray = NULL,
   58528             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   58529             :     ._co_firsttraceable = 0,
   58530             : };
   58531             : static
   58532             :     struct {
   58533             :         PyGC_Head _gc_head;
   58534             :         struct {
   58535             :             PyObject_VAR_HEAD
   58536             :             PyObject *ob_item[1];
   58537             :         }_object;
   58538             :     }
   58539             : codecs_toplevel_consts_16_consts_11 = {
   58540             :     ._object = {
   58541             :         .ob_base = {
   58542             :             .ob_base = {
   58543             :                 .ob_refcnt = 999999999,
   58544             :                 .ob_type = &PyTuple_Type,
   58545             :             },
   58546             :             .ob_size = 1,
   58547             :         },
   58548             :         .ob_item = {
   58549             :             Py_False,
   58550             :         },
   58551             :     },
   58552             : };
   58553             : static
   58554             :     struct {
   58555             :         PyGC_Head _gc_head;
   58556             :         struct {
   58557             :             PyObject_VAR_HEAD
   58558             :             PyObject *ob_item[12];
   58559             :         }_object;
   58560             :     }
   58561             : codecs_toplevel_consts_16_consts = {
   58562             :     ._object = {
   58563             :         .ob_base = {
   58564             :             .ob_base = {
   58565             :                 .ob_refcnt = 999999999,
   58566             :                 .ob_type = &PyTuple_Type,
   58567             :             },
   58568             :             .ob_size = 12,
   58569             :         },
   58570             :         .ob_item = {
   58571             :             & const_str_IncrementalEncoder._ascii.ob_base,
   58572             :             & codecs_toplevel_consts_16_consts_1._ascii.ob_base,
   58573             :             &_Py_ID(strict),
   58574             :             & codecs_toplevel_consts_16_consts_3.ob_base.ob_base,
   58575             :             Py_False,
   58576             :             & codecs_toplevel_consts_16_consts_5.ob_base.ob_base,
   58577             :             & codecs_toplevel_consts_16_consts_6.ob_base.ob_base,
   58578             :             & codecs_toplevel_consts_16_consts_7.ob_base.ob_base,
   58579             :             & codecs_toplevel_consts_16_consts_8.ob_base.ob_base,
   58580             :             Py_None,
   58581             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   58582             :             & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
   58583             :         },
   58584             :     },
   58585             : };
   58586             : static
   58587             :     struct {
   58588             :         PyGC_Head _gc_head;
   58589             :         struct {
   58590             :             PyObject_VAR_HEAD
   58591             :             PyObject *ob_item[9];
   58592             :         }_object;
   58593             :     }
   58594             : codecs_toplevel_consts_16_names = {
   58595             :     ._object = {
   58596             :         .ob_base = {
   58597             :             .ob_base = {
   58598             :                 .ob_refcnt = 999999999,
   58599             :                 .ob_type = &PyTuple_Type,
   58600             :             },
   58601             :             .ob_size = 9,
   58602             :         },
   58603             :         .ob_item = {
   58604             :             &_Py_ID(__name__),
   58605             :             &_Py_ID(__module__),
   58606             :             &_Py_ID(__qualname__),
   58607             :             &_Py_ID(__doc__),
   58608             :             &_Py_ID(__init__),
   58609             :             &_Py_ID(encode),
   58610             :             &_Py_ID(reset),
   58611             :             &_Py_ID(getstate),
   58612             :             &_Py_ID(setstate),
   58613             :         },
   58614             :     },
   58615             : };
   58616             : static
   58617             :     struct {
   58618             :         PyObject_VAR_HEAD
   58619             :         Py_hash_t ob_shash;
   58620             :         char ob_sval[116];
   58621             :     }
   58622             : codecs_toplevel_consts_16_linetable = {
   58623             :     .ob_base = {
   58624             :         .ob_base = {
   58625             :             .ob_refcnt = 999999999,
   58626             :             .ob_type = &PyBytes_Type,
   58627             :         },
   58628             :         .ob_size = 115,
   58629             :     },
   58630             :     .ob_shash = -1,
   58631             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x00\x1f\x27\xf0\x00\x09\x05\x19\xf0\x00\x09\x05\x19\xf0\x00\x09\x05\x19\xf0\x16\x00\x23\x28\xf0\x00\x04\x05\x22\xf0\x00\x04\x05\x22\xf0\x00\x04\x05\x22\xf0\x0c\x03\x05\x0c\xf0\x00\x03\x05\x0c\xf0\x00\x03\x05\x0c\xf0\x0a\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x0c\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x00\x04\x05\x0c",
   58632             : };
   58633             : static
   58634             :     struct _PyCode_DEF(52)
   58635             : codecs_toplevel_consts_16 = {
   58636             :     .ob_base = {
   58637             :         .ob_base = {
   58638             :             .ob_refcnt = 999999999,
   58639             :             .ob_type = &PyCode_Type,
   58640             :         },
   58641             :         .ob_size = 26,
   58642             :     },
   58643             :     .co_consts = & codecs_toplevel_consts_16_consts._object.ob_base.ob_base,
   58644             :     .co_names = & codecs_toplevel_consts_16_names._object.ob_base.ob_base,
   58645             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   58646             :     .co_flags = 0,
   58647             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   58648             :     ._co_linearray_entry_size = 0,
   58649             :     .co_argcount = 0,
   58650             :     .co_posonlyargcount = 0,
   58651             :     .co_kwonlyargcount = 0,
   58652             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   58653             :     .co_stacksize = 2,
   58654             :     .co_firstlineno = 180,
   58655             :     .co_nlocalsplus = 0,
   58656             :     .co_nlocals = 0,
   58657             :     .co_nplaincellvars = 0,
   58658             :     .co_ncellvars = 0,
   58659             :     .co_nfreevars = 0,
   58660             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   58661             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   58662             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   58663             :     .co_name = & const_str_IncrementalEncoder._ascii.ob_base,
   58664             :     .co_qualname = & const_str_IncrementalEncoder._ascii.ob_base,
   58665             :     .co_linetable = & codecs_toplevel_consts_16_linetable.ob_base.ob_base,
   58666             :     ._co_code = NULL,
   58667             :     ._co_linearray = NULL,
   58668             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x0a\x64\x03\x84\x01\x5a\x04\x64\x0b\x64\x05\x84\x01\x5a\x05\x64\x06\x84\x00\x5a\x06\x64\x07\x84\x00\x5a\x07\x64\x08\x84\x00\x5a\x08\x64\x09\x53\x00",
   58669             :     ._co_firsttraceable = 0,
   58670             : };
   58671             : static
   58672             :     struct {
   58673             :         PyASCIIObject _ascii;
   58674             :         uint8_t _data[27];
   58675             :     }
   58676             : const_str_BufferedIncrementalEncoder = {
   58677             :     ._ascii = {
   58678             :         .ob_base = {
   58679             :             .ob_refcnt = 999999999,
   58680             :             .ob_type = &PyUnicode_Type,
   58681             :         },
   58682             :         .length = 26,
   58683             :         .hash = -1,
   58684             :         .state = {
   58685             :             .kind = 1,
   58686             :             .compact = 1,
   58687             :             .ascii = 1,
   58688             :         },
   58689             :     },
   58690             :     ._data = "BufferedIncrementalEncoder",
   58691             : };
   58692             : static
   58693             :     struct {
   58694             :         PyASCIIObject _ascii;
   58695             :         uint8_t _data[193];
   58696             :     }
   58697             : codecs_toplevel_consts_18_consts_1 = {
   58698             :     ._ascii = {
   58699             :         .ob_base = {
   58700             :             .ob_refcnt = 999999999,
   58701             :             .ob_type = &PyUnicode_Type,
   58702             :         },
   58703             :         .length = 192,
   58704             :         .hash = -1,
   58705             :         .state = {
   58706             :             .kind = 1,
   58707             :             .compact = 1,
   58708             :             .ascii = 1,
   58709             :         },
   58710             :     },
   58711             :     ._data = "\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x20\x6f\x66\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x45\x6e\x63\x6f\x64\x65\x72\x20\x63\x61\x6e\x20\x62\x65\x20\x75\x73\x65\x64\x20\x61\x73\x20\x74\x68\x65\x20\x62\x61\x73\x65\x63\x6c\x61\x73\x73\x20\x66\x6f\x72\x20\x61\x6e\x0a\x20\x20\x20\x20\x69\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x20\x65\x6e\x63\x6f\x64\x65\x72\x20\x69\x66\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x65\x72\x20\x6d\x75\x73\x74\x20\x6b\x65\x65\x70\x20\x73\x6f\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6f\x75\x74\x70\x75\x74\x20\x69\x6e\x20\x61\x0a\x20\x20\x20\x20\x62\x75\x66\x66\x65\x72\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x63\x61\x6c\x6c\x73\x20\x74\x6f\x20\x65\x6e\x63\x6f\x64\x65\x28\x29\x2e\x0a\x20\x20\x20\x20",
   58712             : };
   58713             : static
   58714             :     struct {
   58715             :         PyGC_Head _gc_head;
   58716             :         struct {
   58717             :             PyObject_VAR_HEAD
   58718             :             PyObject *ob_item[3];
   58719             :         }_object;
   58720             :     }
   58721             : codecs_toplevel_consts_18_consts_3_names = {
   58722             :     ._object = {
   58723             :         .ob_base = {
   58724             :             .ob_base = {
   58725             :                 .ob_refcnt = 999999999,
   58726             :                 .ob_type = &PyTuple_Type,
   58727             :             },
   58728             :             .ob_size = 3,
   58729             :         },
   58730             :         .ob_item = {
   58731             :             & const_str_IncrementalEncoder._ascii.ob_base,
   58732             :             &_Py_ID(__init__),
   58733             :             &_Py_ID(buffer),
   58734             :         },
   58735             :     },
   58736             : };
   58737             : static
   58738             :     struct {
   58739             :         PyASCIIObject _ascii;
   58740             :         uint8_t _data[36];
   58741             :     }
   58742             : codecs_toplevel_consts_18_consts_3_qualname = {
   58743             :     ._ascii = {
   58744             :         .ob_base = {
   58745             :             .ob_refcnt = 999999999,
   58746             :             .ob_type = &PyUnicode_Type,
   58747             :         },
   58748             :         .length = 35,
   58749             :         .hash = -1,
   58750             :         .state = {
   58751             :             .kind = 1,
   58752             :             .compact = 1,
   58753             :             .ascii = 1,
   58754             :         },
   58755             :     },
   58756             :     ._data = "BufferedIncrementalEncoder.__init__",
   58757             : };
   58758             : static
   58759             :     struct {
   58760             :         PyObject_VAR_HEAD
   58761             :         Py_hash_t ob_shash;
   58762             :         char ob_sval[33];
   58763             :     }
   58764             : codecs_toplevel_consts_18_consts_3_linetable = {
   58765             :     .ob_base = {
   58766             :         .ob_base = {
   58767             :             .ob_refcnt = 999999999,
   58768             :             .ob_type = &PyBytes_Type,
   58769             :         },
   58770             :         .ob_size = 32,
   58771             :     },
   58772             :     .ob_shash = -1,
   58773             :     .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x26\xd4\x08\x31\xd0\x08\x31\xe0\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   58774             : };
   58775             : static
   58776             :     struct _PyCode_DEF(68)
   58777             : codecs_toplevel_consts_18_consts_3 = {
   58778             :     .ob_base = {
   58779             :         .ob_base = {
   58780             :             .ob_refcnt = 999999999,
   58781             :             .ob_type = &PyCode_Type,
   58782             :         },
   58783             :         .ob_size = 34,
   58784             :     },
   58785             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
   58786             :     .co_names = & codecs_toplevel_consts_18_consts_3_names._object.ob_base.ob_base,
   58787             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   58788             :     .co_flags = 3,
   58789             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   58790             :     ._co_linearray_entry_size = 0,
   58791             :     .co_argcount = 2,
   58792             :     .co_posonlyargcount = 0,
   58793             :     .co_kwonlyargcount = 0,
   58794             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   58795             :     .co_stacksize = 4,
   58796             :     .co_firstlineno = 226,
   58797             :     .co_nlocalsplus = 2,
   58798             :     .co_nlocals = 2,
   58799             :     .co_nplaincellvars = 0,
   58800             :     .co_ncellvars = 0,
   58801             :     .co_nfreevars = 0,
   58802             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
   58803             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   58804             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   58805             :     .co_name = &_Py_ID(__init__),
   58806             :     .co_qualname = & codecs_toplevel_consts_18_consts_3_qualname._ascii.ob_base,
   58807             :     .co_linetable = & codecs_toplevel_consts_18_consts_3_linetable.ob_base.ob_base,
   58808             :     ._co_code = NULL,
   58809             :     ._co_linearray = NULL,
   58810             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   58811             :     ._co_firsttraceable = 0,
   58812             : };
   58813             : static
   58814             :     struct {
   58815             :         PyASCIIObject _ascii;
   58816             :         uint8_t _data[15];
   58817             :     }
   58818             : const_str__buffer_encode = {
   58819             :     ._ascii = {
   58820             :         .ob_base = {
   58821             :             .ob_refcnt = 999999999,
   58822             :             .ob_type = &PyUnicode_Type,
   58823             :         },
   58824             :         .length = 14,
   58825             :         .hash = -1,
   58826             :         .state = {
   58827             :             .kind = 1,
   58828             :             .compact = 1,
   58829             :             .ascii = 1,
   58830             :         },
   58831             :     },
   58832             :     ._data = "_buffer_encode",
   58833             : };
   58834             : static
   58835             :     struct {
   58836             :         PyASCIIObject _ascii;
   58837             :         uint8_t _data[42];
   58838             :     }
   58839             : codecs_toplevel_consts_18_consts_4_qualname = {
   58840             :     ._ascii = {
   58841             :         .ob_base = {
   58842             :             .ob_refcnt = 999999999,
   58843             :             .ob_type = &PyUnicode_Type,
   58844             :         },
   58845             :         .length = 41,
   58846             :         .hash = -1,
   58847             :         .state = {
   58848             :             .kind = 1,
   58849             :             .compact = 1,
   58850             :             .ascii = 1,
   58851             :         },
   58852             :     },
   58853             :     ._data = "BufferedIncrementalEncoder._buffer_encode",
   58854             : };
   58855             : static
   58856             :     struct {
   58857             :         PyObject_VAR_HEAD
   58858             :         Py_hash_t ob_shash;
   58859             :         char ob_sval[11];
   58860             :     }
   58861             : codecs_toplevel_consts_18_consts_4_linetable = {
   58862             :     .ob_base = {
   58863             :         .ob_base = {
   58864             :             .ob_refcnt = 999999999,
   58865             :             .ob_type = &PyBytes_Type,
   58866             :         },
   58867             :         .ob_size = 10,
   58868             :     },
   58869             :     .ob_shash = -1,
   58870             :     .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x22\xd0\x08\x21",
   58871             : };
   58872             : static
   58873             :     struct {
   58874             :         PyGC_Head _gc_head;
   58875             :         struct {
   58876             :             PyObject_VAR_HEAD
   58877             :             PyObject *ob_item[4];
   58878             :         }_object;
   58879             :     }
   58880             : codecs_toplevel_consts_18_consts_4_localsplusnames = {
   58881             :     ._object = {
   58882             :         .ob_base = {
   58883             :             .ob_base = {
   58884             :                 .ob_refcnt = 999999999,
   58885             :                 .ob_type = &PyTuple_Type,
   58886             :             },
   58887             :             .ob_size = 4,
   58888             :         },
   58889             :         .ob_item = {
   58890             :             & const_str_self._ascii.ob_base,
   58891             :             & const_str_input._ascii.ob_base,
   58892             :             &_Py_ID(errors),
   58893             :             & const_str_final._ascii.ob_base,
   58894             :         },
   58895             :     },
   58896             : };
   58897             : static
   58898             :     struct _PyCode_DEF(16)
   58899             : codecs_toplevel_consts_18_consts_4 = {
   58900             :     .ob_base = {
   58901             :         .ob_base = {
   58902             :             .ob_refcnt = 999999999,
   58903             :             .ob_type = &PyCode_Type,
   58904             :         },
   58905             :         .ob_size = 8,
   58906             :     },
   58907             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   58908             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   58909             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   58910             :     .co_flags = 3,
   58911             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   58912             :     ._co_linearray_entry_size = 0,
   58913             :     .co_argcount = 4,
   58914             :     .co_posonlyargcount = 0,
   58915             :     .co_kwonlyargcount = 0,
   58916             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   58917             :     .co_stacksize = 1,
   58918             :     .co_firstlineno = 231,
   58919             :     .co_nlocalsplus = 4,
   58920             :     .co_nlocals = 4,
   58921             :     .co_nplaincellvars = 0,
   58922             :     .co_ncellvars = 0,
   58923             :     .co_nfreevars = 0,
   58924             :     .co_localsplusnames = & codecs_toplevel_consts_18_consts_4_localsplusnames._object.ob_base.ob_base,
   58925             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   58926             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   58927             :     .co_name = & const_str__buffer_encode._ascii.ob_base,
   58928             :     .co_qualname = & codecs_toplevel_consts_18_consts_4_qualname._ascii.ob_base,
   58929             :     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
   58930             :     ._co_code = NULL,
   58931             :     ._co_linearray = NULL,
   58932             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   58933             :     ._co_firsttraceable = 0,
   58934             : };
   58935             : static
   58936             :     struct {
   58937             :         PyGC_Head _gc_head;
   58938             :         struct {
   58939             :             PyObject_VAR_HEAD
   58940             :             PyObject *ob_item[3];
   58941             :         }_object;
   58942             :     }
   58943             : codecs_toplevel_consts_18_consts_6_names = {
   58944             :     ._object = {
   58945             :         .ob_base = {
   58946             :             .ob_base = {
   58947             :                 .ob_refcnt = 999999999,
   58948             :                 .ob_type = &PyTuple_Type,
   58949             :             },
   58950             :             .ob_size = 3,
   58951             :         },
   58952             :         .ob_item = {
   58953             :             &_Py_ID(buffer),
   58954             :             & const_str__buffer_encode._ascii.ob_base,
   58955             :             &_Py_ID(errors),
   58956             :         },
   58957             :     },
   58958             : };
   58959             : static
   58960             :     struct {
   58961             :         PyASCIIObject _ascii;
   58962             :         uint8_t _data[34];
   58963             :     }
   58964             : codecs_toplevel_consts_18_consts_6_qualname = {
   58965             :     ._ascii = {
   58966             :         .ob_base = {
   58967             :             .ob_refcnt = 999999999,
   58968             :             .ob_type = &PyUnicode_Type,
   58969             :         },
   58970             :         .length = 33,
   58971             :         .hash = -1,
   58972             :         .state = {
   58973             :             .kind = 1,
   58974             :             .compact = 1,
   58975             :             .ascii = 1,
   58976             :         },
   58977             :     },
   58978             :     ._data = "BufferedIncrementalEncoder.encode",
   58979             : };
   58980             : static
   58981             :     struct {
   58982             :         PyObject_VAR_HEAD
   58983             :         Py_hash_t ob_shash;
   58984             :         char ob_sval[64];
   58985             :     }
   58986             : codecs_toplevel_consts_18_consts_6_linetable = {
   58987             :     .ob_base = {
   58988             :         .ob_base = {
   58989             :             .ob_refcnt = 999999999,
   58990             :             .ob_type = &PyBytes_Type,
   58991             :         },
   58992             :         .ob_size = 63,
   58993             :     },
   58994             :     .ob_shash = -1,
   58995             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\x98\x55\xd1\x0f\x22\x88\x04\xd8\x1d\x21\xd7\x1d\x30\xd1\x1d\x30\xb0\x14\xb0\x74\xb7\x7b\xb1\x7b\xc0\x45\xd4\x1d\x4a\xd1\x08\x1a\x88\x16\x90\x18\xe0\x16\x1a\x98\x38\x90\x6f\x90\x6f\x88\x04\x8c\x0b\xd8\x0f\x15\x88\x0d",
   58996             : };
   58997             : static
   58998             :     struct {
   58999             :         PyASCIIObject _ascii;
   59000             :         uint8_t _data[7];
   59001             :     }
   59002             : const_str_result = {
   59003             :     ._ascii = {
   59004             :         .ob_base = {
   59005             :             .ob_refcnt = 999999999,
   59006             :             .ob_type = &PyUnicode_Type,
   59007             :         },
   59008             :         .length = 6,
   59009             :         .hash = -1,
   59010             :         .state = {
   59011             :             .kind = 1,
   59012             :             .compact = 1,
   59013             :             .ascii = 1,
   59014             :         },
   59015             :     },
   59016             :     ._data = "result",
   59017             : };
   59018             : static
   59019             :     struct {
   59020             :         PyASCIIObject _ascii;
   59021             :         uint8_t _data[9];
   59022             :     }
   59023             : const_str_consumed = {
   59024             :     ._ascii = {
   59025             :         .ob_base = {
   59026             :             .ob_refcnt = 999999999,
   59027             :             .ob_type = &PyUnicode_Type,
   59028             :         },
   59029             :         .length = 8,
   59030             :         .hash = -1,
   59031             :         .state = {
   59032             :             .kind = 1,
   59033             :             .compact = 1,
   59034             :             .ascii = 1,
   59035             :         },
   59036             :     },
   59037             :     ._data = "consumed",
   59038             : };
   59039             : static
   59040             :     struct {
   59041             :         PyGC_Head _gc_head;
   59042             :         struct {
   59043             :             PyObject_VAR_HEAD
   59044             :             PyObject *ob_item[6];
   59045             :         }_object;
   59046             :     }
   59047             : codecs_toplevel_consts_18_consts_6_localsplusnames = {
   59048             :     ._object = {
   59049             :         .ob_base = {
   59050             :             .ob_base = {
   59051             :                 .ob_refcnt = 999999999,
   59052             :                 .ob_type = &PyTuple_Type,
   59053             :             },
   59054             :             .ob_size = 6,
   59055             :         },
   59056             :         .ob_item = {
   59057             :             & const_str_self._ascii.ob_base,
   59058             :             & const_str_input._ascii.ob_base,
   59059             :             & const_str_final._ascii.ob_base,
   59060             :             & const_str_data._ascii.ob_base,
   59061             :             & const_str_result._ascii.ob_base,
   59062             :             & const_str_consumed._ascii.ob_base,
   59063             :         },
   59064             :     },
   59065             : };
   59066             : static
   59067             :     struct _PyCode_DEF(122)
   59068             : codecs_toplevel_consts_18_consts_6 = {
   59069             :     .ob_base = {
   59070             :         .ob_base = {
   59071             :             .ob_refcnt = 999999999,
   59072             :             .ob_type = &PyCode_Type,
   59073             :         },
   59074             :         .ob_size = 61,
   59075             :     },
   59076             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   59077             :     .co_names = & codecs_toplevel_consts_18_consts_6_names._object.ob_base.ob_base,
   59078             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59079             :     .co_flags = 3,
   59080             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59081             :     ._co_linearray_entry_size = 0,
   59082             :     .co_argcount = 3,
   59083             :     .co_posonlyargcount = 0,
   59084             :     .co_kwonlyargcount = 0,
   59085             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   59086             :     .co_stacksize = 5,
   59087             :     .co_firstlineno = 236,
   59088             :     .co_nlocalsplus = 6,
   59089             :     .co_nlocals = 6,
   59090             :     .co_nplaincellvars = 0,
   59091             :     .co_ncellvars = 0,
   59092             :     .co_nfreevars = 0,
   59093             :     .co_localsplusnames = & codecs_toplevel_consts_18_consts_6_localsplusnames._object.ob_base.ob_base,
   59094             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   59095             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   59096             :     .co_name = &_Py_ID(encode),
   59097             :     .co_qualname = & codecs_toplevel_consts_18_consts_6_qualname._ascii.ob_base,
   59098             :     .co_linetable = & codecs_toplevel_consts_18_consts_6_linetable.ob_base.ob_base,
   59099             :     ._co_code = NULL,
   59100             :     ._co_linearray = NULL,
   59101             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7a\x00\x00\x00\x7d\x03\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x03\x7c\x05\x64\x00\x1a\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x53\x00",
   59102             :     ._co_firsttraceable = 0,
   59103             : };
   59104             : static
   59105             :     struct {
   59106             :         PyGC_Head _gc_head;
   59107             :         struct {
   59108             :             PyObject_VAR_HEAD
   59109             :             PyObject *ob_item[3];
   59110             :         }_object;
   59111             :     }
   59112             : codecs_toplevel_consts_18_consts_7_names = {
   59113             :     ._object = {
   59114             :         .ob_base = {
   59115             :             .ob_base = {
   59116             :                 .ob_refcnt = 999999999,
   59117             :                 .ob_type = &PyTuple_Type,
   59118             :             },
   59119             :             .ob_size = 3,
   59120             :         },
   59121             :         .ob_item = {
   59122             :             & const_str_IncrementalEncoder._ascii.ob_base,
   59123             :             &_Py_ID(reset),
   59124             :             &_Py_ID(buffer),
   59125             :         },
   59126             :     },
   59127             : };
   59128             : static
   59129             :     struct {
   59130             :         PyASCIIObject _ascii;
   59131             :         uint8_t _data[33];
   59132             :     }
   59133             : codecs_toplevel_consts_18_consts_7_qualname = {
   59134             :     ._ascii = {
   59135             :         .ob_base = {
   59136             :             .ob_refcnt = 999999999,
   59137             :             .ob_type = &PyUnicode_Type,
   59138             :         },
   59139             :         .length = 32,
   59140             :         .hash = -1,
   59141             :         .state = {
   59142             :             .kind = 1,
   59143             :             .compact = 1,
   59144             :             .ascii = 1,
   59145             :         },
   59146             :     },
   59147             :     ._data = "BufferedIncrementalEncoder.reset",
   59148             : };
   59149             : static
   59150             :     struct {
   59151             :         PyObject_VAR_HEAD
   59152             :         Py_hash_t ob_shash;
   59153             :         char ob_sval[31];
   59154             :     }
   59155             : codecs_toplevel_consts_18_consts_7_linetable = {
   59156             :     .ob_base = {
   59157             :         .ob_base = {
   59158             :             .ob_refcnt = 999999999,
   59159             :             .ob_type = &PyBytes_Type,
   59160             :         },
   59161             :         .ob_size = 30,
   59162             :     },
   59163             :     .ob_shash = -1,
   59164             :     .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x20\xd1\x08\x20\xa0\x14\xd4\x08\x26\xd0\x08\x26\xd8\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   59165             : };
   59166             : static
   59167             :     struct _PyCode_DEF(66)
   59168             : codecs_toplevel_consts_18_consts_7 = {
   59169             :     .ob_base = {
   59170             :         .ob_base = {
   59171             :             .ob_refcnt = 999999999,
   59172             :             .ob_type = &PyCode_Type,
   59173             :         },
   59174             :         .ob_size = 33,
   59175             :     },
   59176             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
   59177             :     .co_names = & codecs_toplevel_consts_18_consts_7_names._object.ob_base.ob_base,
   59178             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59179             :     .co_flags = 3,
   59180             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59181             :     ._co_linearray_entry_size = 0,
   59182             :     .co_argcount = 1,
   59183             :     .co_posonlyargcount = 0,
   59184             :     .co_kwonlyargcount = 0,
   59185             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   59186             :     .co_stacksize = 3,
   59187             :     .co_firstlineno = 244,
   59188             :     .co_nlocalsplus = 1,
   59189             :     .co_nlocals = 1,
   59190             :     .co_nplaincellvars = 0,
   59191             :     .co_ncellvars = 0,
   59192             :     .co_nfreevars = 0,
   59193             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   59194             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   59195             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   59196             :     .co_name = &_Py_ID(reset),
   59197             :     .co_qualname = & codecs_toplevel_consts_18_consts_7_qualname._ascii.ob_base,
   59198             :     .co_linetable = & codecs_toplevel_consts_18_consts_7_linetable.ob_base.ob_base,
   59199             :     ._co_code = NULL,
   59200             :     ._co_linearray = NULL,
   59201             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   59202             :     ._co_firsttraceable = 0,
   59203             : };
   59204             : static
   59205             :     struct {
   59206             :         PyGC_Head _gc_head;
   59207             :         struct {
   59208             :             PyObject_VAR_HEAD
   59209             :             PyObject *ob_item[1];
   59210             :         }_object;
   59211             :     }
   59212             : codecs_toplevel_consts_18_consts_8_names = {
   59213             :     ._object = {
   59214             :         .ob_base = {
   59215             :             .ob_base = {
   59216             :                 .ob_refcnt = 999999999,
   59217             :                 .ob_type = &PyTuple_Type,
   59218             :             },
   59219             :             .ob_size = 1,
   59220             :         },
   59221             :         .ob_item = {
   59222             :             &_Py_ID(buffer),
   59223             :         },
   59224             :     },
   59225             : };
   59226             : static
   59227             :     struct {
   59228             :         PyASCIIObject _ascii;
   59229             :         uint8_t _data[36];
   59230             :     }
   59231             : codecs_toplevel_consts_18_consts_8_qualname = {
   59232             :     ._ascii = {
   59233             :         .ob_base = {
   59234             :             .ob_refcnt = 999999999,
   59235             :             .ob_type = &PyUnicode_Type,
   59236             :         },
   59237             :         .length = 35,
   59238             :         .hash = -1,
   59239             :         .state = {
   59240             :             .kind = 1,
   59241             :             .compact = 1,
   59242             :             .ascii = 1,
   59243             :         },
   59244             :     },
   59245             :     ._data = "BufferedIncrementalEncoder.getstate",
   59246             : };
   59247             : static
   59248             :     struct {
   59249             :         PyObject_VAR_HEAD
   59250             :         Py_hash_t ob_shash;
   59251             :         char ob_sval[18];
   59252             :     }
   59253             : codecs_toplevel_consts_18_consts_8_linetable = {
   59254             :     .ob_base = {
   59255             :         .ob_base = {
   59256             :             .ob_refcnt = 999999999,
   59257             :             .ob_type = &PyBytes_Type,
   59258             :         },
   59259             :         .ob_size = 17,
   59260             :     },
   59261             :     .ob_shash = -1,
   59262             :     .ob_sval = "\x80\x00\xd8\x0f\x13\x8f\x7b\x89\x7b\xd0\x0f\x1f\x98\x61\xd0\x08\x1f",
   59263             : };
   59264             : static
   59265             :     struct _PyCode_DEF(30)
   59266             : codecs_toplevel_consts_18_consts_8 = {
   59267             :     .ob_base = {
   59268             :         .ob_base = {
   59269             :             .ob_refcnt = 999999999,
   59270             :             .ob_type = &PyCode_Type,
   59271             :         },
   59272             :         .ob_size = 15,
   59273             :     },
   59274             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   59275             :     .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
   59276             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59277             :     .co_flags = 3,
   59278             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59279             :     ._co_linearray_entry_size = 0,
   59280             :     .co_argcount = 1,
   59281             :     .co_posonlyargcount = 0,
   59282             :     .co_kwonlyargcount = 0,
   59283             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   59284             :     .co_stacksize = 1,
   59285             :     .co_firstlineno = 248,
   59286             :     .co_nlocalsplus = 1,
   59287             :     .co_nlocals = 1,
   59288             :     .co_nplaincellvars = 0,
   59289             :     .co_ncellvars = 0,
   59290             :     .co_nfreevars = 0,
   59291             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   59292             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   59293             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   59294             :     .co_name = &_Py_ID(getstate),
   59295             :     .co_qualname = & codecs_toplevel_consts_18_consts_8_qualname._ascii.ob_base,
   59296             :     .co_linetable = & codecs_toplevel_consts_18_consts_8_linetable.ob_base.ob_base,
   59297             :     ._co_code = NULL,
   59298             :     ._co_linearray = NULL,
   59299             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x01\x53\x00",
   59300             :     ._co_firsttraceable = 0,
   59301             : };
   59302             : static
   59303             :     struct {
   59304             :         PyASCIIObject _ascii;
   59305             :         uint8_t _data[36];
   59306             :     }
   59307             : codecs_toplevel_consts_18_consts_9_qualname = {
   59308             :     ._ascii = {
   59309             :         .ob_base = {
   59310             :             .ob_refcnt = 999999999,
   59311             :             .ob_type = &PyUnicode_Type,
   59312             :         },
   59313             :         .length = 35,
   59314             :         .hash = -1,
   59315             :         .state = {
   59316             :             .kind = 1,
   59317             :             .compact = 1,
   59318             :             .ascii = 1,
   59319             :         },
   59320             :     },
   59321             :     ._data = "BufferedIncrementalEncoder.setstate",
   59322             : };
   59323             : static
   59324             :     struct {
   59325             :         PyObject_VAR_HEAD
   59326             :         Py_hash_t ob_shash;
   59327             :         char ob_sval[18];
   59328             :     }
   59329             : codecs_toplevel_consts_18_consts_9_linetable = {
   59330             :     .ob_base = {
   59331             :         .ob_base = {
   59332             :             .ob_refcnt = 999999999,
   59333             :             .ob_type = &PyBytes_Type,
   59334             :         },
   59335             :         .ob_size = 17,
   59336             :     },
   59337             :     .ob_shash = -1,
   59338             :     .ob_sval = "\x80\x00\xd8\x16\x1b\x90\x6b\x98\x72\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   59339             : };
   59340             : static
   59341             :     struct _PyCode_DEF(24)
   59342             : codecs_toplevel_consts_18_consts_9 = {
   59343             :     .ob_base = {
   59344             :         .ob_base = {
   59345             :             .ob_refcnt = 999999999,
   59346             :             .ob_type = &PyCode_Type,
   59347             :         },
   59348             :         .ob_size = 12,
   59349             :     },
   59350             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
   59351             :     .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
   59352             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59353             :     .co_flags = 3,
   59354             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59355             :     ._co_linearray_entry_size = 0,
   59356             :     .co_argcount = 2,
   59357             :     .co_posonlyargcount = 0,
   59358             :     .co_kwonlyargcount = 0,
   59359             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   59360             :     .co_stacksize = 2,
   59361             :     .co_firstlineno = 251,
   59362             :     .co_nlocalsplus = 2,
   59363             :     .co_nlocals = 2,
   59364             :     .co_nplaincellvars = 0,
   59365             :     .co_ncellvars = 0,
   59366             :     .co_nfreevars = 0,
   59367             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
   59368             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   59369             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   59370             :     .co_name = &_Py_ID(setstate),
   59371             :     .co_qualname = & codecs_toplevel_consts_18_consts_9_qualname._ascii.ob_base,
   59372             :     .co_linetable = & codecs_toplevel_consts_18_consts_9_linetable.ob_base.ob_base,
   59373             :     ._co_code = NULL,
   59374             :     ._co_linearray = NULL,
   59375             :     .co_code_adaptive = "\x97\x00\x7c\x01\x70\x01\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   59376             :     ._co_firsttraceable = 0,
   59377             : };
   59378             : static
   59379             :     struct {
   59380             :         PyGC_Head _gc_head;
   59381             :         struct {
   59382             :             PyObject_VAR_HEAD
   59383             :             PyObject *ob_item[13];
   59384             :         }_object;
   59385             :     }
   59386             : codecs_toplevel_consts_18_consts = {
   59387             :     ._object = {
   59388             :         .ob_base = {
   59389             :             .ob_base = {
   59390             :                 .ob_refcnt = 999999999,
   59391             :                 .ob_type = &PyTuple_Type,
   59392             :             },
   59393             :             .ob_size = 13,
   59394             :         },
   59395             :         .ob_item = {
   59396             :             & const_str_BufferedIncrementalEncoder._ascii.ob_base,
   59397             :             & codecs_toplevel_consts_18_consts_1._ascii.ob_base,
   59398             :             &_Py_ID(strict),
   59399             :             & codecs_toplevel_consts_18_consts_3.ob_base.ob_base,
   59400             :             & codecs_toplevel_consts_18_consts_4.ob_base.ob_base,
   59401             :             Py_False,
   59402             :             & codecs_toplevel_consts_18_consts_6.ob_base.ob_base,
   59403             :             & codecs_toplevel_consts_18_consts_7.ob_base.ob_base,
   59404             :             & codecs_toplevel_consts_18_consts_8.ob_base.ob_base,
   59405             :             & codecs_toplevel_consts_18_consts_9.ob_base.ob_base,
   59406             :             Py_None,
   59407             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   59408             :             & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
   59409             :         },
   59410             :     },
   59411             : };
   59412             : static
   59413             :     struct {
   59414             :         PyGC_Head _gc_head;
   59415             :         struct {
   59416             :             PyObject_VAR_HEAD
   59417             :             PyObject *ob_item[10];
   59418             :         }_object;
   59419             :     }
   59420             : codecs_toplevel_consts_18_names = {
   59421             :     ._object = {
   59422             :         .ob_base = {
   59423             :             .ob_base = {
   59424             :                 .ob_refcnt = 999999999,
   59425             :                 .ob_type = &PyTuple_Type,
   59426             :             },
   59427             :             .ob_size = 10,
   59428             :         },
   59429             :         .ob_item = {
   59430             :             &_Py_ID(__name__),
   59431             :             &_Py_ID(__module__),
   59432             :             &_Py_ID(__qualname__),
   59433             :             &_Py_ID(__doc__),
   59434             :             &_Py_ID(__init__),
   59435             :             & const_str__buffer_encode._ascii.ob_base,
   59436             :             &_Py_ID(encode),
   59437             :             &_Py_ID(reset),
   59438             :             &_Py_ID(getstate),
   59439             :             &_Py_ID(setstate),
   59440             :         },
   59441             :     },
   59442             : };
   59443             : static
   59444             :     struct {
   59445             :         PyObject_VAR_HEAD
   59446             :         Py_hash_t ob_shash;
   59447             :         char ob_sval[131];
   59448             :     }
   59449             : codecs_toplevel_consts_18_linetable = {
   59450             :     .ob_base = {
   59451             :         .ob_base = {
   59452             :             .ob_refcnt = 999999999,
   59453             :             .ob_type = &PyBytes_Type,
   59454             :         },
   59455             :         .ob_size = 130,
   59456             :     },
   59457             :     .ob_shash = -1,
   59458             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x00\x1f\x27\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x0a\x03\x05\x22\xf0\x00\x03\x05\x22\xf0\x00\x03\x05\x22\xf0\x0a\x00\x23\x28\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x10\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x08\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x06\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22",
   59459             : };
   59460             : static
   59461             :     struct _PyCode_DEF(58)
   59462             : codecs_toplevel_consts_18 = {
   59463             :     .ob_base = {
   59464             :         .ob_base = {
   59465             :             .ob_refcnt = 999999999,
   59466             :             .ob_type = &PyCode_Type,
   59467             :         },
   59468             :         .ob_size = 29,
   59469             :     },
   59470             :     .co_consts = & codecs_toplevel_consts_18_consts._object.ob_base.ob_base,
   59471             :     .co_names = & codecs_toplevel_consts_18_names._object.ob_base.ob_base,
   59472             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59473             :     .co_flags = 0,
   59474             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59475             :     ._co_linearray_entry_size = 0,
   59476             :     .co_argcount = 0,
   59477             :     .co_posonlyargcount = 0,
   59478             :     .co_kwonlyargcount = 0,
   59479             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   59480             :     .co_stacksize = 2,
   59481             :     .co_firstlineno = 220,
   59482             :     .co_nlocalsplus = 0,
   59483             :     .co_nlocals = 0,
   59484             :     .co_nplaincellvars = 0,
   59485             :     .co_ncellvars = 0,
   59486             :     .co_nfreevars = 0,
   59487             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   59488             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59489             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   59490             :     .co_name = & const_str_BufferedIncrementalEncoder._ascii.ob_base,
   59491             :     .co_qualname = & const_str_BufferedIncrementalEncoder._ascii.ob_base,
   59492             :     .co_linetable = & codecs_toplevel_consts_18_linetable.ob_base.ob_base,
   59493             :     ._co_code = NULL,
   59494             :     ._co_linearray = NULL,
   59495             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x0b\x64\x03\x84\x01\x5a\x04\x64\x04\x84\x00\x5a\x05\x64\x0c\x64\x06\x84\x01\x5a\x06\x64\x07\x84\x00\x5a\x07\x64\x08\x84\x00\x5a\x08\x64\x09\x84\x00\x5a\x09\x64\x0a\x53\x00",
   59496             :     ._co_firsttraceable = 0,
   59497             : };
   59498             : static
   59499             :     struct {
   59500             :         PyASCIIObject _ascii;
   59501             :         uint8_t _data[233];
   59502             :     }
   59503             : codecs_toplevel_consts_20_consts_1 = {
   59504             :     ._ascii = {
   59505             :         .ob_base = {
   59506             :             .ob_refcnt = 999999999,
   59507             :             .ob_type = &PyUnicode_Type,
   59508             :         },
   59509             :         .length = 232,
   59510             :         .hash = -1,
   59511             :         .state = {
   59512             :             .kind = 1,
   59513             :             .compact = 1,
   59514             :             .ascii = 1,
   59515             :         },
   59516             :     },
   59517             :     ._data = "\x0a\x20\x20\x20\x20\x41\x6e\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x44\x65\x63\x6f\x64\x65\x72\x20\x64\x65\x63\x6f\x64\x65\x73\x20\x61\x6e\x20\x69\x6e\x70\x75\x74\x20\x69\x6e\x20\x6d\x75\x6c\x74\x69\x70\x6c\x65\x20\x73\x74\x65\x70\x73\x2e\x20\x54\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x63\x61\x6e\x0a\x20\x20\x20\x20\x62\x65\x20\x70\x61\x73\x73\x65\x64\x20\x70\x69\x65\x63\x65\x20\x62\x79\x20\x70\x69\x65\x63\x65\x20\x74\x6f\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x65\x28\x29\x20\x6d\x65\x74\x68\x6f\x64\x2e\x20\x54\x68\x65\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x44\x65\x63\x6f\x64\x65\x72\x0a\x20\x20\x20\x20\x72\x65\x6d\x65\x6d\x62\x65\x72\x73\x20\x74\x68\x65\x20\x73\x74\x61\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x20\x70\x72\x6f\x63\x65\x73\x73\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x63\x61\x6c\x6c\x73\x20\x74\x6f\x20\x64\x65\x63\x6f\x64\x65\x28\x29\x2e\x0a\x20\x20\x20\x20",
   59518             : };
   59519             : static
   59520             :     struct {
   59521             :         PyASCIIObject _ascii;
   59522             :         uint8_t _data[244];
   59523             :     }
   59524             : codecs_toplevel_consts_20_consts_3_consts_0 = {
   59525             :     ._ascii = {
   59526             :         .ob_base = {
   59527             :             .ob_refcnt = 999999999,
   59528             :             .ob_type = &PyUnicode_Type,
   59529             :         },
   59530             :         .length = 243,
   59531             :         .hash = -1,
   59532             :         .state = {
   59533             :             .kind = 1,
   59534             :             .compact = 1,
   59535             :             .ascii = 1,
   59536             :         },
   59537             :     },
   59538             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x43\x72\x65\x61\x74\x65\x20\x61\x6e\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x44\x65\x63\x6f\x64\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x44\x65\x63\x6f\x64\x65\x72\x20\x6d\x61\x79\x20\x75\x73\x65\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x20\x73\x63\x68\x65\x6d\x65\x73\x20\x62\x79\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x73\x20\x6b\x65\x79\x77\x6f\x72\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x2e\x20\x53\x65\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x64\x6f\x63\x73\x74\x72\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x6f\x72\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x70\x6f\x73\x73\x69\x62\x6c\x65\x20\x76\x61\x6c\x75\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   59539             : };
   59540             : static
   59541             :     struct {
   59542             :         PyGC_Head _gc_head;
   59543             :         struct {
   59544             :             PyObject_VAR_HEAD
   59545             :             PyObject *ob_item[2];
   59546             :         }_object;
   59547             :     }
   59548             : codecs_toplevel_consts_20_consts_3_consts = {
   59549             :     ._object = {
   59550             :         .ob_base = {
   59551             :             .ob_base = {
   59552             :                 .ob_refcnt = 999999999,
   59553             :                 .ob_type = &PyTuple_Type,
   59554             :             },
   59555             :             .ob_size = 2,
   59556             :         },
   59557             :         .ob_item = {
   59558             :             & codecs_toplevel_consts_20_consts_3_consts_0._ascii.ob_base,
   59559             :             Py_None,
   59560             :         },
   59561             :     },
   59562             : };
   59563             : static
   59564             :     struct {
   59565             :         PyGC_Head _gc_head;
   59566             :         struct {
   59567             :             PyObject_VAR_HEAD
   59568             :             PyObject *ob_item[1];
   59569             :         }_object;
   59570             :     }
   59571             : codecs_toplevel_consts_20_consts_3_names = {
   59572             :     ._object = {
   59573             :         .ob_base = {
   59574             :             .ob_base = {
   59575             :                 .ob_refcnt = 999999999,
   59576             :                 .ob_type = &PyTuple_Type,
   59577             :             },
   59578             :             .ob_size = 1,
   59579             :         },
   59580             :         .ob_item = {
   59581             :             &_Py_ID(errors),
   59582             :         },
   59583             :     },
   59584             : };
   59585             : static
   59586             :     struct {
   59587             :         PyASCIIObject _ascii;
   59588             :         uint8_t _data[28];
   59589             :     }
   59590             : codecs_toplevel_consts_20_consts_3_qualname = {
   59591             :     ._ascii = {
   59592             :         .ob_base = {
   59593             :             .ob_refcnt = 999999999,
   59594             :             .ob_type = &PyUnicode_Type,
   59595             :         },
   59596             :         .length = 27,
   59597             :         .hash = -1,
   59598             :         .state = {
   59599             :             .kind = 1,
   59600             :             .compact = 1,
   59601             :             .ascii = 1,
   59602             :         },
   59603             :     },
   59604             :     ._data = "IncrementalDecoder.__init__",
   59605             : };
   59606             : static
   59607             :     struct {
   59608             :         PyObject_VAR_HEAD
   59609             :         Py_hash_t ob_shash;
   59610             :         char ob_sval[16];
   59611             :     }
   59612             : codecs_toplevel_consts_20_consts_3_linetable = {
   59613             :     .ob_base = {
   59614             :         .ob_base = {
   59615             :             .ob_refcnt = 999999999,
   59616             :             .ob_type = &PyBytes_Type,
   59617             :         },
   59618             :         .ob_size = 15,
   59619             :     },
   59620             :     .ob_shash = -1,
   59621             :     .ob_sval = "\x80\x00\xf0\x10\x00\x17\x1d\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   59622             : };
   59623             : static
   59624             :     struct _PyCode_DEF(20)
   59625             : codecs_toplevel_consts_20_consts_3 = {
   59626             :     .ob_base = {
   59627             :         .ob_base = {
   59628             :             .ob_refcnt = 999999999,
   59629             :             .ob_type = &PyCode_Type,
   59630             :         },
   59631             :         .ob_size = 10,
   59632             :     },
   59633             :     .co_consts = & codecs_toplevel_consts_20_consts_3_consts._object.ob_base.ob_base,
   59634             :     .co_names = & codecs_toplevel_consts_20_consts_3_names._object.ob_base.ob_base,
   59635             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59636             :     .co_flags = 3,
   59637             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59638             :     ._co_linearray_entry_size = 0,
   59639             :     .co_argcount = 2,
   59640             :     .co_posonlyargcount = 0,
   59641             :     .co_kwonlyargcount = 0,
   59642             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   59643             :     .co_stacksize = 2,
   59644             :     .co_firstlineno = 260,
   59645             :     .co_nlocalsplus = 2,
   59646             :     .co_nlocals = 2,
   59647             :     .co_nplaincellvars = 0,
   59648             :     .co_ncellvars = 0,
   59649             :     .co_nfreevars = 0,
   59650             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
   59651             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   59652             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   59653             :     .co_name = &_Py_ID(__init__),
   59654             :     .co_qualname = & codecs_toplevel_consts_20_consts_3_qualname._ascii.ob_base,
   59655             :     .co_linetable = & codecs_toplevel_consts_20_consts_3_linetable.ob_base.ob_base,
   59656             :     ._co_code = NULL,
   59657             :     ._co_linearray = NULL,
   59658             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
   59659             :     ._co_firsttraceable = 0,
   59660             : };
   59661             : static
   59662             :     struct {
   59663             :         PyASCIIObject _ascii;
   59664             :         uint8_t _data[65];
   59665             :     }
   59666             : codecs_toplevel_consts_20_consts_5_consts_0 = {
   59667             :     ._ascii = {
   59668             :         .ob_base = {
   59669             :             .ob_refcnt = 999999999,
   59670             :             .ob_type = &PyUnicode_Type,
   59671             :         },
   59672             :         .length = 64,
   59673             :         .hash = -1,
   59674             :         .state = {
   59675             :             .kind = 1,
   59676             :             .compact = 1,
   59677             :             .ascii = 1,
   59678             :         },
   59679             :     },
   59680             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x44\x65\x63\x6f\x64\x65\x20\x69\x6e\x70\x75\x74\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x72\x65\x73\x75\x6c\x74\x69\x6e\x67\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   59681             : };
   59682             : static
   59683             :     struct {
   59684             :         PyGC_Head _gc_head;
   59685             :         struct {
   59686             :             PyObject_VAR_HEAD
   59687             :             PyObject *ob_item[1];
   59688             :         }_object;
   59689             :     }
   59690             : codecs_toplevel_consts_20_consts_5_consts = {
   59691             :     ._object = {
   59692             :         .ob_base = {
   59693             :             .ob_base = {
   59694             :                 .ob_refcnt = 999999999,
   59695             :                 .ob_type = &PyTuple_Type,
   59696             :             },
   59697             :             .ob_size = 1,
   59698             :         },
   59699             :         .ob_item = {
   59700             :             & codecs_toplevel_consts_20_consts_5_consts_0._ascii.ob_base,
   59701             :         },
   59702             :     },
   59703             : };
   59704             : static
   59705             :     struct {
   59706             :         PyASCIIObject _ascii;
   59707             :         uint8_t _data[26];
   59708             :     }
   59709             : codecs_toplevel_consts_20_consts_5_qualname = {
   59710             :     ._ascii = {
   59711             :         .ob_base = {
   59712             :             .ob_refcnt = 999999999,
   59713             :             .ob_type = &PyUnicode_Type,
   59714             :         },
   59715             :         .length = 25,
   59716             :         .hash = -1,
   59717             :         .state = {
   59718             :             .kind = 1,
   59719             :             .compact = 1,
   59720             :             .ascii = 1,
   59721             :         },
   59722             :     },
   59723             :     ._data = "IncrementalDecoder.decode",
   59724             : };
   59725             : static
   59726             :     struct _PyCode_DEF(16)
   59727             : codecs_toplevel_consts_20_consts_5 = {
   59728             :     .ob_base = {
   59729             :         .ob_base = {
   59730             :             .ob_refcnt = 999999999,
   59731             :             .ob_type = &PyCode_Type,
   59732             :         },
   59733             :         .ob_size = 8,
   59734             :     },
   59735             :     .co_consts = & codecs_toplevel_consts_20_consts_5_consts._object.ob_base.ob_base,
   59736             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   59737             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59738             :     .co_flags = 3,
   59739             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59740             :     ._co_linearray_entry_size = 0,
   59741             :     .co_argcount = 3,
   59742             :     .co_posonlyargcount = 0,
   59743             :     .co_kwonlyargcount = 0,
   59744             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   59745             :     .co_stacksize = 1,
   59746             :     .co_firstlineno = 270,
   59747             :     .co_nlocalsplus = 3,
   59748             :     .co_nlocals = 3,
   59749             :     .co_nplaincellvars = 0,
   59750             :     .co_ncellvars = 0,
   59751             :     .co_nfreevars = 0,
   59752             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_5_localsplusnames._object.ob_base.ob_base,
   59753             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   59754             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   59755             :     .co_name = &_Py_ID(decode),
   59756             :     .co_qualname = & codecs_toplevel_consts_20_consts_5_qualname._ascii.ob_base,
   59757             :     .co_linetable = & codecs_toplevel_consts_16_consts_5_linetable.ob_base.ob_base,
   59758             :     ._co_code = NULL,
   59759             :     ._co_linearray = NULL,
   59760             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   59761             :     ._co_firsttraceable = 0,
   59762             : };
   59763             : static
   59764             :     struct {
   59765             :         PyASCIIObject _ascii;
   59766             :         uint8_t _data[58];
   59767             :     }
   59768             : codecs_toplevel_consts_20_consts_6_consts_0 = {
   59769             :     ._ascii = {
   59770             :         .ob_base = {
   59771             :             .ob_refcnt = 999999999,
   59772             :             .ob_type = &PyUnicode_Type,
   59773             :         },
   59774             :         .length = 57,
   59775             :         .hash = -1,
   59776             :         .state = {
   59777             :             .kind = 1,
   59778             :             .compact = 1,
   59779             :             .ascii = 1,
   59780             :         },
   59781             :     },
   59782             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x73\x65\x74\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x65\x72\x20\x74\x6f\x20\x74\x68\x65\x20\x69\x6e\x69\x74\x69\x61\x6c\x20\x73\x74\x61\x74\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   59783             : };
   59784             : static
   59785             :     struct {
   59786             :         PyGC_Head _gc_head;
   59787             :         struct {
   59788             :             PyObject_VAR_HEAD
   59789             :             PyObject *ob_item[2];
   59790             :         }_object;
   59791             :     }
   59792             : codecs_toplevel_consts_20_consts_6_consts = {
   59793             :     ._object = {
   59794             :         .ob_base = {
   59795             :             .ob_base = {
   59796             :                 .ob_refcnt = 999999999,
   59797             :                 .ob_type = &PyTuple_Type,
   59798             :             },
   59799             :             .ob_size = 2,
   59800             :         },
   59801             :         .ob_item = {
   59802             :             & codecs_toplevel_consts_20_consts_6_consts_0._ascii.ob_base,
   59803             :             Py_None,
   59804             :         },
   59805             :     },
   59806             : };
   59807             : static
   59808             :     struct {
   59809             :         PyASCIIObject _ascii;
   59810             :         uint8_t _data[25];
   59811             :     }
   59812             : codecs_toplevel_consts_20_consts_6_qualname = {
   59813             :     ._ascii = {
   59814             :         .ob_base = {
   59815             :             .ob_refcnt = 999999999,
   59816             :             .ob_type = &PyUnicode_Type,
   59817             :         },
   59818             :         .length = 24,
   59819             :         .hash = -1,
   59820             :         .state = {
   59821             :             .kind = 1,
   59822             :             .compact = 1,
   59823             :             .ascii = 1,
   59824             :         },
   59825             :     },
   59826             :     ._data = "IncrementalDecoder.reset",
   59827             : };
   59828             : static
   59829             :     struct _PyCode_DEF(6)
   59830             : codecs_toplevel_consts_20_consts_6 = {
   59831             :     .ob_base = {
   59832             :         .ob_base = {
   59833             :             .ob_refcnt = 999999999,
   59834             :             .ob_type = &PyCode_Type,
   59835             :         },
   59836             :         .ob_size = 3,
   59837             :     },
   59838             :     .co_consts = & codecs_toplevel_consts_20_consts_6_consts._object.ob_base.ob_base,
   59839             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   59840             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59841             :     .co_flags = 3,
   59842             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59843             :     ._co_linearray_entry_size = 0,
   59844             :     .co_argcount = 1,
   59845             :     .co_posonlyargcount = 0,
   59846             :     .co_kwonlyargcount = 0,
   59847             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   59848             :     .co_stacksize = 1,
   59849             :     .co_firstlineno = 276,
   59850             :     .co_nlocalsplus = 1,
   59851             :     .co_nlocals = 1,
   59852             :     .co_nplaincellvars = 0,
   59853             :     .co_ncellvars = 0,
   59854             :     .co_nfreevars = 0,
   59855             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   59856             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   59857             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   59858             :     .co_name = &_Py_ID(reset),
   59859             :     .co_qualname = & codecs_toplevel_consts_20_consts_6_qualname._ascii.ob_base,
   59860             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
   59861             :     ._co_code = NULL,
   59862             :     ._co_linearray = NULL,
   59863             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   59864             :     ._co_firsttraceable = 0,
   59865             : };
   59866             : static
   59867             :     struct {
   59868             :         PyASCIIObject _ascii;
   59869             :         uint8_t _data[522];
   59870             :     }
   59871             : codecs_toplevel_consts_20_consts_7_consts_0 = {
   59872             :     ._ascii = {
   59873             :         .ob_base = {
   59874             :             .ob_refcnt = 999999999,
   59875             :             .ob_type = &PyUnicode_Type,
   59876             :         },
   59877             :         .length = 521,
   59878             :         .hash = -1,
   59879             :         .state = {
   59880             :             .kind = 1,
   59881             :             .compact = 1,
   59882             :             .ascii = 1,
   59883             :         },
   59884             :     },
   59885             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x73\x74\x61\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x20\x28\x62\x75\x66\x66\x65\x72\x65\x64\x5f\x69\x6e\x70\x75\x74\x2c\x20\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x5f\x73\x74\x61\x74\x65\x5f\x69\x6e\x66\x6f\x29\x20\x74\x75\x70\x6c\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x75\x66\x66\x65\x72\x65\x64\x5f\x69\x6e\x70\x75\x74\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x20\x62\x79\x74\x65\x73\x20\x6f\x62\x6a\x65\x63\x74\x20\x63\x6f\x6e\x74\x61\x69\x6e\x69\x6e\x67\x20\x62\x79\x74\x65\x73\x20\x74\x68\x61\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x77\x65\x72\x65\x20\x70\x61\x73\x73\x65\x64\x20\x74\x6f\x20\x64\x65\x63\x6f\x64\x65\x28\x29\x20\x74\x68\x61\x74\x20\x68\x61\x76\x65\x20\x6e\x6f\x74\x20\x79\x65\x74\x20\x62\x65\x65\x6e\x20\x63\x6f\x6e\x76\x65\x72\x74\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x5f\x73\x74\x61\x74\x65\x5f\x69\x6e\x66\x6f\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x20\x6e\x6f\x6e\x2d\x6e\x65\x67\x61\x74\x69\x76\x65\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x65\x20\x73\x74\x61\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x65\x72\x20\x57\x49\x54\x48\x4f\x55\x54\x20\x79\x65\x74\x20\x68\x61\x76\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x6f\x63\x65\x73\x73\x65\x64\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x6f\x66\x20\x62\x75\x66\x66\x65\x72\x65\x64\x5f\x69\x6e\x70\x75\x74\x2e\x20\x20\x49\x6e\x20\x74\x68\x65\x20\x69\x6e\x69\x74\x69\x61\x6c\x20\x73\x74\x61\x74\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x6e\x64\x20\x61\x66\x74\x65\x72\x20\x72\x65\x73\x65\x74\x28\x29\x2c\x20\x67\x65\x74\x73\x74\x61\x74\x65\x28\x29\x20\x6d\x75\x73\x74\x20\x72\x65\x74\x75\x72\x6e\x20\x28\x62\x22\x22\x2c\x20\x30\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   59886             : };
   59887             : static
   59888             :     struct {
   59889             :         PyGC_Head _gc_head;
   59890             :         struct {
   59891             :             PyObject_VAR_HEAD
   59892             :             PyObject *ob_item[2];
   59893             :         }_object;
   59894             :     }
   59895             : codecs_toplevel_consts_20_consts_7_consts_1 = {
   59896             :     ._object = {
   59897             :         .ob_base = {
   59898             :             .ob_base = {
   59899             :                 .ob_refcnt = 999999999,
   59900             :                 .ob_type = &PyTuple_Type,
   59901             :             },
   59902             :             .ob_size = 2,
   59903             :         },
   59904             :         .ob_item = {
   59905             :             (PyObject *)&_Py_SINGLETON(bytes_empty),
   59906             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   59907             :         },
   59908             :     },
   59909             : };
   59910             : static
   59911             :     struct {
   59912             :         PyGC_Head _gc_head;
   59913             :         struct {
   59914             :             PyObject_VAR_HEAD
   59915             :             PyObject *ob_item[2];
   59916             :         }_object;
   59917             :     }
   59918             : codecs_toplevel_consts_20_consts_7_consts = {
   59919             :     ._object = {
   59920             :         .ob_base = {
   59921             :             .ob_base = {
   59922             :                 .ob_refcnt = 999999999,
   59923             :                 .ob_type = &PyTuple_Type,
   59924             :             },
   59925             :             .ob_size = 2,
   59926             :         },
   59927             :         .ob_item = {
   59928             :             & codecs_toplevel_consts_20_consts_7_consts_0._ascii.ob_base,
   59929             :             & codecs_toplevel_consts_20_consts_7_consts_1._object.ob_base.ob_base,
   59930             :         },
   59931             :     },
   59932             : };
   59933             : static
   59934             :     struct {
   59935             :         PyASCIIObject _ascii;
   59936             :         uint8_t _data[28];
   59937             :     }
   59938             : codecs_toplevel_consts_20_consts_7_qualname = {
   59939             :     ._ascii = {
   59940             :         .ob_base = {
   59941             :             .ob_refcnt = 999999999,
   59942             :             .ob_type = &PyUnicode_Type,
   59943             :         },
   59944             :         .length = 27,
   59945             :         .hash = -1,
   59946             :         .state = {
   59947             :             .kind = 1,
   59948             :             .compact = 1,
   59949             :             .ascii = 1,
   59950             :         },
   59951             :     },
   59952             :     ._data = "IncrementalDecoder.getstate",
   59953             : };
   59954             : static
   59955             :     struct {
   59956             :         PyObject_VAR_HEAD
   59957             :         Py_hash_t ob_shash;
   59958             :         char ob_sval[10];
   59959             :     }
   59960             : codecs_toplevel_consts_20_consts_7_linetable = {
   59961             :     .ob_base = {
   59962             :         .ob_base = {
   59963             :             .ob_refcnt = 999999999,
   59964             :             .ob_type = &PyBytes_Type,
   59965             :         },
   59966             :         .ob_size = 9,
   59967             :     },
   59968             :     .ob_shash = -1,
   59969             :     .ob_sval = "\x80\x00\xf0\x18\x00\x10\x18\x88\x78",
   59970             : };
   59971             : static
   59972             :     struct _PyCode_DEF(6)
   59973             : codecs_toplevel_consts_20_consts_7 = {
   59974             :     .ob_base = {
   59975             :         .ob_base = {
   59976             :             .ob_refcnt = 999999999,
   59977             :             .ob_type = &PyCode_Type,
   59978             :         },
   59979             :         .ob_size = 3,
   59980             :     },
   59981             :     .co_consts = & codecs_toplevel_consts_20_consts_7_consts._object.ob_base.ob_base,
   59982             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   59983             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   59984             :     .co_flags = 3,
   59985             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   59986             :     ._co_linearray_entry_size = 0,
   59987             :     .co_argcount = 1,
   59988             :     .co_posonlyargcount = 0,
   59989             :     .co_kwonlyargcount = 0,
   59990             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   59991             :     .co_stacksize = 1,
   59992             :     .co_firstlineno = 281,
   59993             :     .co_nlocalsplus = 1,
   59994             :     .co_nlocals = 1,
   59995             :     .co_nplaincellvars = 0,
   59996             :     .co_ncellvars = 0,
   59997             :     .co_nfreevars = 0,
   59998             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   59999             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   60000             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60001             :     .co_name = &_Py_ID(getstate),
   60002             :     .co_qualname = & codecs_toplevel_consts_20_consts_7_qualname._ascii.ob_base,
   60003             :     .co_linetable = & codecs_toplevel_consts_20_consts_7_linetable.ob_base.ob_base,
   60004             :     ._co_code = NULL,
   60005             :     ._co_linearray = NULL,
   60006             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   60007             :     ._co_firsttraceable = 0,
   60008             : };
   60009             : static
   60010             :     struct {
   60011             :         PyASCIIObject _ascii;
   60012             :         uint8_t _data[183];
   60013             :     }
   60014             : codecs_toplevel_consts_20_consts_8_consts_0 = {
   60015             :     ._ascii = {
   60016             :         .ob_base = {
   60017             :             .ob_refcnt = 999999999,
   60018             :             .ob_type = &PyUnicode_Type,
   60019             :         },
   60020             :         .length = 182,
   60021             :         .hash = -1,
   60022             :         .state = {
   60023             :             .kind = 1,
   60024             :             .compact = 1,
   60025             :             .ascii = 1,
   60026             :         },
   60027             :     },
   60028             :     ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x53\x65\x74\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x73\x74\x61\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x61\x74\x65\x20\x6d\x75\x73\x74\x20\x68\x61\x76\x65\x20\x62\x65\x65\x6e\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x62\x79\x20\x67\x65\x74\x73\x74\x61\x74\x65\x28\x29\x2e\x20\x20\x54\x68\x65\x20\x65\x66\x66\x65\x63\x74\x20\x6f\x66\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x73\x65\x74\x73\x74\x61\x74\x65\x28\x28\x62\x22\x22\x2c\x20\x30\x29\x29\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x65\x71\x75\x69\x76\x61\x6c\x65\x6e\x74\x20\x74\x6f\x20\x72\x65\x73\x65\x74\x28\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   60029             : };
   60030             : static
   60031             :     struct {
   60032             :         PyGC_Head _gc_head;
   60033             :         struct {
   60034             :             PyObject_VAR_HEAD
   60035             :             PyObject *ob_item[2];
   60036             :         }_object;
   60037             :     }
   60038             : codecs_toplevel_consts_20_consts_8_consts = {
   60039             :     ._object = {
   60040             :         .ob_base = {
   60041             :             .ob_base = {
   60042             :                 .ob_refcnt = 999999999,
   60043             :                 .ob_type = &PyTuple_Type,
   60044             :             },
   60045             :             .ob_size = 2,
   60046             :         },
   60047             :         .ob_item = {
   60048             :             & codecs_toplevel_consts_20_consts_8_consts_0._ascii.ob_base,
   60049             :             Py_None,
   60050             :         },
   60051             :     },
   60052             : };
   60053             : static
   60054             :     struct {
   60055             :         PyASCIIObject _ascii;
   60056             :         uint8_t _data[28];
   60057             :     }
   60058             : codecs_toplevel_consts_20_consts_8_qualname = {
   60059             :     ._ascii = {
   60060             :         .ob_base = {
   60061             :             .ob_refcnt = 999999999,
   60062             :             .ob_type = &PyUnicode_Type,
   60063             :         },
   60064             :         .length = 27,
   60065             :         .hash = -1,
   60066             :         .state = {
   60067             :             .kind = 1,
   60068             :             .compact = 1,
   60069             :             .ascii = 1,
   60070             :         },
   60071             :     },
   60072             :     ._data = "IncrementalDecoder.setstate",
   60073             : };
   60074             : static
   60075             :     struct _PyCode_DEF(6)
   60076             : codecs_toplevel_consts_20_consts_8 = {
   60077             :     .ob_base = {
   60078             :         .ob_base = {
   60079             :             .ob_refcnt = 999999999,
   60080             :             .ob_type = &PyCode_Type,
   60081             :         },
   60082             :         .ob_size = 3,
   60083             :     },
   60084             :     .co_consts = & codecs_toplevel_consts_20_consts_8_consts._object.ob_base.ob_base,
   60085             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   60086             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60087             :     .co_flags = 3,
   60088             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60089             :     ._co_linearray_entry_size = 0,
   60090             :     .co_argcount = 2,
   60091             :     .co_posonlyargcount = 0,
   60092             :     .co_kwonlyargcount = 0,
   60093             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   60094             :     .co_stacksize = 1,
   60095             :     .co_firstlineno = 295,
   60096             :     .co_nlocalsplus = 2,
   60097             :     .co_nlocals = 2,
   60098             :     .co_nplaincellvars = 0,
   60099             :     .co_ncellvars = 0,
   60100             :     .co_nfreevars = 0,
   60101             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
   60102             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   60103             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60104             :     .co_name = &_Py_ID(setstate),
   60105             :     .co_qualname = & codecs_toplevel_consts_20_consts_8_qualname._ascii.ob_base,
   60106             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
   60107             :     ._co_code = NULL,
   60108             :     ._co_linearray = NULL,
   60109             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   60110             :     ._co_firsttraceable = 0,
   60111             : };
   60112             : static
   60113             :     struct {
   60114             :         PyGC_Head _gc_head;
   60115             :         struct {
   60116             :             PyObject_VAR_HEAD
   60117             :             PyObject *ob_item[12];
   60118             :         }_object;
   60119             :     }
   60120             : codecs_toplevel_consts_20_consts = {
   60121             :     ._object = {
   60122             :         .ob_base = {
   60123             :             .ob_base = {
   60124             :                 .ob_refcnt = 999999999,
   60125             :                 .ob_type = &PyTuple_Type,
   60126             :             },
   60127             :             .ob_size = 12,
   60128             :         },
   60129             :         .ob_item = {
   60130             :             & const_str_IncrementalDecoder._ascii.ob_base,
   60131             :             & codecs_toplevel_consts_20_consts_1._ascii.ob_base,
   60132             :             &_Py_ID(strict),
   60133             :             & codecs_toplevel_consts_20_consts_3.ob_base.ob_base,
   60134             :             Py_False,
   60135             :             & codecs_toplevel_consts_20_consts_5.ob_base.ob_base,
   60136             :             & codecs_toplevel_consts_20_consts_6.ob_base.ob_base,
   60137             :             & codecs_toplevel_consts_20_consts_7.ob_base.ob_base,
   60138             :             & codecs_toplevel_consts_20_consts_8.ob_base.ob_base,
   60139             :             Py_None,
   60140             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   60141             :             & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
   60142             :         },
   60143             :     },
   60144             : };
   60145             : static
   60146             :     struct {
   60147             :         PyGC_Head _gc_head;
   60148             :         struct {
   60149             :             PyObject_VAR_HEAD
   60150             :             PyObject *ob_item[9];
   60151             :         }_object;
   60152             :     }
   60153             : codecs_toplevel_consts_20_names = {
   60154             :     ._object = {
   60155             :         .ob_base = {
   60156             :             .ob_base = {
   60157             :                 .ob_refcnt = 999999999,
   60158             :                 .ob_type = &PyTuple_Type,
   60159             :             },
   60160             :             .ob_size = 9,
   60161             :         },
   60162             :         .ob_item = {
   60163             :             &_Py_ID(__name__),
   60164             :             &_Py_ID(__module__),
   60165             :             &_Py_ID(__qualname__),
   60166             :             &_Py_ID(__doc__),
   60167             :             &_Py_ID(__init__),
   60168             :             &_Py_ID(decode),
   60169             :             &_Py_ID(reset),
   60170             :             &_Py_ID(getstate),
   60171             :             &_Py_ID(setstate),
   60172             :         },
   60173             :     },
   60174             : };
   60175             : static
   60176             :     struct {
   60177             :         PyObject_VAR_HEAD
   60178             :         Py_hash_t ob_shash;
   60179             :         char ob_sval[116];
   60180             :     }
   60181             : codecs_toplevel_consts_20_linetable = {
   60182             :     .ob_base = {
   60183             :         .ob_base = {
   60184             :             .ob_refcnt = 999999999,
   60185             :             .ob_type = &PyBytes_Type,
   60186             :         },
   60187             :         .ob_size = 115,
   60188             :     },
   60189             :     .ob_shash = -1,
   60190             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x00\x1f\x27\xf0\x00\x08\x05\x1d\xf0\x00\x08\x05\x1d\xf0\x00\x08\x05\x1d\xf0\x14\x00\x23\x28\xf0\x00\x04\x05\x22\xf0\x00\x04\x05\x22\xf0\x00\x04\x05\x22\xf0\x0c\x03\x05\x0c\xf0\x00\x03\x05\x0c\xf0\x00\x03\x05\x0c\xf0\x0a\x0c\x05\x18\xf0\x00\x0c\x05\x18\xf0\x00\x0c\x05\x18\xf0\x1c\x06\x05\x0c\xf0\x00\x06\x05\x0c\xf0\x00\x06\x05\x0c\xf0\x00\x06\x05\x0c\xf0\x00\x06\x05\x0c",
   60191             : };
   60192             : static
   60193             :     struct _PyCode_DEF(52)
   60194             : codecs_toplevel_consts_20 = {
   60195             :     .ob_base = {
   60196             :         .ob_base = {
   60197             :             .ob_refcnt = 999999999,
   60198             :             .ob_type = &PyCode_Type,
   60199             :         },
   60200             :         .ob_size = 26,
   60201             :     },
   60202             :     .co_consts = & codecs_toplevel_consts_20_consts._object.ob_base.ob_base,
   60203             :     .co_names = & codecs_toplevel_consts_20_names._object.ob_base.ob_base,
   60204             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60205             :     .co_flags = 0,
   60206             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60207             :     ._co_linearray_entry_size = 0,
   60208             :     .co_argcount = 0,
   60209             :     .co_posonlyargcount = 0,
   60210             :     .co_kwonlyargcount = 0,
   60211             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   60212             :     .co_stacksize = 2,
   60213             :     .co_firstlineno = 254,
   60214             :     .co_nlocalsplus = 0,
   60215             :     .co_nlocals = 0,
   60216             :     .co_nplaincellvars = 0,
   60217             :     .co_ncellvars = 0,
   60218             :     .co_nfreevars = 0,
   60219             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   60220             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60221             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60222             :     .co_name = & const_str_IncrementalDecoder._ascii.ob_base,
   60223             :     .co_qualname = & const_str_IncrementalDecoder._ascii.ob_base,
   60224             :     .co_linetable = & codecs_toplevel_consts_20_linetable.ob_base.ob_base,
   60225             :     ._co_code = NULL,
   60226             :     ._co_linearray = NULL,
   60227             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x0a\x64\x03\x84\x01\x5a\x04\x64\x0b\x64\x05\x84\x01\x5a\x05\x64\x06\x84\x00\x5a\x06\x64\x07\x84\x00\x5a\x07\x64\x08\x84\x00\x5a\x08\x64\x09\x53\x00",
   60228             :     ._co_firsttraceable = 0,
   60229             : };
   60230             : static
   60231             :     struct {
   60232             :         PyASCIIObject _ascii;
   60233             :         uint8_t _data[27];
   60234             :     }
   60235             : const_str_BufferedIncrementalDecoder = {
   60236             :     ._ascii = {
   60237             :         .ob_base = {
   60238             :             .ob_refcnt = 999999999,
   60239             :             .ob_type = &PyUnicode_Type,
   60240             :         },
   60241             :         .length = 26,
   60242             :         .hash = -1,
   60243             :         .state = {
   60244             :             .kind = 1,
   60245             :             .compact = 1,
   60246             :             .ascii = 1,
   60247             :         },
   60248             :     },
   60249             :     ._data = "BufferedIncrementalDecoder",
   60250             : };
   60251             : static
   60252             :     struct {
   60253             :         PyASCIIObject _ascii;
   60254             :         uint8_t _data[175];
   60255             :     }
   60256             : codecs_toplevel_consts_22_consts_1 = {
   60257             :     ._ascii = {
   60258             :         .ob_base = {
   60259             :             .ob_refcnt = 999999999,
   60260             :             .ob_type = &PyUnicode_Type,
   60261             :         },
   60262             :         .length = 174,
   60263             :         .hash = -1,
   60264             :         .state = {
   60265             :             .kind = 1,
   60266             :             .compact = 1,
   60267             :             .ascii = 1,
   60268             :         },
   60269             :     },
   60270             :     ._data = "\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x20\x6f\x66\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x44\x65\x63\x6f\x64\x65\x72\x20\x63\x61\x6e\x20\x62\x65\x20\x75\x73\x65\x64\x20\x61\x73\x20\x74\x68\x65\x20\x62\x61\x73\x65\x63\x6c\x61\x73\x73\x20\x66\x6f\x72\x20\x61\x6e\x0a\x20\x20\x20\x20\x69\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x20\x64\x65\x63\x6f\x64\x65\x72\x20\x69\x66\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x65\x72\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x62\x6c\x65\x20\x74\x6f\x20\x68\x61\x6e\x64\x6c\x65\x20\x69\x6e\x63\x6f\x6d\x70\x6c\x65\x74\x65\x0a\x20\x20\x20\x20\x62\x79\x74\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x73\x2e\x0a\x20\x20\x20\x20",
   60271             : };
   60272             : static
   60273             :     struct {
   60274             :         PyGC_Head _gc_head;
   60275             :         struct {
   60276             :             PyObject_VAR_HEAD
   60277             :             PyObject *ob_item[2];
   60278             :         }_object;
   60279             :     }
   60280             : codecs_toplevel_consts_22_consts_3_consts = {
   60281             :     ._object = {
   60282             :         .ob_base = {
   60283             :             .ob_base = {
   60284             :                 .ob_refcnt = 999999999,
   60285             :                 .ob_type = &PyTuple_Type,
   60286             :             },
   60287             :             .ob_size = 2,
   60288             :         },
   60289             :         .ob_item = {
   60290             :             Py_None,
   60291             :             (PyObject *)&_Py_SINGLETON(bytes_empty),
   60292             :         },
   60293             :     },
   60294             : };
   60295             : static
   60296             :     struct {
   60297             :         PyGC_Head _gc_head;
   60298             :         struct {
   60299             :             PyObject_VAR_HEAD
   60300             :             PyObject *ob_item[3];
   60301             :         }_object;
   60302             :     }
   60303             : codecs_toplevel_consts_22_consts_3_names = {
   60304             :     ._object = {
   60305             :         .ob_base = {
   60306             :             .ob_base = {
   60307             :                 .ob_refcnt = 999999999,
   60308             :                 .ob_type = &PyTuple_Type,
   60309             :             },
   60310             :             .ob_size = 3,
   60311             :         },
   60312             :         .ob_item = {
   60313             :             & const_str_IncrementalDecoder._ascii.ob_base,
   60314             :             &_Py_ID(__init__),
   60315             :             &_Py_ID(buffer),
   60316             :         },
   60317             :     },
   60318             : };
   60319             : static
   60320             :     struct {
   60321             :         PyASCIIObject _ascii;
   60322             :         uint8_t _data[36];
   60323             :     }
   60324             : codecs_toplevel_consts_22_consts_3_qualname = {
   60325             :     ._ascii = {
   60326             :         .ob_base = {
   60327             :             .ob_refcnt = 999999999,
   60328             :             .ob_type = &PyUnicode_Type,
   60329             :         },
   60330             :         .length = 35,
   60331             :         .hash = -1,
   60332             :         .state = {
   60333             :             .kind = 1,
   60334             :             .compact = 1,
   60335             :             .ascii = 1,
   60336             :         },
   60337             :     },
   60338             :     ._data = "BufferedIncrementalDecoder.__init__",
   60339             : };
   60340             : static
   60341             :     struct {
   60342             :         PyObject_VAR_HEAD
   60343             :         Py_hash_t ob_shash;
   60344             :         char ob_sval[33];
   60345             :     }
   60346             : codecs_toplevel_consts_22_consts_3_linetable = {
   60347             :     .ob_base = {
   60348             :         .ob_base = {
   60349             :             .ob_refcnt = 999999999,
   60350             :             .ob_type = &PyBytes_Type,
   60351             :         },
   60352             :         .ob_size = 32,
   60353             :     },
   60354             :     .ob_shash = -1,
   60355             :     .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x26\xd4\x08\x31\xd0\x08\x31\xe0\x16\x19\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   60356             : };
   60357             : static
   60358             :     struct _PyCode_DEF(68)
   60359             : codecs_toplevel_consts_22_consts_3 = {
   60360             :     .ob_base = {
   60361             :         .ob_base = {
   60362             :             .ob_refcnt = 999999999,
   60363             :             .ob_type = &PyCode_Type,
   60364             :         },
   60365             :         .ob_size = 34,
   60366             :     },
   60367             :     .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
   60368             :     .co_names = & codecs_toplevel_consts_22_consts_3_names._object.ob_base.ob_base,
   60369             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60370             :     .co_flags = 3,
   60371             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60372             :     ._co_linearray_entry_size = 0,
   60373             :     .co_argcount = 2,
   60374             :     .co_posonlyargcount = 0,
   60375             :     .co_kwonlyargcount = 0,
   60376             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   60377             :     .co_stacksize = 4,
   60378             :     .co_firstlineno = 309,
   60379             :     .co_nlocalsplus = 2,
   60380             :     .co_nlocals = 2,
   60381             :     .co_nplaincellvars = 0,
   60382             :     .co_ncellvars = 0,
   60383             :     .co_nfreevars = 0,
   60384             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
   60385             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   60386             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60387             :     .co_name = &_Py_ID(__init__),
   60388             :     .co_qualname = & codecs_toplevel_consts_22_consts_3_qualname._ascii.ob_base,
   60389             :     .co_linetable = & codecs_toplevel_consts_22_consts_3_linetable.ob_base.ob_base,
   60390             :     ._co_code = NULL,
   60391             :     ._co_linearray = NULL,
   60392             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   60393             :     ._co_firsttraceable = 0,
   60394             : };
   60395             : static
   60396             :     struct {
   60397             :         PyASCIIObject _ascii;
   60398             :         uint8_t _data[15];
   60399             :     }
   60400             : const_str__buffer_decode = {
   60401             :     ._ascii = {
   60402             :         .ob_base = {
   60403             :             .ob_refcnt = 999999999,
   60404             :             .ob_type = &PyUnicode_Type,
   60405             :         },
   60406             :         .length = 14,
   60407             :         .hash = -1,
   60408             :         .state = {
   60409             :             .kind = 1,
   60410             :             .compact = 1,
   60411             :             .ascii = 1,
   60412             :         },
   60413             :     },
   60414             :     ._data = "_buffer_decode",
   60415             : };
   60416             : static
   60417             :     struct {
   60418             :         PyASCIIObject _ascii;
   60419             :         uint8_t _data[42];
   60420             :     }
   60421             : codecs_toplevel_consts_22_consts_4_qualname = {
   60422             :     ._ascii = {
   60423             :         .ob_base = {
   60424             :             .ob_refcnt = 999999999,
   60425             :             .ob_type = &PyUnicode_Type,
   60426             :         },
   60427             :         .length = 41,
   60428             :         .hash = -1,
   60429             :         .state = {
   60430             :             .kind = 1,
   60431             :             .compact = 1,
   60432             :             .ascii = 1,
   60433             :         },
   60434             :     },
   60435             :     ._data = "BufferedIncrementalDecoder._buffer_decode",
   60436             : };
   60437             : static
   60438             :     struct _PyCode_DEF(16)
   60439             : codecs_toplevel_consts_22_consts_4 = {
   60440             :     .ob_base = {
   60441             :         .ob_base = {
   60442             :             .ob_refcnt = 999999999,
   60443             :             .ob_type = &PyCode_Type,
   60444             :         },
   60445             :         .ob_size = 8,
   60446             :     },
   60447             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   60448             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   60449             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60450             :     .co_flags = 3,
   60451             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60452             :     ._co_linearray_entry_size = 0,
   60453             :     .co_argcount = 4,
   60454             :     .co_posonlyargcount = 0,
   60455             :     .co_kwonlyargcount = 0,
   60456             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   60457             :     .co_stacksize = 1,
   60458             :     .co_firstlineno = 314,
   60459             :     .co_nlocalsplus = 4,
   60460             :     .co_nlocals = 4,
   60461             :     .co_nplaincellvars = 0,
   60462             :     .co_ncellvars = 0,
   60463             :     .co_nfreevars = 0,
   60464             :     .co_localsplusnames = & codecs_toplevel_consts_18_consts_4_localsplusnames._object.ob_base.ob_base,
   60465             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   60466             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60467             :     .co_name = & const_str__buffer_decode._ascii.ob_base,
   60468             :     .co_qualname = & codecs_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
   60469             :     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
   60470             :     ._co_code = NULL,
   60471             :     ._co_linearray = NULL,
   60472             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   60473             :     ._co_firsttraceable = 0,
   60474             : };
   60475             : static
   60476             :     struct {
   60477             :         PyGC_Head _gc_head;
   60478             :         struct {
   60479             :             PyObject_VAR_HEAD
   60480             :             PyObject *ob_item[3];
   60481             :         }_object;
   60482             :     }
   60483             : codecs_toplevel_consts_22_consts_6_names = {
   60484             :     ._object = {
   60485             :         .ob_base = {
   60486             :             .ob_base = {
   60487             :                 .ob_refcnt = 999999999,
   60488             :                 .ob_type = &PyTuple_Type,
   60489             :             },
   60490             :             .ob_size = 3,
   60491             :         },
   60492             :         .ob_item = {
   60493             :             &_Py_ID(buffer),
   60494             :             & const_str__buffer_decode._ascii.ob_base,
   60495             :             &_Py_ID(errors),
   60496             :         },
   60497             :     },
   60498             : };
   60499             : static
   60500             :     struct {
   60501             :         PyASCIIObject _ascii;
   60502             :         uint8_t _data[34];
   60503             :     }
   60504             : codecs_toplevel_consts_22_consts_6_qualname = {
   60505             :     ._ascii = {
   60506             :         .ob_base = {
   60507             :             .ob_refcnt = 999999999,
   60508             :             .ob_type = &PyUnicode_Type,
   60509             :         },
   60510             :         .length = 33,
   60511             :         .hash = -1,
   60512             :         .state = {
   60513             :             .kind = 1,
   60514             :             .compact = 1,
   60515             :             .ascii = 1,
   60516             :         },
   60517             :     },
   60518             :     ._data = "BufferedIncrementalDecoder.decode",
   60519             : };
   60520             : static
   60521             :     struct _PyCode_DEF(122)
   60522             : codecs_toplevel_consts_22_consts_6 = {
   60523             :     .ob_base = {
   60524             :         .ob_base = {
   60525             :             .ob_refcnt = 999999999,
   60526             :             .ob_type = &PyCode_Type,
   60527             :         },
   60528             :         .ob_size = 61,
   60529             :     },
   60530             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   60531             :     .co_names = & codecs_toplevel_consts_22_consts_6_names._object.ob_base.ob_base,
   60532             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60533             :     .co_flags = 3,
   60534             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60535             :     ._co_linearray_entry_size = 0,
   60536             :     .co_argcount = 3,
   60537             :     .co_posonlyargcount = 0,
   60538             :     .co_kwonlyargcount = 0,
   60539             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   60540             :     .co_stacksize = 5,
   60541             :     .co_firstlineno = 319,
   60542             :     .co_nlocalsplus = 6,
   60543             :     .co_nlocals = 6,
   60544             :     .co_nplaincellvars = 0,
   60545             :     .co_ncellvars = 0,
   60546             :     .co_nfreevars = 0,
   60547             :     .co_localsplusnames = & codecs_toplevel_consts_18_consts_6_localsplusnames._object.ob_base.ob_base,
   60548             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   60549             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60550             :     .co_name = &_Py_ID(decode),
   60551             :     .co_qualname = & codecs_toplevel_consts_22_consts_6_qualname._ascii.ob_base,
   60552             :     .co_linetable = & codecs_toplevel_consts_18_consts_6_linetable.ob_base.ob_base,
   60553             :     ._co_code = NULL,
   60554             :     ._co_linearray = NULL,
   60555             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7a\x00\x00\x00\x7d\x03\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x03\x7c\x05\x64\x00\x1a\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x53\x00",
   60556             :     ._co_firsttraceable = 0,
   60557             : };
   60558             : static
   60559             :     struct {
   60560             :         PyGC_Head _gc_head;
   60561             :         struct {
   60562             :             PyObject_VAR_HEAD
   60563             :             PyObject *ob_item[3];
   60564             :         }_object;
   60565             :     }
   60566             : codecs_toplevel_consts_22_consts_7_names = {
   60567             :     ._object = {
   60568             :         .ob_base = {
   60569             :             .ob_base = {
   60570             :                 .ob_refcnt = 999999999,
   60571             :                 .ob_type = &PyTuple_Type,
   60572             :             },
   60573             :             .ob_size = 3,
   60574             :         },
   60575             :         .ob_item = {
   60576             :             & const_str_IncrementalDecoder._ascii.ob_base,
   60577             :             &_Py_ID(reset),
   60578             :             &_Py_ID(buffer),
   60579             :         },
   60580             :     },
   60581             : };
   60582             : static
   60583             :     struct {
   60584             :         PyASCIIObject _ascii;
   60585             :         uint8_t _data[33];
   60586             :     }
   60587             : codecs_toplevel_consts_22_consts_7_qualname = {
   60588             :     ._ascii = {
   60589             :         .ob_base = {
   60590             :             .ob_refcnt = 999999999,
   60591             :             .ob_type = &PyUnicode_Type,
   60592             :         },
   60593             :         .length = 32,
   60594             :         .hash = -1,
   60595             :         .state = {
   60596             :             .kind = 1,
   60597             :             .compact = 1,
   60598             :             .ascii = 1,
   60599             :         },
   60600             :     },
   60601             :     ._data = "BufferedIncrementalDecoder.reset",
   60602             : };
   60603             : static
   60604             :     struct {
   60605             :         PyObject_VAR_HEAD
   60606             :         Py_hash_t ob_shash;
   60607             :         char ob_sval[31];
   60608             :     }
   60609             : codecs_toplevel_consts_22_consts_7_linetable = {
   60610             :     .ob_base = {
   60611             :         .ob_base = {
   60612             :             .ob_refcnt = 999999999,
   60613             :             .ob_type = &PyBytes_Type,
   60614             :         },
   60615             :         .ob_size = 30,
   60616             :     },
   60617             :     .ob_shash = -1,
   60618             :     .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x20\xd1\x08\x20\xa0\x14\xd4\x08\x26\xd0\x08\x26\xd8\x16\x19\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   60619             : };
   60620             : static
   60621             :     struct _PyCode_DEF(66)
   60622             : codecs_toplevel_consts_22_consts_7 = {
   60623             :     .ob_base = {
   60624             :         .ob_base = {
   60625             :             .ob_refcnt = 999999999,
   60626             :             .ob_type = &PyCode_Type,
   60627             :         },
   60628             :         .ob_size = 33,
   60629             :     },
   60630             :     .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
   60631             :     .co_names = & codecs_toplevel_consts_22_consts_7_names._object.ob_base.ob_base,
   60632             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60633             :     .co_flags = 3,
   60634             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60635             :     ._co_linearray_entry_size = 0,
   60636             :     .co_argcount = 1,
   60637             :     .co_posonlyargcount = 0,
   60638             :     .co_kwonlyargcount = 0,
   60639             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   60640             :     .co_stacksize = 3,
   60641             :     .co_firstlineno = 327,
   60642             :     .co_nlocalsplus = 1,
   60643             :     .co_nlocals = 1,
   60644             :     .co_nplaincellvars = 0,
   60645             :     .co_ncellvars = 0,
   60646             :     .co_nfreevars = 0,
   60647             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   60648             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   60649             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60650             :     .co_name = &_Py_ID(reset),
   60651             :     .co_qualname = & codecs_toplevel_consts_22_consts_7_qualname._ascii.ob_base,
   60652             :     .co_linetable = & codecs_toplevel_consts_22_consts_7_linetable.ob_base.ob_base,
   60653             :     ._co_code = NULL,
   60654             :     ._co_linearray = NULL,
   60655             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   60656             :     ._co_firsttraceable = 0,
   60657             : };
   60658             : static
   60659             :     struct {
   60660             :         PyASCIIObject _ascii;
   60661             :         uint8_t _data[36];
   60662             :     }
   60663             : codecs_toplevel_consts_22_consts_8_qualname = {
   60664             :     ._ascii = {
   60665             :         .ob_base = {
   60666             :             .ob_refcnt = 999999999,
   60667             :             .ob_type = &PyUnicode_Type,
   60668             :         },
   60669             :         .length = 35,
   60670             :         .hash = -1,
   60671             :         .state = {
   60672             :             .kind = 1,
   60673             :             .compact = 1,
   60674             :             .ascii = 1,
   60675             :         },
   60676             :     },
   60677             :     ._data = "BufferedIncrementalDecoder.getstate",
   60678             : };
   60679             : static
   60680             :     struct {
   60681             :         PyObject_VAR_HEAD
   60682             :         Py_hash_t ob_shash;
   60683             :         char ob_sval[18];
   60684             :     }
   60685             : codecs_toplevel_consts_22_consts_8_linetable = {
   60686             :     .ob_base = {
   60687             :         .ob_base = {
   60688             :             .ob_refcnt = 999999999,
   60689             :             .ob_type = &PyBytes_Type,
   60690             :         },
   60691             :         .ob_size = 17,
   60692             :     },
   60693             :     .ob_shash = -1,
   60694             :     .ob_sval = "\x80\x00\xe0\x10\x14\x97\x0b\x91\x0b\x98\x51\xd0\x0f\x1f\xd0\x08\x1f",
   60695             : };
   60696             : static
   60697             :     struct _PyCode_DEF(30)
   60698             : codecs_toplevel_consts_22_consts_8 = {
   60699             :     .ob_base = {
   60700             :         .ob_base = {
   60701             :             .ob_refcnt = 999999999,
   60702             :             .ob_type = &PyCode_Type,
   60703             :         },
   60704             :         .ob_size = 15,
   60705             :     },
   60706             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   60707             :     .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
   60708             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60709             :     .co_flags = 3,
   60710             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60711             :     ._co_linearray_entry_size = 0,
   60712             :     .co_argcount = 1,
   60713             :     .co_posonlyargcount = 0,
   60714             :     .co_kwonlyargcount = 0,
   60715             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   60716             :     .co_stacksize = 2,
   60717             :     .co_firstlineno = 331,
   60718             :     .co_nlocalsplus = 1,
   60719             :     .co_nlocals = 1,
   60720             :     .co_nplaincellvars = 0,
   60721             :     .co_ncellvars = 0,
   60722             :     .co_nfreevars = 0,
   60723             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   60724             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   60725             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60726             :     .co_name = &_Py_ID(getstate),
   60727             :     .co_qualname = & codecs_toplevel_consts_22_consts_8_qualname._ascii.ob_base,
   60728             :     .co_linetable = & codecs_toplevel_consts_22_consts_8_linetable.ob_base.ob_base,
   60729             :     ._co_code = NULL,
   60730             :     ._co_linearray = NULL,
   60731             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x66\x02\x53\x00",
   60732             :     ._co_firsttraceable = 0,
   60733             : };
   60734             : static
   60735             :     struct {
   60736             :         PyASCIIObject _ascii;
   60737             :         uint8_t _data[36];
   60738             :     }
   60739             : codecs_toplevel_consts_22_consts_9_qualname = {
   60740             :     ._ascii = {
   60741             :         .ob_base = {
   60742             :             .ob_refcnt = 999999999,
   60743             :             .ob_type = &PyUnicode_Type,
   60744             :         },
   60745             :         .length = 35,
   60746             :         .hash = -1,
   60747             :         .state = {
   60748             :             .kind = 1,
   60749             :             .compact = 1,
   60750             :             .ascii = 1,
   60751             :         },
   60752             :     },
   60753             :     ._data = "BufferedIncrementalDecoder.setstate",
   60754             : };
   60755             : static
   60756             :     struct {
   60757             :         PyObject_VAR_HEAD
   60758             :         Py_hash_t ob_shash;
   60759             :         char ob_sval[18];
   60760             :     }
   60761             : codecs_toplevel_consts_22_consts_9_linetable = {
   60762             :     .ob_base = {
   60763             :         .ob_base = {
   60764             :             .ob_refcnt = 999999999,
   60765             :             .ob_type = &PyBytes_Type,
   60766             :         },
   60767             :         .ob_size = 17,
   60768             :     },
   60769             :     .ob_shash = -1,
   60770             :     .ob_sval = "\x80\x00\xe0\x16\x1b\x98\x41\x94\x68\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   60771             : };
   60772             : static
   60773             :     struct _PyCode_DEF(32)
   60774             : codecs_toplevel_consts_22_consts_9 = {
   60775             :     .ob_base = {
   60776             :         .ob_base = {
   60777             :             .ob_refcnt = 999999999,
   60778             :             .ob_type = &PyCode_Type,
   60779             :         },
   60780             :         .ob_size = 16,
   60781             :     },
   60782             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   60783             :     .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
   60784             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60785             :     .co_flags = 3,
   60786             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60787             :     ._co_linearray_entry_size = 0,
   60788             :     .co_argcount = 2,
   60789             :     .co_posonlyargcount = 0,
   60790             :     .co_kwonlyargcount = 0,
   60791             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   60792             :     .co_stacksize = 2,
   60793             :     .co_firstlineno = 335,
   60794             :     .co_nlocalsplus = 2,
   60795             :     .co_nlocals = 2,
   60796             :     .co_nplaincellvars = 0,
   60797             :     .co_ncellvars = 0,
   60798             :     .co_nfreevars = 0,
   60799             :     .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
   60800             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   60801             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60802             :     .co_name = &_Py_ID(setstate),
   60803             :     .co_qualname = & codecs_toplevel_consts_22_consts_9_qualname._ascii.ob_base,
   60804             :     .co_linetable = & codecs_toplevel_consts_22_consts_9_linetable.ob_base.ob_base,
   60805             :     ._co_code = NULL,
   60806             :     ._co_linearray = NULL,
   60807             :     .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   60808             :     ._co_firsttraceable = 0,
   60809             : };
   60810             : static
   60811             :     struct {
   60812             :         PyGC_Head _gc_head;
   60813             :         struct {
   60814             :             PyObject_VAR_HEAD
   60815             :             PyObject *ob_item[13];
   60816             :         }_object;
   60817             :     }
   60818             : codecs_toplevel_consts_22_consts = {
   60819             :     ._object = {
   60820             :         .ob_base = {
   60821             :             .ob_base = {
   60822             :                 .ob_refcnt = 999999999,
   60823             :                 .ob_type = &PyTuple_Type,
   60824             :             },
   60825             :             .ob_size = 13,
   60826             :         },
   60827             :         .ob_item = {
   60828             :             & const_str_BufferedIncrementalDecoder._ascii.ob_base,
   60829             :             & codecs_toplevel_consts_22_consts_1._ascii.ob_base,
   60830             :             &_Py_ID(strict),
   60831             :             & codecs_toplevel_consts_22_consts_3.ob_base.ob_base,
   60832             :             & codecs_toplevel_consts_22_consts_4.ob_base.ob_base,
   60833             :             Py_False,
   60834             :             & codecs_toplevel_consts_22_consts_6.ob_base.ob_base,
   60835             :             & codecs_toplevel_consts_22_consts_7.ob_base.ob_base,
   60836             :             & codecs_toplevel_consts_22_consts_8.ob_base.ob_base,
   60837             :             & codecs_toplevel_consts_22_consts_9.ob_base.ob_base,
   60838             :             Py_None,
   60839             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   60840             :             & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
   60841             :         },
   60842             :     },
   60843             : };
   60844             : static
   60845             :     struct {
   60846             :         PyGC_Head _gc_head;
   60847             :         struct {
   60848             :             PyObject_VAR_HEAD
   60849             :             PyObject *ob_item[10];
   60850             :         }_object;
   60851             :     }
   60852             : codecs_toplevel_consts_22_names = {
   60853             :     ._object = {
   60854             :         .ob_base = {
   60855             :             .ob_base = {
   60856             :                 .ob_refcnt = 999999999,
   60857             :                 .ob_type = &PyTuple_Type,
   60858             :             },
   60859             :             .ob_size = 10,
   60860             :         },
   60861             :         .ob_item = {
   60862             :             &_Py_ID(__name__),
   60863             :             &_Py_ID(__module__),
   60864             :             &_Py_ID(__qualname__),
   60865             :             &_Py_ID(__doc__),
   60866             :             &_Py_ID(__init__),
   60867             :             & const_str__buffer_decode._ascii.ob_base,
   60868             :             &_Py_ID(decode),
   60869             :             &_Py_ID(reset),
   60870             :             &_Py_ID(getstate),
   60871             :             &_Py_ID(setstate),
   60872             :         },
   60873             :     },
   60874             : };
   60875             : static
   60876             :     struct {
   60877             :         PyObject_VAR_HEAD
   60878             :         Py_hash_t ob_shash;
   60879             :         char ob_sval[131];
   60880             :     }
   60881             : codecs_toplevel_consts_22_linetable = {
   60882             :     .ob_base = {
   60883             :         .ob_base = {
   60884             :             .ob_refcnt = 999999999,
   60885             :             .ob_type = &PyBytes_Type,
   60886             :         },
   60887             :         .ob_size = 130,
   60888             :     },
   60889             :     .ob_shash = -1,
   60890             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x00\x1f\x27\xf0\x00\x03\x05\x1a\xf0\x00\x03\x05\x1a\xf0\x00\x03\x05\x1a\xf0\x0a\x03\x05\x22\xf0\x00\x03\x05\x22\xf0\x00\x03\x05\x22\xf0\x0a\x00\x23\x28\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x10\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x08\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x08\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x00\x02\x05\x1f",
   60891             : };
   60892             : static
   60893             :     struct _PyCode_DEF(58)
   60894             : codecs_toplevel_consts_22 = {
   60895             :     .ob_base = {
   60896             :         .ob_base = {
   60897             :             .ob_refcnt = 999999999,
   60898             :             .ob_type = &PyCode_Type,
   60899             :         },
   60900             :         .ob_size = 29,
   60901             :     },
   60902             :     .co_consts = & codecs_toplevel_consts_22_consts._object.ob_base.ob_base,
   60903             :     .co_names = & codecs_toplevel_consts_22_names._object.ob_base.ob_base,
   60904             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60905             :     .co_flags = 0,
   60906             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   60907             :     ._co_linearray_entry_size = 0,
   60908             :     .co_argcount = 0,
   60909             :     .co_posonlyargcount = 0,
   60910             :     .co_kwonlyargcount = 0,
   60911             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   60912             :     .co_stacksize = 2,
   60913             :     .co_firstlineno = 303,
   60914             :     .co_nlocalsplus = 0,
   60915             :     .co_nlocals = 0,
   60916             :     .co_nplaincellvars = 0,
   60917             :     .co_ncellvars = 0,
   60918             :     .co_nfreevars = 0,
   60919             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   60920             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   60921             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   60922             :     .co_name = & const_str_BufferedIncrementalDecoder._ascii.ob_base,
   60923             :     .co_qualname = & const_str_BufferedIncrementalDecoder._ascii.ob_base,
   60924             :     .co_linetable = & codecs_toplevel_consts_22_linetable.ob_base.ob_base,
   60925             :     ._co_code = NULL,
   60926             :     ._co_linearray = NULL,
   60927             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x0b\x64\x03\x84\x01\x5a\x04\x64\x04\x84\x00\x5a\x05\x64\x0c\x64\x06\x84\x01\x5a\x06\x64\x07\x84\x00\x5a\x07\x64\x08\x84\x00\x5a\x08\x64\x09\x84\x00\x5a\x09\x64\x0a\x53\x00",
   60928             :     ._co_firsttraceable = 0,
   60929             : };
   60930             : static
   60931             :     struct {
   60932             :         PyASCIIObject _ascii;
   60933             :         uint8_t _data[888];
   60934             :     }
   60935             : codecs_toplevel_consts_24_consts_2_consts_0 = {
   60936             :     ._ascii = {
   60937             :         .ob_base = {
   60938             :             .ob_refcnt = 999999999,
   60939             :             .ob_type = &PyUnicode_Type,
   60940             :         },
   60941             :         .length = 887,
   60942             :         .hash = -1,
   60943             :         .state = {
   60944             :             .kind = 1,
   60945             :             .compact = 1,
   60946             :             .ascii = 1,
   60947             :         },
   60948             :     },
   60949             :     ._data = "\x20\x43\x72\x65\x61\x74\x65\x73\x20\x61\x20\x53\x74\x72\x65\x61\x6d\x57\x72\x69\x74\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x72\x65\x61\x6d\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x20\x66\x69\x6c\x65\x2d\x6c\x69\x6b\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x6f\x70\x65\x6e\x20\x66\x6f\x72\x20\x77\x72\x69\x74\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x53\x74\x72\x65\x61\x6d\x57\x72\x69\x74\x65\x72\x20\x6d\x61\x79\x20\x75\x73\x65\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x63\x68\x65\x6d\x65\x73\x20\x62\x79\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x73\x20\x6b\x65\x79\x77\x6f\x72\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x2e\x20\x54\x68\x65\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x70\x72\x65\x64\x65\x66\x69\x6e\x65\x64\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x2d\x20\x72\x61\x69\x73\x65\x20\x61\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x28\x6f\x72\x20\x61\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x69\x67\x6e\x6f\x72\x65\x27\x20\x2d\x20\x69\x67\x6e\x6f\x72\x65\x20\x74\x68\x65\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x20\x61\x6e\x64\x20\x63\x6f\x6e\x74\x69\x6e\x75\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x6e\x65\x78\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x72\x65\x70\x6c\x61\x63\x65\x27\x2d\x20\x72\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x61\x20\x73\x75\x69\x74\x61\x62\x6c\x65\x20\x72\x65\x70\x6c\x61\x63\x65\x6d\x65\x6e\x74\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x78\x6d\x6c\x63\x68\x61\x72\x72\x65\x66\x72\x65\x70\x6c\x61\x63\x65\x27\x20\x2d\x20\x52\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x61\x70\x70\x72\x6f\x70\x72\x69\x61\x74\x65\x20\x58\x4d\x4c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x20\x72\x65\x66\x65\x72\x65\x6e\x63\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x62\x61\x63\x6b\x73\x6c\x61\x73\x68\x72\x65\x70\x6c\x61\x63\x65\x27\x20\x20\x2d\x20\x52\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x62\x61\x63\x6b\x73\x6c\x61\x73\x68\x65\x64\x20\x65\x73\x63\x61\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x6e\x61\x6d\x65\x72\x65\x70\x6c\x61\x63\x65\x27\x20\x20\x20\x20\x20\x20\x20\x2d\x20\x52\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x5c\x4e\x7b\x2e\x2e\x2e\x7d\x20\x65\x73\x63\x61\x70\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x73\x65\x74\x20\x6f\x66\x20\x61\x6c\x6c\x6f\x77\x65\x64\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x20\x76\x61\x6c\x75\x65\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x65\x78\x74\x65\x6e\x64\x65\x64\x20\x76\x69\x61\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x67\x69\x73\x74\x65\x72\x5f\x65\x72\x72\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   60950             : };
   60951             : static
   60952             :     struct {
   60953             :         PyGC_Head _gc_head;
   60954             :         struct {
   60955             :             PyObject_VAR_HEAD
   60956             :             PyObject *ob_item[2];
   60957             :         }_object;
   60958             :     }
   60959             : codecs_toplevel_consts_24_consts_2_consts = {
   60960             :     ._object = {
   60961             :         .ob_base = {
   60962             :             .ob_base = {
   60963             :                 .ob_refcnt = 999999999,
   60964             :                 .ob_type = &PyTuple_Type,
   60965             :             },
   60966             :             .ob_size = 2,
   60967             :         },
   60968             :         .ob_item = {
   60969             :             & codecs_toplevel_consts_24_consts_2_consts_0._ascii.ob_base,
   60970             :             Py_None,
   60971             :         },
   60972             :     },
   60973             : };
   60974             : static
   60975             :     struct {
   60976             :         PyASCIIObject _ascii;
   60977             :         uint8_t _data[7];
   60978             :     }
   60979             : const_str_stream = {
   60980             :     ._ascii = {
   60981             :         .ob_base = {
   60982             :             .ob_refcnt = 999999999,
   60983             :             .ob_type = &PyUnicode_Type,
   60984             :         },
   60985             :         .length = 6,
   60986             :         .hash = -1,
   60987             :         .state = {
   60988             :             .kind = 1,
   60989             :             .compact = 1,
   60990             :             .ascii = 1,
   60991             :         },
   60992             :     },
   60993             :     ._data = "stream",
   60994             : };
   60995             : static
   60996             :     struct {
   60997             :         PyGC_Head _gc_head;
   60998             :         struct {
   60999             :             PyObject_VAR_HEAD
   61000             :             PyObject *ob_item[2];
   61001             :         }_object;
   61002             :     }
   61003             : codecs_toplevel_consts_24_consts_2_names = {
   61004             :     ._object = {
   61005             :         .ob_base = {
   61006             :             .ob_base = {
   61007             :                 .ob_refcnt = 999999999,
   61008             :                 .ob_type = &PyTuple_Type,
   61009             :             },
   61010             :             .ob_size = 2,
   61011             :         },
   61012             :         .ob_item = {
   61013             :             & const_str_stream._ascii.ob_base,
   61014             :             &_Py_ID(errors),
   61015             :         },
   61016             :     },
   61017             : };
   61018             : static
   61019             :     struct {
   61020             :         PyASCIIObject _ascii;
   61021             :         uint8_t _data[22];
   61022             :     }
   61023             : codecs_toplevel_consts_24_consts_2_qualname = {
   61024             :     ._ascii = {
   61025             :         .ob_base = {
   61026             :             .ob_refcnt = 999999999,
   61027             :             .ob_type = &PyUnicode_Type,
   61028             :         },
   61029             :         .length = 21,
   61030             :         .hash = -1,
   61031             :         .state = {
   61032             :             .kind = 1,
   61033             :             .compact = 1,
   61034             :             .ascii = 1,
   61035             :         },
   61036             :     },
   61037             :     ._data = "StreamWriter.__init__",
   61038             : };
   61039             : static
   61040             :     struct {
   61041             :         PyObject_VAR_HEAD
   61042             :         Py_hash_t ob_shash;
   61043             :         char ob_sval[23];
   61044             :     }
   61045             : codecs_toplevel_consts_24_consts_2_linetable = {
   61046             :     .ob_base = {
   61047             :         .ob_base = {
   61048             :             .ob_refcnt = 999999999,
   61049             :             .ob_type = &PyBytes_Type,
   61050             :         },
   61051             :         .ob_size = 22,
   61052             :     },
   61053             :     .ob_shash = -1,
   61054             :     .ob_sval = "\x80\x00\xf0\x2c\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   61055             : };
   61056             : static
   61057             :     struct {
   61058             :         PyGC_Head _gc_head;
   61059             :         struct {
   61060             :             PyObject_VAR_HEAD
   61061             :             PyObject *ob_item[3];
   61062             :         }_object;
   61063             :     }
   61064             : codecs_toplevel_consts_24_consts_2_localsplusnames = {
   61065             :     ._object = {
   61066             :         .ob_base = {
   61067             :             .ob_base = {
   61068             :                 .ob_refcnt = 999999999,
   61069             :                 .ob_type = &PyTuple_Type,
   61070             :             },
   61071             :             .ob_size = 3,
   61072             :         },
   61073             :         .ob_item = {
   61074             :             & const_str_self._ascii.ob_base,
   61075             :             & const_str_stream._ascii.ob_base,
   61076             :             &_Py_ID(errors),
   61077             :         },
   61078             :     },
   61079             : };
   61080             : static
   61081             :     struct _PyCode_DEF(34)
   61082             : codecs_toplevel_consts_24_consts_2 = {
   61083             :     .ob_base = {
   61084             :         .ob_base = {
   61085             :             .ob_refcnt = 999999999,
   61086             :             .ob_type = &PyCode_Type,
   61087             :         },
   61088             :         .ob_size = 17,
   61089             :     },
   61090             :     .co_consts = & codecs_toplevel_consts_24_consts_2_consts._object.ob_base.ob_base,
   61091             :     .co_names = & codecs_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
   61092             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   61093             :     .co_flags = 3,
   61094             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   61095             :     ._co_linearray_entry_size = 0,
   61096             :     .co_argcount = 3,
   61097             :     .co_posonlyargcount = 0,
   61098             :     .co_kwonlyargcount = 0,
   61099             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   61100             :     .co_stacksize = 2,
   61101             :     .co_firstlineno = 348,
   61102             :     .co_nlocalsplus = 3,
   61103             :     .co_nlocals = 3,
   61104             :     .co_nplaincellvars = 0,
   61105             :     .co_ncellvars = 0,
   61106             :     .co_nfreevars = 0,
   61107             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
   61108             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   61109             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   61110             :     .co_name = &_Py_ID(__init__),
   61111             :     .co_qualname = & codecs_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
   61112             :     .co_linetable = & codecs_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
   61113             :     ._co_code = NULL,
   61114             :     ._co_linearray = NULL,
   61115             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
   61116             :     ._co_firsttraceable = 0,
   61117             : };
   61118             : static
   61119             :     struct {
   61120             :         PyASCIIObject _ascii;
   61121             :         uint8_t _data[63];
   61122             :     }
   61123             : codecs_toplevel_consts_24_consts_3_consts_0 = {
   61124             :     ._ascii = {
   61125             :         .ob_base = {
   61126             :             .ob_refcnt = 999999999,
   61127             :             .ob_type = &PyUnicode_Type,
   61128             :         },
   61129             :         .length = 62,
   61130             :         .hash = -1,
   61131             :         .state = {
   61132             :             .kind = 1,
   61133             :             .compact = 1,
   61134             :             .ascii = 1,
   61135             :         },
   61136             :     },
   61137             :     ._data = "\x20\x57\x72\x69\x74\x65\x73\x20\x74\x68\x65\x20\x6f\x62\x6a\x65\x63\x74\x27\x73\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x65\x6e\x63\x6f\x64\x65\x64\x20\x74\x6f\x20\x73\x65\x6c\x66\x2e\x73\x74\x72\x65\x61\x6d\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   61138             : };
   61139             : static
   61140             :     struct {
   61141             :         PyGC_Head _gc_head;
   61142             :         struct {
   61143             :             PyObject_VAR_HEAD
   61144             :             PyObject *ob_item[2];
   61145             :         }_object;
   61146             :     }
   61147             : codecs_toplevel_consts_24_consts_3_consts = {
   61148             :     ._object = {
   61149             :         .ob_base = {
   61150             :             .ob_base = {
   61151             :                 .ob_refcnt = 999999999,
   61152             :                 .ob_type = &PyTuple_Type,
   61153             :             },
   61154             :             .ob_size = 2,
   61155             :         },
   61156             :         .ob_item = {
   61157             :             & codecs_toplevel_consts_24_consts_3_consts_0._ascii.ob_base,
   61158             :             Py_None,
   61159             :         },
   61160             :     },
   61161             : };
   61162             : static
   61163             :     struct {
   61164             :         PyGC_Head _gc_head;
   61165             :         struct {
   61166             :             PyObject_VAR_HEAD
   61167             :             PyObject *ob_item[4];
   61168             :         }_object;
   61169             :     }
   61170             : codecs_toplevel_consts_24_consts_3_names = {
   61171             :     ._object = {
   61172             :         .ob_base = {
   61173             :             .ob_base = {
   61174             :                 .ob_refcnt = 999999999,
   61175             :                 .ob_type = &PyTuple_Type,
   61176             :             },
   61177             :             .ob_size = 4,
   61178             :         },
   61179             :         .ob_item = {
   61180             :             &_Py_ID(encode),
   61181             :             &_Py_ID(errors),
   61182             :             & const_str_stream._ascii.ob_base,
   61183             :             &_Py_ID(write),
   61184             :         },
   61185             :     },
   61186             : };
   61187             : static
   61188             :     struct {
   61189             :         PyASCIIObject _ascii;
   61190             :         uint8_t _data[19];
   61191             :     }
   61192             : codecs_toplevel_consts_24_consts_3_qualname = {
   61193             :     ._ascii = {
   61194             :         .ob_base = {
   61195             :             .ob_refcnt = 999999999,
   61196             :             .ob_type = &PyUnicode_Type,
   61197             :         },
   61198             :         .length = 18,
   61199             :         .hash = -1,
   61200             :         .state = {
   61201             :             .kind = 1,
   61202             :             .compact = 1,
   61203             :             .ascii = 1,
   61204             :         },
   61205             :     },
   61206             :     ._data = "StreamWriter.write",
   61207             : };
   61208             : static
   61209             :     struct {
   61210             :         PyObject_VAR_HEAD
   61211             :         Py_hash_t ob_shash;
   61212             :         char ob_sval[56];
   61213             :     }
   61214             : codecs_toplevel_consts_24_consts_3_linetable = {
   61215             :     .ob_base = {
   61216             :         .ob_base = {
   61217             :             .ob_refcnt = 999999999,
   61218             :             .ob_type = &PyBytes_Type,
   61219             :         },
   61220             :         .ob_size = 55,
   61221             :     },
   61222             :     .ob_shash = -1,
   61223             :     .ob_sval = "\x80\x00\xf0\x08\x00\x1a\x1e\x9f\x1b\x99\x1b\xa0\x56\xa8\x54\xaf\x5b\xa9\x5b\xd4\x19\x39\x89\x0e\x88\x04\x88\x68\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\x98\x24\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f",
   61224             : };
   61225             : static
   61226             :     struct {
   61227             :         PyGC_Head _gc_head;
   61228             :         struct {
   61229             :             PyObject_VAR_HEAD
   61230             :             PyObject *ob_item[4];
   61231             :         }_object;
   61232             :     }
   61233             : codecs_toplevel_consts_24_consts_3_localsplusnames = {
   61234             :     ._object = {
   61235             :         .ob_base = {
   61236             :             .ob_base = {
   61237             :                 .ob_refcnt = 999999999,
   61238             :                 .ob_type = &PyTuple_Type,
   61239             :             },
   61240             :             .ob_size = 4,
   61241             :         },
   61242             :         .ob_item = {
   61243             :             & const_str_self._ascii.ob_base,
   61244             :             & const_str_object._ascii.ob_base,
   61245             :             & const_str_data._ascii.ob_base,
   61246             :             & const_str_consumed._ascii.ob_base,
   61247             :         },
   61248             :     },
   61249             : };
   61250             : static
   61251             :     struct _PyCode_DEF(126)
   61252             : codecs_toplevel_consts_24_consts_3 = {
   61253             :     .ob_base = {
   61254             :         .ob_base = {
   61255             :             .ob_refcnt = 999999999,
   61256             :             .ob_type = &PyCode_Type,
   61257             :         },
   61258             :         .ob_size = 63,
   61259             :     },
   61260             :     .co_consts = & codecs_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
   61261             :     .co_names = & codecs_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
   61262             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   61263             :     .co_flags = 3,
   61264             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   61265             :     ._co_linearray_entry_size = 0,
   61266             :     .co_argcount = 2,
   61267             :     .co_posonlyargcount = 0,
   61268             :     .co_kwonlyargcount = 0,
   61269             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   61270             :     .co_stacksize = 4,
   61271             :     .co_firstlineno = 373,
   61272             :     .co_nlocalsplus = 4,
   61273             :     .co_nlocals = 4,
   61274             :     .co_nplaincellvars = 0,
   61275             :     .co_ncellvars = 0,
   61276             :     .co_nfreevars = 0,
   61277             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_3_localsplusnames._object.ob_base.ob_base,
   61278             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   61279             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   61280             :     .co_name = &_Py_ID(write),
   61281             :     .co_qualname = & codecs_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
   61282             :     .co_linetable = & codecs_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
   61283             :     ._co_code = NULL,
   61284             :     ._co_linearray = NULL,
   61285             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   61286             :     ._co_firsttraceable = 0,
   61287             : };
   61288             : static
   61289             :     struct {
   61290             :         PyASCIIObject _ascii;
   61291             :         uint8_t _data[92];
   61292             :     }
   61293             : codecs_toplevel_consts_24_consts_4_consts_0 = {
   61294             :     ._ascii = {
   61295             :         .ob_base = {
   61296             :             .ob_refcnt = 999999999,
   61297             :             .ob_type = &PyUnicode_Type,
   61298             :         },
   61299             :         .length = 91,
   61300             :         .hash = -1,
   61301             :         .state = {
   61302             :             .kind = 1,
   61303             :             .compact = 1,
   61304             :             .ascii = 1,
   61305             :         },
   61306             :     },
   61307             :     ._data = "\x20\x57\x72\x69\x74\x65\x73\x20\x74\x68\x65\x20\x63\x6f\x6e\x63\x61\x74\x65\x6e\x61\x74\x65\x64\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x73\x74\x72\x69\x6e\x67\x73\x20\x74\x6f\x20\x74\x68\x65\x20\x73\x74\x72\x65\x61\x6d\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x75\x73\x69\x6e\x67\x20\x2e\x77\x72\x69\x74\x65\x28\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   61308             : };
   61309             : static
   61310             :     struct {
   61311             :         PyGC_Head _gc_head;
   61312             :         struct {
   61313             :             PyObject_VAR_HEAD
   61314             :             PyObject *ob_item[3];
   61315             :         }_object;
   61316             :     }
   61317             : codecs_toplevel_consts_24_consts_4_consts = {
   61318             :     ._object = {
   61319             :         .ob_base = {
   61320             :             .ob_base = {
   61321             :                 .ob_refcnt = 999999999,
   61322             :                 .ob_type = &PyTuple_Type,
   61323             :             },
   61324             :             .ob_size = 3,
   61325             :         },
   61326             :         .ob_item = {
   61327             :             & codecs_toplevel_consts_24_consts_4_consts_0._ascii.ob_base,
   61328             :             &_Py_STR(empty),
   61329             :             Py_None,
   61330             :         },
   61331             :     },
   61332             : };
   61333             : static
   61334             :     struct {
   61335             :         PyGC_Head _gc_head;
   61336             :         struct {
   61337             :             PyObject_VAR_HEAD
   61338             :             PyObject *ob_item[2];
   61339             :         }_object;
   61340             :     }
   61341             : codecs_toplevel_consts_24_consts_4_names = {
   61342             :     ._object = {
   61343             :         .ob_base = {
   61344             :             .ob_base = {
   61345             :                 .ob_refcnt = 999999999,
   61346             :                 .ob_type = &PyTuple_Type,
   61347             :             },
   61348             :             .ob_size = 2,
   61349             :         },
   61350             :         .ob_item = {
   61351             :             &_Py_ID(write),
   61352             :             &_Py_ID(join),
   61353             :         },
   61354             :     },
   61355             : };
   61356             : static
   61357             :     struct {
   61358             :         PyASCIIObject _ascii;
   61359             :         uint8_t _data[11];
   61360             :     }
   61361             : const_str_writelines = {
   61362             :     ._ascii = {
   61363             :         .ob_base = {
   61364             :             .ob_refcnt = 999999999,
   61365             :             .ob_type = &PyUnicode_Type,
   61366             :         },
   61367             :         .length = 10,
   61368             :         .hash = -1,
   61369             :         .state = {
   61370             :             .kind = 1,
   61371             :             .compact = 1,
   61372             :             .ascii = 1,
   61373             :         },
   61374             :     },
   61375             :     ._data = "writelines",
   61376             : };
   61377             : static
   61378             :     struct {
   61379             :         PyASCIIObject _ascii;
   61380             :         uint8_t _data[24];
   61381             :     }
   61382             : codecs_toplevel_consts_24_consts_4_qualname = {
   61383             :     ._ascii = {
   61384             :         .ob_base = {
   61385             :             .ob_refcnt = 999999999,
   61386             :             .ob_type = &PyUnicode_Type,
   61387             :         },
   61388             :         .length = 23,
   61389             :         .hash = -1,
   61390             :         .state = {
   61391             :             .kind = 1,
   61392             :             .compact = 1,
   61393             :             .ascii = 1,
   61394             :         },
   61395             :     },
   61396             :     ._data = "StreamWriter.writelines",
   61397             : };
   61398             : static
   61399             :     struct {
   61400             :         PyObject_VAR_HEAD
   61401             :         Py_hash_t ob_shash;
   61402             :         char ob_sval[34];
   61403             :     }
   61404             : codecs_toplevel_consts_24_consts_4_linetable = {
   61405             :     .ob_base = {
   61406             :         .ob_base = {
   61407             :             .ob_refcnt = 999999999,
   61408             :             .ob_type = &PyBytes_Type,
   61409             :         },
   61410             :         .ob_size = 33,
   61411             :     },
   61412             :     .ob_shash = -1,
   61413             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0d\x8f\x0a\x89\x0a\x90\x32\x97\x37\x91\x37\x98\x34\x94\x3d\xd4\x08\x21\xd0\x08\x21\xd0\x08\x21\xd0\x08\x21",
   61414             : };
   61415             : static
   61416             :     struct {
   61417             :         PyGC_Head _gc_head;
   61418             :         struct {
   61419             :             PyObject_VAR_HEAD
   61420             :             PyObject *ob_item[2];
   61421             :         }_object;
   61422             :     }
   61423             : codecs_toplevel_consts_24_consts_4_localsplusnames = {
   61424             :     ._object = {
   61425             :         .ob_base = {
   61426             :             .ob_base = {
   61427             :                 .ob_refcnt = 999999999,
   61428             :                 .ob_type = &PyTuple_Type,
   61429             :             },
   61430             :             .ob_size = 2,
   61431             :         },
   61432             :         .ob_item = {
   61433             :             & const_str_self._ascii.ob_base,
   61434             :             & const_str_list._ascii.ob_base,
   61435             :         },
   61436             :     },
   61437             : };
   61438             : static
   61439             :     struct _PyCode_DEF(74)
   61440             : codecs_toplevel_consts_24_consts_4 = {
   61441             :     .ob_base = {
   61442             :         .ob_base = {
   61443             :             .ob_refcnt = 999999999,
   61444             :             .ob_type = &PyCode_Type,
   61445             :         },
   61446             :         .ob_size = 37,
   61447             :     },
   61448             :     .co_consts = & codecs_toplevel_consts_24_consts_4_consts._object.ob_base.ob_base,
   61449             :     .co_names = & codecs_toplevel_consts_24_consts_4_names._object.ob_base.ob_base,
   61450             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   61451             :     .co_flags = 3,
   61452             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   61453             :     ._co_linearray_entry_size = 0,
   61454             :     .co_argcount = 2,
   61455             :     .co_posonlyargcount = 0,
   61456             :     .co_kwonlyargcount = 0,
   61457             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   61458             :     .co_stacksize = 5,
   61459             :     .co_firstlineno = 380,
   61460             :     .co_nlocalsplus = 2,
   61461             :     .co_nlocals = 2,
   61462             :     .co_nplaincellvars = 0,
   61463             :     .co_ncellvars = 0,
   61464             :     .co_nfreevars = 0,
   61465             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_4_localsplusnames._object.ob_base.ob_base,
   61466             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   61467             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   61468             :     .co_name = & const_str_writelines._ascii.ob_base,
   61469             :     .co_qualname = & codecs_toplevel_consts_24_consts_4_qualname._ascii.ob_base,
   61470             :     .co_linetable = & codecs_toplevel_consts_24_consts_4_linetable.ob_base.ob_base,
   61471             :     ._co_code = NULL,
   61472             :     ._co_linearray = NULL,
   61473             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
   61474             :     ._co_firsttraceable = 0,
   61475             : };
   61476             : static
   61477             :     struct {
   61478             :         PyASCIIObject _ascii;
   61479             :         uint8_t _data[307];
   61480             :     }
   61481             : codecs_toplevel_consts_24_consts_5_consts_0 = {
   61482             :     ._ascii = {
   61483             :         .ob_base = {
   61484             :             .ob_refcnt = 999999999,
   61485             :             .ob_type = &PyUnicode_Type,
   61486             :         },
   61487             :         .length = 306,
   61488             :         .hash = -1,
   61489             :         .state = {
   61490             :             .kind = 1,
   61491             :             .compact = 1,
   61492             :             .ascii = 1,
   61493             :         },
   61494             :     },
   61495             :     ._data = "\x20\x52\x65\x73\x65\x74\x73\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x62\x75\x66\x66\x65\x72\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6b\x65\x65\x70\x69\x6e\x67\x20\x69\x6e\x74\x65\x72\x6e\x61\x6c\x20\x73\x74\x61\x74\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x43\x61\x6c\x6c\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x73\x68\x6f\x75\x6c\x64\x20\x65\x6e\x73\x75\x72\x65\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x64\x61\x74\x61\x20\x6f\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x75\x74\x70\x75\x74\x20\x69\x73\x20\x70\x75\x74\x20\x69\x6e\x74\x6f\x20\x61\x20\x63\x6c\x65\x61\x6e\x20\x73\x74\x61\x74\x65\x2c\x20\x74\x68\x61\x74\x20\x61\x6c\x6c\x6f\x77\x73\x20\x61\x70\x70\x65\x6e\x64\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x20\x6e\x65\x77\x20\x66\x72\x65\x73\x68\x20\x64\x61\x74\x61\x20\x77\x69\x74\x68\x6f\x75\x74\x20\x68\x61\x76\x69\x6e\x67\x20\x74\x6f\x20\x72\x65\x73\x63\x61\x6e\x20\x74\x68\x65\x20\x77\x68\x6f\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x72\x65\x61\x6d\x20\x74\x6f\x20\x72\x65\x63\x6f\x76\x65\x72\x20\x73\x74\x61\x74\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   61496             : };
   61497             : static
   61498             :     struct {
   61499             :         PyGC_Head _gc_head;
   61500             :         struct {
   61501             :             PyObject_VAR_HEAD
   61502             :             PyObject *ob_item[2];
   61503             :         }_object;
   61504             :     }
   61505             : codecs_toplevel_consts_24_consts_5_consts = {
   61506             :     ._object = {
   61507             :         .ob_base = {
   61508             :             .ob_base = {
   61509             :                 .ob_refcnt = 999999999,
   61510             :                 .ob_type = &PyTuple_Type,
   61511             :             },
   61512             :             .ob_size = 2,
   61513             :         },
   61514             :         .ob_item = {
   61515             :             & codecs_toplevel_consts_24_consts_5_consts_0._ascii.ob_base,
   61516             :             Py_None,
   61517             :         },
   61518             :     },
   61519             : };
   61520             : static
   61521             :     struct {
   61522             :         PyASCIIObject _ascii;
   61523             :         uint8_t _data[19];
   61524             :     }
   61525             : codecs_toplevel_consts_24_consts_5_qualname = {
   61526             :     ._ascii = {
   61527             :         .ob_base = {
   61528             :             .ob_refcnt = 999999999,
   61529             :             .ob_type = &PyUnicode_Type,
   61530             :         },
   61531             :         .length = 18,
   61532             :         .hash = -1,
   61533             :         .state = {
   61534             :             .kind = 1,
   61535             :             .compact = 1,
   61536             :             .ascii = 1,
   61537             :         },
   61538             :     },
   61539             :     ._data = "StreamWriter.reset",
   61540             : };
   61541             : static
   61542             :     struct {
   61543             :         PyObject_VAR_HEAD
   61544             :         Py_hash_t ob_shash;
   61545             :         char ob_sval[10];
   61546             :     }
   61547             : codecs_toplevel_consts_24_consts_5_linetable = {
   61548             :     .ob_base = {
   61549             :         .ob_base = {
   61550             :             .ob_refcnt = 999999999,
   61551             :             .ob_type = &PyBytes_Type,
   61552             :         },
   61553             :         .ob_size = 9,
   61554             :     },
   61555             :     .ob_shash = -1,
   61556             :     .ob_sval = "\x80\x00\xf0\x14\x00\x09\x0d\x88\x04",
   61557             : };
   61558             : static
   61559             :     struct _PyCode_DEF(6)
   61560             : codecs_toplevel_consts_24_consts_5 = {
   61561             :     .ob_base = {
   61562             :         .ob_base = {
   61563             :             .ob_refcnt = 999999999,
   61564             :             .ob_type = &PyCode_Type,
   61565             :         },
   61566             :         .ob_size = 3,
   61567             :     },
   61568             :     .co_consts = & codecs_toplevel_consts_24_consts_5_consts._object.ob_base.ob_base,
   61569             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   61570             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   61571             :     .co_flags = 3,
   61572             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   61573             :     ._co_linearray_entry_size = 0,
   61574             :     .co_argcount = 1,
   61575             :     .co_posonlyargcount = 0,
   61576             :     .co_kwonlyargcount = 0,
   61577             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   61578             :     .co_stacksize = 1,
   61579             :     .co_firstlineno = 387,
   61580             :     .co_nlocalsplus = 1,
   61581             :     .co_nlocals = 1,
   61582             :     .co_nplaincellvars = 0,
   61583             :     .co_ncellvars = 0,
   61584             :     .co_nfreevars = 0,
   61585             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   61586             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   61587             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   61588             :     .co_name = &_Py_ID(reset),
   61589             :     .co_qualname = & codecs_toplevel_consts_24_consts_5_qualname._ascii.ob_base,
   61590             :     .co_linetable = & codecs_toplevel_consts_24_consts_5_linetable.ob_base.ob_base,
   61591             :     ._co_code = NULL,
   61592             :     ._co_linearray = NULL,
   61593             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   61594             :     ._co_firsttraceable = 0,
   61595             : };
   61596             : static
   61597             :     struct {
   61598             :         PyGC_Head _gc_head;
   61599             :         struct {
   61600             :             PyObject_VAR_HEAD
   61601             :             PyObject *ob_item[3];
   61602             :         }_object;
   61603             :     }
   61604             : codecs_toplevel_consts_24_consts_7_names = {
   61605             :     ._object = {
   61606             :         .ob_base = {
   61607             :             .ob_base = {
   61608             :                 .ob_refcnt = 999999999,
   61609             :                 .ob_type = &PyTuple_Type,
   61610             :             },
   61611             :             .ob_size = 3,
   61612             :         },
   61613             :         .ob_item = {
   61614             :             & const_str_stream._ascii.ob_base,
   61615             :             &_Py_ID(seek),
   61616             :             &_Py_ID(reset),
   61617             :         },
   61618             :     },
   61619             : };
   61620             : static
   61621             :     struct {
   61622             :         PyASCIIObject _ascii;
   61623             :         uint8_t _data[18];
   61624             :     }
   61625             : codecs_toplevel_consts_24_consts_7_qualname = {
   61626             :     ._ascii = {
   61627             :         .ob_base = {
   61628             :             .ob_refcnt = 999999999,
   61629             :             .ob_type = &PyUnicode_Type,
   61630             :         },
   61631             :         .length = 17,
   61632             :         .hash = -1,
   61633             :         .state = {
   61634             :             .kind = 1,
   61635             :             .compact = 1,
   61636             :             .ascii = 1,
   61637             :         },
   61638             :     },
   61639             :     ._data = "StreamWriter.seek",
   61640             : };
   61641             : static
   61642             :     struct {
   61643             :         PyObject_VAR_HEAD
   61644             :         Py_hash_t ob_shash;
   61645             :         char ob_sval[84];
   61646             :     }
   61647             : codecs_toplevel_consts_24_consts_7_linetable = {
   61648             :     .ob_base = {
   61649             :         .ob_base = {
   61650             :             .ob_refcnt = 999999999,
   61651             :             .ob_type = &PyBytes_Type,
   61652             :         },
   61653             :         .ob_size = 83,
   61654             :     },
   61655             :     .ob_shash = -1,
   61656             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x0b\x11\x90\x51\x8a\x3b\xf0\x00\x01\x09\x19\x98\x36\xa0\x51\x9a\x3b\xf0\x00\x01\x09\x19\xd8\x0c\x10\x8f\x4a\x89\x4a\x8c\x4c\x88\x4c\x88\x4c\x88\x4c\xf0\x03\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19",
   61657             : };
   61658             : static
   61659             :     struct {
   61660             :         PyASCIIObject _ascii;
   61661             :         uint8_t _data[7];
   61662             :     }
   61663             : const_str_whence = {
   61664             :     ._ascii = {
   61665             :         .ob_base = {
   61666             :             .ob_refcnt = 999999999,
   61667             :             .ob_type = &PyUnicode_Type,
   61668             :         },
   61669             :         .length = 6,
   61670             :         .hash = -1,
   61671             :         .state = {
   61672             :             .kind = 1,
   61673             :             .compact = 1,
   61674             :             .ascii = 1,
   61675             :         },
   61676             :     },
   61677             :     ._data = "whence",
   61678             : };
   61679             : static
   61680             :     struct {
   61681             :         PyGC_Head _gc_head;
   61682             :         struct {
   61683             :             PyObject_VAR_HEAD
   61684             :             PyObject *ob_item[3];
   61685             :         }_object;
   61686             :     }
   61687             : codecs_toplevel_consts_24_consts_7_localsplusnames = {
   61688             :     ._object = {
   61689             :         .ob_base = {
   61690             :             .ob_base = {
   61691             :                 .ob_refcnt = 999999999,
   61692             :                 .ob_type = &PyTuple_Type,
   61693             :             },
   61694             :             .ob_size = 3,
   61695             :         },
   61696             :         .ob_item = {
   61697             :             & const_str_self._ascii.ob_base,
   61698             :             &_Py_ID(offset),
   61699             :             & const_str_whence._ascii.ob_base,
   61700             :         },
   61701             :     },
   61702             : };
   61703             : static
   61704             :     struct _PyCode_DEF(130)
   61705             : codecs_toplevel_consts_24_consts_7 = {
   61706             :     .ob_base = {
   61707             :         .ob_base = {
   61708             :             .ob_refcnt = 999999999,
   61709             :             .ob_type = &PyCode_Type,
   61710             :         },
   61711             :         .ob_size = 65,
   61712             :     },
   61713             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   61714             :     .co_names = & codecs_toplevel_consts_24_consts_7_names._object.ob_base.ob_base,
   61715             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   61716             :     .co_flags = 3,
   61717             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   61718             :     ._co_linearray_entry_size = 0,
   61719             :     .co_argcount = 3,
   61720             :     .co_posonlyargcount = 0,
   61721             :     .co_kwonlyargcount = 0,
   61722             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   61723             :     .co_stacksize = 4,
   61724             :     .co_firstlineno = 399,
   61725             :     .co_nlocalsplus = 3,
   61726             :     .co_nlocals = 3,
   61727             :     .co_nplaincellvars = 0,
   61728             :     .co_ncellvars = 0,
   61729             :     .co_nfreevars = 0,
   61730             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
   61731             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   61732             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   61733             :     .co_name = &_Py_ID(seek),
   61734             :     .co_qualname = & codecs_toplevel_consts_24_consts_7_qualname._ascii.ob_base,
   61735             :     .co_linetable = & codecs_toplevel_consts_24_consts_7_linetable.ob_base.ob_base,
   61736             :     ._co_code = NULL,
   61737             :     ._co_linearray = NULL,
   61738             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x1b\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x13\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x64\x00\x53\x00",
   61739             :     ._co_firsttraceable = 0,
   61740             : };
   61741             : static
   61742             :     struct {
   61743             :         PyASCIIObject _ascii;
   61744             :         uint8_t _data[64];
   61745             :     }
   61746             : codecs_toplevel_consts_24_consts_8_consts_0 = {
   61747             :     ._ascii = {
   61748             :         .ob_base = {
   61749             :             .ob_refcnt = 999999999,
   61750             :             .ob_type = &PyUnicode_Type,
   61751             :         },
   61752             :         .length = 63,
   61753             :         .hash = -1,
   61754             :         .state = {
   61755             :             .kind = 1,
   61756             :             .compact = 1,
   61757             :             .ascii = 1,
   61758             :         },
   61759             :     },
   61760             :     ._data = "\x20\x49\x6e\x68\x65\x72\x69\x74\x20\x61\x6c\x6c\x20\x6f\x74\x68\x65\x72\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x75\x6e\x64\x65\x72\x6c\x79\x69\x6e\x67\x20\x73\x74\x72\x65\x61\x6d\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   61761             : };
   61762             : static
   61763             :     struct {
   61764             :         PyGC_Head _gc_head;
   61765             :         struct {
   61766             :             PyObject_VAR_HEAD
   61767             :             PyObject *ob_item[1];
   61768             :         }_object;
   61769             :     }
   61770             : codecs_toplevel_consts_24_consts_8_consts = {
   61771             :     ._object = {
   61772             :         .ob_base = {
   61773             :             .ob_base = {
   61774             :                 .ob_refcnt = 999999999,
   61775             :                 .ob_type = &PyTuple_Type,
   61776             :             },
   61777             :             .ob_size = 1,
   61778             :         },
   61779             :         .ob_item = {
   61780             :             & codecs_toplevel_consts_24_consts_8_consts_0._ascii.ob_base,
   61781             :         },
   61782             :     },
   61783             : };
   61784             : static
   61785             :     struct {
   61786             :         PyGC_Head _gc_head;
   61787             :         struct {
   61788             :             PyObject_VAR_HEAD
   61789             :             PyObject *ob_item[1];
   61790             :         }_object;
   61791             :     }
   61792             : codecs_toplevel_consts_24_consts_8_names = {
   61793             :     ._object = {
   61794             :         .ob_base = {
   61795             :             .ob_base = {
   61796             :                 .ob_refcnt = 999999999,
   61797             :                 .ob_type = &PyTuple_Type,
   61798             :             },
   61799             :             .ob_size = 1,
   61800             :         },
   61801             :         .ob_item = {
   61802             :             & const_str_stream._ascii.ob_base,
   61803             :         },
   61804             :     },
   61805             : };
   61806             : static
   61807             :     struct {
   61808             :         PyASCIIObject _ascii;
   61809             :         uint8_t _data[25];
   61810             :     }
   61811             : codecs_toplevel_consts_24_consts_8_qualname = {
   61812             :     ._ascii = {
   61813             :         .ob_base = {
   61814             :             .ob_refcnt = 999999999,
   61815             :             .ob_type = &PyUnicode_Type,
   61816             :         },
   61817             :         .length = 24,
   61818             :         .hash = -1,
   61819             :         .state = {
   61820             :             .kind = 1,
   61821             :             .compact = 1,
   61822             :             .ascii = 1,
   61823             :         },
   61824             :     },
   61825             :     ._data = "StreamWriter.__getattr__",
   61826             : };
   61827             : static
   61828             :     struct {
   61829             :         PyObject_VAR_HEAD
   61830             :         Py_hash_t ob_shash;
   61831             :         char ob_sval[24];
   61832             :     }
   61833             : codecs_toplevel_consts_24_consts_8_linetable = {
   61834             :     .ob_base = {
   61835             :         .ob_base = {
   61836             :             .ob_refcnt = 999999999,
   61837             :             .ob_type = &PyBytes_Type,
   61838             :         },
   61839             :         .ob_size = 23,
   61840             :     },
   61841             :     .ob_shash = -1,
   61842             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x10\x17\x88\x77\x90\x74\x97\x7b\x91\x7b\xa0\x44\xd4\x0f\x29\xd0\x08\x29",
   61843             : };
   61844             : static
   61845             :     struct {
   61846             :         PyGC_Head _gc_head;
   61847             :         struct {
   61848             :             PyObject_VAR_HEAD
   61849             :             PyObject *ob_item[3];
   61850             :         }_object;
   61851             :     }
   61852             : codecs_toplevel_consts_24_consts_8_localsplusnames = {
   61853             :     ._object = {
   61854             :         .ob_base = {
   61855             :             .ob_base = {
   61856             :                 .ob_refcnt = 999999999,
   61857             :                 .ob_type = &PyTuple_Type,
   61858             :             },
   61859             :             .ob_size = 3,
   61860             :         },
   61861             :         .ob_item = {
   61862             :             & const_str_self._ascii.ob_base,
   61863             :             &_Py_ID(name),
   61864             :             &_Py_ID(getattr),
   61865             :         },
   61866             :     },
   61867             : };
   61868             : static
   61869             :     struct _PyCode_DEF(42)
   61870             : codecs_toplevel_consts_24_consts_8 = {
   61871             :     .ob_base = {
   61872             :         .ob_base = {
   61873             :             .ob_refcnt = 999999999,
   61874             :             .ob_type = &PyCode_Type,
   61875             :         },
   61876             :         .ob_size = 21,
   61877             :     },
   61878             :     .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
   61879             :     .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
   61880             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   61881             :     .co_flags = 3,
   61882             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   61883             :     ._co_linearray_entry_size = 0,
   61884             :     .co_argcount = 3,
   61885             :     .co_posonlyargcount = 0,
   61886             :     .co_kwonlyargcount = 0,
   61887             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   61888             :     .co_stacksize = 4,
   61889             :     .co_firstlineno = 404,
   61890             :     .co_nlocalsplus = 3,
   61891             :     .co_nlocals = 3,
   61892             :     .co_nplaincellvars = 0,
   61893             :     .co_ncellvars = 0,
   61894             :     .co_nfreevars = 0,
   61895             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
   61896             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   61897             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   61898             :     .co_name = &_Py_ID(__getattr__),
   61899             :     .co_qualname = & codecs_toplevel_consts_24_consts_8_qualname._ascii.ob_base,
   61900             :     .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
   61901             :     ._co_code = NULL,
   61902             :     ._co_linearray = NULL,
   61903             :     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   61904             :     ._co_firsttraceable = 0,
   61905             : };
   61906             : static
   61907             :     struct {
   61908             :         PyASCIIObject _ascii;
   61909             :         uint8_t _data[23];
   61910             :     }
   61911             : codecs_toplevel_consts_24_consts_9_qualname = {
   61912             :     ._ascii = {
   61913             :         .ob_base = {
   61914             :             .ob_refcnt = 999999999,
   61915             :             .ob_type = &PyUnicode_Type,
   61916             :         },
   61917             :         .length = 22,
   61918             :         .hash = -1,
   61919             :         .state = {
   61920             :             .kind = 1,
   61921             :             .compact = 1,
   61922             :             .ascii = 1,
   61923             :         },
   61924             :     },
   61925             :     ._data = "StreamWriter.__enter__",
   61926             : };
   61927             : static
   61928             :     struct {
   61929             :         PyObject_VAR_HEAD
   61930             :         Py_hash_t ob_shash;
   61931             :         char ob_sval[8];
   61932             :     }
   61933             : codecs_toplevel_consts_24_consts_9_linetable = {
   61934             :     .ob_base = {
   61935             :         .ob_base = {
   61936             :             .ob_refcnt = 999999999,
   61937             :             .ob_type = &PyBytes_Type,
   61938             :         },
   61939             :         .ob_size = 7,
   61940             :     },
   61941             :     .ob_shash = -1,
   61942             :     .ob_sval = "\x80\x00\xd8\x0f\x13\x88\x0b",
   61943             : };
   61944             : static
   61945             :     struct _PyCode_DEF(6)
   61946             : codecs_toplevel_consts_24_consts_9 = {
   61947             :     .ob_base = {
   61948             :         .ob_base = {
   61949             :             .ob_refcnt = 999999999,
   61950             :             .ob_type = &PyCode_Type,
   61951             :         },
   61952             :         .ob_size = 3,
   61953             :     },
   61954             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   61955             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   61956             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   61957             :     .co_flags = 3,
   61958             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   61959             :     ._co_linearray_entry_size = 0,
   61960             :     .co_argcount = 1,
   61961             :     .co_posonlyargcount = 0,
   61962             :     .co_kwonlyargcount = 0,
   61963             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   61964             :     .co_stacksize = 1,
   61965             :     .co_firstlineno = 411,
   61966             :     .co_nlocalsplus = 1,
   61967             :     .co_nlocals = 1,
   61968             :     .co_nplaincellvars = 0,
   61969             :     .co_ncellvars = 0,
   61970             :     .co_nfreevars = 0,
   61971             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   61972             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   61973             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   61974             :     .co_name = &_Py_ID(__enter__),
   61975             :     .co_qualname = & codecs_toplevel_consts_24_consts_9_qualname._ascii.ob_base,
   61976             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   61977             :     ._co_code = NULL,
   61978             :     ._co_linearray = NULL,
   61979             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   61980             :     ._co_firsttraceable = 0,
   61981             : };
   61982             : static
   61983             :     struct {
   61984             :         PyGC_Head _gc_head;
   61985             :         struct {
   61986             :             PyObject_VAR_HEAD
   61987             :             PyObject *ob_item[2];
   61988             :         }_object;
   61989             :     }
   61990             : codecs_toplevel_consts_24_consts_10_names = {
   61991             :     ._object = {
   61992             :         .ob_base = {
   61993             :             .ob_base = {
   61994             :                 .ob_refcnt = 999999999,
   61995             :                 .ob_type = &PyTuple_Type,
   61996             :             },
   61997             :             .ob_size = 2,
   61998             :         },
   61999             :         .ob_item = {
   62000             :             & const_str_stream._ascii.ob_base,
   62001             :             &_Py_ID(close),
   62002             :         },
   62003             :     },
   62004             : };
   62005             : static
   62006             :     struct {
   62007             :         PyASCIIObject _ascii;
   62008             :         uint8_t _data[22];
   62009             :     }
   62010             : codecs_toplevel_consts_24_consts_10_qualname = {
   62011             :     ._ascii = {
   62012             :         .ob_base = {
   62013             :             .ob_refcnt = 999999999,
   62014             :             .ob_type = &PyUnicode_Type,
   62015             :         },
   62016             :         .length = 21,
   62017             :         .hash = -1,
   62018             :         .state = {
   62019             :             .kind = 1,
   62020             :             .compact = 1,
   62021             :             .ascii = 1,
   62022             :         },
   62023             :     },
   62024             :     ._data = "StreamWriter.__exit__",
   62025             : };
   62026             : static
   62027             :     struct {
   62028             :         PyObject_VAR_HEAD
   62029             :         Py_hash_t ob_shash;
   62030             :         char ob_sval[28];
   62031             :     }
   62032             : codecs_toplevel_consts_24_consts_10_linetable = {
   62033             :     .ob_base = {
   62034             :         .ob_base = {
   62035             :             .ob_refcnt = 999999999,
   62036             :             .ob_type = &PyBytes_Type,
   62037             :         },
   62038             :         .ob_size = 27,
   62039             :     },
   62040             :     .ob_shash = -1,
   62041             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
   62042             : };
   62043             : static
   62044             :     struct {
   62045             :         PyASCIIObject _ascii;
   62046             :         uint8_t _data[3];
   62047             :     }
   62048             : const_str_tb = {
   62049             :     ._ascii = {
   62050             :         .ob_base = {
   62051             :             .ob_refcnt = 999999999,
   62052             :             .ob_type = &PyUnicode_Type,
   62053             :         },
   62054             :         .length = 2,
   62055             :         .hash = -1,
   62056             :         .state = {
   62057             :             .kind = 1,
   62058             :             .compact = 1,
   62059             :             .ascii = 1,
   62060             :         },
   62061             :     },
   62062             :     ._data = "tb",
   62063             : };
   62064             : static
   62065             :     struct {
   62066             :         PyGC_Head _gc_head;
   62067             :         struct {
   62068             :             PyObject_VAR_HEAD
   62069             :             PyObject *ob_item[4];
   62070             :         }_object;
   62071             :     }
   62072             : codecs_toplevel_consts_24_consts_10_localsplusnames = {
   62073             :     ._object = {
   62074             :         .ob_base = {
   62075             :             .ob_base = {
   62076             :                 .ob_refcnt = 999999999,
   62077             :                 .ob_type = &PyTuple_Type,
   62078             :             },
   62079             :             .ob_size = 4,
   62080             :         },
   62081             :         .ob_item = {
   62082             :             & const_str_self._ascii.ob_base,
   62083             :             & const_str_type._ascii.ob_base,
   62084             :             & const_str_value._ascii.ob_base,
   62085             :             & const_str_tb._ascii.ob_base,
   62086             :         },
   62087             :     },
   62088             : };
   62089             : static
   62090             :     struct _PyCode_DEF(60)
   62091             : codecs_toplevel_consts_24_consts_10 = {
   62092             :     .ob_base = {
   62093             :         .ob_base = {
   62094             :             .ob_refcnt = 999999999,
   62095             :             .ob_type = &PyCode_Type,
   62096             :         },
   62097             :         .ob_size = 30,
   62098             :     },
   62099             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   62100             :     .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
   62101             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   62102             :     .co_flags = 3,
   62103             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   62104             :     ._co_linearray_entry_size = 0,
   62105             :     .co_argcount = 4,
   62106             :     .co_posonlyargcount = 0,
   62107             :     .co_kwonlyargcount = 0,
   62108             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   62109             :     .co_stacksize = 2,
   62110             :     .co_firstlineno = 414,
   62111             :     .co_nlocalsplus = 4,
   62112             :     .co_nlocals = 4,
   62113             :     .co_nplaincellvars = 0,
   62114             :     .co_ncellvars = 0,
   62115             :     .co_nfreevars = 0,
   62116             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
   62117             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   62118             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   62119             :     .co_name = &_Py_ID(__exit__),
   62120             :     .co_qualname = & codecs_toplevel_consts_24_consts_10_qualname._ascii.ob_base,
   62121             :     .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
   62122             :     ._co_code = NULL,
   62123             :     ._co_linearray = NULL,
   62124             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   62125             :     ._co_firsttraceable = 0,
   62126             : };
   62127             : static
   62128             :     struct {
   62129             :         PyGC_Head _gc_head;
   62130             :         struct {
   62131             :             PyObject_VAR_HEAD
   62132             :             PyObject *ob_item[1];
   62133             :         }_object;
   62134             :     }
   62135             : codecs_toplevel_consts_24_consts_13 = {
   62136             :     ._object = {
   62137             :         .ob_base = {
   62138             :             .ob_base = {
   62139             :                 .ob_refcnt = 999999999,
   62140             :                 .ob_type = &PyTuple_Type,
   62141             :             },
   62142             :             .ob_size = 1,
   62143             :         },
   62144             :         .ob_item = {
   62145             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   62146             :         },
   62147             :     },
   62148             : };
   62149             : static
   62150             :     struct {
   62151             :         PyGC_Head _gc_head;
   62152             :         struct {
   62153             :             PyObject_VAR_HEAD
   62154             :             PyObject *ob_item[14];
   62155             :         }_object;
   62156             :     }
   62157             : codecs_toplevel_consts_24_consts = {
   62158             :     ._object = {
   62159             :         .ob_base = {
   62160             :             .ob_base = {
   62161             :                 .ob_refcnt = 999999999,
   62162             :                 .ob_type = &PyTuple_Type,
   62163             :             },
   62164             :             .ob_size = 14,
   62165             :         },
   62166             :         .ob_item = {
   62167             :             & const_str_StreamWriter._ascii.ob_base,
   62168             :             &_Py_ID(strict),
   62169             :             & codecs_toplevel_consts_24_consts_2.ob_base.ob_base,
   62170             :             & codecs_toplevel_consts_24_consts_3.ob_base.ob_base,
   62171             :             & codecs_toplevel_consts_24_consts_4.ob_base.ob_base,
   62172             :             & codecs_toplevel_consts_24_consts_5.ob_base.ob_base,
   62173             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   62174             :             & codecs_toplevel_consts_24_consts_7.ob_base.ob_base,
   62175             :             & codecs_toplevel_consts_24_consts_8.ob_base.ob_base,
   62176             :             & codecs_toplevel_consts_24_consts_9.ob_base.ob_base,
   62177             :             & codecs_toplevel_consts_24_consts_10.ob_base.ob_base,
   62178             :             Py_None,
   62179             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   62180             :             & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
   62181             :         },
   62182             :     },
   62183             : };
   62184             : static
   62185             :     struct {
   62186             :         PyGC_Head _gc_head;
   62187             :         struct {
   62188             :             PyObject_VAR_HEAD
   62189             :             PyObject *ob_item[12];
   62190             :         }_object;
   62191             :     }
   62192             : codecs_toplevel_consts_24_names = {
   62193             :     ._object = {
   62194             :         .ob_base = {
   62195             :             .ob_base = {
   62196             :                 .ob_refcnt = 999999999,
   62197             :                 .ob_type = &PyTuple_Type,
   62198             :             },
   62199             :             .ob_size = 12,
   62200             :         },
   62201             :         .ob_item = {
   62202             :             &_Py_ID(__name__),
   62203             :             &_Py_ID(__module__),
   62204             :             &_Py_ID(__qualname__),
   62205             :             &_Py_ID(__init__),
   62206             :             &_Py_ID(write),
   62207             :             & const_str_writelines._ascii.ob_base,
   62208             :             &_Py_ID(reset),
   62209             :             &_Py_ID(seek),
   62210             :             &_Py_ID(getattr),
   62211             :             &_Py_ID(__getattr__),
   62212             :             &_Py_ID(__enter__),
   62213             :             &_Py_ID(__exit__),
   62214             :         },
   62215             :     },
   62216             : };
   62217             : static
   62218             :     struct {
   62219             :         PyObject_VAR_HEAD
   62220             :         Py_hash_t ob_shash;
   62221             :         char ob_sval[159];
   62222             :     }
   62223             : codecs_toplevel_consts_24_linetable = {
   62224             :     .ob_base = {
   62225             :         .ob_base = {
   62226             :             .ob_refcnt = 999999999,
   62227             :             .ob_type = &PyBytes_Type,
   62228             :         },
   62229             :         .ob_size = 158,
   62230             :     },
   62231             :     .ob_shash = -1,
   62232             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x26\x2e\xf0\x00\x17\x05\x1d\xf0\x00\x17\x05\x1d\xf0\x00\x17\x05\x1d\xf0\x32\x05\x05\x20\xf0\x00\x05\x05\x20\xf0\x00\x05\x05\x20\xf0\x0e\x05\x05\x22\xf0\x00\x05\x05\x22\xf0\x00\x05\x05\x22\xf0\x0e\x0a\x05\x0d\xf0\x00\x0a\x05\x0d\xf0\x00\x0a\x05\x0d\xf0\x18\x00\x23\x24\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x0c\x00\x1d\x24\xf0\x03\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x0e\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c",
   62233             : };
   62234             : static
   62235             :     struct _PyCode_DEF(70)
   62236             : codecs_toplevel_consts_24 = {
   62237             :     .ob_base = {
   62238             :         .ob_base = {
   62239             :             .ob_refcnt = 999999999,
   62240             :             .ob_type = &PyCode_Type,
   62241             :         },
   62242             :         .ob_size = 35,
   62243             :     },
   62244             :     .co_consts = & codecs_toplevel_consts_24_consts._object.ob_base.ob_base,
   62245             :     .co_names = & codecs_toplevel_consts_24_names._object.ob_base.ob_base,
   62246             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   62247             :     .co_flags = 0,
   62248             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   62249             :     ._co_linearray_entry_size = 0,
   62250             :     .co_argcount = 0,
   62251             :     .co_posonlyargcount = 0,
   62252             :     .co_kwonlyargcount = 0,
   62253             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   62254             :     .co_stacksize = 2,
   62255             :     .co_firstlineno = 346,
   62256             :     .co_nlocalsplus = 0,
   62257             :     .co_nlocals = 0,
   62258             :     .co_nplaincellvars = 0,
   62259             :     .co_ncellvars = 0,
   62260             :     .co_nfreevars = 0,
   62261             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   62262             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   62263             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   62264             :     .co_name = & const_str_StreamWriter._ascii.ob_base,
   62265             :     .co_qualname = & const_str_StreamWriter._ascii.ob_base,
   62266             :     .co_linetable = & codecs_toplevel_consts_24_linetable.ob_base.ob_base,
   62267             :     ._co_code = NULL,
   62268             :     ._co_linearray = NULL,
   62269             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x0c\x64\x02\x84\x01\x5a\x03\x64\x03\x84\x00\x5a\x04\x64\x04\x84\x00\x5a\x05\x64\x05\x84\x00\x5a\x06\x64\x0d\x64\x07\x84\x01\x5a\x07\x65\x08\x66\x01\x64\x08\x84\x01\x5a\x09\x64\x09\x84\x00\x5a\x0a\x64\x0a\x84\x00\x5a\x0b\x64\x0b\x53\x00",
   62270             :     ._co_firsttraceable = 0,
   62271             : };
   62272             : static
   62273             :     struct {
   62274             :         PyASCIIObject _ascii;
   62275             :         uint8_t _data[654];
   62276             :     }
   62277             : codecs_toplevel_consts_26_consts_2_consts_0 = {
   62278             :     ._ascii = {
   62279             :         .ob_base = {
   62280             :             .ob_refcnt = 999999999,
   62281             :             .ob_type = &PyUnicode_Type,
   62282             :         },
   62283             :         .length = 653,
   62284             :         .hash = -1,
   62285             :         .state = {
   62286             :             .kind = 1,
   62287             :             .compact = 1,
   62288             :             .ascii = 1,
   62289             :         },
   62290             :     },
   62291             :     ._data = "\x20\x43\x72\x65\x61\x74\x65\x73\x20\x61\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x61\x64\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x72\x65\x61\x6d\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x20\x66\x69\x6c\x65\x2d\x6c\x69\x6b\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x6f\x70\x65\x6e\x20\x66\x6f\x72\x20\x72\x65\x61\x64\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x61\x64\x65\x72\x20\x6d\x61\x79\x20\x75\x73\x65\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x63\x68\x65\x6d\x65\x73\x20\x62\x79\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x73\x20\x6b\x65\x79\x77\x6f\x72\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x2e\x20\x54\x68\x65\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x70\x72\x65\x64\x65\x66\x69\x6e\x65\x64\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x2d\x20\x72\x61\x69\x73\x65\x20\x61\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x28\x6f\x72\x20\x61\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x69\x67\x6e\x6f\x72\x65\x27\x20\x2d\x20\x69\x67\x6e\x6f\x72\x65\x20\x74\x68\x65\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x20\x61\x6e\x64\x20\x63\x6f\x6e\x74\x69\x6e\x75\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x6e\x65\x78\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x72\x65\x70\x6c\x61\x63\x65\x27\x2d\x20\x72\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x61\x20\x73\x75\x69\x74\x61\x62\x6c\x65\x20\x72\x65\x70\x6c\x61\x63\x65\x6d\x65\x6e\x74\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x27\x62\x61\x63\x6b\x73\x6c\x61\x73\x68\x72\x65\x70\x6c\x61\x63\x65\x27\x20\x2d\x20\x52\x65\x70\x6c\x61\x63\x65\x20\x77\x69\x74\x68\x20\x62\x61\x63\x6b\x73\x6c\x61\x73\x68\x65\x64\x20\x65\x73\x63\x61\x70\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x73\x3b\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x73\x65\x74\x20\x6f\x66\x20\x61\x6c\x6c\x6f\x77\x65\x64\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x20\x76\x61\x6c\x75\x65\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x65\x78\x74\x65\x6e\x64\x65\x64\x20\x76\x69\x61\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x67\x69\x73\x74\x65\x72\x5f\x65\x72\x72\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   62292             : };
   62293             : static
   62294             :     struct {
   62295             :         PyGC_Head _gc_head;
   62296             :         struct {
   62297             :             PyObject_VAR_HEAD
   62298             :             PyObject *ob_item[3];
   62299             :         }_object;
   62300             :     }
   62301             : codecs_toplevel_consts_26_consts_2_consts = {
   62302             :     ._object = {
   62303             :         .ob_base = {
   62304             :             .ob_base = {
   62305             :                 .ob_refcnt = 999999999,
   62306             :                 .ob_type = &PyTuple_Type,
   62307             :             },
   62308             :             .ob_size = 3,
   62309             :         },
   62310             :         .ob_item = {
   62311             :             & codecs_toplevel_consts_26_consts_2_consts_0._ascii.ob_base,
   62312             :             (PyObject *)&_Py_SINGLETON(bytes_empty),
   62313             :             Py_None,
   62314             :         },
   62315             :     },
   62316             : };
   62317             : static
   62318             :     struct {
   62319             :         PyASCIIObject _ascii;
   62320             :         uint8_t _data[11];
   62321             :     }
   62322             : const_str_bytebuffer = {
   62323             :     ._ascii = {
   62324             :         .ob_base = {
   62325             :             .ob_refcnt = 999999999,
   62326             :             .ob_type = &PyUnicode_Type,
   62327             :         },
   62328             :         .length = 10,
   62329             :         .hash = -1,
   62330             :         .state = {
   62331             :             .kind = 1,
   62332             :             .compact = 1,
   62333             :             .ascii = 1,
   62334             :         },
   62335             :     },
   62336             :     ._data = "bytebuffer",
   62337             : };
   62338             : static
   62339             :     struct {
   62340             :         PyASCIIObject _ascii;
   62341             :         uint8_t _data[15];
   62342             :     }
   62343             : const_str_charbuffertype = {
   62344             :     ._ascii = {
   62345             :         .ob_base = {
   62346             :             .ob_refcnt = 999999999,
   62347             :             .ob_type = &PyUnicode_Type,
   62348             :         },
   62349             :         .length = 14,
   62350             :         .hash = -1,
   62351             :         .state = {
   62352             :             .kind = 1,
   62353             :             .compact = 1,
   62354             :             .ascii = 1,
   62355             :         },
   62356             :     },
   62357             :     ._data = "charbuffertype",
   62358             : };
   62359             : static
   62360             :     struct {
   62361             :         PyASCIIObject _ascii;
   62362             :         uint8_t _data[18];
   62363             :     }
   62364             : const_str__empty_charbuffer = {
   62365             :     ._ascii = {
   62366             :         .ob_base = {
   62367             :             .ob_refcnt = 999999999,
   62368             :             .ob_type = &PyUnicode_Type,
   62369             :         },
   62370             :         .length = 17,
   62371             :         .hash = -1,
   62372             :         .state = {
   62373             :             .kind = 1,
   62374             :             .compact = 1,
   62375             :             .ascii = 1,
   62376             :         },
   62377             :     },
   62378             :     ._data = "_empty_charbuffer",
   62379             : };
   62380             : static
   62381             :     struct {
   62382             :         PyASCIIObject _ascii;
   62383             :         uint8_t _data[11];
   62384             :     }
   62385             : const_str_charbuffer = {
   62386             :     ._ascii = {
   62387             :         .ob_base = {
   62388             :             .ob_refcnt = 999999999,
   62389             :             .ob_type = &PyUnicode_Type,
   62390             :         },
   62391             :         .length = 10,
   62392             :         .hash = -1,
   62393             :         .state = {
   62394             :             .kind = 1,
   62395             :             .compact = 1,
   62396             :             .ascii = 1,
   62397             :         },
   62398             :     },
   62399             :     ._data = "charbuffer",
   62400             : };
   62401             : static
   62402             :     struct {
   62403             :         PyASCIIObject _ascii;
   62404             :         uint8_t _data[11];
   62405             :     }
   62406             : const_str_linebuffer = {
   62407             :     ._ascii = {
   62408             :         .ob_base = {
   62409             :             .ob_refcnt = 999999999,
   62410             :             .ob_type = &PyUnicode_Type,
   62411             :         },
   62412             :         .length = 10,
   62413             :         .hash = -1,
   62414             :         .state = {
   62415             :             .kind = 1,
   62416             :             .compact = 1,
   62417             :             .ascii = 1,
   62418             :         },
   62419             :     },
   62420             :     ._data = "linebuffer",
   62421             : };
   62422             : static
   62423             :     struct {
   62424             :         PyGC_Head _gc_head;
   62425             :         struct {
   62426             :             PyObject_VAR_HEAD
   62427             :             PyObject *ob_item[7];
   62428             :         }_object;
   62429             :     }
   62430             : codecs_toplevel_consts_26_consts_2_names = {
   62431             :     ._object = {
   62432             :         .ob_base = {
   62433             :             .ob_base = {
   62434             :                 .ob_refcnt = 999999999,
   62435             :                 .ob_type = &PyTuple_Type,
   62436             :             },
   62437             :             .ob_size = 7,
   62438             :         },
   62439             :         .ob_item = {
   62440             :             & const_str_stream._ascii.ob_base,
   62441             :             &_Py_ID(errors),
   62442             :             & const_str_bytebuffer._ascii.ob_base,
   62443             :             & const_str_charbuffertype._ascii.ob_base,
   62444             :             & const_str__empty_charbuffer._ascii.ob_base,
   62445             :             & const_str_charbuffer._ascii.ob_base,
   62446             :             & const_str_linebuffer._ascii.ob_base,
   62447             :         },
   62448             :     },
   62449             : };
   62450             : static
   62451             :     struct {
   62452             :         PyASCIIObject _ascii;
   62453             :         uint8_t _data[22];
   62454             :     }
   62455             : codecs_toplevel_consts_26_consts_2_qualname = {
   62456             :     ._ascii = {
   62457             :         .ob_base = {
   62458             :             .ob_refcnt = 999999999,
   62459             :             .ob_type = &PyUnicode_Type,
   62460             :         },
   62461             :         .length = 21,
   62462             :         .hash = -1,
   62463             :         .state = {
   62464             :             .kind = 1,
   62465             :             .compact = 1,
   62466             :             .ascii = 1,
   62467             :         },
   62468             :     },
   62469             :     ._data = "StreamReader.__init__",
   62470             : };
   62471             : static
   62472             :     struct {
   62473             :         PyObject_VAR_HEAD
   62474             :         Py_hash_t ob_shash;
   62475             :         char ob_sval[67];
   62476             :     }
   62477             : codecs_toplevel_consts_26_consts_2_linetable = {
   62478             :     .ob_base = {
   62479             :         .ob_base = {
   62480             :             .ob_refcnt = 999999999,
   62481             :             .ob_type = &PyBytes_Type,
   62482             :         },
   62483             :         .ob_size = 66,
   62484             :     },
   62485             :     .ob_shash = -1,
   62486             :     .ob_sval = "\x80\x00\xf0\x24\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x1a\x1d\x88\x04\x8c\x0f\xd8\x21\x25\xd7\x21\x34\xd1\x21\x34\xd4\x21\x36\x88\x04\xd4\x08\x1e\xd8\x1a\x1e\xd7\x1a\x30\xd1\x1a\x30\x88\x04\x8c\x0f\xd8\x1a\x1e\x88\x04\x8c\x0f\x88\x0f\x88\x0f",
   62487             : };
   62488             : static
   62489             :     struct _PyCode_DEF(140)
   62490             : codecs_toplevel_consts_26_consts_2 = {
   62491             :     .ob_base = {
   62492             :         .ob_base = {
   62493             :             .ob_refcnt = 999999999,
   62494             :             .ob_type = &PyCode_Type,
   62495             :         },
   62496             :         .ob_size = 70,
   62497             :     },
   62498             :     .co_consts = & codecs_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
   62499             :     .co_names = & codecs_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
   62500             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   62501             :     .co_flags = 3,
   62502             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   62503             :     ._co_linearray_entry_size = 0,
   62504             :     .co_argcount = 3,
   62505             :     .co_posonlyargcount = 0,
   62506             :     .co_kwonlyargcount = 0,
   62507             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   62508             :     .co_stacksize = 2,
   62509             :     .co_firstlineno = 423,
   62510             :     .co_nlocalsplus = 3,
   62511             :     .co_nlocals = 3,
   62512             :     .co_nplaincellvars = 0,
   62513             :     .co_ncellvars = 0,
   62514             :     .co_nfreevars = 0,
   62515             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
   62516             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   62517             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   62518             :     .co_name = &_Py_ID(__init__),
   62519             :     .co_qualname = & codecs_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
   62520             :     .co_linetable = & codecs_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
   62521             :     ._co_code = NULL,
   62522             :     ._co_linearray = NULL,
   62523             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
   62524             :     ._co_firsttraceable = 0,
   62525             : };
   62526             : static
   62527             :     struct {
   62528             :         PyASCIIObject _ascii;
   62529             :         uint8_t _data[20];
   62530             :     }
   62531             : codecs_toplevel_consts_26_consts_3_qualname = {
   62532             :     ._ascii = {
   62533             :         .ob_base = {
   62534             :             .ob_refcnt = 999999999,
   62535             :             .ob_type = &PyUnicode_Type,
   62536             :         },
   62537             :         .length = 19,
   62538             :         .hash = -1,
   62539             :         .state = {
   62540             :             .kind = 1,
   62541             :             .compact = 1,
   62542             :             .ascii = 1,
   62543             :         },
   62544             :     },
   62545             :     ._data = "StreamReader.decode",
   62546             : };
   62547             : static
   62548             :     struct {
   62549             :         PyObject_VAR_HEAD
   62550             :         Py_hash_t ob_shash;
   62551             :         char ob_sval[9];
   62552             :     }
   62553             : codecs_toplevel_consts_26_consts_3_linetable = {
   62554             :     .ob_base = {
   62555             :         .ob_base = {
   62556             :             .ob_refcnt = 999999999,
   62557             :             .ob_type = &PyBytes_Type,
   62558             :         },
   62559             :         .ob_size = 8,
   62560             :     },
   62561             :     .ob_shash = -1,
   62562             :     .ob_sval = "\x80\x00\xdd\x0e\x21\xd0\x08\x21",
   62563             : };
   62564             : static
   62565             :     struct _PyCode_DEF(16)
   62566             : codecs_toplevel_consts_26_consts_3 = {
   62567             :     .ob_base = {
   62568             :         .ob_base = {
   62569             :             .ob_refcnt = 999999999,
   62570             :             .ob_type = &PyCode_Type,
   62571             :         },
   62572             :         .ob_size = 8,
   62573             :     },
   62574             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   62575             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   62576             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   62577             :     .co_flags = 3,
   62578             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   62579             :     ._co_linearray_entry_size = 0,
   62580             :     .co_argcount = 3,
   62581             :     .co_posonlyargcount = 0,
   62582             :     .co_kwonlyargcount = 0,
   62583             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   62584             :     .co_stacksize = 1,
   62585             :     .co_firstlineno = 448,
   62586             :     .co_nlocalsplus = 3,
   62587             :     .co_nlocals = 3,
   62588             :     .co_nplaincellvars = 0,
   62589             :     .co_ncellvars = 0,
   62590             :     .co_nfreevars = 0,
   62591             :     .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
   62592             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   62593             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   62594             :     .co_name = &_Py_ID(decode),
   62595             :     .co_qualname = & codecs_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
   62596             :     .co_linetable = & codecs_toplevel_consts_26_consts_3_linetable.ob_base.ob_base,
   62597             :     ._co_code = NULL,
   62598             :     ._co_linearray = NULL,
   62599             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   62600             :     ._co_firsttraceable = 0,
   62601             : };
   62602             : static
   62603             :     struct {
   62604             :         PyASCIIObject _ascii;
   62605             :         uint8_t _data[1261];
   62606             :     }
   62607             : codecs_toplevel_consts_26_consts_6_consts_0 = {
   62608             :     ._ascii = {
   62609             :         .ob_base = {
   62610             :             .ob_refcnt = 999999999,
   62611             :             .ob_type = &PyUnicode_Type,
   62612             :         },
   62613             :         .length = 1260,
   62614             :         .hash = -1,
   62615             :         .state = {
   62616             :             .kind = 1,
   62617             :             .compact = 1,
   62618             :             .ascii = 1,
   62619             :         },
   62620             :     },
   62621             :     ._data = "\x20\x44\x65\x63\x6f\x64\x65\x73\x20\x64\x61\x74\x61\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x73\x74\x72\x65\x61\x6d\x20\x73\x65\x6c\x66\x2e\x73\x74\x72\x65\x61\x6d\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x73\x75\x6c\x74\x69\x6e\x67\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x68\x61\x72\x73\x20\x69\x6e\x64\x69\x63\x61\x74\x65\x73\x20\x74\x68\x65\x20\x6e\x75\x6d\x62\x65\x72\x20\x6f\x66\x20\x64\x65\x63\x6f\x64\x65\x64\x20\x63\x6f\x64\x65\x20\x70\x6f\x69\x6e\x74\x73\x20\x6f\x72\x20\x62\x79\x74\x65\x73\x20\x74\x6f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x74\x75\x72\x6e\x2e\x20\x72\x65\x61\x64\x28\x29\x20\x77\x69\x6c\x6c\x20\x6e\x65\x76\x65\x72\x20\x72\x65\x74\x75\x72\x6e\x20\x6d\x6f\x72\x65\x20\x64\x61\x74\x61\x20\x74\x68\x61\x6e\x20\x72\x65\x71\x75\x65\x73\x74\x65\x64\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x62\x75\x74\x20\x69\x74\x20\x6d\x69\x67\x68\x74\x20\x72\x65\x74\x75\x72\x6e\x20\x6c\x65\x73\x73\x2c\x20\x69\x66\x20\x74\x68\x65\x72\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x65\x6e\x6f\x75\x67\x68\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x69\x7a\x65\x20\x69\x6e\x64\x69\x63\x61\x74\x65\x73\x20\x74\x68\x65\x20\x61\x70\x70\x72\x6f\x78\x69\x6d\x61\x74\x65\x20\x6d\x61\x78\x69\x6d\x75\x6d\x20\x6e\x75\x6d\x62\x65\x72\x20\x6f\x66\x20\x64\x65\x63\x6f\x64\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x62\x79\x74\x65\x73\x20\x6f\x72\x20\x63\x6f\x64\x65\x20\x70\x6f\x69\x6e\x74\x73\x20\x74\x6f\x20\x72\x65\x61\x64\x20\x66\x6f\x72\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x2e\x20\x54\x68\x65\x20\x64\x65\x63\x6f\x64\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x61\x6e\x20\x6d\x6f\x64\x69\x66\x79\x20\x74\x68\x69\x73\x20\x73\x65\x74\x74\x69\x6e\x67\x20\x61\x73\x20\x61\x70\x70\x72\x6f\x70\x72\x69\x61\x74\x65\x2e\x20\x54\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x76\x61\x6c\x75\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x2d\x31\x20\x69\x6e\x64\x69\x63\x61\x74\x65\x73\x20\x74\x6f\x20\x72\x65\x61\x64\x20\x61\x6e\x64\x20\x64\x65\x63\x6f\x64\x65\x20\x61\x73\x20\x6d\x75\x63\x68\x20\x61\x73\x20\x70\x6f\x73\x73\x69\x62\x6c\x65\x2e\x20\x20\x73\x69\x7a\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x73\x20\x69\x6e\x74\x65\x6e\x64\x65\x64\x20\x74\x6f\x20\x70\x72\x65\x76\x65\x6e\x74\x20\x68\x61\x76\x69\x6e\x67\x20\x74\x6f\x20\x64\x65\x63\x6f\x64\x65\x20\x68\x75\x67\x65\x20\x66\x69\x6c\x65\x73\x20\x69\x6e\x20\x6f\x6e\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x65\x70\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x66\x69\x72\x73\x74\x6c\x69\x6e\x65\x20\x69\x73\x20\x74\x72\x75\x65\x2c\x20\x61\x6e\x64\x20\x61\x20\x55\x6e\x69\x63\x6f\x64\x65\x44\x65\x63\x6f\x64\x65\x45\x72\x72\x6f\x72\x20\x68\x61\x70\x70\x65\x6e\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x61\x66\x74\x65\x72\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x6c\x69\x6e\x65\x20\x74\x65\x72\x6d\x69\x6e\x61\x74\x6f\x72\x20\x69\x6e\x20\x74\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x6f\x6e\x6c\x79\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x6c\x69\x6e\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x2c\x20\x74\x68\x65\x20\x72\x65\x73\x74\x20\x6f\x66\x20\x74\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x6b\x65\x70\x74\x20\x75\x6e\x74\x69\x6c\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6e\x65\x78\x74\x20\x63\x61\x6c\x6c\x20\x74\x6f\x20\x72\x65\x61\x64\x28\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x6d\x65\x74\x68\x6f\x64\x20\x73\x68\x6f\x75\x6c\x64\x20\x75\x73\x65\x20\x61\x20\x67\x72\x65\x65\x64\x79\x20\x72\x65\x61\x64\x20\x73\x74\x72\x61\x74\x65\x67\x79\x2c\x20\x6d\x65\x61\x6e\x69\x6e\x67\x20\x74\x68\x61\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x74\x20\x73\x68\x6f\x75\x6c\x64\x20\x72\x65\x61\x64\x20\x61\x73\x20\x6d\x75\x63\x68\x20\x64\x61\x74\x61\x20\x61\x73\x20\x69\x73\x20\x61\x6c\x6c\x6f\x77\x65\x64\x20\x77\x69\x74\x68\x69\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x66\x69\x6e\x69\x74\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x73\x69\x7a\x65\x2c\x20\x65\x2e\x67\x2e\x20\x20\x69\x66\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x65\x6e\x64\x69\x6e\x67\x73\x20\x6f\x72\x20\x73\x74\x61\x74\x65\x20\x6d\x61\x72\x6b\x65\x72\x73\x20\x61\x72\x65\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x6e\x20\x74\x68\x65\x20\x73\x74\x72\x65\x61\x6d\x2c\x20\x74\x68\x65\x73\x65\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x72\x65\x61\x64\x20\x74\x6f\x6f\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   62622             : };
   62623             : static
   62624             :     struct {
   62625             :         PyASCIIObject _ascii;
   62626             :         uint8_t _data[9];
   62627             :     }
   62628             : const_str_keepends = {
   62629             :     ._ascii = {
   62630             :         .ob_base = {
   62631             :             .ob_refcnt = 999999999,
   62632             :             .ob_type = &PyUnicode_Type,
   62633             :         },
   62634             :         .length = 8,
   62635             :         .hash = -1,
   62636             :         .state = {
   62637             :             .kind = 1,
   62638             :             .compact = 1,
   62639             :             .ascii = 1,
   62640             :         },
   62641             :     },
   62642             :     ._data = "keepends",
   62643             : };
   62644             : static
   62645             :     struct {
   62646             :         PyGC_Head _gc_head;
   62647             :         struct {
   62648             :             PyObject_VAR_HEAD
   62649             :             PyObject *ob_item[1];
   62650             :         }_object;
   62651             :     }
   62652             : codecs_toplevel_consts_26_consts_6_consts_4 = {
   62653             :     ._object = {
   62654             :         .ob_base = {
   62655             :             .ob_base = {
   62656             :                 .ob_refcnt = 999999999,
   62657             :                 .ob_type = &PyTuple_Type,
   62658             :             },
   62659             :             .ob_size = 1,
   62660             :         },
   62661             :         .ob_item = {
   62662             :             & const_str_keepends._ascii.ob_base,
   62663             :         },
   62664             :     },
   62665             : };
   62666             : static
   62667             :     struct {
   62668             :         PyGC_Head _gc_head;
   62669             :         struct {
   62670             :             PyObject_VAR_HEAD
   62671             :             PyObject *ob_item[6];
   62672             :         }_object;
   62673             :     }
   62674             : codecs_toplevel_consts_26_consts_6_consts = {
   62675             :     ._object = {
   62676             :         .ob_base = {
   62677             :             .ob_base = {
   62678             :                 .ob_refcnt = 999999999,
   62679             :                 .ob_type = &PyTuple_Type,
   62680             :             },
   62681             :             .ob_size = 6,
   62682             :         },
   62683             :         .ob_item = {
   62684             :             & codecs_toplevel_consts_26_consts_6_consts_0._ascii.ob_base,
   62685             :             Py_None,
   62686             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   62687             :             Py_True,
   62688             :             & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
   62689             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   62690             :         },
   62691             :     },
   62692             : };
   62693             : static
   62694             :     struct {
   62695             :         PyASCIIObject _ascii;
   62696             :         uint8_t _data[6];
   62697             :     }
   62698             : const_str_start = {
   62699             :     ._ascii = {
   62700             :         .ob_base = {
   62701             :             .ob_refcnt = 999999999,
   62702             :             .ob_type = &PyUnicode_Type,
   62703             :         },
   62704             :         .length = 5,
   62705             :         .hash = -1,
   62706             :         .state = {
   62707             :             .kind = 1,
   62708             :             .compact = 1,
   62709             :             .ascii = 1,
   62710             :         },
   62711             :     },
   62712             :     ._data = "start",
   62713             : };
   62714             : static
   62715             :     struct {
   62716             :         PyASCIIObject _ascii;
   62717             :         uint8_t _data[11];
   62718             :     }
   62719             : const_str_splitlines = {
   62720             :     ._ascii = {
   62721             :         .ob_base = {
   62722             :             .ob_refcnt = 999999999,
   62723             :             .ob_type = &PyUnicode_Type,
   62724             :         },
   62725             :         .length = 10,
   62726             :         .hash = -1,
   62727             :         .state = {
   62728             :             .kind = 1,
   62729             :             .compact = 1,
   62730             :             .ascii = 1,
   62731             :         },
   62732             :     },
   62733             :     ._data = "splitlines",
   62734             : };
   62735             : static
   62736             :     struct {
   62737             :         PyGC_Head _gc_head;
   62738             :         struct {
   62739             :             PyObject_VAR_HEAD
   62740             :             PyObject *ob_item[13];
   62741             :         }_object;
   62742             :     }
   62743             : codecs_toplevel_consts_26_consts_6_names = {
   62744             :     ._object = {
   62745             :         .ob_base = {
   62746             :             .ob_base = {
   62747             :                 .ob_refcnt = 999999999,
   62748             :                 .ob_type = &PyTuple_Type,
   62749             :             },
   62750             :             .ob_size = 13,
   62751             :         },
   62752             :         .ob_item = {
   62753             :             & const_str_linebuffer._ascii.ob_base,
   62754             :             & const_str__empty_charbuffer._ascii.ob_base,
   62755             :             &_Py_ID(join),
   62756             :             & const_str_charbuffer._ascii.ob_base,
   62757             :             &_Py_ID(len),
   62758             :             & const_str_stream._ascii.ob_base,
   62759             :             &_Py_ID(read),
   62760             :             & const_str_bytebuffer._ascii.ob_base,
   62761             :             &_Py_ID(decode),
   62762             :             &_Py_ID(errors),
   62763             :             & const_str_UnicodeDecodeError._ascii.ob_base,
   62764             :             & const_str_start._ascii.ob_base,
   62765             :             & const_str_splitlines._ascii.ob_base,
   62766             :         },
   62767             :     },
   62768             : };
   62769             : static
   62770             :     struct {
   62771             :         PyASCIIObject _ascii;
   62772             :         uint8_t _data[18];
   62773             :     }
   62774             : codecs_toplevel_consts_26_consts_6_qualname = {
   62775             :     ._ascii = {
   62776             :         .ob_base = {
   62777             :             .ob_refcnt = 999999999,
   62778             :             .ob_type = &PyUnicode_Type,
   62779             :         },
   62780             :         .length = 17,
   62781             :         .hash = -1,
   62782             :         .state = {
   62783             :             .kind = 1,
   62784             :             .compact = 1,
   62785             :             .ascii = 1,
   62786             :         },
   62787             :     },
   62788             :     ._data = "StreamReader.read",
   62789             : };
   62790             : static
   62791             :     struct {
   62792             :         PyObject_VAR_HEAD
   62793             :         Py_hash_t ob_shash;
   62794             :         char ob_sval[499];
   62795             :     }
   62796             : codecs_toplevel_consts_26_consts_6_linetable = {
   62797             :     .ob_base = {
   62798             :         .ob_base = {
   62799             :             .ob_refcnt = 999999999,
   62800             :             .ob_type = &PyBytes_Type,
   62801             :         },
   62802             :         .ob_size = 498,
   62803             :     },
   62804             :     .ob_shash = -1,
   62805             :     .ob_sval = "\x80\x00\xf0\x38\x00\x0c\x10\x8f\x3f\x89\x3f\xf0\x00\x02\x09\x23\xd8\x1e\x22\xd7\x1e\x34\xd1\x1e\x34\xd7\x1e\x39\xd1\x1e\x39\xb8\x24\xbf\x2f\xb9\x2f\xd4\x1e\x4a\x88\x44\x8c\x4f\xd8\x1e\x22\x88\x44\x8c\x4f\xe0\x0b\x10\x90\x31\x8a\x39\xf0\x00\x03\x09\x19\xf0\x06\x00\x15\x19\x88\x45\xf0\x06\x00\x0f\x13\xe0\x0f\x14\x98\x01\x8a\x7a\xf0\x00\x02\x0d\x1a\xdd\x13\x16\x90\x74\x97\x7f\x91\x7f\xd4\x13\x27\xa8\x35\xd2\x13\x30\xf0\x00\x01\x11\x1a\xd8\x14\x19\xe0\x0f\x13\x90\x61\x8a\x78\xf0\x00\x03\x0d\x31\xd8\x1a\x1e\x9f\x2b\x99\x2b\xd7\x1a\x2a\xd1\x1a\x2a\xd4\x1a\x2c\x90\x07\x90\x07\xe0\x1a\x1e\x9f\x2b\x99\x2b\xd7\x1a\x2a\xd1\x1a\x2a\xa8\x34\xd4\x1a\x30\x90\x07\xe0\x13\x17\x97\x3f\x91\x3f\xa0\x57\xd1\x13\x2c\x88\x44\xd8\x13\x17\xf0\x00\x01\x0d\x16\xd8\x10\x15\xf0\x02\x0a\x0d\x1a\xd8\x29\x2d\xaf\x1b\xa9\x1b\xb0\x54\xb8\x34\xbf\x3b\xb9\x3b\xd4\x29\x47\xd1\x10\x26\x90\x08\x98\x2c\xf0\x16\x00\x1f\x23\xa0\x3c\xd0\x1e\x31\xd0\x1e\x31\x88\x44\x8c\x4f\xe0\x0c\x10\x88\x4f\x8f\x4f\x89\x4f\x98\x78\xd1\x0c\x27\x88\x4f\x8c\x4f\xe0\x13\x1a\xf0\x00\x01\x0d\x16\xd8\x10\x15\xf0\x3f\x00\x0f\x13\xf0\x40\x01\x00\x0c\x11\x90\x31\x8a\x39\xf0\x00\x07\x09\x36\xe0\x15\x19\x97\x5f\x91\x5f\x88\x46\xd8\x1e\x22\xd7\x1e\x34\xd1\x1e\x34\x88\x44\x8c\x4f\x88\x4f\xf0\x06\x00\x16\x1a\x97\x5f\x91\x5f\xd0\x15\x2c\xa0\x65\xd0\x15\x2c\x88\x46\xd8\x1e\x22\x9f\x6f\x99\x6f\xa8\x65\xd0\x1e\x35\xd0\x1e\x35\x88\x44\x8c\x4f\xd8\x0f\x15\x88\x0d\xf8\xf5\x31\x00\x14\x26\xf0\x00\x08\x0d\x1a\xf0\x00\x08\x0d\x1a\xf0\x00\x08\x0d\x1a\xd8\x13\x1c\xf0\x00\x07\x11\x1a\xe0\x18\x1c\x9f\x0b\x99\x0b\xa0\x44\xd0\x24\x34\xa8\x23\xaf\x29\xa9\x29\xd0\x24\x34\xb0\x64\xb7\x6b\xb1\x6b\xd4\x18\x42\xf1\x03\x00\x15\x2b\x90\x48\x98\x6c\xe0\x1c\x24\xd7\x1c\x2f\xd1\x1c\x2f\xb8\x14\xd0\x1c\x2f\xd4\x1c\x3e\x90\x45\xdd\x17\x1a\x98\x35\x94\x7a\xa0\x31\x92\x7d\xf0\x00\x01\x15\x1e\xd8\x18\x1d\xe0\x14\x19\xf0\x07\x01\x15\x1e\xf0\x00\x01\x15\x1e\xf0\x00\x01\x15\x1e\xf0\x00\x01\x15\x1e\xf0\x00\x01\x15\x1e\xf8\xf8\xf8\xf8\xf0\x0b\x08\x0d\x1a\xf8\xf8\xf8",
   62806             : };
   62807             : static
   62808             :     struct {
   62809             :         PyObject_VAR_HEAD
   62810             :         Py_hash_t ob_shash;
   62811             :         char ob_sval[26];
   62812             :     }
   62813             : codecs_toplevel_consts_26_consts_6_exceptiontable = {
   62814             :     .ob_base = {
   62815             :         .ob_base = {
   62816             :             .ob_refcnt = 999999999,
   62817             :             .ob_type = &PyBytes_Type,
   62818             :         },
   62819             :         .ob_size = 25,
   62820             :     },
   62821             :     .ob_shash = -1,
   62822             :     .ob_sval = "\xc2\x3b\x20\x45\x07\x00\xc5\x07\x0a\x46\x30\x03\xc5\x11\x41\x15\x46\x2b\x03\xc6\x2b\x05\x46\x30\x03",
   62823             : };
   62824             : static
   62825             :     struct {
   62826             :         PyASCIIObject _ascii;
   62827             :         uint8_t _data[6];
   62828             :     }
   62829             : const_str_chars = {
   62830             :     ._ascii = {
   62831             :         .ob_base = {
   62832             :             .ob_refcnt = 999999999,
   62833             :             .ob_type = &PyUnicode_Type,
   62834             :         },
   62835             :         .length = 5,
   62836             :         .hash = -1,
   62837             :         .state = {
   62838             :             .kind = 1,
   62839             :             .compact = 1,
   62840             :             .ascii = 1,
   62841             :         },
   62842             :     },
   62843             :     ._data = "chars",
   62844             : };
   62845             : static
   62846             :     struct {
   62847             :         PyASCIIObject _ascii;
   62848             :         uint8_t _data[10];
   62849             :     }
   62850             : const_str_firstline = {
   62851             :     ._ascii = {
   62852             :         .ob_base = {
   62853             :             .ob_refcnt = 999999999,
   62854             :             .ob_type = &PyUnicode_Type,
   62855             :         },
   62856             :         .length = 9,
   62857             :         .hash = -1,
   62858             :         .state = {
   62859             :             .kind = 1,
   62860             :             .compact = 1,
   62861             :             .ascii = 1,
   62862             :         },
   62863             :     },
   62864             :     ._data = "firstline",
   62865             : };
   62866             : static
   62867             :     struct {
   62868             :         PyASCIIObject _ascii;
   62869             :         uint8_t _data[8];
   62870             :     }
   62871             : const_str_newdata = {
   62872             :     ._ascii = {
   62873             :         .ob_base = {
   62874             :             .ob_refcnt = 999999999,
   62875             :             .ob_type = &PyUnicode_Type,
   62876             :         },
   62877             :         .length = 7,
   62878             :         .hash = -1,
   62879             :         .state = {
   62880             :             .kind = 1,
   62881             :             .compact = 1,
   62882             :             .ascii = 1,
   62883             :         },
   62884             :     },
   62885             :     ._data = "newdata",
   62886             : };
   62887             : static
   62888             :     struct {
   62889             :         PyASCIIObject _ascii;
   62890             :         uint8_t _data[9];
   62891             :     }
   62892             : const_str_newchars = {
   62893             :     ._ascii = {
   62894             :         .ob_base = {
   62895             :             .ob_refcnt = 999999999,
   62896             :             .ob_type = &PyUnicode_Type,
   62897             :         },
   62898             :         .length = 8,
   62899             :         .hash = -1,
   62900             :         .state = {
   62901             :             .kind = 1,
   62902             :             .compact = 1,
   62903             :             .ascii = 1,
   62904             :         },
   62905             :     },
   62906             :     ._data = "newchars",
   62907             : };
   62908             : static
   62909             :     struct {
   62910             :         PyASCIIObject _ascii;
   62911             :         uint8_t _data[13];
   62912             :     }
   62913             : const_str_decodedbytes = {
   62914             :     ._ascii = {
   62915             :         .ob_base = {
   62916             :             .ob_refcnt = 999999999,
   62917             :             .ob_type = &PyUnicode_Type,
   62918             :         },
   62919             :         .length = 12,
   62920             :         .hash = -1,
   62921             :         .state = {
   62922             :             .kind = 1,
   62923             :             .compact = 1,
   62924             :             .ascii = 1,
   62925             :         },
   62926             :     },
   62927             :     ._data = "decodedbytes",
   62928             : };
   62929             : static
   62930             :     struct {
   62931             :         PyASCIIObject _ascii;
   62932             :         uint8_t _data[6];
   62933             :     }
   62934             : const_str_lines = {
   62935             :     ._ascii = {
   62936             :         .ob_base = {
   62937             :             .ob_refcnt = 999999999,
   62938             :             .ob_type = &PyUnicode_Type,
   62939             :         },
   62940             :         .length = 5,
   62941             :         .hash = -1,
   62942             :         .state = {
   62943             :             .kind = 1,
   62944             :             .compact = 1,
   62945             :             .ascii = 1,
   62946             :         },
   62947             :     },
   62948             :     ._data = "lines",
   62949             : };
   62950             : static
   62951             :     struct {
   62952             :         PyGC_Head _gc_head;
   62953             :         struct {
   62954             :             PyObject_VAR_HEAD
   62955             :             PyObject *ob_item[11];
   62956             :         }_object;
   62957             :     }
   62958             : codecs_toplevel_consts_26_consts_6_localsplusnames = {
   62959             :     ._object = {
   62960             :         .ob_base = {
   62961             :             .ob_base = {
   62962             :                 .ob_refcnt = 999999999,
   62963             :                 .ob_type = &PyTuple_Type,
   62964             :             },
   62965             :             .ob_size = 11,
   62966             :         },
   62967             :         .ob_item = {
   62968             :             & const_str_self._ascii.ob_base,
   62969             :             & const_str_size._ascii.ob_base,
   62970             :             & const_str_chars._ascii.ob_base,
   62971             :             & const_str_firstline._ascii.ob_base,
   62972             :             & const_str_newdata._ascii.ob_base,
   62973             :             & const_str_data._ascii.ob_base,
   62974             :             & const_str_newchars._ascii.ob_base,
   62975             :             & const_str_decodedbytes._ascii.ob_base,
   62976             :             & const_str_exc._ascii.ob_base,
   62977             :             & const_str_lines._ascii.ob_base,
   62978             :             & const_str_result._ascii.ob_base,
   62979             :         },
   62980             :     },
   62981             : };
   62982             : static
   62983             :     struct _PyCode_DEF(870)
   62984             : codecs_toplevel_consts_26_consts_6 = {
   62985             :     .ob_base = {
   62986             :         .ob_base = {
   62987             :             .ob_refcnt = 999999999,
   62988             :             .ob_type = &PyCode_Type,
   62989             :         },
   62990             :         .ob_size = 435,
   62991             :     },
   62992             :     .co_consts = & codecs_toplevel_consts_26_consts_6_consts._object.ob_base.ob_base,
   62993             :     .co_names = & codecs_toplevel_consts_26_consts_6_names._object.ob_base.ob_base,
   62994             :     .co_exceptiontable = & codecs_toplevel_consts_26_consts_6_exceptiontable.ob_base.ob_base,
   62995             :     .co_flags = 3,
   62996             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   62997             :     ._co_linearray_entry_size = 0,
   62998             :     .co_argcount = 4,
   62999             :     .co_posonlyargcount = 0,
   63000             :     .co_kwonlyargcount = 0,
   63001             :     .co_framesize = 17 + FRAME_SPECIALS_SIZE,
   63002             :     .co_stacksize = 6,
   63003             :     .co_firstlineno = 451,
   63004             :     .co_nlocalsplus = 11,
   63005             :     .co_nlocals = 11,
   63006             :     .co_nplaincellvars = 0,
   63007             :     .co_ncellvars = 0,
   63008             :     .co_nfreevars = 0,
   63009             :     .co_localsplusnames = & codecs_toplevel_consts_26_consts_6_localsplusnames._object.ob_base.ob_base,
   63010             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
   63011             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   63012             :     .co_name = &_Py_ID(read),
   63013             :     .co_qualname = & codecs_toplevel_consts_26_consts_6_qualname._ascii.ob_base,
   63014             :     .co_linetable = & codecs_toplevel_consts_26_consts_6_linetable.ob_base.ob_base,
   63015             :     ._co_code = NULL,
   63016             :     ._co_linearray = NULL,
   63017             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x32\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x02\x7c\x01\x7d\x02\x09\x00\x7c\x02\x64\x02\x6b\x05\x00\x00\x00\x00\x72\x1c\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x05\x00\x00\x00\x00\x72\x01\x6e\x94\x7c\x01\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x1c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x1c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7a\x00\x00\x00\x7d\x05\x7c\x05\x73\x01\x6e\x44\x09\x00\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x05\x7c\x07\x64\x01\x1a\x00\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x78\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7a\x0d\x00\x00\x63\x02\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x73\x01\x6e\x01\x8c\xb6\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x1e\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x23\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x02\x1a\x00\x7d\x0a\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x1a\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x53\x00\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x5f\x7d\x08\x7c\x03\x72\x52\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x01\x7c\x08\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x7c\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x06\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xac\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x01\x00\x00\x00\x00\x72\x02\x82\x00\x82\x00\x59\x00\x64\x01\x7d\x08\x7e\x08\x8c\xd0\x64\x01\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
   63018             :     ._co_firsttraceable = 0,
   63019             : };
   63020             : static
   63021             :     struct {
   63022             :         PyASCIIObject _ascii;
   63023             :         uint8_t _data[178];
   63024             :     }
   63025             : codecs_toplevel_consts_26_consts_9_consts_0 = {
   63026             :     ._ascii = {
   63027             :         .ob_base = {
   63028             :             .ob_refcnt = 999999999,
   63029             :             .ob_type = &PyUnicode_Type,
   63030             :         },
   63031             :         .length = 177,
   63032             :         .hash = -1,
   63033             :         .state = {
   63034             :             .kind = 1,
   63035             :             .compact = 1,
   63036             :             .ascii = 1,
   63037             :         },
   63038             :     },
   63039             :     ._data = "\x20\x52\x65\x61\x64\x20\x6f\x6e\x65\x20\x6c\x69\x6e\x65\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x73\x74\x72\x65\x61\x6d\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x63\x6f\x64\x65\x64\x20\x64\x61\x74\x61\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x69\x7a\x65\x2c\x20\x69\x66\x20\x67\x69\x76\x65\x6e\x2c\x20\x69\x73\x20\x70\x61\x73\x73\x65\x64\x20\x61\x73\x20\x73\x69\x7a\x65\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x74\x6f\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x61\x64\x28\x29\x20\x6d\x65\x74\x68\x6f\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   63040             : };
   63041             : static
   63042             :     struct {
   63043             :         PyGC_Head _gc_head;
   63044             :         struct {
   63045             :             PyObject_VAR_HEAD
   63046             :             PyObject *ob_item[1];
   63047             :         }_object;
   63048             :     }
   63049             : codecs_toplevel_consts_26_consts_9_consts_8 = {
   63050             :     ._object = {
   63051             :         .ob_base = {
   63052             :             .ob_base = {
   63053             :                 .ob_refcnt = 999999999,
   63054             :                 .ob_type = &PyTuple_Type,
   63055             :             },
   63056             :             .ob_size = 1,
   63057             :         },
   63058             :         .ob_item = {
   63059             :             & const_str_firstline._ascii.ob_base,
   63060             :         },
   63061             :     },
   63062             : };
   63063             : static
   63064             :     struct {
   63065             :         PyASCIIObject _ascii;
   63066             :         uint8_t _data[2];
   63067             :     }
   63068             : codecs_toplevel_consts_26_consts_9_consts_9 = {
   63069             :     ._ascii = {
   63070             :         .ob_base = {
   63071             :             .ob_refcnt = 999999999,
   63072             :             .ob_type = &PyUnicode_Type,
   63073             :         },
   63074             :         .length = 1,
   63075             :         .hash = -1,
   63076             :         .state = {
   63077             :             .kind = 1,
   63078             :             .compact = 1,
   63079             :             .ascii = 1,
   63080             :         },
   63081             :     },
   63082             :     ._data = "\x0d",
   63083             : };
   63084             : static
   63085             :     struct {
   63086             :         PyGC_Head _gc_head;
   63087             :         struct {
   63088             :             PyObject_VAR_HEAD
   63089             :             PyObject *ob_item[2];
   63090             :         }_object;
   63091             :     }
   63092             : codecs_toplevel_consts_26_consts_9_consts_11 = {
   63093             :     ._object = {
   63094             :         .ob_base = {
   63095             :             .ob_base = {
   63096             :                 .ob_refcnt = 999999999,
   63097             :                 .ob_type = &PyTuple_Type,
   63098             :             },
   63099             :             .ob_size = 2,
   63100             :         },
   63101             :         .ob_item = {
   63102             :             & const_str_size._ascii.ob_base,
   63103             :             & const_str_chars._ascii.ob_base,
   63104             :         },
   63105             :     },
   63106             : };
   63107             : static
   63108             :     struct {
   63109             :         PyObject_VAR_HEAD
   63110             :         digit ob_digit[1];
   63111             :     }
   63112             : const_int_8000 = {
   63113             :     .ob_base = {
   63114             :         .ob_base = {
   63115             :             .ob_refcnt = 999999999,
   63116             :             .ob_type = &PyLong_Type,
   63117             :         },
   63118             :         .ob_size = 1,
   63119             :     },
   63120             :     .ob_digit = { 8000 },
   63121             : };
   63122             : static
   63123             :     struct {
   63124             :         PyGC_Head _gc_head;
   63125             :         struct {
   63126             :             PyObject_VAR_HEAD
   63127             :             PyObject *ob_item[15];
   63128             :         }_object;
   63129             :     }
   63130             : codecs_toplevel_consts_26_consts_9_consts = {
   63131             :     ._object = {
   63132             :         .ob_base = {
   63133             :             .ob_base = {
   63134             :                 .ob_refcnt = 999999999,
   63135             :                 .ob_type = &PyTuple_Type,
   63136             :             },
   63137             :             .ob_size = 15,
   63138             :         },
   63139             :         .ob_item = {
   63140             :             & codecs_toplevel_consts_26_consts_9_consts_0._ascii.ob_base,
   63141             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   63142             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   63143             :             Py_None,
   63144             :             Py_False,
   63145             :             & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
   63146             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 72],
   63147             :             Py_True,
   63148             :             & codecs_toplevel_consts_26_consts_9_consts_8._object.ob_base.ob_base,
   63149             :             & codecs_toplevel_consts_26_consts_9_consts_9._ascii.ob_base,
   63150             :             (PyObject *)&_Py_SINGLETON(bytes_characters[13]),
   63151             :             & codecs_toplevel_consts_26_consts_9_consts_11._object.ob_base.ob_base,
   63152             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   63153             :             & const_int_8000.ob_base.ob_base,
   63154             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   63155             :         },
   63156             :     },
   63157             : };
   63158             : static
   63159             :     struct {
   63160             :         PyGC_Head _gc_head;
   63161             :         struct {
   63162             :             PyObject_VAR_HEAD
   63163             :             PyObject *ob_item[11];
   63164             :         }_object;
   63165             :     }
   63166             : codecs_toplevel_consts_26_consts_9_names = {
   63167             :     ._object = {
   63168             :         .ob_base = {
   63169             :             .ob_base = {
   63170             :                 .ob_refcnt = 999999999,
   63171             :                 .ob_type = &PyTuple_Type,
   63172             :             },
   63173             :             .ob_size = 11,
   63174             :         },
   63175             :         .ob_item = {
   63176             :             & const_str_linebuffer._ascii.ob_base,
   63177             :             &_Py_ID(len),
   63178             :             & const_str_charbuffer._ascii.ob_base,
   63179             :             & const_str_splitlines._ascii.ob_base,
   63180             :             & const_str__empty_charbuffer._ascii.ob_base,
   63181             :             &_Py_ID(read),
   63182             :             &_Py_ID(isinstance),
   63183             :             & const_str_str._ascii.ob_base,
   63184             :             & const_str_endswith._ascii.ob_base,
   63185             :             & const_str_bytes._ascii.ob_base,
   63186             :             &_Py_ID(join),
   63187             :         },
   63188             :     },
   63189             : };
   63190             : static
   63191             :     struct {
   63192             :         PyASCIIObject _ascii;
   63193             :         uint8_t _data[22];
   63194             :     }
   63195             : codecs_toplevel_consts_26_consts_9_qualname = {
   63196             :     ._ascii = {
   63197             :         .ob_base = {
   63198             :             .ob_refcnt = 999999999,
   63199             :             .ob_type = &PyUnicode_Type,
   63200             :         },
   63201             :         .length = 21,
   63202             :         .hash = -1,
   63203             :         .state = {
   63204             :             .kind = 1,
   63205             :             .compact = 1,
   63206             :             .ascii = 1,
   63207             :         },
   63208             :     },
   63209             :     ._data = "StreamReader.readline",
   63210             : };
   63211             : static
   63212             :     struct {
   63213             :         PyObject_VAR_HEAD
   63214             :         Py_hash_t ob_shash;
   63215             :         char ob_sval[646];
   63216             :     }
   63217             : codecs_toplevel_consts_26_consts_9_linetable = {
   63218             :     .ob_base = {
   63219             :         .ob_base = {
   63220             :             .ob_refcnt = 999999999,
   63221             :             .ob_type = &PyBytes_Type,
   63222             :         },
   63223             :         .ob_size = 645,
   63224             :     },
   63225             :     .ob_shash = -1,
   63226             :     .ob_sval = "\x80\x00\xf0\x16\x00\x0c\x10\x8f\x3f\x89\x3f\xf0\x00\x0a\x09\x18\xd8\x13\x17\x97\x3f\x91\x3f\xa0\x31\xd4\x13\x25\x88\x44\xd8\x10\x14\x97\x0f\x91\x0f\xa0\x01\xd0\x10\x22\xdd\x0f\x12\x90\x34\x97\x3f\x91\x3f\xd4\x0f\x23\xa0\x71\xd2\x0f\x28\xf0\x00\x04\x0d\x27\xf0\x06\x00\x23\x27\xa7\x2f\xa1\x2f\xb0\x21\xd4\x22\x34\x90\x04\x94\x0f\xd8\x22\x26\x90\x04\x94\x0f\xd8\x13\x1b\xf0\x00\x01\x0d\x3a\xd8\x17\x1b\x97\x7f\x91\x7f\xb0\x05\x90\x7f\xd4\x17\x36\xb0\x71\xd4\x17\x39\x90\x04\xd8\x13\x17\x88\x4b\xe0\x13\x17\x90\x3a\x98\x32\x88\x08\xd8\x0f\x13\xd7\x0f\x25\xd1\x0f\x25\x88\x04\xe0\x0e\x12\xd8\x13\x17\x97\x39\x91\x39\x98\x58\xb0\x14\x90\x39\xd4\x13\x36\x88\x44\xd8\x0f\x13\xf0\x00\x06\x0d\x37\xf5\x08\x00\x15\x1f\x98\x74\xa5\x53\xd4\x14\x29\xf0\x00\x02\x11\x37\xa8\x64\xaf\x6d\xa9\x6d\xb8\x44\xd4\x2e\x41\xf0\x00\x02\x11\x37\xdd\x14\x1e\x98\x74\xa5\x55\xd4\x14\x2b\xf0\x03\x02\x11\x37\xd8\x30\x34\xb7\x0d\xb1\x0d\xb8\x65\xd4\x30\x44\xf0\x03\x02\x11\x37\xe0\x14\x18\x98\x44\x9f\x49\x99\x49\xa8\x31\xb0\x41\x98\x49\xd4\x1c\x36\xd1\x14\x36\x90\x44\xe0\x0c\x10\x90\x44\x89\x4c\x88\x44\xd8\x14\x18\x97\x4f\x91\x4f\xa8\x54\x90\x4f\xd4\x14\x32\x88\x45\xd8\x0f\x14\xf0\x00\x1b\x0d\x1a\xdd\x13\x16\x90\x75\x94\x3a\xa0\x01\x92\x3e\xf0\x00\x0f\x11\x1a\xf0\x06\x00\x1c\x21\xa0\x11\x9c\x38\x90\x44\xd8\x18\x1d\x98\x61\x98\x08\xdd\x17\x1a\x98\x35\x94\x7a\xa0\x41\x92\x7e\xf0\x00\x07\x15\x45\x01\xe0\x18\x1d\x98\x62\x98\x09\x98\x09\x9c\x09\xa0\x54\xa7\x5f\xa1\x5f\xd1\x18\x34\x98\x09\x98\x09\x99\x09\xd8\x2a\x2f\x98\x04\x9c\x0f\xd8\x2a\x2e\x98\x04\x9c\x0f\x98\x0f\xf0\x06\x00\x2b\x30\xb0\x01\xac\x28\xb0\x54\xb7\x5f\xb1\x5f\xd1\x2a\x44\x98\x04\x9c\x0f\xd8\x1b\x23\xf0\x00\x01\x15\x42\x01\xd8\x1f\x23\x9f\x7f\x99\x7f\xb8\x05\x98\x7f\xd4\x1f\x3e\xb8\x71\xd4\x1f\x41\x98\x04\xd8\x14\x19\xd8\x1f\x24\xa0\x51\x9c\x78\x90\x0c\xd8\x22\x27\xa8\x01\xa4\x28\xd7\x22\x35\xd1\x22\x35\xb8\x75\xd0\x22\x35\xd4\x22\x45\xc0\x61\xd4\x22\x48\x90\x0f\xd8\x13\x1f\xa0\x3f\xd2\x13\x32\xf0\x00\x08\x11\x1a\xe0\x26\x2a\xd7\x26\x3c\xd1\x26\x3c\xd7\x26\x41\xd1\x26\x41\xc0\x25\xc8\x01\xc0\x29\xc0\x29\xd4\x26\x4c\xd8\x26\x2a\xa7\x6f\xa1\x6f\xf1\x03\x01\x27\x36\x90\x44\x94\x4f\xe0\x17\x1f\xf0\x00\x03\x15\x2f\xd8\x1f\x2b\x98\x04\x98\x04\xe0\x1f\x2e\x98\x04\xd8\x14\x19\xe0\x13\x17\xf0\x00\x03\x0d\x16\x98\x34\xf0\x00\x03\x0d\x16\xd8\x13\x17\xf0\x00\x01\x11\x3e\xa0\x08\xf0\x00\x01\x11\x3e\xd8\x1b\x1f\x9f\x3f\x99\x3f\xb0\x45\x98\x3f\xd4\x1b\x3a\xb8\x31\xd4\x1b\x3d\x90\x44\xd8\x10\x15\xd8\x0f\x17\x98\x24\x8a\x7f\xf0\x00\x01\x0d\x1e\xd8\x10\x18\x98\x41\x91\x0d\x90\x08\xf1\x5d\x01\x00\x0f\x13\xf0\x5e\x01\x00\x10\x14\x88\x0b",
   63227             : };
   63228             : static
   63229             :     struct {
   63230             :         PyASCIIObject _ascii;
   63231             :         uint8_t _data[9];
   63232             :     }
   63233             : const_str_readsize = {
   63234             :     ._ascii = {
   63235             :         .ob_base = {
   63236             :             .ob_refcnt = 999999999,
   63237             :             .ob_type = &PyUnicode_Type,
   63238             :         },
   63239             :         .length = 8,
   63240             :         .hash = -1,
   63241             :         .state = {
   63242             :             .kind = 1,
   63243             :             .compact = 1,
   63244             :             .ascii = 1,
   63245             :         },
   63246             :     },
   63247             :     ._data = "readsize",
   63248             : };
   63249             : static
   63250             :     struct {
   63251             :         PyASCIIObject _ascii;
   63252             :         uint8_t _data[13];
   63253             :     }
   63254             : const_str_line0withend = {
   63255             :     ._ascii = {
   63256             :         .ob_base = {
   63257             :             .ob_refcnt = 999999999,
   63258             :             .ob_type = &PyUnicode_Type,
   63259             :         },
   63260             :         .length = 12,
   63261             :         .hash = -1,
   63262             :         .state = {
   63263             :             .kind = 1,
   63264             :             .compact = 1,
   63265             :             .ascii = 1,
   63266             :         },
   63267             :     },
   63268             :     ._data = "line0withend",
   63269             : };
   63270             : static
   63271             :     struct {
   63272             :         PyASCIIObject _ascii;
   63273             :         uint8_t _data[16];
   63274             :     }
   63275             : const_str_line0withoutend = {
   63276             :     ._ascii = {
   63277             :         .ob_base = {
   63278             :             .ob_refcnt = 999999999,
   63279             :             .ob_type = &PyUnicode_Type,
   63280             :         },
   63281             :         .length = 15,
   63282             :         .hash = -1,
   63283             :         .state = {
   63284             :             .kind = 1,
   63285             :             .compact = 1,
   63286             :             .ascii = 1,
   63287             :         },
   63288             :     },
   63289             :     ._data = "line0withoutend",
   63290             : };
   63291             : static
   63292             :     struct {
   63293             :         PyGC_Head _gc_head;
   63294             :         struct {
   63295             :             PyObject_VAR_HEAD
   63296             :             PyObject *ob_item[9];
   63297             :         }_object;
   63298             :     }
   63299             : codecs_toplevel_consts_26_consts_9_localsplusnames = {
   63300             :     ._object = {
   63301             :         .ob_base = {
   63302             :             .ob_base = {
   63303             :                 .ob_refcnt = 999999999,
   63304             :                 .ob_type = &PyTuple_Type,
   63305             :             },
   63306             :             .ob_size = 9,
   63307             :         },
   63308             :         .ob_item = {
   63309             :             & const_str_self._ascii.ob_base,
   63310             :             & const_str_size._ascii.ob_base,
   63311             :             & const_str_keepends._ascii.ob_base,
   63312             :             &_Py_ID(line),
   63313             :             & const_str_readsize._ascii.ob_base,
   63314             :             & const_str_data._ascii.ob_base,
   63315             :             & const_str_lines._ascii.ob_base,
   63316             :             & const_str_line0withend._ascii.ob_base,
   63317             :             & const_str_line0withoutend._ascii.ob_base,
   63318             :         },
   63319             :     },
   63320             : };
   63321             : static
   63322             :     struct _PyCode_DEF(1166)
   63323             : codecs_toplevel_consts_26_consts_9 = {
   63324             :     .ob_base = {
   63325             :         .ob_base = {
   63326             :             .ob_refcnt = 999999999,
   63327             :             .ob_type = &PyCode_Type,
   63328             :         },
   63329             :         .ob_size = 583,
   63330             :     },
   63331             :     .co_consts = & codecs_toplevel_consts_26_consts_9_consts._object.ob_base.ob_base,
   63332             :     .co_names = & codecs_toplevel_consts_26_consts_9_names._object.ob_base.ob_base,
   63333             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   63334             :     .co_flags = 3,
   63335             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   63336             :     ._co_linearray_entry_size = 0,
   63337             :     .co_argcount = 3,
   63338             :     .co_posonlyargcount = 0,
   63339             :     .co_kwonlyargcount = 0,
   63340             :     .co_framesize = 14 + FRAME_SPECIALS_SIZE,
   63341             :     .co_stacksize = 5,
   63342             :     .co_firstlineno = 531,
   63343             :     .co_nlocalsplus = 9,
   63344             :     .co_nlocals = 9,
   63345             :     .co_nplaincellvars = 0,
   63346             :     .co_ncellvars = 0,
   63347             :     .co_nfreevars = 0,
   63348             :     .co_localsplusnames = & codecs_toplevel_consts_26_consts_9_localsplusnames._object.ob_base.ob_base,
   63349             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
   63350             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   63351             :     .co_name = &_Py_ID(readline),
   63352             :     .co_qualname = & codecs_toplevel_consts_26_consts_9_qualname._ascii.ob_base,
   63353             :     .co_linetable = & codecs_toplevel_consts_26_consts_9_linetable.ob_base.ob_base,
   63354             :     ._co_code = NULL,
   63355             :     ._co_linearray = NULL,
   63356             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x75\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x3d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x1e\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x19\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x53\x00\x7c\x01\x70\x01\x64\x06\x7d\x04\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x07\xac\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x61\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x29\x7c\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x05\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x02\xac\x0b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x7d\x05\x7c\x03\x7c\x05\x7a\x0d\x00\x00\x7d\x03\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\xf2\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x7b\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x06\x64\x01\x3d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x29\x7c\x06\x64\x0c\x78\x02\x78\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x63\x03\x63\x02\x3c\x00\x00\x00\x7c\x06\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x1a\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x19\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x95\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x07\x7c\x08\x6b\x03\x00\x00\x00\x00\x72\x39\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x02\x64\x03\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x72\x03\x7c\x07\x7d\x03\x6e\x02\x7c\x08\x7d\x03\x6e\x2f\x7c\x05\x72\x02\x7c\x01\x81\x1e\x7c\x03\x72\x1b\x7c\x02\x73\x19\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x0d\x7c\x04\x64\x0d\x6b\x00\x00\x00\x00\x00\x72\x05\x7c\x04\x64\x0e\x7a\x12\x00\x00\x7d\x04\x3e\x01\x8c\xb2\x7c\x03\x53\x00",
   63357             :     ._co_firsttraceable = 0,
   63358             : };
   63359             : static
   63360             :     struct {
   63361             :         PyASCIIObject _ascii;
   63362             :         uint8_t _data[340];
   63363             :     }
   63364             : codecs_toplevel_consts_26_consts_10_consts_0 = {
   63365             :     ._ascii = {
   63366             :         .ob_base = {
   63367             :             .ob_refcnt = 999999999,
   63368             :             .ob_type = &PyUnicode_Type,
   63369             :         },
   63370             :         .length = 339,
   63371             :         .hash = -1,
   63372             :         .state = {
   63373             :             .kind = 1,
   63374             :             .compact = 1,
   63375             :             .ascii = 1,
   63376             :         },
   63377             :     },
   63378             :     ._data = "\x20\x52\x65\x61\x64\x20\x61\x6c\x6c\x20\x6c\x69\x6e\x65\x73\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x20\x6f\x6e\x20\x74\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x73\x74\x72\x65\x61\x6d\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x6d\x20\x61\x73\x20\x61\x20\x6c\x69\x73\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4c\x69\x6e\x65\x20\x62\x72\x65\x61\x6b\x73\x20\x61\x72\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x20\x75\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x27\x73\x20\x64\x65\x63\x6f\x64\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6d\x65\x74\x68\x6f\x64\x20\x61\x6e\x64\x20\x61\x72\x65\x20\x69\x6e\x63\x6c\x75\x64\x65\x64\x20\x69\x6e\x20\x74\x68\x65\x20\x6c\x69\x73\x74\x20\x65\x6e\x74\x72\x69\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x69\x7a\x65\x68\x69\x6e\x74\x2c\x20\x69\x66\x20\x67\x69\x76\x65\x6e\x2c\x20\x69\x73\x20\x69\x67\x6e\x6f\x72\x65\x64\x20\x73\x69\x6e\x63\x65\x20\x74\x68\x65\x72\x65\x20\x69\x73\x20\x6e\x6f\x20\x65\x66\x66\x69\x63\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x61\x79\x20\x74\x6f\x20\x66\x69\x6e\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x74\x72\x75\x65\x20\x65\x6e\x64\x2d\x6f\x66\x2d\x6c\x69\x6e\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   63379             : };
   63380             : static
   63381             :     struct {
   63382             :         PyGC_Head _gc_head;
   63383             :         struct {
   63384             :             PyObject_VAR_HEAD
   63385             :             PyObject *ob_item[1];
   63386             :         }_object;
   63387             :     }
   63388             : codecs_toplevel_consts_26_consts_10_consts = {
   63389             :     ._object = {
   63390             :         .ob_base = {
   63391             :             .ob_base = {
   63392             :                 .ob_refcnt = 999999999,
   63393             :                 .ob_type = &PyTuple_Type,
   63394             :             },
   63395             :             .ob_size = 1,
   63396             :         },
   63397             :         .ob_item = {
   63398             :             & codecs_toplevel_consts_26_consts_10_consts_0._ascii.ob_base,
   63399             :         },
   63400             :     },
   63401             : };
   63402             : static
   63403             :     struct {
   63404             :         PyGC_Head _gc_head;
   63405             :         struct {
   63406             :             PyObject_VAR_HEAD
   63407             :             PyObject *ob_item[2];
   63408             :         }_object;
   63409             :     }
   63410             : codecs_toplevel_consts_26_consts_10_names = {
   63411             :     ._object = {
   63412             :         .ob_base = {
   63413             :             .ob_base = {
   63414             :                 .ob_refcnt = 999999999,
   63415             :                 .ob_type = &PyTuple_Type,
   63416             :             },
   63417             :             .ob_size = 2,
   63418             :         },
   63419             :         .ob_item = {
   63420             :             &_Py_ID(read),
   63421             :             & const_str_splitlines._ascii.ob_base,
   63422             :         },
   63423             :     },
   63424             : };
   63425             : static
   63426             :     struct {
   63427             :         PyASCIIObject _ascii;
   63428             :         uint8_t _data[10];
   63429             :     }
   63430             : const_str_readlines = {
   63431             :     ._ascii = {
   63432             :         .ob_base = {
   63433             :             .ob_refcnt = 999999999,
   63434             :             .ob_type = &PyUnicode_Type,
   63435             :         },
   63436             :         .length = 9,
   63437             :         .hash = -1,
   63438             :         .state = {
   63439             :             .kind = 1,
   63440             :             .compact = 1,
   63441             :             .ascii = 1,
   63442             :         },
   63443             :     },
   63444             :     ._data = "readlines",
   63445             : };
   63446             : static
   63447             :     struct {
   63448             :         PyASCIIObject _ascii;
   63449             :         uint8_t _data[23];
   63450             :     }
   63451             : codecs_toplevel_consts_26_consts_10_qualname = {
   63452             :     ._ascii = {
   63453             :         .ob_base = {
   63454             :             .ob_refcnt = 999999999,
   63455             :             .ob_type = &PyUnicode_Type,
   63456             :         },
   63457             :         .length = 22,
   63458             :         .hash = -1,
   63459             :         .state = {
   63460             :             .kind = 1,
   63461             :             .compact = 1,
   63462             :             .ascii = 1,
   63463             :         },
   63464             :     },
   63465             :     ._data = "StreamReader.readlines",
   63466             : };
   63467             : static
   63468             :     struct {
   63469             :         PyObject_VAR_HEAD
   63470             :         Py_hash_t ob_shash;
   63471             :         char ob_sval[31];
   63472             :     }
   63473             : codecs_toplevel_consts_26_consts_10_linetable = {
   63474             :     .ob_base = {
   63475             :         .ob_base = {
   63476             :             .ob_refcnt = 999999999,
   63477             :             .ob_type = &PyBytes_Type,
   63478             :         },
   63479             :         .ob_size = 30,
   63480             :     },
   63481             :     .ob_shash = -1,
   63482             :     .ob_sval = "\x80\x00\xf0\x18\x00\x10\x14\x8f\x79\x89\x79\x8c\x7b\x88\x04\xd8\x0f\x13\x8f\x7f\x89\x7f\x98\x78\xd4\x0f\x28\xd0\x08\x28",
   63483             : };
   63484             : static
   63485             :     struct {
   63486             :         PyASCIIObject _ascii;
   63487             :         uint8_t _data[9];
   63488             :     }
   63489             : const_str_sizehint = {
   63490             :     ._ascii = {
   63491             :         .ob_base = {
   63492             :             .ob_refcnt = 999999999,
   63493             :             .ob_type = &PyUnicode_Type,
   63494             :         },
   63495             :         .length = 8,
   63496             :         .hash = -1,
   63497             :         .state = {
   63498             :             .kind = 1,
   63499             :             .compact = 1,
   63500             :             .ascii = 1,
   63501             :         },
   63502             :     },
   63503             :     ._data = "sizehint",
   63504             : };
   63505             : static
   63506             :     struct {
   63507             :         PyGC_Head _gc_head;
   63508             :         struct {
   63509             :             PyObject_VAR_HEAD
   63510             :             PyObject *ob_item[4];
   63511             :         }_object;
   63512             :     }
   63513             : codecs_toplevel_consts_26_consts_10_localsplusnames = {
   63514             :     ._object = {
   63515             :         .ob_base = {
   63516             :             .ob_base = {
   63517             :                 .ob_refcnt = 999999999,
   63518             :                 .ob_type = &PyTuple_Type,
   63519             :             },
   63520             :             .ob_size = 4,
   63521             :         },
   63522             :         .ob_item = {
   63523             :             & const_str_self._ascii.ob_base,
   63524             :             & const_str_sizehint._ascii.ob_base,
   63525             :             & const_str_keepends._ascii.ob_base,
   63526             :             & const_str_data._ascii.ob_base,
   63527             :         },
   63528             :     },
   63529             : };
   63530             : static
   63531             :     struct _PyCode_DEF(72)
   63532             : codecs_toplevel_consts_26_consts_10 = {
   63533             :     .ob_base = {
   63534             :         .ob_base = {
   63535             :             .ob_refcnt = 999999999,
   63536             :             .ob_type = &PyCode_Type,
   63537             :         },
   63538             :         .ob_size = 36,
   63539             :     },
   63540             :     .co_consts = & codecs_toplevel_consts_26_consts_10_consts._object.ob_base.ob_base,
   63541             :     .co_names = & codecs_toplevel_consts_26_consts_10_names._object.ob_base.ob_base,
   63542             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   63543             :     .co_flags = 3,
   63544             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   63545             :     ._co_linearray_entry_size = 0,
   63546             :     .co_argcount = 3,
   63547             :     .co_posonlyargcount = 0,
   63548             :     .co_kwonlyargcount = 0,
   63549             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   63550             :     .co_stacksize = 3,
   63551             :     .co_firstlineno = 606,
   63552             :     .co_nlocalsplus = 4,
   63553             :     .co_nlocals = 4,
   63554             :     .co_nplaincellvars = 0,
   63555             :     .co_ncellvars = 0,
   63556             :     .co_nfreevars = 0,
   63557             :     .co_localsplusnames = & codecs_toplevel_consts_26_consts_10_localsplusnames._object.ob_base.ob_base,
   63558             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   63559             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   63560             :     .co_name = & const_str_readlines._ascii.ob_base,
   63561             :     .co_qualname = & codecs_toplevel_consts_26_consts_10_qualname._ascii.ob_base,
   63562             :     .co_linetable = & codecs_toplevel_consts_26_consts_10_linetable.ob_base.ob_base,
   63563             :     ._co_code = NULL,
   63564             :     ._co_linearray = NULL,
   63565             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   63566             :     ._co_firsttraceable = 0,
   63567             : };
   63568             : static
   63569             :     struct {
   63570             :         PyASCIIObject _ascii;
   63571             :         uint8_t _data[237];
   63572             :     }
   63573             : codecs_toplevel_consts_26_consts_11_consts_0 = {
   63574             :     ._ascii = {
   63575             :         .ob_base = {
   63576             :             .ob_refcnt = 999999999,
   63577             :             .ob_type = &PyUnicode_Type,
   63578             :         },
   63579             :         .length = 236,
   63580             :         .hash = -1,
   63581             :         .state = {
   63582             :             .kind = 1,
   63583             :             .compact = 1,
   63584             :             .ascii = 1,
   63585             :         },
   63586             :     },
   63587             :     ._data = "\x20\x52\x65\x73\x65\x74\x73\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x62\x75\x66\x66\x65\x72\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6b\x65\x65\x70\x69\x6e\x67\x20\x69\x6e\x74\x65\x72\x6e\x61\x6c\x20\x73\x74\x61\x74\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x4e\x6f\x74\x65\x20\x74\x68\x61\x74\x20\x6e\x6f\x20\x73\x74\x72\x65\x61\x6d\x20\x72\x65\x70\x6f\x73\x69\x74\x69\x6f\x6e\x69\x6e\x67\x20\x73\x68\x6f\x75\x6c\x64\x20\x74\x61\x6b\x65\x20\x70\x6c\x61\x63\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x70\x72\x69\x6d\x61\x72\x69\x6c\x79\x20\x69\x6e\x74\x65\x6e\x64\x65\x64\x20\x74\x6f\x20\x62\x65\x20\x61\x62\x6c\x65\x20\x74\x6f\x20\x72\x65\x63\x6f\x76\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x66\x72\x6f\x6d\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x20\x65\x72\x72\x6f\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   63588             : };
   63589             : static
   63590             :     struct {
   63591             :         PyGC_Head _gc_head;
   63592             :         struct {
   63593             :             PyObject_VAR_HEAD
   63594             :             PyObject *ob_item[3];
   63595             :         }_object;
   63596             :     }
   63597             : codecs_toplevel_consts_26_consts_11_consts = {
   63598             :     ._object = {
   63599             :         .ob_base = {
   63600             :             .ob_base = {
   63601             :                 .ob_refcnt = 999999999,
   63602             :                 .ob_type = &PyTuple_Type,
   63603             :             },
   63604             :             .ob_size = 3,
   63605             :         },
   63606             :         .ob_item = {
   63607             :             & codecs_toplevel_consts_26_consts_11_consts_0._ascii.ob_base,
   63608             :             (PyObject *)&_Py_SINGLETON(bytes_empty),
   63609             :             Py_None,
   63610             :         },
   63611             :     },
   63612             : };
   63613             : static
   63614             :     struct {
   63615             :         PyGC_Head _gc_head;
   63616             :         struct {
   63617             :             PyObject_VAR_HEAD
   63618             :             PyObject *ob_item[4];
   63619             :         }_object;
   63620             :     }
   63621             : codecs_toplevel_consts_26_consts_11_names = {
   63622             :     ._object = {
   63623             :         .ob_base = {
   63624             :             .ob_base = {
   63625             :                 .ob_refcnt = 999999999,
   63626             :                 .ob_type = &PyTuple_Type,
   63627             :             },
   63628             :             .ob_size = 4,
   63629             :         },
   63630             :         .ob_item = {
   63631             :             & const_str_bytebuffer._ascii.ob_base,
   63632             :             & const_str__empty_charbuffer._ascii.ob_base,
   63633             :             & const_str_charbuffer._ascii.ob_base,
   63634             :             & const_str_linebuffer._ascii.ob_base,
   63635             :         },
   63636             :     },
   63637             : };
   63638             : static
   63639             :     struct {
   63640             :         PyASCIIObject _ascii;
   63641             :         uint8_t _data[19];
   63642             :     }
   63643             : codecs_toplevel_consts_26_consts_11_qualname = {
   63644             :     ._ascii = {
   63645             :         .ob_base = {
   63646             :             .ob_refcnt = 999999999,
   63647             :             .ob_type = &PyUnicode_Type,
   63648             :         },
   63649             :         .length = 18,
   63650             :         .hash = -1,
   63651             :         .state = {
   63652             :             .kind = 1,
   63653             :             .compact = 1,
   63654             :             .ascii = 1,
   63655             :         },
   63656             :     },
   63657             :     ._data = "StreamReader.reset",
   63658             : };
   63659             : static
   63660             :     struct {
   63661             :         PyObject_VAR_HEAD
   63662             :         Py_hash_t ob_shash;
   63663             :         char ob_sval[36];
   63664             :     }
   63665             : codecs_toplevel_consts_26_consts_11_linetable = {
   63666             :     .ob_base = {
   63667             :         .ob_base = {
   63668             :             .ob_refcnt = 999999999,
   63669             :             .ob_type = &PyBytes_Type,
   63670             :         },
   63671             :         .ob_size = 35,
   63672             :     },
   63673             :     .ob_shash = -1,
   63674             :     .ob_sval = "\x80\x00\xf0\x12\x00\x1b\x1e\x88\x04\x8c\x0f\xd8\x1a\x1e\xd7\x1a\x30\xd1\x1a\x30\x88\x04\x8c\x0f\xd8\x1a\x1e\x88\x04\x8c\x0f\x88\x0f\x88\x0f",
   63675             : };
   63676             : static
   63677             :     struct _PyCode_DEF(68)
   63678             : codecs_toplevel_consts_26_consts_11 = {
   63679             :     .ob_base = {
   63680             :         .ob_base = {
   63681             :             .ob_refcnt = 999999999,
   63682             :             .ob_type = &PyCode_Type,
   63683             :         },
   63684             :         .ob_size = 34,
   63685             :     },
   63686             :     .co_consts = & codecs_toplevel_consts_26_consts_11_consts._object.ob_base.ob_base,
   63687             :     .co_names = & codecs_toplevel_consts_26_consts_11_names._object.ob_base.ob_base,
   63688             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   63689             :     .co_flags = 3,
   63690             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   63691             :     ._co_linearray_entry_size = 0,
   63692             :     .co_argcount = 1,
   63693             :     .co_posonlyargcount = 0,
   63694             :     .co_kwonlyargcount = 0,
   63695             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   63696             :     .co_stacksize = 2,
   63697             :     .co_firstlineno = 621,
   63698             :     .co_nlocalsplus = 1,
   63699             :     .co_nlocals = 1,
   63700             :     .co_nplaincellvars = 0,
   63701             :     .co_ncellvars = 0,
   63702             :     .co_nfreevars = 0,
   63703             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   63704             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   63705             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   63706             :     .co_name = &_Py_ID(reset),
   63707             :     .co_qualname = & codecs_toplevel_consts_26_consts_11_qualname._ascii.ob_base,
   63708             :     .co_linetable = & codecs_toplevel_consts_26_consts_11_linetable.ob_base.ob_base,
   63709             :     ._co_code = NULL,
   63710             :     ._co_linearray = NULL,
   63711             :     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
   63712             :     ._co_firsttraceable = 0,
   63713             : };
   63714             : static
   63715             :     struct {
   63716             :         PyASCIIObject _ascii;
   63717             :         uint8_t _data[113];
   63718             :     }
   63719             : codecs_toplevel_consts_26_consts_13_consts_0 = {
   63720             :     ._ascii = {
   63721             :         .ob_base = {
   63722             :             .ob_refcnt = 999999999,
   63723             :             .ob_type = &PyUnicode_Type,
   63724             :         },
   63725             :         .length = 112,
   63726             :         .hash = -1,
   63727             :         .state = {
   63728             :             .kind = 1,
   63729             :             .compact = 1,
   63730             :             .ascii = 1,
   63731             :         },
   63732             :     },
   63733             :     ._data = "\x20\x53\x65\x74\x20\x74\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x73\x74\x72\x65\x61\x6d\x27\x73\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x70\x6f\x73\x69\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x73\x65\x74\x73\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x62\x75\x66\x66\x65\x72\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6b\x65\x65\x70\x69\x6e\x67\x20\x73\x74\x61\x74\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   63734             : };
   63735             : static
   63736             :     struct {
   63737             :         PyGC_Head _gc_head;
   63738             :         struct {
   63739             :             PyObject_VAR_HEAD
   63740             :             PyObject *ob_item[2];
   63741             :         }_object;
   63742             :     }
   63743             : codecs_toplevel_consts_26_consts_13_consts = {
   63744             :     ._object = {
   63745             :         .ob_base = {
   63746             :             .ob_base = {
   63747             :                 .ob_refcnt = 999999999,
   63748             :                 .ob_type = &PyTuple_Type,
   63749             :             },
   63750             :             .ob_size = 2,
   63751             :         },
   63752             :         .ob_item = {
   63753             :             & codecs_toplevel_consts_26_consts_13_consts_0._ascii.ob_base,
   63754             :             Py_None,
   63755             :         },
   63756             :     },
   63757             : };
   63758             : static
   63759             :     struct {
   63760             :         PyASCIIObject _ascii;
   63761             :         uint8_t _data[18];
   63762             :     }
   63763             : codecs_toplevel_consts_26_consts_13_qualname = {
   63764             :     ._ascii = {
   63765             :         .ob_base = {
   63766             :             .ob_refcnt = 999999999,
   63767             :             .ob_type = &PyUnicode_Type,
   63768             :         },
   63769             :         .length = 17,
   63770             :         .hash = -1,
   63771             :         .state = {
   63772             :             .kind = 1,
   63773             :             .compact = 1,
   63774             :             .ascii = 1,
   63775             :         },
   63776             :     },
   63777             :     ._data = "StreamReader.seek",
   63778             : };
   63779             : static
   63780             :     struct {
   63781             :         PyObject_VAR_HEAD
   63782             :         Py_hash_t ob_shash;
   63783             :         char ob_sval[43];
   63784             :     }
   63785             : codecs_toplevel_consts_26_consts_13_linetable = {
   63786             :     .ob_base = {
   63787             :         .ob_base = {
   63788             :             .ob_refcnt = 999999999,
   63789             :             .ob_type = &PyBytes_Type,
   63790             :         },
   63791             :         .ob_size = 42,
   63792             :     },
   63793             :     .ob_shash = -1,
   63794             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0d\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8f\x0a\x89\x0a\x8c\x0c\x88\x0c\x88\x0c\x88\x0c",
   63795             : };
   63796             : static
   63797             :     struct _PyCode_DEF(98)
   63798             : codecs_toplevel_consts_26_consts_13 = {
   63799             :     .ob_base = {
   63800             :         .ob_base = {
   63801             :             .ob_refcnt = 999999999,
   63802             :             .ob_type = &PyCode_Type,
   63803             :         },
   63804             :         .ob_size = 49,
   63805             :     },
   63806             :     .co_consts = & codecs_toplevel_consts_26_consts_13_consts._object.ob_base.ob_base,
   63807             :     .co_names = & codecs_toplevel_consts_24_consts_7_names._object.ob_base.ob_base,
   63808             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   63809             :     .co_flags = 3,
   63810             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   63811             :     ._co_linearray_entry_size = 0,
   63812             :     .co_argcount = 3,
   63813             :     .co_posonlyargcount = 0,
   63814             :     .co_kwonlyargcount = 0,
   63815             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   63816             :     .co_stacksize = 4,
   63817             :     .co_firstlineno = 634,
   63818             :     .co_nlocalsplus = 3,
   63819             :     .co_nlocals = 3,
   63820             :     .co_nplaincellvars = 0,
   63821             :     .co_ncellvars = 0,
   63822             :     .co_nfreevars = 0,
   63823             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
   63824             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   63825             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   63826             :     .co_name = &_Py_ID(seek),
   63827             :     .co_qualname = & codecs_toplevel_consts_26_consts_13_qualname._ascii.ob_base,
   63828             :     .co_linetable = & codecs_toplevel_consts_26_consts_13_linetable.ob_base.ob_base,
   63829             :     ._co_code = NULL,
   63830             :     ._co_linearray = NULL,
   63831             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   63832             :     ._co_firsttraceable = 0,
   63833             : };
   63834             : static
   63835             :     struct {
   63836             :         PyASCIIObject _ascii;
   63837             :         uint8_t _data[53];
   63838             :     }
   63839             : codecs_toplevel_consts_26_consts_14_consts_0 = {
   63840             :     ._ascii = {
   63841             :         .ob_base = {
   63842             :             .ob_refcnt = 999999999,
   63843             :             .ob_type = &PyUnicode_Type,
   63844             :         },
   63845             :         .length = 52,
   63846             :         .hash = -1,
   63847             :         .state = {
   63848             :             .kind = 1,
   63849             :             .compact = 1,
   63850             :             .ascii = 1,
   63851             :         },
   63852             :     },
   63853             :     ._data = " Return the next decoded line from the input stream.",
   63854             : };
   63855             : static
   63856             :     struct {
   63857             :         PyGC_Head _gc_head;
   63858             :         struct {
   63859             :             PyObject_VAR_HEAD
   63860             :             PyObject *ob_item[1];
   63861             :         }_object;
   63862             :     }
   63863             : codecs_toplevel_consts_26_consts_14_consts = {
   63864             :     ._object = {
   63865             :         .ob_base = {
   63866             :             .ob_base = {
   63867             :                 .ob_refcnt = 999999999,
   63868             :                 .ob_type = &PyTuple_Type,
   63869             :             },
   63870             :             .ob_size = 1,
   63871             :         },
   63872             :         .ob_item = {
   63873             :             & codecs_toplevel_consts_26_consts_14_consts_0._ascii.ob_base,
   63874             :         },
   63875             :     },
   63876             : };
   63877             : static
   63878             :     struct {
   63879             :         PyASCIIObject _ascii;
   63880             :         uint8_t _data[14];
   63881             :     }
   63882             : const_str_StopIteration = {
   63883             :     ._ascii = {
   63884             :         .ob_base = {
   63885             :             .ob_refcnt = 999999999,
   63886             :             .ob_type = &PyUnicode_Type,
   63887             :         },
   63888             :         .length = 13,
   63889             :         .hash = -1,
   63890             :         .state = {
   63891             :             .kind = 1,
   63892             :             .compact = 1,
   63893             :             .ascii = 1,
   63894             :         },
   63895             :     },
   63896             :     ._data = "StopIteration",
   63897             : };
   63898             : static
   63899             :     struct {
   63900             :         PyGC_Head _gc_head;
   63901             :         struct {
   63902             :             PyObject_VAR_HEAD
   63903             :             PyObject *ob_item[2];
   63904             :         }_object;
   63905             :     }
   63906             : codecs_toplevel_consts_26_consts_14_names = {
   63907             :     ._object = {
   63908             :         .ob_base = {
   63909             :             .ob_base = {
   63910             :                 .ob_refcnt = 999999999,
   63911             :                 .ob_type = &PyTuple_Type,
   63912             :             },
   63913             :             .ob_size = 2,
   63914             :         },
   63915             :         .ob_item = {
   63916             :             &_Py_ID(readline),
   63917             :             & const_str_StopIteration._ascii.ob_base,
   63918             :         },
   63919             :     },
   63920             : };
   63921             : static
   63922             :     struct {
   63923             :         PyASCIIObject _ascii;
   63924             :         uint8_t _data[22];
   63925             :     }
   63926             : codecs_toplevel_consts_26_consts_14_qualname = {
   63927             :     ._ascii = {
   63928             :         .ob_base = {
   63929             :             .ob_refcnt = 999999999,
   63930             :             .ob_type = &PyUnicode_Type,
   63931             :         },
   63932             :         .length = 21,
   63933             :         .hash = -1,
   63934             :         .state = {
   63935             :             .kind = 1,
   63936             :             .compact = 1,
   63937             :             .ascii = 1,
   63938             :         },
   63939             :     },
   63940             :     ._data = "StreamReader.__next__",
   63941             : };
   63942             : static
   63943             :     struct {
   63944             :         PyObject_VAR_HEAD
   63945             :         Py_hash_t ob_shash;
   63946             :         char ob_sval[35];
   63947             :     }
   63948             : codecs_toplevel_consts_26_consts_14_linetable = {
   63949             :     .ob_base = {
   63950             :         .ob_base = {
   63951             :             .ob_refcnt = 999999999,
   63952             :             .ob_type = &PyBytes_Type,
   63953             :         },
   63954             :         .ob_size = 34,
   63955             :     },
   63956             :     .ob_shash = -1,
   63957             :     .ob_sval = "\x80\x00\xf0\x06\x00\x10\x14\x8f\x7d\x89\x7d\x8c\x7f\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xdd\x0e\x1b\xd0\x08\x1b",
   63958             : };
   63959             : static
   63960             :     struct {
   63961             :         PyGC_Head _gc_head;
   63962             :         struct {
   63963             :             PyObject_VAR_HEAD
   63964             :             PyObject *ob_item[2];
   63965             :         }_object;
   63966             :     }
   63967             : codecs_toplevel_consts_26_consts_14_localsplusnames = {
   63968             :     ._object = {
   63969             :         .ob_base = {
   63970             :             .ob_base = {
   63971             :                 .ob_refcnt = 999999999,
   63972             :                 .ob_type = &PyTuple_Type,
   63973             :             },
   63974             :             .ob_size = 2,
   63975             :         },
   63976             :         .ob_item = {
   63977             :             & const_str_self._ascii.ob_base,
   63978             :             &_Py_ID(line),
   63979             :         },
   63980             :     },
   63981             : };
   63982             : static
   63983             :     struct _PyCode_DEF(58)
   63984             : codecs_toplevel_consts_26_consts_14 = {
   63985             :     .ob_base = {
   63986             :         .ob_base = {
   63987             :             .ob_refcnt = 999999999,
   63988             :             .ob_type = &PyCode_Type,
   63989             :         },
   63990             :         .ob_size = 29,
   63991             :     },
   63992             :     .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
   63993             :     .co_names = & codecs_toplevel_consts_26_consts_14_names._object.ob_base.ob_base,
   63994             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   63995             :     .co_flags = 3,
   63996             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   63997             :     ._co_linearray_entry_size = 0,
   63998             :     .co_argcount = 1,
   63999             :     .co_posonlyargcount = 0,
   64000             :     .co_kwonlyargcount = 0,
   64001             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   64002             :     .co_stacksize = 2,
   64003             :     .co_firstlineno = 642,
   64004             :     .co_nlocalsplus = 2,
   64005             :     .co_nlocals = 2,
   64006             :     .co_nplaincellvars = 0,
   64007             :     .co_ncellvars = 0,
   64008             :     .co_nfreevars = 0,
   64009             :     .co_localsplusnames = & codecs_toplevel_consts_26_consts_14_localsplusnames._object.ob_base.ob_base,
   64010             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   64011             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64012             :     .co_name = &_Py_ID(__next__),
   64013             :     .co_qualname = & codecs_toplevel_consts_26_consts_14_qualname._ascii.ob_base,
   64014             :     .co_linetable = & codecs_toplevel_consts_26_consts_14_linetable.ob_base.ob_base,
   64015             :     ._co_code = NULL,
   64016             :     ._co_linearray = NULL,
   64017             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x72\x02\x7c\x01\x53\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   64018             :     ._co_firsttraceable = 0,
   64019             : };
   64020             : static
   64021             :     struct {
   64022             :         PyASCIIObject _ascii;
   64023             :         uint8_t _data[22];
   64024             :     }
   64025             : codecs_toplevel_consts_26_consts_15_qualname = {
   64026             :     ._ascii = {
   64027             :         .ob_base = {
   64028             :             .ob_refcnt = 999999999,
   64029             :             .ob_type = &PyUnicode_Type,
   64030             :         },
   64031             :         .length = 21,
   64032             :         .hash = -1,
   64033             :         .state = {
   64034             :             .kind = 1,
   64035             :             .compact = 1,
   64036             :             .ascii = 1,
   64037             :         },
   64038             :     },
   64039             :     ._data = "StreamReader.__iter__",
   64040             : };
   64041             : static
   64042             :     struct _PyCode_DEF(6)
   64043             : codecs_toplevel_consts_26_consts_15 = {
   64044             :     .ob_base = {
   64045             :         .ob_base = {
   64046             :             .ob_refcnt = 999999999,
   64047             :             .ob_type = &PyCode_Type,
   64048             :         },
   64049             :         .ob_size = 3,
   64050             :     },
   64051             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   64052             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   64053             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64054             :     .co_flags = 3,
   64055             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   64056             :     ._co_linearray_entry_size = 0,
   64057             :     .co_argcount = 1,
   64058             :     .co_posonlyargcount = 0,
   64059             :     .co_kwonlyargcount = 0,
   64060             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   64061             :     .co_stacksize = 1,
   64062             :     .co_firstlineno = 650,
   64063             :     .co_nlocalsplus = 1,
   64064             :     .co_nlocals = 1,
   64065             :     .co_nplaincellvars = 0,
   64066             :     .co_ncellvars = 0,
   64067             :     .co_nfreevars = 0,
   64068             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   64069             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   64070             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64071             :     .co_name = &_Py_ID(__iter__),
   64072             :     .co_qualname = & codecs_toplevel_consts_26_consts_15_qualname._ascii.ob_base,
   64073             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   64074             :     ._co_code = NULL,
   64075             :     ._co_linearray = NULL,
   64076             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   64077             :     ._co_firsttraceable = 0,
   64078             : };
   64079             : static
   64080             :     struct {
   64081             :         PyASCIIObject _ascii;
   64082             :         uint8_t _data[25];
   64083             :     }
   64084             : codecs_toplevel_consts_26_consts_16_qualname = {
   64085             :     ._ascii = {
   64086             :         .ob_base = {
   64087             :             .ob_refcnt = 999999999,
   64088             :             .ob_type = &PyUnicode_Type,
   64089             :         },
   64090             :         .length = 24,
   64091             :         .hash = -1,
   64092             :         .state = {
   64093             :             .kind = 1,
   64094             :             .compact = 1,
   64095             :             .ascii = 1,
   64096             :         },
   64097             :     },
   64098             :     ._data = "StreamReader.__getattr__",
   64099             : };
   64100             : static
   64101             :     struct _PyCode_DEF(42)
   64102             : codecs_toplevel_consts_26_consts_16 = {
   64103             :     .ob_base = {
   64104             :         .ob_base = {
   64105             :             .ob_refcnt = 999999999,
   64106             :             .ob_type = &PyCode_Type,
   64107             :         },
   64108             :         .ob_size = 21,
   64109             :     },
   64110             :     .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
   64111             :     .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
   64112             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64113             :     .co_flags = 3,
   64114             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   64115             :     ._co_linearray_entry_size = 0,
   64116             :     .co_argcount = 3,
   64117             :     .co_posonlyargcount = 0,
   64118             :     .co_kwonlyargcount = 0,
   64119             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   64120             :     .co_stacksize = 4,
   64121             :     .co_firstlineno = 653,
   64122             :     .co_nlocalsplus = 3,
   64123             :     .co_nlocals = 3,
   64124             :     .co_nplaincellvars = 0,
   64125             :     .co_ncellvars = 0,
   64126             :     .co_nfreevars = 0,
   64127             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
   64128             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   64129             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64130             :     .co_name = &_Py_ID(__getattr__),
   64131             :     .co_qualname = & codecs_toplevel_consts_26_consts_16_qualname._ascii.ob_base,
   64132             :     .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
   64133             :     ._co_code = NULL,
   64134             :     ._co_linearray = NULL,
   64135             :     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   64136             :     ._co_firsttraceable = 0,
   64137             : };
   64138             : static
   64139             :     struct {
   64140             :         PyASCIIObject _ascii;
   64141             :         uint8_t _data[23];
   64142             :     }
   64143             : codecs_toplevel_consts_26_consts_17_qualname = {
   64144             :     ._ascii = {
   64145             :         .ob_base = {
   64146             :             .ob_refcnt = 999999999,
   64147             :             .ob_type = &PyUnicode_Type,
   64148             :         },
   64149             :         .length = 22,
   64150             :         .hash = -1,
   64151             :         .state = {
   64152             :             .kind = 1,
   64153             :             .compact = 1,
   64154             :             .ascii = 1,
   64155             :         },
   64156             :     },
   64157             :     ._data = "StreamReader.__enter__",
   64158             : };
   64159             : static
   64160             :     struct _PyCode_DEF(6)
   64161             : codecs_toplevel_consts_26_consts_17 = {
   64162             :     .ob_base = {
   64163             :         .ob_base = {
   64164             :             .ob_refcnt = 999999999,
   64165             :             .ob_type = &PyCode_Type,
   64166             :         },
   64167             :         .ob_size = 3,
   64168             :     },
   64169             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   64170             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   64171             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64172             :     .co_flags = 3,
   64173             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   64174             :     ._co_linearray_entry_size = 0,
   64175             :     .co_argcount = 1,
   64176             :     .co_posonlyargcount = 0,
   64177             :     .co_kwonlyargcount = 0,
   64178             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   64179             :     .co_stacksize = 1,
   64180             :     .co_firstlineno = 660,
   64181             :     .co_nlocalsplus = 1,
   64182             :     .co_nlocals = 1,
   64183             :     .co_nplaincellvars = 0,
   64184             :     .co_ncellvars = 0,
   64185             :     .co_nfreevars = 0,
   64186             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   64187             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   64188             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64189             :     .co_name = &_Py_ID(__enter__),
   64190             :     .co_qualname = & codecs_toplevel_consts_26_consts_17_qualname._ascii.ob_base,
   64191             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   64192             :     ._co_code = NULL,
   64193             :     ._co_linearray = NULL,
   64194             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   64195             :     ._co_firsttraceable = 0,
   64196             : };
   64197             : static
   64198             :     struct {
   64199             :         PyASCIIObject _ascii;
   64200             :         uint8_t _data[22];
   64201             :     }
   64202             : codecs_toplevel_consts_26_consts_18_qualname = {
   64203             :     ._ascii = {
   64204             :         .ob_base = {
   64205             :             .ob_refcnt = 999999999,
   64206             :             .ob_type = &PyUnicode_Type,
   64207             :         },
   64208             :         .length = 21,
   64209             :         .hash = -1,
   64210             :         .state = {
   64211             :             .kind = 1,
   64212             :             .compact = 1,
   64213             :             .ascii = 1,
   64214             :         },
   64215             :     },
   64216             :     ._data = "StreamReader.__exit__",
   64217             : };
   64218             : static
   64219             :     struct _PyCode_DEF(60)
   64220             : codecs_toplevel_consts_26_consts_18 = {
   64221             :     .ob_base = {
   64222             :         .ob_base = {
   64223             :             .ob_refcnt = 999999999,
   64224             :             .ob_type = &PyCode_Type,
   64225             :         },
   64226             :         .ob_size = 30,
   64227             :     },
   64228             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   64229             :     .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
   64230             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64231             :     .co_flags = 3,
   64232             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   64233             :     ._co_linearray_entry_size = 0,
   64234             :     .co_argcount = 4,
   64235             :     .co_posonlyargcount = 0,
   64236             :     .co_kwonlyargcount = 0,
   64237             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   64238             :     .co_stacksize = 2,
   64239             :     .co_firstlineno = 663,
   64240             :     .co_nlocalsplus = 4,
   64241             :     .co_nlocals = 4,
   64242             :     .co_nplaincellvars = 0,
   64243             :     .co_ncellvars = 0,
   64244             :     .co_nfreevars = 0,
   64245             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
   64246             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   64247             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64248             :     .co_name = &_Py_ID(__exit__),
   64249             :     .co_qualname = & codecs_toplevel_consts_26_consts_18_qualname._ascii.ob_base,
   64250             :     .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
   64251             :     ._co_code = NULL,
   64252             :     ._co_linearray = NULL,
   64253             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   64254             :     ._co_firsttraceable = 0,
   64255             : };
   64256             : static
   64257             :     struct {
   64258             :         PyGC_Head _gc_head;
   64259             :         struct {
   64260             :             PyObject_VAR_HEAD
   64261             :             PyObject *ob_item[3];
   64262             :         }_object;
   64263             :     }
   64264             : codecs_toplevel_consts_26_consts_20 = {
   64265             :     ._object = {
   64266             :         .ob_base = {
   64267             :             .ob_base = {
   64268             :                 .ob_refcnt = 999999999,
   64269             :                 .ob_type = &PyTuple_Type,
   64270             :             },
   64271             :             .ob_size = 3,
   64272             :         },
   64273             :         .ob_item = {
   64274             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   64275             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   64276             :             Py_False,
   64277             :         },
   64278             :     },
   64279             : };
   64280             : static
   64281             :     struct {
   64282             :         PyGC_Head _gc_head;
   64283             :         struct {
   64284             :             PyObject_VAR_HEAD
   64285             :             PyObject *ob_item[23];
   64286             :         }_object;
   64287             :     }
   64288             : codecs_toplevel_consts_26_consts = {
   64289             :     ._object = {
   64290             :         .ob_base = {
   64291             :             .ob_base = {
   64292             :                 .ob_refcnt = 999999999,
   64293             :                 .ob_type = &PyTuple_Type,
   64294             :             },
   64295             :             .ob_size = 23,
   64296             :         },
   64297             :         .ob_item = {
   64298             :             & const_str_StreamReader._ascii.ob_base,
   64299             :             &_Py_ID(strict),
   64300             :             & codecs_toplevel_consts_26_consts_2.ob_base.ob_base,
   64301             :             & codecs_toplevel_consts_26_consts_3.ob_base.ob_base,
   64302             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   64303             :             Py_False,
   64304             :             & codecs_toplevel_consts_26_consts_6.ob_base.ob_base,
   64305             :             Py_None,
   64306             :             Py_True,
   64307             :             & codecs_toplevel_consts_26_consts_9.ob_base.ob_base,
   64308             :             & codecs_toplevel_consts_26_consts_10.ob_base.ob_base,
   64309             :             & codecs_toplevel_consts_26_consts_11.ob_base.ob_base,
   64310             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   64311             :             & codecs_toplevel_consts_26_consts_13.ob_base.ob_base,
   64312             :             & codecs_toplevel_consts_26_consts_14.ob_base.ob_base,
   64313             :             & codecs_toplevel_consts_26_consts_15.ob_base.ob_base,
   64314             :             & codecs_toplevel_consts_26_consts_16.ob_base.ob_base,
   64315             :             & codecs_toplevel_consts_26_consts_17.ob_base.ob_base,
   64316             :             & codecs_toplevel_consts_26_consts_18.ob_base.ob_base,
   64317             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   64318             :             & codecs_toplevel_consts_26_consts_20._object.ob_base.ob_base,
   64319             :             & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
   64320             :             & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
   64321             :         },
   64322             :     },
   64323             : };
   64324             : static
   64325             :     struct {
   64326             :         PyGC_Head _gc_head;
   64327             :         struct {
   64328             :             PyObject_VAR_HEAD
   64329             :             PyObject *ob_item[18];
   64330             :         }_object;
   64331             :     }
   64332             : codecs_toplevel_consts_26_names = {
   64333             :     ._object = {
   64334             :         .ob_base = {
   64335             :             .ob_base = {
   64336             :                 .ob_refcnt = 999999999,
   64337             :                 .ob_type = &PyTuple_Type,
   64338             :             },
   64339             :             .ob_size = 18,
   64340             :         },
   64341             :         .ob_item = {
   64342             :             &_Py_ID(__name__),
   64343             :             &_Py_ID(__module__),
   64344             :             &_Py_ID(__qualname__),
   64345             :             & const_str_str._ascii.ob_base,
   64346             :             & const_str_charbuffertype._ascii.ob_base,
   64347             :             &_Py_ID(__init__),
   64348             :             &_Py_ID(decode),
   64349             :             &_Py_ID(read),
   64350             :             &_Py_ID(readline),
   64351             :             & const_str_readlines._ascii.ob_base,
   64352             :             &_Py_ID(reset),
   64353             :             &_Py_ID(seek),
   64354             :             &_Py_ID(__next__),
   64355             :             &_Py_ID(__iter__),
   64356             :             &_Py_ID(getattr),
   64357             :             &_Py_ID(__getattr__),
   64358             :             &_Py_ID(__enter__),
   64359             :             &_Py_ID(__exit__),
   64360             :         },
   64361             :     },
   64362             : };
   64363             : static
   64364             :     struct {
   64365             :         PyObject_VAR_HEAD
   64366             :         Py_hash_t ob_shash;
   64367             :         char ob_sval[252];
   64368             :     }
   64369             : codecs_toplevel_consts_26_linetable = {
   64370             :     .ob_base = {
   64371             :         .ob_base = {
   64372             :             .ob_refcnt = 999999999,
   64373             :             .ob_type = &PyBytes_Type,
   64374             :         },
   64375             :         .ob_size = 251,
   64376             :     },
   64377             :     .ob_shash = -1,
   64378             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x15\x18\x80\x4e\xe0\x26\x2e\xf0\x00\x17\x05\x1f\xf0\x00\x17\x05\x1f\xf0\x00\x17\x05\x1f\xf0\x32\x00\x24\x2c\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x06\x00\x19\x1b\xf0\x00\x4e\x01\x05\x16\xf0\x00\x4e\x01\x05\x16\xf0\x00\x4e\x01\x05\x16\xf0\x60\x02\x00\x1d\x21\xf0\x00\x49\x01\x05\x14\xf0\x00\x49\x01\x05\x14\xf0\x00\x49\x01\x05\x14\xf0\x56\x02\x00\x22\x26\xf0\x00\x0d\x05\x29\xf0\x00\x0d\x05\x29\xf0\x00\x0d\x05\x29\xf0\x1e\x0b\x05\x1f\xf0\x00\x0b\x05\x1f\xf0\x00\x0b\x05\x1f\xf0\x1a\x00\x23\x24\xf0\x00\x06\x05\x15\xf0\x00\x06\x05\x15\xf0\x00\x06\x05\x15\xf0\x10\x06\x05\x1c\xf0\x00\x06\x05\x1c\xf0\x00\x06\x05\x1c\xf0\x10\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x08\x00\x1d\x24\xf0\x03\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x0e\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c",
   64379             : };
   64380             : static
   64381             :     struct _PyCode_DEF(106)
   64382             : codecs_toplevel_consts_26 = {
   64383             :     .ob_base = {
   64384             :         .ob_base = {
   64385             :             .ob_refcnt = 999999999,
   64386             :             .ob_type = &PyCode_Type,
   64387             :         },
   64388             :         .ob_size = 53,
   64389             :     },
   64390             :     .co_consts = & codecs_toplevel_consts_26_consts._object.ob_base.ob_base,
   64391             :     .co_names = & codecs_toplevel_consts_26_names._object.ob_base.ob_base,
   64392             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64393             :     .co_flags = 0,
   64394             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   64395             :     ._co_linearray_entry_size = 0,
   64396             :     .co_argcount = 0,
   64397             :     .co_posonlyargcount = 0,
   64398             :     .co_kwonlyargcount = 0,
   64399             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   64400             :     .co_stacksize = 2,
   64401             :     .co_firstlineno = 419,
   64402             :     .co_nlocalsplus = 0,
   64403             :     .co_nlocals = 0,
   64404             :     .co_nplaincellvars = 0,
   64405             :     .co_ncellvars = 0,
   64406             :     .co_nfreevars = 0,
   64407             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   64408             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64409             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64410             :     .co_name = & const_str_StreamReader._ascii.ob_base,
   64411             :     .co_qualname = & const_str_StreamReader._ascii.ob_base,
   64412             :     .co_linetable = & codecs_toplevel_consts_26_linetable.ob_base.ob_base,
   64413             :     ._co_code = NULL,
   64414             :     ._co_linearray = NULL,
   64415             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x5a\x04\x64\x13\x64\x02\x84\x01\x5a\x05\x64\x13\x64\x03\x84\x01\x5a\x06\x64\x14\x64\x06\x84\x01\x5a\x07\x64\x15\x64\x09\x84\x01\x5a\x08\x64\x15\x64\x0a\x84\x01\x5a\x09\x64\x0b\x84\x00\x5a\x0a\x64\x16\x64\x0d\x84\x01\x5a\x0b\x64\x0e\x84\x00\x5a\x0c\x64\x0f\x84\x00\x5a\x0d\x65\x0e\x66\x01\x64\x10\x84\x01\x5a\x0f\x64\x11\x84\x00\x5a\x10\x64\x12\x84\x00\x5a\x11\x64\x07\x53\x00",
   64416             :     ._co_firsttraceable = 0,
   64417             : };
   64418             : static
   64419             :     struct {
   64420             :         PyASCIIObject _ascii;
   64421             :         uint8_t _data[258];
   64422             :     }
   64423             : codecs_toplevel_consts_28_consts_1 = {
   64424             :     ._ascii = {
   64425             :         .ob_base = {
   64426             :             .ob_refcnt = 999999999,
   64427             :             .ob_type = &PyUnicode_Type,
   64428             :         },
   64429             :         .length = 257,
   64430             :         .hash = -1,
   64431             :         .state = {
   64432             :             .kind = 1,
   64433             :             .compact = 1,
   64434             :             .ascii = 1,
   64435             :         },
   64436             :     },
   64437             :     ._data = "\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x61\x64\x65\x72\x57\x72\x69\x74\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x73\x20\x61\x6c\x6c\x6f\x77\x20\x77\x72\x61\x70\x70\x69\x6e\x67\x20\x73\x74\x72\x65\x61\x6d\x73\x20\x77\x68\x69\x63\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x77\x6f\x72\x6b\x20\x69\x6e\x20\x62\x6f\x74\x68\x20\x72\x65\x61\x64\x20\x61\x6e\x64\x20\x77\x72\x69\x74\x65\x20\x6d\x6f\x64\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x64\x65\x73\x69\x67\x6e\x20\x69\x73\x20\x73\x75\x63\x68\x20\x74\x68\x61\x74\x20\x6f\x6e\x65\x20\x63\x61\x6e\x20\x75\x73\x65\x20\x74\x68\x65\x20\x66\x61\x63\x74\x6f\x72\x79\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x2e\x6c\x6f\x6f\x6b\x75\x70\x28\x29\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x74\x6f\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20",
   64438             : };
   64439             : static
   64440             :     struct {
   64441             :         PyASCIIObject _ascii;
   64442             :         uint8_t _data[8];
   64443             :     }
   64444             : const_str_unknown = {
   64445             :     ._ascii = {
   64446             :         .ob_base = {
   64447             :             .ob_refcnt = 999999999,
   64448             :             .ob_type = &PyUnicode_Type,
   64449             :         },
   64450             :         .length = 7,
   64451             :         .hash = -1,
   64452             :         .state = {
   64453             :             .kind = 1,
   64454             :             .compact = 1,
   64455             :             .ascii = 1,
   64456             :         },
   64457             :     },
   64458             :     ._data = "unknown",
   64459             : };
   64460             : static
   64461             :     struct {
   64462             :         PyASCIIObject _ascii;
   64463             :         uint8_t _data[339];
   64464             :     }
   64465             : codecs_toplevel_consts_28_consts_4_consts_0 = {
   64466             :     ._ascii = {
   64467             :         .ob_base = {
   64468             :             .ob_refcnt = 999999999,
   64469             :             .ob_type = &PyUnicode_Type,
   64470             :         },
   64471             :         .length = 338,
   64472             :         .hash = -1,
   64473             :         .state = {
   64474             :             .kind = 1,
   64475             :             .compact = 1,
   64476             :             .ascii = 1,
   64477             :         },
   64478             :     },
   64479             :     ._data = "\x20\x43\x72\x65\x61\x74\x65\x73\x20\x61\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x61\x64\x65\x72\x57\x72\x69\x74\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x72\x65\x61\x6d\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x20\x53\x74\x72\x65\x61\x6d\x2d\x6c\x69\x6b\x65\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x61\x64\x65\x72\x2c\x20\x57\x72\x69\x74\x65\x72\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x66\x61\x63\x74\x6f\x72\x79\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x73\x20\x6f\x72\x20\x63\x6c\x61\x73\x73\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x61\x64\x65\x72\x2c\x20\x53\x74\x72\x65\x61\x6d\x57\x72\x69\x74\x65\x72\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x20\x72\x65\x73\x70\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x45\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x20\x69\x73\x20\x64\x6f\x6e\x65\x20\x69\x6e\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x77\x61\x79\x20\x61\x73\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x66\x6f\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x53\x74\x72\x65\x61\x6d\x57\x72\x69\x74\x65\x72\x2f\x52\x65\x61\x64\x65\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   64480             : };
   64481             : static
   64482             :     struct {
   64483             :         PyGC_Head _gc_head;
   64484             :         struct {
   64485             :             PyObject_VAR_HEAD
   64486             :             PyObject *ob_item[2];
   64487             :         }_object;
   64488             :     }
   64489             : codecs_toplevel_consts_28_consts_4_consts = {
   64490             :     ._object = {
   64491             :         .ob_base = {
   64492             :             .ob_base = {
   64493             :                 .ob_refcnt = 999999999,
   64494             :                 .ob_type = &PyTuple_Type,
   64495             :             },
   64496             :             .ob_size = 2,
   64497             :         },
   64498             :         .ob_item = {
   64499             :             & codecs_toplevel_consts_28_consts_4_consts_0._ascii.ob_base,
   64500             :             Py_None,
   64501             :         },
   64502             :     },
   64503             : };
   64504             : static
   64505             :     struct {
   64506             :         PyASCIIObject _ascii;
   64507             :         uint8_t _data[7];
   64508             :     }
   64509             : const_str_reader = {
   64510             :     ._ascii = {
   64511             :         .ob_base = {
   64512             :             .ob_refcnt = 999999999,
   64513             :             .ob_type = &PyUnicode_Type,
   64514             :         },
   64515             :         .length = 6,
   64516             :         .hash = -1,
   64517             :         .state = {
   64518             :             .kind = 1,
   64519             :             .compact = 1,
   64520             :             .ascii = 1,
   64521             :         },
   64522             :     },
   64523             :     ._data = "reader",
   64524             : };
   64525             : static
   64526             :     struct {
   64527             :         PyASCIIObject _ascii;
   64528             :         uint8_t _data[7];
   64529             :     }
   64530             : const_str_writer = {
   64531             :     ._ascii = {
   64532             :         .ob_base = {
   64533             :             .ob_refcnt = 999999999,
   64534             :             .ob_type = &PyUnicode_Type,
   64535             :         },
   64536             :         .length = 6,
   64537             :         .hash = -1,
   64538             :         .state = {
   64539             :             .kind = 1,
   64540             :             .compact = 1,
   64541             :             .ascii = 1,
   64542             :         },
   64543             :     },
   64544             :     ._data = "writer",
   64545             : };
   64546             : static
   64547             :     struct {
   64548             :         PyGC_Head _gc_head;
   64549             :         struct {
   64550             :             PyObject_VAR_HEAD
   64551             :             PyObject *ob_item[4];
   64552             :         }_object;
   64553             :     }
   64554             : codecs_toplevel_consts_28_consts_4_names = {
   64555             :     ._object = {
   64556             :         .ob_base = {
   64557             :             .ob_base = {
   64558             :                 .ob_refcnt = 999999999,
   64559             :                 .ob_type = &PyTuple_Type,
   64560             :             },
   64561             :             .ob_size = 4,
   64562             :         },
   64563             :         .ob_item = {
   64564             :             & const_str_stream._ascii.ob_base,
   64565             :             & const_str_reader._ascii.ob_base,
   64566             :             & const_str_writer._ascii.ob_base,
   64567             :             &_Py_ID(errors),
   64568             :         },
   64569             :     },
   64570             : };
   64571             : static
   64572             :     struct {
   64573             :         PyASCIIObject _ascii;
   64574             :         uint8_t _data[28];
   64575             :     }
   64576             : codecs_toplevel_consts_28_consts_4_qualname = {
   64577             :     ._ascii = {
   64578             :         .ob_base = {
   64579             :             .ob_refcnt = 999999999,
   64580             :             .ob_type = &PyUnicode_Type,
   64581             :         },
   64582             :         .length = 27,
   64583             :         .hash = -1,
   64584             :         .state = {
   64585             :             .kind = 1,
   64586             :             .compact = 1,
   64587             :             .ascii = 1,
   64588             :         },
   64589             :     },
   64590             :     ._data = "StreamReaderWriter.__init__",
   64591             : };
   64592             : static
   64593             :     struct {
   64594             :         PyObject_VAR_HEAD
   64595             :         Py_hash_t ob_shash;
   64596             :         char ob_sval[55];
   64597             :     }
   64598             : codecs_toplevel_consts_28_consts_4_linetable = {
   64599             :     .ob_base = {
   64600             :         .ob_base = {
   64601             :             .ob_refcnt = 999999999,
   64602             :             .ob_type = &PyBytes_Type,
   64603             :         },
   64604             :         .ob_size = 54,
   64605             :     },
   64606             :     .ob_shash = -1,
   64607             :     .ob_sval = "\x80\x00\xf0\x1a\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   64608             : };
   64609             : static
   64610             :     struct {
   64611             :         PyASCIIObject _ascii;
   64612             :         uint8_t _data[7];
   64613             :     }
   64614             : const_str_Reader = {
   64615             :     ._ascii = {
   64616             :         .ob_base = {
   64617             :             .ob_refcnt = 999999999,
   64618             :             .ob_type = &PyUnicode_Type,
   64619             :         },
   64620             :         .length = 6,
   64621             :         .hash = -1,
   64622             :         .state = {
   64623             :             .kind = 1,
   64624             :             .compact = 1,
   64625             :             .ascii = 1,
   64626             :         },
   64627             :     },
   64628             :     ._data = "Reader",
   64629             : };
   64630             : static
   64631             :     struct {
   64632             :         PyASCIIObject _ascii;
   64633             :         uint8_t _data[7];
   64634             :     }
   64635             : const_str_Writer = {
   64636             :     ._ascii = {
   64637             :         .ob_base = {
   64638             :             .ob_refcnt = 999999999,
   64639             :             .ob_type = &PyUnicode_Type,
   64640             :         },
   64641             :         .length = 6,
   64642             :         .hash = -1,
   64643             :         .state = {
   64644             :             .kind = 1,
   64645             :             .compact = 1,
   64646             :             .ascii = 1,
   64647             :         },
   64648             :     },
   64649             :     ._data = "Writer",
   64650             : };
   64651             : static
   64652             :     struct {
   64653             :         PyGC_Head _gc_head;
   64654             :         struct {
   64655             :             PyObject_VAR_HEAD
   64656             :             PyObject *ob_item[5];
   64657             :         }_object;
   64658             :     }
   64659             : codecs_toplevel_consts_28_consts_4_localsplusnames = {
   64660             :     ._object = {
   64661             :         .ob_base = {
   64662             :             .ob_base = {
   64663             :                 .ob_refcnt = 999999999,
   64664             :                 .ob_type = &PyTuple_Type,
   64665             :             },
   64666             :             .ob_size = 5,
   64667             :         },
   64668             :         .ob_item = {
   64669             :             & const_str_self._ascii.ob_base,
   64670             :             & const_str_stream._ascii.ob_base,
   64671             :             & const_str_Reader._ascii.ob_base,
   64672             :             & const_str_Writer._ascii.ob_base,
   64673             :             &_Py_ID(errors),
   64674             :         },
   64675             :     },
   64676             : };
   64677             : static
   64678             :     struct _PyCode_DEF(94)
   64679             : codecs_toplevel_consts_28_consts_4 = {
   64680             :     .ob_base = {
   64681             :         .ob_base = {
   64682             :             .ob_refcnt = 999999999,
   64683             :             .ob_type = &PyCode_Type,
   64684             :         },
   64685             :         .ob_size = 47,
   64686             :     },
   64687             :     .co_consts = & codecs_toplevel_consts_28_consts_4_consts._object.ob_base.ob_base,
   64688             :     .co_names = & codecs_toplevel_consts_28_consts_4_names._object.ob_base.ob_base,
   64689             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64690             :     .co_flags = 3,
   64691             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   64692             :     ._co_linearray_entry_size = 0,
   64693             :     .co_argcount = 5,
   64694             :     .co_posonlyargcount = 0,
   64695             :     .co_kwonlyargcount = 0,
   64696             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   64697             :     .co_stacksize = 4,
   64698             :     .co_firstlineno = 681,
   64699             :     .co_nlocalsplus = 5,
   64700             :     .co_nlocals = 5,
   64701             :     .co_nplaincellvars = 0,
   64702             :     .co_ncellvars = 0,
   64703             :     .co_nfreevars = 0,
   64704             :     .co_localsplusnames = & codecs_toplevel_consts_28_consts_4_localsplusnames._object.ob_base.ob_base,
   64705             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   64706             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64707             :     .co_name = &_Py_ID(__init__),
   64708             :     .co_qualname = & codecs_toplevel_consts_28_consts_4_qualname._ascii.ob_base,
   64709             :     .co_linetable = & codecs_toplevel_consts_28_consts_4_linetable.ob_base.ob_base,
   64710             :     ._co_code = NULL,
   64711             :     ._co_linearray = NULL,
   64712             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x02\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x03\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
   64713             :     ._co_firsttraceable = 0,
   64714             : };
   64715             : static
   64716             :     struct {
   64717             :         PyGC_Head _gc_head;
   64718             :         struct {
   64719             :             PyObject_VAR_HEAD
   64720             :             PyObject *ob_item[2];
   64721             :         }_object;
   64722             :     }
   64723             : codecs_toplevel_consts_28_consts_6_names = {
   64724             :     ._object = {
   64725             :         .ob_base = {
   64726             :             .ob_base = {
   64727             :                 .ob_refcnt = 999999999,
   64728             :                 .ob_type = &PyTuple_Type,
   64729             :             },
   64730             :             .ob_size = 2,
   64731             :         },
   64732             :         .ob_item = {
   64733             :             & const_str_reader._ascii.ob_base,
   64734             :             &_Py_ID(read),
   64735             :         },
   64736             :     },
   64737             : };
   64738             : static
   64739             :     struct {
   64740             :         PyASCIIObject _ascii;
   64741             :         uint8_t _data[24];
   64742             :     }
   64743             : codecs_toplevel_consts_28_consts_6_qualname = {
   64744             :     ._ascii = {
   64745             :         .ob_base = {
   64746             :             .ob_refcnt = 999999999,
   64747             :             .ob_type = &PyUnicode_Type,
   64748             :         },
   64749             :         .length = 23,
   64750             :         .hash = -1,
   64751             :         .state = {
   64752             :             .kind = 1,
   64753             :             .compact = 1,
   64754             :             .ascii = 1,
   64755             :         },
   64756             :     },
   64757             :     ._data = "StreamReaderWriter.read",
   64758             : };
   64759             : static
   64760             :     struct {
   64761             :         PyObject_VAR_HEAD
   64762             :         Py_hash_t ob_shash;
   64763             :         char ob_sval[24];
   64764             :     }
   64765             : codecs_toplevel_consts_28_consts_6_linetable = {
   64766             :     .ob_base = {
   64767             :         .ob_base = {
   64768             :             .ob_refcnt = 999999999,
   64769             :             .ob_type = &PyBytes_Type,
   64770             :         },
   64771             :         .ob_size = 23,
   64772             :     },
   64773             :     .ob_shash = -1,
   64774             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x1f\xd1\x0f\x1f\xa0\x04\xd4\x0f\x25\xd0\x08\x25",
   64775             : };
   64776             : static
   64777             :     struct {
   64778             :         PyGC_Head _gc_head;
   64779             :         struct {
   64780             :             PyObject_VAR_HEAD
   64781             :             PyObject *ob_item[2];
   64782             :         }_object;
   64783             :     }
   64784             : codecs_toplevel_consts_28_consts_6_localsplusnames = {
   64785             :     ._object = {
   64786             :         .ob_base = {
   64787             :             .ob_base = {
   64788             :                 .ob_refcnt = 999999999,
   64789             :                 .ob_type = &PyTuple_Type,
   64790             :             },
   64791             :             .ob_size = 2,
   64792             :         },
   64793             :         .ob_item = {
   64794             :             & const_str_self._ascii.ob_base,
   64795             :             & const_str_size._ascii.ob_base,
   64796             :         },
   64797             :     },
   64798             : };
   64799             : static
   64800             :     struct _PyCode_DEF(58)
   64801             : codecs_toplevel_consts_28_consts_6 = {
   64802             :     .ob_base = {
   64803             :         .ob_base = {
   64804             :             .ob_refcnt = 999999999,
   64805             :             .ob_type = &PyCode_Type,
   64806             :         },
   64807             :         .ob_size = 29,
   64808             :     },
   64809             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   64810             :     .co_names = & codecs_toplevel_consts_28_consts_6_names._object.ob_base.ob_base,
   64811             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64812             :     .co_flags = 3,
   64813             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   64814             :     ._co_linearray_entry_size = 0,
   64815             :     .co_argcount = 2,
   64816             :     .co_posonlyargcount = 0,
   64817             :     .co_kwonlyargcount = 0,
   64818             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   64819             :     .co_stacksize = 3,
   64820             :     .co_firstlineno = 699,
   64821             :     .co_nlocalsplus = 2,
   64822             :     .co_nlocals = 2,
   64823             :     .co_nplaincellvars = 0,
   64824             :     .co_ncellvars = 0,
   64825             :     .co_nfreevars = 0,
   64826             :     .co_localsplusnames = & codecs_toplevel_consts_28_consts_6_localsplusnames._object.ob_base.ob_base,
   64827             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   64828             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64829             :     .co_name = &_Py_ID(read),
   64830             :     .co_qualname = & codecs_toplevel_consts_28_consts_6_qualname._ascii.ob_base,
   64831             :     .co_linetable = & codecs_toplevel_consts_28_consts_6_linetable.ob_base.ob_base,
   64832             :     ._co_code = NULL,
   64833             :     ._co_linearray = NULL,
   64834             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   64835             :     ._co_firsttraceable = 0,
   64836             : };
   64837             : static
   64838             :     struct {
   64839             :         PyGC_Head _gc_head;
   64840             :         struct {
   64841             :             PyObject_VAR_HEAD
   64842             :             PyObject *ob_item[2];
   64843             :         }_object;
   64844             :     }
   64845             : codecs_toplevel_consts_28_consts_8_names = {
   64846             :     ._object = {
   64847             :         .ob_base = {
   64848             :             .ob_base = {
   64849             :                 .ob_refcnt = 999999999,
   64850             :                 .ob_type = &PyTuple_Type,
   64851             :             },
   64852             :             .ob_size = 2,
   64853             :         },
   64854             :         .ob_item = {
   64855             :             & const_str_reader._ascii.ob_base,
   64856             :             &_Py_ID(readline),
   64857             :         },
   64858             :     },
   64859             : };
   64860             : static
   64861             :     struct {
   64862             :         PyASCIIObject _ascii;
   64863             :         uint8_t _data[28];
   64864             :     }
   64865             : codecs_toplevel_consts_28_consts_8_qualname = {
   64866             :     ._ascii = {
   64867             :         .ob_base = {
   64868             :             .ob_refcnt = 999999999,
   64869             :             .ob_type = &PyUnicode_Type,
   64870             :         },
   64871             :         .length = 27,
   64872             :         .hash = -1,
   64873             :         .state = {
   64874             :             .kind = 1,
   64875             :             .compact = 1,
   64876             :             .ascii = 1,
   64877             :         },
   64878             :     },
   64879             :     ._data = "StreamReaderWriter.readline",
   64880             : };
   64881             : static
   64882             :     struct {
   64883             :         PyObject_VAR_HEAD
   64884             :         Py_hash_t ob_shash;
   64885             :         char ob_sval[24];
   64886             :     }
   64887             : codecs_toplevel_consts_28_consts_8_linetable = {
   64888             :     .ob_base = {
   64889             :         .ob_base = {
   64890             :             .ob_refcnt = 999999999,
   64891             :             .ob_type = &PyBytes_Type,
   64892             :         },
   64893             :         .ob_size = 23,
   64894             :     },
   64895             :     .ob_shash = -1,
   64896             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x23\xd1\x0f\x23\xa0\x44\xd4\x0f\x29\xd0\x08\x29",
   64897             : };
   64898             : static
   64899             :     struct _PyCode_DEF(58)
   64900             : codecs_toplevel_consts_28_consts_8 = {
   64901             :     .ob_base = {
   64902             :         .ob_base = {
   64903             :             .ob_refcnt = 999999999,
   64904             :             .ob_type = &PyCode_Type,
   64905             :         },
   64906             :         .ob_size = 29,
   64907             :     },
   64908             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   64909             :     .co_names = & codecs_toplevel_consts_28_consts_8_names._object.ob_base.ob_base,
   64910             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   64911             :     .co_flags = 3,
   64912             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   64913             :     ._co_linearray_entry_size = 0,
   64914             :     .co_argcount = 2,
   64915             :     .co_posonlyargcount = 0,
   64916             :     .co_kwonlyargcount = 0,
   64917             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   64918             :     .co_stacksize = 3,
   64919             :     .co_firstlineno = 703,
   64920             :     .co_nlocalsplus = 2,
   64921             :     .co_nlocals = 2,
   64922             :     .co_nplaincellvars = 0,
   64923             :     .co_ncellvars = 0,
   64924             :     .co_nfreevars = 0,
   64925             :     .co_localsplusnames = & codecs_toplevel_consts_28_consts_6_localsplusnames._object.ob_base.ob_base,
   64926             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   64927             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   64928             :     .co_name = &_Py_ID(readline),
   64929             :     .co_qualname = & codecs_toplevel_consts_28_consts_8_qualname._ascii.ob_base,
   64930             :     .co_linetable = & codecs_toplevel_consts_28_consts_8_linetable.ob_base.ob_base,
   64931             :     ._co_code = NULL,
   64932             :     ._co_linearray = NULL,
   64933             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   64934             :     ._co_firsttraceable = 0,
   64935             : };
   64936             : static
   64937             :     struct {
   64938             :         PyGC_Head _gc_head;
   64939             :         struct {
   64940             :             PyObject_VAR_HEAD
   64941             :             PyObject *ob_item[2];
   64942             :         }_object;
   64943             :     }
   64944             : codecs_toplevel_consts_28_consts_9_names = {
   64945             :     ._object = {
   64946             :         .ob_base = {
   64947             :             .ob_base = {
   64948             :                 .ob_refcnt = 999999999,
   64949             :                 .ob_type = &PyTuple_Type,
   64950             :             },
   64951             :             .ob_size = 2,
   64952             :         },
   64953             :         .ob_item = {
   64954             :             & const_str_reader._ascii.ob_base,
   64955             :             & const_str_readlines._ascii.ob_base,
   64956             :         },
   64957             :     },
   64958             : };
   64959             : static
   64960             :     struct {
   64961             :         PyASCIIObject _ascii;
   64962             :         uint8_t _data[29];
   64963             :     }
   64964             : codecs_toplevel_consts_28_consts_9_qualname = {
   64965             :     ._ascii = {
   64966             :         .ob_base = {
   64967             :             .ob_refcnt = 999999999,
   64968             :             .ob_type = &PyUnicode_Type,
   64969             :         },
   64970             :         .length = 28,
   64971             :         .hash = -1,
   64972             :         .state = {
   64973             :             .kind = 1,
   64974             :             .compact = 1,
   64975             :             .ascii = 1,
   64976             :         },
   64977             :     },
   64978             :     ._data = "StreamReaderWriter.readlines",
   64979             : };
   64980             : static
   64981             :     struct {
   64982             :         PyObject_VAR_HEAD
   64983             :         Py_hash_t ob_shash;
   64984             :         char ob_sval[24];
   64985             :     }
   64986             : codecs_toplevel_consts_28_consts_9_linetable = {
   64987             :     .ob_base = {
   64988             :         .ob_base = {
   64989             :             .ob_refcnt = 999999999,
   64990             :             .ob_type = &PyBytes_Type,
   64991             :         },
   64992             :         .ob_size = 23,
   64993             :     },
   64994             :     .ob_shash = -1,
   64995             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x24\xd1\x0f\x24\xa0\x58\xd4\x0f\x2e\xd0\x08\x2e",
   64996             : };
   64997             : static
   64998             :     struct {
   64999             :         PyGC_Head _gc_head;
   65000             :         struct {
   65001             :             PyObject_VAR_HEAD
   65002             :             PyObject *ob_item[2];
   65003             :         }_object;
   65004             :     }
   65005             : codecs_toplevel_consts_28_consts_9_localsplusnames = {
   65006             :     ._object = {
   65007             :         .ob_base = {
   65008             :             .ob_base = {
   65009             :                 .ob_refcnt = 999999999,
   65010             :                 .ob_type = &PyTuple_Type,
   65011             :             },
   65012             :             .ob_size = 2,
   65013             :         },
   65014             :         .ob_item = {
   65015             :             & const_str_self._ascii.ob_base,
   65016             :             & const_str_sizehint._ascii.ob_base,
   65017             :         },
   65018             :     },
   65019             : };
   65020             : static
   65021             :     struct _PyCode_DEF(58)
   65022             : codecs_toplevel_consts_28_consts_9 = {
   65023             :     .ob_base = {
   65024             :         .ob_base = {
   65025             :             .ob_refcnt = 999999999,
   65026             :             .ob_type = &PyCode_Type,
   65027             :         },
   65028             :         .ob_size = 29,
   65029             :     },
   65030             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   65031             :     .co_names = & codecs_toplevel_consts_28_consts_9_names._object.ob_base.ob_base,
   65032             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65033             :     .co_flags = 3,
   65034             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65035             :     ._co_linearray_entry_size = 0,
   65036             :     .co_argcount = 2,
   65037             :     .co_posonlyargcount = 0,
   65038             :     .co_kwonlyargcount = 0,
   65039             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   65040             :     .co_stacksize = 3,
   65041             :     .co_firstlineno = 707,
   65042             :     .co_nlocalsplus = 2,
   65043             :     .co_nlocals = 2,
   65044             :     .co_nplaincellvars = 0,
   65045             :     .co_ncellvars = 0,
   65046             :     .co_nfreevars = 0,
   65047             :     .co_localsplusnames = & codecs_toplevel_consts_28_consts_9_localsplusnames._object.ob_base.ob_base,
   65048             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   65049             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65050             :     .co_name = & const_str_readlines._ascii.ob_base,
   65051             :     .co_qualname = & codecs_toplevel_consts_28_consts_9_qualname._ascii.ob_base,
   65052             :     .co_linetable = & codecs_toplevel_consts_28_consts_9_linetable.ob_base.ob_base,
   65053             :     ._co_code = NULL,
   65054             :     ._co_linearray = NULL,
   65055             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   65056             :     ._co_firsttraceable = 0,
   65057             : };
   65058             : static
   65059             :     struct {
   65060             :         PyGC_Head _gc_head;
   65061             :         struct {
   65062             :             PyObject_VAR_HEAD
   65063             :             PyObject *ob_item[2];
   65064             :         }_object;
   65065             :     }
   65066             : codecs_toplevel_consts_28_consts_10_names = {
   65067             :     ._object = {
   65068             :         .ob_base = {
   65069             :             .ob_base = {
   65070             :                 .ob_refcnt = 999999999,
   65071             :                 .ob_type = &PyTuple_Type,
   65072             :             },
   65073             :             .ob_size = 2,
   65074             :         },
   65075             :         .ob_item = {
   65076             :             &_Py_ID(next),
   65077             :             & const_str_reader._ascii.ob_base,
   65078             :         },
   65079             :     },
   65080             : };
   65081             : static
   65082             :     struct {
   65083             :         PyASCIIObject _ascii;
   65084             :         uint8_t _data[28];
   65085             :     }
   65086             : codecs_toplevel_consts_28_consts_10_qualname = {
   65087             :     ._ascii = {
   65088             :         .ob_base = {
   65089             :             .ob_refcnt = 999999999,
   65090             :             .ob_type = &PyUnicode_Type,
   65091             :         },
   65092             :         .length = 27,
   65093             :         .hash = -1,
   65094             :         .state = {
   65095             :             .kind = 1,
   65096             :             .compact = 1,
   65097             :             .ascii = 1,
   65098             :         },
   65099             :     },
   65100             :     ._data = "StreamReaderWriter.__next__",
   65101             : };
   65102             : static
   65103             :     struct {
   65104             :         PyObject_VAR_HEAD
   65105             :         Py_hash_t ob_shash;
   65106             :         char ob_sval[20];
   65107             :     }
   65108             : codecs_toplevel_consts_28_consts_10_linetable = {
   65109             :     .ob_base = {
   65110             :         .ob_base = {
   65111             :             .ob_refcnt = 999999999,
   65112             :             .ob_type = &PyBytes_Type,
   65113             :         },
   65114             :         .ob_size = 19,
   65115             :     },
   65116             :     .ob_shash = -1,
   65117             :     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x14\x90\x44\x97\x4b\x91\x4b\xd4\x0f\x20\xd0\x08\x20",
   65118             : };
   65119             : static
   65120             :     struct _PyCode_DEF(48)
   65121             : codecs_toplevel_consts_28_consts_10 = {
   65122             :     .ob_base = {
   65123             :         .ob_base = {
   65124             :             .ob_refcnt = 999999999,
   65125             :             .ob_type = &PyCode_Type,
   65126             :         },
   65127             :         .ob_size = 24,
   65128             :     },
   65129             :     .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
   65130             :     .co_names = & codecs_toplevel_consts_28_consts_10_names._object.ob_base.ob_base,
   65131             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65132             :     .co_flags = 3,
   65133             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65134             :     ._co_linearray_entry_size = 0,
   65135             :     .co_argcount = 1,
   65136             :     .co_posonlyargcount = 0,
   65137             :     .co_kwonlyargcount = 0,
   65138             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   65139             :     .co_stacksize = 3,
   65140             :     .co_firstlineno = 711,
   65141             :     .co_nlocalsplus = 1,
   65142             :     .co_nlocals = 1,
   65143             :     .co_nplaincellvars = 0,
   65144             :     .co_ncellvars = 0,
   65145             :     .co_nfreevars = 0,
   65146             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   65147             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   65148             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65149             :     .co_name = &_Py_ID(__next__),
   65150             :     .co_qualname = & codecs_toplevel_consts_28_consts_10_qualname._ascii.ob_base,
   65151             :     .co_linetable = & codecs_toplevel_consts_28_consts_10_linetable.ob_base.ob_base,
   65152             :     ._co_code = NULL,
   65153             :     ._co_linearray = NULL,
   65154             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   65155             :     ._co_firsttraceable = 0,
   65156             : };
   65157             : static
   65158             :     struct {
   65159             :         PyASCIIObject _ascii;
   65160             :         uint8_t _data[28];
   65161             :     }
   65162             : codecs_toplevel_consts_28_consts_11_qualname = {
   65163             :     ._ascii = {
   65164             :         .ob_base = {
   65165             :             .ob_refcnt = 999999999,
   65166             :             .ob_type = &PyUnicode_Type,
   65167             :         },
   65168             :         .length = 27,
   65169             :         .hash = -1,
   65170             :         .state = {
   65171             :             .kind = 1,
   65172             :             .compact = 1,
   65173             :             .ascii = 1,
   65174             :         },
   65175             :     },
   65176             :     ._data = "StreamReaderWriter.__iter__",
   65177             : };
   65178             : static
   65179             :     struct _PyCode_DEF(6)
   65180             : codecs_toplevel_consts_28_consts_11 = {
   65181             :     .ob_base = {
   65182             :         .ob_base = {
   65183             :             .ob_refcnt = 999999999,
   65184             :             .ob_type = &PyCode_Type,
   65185             :         },
   65186             :         .ob_size = 3,
   65187             :     },
   65188             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   65189             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   65190             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65191             :     .co_flags = 3,
   65192             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65193             :     ._co_linearray_entry_size = 0,
   65194             :     .co_argcount = 1,
   65195             :     .co_posonlyargcount = 0,
   65196             :     .co_kwonlyargcount = 0,
   65197             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   65198             :     .co_stacksize = 1,
   65199             :     .co_firstlineno = 716,
   65200             :     .co_nlocalsplus = 1,
   65201             :     .co_nlocals = 1,
   65202             :     .co_nplaincellvars = 0,
   65203             :     .co_ncellvars = 0,
   65204             :     .co_nfreevars = 0,
   65205             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   65206             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   65207             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65208             :     .co_name = &_Py_ID(__iter__),
   65209             :     .co_qualname = & codecs_toplevel_consts_28_consts_11_qualname._ascii.ob_base,
   65210             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   65211             :     ._co_code = NULL,
   65212             :     ._co_linearray = NULL,
   65213             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   65214             :     ._co_firsttraceable = 0,
   65215             : };
   65216             : static
   65217             :     struct {
   65218             :         PyGC_Head _gc_head;
   65219             :         struct {
   65220             :             PyObject_VAR_HEAD
   65221             :             PyObject *ob_item[2];
   65222             :         }_object;
   65223             :     }
   65224             : codecs_toplevel_consts_28_consts_12_names = {
   65225             :     ._object = {
   65226             :         .ob_base = {
   65227             :             .ob_base = {
   65228             :                 .ob_refcnt = 999999999,
   65229             :                 .ob_type = &PyTuple_Type,
   65230             :             },
   65231             :             .ob_size = 2,
   65232             :         },
   65233             :         .ob_item = {
   65234             :             & const_str_writer._ascii.ob_base,
   65235             :             &_Py_ID(write),
   65236             :         },
   65237             :     },
   65238             : };
   65239             : static
   65240             :     struct {
   65241             :         PyASCIIObject _ascii;
   65242             :         uint8_t _data[25];
   65243             :     }
   65244             : codecs_toplevel_consts_28_consts_12_qualname = {
   65245             :     ._ascii = {
   65246             :         .ob_base = {
   65247             :             .ob_refcnt = 999999999,
   65248             :             .ob_type = &PyUnicode_Type,
   65249             :         },
   65250             :         .length = 24,
   65251             :         .hash = -1,
   65252             :         .state = {
   65253             :             .kind = 1,
   65254             :             .compact = 1,
   65255             :             .ascii = 1,
   65256             :         },
   65257             :     },
   65258             :     ._data = "StreamReaderWriter.write",
   65259             : };
   65260             : static
   65261             :     struct {
   65262             :         PyObject_VAR_HEAD
   65263             :         Py_hash_t ob_shash;
   65264             :         char ob_sval[24];
   65265             :     }
   65266             : codecs_toplevel_consts_28_consts_12_linetable = {
   65267             :     .ob_base = {
   65268             :         .ob_base = {
   65269             :             .ob_refcnt = 999999999,
   65270             :             .ob_type = &PyBytes_Type,
   65271             :         },
   65272             :         .ob_size = 23,
   65273             :     },
   65274             :     .ob_shash = -1,
   65275             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x20\xd1\x0f\x20\xa0\x14\xd4\x0f\x26\xd0\x08\x26",
   65276             : };
   65277             : static
   65278             :     struct {
   65279             :         PyGC_Head _gc_head;
   65280             :         struct {
   65281             :             PyObject_VAR_HEAD
   65282             :             PyObject *ob_item[2];
   65283             :         }_object;
   65284             :     }
   65285             : codecs_toplevel_consts_28_consts_12_localsplusnames = {
   65286             :     ._object = {
   65287             :         .ob_base = {
   65288             :             .ob_base = {
   65289             :                 .ob_refcnt = 999999999,
   65290             :                 .ob_type = &PyTuple_Type,
   65291             :             },
   65292             :             .ob_size = 2,
   65293             :         },
   65294             :         .ob_item = {
   65295             :             & const_str_self._ascii.ob_base,
   65296             :             & const_str_data._ascii.ob_base,
   65297             :         },
   65298             :     },
   65299             : };
   65300             : static
   65301             :     struct _PyCode_DEF(58)
   65302             : codecs_toplevel_consts_28_consts_12 = {
   65303             :     .ob_base = {
   65304             :         .ob_base = {
   65305             :             .ob_refcnt = 999999999,
   65306             :             .ob_type = &PyCode_Type,
   65307             :         },
   65308             :         .ob_size = 29,
   65309             :     },
   65310             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   65311             :     .co_names = & codecs_toplevel_consts_28_consts_12_names._object.ob_base.ob_base,
   65312             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65313             :     .co_flags = 3,
   65314             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65315             :     ._co_linearray_entry_size = 0,
   65316             :     .co_argcount = 2,
   65317             :     .co_posonlyargcount = 0,
   65318             :     .co_kwonlyargcount = 0,
   65319             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   65320             :     .co_stacksize = 3,
   65321             :     .co_firstlineno = 719,
   65322             :     .co_nlocalsplus = 2,
   65323             :     .co_nlocals = 2,
   65324             :     .co_nplaincellvars = 0,
   65325             :     .co_ncellvars = 0,
   65326             :     .co_nfreevars = 0,
   65327             :     .co_localsplusnames = & codecs_toplevel_consts_28_consts_12_localsplusnames._object.ob_base.ob_base,
   65328             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   65329             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65330             :     .co_name = &_Py_ID(write),
   65331             :     .co_qualname = & codecs_toplevel_consts_28_consts_12_qualname._ascii.ob_base,
   65332             :     .co_linetable = & codecs_toplevel_consts_28_consts_12_linetable.ob_base.ob_base,
   65333             :     ._co_code = NULL,
   65334             :     ._co_linearray = NULL,
   65335             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   65336             :     ._co_firsttraceable = 0,
   65337             : };
   65338             : static
   65339             :     struct {
   65340             :         PyGC_Head _gc_head;
   65341             :         struct {
   65342             :             PyObject_VAR_HEAD
   65343             :             PyObject *ob_item[2];
   65344             :         }_object;
   65345             :     }
   65346             : codecs_toplevel_consts_28_consts_13_names = {
   65347             :     ._object = {
   65348             :         .ob_base = {
   65349             :             .ob_base = {
   65350             :                 .ob_refcnt = 999999999,
   65351             :                 .ob_type = &PyTuple_Type,
   65352             :             },
   65353             :             .ob_size = 2,
   65354             :         },
   65355             :         .ob_item = {
   65356             :             & const_str_writer._ascii.ob_base,
   65357             :             & const_str_writelines._ascii.ob_base,
   65358             :         },
   65359             :     },
   65360             : };
   65361             : static
   65362             :     struct {
   65363             :         PyASCIIObject _ascii;
   65364             :         uint8_t _data[30];
   65365             :     }
   65366             : codecs_toplevel_consts_28_consts_13_qualname = {
   65367             :     ._ascii = {
   65368             :         .ob_base = {
   65369             :             .ob_refcnt = 999999999,
   65370             :             .ob_type = &PyUnicode_Type,
   65371             :         },
   65372             :         .length = 29,
   65373             :         .hash = -1,
   65374             :         .state = {
   65375             :             .kind = 1,
   65376             :             .compact = 1,
   65377             :             .ascii = 1,
   65378             :         },
   65379             :     },
   65380             :     ._data = "StreamReaderWriter.writelines",
   65381             : };
   65382             : static
   65383             :     struct {
   65384             :         PyObject_VAR_HEAD
   65385             :         Py_hash_t ob_shash;
   65386             :         char ob_sval[24];
   65387             :     }
   65388             : codecs_toplevel_consts_28_consts_13_linetable = {
   65389             :     .ob_base = {
   65390             :         .ob_base = {
   65391             :             .ob_refcnt = 999999999,
   65392             :             .ob_type = &PyBytes_Type,
   65393             :         },
   65394             :         .ob_size = 23,
   65395             :     },
   65396             :     .ob_shash = -1,
   65397             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x25\xd1\x0f\x25\xa0\x64\xd4\x0f\x2b\xd0\x08\x2b",
   65398             : };
   65399             : static
   65400             :     struct _PyCode_DEF(58)
   65401             : codecs_toplevel_consts_28_consts_13 = {
   65402             :     .ob_base = {
   65403             :         .ob_base = {
   65404             :             .ob_refcnt = 999999999,
   65405             :             .ob_type = &PyCode_Type,
   65406             :         },
   65407             :         .ob_size = 29,
   65408             :     },
   65409             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   65410             :     .co_names = & codecs_toplevel_consts_28_consts_13_names._object.ob_base.ob_base,
   65411             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65412             :     .co_flags = 3,
   65413             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65414             :     ._co_linearray_entry_size = 0,
   65415             :     .co_argcount = 2,
   65416             :     .co_posonlyargcount = 0,
   65417             :     .co_kwonlyargcount = 0,
   65418             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   65419             :     .co_stacksize = 3,
   65420             :     .co_firstlineno = 723,
   65421             :     .co_nlocalsplus = 2,
   65422             :     .co_nlocals = 2,
   65423             :     .co_nplaincellvars = 0,
   65424             :     .co_ncellvars = 0,
   65425             :     .co_nfreevars = 0,
   65426             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_4_localsplusnames._object.ob_base.ob_base,
   65427             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   65428             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65429             :     .co_name = & const_str_writelines._ascii.ob_base,
   65430             :     .co_qualname = & codecs_toplevel_consts_28_consts_13_qualname._ascii.ob_base,
   65431             :     .co_linetable = & codecs_toplevel_consts_28_consts_13_linetable.ob_base.ob_base,
   65432             :     ._co_code = NULL,
   65433             :     ._co_linearray = NULL,
   65434             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   65435             :     ._co_firsttraceable = 0,
   65436             : };
   65437             : static
   65438             :     struct {
   65439             :         PyGC_Head _gc_head;
   65440             :         struct {
   65441             :             PyObject_VAR_HEAD
   65442             :             PyObject *ob_item[3];
   65443             :         }_object;
   65444             :     }
   65445             : codecs_toplevel_consts_28_consts_14_names = {
   65446             :     ._object = {
   65447             :         .ob_base = {
   65448             :             .ob_base = {
   65449             :                 .ob_refcnt = 999999999,
   65450             :                 .ob_type = &PyTuple_Type,
   65451             :             },
   65452             :             .ob_size = 3,
   65453             :         },
   65454             :         .ob_item = {
   65455             :             & const_str_reader._ascii.ob_base,
   65456             :             &_Py_ID(reset),
   65457             :             & const_str_writer._ascii.ob_base,
   65458             :         },
   65459             :     },
   65460             : };
   65461             : static
   65462             :     struct {
   65463             :         PyASCIIObject _ascii;
   65464             :         uint8_t _data[25];
   65465             :     }
   65466             : codecs_toplevel_consts_28_consts_14_qualname = {
   65467             :     ._ascii = {
   65468             :         .ob_base = {
   65469             :             .ob_refcnt = 999999999,
   65470             :             .ob_type = &PyUnicode_Type,
   65471             :         },
   65472             :         .length = 24,
   65473             :         .hash = -1,
   65474             :         .state = {
   65475             :             .kind = 1,
   65476             :             .compact = 1,
   65477             :             .ascii = 1,
   65478             :         },
   65479             :     },
   65480             :     ._data = "StreamReaderWriter.reset",
   65481             : };
   65482             : static
   65483             :     struct {
   65484             :         PyObject_VAR_HEAD
   65485             :         Py_hash_t ob_shash;
   65486             :         char ob_sval[47];
   65487             :     }
   65488             : codecs_toplevel_consts_28_consts_14_linetable = {
   65489             :     .ob_base = {
   65490             :         .ob_base = {
   65491             :             .ob_refcnt = 999999999,
   65492             :             .ob_type = &PyBytes_Type,
   65493             :         },
   65494             :         .ob_size = 46,
   65495             :     },
   65496             :     .ob_shash = -1,
   65497             :     .ob_sval = "\x80\x00\xe0\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
   65498             : };
   65499             : static
   65500             :     struct _PyCode_DEF(114)
   65501             : codecs_toplevel_consts_28_consts_14 = {
   65502             :     .ob_base = {
   65503             :         .ob_base = {
   65504             :             .ob_refcnt = 999999999,
   65505             :             .ob_type = &PyCode_Type,
   65506             :         },
   65507             :         .ob_size = 57,
   65508             :     },
   65509             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   65510             :     .co_names = & codecs_toplevel_consts_28_consts_14_names._object.ob_base.ob_base,
   65511             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65512             :     .co_flags = 3,
   65513             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65514             :     ._co_linearray_entry_size = 0,
   65515             :     .co_argcount = 1,
   65516             :     .co_posonlyargcount = 0,
   65517             :     .co_kwonlyargcount = 0,
   65518             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   65519             :     .co_stacksize = 2,
   65520             :     .co_firstlineno = 727,
   65521             :     .co_nlocalsplus = 1,
   65522             :     .co_nlocals = 1,
   65523             :     .co_nplaincellvars = 0,
   65524             :     .co_ncellvars = 0,
   65525             :     .co_nfreevars = 0,
   65526             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   65527             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   65528             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65529             :     .co_name = &_Py_ID(reset),
   65530             :     .co_qualname = & codecs_toplevel_consts_28_consts_14_qualname._ascii.ob_base,
   65531             :     .co_linetable = & codecs_toplevel_consts_28_consts_14_linetable.ob_base.ob_base,
   65532             :     ._co_code = NULL,
   65533             :     ._co_linearray = NULL,
   65534             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   65535             :     ._co_firsttraceable = 0,
   65536             : };
   65537             : static
   65538             :     struct {
   65539             :         PyGC_Head _gc_head;
   65540             :         struct {
   65541             :             PyObject_VAR_HEAD
   65542             :             PyObject *ob_item[5];
   65543             :         }_object;
   65544             :     }
   65545             : codecs_toplevel_consts_28_consts_16_names = {
   65546             :     ._object = {
   65547             :         .ob_base = {
   65548             :             .ob_base = {
   65549             :                 .ob_refcnt = 999999999,
   65550             :                 .ob_type = &PyTuple_Type,
   65551             :             },
   65552             :             .ob_size = 5,
   65553             :         },
   65554             :         .ob_item = {
   65555             :             & const_str_stream._ascii.ob_base,
   65556             :             &_Py_ID(seek),
   65557             :             & const_str_reader._ascii.ob_base,
   65558             :             &_Py_ID(reset),
   65559             :             & const_str_writer._ascii.ob_base,
   65560             :         },
   65561             :     },
   65562             : };
   65563             : static
   65564             :     struct {
   65565             :         PyASCIIObject _ascii;
   65566             :         uint8_t _data[24];
   65567             :     }
   65568             : codecs_toplevel_consts_28_consts_16_qualname = {
   65569             :     ._ascii = {
   65570             :         .ob_base = {
   65571             :             .ob_refcnt = 999999999,
   65572             :             .ob_type = &PyUnicode_Type,
   65573             :         },
   65574             :         .length = 23,
   65575             :         .hash = -1,
   65576             :         .state = {
   65577             :             .kind = 1,
   65578             :             .compact = 1,
   65579             :             .ascii = 1,
   65580             :         },
   65581             :     },
   65582             :     ._data = "StreamReaderWriter.seek",
   65583             : };
   65584             : static
   65585             :     struct {
   65586             :         PyObject_VAR_HEAD
   65587             :         Py_hash_t ob_shash;
   65588             :         char ob_sval[113];
   65589             :     }
   65590             : codecs_toplevel_consts_28_consts_16_linetable = {
   65591             :     .ob_base = {
   65592             :         .ob_base = {
   65593             :             .ob_refcnt = 999999999,
   65594             :             .ob_type = &PyBytes_Type,
   65595             :         },
   65596             :         .ob_size = 112,
   65597             :     },
   65598             :     .ob_shash = -1,
   65599             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd8\x0b\x11\x90\x51\x8a\x3b\xf0\x00\x01\x09\x20\x98\x36\xa0\x51\x9a\x3b\xf0\x00\x01\x09\x20\xd8\x0c\x10\x8f\x4b\x89\x4b\xd7\x0c\x1d\xd1\x0c\x1d\xd4\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xf0\x03\x01\x09\x20\xf0\x00\x01\x09\x20\xf0\x00\x01\x09\x20\xf0\x00\x01\x09\x20",
   65600             : };
   65601             : static
   65602             :     struct _PyCode_DEF(204)
   65603             : codecs_toplevel_consts_28_consts_16 = {
   65604             :     .ob_base = {
   65605             :         .ob_base = {
   65606             :             .ob_refcnt = 999999999,
   65607             :             .ob_type = &PyCode_Type,
   65608             :         },
   65609             :         .ob_size = 102,
   65610             :     },
   65611             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   65612             :     .co_names = & codecs_toplevel_consts_28_consts_16_names._object.ob_base.ob_base,
   65613             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65614             :     .co_flags = 3,
   65615             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65616             :     ._co_linearray_entry_size = 0,
   65617             :     .co_argcount = 3,
   65618             :     .co_posonlyargcount = 0,
   65619             :     .co_kwonlyargcount = 0,
   65620             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   65621             :     .co_stacksize = 4,
   65622             :     .co_firstlineno = 732,
   65623             :     .co_nlocalsplus = 3,
   65624             :     .co_nlocals = 3,
   65625             :     .co_nplaincellvars = 0,
   65626             :     .co_ncellvars = 0,
   65627             :     .co_nfreevars = 0,
   65628             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
   65629             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   65630             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65631             :     .co_name = &_Py_ID(seek),
   65632             :     .co_qualname = & codecs_toplevel_consts_28_consts_16_qualname._ascii.ob_base,
   65633             :     .co_linetable = & codecs_toplevel_consts_28_consts_16_linetable.ob_base.ob_base,
   65634             :     ._co_code = NULL,
   65635             :     ._co_linearray = NULL,
   65636             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x25\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x1d\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x64\x00\x53\x00",
   65637             :     ._co_firsttraceable = 0,
   65638             : };
   65639             : static
   65640             :     struct {
   65641             :         PyASCIIObject _ascii;
   65642             :         uint8_t _data[31];
   65643             :     }
   65644             : codecs_toplevel_consts_28_consts_17_qualname = {
   65645             :     ._ascii = {
   65646             :         .ob_base = {
   65647             :             .ob_refcnt = 999999999,
   65648             :             .ob_type = &PyUnicode_Type,
   65649             :         },
   65650             :         .length = 30,
   65651             :         .hash = -1,
   65652             :         .state = {
   65653             :             .kind = 1,
   65654             :             .compact = 1,
   65655             :             .ascii = 1,
   65656             :         },
   65657             :     },
   65658             :     ._data = "StreamReaderWriter.__getattr__",
   65659             : };
   65660             : static
   65661             :     struct _PyCode_DEF(42)
   65662             : codecs_toplevel_consts_28_consts_17 = {
   65663             :     .ob_base = {
   65664             :         .ob_base = {
   65665             :             .ob_refcnt = 999999999,
   65666             :             .ob_type = &PyCode_Type,
   65667             :         },
   65668             :         .ob_size = 21,
   65669             :     },
   65670             :     .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
   65671             :     .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
   65672             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65673             :     .co_flags = 3,
   65674             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65675             :     ._co_linearray_entry_size = 0,
   65676             :     .co_argcount = 3,
   65677             :     .co_posonlyargcount = 0,
   65678             :     .co_kwonlyargcount = 0,
   65679             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   65680             :     .co_stacksize = 4,
   65681             :     .co_firstlineno = 738,
   65682             :     .co_nlocalsplus = 3,
   65683             :     .co_nlocals = 3,
   65684             :     .co_nplaincellvars = 0,
   65685             :     .co_ncellvars = 0,
   65686             :     .co_nfreevars = 0,
   65687             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
   65688             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   65689             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65690             :     .co_name = &_Py_ID(__getattr__),
   65691             :     .co_qualname = & codecs_toplevel_consts_28_consts_17_qualname._ascii.ob_base,
   65692             :     .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
   65693             :     ._co_code = NULL,
   65694             :     ._co_linearray = NULL,
   65695             :     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   65696             :     ._co_firsttraceable = 0,
   65697             : };
   65698             : static
   65699             :     struct {
   65700             :         PyASCIIObject _ascii;
   65701             :         uint8_t _data[29];
   65702             :     }
   65703             : codecs_toplevel_consts_28_consts_18_qualname = {
   65704             :     ._ascii = {
   65705             :         .ob_base = {
   65706             :             .ob_refcnt = 999999999,
   65707             :             .ob_type = &PyUnicode_Type,
   65708             :         },
   65709             :         .length = 28,
   65710             :         .hash = -1,
   65711             :         .state = {
   65712             :             .kind = 1,
   65713             :             .compact = 1,
   65714             :             .ascii = 1,
   65715             :         },
   65716             :     },
   65717             :     ._data = "StreamReaderWriter.__enter__",
   65718             : };
   65719             : static
   65720             :     struct _PyCode_DEF(6)
   65721             : codecs_toplevel_consts_28_consts_18 = {
   65722             :     .ob_base = {
   65723             :         .ob_base = {
   65724             :             .ob_refcnt = 999999999,
   65725             :             .ob_type = &PyCode_Type,
   65726             :         },
   65727             :         .ob_size = 3,
   65728             :     },
   65729             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   65730             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   65731             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65732             :     .co_flags = 3,
   65733             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65734             :     ._co_linearray_entry_size = 0,
   65735             :     .co_argcount = 1,
   65736             :     .co_posonlyargcount = 0,
   65737             :     .co_kwonlyargcount = 0,
   65738             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   65739             :     .co_stacksize = 1,
   65740             :     .co_firstlineno = 747,
   65741             :     .co_nlocalsplus = 1,
   65742             :     .co_nlocals = 1,
   65743             :     .co_nplaincellvars = 0,
   65744             :     .co_ncellvars = 0,
   65745             :     .co_nfreevars = 0,
   65746             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   65747             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   65748             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65749             :     .co_name = &_Py_ID(__enter__),
   65750             :     .co_qualname = & codecs_toplevel_consts_28_consts_18_qualname._ascii.ob_base,
   65751             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   65752             :     ._co_code = NULL,
   65753             :     ._co_linearray = NULL,
   65754             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   65755             :     ._co_firsttraceable = 0,
   65756             : };
   65757             : static
   65758             :     struct {
   65759             :         PyASCIIObject _ascii;
   65760             :         uint8_t _data[28];
   65761             :     }
   65762             : codecs_toplevel_consts_28_consts_19_qualname = {
   65763             :     ._ascii = {
   65764             :         .ob_base = {
   65765             :             .ob_refcnt = 999999999,
   65766             :             .ob_type = &PyUnicode_Type,
   65767             :         },
   65768             :         .length = 27,
   65769             :         .hash = -1,
   65770             :         .state = {
   65771             :             .kind = 1,
   65772             :             .compact = 1,
   65773             :             .ascii = 1,
   65774             :         },
   65775             :     },
   65776             :     ._data = "StreamReaderWriter.__exit__",
   65777             : };
   65778             : static
   65779             :     struct _PyCode_DEF(60)
   65780             : codecs_toplevel_consts_28_consts_19 = {
   65781             :     .ob_base = {
   65782             :         .ob_base = {
   65783             :             .ob_refcnt = 999999999,
   65784             :             .ob_type = &PyCode_Type,
   65785             :         },
   65786             :         .ob_size = 30,
   65787             :     },
   65788             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   65789             :     .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
   65790             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65791             :     .co_flags = 3,
   65792             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65793             :     ._co_linearray_entry_size = 0,
   65794             :     .co_argcount = 4,
   65795             :     .co_posonlyargcount = 0,
   65796             :     .co_kwonlyargcount = 0,
   65797             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   65798             :     .co_stacksize = 2,
   65799             :     .co_firstlineno = 750,
   65800             :     .co_nlocalsplus = 4,
   65801             :     .co_nlocals = 4,
   65802             :     .co_nplaincellvars = 0,
   65803             :     .co_ncellvars = 0,
   65804             :     .co_nfreevars = 0,
   65805             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
   65806             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   65807             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65808             :     .co_name = &_Py_ID(__exit__),
   65809             :     .co_qualname = & codecs_toplevel_consts_28_consts_19_qualname._ascii.ob_base,
   65810             :     .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
   65811             :     ._co_code = NULL,
   65812             :     ._co_linearray = NULL,
   65813             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   65814             :     ._co_firsttraceable = 0,
   65815             : };
   65816             : static
   65817             :     struct {
   65818             :         PyGC_Head _gc_head;
   65819             :         struct {
   65820             :             PyObject_VAR_HEAD
   65821             :             PyObject *ob_item[1];
   65822             :         }_object;
   65823             :     }
   65824             : codecs_toplevel_consts_28_consts_21 = {
   65825             :     ._object = {
   65826             :         .ob_base = {
   65827             :             .ob_base = {
   65828             :                 .ob_refcnt = 999999999,
   65829             :                 .ob_type = &PyTuple_Type,
   65830             :             },
   65831             :             .ob_size = 1,
   65832             :         },
   65833             :         .ob_item = {
   65834             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   65835             :         },
   65836             :     },
   65837             : };
   65838             : static
   65839             :     struct {
   65840             :         PyGC_Head _gc_head;
   65841             :         struct {
   65842             :             PyObject_VAR_HEAD
   65843             :             PyObject *ob_item[24];
   65844             :         }_object;
   65845             :     }
   65846             : codecs_toplevel_consts_28_consts = {
   65847             :     ._object = {
   65848             :         .ob_base = {
   65849             :             .ob_base = {
   65850             :                 .ob_refcnt = 999999999,
   65851             :                 .ob_type = &PyTuple_Type,
   65852             :             },
   65853             :             .ob_size = 24,
   65854             :         },
   65855             :         .ob_item = {
   65856             :             & const_str_StreamReaderWriter._ascii.ob_base,
   65857             :             & codecs_toplevel_consts_28_consts_1._ascii.ob_base,
   65858             :             & const_str_unknown._ascii.ob_base,
   65859             :             &_Py_ID(strict),
   65860             :             & codecs_toplevel_consts_28_consts_4.ob_base.ob_base,
   65861             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   65862             :             & codecs_toplevel_consts_28_consts_6.ob_base.ob_base,
   65863             :             Py_None,
   65864             :             & codecs_toplevel_consts_28_consts_8.ob_base.ob_base,
   65865             :             & codecs_toplevel_consts_28_consts_9.ob_base.ob_base,
   65866             :             & codecs_toplevel_consts_28_consts_10.ob_base.ob_base,
   65867             :             & codecs_toplevel_consts_28_consts_11.ob_base.ob_base,
   65868             :             & codecs_toplevel_consts_28_consts_12.ob_base.ob_base,
   65869             :             & codecs_toplevel_consts_28_consts_13.ob_base.ob_base,
   65870             :             & codecs_toplevel_consts_28_consts_14.ob_base.ob_base,
   65871             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   65872             :             & codecs_toplevel_consts_28_consts_16.ob_base.ob_base,
   65873             :             & codecs_toplevel_consts_28_consts_17.ob_base.ob_base,
   65874             :             & codecs_toplevel_consts_28_consts_18.ob_base.ob_base,
   65875             :             & codecs_toplevel_consts_28_consts_19.ob_base.ob_base,
   65876             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   65877             :             & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
   65878             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   65879             :             & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
   65880             :         },
   65881             :     },
   65882             : };
   65883             : static
   65884             :     struct {
   65885             :         PyGC_Head _gc_head;
   65886             :         struct {
   65887             :             PyObject_VAR_HEAD
   65888             :             PyObject *ob_item[19];
   65889             :         }_object;
   65890             :     }
   65891             : codecs_toplevel_consts_28_names = {
   65892             :     ._object = {
   65893             :         .ob_base = {
   65894             :             .ob_base = {
   65895             :                 .ob_refcnt = 999999999,
   65896             :                 .ob_type = &PyTuple_Type,
   65897             :             },
   65898             :             .ob_size = 19,
   65899             :         },
   65900             :         .ob_item = {
   65901             :             &_Py_ID(__name__),
   65902             :             &_Py_ID(__module__),
   65903             :             &_Py_ID(__qualname__),
   65904             :             &_Py_ID(__doc__),
   65905             :             &_Py_ID(encoding),
   65906             :             &_Py_ID(__init__),
   65907             :             &_Py_ID(read),
   65908             :             &_Py_ID(readline),
   65909             :             & const_str_readlines._ascii.ob_base,
   65910             :             &_Py_ID(__next__),
   65911             :             &_Py_ID(__iter__),
   65912             :             &_Py_ID(write),
   65913             :             & const_str_writelines._ascii.ob_base,
   65914             :             &_Py_ID(reset),
   65915             :             &_Py_ID(seek),
   65916             :             &_Py_ID(getattr),
   65917             :             &_Py_ID(__getattr__),
   65918             :             &_Py_ID(__enter__),
   65919             :             &_Py_ID(__exit__),
   65920             :         },
   65921             :     },
   65922             : };
   65923             : static
   65924             :     struct {
   65925             :         PyObject_VAR_HEAD
   65926             :         Py_hash_t ob_shash;
   65927             :         char ob_sval[266];
   65928             :     }
   65929             : codecs_toplevel_consts_28_linetable = {
   65930             :     .ob_base = {
   65931             :         .ob_base = {
   65932             :             .ob_refcnt = 999999999,
   65933             :             .ob_type = &PyBytes_Type,
   65934             :         },
   65935             :         .ob_size = 265,
   65936             :     },
   65937             :     .ob_shash = -1,
   65938             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x07\x05\x08\xf0\x00\x07\x05\x08\xf0\x12\x00\x10\x19\x80\x48\xe0\x36\x3e\xf0\x00\x10\x05\x1d\xf0\x00\x10\x05\x1d\xf0\x00\x10\x05\x1d\xf0\x24\x00\x19\x1b\xf0\x00\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x08\x00\x1d\x21\xf0\x00\x02\x05\x2a\xf0\x00\x02\x05\x2a\xf0\x00\x02\x05\x2a\xf0\x08\x00\x22\x26\xf0\x00\x02\x05\x2f\xf0\x00\x02\x05\x2f\xf0\x00\x02\x05\x2f\xf0\x08\x03\x05\x21\xf0\x00\x03\x05\x21\xf0\x00\x03\x05\x21\xf0\x0a\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x02\x05\x27\xf0\x00\x02\x05\x27\xf0\x00\x02\x05\x27\xf0\x08\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x08\x03\x05\x1c\xf0\x00\x03\x05\x1c\xf0\x00\x03\x05\x1c\xf0\x0a\x00\x23\x24\xf0\x00\x04\x05\x20\xf0\x00\x04\x05\x20\xf0\x00\x04\x05\x20\xf0\x0e\x00\x1d\x24\xf0\x03\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x12\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c",
   65939             : };
   65940             : static
   65941             :     struct _PyCode_DEF(114)
   65942             : codecs_toplevel_consts_28 = {
   65943             :     .ob_base = {
   65944             :         .ob_base = {
   65945             :             .ob_refcnt = 999999999,
   65946             :             .ob_type = &PyCode_Type,
   65947             :         },
   65948             :         .ob_size = 57,
   65949             :     },
   65950             :     .co_consts = & codecs_toplevel_consts_28_consts._object.ob_base.ob_base,
   65951             :     .co_names = & codecs_toplevel_consts_28_names._object.ob_base.ob_base,
   65952             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65953             :     .co_flags = 0,
   65954             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   65955             :     ._co_linearray_entry_size = 0,
   65956             :     .co_argcount = 0,
   65957             :     .co_posonlyargcount = 0,
   65958             :     .co_kwonlyargcount = 0,
   65959             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   65960             :     .co_stacksize = 2,
   65961             :     .co_firstlineno = 668,
   65962             :     .co_nlocalsplus = 0,
   65963             :     .co_nlocals = 0,
   65964             :     .co_nplaincellvars = 0,
   65965             :     .co_ncellvars = 0,
   65966             :     .co_nfreevars = 0,
   65967             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   65968             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   65969             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   65970             :     .co_name = & const_str_StreamReaderWriter._ascii.ob_base,
   65971             :     .co_qualname = & const_str_StreamReaderWriter._ascii.ob_base,
   65972             :     .co_linetable = & codecs_toplevel_consts_28_linetable.ob_base.ob_base,
   65973             :     ._co_code = NULL,
   65974             :     ._co_linearray = NULL,
   65975             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x14\x64\x04\x84\x01\x5a\x05\x64\x15\x64\x06\x84\x01\x5a\x06\x64\x16\x64\x08\x84\x01\x5a\x07\x64\x16\x64\x09\x84\x01\x5a\x08\x64\x0a\x84\x00\x5a\x09\x64\x0b\x84\x00\x5a\x0a\x64\x0c\x84\x00\x5a\x0b\x64\x0d\x84\x00\x5a\x0c\x64\x0e\x84\x00\x5a\x0d\x64\x17\x64\x10\x84\x01\x5a\x0e\x65\x0f\x66\x01\x64\x11\x84\x01\x5a\x10\x64\x12\x84\x00\x5a\x11\x64\x13\x84\x00\x5a\x12\x64\x07\x53\x00",
   65976             :     ._co_firsttraceable = 0,
   65977             : };
   65978             : static
   65979             :     struct {
   65980             :         PyASCIIObject _ascii;
   65981             :         uint8_t _data[579];
   65982             :     }
   65983             : codecs_toplevel_consts_30_consts_1 = {
   65984             :     ._ascii = {
   65985             :         .ob_base = {
   65986             :             .ob_refcnt = 999999999,
   65987             :             .ob_type = &PyUnicode_Type,
   65988             :         },
   65989             :         .length = 578,
   65990             :         .hash = -1,
   65991             :         .state = {
   65992             :             .kind = 1,
   65993             :             .compact = 1,
   65994             :             .ascii = 1,
   65995             :         },
   65996             :     },
   65997             :     ._data = "\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x63\x6f\x64\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x73\x20\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x20\x64\x61\x74\x61\x20\x66\x72\x6f\x6d\x20\x6f\x6e\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x74\x6f\x20\x61\x6e\x6f\x74\x68\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x79\x20\x75\x73\x65\x20\x74\x68\x65\x20\x63\x6f\x6d\x70\x6c\x65\x74\x65\x20\x73\x65\x74\x20\x6f\x66\x20\x41\x50\x49\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x62\x79\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6f\x64\x65\x63\x73\x2e\x6c\x6f\x6f\x6b\x75\x70\x28\x29\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x74\x6f\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x20\x74\x68\x65\x69\x72\x20\x74\x61\x73\x6b\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x44\x61\x74\x61\x20\x77\x72\x69\x74\x74\x65\x6e\x20\x74\x6f\x20\x74\x68\x65\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x63\x6f\x64\x65\x72\x20\x69\x73\x20\x66\x69\x72\x73\x74\x20\x64\x65\x63\x6f\x64\x65\x64\x20\x69\x6e\x74\x6f\x20\x61\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x74\x65\x72\x6d\x65\x64\x69\x61\x74\x65\x20\x66\x6f\x72\x6d\x61\x74\x20\x28\x64\x65\x70\x65\x6e\x64\x69\x6e\x67\x20\x6f\x6e\x20\x74\x68\x65\x20\x22\x64\x65\x63\x6f\x64\x65\x22\x20\x63\x6f\x64\x65\x63\x29\x20\x61\x6e\x64\x20\x74\x68\x65\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x77\x72\x69\x74\x74\x65\x6e\x20\x74\x6f\x20\x74\x68\x65\x20\x75\x6e\x64\x65\x72\x6c\x79\x69\x6e\x67\x20\x73\x74\x72\x65\x61\x6d\x20\x75\x73\x69\x6e\x67\x20\x61\x6e\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x76\x69\x64\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x57\x72\x69\x74\x65\x72\x20\x63\x6c\x61\x73\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6e\x20\x74\x68\x65\x20\x6f\x74\x68\x65\x72\x20\x64\x69\x72\x65\x63\x74\x69\x6f\x6e\x2c\x20\x64\x61\x74\x61\x20\x69\x73\x20\x72\x65\x61\x64\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x75\x6e\x64\x65\x72\x6c\x79\x69\x6e\x67\x20\x73\x74\x72\x65\x61\x6d\x20\x75\x73\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x20\x52\x65\x61\x64\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x20\x61\x6e\x64\x20\x74\x68\x65\x6e\x20\x65\x6e\x63\x6f\x64\x65\x64\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x74\x6f\x20\x74\x68\x65\x20\x63\x61\x6c\x6c\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20",
   65998             : };
   65999             : static
   66000             :     struct {
   66001             :         PyASCIIObject _ascii;
   66002             :         uint8_t _data[746];
   66003             :     }
   66004             : codecs_toplevel_consts_30_consts_4_consts_0 = {
   66005             :     ._ascii = {
   66006             :         .ob_base = {
   66007             :             .ob_refcnt = 999999999,
   66008             :             .ob_type = &PyUnicode_Type,
   66009             :         },
   66010             :         .length = 745,
   66011             :         .hash = -1,
   66012             :         .state = {
   66013             :             .kind = 1,
   66014             :             .compact = 1,
   66015             :             .ascii = 1,
   66016             :         },
   66017             :     },
   66018             :     ._data = "\x20\x43\x72\x65\x61\x74\x65\x73\x20\x61\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x63\x6f\x64\x65\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x20\x77\x68\x69\x63\x68\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x73\x20\x61\x20\x74\x77\x6f\x2d\x77\x61\x79\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6f\x6e\x76\x65\x72\x73\x69\x6f\x6e\x3a\x20\x65\x6e\x63\x6f\x64\x65\x20\x61\x6e\x64\x20\x64\x65\x63\x6f\x64\x65\x20\x77\x6f\x72\x6b\x20\x6f\x6e\x20\x74\x68\x65\x20\x66\x72\x6f\x6e\x74\x65\x6e\x64\x20\x28\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x61\x74\x61\x20\x76\x69\x73\x69\x62\x6c\x65\x20\x74\x6f\x20\x2e\x72\x65\x61\x64\x28\x29\x20\x61\x6e\x64\x20\x2e\x77\x72\x69\x74\x65\x28\x29\x29\x20\x77\x68\x69\x6c\x65\x20\x52\x65\x61\x64\x65\x72\x20\x61\x6e\x64\x20\x57\x72\x69\x74\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x6f\x72\x6b\x20\x6f\x6e\x20\x74\x68\x65\x20\x62\x61\x63\x6b\x65\x6e\x64\x20\x28\x74\x68\x65\x20\x64\x61\x74\x61\x20\x69\x6e\x20\x73\x74\x72\x65\x61\x6d\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x59\x6f\x75\x20\x63\x61\x6e\x20\x75\x73\x65\x20\x74\x68\x65\x73\x65\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x74\x6f\x20\x64\x6f\x20\x74\x72\x61\x6e\x73\x70\x61\x72\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x63\x6f\x64\x69\x6e\x67\x73\x20\x66\x72\x6f\x6d\x20\x65\x2e\x67\x2e\x20\x6c\x61\x74\x69\x6e\x2d\x31\x20\x74\x6f\x20\x75\x74\x66\x2d\x38\x20\x61\x6e\x64\x20\x62\x61\x63\x6b\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x72\x65\x61\x6d\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x20\x66\x69\x6c\x65\x2d\x6c\x69\x6b\x65\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x65\x20\x61\x6e\x64\x20\x64\x65\x63\x6f\x64\x65\x20\x6d\x75\x73\x74\x20\x61\x64\x68\x65\x72\x65\x20\x74\x6f\x20\x74\x68\x65\x20\x43\x6f\x64\x65\x63\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x3b\x20\x52\x65\x61\x64\x65\x72\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x57\x72\x69\x74\x65\x72\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x66\x61\x63\x74\x6f\x72\x79\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x73\x20\x6f\x72\x20\x63\x6c\x61\x73\x73\x65\x73\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x61\x64\x65\x72\x20\x61\x6e\x64\x20\x53\x74\x72\x65\x61\x6d\x57\x72\x69\x74\x65\x72\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x73\x20\x72\x65\x73\x70\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x45\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x20\x69\x73\x20\x64\x6f\x6e\x65\x20\x69\x6e\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x77\x61\x79\x20\x61\x73\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x66\x6f\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x53\x74\x72\x65\x61\x6d\x57\x72\x69\x74\x65\x72\x2f\x52\x65\x61\x64\x65\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   66019             : };
   66020             : static
   66021             :     struct {
   66022             :         PyGC_Head _gc_head;
   66023             :         struct {
   66024             :             PyObject_VAR_HEAD
   66025             :             PyObject *ob_item[2];
   66026             :         }_object;
   66027             :     }
   66028             : codecs_toplevel_consts_30_consts_4_consts = {
   66029             :     ._object = {
   66030             :         .ob_base = {
   66031             :             .ob_base = {
   66032             :                 .ob_refcnt = 999999999,
   66033             :                 .ob_type = &PyTuple_Type,
   66034             :             },
   66035             :             .ob_size = 2,
   66036             :         },
   66037             :         .ob_item = {
   66038             :             & codecs_toplevel_consts_30_consts_4_consts_0._ascii.ob_base,
   66039             :             Py_None,
   66040             :         },
   66041             :     },
   66042             : };
   66043             : static
   66044             :     struct {
   66045             :         PyGC_Head _gc_head;
   66046             :         struct {
   66047             :             PyObject_VAR_HEAD
   66048             :             PyObject *ob_item[6];
   66049             :         }_object;
   66050             :     }
   66051             : codecs_toplevel_consts_30_consts_4_names = {
   66052             :     ._object = {
   66053             :         .ob_base = {
   66054             :             .ob_base = {
   66055             :                 .ob_refcnt = 999999999,
   66056             :                 .ob_type = &PyTuple_Type,
   66057             :             },
   66058             :             .ob_size = 6,
   66059             :         },
   66060             :         .ob_item = {
   66061             :             & const_str_stream._ascii.ob_base,
   66062             :             &_Py_ID(encode),
   66063             :             &_Py_ID(decode),
   66064             :             & const_str_reader._ascii.ob_base,
   66065             :             & const_str_writer._ascii.ob_base,
   66066             :             &_Py_ID(errors),
   66067             :         },
   66068             :     },
   66069             : };
   66070             : static
   66071             :     struct {
   66072             :         PyASCIIObject _ascii;
   66073             :         uint8_t _data[23];
   66074             :     }
   66075             : codecs_toplevel_consts_30_consts_4_qualname = {
   66076             :     ._ascii = {
   66077             :         .ob_base = {
   66078             :             .ob_refcnt = 999999999,
   66079             :             .ob_type = &PyUnicode_Type,
   66080             :         },
   66081             :         .length = 22,
   66082             :         .hash = -1,
   66083             :         .state = {
   66084             :             .kind = 1,
   66085             :             .compact = 1,
   66086             :             .ascii = 1,
   66087             :         },
   66088             :     },
   66089             :     ._data = "StreamRecoder.__init__",
   66090             : };
   66091             : static
   66092             :     struct {
   66093             :         PyObject_VAR_HEAD
   66094             :         Py_hash_t ob_shash;
   66095             :         char ob_sval[69];
   66096             :     }
   66097             : codecs_toplevel_consts_30_consts_4_linetable = {
   66098             :     .ob_base = {
   66099             :         .ob_base = {
   66100             :             .ob_refcnt = 999999999,
   66101             :             .ob_type = &PyBytes_Type,
   66102             :         },
   66103             :         .ob_size = 68,
   66104             :     },
   66105             :     .ob_shash = -1,
   66106             :     .ob_sval = "\x80\x00\xf0\x2a\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
   66107             : };
   66108             : static
   66109             :     struct {
   66110             :         PyGC_Head _gc_head;
   66111             :         struct {
   66112             :             PyObject_VAR_HEAD
   66113             :             PyObject *ob_item[7];
   66114             :         }_object;
   66115             :     }
   66116             : codecs_toplevel_consts_30_consts_4_localsplusnames = {
   66117             :     ._object = {
   66118             :         .ob_base = {
   66119             :             .ob_base = {
   66120             :                 .ob_refcnt = 999999999,
   66121             :                 .ob_type = &PyTuple_Type,
   66122             :             },
   66123             :             .ob_size = 7,
   66124             :         },
   66125             :         .ob_item = {
   66126             :             & const_str_self._ascii.ob_base,
   66127             :             & const_str_stream._ascii.ob_base,
   66128             :             &_Py_ID(encode),
   66129             :             &_Py_ID(decode),
   66130             :             & const_str_Reader._ascii.ob_base,
   66131             :             & const_str_Writer._ascii.ob_base,
   66132             :             &_Py_ID(errors),
   66133             :         },
   66134             :     },
   66135             : };
   66136             : static
   66137             :     struct _PyCode_DEF(122)
   66138             : codecs_toplevel_consts_30_consts_4 = {
   66139             :     .ob_base = {
   66140             :         .ob_base = {
   66141             :             .ob_refcnt = 999999999,
   66142             :             .ob_type = &PyCode_Type,
   66143             :         },
   66144             :         .ob_size = 61,
   66145             :     },
   66146             :     .co_consts = & codecs_toplevel_consts_30_consts_4_consts._object.ob_base.ob_base,
   66147             :     .co_names = & codecs_toplevel_consts_30_consts_4_names._object.ob_base.ob_base,
   66148             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   66149             :     .co_flags = 3,
   66150             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   66151             :     ._co_linearray_entry_size = 0,
   66152             :     .co_argcount = 7,
   66153             :     .co_posonlyargcount = 0,
   66154             :     .co_kwonlyargcount = 0,
   66155             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   66156             :     .co_stacksize = 4,
   66157             :     .co_firstlineno = 775,
   66158             :     .co_nlocalsplus = 7,
   66159             :     .co_nlocals = 7,
   66160             :     .co_nplaincellvars = 0,
   66161             :     .co_ncellvars = 0,
   66162             :     .co_nfreevars = 0,
   66163             :     .co_localsplusnames = & codecs_toplevel_consts_30_consts_4_localsplusnames._object.ob_base.ob_base,
   66164             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   66165             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   66166             :     .co_name = &_Py_ID(__init__),
   66167             :     .co_qualname = & codecs_toplevel_consts_30_consts_4_qualname._ascii.ob_base,
   66168             :     .co_linetable = & codecs_toplevel_consts_30_consts_4_linetable.ob_base.ob_base,
   66169             :     ._co_code = NULL,
   66170             :     ._co_linearray = NULL,
   66171             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x04\x7c\x01\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x05\x7c\x01\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
   66172             :     ._co_firsttraceable = 0,
   66173             : };
   66174             : static
   66175             :     struct {
   66176             :         PyGC_Head _gc_head;
   66177             :         struct {
   66178             :             PyObject_VAR_HEAD
   66179             :             PyObject *ob_item[4];
   66180             :         }_object;
   66181             :     }
   66182             : codecs_toplevel_consts_30_consts_6_names = {
   66183             :     ._object = {
   66184             :         .ob_base = {
   66185             :             .ob_base = {
   66186             :                 .ob_refcnt = 999999999,
   66187             :                 .ob_type = &PyTuple_Type,
   66188             :             },
   66189             :             .ob_size = 4,
   66190             :         },
   66191             :         .ob_item = {
   66192             :             & const_str_reader._ascii.ob_base,
   66193             :             &_Py_ID(read),
   66194             :             &_Py_ID(encode),
   66195             :             &_Py_ID(errors),
   66196             :         },
   66197             :     },
   66198             : };
   66199             : static
   66200             :     struct {
   66201             :         PyASCIIObject _ascii;
   66202             :         uint8_t _data[19];
   66203             :     }
   66204             : codecs_toplevel_consts_30_consts_6_qualname = {
   66205             :     ._ascii = {
   66206             :         .ob_base = {
   66207             :             .ob_refcnt = 999999999,
   66208             :             .ob_type = &PyUnicode_Type,
   66209             :         },
   66210             :         .length = 18,
   66211             :         .hash = -1,
   66212             :         .state = {
   66213             :             .kind = 1,
   66214             :             .compact = 1,
   66215             :             .ascii = 1,
   66216             :         },
   66217             :     },
   66218             :     ._data = "StreamRecoder.read",
   66219             : };
   66220             : static
   66221             :     struct {
   66222             :         PyObject_VAR_HEAD
   66223             :         Py_hash_t ob_shash;
   66224             :         char ob_sval[53];
   66225             :     }
   66226             : codecs_toplevel_consts_30_consts_6_linetable = {
   66227             :     .ob_base = {
   66228             :         .ob_base = {
   66229             :             .ob_refcnt = 999999999,
   66230             :             .ob_type = &PyBytes_Type,
   66231             :         },
   66232             :         .ob_size = 52,
   66233             :     },
   66234             :     .ob_shash = -1,
   66235             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x1f\xd1\x0f\x1f\xa0\x04\xd4\x0f\x25\x88\x04\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
   66236             : };
   66237             : static
   66238             :     struct {
   66239             :         PyASCIIObject _ascii;
   66240             :         uint8_t _data[13];
   66241             :     }
   66242             : const_str_bytesencoded = {
   66243             :     ._ascii = {
   66244             :         .ob_base = {
   66245             :             .ob_refcnt = 999999999,
   66246             :             .ob_type = &PyUnicode_Type,
   66247             :         },
   66248             :         .length = 12,
   66249             :         .hash = -1,
   66250             :         .state = {
   66251             :             .kind = 1,
   66252             :             .compact = 1,
   66253             :             .ascii = 1,
   66254             :         },
   66255             :     },
   66256             :     ._data = "bytesencoded",
   66257             : };
   66258             : static
   66259             :     struct {
   66260             :         PyGC_Head _gc_head;
   66261             :         struct {
   66262             :             PyObject_VAR_HEAD
   66263             :             PyObject *ob_item[4];
   66264             :         }_object;
   66265             :     }
   66266             : codecs_toplevel_consts_30_consts_6_localsplusnames = {
   66267             :     ._object = {
   66268             :         .ob_base = {
   66269             :             .ob_base = {
   66270             :                 .ob_refcnt = 999999999,
   66271             :                 .ob_type = &PyTuple_Type,
   66272             :             },
   66273             :             .ob_size = 4,
   66274             :         },
   66275             :         .ob_item = {
   66276             :             & const_str_self._ascii.ob_base,
   66277             :             & const_str_size._ascii.ob_base,
   66278             :             & const_str_data._ascii.ob_base,
   66279             :             & const_str_bytesencoded._ascii.ob_base,
   66280             :         },
   66281             :     },
   66282             : };
   66283             : static
   66284             :     struct _PyCode_DEF(126)
   66285             : codecs_toplevel_consts_30_consts_6 = {
   66286             :     .ob_base = {
   66287             :         .ob_base = {
   66288             :             .ob_refcnt = 999999999,
   66289             :             .ob_type = &PyCode_Type,
   66290             :         },
   66291             :         .ob_size = 63,
   66292             :     },
   66293             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   66294             :     .co_names = & codecs_toplevel_consts_30_consts_6_names._object.ob_base.ob_base,
   66295             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   66296             :     .co_flags = 3,
   66297             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   66298             :     ._co_linearray_entry_size = 0,
   66299             :     .co_argcount = 2,
   66300             :     .co_posonlyargcount = 0,
   66301             :     .co_kwonlyargcount = 0,
   66302             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   66303             :     .co_stacksize = 4,
   66304             :     .co_firstlineno = 803,
   66305             :     .co_nlocalsplus = 4,
   66306             :     .co_nlocals = 4,
   66307             :     .co_nplaincellvars = 0,
   66308             :     .co_ncellvars = 0,
   66309             :     .co_nfreevars = 0,
   66310             :     .co_localsplusnames = & codecs_toplevel_consts_30_consts_6_localsplusnames._object.ob_base.ob_base,
   66311             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   66312             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   66313             :     .co_name = &_Py_ID(read),
   66314             :     .co_qualname = & codecs_toplevel_consts_30_consts_6_qualname._ascii.ob_base,
   66315             :     .co_linetable = & codecs_toplevel_consts_30_consts_6_linetable.ob_base.ob_base,
   66316             :     ._co_code = NULL,
   66317             :     ._co_linearray = NULL,
   66318             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x53\x00",
   66319             :     ._co_firsttraceable = 0,
   66320             : };
   66321             : static
   66322             :     struct {
   66323             :         PyGC_Head _gc_head;
   66324             :         struct {
   66325             :             PyObject_VAR_HEAD
   66326             :             PyObject *ob_item[4];
   66327             :         }_object;
   66328             :     }
   66329             : codecs_toplevel_consts_30_consts_8_names = {
   66330             :     ._object = {
   66331             :         .ob_base = {
   66332             :             .ob_base = {
   66333             :                 .ob_refcnt = 999999999,
   66334             :                 .ob_type = &PyTuple_Type,
   66335             :             },
   66336             :             .ob_size = 4,
   66337             :         },
   66338             :         .ob_item = {
   66339             :             & const_str_reader._ascii.ob_base,
   66340             :             &_Py_ID(readline),
   66341             :             &_Py_ID(encode),
   66342             :             &_Py_ID(errors),
   66343             :         },
   66344             :     },
   66345             : };
   66346             : static
   66347             :     struct {
   66348             :         PyASCIIObject _ascii;
   66349             :         uint8_t _data[23];
   66350             :     }
   66351             : codecs_toplevel_consts_30_consts_8_qualname = {
   66352             :     ._ascii = {
   66353             :         .ob_base = {
   66354             :             .ob_refcnt = 999999999,
   66355             :             .ob_type = &PyUnicode_Type,
   66356             :         },
   66357             :         .length = 22,
   66358             :         .hash = -1,
   66359             :         .state = {
   66360             :             .kind = 1,
   66361             :             .compact = 1,
   66362             :             .ascii = 1,
   66363             :         },
   66364             :     },
   66365             :     ._data = "StreamRecoder.readline",
   66366             : };
   66367             : static
   66368             :     struct {
   66369             :         PyObject_VAR_HEAD
   66370             :         Py_hash_t ob_shash;
   66371             :         char ob_sval[81];
   66372             :     }
   66373             : codecs_toplevel_consts_30_consts_8_linetable = {
   66374             :     .ob_base = {
   66375             :         .ob_base = {
   66376             :             .ob_refcnt = 999999999,
   66377             :             .ob_type = &PyBytes_Type,
   66378             :         },
   66379             :         .ob_size = 80,
   66380             :     },
   66381             :     .ob_shash = -1,
   66382             :     .ob_sval = "\x80\x00\xe0\x0b\x0f\xf0\x00\x03\x09\x2e\xd8\x13\x17\x97\x3b\x91\x3b\xd7\x13\x27\xd1\x13\x27\xd4\x13\x29\x88\x44\x88\x44\xe0\x13\x17\x97\x3b\x91\x3b\xd7\x13\x27\xd1\x13\x27\xa8\x04\xd4\x13\x2d\x88\x44\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
   66383             : };
   66384             : static
   66385             :     struct _PyCode_DEF(186)
   66386             : codecs_toplevel_consts_30_consts_8 = {
   66387             :     .ob_base = {
   66388             :         .ob_base = {
   66389             :             .ob_refcnt = 999999999,
   66390             :             .ob_type = &PyCode_Type,
   66391             :         },
   66392             :         .ob_size = 93,
   66393             :     },
   66394             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   66395             :     .co_names = & codecs_toplevel_consts_30_consts_8_names._object.ob_base.ob_base,
   66396             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   66397             :     .co_flags = 3,
   66398             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   66399             :     ._co_linearray_entry_size = 0,
   66400             :     .co_argcount = 2,
   66401             :     .co_posonlyargcount = 0,
   66402             :     .co_kwonlyargcount = 0,
   66403             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   66404             :     .co_stacksize = 4,
   66405             :     .co_firstlineno = 809,
   66406             :     .co_nlocalsplus = 4,
   66407             :     .co_nlocals = 4,
   66408             :     .co_nplaincellvars = 0,
   66409             :     .co_ncellvars = 0,
   66410             :     .co_nfreevars = 0,
   66411             :     .co_localsplusnames = & codecs_toplevel_consts_30_consts_6_localsplusnames._object.ob_base.ob_base,
   66412             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   66413             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   66414             :     .co_name = &_Py_ID(readline),
   66415             :     .co_qualname = & codecs_toplevel_consts_30_consts_8_qualname._ascii.ob_base,
   66416             :     .co_linetable = & codecs_toplevel_consts_30_consts_8_linetable.ob_base.ob_base,
   66417             :     ._co_code = NULL,
   66418             :     ._co_linearray = NULL,
   66419             :     .co_code_adaptive = "\x97\x00\x7c\x01\x80\x1c\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x1c\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x53\x00",
   66420             :     ._co_firsttraceable = 0,
   66421             : };
   66422             : static
   66423             :     struct {
   66424             :         PyGC_Head _gc_head;
   66425             :         struct {
   66426             :             PyObject_VAR_HEAD
   66427             :             PyObject *ob_item[3];
   66428             :         }_object;
   66429             :     }
   66430             : codecs_toplevel_consts_30_consts_9_consts = {
   66431             :     ._object = {
   66432             :         .ob_base = {
   66433             :             .ob_base = {
   66434             :                 .ob_refcnt = 999999999,
   66435             :                 .ob_type = &PyTuple_Type,
   66436             :             },
   66437             :             .ob_size = 3,
   66438             :         },
   66439             :         .ob_item = {
   66440             :             Py_None,
   66441             :             Py_True,
   66442             :             & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
   66443             :         },
   66444             :     },
   66445             : };
   66446             : static
   66447             :     struct {
   66448             :         PyGC_Head _gc_head;
   66449             :         struct {
   66450             :             PyObject_VAR_HEAD
   66451             :             PyObject *ob_item[5];
   66452             :         }_object;
   66453             :     }
   66454             : codecs_toplevel_consts_30_consts_9_names = {
   66455             :     ._object = {
   66456             :         .ob_base = {
   66457             :             .ob_base = {
   66458             :                 .ob_refcnt = 999999999,
   66459             :                 .ob_type = &PyTuple_Type,
   66460             :             },
   66461             :             .ob_size = 5,
   66462             :         },
   66463             :         .ob_item = {
   66464             :             & const_str_reader._ascii.ob_base,
   66465             :             &_Py_ID(read),
   66466             :             &_Py_ID(encode),
   66467             :             &_Py_ID(errors),
   66468             :             & const_str_splitlines._ascii.ob_base,
   66469             :         },
   66470             :     },
   66471             : };
   66472             : static
   66473             :     struct {
   66474             :         PyASCIIObject _ascii;
   66475             :         uint8_t _data[24];
   66476             :     }
   66477             : codecs_toplevel_consts_30_consts_9_qualname = {
   66478             :     ._ascii = {
   66479             :         .ob_base = {
   66480             :             .ob_refcnt = 999999999,
   66481             :             .ob_type = &PyUnicode_Type,
   66482             :         },
   66483             :         .length = 23,
   66484             :         .hash = -1,
   66485             :         .state = {
   66486             :             .kind = 1,
   66487             :             .compact = 1,
   66488             :             .ascii = 1,
   66489             :         },
   66490             :     },
   66491             :     ._data = "StreamRecoder.readlines",
   66492             : };
   66493             : static
   66494             :     struct {
   66495             :         PyObject_VAR_HEAD
   66496             :         Py_hash_t ob_shash;
   66497             :         char ob_sval[63];
   66498             :     }
   66499             : codecs_toplevel_consts_30_consts_9_linetable = {
   66500             :     .ob_base = {
   66501             :         .ob_base = {
   66502             :             .ob_refcnt = 999999999,
   66503             :             .ob_type = &PyBytes_Type,
   66504             :         },
   66505             :         .ob_size = 62,
   66506             :     },
   66507             :     .ob_shash = -1,
   66508             :     .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x1f\xd1\x0f\x1f\xd4\x0f\x21\x88\x04\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8f\x7f\x89\x7f\xa8\x04\x88\x7f\xd4\x0f\x2d\xd0\x08\x2d",
   66509             : };
   66510             : static
   66511             :     struct {
   66512             :         PyGC_Head _gc_head;
   66513             :         struct {
   66514             :             PyObject_VAR_HEAD
   66515             :             PyObject *ob_item[4];
   66516             :         }_object;
   66517             :     }
   66518             : codecs_toplevel_consts_30_consts_9_localsplusnames = {
   66519             :     ._object = {
   66520             :         .ob_base = {
   66521             :             .ob_base = {
   66522             :                 .ob_refcnt = 999999999,
   66523             :                 .ob_type = &PyTuple_Type,
   66524             :             },
   66525             :             .ob_size = 4,
   66526             :         },
   66527             :         .ob_item = {
   66528             :             & const_str_self._ascii.ob_base,
   66529             :             & const_str_sizehint._ascii.ob_base,
   66530             :             & const_str_data._ascii.ob_base,
   66531             :             & const_str_bytesencoded._ascii.ob_base,
   66532             :         },
   66533             :     },
   66534             : };
   66535             : static
   66536             :     struct _PyCode_DEF(158)
   66537             : codecs_toplevel_consts_30_consts_9 = {
   66538             :     .ob_base = {
   66539             :         .ob_base = {
   66540             :             .ob_refcnt = 999999999,
   66541             :             .ob_type = &PyCode_Type,
   66542             :         },
   66543             :         .ob_size = 79,
   66544             :     },
   66545             :     .co_consts = & codecs_toplevel_consts_30_consts_9_consts._object.ob_base.ob_base,
   66546             :     .co_names = & codecs_toplevel_consts_30_consts_9_names._object.ob_base.ob_base,
   66547             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   66548             :     .co_flags = 3,
   66549             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   66550             :     ._co_linearray_entry_size = 0,
   66551             :     .co_argcount = 2,
   66552             :     .co_posonlyargcount = 0,
   66553             :     .co_kwonlyargcount = 0,
   66554             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   66555             :     .co_stacksize = 4,
   66556             :     .co_firstlineno = 818,
   66557             :     .co_nlocalsplus = 4,
   66558             :     .co_nlocals = 4,
   66559             :     .co_nplaincellvars = 0,
   66560             :     .co_ncellvars = 0,
   66561             :     .co_nfreevars = 0,
   66562             :     .co_localsplusnames = & codecs_toplevel_consts_30_consts_9_localsplusnames._object.ob_base.ob_base,
   66563             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   66564             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   66565             :     .co_name = & const_str_readlines._ascii.ob_base,
   66566             :     .co_qualname = & codecs_toplevel_consts_30_consts_9_qualname._ascii.ob_base,
   66567             :     .co_linetable = & codecs_toplevel_consts_30_consts_9_linetable.ob_base.ob_base,
   66568             :     ._co_code = NULL,
   66569             :     ._co_linearray = NULL,
   66570             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xac\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   66571             :     ._co_firsttraceable = 0,
   66572             : };
   66573             : static
   66574             :     struct {
   66575             :         PyGC_Head _gc_head;
   66576             :         struct {
   66577             :             PyObject_VAR_HEAD
   66578             :             PyObject *ob_item[4];
   66579             :         }_object;
   66580             :     }
   66581             : codecs_toplevel_consts_30_consts_10_names = {
   66582             :     ._object = {
   66583             :         .ob_base = {
   66584             :             .ob_base = {
   66585             :                 .ob_refcnt = 999999999,
   66586             :                 .ob_type = &PyTuple_Type,
   66587             :             },
   66588             :             .ob_size = 4,
   66589             :         },
   66590             :         .ob_item = {
   66591             :             &_Py_ID(next),
   66592             :             & const_str_reader._ascii.ob_base,
   66593             :             &_Py_ID(encode),
   66594             :             &_Py_ID(errors),
   66595             :         },
   66596             :     },
   66597             : };
   66598             : static
   66599             :     struct {
   66600             :         PyASCIIObject _ascii;
   66601             :         uint8_t _data[23];
   66602             :     }
   66603             : codecs_toplevel_consts_30_consts_10_qualname = {
   66604             :     ._ascii = {
   66605             :         .ob_base = {
   66606             :             .ob_refcnt = 999999999,
   66607             :             .ob_type = &PyUnicode_Type,
   66608             :         },
   66609             :         .length = 22,
   66610             :         .hash = -1,
   66611             :         .state = {
   66612             :             .kind = 1,
   66613             :             .compact = 1,
   66614             :             .ascii = 1,
   66615             :         },
   66616             :     },
   66617             :     ._data = "StreamRecoder.__next__",
   66618             : };
   66619             : static
   66620             :     struct {
   66621             :         PyObject_VAR_HEAD
   66622             :         Py_hash_t ob_shash;
   66623             :         char ob_sval[49];
   66624             :     }
   66625             : codecs_toplevel_consts_30_consts_10_linetable = {
   66626             :     .ob_base = {
   66627             :         .ob_base = {
   66628             :             .ob_refcnt = 999999999,
   66629             :             .ob_type = &PyBytes_Type,
   66630             :         },
   66631             :         .ob_size = 48,
   66632             :     },
   66633             :     .ob_shash = -1,
   66634             :     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x14\x90\x44\x97\x4b\x91\x4b\xd4\x0f\x20\x88\x04\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
   66635             : };
   66636             : static
   66637             :     struct {
   66638             :         PyGC_Head _gc_head;
   66639             :         struct {
   66640             :             PyObject_VAR_HEAD
   66641             :             PyObject *ob_item[3];
   66642             :         }_object;
   66643             :     }
   66644             : codecs_toplevel_consts_30_consts_10_localsplusnames = {
   66645             :     ._object = {
   66646             :         .ob_base = {
   66647             :             .ob_base = {
   66648             :                 .ob_refcnt = 999999999,
   66649             :                 .ob_type = &PyTuple_Type,
   66650             :             },
   66651             :             .ob_size = 3,
   66652             :         },
   66653             :         .ob_item = {
   66654             :             & const_str_self._ascii.ob_base,
   66655             :             & const_str_data._ascii.ob_base,
   66656             :             & const_str_bytesencoded._ascii.ob_base,
   66657             :         },
   66658             :     },
   66659             : };
   66660             : static
   66661             :     struct _PyCode_DEF(116)
   66662             : codecs_toplevel_consts_30_consts_10 = {
   66663             :     .ob_base = {
   66664             :         .ob_base = {
   66665             :             .ob_refcnt = 999999999,
   66666             :             .ob_type = &PyCode_Type,
   66667             :         },
   66668             :         .ob_size = 58,
   66669             :     },
   66670             :     .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
   66671             :     .co_names = & codecs_toplevel_consts_30_consts_10_names._object.ob_base.ob_base,
   66672             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   66673             :     .co_flags = 3,
   66674             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   66675             :     ._co_linearray_entry_size = 0,
   66676             :     .co_argcount = 1,
   66677             :     .co_posonlyargcount = 0,
   66678             :     .co_kwonlyargcount = 0,
   66679             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   66680             :     .co_stacksize = 4,
   66681             :     .co_firstlineno = 824,
   66682             :     .co_nlocalsplus = 3,
   66683             :     .co_nlocals = 3,
   66684             :     .co_nplaincellvars = 0,
   66685             :     .co_ncellvars = 0,
   66686             :     .co_nfreevars = 0,
   66687             :     .co_localsplusnames = & codecs_toplevel_consts_30_consts_10_localsplusnames._object.ob_base.ob_base,
   66688             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   66689             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   66690             :     .co_name = &_Py_ID(__next__),
   66691             :     .co_qualname = & codecs_toplevel_consts_30_consts_10_qualname._ascii.ob_base,
   66692             :     .co_linetable = & codecs_toplevel_consts_30_consts_10_linetable.ob_base.ob_base,
   66693             :     ._co_code = NULL,
   66694             :     ._co_linearray = NULL,
   66695             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x53\x00",
   66696             :     ._co_firsttraceable = 0,
   66697             : };
   66698             : static
   66699             :     struct {
   66700             :         PyASCIIObject _ascii;
   66701             :         uint8_t _data[23];
   66702             :     }
   66703             : codecs_toplevel_consts_30_consts_11_qualname = {
   66704             :     ._ascii = {
   66705             :         .ob_base = {
   66706             :             .ob_refcnt = 999999999,
   66707             :             .ob_type = &PyUnicode_Type,
   66708             :         },
   66709             :         .length = 22,
   66710             :         .hash = -1,
   66711             :         .state = {
   66712             :             .kind = 1,
   66713             :             .compact = 1,
   66714             :             .ascii = 1,
   66715             :         },
   66716             :     },
   66717             :     ._data = "StreamRecoder.__iter__",
   66718             : };
   66719             : static
   66720             :     struct _PyCode_DEF(6)
   66721             : codecs_toplevel_consts_30_consts_11 = {
   66722             :     .ob_base = {
   66723             :         .ob_base = {
   66724             :             .ob_refcnt = 999999999,
   66725             :             .ob_type = &PyCode_Type,
   66726             :         },
   66727             :         .ob_size = 3,
   66728             :     },
   66729             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   66730             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   66731             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   66732             :     .co_flags = 3,
   66733             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   66734             :     ._co_linearray_entry_size = 0,
   66735             :     .co_argcount = 1,
   66736             :     .co_posonlyargcount = 0,
   66737             :     .co_kwonlyargcount = 0,
   66738             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   66739             :     .co_stacksize = 1,
   66740             :     .co_firstlineno = 831,
   66741             :     .co_nlocalsplus = 1,
   66742             :     .co_nlocals = 1,
   66743             :     .co_nplaincellvars = 0,
   66744             :     .co_ncellvars = 0,
   66745             :     .co_nfreevars = 0,
   66746             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   66747             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   66748             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   66749             :     .co_name = &_Py_ID(__iter__),
   66750             :     .co_qualname = & codecs_toplevel_consts_30_consts_11_qualname._ascii.ob_base,
   66751             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   66752             :     ._co_code = NULL,
   66753             :     ._co_linearray = NULL,
   66754             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   66755             :     ._co_firsttraceable = 0,
   66756             : };
   66757             : static
   66758             :     struct {
   66759             :         PyGC_Head _gc_head;
   66760             :         struct {
   66761             :             PyObject_VAR_HEAD
   66762             :             PyObject *ob_item[4];
   66763             :         }_object;
   66764             :     }
   66765             : codecs_toplevel_consts_30_consts_12_names = {
   66766             :     ._object = {
   66767             :         .ob_base = {
   66768             :             .ob_base = {
   66769             :                 .ob_refcnt = 999999999,
   66770             :                 .ob_type = &PyTuple_Type,
   66771             :             },
   66772             :             .ob_size = 4,
   66773             :         },
   66774             :         .ob_item = {
   66775             :             &_Py_ID(decode),
   66776             :             &_Py_ID(errors),
   66777             :             & const_str_writer._ascii.ob_base,
   66778             :             &_Py_ID(write),
   66779             :         },
   66780             :     },
   66781             : };
   66782             : static
   66783             :     struct {
   66784             :         PyASCIIObject _ascii;
   66785             :         uint8_t _data[20];
   66786             :     }
   66787             : codecs_toplevel_consts_30_consts_12_qualname = {
   66788             :     ._ascii = {
   66789             :         .ob_base = {
   66790             :             .ob_refcnt = 999999999,
   66791             :             .ob_type = &PyUnicode_Type,
   66792             :         },
   66793             :         .length = 19,
   66794             :         .hash = -1,
   66795             :         .state = {
   66796             :             .kind = 1,
   66797             :             .compact = 1,
   66798             :             .ascii = 1,
   66799             :         },
   66800             :     },
   66801             :     ._data = "StreamRecoder.write",
   66802             : };
   66803             : static
   66804             :     struct {
   66805             :         PyObject_VAR_HEAD
   66806             :         Py_hash_t ob_shash;
   66807             :         char ob_sval[49];
   66808             :     }
   66809             : codecs_toplevel_consts_30_consts_12_linetable = {
   66810             :     .ob_base = {
   66811             :         .ob_base = {
   66812             :             .ob_refcnt = 999999999,
   66813             :             .ob_type = &PyBytes_Type,
   66814             :         },
   66815             :         .ob_size = 48,
   66816             :     },
   66817             :     .ob_shash = -1,
   66818             :     .ob_sval = "\x80\x00\xe0\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x20\xd1\x0f\x20\xa0\x14\xd4\x0f\x26\xd0\x08\x26",
   66819             : };
   66820             : static
   66821             :     struct {
   66822             :         PyASCIIObject _ascii;
   66823             :         uint8_t _data[13];
   66824             :     }
   66825             : const_str_bytesdecoded = {
   66826             :     ._ascii = {
   66827             :         .ob_base = {
   66828             :             .ob_refcnt = 999999999,
   66829             :             .ob_type = &PyUnicode_Type,
   66830             :         },
   66831             :         .length = 12,
   66832             :         .hash = -1,
   66833             :         .state = {
   66834             :             .kind = 1,
   66835             :             .compact = 1,
   66836             :             .ascii = 1,
   66837             :         },
   66838             :     },
   66839             :     ._data = "bytesdecoded",
   66840             : };
   66841             : static
   66842             :     struct {
   66843             :         PyGC_Head _gc_head;
   66844             :         struct {
   66845             :             PyObject_VAR_HEAD
   66846             :             PyObject *ob_item[3];
   66847             :         }_object;
   66848             :     }
   66849             : codecs_toplevel_consts_30_consts_12_localsplusnames = {
   66850             :     ._object = {
   66851             :         .ob_base = {
   66852             :             .ob_base = {
   66853             :                 .ob_refcnt = 999999999,
   66854             :                 .ob_type = &PyTuple_Type,
   66855             :             },
   66856             :             .ob_size = 3,
   66857             :         },
   66858             :         .ob_item = {
   66859             :             & const_str_self._ascii.ob_base,
   66860             :             & const_str_data._ascii.ob_base,
   66861             :             & const_str_bytesdecoded._ascii.ob_base,
   66862             :         },
   66863             :     },
   66864             : };
   66865             : static
   66866             :     struct _PyCode_DEF(122)
   66867             : codecs_toplevel_consts_30_consts_12 = {
   66868             :     .ob_base = {
   66869             :         .ob_base = {
   66870             :             .ob_refcnt = 999999999,
   66871             :             .ob_type = &PyCode_Type,
   66872             :         },
   66873             :         .ob_size = 61,
   66874             :     },
   66875             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   66876             :     .co_names = & codecs_toplevel_consts_30_consts_12_names._object.ob_base.ob_base,
   66877             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   66878             :     .co_flags = 3,
   66879             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   66880             :     ._co_linearray_entry_size = 0,
   66881             :     .co_argcount = 2,
   66882             :     .co_posonlyargcount = 0,
   66883             :     .co_kwonlyargcount = 0,
   66884             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   66885             :     .co_stacksize = 4,
   66886             :     .co_firstlineno = 834,
   66887             :     .co_nlocalsplus = 3,
   66888             :     .co_nlocals = 3,
   66889             :     .co_nplaincellvars = 0,
   66890             :     .co_ncellvars = 0,
   66891             :     .co_nfreevars = 0,
   66892             :     .co_localsplusnames = & codecs_toplevel_consts_30_consts_12_localsplusnames._object.ob_base.ob_base,
   66893             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   66894             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   66895             :     .co_name = &_Py_ID(write),
   66896             :     .co_qualname = & codecs_toplevel_consts_30_consts_12_qualname._ascii.ob_base,
   66897             :     .co_linetable = & codecs_toplevel_consts_30_consts_12_linetable.ob_base.ob_base,
   66898             :     ._co_code = NULL,
   66899             :     ._co_linearray = NULL,
   66900             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   66901             :     ._co_firsttraceable = 0,
   66902             : };
   66903             : static
   66904             :     struct {
   66905             :         PyGC_Head _gc_head;
   66906             :         struct {
   66907             :             PyObject_VAR_HEAD
   66908             :             PyObject *ob_item[5];
   66909             :         }_object;
   66910             :     }
   66911             : codecs_toplevel_consts_30_consts_13_names = {
   66912             :     ._object = {
   66913             :         .ob_base = {
   66914             :             .ob_base = {
   66915             :                 .ob_refcnt = 999999999,
   66916             :                 .ob_type = &PyTuple_Type,
   66917             :             },
   66918             :             .ob_size = 5,
   66919             :         },
   66920             :         .ob_item = {
   66921             :             &_Py_ID(join),
   66922             :             &_Py_ID(decode),
   66923             :             &_Py_ID(errors),
   66924             :             & const_str_writer._ascii.ob_base,
   66925             :             &_Py_ID(write),
   66926             :         },
   66927             :     },
   66928             : };
   66929             : static
   66930             :     struct {
   66931             :         PyASCIIObject _ascii;
   66932             :         uint8_t _data[25];
   66933             :     }
   66934             : codecs_toplevel_consts_30_consts_13_qualname = {
   66935             :     ._ascii = {
   66936             :         .ob_base = {
   66937             :             .ob_refcnt = 999999999,
   66938             :             .ob_type = &PyUnicode_Type,
   66939             :         },
   66940             :         .length = 24,
   66941             :         .hash = -1,
   66942             :         .state = {
   66943             :             .kind = 1,
   66944             :             .compact = 1,
   66945             :             .ascii = 1,
   66946             :         },
   66947             :     },
   66948             :     ._data = "StreamRecoder.writelines",
   66949             : };
   66950             : static
   66951             :     struct {
   66952             :         PyObject_VAR_HEAD
   66953             :         Py_hash_t ob_shash;
   66954             :         char ob_sval[62];
   66955             :     }
   66956             : codecs_toplevel_consts_30_consts_13_linetable = {
   66957             :     .ob_base = {
   66958             :         .ob_base = {
   66959             :             .ob_refcnt = 999999999,
   66960             :             .ob_type = &PyBytes_Type,
   66961             :         },
   66962             :         .ob_size = 61,
   66963             :     },
   66964             :     .ob_shash = -1,
   66965             :     .ob_sval = "\x80\x00\xe0\x0f\x12\x8f\x78\x89\x78\x98\x04\x8c\x7e\x88\x04\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x20\xd1\x0f\x20\xa0\x14\xd4\x0f\x26\xd0\x08\x26",
   66966             : };
   66967             : static
   66968             :     struct {
   66969             :         PyGC_Head _gc_head;
   66970             :         struct {
   66971             :             PyObject_VAR_HEAD
   66972             :             PyObject *ob_item[4];
   66973             :         }_object;
   66974             :     }
   66975             : codecs_toplevel_consts_30_consts_13_localsplusnames = {
   66976             :     ._object = {
   66977             :         .ob_base = {
   66978             :             .ob_base = {
   66979             :                 .ob_refcnt = 999999999,
   66980             :                 .ob_type = &PyTuple_Type,
   66981             :             },
   66982             :             .ob_size = 4,
   66983             :         },
   66984             :         .ob_item = {
   66985             :             & const_str_self._ascii.ob_base,
   66986             :             & const_str_list._ascii.ob_base,
   66987             :             & const_str_data._ascii.ob_base,
   66988             :             & const_str_bytesdecoded._ascii.ob_base,
   66989             :         },
   66990             :     },
   66991             : };
   66992             : static
   66993             :     struct _PyCode_DEF(158)
   66994             : codecs_toplevel_consts_30_consts_13 = {
   66995             :     .ob_base = {
   66996             :         .ob_base = {
   66997             :             .ob_refcnt = 999999999,
   66998             :             .ob_type = &PyCode_Type,
   66999             :         },
   67000             :         .ob_size = 79,
   67001             :     },
   67002             :     .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
   67003             :     .co_names = & codecs_toplevel_consts_30_consts_13_names._object.ob_base.ob_base,
   67004             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67005             :     .co_flags = 3,
   67006             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67007             :     ._co_linearray_entry_size = 0,
   67008             :     .co_argcount = 2,
   67009             :     .co_posonlyargcount = 0,
   67010             :     .co_kwonlyargcount = 0,
   67011             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   67012             :     .co_stacksize = 4,
   67013             :     .co_firstlineno = 839,
   67014             :     .co_nlocalsplus = 4,
   67015             :     .co_nlocals = 4,
   67016             :     .co_nplaincellvars = 0,
   67017             :     .co_ncellvars = 0,
   67018             :     .co_nfreevars = 0,
   67019             :     .co_localsplusnames = & codecs_toplevel_consts_30_consts_13_localsplusnames._object.ob_base.ob_base,
   67020             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   67021             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67022             :     .co_name = & const_str_writelines._ascii.ob_base,
   67023             :     .co_qualname = & codecs_toplevel_consts_30_consts_13_qualname._ascii.ob_base,
   67024             :     .co_linetable = & codecs_toplevel_consts_30_consts_13_linetable.ob_base.ob_base,
   67025             :     ._co_code = NULL,
   67026             :     ._co_linearray = NULL,
   67027             :     .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   67028             :     ._co_firsttraceable = 0,
   67029             : };
   67030             : static
   67031             :     struct {
   67032             :         PyASCIIObject _ascii;
   67033             :         uint8_t _data[20];
   67034             :     }
   67035             : codecs_toplevel_consts_30_consts_14_qualname = {
   67036             :     ._ascii = {
   67037             :         .ob_base = {
   67038             :             .ob_refcnt = 999999999,
   67039             :             .ob_type = &PyUnicode_Type,
   67040             :         },
   67041             :         .length = 19,
   67042             :         .hash = -1,
   67043             :         .state = {
   67044             :             .kind = 1,
   67045             :             .compact = 1,
   67046             :             .ascii = 1,
   67047             :         },
   67048             :     },
   67049             :     ._data = "StreamRecoder.reset",
   67050             : };
   67051             : static
   67052             :     struct _PyCode_DEF(114)
   67053             : codecs_toplevel_consts_30_consts_14 = {
   67054             :     .ob_base = {
   67055             :         .ob_base = {
   67056             :             .ob_refcnt = 999999999,
   67057             :             .ob_type = &PyCode_Type,
   67058             :         },
   67059             :         .ob_size = 57,
   67060             :     },
   67061             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   67062             :     .co_names = & codecs_toplevel_consts_28_consts_14_names._object.ob_base.ob_base,
   67063             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67064             :     .co_flags = 3,
   67065             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67066             :     ._co_linearray_entry_size = 0,
   67067             :     .co_argcount = 1,
   67068             :     .co_posonlyargcount = 0,
   67069             :     .co_kwonlyargcount = 0,
   67070             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   67071             :     .co_stacksize = 2,
   67072             :     .co_firstlineno = 845,
   67073             :     .co_nlocalsplus = 1,
   67074             :     .co_nlocals = 1,
   67075             :     .co_nplaincellvars = 0,
   67076             :     .co_ncellvars = 0,
   67077             :     .co_nfreevars = 0,
   67078             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   67079             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   67080             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67081             :     .co_name = &_Py_ID(reset),
   67082             :     .co_qualname = & codecs_toplevel_consts_30_consts_14_qualname._ascii.ob_base,
   67083             :     .co_linetable = & codecs_toplevel_consts_28_consts_14_linetable.ob_base.ob_base,
   67084             :     ._co_code = NULL,
   67085             :     ._co_linearray = NULL,
   67086             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   67087             :     ._co_firsttraceable = 0,
   67088             : };
   67089             : static
   67090             :     struct {
   67091             :         PyGC_Head _gc_head;
   67092             :         struct {
   67093             :             PyObject_VAR_HEAD
   67094             :             PyObject *ob_item[3];
   67095             :         }_object;
   67096             :     }
   67097             : codecs_toplevel_consts_30_consts_16_names = {
   67098             :     ._object = {
   67099             :         .ob_base = {
   67100             :             .ob_base = {
   67101             :                 .ob_refcnt = 999999999,
   67102             :                 .ob_type = &PyTuple_Type,
   67103             :             },
   67104             :             .ob_size = 3,
   67105             :         },
   67106             :         .ob_item = {
   67107             :             & const_str_reader._ascii.ob_base,
   67108             :             &_Py_ID(seek),
   67109             :             & const_str_writer._ascii.ob_base,
   67110             :         },
   67111             :     },
   67112             : };
   67113             : static
   67114             :     struct {
   67115             :         PyASCIIObject _ascii;
   67116             :         uint8_t _data[19];
   67117             :     }
   67118             : codecs_toplevel_consts_30_consts_16_qualname = {
   67119             :     ._ascii = {
   67120             :         .ob_base = {
   67121             :             .ob_refcnt = 999999999,
   67122             :             .ob_type = &PyUnicode_Type,
   67123             :         },
   67124             :         .length = 18,
   67125             :         .hash = -1,
   67126             :         .state = {
   67127             :             .kind = 1,
   67128             :             .compact = 1,
   67129             :             .ascii = 1,
   67130             :         },
   67131             :     },
   67132             :     ._data = "StreamRecoder.seek",
   67133             : };
   67134             : static
   67135             :     struct {
   67136             :         PyObject_VAR_HEAD
   67137             :         Py_hash_t ob_shash;
   67138             :         char ob_sval[57];
   67139             :     }
   67140             : codecs_toplevel_consts_30_consts_16_linetable = {
   67141             :     .ob_base = {
   67142             :         .ob_base = {
   67143             :             .ob_refcnt = 999999999,
   67144             :             .ob_type = &PyBytes_Type,
   67145             :         },
   67146             :         .ob_size = 56,
   67147             :     },
   67148             :     .ob_shash = -1,
   67149             :     .ob_sval = "\x80\x00\xf0\x06\x00\x09\x0d\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd0\x08\x28\xd0\x08\x28",
   67150             : };
   67151             : static
   67152             :     struct _PyCode_DEF(122)
   67153             : codecs_toplevel_consts_30_consts_16 = {
   67154             :     .ob_base = {
   67155             :         .ob_base = {
   67156             :             .ob_refcnt = 999999999,
   67157             :             .ob_type = &PyCode_Type,
   67158             :         },
   67159             :         .ob_size = 61,
   67160             :     },
   67161             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   67162             :     .co_names = & codecs_toplevel_consts_30_consts_16_names._object.ob_base.ob_base,
   67163             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67164             :     .co_flags = 3,
   67165             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67166             :     ._co_linearray_entry_size = 0,
   67167             :     .co_argcount = 3,
   67168             :     .co_posonlyargcount = 0,
   67169             :     .co_kwonlyargcount = 0,
   67170             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   67171             :     .co_stacksize = 4,
   67172             :     .co_firstlineno = 850,
   67173             :     .co_nlocalsplus = 3,
   67174             :     .co_nlocals = 3,
   67175             :     .co_nplaincellvars = 0,
   67176             :     .co_ncellvars = 0,
   67177             :     .co_nfreevars = 0,
   67178             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
   67179             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   67180             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67181             :     .co_name = &_Py_ID(seek),
   67182             :     .co_qualname = & codecs_toplevel_consts_30_consts_16_qualname._ascii.ob_base,
   67183             :     .co_linetable = & codecs_toplevel_consts_30_consts_16_linetable.ob_base.ob_base,
   67184             :     ._co_code = NULL,
   67185             :     ._co_linearray = NULL,
   67186             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   67187             :     ._co_firsttraceable = 0,
   67188             : };
   67189             : static
   67190             :     struct {
   67191             :         PyASCIIObject _ascii;
   67192             :         uint8_t _data[26];
   67193             :     }
   67194             : codecs_toplevel_consts_30_consts_17_qualname = {
   67195             :     ._ascii = {
   67196             :         .ob_base = {
   67197             :             .ob_refcnt = 999999999,
   67198             :             .ob_type = &PyUnicode_Type,
   67199             :         },
   67200             :         .length = 25,
   67201             :         .hash = -1,
   67202             :         .state = {
   67203             :             .kind = 1,
   67204             :             .compact = 1,
   67205             :             .ascii = 1,
   67206             :         },
   67207             :     },
   67208             :     ._data = "StreamRecoder.__getattr__",
   67209             : };
   67210             : static
   67211             :     struct _PyCode_DEF(42)
   67212             : codecs_toplevel_consts_30_consts_17 = {
   67213             :     .ob_base = {
   67214             :         .ob_base = {
   67215             :             .ob_refcnt = 999999999,
   67216             :             .ob_type = &PyCode_Type,
   67217             :         },
   67218             :         .ob_size = 21,
   67219             :     },
   67220             :     .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
   67221             :     .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
   67222             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67223             :     .co_flags = 3,
   67224             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67225             :     ._co_linearray_entry_size = 0,
   67226             :     .co_argcount = 3,
   67227             :     .co_posonlyargcount = 0,
   67228             :     .co_kwonlyargcount = 0,
   67229             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   67230             :     .co_stacksize = 4,
   67231             :     .co_firstlineno = 856,
   67232             :     .co_nlocalsplus = 3,
   67233             :     .co_nlocals = 3,
   67234             :     .co_nplaincellvars = 0,
   67235             :     .co_ncellvars = 0,
   67236             :     .co_nfreevars = 0,
   67237             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
   67238             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   67239             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67240             :     .co_name = &_Py_ID(__getattr__),
   67241             :     .co_qualname = & codecs_toplevel_consts_30_consts_17_qualname._ascii.ob_base,
   67242             :     .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
   67243             :     ._co_code = NULL,
   67244             :     ._co_linearray = NULL,
   67245             :     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   67246             :     ._co_firsttraceable = 0,
   67247             : };
   67248             : static
   67249             :     struct {
   67250             :         PyASCIIObject _ascii;
   67251             :         uint8_t _data[24];
   67252             :     }
   67253             : codecs_toplevel_consts_30_consts_18_qualname = {
   67254             :     ._ascii = {
   67255             :         .ob_base = {
   67256             :             .ob_refcnt = 999999999,
   67257             :             .ob_type = &PyUnicode_Type,
   67258             :         },
   67259             :         .length = 23,
   67260             :         .hash = -1,
   67261             :         .state = {
   67262             :             .kind = 1,
   67263             :             .compact = 1,
   67264             :             .ascii = 1,
   67265             :         },
   67266             :     },
   67267             :     ._data = "StreamRecoder.__enter__",
   67268             : };
   67269             : static
   67270             :     struct _PyCode_DEF(6)
   67271             : codecs_toplevel_consts_30_consts_18 = {
   67272             :     .ob_base = {
   67273             :         .ob_base = {
   67274             :             .ob_refcnt = 999999999,
   67275             :             .ob_type = &PyCode_Type,
   67276             :         },
   67277             :         .ob_size = 3,
   67278             :     },
   67279             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   67280             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   67281             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67282             :     .co_flags = 3,
   67283             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67284             :     ._co_linearray_entry_size = 0,
   67285             :     .co_argcount = 1,
   67286             :     .co_posonlyargcount = 0,
   67287             :     .co_kwonlyargcount = 0,
   67288             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   67289             :     .co_stacksize = 1,
   67290             :     .co_firstlineno = 863,
   67291             :     .co_nlocalsplus = 1,
   67292             :     .co_nlocals = 1,
   67293             :     .co_nplaincellvars = 0,
   67294             :     .co_ncellvars = 0,
   67295             :     .co_nfreevars = 0,
   67296             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   67297             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   67298             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67299             :     .co_name = &_Py_ID(__enter__),
   67300             :     .co_qualname = & codecs_toplevel_consts_30_consts_18_qualname._ascii.ob_base,
   67301             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   67302             :     ._co_code = NULL,
   67303             :     ._co_linearray = NULL,
   67304             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   67305             :     ._co_firsttraceable = 0,
   67306             : };
   67307             : static
   67308             :     struct {
   67309             :         PyASCIIObject _ascii;
   67310             :         uint8_t _data[23];
   67311             :     }
   67312             : codecs_toplevel_consts_30_consts_19_qualname = {
   67313             :     ._ascii = {
   67314             :         .ob_base = {
   67315             :             .ob_refcnt = 999999999,
   67316             :             .ob_type = &PyUnicode_Type,
   67317             :         },
   67318             :         .length = 22,
   67319             :         .hash = -1,
   67320             :         .state = {
   67321             :             .kind = 1,
   67322             :             .compact = 1,
   67323             :             .ascii = 1,
   67324             :         },
   67325             :     },
   67326             :     ._data = "StreamRecoder.__exit__",
   67327             : };
   67328             : static
   67329             :     struct _PyCode_DEF(60)
   67330             : codecs_toplevel_consts_30_consts_19 = {
   67331             :     .ob_base = {
   67332             :         .ob_base = {
   67333             :             .ob_refcnt = 999999999,
   67334             :             .ob_type = &PyCode_Type,
   67335             :         },
   67336             :         .ob_size = 30,
   67337             :     },
   67338             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   67339             :     .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
   67340             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67341             :     .co_flags = 3,
   67342             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67343             :     ._co_linearray_entry_size = 0,
   67344             :     .co_argcount = 4,
   67345             :     .co_posonlyargcount = 0,
   67346             :     .co_kwonlyargcount = 0,
   67347             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   67348             :     .co_stacksize = 2,
   67349             :     .co_firstlineno = 866,
   67350             :     .co_nlocalsplus = 4,
   67351             :     .co_nlocals = 4,
   67352             :     .co_nplaincellvars = 0,
   67353             :     .co_ncellvars = 0,
   67354             :     .co_nfreevars = 0,
   67355             :     .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
   67356             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   67357             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67358             :     .co_name = &_Py_ID(__exit__),
   67359             :     .co_qualname = & codecs_toplevel_consts_30_consts_19_qualname._ascii.ob_base,
   67360             :     .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
   67361             :     ._co_code = NULL,
   67362             :     ._co_linearray = NULL,
   67363             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
   67364             :     ._co_firsttraceable = 0,
   67365             : };
   67366             : static
   67367             :     struct {
   67368             :         PyGC_Head _gc_head;
   67369             :         struct {
   67370             :             PyObject_VAR_HEAD
   67371             :             PyObject *ob_item[24];
   67372             :         }_object;
   67373             :     }
   67374             : codecs_toplevel_consts_30_consts = {
   67375             :     ._object = {
   67376             :         .ob_base = {
   67377             :             .ob_base = {
   67378             :                 .ob_refcnt = 999999999,
   67379             :                 .ob_type = &PyTuple_Type,
   67380             :             },
   67381             :             .ob_size = 24,
   67382             :         },
   67383             :         .ob_item = {
   67384             :             & const_str_StreamRecoder._ascii.ob_base,
   67385             :             & codecs_toplevel_consts_30_consts_1._ascii.ob_base,
   67386             :             & const_str_unknown._ascii.ob_base,
   67387             :             &_Py_ID(strict),
   67388             :             & codecs_toplevel_consts_30_consts_4.ob_base.ob_base,
   67389             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   67390             :             & codecs_toplevel_consts_30_consts_6.ob_base.ob_base,
   67391             :             Py_None,
   67392             :             & codecs_toplevel_consts_30_consts_8.ob_base.ob_base,
   67393             :             & codecs_toplevel_consts_30_consts_9.ob_base.ob_base,
   67394             :             & codecs_toplevel_consts_30_consts_10.ob_base.ob_base,
   67395             :             & codecs_toplevel_consts_30_consts_11.ob_base.ob_base,
   67396             :             & codecs_toplevel_consts_30_consts_12.ob_base.ob_base,
   67397             :             & codecs_toplevel_consts_30_consts_13.ob_base.ob_base,
   67398             :             & codecs_toplevel_consts_30_consts_14.ob_base.ob_base,
   67399             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   67400             :             & codecs_toplevel_consts_30_consts_16.ob_base.ob_base,
   67401             :             & codecs_toplevel_consts_30_consts_17.ob_base.ob_base,
   67402             :             & codecs_toplevel_consts_30_consts_18.ob_base.ob_base,
   67403             :             & codecs_toplevel_consts_30_consts_19.ob_base.ob_base,
   67404             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   67405             :             & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
   67406             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   67407             :             & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
   67408             :         },
   67409             :     },
   67410             : };
   67411             : static
   67412             :     struct {
   67413             :         PyASCIIObject _ascii;
   67414             :         uint8_t _data[14];
   67415             :     }
   67416             : const_str_data_encoding = {
   67417             :     ._ascii = {
   67418             :         .ob_base = {
   67419             :             .ob_refcnt = 999999999,
   67420             :             .ob_type = &PyUnicode_Type,
   67421             :         },
   67422             :         .length = 13,
   67423             :         .hash = -1,
   67424             :         .state = {
   67425             :             .kind = 1,
   67426             :             .compact = 1,
   67427             :             .ascii = 1,
   67428             :         },
   67429             :     },
   67430             :     ._data = "data_encoding",
   67431             : };
   67432             : static
   67433             :     struct {
   67434             :         PyASCIIObject _ascii;
   67435             :         uint8_t _data[14];
   67436             :     }
   67437             : const_str_file_encoding = {
   67438             :     ._ascii = {
   67439             :         .ob_base = {
   67440             :             .ob_refcnt = 999999999,
   67441             :             .ob_type = &PyUnicode_Type,
   67442             :         },
   67443             :         .length = 13,
   67444             :         .hash = -1,
   67445             :         .state = {
   67446             :             .kind = 1,
   67447             :             .compact = 1,
   67448             :             .ascii = 1,
   67449             :         },
   67450             :     },
   67451             :     ._data = "file_encoding",
   67452             : };
   67453             : static
   67454             :     struct {
   67455             :         PyGC_Head _gc_head;
   67456             :         struct {
   67457             :             PyObject_VAR_HEAD
   67458             :             PyObject *ob_item[20];
   67459             :         }_object;
   67460             :     }
   67461             : codecs_toplevel_consts_30_names = {
   67462             :     ._object = {
   67463             :         .ob_base = {
   67464             :             .ob_base = {
   67465             :                 .ob_refcnt = 999999999,
   67466             :                 .ob_type = &PyTuple_Type,
   67467             :             },
   67468             :             .ob_size = 20,
   67469             :         },
   67470             :         .ob_item = {
   67471             :             &_Py_ID(__name__),
   67472             :             &_Py_ID(__module__),
   67473             :             &_Py_ID(__qualname__),
   67474             :             &_Py_ID(__doc__),
   67475             :             & const_str_data_encoding._ascii.ob_base,
   67476             :             & const_str_file_encoding._ascii.ob_base,
   67477             :             &_Py_ID(__init__),
   67478             :             &_Py_ID(read),
   67479             :             &_Py_ID(readline),
   67480             :             & const_str_readlines._ascii.ob_base,
   67481             :             &_Py_ID(__next__),
   67482             :             &_Py_ID(__iter__),
   67483             :             &_Py_ID(write),
   67484             :             & const_str_writelines._ascii.ob_base,
   67485             :             &_Py_ID(reset),
   67486             :             &_Py_ID(seek),
   67487             :             &_Py_ID(getattr),
   67488             :             &_Py_ID(__getattr__),
   67489             :             &_Py_ID(__enter__),
   67490             :             &_Py_ID(__exit__),
   67491             :         },
   67492             :     },
   67493             : };
   67494             : static
   67495             :     struct {
   67496             :         PyObject_VAR_HEAD
   67497             :         Py_hash_t ob_shash;
   67498             :         char ob_sval[278];
   67499             :     }
   67500             : codecs_toplevel_consts_30_linetable = {
   67501             :     .ob_base = {
   67502             :         .ob_base = {
   67503             :             .ob_refcnt = 999999999,
   67504             :             .ob_type = &PyBytes_Type,
   67505             :         },
   67506             :         .ob_size = 277,
   67507             :     },
   67508             :     .ob_shash = -1,
   67509             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x0d\x05\x08\xf0\x00\x0d\x05\x08\xf0\x1e\x00\x15\x1e\x80\x4d\xd8\x14\x1d\x80\x4d\xf0\x06\x00\x19\x21\xf0\x03\x1a\x05\x1d\xf0\x00\x1a\x05\x1d\xf0\x00\x1a\x05\x1d\xf0\x00\x1a\x05\x1d\xf0\x38\x00\x19\x1b\xf0\x00\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x0c\x00\x1d\x21\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x12\x00\x22\x26\xf0\x00\x04\x05\x2e\xf0\x00\x04\x05\x2e\xf0\x00\x04\x05\x2e\xf0\x0c\x05\x05\x14\xf0\x00\x05\x05\x14\xf0\x00\x05\x05\x14\xf0\x0e\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x03\x05\x27\xf0\x00\x03\x05\x27\xf0\x00\x03\x05\x27\xf0\x0a\x04\x05\x27\xf0\x00\x04\x05\x27\xf0\x00\x04\x05\x27\xf0\x0c\x03\x05\x1c\xf0\x00\x03\x05\x1c\xf0\x00\x03\x05\x1c\xf0\x0a\x00\x23\x24\xf0\x00\x04\x05\x29\xf0\x00\x04\x05\x29\xf0\x00\x04\x05\x29\xf0\x0e\x00\x1d\x24\xf0\x03\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x0e\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c",
   67510             : };
   67511             : static
   67512             :     struct _PyCode_DEF(120)
   67513             : codecs_toplevel_consts_30 = {
   67514             :     .ob_base = {
   67515             :         .ob_base = {
   67516             :             .ob_refcnt = 999999999,
   67517             :             .ob_type = &PyCode_Type,
   67518             :         },
   67519             :         .ob_size = 60,
   67520             :     },
   67521             :     .co_consts = & codecs_toplevel_consts_30_consts._object.ob_base.ob_base,
   67522             :     .co_names = & codecs_toplevel_consts_30_names._object.ob_base.ob_base,
   67523             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67524             :     .co_flags = 0,
   67525             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67526             :     ._co_linearray_entry_size = 0,
   67527             :     .co_argcount = 0,
   67528             :     .co_posonlyargcount = 0,
   67529             :     .co_kwonlyargcount = 0,
   67530             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   67531             :     .co_stacksize = 2,
   67532             :     .co_firstlineno = 755,
   67533             :     .co_nlocalsplus = 0,
   67534             :     .co_nlocals = 0,
   67535             :     .co_nplaincellvars = 0,
   67536             :     .co_ncellvars = 0,
   67537             :     .co_nfreevars = 0,
   67538             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   67539             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67540             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67541             :     .co_name = & const_str_StreamRecoder._ascii.ob_base,
   67542             :     .co_qualname = & const_str_StreamRecoder._ascii.ob_base,
   67543             :     .co_linetable = & codecs_toplevel_consts_30_linetable.ob_base.ob_base,
   67544             :     ._co_code = NULL,
   67545             :     ._co_linearray = NULL,
   67546             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x02\x5a\x05\x09\x00\x64\x14\x64\x04\x84\x01\x5a\x06\x64\x15\x64\x06\x84\x01\x5a\x07\x64\x16\x64\x08\x84\x01\x5a\x08\x64\x16\x64\x09\x84\x01\x5a\x09\x64\x0a\x84\x00\x5a\x0a\x64\x0b\x84\x00\x5a\x0b\x64\x0c\x84\x00\x5a\x0c\x64\x0d\x84\x00\x5a\x0d\x64\x0e\x84\x00\x5a\x0e\x64\x17\x64\x10\x84\x01\x5a\x0f\x65\x10\x66\x01\x64\x11\x84\x01\x5a\x11\x64\x12\x84\x00\x5a\x12\x64\x13\x84\x00\x5a\x13\x64\x07\x53\x00",
   67547             :     ._co_firsttraceable = 0,
   67548             : };
   67549             : static
   67550             :     struct {
   67551             :         PyASCIIObject _ascii;
   67552             :         uint8_t _data[1138];
   67553             :     }
   67554             : codecs_toplevel_consts_35_consts_0 = {
   67555             :     ._ascii = {
   67556             :         .ob_base = {
   67557             :             .ob_refcnt = 999999999,
   67558             :             .ob_type = &PyUnicode_Type,
   67559             :         },
   67560             :         .length = 1137,
   67561             :         .hash = -1,
   67562             :         .state = {
   67563             :             .kind = 1,
   67564             :             .compact = 1,
   67565             :             .ascii = 1,
   67566             :         },
   67567             :     },
   67568             :     ._data = "\x20\x4f\x70\x65\x6e\x20\x61\x6e\x20\x65\x6e\x63\x6f\x64\x65\x64\x20\x66\x69\x6c\x65\x20\x75\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x6d\x6f\x64\x65\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x20\x77\x72\x61\x70\x70\x65\x64\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x72\x61\x6e\x73\x70\x61\x72\x65\x6e\x74\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x2f\x64\x65\x63\x6f\x64\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4e\x6f\x74\x65\x3a\x20\x54\x68\x65\x20\x77\x72\x61\x70\x70\x65\x64\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x6f\x6e\x6c\x79\x20\x61\x63\x63\x65\x70\x74\x20\x74\x68\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x66\x6f\x72\x6d\x61\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x73\x2c\x20\x69\x2e\x65\x2e\x20\x55\x6e\x69\x63\x6f\x64\x65\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x66\x6f\x72\x20\x6d\x6f\x73\x74\x20\x62\x75\x69\x6c\x74\x69\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6f\x64\x65\x63\x73\x2e\x20\x4f\x75\x74\x70\x75\x74\x20\x69\x73\x20\x61\x6c\x73\x6f\x20\x63\x6f\x64\x65\x63\x20\x64\x65\x70\x65\x6e\x64\x65\x6e\x74\x20\x61\x6e\x64\x20\x77\x69\x6c\x6c\x20\x75\x73\x75\x61\x6c\x6c\x79\x20\x62\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x55\x6e\x69\x63\x6f\x64\x65\x20\x61\x73\x20\x77\x65\x6c\x6c\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x55\x6e\x64\x65\x72\x6c\x79\x69\x6e\x67\x20\x65\x6e\x63\x6f\x64\x65\x64\x20\x66\x69\x6c\x65\x73\x20\x61\x72\x65\x20\x61\x6c\x77\x61\x79\x73\x20\x6f\x70\x65\x6e\x65\x64\x20\x69\x6e\x20\x62\x69\x6e\x61\x72\x79\x20\x6d\x6f\x64\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x66\x69\x6c\x65\x20\x6d\x6f\x64\x65\x20\x69\x73\x20\x27\x72\x27\x2c\x20\x6d\x65\x61\x6e\x69\x6e\x67\x20\x74\x6f\x20\x6f\x70\x65\x6e\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x69\x6e\x20\x72\x65\x61\x64\x20\x6d\x6f\x64\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x73\x70\x65\x63\x69\x66\x69\x65\x73\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x68\x69\x63\x68\x20\x69\x73\x20\x74\x6f\x20\x62\x65\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x72\x72\x6f\x72\x73\x20\x6d\x61\x79\x20\x62\x65\x20\x67\x69\x76\x65\x6e\x20\x74\x6f\x20\x64\x65\x66\x69\x6e\x65\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x2e\x20\x49\x74\x20\x64\x65\x66\x61\x75\x6c\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x6f\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x77\x68\x69\x63\x68\x20\x63\x61\x75\x73\x65\x73\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x73\x20\x74\x6f\x20\x62\x65\x20\x72\x61\x69\x73\x65\x64\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x61\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x65\x72\x72\x6f\x72\x20\x6f\x63\x63\x75\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x75\x66\x66\x65\x72\x69\x6e\x67\x20\x68\x61\x73\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x6d\x65\x61\x6e\x69\x6e\x67\x20\x61\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x69\x6e\x20\x6f\x70\x65\x6e\x28\x29\x20\x41\x50\x49\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x74\x20\x64\x65\x66\x61\x75\x6c\x74\x73\x20\x74\x6f\x20\x2d\x31\x20\x77\x68\x69\x63\x68\x20\x6d\x65\x61\x6e\x73\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x62\x75\x66\x66\x65\x72\x20\x73\x69\x7a\x65\x20\x77\x69\x6c\x6c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x65\x20\x75\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x77\x72\x61\x70\x70\x65\x64\x20\x66\x69\x6c\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x61\x6e\x20\x65\x78\x74\x72\x61\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x68\x69\x63\x68\x20\x61\x6c\x6c\x6f\x77\x73\x20\x71\x75\x65\x72\x79\x69\x6e\x67\x20\x74\x68\x65\x20\x75\x73\x65\x64\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x2e\x20\x54\x68\x69\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x20\x69\x73\x20\x6f\x6e\x6c\x79\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x20\x69\x66\x20\x61\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x61\x73\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x61\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20",
   67569             : };
   67570             : static
   67571             :     struct {
   67572             :         PyASCIIObject _ascii;
   67573             :         uint8_t _data[2];
   67574             :     }
   67575             : const_str_b = {
   67576             :     ._ascii = {
   67577             :         .ob_base = {
   67578             :             .ob_refcnt = 999999999,
   67579             :             .ob_type = &PyUnicode_Type,
   67580             :         },
   67581             :         .length = 1,
   67582             :         .hash = -1,
   67583             :         .state = {
   67584             :             .kind = 1,
   67585             :             .compact = 1,
   67586             :             .ascii = 1,
   67587             :         },
   67588             :     },
   67589             :     ._data = "b",
   67590             : };
   67591             : static
   67592             :     struct {
   67593             :         PyGC_Head _gc_head;
   67594             :         struct {
   67595             :             PyObject_VAR_HEAD
   67596             :             PyObject *ob_item[3];
   67597             :         }_object;
   67598             :     }
   67599             : codecs_toplevel_consts_35_consts = {
   67600             :     ._object = {
   67601             :         .ob_base = {
   67602             :             .ob_base = {
   67603             :                 .ob_refcnt = 999999999,
   67604             :                 .ob_type = &PyTuple_Type,
   67605             :             },
   67606             :             .ob_size = 3,
   67607             :         },
   67608             :         .ob_item = {
   67609             :             & codecs_toplevel_consts_35_consts_0._ascii.ob_base,
   67610             :             Py_None,
   67611             :             & const_str_b._ascii.ob_base,
   67612             :         },
   67613             :     },
   67614             : };
   67615             : static
   67616             :     struct {
   67617             :         PyGC_Head _gc_head;
   67618             :         struct {
   67619             :             PyObject_VAR_HEAD
   67620             :             PyObject *ob_item[8];
   67621             :         }_object;
   67622             :     }
   67623             : codecs_toplevel_consts_35_names = {
   67624             :     ._object = {
   67625             :         .ob_base = {
   67626             :             .ob_base = {
   67627             :                 .ob_refcnt = 999999999,
   67628             :                 .ob_type = &PyTuple_Type,
   67629             :             },
   67630             :             .ob_size = 8,
   67631             :         },
   67632             :         .ob_item = {
   67633             :             &_Py_ID(builtins),
   67634             :             &_Py_ID(open),
   67635             :             & const_str_lookup._ascii.ob_base,
   67636             :             & const_str_StreamReaderWriter._ascii.ob_base,
   67637             :             & const_str_streamreader._ascii.ob_base,
   67638             :             & const_str_streamwriter._ascii.ob_base,
   67639             :             &_Py_ID(encoding),
   67640             :             &_Py_ID(close),
   67641             :         },
   67642             :     },
   67643             : };
   67644             : static
   67645             :     struct {
   67646             :         PyObject_VAR_HEAD
   67647             :         Py_hash_t ob_shash;
   67648             :         char ob_sval[145];
   67649             :     }
   67650             : codecs_toplevel_consts_35_linetable = {
   67651             :     .ob_base = {
   67652             :         .ob_base = {
   67653             :             .ob_refcnt = 999999999,
   67654             :             .ob_type = &PyBytes_Type,
   67655             :         },
   67656             :         .ob_size = 144,
   67657             :     },
   67658             :     .ob_shash = -1,
   67659             :     .ob_sval = "\x80\x00\xf0\x3c\x00\x08\x10\xf0\x00\x03\x05\x1a\xd8\x07\x0a\x90\x24\x80\x7f\xf0\x03\x03\x05\x1a\xf0\x06\x00\x10\x14\x90\x63\x89\x7a\x88\x04\xdd\x0b\x18\x8f\x3d\x89\x3d\x98\x18\xa0\x34\xa8\x19\xd4\x0b\x33\x80\x44\xd8\x07\x0f\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xf0\x04\x08\x05\x0e\xdd\x0f\x15\x90\x68\xd4\x0f\x1f\x88\x04\xdd\x0e\x20\xa0\x14\xa0\x74\xd7\x27\x38\xd1\x27\x38\xb8\x24\xd7\x3a\x4b\xd1\x3a\x4b\xc8\x56\xd4\x0e\x54\x88\x03\xe0\x17\x1f\x88\x03\x8c\x0c\xd8\x0f\x12\x88\x0a\xf8\xf0\x02\x02\x05\x0e\xd8\x08\x0c\x8f\x0a\x89\x0a\x8c\x0c\x88\x0c\xd8\x08\x0d\xf8\xf8\xf8",
   67660             : };
   67661             : static
   67662             :     struct {
   67663             :         PyObject_VAR_HEAD
   67664             :         Py_hash_t ob_shash;
   67665             :         char ob_sval[12];
   67666             :     }
   67667             : codecs_toplevel_consts_35_exceptiontable = {
   67668             :     .ob_base = {
   67669             :         .ob_base = {
   67670             :             .ob_refcnt = 999999999,
   67671             :             .ob_type = &PyBytes_Type,
   67672             :         },
   67673             :         .ob_size = 11,
   67674             :     },
   67675             :     .ob_shash = -1,
   67676             :     .ob_sval = "\xaa\x39\x41\x24\x00\xc1\x24\x14\x41\x38\x03",
   67677             : };
   67678             : static
   67679             :     struct {
   67680             :         PyASCIIObject _ascii;
   67681             :         uint8_t _data[10];
   67682             :     }
   67683             : const_str_buffering = {
   67684             :     ._ascii = {
   67685             :         .ob_base = {
   67686             :             .ob_refcnt = 999999999,
   67687             :             .ob_type = &PyUnicode_Type,
   67688             :         },
   67689             :         .length = 9,
   67690             :         .hash = -1,
   67691             :         .state = {
   67692             :             .kind = 1,
   67693             :             .compact = 1,
   67694             :             .ascii = 1,
   67695             :         },
   67696             :     },
   67697             :     ._data = "buffering",
   67698             : };
   67699             : static
   67700             :     struct {
   67701             :         PyASCIIObject _ascii;
   67702             :         uint8_t _data[4];
   67703             :     }
   67704             : const_str_srw = {
   67705             :     ._ascii = {
   67706             :         .ob_base = {
   67707             :             .ob_refcnt = 999999999,
   67708             :             .ob_type = &PyUnicode_Type,
   67709             :         },
   67710             :         .length = 3,
   67711             :         .hash = -1,
   67712             :         .state = {
   67713             :             .kind = 1,
   67714             :             .compact = 1,
   67715             :             .ascii = 1,
   67716             :         },
   67717             :     },
   67718             :     ._data = "srw",
   67719             : };
   67720             : static
   67721             :     struct {
   67722             :         PyGC_Head _gc_head;
   67723             :         struct {
   67724             :             PyObject_VAR_HEAD
   67725             :             PyObject *ob_item[8];
   67726             :         }_object;
   67727             :     }
   67728             : codecs_toplevel_consts_35_localsplusnames = {
   67729             :     ._object = {
   67730             :         .ob_base = {
   67731             :             .ob_base = {
   67732             :                 .ob_refcnt = 999999999,
   67733             :                 .ob_type = &PyTuple_Type,
   67734             :             },
   67735             :             .ob_size = 8,
   67736             :         },
   67737             :         .ob_item = {
   67738             :             &_Py_ID(filename),
   67739             :             &_Py_ID(mode),
   67740             :             &_Py_ID(encoding),
   67741             :             &_Py_ID(errors),
   67742             :             & const_str_buffering._ascii.ob_base,
   67743             :             & const_str_file._ascii.ob_base,
   67744             :             & const_str_info._ascii.ob_base,
   67745             :             & const_str_srw._ascii.ob_base,
   67746             :         },
   67747             :     },
   67748             : };
   67749             : static
   67750             :     struct _PyCode_DEF(246)
   67751             : codecs_toplevel_consts_35 = {
   67752             :     .ob_base = {
   67753             :         .ob_base = {
   67754             :             .ob_refcnt = 999999999,
   67755             :             .ob_type = &PyCode_Type,
   67756             :         },
   67757             :         .ob_size = 123,
   67758             :     },
   67759             :     .co_consts = & codecs_toplevel_consts_35_consts._object.ob_base.ob_base,
   67760             :     .co_names = & codecs_toplevel_consts_35_names._object.ob_base.ob_base,
   67761             :     .co_exceptiontable = & codecs_toplevel_consts_35_exceptiontable.ob_base.ob_base,
   67762             :     .co_flags = 3,
   67763             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67764             :     ._co_linearray_entry_size = 0,
   67765             :     .co_argcount = 5,
   67766             :     .co_posonlyargcount = 0,
   67767             :     .co_kwonlyargcount = 0,
   67768             :     .co_framesize = 14 + FRAME_SPECIALS_SIZE,
   67769             :     .co_stacksize = 6,
   67770             :     .co_firstlineno = 871,
   67771             :     .co_nlocalsplus = 8,
   67772             :     .co_nlocals = 8,
   67773             :     .co_nplaincellvars = 0,
   67774             :     .co_ncellvars = 0,
   67775             :     .co_nfreevars = 0,
   67776             :     .co_localsplusnames = & codecs_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
   67777             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
   67778             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67779             :     .co_name = &_Py_ID(open),
   67780             :     .co_qualname = &_Py_ID(open),
   67781             :     .co_linetable = & codecs_toplevel_consts_35_linetable.ob_base.ob_base,
   67782             :     ._co_code = NULL,
   67783             :     ._co_linearray = NULL,
   67784             :     .co_code_adaptive = "\x97\x00\x7c\x02\x81\x09\x64\x02\x7c\x01\x76\x01\x72\x05\x7c\x01\x64\x02\x7a\x00\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x02\x80\x02\x7c\x05\x53\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x06\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x02\x7c\x07\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x53\x00\x23\x00\x01\x00\x7c\x05\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x78\x03\x59\x00\x77\x01",
   67785             :     ._co_firsttraceable = 0,
   67786             : };
   67787             : static
   67788             :     struct {
   67789             :         PyASCIIObject _ascii;
   67790             :         uint8_t _data[987];
   67791             :     }
   67792             : codecs_toplevel_consts_36_consts_0 = {
   67793             :     ._ascii = {
   67794             :         .ob_base = {
   67795             :             .ob_refcnt = 999999999,
   67796             :             .ob_type = &PyUnicode_Type,
   67797             :         },
   67798             :         .length = 986,
   67799             :         .hash = -1,
   67800             :         .state = {
   67801             :             .kind = 1,
   67802             :             .compact = 1,
   67803             :             .ascii = 1,
   67804             :         },
   67805             :     },
   67806             :     ._data = "\x20\x52\x65\x74\x75\x72\x6e\x20\x61\x20\x77\x72\x61\x70\x70\x65\x64\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x6f\x66\x20\x66\x69\x6c\x65\x20\x77\x68\x69\x63\x68\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x74\x72\x61\x6e\x73\x70\x61\x72\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x74\x72\x61\x6e\x73\x6c\x61\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x44\x61\x74\x61\x20\x77\x72\x69\x74\x74\x65\x6e\x20\x74\x6f\x20\x74\x68\x65\x20\x77\x72\x61\x70\x70\x65\x64\x20\x66\x69\x6c\x65\x20\x69\x73\x20\x64\x65\x63\x6f\x64\x65\x64\x20\x61\x63\x63\x6f\x72\x64\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x6f\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x64\x61\x74\x61\x5f\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x74\x68\x65\x6e\x20\x65\x6e\x63\x6f\x64\x65\x64\x20\x74\x6f\x20\x74\x68\x65\x20\x75\x6e\x64\x65\x72\x6c\x79\x69\x6e\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x69\x6c\x65\x20\x75\x73\x69\x6e\x67\x20\x66\x69\x6c\x65\x5f\x65\x6e\x63\x6f\x64\x69\x6e\x67\x2e\x20\x54\x68\x65\x20\x69\x6e\x74\x65\x72\x6d\x65\x64\x69\x61\x74\x65\x20\x64\x61\x74\x61\x20\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x6c\x6c\x20\x75\x73\x75\x61\x6c\x6c\x79\x20\x62\x65\x20\x55\x6e\x69\x63\x6f\x64\x65\x20\x62\x75\x74\x20\x64\x65\x70\x65\x6e\x64\x73\x20\x6f\x6e\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x63\x6f\x64\x65\x63\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x42\x79\x74\x65\x73\x20\x72\x65\x61\x64\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x61\x72\x65\x20\x64\x65\x63\x6f\x64\x65\x64\x20\x75\x73\x69\x6e\x67\x20\x66\x69\x6c\x65\x5f\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x74\x68\x65\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x73\x73\x65\x64\x20\x62\x61\x63\x6b\x20\x74\x6f\x20\x74\x68\x65\x20\x63\x61\x6c\x6c\x65\x72\x20\x65\x6e\x63\x6f\x64\x65\x64\x20\x75\x73\x69\x6e\x67\x20\x64\x61\x74\x61\x5f\x65\x6e\x63\x6f\x64\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x66\x69\x6c\x65\x5f\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x69\x73\x20\x6e\x6f\x74\x20\x67\x69\x76\x65\x6e\x2c\x20\x69\x74\x20\x64\x65\x66\x61\x75\x6c\x74\x73\x20\x74\x6f\x20\x64\x61\x74\x61\x5f\x65\x6e\x63\x6f\x64\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x72\x72\x6f\x72\x73\x20\x6d\x61\x79\x20\x62\x65\x20\x67\x69\x76\x65\x6e\x20\x74\x6f\x20\x64\x65\x66\x69\x6e\x65\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x2e\x20\x49\x74\x20\x64\x65\x66\x61\x75\x6c\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x6f\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x77\x68\x69\x63\x68\x20\x63\x61\x75\x73\x65\x73\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x73\x20\x74\x6f\x20\x62\x65\x20\x72\x61\x69\x73\x65\x64\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x61\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x65\x72\x72\x6f\x72\x20\x6f\x63\x63\x75\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x77\x72\x61\x70\x70\x65\x64\x20\x66\x69\x6c\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x74\x77\x6f\x20\x65\x78\x74\x72\x61\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x64\x61\x74\x61\x5f\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x2e\x66\x69\x6c\x65\x5f\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x68\x69\x63\x68\x20\x72\x65\x66\x6c\x65\x63\x74\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x6e\x61\x6d\x65\x2e\x20\x54\x68\x65\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x74\x72\x6f\x73\x70\x65\x63\x74\x69\x6f\x6e\x20\x62\x79\x20\x50\x79\x74\x68\x6f\x6e\x20\x70\x72\x6f\x67\x72\x61\x6d\x73\x2e\x0a\x0a\x20\x20\x20\x20",
   67807             : };
   67808             : static
   67809             :     struct {
   67810             :         PyGC_Head _gc_head;
   67811             :         struct {
   67812             :             PyObject_VAR_HEAD
   67813             :             PyObject *ob_item[1];
   67814             :         }_object;
   67815             :     }
   67816             : codecs_toplevel_consts_36_consts = {
   67817             :     ._object = {
   67818             :         .ob_base = {
   67819             :             .ob_base = {
   67820             :                 .ob_refcnt = 999999999,
   67821             :                 .ob_type = &PyTuple_Type,
   67822             :             },
   67823             :             .ob_size = 1,
   67824             :         },
   67825             :         .ob_item = {
   67826             :             & codecs_toplevel_consts_36_consts_0._ascii.ob_base,
   67827             :         },
   67828             :     },
   67829             : };
   67830             : static
   67831             :     struct {
   67832             :         PyGC_Head _gc_head;
   67833             :         struct {
   67834             :             PyObject_VAR_HEAD
   67835             :             PyObject *ob_item[8];
   67836             :         }_object;
   67837             :     }
   67838             : codecs_toplevel_consts_36_names = {
   67839             :     ._object = {
   67840             :         .ob_base = {
   67841             :             .ob_base = {
   67842             :                 .ob_refcnt = 999999999,
   67843             :                 .ob_type = &PyTuple_Type,
   67844             :             },
   67845             :             .ob_size = 8,
   67846             :         },
   67847             :         .ob_item = {
   67848             :             & const_str_lookup._ascii.ob_base,
   67849             :             & const_str_StreamRecoder._ascii.ob_base,
   67850             :             &_Py_ID(encode),
   67851             :             &_Py_ID(decode),
   67852             :             & const_str_streamreader._ascii.ob_base,
   67853             :             & const_str_streamwriter._ascii.ob_base,
   67854             :             & const_str_data_encoding._ascii.ob_base,
   67855             :             & const_str_file_encoding._ascii.ob_base,
   67856             :         },
   67857             :     },
   67858             : };
   67859             : static
   67860             :     struct {
   67861             :         PyObject_VAR_HEAD
   67862             :         Py_hash_t ob_shash;
   67863             :         char ob_sval[109];
   67864             :     }
   67865             : codecs_toplevel_consts_36_linetable = {
   67866             :     .ob_base = {
   67867             :         .ob_base = {
   67868             :             .ob_refcnt = 999999999,
   67869             :             .ob_type = &PyBytes_Type,
   67870             :         },
   67871             :         .ob_size = 108,
   67872             :     },
   67873             :     .ob_shash = -1,
   67874             :     .ob_sval = "\x80\x00\xf0\x32\x00\x08\x15\xf0\x00\x01\x05\x26\xd8\x18\x25\x88\x0d\xdd\x10\x16\x90\x7d\xd4\x10\x25\x80\x49\xdd\x10\x16\x90\x7d\xd4\x10\x25\x80\x49\xdd\x09\x16\x90\x74\x98\x59\xd7\x1d\x2d\xd1\x1d\x2d\xa8\x79\xd7\x2f\x3f\xd1\x2f\x3f\xd8\x17\x20\xd7\x17\x2d\xd1\x17\x2d\xa8\x79\xd7\x2f\x45\xd1\x2f\x45\xc0\x76\xf4\x03\x01\x0a\x4f\x01\x80\x42\xf0\x06\x00\x18\x25\x80\x42\xd4\x04\x14\xd8\x17\x24\x80\x42\xd4\x04\x14\xd8\x0b\x0d\x80\x49",
   67875             : };
   67876             : static
   67877             :     struct {
   67878             :         PyASCIIObject _ascii;
   67879             :         uint8_t _data[10];
   67880             :     }
   67881             : const_str_data_info = {
   67882             :     ._ascii = {
   67883             :         .ob_base = {
   67884             :             .ob_refcnt = 999999999,
   67885             :             .ob_type = &PyUnicode_Type,
   67886             :         },
   67887             :         .length = 9,
   67888             :         .hash = -1,
   67889             :         .state = {
   67890             :             .kind = 1,
   67891             :             .compact = 1,
   67892             :             .ascii = 1,
   67893             :         },
   67894             :     },
   67895             :     ._data = "data_info",
   67896             : };
   67897             : static
   67898             :     struct {
   67899             :         PyASCIIObject _ascii;
   67900             :         uint8_t _data[10];
   67901             :     }
   67902             : const_str_file_info = {
   67903             :     ._ascii = {
   67904             :         .ob_base = {
   67905             :             .ob_refcnt = 999999999,
   67906             :             .ob_type = &PyUnicode_Type,
   67907             :         },
   67908             :         .length = 9,
   67909             :         .hash = -1,
   67910             :         .state = {
   67911             :             .kind = 1,
   67912             :             .compact = 1,
   67913             :             .ascii = 1,
   67914             :         },
   67915             :     },
   67916             :     ._data = "file_info",
   67917             : };
   67918             : static
   67919             :     struct {
   67920             :         PyASCIIObject _ascii;
   67921             :         uint8_t _data[3];
   67922             :     }
   67923             : const_str_sr = {
   67924             :     ._ascii = {
   67925             :         .ob_base = {
   67926             :             .ob_refcnt = 999999999,
   67927             :             .ob_type = &PyUnicode_Type,
   67928             :         },
   67929             :         .length = 2,
   67930             :         .hash = -1,
   67931             :         .state = {
   67932             :             .kind = 1,
   67933             :             .compact = 1,
   67934             :             .ascii = 1,
   67935             :         },
   67936             :     },
   67937             :     ._data = "sr",
   67938             : };
   67939             : static
   67940             :     struct {
   67941             :         PyGC_Head _gc_head;
   67942             :         struct {
   67943             :             PyObject_VAR_HEAD
   67944             :             PyObject *ob_item[7];
   67945             :         }_object;
   67946             :     }
   67947             : codecs_toplevel_consts_36_localsplusnames = {
   67948             :     ._object = {
   67949             :         .ob_base = {
   67950             :             .ob_base = {
   67951             :                 .ob_refcnt = 999999999,
   67952             :                 .ob_type = &PyTuple_Type,
   67953             :             },
   67954             :             .ob_size = 7,
   67955             :         },
   67956             :         .ob_item = {
   67957             :             & const_str_file._ascii.ob_base,
   67958             :             & const_str_data_encoding._ascii.ob_base,
   67959             :             & const_str_file_encoding._ascii.ob_base,
   67960             :             &_Py_ID(errors),
   67961             :             & const_str_data_info._ascii.ob_base,
   67962             :             & const_str_file_info._ascii.ob_base,
   67963             :             & const_str_sr._ascii.ob_base,
   67964             :         },
   67965             :     },
   67966             : };
   67967             : static
   67968             :     struct _PyCode_DEF(210)
   67969             : codecs_toplevel_consts_36 = {
   67970             :     .ob_base = {
   67971             :         .ob_base = {
   67972             :             .ob_refcnt = 999999999,
   67973             :             .ob_type = &PyCode_Type,
   67974             :         },
   67975             :         .ob_size = 105,
   67976             :     },
   67977             :     .co_consts = & codecs_toplevel_consts_36_consts._object.ob_base.ob_base,
   67978             :     .co_names = & codecs_toplevel_consts_36_names._object.ob_base.ob_base,
   67979             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   67980             :     .co_flags = 3,
   67981             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   67982             :     ._co_linearray_entry_size = 0,
   67983             :     .co_argcount = 4,
   67984             :     .co_posonlyargcount = 0,
   67985             :     .co_kwonlyargcount = 0,
   67986             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   67987             :     .co_stacksize = 8,
   67988             :     .co_firstlineno = 919,
   67989             :     .co_nlocalsplus = 7,
   67990             :     .co_nlocals = 7,
   67991             :     .co_nplaincellvars = 0,
   67992             :     .co_ncellvars = 0,
   67993             :     .co_nfreevars = 0,
   67994             :     .co_localsplusnames = & codecs_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
   67995             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   67996             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   67997             :     .co_name = & const_str_EncodedFile._ascii.ob_base,
   67998             :     .co_qualname = & const_str_EncodedFile._ascii.ob_base,
   67999             :     .co_linetable = & codecs_toplevel_consts_36_linetable.ob_base.ob_base,
   68000             :     ._co_code = NULL,
   68001             :     ._co_linearray = NULL,
   68002             :     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x02\x7c\x01\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x01\x7c\x06\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x06\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x53\x00",
   68003             :     ._co_firsttraceable = 0,
   68004             : };
   68005             : static
   68006             :     struct {
   68007             :         PyASCIIObject _ascii;
   68008             :         uint8_t _data[159];
   68009             :     }
   68010             : codecs_toplevel_consts_37_consts_0 = {
   68011             :     ._ascii = {
   68012             :         .ob_base = {
   68013             :             .ob_refcnt = 999999999,
   68014             :             .ob_type = &PyUnicode_Type,
   68015             :         },
   68016             :         .length = 158,
   68017             :         .hash = -1,
   68018             :         .state = {
   68019             :             .kind = 1,
   68020             :             .compact = 1,
   68021             :             .ascii = 1,
   68022             :         },
   68023             :     },
   68024             :     ._data = "\x20\x4c\x6f\x6f\x6b\x75\x70\x20\x75\x70\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x74\x73\x20\x65\x6e\x63\x6f\x64\x65\x72\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x61\x20\x4c\x6f\x6f\x6b\x75\x70\x45\x72\x72\x6f\x72\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   68025             : };
   68026             : static
   68027             :     struct {
   68028             :         PyGC_Head _gc_head;
   68029             :         struct {
   68030             :             PyObject_VAR_HEAD
   68031             :             PyObject *ob_item[1];
   68032             :         }_object;
   68033             :     }
   68034             : codecs_toplevel_consts_37_consts = {
   68035             :     ._object = {
   68036             :         .ob_base = {
   68037             :             .ob_base = {
   68038             :                 .ob_refcnt = 999999999,
   68039             :                 .ob_type = &PyTuple_Type,
   68040             :             },
   68041             :             .ob_size = 1,
   68042             :         },
   68043             :         .ob_item = {
   68044             :             & codecs_toplevel_consts_37_consts_0._ascii.ob_base,
   68045             :         },
   68046             :     },
   68047             : };
   68048             : static
   68049             :     struct {
   68050             :         PyGC_Head _gc_head;
   68051             :         struct {
   68052             :             PyObject_VAR_HEAD
   68053             :             PyObject *ob_item[2];
   68054             :         }_object;
   68055             :     }
   68056             : codecs_toplevel_consts_37_names = {
   68057             :     ._object = {
   68058             :         .ob_base = {
   68059             :             .ob_base = {
   68060             :                 .ob_refcnt = 999999999,
   68061             :                 .ob_type = &PyTuple_Type,
   68062             :             },
   68063             :             .ob_size = 2,
   68064             :         },
   68065             :         .ob_item = {
   68066             :             & const_str_lookup._ascii.ob_base,
   68067             :             &_Py_ID(encode),
   68068             :         },
   68069             :     },
   68070             : };
   68071             : static
   68072             :     struct {
   68073             :         PyObject_VAR_HEAD
   68074             :         Py_hash_t ob_shash;
   68075             :         char ob_sval[22];
   68076             :     }
   68077             : codecs_toplevel_consts_37_linetable = {
   68078             :     .ob_base = {
   68079             :         .ob_base = {
   68080             :             .ob_refcnt = 999999999,
   68081             :             .ob_type = &PyBytes_Type,
   68082             :         },
   68083             :         .ob_size = 21,
   68084             :     },
   68085             :     .ob_shash = -1,
   68086             :     .ob_sval = "\x80\x00\xf5\x10\x00\x0c\x12\x90\x28\xd4\x0b\x1b\xd7\x0b\x22\xd1\x0b\x22\xd0\x04\x22",
   68087             : };
   68088             : static
   68089             :     struct {
   68090             :         PyGC_Head _gc_head;
   68091             :         struct {
   68092             :             PyObject_VAR_HEAD
   68093             :             PyObject *ob_item[1];
   68094             :         }_object;
   68095             :     }
   68096             : codecs_toplevel_consts_37_localsplusnames = {
   68097             :     ._object = {
   68098             :         .ob_base = {
   68099             :             .ob_base = {
   68100             :                 .ob_refcnt = 999999999,
   68101             :                 .ob_type = &PyTuple_Type,
   68102             :             },
   68103             :             .ob_size = 1,
   68104             :         },
   68105             :         .ob_item = {
   68106             :             &_Py_ID(encoding),
   68107             :         },
   68108             :     },
   68109             : };
   68110             : static
   68111             :     struct _PyCode_DEF(48)
   68112             : codecs_toplevel_consts_37 = {
   68113             :     .ob_base = {
   68114             :         .ob_base = {
   68115             :             .ob_refcnt = 999999999,
   68116             :             .ob_type = &PyCode_Type,
   68117             :         },
   68118             :         .ob_size = 24,
   68119             :     },
   68120             :     .co_consts = & codecs_toplevel_consts_37_consts._object.ob_base.ob_base,
   68121             :     .co_names = & codecs_toplevel_consts_37_names._object.ob_base.ob_base,
   68122             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   68123             :     .co_flags = 3,
   68124             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   68125             :     ._co_linearray_entry_size = 0,
   68126             :     .co_argcount = 1,
   68127             :     .co_posonlyargcount = 0,
   68128             :     .co_kwonlyargcount = 0,
   68129             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   68130             :     .co_stacksize = 3,
   68131             :     .co_firstlineno = 957,
   68132             :     .co_nlocalsplus = 1,
   68133             :     .co_nlocals = 1,
   68134             :     .co_nplaincellvars = 0,
   68135             :     .co_ncellvars = 0,
   68136             :     .co_nfreevars = 0,
   68137             :     .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
   68138             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   68139             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   68140             :     .co_name = & const_str_getencoder._ascii.ob_base,
   68141             :     .co_qualname = & const_str_getencoder._ascii.ob_base,
   68142             :     .co_linetable = & codecs_toplevel_consts_37_linetable.ob_base.ob_base,
   68143             :     ._co_code = NULL,
   68144             :     ._co_linearray = NULL,
   68145             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   68146             :     ._co_firsttraceable = 0,
   68147             : };
   68148             : static
   68149             :     struct {
   68150             :         PyASCIIObject _ascii;
   68151             :         uint8_t _data[159];
   68152             :     }
   68153             : codecs_toplevel_consts_38_consts_0 = {
   68154             :     ._ascii = {
   68155             :         .ob_base = {
   68156             :             .ob_refcnt = 999999999,
   68157             :             .ob_type = &PyUnicode_Type,
   68158             :         },
   68159             :         .length = 158,
   68160             :         .hash = -1,
   68161             :         .state = {
   68162             :             .kind = 1,
   68163             :             .compact = 1,
   68164             :             .ascii = 1,
   68165             :         },
   68166             :     },
   68167             :     ._data = "\x20\x4c\x6f\x6f\x6b\x75\x70\x20\x75\x70\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x74\x73\x20\x64\x65\x63\x6f\x64\x65\x72\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x61\x20\x4c\x6f\x6f\x6b\x75\x70\x45\x72\x72\x6f\x72\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   68168             : };
   68169             : static
   68170             :     struct {
   68171             :         PyGC_Head _gc_head;
   68172             :         struct {
   68173             :             PyObject_VAR_HEAD
   68174             :             PyObject *ob_item[1];
   68175             :         }_object;
   68176             :     }
   68177             : codecs_toplevel_consts_38_consts = {
   68178             :     ._object = {
   68179             :         .ob_base = {
   68180             :             .ob_base = {
   68181             :                 .ob_refcnt = 999999999,
   68182             :                 .ob_type = &PyTuple_Type,
   68183             :             },
   68184             :             .ob_size = 1,
   68185             :         },
   68186             :         .ob_item = {
   68187             :             & codecs_toplevel_consts_38_consts_0._ascii.ob_base,
   68188             :         },
   68189             :     },
   68190             : };
   68191             : static
   68192             :     struct {
   68193             :         PyGC_Head _gc_head;
   68194             :         struct {
   68195             :             PyObject_VAR_HEAD
   68196             :             PyObject *ob_item[2];
   68197             :         }_object;
   68198             :     }
   68199             : codecs_toplevel_consts_38_names = {
   68200             :     ._object = {
   68201             :         .ob_base = {
   68202             :             .ob_base = {
   68203             :                 .ob_refcnt = 999999999,
   68204             :                 .ob_type = &PyTuple_Type,
   68205             :             },
   68206             :             .ob_size = 2,
   68207             :         },
   68208             :         .ob_item = {
   68209             :             & const_str_lookup._ascii.ob_base,
   68210             :             &_Py_ID(decode),
   68211             :         },
   68212             :     },
   68213             : };
   68214             : static
   68215             :     struct _PyCode_DEF(48)
   68216             : codecs_toplevel_consts_38 = {
   68217             :     .ob_base = {
   68218             :         .ob_base = {
   68219             :             .ob_refcnt = 999999999,
   68220             :             .ob_type = &PyCode_Type,
   68221             :         },
   68222             :         .ob_size = 24,
   68223             :     },
   68224             :     .co_consts = & codecs_toplevel_consts_38_consts._object.ob_base.ob_base,
   68225             :     .co_names = & codecs_toplevel_consts_38_names._object.ob_base.ob_base,
   68226             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   68227             :     .co_flags = 3,
   68228             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   68229             :     ._co_linearray_entry_size = 0,
   68230             :     .co_argcount = 1,
   68231             :     .co_posonlyargcount = 0,
   68232             :     .co_kwonlyargcount = 0,
   68233             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   68234             :     .co_stacksize = 3,
   68235             :     .co_firstlineno = 967,
   68236             :     .co_nlocalsplus = 1,
   68237             :     .co_nlocals = 1,
   68238             :     .co_nplaincellvars = 0,
   68239             :     .co_ncellvars = 0,
   68240             :     .co_nfreevars = 0,
   68241             :     .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
   68242             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   68243             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   68244             :     .co_name = & const_str_getdecoder._ascii.ob_base,
   68245             :     .co_qualname = & const_str_getdecoder._ascii.ob_base,
   68246             :     .co_linetable = & codecs_toplevel_consts_37_linetable.ob_base.ob_base,
   68247             :     ._co_code = NULL,
   68248             :     ._co_linearray = NULL,
   68249             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   68250             :     ._co_firsttraceable = 0,
   68251             : };
   68252             : static
   68253             :     struct {
   68254             :         PyASCIIObject _ascii;
   68255             :         uint8_t _data[248];
   68256             :     }
   68257             : codecs_toplevel_consts_39_consts_0 = {
   68258             :     ._ascii = {
   68259             :         .ob_base = {
   68260             :             .ob_refcnt = 999999999,
   68261             :             .ob_type = &PyUnicode_Type,
   68262             :         },
   68263             :         .length = 247,
   68264             :         .hash = -1,
   68265             :         .state = {
   68266             :             .kind = 1,
   68267             :             .compact = 1,
   68268             :             .ascii = 1,
   68269             :         },
   68270             :     },
   68271             :     ._data = "\x20\x4c\x6f\x6f\x6b\x75\x70\x20\x75\x70\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x74\x73\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x45\x6e\x63\x6f\x64\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x6f\x72\x20\x66\x61\x63\x74\x6f\x72\x79\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x61\x20\x4c\x6f\x6f\x6b\x75\x70\x45\x72\x72\x6f\x72\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x72\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x73\x20\x64\x6f\x65\x73\x6e\x27\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x20\x61\x6e\x20\x69\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x20\x65\x6e\x63\x6f\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20",
   68272             : };
   68273             : static
   68274             :     struct {
   68275             :         PyGC_Head _gc_head;
   68276             :         struct {
   68277             :             PyObject_VAR_HEAD
   68278             :             PyObject *ob_item[1];
   68279             :         }_object;
   68280             :     }
   68281             : codecs_toplevel_consts_39_consts = {
   68282             :     ._object = {
   68283             :         .ob_base = {
   68284             :             .ob_base = {
   68285             :                 .ob_refcnt = 999999999,
   68286             :                 .ob_type = &PyTuple_Type,
   68287             :             },
   68288             :             .ob_size = 1,
   68289             :         },
   68290             :         .ob_item = {
   68291             :             & codecs_toplevel_consts_39_consts_0._ascii.ob_base,
   68292             :         },
   68293             :     },
   68294             : };
   68295             : static
   68296             :     struct {
   68297             :         PyASCIIObject _ascii;
   68298             :         uint8_t _data[12];
   68299             :     }
   68300             : const_str_LookupError = {
   68301             :     ._ascii = {
   68302             :         .ob_base = {
   68303             :             .ob_refcnt = 999999999,
   68304             :             .ob_type = &PyUnicode_Type,
   68305             :         },
   68306             :         .length = 11,
   68307             :         .hash = -1,
   68308             :         .state = {
   68309             :             .kind = 1,
   68310             :             .compact = 1,
   68311             :             .ascii = 1,
   68312             :         },
   68313             :     },
   68314             :     ._data = "LookupError",
   68315             : };
   68316             : static
   68317             :     struct {
   68318             :         PyGC_Head _gc_head;
   68319             :         struct {
   68320             :             PyObject_VAR_HEAD
   68321             :             PyObject *ob_item[3];
   68322             :         }_object;
   68323             :     }
   68324             : codecs_toplevel_consts_39_names = {
   68325             :     ._object = {
   68326             :         .ob_base = {
   68327             :             .ob_base = {
   68328             :                 .ob_refcnt = 999999999,
   68329             :                 .ob_type = &PyTuple_Type,
   68330             :             },
   68331             :             .ob_size = 3,
   68332             :         },
   68333             :         .ob_item = {
   68334             :             & const_str_lookup._ascii.ob_base,
   68335             :             & const_str_incrementalencoder._ascii.ob_base,
   68336             :             & const_str_LookupError._ascii.ob_base,
   68337             :         },
   68338             :     },
   68339             : };
   68340             : static
   68341             :     struct {
   68342             :         PyObject_VAR_HEAD
   68343             :         Py_hash_t ob_shash;
   68344             :         char ob_sval[45];
   68345             :     }
   68346             : codecs_toplevel_consts_39_linetable = {
   68347             :     .ob_base = {
   68348             :         .ob_base = {
   68349             :             .ob_refcnt = 999999999,
   68350             :             .ob_type = &PyBytes_Type,
   68351             :         },
   68352             :         .ob_size = 44,
   68353             :     },
   68354             :     .ob_shash = -1,
   68355             :     .ob_sval = "\x80\x00\xf5\x12\x00\x0f\x15\x90\x58\xd4\x0e\x1e\xd7\x0e\x31\xd1\x0e\x31\x80\x47\xd8\x07\x0e\xf0\x00\x01\x05\x24\xdd\x0e\x19\x98\x28\xd4\x0e\x23\xd0\x08\x23\xd8\x0b\x12\x80\x4e",
   68356             : };
   68357             : static
   68358             :     struct {
   68359             :         PyASCIIObject _ascii;
   68360             :         uint8_t _data[8];
   68361             :     }
   68362             : const_str_encoder = {
   68363             :     ._ascii = {
   68364             :         .ob_base = {
   68365             :             .ob_refcnt = 999999999,
   68366             :             .ob_type = &PyUnicode_Type,
   68367             :         },
   68368             :         .length = 7,
   68369             :         .hash = -1,
   68370             :         .state = {
   68371             :             .kind = 1,
   68372             :             .compact = 1,
   68373             :             .ascii = 1,
   68374             :         },
   68375             :     },
   68376             :     ._data = "encoder",
   68377             : };
   68378             : static
   68379             :     struct {
   68380             :         PyGC_Head _gc_head;
   68381             :         struct {
   68382             :             PyObject_VAR_HEAD
   68383             :             PyObject *ob_item[2];
   68384             :         }_object;
   68385             :     }
   68386             : codecs_toplevel_consts_39_localsplusnames = {
   68387             :     ._object = {
   68388             :         .ob_base = {
   68389             :             .ob_base = {
   68390             :                 .ob_refcnt = 999999999,
   68391             :                 .ob_type = &PyTuple_Type,
   68392             :             },
   68393             :             .ob_size = 2,
   68394             :         },
   68395             :         .ob_item = {
   68396             :             &_Py_ID(encoding),
   68397             :             & const_str_encoder._ascii.ob_base,
   68398             :         },
   68399             :     },
   68400             : };
   68401             : static
   68402             :     struct _PyCode_DEF(82)
   68403             : codecs_toplevel_consts_39 = {
   68404             :     .ob_base = {
   68405             :         .ob_base = {
   68406             :             .ob_refcnt = 999999999,
   68407             :             .ob_type = &PyCode_Type,
   68408             :         },
   68409             :         .ob_size = 41,
   68410             :     },
   68411             :     .co_consts = & codecs_toplevel_consts_39_consts._object.ob_base.ob_base,
   68412             :     .co_names = & codecs_toplevel_consts_39_names._object.ob_base.ob_base,
   68413             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   68414             :     .co_flags = 3,
   68415             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   68416             :     ._co_linearray_entry_size = 0,
   68417             :     .co_argcount = 1,
   68418             :     .co_posonlyargcount = 0,
   68419             :     .co_kwonlyargcount = 0,
   68420             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   68421             :     .co_stacksize = 3,
   68422             :     .co_firstlineno = 977,
   68423             :     .co_nlocalsplus = 2,
   68424             :     .co_nlocals = 2,
   68425             :     .co_nplaincellvars = 0,
   68426             :     .co_ncellvars = 0,
   68427             :     .co_nfreevars = 0,
   68428             :     .co_localsplusnames = & codecs_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
   68429             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   68430             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   68431             :     .co_name = & const_str_getincrementalencoder._ascii.ob_base,
   68432             :     .co_qualname = & const_str_getincrementalencoder._ascii.ob_base,
   68433             :     .co_linetable = & codecs_toplevel_consts_39_linetable.ob_base.ob_base,
   68434             :     ._co_code = NULL,
   68435             :     ._co_linearray = NULL,
   68436             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x53\x00",
   68437             :     ._co_firsttraceable = 0,
   68438             : };
   68439             : static
   68440             :     struct {
   68441             :         PyASCIIObject _ascii;
   68442             :         uint8_t _data[248];
   68443             :     }
   68444             : codecs_toplevel_consts_40_consts_0 = {
   68445             :     ._ascii = {
   68446             :         .ob_base = {
   68447             :             .ob_refcnt = 999999999,
   68448             :             .ob_type = &PyUnicode_Type,
   68449             :         },
   68450             :         .length = 247,
   68451             :         .hash = -1,
   68452             :         .state = {
   68453             :             .kind = 1,
   68454             :             .compact = 1,
   68455             :             .ascii = 1,
   68456             :         },
   68457             :     },
   68458             :     ._data = "\x20\x4c\x6f\x6f\x6b\x75\x70\x20\x75\x70\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x74\x73\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x44\x65\x63\x6f\x64\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x6f\x72\x20\x66\x61\x63\x74\x6f\x72\x79\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x61\x20\x4c\x6f\x6f\x6b\x75\x70\x45\x72\x72\x6f\x72\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x72\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x73\x20\x64\x6f\x65\x73\x6e\x27\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x20\x61\x6e\x20\x69\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x20\x64\x65\x63\x6f\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20",
   68459             : };
   68460             : static
   68461             :     struct {
   68462             :         PyGC_Head _gc_head;
   68463             :         struct {
   68464             :             PyObject_VAR_HEAD
   68465             :             PyObject *ob_item[1];
   68466             :         }_object;
   68467             :     }
   68468             : codecs_toplevel_consts_40_consts = {
   68469             :     ._object = {
   68470             :         .ob_base = {
   68471             :             .ob_base = {
   68472             :                 .ob_refcnt = 999999999,
   68473             :                 .ob_type = &PyTuple_Type,
   68474             :             },
   68475             :             .ob_size = 1,
   68476             :         },
   68477             :         .ob_item = {
   68478             :             & codecs_toplevel_consts_40_consts_0._ascii.ob_base,
   68479             :         },
   68480             :     },
   68481             : };
   68482             : static
   68483             :     struct {
   68484             :         PyGC_Head _gc_head;
   68485             :         struct {
   68486             :             PyObject_VAR_HEAD
   68487             :             PyObject *ob_item[3];
   68488             :         }_object;
   68489             :     }
   68490             : codecs_toplevel_consts_40_names = {
   68491             :     ._object = {
   68492             :         .ob_base = {
   68493             :             .ob_base = {
   68494             :                 .ob_refcnt = 999999999,
   68495             :                 .ob_type = &PyTuple_Type,
   68496             :             },
   68497             :             .ob_size = 3,
   68498             :         },
   68499             :         .ob_item = {
   68500             :             & const_str_lookup._ascii.ob_base,
   68501             :             & const_str_incrementaldecoder._ascii.ob_base,
   68502             :             & const_str_LookupError._ascii.ob_base,
   68503             :         },
   68504             :     },
   68505             : };
   68506             : static
   68507             :     struct {
   68508             :         PyASCIIObject _ascii;
   68509             :         uint8_t _data[8];
   68510             :     }
   68511             : const_str_decoder = {
   68512             :     ._ascii = {
   68513             :         .ob_base = {
   68514             :             .ob_refcnt = 999999999,
   68515             :             .ob_type = &PyUnicode_Type,
   68516             :         },
   68517             :         .length = 7,
   68518             :         .hash = -1,
   68519             :         .state = {
   68520             :             .kind = 1,
   68521             :             .compact = 1,
   68522             :             .ascii = 1,
   68523             :         },
   68524             :     },
   68525             :     ._data = "decoder",
   68526             : };
   68527             : static
   68528             :     struct {
   68529             :         PyGC_Head _gc_head;
   68530             :         struct {
   68531             :             PyObject_VAR_HEAD
   68532             :             PyObject *ob_item[2];
   68533             :         }_object;
   68534             :     }
   68535             : codecs_toplevel_consts_40_localsplusnames = {
   68536             :     ._object = {
   68537             :         .ob_base = {
   68538             :             .ob_base = {
   68539             :                 .ob_refcnt = 999999999,
   68540             :                 .ob_type = &PyTuple_Type,
   68541             :             },
   68542             :             .ob_size = 2,
   68543             :         },
   68544             :         .ob_item = {
   68545             :             &_Py_ID(encoding),
   68546             :             & const_str_decoder._ascii.ob_base,
   68547             :         },
   68548             :     },
   68549             : };
   68550             : static
   68551             :     struct _PyCode_DEF(82)
   68552             : codecs_toplevel_consts_40 = {
   68553             :     .ob_base = {
   68554             :         .ob_base = {
   68555             :             .ob_refcnt = 999999999,
   68556             :             .ob_type = &PyCode_Type,
   68557             :         },
   68558             :         .ob_size = 41,
   68559             :     },
   68560             :     .co_consts = & codecs_toplevel_consts_40_consts._object.ob_base.ob_base,
   68561             :     .co_names = & codecs_toplevel_consts_40_names._object.ob_base.ob_base,
   68562             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   68563             :     .co_flags = 3,
   68564             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   68565             :     ._co_linearray_entry_size = 0,
   68566             :     .co_argcount = 1,
   68567             :     .co_posonlyargcount = 0,
   68568             :     .co_kwonlyargcount = 0,
   68569             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   68570             :     .co_stacksize = 3,
   68571             :     .co_firstlineno = 991,
   68572             :     .co_nlocalsplus = 2,
   68573             :     .co_nlocals = 2,
   68574             :     .co_nplaincellvars = 0,
   68575             :     .co_ncellvars = 0,
   68576             :     .co_nfreevars = 0,
   68577             :     .co_localsplusnames = & codecs_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
   68578             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   68579             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   68580             :     .co_name = & const_str_getincrementaldecoder._ascii.ob_base,
   68581             :     .co_qualname = & const_str_getincrementaldecoder._ascii.ob_base,
   68582             :     .co_linetable = & codecs_toplevel_consts_39_linetable.ob_base.ob_base,
   68583             :     ._co_code = NULL,
   68584             :     ._co_linearray = NULL,
   68585             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x53\x00",
   68586             :     ._co_firsttraceable = 0,
   68587             : };
   68588             : static
   68589             :     struct {
   68590             :         PyASCIIObject _ascii;
   68591             :         uint8_t _data[181];
   68592             :     }
   68593             : codecs_toplevel_consts_41_consts_0 = {
   68594             :     ._ascii = {
   68595             :         .ob_base = {
   68596             :             .ob_refcnt = 999999999,
   68597             :             .ob_type = &PyUnicode_Type,
   68598             :         },
   68599             :         .length = 180,
   68600             :         .hash = -1,
   68601             :         .state = {
   68602             :             .kind = 1,
   68603             :             .compact = 1,
   68604             :             .ascii = 1,
   68605             :         },
   68606             :     },
   68607             :     ._data = "\x20\x4c\x6f\x6f\x6b\x75\x70\x20\x75\x70\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x74\x73\x20\x53\x74\x72\x65\x61\x6d\x52\x65\x61\x64\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x6f\x72\x20\x66\x61\x63\x74\x6f\x72\x79\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x61\x20\x4c\x6f\x6f\x6b\x75\x70\x45\x72\x72\x6f\x72\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   68608             : };
   68609             : static
   68610             :     struct {
   68611             :         PyGC_Head _gc_head;
   68612             :         struct {
   68613             :             PyObject_VAR_HEAD
   68614             :             PyObject *ob_item[1];
   68615             :         }_object;
   68616             :     }
   68617             : codecs_toplevel_consts_41_consts = {
   68618             :     ._object = {
   68619             :         .ob_base = {
   68620             :             .ob_base = {
   68621             :                 .ob_refcnt = 999999999,
   68622             :                 .ob_type = &PyTuple_Type,
   68623             :             },
   68624             :             .ob_size = 1,
   68625             :         },
   68626             :         .ob_item = {
   68627             :             & codecs_toplevel_consts_41_consts_0._ascii.ob_base,
   68628             :         },
   68629             :     },
   68630             : };
   68631             : static
   68632             :     struct {
   68633             :         PyGC_Head _gc_head;
   68634             :         struct {
   68635             :             PyObject_VAR_HEAD
   68636             :             PyObject *ob_item[2];
   68637             :         }_object;
   68638             :     }
   68639             : codecs_toplevel_consts_41_names = {
   68640             :     ._object = {
   68641             :         .ob_base = {
   68642             :             .ob_base = {
   68643             :                 .ob_refcnt = 999999999,
   68644             :                 .ob_type = &PyTuple_Type,
   68645             :             },
   68646             :             .ob_size = 2,
   68647             :         },
   68648             :         .ob_item = {
   68649             :             & const_str_lookup._ascii.ob_base,
   68650             :             & const_str_streamreader._ascii.ob_base,
   68651             :         },
   68652             :     },
   68653             : };
   68654             : static
   68655             :     struct {
   68656             :         PyObject_VAR_HEAD
   68657             :         Py_hash_t ob_shash;
   68658             :         char ob_sval[22];
   68659             :     }
   68660             : codecs_toplevel_consts_41_linetable = {
   68661             :     .ob_base = {
   68662             :         .ob_base = {
   68663             :             .ob_refcnt = 999999999,
   68664             :             .ob_type = &PyBytes_Type,
   68665             :         },
   68666             :         .ob_size = 21,
   68667             :     },
   68668             :     .ob_shash = -1,
   68669             :     .ob_sval = "\x80\x00\xf5\x10\x00\x0c\x12\x90\x28\xd4\x0b\x1b\xd7\x0b\x28\xd1\x0b\x28\xd0\x04\x28",
   68670             : };
   68671             : static
   68672             :     struct _PyCode_DEF(48)
   68673             : codecs_toplevel_consts_41 = {
   68674             :     .ob_base = {
   68675             :         .ob_base = {
   68676             :             .ob_refcnt = 999999999,
   68677             :             .ob_type = &PyCode_Type,
   68678             :         },
   68679             :         .ob_size = 24,
   68680             :     },
   68681             :     .co_consts = & codecs_toplevel_consts_41_consts._object.ob_base.ob_base,
   68682             :     .co_names = & codecs_toplevel_consts_41_names._object.ob_base.ob_base,
   68683             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   68684             :     .co_flags = 3,
   68685             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   68686             :     ._co_linearray_entry_size = 0,
   68687             :     .co_argcount = 1,
   68688             :     .co_posonlyargcount = 0,
   68689             :     .co_kwonlyargcount = 0,
   68690             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   68691             :     .co_stacksize = 3,
   68692             :     .co_firstlineno = 1005,
   68693             :     .co_nlocalsplus = 1,
   68694             :     .co_nlocals = 1,
   68695             :     .co_nplaincellvars = 0,
   68696             :     .co_ncellvars = 0,
   68697             :     .co_nfreevars = 0,
   68698             :     .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
   68699             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   68700             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   68701             :     .co_name = & const_str_getreader._ascii.ob_base,
   68702             :     .co_qualname = & const_str_getreader._ascii.ob_base,
   68703             :     .co_linetable = & codecs_toplevel_consts_41_linetable.ob_base.ob_base,
   68704             :     ._co_code = NULL,
   68705             :     ._co_linearray = NULL,
   68706             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   68707             :     ._co_firsttraceable = 0,
   68708             : };
   68709             : static
   68710             :     struct {
   68711             :         PyASCIIObject _ascii;
   68712             :         uint8_t _data[181];
   68713             :     }
   68714             : codecs_toplevel_consts_42_consts_0 = {
   68715             :     ._ascii = {
   68716             :         .ob_base = {
   68717             :             .ob_refcnt = 999999999,
   68718             :             .ob_type = &PyUnicode_Type,
   68719             :         },
   68720             :         .length = 180,
   68721             :         .hash = -1,
   68722             :         .state = {
   68723             :             .kind = 1,
   68724             :             .compact = 1,
   68725             :             .ascii = 1,
   68726             :         },
   68727             :     },
   68728             :     ._data = "\x20\x4c\x6f\x6f\x6b\x75\x70\x20\x75\x70\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x74\x73\x20\x53\x74\x72\x65\x61\x6d\x57\x72\x69\x74\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x6f\x72\x20\x66\x61\x63\x74\x6f\x72\x79\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x61\x20\x4c\x6f\x6f\x6b\x75\x70\x45\x72\x72\x6f\x72\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x0a\x20\x20\x20\x20",
   68729             : };
   68730             : static
   68731             :     struct {
   68732             :         PyGC_Head _gc_head;
   68733             :         struct {
   68734             :             PyObject_VAR_HEAD
   68735             :             PyObject *ob_item[1];
   68736             :         }_object;
   68737             :     }
   68738             : codecs_toplevel_consts_42_consts = {
   68739             :     ._object = {
   68740             :         .ob_base = {
   68741             :             .ob_base = {
   68742             :                 .ob_refcnt = 999999999,
   68743             :                 .ob_type = &PyTuple_Type,
   68744             :             },
   68745             :             .ob_size = 1,
   68746             :         },
   68747             :         .ob_item = {
   68748             :             & codecs_toplevel_consts_42_consts_0._ascii.ob_base,
   68749             :         },
   68750             :     },
   68751             : };
   68752             : static
   68753             :     struct {
   68754             :         PyGC_Head _gc_head;
   68755             :         struct {
   68756             :             PyObject_VAR_HEAD
   68757             :             PyObject *ob_item[2];
   68758             :         }_object;
   68759             :     }
   68760             : codecs_toplevel_consts_42_names = {
   68761             :     ._object = {
   68762             :         .ob_base = {
   68763             :             .ob_base = {
   68764             :                 .ob_refcnt = 999999999,
   68765             :                 .ob_type = &PyTuple_Type,
   68766             :             },
   68767             :             .ob_size = 2,
   68768             :         },
   68769             :         .ob_item = {
   68770             :             & const_str_lookup._ascii.ob_base,
   68771             :             & const_str_streamwriter._ascii.ob_base,
   68772             :         },
   68773             :     },
   68774             : };
   68775             : static
   68776             :     struct _PyCode_DEF(48)
   68777             : codecs_toplevel_consts_42 = {
   68778             :     .ob_base = {
   68779             :         .ob_base = {
   68780             :             .ob_refcnt = 999999999,
   68781             :             .ob_type = &PyCode_Type,
   68782             :         },
   68783             :         .ob_size = 24,
   68784             :     },
   68785             :     .co_consts = & codecs_toplevel_consts_42_consts._object.ob_base.ob_base,
   68786             :     .co_names = & codecs_toplevel_consts_42_names._object.ob_base.ob_base,
   68787             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   68788             :     .co_flags = 3,
   68789             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   68790             :     ._co_linearray_entry_size = 0,
   68791             :     .co_argcount = 1,
   68792             :     .co_posonlyargcount = 0,
   68793             :     .co_kwonlyargcount = 0,
   68794             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   68795             :     .co_stacksize = 3,
   68796             :     .co_firstlineno = 1015,
   68797             :     .co_nlocalsplus = 1,
   68798             :     .co_nlocals = 1,
   68799             :     .co_nplaincellvars = 0,
   68800             :     .co_ncellvars = 0,
   68801             :     .co_nfreevars = 0,
   68802             :     .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
   68803             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   68804             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   68805             :     .co_name = & const_str_getwriter._ascii.ob_base,
   68806             :     .co_qualname = & const_str_getwriter._ascii.ob_base,
   68807             :     .co_linetable = & codecs_toplevel_consts_41_linetable.ob_base.ob_base,
   68808             :     ._co_code = NULL,
   68809             :     ._co_linearray = NULL,
   68810             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   68811             :     ._co_firsttraceable = 0,
   68812             : };
   68813             : static
   68814             :     struct {
   68815             :         PyASCIIObject _ascii;
   68816             :         uint8_t _data[192];
   68817             :     }
   68818             : codecs_toplevel_consts_43_consts_0 = {
   68819             :     ._ascii = {
   68820             :         .ob_base = {
   68821             :             .ob_refcnt = 999999999,
   68822             :             .ob_type = &PyUnicode_Type,
   68823             :         },
   68824             :         .length = 191,
   68825             :         .hash = -1,
   68826             :         .state = {
   68827             :             .kind = 1,
   68828             :             .compact = 1,
   68829             :             .ascii = 1,
   68830             :         },
   68831             :     },
   68832             :     ._data = "\x0a\x20\x20\x20\x20\x45\x6e\x63\x6f\x64\x69\x6e\x67\x20\x69\x74\x65\x72\x61\x74\x6f\x72\x2e\x0a\x0a\x20\x20\x20\x20\x45\x6e\x63\x6f\x64\x65\x73\x20\x74\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x73\x74\x72\x69\x6e\x67\x73\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x69\x74\x65\x72\x61\x74\x6f\x72\x20\x75\x73\x69\x6e\x67\x20\x61\x6e\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x45\x6e\x63\x6f\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x65\x72\x72\x6f\x72\x73\x20\x61\x6e\x64\x20\x6b\x77\x61\x72\x67\x73\x20\x61\x72\x65\x20\x70\x61\x73\x73\x65\x64\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x74\x6f\x20\x74\x68\x65\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x45\x6e\x63\x6f\x64\x65\x72\x0a\x20\x20\x20\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20",
   68833             : };
   68834             : static
   68835             :     struct {
   68836             :         PyGC_Head _gc_head;
   68837             :         struct {
   68838             :             PyObject_VAR_HEAD
   68839             :             PyObject *ob_item[4];
   68840             :         }_object;
   68841             :     }
   68842             : codecs_toplevel_consts_43_consts = {
   68843             :     ._object = {
   68844             :         .ob_base = {
   68845             :             .ob_base = {
   68846             :                 .ob_refcnt = 999999999,
   68847             :                 .ob_type = &PyTuple_Type,
   68848             :             },
   68849             :             .ob_size = 4,
   68850             :         },
   68851             :         .ob_item = {
   68852             :             & codecs_toplevel_consts_43_consts_0._ascii.ob_base,
   68853             :             &_Py_STR(empty),
   68854             :             Py_True,
   68855             :             Py_None,
   68856             :         },
   68857             :     },
   68858             : };
   68859             : static
   68860             :     struct {
   68861             :         PyGC_Head _gc_head;
   68862             :         struct {
   68863             :             PyObject_VAR_HEAD
   68864             :             PyObject *ob_item[2];
   68865             :         }_object;
   68866             :     }
   68867             : codecs_toplevel_consts_43_names = {
   68868             :     ._object = {
   68869             :         .ob_base = {
   68870             :             .ob_base = {
   68871             :                 .ob_refcnt = 999999999,
   68872             :                 .ob_type = &PyTuple_Type,
   68873             :             },
   68874             :             .ob_size = 2,
   68875             :         },
   68876             :         .ob_item = {
   68877             :             & const_str_getincrementalencoder._ascii.ob_base,
   68878             :             &_Py_ID(encode),
   68879             :         },
   68880             :     },
   68881             : };
   68882             : static
   68883             :     struct {
   68884             :         PyObject_VAR_HEAD
   68885             :         Py_hash_t ob_shash;
   68886             :         char ob_sval[133];
   68887             :     }
   68888             : codecs_toplevel_consts_43_linetable = {
   68889             :     .ob_base = {
   68890             :         .ob_base = {
   68891             :             .ob_refcnt = 999999999,
   68892             :             .ob_type = &PyBytes_Type,
   68893             :         },
   68894             :         .ob_size = 132,
   68895             :     },
   68896             :     .ob_shash = -1,
   68897             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x12\x00\x0f\x2e\xd5\x0e\x23\xa0\x48\xd4\x0e\x2d\xa8\x66\xd0\x0e\x3f\xd0\x0e\x3f\xb8\x06\xd0\x0e\x3f\xd0\x0e\x3f\x80\x47\xd8\x11\x19\xf0\x00\x03\x05\x19\xf1\x00\x03\x05\x19\x88\x05\xd8\x11\x18\x97\x1e\x91\x1e\xa0\x05\xd4\x11\x26\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x19\xd8\x12\x18\x88\x4c\x88\x4c\x88\x4c\x88\x4c\xd8\x0d\x14\x8f\x5e\x89\x5e\x98\x42\xa0\x04\xd4\x0d\x25\x80\x46\xd8\x07\x0d\xf0\x00\x01\x05\x15\xd8\x0e\x14\x88\x0c\x88\x0c\x88\x0c\x88\x0c\x88\x0c\xf0\x03\x01\x05\x15\xf0\x00\x01\x05\x15",
   68898             : };
   68899             : static
   68900             :     struct {
   68901             :         PyASCIIObject _ascii;
   68902             :         uint8_t _data[9];
   68903             :     }
   68904             : const_str_iterator = {
   68905             :     ._ascii = {
   68906             :         .ob_base = {
   68907             :             .ob_refcnt = 999999999,
   68908             :             .ob_type = &PyUnicode_Type,
   68909             :         },
   68910             :         .length = 8,
   68911             :         .hash = -1,
   68912             :         .state = {
   68913             :             .kind = 1,
   68914             :             .compact = 1,
   68915             :             .ascii = 1,
   68916             :         },
   68917             :     },
   68918             :     ._data = "iterator",
   68919             : };
   68920             : static
   68921             :     struct {
   68922             :         PyASCIIObject _ascii;
   68923             :         uint8_t _data[7];
   68924             :     }
   68925             : const_str_output = {
   68926             :     ._ascii = {
   68927             :         .ob_base = {
   68928             :             .ob_refcnt = 999999999,
   68929             :             .ob_type = &PyUnicode_Type,
   68930             :         },
   68931             :         .length = 6,
   68932             :         .hash = -1,
   68933             :         .state = {
   68934             :             .kind = 1,
   68935             :             .compact = 1,
   68936             :             .ascii = 1,
   68937             :         },
   68938             :     },
   68939             :     ._data = "output",
   68940             : };
   68941             : static
   68942             :     struct {
   68943             :         PyGC_Head _gc_head;
   68944             :         struct {
   68945             :             PyObject_VAR_HEAD
   68946             :             PyObject *ob_item[7];
   68947             :         }_object;
   68948             :     }
   68949             : codecs_toplevel_consts_43_localsplusnames = {
   68950             :     ._object = {
   68951             :         .ob_base = {
   68952             :             .ob_base = {
   68953             :                 .ob_refcnt = 999999999,
   68954             :                 .ob_type = &PyTuple_Type,
   68955             :             },
   68956             :             .ob_size = 7,
   68957             :         },
   68958             :         .ob_item = {
   68959             :             & const_str_iterator._ascii.ob_base,
   68960             :             &_Py_ID(encoding),
   68961             :             &_Py_ID(errors),
   68962             :             & const_str_kwargs._ascii.ob_base,
   68963             :             & const_str_encoder._ascii.ob_base,
   68964             :             & const_str_input._ascii.ob_base,
   68965             :             & const_str_output._ascii.ob_base,
   68966             :         },
   68967             :     },
   68968             : };
   68969             : static
   68970             :     struct _PyCode_DEF(164)
   68971             : codecs_toplevel_consts_43 = {
   68972             :     .ob_base = {
   68973             :         .ob_base = {
   68974             :             .ob_refcnt = 999999999,
   68975             :             .ob_type = &PyCode_Type,
   68976             :         },
   68977             :         .ob_size = 82,
   68978             :     },
   68979             :     .co_consts = & codecs_toplevel_consts_43_consts._object.ob_base.ob_base,
   68980             :     .co_names = & codecs_toplevel_consts_43_names._object.ob_base.ob_base,
   68981             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   68982             :     .co_flags = 43,
   68983             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   68984             :     ._co_linearray_entry_size = 0,
   68985             :     .co_argcount = 3,
   68986             :     .co_posonlyargcount = 0,
   68987             :     .co_kwonlyargcount = 0,
   68988             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   68989             :     .co_stacksize = 5,
   68990             :     .co_firstlineno = 1025,
   68991             :     .co_nlocalsplus = 7,
   68992             :     .co_nlocals = 7,
   68993             :     .co_nplaincellvars = 0,
   68994             :     .co_ncellvars = 0,
   68995             :     .co_nfreevars = 0,
   68996             :     .co_localsplusnames = & codecs_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
   68997             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   68998             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   68999             :     .co_name = & const_str_iterencode._ascii.ob_base,
   69000             :     .co_qualname = & const_str_iterencode._ascii.ob_base,
   69001             :     .co_linetable = & codecs_toplevel_consts_43_linetable.ob_base.ob_base,
   69002             :     ._co_code = NULL,
   69003             :     ._co_linearray = NULL,
   69004             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x66\x01\x69\x00\x7c\x03\xa4\x01\x8e\x01\x7d\x04\x7c\x00\x44\x00\x5d\x1a\x00\x00\x7d\x05\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\xaf\x17\x7c\x06\x96\x02\x97\x01\x01\x00\x8c\x1c\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x06\x7c\x06\x96\x01\x97\x01\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
   69005             :     ._co_firsttraceable = 2,
   69006             : };
   69007             : static
   69008             :     struct {
   69009             :         PyASCIIObject _ascii;
   69010             :         uint8_t _data[192];
   69011             :     }
   69012             : codecs_toplevel_consts_44_consts_0 = {
   69013             :     ._ascii = {
   69014             :         .ob_base = {
   69015             :             .ob_refcnt = 999999999,
   69016             :             .ob_type = &PyUnicode_Type,
   69017             :         },
   69018             :         .length = 191,
   69019             :         .hash = -1,
   69020             :         .state = {
   69021             :             .kind = 1,
   69022             :             .compact = 1,
   69023             :             .ascii = 1,
   69024             :         },
   69025             :     },
   69026             :     ._data = "\x0a\x20\x20\x20\x20\x44\x65\x63\x6f\x64\x69\x6e\x67\x20\x69\x74\x65\x72\x61\x74\x6f\x72\x2e\x0a\x0a\x20\x20\x20\x20\x44\x65\x63\x6f\x64\x65\x73\x20\x74\x68\x65\x20\x69\x6e\x70\x75\x74\x20\x73\x74\x72\x69\x6e\x67\x73\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x69\x74\x65\x72\x61\x74\x6f\x72\x20\x75\x73\x69\x6e\x67\x20\x61\x6e\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x44\x65\x63\x6f\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x65\x72\x72\x6f\x72\x73\x20\x61\x6e\x64\x20\x6b\x77\x61\x72\x67\x73\x20\x61\x72\x65\x20\x70\x61\x73\x73\x65\x64\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x74\x6f\x20\x74\x68\x65\x20\x49\x6e\x63\x72\x65\x6d\x65\x6e\x74\x61\x6c\x44\x65\x63\x6f\x64\x65\x72\x0a\x20\x20\x20\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20",
   69027             : };
   69028             : static
   69029             :     struct {
   69030             :         PyGC_Head _gc_head;
   69031             :         struct {
   69032             :             PyObject_VAR_HEAD
   69033             :             PyObject *ob_item[4];
   69034             :         }_object;
   69035             :     }
   69036             : codecs_toplevel_consts_44_consts = {
   69037             :     ._object = {
   69038             :         .ob_base = {
   69039             :             .ob_base = {
   69040             :                 .ob_refcnt = 999999999,
   69041             :                 .ob_type = &PyTuple_Type,
   69042             :             },
   69043             :             .ob_size = 4,
   69044             :         },
   69045             :         .ob_item = {
   69046             :             & codecs_toplevel_consts_44_consts_0._ascii.ob_base,
   69047             :             (PyObject *)&_Py_SINGLETON(bytes_empty),
   69048             :             Py_True,
   69049             :             Py_None,
   69050             :         },
   69051             :     },
   69052             : };
   69053             : static
   69054             :     struct {
   69055             :         PyGC_Head _gc_head;
   69056             :         struct {
   69057             :             PyObject_VAR_HEAD
   69058             :             PyObject *ob_item[2];
   69059             :         }_object;
   69060             :     }
   69061             : codecs_toplevel_consts_44_names = {
   69062             :     ._object = {
   69063             :         .ob_base = {
   69064             :             .ob_base = {
   69065             :                 .ob_refcnt = 999999999,
   69066             :                 .ob_type = &PyTuple_Type,
   69067             :             },
   69068             :             .ob_size = 2,
   69069             :         },
   69070             :         .ob_item = {
   69071             :             & const_str_getincrementaldecoder._ascii.ob_base,
   69072             :             &_Py_ID(decode),
   69073             :         },
   69074             :     },
   69075             : };
   69076             : static
   69077             :     struct {
   69078             :         PyObject_VAR_HEAD
   69079             :         Py_hash_t ob_shash;
   69080             :         char ob_sval[133];
   69081             :     }
   69082             : codecs_toplevel_consts_44_linetable = {
   69083             :     .ob_base = {
   69084             :         .ob_base = {
   69085             :             .ob_refcnt = 999999999,
   69086             :             .ob_type = &PyBytes_Type,
   69087             :         },
   69088             :         .ob_size = 132,
   69089             :     },
   69090             :     .ob_shash = -1,
   69091             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x12\x00\x0f\x2e\xd5\x0e\x23\xa0\x48\xd4\x0e\x2d\xa8\x66\xd0\x0e\x3f\xd0\x0e\x3f\xb8\x06\xd0\x0e\x3f\xd0\x0e\x3f\x80\x47\xd8\x11\x19\xf0\x00\x03\x05\x19\xf1\x00\x03\x05\x19\x88\x05\xd8\x11\x18\x97\x1e\x91\x1e\xa0\x05\xd4\x11\x26\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x19\xd8\x12\x18\x88\x4c\x88\x4c\x88\x4c\x88\x4c\xd8\x0d\x14\x8f\x5e\x89\x5e\x98\x43\xa0\x14\xd4\x0d\x26\x80\x46\xd8\x07\x0d\xf0\x00\x01\x05\x15\xd8\x0e\x14\x88\x0c\x88\x0c\x88\x0c\x88\x0c\x88\x0c\xf0\x03\x01\x05\x15\xf0\x00\x01\x05\x15",
   69092             : };
   69093             : static
   69094             :     struct {
   69095             :         PyGC_Head _gc_head;
   69096             :         struct {
   69097             :             PyObject_VAR_HEAD
   69098             :             PyObject *ob_item[7];
   69099             :         }_object;
   69100             :     }
   69101             : codecs_toplevel_consts_44_localsplusnames = {
   69102             :     ._object = {
   69103             :         .ob_base = {
   69104             :             .ob_base = {
   69105             :                 .ob_refcnt = 999999999,
   69106             :                 .ob_type = &PyTuple_Type,
   69107             :             },
   69108             :             .ob_size = 7,
   69109             :         },
   69110             :         .ob_item = {
   69111             :             & const_str_iterator._ascii.ob_base,
   69112             :             &_Py_ID(encoding),
   69113             :             &_Py_ID(errors),
   69114             :             & const_str_kwargs._ascii.ob_base,
   69115             :             & const_str_decoder._ascii.ob_base,
   69116             :             & const_str_input._ascii.ob_base,
   69117             :             & const_str_output._ascii.ob_base,
   69118             :         },
   69119             :     },
   69120             : };
   69121             : static
   69122             :     struct _PyCode_DEF(164)
   69123             : codecs_toplevel_consts_44 = {
   69124             :     .ob_base = {
   69125             :         .ob_base = {
   69126             :             .ob_refcnt = 999999999,
   69127             :             .ob_type = &PyCode_Type,
   69128             :         },
   69129             :         .ob_size = 82,
   69130             :     },
   69131             :     .co_consts = & codecs_toplevel_consts_44_consts._object.ob_base.ob_base,
   69132             :     .co_names = & codecs_toplevel_consts_44_names._object.ob_base.ob_base,
   69133             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   69134             :     .co_flags = 43,
   69135             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   69136             :     ._co_linearray_entry_size = 0,
   69137             :     .co_argcount = 3,
   69138             :     .co_posonlyargcount = 0,
   69139             :     .co_kwonlyargcount = 0,
   69140             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   69141             :     .co_stacksize = 5,
   69142             :     .co_firstlineno = 1043,
   69143             :     .co_nlocalsplus = 7,
   69144             :     .co_nlocals = 7,
   69145             :     .co_nplaincellvars = 0,
   69146             :     .co_ncellvars = 0,
   69147             :     .co_nfreevars = 0,
   69148             :     .co_localsplusnames = & codecs_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
   69149             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   69150             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   69151             :     .co_name = & const_str_iterdecode._ascii.ob_base,
   69152             :     .co_qualname = & const_str_iterdecode._ascii.ob_base,
   69153             :     .co_linetable = & codecs_toplevel_consts_44_linetable.ob_base.ob_base,
   69154             :     ._co_code = NULL,
   69155             :     ._co_linearray = NULL,
   69156             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x66\x01\x69\x00\x7c\x03\xa4\x01\x8e\x01\x7d\x04\x7c\x00\x44\x00\x5d\x1a\x00\x00\x7d\x05\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\xaf\x17\x7c\x06\x96\x02\x97\x01\x01\x00\x8c\x1c\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x06\x7c\x06\x96\x01\x97\x01\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
   69157             :     ._co_firsttraceable = 2,
   69158             : };
   69159             : static
   69160             :     struct {
   69161             :         PyASCIIObject _ascii;
   69162             :         uint8_t _data[137];
   69163             :     }
   69164             : codecs_toplevel_consts_45_consts_0 = {
   69165             :     ._ascii = {
   69166             :         .ob_base = {
   69167             :             .ob_refcnt = 999999999,
   69168             :             .ob_type = &PyUnicode_Type,
   69169             :         },
   69170             :         .length = 136,
   69171             :         .hash = -1,
   69172             :         .state = {
   69173             :             .kind = 1,
   69174             :             .compact = 1,
   69175             :             .ascii = 1,
   69176             :         },
   69177             :     },
   69178             :     ._data = "\x20\x6d\x61\x6b\x65\x5f\x69\x64\x65\x6e\x74\x69\x74\x79\x5f\x64\x69\x63\x74\x28\x72\x6e\x67\x29\x20\x2d\x3e\x20\x64\x69\x63\x74\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x61\x20\x64\x69\x63\x74\x69\x6f\x6e\x61\x72\x79\x20\x77\x68\x65\x72\x65\x20\x65\x6c\x65\x6d\x65\x6e\x74\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x72\x6e\x67\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x20\x61\x72\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6d\x61\x70\x70\x65\x64\x20\x74\x6f\x20\x74\x68\x65\x6d\x73\x65\x6c\x76\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20",
   69179             : };
   69180             : static
   69181             :     struct {
   69182             :         PyASCIIObject _ascii;
   69183             :         uint8_t _data[39];
   69184             :     }
   69185             : codecs_toplevel_consts_45_consts_1_qualname = {
   69186             :     ._ascii = {
   69187             :         .ob_base = {
   69188             :             .ob_refcnt = 999999999,
   69189             :             .ob_type = &PyUnicode_Type,
   69190             :         },
   69191             :         .length = 38,
   69192             :         .hash = -1,
   69193             :         .state = {
   69194             :             .kind = 1,
   69195             :             .compact = 1,
   69196             :             .ascii = 1,
   69197             :         },
   69198             :     },
   69199             :     ._data = "make_identity_dict.<locals>.<dictcomp>",
   69200             : };
   69201             : static
   69202             :     struct {
   69203             :         PyObject_VAR_HEAD
   69204             :         Py_hash_t ob_shash;
   69205             :         char ob_sval[27];
   69206             :     }
   69207             : codecs_toplevel_consts_45_consts_1_linetable = {
   69208             :     .ob_base = {
   69209             :         .ob_base = {
   69210             :             .ob_refcnt = 999999999,
   69211             :             .ob_type = &PyBytes_Type,
   69212             :         },
   69213             :         .ob_size = 26,
   69214             :     },
   69215             :     .ob_shash = -1,
   69216             :     .ob_sval = "\x80\x00\xd0\x0b\x1d\xd0\x0b\x1d\xd1\x0b\x1d\x90\x41\x88\x41\x88\x61\xd0\x0b\x1d\xd0\x0b\x1d\xd0\x0b\x1d",
   69217             : };
   69218             : static
   69219             :     struct {
   69220             :         PyGC_Head _gc_head;
   69221             :         struct {
   69222             :             PyObject_VAR_HEAD
   69223             :             PyObject *ob_item[2];
   69224             :         }_object;
   69225             :     }
   69226             : codecs_toplevel_consts_45_consts_1_localsplusnames = {
   69227             :     ._object = {
   69228             :         .ob_base = {
   69229             :             .ob_base = {
   69230             :                 .ob_refcnt = 999999999,
   69231             :                 .ob_type = &PyTuple_Type,
   69232             :             },
   69233             :             .ob_size = 2,
   69234             :         },
   69235             :         .ob_item = {
   69236             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   69237             :             & const_str_i._ascii.ob_base,
   69238             :         },
   69239             :     },
   69240             : };
   69241             : static
   69242             :     struct _PyCode_DEF(22)
   69243             : codecs_toplevel_consts_45_consts_1 = {
   69244             :     .ob_base = {
   69245             :         .ob_base = {
   69246             :             .ob_refcnt = 999999999,
   69247             :             .ob_type = &PyCode_Type,
   69248             :         },
   69249             :         .ob_size = 11,
   69250             :     },
   69251             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
   69252             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   69253             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   69254             :     .co_flags = 19,
   69255             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   69256             :     ._co_linearray_entry_size = 0,
   69257             :     .co_argcount = 1,
   69258             :     .co_posonlyargcount = 0,
   69259             :     .co_kwonlyargcount = 0,
   69260             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   69261             :     .co_stacksize = 4,
   69262             :     .co_firstlineno = 1071,
   69263             :     .co_nlocalsplus = 2,
   69264             :     .co_nlocals = 2,
   69265             :     .co_nplaincellvars = 0,
   69266             :     .co_ncellvars = 0,
   69267             :     .co_nfreevars = 0,
   69268             :     .co_localsplusnames = & codecs_toplevel_consts_45_consts_1_localsplusnames._object.ob_base.ob_base,
   69269             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   69270             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   69271             :     .co_name = &_Py_STR(anon_dictcomp),
   69272             :     .co_qualname = & codecs_toplevel_consts_45_consts_1_qualname._ascii.ob_base,
   69273             :     .co_linetable = & codecs_toplevel_consts_45_consts_1_linetable.ob_base.ob_base,
   69274             :     ._co_code = NULL,
   69275             :     ._co_linearray = NULL,
   69276             :     .co_code_adaptive = "\x97\x00\x69\x00\x7c\x00\x5d\x05\x00\x00\x7d\x01\x7c\x01\x7c\x01\x93\x02\x8c\x07\x53\x00",
   69277             :     ._co_firsttraceable = 0,
   69278             : };
   69279             : static
   69280             :     struct {
   69281             :         PyGC_Head _gc_head;
   69282             :         struct {
   69283             :             PyObject_VAR_HEAD
   69284             :             PyObject *ob_item[2];
   69285             :         }_object;
   69286             :     }
   69287             : codecs_toplevel_consts_45_consts = {
   69288             :     ._object = {
   69289             :         .ob_base = {
   69290             :             .ob_base = {
   69291             :                 .ob_refcnt = 999999999,
   69292             :                 .ob_type = &PyTuple_Type,
   69293             :             },
   69294             :             .ob_size = 2,
   69295             :         },
   69296             :         .ob_item = {
   69297             :             & codecs_toplevel_consts_45_consts_0._ascii.ob_base,
   69298             :             & codecs_toplevel_consts_45_consts_1.ob_base.ob_base,
   69299             :         },
   69300             :     },
   69301             : };
   69302             : static
   69303             :     struct {
   69304             :         PyASCIIObject _ascii;
   69305             :         uint8_t _data[19];
   69306             :     }
   69307             : const_str_make_identity_dict = {
   69308             :     ._ascii = {
   69309             :         .ob_base = {
   69310             :             .ob_refcnt = 999999999,
   69311             :             .ob_type = &PyUnicode_Type,
   69312             :         },
   69313             :         .length = 18,
   69314             :         .hash = -1,
   69315             :         .state = {
   69316             :             .kind = 1,
   69317             :             .compact = 1,
   69318             :             .ascii = 1,
   69319             :         },
   69320             :     },
   69321             :     ._data = "make_identity_dict",
   69322             : };
   69323             : static
   69324             :     struct {
   69325             :         PyObject_VAR_HEAD
   69326             :         Py_hash_t ob_shash;
   69327             :         char ob_sval[22];
   69328             :     }
   69329             : codecs_toplevel_consts_45_linetable = {
   69330             :     .ob_base = {
   69331             :         .ob_base = {
   69332             :             .ob_refcnt = 999999999,
   69333             :             .ob_type = &PyBytes_Type,
   69334             :         },
   69335             :         .ob_size = 21,
   69336             :     },
   69337             :     .ob_shash = -1,
   69338             :     .ob_sval = "\x80\x00\xf0\x10\x00\x0c\x1e\xd0\x0b\x1d\x98\x13\xd0\x0b\x1d\xd4\x0b\x1d\xd0\x04\x1d",
   69339             : };
   69340             : static
   69341             :     struct {
   69342             :         PyASCIIObject _ascii;
   69343             :         uint8_t _data[4];
   69344             :     }
   69345             : const_str_rng = {
   69346             :     ._ascii = {
   69347             :         .ob_base = {
   69348             :             .ob_refcnt = 999999999,
   69349             :             .ob_type = &PyUnicode_Type,
   69350             :         },
   69351             :         .length = 3,
   69352             :         .hash = -1,
   69353             :         .state = {
   69354             :             .kind = 1,
   69355             :             .compact = 1,
   69356             :             .ascii = 1,
   69357             :         },
   69358             :     },
   69359             :     ._data = "rng",
   69360             : };
   69361             : static
   69362             :     struct {
   69363             :         PyGC_Head _gc_head;
   69364             :         struct {
   69365             :             PyObject_VAR_HEAD
   69366             :             PyObject *ob_item[1];
   69367             :         }_object;
   69368             :     }
   69369             : codecs_toplevel_consts_45_localsplusnames = {
   69370             :     ._object = {
   69371             :         .ob_base = {
   69372             :             .ob_base = {
   69373             :                 .ob_refcnt = 999999999,
   69374             :                 .ob_type = &PyTuple_Type,
   69375             :             },
   69376             :             .ob_size = 1,
   69377             :         },
   69378             :         .ob_item = {
   69379             :             & const_str_rng._ascii.ob_base,
   69380             :         },
   69381             :     },
   69382             : };
   69383             : static
   69384             :     struct _PyCode_DEF(22)
   69385             : codecs_toplevel_consts_45 = {
   69386             :     .ob_base = {
   69387             :         .ob_base = {
   69388             :             .ob_refcnt = 999999999,
   69389             :             .ob_type = &PyCode_Type,
   69390             :         },
   69391             :         .ob_size = 11,
   69392             :     },
   69393             :     .co_consts = & codecs_toplevel_consts_45_consts._object.ob_base.ob_base,
   69394             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   69395             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   69396             :     .co_flags = 3,
   69397             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   69398             :     ._co_linearray_entry_size = 0,
   69399             :     .co_argcount = 1,
   69400             :     .co_posonlyargcount = 0,
   69401             :     .co_kwonlyargcount = 0,
   69402             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   69403             :     .co_stacksize = 2,
   69404             :     .co_firstlineno = 1063,
   69405             :     .co_nlocalsplus = 1,
   69406             :     .co_nlocals = 1,
   69407             :     .co_nplaincellvars = 0,
   69408             :     .co_ncellvars = 0,
   69409             :     .co_nfreevars = 0,
   69410             :     .co_localsplusnames = & codecs_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
   69411             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   69412             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   69413             :     .co_name = & const_str_make_identity_dict._ascii.ob_base,
   69414             :     .co_qualname = & const_str_make_identity_dict._ascii.ob_base,
   69415             :     .co_linetable = & codecs_toplevel_consts_45_linetable.ob_base.ob_base,
   69416             :     ._co_code = NULL,
   69417             :     ._co_linearray = NULL,
   69418             :     .co_code_adaptive = "\x97\x00\x64\x01\x84\x00\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   69419             :     ._co_firsttraceable = 0,
   69420             : };
   69421             : static
   69422             :     struct {
   69423             :         PyASCIIObject _ascii;
   69424             :         uint8_t _data[387];
   69425             :     }
   69426             : codecs_toplevel_consts_46_consts_0 = {
   69427             :     ._ascii = {
   69428             :         .ob_base = {
   69429             :             .ob_refcnt = 999999999,
   69430             :             .ob_type = &PyUnicode_Type,
   69431             :         },
   69432             :         .length = 386,
   69433             :         .hash = -1,
   69434             :         .state = {
   69435             :             .kind = 1,
   69436             :             .compact = 1,
   69437             :             .ascii = 1,
   69438             :         },
   69439             :     },
   69440             :     ._data = "\x20\x43\x72\x65\x61\x74\x65\x73\x20\x61\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x6d\x61\x70\x20\x66\x72\x6f\x6d\x20\x61\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x20\x6d\x61\x70\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x61\x20\x74\x61\x72\x67\x65\x74\x20\x6d\x61\x70\x70\x69\x6e\x67\x20\x69\x6e\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x20\x6d\x61\x70\x20\x6f\x63\x63\x75\x72\x73\x20\x6d\x75\x6c\x74\x69\x70\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x69\x6d\x65\x73\x2c\x20\x74\x68\x65\x6e\x20\x74\x68\x61\x74\x20\x74\x61\x72\x67\x65\x74\x20\x69\x73\x20\x6d\x61\x70\x70\x65\x64\x20\x74\x6f\x20\x4e\x6f\x6e\x65\x20\x28\x75\x6e\x64\x65\x66\x69\x6e\x65\x64\x20\x6d\x61\x70\x70\x69\x6e\x67\x29\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x61\x75\x73\x69\x6e\x67\x20\x61\x6e\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x77\x68\x65\x6e\x20\x65\x6e\x63\x6f\x75\x6e\x74\x65\x72\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x63\x68\x61\x72\x6d\x61\x70\x20\x63\x6f\x64\x65\x63\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x64\x75\x72\x69\x6e\x67\x20\x74\x72\x61\x6e\x73\x6c\x61\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4f\x6e\x65\x20\x65\x78\x61\x6d\x70\x6c\x65\x20\x77\x68\x65\x72\x65\x20\x74\x68\x69\x73\x20\x68\x61\x70\x70\x65\x6e\x73\x20\x69\x73\x20\x63\x70\x38\x37\x35\x2e\x70\x79\x20\x77\x68\x69\x63\x68\x20\x64\x65\x63\x6f\x64\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6d\x75\x6c\x74\x69\x70\x6c\x65\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x20\x74\x6f\x20\x5c\x75\x30\x30\x31\x61\x2e\x0a\x0a\x20\x20\x20\x20",
   69441             : };
   69442             : static
   69443             :     struct {
   69444             :         PyGC_Head _gc_head;
   69445             :         struct {
   69446             :             PyObject_VAR_HEAD
   69447             :             PyObject *ob_item[2];
   69448             :         }_object;
   69449             :     }
   69450             : codecs_toplevel_consts_46_consts = {
   69451             :     ._object = {
   69452             :         .ob_base = {
   69453             :             .ob_base = {
   69454             :                 .ob_refcnt = 999999999,
   69455             :                 .ob_type = &PyTuple_Type,
   69456             :             },
   69457             :             .ob_size = 2,
   69458             :         },
   69459             :         .ob_item = {
   69460             :             & codecs_toplevel_consts_46_consts_0._ascii.ob_base,
   69461             :             Py_None,
   69462             :         },
   69463             :     },
   69464             : };
   69465             : static
   69466             :     struct {
   69467             :         PyGC_Head _gc_head;
   69468             :         struct {
   69469             :             PyObject_VAR_HEAD
   69470             :             PyObject *ob_item[1];
   69471             :         }_object;
   69472             :     }
   69473             : codecs_toplevel_consts_46_names = {
   69474             :     ._object = {
   69475             :         .ob_base = {
   69476             :             .ob_base = {
   69477             :                 .ob_refcnt = 999999999,
   69478             :                 .ob_type = &PyTuple_Type,
   69479             :             },
   69480             :             .ob_size = 1,
   69481             :         },
   69482             :         .ob_item = {
   69483             :             &_Py_ID(items),
   69484             :         },
   69485             :     },
   69486             : };
   69487             : static
   69488             :     struct {
   69489             :         PyASCIIObject _ascii;
   69490             :         uint8_t _data[18];
   69491             :     }
   69492             : const_str_make_encoding_map = {
   69493             :     ._ascii = {
   69494             :         .ob_base = {
   69495             :             .ob_refcnt = 999999999,
   69496             :             .ob_type = &PyUnicode_Type,
   69497             :         },
   69498             :         .length = 17,
   69499             :         .hash = -1,
   69500             :         .state = {
   69501             :             .kind = 1,
   69502             :             .compact = 1,
   69503             :             .ascii = 1,
   69504             :         },
   69505             :     },
   69506             :     ._data = "make_encoding_map",
   69507             : };
   69508             : static
   69509             :     struct {
   69510             :         PyObject_VAR_HEAD
   69511             :         Py_hash_t ob_shash;
   69512             :         char ob_sval[77];
   69513             :     }
   69514             : codecs_toplevel_consts_46_linetable = {
   69515             :     .ob_base = {
   69516             :         .ob_base = {
   69517             :             .ob_refcnt = 999999999,
   69518             :             .ob_type = &PyBytes_Type,
   69519             :         },
   69520             :         .ob_size = 76,
   69521             :     },
   69522             :     .ob_shash = -1,
   69523             :     .ob_sval = "\x80\x00\xf0\x1a\x00\x09\x0b\x80\x41\xd8\x0f\x1b\xd7\x0f\x21\xd1\x0f\x21\xd4\x0f\x23\xf0\x00\x04\x05\x18\xf1\x00\x04\x05\x18\x89\x03\x88\x01\x88\x21\xd8\x0f\x10\x90\x41\x88\x76\xf0\x00\x03\x09\x18\xd8\x13\x14\x88\x41\x88\x61\x89\x44\x88\x44\xe0\x13\x17\x88\x41\x88\x61\x89\x44\x88\x44\xd8\x0b\x0c\x80\x48",
   69524             : };
   69525             : static
   69526             :     struct {
   69527             :         PyASCIIObject _ascii;
   69528             :         uint8_t _data[13];
   69529             :     }
   69530             : const_str_decoding_map = {
   69531             :     ._ascii = {
   69532             :         .ob_base = {
   69533             :             .ob_refcnt = 999999999,
   69534             :             .ob_type = &PyUnicode_Type,
   69535             :         },
   69536             :         .length = 12,
   69537             :         .hash = -1,
   69538             :         .state = {
   69539             :             .kind = 1,
   69540             :             .compact = 1,
   69541             :             .ascii = 1,
   69542             :         },
   69543             :     },
   69544             :     ._data = "decoding_map",
   69545             : };
   69546             : static
   69547             :     struct {
   69548             :         PyASCIIObject _ascii;
   69549             :         uint8_t _data[2];
   69550             :     }
   69551             : const_str_k = {
   69552             :     ._ascii = {
   69553             :         .ob_base = {
   69554             :             .ob_refcnt = 999999999,
   69555             :             .ob_type = &PyUnicode_Type,
   69556             :         },
   69557             :         .length = 1,
   69558             :         .hash = -1,
   69559             :         .state = {
   69560             :             .kind = 1,
   69561             :             .compact = 1,
   69562             :             .ascii = 1,
   69563             :         },
   69564             :     },
   69565             :     ._data = "k",
   69566             : };
   69567             : static
   69568             :     struct {
   69569             :         PyASCIIObject _ascii;
   69570             :         uint8_t _data[2];
   69571             :     }
   69572             : const_str_v = {
   69573             :     ._ascii = {
   69574             :         .ob_base = {
   69575             :             .ob_refcnt = 999999999,
   69576             :             .ob_type = &PyUnicode_Type,
   69577             :         },
   69578             :         .length = 1,
   69579             :         .hash = -1,
   69580             :         .state = {
   69581             :             .kind = 1,
   69582             :             .compact = 1,
   69583             :             .ascii = 1,
   69584             :         },
   69585             :     },
   69586             :     ._data = "v",
   69587             : };
   69588             : static
   69589             :     struct {
   69590             :         PyGC_Head _gc_head;
   69591             :         struct {
   69592             :             PyObject_VAR_HEAD
   69593             :             PyObject *ob_item[4];
   69594             :         }_object;
   69595             :     }
   69596             : codecs_toplevel_consts_46_localsplusnames = {
   69597             :     ._object = {
   69598             :         .ob_base = {
   69599             :             .ob_base = {
   69600             :                 .ob_refcnt = 999999999,
   69601             :                 .ob_type = &PyTuple_Type,
   69602             :             },
   69603             :             .ob_size = 4,
   69604             :         },
   69605             :         .ob_item = {
   69606             :             & const_str_decoding_map._ascii.ob_base,
   69607             :             & const_str_m._ascii.ob_base,
   69608             :             & const_str_k._ascii.ob_base,
   69609             :             & const_str_v._ascii.ob_base,
   69610             :         },
   69611             :     },
   69612             : };
   69613             : static
   69614             :     struct _PyCode_DEF(88)
   69615             : codecs_toplevel_consts_46 = {
   69616             :     .ob_base = {
   69617             :         .ob_base = {
   69618             :             .ob_refcnt = 999999999,
   69619             :             .ob_type = &PyCode_Type,
   69620             :         },
   69621             :         .ob_size = 44,
   69622             :     },
   69623             :     .co_consts = & codecs_toplevel_consts_46_consts._object.ob_base.ob_base,
   69624             :     .co_names = & codecs_toplevel_consts_46_names._object.ob_base.ob_base,
   69625             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   69626             :     .co_flags = 3,
   69627             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   69628             :     ._co_linearray_entry_size = 0,
   69629             :     .co_argcount = 1,
   69630             :     .co_posonlyargcount = 0,
   69631             :     .co_kwonlyargcount = 0,
   69632             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   69633             :     .co_stacksize = 4,
   69634             :     .co_firstlineno = 1073,
   69635             :     .co_nlocalsplus = 4,
   69636             :     .co_nlocals = 4,
   69637             :     .co_nplaincellvars = 0,
   69638             :     .co_ncellvars = 0,
   69639             :     .co_nfreevars = 0,
   69640             :     .co_localsplusnames = & codecs_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
   69641             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   69642             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   69643             :     .co_name = & const_str_make_encoding_map._ascii.ob_base,
   69644             :     .co_qualname = & const_str_make_encoding_map._ascii.ob_base,
   69645             :     .co_linetable = & codecs_toplevel_consts_46_linetable.ob_base.ob_base,
   69646             :     ._co_code = NULL,
   69647             :     ._co_linearray = NULL,
   69648             :     .co_code_adaptive = "\x97\x00\x69\x00\x7d\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x14\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x03\x7c\x01\x76\x01\x72\x06\x7c\x02\x7c\x01\x7c\x03\x3c\x00\x00\x00\x8c\x10\x64\x01\x7c\x01\x7c\x03\x3c\x00\x00\x00\x8c\x16\x7c\x01\x53\x00",
   69649             :     ._co_firsttraceable = 0,
   69650             : };
   69651             : static
   69652             :     struct {
   69653             :         PyASCIIObject _ascii;
   69654             :         uint8_t _data[18];
   69655             :     }
   69656             : const_str_xmlcharrefreplace = {
   69657             :     ._ascii = {
   69658             :         .ob_base = {
   69659             :             .ob_refcnt = 999999999,
   69660             :             .ob_type = &PyUnicode_Type,
   69661             :         },
   69662             :         .length = 17,
   69663             :         .hash = -1,
   69664             :         .state = {
   69665             :             .kind = 1,
   69666             :             .compact = 1,
   69667             :             .ascii = 1,
   69668             :         },
   69669             :     },
   69670             :     ._data = "xmlcharrefreplace",
   69671             : };
   69672             : static
   69673             :     struct {
   69674             :         PyASCIIObject _ascii;
   69675             :         uint8_t _data[17];
   69676             :     }
   69677             : const_str_backslashreplace = {
   69678             :     ._ascii = {
   69679             :         .ob_base = {
   69680             :             .ob_refcnt = 999999999,
   69681             :             .ob_type = &PyUnicode_Type,
   69682             :         },
   69683             :         .length = 16,
   69684             :         .hash = -1,
   69685             :         .state = {
   69686             :             .kind = 1,
   69687             :             .compact = 1,
   69688             :             .ascii = 1,
   69689             :         },
   69690             :     },
   69691             :     ._data = "backslashreplace",
   69692             : };
   69693             : static
   69694             :     struct {
   69695             :         PyASCIIObject _ascii;
   69696             :         uint8_t _data[12];
   69697             :     }
   69698             : const_str_namereplace = {
   69699             :     ._ascii = {
   69700             :         .ob_base = {
   69701             :             .ob_refcnt = 999999999,
   69702             :             .ob_type = &PyUnicode_Type,
   69703             :         },
   69704             :         .length = 11,
   69705             :         .hash = -1,
   69706             :         .state = {
   69707             :             .kind = 1,
   69708             :             .compact = 1,
   69709             :             .ascii = 1,
   69710             :         },
   69711             :     },
   69712             :     ._data = "namereplace",
   69713             : };
   69714             : static
   69715             :     struct {
   69716             :         PyGC_Head _gc_head;
   69717             :         struct {
   69718             :             PyObject_VAR_HEAD
   69719             :             PyObject *ob_item[4];
   69720             :         }_object;
   69721             :     }
   69722             : codecs_toplevel_consts_52 = {
   69723             :     ._object = {
   69724             :         .ob_base = {
   69725             :             .ob_base = {
   69726             :                 .ob_refcnt = 999999999,
   69727             :                 .ob_type = &PyTuple_Type,
   69728             :             },
   69729             :             .ob_size = 4,
   69730             :         },
   69731             :         .ob_item = {
   69732             :             & const_str_r._ascii.ob_base,
   69733             :             Py_None,
   69734             :             &_Py_ID(strict),
   69735             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   69736             :         },
   69737             :     },
   69738             : };
   69739             : static
   69740             :     struct {
   69741             :         PyGC_Head _gc_head;
   69742             :         struct {
   69743             :             PyObject_VAR_HEAD
   69744             :             PyObject *ob_item[2];
   69745             :         }_object;
   69746             :     }
   69747             : codecs_toplevel_consts_53 = {
   69748             :     ._object = {
   69749             :         .ob_base = {
   69750             :             .ob_base = {
   69751             :                 .ob_refcnt = 999999999,
   69752             :                 .ob_type = &PyTuple_Type,
   69753             :             },
   69754             :             .ob_size = 2,
   69755             :         },
   69756             :         .ob_item = {
   69757             :             Py_None,
   69758             :             &_Py_ID(strict),
   69759             :         },
   69760             :     },
   69761             : };
   69762             : static
   69763             :     struct {
   69764             :         PyGC_Head _gc_head;
   69765             :         struct {
   69766             :             PyObject_VAR_HEAD
   69767             :             PyObject *ob_item[55];
   69768             :         }_object;
   69769             :     }
   69770             : codecs_toplevel_consts = {
   69771             :     ._object = {
   69772             :         .ob_base = {
   69773             :             .ob_base = {
   69774             :                 .ob_refcnt = 999999999,
   69775             :                 .ob_type = &PyTuple_Type,
   69776             :             },
   69777             :             .ob_size = 55,
   69778             :         },
   69779             :         .ob_item = {
   69780             :             & codecs_toplevel_consts_0._ascii.ob_base,
   69781             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   69782             :             Py_None,
   69783             :             & codecs_toplevel_consts_3._object.ob_base.ob_base,
   69784             :             & codecs_toplevel_consts_4._ascii.ob_base,
   69785             :             & codecs_toplevel_consts_5._object.ob_base.ob_base,
   69786             :             & codecs_toplevel_consts_6.ob_base.ob_base,
   69787             :             & codecs_toplevel_consts_7.ob_base.ob_base,
   69788             :             & codecs_toplevel_consts_8.ob_base.ob_base,
   69789             :             & codecs_toplevel_consts_9.ob_base.ob_base,
   69790             :             & codecs_toplevel_consts_10.ob_base.ob_base,
   69791             :             &_Py_ID(little),
   69792             :             & codecs_toplevel_consts_12.ob_base.ob_base,
   69793             :             & const_str_CodecInfo._ascii.ob_base,
   69794             :             & codecs_toplevel_consts_14.ob_base.ob_base,
   69795             :             & const_str_Codec._ascii.ob_base,
   69796             :             & codecs_toplevel_consts_16.ob_base.ob_base,
   69797             :             & const_str_IncrementalEncoder._ascii.ob_base,
   69798             :             & codecs_toplevel_consts_18.ob_base.ob_base,
   69799             :             & const_str_BufferedIncrementalEncoder._ascii.ob_base,
   69800             :             & codecs_toplevel_consts_20.ob_base.ob_base,
   69801             :             & const_str_IncrementalDecoder._ascii.ob_base,
   69802             :             & codecs_toplevel_consts_22.ob_base.ob_base,
   69803             :             & const_str_BufferedIncrementalDecoder._ascii.ob_base,
   69804             :             & codecs_toplevel_consts_24.ob_base.ob_base,
   69805             :             & const_str_StreamWriter._ascii.ob_base,
   69806             :             & codecs_toplevel_consts_26.ob_base.ob_base,
   69807             :             & const_str_StreamReader._ascii.ob_base,
   69808             :             & codecs_toplevel_consts_28.ob_base.ob_base,
   69809             :             & const_str_StreamReaderWriter._ascii.ob_base,
   69810             :             & codecs_toplevel_consts_30.ob_base.ob_base,
   69811             :             & const_str_StreamRecoder._ascii.ob_base,
   69812             :             & const_str_r._ascii.ob_base,
   69813             :             &_Py_ID(strict),
   69814             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   69815             :             & codecs_toplevel_consts_35.ob_base.ob_base,
   69816             :             & codecs_toplevel_consts_36.ob_base.ob_base,
   69817             :             & codecs_toplevel_consts_37.ob_base.ob_base,
   69818             :             & codecs_toplevel_consts_38.ob_base.ob_base,
   69819             :             & codecs_toplevel_consts_39.ob_base.ob_base,
   69820             :             & codecs_toplevel_consts_40.ob_base.ob_base,
   69821             :             & codecs_toplevel_consts_41.ob_base.ob_base,
   69822             :             & codecs_toplevel_consts_42.ob_base.ob_base,
   69823             :             & codecs_toplevel_consts_43.ob_base.ob_base,
   69824             :             & codecs_toplevel_consts_44.ob_base.ob_base,
   69825             :             & codecs_toplevel_consts_45.ob_base.ob_base,
   69826             :             & codecs_toplevel_consts_46.ob_base.ob_base,
   69827             :             &_Py_ID(ignore),
   69828             :             &_Py_ID(replace),
   69829             :             & const_str_xmlcharrefreplace._ascii.ob_base,
   69830             :             & const_str_backslashreplace._ascii.ob_base,
   69831             :             & const_str_namereplace._ascii.ob_base,
   69832             :             & codecs_toplevel_consts_52._object.ob_base.ob_base,
   69833             :             & codecs_toplevel_consts_53._object.ob_base.ob_base,
   69834             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
   69835             :         },
   69836             :     },
   69837             : };
   69838             : static
   69839             :     struct {
   69840             :         PyASCIIObject _ascii;
   69841             :         uint8_t _data[8];
   69842             :     }
   69843             : const_str__codecs = {
   69844             :     ._ascii = {
   69845             :         .ob_base = {
   69846             :             .ob_refcnt = 999999999,
   69847             :             .ob_type = &PyUnicode_Type,
   69848             :         },
   69849             :         .length = 7,
   69850             :         .hash = -1,
   69851             :         .state = {
   69852             :             .kind = 1,
   69853             :             .compact = 1,
   69854             :             .ascii = 1,
   69855             :         },
   69856             :     },
   69857             :     ._data = "_codecs",
   69858             : };
   69859             : static
   69860             :     struct {
   69861             :         PyASCIIObject _ascii;
   69862             :         uint8_t _data[4];
   69863             :     }
   69864             : const_str_why = {
   69865             :     ._ascii = {
   69866             :         .ob_base = {
   69867             :             .ob_refcnt = 999999999,
   69868             :             .ob_type = &PyUnicode_Type,
   69869             :         },
   69870             :         .length = 3,
   69871             :         .hash = -1,
   69872             :         .state = {
   69873             :             .kind = 1,
   69874             :             .compact = 1,
   69875             :             .ascii = 1,
   69876             :         },
   69877             :     },
   69878             :     ._data = "why",
   69879             : };
   69880             : static
   69881             :     struct {
   69882             :         PyASCIIObject _ascii;
   69883             :         uint8_t _data[12];
   69884             :     }
   69885             : const_str_SystemError = {
   69886             :     ._ascii = {
   69887             :         .ob_base = {
   69888             :             .ob_refcnt = 999999999,
   69889             :             .ob_type = &PyUnicode_Type,
   69890             :         },
   69891             :         .length = 11,
   69892             :         .hash = -1,
   69893             :         .state = {
   69894             :             .kind = 1,
   69895             :             .compact = 1,
   69896             :             .ascii = 1,
   69897             :         },
   69898             :     },
   69899             :     ._data = "SystemError",
   69900             : };
   69901             : static
   69902             :     struct {
   69903             :         PyASCIIObject _ascii;
   69904             :         uint8_t _data[10];
   69905             :     }
   69906             : const_str_byteorder = {
   69907             :     ._ascii = {
   69908             :         .ob_base = {
   69909             :             .ob_refcnt = 999999999,
   69910             :             .ob_type = &PyUnicode_Type,
   69911             :         },
   69912             :         .length = 9,
   69913             :         .hash = -1,
   69914             :         .state = {
   69915             :             .kind = 1,
   69916             :             .compact = 1,
   69917             :             .ascii = 1,
   69918             :         },
   69919             :     },
   69920             :     ._data = "byteorder",
   69921             : };
   69922             : static
   69923             :     struct {
   69924             :         PyASCIIObject _ascii;
   69925             :         uint8_t _data[7];
   69926             :     }
   69927             : const_str__false = {
   69928             :     ._ascii = {
   69929             :         .ob_base = {
   69930             :             .ob_refcnt = 999999999,
   69931             :             .ob_type = &PyUnicode_Type,
   69932             :         },
   69933             :         .length = 6,
   69934             :         .hash = -1,
   69935             :         .state = {
   69936             :             .kind = 1,
   69937             :             .compact = 1,
   69938             :             .ascii = 1,
   69939             :         },
   69940             :     },
   69941             :     ._data = "_false",
   69942             : };
   69943             : static
   69944             :     struct {
   69945             :         PyASCIIObject _ascii;
   69946             :         uint8_t _data[10];
   69947             :     }
   69948             : const_str_encodings = {
   69949             :     ._ascii = {
   69950             :         .ob_base = {
   69951             :             .ob_refcnt = 999999999,
   69952             :             .ob_type = &PyUnicode_Type,
   69953             :         },
   69954             :         .length = 9,
   69955             :         .hash = -1,
   69956             :         .state = {
   69957             :             .kind = 1,
   69958             :             .compact = 1,
   69959             :             .ascii = 1,
   69960             :         },
   69961             :     },
   69962             :     ._data = "encodings",
   69963             : };
   69964             : static
   69965             :     struct {
   69966             :         PyGC_Head _gc_head;
   69967             :         struct {
   69968             :             PyObject_VAR_HEAD
   69969             :             PyObject *ob_item[57];
   69970             :         }_object;
   69971             :     }
   69972             : codecs_toplevel_names = {
   69973             :     ._object = {
   69974             :         .ob_base = {
   69975             :             .ob_base = {
   69976             :                 .ob_refcnt = 999999999,
   69977             :                 .ob_type = &PyTuple_Type,
   69978             :             },
   69979             :             .ob_size = 57,
   69980             :         },
   69981             :         .ob_item = {
   69982             :             &_Py_ID(__doc__),
   69983             :             &_Py_ID(builtins),
   69984             :             & const_str_sys._ascii.ob_base,
   69985             :             & const_str__codecs._ascii.ob_base,
   69986             :             & const_str_ImportError._ascii.ob_base,
   69987             :             & const_str_why._ascii.ob_base,
   69988             :             & const_str_SystemError._ascii.ob_base,
   69989             :             &_Py_ID(__all__),
   69990             :             & const_str_BOM_UTF8._ascii.ob_base,
   69991             :             & const_str_BOM_LE._ascii.ob_base,
   69992             :             & const_str_BOM_UTF16_LE._ascii.ob_base,
   69993             :             & const_str_BOM_BE._ascii.ob_base,
   69994             :             & const_str_BOM_UTF16_BE._ascii.ob_base,
   69995             :             & const_str_BOM_UTF32_LE._ascii.ob_base,
   69996             :             & const_str_BOM_UTF32_BE._ascii.ob_base,
   69997             :             & const_str_byteorder._ascii.ob_base,
   69998             :             & const_str_BOM._ascii.ob_base,
   69999             :             & const_str_BOM_UTF16._ascii.ob_base,
   70000             :             & const_str_BOM_UTF32._ascii.ob_base,
   70001             :             & const_str_BOM32_LE._ascii.ob_base,
   70002             :             & const_str_BOM32_BE._ascii.ob_base,
   70003             :             & const_str_BOM64_LE._ascii.ob_base,
   70004             :             & const_str_BOM64_BE._ascii.ob_base,
   70005             :             & const_str_tuple._ascii.ob_base,
   70006             :             & const_str_CodecInfo._ascii.ob_base,
   70007             :             & const_str_Codec._ascii.ob_base,
   70008             :             & const_str_object._ascii.ob_base,
   70009             :             & const_str_IncrementalEncoder._ascii.ob_base,
   70010             :             & const_str_BufferedIncrementalEncoder._ascii.ob_base,
   70011             :             & const_str_IncrementalDecoder._ascii.ob_base,
   70012             :             & const_str_BufferedIncrementalDecoder._ascii.ob_base,
   70013             :             & const_str_StreamWriter._ascii.ob_base,
   70014             :             & const_str_StreamReader._ascii.ob_base,
   70015             :             & const_str_StreamReaderWriter._ascii.ob_base,
   70016             :             & const_str_StreamRecoder._ascii.ob_base,
   70017             :             &_Py_ID(open),
   70018             :             & const_str_EncodedFile._ascii.ob_base,
   70019             :             & const_str_getencoder._ascii.ob_base,
   70020             :             & const_str_getdecoder._ascii.ob_base,
   70021             :             & const_str_getincrementalencoder._ascii.ob_base,
   70022             :             & const_str_getincrementaldecoder._ascii.ob_base,
   70023             :             & const_str_getreader._ascii.ob_base,
   70024             :             & const_str_getwriter._ascii.ob_base,
   70025             :             & const_str_iterencode._ascii.ob_base,
   70026             :             & const_str_iterdecode._ascii.ob_base,
   70027             :             & const_str_make_identity_dict._ascii.ob_base,
   70028             :             & const_str_make_encoding_map._ascii.ob_base,
   70029             :             & const_str_lookup_error._ascii.ob_base,
   70030             :             & const_str_strict_errors._ascii.ob_base,
   70031             :             & const_str_ignore_errors._ascii.ob_base,
   70032             :             & const_str_replace_errors._ascii.ob_base,
   70033             :             & const_str_xmlcharrefreplace_errors._ascii.ob_base,
   70034             :             & const_str_backslashreplace_errors._ascii.ob_base,
   70035             :             & const_str_namereplace_errors._ascii.ob_base,
   70036             :             & const_str_LookupError._ascii.ob_base,
   70037             :             & const_str__false._ascii.ob_base,
   70038             :             & const_str_encodings._ascii.ob_base,
   70039             :         },
   70040             :     },
   70041             : };
   70042             : static
   70043             :     struct {
   70044             :         PyObject_VAR_HEAD
   70045             :         Py_hash_t ob_shash;
   70046             :         char ob_sval[1058];
   70047             :     }
   70048             : codecs_toplevel_linetable = {
   70049             :     .ob_base = {
   70050             :         .ob_base = {
   70051             :             .ob_refcnt = 999999999,
   70052             :             .ob_type = &PyBytes_Type,
   70053             :         },
   70054             :         .ob_size = 1057,
   70055             :     },
   70056             :     .ob_shash = -1,
   70057             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x07\x01\x04\xf0\x00\x07\x01\x04\xf0\x12\x00\x01\x10\x80\x0f\x80\x0f\x80\x0f\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xf0\x08\x03\x01\x45\x01\xd8\x04\x19\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19\xf0\x08\x0d\x0b\x2d\xf0\x00\x0d\x0b\x2d\xf0\x00\x0d\x0b\x2d\x80\x07\xf0\x30\x00\x0c\x1b\x80\x08\xf0\x06\x00\x19\x24\xd0\x00\x23\x80\x06\x88\x1c\xf0\x06\x00\x19\x24\xd0\x00\x23\x80\x06\x88\x1c\xf0\x06\x00\x10\x23\x80\x0c\xf0\x06\x00\x10\x23\x80\x0c\xe0\x03\x06\x87\x3d\x81\x3d\x90\x48\xd2\x03\x1c\xf0\x00\x0e\x01\x1d\xf0\x06\x00\x17\x23\xd0\x04\x22\x80\x43\x88\x29\xf0\x06\x00\x11\x1d\x80\x49\x80\x49\xf0\x0a\x00\x17\x23\xd0\x04\x22\x80\x43\x88\x29\xf0\x06\x00\x11\x1d\x80\x49\xf0\x06\x00\x0c\x18\x80\x08\xd8\x0b\x17\x80\x08\xd8\x0b\x17\x80\x08\xd8\x0b\x17\x80\x08\xf0\x0a\x1d\x01\x26\xf0\x00\x1d\x01\x26\xf0\x00\x1d\x01\x26\xf0\x00\x1d\x01\x26\xf0\x00\x1d\x01\x26\x90\x05\xf4\x00\x1d\x01\x26\xf0\x00\x1d\x01\x26\xf0\x3e\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf4\x00\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf0\x44\x02\x26\x01\x0c\xf0\x00\x26\x01\x0c\xf0\x00\x26\x01\x0c\xf0\x00\x26\x01\x0c\xf0\x00\x26\x01\x0c\x98\x16\xf4\x00\x26\x01\x0c\xf0\x00\x26\x01\x0c\xf0\x50\x01\x20\x01\x22\xf0\x00\x20\x01\x22\xf0\x00\x20\x01\x22\xf0\x00\x20\x01\x22\xf0\x00\x20\x01\x22\xd0\x21\x33\xf4\x00\x20\x01\x22\xf0\x00\x20\x01\x22\xf0\x44\x01\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\x98\x16\xf4\x00\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\xf0\x62\x01\x22\x01\x1f\xf0\x00\x22\x01\x1f\xf0\x00\x22\x01\x1f\xf0\x00\x22\x01\x1f\xf0\x00\x22\x01\x1f\xd0\x21\x33\xf4\x00\x22\x01\x1f\xf0\x00\x22\x01\x1f\xf0\x56\x01\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\x90\x35\xf4\x00\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\xf0\x52\x02\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\x90\x35\xf4\x00\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\xf0\x72\x07\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf4\x00\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf0\x6e\x02\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf4\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x68\x03\x00\x19\x1c\xf0\x00\x2e\x01\x0e\xf0\x00\x2e\x01\x0e\xf0\x00\x2e\x01\x0e\xf0\x60\x01\x00\x34\x38\xf0\x00\x22\x01\x0e\xf0\x00\x22\x01\x0e\xf0\x00\x22\x01\x0e\xf0\x4c\x01\x08\x01\x23\xf0\x00\x08\x01\x23\xf0\x00\x08\x01\x23\xf0\x14\x08\x01\x23\xf0\x00\x08\x01\x23\xf0\x00\x08\x01\x23\xf0\x14\x0c\x01\x13\xf0\x00\x0c\x01\x13\xf0\x00\x0c\x01\x13\xf0\x1c\x0c\x01\x13\xf0\x00\x0c\x01\x13\xf0\x00\x0c\x01\x13\xf0\x1c\x08\x01\x29\xf0\x00\x08\x01\x29\xf0\x00\x08\x01\x29\xf0\x14\x08\x01\x29\xf0\x00\x08\x01\x29\xf0\x00\x08\x01\x29\xf0\x14\x00\x2b\x33\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x24\x00\x2b\x33\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x28\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x14\x13\x01\x0d\xf0\x00\x13\x01\x0d\xf0\x00\x13\x01\x0d\xf0\x2e\x0e\x01\x1e\xd8\x14\x20\x90\x4c\xa0\x18\xd4\x14\x2a\x80\x4d\xd8\x14\x20\x90\x4c\xa0\x18\xd4\x14\x2a\x80\x4d\xd8\x15\x21\x90\x5c\xa0\x29\xd4\x15\x2c\x80\x4e\xd8\x1f\x2b\x98\x7c\xd0\x2c\x3f\xd4\x1f\x40\xd0\x04\x1c\xd8\x1e\x2a\x98\x6c\xd0\x2b\x3d\xd4\x1e\x3e\xd0\x04\x1b\xd8\x19\x25\x98\x1c\xa0\x6d\xd4\x19\x34\xd0\x04\x16\xf0\x18\x00\x0a\x0b\x80\x06\xd8\x03\x09\xf0\x00\x01\x01\x15\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xf0\x03\x01\x01\x15\xf0\x00\x01\x01\x15\xf8\xf0\x55\x22\x00\x08\x13\xf0\x00\x01\x01\x45\x01\xf0\x00\x01\x01\x45\x01\xf0\x00\x01\x01\x45\x01\xd8\x0a\x15\x88\x2b\xd0\x16\x3d\xc0\x03\xd1\x16\x43\xd4\x0a\x44\xd0\x04\x44\xf8\xf8\xf8\xf8\xf0\x03\x01\x01\x45\x01\xf8\xf8\xf8\xf8\xf0\x7c\x21\x00\x08\x13\xf0\x00\x07\x01\x1e\xf0\x00\x07\x01\x1e\xf0\x00\x07\x01\x1e\xe0\x14\x18\x80\x4d\xd8\x14\x18\x80\x4d\xd8\x15\x19\x80\x4e\xd8\x1f\x23\xd0\x04\x1c\xd8\x1e\x22\xd0\x04\x1b\xd8\x19\x1d\xd0\x04\x16\xd0\x04\x16\xd0\x04\x16\xf0\x0f\x07\x01\x1e\xf8\xf8\xf8",
   70058             : };
   70059             : static
   70060             :     struct {
   70061             :         PyObject_VAR_HEAD
   70062             :         Py_hash_t ob_shash;
   70063             :         char ob_sval[42];
   70064             :     }
   70065             : codecs_toplevel_exceptiontable = {
   70066             :     .ob_base = {
   70067             :         .ob_base = {
   70068             :             .ob_refcnt = 999999999,
   70069             :             .ob_type = &PyBytes_Type,
   70070             :         },
   70071             :         .ob_size = 41,
   70072             :     },
   70073             :     .ob_shash = -1,
   70074             :     .ob_sval = "\x8c\x04\x44\x27\x00\xc3\x25\x36\x45\x00\x00\xc4\x27\x05\x44\x3d\x03\xc4\x2c\x0c\x44\x38\x03\xc4\x38\x05\x44\x3d\x03\xc5\x00\x11\x45\x14\x03\xc5\x13\x01\x45\x14\x03",
   70075             : };
   70076             : static
   70077             :     struct _PyCode_DEF(686)
   70078             : codecs_toplevel = {
   70079             :     .ob_base = {
   70080             :         .ob_base = {
   70081             :             .ob_refcnt = 999999999,
   70082             :             .ob_type = &PyCode_Type,
   70083             :         },
   70084             :         .ob_size = 343,
   70085             :     },
   70086             :     .co_consts = & codecs_toplevel_consts._object.ob_base.ob_base,
   70087             :     .co_names = & codecs_toplevel_names._object.ob_base.ob_base,
   70088             :     .co_exceptiontable = & codecs_toplevel_exceptiontable.ob_base.ob_base,
   70089             :     .co_flags = 0,
   70090             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   70091             :     ._co_linearray_entry_size = 0,
   70092             :     .co_argcount = 0,
   70093             :     .co_posonlyargcount = 0,
   70094             :     .co_kwonlyargcount = 0,
   70095             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   70096             :     .co_stacksize = 5,
   70097             :     .co_firstlineno = 1,
   70098             :     .co_nlocalsplus = 0,
   70099             :     .co_nlocals = 0,
   70100             :     .co_nplaincellvars = 0,
   70101             :     .co_ncellvars = 0,
   70102             :     .co_nfreevars = 0,
   70103             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   70104             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   70105             :     .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
   70106             :     .co_name = &_Py_STR(anon_module),
   70107             :     .co_qualname = &_Py_STR(anon_module),
   70108             :     .co_linetable = & codecs_toplevel_linetable.ob_base.ob_base,
   70109             :     ._co_code = NULL,
   70110             :     ._co_linearray = NULL,
   70111             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x02\x09\x00\x64\x01\x64\x03\x6c\x03\x54\x00\x67\x00\x64\x05\xa2\x01\x5a\x07\x64\x06\x5a\x08\x64\x07\x78\x01\x5a\x09\x5a\x0a\x64\x08\x78\x01\x5a\x0b\x5a\x0c\x64\x09\x5a\x0d\x64\x0a\x5a\x0e\x65\x02\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x07\x65\x0a\x78\x01\x5a\x10\x5a\x11\x65\x0d\x5a\x12\x6e\x06\x65\x0c\x78\x01\x5a\x10\x5a\x11\x65\x0e\x5a\x12\x65\x0a\x5a\x13\x65\x0c\x5a\x14\x65\x0d\x5a\x15\x65\x0e\x5a\x16\x02\x00\x47\x00\x64\x0c\x84\x00\x64\x0d\x65\x17\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x18\x02\x00\x47\x00\x64\x0e\x84\x00\x64\x0f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x19\x02\x00\x47\x00\x64\x10\x84\x00\x64\x11\x65\x1a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1b\x02\x00\x47\x00\x64\x12\x84\x00\x64\x13\x65\x1b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1c\x02\x00\x47\x00\x64\x14\x84\x00\x64\x15\x65\x1a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1d\x02\x00\x47\x00\x64\x16\x84\x00\x64\x17\x65\x1d\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1e\x02\x00\x47\x00\x64\x18\x84\x00\x64\x19\x65\x19\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1f\x02\x00\x47\x00\x64\x1a\x84\x00\x64\x1b\x65\x19\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x02\x00\x47\x00\x64\x1c\x84\x00\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x02\x00\x47\x00\x64\x1e\x84\x00\x64\x1f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x22\x64\x34\x64\x23\x84\x01\x5a\x23\x64\x35\x64\x24\x84\x01\x5a\x24\x64\x25\x84\x00\x5a\x25\x64\x26\x84\x00\x5a\x26\x64\x27\x84\x00\x5a\x27\x64\x28\x84\x00\x5a\x28\x64\x29\x84\x00\x5a\x29\x64\x2a\x84\x00\x5a\x2a\x64\x36\x64\x2b\x84\x01\x5a\x2b\x64\x36\x64\x2c\x84\x01\x5a\x2c\x64\x2d\x84\x00\x5a\x2d\x64\x2e\x84\x00\x5a\x2e\x09\x00\x02\x00\x65\x2f\x64\x21\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x30\x02\x00\x65\x2f\x64\x2f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x31\x02\x00\x65\x2f\x64\x30\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x32\x02\x00\x65\x2f\x64\x31\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x33\x02\x00\x65\x2f\x64\x32\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x34\x02\x00\x65\x2f\x64\x33\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x35\x64\x01\x5a\x37\x65\x37\x72\x06\x64\x01\x64\x02\x6c\x38\x5a\x38\x64\x02\x53\x00\x64\x02\x53\x00\x23\x00\x65\x04\x24\x00\x72\x11\x5a\x05\x02\x00\x65\x06\x64\x04\x65\x05\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x02\x5a\x05\x5b\x05\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x36\x24\x00\x72\x0f\x01\x00\x64\x02\x5a\x30\x64\x02\x5a\x31\x64\x02\x5a\x32\x64\x02\x5a\x33\x64\x02\x5a\x34\x64\x02\x5a\x35\x59\x00\x8c\x38\x77\x00\x78\x03\x59\x00\x77\x01",
   70112             :     ._co_firsttraceable = 0,
   70113             : };
   70114           8 : static void codecs_do_patchups(void) {
   70115           8 : }
   70116             : 
   70117             : PyObject *
   70118           8 : _Py_get_codecs_toplevel(void)
   70119             : {
   70120           8 :     codecs_do_patchups();
   70121           8 :     return Py_NewRef((PyObject *) &codecs_toplevel);
   70122             : }
   70123             : 
   70124             : static
   70125             :     struct {
   70126             :         PyASCIIObject _ascii;
   70127             :         uint8_t _data[1474];
   70128             :     }
   70129             : io_toplevel_consts_0 = {
   70130             :     ._ascii = {
   70131             :         .ob_base = {
   70132             :             .ob_refcnt = 999999999,
   70133             :             .ob_type = &PyUnicode_Type,
   70134             :         },
   70135             :         .length = 1473,
   70136             :         .hash = -1,
   70137             :         .state = {
   70138             :             .kind = 1,
   70139             :             .compact = 1,
   70140             :             .ascii = 1,
   70141             :         },
   70142             :     },
   70143             :     ._data = "\x54\x68\x65\x20\x69\x6f\x20\x6d\x6f\x64\x75\x6c\x65\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x74\x68\x65\x20\x50\x79\x74\x68\x6f\x6e\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x73\x20\x74\x6f\x20\x73\x74\x72\x65\x61\x6d\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x2e\x20\x54\x68\x65\x0a\x62\x75\x69\x6c\x74\x69\x6e\x20\x6f\x70\x65\x6e\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x73\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x69\x6e\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x41\x74\x20\x74\x68\x65\x20\x74\x6f\x70\x20\x6f\x66\x20\x74\x68\x65\x20\x49\x2f\x4f\x20\x68\x69\x65\x72\x61\x72\x63\x68\x79\x20\x69\x73\x20\x74\x68\x65\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x62\x61\x73\x65\x20\x63\x6c\x61\x73\x73\x20\x49\x4f\x42\x61\x73\x65\x2e\x20\x49\x74\x0a\x64\x65\x66\x69\x6e\x65\x73\x20\x74\x68\x65\x20\x62\x61\x73\x69\x63\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x20\x74\x6f\x20\x61\x20\x73\x74\x72\x65\x61\x6d\x2e\x20\x4e\x6f\x74\x65\x2c\x20\x68\x6f\x77\x65\x76\x65\x72\x2c\x20\x74\x68\x61\x74\x20\x74\x68\x65\x72\x65\x20\x69\x73\x20\x6e\x6f\x0a\x73\x65\x70\x61\x72\x61\x74\x69\x6f\x6e\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x72\x65\x61\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x77\x72\x69\x74\x69\x6e\x67\x20\x74\x6f\x20\x73\x74\x72\x65\x61\x6d\x73\x3b\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x73\x20\x61\x72\x65\x0a\x61\x6c\x6c\x6f\x77\x65\x64\x20\x74\x6f\x20\x72\x61\x69\x73\x65\x20\x61\x6e\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x74\x68\x65\x79\x20\x64\x6f\x20\x6e\x6f\x74\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x61\x20\x67\x69\x76\x65\x6e\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x0a\x45\x78\x74\x65\x6e\x64\x69\x6e\x67\x20\x49\x4f\x42\x61\x73\x65\x20\x69\x73\x20\x52\x61\x77\x49\x4f\x42\x61\x73\x65\x20\x77\x68\x69\x63\x68\x20\x64\x65\x61\x6c\x73\x20\x73\x69\x6d\x70\x6c\x79\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x72\x65\x61\x64\x69\x6e\x67\x20\x61\x6e\x64\x0a\x77\x72\x69\x74\x69\x6e\x67\x20\x6f\x66\x20\x72\x61\x77\x20\x62\x79\x74\x65\x73\x20\x74\x6f\x20\x61\x20\x73\x74\x72\x65\x61\x6d\x2e\x20\x46\x69\x6c\x65\x49\x4f\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x65\x73\x20\x52\x61\x77\x49\x4f\x42\x61\x73\x65\x20\x74\x6f\x20\x70\x72\x6f\x76\x69\x64\x65\x0a\x61\x6e\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x20\x74\x6f\x20\x4f\x53\x20\x66\x69\x6c\x65\x73\x2e\x0a\x0a\x42\x75\x66\x66\x65\x72\x65\x64\x49\x4f\x42\x61\x73\x65\x20\x64\x65\x61\x6c\x73\x20\x77\x69\x74\x68\x20\x62\x75\x66\x66\x65\x72\x69\x6e\x67\x20\x6f\x6e\x20\x61\x20\x72\x61\x77\x20\x62\x79\x74\x65\x20\x73\x74\x72\x65\x61\x6d\x20\x28\x52\x61\x77\x49\x4f\x42\x61\x73\x65\x29\x2e\x20\x49\x74\x73\x0a\x73\x75\x62\x63\x6c\x61\x73\x73\x65\x73\x2c\x20\x42\x75\x66\x66\x65\x72\x65\x64\x57\x72\x69\x74\x65\x72\x2c\x20\x42\x75\x66\x66\x65\x72\x65\x64\x52\x65\x61\x64\x65\x72\x2c\x20\x61\x6e\x64\x20\x42\x75\x66\x66\x65\x72\x65\x64\x52\x57\x50\x61\x69\x72\x20\x62\x75\x66\x66\x65\x72\x0a\x73\x74\x72\x65\x61\x6d\x73\x20\x74\x68\x61\x74\x20\x61\x72\x65\x20\x72\x65\x61\x64\x61\x62\x6c\x65\x2c\x20\x77\x72\x69\x74\x61\x62\x6c\x65\x2c\x20\x61\x6e\x64\x20\x62\x6f\x74\x68\x20\x72\x65\x73\x70\x65\x63\x74\x69\x76\x65\x6c\x79\x2e\x0a\x42\x75\x66\x66\x65\x72\x65\x64\x52\x61\x6e\x64\x6f\x6d\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x61\x20\x62\x75\x66\x66\x65\x72\x65\x64\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x20\x74\x6f\x20\x72\x61\x6e\x64\x6f\x6d\x20\x61\x63\x63\x65\x73\x73\x0a\x73\x74\x72\x65\x61\x6d\x73\x2e\x20\x42\x79\x74\x65\x73\x49\x4f\x20\x69\x73\x20\x61\x20\x73\x69\x6d\x70\x6c\x65\x20\x73\x74\x72\x65\x61\x6d\x20\x6f\x66\x20\x69\x6e\x2d\x6d\x65\x6d\x6f\x72\x79\x20\x62\x79\x74\x65\x73\x2e\x0a\x0a\x41\x6e\x6f\x74\x68\x65\x72\x20\x49\x4f\x42\x61\x73\x65\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x2c\x20\x54\x65\x78\x74\x49\x4f\x42\x61\x73\x65\x2c\x20\x64\x65\x61\x6c\x73\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x61\x6e\x64\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x0a\x6f\x66\x20\x73\x74\x72\x65\x61\x6d\x73\x20\x69\x6e\x74\x6f\x20\x74\x65\x78\x74\x2e\x20\x54\x65\x78\x74\x49\x4f\x57\x72\x61\x70\x70\x65\x72\x2c\x20\x77\x68\x69\x63\x68\x20\x65\x78\x74\x65\x6e\x64\x73\x20\x69\x74\x2c\x20\x69\x73\x20\x61\x20\x62\x75\x66\x66\x65\x72\x65\x64\x20\x74\x65\x78\x74\x0a\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x20\x74\x6f\x20\x61\x20\x62\x75\x66\x66\x65\x72\x65\x64\x20\x72\x61\x77\x20\x73\x74\x72\x65\x61\x6d\x20\x28\x60\x42\x75\x66\x66\x65\x72\x65\x64\x49\x4f\x42\x61\x73\x65\x60\x29\x2e\x20\x46\x69\x6e\x61\x6c\x6c\x79\x2c\x20\x53\x74\x72\x69\x6e\x67\x49\x4f\x0a\x69\x73\x20\x61\x6e\x20\x69\x6e\x2d\x6d\x65\x6d\x6f\x72\x79\x20\x73\x74\x72\x65\x61\x6d\x20\x66\x6f\x72\x20\x74\x65\x78\x74\x2e\x0a\x0a\x41\x72\x67\x75\x6d\x65\x6e\x74\x20\x6e\x61\x6d\x65\x73\x20\x61\x72\x65\x20\x6e\x6f\x74\x20\x70\x61\x72\x74\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x2c\x20\x61\x6e\x64\x20\x6f\x6e\x6c\x79\x20\x74\x68\x65\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x0a\x6f\x66\x20\x6f\x70\x65\x6e\x28\x29\x20\x61\x72\x65\x20\x69\x6e\x74\x65\x6e\x64\x65\x64\x20\x74\x6f\x20\x62\x65\x20\x75\x73\x65\x64\x20\x61\x73\x20\x6b\x65\x79\x77\x6f\x72\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x2e\x0a\x0a\x64\x61\x74\x61\x3a\x0a\x0a\x44\x45\x46\x41\x55\x4c\x54\x5f\x42\x55\x46\x46\x45\x52\x5f\x53\x49\x5a\x45\x0a\x0a\x20\x20\x20\x41\x6e\x20\x69\x6e\x74\x20\x63\x6f\x6e\x74\x61\x69\x6e\x69\x6e\x67\x20\x74\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x62\x75\x66\x66\x65\x72\x20\x73\x69\x7a\x65\x20\x75\x73\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x27\x73\x20\x62\x75\x66\x66\x65\x72\x65\x64\x0a\x20\x20\x20\x49\x2f\x4f\x20\x63\x6c\x61\x73\x73\x65\x73\x2e\x20\x6f\x70\x65\x6e\x28\x29\x20\x75\x73\x65\x73\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x27\x73\x20\x62\x6c\x6b\x73\x69\x7a\x65\x20\x28\x61\x73\x20\x6f\x62\x74\x61\x69\x6e\x65\x64\x20\x62\x79\x20\x6f\x73\x2e\x73\x74\x61\x74\x29\x20\x69\x66\x0a\x20\x20\x20\x70\x6f\x73\x73\x69\x62\x6c\x65\x2e\x0a",
   70144             : };
   70145             : static
   70146             :     struct {
   70147             :         PyASCIIObject _ascii;
   70148             :         uint8_t _data[236];
   70149             :     }
   70150             : io_toplevel_consts_1 = {
   70151             :     ._ascii = {
   70152             :         .ob_base = {
   70153             :             .ob_refcnt = 999999999,
   70154             :             .ob_type = &PyUnicode_Type,
   70155             :         },
   70156             :         .length = 235,
   70157             :         .hash = -1,
   70158             :         .state = {
   70159             :             .kind = 1,
   70160             :             .compact = 1,
   70161             :             .ascii = 1,
   70162             :         },
   70163             :     },
   70164             :     ._data = "Guido van Rossum <guido@python.org>, Mike Verdone <mike.verdone@gmail.com>, Mark Russell <mark.russell@zen.co.uk>, Antoine Pitrou <solipsis@pitrou.net>, Amaury Forgeot d'Arc <amauryfa@gmail.com>, Benjamin Peterson <benjamin@python.org>",
   70165             : };
   70166             : static
   70167             :     struct {
   70168             :         PyASCIIObject _ascii;
   70169             :         uint8_t _data[16];
   70170             :     }
   70171             : const_str_BlockingIOError = {
   70172             :     ._ascii = {
   70173             :         .ob_base = {
   70174             :             .ob_refcnt = 999999999,
   70175             :             .ob_type = &PyUnicode_Type,
   70176             :         },
   70177             :         .length = 15,
   70178             :         .hash = -1,
   70179             :         .state = {
   70180             :             .kind = 1,
   70181             :             .compact = 1,
   70182             :             .ascii = 1,
   70183             :         },
   70184             :     },
   70185             :     ._data = "BlockingIOError",
   70186             : };
   70187             : static
   70188             :     struct {
   70189             :         PyASCIIObject _ascii;
   70190             :         uint8_t _data[7];
   70191             :     }
   70192             : const_str_IOBase = {
   70193             :     ._ascii = {
   70194             :         .ob_base = {
   70195             :             .ob_refcnt = 999999999,
   70196             :             .ob_type = &PyUnicode_Type,
   70197             :         },
   70198             :         .length = 6,
   70199             :         .hash = -1,
   70200             :         .state = {
   70201             :             .kind = 1,
   70202             :             .compact = 1,
   70203             :             .ascii = 1,
   70204             :         },
   70205             :     },
   70206             :     ._data = "IOBase",
   70207             : };
   70208             : static
   70209             :     struct {
   70210             :         PyASCIIObject _ascii;
   70211             :         uint8_t _data[10];
   70212             :     }
   70213             : const_str_RawIOBase = {
   70214             :     ._ascii = {
   70215             :         .ob_base = {
   70216             :             .ob_refcnt = 999999999,
   70217             :             .ob_type = &PyUnicode_Type,
   70218             :         },
   70219             :         .length = 9,
   70220             :         .hash = -1,
   70221             :         .state = {
   70222             :             .kind = 1,
   70223             :             .compact = 1,
   70224             :             .ascii = 1,
   70225             :         },
   70226             :     },
   70227             :     ._data = "RawIOBase",
   70228             : };
   70229             : static
   70230             :     struct {
   70231             :         PyASCIIObject _ascii;
   70232             :         uint8_t _data[9];
   70233             :     }
   70234             : const_str_StringIO = {
   70235             :     ._ascii = {
   70236             :         .ob_base = {
   70237             :             .ob_refcnt = 999999999,
   70238             :             .ob_type = &PyUnicode_Type,
   70239             :         },
   70240             :         .length = 8,
   70241             :         .hash = -1,
   70242             :         .state = {
   70243             :             .kind = 1,
   70244             :             .compact = 1,
   70245             :             .ascii = 1,
   70246             :         },
   70247             :     },
   70248             :     ._data = "StringIO",
   70249             : };
   70250             : static
   70251             :     struct {
   70252             :         PyASCIIObject _ascii;
   70253             :         uint8_t _data[15];
   70254             :     }
   70255             : const_str_BufferedIOBase = {
   70256             :     ._ascii = {
   70257             :         .ob_base = {
   70258             :             .ob_refcnt = 999999999,
   70259             :             .ob_type = &PyUnicode_Type,
   70260             :         },
   70261             :         .length = 14,
   70262             :         .hash = -1,
   70263             :         .state = {
   70264             :             .kind = 1,
   70265             :             .compact = 1,
   70266             :             .ascii = 1,
   70267             :         },
   70268             :     },
   70269             :     ._data = "BufferedIOBase",
   70270             : };
   70271             : static
   70272             :     struct {
   70273             :         PyASCIIObject _ascii;
   70274             :         uint8_t _data[15];
   70275             :     }
   70276             : const_str_BufferedReader = {
   70277             :     ._ascii = {
   70278             :         .ob_base = {
   70279             :             .ob_refcnt = 999999999,
   70280             :             .ob_type = &PyUnicode_Type,
   70281             :         },
   70282             :         .length = 14,
   70283             :         .hash = -1,
   70284             :         .state = {
   70285             :             .kind = 1,
   70286             :             .compact = 1,
   70287             :             .ascii = 1,
   70288             :         },
   70289             :     },
   70290             :     ._data = "BufferedReader",
   70291             : };
   70292             : static
   70293             :     struct {
   70294             :         PyASCIIObject _ascii;
   70295             :         uint8_t _data[15];
   70296             :     }
   70297             : const_str_BufferedWriter = {
   70298             :     ._ascii = {
   70299             :         .ob_base = {
   70300             :             .ob_refcnt = 999999999,
   70301             :             .ob_type = &PyUnicode_Type,
   70302             :         },
   70303             :         .length = 14,
   70304             :         .hash = -1,
   70305             :         .state = {
   70306             :             .kind = 1,
   70307             :             .compact = 1,
   70308             :             .ascii = 1,
   70309             :         },
   70310             :     },
   70311             :     ._data = "BufferedWriter",
   70312             : };
   70313             : static
   70314             :     struct {
   70315             :         PyASCIIObject _ascii;
   70316             :         uint8_t _data[15];
   70317             :     }
   70318             : const_str_BufferedRWPair = {
   70319             :     ._ascii = {
   70320             :         .ob_base = {
   70321             :             .ob_refcnt = 999999999,
   70322             :             .ob_type = &PyUnicode_Type,
   70323             :         },
   70324             :         .length = 14,
   70325             :         .hash = -1,
   70326             :         .state = {
   70327             :             .kind = 1,
   70328             :             .compact = 1,
   70329             :             .ascii = 1,
   70330             :         },
   70331             :     },
   70332             :     ._data = "BufferedRWPair",
   70333             : };
   70334             : static
   70335             :     struct {
   70336             :         PyASCIIObject _ascii;
   70337             :         uint8_t _data[15];
   70338             :     }
   70339             : const_str_BufferedRandom = {
   70340             :     ._ascii = {
   70341             :         .ob_base = {
   70342             :             .ob_refcnt = 999999999,
   70343             :             .ob_type = &PyUnicode_Type,
   70344             :         },
   70345             :         .length = 14,
   70346             :         .hash = -1,
   70347             :         .state = {
   70348             :             .kind = 1,
   70349             :             .compact = 1,
   70350             :             .ascii = 1,
   70351             :         },
   70352             :     },
   70353             :     ._data = "BufferedRandom",
   70354             : };
   70355             : static
   70356             :     struct {
   70357             :         PyASCIIObject _ascii;
   70358             :         uint8_t _data[11];
   70359             :     }
   70360             : const_str_TextIOBase = {
   70361             :     ._ascii = {
   70362             :         .ob_base = {
   70363             :             .ob_refcnt = 999999999,
   70364             :             .ob_type = &PyUnicode_Type,
   70365             :         },
   70366             :         .length = 10,
   70367             :         .hash = -1,
   70368             :         .state = {
   70369             :             .kind = 1,
   70370             :             .compact = 1,
   70371             :             .ascii = 1,
   70372             :         },
   70373             :     },
   70374             :     ._data = "TextIOBase",
   70375             : };
   70376             : static
   70377             :     struct {
   70378             :         PyASCIIObject _ascii;
   70379             :         uint8_t _data[21];
   70380             :     }
   70381             : const_str_UnsupportedOperation = {
   70382             :     ._ascii = {
   70383             :         .ob_base = {
   70384             :             .ob_refcnt = 999999999,
   70385             :             .ob_type = &PyUnicode_Type,
   70386             :         },
   70387             :         .length = 20,
   70388             :         .hash = -1,
   70389             :         .state = {
   70390             :             .kind = 1,
   70391             :             .compact = 1,
   70392             :             .ascii = 1,
   70393             :         },
   70394             :     },
   70395             :     ._data = "UnsupportedOperation",
   70396             : };
   70397             : static
   70398             :     struct {
   70399             :         PyASCIIObject _ascii;
   70400             :         uint8_t _data[9];
   70401             :     }
   70402             : const_str_SEEK_SET = {
   70403             :     ._ascii = {
   70404             :         .ob_base = {
   70405             :             .ob_refcnt = 999999999,
   70406             :             .ob_type = &PyUnicode_Type,
   70407             :         },
   70408             :         .length = 8,
   70409             :         .hash = -1,
   70410             :         .state = {
   70411             :             .kind = 1,
   70412             :             .compact = 1,
   70413             :             .ascii = 1,
   70414             :         },
   70415             :     },
   70416             :     ._data = "SEEK_SET",
   70417             : };
   70418             : static
   70419             :     struct {
   70420             :         PyASCIIObject _ascii;
   70421             :         uint8_t _data[9];
   70422             :     }
   70423             : const_str_SEEK_CUR = {
   70424             :     ._ascii = {
   70425             :         .ob_base = {
   70426             :             .ob_refcnt = 999999999,
   70427             :             .ob_type = &PyUnicode_Type,
   70428             :         },
   70429             :         .length = 8,
   70430             :         .hash = -1,
   70431             :         .state = {
   70432             :             .kind = 1,
   70433             :             .compact = 1,
   70434             :             .ascii = 1,
   70435             :         },
   70436             :     },
   70437             :     ._data = "SEEK_CUR",
   70438             : };
   70439             : static
   70440             :     struct {
   70441             :         PyASCIIObject _ascii;
   70442             :         uint8_t _data[9];
   70443             :     }
   70444             : const_str_SEEK_END = {
   70445             :     ._ascii = {
   70446             :         .ob_base = {
   70447             :             .ob_refcnt = 999999999,
   70448             :             .ob_type = &PyUnicode_Type,
   70449             :         },
   70450             :         .length = 8,
   70451             :         .hash = -1,
   70452             :         .state = {
   70453             :             .kind = 1,
   70454             :             .compact = 1,
   70455             :             .ascii = 1,
   70456             :         },
   70457             :     },
   70458             :     ._data = "SEEK_END",
   70459             : };
   70460             : static
   70461             :     struct {
   70462             :         PyGC_Head _gc_head;
   70463             :         struct {
   70464             :             PyObject_VAR_HEAD
   70465             :             PyObject *ob_item[19];
   70466             :         }_object;
   70467             :     }
   70468             : io_toplevel_consts_2 = {
   70469             :     ._object = {
   70470             :         .ob_base = {
   70471             :             .ob_base = {
   70472             :                 .ob_refcnt = 999999999,
   70473             :                 .ob_type = &PyTuple_Type,
   70474             :             },
   70475             :             .ob_size = 19,
   70476             :         },
   70477             :         .ob_item = {
   70478             :             & const_str_BlockingIOError._ascii.ob_base,
   70479             :             &_Py_ID(open),
   70480             :             & const_str_open_code._ascii.ob_base,
   70481             :             & const_str_IOBase._ascii.ob_base,
   70482             :             & const_str_RawIOBase._ascii.ob_base,
   70483             :             & const_str_FileIO._ascii.ob_base,
   70484             :             & const_str_BytesIO._ascii.ob_base,
   70485             :             & const_str_StringIO._ascii.ob_base,
   70486             :             & const_str_BufferedIOBase._ascii.ob_base,
   70487             :             & const_str_BufferedReader._ascii.ob_base,
   70488             :             & const_str_BufferedWriter._ascii.ob_base,
   70489             :             & const_str_BufferedRWPair._ascii.ob_base,
   70490             :             & const_str_BufferedRandom._ascii.ob_base,
   70491             :             & const_str_TextIOBase._ascii.ob_base,
   70492             :             &_Py_ID(TextIOWrapper),
   70493             :             & const_str_UnsupportedOperation._ascii.ob_base,
   70494             :             & const_str_SEEK_SET._ascii.ob_base,
   70495             :             & const_str_SEEK_CUR._ascii.ob_base,
   70496             :             & const_str_SEEK_END._ascii.ob_base,
   70497             :         },
   70498             :     },
   70499             : };
   70500             : static
   70501             :     struct {
   70502             :         PyASCIIObject _ascii;
   70503             :         uint8_t _data[20];
   70504             :     }
   70505             : const_str_DEFAULT_BUFFER_SIZE = {
   70506             :     ._ascii = {
   70507             :         .ob_base = {
   70508             :             .ob_refcnt = 999999999,
   70509             :             .ob_type = &PyUnicode_Type,
   70510             :         },
   70511             :         .length = 19,
   70512             :         .hash = -1,
   70513             :         .state = {
   70514             :             .kind = 1,
   70515             :             .compact = 1,
   70516             :             .ascii = 1,
   70517             :         },
   70518             :     },
   70519             :     ._data = "DEFAULT_BUFFER_SIZE",
   70520             : };
   70521             : static
   70522             :     struct {
   70523             :         PyASCIIObject _ascii;
   70524             :         uint8_t _data[14];
   70525             :     }
   70526             : const_str_text_encoding = {
   70527             :     ._ascii = {
   70528             :         .ob_base = {
   70529             :             .ob_refcnt = 999999999,
   70530             :             .ob_type = &PyUnicode_Type,
   70531             :         },
   70532             :         .length = 13,
   70533             :         .hash = -1,
   70534             :         .state = {
   70535             :             .kind = 1,
   70536             :             .compact = 1,
   70537             :             .ascii = 1,
   70538             :         },
   70539             :     },
   70540             :     ._data = "text_encoding",
   70541             : };
   70542             : static
   70543             :     struct {
   70544             :         PyGC_Head _gc_head;
   70545             :         struct {
   70546             :             PyObject_VAR_HEAD
   70547             :             PyObject *ob_item[15];
   70548             :         }_object;
   70549             :     }
   70550             : io_toplevel_consts_5 = {
   70551             :     ._object = {
   70552             :         .ob_base = {
   70553             :             .ob_base = {
   70554             :                 .ob_refcnt = 999999999,
   70555             :                 .ob_type = &PyTuple_Type,
   70556             :             },
   70557             :             .ob_size = 15,
   70558             :         },
   70559             :         .ob_item = {
   70560             :             & const_str_DEFAULT_BUFFER_SIZE._ascii.ob_base,
   70561             :             & const_str_BlockingIOError._ascii.ob_base,
   70562             :             & const_str_UnsupportedOperation._ascii.ob_base,
   70563             :             &_Py_ID(open),
   70564             :             & const_str_open_code._ascii.ob_base,
   70565             :             & const_str_FileIO._ascii.ob_base,
   70566             :             & const_str_BytesIO._ascii.ob_base,
   70567             :             & const_str_StringIO._ascii.ob_base,
   70568             :             & const_str_BufferedReader._ascii.ob_base,
   70569             :             & const_str_BufferedWriter._ascii.ob_base,
   70570             :             & const_str_BufferedRWPair._ascii.ob_base,
   70571             :             & const_str_BufferedRandom._ascii.ob_base,
   70572             :             & const_str_IncrementalNewlineDecoder._ascii.ob_base,
   70573             :             & const_str_text_encoding._ascii.ob_base,
   70574             :             &_Py_ID(TextIOWrapper),
   70575             :         },
   70576             :     },
   70577             : };
   70578             : static
   70579             :     struct {
   70580             :         PyASCIIObject _ascii;
   70581             :         uint8_t _data[3];
   70582             :     }
   70583             : const_str_io = {
   70584             :     ._ascii = {
   70585             :         .ob_base = {
   70586             :             .ob_refcnt = 999999999,
   70587             :             .ob_type = &PyUnicode_Type,
   70588             :         },
   70589             :         .length = 2,
   70590             :         .hash = -1,
   70591             :         .state = {
   70592             :             .kind = 1,
   70593             :             .compact = 1,
   70594             :             .ascii = 1,
   70595             :         },
   70596             :     },
   70597             :     ._data = "io",
   70598             : };
   70599             : static
   70600             :     struct {
   70601             :         PyGC_Head _gc_head;
   70602             :         struct {
   70603             :             PyObject_VAR_HEAD
   70604             :             PyObject *ob_item[2];
   70605             :         }_object;
   70606             :     }
   70607             : io_toplevel_consts_9_consts = {
   70608             :     ._object = {
   70609             :         .ob_base = {
   70610             :             .ob_base = {
   70611             :                 .ob_refcnt = 999999999,
   70612             :                 .ob_type = &PyTuple_Type,
   70613             :             },
   70614             :             .ob_size = 2,
   70615             :         },
   70616             :         .ob_item = {
   70617             :             & const_str_IOBase._ascii.ob_base,
   70618             :             Py_None,
   70619             :         },
   70620             :     },
   70621             : };
   70622             : static
   70623             :     struct {
   70624             :         PyASCIIObject _ascii;
   70625             :         uint8_t _data[8];
   70626             :     }
   70627             : const_str__IOBase = {
   70628             :     ._ascii = {
   70629             :         .ob_base = {
   70630             :             .ob_refcnt = 999999999,
   70631             :             .ob_type = &PyUnicode_Type,
   70632             :         },
   70633             :         .length = 7,
   70634             :         .hash = -1,
   70635             :         .state = {
   70636             :             .kind = 1,
   70637             :             .compact = 1,
   70638             :             .ascii = 1,
   70639             :         },
   70640             :     },
   70641             :     ._data = "_IOBase",
   70642             : };
   70643             : static
   70644             :     struct {
   70645             :         PyGC_Head _gc_head;
   70646             :         struct {
   70647             :             PyObject_VAR_HEAD
   70648             :             PyObject *ob_item[6];
   70649             :         }_object;
   70650             :     }
   70651             : io_toplevel_consts_9_names = {
   70652             :     ._object = {
   70653             :         .ob_base = {
   70654             :             .ob_base = {
   70655             :                 .ob_refcnt = 999999999,
   70656             :                 .ob_type = &PyTuple_Type,
   70657             :             },
   70658             :             .ob_size = 6,
   70659             :         },
   70660             :         .ob_item = {
   70661             :             &_Py_ID(__name__),
   70662             :             &_Py_ID(__module__),
   70663             :             &_Py_ID(__qualname__),
   70664             :             & const_str__io._ascii.ob_base,
   70665             :             & const_str__IOBase._ascii.ob_base,
   70666             :             &_Py_ID(__doc__),
   70667             :         },
   70668             :     },
   70669             : };
   70670             : static
   70671             :     struct {
   70672             :         PyASCIIObject _ascii;
   70673             :         uint8_t _data[12];
   70674             :     }
   70675             : io_toplevel_consts_9_filename = {
   70676             :     ._ascii = {
   70677             :         .ob_base = {
   70678             :             .ob_refcnt = 999999999,
   70679             :             .ob_type = &PyUnicode_Type,
   70680             :         },
   70681             :         .length = 11,
   70682             :         .hash = -1,
   70683             :         .state = {
   70684             :             .kind = 1,
   70685             :             .compact = 1,
   70686             :             .ascii = 1,
   70687             :         },
   70688             :     },
   70689             :     ._data = "<frozen io>",
   70690             : };
   70691             : static
   70692             :     struct {
   70693             :         PyObject_VAR_HEAD
   70694             :         Py_hash_t ob_shash;
   70695             :         char ob_sval[30];
   70696             :     }
   70697             : io_toplevel_consts_9_linetable = {
   70698             :     .ob_base = {
   70699             :         .ob_base = {
   70700             :             .ob_refcnt = 999999999,
   70701             :             .ob_type = &PyBytes_Type,
   70702             :         },
   70703             :         .ob_size = 29,
   70704             :     },
   70705             :     .ob_shash = -1,
   70706             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8f\x6b\x89\x6b\xd7\x0e\x21\xd1\x0e\x21\x80\x47\x80\x47\x80\x47",
   70707             : };
   70708             : static
   70709             :     struct _PyCode_DEF(58)
   70710             : io_toplevel_consts_9 = {
   70711             :     .ob_base = {
   70712             :         .ob_base = {
   70713             :             .ob_refcnt = 999999999,
   70714             :             .ob_type = &PyCode_Type,
   70715             :         },
   70716             :         .ob_size = 29,
   70717             :     },
   70718             :     .co_consts = & io_toplevel_consts_9_consts._object.ob_base.ob_base,
   70719             :     .co_names = & io_toplevel_consts_9_names._object.ob_base.ob_base,
   70720             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   70721             :     .co_flags = 0,
   70722             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   70723             :     ._co_linearray_entry_size = 0,
   70724             :     .co_argcount = 0,
   70725             :     .co_posonlyargcount = 0,
   70726             :     .co_kwonlyargcount = 0,
   70727             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   70728             :     .co_stacksize = 1,
   70729             :     .co_firstlineno = 71,
   70730             :     .co_nlocalsplus = 0,
   70731             :     .co_nlocals = 0,
   70732             :     .co_nplaincellvars = 0,
   70733             :     .co_ncellvars = 0,
   70734             :     .co_nfreevars = 0,
   70735             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   70736             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   70737             :     .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
   70738             :     .co_name = & const_str_IOBase._ascii.ob_base,
   70739             :     .co_qualname = & const_str_IOBase._ascii.ob_base,
   70740             :     .co_linetable = & io_toplevel_consts_9_linetable.ob_base.ob_base,
   70741             :     ._co_code = NULL,
   70742             :     ._co_linearray = NULL,
   70743             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
   70744             :     ._co_firsttraceable = 0,
   70745             : };
   70746             : static
   70747             :     struct {
   70748             :         PyGC_Head _gc_head;
   70749             :         struct {
   70750             :             PyObject_VAR_HEAD
   70751             :             PyObject *ob_item[2];
   70752             :         }_object;
   70753             :     }
   70754             : io_toplevel_consts_12_consts = {
   70755             :     ._object = {
   70756             :         .ob_base = {
   70757             :             .ob_base = {
   70758             :                 .ob_refcnt = 999999999,
   70759             :                 .ob_type = &PyTuple_Type,
   70760             :             },
   70761             :             .ob_size = 2,
   70762             :         },
   70763             :         .ob_item = {
   70764             :             & const_str_RawIOBase._ascii.ob_base,
   70765             :             Py_None,
   70766             :         },
   70767             :     },
   70768             : };
   70769             : static
   70770             :     struct {
   70771             :         PyASCIIObject _ascii;
   70772             :         uint8_t _data[11];
   70773             :     }
   70774             : const_str__RawIOBase = {
   70775             :     ._ascii = {
   70776             :         .ob_base = {
   70777             :             .ob_refcnt = 999999999,
   70778             :             .ob_type = &PyUnicode_Type,
   70779             :         },
   70780             :         .length = 10,
   70781             :         .hash = -1,
   70782             :         .state = {
   70783             :             .kind = 1,
   70784             :             .compact = 1,
   70785             :             .ascii = 1,
   70786             :         },
   70787             :     },
   70788             :     ._data = "_RawIOBase",
   70789             : };
   70790             : static
   70791             :     struct {
   70792             :         PyGC_Head _gc_head;
   70793             :         struct {
   70794             :             PyObject_VAR_HEAD
   70795             :             PyObject *ob_item[6];
   70796             :         }_object;
   70797             :     }
   70798             : io_toplevel_consts_12_names = {
   70799             :     ._object = {
   70800             :         .ob_base = {
   70801             :             .ob_base = {
   70802             :                 .ob_refcnt = 999999999,
   70803             :                 .ob_type = &PyTuple_Type,
   70804             :             },
   70805             :             .ob_size = 6,
   70806             :         },
   70807             :         .ob_item = {
   70808             :             &_Py_ID(__name__),
   70809             :             &_Py_ID(__module__),
   70810             :             &_Py_ID(__qualname__),
   70811             :             & const_str__io._ascii.ob_base,
   70812             :             & const_str__RawIOBase._ascii.ob_base,
   70813             :             &_Py_ID(__doc__),
   70814             :         },
   70815             :     },
   70816             : };
   70817             : static
   70818             :     struct {
   70819             :         PyObject_VAR_HEAD
   70820             :         Py_hash_t ob_shash;
   70821             :         char ob_sval[30];
   70822             :     }
   70823             : io_toplevel_consts_12_linetable = {
   70824             :     .ob_base = {
   70825             :         .ob_base = {
   70826             :             .ob_refcnt = 999999999,
   70827             :             .ob_type = &PyBytes_Type,
   70828             :         },
   70829             :         .ob_size = 29,
   70830             :     },
   70831             :     .ob_shash = -1,
   70832             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8f\x6e\x89\x6e\xd7\x0e\x24\xd1\x0e\x24\x80\x47\x80\x47\x80\x47",
   70833             : };
   70834             : static
   70835             :     struct _PyCode_DEF(58)
   70836             : io_toplevel_consts_12 = {
   70837             :     .ob_base = {
   70838             :         .ob_base = {
   70839             :             .ob_refcnt = 999999999,
   70840             :             .ob_type = &PyCode_Type,
   70841             :         },
   70842             :         .ob_size = 29,
   70843             :     },
   70844             :     .co_consts = & io_toplevel_consts_12_consts._object.ob_base.ob_base,
   70845             :     .co_names = & io_toplevel_consts_12_names._object.ob_base.ob_base,
   70846             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   70847             :     .co_flags = 0,
   70848             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   70849             :     ._co_linearray_entry_size = 0,
   70850             :     .co_argcount = 0,
   70851             :     .co_posonlyargcount = 0,
   70852             :     .co_kwonlyargcount = 0,
   70853             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   70854             :     .co_stacksize = 1,
   70855             :     .co_firstlineno = 74,
   70856             :     .co_nlocalsplus = 0,
   70857             :     .co_nlocals = 0,
   70858             :     .co_nplaincellvars = 0,
   70859             :     .co_ncellvars = 0,
   70860             :     .co_nfreevars = 0,
   70861             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   70862             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   70863             :     .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
   70864             :     .co_name = & const_str_RawIOBase._ascii.ob_base,
   70865             :     .co_qualname = & const_str_RawIOBase._ascii.ob_base,
   70866             :     .co_linetable = & io_toplevel_consts_12_linetable.ob_base.ob_base,
   70867             :     ._co_code = NULL,
   70868             :     ._co_linearray = NULL,
   70869             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
   70870             :     ._co_firsttraceable = 0,
   70871             : };
   70872             : static
   70873             :     struct {
   70874             :         PyGC_Head _gc_head;
   70875             :         struct {
   70876             :             PyObject_VAR_HEAD
   70877             :             PyObject *ob_item[2];
   70878             :         }_object;
   70879             :     }
   70880             : io_toplevel_consts_14_consts = {
   70881             :     ._object = {
   70882             :         .ob_base = {
   70883             :             .ob_base = {
   70884             :                 .ob_refcnt = 999999999,
   70885             :                 .ob_type = &PyTuple_Type,
   70886             :             },
   70887             :             .ob_size = 2,
   70888             :         },
   70889             :         .ob_item = {
   70890             :             & const_str_BufferedIOBase._ascii.ob_base,
   70891             :             Py_None,
   70892             :         },
   70893             :     },
   70894             : };
   70895             : static
   70896             :     struct {
   70897             :         PyASCIIObject _ascii;
   70898             :         uint8_t _data[16];
   70899             :     }
   70900             : const_str__BufferedIOBase = {
   70901             :     ._ascii = {
   70902             :         .ob_base = {
   70903             :             .ob_refcnt = 999999999,
   70904             :             .ob_type = &PyUnicode_Type,
   70905             :         },
   70906             :         .length = 15,
   70907             :         .hash = -1,
   70908             :         .state = {
   70909             :             .kind = 1,
   70910             :             .compact = 1,
   70911             :             .ascii = 1,
   70912             :         },
   70913             :     },
   70914             :     ._data = "_BufferedIOBase",
   70915             : };
   70916             : static
   70917             :     struct {
   70918             :         PyGC_Head _gc_head;
   70919             :         struct {
   70920             :             PyObject_VAR_HEAD
   70921             :             PyObject *ob_item[6];
   70922             :         }_object;
   70923             :     }
   70924             : io_toplevel_consts_14_names = {
   70925             :     ._object = {
   70926             :         .ob_base = {
   70927             :             .ob_base = {
   70928             :                 .ob_refcnt = 999999999,
   70929             :                 .ob_type = &PyTuple_Type,
   70930             :             },
   70931             :             .ob_size = 6,
   70932             :         },
   70933             :         .ob_item = {
   70934             :             &_Py_ID(__name__),
   70935             :             &_Py_ID(__module__),
   70936             :             &_Py_ID(__qualname__),
   70937             :             & const_str__io._ascii.ob_base,
   70938             :             & const_str__BufferedIOBase._ascii.ob_base,
   70939             :             &_Py_ID(__doc__),
   70940             :         },
   70941             :     },
   70942             : };
   70943             : static
   70944             :     struct {
   70945             :         PyObject_VAR_HEAD
   70946             :         Py_hash_t ob_shash;
   70947             :         char ob_sval[32];
   70948             :     }
   70949             : io_toplevel_consts_14_linetable = {
   70950             :     .ob_base = {
   70951             :         .ob_base = {
   70952             :             .ob_refcnt = 999999999,
   70953             :             .ob_type = &PyBytes_Type,
   70954             :         },
   70955             :         .ob_size = 31,
   70956             :     },
   70957             :     .ob_shash = -1,
   70958             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\xd7\x0e\x21\xd1\x0e\x21\xd7\x0e\x29\xd1\x0e\x29\x80\x47\x80\x47\x80\x47",
   70959             : };
   70960             : static
   70961             :     struct _PyCode_DEF(58)
   70962             : io_toplevel_consts_14 = {
   70963             :     .ob_base = {
   70964             :         .ob_base = {
   70965             :             .ob_refcnt = 999999999,
   70966             :             .ob_type = &PyCode_Type,
   70967             :         },
   70968             :         .ob_size = 29,
   70969             :     },
   70970             :     .co_consts = & io_toplevel_consts_14_consts._object.ob_base.ob_base,
   70971             :     .co_names = & io_toplevel_consts_14_names._object.ob_base.ob_base,
   70972             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   70973             :     .co_flags = 0,
   70974             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   70975             :     ._co_linearray_entry_size = 0,
   70976             :     .co_argcount = 0,
   70977             :     .co_posonlyargcount = 0,
   70978             :     .co_kwonlyargcount = 0,
   70979             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   70980             :     .co_stacksize = 1,
   70981             :     .co_firstlineno = 77,
   70982             :     .co_nlocalsplus = 0,
   70983             :     .co_nlocals = 0,
   70984             :     .co_nplaincellvars = 0,
   70985             :     .co_ncellvars = 0,
   70986             :     .co_nfreevars = 0,
   70987             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   70988             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   70989             :     .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
   70990             :     .co_name = & const_str_BufferedIOBase._ascii.ob_base,
   70991             :     .co_qualname = & const_str_BufferedIOBase._ascii.ob_base,
   70992             :     .co_linetable = & io_toplevel_consts_14_linetable.ob_base.ob_base,
   70993             :     ._co_code = NULL,
   70994             :     ._co_linearray = NULL,
   70995             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
   70996             :     ._co_firsttraceable = 0,
   70997             : };
   70998             : static
   70999             :     struct {
   71000             :         PyGC_Head _gc_head;
   71001             :         struct {
   71002             :             PyObject_VAR_HEAD
   71003             :             PyObject *ob_item[2];
   71004             :         }_object;
   71005             :     }
   71006             : io_toplevel_consts_16_consts = {
   71007             :     ._object = {
   71008             :         .ob_base = {
   71009             :             .ob_base = {
   71010             :                 .ob_refcnt = 999999999,
   71011             :                 .ob_type = &PyTuple_Type,
   71012             :             },
   71013             :             .ob_size = 2,
   71014             :         },
   71015             :         .ob_item = {
   71016             :             & const_str_TextIOBase._ascii.ob_base,
   71017             :             Py_None,
   71018             :         },
   71019             :     },
   71020             : };
   71021             : static
   71022             :     struct {
   71023             :         PyASCIIObject _ascii;
   71024             :         uint8_t _data[12];
   71025             :     }
   71026             : const_str__TextIOBase = {
   71027             :     ._ascii = {
   71028             :         .ob_base = {
   71029             :             .ob_refcnt = 999999999,
   71030             :             .ob_type = &PyUnicode_Type,
   71031             :         },
   71032             :         .length = 11,
   71033             :         .hash = -1,
   71034             :         .state = {
   71035             :             .kind = 1,
   71036             :             .compact = 1,
   71037             :             .ascii = 1,
   71038             :         },
   71039             :     },
   71040             :     ._data = "_TextIOBase",
   71041             : };
   71042             : static
   71043             :     struct {
   71044             :         PyGC_Head _gc_head;
   71045             :         struct {
   71046             :             PyObject_VAR_HEAD
   71047             :             PyObject *ob_item[6];
   71048             :         }_object;
   71049             :     }
   71050             : io_toplevel_consts_16_names = {
   71051             :     ._object = {
   71052             :         .ob_base = {
   71053             :             .ob_base = {
   71054             :                 .ob_refcnt = 999999999,
   71055             :                 .ob_type = &PyTuple_Type,
   71056             :             },
   71057             :             .ob_size = 6,
   71058             :         },
   71059             :         .ob_item = {
   71060             :             &_Py_ID(__name__),
   71061             :             &_Py_ID(__module__),
   71062             :             &_Py_ID(__qualname__),
   71063             :             & const_str__io._ascii.ob_base,
   71064             :             & const_str__TextIOBase._ascii.ob_base,
   71065             :             &_Py_ID(__doc__),
   71066             :         },
   71067             :     },
   71068             : };
   71069             : static
   71070             :     struct {
   71071             :         PyObject_VAR_HEAD
   71072             :         Py_hash_t ob_shash;
   71073             :         char ob_sval[30];
   71074             :     }
   71075             : io_toplevel_consts_16_linetable = {
   71076             :     .ob_base = {
   71077             :         .ob_base = {
   71078             :             .ob_refcnt = 999999999,
   71079             :             .ob_type = &PyBytes_Type,
   71080             :         },
   71081             :         .ob_size = 29,
   71082             :     },
   71083             :     .ob_shash = -1,
   71084             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8f\x6f\x89\x6f\xd7\x0e\x25\xd1\x0e\x25\x80\x47\x80\x47\x80\x47",
   71085             : };
   71086             : static
   71087             :     struct _PyCode_DEF(58)
   71088             : io_toplevel_consts_16 = {
   71089             :     .ob_base = {
   71090             :         .ob_base = {
   71091             :             .ob_refcnt = 999999999,
   71092             :             .ob_type = &PyCode_Type,
   71093             :         },
   71094             :         .ob_size = 29,
   71095             :     },
   71096             :     .co_consts = & io_toplevel_consts_16_consts._object.ob_base.ob_base,
   71097             :     .co_names = & io_toplevel_consts_16_names._object.ob_base.ob_base,
   71098             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   71099             :     .co_flags = 0,
   71100             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   71101             :     ._co_linearray_entry_size = 0,
   71102             :     .co_argcount = 0,
   71103             :     .co_posonlyargcount = 0,
   71104             :     .co_kwonlyargcount = 0,
   71105             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   71106             :     .co_stacksize = 1,
   71107             :     .co_firstlineno = 80,
   71108             :     .co_nlocalsplus = 0,
   71109             :     .co_nlocals = 0,
   71110             :     .co_nplaincellvars = 0,
   71111             :     .co_ncellvars = 0,
   71112             :     .co_nfreevars = 0,
   71113             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   71114             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   71115             :     .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
   71116             :     .co_name = & const_str_TextIOBase._ascii.ob_base,
   71117             :     .co_qualname = & const_str_TextIOBase._ascii.ob_base,
   71118             :     .co_linetable = & io_toplevel_consts_16_linetable.ob_base.ob_base,
   71119             :     ._co_code = NULL,
   71120             :     ._co_linearray = NULL,
   71121             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
   71122             :     ._co_firsttraceable = 0,
   71123             : };
   71124             : static
   71125             :     struct {
   71126             :         PyASCIIObject _ascii;
   71127             :         uint8_t _data[18];
   71128             :     }
   71129             : const_str__WindowsConsoleIO = {
   71130             :     ._ascii = {
   71131             :         .ob_base = {
   71132             :             .ob_refcnt = 999999999,
   71133             :             .ob_type = &PyUnicode_Type,
   71134             :         },
   71135             :         .length = 17,
   71136             :         .hash = -1,
   71137             :         .state = {
   71138             :             .kind = 1,
   71139             :             .compact = 1,
   71140             :             .ascii = 1,
   71141             :         },
   71142             :     },
   71143             :     ._data = "_WindowsConsoleIO",
   71144             : };
   71145             : static
   71146             :     struct {
   71147             :         PyGC_Head _gc_head;
   71148             :         struct {
   71149             :             PyObject_VAR_HEAD
   71150             :             PyObject *ob_item[1];
   71151             :         }_object;
   71152             :     }
   71153             : io_toplevel_consts_18 = {
   71154             :     ._object = {
   71155             :         .ob_base = {
   71156             :             .ob_base = {
   71157             :                 .ob_refcnt = 999999999,
   71158             :                 .ob_type = &PyTuple_Type,
   71159             :             },
   71160             :             .ob_size = 1,
   71161             :         },
   71162             :         .ob_item = {
   71163             :             & const_str__WindowsConsoleIO._ascii.ob_base,
   71164             :         },
   71165             :     },
   71166             : };
   71167             : static
   71168             :     struct {
   71169             :         PyGC_Head _gc_head;
   71170             :         struct {
   71171             :             PyObject_VAR_HEAD
   71172             :             PyObject *ob_item[19];
   71173             :         }_object;
   71174             :     }
   71175             : io_toplevel_consts = {
   71176             :     ._object = {
   71177             :         .ob_base = {
   71178             :             .ob_base = {
   71179             :                 .ob_refcnt = 999999999,
   71180             :                 .ob_type = &PyTuple_Type,
   71181             :             },
   71182             :             .ob_size = 19,
   71183             :         },
   71184             :         .ob_item = {
   71185             :             & io_toplevel_consts_0._ascii.ob_base,
   71186             :             & io_toplevel_consts_1._ascii.ob_base,
   71187             :             & io_toplevel_consts_2._object.ob_base.ob_base,
   71188             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   71189             :             Py_None,
   71190             :             & io_toplevel_consts_5._object.ob_base.ob_base,
   71191             :             & const_str_io._ascii.ob_base,
   71192             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   71193             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   71194             :             & io_toplevel_consts_9.ob_base.ob_base,
   71195             :             & const_str_IOBase._ascii.ob_base,
   71196             :             & abc_toplevel_consts_17._object.ob_base.ob_base,
   71197             :             & io_toplevel_consts_12.ob_base.ob_base,
   71198             :             & const_str_RawIOBase._ascii.ob_base,
   71199             :             & io_toplevel_consts_14.ob_base.ob_base,
   71200             :             & const_str_BufferedIOBase._ascii.ob_base,
   71201             :             & io_toplevel_consts_16.ob_base.ob_base,
   71202             :             & const_str_TextIOBase._ascii.ob_base,
   71203             :             & io_toplevel_consts_18._object.ob_base.ob_base,
   71204             :         },
   71205             :     },
   71206             : };
   71207             : static
   71208             :     struct {
   71209             :         PyASCIIObject _ascii;
   71210             :         uint8_t _data[11];
   71211             :     }
   71212             : const_str___author__ = {
   71213             :     ._ascii = {
   71214             :         .ob_base = {
   71215             :             .ob_refcnt = 999999999,
   71216             :             .ob_type = &PyUnicode_Type,
   71217             :         },
   71218             :         .length = 10,
   71219             :         .hash = -1,
   71220             :         .state = {
   71221             :             .kind = 1,
   71222             :             .compact = 1,
   71223             :             .ascii = 1,
   71224             :         },
   71225             :     },
   71226             :     ._data = "__author__",
   71227             : };
   71228             : static
   71229             :     struct {
   71230             :         PyASCIIObject _ascii;
   71231             :         uint8_t _data[6];
   71232             :     }
   71233             : const_str_klass = {
   71234             :     ._ascii = {
   71235             :         .ob_base = {
   71236             :             .ob_refcnt = 999999999,
   71237             :             .ob_type = &PyUnicode_Type,
   71238             :         },
   71239             :         .length = 5,
   71240             :         .hash = -1,
   71241             :         .state = {
   71242             :             .kind = 1,
   71243             :             .compact = 1,
   71244             :             .ascii = 1,
   71245             :         },
   71246             :     },
   71247             :     ._data = "klass",
   71248             : };
   71249             : static
   71250             :     struct {
   71251             :         PyGC_Head _gc_head;
   71252             :         struct {
   71253             :             PyObject_VAR_HEAD
   71254             :             PyObject *ob_item[37];
   71255             :         }_object;
   71256             :     }
   71257             : io_toplevel_names = {
   71258             :     ._object = {
   71259             :         .ob_base = {
   71260             :             .ob_base = {
   71261             :                 .ob_refcnt = 999999999,
   71262             :                 .ob_type = &PyTuple_Type,
   71263             :             },
   71264             :             .ob_size = 37,
   71265             :         },
   71266             :         .ob_item = {
   71267             :             &_Py_ID(__doc__),
   71268             :             & const_str___author__._ascii.ob_base,
   71269             :             &_Py_ID(__all__),
   71270             :             & const_str__io._ascii.ob_base,
   71271             :             & const_str_abc._ascii.ob_base,
   71272             :             & const_str_DEFAULT_BUFFER_SIZE._ascii.ob_base,
   71273             :             & const_str_BlockingIOError._ascii.ob_base,
   71274             :             & const_str_UnsupportedOperation._ascii.ob_base,
   71275             :             &_Py_ID(open),
   71276             :             & const_str_open_code._ascii.ob_base,
   71277             :             & const_str_FileIO._ascii.ob_base,
   71278             :             & const_str_BytesIO._ascii.ob_base,
   71279             :             & const_str_StringIO._ascii.ob_base,
   71280             :             & const_str_BufferedReader._ascii.ob_base,
   71281             :             & const_str_BufferedWriter._ascii.ob_base,
   71282             :             & const_str_BufferedRWPair._ascii.ob_base,
   71283             :             & const_str_BufferedRandom._ascii.ob_base,
   71284             :             & const_str_IncrementalNewlineDecoder._ascii.ob_base,
   71285             :             & const_str_text_encoding._ascii.ob_base,
   71286             :             &_Py_ID(TextIOWrapper),
   71287             :             &_Py_ID(__module__),
   71288             :             & const_str_SEEK_SET._ascii.ob_base,
   71289             :             & const_str_SEEK_CUR._ascii.ob_base,
   71290             :             & const_str_SEEK_END._ascii.ob_base,
   71291             :             & const_str__IOBase._ascii.ob_base,
   71292             :             & const_str_ABCMeta._ascii.ob_base,
   71293             :             & const_str_IOBase._ascii.ob_base,
   71294             :             & const_str__RawIOBase._ascii.ob_base,
   71295             :             & const_str_RawIOBase._ascii.ob_base,
   71296             :             & const_str__BufferedIOBase._ascii.ob_base,
   71297             :             & const_str_BufferedIOBase._ascii.ob_base,
   71298             :             & const_str__TextIOBase._ascii.ob_base,
   71299             :             & const_str_TextIOBase._ascii.ob_base,
   71300             :             & const_str_register._ascii.ob_base,
   71301             :             & const_str_klass._ascii.ob_base,
   71302             :             & const_str__WindowsConsoleIO._ascii.ob_base,
   71303             :             & const_str_ImportError._ascii.ob_base,
   71304             :         },
   71305             :     },
   71306             : };
   71307             : static
   71308             :     struct {
   71309             :         PyObject_VAR_HEAD
   71310             :         Py_hash_t ob_shash;
   71311             :         char ob_sval[675];
   71312             :     }
   71313             : io_toplevel_linetable = {
   71314             :     .ob_base = {
   71315             :         .ob_base = {
   71316             :             .ob_refcnt = 999999999,
   71317             :             .ob_type = &PyBytes_Type,
   71318             :         },
   71319             :         .ob_size = 674,
   71320             :     },
   71321             :     .ob_shash = -1,
   71322             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x21\x01\x04\xf0\x00\x21\x01\x04\xf0\x48\x01\x05\x0f\x38\x80\x0a\xf0\x0e\x04\x0b\x47\x01\xf0\x00\x04\x0b\x47\x01\xf0\x00\x04\x0b\x47\x01\x80\x07\xf0\x0e\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xf0\x04\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x0e\x00\x23\x27\xd0\x00\x14\xd4\x00\x1f\xf0\x06\x00\x0c\x0d\x80\x08\xd8\x0b\x0c\x80\x08\xd8\x0b\x0c\x80\x08\xf0\x0a\x01\x01\x22\xf0\x00\x01\x01\x22\xf0\x00\x01\x01\x22\xf0\x00\x01\x01\x22\xf0\x00\x01\x01\x22\x88\x53\x8f\x5b\x89\x5b\xa0\x43\xa7\x4b\xa1\x4b\xf0\x00\x01\x01\x22\xf4\x00\x01\x01\x22\xf0\x00\x01\x01\x22\xf0\x06\x01\x01\x25\xf0\x00\x01\x01\x25\xf0\x00\x01\x01\x25\xf0\x00\x01\x01\x25\xf0\x00\x01\x01\x25\x90\x03\x97\x0e\x91\x0e\xa0\x06\xf4\x00\x01\x01\x25\xf0\x00\x01\x01\x25\xf0\x06\x01\x01\x2a\xf0\x00\x01\x01\x2a\xf0\x00\x01\x01\x2a\xf0\x00\x01\x01\x2a\xf0\x00\x01\x01\x2a\x90\x53\xd7\x15\x28\xd1\x15\x28\xa8\x26\xf4\x00\x01\x01\x2a\xf0\x00\x01\x01\x2a\xf0\x06\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x00\x01\x01\x26\x90\x13\x97\x1f\x91\x1f\xa0\x26\xf4\x00\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x06\x00\x01\x0a\xd7\x00\x12\xd1\x00\x12\x90\x36\xd4\x00\x1a\xd0\x00\x1a\xe0\x0e\x15\x90\x7e\xa0\x7e\xb0\x7e\xd8\x0e\x1c\xf0\x03\x01\x0e\x1e\xf0\x00\x02\x01\x23\xf1\x00\x02\x01\x23\x80\x45\xe0\x04\x12\xd7\x04\x1b\xd1\x04\x1b\x98\x45\xd4\x04\x22\xd0\x04\x22\xd0\x04\x22\xe0\x0e\x16\x98\x0d\xd0\x0d\x26\xf0\x00\x01\x01\x1f\xf1\x00\x01\x01\x1f\x80\x45\xd8\x04\x0e\xd7\x04\x17\xd1\x04\x17\x98\x05\xd4\x04\x1e\xd0\x04\x1e\xd0\x04\x1e\xd8\x04\x09\xf0\x04\x05\x01\x2a\xd8\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xf0\x08\x00\x05\x0e\xd7\x04\x16\xd1\x04\x16\xd0\x17\x28\xd4\x04\x29\xd0\x04\x29\xd0\x04\x29\xd0\x04\x29\xf8\xf0\x07\x00\x08\x13\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xd8\x04\x08\x80\x44\x80\x44\xf0\x03\x01\x01\x09\xf8\xf8\xf8",
   71323             : };
   71324             : static
   71325             :     struct {
   71326             :         PyObject_VAR_HEAD
   71327             :         Py_hash_t ob_shash;
   71328             :         char ob_sval[19];
   71329             :     }
   71330             : io_toplevel_exceptiontable = {
   71331             :     .ob_base = {
   71332             :         .ob_base = {
   71333             :             .ob_refcnt = 999999999,
   71334             :             .ob_type = &PyBytes_Type,
   71335             :         },
   71336             :         .ob_size = 18,
   71337             :     },
   71338             :     .ob_shash = -1,
   71339             :     .ob_sval = "\xc3\x32\x06\x44\x0c\x00\xc4\x0c\x05\x44\x15\x03\xc4\x14\x01\x44\x15\x03",
   71340             : };
   71341             : static
   71342             :     struct _PyCode_DEF(560)
   71343             : io_toplevel = {
   71344             :     .ob_base = {
   71345             :         .ob_base = {
   71346             :             .ob_refcnt = 999999999,
   71347             :             .ob_type = &PyCode_Type,
   71348             :         },
   71349             :         .ob_size = 280,
   71350             :     },
   71351             :     .co_consts = & io_toplevel_consts._object.ob_base.ob_base,
   71352             :     .co_names = & io_toplevel_names._object.ob_base.ob_base,
   71353             :     .co_exceptiontable = & io_toplevel_exceptiontable.ob_base.ob_base,
   71354             :     .co_flags = 0,
   71355             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   71356             :     ._co_linearray_entry_size = 0,
   71357             :     .co_argcount = 0,
   71358             :     .co_posonlyargcount = 0,
   71359             :     .co_kwonlyargcount = 0,
   71360             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   71361             :     .co_stacksize = 6,
   71362             :     .co_firstlineno = 1,
   71363             :     .co_nlocalsplus = 0,
   71364             :     .co_nlocals = 0,
   71365             :     .co_nplaincellvars = 0,
   71366             :     .co_ncellvars = 0,
   71367             :     .co_nfreevars = 0,
   71368             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   71369             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   71370             :     .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
   71371             :     .co_name = &_Py_STR(anon_module),
   71372             :     .co_qualname = &_Py_STR(anon_module),
   71373             :     .co_linetable = & io_toplevel_linetable.ob_base.ob_base,
   71374             :     ._co_code = NULL,
   71375             :     ._co_linearray = NULL,
   71376             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x5a\x01\x67\x00\x64\x02\xa2\x01\x5a\x02\x64\x03\x64\x04\x6c\x03\x5a\x03\x64\x03\x64\x04\x6c\x04\x5a\x04\x64\x03\x64\x05\x6c\x03\x6d\x05\x5a\x05\x6d\x06\x5a\x06\x6d\x07\x5a\x07\x6d\x08\x5a\x08\x6d\x09\x5a\x09\x6d\x0a\x5a\x0a\x6d\x0b\x5a\x0b\x6d\x0c\x5a\x0c\x6d\x0d\x5a\x0d\x6d\x0e\x5a\x0e\x6d\x0f\x5a\x0f\x6d\x10\x5a\x10\x6d\x11\x5a\x11\x6d\x12\x5a\x12\x6d\x13\x5a\x13\x01\x00\x64\x06\x65\x07\x5f\x14\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x5a\x15\x64\x07\x5a\x16\x64\x08\x5a\x17\x02\x00\x47\x00\x64\x09\x84\x00\x64\x0a\x65\x03\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x04\x6a\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0b\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1a\x02\x00\x47\x00\x64\x0c\x84\x00\x64\x0d\x65\x03\x6a\x36\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1c\x02\x00\x47\x00\x64\x0e\x84\x00\x64\x0f\x65\x03\x6a\x3a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1e\x02\x00\x47\x00\x64\x10\x84\x00\x64\x11\x65\x03\x6a\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x65\x1c\x6a\x43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x0b\x65\x0d\x65\x0e\x65\x10\x65\x0f\x66\x05\x44\x00\x5d\x14\x00\x00\x5a\x22\x65\x1e\x6a\x43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x22\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x65\x0c\x65\x13\x66\x02\x44\x00\x5d\x14\x00\x00\x5a\x22\x65\x20\x6a\x43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x22\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x5b\x22\x09\x00\x64\x03\x64\x12\x6c\x03\x6d\x23\x5a\x23\x01\x00\x65\x1c\x6a\x43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x23\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x23\x00\x65\x24\x24\x00\x72\x04\x01\x00\x59\x00\x64\x04\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   71377             :     ._co_firsttraceable = 0,
   71378             : };
   71379           8 : static void io_do_patchups(void) {
   71380           8 : }
   71381             : 
   71382             : PyObject *
   71383           8 : _Py_get_io_toplevel(void)
   71384             : {
   71385           8 :     io_do_patchups();
   71386           8 :     return Py_NewRef((PyObject *) &io_toplevel);
   71387             : }
   71388             : 
   71389             : static
   71390             :     struct {
   71391             :         PyASCIIObject _ascii;
   71392             :         uint8_t _data[107];
   71393             :     }
   71394             : _collections_abc_toplevel_consts_0 = {
   71395             :     ._ascii = {
   71396             :         .ob_base = {
   71397             :             .ob_refcnt = 999999999,
   71398             :             .ob_type = &PyUnicode_Type,
   71399             :         },
   71400             :         .length = 106,
   71401             :         .hash = -1,
   71402             :         .state = {
   71403             :             .kind = 1,
   71404             :             .compact = 1,
   71405             :             .ascii = 1,
   71406             :         },
   71407             :     },
   71408             :     ._data = "\x41\x62\x73\x74\x72\x61\x63\x74\x20\x42\x61\x73\x65\x20\x43\x6c\x61\x73\x73\x65\x73\x20\x28\x41\x42\x43\x73\x29\x20\x66\x6f\x72\x20\x63\x6f\x6c\x6c\x65\x63\x74\x69\x6f\x6e\x73\x2c\x20\x61\x63\x63\x6f\x72\x64\x69\x6e\x67\x20\x74\x6f\x20\x50\x45\x50\x20\x33\x31\x31\x39\x2e\x0a\x0a\x55\x6e\x69\x74\x20\x74\x65\x73\x74\x73\x20\x61\x72\x65\x20\x69\x6e\x20\x74\x65\x73\x74\x5f\x63\x6f\x6c\x6c\x65\x63\x74\x69\x6f\x6e\x73\x2e\x0a",
   71409             : };
   71410             : static
   71411             :     struct {
   71412             :         PyGC_Head _gc_head;
   71413             :         struct {
   71414             :             PyObject_VAR_HEAD
   71415             :             PyObject *ob_item[2];
   71416             :         }_object;
   71417             :     }
   71418             : _collections_abc_toplevel_consts_2 = {
   71419             :     ._object = {
   71420             :         .ob_base = {
   71421             :             .ob_base = {
   71422             :                 .ob_refcnt = 999999999,
   71423             :                 .ob_type = &PyTuple_Type,
   71424             :             },
   71425             :             .ob_size = 2,
   71426             :         },
   71427             :         .ob_item = {
   71428             :             & const_str_ABCMeta._ascii.ob_base,
   71429             :             & const_str_abstractmethod._ascii.ob_base,
   71430             :         },
   71431             :     },
   71432             : };
   71433             : static
   71434             :     struct {
   71435             :         PyASCIIObject _ascii;
   71436             :         uint8_t _data[26];
   71437             :     }
   71438             : _collections_abc_toplevel_consts_5_filename = {
   71439             :     ._ascii = {
   71440             :         .ob_base = {
   71441             :             .ob_refcnt = 999999999,
   71442             :             .ob_type = &PyUnicode_Type,
   71443             :         },
   71444             :         .length = 25,
   71445             :         .hash = -1,
   71446             :         .state = {
   71447             :             .kind = 1,
   71448             :             .compact = 1,
   71449             :             .ascii = 1,
   71450             :         },
   71451             :     },
   71452             :     ._data = "<frozen _collections_abc>",
   71453             : };
   71454             : static
   71455             :     struct {
   71456             :         PyASCIIObject _ascii;
   71457             :         uint8_t _data[3];
   71458             :     }
   71459             : const_str__f = {
   71460             :     ._ascii = {
   71461             :         .ob_base = {
   71462             :             .ob_refcnt = 999999999,
   71463             :             .ob_type = &PyUnicode_Type,
   71464             :         },
   71465             :         .length = 2,
   71466             :         .hash = -1,
   71467             :         .state = {
   71468             :             .kind = 1,
   71469             :             .compact = 1,
   71470             :             .ascii = 1,
   71471             :         },
   71472             :     },
   71473             :     ._data = "_f",
   71474             : };
   71475             : static
   71476             :     struct _PyCode_DEF(6)
   71477             : _collections_abc_toplevel_consts_5 = {
   71478             :     .ob_base = {
   71479             :         .ob_base = {
   71480             :             .ob_refcnt = 999999999,
   71481             :             .ob_type = &PyCode_Type,
   71482             :         },
   71483             :         .ob_size = 3,
   71484             :     },
   71485             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   71486             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   71487             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   71488             :     .co_flags = 3,
   71489             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   71490             :     ._co_linearray_entry_size = 0,
   71491             :     .co_argcount = 0,
   71492             :     .co_posonlyargcount = 0,
   71493             :     .co_kwonlyargcount = 0,
   71494             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   71495             :     .co_stacksize = 1,
   71496             :     .co_firstlineno = 40,
   71497             :     .co_nlocalsplus = 0,
   71498             :     .co_nlocals = 0,
   71499             :     .co_nplaincellvars = 0,
   71500             :     .co_ncellvars = 0,
   71501             :     .co_nfreevars = 0,
   71502             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   71503             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   71504             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   71505             :     .co_name = & const_str__f._ascii.ob_base,
   71506             :     .co_qualname = & const_str__f._ascii.ob_base,
   71507             :     .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
   71508             :     ._co_code = NULL,
   71509             :     ._co_linearray = NULL,
   71510             :     .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
   71511             :     ._co_firsttraceable = 0,
   71512             : };
   71513             : static
   71514             :     struct {
   71515             :         PyASCIIObject _ascii;
   71516             :         uint8_t _data[10];
   71517             :     }
   71518             : const_str_Awaitable = {
   71519             :     ._ascii = {
   71520             :         .ob_base = {
   71521             :             .ob_refcnt = 999999999,
   71522             :             .ob_type = &PyUnicode_Type,
   71523             :         },
   71524             :         .length = 9,
   71525             :         .hash = -1,
   71526             :         .state = {
   71527             :             .kind = 1,
   71528             :             .compact = 1,
   71529             :             .ascii = 1,
   71530             :         },
   71531             :     },
   71532             :     ._data = "Awaitable",
   71533             : };
   71534             : static
   71535             :     struct {
   71536             :         PyASCIIObject _ascii;
   71537             :         uint8_t _data[10];
   71538             :     }
   71539             : const_str_Coroutine = {
   71540             :     ._ascii = {
   71541             :         .ob_base = {
   71542             :             .ob_refcnt = 999999999,
   71543             :             .ob_type = &PyUnicode_Type,
   71544             :         },
   71545             :         .length = 9,
   71546             :         .hash = -1,
   71547             :         .state = {
   71548             :             .kind = 1,
   71549             :             .compact = 1,
   71550             :             .ascii = 1,
   71551             :         },
   71552             :     },
   71553             :     ._data = "Coroutine",
   71554             : };
   71555             : static
   71556             :     struct {
   71557             :         PyASCIIObject _ascii;
   71558             :         uint8_t _data[14];
   71559             :     }
   71560             : const_str_AsyncIterable = {
   71561             :     ._ascii = {
   71562             :         .ob_base = {
   71563             :             .ob_refcnt = 999999999,
   71564             :             .ob_type = &PyUnicode_Type,
   71565             :         },
   71566             :         .length = 13,
   71567             :         .hash = -1,
   71568             :         .state = {
   71569             :             .kind = 1,
   71570             :             .compact = 1,
   71571             :             .ascii = 1,
   71572             :         },
   71573             :     },
   71574             :     ._data = "AsyncIterable",
   71575             : };
   71576             : static
   71577             :     struct {
   71578             :         PyASCIIObject _ascii;
   71579             :         uint8_t _data[14];
   71580             :     }
   71581             : const_str_AsyncIterator = {
   71582             :     ._ascii = {
   71583             :         .ob_base = {
   71584             :             .ob_refcnt = 999999999,
   71585             :             .ob_type = &PyUnicode_Type,
   71586             :         },
   71587             :         .length = 13,
   71588             :         .hash = -1,
   71589             :         .state = {
   71590             :             .kind = 1,
   71591             :             .compact = 1,
   71592             :             .ascii = 1,
   71593             :         },
   71594             :     },
   71595             :     ._data = "AsyncIterator",
   71596             : };
   71597             : static
   71598             :     struct {
   71599             :         PyASCIIObject _ascii;
   71600             :         uint8_t _data[15];
   71601             :     }
   71602             : const_str_AsyncGenerator = {
   71603             :     ._ascii = {
   71604             :         .ob_base = {
   71605             :             .ob_refcnt = 999999999,
   71606             :             .ob_type = &PyUnicode_Type,
   71607             :         },
   71608             :         .length = 14,
   71609             :         .hash = -1,
   71610             :         .state = {
   71611             :             .kind = 1,
   71612             :             .compact = 1,
   71613             :             .ascii = 1,
   71614             :         },
   71615             :     },
   71616             :     ._data = "AsyncGenerator",
   71617             : };
   71618             : static
   71619             :     struct {
   71620             :         PyASCIIObject _ascii;
   71621             :         uint8_t _data[9];
   71622             :     }
   71623             : const_str_Hashable = {
   71624             :     ._ascii = {
   71625             :         .ob_base = {
   71626             :             .ob_refcnt = 999999999,
   71627             :             .ob_type = &PyUnicode_Type,
   71628             :         },
   71629             :         .length = 8,
   71630             :         .hash = -1,
   71631             :         .state = {
   71632             :             .kind = 1,
   71633             :             .compact = 1,
   71634             :             .ascii = 1,
   71635             :         },
   71636             :     },
   71637             :     ._data = "Hashable",
   71638             : };
   71639             : static
   71640             :     struct {
   71641             :         PyASCIIObject _ascii;
   71642             :         uint8_t _data[9];
   71643             :     }
   71644             : const_str_Iterable = {
   71645             :     ._ascii = {
   71646             :         .ob_base = {
   71647             :             .ob_refcnt = 999999999,
   71648             :             .ob_type = &PyUnicode_Type,
   71649             :         },
   71650             :         .length = 8,
   71651             :         .hash = -1,
   71652             :         .state = {
   71653             :             .kind = 1,
   71654             :             .compact = 1,
   71655             :             .ascii = 1,
   71656             :         },
   71657             :     },
   71658             :     ._data = "Iterable",
   71659             : };
   71660             : static
   71661             :     struct {
   71662             :         PyASCIIObject _ascii;
   71663             :         uint8_t _data[9];
   71664             :     }
   71665             : const_str_Iterator = {
   71666             :     ._ascii = {
   71667             :         .ob_base = {
   71668             :             .ob_refcnt = 999999999,
   71669             :             .ob_type = &PyUnicode_Type,
   71670             :         },
   71671             :         .length = 8,
   71672             :         .hash = -1,
   71673             :         .state = {
   71674             :             .kind = 1,
   71675             :             .compact = 1,
   71676             :             .ascii = 1,
   71677             :         },
   71678             :     },
   71679             :     ._data = "Iterator",
   71680             : };
   71681             : static
   71682             :     struct {
   71683             :         PyASCIIObject _ascii;
   71684             :         uint8_t _data[10];
   71685             :     }
   71686             : const_str_Generator = {
   71687             :     ._ascii = {
   71688             :         .ob_base = {
   71689             :             .ob_refcnt = 999999999,
   71690             :             .ob_type = &PyUnicode_Type,
   71691             :         },
   71692             :         .length = 9,
   71693             :         .hash = -1,
   71694             :         .state = {
   71695             :             .kind = 1,
   71696             :             .compact = 1,
   71697             :             .ascii = 1,
   71698             :         },
   71699             :     },
   71700             :     ._data = "Generator",
   71701             : };
   71702             : static
   71703             :     struct {
   71704             :         PyASCIIObject _ascii;
   71705             :         uint8_t _data[11];
   71706             :     }
   71707             : const_str_Reversible = {
   71708             :     ._ascii = {
   71709             :         .ob_base = {
   71710             :             .ob_refcnt = 999999999,
   71711             :             .ob_type = &PyUnicode_Type,
   71712             :         },
   71713             :         .length = 10,
   71714             :         .hash = -1,
   71715             :         .state = {
   71716             :             .kind = 1,
   71717             :             .compact = 1,
   71718             :             .ascii = 1,
   71719             :         },
   71720             :     },
   71721             :     ._data = "Reversible",
   71722             : };
   71723             : static
   71724             :     struct {
   71725             :         PyASCIIObject _ascii;
   71726             :         uint8_t _data[6];
   71727             :     }
   71728             : const_str_Sized = {
   71729             :     ._ascii = {
   71730             :         .ob_base = {
   71731             :             .ob_refcnt = 999999999,
   71732             :             .ob_type = &PyUnicode_Type,
   71733             :         },
   71734             :         .length = 5,
   71735             :         .hash = -1,
   71736             :         .state = {
   71737             :             .kind = 1,
   71738             :             .compact = 1,
   71739             :             .ascii = 1,
   71740             :         },
   71741             :     },
   71742             :     ._data = "Sized",
   71743             : };
   71744             : static
   71745             :     struct {
   71746             :         PyASCIIObject _ascii;
   71747             :         uint8_t _data[10];
   71748             :     }
   71749             : const_str_Container = {
   71750             :     ._ascii = {
   71751             :         .ob_base = {
   71752             :             .ob_refcnt = 999999999,
   71753             :             .ob_type = &PyUnicode_Type,
   71754             :         },
   71755             :         .length = 9,
   71756             :         .hash = -1,
   71757             :         .state = {
   71758             :             .kind = 1,
   71759             :             .compact = 1,
   71760             :             .ascii = 1,
   71761             :         },
   71762             :     },
   71763             :     ._data = "Container",
   71764             : };
   71765             : static
   71766             :     struct {
   71767             :         PyASCIIObject _ascii;
   71768             :         uint8_t _data[9];
   71769             :     }
   71770             : const_str_Callable = {
   71771             :     ._ascii = {
   71772             :         .ob_base = {
   71773             :             .ob_refcnt = 999999999,
   71774             :             .ob_type = &PyUnicode_Type,
   71775             :         },
   71776             :         .length = 8,
   71777             :         .hash = -1,
   71778             :         .state = {
   71779             :             .kind = 1,
   71780             :             .compact = 1,
   71781             :             .ascii = 1,
   71782             :         },
   71783             :     },
   71784             :     ._data = "Callable",
   71785             : };
   71786             : static
   71787             :     struct {
   71788             :         PyASCIIObject _ascii;
   71789             :         uint8_t _data[11];
   71790             :     }
   71791             : const_str_Collection = {
   71792             :     ._ascii = {
   71793             :         .ob_base = {
   71794             :             .ob_refcnt = 999999999,
   71795             :             .ob_type = &PyUnicode_Type,
   71796             :         },
   71797             :         .length = 10,
   71798             :         .hash = -1,
   71799             :         .state = {
   71800             :             .kind = 1,
   71801             :             .compact = 1,
   71802             :             .ascii = 1,
   71803             :         },
   71804             :     },
   71805             :     ._data = "Collection",
   71806             : };
   71807             : static
   71808             :     struct {
   71809             :         PyASCIIObject _ascii;
   71810             :         uint8_t _data[4];
   71811             :     }
   71812             : const_str_Set = {
   71813             :     ._ascii = {
   71814             :         .ob_base = {
   71815             :             .ob_refcnt = 999999999,
   71816             :             .ob_type = &PyUnicode_Type,
   71817             :         },
   71818             :         .length = 3,
   71819             :         .hash = -1,
   71820             :         .state = {
   71821             :             .kind = 1,
   71822             :             .compact = 1,
   71823             :             .ascii = 1,
   71824             :         },
   71825             :     },
   71826             :     ._data = "Set",
   71827             : };
   71828             : static
   71829             :     struct {
   71830             :         PyASCIIObject _ascii;
   71831             :         uint8_t _data[11];
   71832             :     }
   71833             : const_str_MutableSet = {
   71834             :     ._ascii = {
   71835             :         .ob_base = {
   71836             :             .ob_refcnt = 999999999,
   71837             :             .ob_type = &PyUnicode_Type,
   71838             :         },
   71839             :         .length = 10,
   71840             :         .hash = -1,
   71841             :         .state = {
   71842             :             .kind = 1,
   71843             :             .compact = 1,
   71844             :             .ascii = 1,
   71845             :         },
   71846             :     },
   71847             :     ._data = "MutableSet",
   71848             : };
   71849             : static
   71850             :     struct {
   71851             :         PyASCIIObject _ascii;
   71852             :         uint8_t _data[8];
   71853             :     }
   71854             : const_str_Mapping = {
   71855             :     ._ascii = {
   71856             :         .ob_base = {
   71857             :             .ob_refcnt = 999999999,
   71858             :             .ob_type = &PyUnicode_Type,
   71859             :         },
   71860             :         .length = 7,
   71861             :         .hash = -1,
   71862             :         .state = {
   71863             :             .kind = 1,
   71864             :             .compact = 1,
   71865             :             .ascii = 1,
   71866             :         },
   71867             :     },
   71868             :     ._data = "Mapping",
   71869             : };
   71870             : static
   71871             :     struct {
   71872             :         PyASCIIObject _ascii;
   71873             :         uint8_t _data[15];
   71874             :     }
   71875             : const_str_MutableMapping = {
   71876             :     ._ascii = {
   71877             :         .ob_base = {
   71878             :             .ob_refcnt = 999999999,
   71879             :             .ob_type = &PyUnicode_Type,
   71880             :         },
   71881             :         .length = 14,
   71882             :         .hash = -1,
   71883             :         .state = {
   71884             :             .kind = 1,
   71885             :             .compact = 1,
   71886             :             .ascii = 1,
   71887             :         },
   71888             :     },
   71889             :     ._data = "MutableMapping",
   71890             : };
   71891             : static
   71892             :     struct {
   71893             :         PyASCIIObject _ascii;
   71894             :         uint8_t _data[12];
   71895             :     }
   71896             : const_str_MappingView = {
   71897             :     ._ascii = {
   71898             :         .ob_base = {
   71899             :             .ob_refcnt = 999999999,
   71900             :             .ob_type = &PyUnicode_Type,
   71901             :         },
   71902             :         .length = 11,
   71903             :         .hash = -1,
   71904             :         .state = {
   71905             :             .kind = 1,
   71906             :             .compact = 1,
   71907             :             .ascii = 1,
   71908             :         },
   71909             :     },
   71910             :     ._data = "MappingView",
   71911             : };
   71912             : static
   71913             :     struct {
   71914             :         PyASCIIObject _ascii;
   71915             :         uint8_t _data[9];
   71916             :     }
   71917             : const_str_KeysView = {
   71918             :     ._ascii = {
   71919             :         .ob_base = {
   71920             :             .ob_refcnt = 999999999,
   71921             :             .ob_type = &PyUnicode_Type,
   71922             :         },
   71923             :         .length = 8,
   71924             :         .hash = -1,
   71925             :         .state = {
   71926             :             .kind = 1,
   71927             :             .compact = 1,
   71928             :             .ascii = 1,
   71929             :         },
   71930             :     },
   71931             :     ._data = "KeysView",
   71932             : };
   71933             : static
   71934             :     struct {
   71935             :         PyASCIIObject _ascii;
   71936             :         uint8_t _data[10];
   71937             :     }
   71938             : const_str_ItemsView = {
   71939             :     ._ascii = {
   71940             :         .ob_base = {
   71941             :             .ob_refcnt = 999999999,
   71942             :             .ob_type = &PyUnicode_Type,
   71943             :         },
   71944             :         .length = 9,
   71945             :         .hash = -1,
   71946             :         .state = {
   71947             :             .kind = 1,
   71948             :             .compact = 1,
   71949             :             .ascii = 1,
   71950             :         },
   71951             :     },
   71952             :     ._data = "ItemsView",
   71953             : };
   71954             : static
   71955             :     struct {
   71956             :         PyASCIIObject _ascii;
   71957             :         uint8_t _data[11];
   71958             :     }
   71959             : const_str_ValuesView = {
   71960             :     ._ascii = {
   71961             :         .ob_base = {
   71962             :             .ob_refcnt = 999999999,
   71963             :             .ob_type = &PyUnicode_Type,
   71964             :         },
   71965             :         .length = 10,
   71966             :         .hash = -1,
   71967             :         .state = {
   71968             :             .kind = 1,
   71969             :             .compact = 1,
   71970             :             .ascii = 1,
   71971             :         },
   71972             :     },
   71973             :     ._data = "ValuesView",
   71974             : };
   71975             : static
   71976             :     struct {
   71977             :         PyASCIIObject _ascii;
   71978             :         uint8_t _data[9];
   71979             :     }
   71980             : const_str_Sequence = {
   71981             :     ._ascii = {
   71982             :         .ob_base = {
   71983             :             .ob_refcnt = 999999999,
   71984             :             .ob_type = &PyUnicode_Type,
   71985             :         },
   71986             :         .length = 8,
   71987             :         .hash = -1,
   71988             :         .state = {
   71989             :             .kind = 1,
   71990             :             .compact = 1,
   71991             :             .ascii = 1,
   71992             :         },
   71993             :     },
   71994             :     ._data = "Sequence",
   71995             : };
   71996             : static
   71997             :     struct {
   71998             :         PyASCIIObject _ascii;
   71999             :         uint8_t _data[16];
   72000             :     }
   72001             : const_str_MutableSequence = {
   72002             :     ._ascii = {
   72003             :         .ob_base = {
   72004             :             .ob_refcnt = 999999999,
   72005             :             .ob_type = &PyUnicode_Type,
   72006             :         },
   72007             :         .length = 15,
   72008             :         .hash = -1,
   72009             :         .state = {
   72010             :             .kind = 1,
   72011             :             .compact = 1,
   72012             :             .ascii = 1,
   72013             :         },
   72014             :     },
   72015             :     ._data = "MutableSequence",
   72016             : };
   72017             : static
   72018             :     struct {
   72019             :         PyASCIIObject _ascii;
   72020             :         uint8_t _data[11];
   72021             :     }
   72022             : const_str_ByteString = {
   72023             :     ._ascii = {
   72024             :         .ob_base = {
   72025             :             .ob_refcnt = 999999999,
   72026             :             .ob_type = &PyUnicode_Type,
   72027             :         },
   72028             :         .length = 10,
   72029             :         .hash = -1,
   72030             :         .state = {
   72031             :             .kind = 1,
   72032             :             .compact = 1,
   72033             :             .ascii = 1,
   72034             :         },
   72035             :     },
   72036             :     ._data = "ByteString",
   72037             : };
   72038             : static
   72039             :     struct {
   72040             :         PyGC_Head _gc_head;
   72041             :         struct {
   72042             :             PyObject_VAR_HEAD
   72043             :             PyObject *ob_item[25];
   72044             :         }_object;
   72045             :     }
   72046             : _collections_abc_toplevel_consts_6 = {
   72047             :     ._object = {
   72048             :         .ob_base = {
   72049             :             .ob_base = {
   72050             :                 .ob_refcnt = 999999999,
   72051             :                 .ob_type = &PyTuple_Type,
   72052             :             },
   72053             :             .ob_size = 25,
   72054             :         },
   72055             :         .ob_item = {
   72056             :             & const_str_Awaitable._ascii.ob_base,
   72057             :             & const_str_Coroutine._ascii.ob_base,
   72058             :             & const_str_AsyncIterable._ascii.ob_base,
   72059             :             & const_str_AsyncIterator._ascii.ob_base,
   72060             :             & const_str_AsyncGenerator._ascii.ob_base,
   72061             :             & const_str_Hashable._ascii.ob_base,
   72062             :             & const_str_Iterable._ascii.ob_base,
   72063             :             & const_str_Iterator._ascii.ob_base,
   72064             :             & const_str_Generator._ascii.ob_base,
   72065             :             & const_str_Reversible._ascii.ob_base,
   72066             :             & const_str_Sized._ascii.ob_base,
   72067             :             & const_str_Container._ascii.ob_base,
   72068             :             & const_str_Callable._ascii.ob_base,
   72069             :             & const_str_Collection._ascii.ob_base,
   72070             :             & const_str_Set._ascii.ob_base,
   72071             :             & const_str_MutableSet._ascii.ob_base,
   72072             :             & const_str_Mapping._ascii.ob_base,
   72073             :             & const_str_MutableMapping._ascii.ob_base,
   72074             :             & const_str_MappingView._ascii.ob_base,
   72075             :             & const_str_KeysView._ascii.ob_base,
   72076             :             & const_str_ItemsView._ascii.ob_base,
   72077             :             & const_str_ValuesView._ascii.ob_base,
   72078             :             & const_str_Sequence._ascii.ob_base,
   72079             :             & const_str_MutableSequence._ascii.ob_base,
   72080             :             & const_str_ByteString._ascii.ob_base,
   72081             :         },
   72082             :     },
   72083             : };
   72084             : static
   72085             :     struct {
   72086             :         PyASCIIObject _ascii;
   72087             :         uint8_t _data[16];
   72088             :     }
   72089             : _collections_abc_toplevel_consts_7 = {
   72090             :     ._ascii = {
   72091             :         .ob_base = {
   72092             :             .ob_refcnt = 999999999,
   72093             :             .ob_type = &PyUnicode_Type,
   72094             :         },
   72095             :         .length = 15,
   72096             :         .hash = -1,
   72097             :         .state = {
   72098             :             .kind = 1,
   72099             :             .compact = 1,
   72100             :             .ascii = 1,
   72101             :         },
   72102             :     },
   72103             :     ._data = "collections.abc",
   72104             : };
   72105             : static
   72106             :     struct {
   72107             :         PyObject_VAR_HEAD
   72108             :         digit ob_digit[1];
   72109             :     }
   72110             : const_int_1000 = {
   72111             :     .ob_base = {
   72112             :         .ob_base = {
   72113             :             .ob_refcnt = 999999999,
   72114             :             .ob_type = &PyLong_Type,
   72115             :         },
   72116             :         .ob_size = 1,
   72117             :     },
   72118             :     .ob_digit = { 1000 },
   72119             : };
   72120             : static
   72121             :     struct {
   72122             :         PyObject_VAR_HEAD
   72123             :         Py_hash_t ob_shash;
   72124             :         char ob_sval[15];
   72125             :     }
   72126             : _collections_abc_toplevel_consts_13_linetable = {
   72127             :     .ob_base = {
   72128             :         .ob_base = {
   72129             :             .ob_refcnt = 999999999,
   72130             :             .ob_type = &PyBytes_Type,
   72131             :         },
   72132             :         .ob_size = 14,
   72133             :     },
   72134             :     .ob_shash = -1,
   72135             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x98\x35\x98\x35\x98\x35\x98\x35",
   72136             : };
   72137             : static
   72138             :     struct _PyCode_DEF(14)
   72139             : _collections_abc_toplevel_consts_13 = {
   72140             :     .ob_base = {
   72141             :         .ob_base = {
   72142             :             .ob_refcnt = 999999999,
   72143             :             .ob_type = &PyCode_Type,
   72144             :         },
   72145             :         .ob_size = 7,
   72146             :     },
   72147             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   72148             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72149             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72150             :     .co_flags = 35,
   72151             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   72152             :     ._co_linearray_entry_size = 0,
   72153             :     .co_argcount = 0,
   72154             :     .co_posonlyargcount = 0,
   72155             :     .co_kwonlyargcount = 0,
   72156             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   72157             :     .co_stacksize = 1,
   72158             :     .co_firstlineno = 88,
   72159             :     .co_nlocalsplus = 0,
   72160             :     .co_nlocals = 0,
   72161             :     .co_nplaincellvars = 0,
   72162             :     .co_ncellvars = 0,
   72163             :     .co_nfreevars = 0,
   72164             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72165             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72166             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   72167             :     .co_name = &_Py_STR(anon_lambda),
   72168             :     .co_qualname = &_Py_STR(anon_lambda),
   72169             :     .co_linetable = & _collections_abc_toplevel_consts_13_linetable.ob_base.ob_base,
   72170             :     ._co_code = NULL,
   72171             :     ._co_linearray = NULL,
   72172             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x96\x01\x97\x01\x53\x00",
   72173             :     ._co_firsttraceable = 2,
   72174             : };
   72175             : static
   72176             :     struct {
   72177             :         PyASCIIObject _ascii;
   72178             :         uint8_t _data[6];
   72179             :     }
   72180             : const_str__coro = {
   72181             :     ._ascii = {
   72182             :         .ob_base = {
   72183             :             .ob_refcnt = 999999999,
   72184             :             .ob_type = &PyUnicode_Type,
   72185             :         },
   72186             :         .length = 5,
   72187             :         .hash = -1,
   72188             :         .state = {
   72189             :             .kind = 1,
   72190             :             .compact = 1,
   72191             :             .ascii = 1,
   72192             :         },
   72193             :     },
   72194             :     ._data = "_coro",
   72195             : };
   72196             : static
   72197             :     struct {
   72198             :         PyObject_VAR_HEAD
   72199             :         Py_hash_t ob_shash;
   72200             :         char ob_sval[11];
   72201             :     }
   72202             : _collections_abc_toplevel_consts_14_linetable = {
   72203             :     .ob_base = {
   72204             :         .ob_base = {
   72205             :             .ob_refcnt = 999999999,
   72206             :             .ob_type = &PyBytes_Type,
   72207             :         },
   72208             :         .ob_size = 10,
   72209             :     },
   72210             :     .ob_shash = -1,
   72211             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x80\x00\x80\x00",
   72212             : };
   72213             : static
   72214             :     struct _PyCode_DEF(10)
   72215             : _collections_abc_toplevel_consts_14 = {
   72216             :     .ob_base = {
   72217             :         .ob_base = {
   72218             :             .ob_refcnt = 999999999,
   72219             :             .ob_type = &PyCode_Type,
   72220             :         },
   72221             :         .ob_size = 5,
   72222             :     },
   72223             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   72224             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72225             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72226             :     .co_flags = 131,
   72227             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   72228             :     ._co_linearray_entry_size = 0,
   72229             :     .co_argcount = 0,
   72230             :     .co_posonlyargcount = 0,
   72231             :     .co_kwonlyargcount = 0,
   72232             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   72233             :     .co_stacksize = 1,
   72234             :     .co_firstlineno = 90,
   72235             :     .co_nlocalsplus = 0,
   72236             :     .co_nlocals = 0,
   72237             :     .co_nplaincellvars = 0,
   72238             :     .co_ncellvars = 0,
   72239             :     .co_nfreevars = 0,
   72240             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72241             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72242             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   72243             :     .co_name = & const_str__coro._ascii.ob_base,
   72244             :     .co_qualname = & const_str__coro._ascii.ob_base,
   72245             :     .co_linetable = & _collections_abc_toplevel_consts_14_linetable.ob_base.ob_base,
   72246             :     ._co_code = NULL,
   72247             :     ._co_linearray = NULL,
   72248             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
   72249             :     ._co_firsttraceable = 2,
   72250             : };
   72251             : static
   72252             :     struct {
   72253             :         PyASCIIObject _ascii;
   72254             :         uint8_t _data[4];
   72255             :     }
   72256             : const_str__ag = {
   72257             :     ._ascii = {
   72258             :         .ob_base = {
   72259             :             .ob_refcnt = 999999999,
   72260             :             .ob_type = &PyUnicode_Type,
   72261             :         },
   72262             :         .length = 3,
   72263             :         .hash = -1,
   72264             :         .state = {
   72265             :             .kind = 1,
   72266             :             .compact = 1,
   72267             :             .ascii = 1,
   72268             :         },
   72269             :     },
   72270             :     ._data = "_ag",
   72271             : };
   72272             : static
   72273             :     struct {
   72274             :         PyObject_VAR_HEAD
   72275             :         Py_hash_t ob_shash;
   72276             :         char ob_sval[21];
   72277             :     }
   72278             : _collections_abc_toplevel_consts_15_linetable = {
   72279             :     .ob_base = {
   72280             :         .ob_base = {
   72281             :             .ob_refcnt = 999999999,
   72282             :             .ob_type = &PyBytes_Type,
   72283             :         },
   72284             :         .ob_size = 20,
   72285             :     },
   72286             :     .ob_shash = -1,
   72287             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15",
   72288             : };
   72289             : static
   72290             :     struct _PyCode_DEF(20)
   72291             : _collections_abc_toplevel_consts_15 = {
   72292             :     .ob_base = {
   72293             :         .ob_base = {
   72294             :             .ob_refcnt = 999999999,
   72295             :             .ob_type = &PyCode_Type,
   72296             :         },
   72297             :         .ob_size = 10,
   72298             :     },
   72299             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   72300             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72301             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72302             :     .co_flags = 515,
   72303             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   72304             :     ._co_linearray_entry_size = 0,
   72305             :     .co_argcount = 0,
   72306             :     .co_posonlyargcount = 0,
   72307             :     .co_kwonlyargcount = 0,
   72308             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   72309             :     .co_stacksize = 1,
   72310             :     .co_firstlineno = 96,
   72311             :     .co_nlocalsplus = 0,
   72312             :     .co_nlocals = 0,
   72313             :     .co_nplaincellvars = 0,
   72314             :     .co_ncellvars = 0,
   72315             :     .co_nfreevars = 0,
   72316             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72317             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72318             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   72319             :     .co_name = & const_str__ag._ascii.ob_base,
   72320             :     .co_qualname = & const_str__ag._ascii.ob_base,
   72321             :     .co_linetable = & _collections_abc_toplevel_consts_15_linetable.ob_base.ob_base,
   72322             :     ._co_code = NULL,
   72323             :     ._co_linearray = NULL,
   72324             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x57\x00\x96\x01\x97\x01\x01\x00\x64\x00\x53\x00",
   72325             :     ._co_firsttraceable = 2,
   72326             : };
   72327             : static
   72328             :     struct {
   72329             :         PyASCIIObject _ascii;
   72330             :         uint8_t _data[8];
   72331             :     }
   72332             : const_str___mro__ = {
   72333             :     ._ascii = {
   72334             :         .ob_base = {
   72335             :             .ob_refcnt = 999999999,
   72336             :             .ob_type = &PyUnicode_Type,
   72337             :         },
   72338             :         .length = 7,
   72339             :         .hash = -1,
   72340             :         .state = {
   72341             :             .kind = 1,
   72342             :             .compact = 1,
   72343             :             .ascii = 1,
   72344             :         },
   72345             :     },
   72346             :     ._data = "__mro__",
   72347             : };
   72348             : static
   72349             :     struct {
   72350             :         PyGC_Head _gc_head;
   72351             :         struct {
   72352             :             PyObject_VAR_HEAD
   72353             :             PyObject *ob_item[3];
   72354             :         }_object;
   72355             :     }
   72356             : _collections_abc_toplevel_consts_16_names = {
   72357             :     ._object = {
   72358             :         .ob_base = {
   72359             :             .ob_base = {
   72360             :                 .ob_refcnt = 999999999,
   72361             :                 .ob_type = &PyTuple_Type,
   72362             :             },
   72363             :             .ob_size = 3,
   72364             :         },
   72365             :         .ob_item = {
   72366             :             & const_str___mro__._ascii.ob_base,
   72367             :             &_Py_ID(__dict__),
   72368             :             & const_str_NotImplemented._ascii.ob_base,
   72369             :         },
   72370             :     },
   72371             : };
   72372             : static
   72373             :     struct {
   72374             :         PyASCIIObject _ascii;
   72375             :         uint8_t _data[15];
   72376             :     }
   72377             : const_str__check_methods = {
   72378             :     ._ascii = {
   72379             :         .ob_base = {
   72380             :             .ob_refcnt = 999999999,
   72381             :             .ob_type = &PyUnicode_Type,
   72382             :         },
   72383             :         .length = 14,
   72384             :         .hash = -1,
   72385             :         .state = {
   72386             :             .kind = 1,
   72387             :             .compact = 1,
   72388             :             .ascii = 1,
   72389             :         },
   72390             :     },
   72391             :     ._data = "_check_methods",
   72392             : };
   72393             : static
   72394             :     struct {
   72395             :         PyObject_VAR_HEAD
   72396             :         Py_hash_t ob_shash;
   72397             :         char ob_sval[116];
   72398             :     }
   72399             : _collections_abc_toplevel_consts_16_linetable = {
   72400             :     .ob_base = {
   72401             :         .ob_base = {
   72402             :             .ob_refcnt = 999999999,
   72403             :             .ob_type = &PyBytes_Type,
   72404             :         },
   72405             :         .ob_size = 115,
   72406             :     },
   72407             :     .ob_shash = -1,
   72408             :     .ob_sval = "\x80\x00\xd8\x0a\x0b\x8f\x29\x89\x29\x80\x43\xd8\x12\x19\xf0\x00\x07\x05\x22\xf1\x00\x07\x05\x22\x88\x06\xd8\x11\x14\xf0\x00\x06\x09\x22\xf1\x00\x06\x09\x22\x88\x41\xd8\x0f\x15\x98\x11\x9f\x1a\x99\x1a\xd0\x0f\x23\xf0\x00\x03\x0d\x16\xd8\x13\x14\x97\x3a\x91\x3a\x98\x66\xd4\x13\x25\xf0\x00\x01\x11\x2a\xdd\x1b\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd8\x10\x15\x90\x05\xe5\x13\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xd8\x0b\x0f\x88\x34",
   72409             : };
   72410             : static
   72411             :     struct {
   72412             :         PyASCIIObject _ascii;
   72413             :         uint8_t _data[2];
   72414             :     }
   72415             : const_str_C = {
   72416             :     ._ascii = {
   72417             :         .ob_base = {
   72418             :             .ob_refcnt = 999999999,
   72419             :             .ob_type = &PyUnicode_Type,
   72420             :         },
   72421             :         .length = 1,
   72422             :         .hash = -1,
   72423             :         .state = {
   72424             :             .kind = 1,
   72425             :             .compact = 1,
   72426             :             .ascii = 1,
   72427             :         },
   72428             :     },
   72429             :     ._data = "C",
   72430             : };
   72431             : static
   72432             :     struct {
   72433             :         PyASCIIObject _ascii;
   72434             :         uint8_t _data[8];
   72435             :     }
   72436             : const_str_methods = {
   72437             :     ._ascii = {
   72438             :         .ob_base = {
   72439             :             .ob_refcnt = 999999999,
   72440             :             .ob_type = &PyUnicode_Type,
   72441             :         },
   72442             :         .length = 7,
   72443             :         .hash = -1,
   72444             :         .state = {
   72445             :             .kind = 1,
   72446             :             .compact = 1,
   72447             :             .ascii = 1,
   72448             :         },
   72449             :     },
   72450             :     ._data = "methods",
   72451             : };
   72452             : static
   72453             :     struct {
   72454             :         PyASCIIObject _ascii;
   72455             :         uint8_t _data[2];
   72456             :     }
   72457             : const_str_B = {
   72458             :     ._ascii = {
   72459             :         .ob_base = {
   72460             :             .ob_refcnt = 999999999,
   72461             :             .ob_type = &PyUnicode_Type,
   72462             :         },
   72463             :         .length = 1,
   72464             :         .hash = -1,
   72465             :         .state = {
   72466             :             .kind = 1,
   72467             :             .compact = 1,
   72468             :             .ascii = 1,
   72469             :         },
   72470             :     },
   72471             :     ._data = "B",
   72472             : };
   72473             : static
   72474             :     struct {
   72475             :         PyGC_Head _gc_head;
   72476             :         struct {
   72477             :             PyObject_VAR_HEAD
   72478             :             PyObject *ob_item[5];
   72479             :         }_object;
   72480             :     }
   72481             : _collections_abc_toplevel_consts_16_localsplusnames = {
   72482             :     ._object = {
   72483             :         .ob_base = {
   72484             :             .ob_base = {
   72485             :                 .ob_refcnt = 999999999,
   72486             :                 .ob_type = &PyTuple_Type,
   72487             :             },
   72488             :             .ob_size = 5,
   72489             :         },
   72490             :         .ob_item = {
   72491             :             & const_str_C._ascii.ob_base,
   72492             :             & const_str_methods._ascii.ob_base,
   72493             :             &_Py_ID(mro),
   72494             :             & const_str_method._ascii.ob_base,
   72495             :             & const_str_B._ascii.ob_base,
   72496             :         },
   72497             :     },
   72498             : };
   72499             : static
   72500             :     struct _PyCode_DEF(158)
   72501             : _collections_abc_toplevel_consts_16 = {
   72502             :     .ob_base = {
   72503             :         .ob_base = {
   72504             :             .ob_refcnt = 999999999,
   72505             :             .ob_type = &PyCode_Type,
   72506             :         },
   72507             :         .ob_size = 79,
   72508             :     },
   72509             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
   72510             :     .co_names = & _collections_abc_toplevel_consts_16_names._object.ob_base.ob_base,
   72511             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72512             :     .co_flags = 7,
   72513             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   72514             :     ._co_linearray_entry_size = 0,
   72515             :     .co_argcount = 1,
   72516             :     .co_posonlyargcount = 0,
   72517             :     .co_kwonlyargcount = 0,
   72518             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   72519             :     .co_stacksize = 4,
   72520             :     .co_firstlineno = 104,
   72521             :     .co_nlocalsplus = 5,
   72522             :     .co_nlocals = 5,
   72523             :     .co_nplaincellvars = 0,
   72524             :     .co_ncellvars = 0,
   72525             :     .co_nfreevars = 0,
   72526             :     .co_localsplusnames = & _collections_abc_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
   72527             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   72528             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   72529             :     .co_name = & const_str__check_methods._ascii.ob_base,
   72530             :     .co_qualname = & const_str__check_methods._ascii.ob_base,
   72531             :     .co_linetable = & _collections_abc_toplevel_consts_16_linetable.ob_base.ob_base,
   72532             :     ._co_code = NULL,
   72533             :     ._co_linearray = NULL,
   72534             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x44\x00\x5d\x3c\x00\x00\x7d\x03\x7c\x02\x44\x00\x5d\x2e\x00\x00\x7d\x04\x7c\x03\x7c\x04\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\xaf\x11\x7c\x04\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0b\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x63\x02\x01\x00\x53\x00\x01\x00\x8c\x35\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x64\x01\x53\x00",
   72535             :     ._co_firsttraceable = 0,
   72536             : };
   72537             : static
   72538             :     struct {
   72539             :         PyASCIIObject _ascii;
   72540             :         uint8_t _data[18];
   72541             :     }
   72542             : _collections_abc_toplevel_consts_17_consts_2_qualname = {
   72543             :     ._ascii = {
   72544             :         .ob_base = {
   72545             :             .ob_refcnt = 999999999,
   72546             :             .ob_type = &PyUnicode_Type,
   72547             :         },
   72548             :         .length = 17,
   72549             :         .hash = -1,
   72550             :         .state = {
   72551             :             .kind = 1,
   72552             :             .compact = 1,
   72553             :             .ascii = 1,
   72554             :         },
   72555             :     },
   72556             :     ._data = "Hashable.__hash__",
   72557             : };
   72558             : static
   72559             :     struct {
   72560             :         PyObject_VAR_HEAD
   72561             :         Py_hash_t ob_shash;
   72562             :         char ob_sval[8];
   72563             :     }
   72564             : _collections_abc_toplevel_consts_17_consts_2_linetable = {
   72565             :     .ob_base = {
   72566             :         .ob_base = {
   72567             :             .ob_refcnt = 999999999,
   72568             :             .ob_type = &PyBytes_Type,
   72569             :         },
   72570             :         .ob_size = 7,
   72571             :     },
   72572             :     .ob_shash = -1,
   72573             :     .ob_sval = "\x80\x00\xe0\x0f\x10\x88\x71",
   72574             : };
   72575             : static
   72576             :     struct _PyCode_DEF(6)
   72577             : _collections_abc_toplevel_consts_17_consts_2 = {
   72578             :     .ob_base = {
   72579             :         .ob_base = {
   72580             :             .ob_refcnt = 999999999,
   72581             :             .ob_type = &PyCode_Type,
   72582             :         },
   72583             :         .ob_size = 3,
   72584             :     },
   72585             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   72586             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72587             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72588             :     .co_flags = 3,
   72589             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   72590             :     ._co_linearray_entry_size = 0,
   72591             :     .co_argcount = 1,
   72592             :     .co_posonlyargcount = 0,
   72593             :     .co_kwonlyargcount = 0,
   72594             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   72595             :     .co_stacksize = 1,
   72596             :     .co_firstlineno = 120,
   72597             :     .co_nlocalsplus = 1,
   72598             :     .co_nlocals = 1,
   72599             :     .co_nplaincellvars = 0,
   72600             :     .co_ncellvars = 0,
   72601             :     .co_nfreevars = 0,
   72602             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   72603             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   72604             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   72605             :     .co_name = &_Py_ID(__hash__),
   72606             :     .co_qualname = & _collections_abc_toplevel_consts_17_consts_2_qualname._ascii.ob_base,
   72607             :     .co_linetable = & _collections_abc_toplevel_consts_17_consts_2_linetable.ob_base.ob_base,
   72608             :     ._co_code = NULL,
   72609             :     ._co_linearray = NULL,
   72610             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   72611             :     ._co_firsttraceable = 0,
   72612             : };
   72613             : static
   72614             :     struct {
   72615             :         PyGC_Head _gc_head;
   72616             :         struct {
   72617             :             PyObject_VAR_HEAD
   72618             :             PyObject *ob_item[2];
   72619             :         }_object;
   72620             :     }
   72621             : _collections_abc_toplevel_consts_17_consts_3_consts = {
   72622             :     ._object = {
   72623             :         .ob_base = {
   72624             :             .ob_base = {
   72625             :                 .ob_refcnt = 999999999,
   72626             :                 .ob_type = &PyTuple_Type,
   72627             :             },
   72628             :             .ob_size = 2,
   72629             :         },
   72630             :         .ob_item = {
   72631             :             Py_None,
   72632             :             &_Py_ID(__hash__),
   72633             :         },
   72634             :     },
   72635             : };
   72636             : static
   72637             :     struct {
   72638             :         PyGC_Head _gc_head;
   72639             :         struct {
   72640             :             PyObject_VAR_HEAD
   72641             :             PyObject *ob_item[3];
   72642             :         }_object;
   72643             :     }
   72644             : _collections_abc_toplevel_consts_17_consts_3_names = {
   72645             :     ._object = {
   72646             :         .ob_base = {
   72647             :             .ob_base = {
   72648             :                 .ob_refcnt = 999999999,
   72649             :                 .ob_type = &PyTuple_Type,
   72650             :             },
   72651             :             .ob_size = 3,
   72652             :         },
   72653             :         .ob_item = {
   72654             :             & const_str_Hashable._ascii.ob_base,
   72655             :             & const_str__check_methods._ascii.ob_base,
   72656             :             & const_str_NotImplemented._ascii.ob_base,
   72657             :         },
   72658             :     },
   72659             : };
   72660             : static
   72661             :     struct {
   72662             :         PyASCIIObject _ascii;
   72663             :         uint8_t _data[26];
   72664             :     }
   72665             : _collections_abc_toplevel_consts_17_consts_3_qualname = {
   72666             :     ._ascii = {
   72667             :         .ob_base = {
   72668             :             .ob_refcnt = 999999999,
   72669             :             .ob_type = &PyUnicode_Type,
   72670             :         },
   72671             :         .length = 25,
   72672             :         .hash = -1,
   72673             :         .state = {
   72674             :             .kind = 1,
   72675             :             .compact = 1,
   72676             :             .ascii = 1,
   72677             :         },
   72678             :     },
   72679             :     ._data = "Hashable.__subclasshook__",
   72680             : };
   72681             : static
   72682             :     struct {
   72683             :         PyObject_VAR_HEAD
   72684             :         Py_hash_t ob_shash;
   72685             :         char ob_sval[34];
   72686             :     }
   72687             : _collections_abc_toplevel_consts_17_consts_3_linetable = {
   72688             :     .ob_base = {
   72689             :         .ob_base = {
   72690             :             .ob_refcnt = 999999999,
   72691             :             .ob_type = &PyBytes_Type,
   72692             :         },
   72693             :         .ob_size = 33,
   72694             :     },
   72695             :     .ob_shash = -1,
   72696             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\xf0\x00\x01\x09\x31\xdd\x13\x21\xa0\x21\xa0\x5a\xd4\x13\x30\xd0\x0c\x30\xdd\x0f\x1d\xd0\x08\x1d",
   72697             : };
   72698             : static
   72699             :     struct {
   72700             :         PyGC_Head _gc_head;
   72701             :         struct {
   72702             :             PyObject_VAR_HEAD
   72703             :             PyObject *ob_item[2];
   72704             :         }_object;
   72705             :     }
   72706             : _collections_abc_toplevel_consts_17_consts_3_localsplusnames = {
   72707             :     ._object = {
   72708             :         .ob_base = {
   72709             :             .ob_base = {
   72710             :                 .ob_refcnt = 999999999,
   72711             :                 .ob_type = &PyTuple_Type,
   72712             :             },
   72713             :             .ob_size = 2,
   72714             :         },
   72715             :         .ob_item = {
   72716             :             & const_str_cls._ascii.ob_base,
   72717             :             & const_str_C._ascii.ob_base,
   72718             :         },
   72719             :     },
   72720             : };
   72721             : static
   72722             :     struct _PyCode_DEF(62)
   72723             : _collections_abc_toplevel_consts_17_consts_3 = {
   72724             :     .ob_base = {
   72725             :         .ob_base = {
   72726             :             .ob_refcnt = 999999999,
   72727             :             .ob_type = &PyCode_Type,
   72728             :         },
   72729             :         .ob_size = 31,
   72730             :     },
   72731             :     .co_consts = & _collections_abc_toplevel_consts_17_consts_3_consts._object.ob_base.ob_base,
   72732             :     .co_names = & _collections_abc_toplevel_consts_17_consts_3_names._object.ob_base.ob_base,
   72733             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72734             :     .co_flags = 3,
   72735             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   72736             :     ._co_linearray_entry_size = 0,
   72737             :     .co_argcount = 2,
   72738             :     .co_posonlyargcount = 0,
   72739             :     .co_kwonlyargcount = 0,
   72740             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   72741             :     .co_stacksize = 4,
   72742             :     .co_firstlineno = 124,
   72743             :     .co_nlocalsplus = 2,
   72744             :     .co_nlocals = 2,
   72745             :     .co_nplaincellvars = 0,
   72746             :     .co_ncellvars = 0,
   72747             :     .co_nfreevars = 0,
   72748             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   72749             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   72750             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   72751             :     .co_name = &_Py_ID(__subclasshook__),
   72752             :     .co_qualname = & _collections_abc_toplevel_consts_17_consts_3_qualname._ascii.ob_base,
   72753             :     .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
   72754             :     ._co_code = NULL,
   72755             :     ._co_linearray = NULL,
   72756             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   72757             :     ._co_firsttraceable = 0,
   72758             : };
   72759             : static
   72760             :     struct {
   72761             :         PyGC_Head _gc_head;
   72762             :         struct {
   72763             :             PyObject_VAR_HEAD
   72764             :             PyObject *ob_item[5];
   72765             :         }_object;
   72766             :     }
   72767             : _collections_abc_toplevel_consts_17_consts = {
   72768             :     ._object = {
   72769             :         .ob_base = {
   72770             :             .ob_base = {
   72771             :                 .ob_refcnt = 999999999,
   72772             :                 .ob_type = &PyTuple_Type,
   72773             :             },
   72774             :             .ob_size = 5,
   72775             :         },
   72776             :         .ob_item = {
   72777             :             & const_str_Hashable._ascii.ob_base,
   72778             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   72779             :             & _collections_abc_toplevel_consts_17_consts_2.ob_base.ob_base,
   72780             :             & _collections_abc_toplevel_consts_17_consts_3.ob_base.ob_base,
   72781             :             Py_None,
   72782             :         },
   72783             :     },
   72784             : };
   72785             : static
   72786             :     struct {
   72787             :         PyGC_Head _gc_head;
   72788             :         struct {
   72789             :             PyObject_VAR_HEAD
   72790             :             PyObject *ob_item[8];
   72791             :         }_object;
   72792             :     }
   72793             : _collections_abc_toplevel_consts_17_names = {
   72794             :     ._object = {
   72795             :         .ob_base = {
   72796             :             .ob_base = {
   72797             :                 .ob_refcnt = 999999999,
   72798             :                 .ob_type = &PyTuple_Type,
   72799             :             },
   72800             :             .ob_size = 8,
   72801             :         },
   72802             :         .ob_item = {
   72803             :             &_Py_ID(__name__),
   72804             :             &_Py_ID(__module__),
   72805             :             &_Py_ID(__qualname__),
   72806             :             &_Py_ID(__slots__),
   72807             :             & const_str_abstractmethod._ascii.ob_base,
   72808             :             &_Py_ID(__hash__),
   72809             :             & const_str_classmethod._ascii.ob_base,
   72810             :             &_Py_ID(__subclasshook__),
   72811             :         },
   72812             :     },
   72813             : };
   72814             : static
   72815             :     struct {
   72816             :         PyObject_VAR_HEAD
   72817             :         Py_hash_t ob_shash;
   72818             :         char ob_sval[74];
   72819             :     }
   72820             : _collections_abc_toplevel_consts_17_linetable = {
   72821             :     .ob_base = {
   72822             :         .ob_base = {
   72823             :             .ob_refcnt = 999999999,
   72824             :             .ob_type = &PyBytes_Type,
   72825             :         },
   72826             :         .ob_size = 73,
   72827             :     },
   72828             :     .ob_shash = -1,
   72829             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x11\xf0\x00\x01\x05\x11\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x11\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
   72830             : };
   72831             : static
   72832             :     struct _PyCode_DEF(54)
   72833             : _collections_abc_toplevel_consts_17 = {
   72834             :     .ob_base = {
   72835             :         .ob_base = {
   72836             :             .ob_refcnt = 999999999,
   72837             :             .ob_type = &PyCode_Type,
   72838             :         },
   72839             :         .ob_size = 27,
   72840             :     },
   72841             :     .co_consts = & _collections_abc_toplevel_consts_17_consts._object.ob_base.ob_base,
   72842             :     .co_names = & _collections_abc_toplevel_consts_17_names._object.ob_base.ob_base,
   72843             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72844             :     .co_flags = 0,
   72845             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   72846             :     ._co_linearray_entry_size = 0,
   72847             :     .co_argcount = 0,
   72848             :     .co_posonlyargcount = 0,
   72849             :     .co_kwonlyargcount = 0,
   72850             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   72851             :     .co_stacksize = 2,
   72852             :     .co_firstlineno = 116,
   72853             :     .co_nlocalsplus = 0,
   72854             :     .co_nlocals = 0,
   72855             :     .co_nplaincellvars = 0,
   72856             :     .co_ncellvars = 0,
   72857             :     .co_nfreevars = 0,
   72858             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72859             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72860             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   72861             :     .co_name = & const_str_Hashable._ascii.ob_base,
   72862             :     .co_qualname = & const_str_Hashable._ascii.ob_base,
   72863             :     .co_linetable = & _collections_abc_toplevel_consts_17_linetable.ob_base.ob_base,
   72864             :     ._co_code = NULL,
   72865             :     ._co_linearray = NULL,
   72866             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
   72867             :     ._co_firsttraceable = 0,
   72868             : };
   72869             : static
   72870             :     struct {
   72871             :         PyASCIIObject _ascii;
   72872             :         uint8_t _data[20];
   72873             :     }
   72874             : _collections_abc_toplevel_consts_20_consts_2_qualname = {
   72875             :     ._ascii = {
   72876             :         .ob_base = {
   72877             :             .ob_refcnt = 999999999,
   72878             :             .ob_type = &PyUnicode_Type,
   72879             :         },
   72880             :         .length = 19,
   72881             :         .hash = -1,
   72882             :         .state = {
   72883             :             .kind = 1,
   72884             :             .compact = 1,
   72885             :             .ascii = 1,
   72886             :         },
   72887             :     },
   72888             :     ._data = "Awaitable.__await__",
   72889             : };
   72890             : static
   72891             :     struct {
   72892             :         PyObject_VAR_HEAD
   72893             :         Py_hash_t ob_shash;
   72894             :         char ob_sval[20];
   72895             :     }
   72896             : _collections_abc_toplevel_consts_20_consts_2_linetable = {
   72897             :     .ob_base = {
   72898             :         .ob_base = {
   72899             :             .ob_refcnt = 999999999,
   72900             :             .ob_type = &PyBytes_Type,
   72901             :         },
   72902             :         .ob_size = 19,
   72903             :     },
   72904             :     .ob_shash = -1,
   72905             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe0\x08\x0d\x88\x05\x88\x05\x88\x05\x88\x05\x88\x05",
   72906             : };
   72907             : static
   72908             :     struct _PyCode_DEF(18)
   72909             : _collections_abc_toplevel_consts_20_consts_2 = {
   72910             :     .ob_base = {
   72911             :         .ob_base = {
   72912             :             .ob_refcnt = 999999999,
   72913             :             .ob_type = &PyCode_Type,
   72914             :         },
   72915             :         .ob_size = 9,
   72916             :     },
   72917             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   72918             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   72919             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   72920             :     .co_flags = 35,
   72921             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   72922             :     ._co_linearray_entry_size = 0,
   72923             :     .co_argcount = 1,
   72924             :     .co_posonlyargcount = 0,
   72925             :     .co_kwonlyargcount = 0,
   72926             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   72927             :     .co_stacksize = 1,
   72928             :     .co_firstlineno = 135,
   72929             :     .co_nlocalsplus = 1,
   72930             :     .co_nlocals = 1,
   72931             :     .co_nplaincellvars = 0,
   72932             :     .co_ncellvars = 0,
   72933             :     .co_nfreevars = 0,
   72934             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   72935             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   72936             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   72937             :     .co_name = &_Py_ID(__await__),
   72938             :     .co_qualname = & _collections_abc_toplevel_consts_20_consts_2_qualname._ascii.ob_base,
   72939             :     .co_linetable = & _collections_abc_toplevel_consts_20_consts_2_linetable.ob_base.ob_base,
   72940             :     ._co_code = NULL,
   72941             :     ._co_linearray = NULL,
   72942             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x96\x01\x97\x01\x01\x00\x64\x00\x53\x00",
   72943             :     ._co_firsttraceable = 2,
   72944             : };
   72945             : static
   72946             :     struct {
   72947             :         PyGC_Head _gc_head;
   72948             :         struct {
   72949             :             PyObject_VAR_HEAD
   72950             :             PyObject *ob_item[2];
   72951             :         }_object;
   72952             :     }
   72953             : _collections_abc_toplevel_consts_20_consts_3_consts = {
   72954             :     ._object = {
   72955             :         .ob_base = {
   72956             :             .ob_base = {
   72957             :                 .ob_refcnt = 999999999,
   72958             :                 .ob_type = &PyTuple_Type,
   72959             :             },
   72960             :             .ob_size = 2,
   72961             :         },
   72962             :         .ob_item = {
   72963             :             Py_None,
   72964             :             &_Py_ID(__await__),
   72965             :         },
   72966             :     },
   72967             : };
   72968             : static
   72969             :     struct {
   72970             :         PyGC_Head _gc_head;
   72971             :         struct {
   72972             :             PyObject_VAR_HEAD
   72973             :             PyObject *ob_item[3];
   72974             :         }_object;
   72975             :     }
   72976             : _collections_abc_toplevel_consts_20_consts_3_names = {
   72977             :     ._object = {
   72978             :         .ob_base = {
   72979             :             .ob_base = {
   72980             :                 .ob_refcnt = 999999999,
   72981             :                 .ob_type = &PyTuple_Type,
   72982             :             },
   72983             :             .ob_size = 3,
   72984             :         },
   72985             :         .ob_item = {
   72986             :             & const_str_Awaitable._ascii.ob_base,
   72987             :             & const_str__check_methods._ascii.ob_base,
   72988             :             & const_str_NotImplemented._ascii.ob_base,
   72989             :         },
   72990             :     },
   72991             : };
   72992             : static
   72993             :     struct {
   72994             :         PyASCIIObject _ascii;
   72995             :         uint8_t _data[27];
   72996             :     }
   72997             : _collections_abc_toplevel_consts_20_consts_3_qualname = {
   72998             :     ._ascii = {
   72999             :         .ob_base = {
   73000             :             .ob_refcnt = 999999999,
   73001             :             .ob_type = &PyUnicode_Type,
   73002             :         },
   73003             :         .length = 26,
   73004             :         .hash = -1,
   73005             :         .state = {
   73006             :             .kind = 1,
   73007             :             .compact = 1,
   73008             :             .ascii = 1,
   73009             :         },
   73010             :     },
   73011             :     ._data = "Awaitable.__subclasshook__",
   73012             : };
   73013             : static
   73014             :     struct {
   73015             :         PyObject_VAR_HEAD
   73016             :         Py_hash_t ob_shash;
   73017             :         char ob_sval[35];
   73018             :     }
   73019             : _collections_abc_toplevel_consts_20_consts_3_linetable = {
   73020             :     .ob_base = {
   73021             :         .ob_base = {
   73022             :             .ob_refcnt = 999999999,
   73023             :             .ob_type = &PyBytes_Type,
   73024             :         },
   73025             :         .ob_size = 34,
   73026             :     },
   73027             :     .ob_shash = -1,
   73028             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xf0\x00\x01\x09\x32\xdd\x13\x21\xa0\x21\xa0\x5b\xd4\x13\x31\xd0\x0c\x31\xdd\x0f\x1d\xd0\x08\x1d",
   73029             : };
   73030             : static
   73031             :     struct _PyCode_DEF(62)
   73032             : _collections_abc_toplevel_consts_20_consts_3 = {
   73033             :     .ob_base = {
   73034             :         .ob_base = {
   73035             :             .ob_refcnt = 999999999,
   73036             :             .ob_type = &PyCode_Type,
   73037             :         },
   73038             :         .ob_size = 31,
   73039             :     },
   73040             :     .co_consts = & _collections_abc_toplevel_consts_20_consts_3_consts._object.ob_base.ob_base,
   73041             :     .co_names = & _collections_abc_toplevel_consts_20_consts_3_names._object.ob_base.ob_base,
   73042             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   73043             :     .co_flags = 3,
   73044             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   73045             :     ._co_linearray_entry_size = 0,
   73046             :     .co_argcount = 2,
   73047             :     .co_posonlyargcount = 0,
   73048             :     .co_kwonlyargcount = 0,
   73049             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   73050             :     .co_stacksize = 4,
   73051             :     .co_firstlineno = 139,
   73052             :     .co_nlocalsplus = 2,
   73053             :     .co_nlocals = 2,
   73054             :     .co_nplaincellvars = 0,
   73055             :     .co_ncellvars = 0,
   73056             :     .co_nfreevars = 0,
   73057             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   73058             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   73059             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   73060             :     .co_name = &_Py_ID(__subclasshook__),
   73061             :     .co_qualname = & _collections_abc_toplevel_consts_20_consts_3_qualname._ascii.ob_base,
   73062             :     .co_linetable = & _collections_abc_toplevel_consts_20_consts_3_linetable.ob_base.ob_base,
   73063             :     ._co_code = NULL,
   73064             :     ._co_linearray = NULL,
   73065             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   73066             :     ._co_firsttraceable = 0,
   73067             : };
   73068             : static
   73069             :     struct {
   73070             :         PyGC_Head _gc_head;
   73071             :         struct {
   73072             :             PyObject_VAR_HEAD
   73073             :             PyObject *ob_item[5];
   73074             :         }_object;
   73075             :     }
   73076             : _collections_abc_toplevel_consts_20_consts = {
   73077             :     ._object = {
   73078             :         .ob_base = {
   73079             :             .ob_base = {
   73080             :                 .ob_refcnt = 999999999,
   73081             :                 .ob_type = &PyTuple_Type,
   73082             :             },
   73083             :             .ob_size = 5,
   73084             :         },
   73085             :         .ob_item = {
   73086             :             & const_str_Awaitable._ascii.ob_base,
   73087             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   73088             :             & _collections_abc_toplevel_consts_20_consts_2.ob_base.ob_base,
   73089             :             & _collections_abc_toplevel_consts_20_consts_3.ob_base.ob_base,
   73090             :             Py_None,
   73091             :         },
   73092             :     },
   73093             : };
   73094             : static
   73095             :     struct {
   73096             :         PyASCIIObject _ascii;
   73097             :         uint8_t _data[13];
   73098             :     }
   73099             : const_str_GenericAlias = {
   73100             :     ._ascii = {
   73101             :         .ob_base = {
   73102             :             .ob_refcnt = 999999999,
   73103             :             .ob_type = &PyUnicode_Type,
   73104             :         },
   73105             :         .length = 12,
   73106             :         .hash = -1,
   73107             :         .state = {
   73108             :             .kind = 1,
   73109             :             .compact = 1,
   73110             :             .ascii = 1,
   73111             :         },
   73112             :     },
   73113             :     ._data = "GenericAlias",
   73114             : };
   73115             : static
   73116             :     struct {
   73117             :         PyGC_Head _gc_head;
   73118             :         struct {
   73119             :             PyObject_VAR_HEAD
   73120             :             PyObject *ob_item[10];
   73121             :         }_object;
   73122             :     }
   73123             : _collections_abc_toplevel_consts_20_names = {
   73124             :     ._object = {
   73125             :         .ob_base = {
   73126             :             .ob_base = {
   73127             :                 .ob_refcnt = 999999999,
   73128             :                 .ob_type = &PyTuple_Type,
   73129             :             },
   73130             :             .ob_size = 10,
   73131             :         },
   73132             :         .ob_item = {
   73133             :             &_Py_ID(__name__),
   73134             :             &_Py_ID(__module__),
   73135             :             &_Py_ID(__qualname__),
   73136             :             &_Py_ID(__slots__),
   73137             :             & const_str_abstractmethod._ascii.ob_base,
   73138             :             &_Py_ID(__await__),
   73139             :             & const_str_classmethod._ascii.ob_base,
   73140             :             &_Py_ID(__subclasshook__),
   73141             :             & const_str_GenericAlias._ascii.ob_base,
   73142             :             &_Py_ID(__class_getitem__),
   73143             :         },
   73144             :     },
   73145             : };
   73146             : static
   73147             :     struct {
   73148             :         PyObject_VAR_HEAD
   73149             :         Py_hash_t ob_shash;
   73150             :         char ob_sval[85];
   73151             :     }
   73152             : _collections_abc_toplevel_consts_20_linetable = {
   73153             :     .ob_base = {
   73154             :         .ob_base = {
   73155             :             .ob_refcnt = 999999999,
   73156             :             .ob_type = &PyBytes_Type,
   73157             :         },
   73158             :         .ob_size = 84,
   73159             :     },
   73160             :     .ob_shash = -1,
   73161             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x0e\xf0\x00\x01\x05\x0e\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x0e\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
   73162             : };
   73163             : static
   73164             :     struct _PyCode_DEF(72)
   73165             : _collections_abc_toplevel_consts_20 = {
   73166             :     .ob_base = {
   73167             :         .ob_base = {
   73168             :             .ob_refcnt = 999999999,
   73169             :             .ob_type = &PyCode_Type,
   73170             :         },
   73171             :         .ob_size = 36,
   73172             :     },
   73173             :     .co_consts = & _collections_abc_toplevel_consts_20_consts._object.ob_base.ob_base,
   73174             :     .co_names = & _collections_abc_toplevel_consts_20_names._object.ob_base.ob_base,
   73175             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   73176             :     .co_flags = 0,
   73177             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   73178             :     ._co_linearray_entry_size = 0,
   73179             :     .co_argcount = 0,
   73180             :     .co_posonlyargcount = 0,
   73181             :     .co_kwonlyargcount = 0,
   73182             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   73183             :     .co_stacksize = 3,
   73184             :     .co_firstlineno = 131,
   73185             :     .co_nlocalsplus = 0,
   73186             :     .co_nlocals = 0,
   73187             :     .co_nplaincellvars = 0,
   73188             :     .co_ncellvars = 0,
   73189             :     .co_nfreevars = 0,
   73190             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   73191             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   73192             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   73193             :     .co_name = & const_str_Awaitable._ascii.ob_base,
   73194             :     .co_qualname = & const_str_Awaitable._ascii.ob_base,
   73195             :     .co_linetable = & _collections_abc_toplevel_consts_20_linetable.ob_base.ob_base,
   73196             :     ._co_code = NULL,
   73197             :     ._co_linearray = NULL,
   73198             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
   73199             :     ._co_firsttraceable = 0,
   73200             : };
   73201             : static
   73202             :     struct {
   73203             :         PyASCIIObject _ascii;
   73204             :         uint8_t _data[100];
   73205             :     }
   73206             : _collections_abc_toplevel_consts_22_consts_2_consts_0 = {
   73207             :     ._ascii = {
   73208             :         .ob_base = {
   73209             :             .ob_refcnt = 999999999,
   73210             :             .ob_type = &PyUnicode_Type,
   73211             :         },
   73212             :         .length = 99,
   73213             :         .hash = -1,
   73214             :         .state = {
   73215             :             .kind = 1,
   73216             :             .compact = 1,
   73217             :             .ascii = 1,
   73218             :         },
   73219             :     },
   73220             :     ._data = "\x53\x65\x6e\x64\x20\x61\x20\x76\x61\x6c\x75\x65\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x20\x63\x6f\x72\x6f\x75\x74\x69\x6e\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x6e\x65\x78\x74\x20\x79\x69\x65\x6c\x64\x65\x64\x20\x76\x61\x6c\x75\x65\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x53\x74\x6f\x70\x49\x74\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   73221             : };
   73222             : static
   73223             :     struct {
   73224             :         PyGC_Head _gc_head;
   73225             :         struct {
   73226             :             PyObject_VAR_HEAD
   73227             :             PyObject *ob_item[1];
   73228             :         }_object;
   73229             :     }
   73230             : _collections_abc_toplevel_consts_22_consts_2_consts = {
   73231             :     ._object = {
   73232             :         .ob_base = {
   73233             :             .ob_base = {
   73234             :                 .ob_refcnt = 999999999,
   73235             :                 .ob_type = &PyTuple_Type,
   73236             :             },
   73237             :             .ob_size = 1,
   73238             :         },
   73239             :         .ob_item = {
   73240             :             & _collections_abc_toplevel_consts_22_consts_2_consts_0._ascii.ob_base,
   73241             :         },
   73242             :     },
   73243             : };
   73244             : static
   73245             :     struct {
   73246             :         PyGC_Head _gc_head;
   73247             :         struct {
   73248             :             PyObject_VAR_HEAD
   73249             :             PyObject *ob_item[1];
   73250             :         }_object;
   73251             :     }
   73252             : _collections_abc_toplevel_consts_22_consts_2_names = {
   73253             :     ._object = {
   73254             :         .ob_base = {
   73255             :             .ob_base = {
   73256             :                 .ob_refcnt = 999999999,
   73257             :                 .ob_type = &PyTuple_Type,
   73258             :             },
   73259             :             .ob_size = 1,
   73260             :         },
   73261             :         .ob_item = {
   73262             :             & const_str_StopIteration._ascii.ob_base,
   73263             :         },
   73264             :     },
   73265             : };
   73266             : static
   73267             :     struct {
   73268             :         PyASCIIObject _ascii;
   73269             :         uint8_t _data[15];
   73270             :     }
   73271             : _collections_abc_toplevel_consts_22_consts_2_qualname = {
   73272             :     ._ascii = {
   73273             :         .ob_base = {
   73274             :             .ob_refcnt = 999999999,
   73275             :             .ob_type = &PyUnicode_Type,
   73276             :         },
   73277             :         .length = 14,
   73278             :         .hash = -1,
   73279             :         .state = {
   73280             :             .kind = 1,
   73281             :             .compact = 1,
   73282             :             .ascii = 1,
   73283             :         },
   73284             :     },
   73285             :     ._data = "Coroutine.send",
   73286             : };
   73287             : static
   73288             :     struct {
   73289             :         PyObject_VAR_HEAD
   73290             :         Py_hash_t ob_shash;
   73291             :         char ob_sval[11];
   73292             :     }
   73293             : _collections_abc_toplevel_consts_22_consts_2_linetable = {
   73294             :     .ob_base = {
   73295             :         .ob_base = {
   73296             :             .ob_refcnt = 999999999,
   73297             :             .ob_type = &PyBytes_Type,
   73298             :         },
   73299             :         .ob_size = 10,
   73300             :     },
   73301             :     .ob_shash = -1,
   73302             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x0f\x1c\xd0\x08\x1b",
   73303             : };
   73304             : static
   73305             :     struct _PyCode_DEF(16)
   73306             : _collections_abc_toplevel_consts_22_consts_2 = {
   73307             :     .ob_base = {
   73308             :         .ob_base = {
   73309             :             .ob_refcnt = 999999999,
   73310             :             .ob_type = &PyCode_Type,
   73311             :         },
   73312             :         .ob_size = 8,
   73313             :     },
   73314             :     .co_consts = & _collections_abc_toplevel_consts_22_consts_2_consts._object.ob_base.ob_base,
   73315             :     .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
   73316             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   73317             :     .co_flags = 3,
   73318             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   73319             :     ._co_linearray_entry_size = 0,
   73320             :     .co_argcount = 2,
   73321             :     .co_posonlyargcount = 0,
   73322             :     .co_kwonlyargcount = 0,
   73323             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   73324             :     .co_stacksize = 1,
   73325             :     .co_firstlineno = 152,
   73326             :     .co_nlocalsplus = 2,
   73327             :     .co_nlocals = 2,
   73328             :     .co_nplaincellvars = 0,
   73329             :     .co_ncellvars = 0,
   73330             :     .co_nfreevars = 0,
   73331             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   73332             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   73333             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   73334             :     .co_name = &_Py_ID(send),
   73335             :     .co_qualname = & _collections_abc_toplevel_consts_22_consts_2_qualname._ascii.ob_base,
   73336             :     .co_linetable = & _collections_abc_toplevel_consts_22_consts_2_linetable.ob_base.ob_base,
   73337             :     ._co_code = NULL,
   73338             :     ._co_linearray = NULL,
   73339             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   73340             :     ._co_firsttraceable = 0,
   73341             : };
   73342             : static
   73343             :     struct {
   73344             :         PyASCIIObject _ascii;
   73345             :         uint8_t _data[104];
   73346             :     }
   73347             : _collections_abc_toplevel_consts_22_consts_4_consts_0 = {
   73348             :     ._ascii = {
   73349             :         .ob_base = {
   73350             :             .ob_refcnt = 999999999,
   73351             :             .ob_type = &PyUnicode_Type,
   73352             :         },
   73353             :         .length = 103,
   73354             :         .hash = -1,
   73355             :         .state = {
   73356             :             .kind = 1,
   73357             :             .compact = 1,
   73358             :             .ascii = 1,
   73359             :         },
   73360             :     },
   73361             :     ._data = "\x52\x61\x69\x73\x65\x20\x61\x6e\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x69\x6e\x20\x74\x68\x65\x20\x63\x6f\x72\x6f\x75\x74\x69\x6e\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x6e\x65\x78\x74\x20\x79\x69\x65\x6c\x64\x65\x64\x20\x76\x61\x6c\x75\x65\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x53\x74\x6f\x70\x49\x74\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   73362             : };
   73363             : static
   73364             :     struct {
   73365             :         PyGC_Head _gc_head;
   73366             :         struct {
   73367             :             PyObject_VAR_HEAD
   73368             :             PyObject *ob_item[1];
   73369             :         }_object;
   73370             :     }
   73371             : _collections_abc_toplevel_consts_22_consts_4_consts = {
   73372             :     ._object = {
   73373             :         .ob_base = {
   73374             :             .ob_base = {
   73375             :                 .ob_refcnt = 999999999,
   73376             :                 .ob_type = &PyTuple_Type,
   73377             :             },
   73378             :             .ob_size = 1,
   73379             :         },
   73380             :         .ob_item = {
   73381             :             & _collections_abc_toplevel_consts_22_consts_4_consts_0._ascii.ob_base,
   73382             :         },
   73383             :     },
   73384             : };
   73385             : static
   73386             :     struct {
   73387             :         PyASCIIObject _ascii;
   73388             :         uint8_t _data[15];
   73389             :     }
   73390             : const_str_with_traceback = {
   73391             :     ._ascii = {
   73392             :         .ob_base = {
   73393             :             .ob_refcnt = 999999999,
   73394             :             .ob_type = &PyUnicode_Type,
   73395             :         },
   73396             :         .length = 14,
   73397             :         .hash = -1,
   73398             :         .state = {
   73399             :             .kind = 1,
   73400             :             .compact = 1,
   73401             :             .ascii = 1,
   73402             :         },
   73403             :     },
   73404             :     ._data = "with_traceback",
   73405             : };
   73406             : static
   73407             :     struct {
   73408             :         PyGC_Head _gc_head;
   73409             :         struct {
   73410             :             PyObject_VAR_HEAD
   73411             :             PyObject *ob_item[1];
   73412             :         }_object;
   73413             :     }
   73414             : _collections_abc_toplevel_consts_22_consts_4_names = {
   73415             :     ._object = {
   73416             :         .ob_base = {
   73417             :             .ob_base = {
   73418             :                 .ob_refcnt = 999999999,
   73419             :                 .ob_type = &PyTuple_Type,
   73420             :             },
   73421             :             .ob_size = 1,
   73422             :         },
   73423             :         .ob_item = {
   73424             :             & const_str_with_traceback._ascii.ob_base,
   73425             :         },
   73426             :     },
   73427             : };
   73428             : static
   73429             :     struct {
   73430             :         PyASCIIObject _ascii;
   73431             :         uint8_t _data[16];
   73432             :     }
   73433             : _collections_abc_toplevel_consts_22_consts_4_qualname = {
   73434             :     ._ascii = {
   73435             :         .ob_base = {
   73436             :             .ob_refcnt = 999999999,
   73437             :             .ob_type = &PyUnicode_Type,
   73438             :         },
   73439             :         .length = 15,
   73440             :         .hash = -1,
   73441             :         .state = {
   73442             :             .kind = 1,
   73443             :             .compact = 1,
   73444             :             .ascii = 1,
   73445             :         },
   73446             :     },
   73447             :     ._data = "Coroutine.throw",
   73448             : };
   73449             : static
   73450             :     struct {
   73451             :         PyObject_VAR_HEAD
   73452             :         Py_hash_t ob_shash;
   73453             :         char ob_sval[64];
   73454             :     }
   73455             : _collections_abc_toplevel_consts_22_consts_4_linetable = {
   73456             :     .ob_base = {
   73457             :         .ob_base = {
   73458             :             .ob_refcnt = 999999999,
   73459             :             .ob_type = &PyBytes_Type,
   73460             :         },
   73461             :         .ob_size = 63,
   73462             :     },
   73463             :     .ob_shash = -1,
   73464             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x0c\x0f\xf0\x00\x03\x09\x18\xd8\x0f\x11\xf0\x00\x01\x0d\x1a\xd8\x16\x19\x90\x09\xd8\x12\x15\x90\x23\x94\x25\x88\x43\xd8\x0b\x0d\xf0\x00\x01\x09\x29\xd8\x12\x15\xd7\x12\x24\xd1\x12\x24\xa0\x52\xd4\x12\x28\x88\x43\xd8\x0e\x11\x88\x09",
   73465             : };
   73466             : static
   73467             :     struct {
   73468             :         PyASCIIObject _ascii;
   73469             :         uint8_t _data[4];
   73470             :     }
   73471             : const_str_typ = {
   73472             :     ._ascii = {
   73473             :         .ob_base = {
   73474             :             .ob_refcnt = 999999999,
   73475             :             .ob_type = &PyUnicode_Type,
   73476             :         },
   73477             :         .length = 3,
   73478             :         .hash = -1,
   73479             :         .state = {
   73480             :             .kind = 1,
   73481             :             .compact = 1,
   73482             :             .ascii = 1,
   73483             :         },
   73484             :     },
   73485             :     ._data = "typ",
   73486             : };
   73487             : static
   73488             :     struct {
   73489             :         PyASCIIObject _ascii;
   73490             :         uint8_t _data[4];
   73491             :     }
   73492             : const_str_val = {
   73493             :     ._ascii = {
   73494             :         .ob_base = {
   73495             :             .ob_refcnt = 999999999,
   73496             :             .ob_type = &PyUnicode_Type,
   73497             :         },
   73498             :         .length = 3,
   73499             :         .hash = -1,
   73500             :         .state = {
   73501             :             .kind = 1,
   73502             :             .compact = 1,
   73503             :             .ascii = 1,
   73504             :         },
   73505             :     },
   73506             :     ._data = "val",
   73507             : };
   73508             : static
   73509             :     struct {
   73510             :         PyGC_Head _gc_head;
   73511             :         struct {
   73512             :             PyObject_VAR_HEAD
   73513             :             PyObject *ob_item[4];
   73514             :         }_object;
   73515             :     }
   73516             : _collections_abc_toplevel_consts_22_consts_4_localsplusnames = {
   73517             :     ._object = {
   73518             :         .ob_base = {
   73519             :             .ob_base = {
   73520             :                 .ob_refcnt = 999999999,
   73521             :                 .ob_type = &PyTuple_Type,
   73522             :             },
   73523             :             .ob_size = 4,
   73524             :         },
   73525             :         .ob_item = {
   73526             :             & const_str_self._ascii.ob_base,
   73527             :             & const_str_typ._ascii.ob_base,
   73528             :             & const_str_val._ascii.ob_base,
   73529             :             & const_str_tb._ascii.ob_base,
   73530             :         },
   73531             :     },
   73532             : };
   73533             : static
   73534             :     struct _PyCode_DEF(74)
   73535             : _collections_abc_toplevel_consts_22_consts_4 = {
   73536             :     .ob_base = {
   73537             :         .ob_base = {
   73538             :             .ob_refcnt = 999999999,
   73539             :             .ob_type = &PyCode_Type,
   73540             :         },
   73541             :         .ob_size = 37,
   73542             :     },
   73543             :     .co_consts = & _collections_abc_toplevel_consts_22_consts_4_consts._object.ob_base.ob_base,
   73544             :     .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
   73545             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   73546             :     .co_flags = 3,
   73547             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   73548             :     ._co_linearray_entry_size = 0,
   73549             :     .co_argcount = 4,
   73550             :     .co_posonlyargcount = 0,
   73551             :     .co_kwonlyargcount = 0,
   73552             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   73553             :     .co_stacksize = 3,
   73554             :     .co_firstlineno = 159,
   73555             :     .co_nlocalsplus = 4,
   73556             :     .co_nlocals = 4,
   73557             :     .co_nplaincellvars = 0,
   73558             :     .co_ncellvars = 0,
   73559             :     .co_nfreevars = 0,
   73560             :     .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
   73561             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   73562             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   73563             :     .co_name = &_Py_ID(throw),
   73564             :     .co_qualname = & _collections_abc_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
   73565             :     .co_linetable = & _collections_abc_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
   73566             :     ._co_code = NULL,
   73567             :     ._co_linearray = NULL,
   73568             :     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0c\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x12\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
   73569             :     ._co_firsttraceable = 0,
   73570             : };
   73571             : static
   73572             :     struct {
   73573             :         PyASCIIObject _ascii;
   73574             :         uint8_t _data[47];
   73575             :     }
   73576             : _collections_abc_toplevel_consts_22_consts_5_consts_0 = {
   73577             :     ._ascii = {
   73578             :         .ob_base = {
   73579             :             .ob_refcnt = 999999999,
   73580             :             .ob_type = &PyUnicode_Type,
   73581             :         },
   73582             :         .length = 46,
   73583             :         .hash = -1,
   73584             :         .state = {
   73585             :             .kind = 1,
   73586             :             .compact = 1,
   73587             :             .ascii = 1,
   73588             :         },
   73589             :     },
   73590             :     ._data = "\x52\x61\x69\x73\x65\x20\x47\x65\x6e\x65\x72\x61\x74\x6f\x72\x45\x78\x69\x74\x20\x69\x6e\x73\x69\x64\x65\x20\x63\x6f\x72\x6f\x75\x74\x69\x6e\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   73591             : };
   73592             : static
   73593             :     struct {
   73594             :         PyASCIIObject _ascii;
   73595             :         uint8_t _data[32];
   73596             :     }
   73597             : _collections_abc_toplevel_consts_22_consts_5_consts_1 = {
   73598             :     ._ascii = {
   73599             :         .ob_base = {
   73600             :             .ob_refcnt = 999999999,
   73601             :             .ob_type = &PyUnicode_Type,
   73602             :         },
   73603             :         .length = 31,
   73604             :         .hash = -1,
   73605             :         .state = {
   73606             :             .kind = 1,
   73607             :             .compact = 1,
   73608             :             .ascii = 1,
   73609             :         },
   73610             :     },
   73611             :     ._data = "coroutine ignored GeneratorExit",
   73612             : };
   73613             : static
   73614             :     struct {
   73615             :         PyGC_Head _gc_head;
   73616             :         struct {
   73617             :             PyObject_VAR_HEAD
   73618             :             PyObject *ob_item[3];
   73619             :         }_object;
   73620             :     }
   73621             : _collections_abc_toplevel_consts_22_consts_5_consts = {
   73622             :     ._object = {
   73623             :         .ob_base = {
   73624             :             .ob_base = {
   73625             :                 .ob_refcnt = 999999999,
   73626             :                 .ob_type = &PyTuple_Type,
   73627             :             },
   73628             :             .ob_size = 3,
   73629             :         },
   73630             :         .ob_item = {
   73631             :             & _collections_abc_toplevel_consts_22_consts_5_consts_0._ascii.ob_base,
   73632             :             & _collections_abc_toplevel_consts_22_consts_5_consts_1._ascii.ob_base,
   73633             :             Py_None,
   73634             :         },
   73635             :     },
   73636             : };
   73637             : static
   73638             :     struct {
   73639             :         PyASCIIObject _ascii;
   73640             :         uint8_t _data[14];
   73641             :     }
   73642             : const_str_GeneratorExit = {
   73643             :     ._ascii = {
   73644             :         .ob_base = {
   73645             :             .ob_refcnt = 999999999,
   73646             :             .ob_type = &PyUnicode_Type,
   73647             :         },
   73648             :         .length = 13,
   73649             :         .hash = -1,
   73650             :         .state = {
   73651             :             .kind = 1,
   73652             :             .compact = 1,
   73653             :             .ascii = 1,
   73654             :         },
   73655             :     },
   73656             :     ._data = "GeneratorExit",
   73657             : };
   73658             : static
   73659             :     struct {
   73660             :         PyGC_Head _gc_head;
   73661             :         struct {
   73662             :             PyObject_VAR_HEAD
   73663             :             PyObject *ob_item[4];
   73664             :         }_object;
   73665             :     }
   73666             : _collections_abc_toplevel_consts_22_consts_5_names = {
   73667             :     ._object = {
   73668             :         .ob_base = {
   73669             :             .ob_base = {
   73670             :                 .ob_refcnt = 999999999,
   73671             :                 .ob_type = &PyTuple_Type,
   73672             :             },
   73673             :             .ob_size = 4,
   73674             :         },
   73675             :         .ob_item = {
   73676             :             &_Py_ID(throw),
   73677             :             & const_str_GeneratorExit._ascii.ob_base,
   73678             :             & const_str_RuntimeError._ascii.ob_base,
   73679             :             & const_str_StopIteration._ascii.ob_base,
   73680             :         },
   73681             :     },
   73682             : };
   73683             : static
   73684             :     struct {
   73685             :         PyASCIIObject _ascii;
   73686             :         uint8_t _data[16];
   73687             :     }
   73688             : _collections_abc_toplevel_consts_22_consts_5_qualname = {
   73689             :     ._ascii = {
   73690             :         .ob_base = {
   73691             :             .ob_refcnt = 999999999,
   73692             :             .ob_type = &PyUnicode_Type,
   73693             :         },
   73694             :         .length = 15,
   73695             :         .hash = -1,
   73696             :         .state = {
   73697             :             .kind = 1,
   73698             :             .compact = 1,
   73699             :             .ascii = 1,
   73700             :         },
   73701             :     },
   73702             :     ._data = "Coroutine.close",
   73703             : };
   73704             : static
   73705             :     struct {
   73706             :         PyObject_VAR_HEAD
   73707             :         Py_hash_t ob_shash;
   73708             :         char ob_sval[79];
   73709             :     }
   73710             : _collections_abc_toplevel_consts_22_consts_5_linetable = {
   73711             :     .ob_base = {
   73712             :         .ob_base = {
   73713             :             .ob_refcnt = 999999999,
   73714             :             .ob_type = &PyBytes_Type,
   73715             :         },
   73716             :         .ob_size = 78,
   73717             :     },
   73718             :     .ob_shash = -1,
   73719             :     .ob_sval = "\x80\x00\xf0\x06\x05\x09\x42\x01\xd8\x0c\x10\x8f\x4a\x89\x4a\x95\x7d\xd4\x0c\x25\xd0\x0c\x25\xf5\x08\x00\x13\x1f\xd0\x1f\x40\xd4\x12\x41\xd0\x0c\x41\xf8\xf5\x07\x00\x11\x1e\x9d\x7d\xd0\x0f\x2d\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
   73720             : };
   73721             : static
   73722             :     struct {
   73723             :         PyObject_VAR_HEAD
   73724             :         Py_hash_t ob_shash;
   73725             :         char ob_sval[13];
   73726             :     }
   73727             : _collections_abc_toplevel_consts_22_consts_5_exceptiontable = {
   73728             :     .ob_base = {
   73729             :         .ob_base = {
   73730             :             .ob_refcnt = 999999999,
   73731             :             .ob_type = &PyBytes_Type,
   73732             :         },
   73733             :         .ob_size = 12,
   73734             :     },
   73735             :     .ob_shash = -1,
   73736             :     .ob_sval = "\x82\x17\x26\x00\xa6\x11\x3b\x03\xba\x01\x3b\x03",
   73737             : };
   73738             : static
   73739             :     struct _PyCode_DEF(124)
   73740             : _collections_abc_toplevel_consts_22_consts_5 = {
   73741             :     .ob_base = {
   73742             :         .ob_base = {
   73743             :             .ob_refcnt = 999999999,
   73744             :             .ob_type = &PyCode_Type,
   73745             :         },
   73746             :         .ob_size = 62,
   73747             :     },
   73748             :     .co_consts = & _collections_abc_toplevel_consts_22_consts_5_consts._object.ob_base.ob_base,
   73749             :     .co_names = & _collections_abc_toplevel_consts_22_consts_5_names._object.ob_base.ob_base,
   73750             :     .co_exceptiontable = & _collections_abc_toplevel_consts_22_consts_5_exceptiontable.ob_base.ob_base,
   73751             :     .co_flags = 3,
   73752             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   73753             :     ._co_linearray_entry_size = 0,
   73754             :     .co_argcount = 1,
   73755             :     .co_posonlyargcount = 0,
   73756             :     .co_kwonlyargcount = 0,
   73757             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   73758             :     .co_stacksize = 4,
   73759             :     .co_firstlineno = 172,
   73760             :     .co_nlocalsplus = 1,
   73761             :     .co_nlocals = 1,
   73762             :     .co_nplaincellvars = 0,
   73763             :     .co_ncellvars = 0,
   73764             :     .co_nfreevars = 0,
   73765             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   73766             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   73767             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   73768             :     .co_name = &_Py_ID(close),
   73769             :     .co_qualname = & _collections_abc_toplevel_consts_22_consts_5_qualname._ascii.ob_base,
   73770             :     .co_linetable = & _collections_abc_toplevel_consts_22_consts_5_linetable.ob_base.ob_base,
   73771             :     ._co_code = NULL,
   73772             :     ._co_linearray = NULL,
   73773             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   73774             :     ._co_firsttraceable = 0,
   73775             : };
   73776             : static
   73777             :     struct {
   73778             :         PyGC_Head _gc_head;
   73779             :         struct {
   73780             :             PyObject_VAR_HEAD
   73781             :             PyObject *ob_item[5];
   73782             :         }_object;
   73783             :     }
   73784             : _collections_abc_toplevel_consts_22_consts_6_consts = {
   73785             :     ._object = {
   73786             :         .ob_base = {
   73787             :             .ob_base = {
   73788             :                 .ob_refcnt = 999999999,
   73789             :                 .ob_type = &PyTuple_Type,
   73790             :             },
   73791             :             .ob_size = 5,
   73792             :         },
   73793             :         .ob_item = {
   73794             :             Py_None,
   73795             :             &_Py_ID(__await__),
   73796             :             &_Py_ID(send),
   73797             :             &_Py_ID(throw),
   73798             :             &_Py_ID(close),
   73799             :         },
   73800             :     },
   73801             : };
   73802             : static
   73803             :     struct {
   73804             :         PyGC_Head _gc_head;
   73805             :         struct {
   73806             :             PyObject_VAR_HEAD
   73807             :             PyObject *ob_item[3];
   73808             :         }_object;
   73809             :     }
   73810             : _collections_abc_toplevel_consts_22_consts_6_names = {
   73811             :     ._object = {
   73812             :         .ob_base = {
   73813             :             .ob_base = {
   73814             :                 .ob_refcnt = 999999999,
   73815             :                 .ob_type = &PyTuple_Type,
   73816             :             },
   73817             :             .ob_size = 3,
   73818             :         },
   73819             :         .ob_item = {
   73820             :             & const_str_Coroutine._ascii.ob_base,
   73821             :             & const_str__check_methods._ascii.ob_base,
   73822             :             & const_str_NotImplemented._ascii.ob_base,
   73823             :         },
   73824             :     },
   73825             : };
   73826             : static
   73827             :     struct {
   73828             :         PyASCIIObject _ascii;
   73829             :         uint8_t _data[27];
   73830             :     }
   73831             : _collections_abc_toplevel_consts_22_consts_6_qualname = {
   73832             :     ._ascii = {
   73833             :         .ob_base = {
   73834             :             .ob_refcnt = 999999999,
   73835             :             .ob_type = &PyUnicode_Type,
   73836             :         },
   73837             :         .length = 26,
   73838             :         .hash = -1,
   73839             :         .state = {
   73840             :             .kind = 1,
   73841             :             .compact = 1,
   73842             :             .ascii = 1,
   73843             :         },
   73844             :     },
   73845             :     ._data = "Coroutine.__subclasshook__",
   73846             : };
   73847             : static
   73848             :     struct {
   73849             :         PyObject_VAR_HEAD
   73850             :         Py_hash_t ob_shash;
   73851             :         char ob_sval[42];
   73852             :     }
   73853             : _collections_abc_toplevel_consts_22_consts_6_linetable = {
   73854             :     .ob_base = {
   73855             :         .ob_base = {
   73856             :             .ob_refcnt = 999999999,
   73857             :             .ob_type = &PyBytes_Type,
   73858             :         },
   73859             :         .ob_size = 41,
   73860             :     },
   73861             :     .ob_shash = -1,
   73862             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xf0\x00\x01\x09\x4c\x01\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x26\xb8\x27\xc0\x37\xd4\x13\x4b\xd0\x0c\x4b\xdd\x0f\x1d\xd0\x08\x1d",
   73863             : };
   73864             : static
   73865             :     struct _PyCode_DEF(68)
   73866             : _collections_abc_toplevel_consts_22_consts_6 = {
   73867             :     .ob_base = {
   73868             :         .ob_base = {
   73869             :             .ob_refcnt = 999999999,
   73870             :             .ob_type = &PyCode_Type,
   73871             :         },
   73872             :         .ob_size = 34,
   73873             :     },
   73874             :     .co_consts = & _collections_abc_toplevel_consts_22_consts_6_consts._object.ob_base.ob_base,
   73875             :     .co_names = & _collections_abc_toplevel_consts_22_consts_6_names._object.ob_base.ob_base,
   73876             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   73877             :     .co_flags = 3,
   73878             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   73879             :     ._co_linearray_entry_size = 0,
   73880             :     .co_argcount = 2,
   73881             :     .co_posonlyargcount = 0,
   73882             :     .co_kwonlyargcount = 0,
   73883             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   73884             :     .co_stacksize = 7,
   73885             :     .co_firstlineno = 182,
   73886             :     .co_nlocalsplus = 2,
   73887             :     .co_nlocals = 2,
   73888             :     .co_nplaincellvars = 0,
   73889             :     .co_ncellvars = 0,
   73890             :     .co_nfreevars = 0,
   73891             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   73892             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   73893             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   73894             :     .co_name = &_Py_ID(__subclasshook__),
   73895             :     .co_qualname = & _collections_abc_toplevel_consts_22_consts_6_qualname._ascii.ob_base,
   73896             :     .co_linetable = & _collections_abc_toplevel_consts_22_consts_6_linetable.ob_base.ob_base,
   73897             :     ._co_code = NULL,
   73898             :     ._co_linearray = NULL,
   73899             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   73900             :     ._co_firsttraceable = 0,
   73901             : };
   73902             : static
   73903             :     struct {
   73904             :         PyGC_Head _gc_head;
   73905             :         struct {
   73906             :             PyObject_VAR_HEAD
   73907             :             PyObject *ob_item[8];
   73908             :         }_object;
   73909             :     }
   73910             : _collections_abc_toplevel_consts_22_consts = {
   73911             :     ._object = {
   73912             :         .ob_base = {
   73913             :             .ob_base = {
   73914             :                 .ob_refcnt = 999999999,
   73915             :                 .ob_type = &PyTuple_Type,
   73916             :             },
   73917             :             .ob_size = 8,
   73918             :         },
   73919             :         .ob_item = {
   73920             :             & const_str_Coroutine._ascii.ob_base,
   73921             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   73922             :             & _collections_abc_toplevel_consts_22_consts_2.ob_base.ob_base,
   73923             :             Py_None,
   73924             :             & _collections_abc_toplevel_consts_22_consts_4.ob_base.ob_base,
   73925             :             & _collections_abc_toplevel_consts_22_consts_5.ob_base.ob_base,
   73926             :             & _collections_abc_toplevel_consts_22_consts_6.ob_base.ob_base,
   73927             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   73928             :         },
   73929             :     },
   73930             : };
   73931             : static
   73932             :     struct {
   73933             :         PyGC_Head _gc_head;
   73934             :         struct {
   73935             :             PyObject_VAR_HEAD
   73936             :             PyObject *ob_item[10];
   73937             :         }_object;
   73938             :     }
   73939             : _collections_abc_toplevel_consts_22_names = {
   73940             :     ._object = {
   73941             :         .ob_base = {
   73942             :             .ob_base = {
   73943             :                 .ob_refcnt = 999999999,
   73944             :                 .ob_type = &PyTuple_Type,
   73945             :             },
   73946             :             .ob_size = 10,
   73947             :         },
   73948             :         .ob_item = {
   73949             :             &_Py_ID(__name__),
   73950             :             &_Py_ID(__module__),
   73951             :             &_Py_ID(__qualname__),
   73952             :             &_Py_ID(__slots__),
   73953             :             & const_str_abstractmethod._ascii.ob_base,
   73954             :             &_Py_ID(send),
   73955             :             &_Py_ID(throw),
   73956             :             &_Py_ID(close),
   73957             :             & const_str_classmethod._ascii.ob_base,
   73958             :             &_Py_ID(__subclasshook__),
   73959             :         },
   73960             :     },
   73961             : };
   73962             : static
   73963             :     struct {
   73964             :         PyObject_VAR_HEAD
   73965             :         Py_hash_t ob_shash;
   73966             :         char ob_sval[120];
   73967             :     }
   73968             : _collections_abc_toplevel_consts_22_linetable = {
   73969             :     .ob_base = {
   73970             :         .ob_base = {
   73971             :             .ob_refcnt = 999999999,
   73972             :             .ob_type = &PyBytes_Type,
   73973             :         },
   73974             :         .ob_size = 119,
   73975             :     },
   73976             :     .ob_shash = -1,
   73977             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x04\x05\x1c\xf0\x00\x04\x05\x1c\xf4\x03\x00\x06\x14\xf0\x02\x04\x05\x1c\xf0\x0c\x00\x06\x14\xd8\x1d\x21\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf4\x03\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x18\x08\x05\x42\x01\xf0\x00\x08\x05\x42\x01\xf0\x00\x08\x05\x42\x01\xf0\x14\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
   73978             : };
   73979             : static
   73980             :     struct _PyCode_DEF(80)
   73981             : _collections_abc_toplevel_consts_22 = {
   73982             :     .ob_base = {
   73983             :         .ob_base = {
   73984             :             .ob_refcnt = 999999999,
   73985             :             .ob_type = &PyCode_Type,
   73986             :         },
   73987             :         .ob_size = 40,
   73988             :     },
   73989             :     .co_consts = & _collections_abc_toplevel_consts_22_consts._object.ob_base.ob_base,
   73990             :     .co_names = & _collections_abc_toplevel_consts_22_names._object.ob_base.ob_base,
   73991             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   73992             :     .co_flags = 0,
   73993             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   73994             :     ._co_linearray_entry_size = 0,
   73995             :     .co_argcount = 0,
   73996             :     .co_posonlyargcount = 0,
   73997             :     .co_kwonlyargcount = 0,
   73998             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   73999             :     .co_stacksize = 3,
   74000             :     .co_firstlineno = 148,
   74001             :     .co_nlocalsplus = 0,
   74002             :     .co_nlocals = 0,
   74003             :     .co_nplaincellvars = 0,
   74004             :     .co_ncellvars = 0,
   74005             :     .co_nfreevars = 0,
   74006             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   74007             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74008             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74009             :     .co_name = & const_str_Coroutine._ascii.ob_base,
   74010             :     .co_qualname = & const_str_Coroutine._ascii.ob_base,
   74011             :     .co_linetable = & _collections_abc_toplevel_consts_22_linetable.ob_base.ob_base,
   74012             :     ._co_code = NULL,
   74013             :     ._co_linearray = NULL,
   74014             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x04\x64\x07\x64\x04\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x65\x08\x64\x06\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x03\x53\x00",
   74015             :     ._co_firsttraceable = 0,
   74016             : };
   74017             : static
   74018             :     struct {
   74019             :         PyGC_Head _gc_head;
   74020             :         struct {
   74021             :             PyObject_VAR_HEAD
   74022             :             PyObject *ob_item[1];
   74023             :         }_object;
   74024             :     }
   74025             : _collections_abc_toplevel_consts_24_consts_2_names = {
   74026             :     ._object = {
   74027             :         .ob_base = {
   74028             :             .ob_base = {
   74029             :                 .ob_refcnt = 999999999,
   74030             :                 .ob_type = &PyTuple_Type,
   74031             :             },
   74032             :             .ob_size = 1,
   74033             :         },
   74034             :         .ob_item = {
   74035             :             & const_str_AsyncIterator._ascii.ob_base,
   74036             :         },
   74037             :     },
   74038             : };
   74039             : static
   74040             :     struct {
   74041             :         PyASCIIObject _ascii;
   74042             :         uint8_t _data[24];
   74043             :     }
   74044             : _collections_abc_toplevel_consts_24_consts_2_qualname = {
   74045             :     ._ascii = {
   74046             :         .ob_base = {
   74047             :             .ob_refcnt = 999999999,
   74048             :             .ob_type = &PyUnicode_Type,
   74049             :         },
   74050             :         .length = 23,
   74051             :         .hash = -1,
   74052             :         .state = {
   74053             :             .kind = 1,
   74054             :             .compact = 1,
   74055             :             .ascii = 1,
   74056             :         },
   74057             :     },
   74058             :     ._data = "AsyncIterable.__aiter__",
   74059             : };
   74060             : static
   74061             :     struct {
   74062             :         PyObject_VAR_HEAD
   74063             :         Py_hash_t ob_shash;
   74064             :         char ob_sval[11];
   74065             :     }
   74066             : _collections_abc_toplevel_consts_24_consts_2_linetable = {
   74067             :     .ob_base = {
   74068             :         .ob_base = {
   74069             :             .ob_refcnt = 999999999,
   74070             :             .ob_type = &PyBytes_Type,
   74071             :         },
   74072             :         .ob_size = 10,
   74073             :     },
   74074             :     .ob_shash = -1,
   74075             :     .ob_sval = "\x80\x00\xe5\x0f\x1c\x8c\x7f\xd0\x08\x1e",
   74076             : };
   74077             : static
   74078             :     struct _PyCode_DEF(26)
   74079             : _collections_abc_toplevel_consts_24_consts_2 = {
   74080             :     .ob_base = {
   74081             :         .ob_base = {
   74082             :             .ob_refcnt = 999999999,
   74083             :             .ob_type = &PyCode_Type,
   74084             :         },
   74085             :         .ob_size = 13,
   74086             :     },
   74087             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   74088             :     .co_names = & _collections_abc_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
   74089             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74090             :     .co_flags = 3,
   74091             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   74092             :     ._co_linearray_entry_size = 0,
   74093             :     .co_argcount = 1,
   74094             :     .co_posonlyargcount = 0,
   74095             :     .co_kwonlyargcount = 0,
   74096             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   74097             :     .co_stacksize = 2,
   74098             :     .co_firstlineno = 196,
   74099             :     .co_nlocalsplus = 1,
   74100             :     .co_nlocals = 1,
   74101             :     .co_nplaincellvars = 0,
   74102             :     .co_ncellvars = 0,
   74103             :     .co_nfreevars = 0,
   74104             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   74105             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   74106             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74107             :     .co_name = &_Py_ID(__aiter__),
   74108             :     .co_qualname = & _collections_abc_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
   74109             :     .co_linetable = & _collections_abc_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
   74110             :     ._co_code = NULL,
   74111             :     ._co_linearray = NULL,
   74112             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   74113             :     ._co_firsttraceable = 0,
   74114             : };
   74115             : static
   74116             :     struct {
   74117             :         PyGC_Head _gc_head;
   74118             :         struct {
   74119             :             PyObject_VAR_HEAD
   74120             :             PyObject *ob_item[2];
   74121             :         }_object;
   74122             :     }
   74123             : _collections_abc_toplevel_consts_24_consts_3_consts = {
   74124             :     ._object = {
   74125             :         .ob_base = {
   74126             :             .ob_base = {
   74127             :                 .ob_refcnt = 999999999,
   74128             :                 .ob_type = &PyTuple_Type,
   74129             :             },
   74130             :             .ob_size = 2,
   74131             :         },
   74132             :         .ob_item = {
   74133             :             Py_None,
   74134             :             &_Py_ID(__aiter__),
   74135             :         },
   74136             :     },
   74137             : };
   74138             : static
   74139             :     struct {
   74140             :         PyGC_Head _gc_head;
   74141             :         struct {
   74142             :             PyObject_VAR_HEAD
   74143             :             PyObject *ob_item[3];
   74144             :         }_object;
   74145             :     }
   74146             : _collections_abc_toplevel_consts_24_consts_3_names = {
   74147             :     ._object = {
   74148             :         .ob_base = {
   74149             :             .ob_base = {
   74150             :                 .ob_refcnt = 999999999,
   74151             :                 .ob_type = &PyTuple_Type,
   74152             :             },
   74153             :             .ob_size = 3,
   74154             :         },
   74155             :         .ob_item = {
   74156             :             & const_str_AsyncIterable._ascii.ob_base,
   74157             :             & const_str__check_methods._ascii.ob_base,
   74158             :             & const_str_NotImplemented._ascii.ob_base,
   74159             :         },
   74160             :     },
   74161             : };
   74162             : static
   74163             :     struct {
   74164             :         PyASCIIObject _ascii;
   74165             :         uint8_t _data[31];
   74166             :     }
   74167             : _collections_abc_toplevel_consts_24_consts_3_qualname = {
   74168             :     ._ascii = {
   74169             :         .ob_base = {
   74170             :             .ob_refcnt = 999999999,
   74171             :             .ob_type = &PyUnicode_Type,
   74172             :         },
   74173             :         .length = 30,
   74174             :         .hash = -1,
   74175             :         .state = {
   74176             :             .kind = 1,
   74177             :             .compact = 1,
   74178             :             .ascii = 1,
   74179             :         },
   74180             :     },
   74181             :     ._data = "AsyncIterable.__subclasshook__",
   74182             : };
   74183             : static
   74184             :     struct {
   74185             :         PyObject_VAR_HEAD
   74186             :         Py_hash_t ob_shash;
   74187             :         char ob_sval[35];
   74188             :     }
   74189             : _collections_abc_toplevel_consts_24_consts_3_linetable = {
   74190             :     .ob_base = {
   74191             :         .ob_base = {
   74192             :             .ob_refcnt = 999999999,
   74193             :             .ob_type = &PyBytes_Type,
   74194             :         },
   74195             :         .ob_size = 34,
   74196             :     },
   74197             :     .ob_shash = -1,
   74198             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2d\xd0\x0b\x1f\xf0\x00\x01\x09\x32\xdd\x13\x21\xa0\x21\xa0\x5b\xd4\x13\x31\xd0\x0c\x31\xdd\x0f\x1d\xd0\x08\x1d",
   74199             : };
   74200             : static
   74201             :     struct _PyCode_DEF(62)
   74202             : _collections_abc_toplevel_consts_24_consts_3 = {
   74203             :     .ob_base = {
   74204             :         .ob_base = {
   74205             :             .ob_refcnt = 999999999,
   74206             :             .ob_type = &PyCode_Type,
   74207             :         },
   74208             :         .ob_size = 31,
   74209             :     },
   74210             :     .co_consts = & _collections_abc_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
   74211             :     .co_names = & _collections_abc_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
   74212             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74213             :     .co_flags = 3,
   74214             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   74215             :     ._co_linearray_entry_size = 0,
   74216             :     .co_argcount = 2,
   74217             :     .co_posonlyargcount = 0,
   74218             :     .co_kwonlyargcount = 0,
   74219             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   74220             :     .co_stacksize = 4,
   74221             :     .co_firstlineno = 200,
   74222             :     .co_nlocalsplus = 2,
   74223             :     .co_nlocals = 2,
   74224             :     .co_nplaincellvars = 0,
   74225             :     .co_ncellvars = 0,
   74226             :     .co_nfreevars = 0,
   74227             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   74228             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   74229             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74230             :     .co_name = &_Py_ID(__subclasshook__),
   74231             :     .co_qualname = & _collections_abc_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
   74232             :     .co_linetable = & _collections_abc_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
   74233             :     ._co_code = NULL,
   74234             :     ._co_linearray = NULL,
   74235             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   74236             :     ._co_firsttraceable = 0,
   74237             : };
   74238             : static
   74239             :     struct {
   74240             :         PyGC_Head _gc_head;
   74241             :         struct {
   74242             :             PyObject_VAR_HEAD
   74243             :             PyObject *ob_item[5];
   74244             :         }_object;
   74245             :     }
   74246             : _collections_abc_toplevel_consts_24_consts = {
   74247             :     ._object = {
   74248             :         .ob_base = {
   74249             :             .ob_base = {
   74250             :                 .ob_refcnt = 999999999,
   74251             :                 .ob_type = &PyTuple_Type,
   74252             :             },
   74253             :             .ob_size = 5,
   74254             :         },
   74255             :         .ob_item = {
   74256             :             & const_str_AsyncIterable._ascii.ob_base,
   74257             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   74258             :             & _collections_abc_toplevel_consts_24_consts_2.ob_base.ob_base,
   74259             :             & _collections_abc_toplevel_consts_24_consts_3.ob_base.ob_base,
   74260             :             Py_None,
   74261             :         },
   74262             :     },
   74263             : };
   74264             : static
   74265             :     struct {
   74266             :         PyGC_Head _gc_head;
   74267             :         struct {
   74268             :             PyObject_VAR_HEAD
   74269             :             PyObject *ob_item[10];
   74270             :         }_object;
   74271             :     }
   74272             : _collections_abc_toplevel_consts_24_names = {
   74273             :     ._object = {
   74274             :         .ob_base = {
   74275             :             .ob_base = {
   74276             :                 .ob_refcnt = 999999999,
   74277             :                 .ob_type = &PyTuple_Type,
   74278             :             },
   74279             :             .ob_size = 10,
   74280             :         },
   74281             :         .ob_item = {
   74282             :             &_Py_ID(__name__),
   74283             :             &_Py_ID(__module__),
   74284             :             &_Py_ID(__qualname__),
   74285             :             &_Py_ID(__slots__),
   74286             :             & const_str_abstractmethod._ascii.ob_base,
   74287             :             &_Py_ID(__aiter__),
   74288             :             & const_str_classmethod._ascii.ob_base,
   74289             :             &_Py_ID(__subclasshook__),
   74290             :             & const_str_GenericAlias._ascii.ob_base,
   74291             :             &_Py_ID(__class_getitem__),
   74292             :         },
   74293             :     },
   74294             : };
   74295             : static
   74296             :     struct {
   74297             :         PyObject_VAR_HEAD
   74298             :         Py_hash_t ob_shash;
   74299             :         char ob_sval[85];
   74300             :     }
   74301             : _collections_abc_toplevel_consts_24_linetable = {
   74302             :     .ob_base = {
   74303             :         .ob_base = {
   74304             :             .ob_refcnt = 999999999,
   74305             :             .ob_type = &PyBytes_Type,
   74306             :         },
   74307             :         .ob_size = 84,
   74308             :     },
   74309             :     .ob_shash = -1,
   74310             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x1f\xf0\x00\x01\x05\x1f\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x1f\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
   74311             : };
   74312             : static
   74313             :     struct _PyCode_DEF(72)
   74314             : _collections_abc_toplevel_consts_24 = {
   74315             :     .ob_base = {
   74316             :         .ob_base = {
   74317             :             .ob_refcnt = 999999999,
   74318             :             .ob_type = &PyCode_Type,
   74319             :         },
   74320             :         .ob_size = 36,
   74321             :     },
   74322             :     .co_consts = & _collections_abc_toplevel_consts_24_consts._object.ob_base.ob_base,
   74323             :     .co_names = & _collections_abc_toplevel_consts_24_names._object.ob_base.ob_base,
   74324             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74325             :     .co_flags = 0,
   74326             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   74327             :     ._co_linearray_entry_size = 0,
   74328             :     .co_argcount = 0,
   74329             :     .co_posonlyargcount = 0,
   74330             :     .co_kwonlyargcount = 0,
   74331             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   74332             :     .co_stacksize = 3,
   74333             :     .co_firstlineno = 192,
   74334             :     .co_nlocalsplus = 0,
   74335             :     .co_nlocals = 0,
   74336             :     .co_nplaincellvars = 0,
   74337             :     .co_ncellvars = 0,
   74338             :     .co_nfreevars = 0,
   74339             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   74340             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74341             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74342             :     .co_name = & const_str_AsyncIterable._ascii.ob_base,
   74343             :     .co_qualname = & const_str_AsyncIterable._ascii.ob_base,
   74344             :     .co_linetable = & _collections_abc_toplevel_consts_24_linetable.ob_base.ob_base,
   74345             :     ._co_code = NULL,
   74346             :     ._co_linearray = NULL,
   74347             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
   74348             :     ._co_firsttraceable = 0,
   74349             : };
   74350             : static
   74351             :     struct {
   74352             :         PyASCIIObject _ascii;
   74353             :         uint8_t _data[65];
   74354             :     }
   74355             : _collections_abc_toplevel_consts_26_consts_2_consts_0 = {
   74356             :     ._ascii = {
   74357             :         .ob_base = {
   74358             :             .ob_refcnt = 999999999,
   74359             :             .ob_type = &PyUnicode_Type,
   74360             :         },
   74361             :         .length = 64,
   74362             :         .hash = -1,
   74363             :         .state = {
   74364             :             .kind = 1,
   74365             :             .compact = 1,
   74366             :             .ascii = 1,
   74367             :         },
   74368             :     },
   74369             :     ._data = "Return the next item or raise StopAsyncIteration when exhausted.",
   74370             : };
   74371             : static
   74372             :     struct {
   74373             :         PyGC_Head _gc_head;
   74374             :         struct {
   74375             :             PyObject_VAR_HEAD
   74376             :             PyObject *ob_item[1];
   74377             :         }_object;
   74378             :     }
   74379             : _collections_abc_toplevel_consts_26_consts_2_consts = {
   74380             :     ._object = {
   74381             :         .ob_base = {
   74382             :             .ob_base = {
   74383             :                 .ob_refcnt = 999999999,
   74384             :                 .ob_type = &PyTuple_Type,
   74385             :             },
   74386             :             .ob_size = 1,
   74387             :         },
   74388             :         .ob_item = {
   74389             :             & _collections_abc_toplevel_consts_26_consts_2_consts_0._ascii.ob_base,
   74390             :         },
   74391             :     },
   74392             : };
   74393             : static
   74394             :     struct {
   74395             :         PyASCIIObject _ascii;
   74396             :         uint8_t _data[19];
   74397             :     }
   74398             : const_str_StopAsyncIteration = {
   74399             :     ._ascii = {
   74400             :         .ob_base = {
   74401             :             .ob_refcnt = 999999999,
   74402             :             .ob_type = &PyUnicode_Type,
   74403             :         },
   74404             :         .length = 18,
   74405             :         .hash = -1,
   74406             :         .state = {
   74407             :             .kind = 1,
   74408             :             .compact = 1,
   74409             :             .ascii = 1,
   74410             :         },
   74411             :     },
   74412             :     ._data = "StopAsyncIteration",
   74413             : };
   74414             : static
   74415             :     struct {
   74416             :         PyGC_Head _gc_head;
   74417             :         struct {
   74418             :             PyObject_VAR_HEAD
   74419             :             PyObject *ob_item[1];
   74420             :         }_object;
   74421             :     }
   74422             : _collections_abc_toplevel_consts_26_consts_2_names = {
   74423             :     ._object = {
   74424             :         .ob_base = {
   74425             :             .ob_base = {
   74426             :                 .ob_refcnt = 999999999,
   74427             :                 .ob_type = &PyTuple_Type,
   74428             :             },
   74429             :             .ob_size = 1,
   74430             :         },
   74431             :         .ob_item = {
   74432             :             & const_str_StopAsyncIteration._ascii.ob_base,
   74433             :         },
   74434             :     },
   74435             : };
   74436             : static
   74437             :     struct {
   74438             :         PyASCIIObject _ascii;
   74439             :         uint8_t _data[24];
   74440             :     }
   74441             : _collections_abc_toplevel_consts_26_consts_2_qualname = {
   74442             :     ._ascii = {
   74443             :         .ob_base = {
   74444             :             .ob_refcnt = 999999999,
   74445             :             .ob_type = &PyUnicode_Type,
   74446             :         },
   74447             :         .length = 23,
   74448             :         .hash = -1,
   74449             :         .state = {
   74450             :             .kind = 1,
   74451             :             .compact = 1,
   74452             :             .ascii = 1,
   74453             :         },
   74454             :     },
   74455             :     ._data = "AsyncIterator.__anext__",
   74456             : };
   74457             : static
   74458             :     struct {
   74459             :         PyObject_VAR_HEAD
   74460             :         Py_hash_t ob_shash;
   74461             :         char ob_sval[15];
   74462             :     }
   74463             : _collections_abc_toplevel_consts_26_consts_2_linetable = {
   74464             :     .ob_base = {
   74465             :         .ob_base = {
   74466             :             .ob_refcnt = 999999999,
   74467             :             .ob_type = &PyBytes_Type,
   74468             :         },
   74469             :         .ob_size = 14,
   74470             :     },
   74471             :     .ob_shash = -1,
   74472             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x06\x00\x0f\x21\xd0\x08\x20",
   74473             : };
   74474             : static
   74475             :     struct _PyCode_DEF(20)
   74476             : _collections_abc_toplevel_consts_26_consts_2 = {
   74477             :     .ob_base = {
   74478             :         .ob_base = {
   74479             :             .ob_refcnt = 999999999,
   74480             :             .ob_type = &PyCode_Type,
   74481             :         },
   74482             :         .ob_size = 10,
   74483             :     },
   74484             :     .co_consts = & _collections_abc_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
   74485             :     .co_names = & _collections_abc_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
   74486             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74487             :     .co_flags = 131,
   74488             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   74489             :     ._co_linearray_entry_size = 0,
   74490             :     .co_argcount = 1,
   74491             :     .co_posonlyargcount = 0,
   74492             :     .co_kwonlyargcount = 0,
   74493             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   74494             :     .co_stacksize = 1,
   74495             :     .co_firstlineno = 213,
   74496             :     .co_nlocalsplus = 1,
   74497             :     .co_nlocals = 1,
   74498             :     .co_nplaincellvars = 0,
   74499             :     .co_ncellvars = 0,
   74500             :     .co_nfreevars = 0,
   74501             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   74502             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   74503             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74504             :     .co_name = &_Py_ID(__anext__),
   74505             :     .co_qualname = & _collections_abc_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
   74506             :     .co_linetable = & _collections_abc_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
   74507             :     ._co_code = NULL,
   74508             :     ._co_linearray = NULL,
   74509             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   74510             :     ._co_firsttraceable = 2,
   74511             : };
   74512             : static
   74513             :     struct {
   74514             :         PyASCIIObject _ascii;
   74515             :         uint8_t _data[24];
   74516             :     }
   74517             : _collections_abc_toplevel_consts_26_consts_3_qualname = {
   74518             :     ._ascii = {
   74519             :         .ob_base = {
   74520             :             .ob_refcnt = 999999999,
   74521             :             .ob_type = &PyUnicode_Type,
   74522             :         },
   74523             :         .length = 23,
   74524             :         .hash = -1,
   74525             :         .state = {
   74526             :             .kind = 1,
   74527             :             .compact = 1,
   74528             :             .ascii = 1,
   74529             :         },
   74530             :     },
   74531             :     ._data = "AsyncIterator.__aiter__",
   74532             : };
   74533             : static
   74534             :     struct _PyCode_DEF(6)
   74535             : _collections_abc_toplevel_consts_26_consts_3 = {
   74536             :     .ob_base = {
   74537             :         .ob_base = {
   74538             :             .ob_refcnt = 999999999,
   74539             :             .ob_type = &PyCode_Type,
   74540             :         },
   74541             :         .ob_size = 3,
   74542             :     },
   74543             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   74544             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   74545             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74546             :     .co_flags = 3,
   74547             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   74548             :     ._co_linearray_entry_size = 0,
   74549             :     .co_argcount = 1,
   74550             :     .co_posonlyargcount = 0,
   74551             :     .co_kwonlyargcount = 0,
   74552             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   74553             :     .co_stacksize = 1,
   74554             :     .co_firstlineno = 218,
   74555             :     .co_nlocalsplus = 1,
   74556             :     .co_nlocals = 1,
   74557             :     .co_nplaincellvars = 0,
   74558             :     .co_ncellvars = 0,
   74559             :     .co_nfreevars = 0,
   74560             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   74561             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   74562             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74563             :     .co_name = &_Py_ID(__aiter__),
   74564             :     .co_qualname = & _collections_abc_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
   74565             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   74566             :     ._co_code = NULL,
   74567             :     ._co_linearray = NULL,
   74568             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   74569             :     ._co_firsttraceable = 0,
   74570             : };
   74571             : static
   74572             :     struct {
   74573             :         PyGC_Head _gc_head;
   74574             :         struct {
   74575             :             PyObject_VAR_HEAD
   74576             :             PyObject *ob_item[3];
   74577             :         }_object;
   74578             :     }
   74579             : _collections_abc_toplevel_consts_26_consts_4_consts = {
   74580             :     ._object = {
   74581             :         .ob_base = {
   74582             :             .ob_base = {
   74583             :                 .ob_refcnt = 999999999,
   74584             :                 .ob_type = &PyTuple_Type,
   74585             :             },
   74586             :             .ob_size = 3,
   74587             :         },
   74588             :         .ob_item = {
   74589             :             Py_None,
   74590             :             &_Py_ID(__anext__),
   74591             :             &_Py_ID(__aiter__),
   74592             :         },
   74593             :     },
   74594             : };
   74595             : static
   74596             :     struct {
   74597             :         PyGC_Head _gc_head;
   74598             :         struct {
   74599             :             PyObject_VAR_HEAD
   74600             :             PyObject *ob_item[3];
   74601             :         }_object;
   74602             :     }
   74603             : _collections_abc_toplevel_consts_26_consts_4_names = {
   74604             :     ._object = {
   74605             :         .ob_base = {
   74606             :             .ob_base = {
   74607             :                 .ob_refcnt = 999999999,
   74608             :                 .ob_type = &PyTuple_Type,
   74609             :             },
   74610             :             .ob_size = 3,
   74611             :         },
   74612             :         .ob_item = {
   74613             :             & const_str_AsyncIterator._ascii.ob_base,
   74614             :             & const_str__check_methods._ascii.ob_base,
   74615             :             & const_str_NotImplemented._ascii.ob_base,
   74616             :         },
   74617             :     },
   74618             : };
   74619             : static
   74620             :     struct {
   74621             :         PyASCIIObject _ascii;
   74622             :         uint8_t _data[31];
   74623             :     }
   74624             : _collections_abc_toplevel_consts_26_consts_4_qualname = {
   74625             :     ._ascii = {
   74626             :         .ob_base = {
   74627             :             .ob_refcnt = 999999999,
   74628             :             .ob_type = &PyUnicode_Type,
   74629             :         },
   74630             :         .length = 30,
   74631             :         .hash = -1,
   74632             :         .state = {
   74633             :             .kind = 1,
   74634             :             .compact = 1,
   74635             :             .ascii = 1,
   74636             :         },
   74637             :     },
   74638             :     ._data = "AsyncIterator.__subclasshook__",
   74639             : };
   74640             : static
   74641             :     struct {
   74642             :         PyObject_VAR_HEAD
   74643             :         Py_hash_t ob_shash;
   74644             :         char ob_sval[37];
   74645             :     }
   74646             : _collections_abc_toplevel_consts_26_consts_4_linetable = {
   74647             :     .ob_base = {
   74648             :         .ob_base = {
   74649             :             .ob_refcnt = 999999999,
   74650             :             .ob_type = &PyBytes_Type,
   74651             :         },
   74652             :         .ob_size = 36,
   74653             :     },
   74654             :     .ob_shash = -1,
   74655             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2d\xd0\x0b\x1f\xf0\x00\x01\x09\x3f\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x2b\xd4\x13\x3e\xd0\x0c\x3e\xdd\x0f\x1d\xd0\x08\x1d",
   74656             : };
   74657             : static
   74658             :     struct _PyCode_DEF(64)
   74659             : _collections_abc_toplevel_consts_26_consts_4 = {
   74660             :     .ob_base = {
   74661             :         .ob_base = {
   74662             :             .ob_refcnt = 999999999,
   74663             :             .ob_type = &PyCode_Type,
   74664             :         },
   74665             :         .ob_size = 32,
   74666             :     },
   74667             :     .co_consts = & _collections_abc_toplevel_consts_26_consts_4_consts._object.ob_base.ob_base,
   74668             :     .co_names = & _collections_abc_toplevel_consts_26_consts_4_names._object.ob_base.ob_base,
   74669             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74670             :     .co_flags = 3,
   74671             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   74672             :     ._co_linearray_entry_size = 0,
   74673             :     .co_argcount = 2,
   74674             :     .co_posonlyargcount = 0,
   74675             :     .co_kwonlyargcount = 0,
   74676             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   74677             :     .co_stacksize = 5,
   74678             :     .co_firstlineno = 221,
   74679             :     .co_nlocalsplus = 2,
   74680             :     .co_nlocals = 2,
   74681             :     .co_nplaincellvars = 0,
   74682             :     .co_ncellvars = 0,
   74683             :     .co_nfreevars = 0,
   74684             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   74685             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   74686             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74687             :     .co_name = &_Py_ID(__subclasshook__),
   74688             :     .co_qualname = & _collections_abc_toplevel_consts_26_consts_4_qualname._ascii.ob_base,
   74689             :     .co_linetable = & _collections_abc_toplevel_consts_26_consts_4_linetable.ob_base.ob_base,
   74690             :     ._co_code = NULL,
   74691             :     ._co_linearray = NULL,
   74692             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   74693             :     ._co_firsttraceable = 0,
   74694             : };
   74695             : static
   74696             :     struct {
   74697             :         PyGC_Head _gc_head;
   74698             :         struct {
   74699             :             PyObject_VAR_HEAD
   74700             :             PyObject *ob_item[6];
   74701             :         }_object;
   74702             :     }
   74703             : _collections_abc_toplevel_consts_26_consts = {
   74704             :     ._object = {
   74705             :         .ob_base = {
   74706             :             .ob_base = {
   74707             :                 .ob_refcnt = 999999999,
   74708             :                 .ob_type = &PyTuple_Type,
   74709             :             },
   74710             :             .ob_size = 6,
   74711             :         },
   74712             :         .ob_item = {
   74713             :             & const_str_AsyncIterator._ascii.ob_base,
   74714             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   74715             :             & _collections_abc_toplevel_consts_26_consts_2.ob_base.ob_base,
   74716             :             & _collections_abc_toplevel_consts_26_consts_3.ob_base.ob_base,
   74717             :             & _collections_abc_toplevel_consts_26_consts_4.ob_base.ob_base,
   74718             :             Py_None,
   74719             :         },
   74720             :     },
   74721             : };
   74722             : static
   74723             :     struct {
   74724             :         PyGC_Head _gc_head;
   74725             :         struct {
   74726             :             PyObject_VAR_HEAD
   74727             :             PyObject *ob_item[9];
   74728             :         }_object;
   74729             :     }
   74730             : _collections_abc_toplevel_consts_26_names = {
   74731             :     ._object = {
   74732             :         .ob_base = {
   74733             :             .ob_base = {
   74734             :                 .ob_refcnt = 999999999,
   74735             :                 .ob_type = &PyTuple_Type,
   74736             :             },
   74737             :             .ob_size = 9,
   74738             :         },
   74739             :         .ob_item = {
   74740             :             &_Py_ID(__name__),
   74741             :             &_Py_ID(__module__),
   74742             :             &_Py_ID(__qualname__),
   74743             :             &_Py_ID(__slots__),
   74744             :             & const_str_abstractmethod._ascii.ob_base,
   74745             :             &_Py_ID(__anext__),
   74746             :             &_Py_ID(__aiter__),
   74747             :             & const_str_classmethod._ascii.ob_base,
   74748             :             &_Py_ID(__subclasshook__),
   74749             :         },
   74750             :     },
   74751             : };
   74752             : static
   74753             :     struct {
   74754             :         PyObject_VAR_HEAD
   74755             :         Py_hash_t ob_shash;
   74756             :         char ob_sval[89];
   74757             :     }
   74758             : _collections_abc_toplevel_consts_26_linetable = {
   74759             :     .ob_base = {
   74760             :         .ob_base = {
   74761             :             .ob_refcnt = 999999999,
   74762             :             .ob_type = &PyBytes_Type,
   74763             :         },
   74764             :         .ob_size = 88,
   74765             :     },
   74766             :     .ob_shash = -1,
   74767             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x21\xf0\x00\x02\x05\x21\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x21\xf0\x08\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
   74768             : };
   74769             : static
   74770             :     struct _PyCode_DEF(60)
   74771             : _collections_abc_toplevel_consts_26 = {
   74772             :     .ob_base = {
   74773             :         .ob_base = {
   74774             :             .ob_refcnt = 999999999,
   74775             :             .ob_type = &PyCode_Type,
   74776             :         },
   74777             :         .ob_size = 30,
   74778             :     },
   74779             :     .co_consts = & _collections_abc_toplevel_consts_26_consts._object.ob_base.ob_base,
   74780             :     .co_names = & _collections_abc_toplevel_consts_26_names._object.ob_base.ob_base,
   74781             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74782             :     .co_flags = 0,
   74783             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   74784             :     ._co_linearray_entry_size = 0,
   74785             :     .co_argcount = 0,
   74786             :     .co_posonlyargcount = 0,
   74787             :     .co_kwonlyargcount = 0,
   74788             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   74789             :     .co_stacksize = 2,
   74790             :     .co_firstlineno = 209,
   74791             :     .co_nlocalsplus = 0,
   74792             :     .co_nlocals = 0,
   74793             :     .co_nplaincellvars = 0,
   74794             :     .co_ncellvars = 0,
   74795             :     .co_nfreevars = 0,
   74796             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   74797             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74798             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74799             :     .co_name = & const_str_AsyncIterator._ascii.ob_base,
   74800             :     .co_qualname = & const_str_AsyncIterator._ascii.ob_base,
   74801             :     .co_linetable = & _collections_abc_toplevel_consts_26_linetable.ob_base.ob_base,
   74802             :     ._co_code = NULL,
   74803             :     ._co_linearray = NULL,
   74804             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x64\x05\x53\x00",
   74805             :     ._co_firsttraceable = 0,
   74806             : };
   74807             : static
   74808             :     struct {
   74809             :         PyASCIIObject _ascii;
   74810             :         uint8_t _data[113];
   74811             :     }
   74812             : _collections_abc_toplevel_consts_28_consts_2_consts_0 = {
   74813             :     ._ascii = {
   74814             :         .ob_base = {
   74815             :             .ob_refcnt = 999999999,
   74816             :             .ob_type = &PyUnicode_Type,
   74817             :         },
   74818             :         .length = 112,
   74819             :         .hash = -1,
   74820             :         .state = {
   74821             :             .kind = 1,
   74822             :             .compact = 1,
   74823             :             .ascii = 1,
   74824             :         },
   74825             :     },
   74826             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x6e\x65\x78\x74\x20\x69\x74\x65\x6d\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x61\x73\x79\x6e\x63\x68\x72\x6f\x6e\x6f\x75\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x57\x68\x65\x6e\x20\x65\x78\x68\x61\x75\x73\x74\x65\x64\x2c\x20\x72\x61\x69\x73\x65\x20\x53\x74\x6f\x70\x41\x73\x79\x6e\x63\x49\x74\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   74827             : };
   74828             : static
   74829             :     struct {
   74830             :         PyGC_Head _gc_head;
   74831             :         struct {
   74832             :             PyObject_VAR_HEAD
   74833             :             PyObject *ob_item[2];
   74834             :         }_object;
   74835             :     }
   74836             : _collections_abc_toplevel_consts_28_consts_2_consts = {
   74837             :     ._object = {
   74838             :         .ob_base = {
   74839             :             .ob_base = {
   74840             :                 .ob_refcnt = 999999999,
   74841             :                 .ob_type = &PyTuple_Type,
   74842             :             },
   74843             :             .ob_size = 2,
   74844             :         },
   74845             :         .ob_item = {
   74846             :             & _collections_abc_toplevel_consts_28_consts_2_consts_0._ascii.ob_base,
   74847             :             Py_None,
   74848             :         },
   74849             :     },
   74850             : };
   74851             : static
   74852             :     struct {
   74853             :         PyASCIIObject _ascii;
   74854             :         uint8_t _data[6];
   74855             :     }
   74856             : const_str_asend = {
   74857             :     ._ascii = {
   74858             :         .ob_base = {
   74859             :             .ob_refcnt = 999999999,
   74860             :             .ob_type = &PyUnicode_Type,
   74861             :         },
   74862             :         .length = 5,
   74863             :         .hash = -1,
   74864             :         .state = {
   74865             :             .kind = 1,
   74866             :             .compact = 1,
   74867             :             .ascii = 1,
   74868             :         },
   74869             :     },
   74870             :     ._data = "asend",
   74871             : };
   74872             : static
   74873             :     struct {
   74874             :         PyGC_Head _gc_head;
   74875             :         struct {
   74876             :             PyObject_VAR_HEAD
   74877             :             PyObject *ob_item[1];
   74878             :         }_object;
   74879             :     }
   74880             : _collections_abc_toplevel_consts_28_consts_2_names = {
   74881             :     ._object = {
   74882             :         .ob_base = {
   74883             :             .ob_base = {
   74884             :                 .ob_refcnt = 999999999,
   74885             :                 .ob_type = &PyTuple_Type,
   74886             :             },
   74887             :             .ob_size = 1,
   74888             :         },
   74889             :         .ob_item = {
   74890             :             & const_str_asend._ascii.ob_base,
   74891             :         },
   74892             :     },
   74893             : };
   74894             : static
   74895             :     struct {
   74896             :         PyASCIIObject _ascii;
   74897             :         uint8_t _data[25];
   74898             :     }
   74899             : _collections_abc_toplevel_consts_28_consts_2_qualname = {
   74900             :     ._ascii = {
   74901             :         .ob_base = {
   74902             :             .ob_refcnt = 999999999,
   74903             :             .ob_type = &PyUnicode_Type,
   74904             :         },
   74905             :         .length = 24,
   74906             :         .hash = -1,
   74907             :         .state = {
   74908             :             .kind = 1,
   74909             :             .compact = 1,
   74910             :             .ascii = 1,
   74911             :         },
   74912             :     },
   74913             :     ._data = "AsyncGenerator.__anext__",
   74914             : };
   74915             : static
   74916             :     struct {
   74917             :         PyObject_VAR_HEAD
   74918             :         Py_hash_t ob_shash;
   74919             :         char ob_sval[42];
   74920             :     }
   74921             : _collections_abc_toplevel_consts_28_consts_2_linetable = {
   74922             :     .ob_base = {
   74923             :         .ob_base = {
   74924             :             .ob_refcnt = 999999999,
   74925             :             .ob_type = &PyBytes_Type,
   74926             :         },
   74927             :         .ob_size = 41,
   74928             :     },
   74929             :     .ob_shash = -1,
   74930             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x08\x00\x16\x1a\x97\x5a\x91\x5a\xa0\x04\xd4\x15\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x08\x25",
   74931             : };
   74932             : static
   74933             :     struct _PyCode_DEF(54)
   74934             : _collections_abc_toplevel_consts_28_consts_2 = {
   74935             :     .ob_base = {
   74936             :         .ob_base = {
   74937             :             .ob_refcnt = 999999999,
   74938             :             .ob_type = &PyCode_Type,
   74939             :         },
   74940             :         .ob_size = 27,
   74941             :     },
   74942             :     .co_consts = & _collections_abc_toplevel_consts_28_consts_2_consts._object.ob_base.ob_base,
   74943             :     .co_names = & _collections_abc_toplevel_consts_28_consts_2_names._object.ob_base.ob_base,
   74944             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   74945             :     .co_flags = 131,
   74946             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   74947             :     ._co_linearray_entry_size = 0,
   74948             :     .co_argcount = 1,
   74949             :     .co_posonlyargcount = 0,
   74950             :     .co_kwonlyargcount = 0,
   74951             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   74952             :     .co_stacksize = 3,
   74953             :     .co_firstlineno = 232,
   74954             :     .co_nlocalsplus = 1,
   74955             :     .co_nlocals = 1,
   74956             :     .co_nplaincellvars = 0,
   74957             :     .co_ncellvars = 0,
   74958             :     .co_nfreevars = 0,
   74959             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   74960             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   74961             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   74962             :     .co_name = &_Py_ID(__anext__),
   74963             :     .co_qualname = & _collections_abc_toplevel_consts_28_consts_2_qualname._ascii.ob_base,
   74964             :     .co_linetable = & _collections_abc_toplevel_consts_28_consts_2_linetable.ob_base.ob_base,
   74965             :     ._co_code = NULL,
   74966             :     ._co_linearray = NULL,
   74967             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x64\x01\x7b\x03\x96\x02\x97\x03\x86\x04\x53\x00",
   74968             :     ._co_firsttraceable = 2,
   74969             : };
   74970             : static
   74971             :     struct {
   74972             :         PyASCIIObject _ascii;
   74973             :         uint8_t _data[118];
   74974             :     }
   74975             : _collections_abc_toplevel_consts_28_consts_3_consts_0 = {
   74976             :     ._ascii = {
   74977             :         .ob_base = {
   74978             :             .ob_refcnt = 999999999,
   74979             :             .ob_type = &PyUnicode_Type,
   74980             :         },
   74981             :         .length = 117,
   74982             :         .hash = -1,
   74983             :         .state = {
   74984             :             .kind = 1,
   74985             :             .compact = 1,
   74986             :             .ascii = 1,
   74987             :         },
   74988             :     },
   74989             :     ._data = "\x53\x65\x6e\x64\x20\x61\x20\x76\x61\x6c\x75\x65\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x20\x61\x73\x79\x6e\x63\x68\x72\x6f\x6e\x6f\x75\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x6e\x65\x78\x74\x20\x79\x69\x65\x6c\x64\x65\x64\x20\x76\x61\x6c\x75\x65\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x53\x74\x6f\x70\x41\x73\x79\x6e\x63\x49\x74\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   74990             : };
   74991             : static
   74992             :     struct {
   74993             :         PyGC_Head _gc_head;
   74994             :         struct {
   74995             :             PyObject_VAR_HEAD
   74996             :             PyObject *ob_item[1];
   74997             :         }_object;
   74998             :     }
   74999             : _collections_abc_toplevel_consts_28_consts_3_consts = {
   75000             :     ._object = {
   75001             :         .ob_base = {
   75002             :             .ob_base = {
   75003             :                 .ob_refcnt = 999999999,
   75004             :                 .ob_type = &PyTuple_Type,
   75005             :             },
   75006             :             .ob_size = 1,
   75007             :         },
   75008             :         .ob_item = {
   75009             :             & _collections_abc_toplevel_consts_28_consts_3_consts_0._ascii.ob_base,
   75010             :         },
   75011             :     },
   75012             : };
   75013             : static
   75014             :     struct {
   75015             :         PyASCIIObject _ascii;
   75016             :         uint8_t _data[21];
   75017             :     }
   75018             : _collections_abc_toplevel_consts_28_consts_3_qualname = {
   75019             :     ._ascii = {
   75020             :         .ob_base = {
   75021             :             .ob_refcnt = 999999999,
   75022             :             .ob_type = &PyUnicode_Type,
   75023             :         },
   75024             :         .length = 20,
   75025             :         .hash = -1,
   75026             :         .state = {
   75027             :             .kind = 1,
   75028             :             .compact = 1,
   75029             :             .ascii = 1,
   75030             :         },
   75031             :     },
   75032             :     ._data = "AsyncGenerator.asend",
   75033             : };
   75034             : static
   75035             :     struct {
   75036             :         PyObject_VAR_HEAD
   75037             :         Py_hash_t ob_shash;
   75038             :         char ob_sval[15];
   75039             :     }
   75040             : _collections_abc_toplevel_consts_28_consts_3_linetable = {
   75041             :     .ob_base = {
   75042             :         .ob_base = {
   75043             :             .ob_refcnt = 999999999,
   75044             :             .ob_type = &PyBytes_Type,
   75045             :         },
   75046             :         .ob_size = 14,
   75047             :     },
   75048             :     .ob_shash = -1,
   75049             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x0a\x00\x0f\x21\xd0\x08\x20",
   75050             : };
   75051             : static
   75052             :     struct _PyCode_DEF(20)
   75053             : _collections_abc_toplevel_consts_28_consts_3 = {
   75054             :     .ob_base = {
   75055             :         .ob_base = {
   75056             :             .ob_refcnt = 999999999,
   75057             :             .ob_type = &PyCode_Type,
   75058             :         },
   75059             :         .ob_size = 10,
   75060             :     },
   75061             :     .co_consts = & _collections_abc_toplevel_consts_28_consts_3_consts._object.ob_base.ob_base,
   75062             :     .co_names = & _collections_abc_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
   75063             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75064             :     .co_flags = 131,
   75065             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   75066             :     ._co_linearray_entry_size = 0,
   75067             :     .co_argcount = 2,
   75068             :     .co_posonlyargcount = 0,
   75069             :     .co_kwonlyargcount = 0,
   75070             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   75071             :     .co_stacksize = 1,
   75072             :     .co_firstlineno = 238,
   75073             :     .co_nlocalsplus = 2,
   75074             :     .co_nlocals = 2,
   75075             :     .co_nplaincellvars = 0,
   75076             :     .co_ncellvars = 0,
   75077             :     .co_nfreevars = 0,
   75078             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   75079             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   75080             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   75081             :     .co_name = & const_str_asend._ascii.ob_base,
   75082             :     .co_qualname = & _collections_abc_toplevel_consts_28_consts_3_qualname._ascii.ob_base,
   75083             :     .co_linetable = & _collections_abc_toplevel_consts_28_consts_3_linetable.ob_base.ob_base,
   75084             :     ._co_code = NULL,
   75085             :     ._co_linearray = NULL,
   75086             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   75087             :     ._co_firsttraceable = 2,
   75088             : };
   75089             : static
   75090             :     struct {
   75091             :         PyASCIIObject _ascii;
   75092             :         uint8_t _data[122];
   75093             :     }
   75094             : _collections_abc_toplevel_consts_28_consts_5_consts_0 = {
   75095             :     ._ascii = {
   75096             :         .ob_base = {
   75097             :             .ob_refcnt = 999999999,
   75098             :             .ob_type = &PyUnicode_Type,
   75099             :         },
   75100             :         .length = 121,
   75101             :         .hash = -1,
   75102             :         .state = {
   75103             :             .kind = 1,
   75104             :             .compact = 1,
   75105             :             .ascii = 1,
   75106             :         },
   75107             :     },
   75108             :     ._data = "\x52\x61\x69\x73\x65\x20\x61\x6e\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x69\x6e\x20\x74\x68\x65\x20\x61\x73\x79\x6e\x63\x68\x72\x6f\x6e\x6f\x75\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x6e\x65\x78\x74\x20\x79\x69\x65\x6c\x64\x65\x64\x20\x76\x61\x6c\x75\x65\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x53\x74\x6f\x70\x41\x73\x79\x6e\x63\x49\x74\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   75109             : };
   75110             : static
   75111             :     struct {
   75112             :         PyGC_Head _gc_head;
   75113             :         struct {
   75114             :             PyObject_VAR_HEAD
   75115             :             PyObject *ob_item[1];
   75116             :         }_object;
   75117             :     }
   75118             : _collections_abc_toplevel_consts_28_consts_5_consts = {
   75119             :     ._object = {
   75120             :         .ob_base = {
   75121             :             .ob_base = {
   75122             :                 .ob_refcnt = 999999999,
   75123             :                 .ob_type = &PyTuple_Type,
   75124             :             },
   75125             :             .ob_size = 1,
   75126             :         },
   75127             :         .ob_item = {
   75128             :             & _collections_abc_toplevel_consts_28_consts_5_consts_0._ascii.ob_base,
   75129             :         },
   75130             :     },
   75131             : };
   75132             : static
   75133             :     struct {
   75134             :         PyASCIIObject _ascii;
   75135             :         uint8_t _data[7];
   75136             :     }
   75137             : const_str_athrow = {
   75138             :     ._ascii = {
   75139             :         .ob_base = {
   75140             :             .ob_refcnt = 999999999,
   75141             :             .ob_type = &PyUnicode_Type,
   75142             :         },
   75143             :         .length = 6,
   75144             :         .hash = -1,
   75145             :         .state = {
   75146             :             .kind = 1,
   75147             :             .compact = 1,
   75148             :             .ascii = 1,
   75149             :         },
   75150             :     },
   75151             :     ._data = "athrow",
   75152             : };
   75153             : static
   75154             :     struct {
   75155             :         PyASCIIObject _ascii;
   75156             :         uint8_t _data[22];
   75157             :     }
   75158             : _collections_abc_toplevel_consts_28_consts_5_qualname = {
   75159             :     ._ascii = {
   75160             :         .ob_base = {
   75161             :             .ob_refcnt = 999999999,
   75162             :             .ob_type = &PyUnicode_Type,
   75163             :         },
   75164             :         .length = 21,
   75165             :         .hash = -1,
   75166             :         .state = {
   75167             :             .kind = 1,
   75168             :             .compact = 1,
   75169             :             .ascii = 1,
   75170             :         },
   75171             :     },
   75172             :     ._data = "AsyncGenerator.athrow",
   75173             : };
   75174             : static
   75175             :     struct {
   75176             :         PyObject_VAR_HEAD
   75177             :         Py_hash_t ob_shash;
   75178             :         char ob_sval[68];
   75179             :     }
   75180             : _collections_abc_toplevel_consts_28_consts_5_linetable = {
   75181             :     .ob_base = {
   75182             :         .ob_base = {
   75183             :             .ob_refcnt = 999999999,
   75184             :             .ob_type = &PyBytes_Type,
   75185             :         },
   75186             :         .ob_size = 67,
   75187             :     },
   75188             :     .ob_shash = -1,
   75189             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x0a\x00\x0c\x0f\xf0\x00\x03\x09\x18\xd8\x0f\x11\xf0\x00\x01\x0d\x1a\xd8\x16\x19\x90\x09\xd8\x12\x15\x90\x23\x94\x25\x88\x43\xd8\x0b\x0d\xf0\x00\x01\x09\x29\xd8\x12\x15\xd7\x12\x24\xd1\x12\x24\xa0\x52\xd4\x12\x28\x88\x43\xd8\x0e\x11\x88\x09",
   75190             : };
   75191             : static
   75192             :     struct _PyCode_DEF(78)
   75193             : _collections_abc_toplevel_consts_28_consts_5 = {
   75194             :     .ob_base = {
   75195             :         .ob_base = {
   75196             :             .ob_refcnt = 999999999,
   75197             :             .ob_type = &PyCode_Type,
   75198             :         },
   75199             :         .ob_size = 39,
   75200             :     },
   75201             :     .co_consts = & _collections_abc_toplevel_consts_28_consts_5_consts._object.ob_base.ob_base,
   75202             :     .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
   75203             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75204             :     .co_flags = 131,
   75205             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   75206             :     ._co_linearray_entry_size = 0,
   75207             :     .co_argcount = 4,
   75208             :     .co_posonlyargcount = 0,
   75209             :     .co_kwonlyargcount = 0,
   75210             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   75211             :     .co_stacksize = 3,
   75212             :     .co_firstlineno = 245,
   75213             :     .co_nlocalsplus = 4,
   75214             :     .co_nlocals = 4,
   75215             :     .co_nplaincellvars = 0,
   75216             :     .co_ncellvars = 0,
   75217             :     .co_nfreevars = 0,
   75218             :     .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
   75219             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   75220             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   75221             :     .co_name = & const_str_athrow._ascii.ob_base,
   75222             :     .co_qualname = & _collections_abc_toplevel_consts_28_consts_5_qualname._ascii.ob_base,
   75223             :     .co_linetable = & _collections_abc_toplevel_consts_28_consts_5_linetable.ob_base.ob_base,
   75224             :     ._co_code = NULL,
   75225             :     ._co_linearray = NULL,
   75226             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x02\x80\x0c\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x12\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
   75227             :     ._co_firsttraceable = 2,
   75228             : };
   75229             : static
   75230             :     struct {
   75231             :         PyASCIIObject _ascii;
   75232             :         uint8_t _data[45];
   75233             :     }
   75234             : _collections_abc_toplevel_consts_28_consts_6_consts_2 = {
   75235             :     ._ascii = {
   75236             :         .ob_base = {
   75237             :             .ob_refcnt = 999999999,
   75238             :             .ob_type = &PyUnicode_Type,
   75239             :         },
   75240             :         .length = 44,
   75241             :         .hash = -1,
   75242             :         .state = {
   75243             :             .kind = 1,
   75244             :             .compact = 1,
   75245             :             .ascii = 1,
   75246             :         },
   75247             :     },
   75248             :     ._data = "asynchronous generator ignored GeneratorExit",
   75249             : };
   75250             : static
   75251             :     struct {
   75252             :         PyGC_Head _gc_head;
   75253             :         struct {
   75254             :             PyObject_VAR_HEAD
   75255             :             PyObject *ob_item[3];
   75256             :         }_object;
   75257             :     }
   75258             : _collections_abc_toplevel_consts_28_consts_6_consts = {
   75259             :     ._object = {
   75260             :         .ob_base = {
   75261             :             .ob_base = {
   75262             :                 .ob_refcnt = 999999999,
   75263             :                 .ob_type = &PyTuple_Type,
   75264             :             },
   75265             :             .ob_size = 3,
   75266             :         },
   75267             :         .ob_item = {
   75268             :             & _collections_abc_toplevel_consts_22_consts_5_consts_0._ascii.ob_base,
   75269             :             Py_None,
   75270             :             & _collections_abc_toplevel_consts_28_consts_6_consts_2._ascii.ob_base,
   75271             :         },
   75272             :     },
   75273             : };
   75274             : static
   75275             :     struct {
   75276             :         PyGC_Head _gc_head;
   75277             :         struct {
   75278             :             PyObject_VAR_HEAD
   75279             :             PyObject *ob_item[4];
   75280             :         }_object;
   75281             :     }
   75282             : _collections_abc_toplevel_consts_28_consts_6_names = {
   75283             :     ._object = {
   75284             :         .ob_base = {
   75285             :             .ob_base = {
   75286             :                 .ob_refcnt = 999999999,
   75287             :                 .ob_type = &PyTuple_Type,
   75288             :             },
   75289             :             .ob_size = 4,
   75290             :         },
   75291             :         .ob_item = {
   75292             :             & const_str_athrow._ascii.ob_base,
   75293             :             & const_str_GeneratorExit._ascii.ob_base,
   75294             :             & const_str_RuntimeError._ascii.ob_base,
   75295             :             & const_str_StopAsyncIteration._ascii.ob_base,
   75296             :         },
   75297             :     },
   75298             : };
   75299             : static
   75300             :     struct {
   75301             :         PyASCIIObject _ascii;
   75302             :         uint8_t _data[7];
   75303             :     }
   75304             : const_str_aclose = {
   75305             :     ._ascii = {
   75306             :         .ob_base = {
   75307             :             .ob_refcnt = 999999999,
   75308             :             .ob_type = &PyUnicode_Type,
   75309             :         },
   75310             :         .length = 6,
   75311             :         .hash = -1,
   75312             :         .state = {
   75313             :             .kind = 1,
   75314             :             .compact = 1,
   75315             :             .ascii = 1,
   75316             :         },
   75317             :     },
   75318             :     ._data = "aclose",
   75319             : };
   75320             : static
   75321             :     struct {
   75322             :         PyASCIIObject _ascii;
   75323             :         uint8_t _data[22];
   75324             :     }
   75325             : _collections_abc_toplevel_consts_28_consts_6_qualname = {
   75326             :     ._ascii = {
   75327             :         .ob_base = {
   75328             :             .ob_refcnt = 999999999,
   75329             :             .ob_type = &PyUnicode_Type,
   75330             :         },
   75331             :         .length = 21,
   75332             :         .hash = -1,
   75333             :         .state = {
   75334             :             .kind = 1,
   75335             :             .compact = 1,
   75336             :             .ascii = 1,
   75337             :         },
   75338             :     },
   75339             :     ._data = "AsyncGenerator.aclose",
   75340             : };
   75341             : static
   75342             :     struct {
   75343             :         PyObject_VAR_HEAD
   75344             :         Py_hash_t ob_shash;
   75345             :         char ob_sval[102];
   75346             :     }
   75347             : _collections_abc_toplevel_consts_28_consts_6_linetable = {
   75348             :     .ob_base = {
   75349             :         .ob_base = {
   75350             :             .ob_refcnt = 999999999,
   75351             :             .ob_type = &PyBytes_Type,
   75352             :         },
   75353             :         .ob_size = 101,
   75354             :     },
   75355             :     .ob_shash = -1,
   75356             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x06\x05\x09\x4f\x01\xd8\x12\x16\x97\x2b\x91\x2b\x9d\x6d\xd4\x12\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xf5\x08\x00\x13\x1f\xd0\x1f\x4d\xd4\x12\x4e\xd0\x0c\x4e\xf8\xf5\x07\x00\x11\x1e\xd5\x1f\x31\xd0\x0f\x32\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
   75357             : };
   75358             : static
   75359             :     struct {
   75360             :         PyObject_VAR_HEAD
   75361             :         Py_hash_t ob_shash;
   75362             :         char ob_sval[16];
   75363             :     }
   75364             : _collections_abc_toplevel_consts_28_consts_6_exceptiontable = {
   75365             :     .ob_base = {
   75366             :         .ob_base = {
   75367             :             .ob_refcnt = 999999999,
   75368             :             .ob_type = &PyBytes_Type,
   75369             :         },
   75370             :         .ob_size = 15,
   75371             :     },
   75372             :     .ob_shash = -1,
   75373             :     .ob_sval = "\x84\x1d\x2e\x00\xae\x11\x41\x03\x03\xc1\x02\x01\x41\x03\x03",
   75374             : };
   75375             : static
   75376             :     struct _PyCode_DEF(140)
   75377             : _collections_abc_toplevel_consts_28_consts_6 = {
   75378             :     .ob_base = {
   75379             :         .ob_base = {
   75380             :             .ob_refcnt = 999999999,
   75381             :             .ob_type = &PyCode_Type,
   75382             :         },
   75383             :         .ob_size = 70,
   75384             :     },
   75385             :     .co_consts = & _collections_abc_toplevel_consts_28_consts_6_consts._object.ob_base.ob_base,
   75386             :     .co_names = & _collections_abc_toplevel_consts_28_consts_6_names._object.ob_base.ob_base,
   75387             :     .co_exceptiontable = & _collections_abc_toplevel_consts_28_consts_6_exceptiontable.ob_base.ob_base,
   75388             :     .co_flags = 131,
   75389             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   75390             :     ._co_linearray_entry_size = 0,
   75391             :     .co_argcount = 1,
   75392             :     .co_posonlyargcount = 0,
   75393             :     .co_kwonlyargcount = 0,
   75394             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   75395             :     .co_stacksize = 4,
   75396             :     .co_firstlineno = 258,
   75397             :     .co_nlocalsplus = 1,
   75398             :     .co_nlocals = 1,
   75399             :     .co_nplaincellvars = 0,
   75400             :     .co_ncellvars = 0,
   75401             :     .co_nfreevars = 0,
   75402             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   75403             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   75404             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   75405             :     .co_name = & const_str_aclose._ascii.ob_base,
   75406             :     .co_qualname = & _collections_abc_toplevel_consts_28_consts_6_qualname._ascii.ob_base,
   75407             :     .co_linetable = & _collections_abc_toplevel_consts_28_consts_6_linetable.ob_base.ob_base,
   75408             :     ._co_code = NULL,
   75409             :     ._co_linearray = NULL,
   75410             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x64\x01\x7b\x03\x96\x02\x97\x03\x86\x04\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   75411             :     ._co_firsttraceable = 2,
   75412             : };
   75413             : static
   75414             :     struct {
   75415             :         PyGC_Head _gc_head;
   75416             :         struct {
   75417             :             PyObject_VAR_HEAD
   75418             :             PyObject *ob_item[6];
   75419             :         }_object;
   75420             :     }
   75421             : _collections_abc_toplevel_consts_28_consts_7_consts = {
   75422             :     ._object = {
   75423             :         .ob_base = {
   75424             :             .ob_base = {
   75425             :                 .ob_refcnt = 999999999,
   75426             :                 .ob_type = &PyTuple_Type,
   75427             :             },
   75428             :             .ob_size = 6,
   75429             :         },
   75430             :         .ob_item = {
   75431             :             Py_None,
   75432             :             &_Py_ID(__aiter__),
   75433             :             &_Py_ID(__anext__),
   75434             :             & const_str_asend._ascii.ob_base,
   75435             :             & const_str_athrow._ascii.ob_base,
   75436             :             & const_str_aclose._ascii.ob_base,
   75437             :         },
   75438             :     },
   75439             : };
   75440             : static
   75441             :     struct {
   75442             :         PyGC_Head _gc_head;
   75443             :         struct {
   75444             :             PyObject_VAR_HEAD
   75445             :             PyObject *ob_item[3];
   75446             :         }_object;
   75447             :     }
   75448             : _collections_abc_toplevel_consts_28_consts_7_names = {
   75449             :     ._object = {
   75450             :         .ob_base = {
   75451             :             .ob_base = {
   75452             :                 .ob_refcnt = 999999999,
   75453             :                 .ob_type = &PyTuple_Type,
   75454             :             },
   75455             :             .ob_size = 3,
   75456             :         },
   75457             :         .ob_item = {
   75458             :             & const_str_AsyncGenerator._ascii.ob_base,
   75459             :             & const_str__check_methods._ascii.ob_base,
   75460             :             & const_str_NotImplemented._ascii.ob_base,
   75461             :         },
   75462             :     },
   75463             : };
   75464             : static
   75465             :     struct {
   75466             :         PyASCIIObject _ascii;
   75467             :         uint8_t _data[32];
   75468             :     }
   75469             : _collections_abc_toplevel_consts_28_consts_7_qualname = {
   75470             :     ._ascii = {
   75471             :         .ob_base = {
   75472             :             .ob_refcnt = 999999999,
   75473             :             .ob_type = &PyUnicode_Type,
   75474             :         },
   75475             :         .length = 31,
   75476             :         .hash = -1,
   75477             :         .state = {
   75478             :             .kind = 1,
   75479             :             .compact = 1,
   75480             :             .ascii = 1,
   75481             :         },
   75482             :     },
   75483             :     ._data = "AsyncGenerator.__subclasshook__",
   75484             : };
   75485             : static
   75486             :     struct {
   75487             :         PyObject_VAR_HEAD
   75488             :         Py_hash_t ob_shash;
   75489             :         char ob_sval[48];
   75490             :     }
   75491             : _collections_abc_toplevel_consts_28_consts_7_linetable = {
   75492             :     .ob_base = {
   75493             :         .ob_base = {
   75494             :             .ob_refcnt = 999999999,
   75495             :             .ob_type = &PyBytes_Type,
   75496             :         },
   75497             :         .ob_size = 47,
   75498             :     },
   75499             :     .ob_shash = -1,
   75500             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2e\xd0\x0b\x20\xf0\x00\x02\x09\x3f\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x2b\xd8\x22\x29\xa8\x38\xb0\x58\xf4\x03\x01\x14\x3f\xf0\x00\x01\x0d\x3f\xe5\x0f\x1d\xd0\x08\x1d",
   75501             : };
   75502             : static
   75503             :     struct _PyCode_DEF(70)
   75504             : _collections_abc_toplevel_consts_28_consts_7 = {
   75505             :     .ob_base = {
   75506             :         .ob_base = {
   75507             :             .ob_refcnt = 999999999,
   75508             :             .ob_type = &PyCode_Type,
   75509             :         },
   75510             :         .ob_size = 35,
   75511             :     },
   75512             :     .co_consts = & _collections_abc_toplevel_consts_28_consts_7_consts._object.ob_base.ob_base,
   75513             :     .co_names = & _collections_abc_toplevel_consts_28_consts_7_names._object.ob_base.ob_base,
   75514             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75515             :     .co_flags = 3,
   75516             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   75517             :     ._co_linearray_entry_size = 0,
   75518             :     .co_argcount = 2,
   75519             :     .co_posonlyargcount = 0,
   75520             :     .co_kwonlyargcount = 0,
   75521             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   75522             :     .co_stacksize = 8,
   75523             :     .co_firstlineno = 268,
   75524             :     .co_nlocalsplus = 2,
   75525             :     .co_nlocals = 2,
   75526             :     .co_nplaincellvars = 0,
   75527             :     .co_ncellvars = 0,
   75528             :     .co_nfreevars = 0,
   75529             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   75530             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   75531             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   75532             :     .co_name = &_Py_ID(__subclasshook__),
   75533             :     .co_qualname = & _collections_abc_toplevel_consts_28_consts_7_qualname._ascii.ob_base,
   75534             :     .co_linetable = & _collections_abc_toplevel_consts_28_consts_7_linetable.ob_base.ob_base,
   75535             :     ._co_code = NULL,
   75536             :     ._co_linearray = NULL,
   75537             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\x64\x05\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   75538             :     ._co_firsttraceable = 0,
   75539             : };
   75540             : static
   75541             :     struct {
   75542             :         PyGC_Head _gc_head;
   75543             :         struct {
   75544             :             PyObject_VAR_HEAD
   75545             :             PyObject *ob_item[9];
   75546             :         }_object;
   75547             :     }
   75548             : _collections_abc_toplevel_consts_28_consts = {
   75549             :     ._object = {
   75550             :         .ob_base = {
   75551             :             .ob_base = {
   75552             :                 .ob_refcnt = 999999999,
   75553             :                 .ob_type = &PyTuple_Type,
   75554             :             },
   75555             :             .ob_size = 9,
   75556             :         },
   75557             :         .ob_item = {
   75558             :             & const_str_AsyncGenerator._ascii.ob_base,
   75559             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   75560             :             & _collections_abc_toplevel_consts_28_consts_2.ob_base.ob_base,
   75561             :             & _collections_abc_toplevel_consts_28_consts_3.ob_base.ob_base,
   75562             :             Py_None,
   75563             :             & _collections_abc_toplevel_consts_28_consts_5.ob_base.ob_base,
   75564             :             & _collections_abc_toplevel_consts_28_consts_6.ob_base.ob_base,
   75565             :             & _collections_abc_toplevel_consts_28_consts_7.ob_base.ob_base,
   75566             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   75567             :         },
   75568             :     },
   75569             : };
   75570             : static
   75571             :     struct {
   75572             :         PyGC_Head _gc_head;
   75573             :         struct {
   75574             :             PyObject_VAR_HEAD
   75575             :             PyObject *ob_item[11];
   75576             :         }_object;
   75577             :     }
   75578             : _collections_abc_toplevel_consts_28_names = {
   75579             :     ._object = {
   75580             :         .ob_base = {
   75581             :             .ob_base = {
   75582             :                 .ob_refcnt = 999999999,
   75583             :                 .ob_type = &PyTuple_Type,
   75584             :             },
   75585             :             .ob_size = 11,
   75586             :         },
   75587             :         .ob_item = {
   75588             :             &_Py_ID(__name__),
   75589             :             &_Py_ID(__module__),
   75590             :             &_Py_ID(__qualname__),
   75591             :             &_Py_ID(__slots__),
   75592             :             &_Py_ID(__anext__),
   75593             :             & const_str_abstractmethod._ascii.ob_base,
   75594             :             & const_str_asend._ascii.ob_base,
   75595             :             & const_str_athrow._ascii.ob_base,
   75596             :             & const_str_aclose._ascii.ob_base,
   75597             :             & const_str_classmethod._ascii.ob_base,
   75598             :             &_Py_ID(__subclasshook__),
   75599             :         },
   75600             :     },
   75601             : };
   75602             : static
   75603             :     struct {
   75604             :         PyObject_VAR_HEAD
   75605             :         Py_hash_t ob_shash;
   75606             :         char ob_sval[137];
   75607             :     }
   75608             : _collections_abc_toplevel_consts_28_linetable = {
   75609             :     .ob_base = {
   75610             :         .ob_base = {
   75611             :             .ob_refcnt = 999999999,
   75612             :             .ob_type = &PyBytes_Type,
   75613             :         },
   75614             :         .ob_size = 136,
   75615             :     },
   75616             :     .ob_shash = -1,
   75617             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xf0\x04\x04\x05\x26\xf0\x00\x04\x05\x26\xf0\x00\x04\x05\x26\xf0\x0c\x00\x06\x14\xf0\x02\x04\x05\x21\xf0\x00\x04\x05\x21\xf4\x03\x00\x06\x14\xf0\x02\x04\x05\x21\xf0\x0c\x00\x06\x14\xd8\x24\x28\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf4\x03\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x18\x08\x05\x4f\x01\xf0\x00\x08\x05\x4f\x01\xf0\x00\x08\x05\x4f\x01\xf0\x14\x00\x06\x11\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf0\x00\x04\x05\x1e",
   75618             : };
   75619             : static
   75620             :     struct _PyCode_DEF(86)
   75621             : _collections_abc_toplevel_consts_28 = {
   75622             :     .ob_base = {
   75623             :         .ob_base = {
   75624             :             .ob_refcnt = 999999999,
   75625             :             .ob_type = &PyCode_Type,
   75626             :         },
   75627             :         .ob_size = 43,
   75628             :     },
   75629             :     .co_consts = & _collections_abc_toplevel_consts_28_consts._object.ob_base.ob_base,
   75630             :     .co_names = & _collections_abc_toplevel_consts_28_names._object.ob_base.ob_base,
   75631             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75632             :     .co_flags = 0,
   75633             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   75634             :     ._co_linearray_entry_size = 0,
   75635             :     .co_argcount = 0,
   75636             :     .co_posonlyargcount = 0,
   75637             :     .co_kwonlyargcount = 0,
   75638             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   75639             :     .co_stacksize = 3,
   75640             :     .co_firstlineno = 228,
   75641             :     .co_nlocalsplus = 0,
   75642             :     .co_nlocals = 0,
   75643             :     .co_nplaincellvars = 0,
   75644             :     .co_ncellvars = 0,
   75645             :     .co_nfreevars = 0,
   75646             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   75647             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75648             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   75649             :     .co_name = & const_str_AsyncGenerator._ascii.ob_base,
   75650             :     .co_qualname = & const_str_AsyncGenerator._ascii.ob_base,
   75651             :     .co_linetable = & _collections_abc_toplevel_consts_28_linetable.ob_base.ob_base,
   75652             :     ._co_code = NULL,
   75653             :     ._co_linearray = NULL,
   75654             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x08\x64\x05\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x65\x09\x64\x07\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
   75655             :     ._co_firsttraceable = 0,
   75656             : };
   75657             : static
   75658             :     struct {
   75659             :         PyASCIIObject _ascii;
   75660             :         uint8_t _data[18];
   75661             :     }
   75662             : _collections_abc_toplevel_consts_30_consts_2_qualname = {
   75663             :     ._ascii = {
   75664             :         .ob_base = {
   75665             :             .ob_refcnt = 999999999,
   75666             :             .ob_type = &PyUnicode_Type,
   75667             :         },
   75668             :         .length = 17,
   75669             :         .hash = -1,
   75670             :         .state = {
   75671             :             .kind = 1,
   75672             :             .compact = 1,
   75673             :             .ascii = 1,
   75674             :         },
   75675             :     },
   75676             :     ._data = "Iterable.__iter__",
   75677             : };
   75678             : static
   75679             :     struct {
   75680             :         PyObject_VAR_HEAD
   75681             :         Py_hash_t ob_shash;
   75682             :         char ob_sval[12];
   75683             :     }
   75684             : _collections_abc_toplevel_consts_30_consts_2_linetable = {
   75685             :     .ob_base = {
   75686             :         .ob_base = {
   75687             :             .ob_refcnt = 999999999,
   75688             :             .ob_type = &PyBytes_Type,
   75689             :         },
   75690             :         .ob_size = 11,
   75691             :     },
   75692             :     .ob_shash = -1,
   75693             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe0\x0e\x13\x88\x65",
   75694             : };
   75695             : static
   75696             :     struct _PyCode_DEF(10)
   75697             : _collections_abc_toplevel_consts_30_consts_2 = {
   75698             :     .ob_base = {
   75699             :         .ob_base = {
   75700             :             .ob_refcnt = 999999999,
   75701             :             .ob_type = &PyCode_Type,
   75702             :         },
   75703             :         .ob_size = 5,
   75704             :     },
   75705             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   75706             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   75707             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75708             :     .co_flags = 35,
   75709             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   75710             :     ._co_linearray_entry_size = 0,
   75711             :     .co_argcount = 1,
   75712             :     .co_posonlyargcount = 0,
   75713             :     .co_kwonlyargcount = 0,
   75714             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   75715             :     .co_stacksize = 1,
   75716             :     .co_firstlineno = 283,
   75717             :     .co_nlocalsplus = 1,
   75718             :     .co_nlocals = 1,
   75719             :     .co_nplaincellvars = 0,
   75720             :     .co_ncellvars = 0,
   75721             :     .co_nfreevars = 0,
   75722             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   75723             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   75724             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   75725             :     .co_name = &_Py_ID(__iter__),
   75726             :     .co_qualname = & _collections_abc_toplevel_consts_30_consts_2_qualname._ascii.ob_base,
   75727             :     .co_linetable = & _collections_abc_toplevel_consts_30_consts_2_linetable.ob_base.ob_base,
   75728             :     ._co_code = NULL,
   75729             :     ._co_linearray = NULL,
   75730             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
   75731             :     ._co_firsttraceable = 2,
   75732             : };
   75733             : static
   75734             :     struct {
   75735             :         PyGC_Head _gc_head;
   75736             :         struct {
   75737             :             PyObject_VAR_HEAD
   75738             :             PyObject *ob_item[2];
   75739             :         }_object;
   75740             :     }
   75741             : _collections_abc_toplevel_consts_30_consts_3_consts = {
   75742             :     ._object = {
   75743             :         .ob_base = {
   75744             :             .ob_base = {
   75745             :                 .ob_refcnt = 999999999,
   75746             :                 .ob_type = &PyTuple_Type,
   75747             :             },
   75748             :             .ob_size = 2,
   75749             :         },
   75750             :         .ob_item = {
   75751             :             Py_None,
   75752             :             &_Py_ID(__iter__),
   75753             :         },
   75754             :     },
   75755             : };
   75756             : static
   75757             :     struct {
   75758             :         PyGC_Head _gc_head;
   75759             :         struct {
   75760             :             PyObject_VAR_HEAD
   75761             :             PyObject *ob_item[3];
   75762             :         }_object;
   75763             :     }
   75764             : _collections_abc_toplevel_consts_30_consts_3_names = {
   75765             :     ._object = {
   75766             :         .ob_base = {
   75767             :             .ob_base = {
   75768             :                 .ob_refcnt = 999999999,
   75769             :                 .ob_type = &PyTuple_Type,
   75770             :             },
   75771             :             .ob_size = 3,
   75772             :         },
   75773             :         .ob_item = {
   75774             :             & const_str_Iterable._ascii.ob_base,
   75775             :             & const_str__check_methods._ascii.ob_base,
   75776             :             & const_str_NotImplemented._ascii.ob_base,
   75777             :         },
   75778             :     },
   75779             : };
   75780             : static
   75781             :     struct {
   75782             :         PyASCIIObject _ascii;
   75783             :         uint8_t _data[26];
   75784             :     }
   75785             : _collections_abc_toplevel_consts_30_consts_3_qualname = {
   75786             :     ._ascii = {
   75787             :         .ob_base = {
   75788             :             .ob_refcnt = 999999999,
   75789             :             .ob_type = &PyUnicode_Type,
   75790             :         },
   75791             :         .length = 25,
   75792             :         .hash = -1,
   75793             :         .state = {
   75794             :             .kind = 1,
   75795             :             .compact = 1,
   75796             :             .ascii = 1,
   75797             :         },
   75798             :     },
   75799             :     ._data = "Iterable.__subclasshook__",
   75800             : };
   75801             : static
   75802             :     struct _PyCode_DEF(62)
   75803             : _collections_abc_toplevel_consts_30_consts_3 = {
   75804             :     .ob_base = {
   75805             :         .ob_base = {
   75806             :             .ob_refcnt = 999999999,
   75807             :             .ob_type = &PyCode_Type,
   75808             :         },
   75809             :         .ob_size = 31,
   75810             :     },
   75811             :     .co_consts = & _collections_abc_toplevel_consts_30_consts_3_consts._object.ob_base.ob_base,
   75812             :     .co_names = & _collections_abc_toplevel_consts_30_consts_3_names._object.ob_base.ob_base,
   75813             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75814             :     .co_flags = 3,
   75815             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   75816             :     ._co_linearray_entry_size = 0,
   75817             :     .co_argcount = 2,
   75818             :     .co_posonlyargcount = 0,
   75819             :     .co_kwonlyargcount = 0,
   75820             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   75821             :     .co_stacksize = 4,
   75822             :     .co_firstlineno = 288,
   75823             :     .co_nlocalsplus = 2,
   75824             :     .co_nlocals = 2,
   75825             :     .co_nplaincellvars = 0,
   75826             :     .co_ncellvars = 0,
   75827             :     .co_nfreevars = 0,
   75828             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   75829             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   75830             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   75831             :     .co_name = &_Py_ID(__subclasshook__),
   75832             :     .co_qualname = & _collections_abc_toplevel_consts_30_consts_3_qualname._ascii.ob_base,
   75833             :     .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
   75834             :     ._co_code = NULL,
   75835             :     ._co_linearray = NULL,
   75836             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   75837             :     ._co_firsttraceable = 0,
   75838             : };
   75839             : static
   75840             :     struct {
   75841             :         PyGC_Head _gc_head;
   75842             :         struct {
   75843             :             PyObject_VAR_HEAD
   75844             :             PyObject *ob_item[5];
   75845             :         }_object;
   75846             :     }
   75847             : _collections_abc_toplevel_consts_30_consts = {
   75848             :     ._object = {
   75849             :         .ob_base = {
   75850             :             .ob_base = {
   75851             :                 .ob_refcnt = 999999999,
   75852             :                 .ob_type = &PyTuple_Type,
   75853             :             },
   75854             :             .ob_size = 5,
   75855             :         },
   75856             :         .ob_item = {
   75857             :             & const_str_Iterable._ascii.ob_base,
   75858             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   75859             :             & _collections_abc_toplevel_consts_30_consts_2.ob_base.ob_base,
   75860             :             & _collections_abc_toplevel_consts_30_consts_3.ob_base.ob_base,
   75861             :             Py_None,
   75862             :         },
   75863             :     },
   75864             : };
   75865             : static
   75866             :     struct {
   75867             :         PyGC_Head _gc_head;
   75868             :         struct {
   75869             :             PyObject_VAR_HEAD
   75870             :             PyObject *ob_item[10];
   75871             :         }_object;
   75872             :     }
   75873             : _collections_abc_toplevel_consts_30_names = {
   75874             :     ._object = {
   75875             :         .ob_base = {
   75876             :             .ob_base = {
   75877             :                 .ob_refcnt = 999999999,
   75878             :                 .ob_type = &PyTuple_Type,
   75879             :             },
   75880             :             .ob_size = 10,
   75881             :         },
   75882             :         .ob_item = {
   75883             :             &_Py_ID(__name__),
   75884             :             &_Py_ID(__module__),
   75885             :             &_Py_ID(__qualname__),
   75886             :             &_Py_ID(__slots__),
   75887             :             & const_str_abstractmethod._ascii.ob_base,
   75888             :             &_Py_ID(__iter__),
   75889             :             & const_str_classmethod._ascii.ob_base,
   75890             :             &_Py_ID(__subclasshook__),
   75891             :             & const_str_GenericAlias._ascii.ob_base,
   75892             :             &_Py_ID(__class_getitem__),
   75893             :         },
   75894             :     },
   75895             : };
   75896             : static
   75897             :     struct {
   75898             :         PyObject_VAR_HEAD
   75899             :         Py_hash_t ob_shash;
   75900             :         char ob_sval[85];
   75901             :     }
   75902             : _collections_abc_toplevel_consts_30_linetable = {
   75903             :     .ob_base = {
   75904             :         .ob_base = {
   75905             :             .ob_refcnt = 999999999,
   75906             :             .ob_type = &PyBytes_Type,
   75907             :         },
   75908             :         .ob_size = 84,
   75909             :     },
   75910             :     .ob_shash = -1,
   75911             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x17\xf0\x00\x02\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x17\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
   75912             : };
   75913             : static
   75914             :     struct _PyCode_DEF(72)
   75915             : _collections_abc_toplevel_consts_30 = {
   75916             :     .ob_base = {
   75917             :         .ob_base = {
   75918             :             .ob_refcnt = 999999999,
   75919             :             .ob_type = &PyCode_Type,
   75920             :         },
   75921             :         .ob_size = 36,
   75922             :     },
   75923             :     .co_consts = & _collections_abc_toplevel_consts_30_consts._object.ob_base.ob_base,
   75924             :     .co_names = & _collections_abc_toplevel_consts_30_names._object.ob_base.ob_base,
   75925             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75926             :     .co_flags = 0,
   75927             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   75928             :     ._co_linearray_entry_size = 0,
   75929             :     .co_argcount = 0,
   75930             :     .co_posonlyargcount = 0,
   75931             :     .co_kwonlyargcount = 0,
   75932             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   75933             :     .co_stacksize = 3,
   75934             :     .co_firstlineno = 279,
   75935             :     .co_nlocalsplus = 0,
   75936             :     .co_nlocals = 0,
   75937             :     .co_nplaincellvars = 0,
   75938             :     .co_ncellvars = 0,
   75939             :     .co_nfreevars = 0,
   75940             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   75941             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   75942             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   75943             :     .co_name = & const_str_Iterable._ascii.ob_base,
   75944             :     .co_qualname = & const_str_Iterable._ascii.ob_base,
   75945             :     .co_linetable = & _collections_abc_toplevel_consts_30_linetable.ob_base.ob_base,
   75946             :     ._co_code = NULL,
   75947             :     ._co_linearray = NULL,
   75948             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
   75949             :     ._co_firsttraceable = 0,
   75950             : };
   75951             : static
   75952             :     struct {
   75953             :         PyASCIIObject _ascii;
   75954             :         uint8_t _data[76];
   75955             :     }
   75956             : _collections_abc_toplevel_consts_32_consts_2_consts_0 = {
   75957             :     ._ascii = {
   75958             :         .ob_base = {
   75959             :             .ob_refcnt = 999999999,
   75960             :             .ob_type = &PyUnicode_Type,
   75961             :         },
   75962             :         .length = 75,
   75963             :         .hash = -1,
   75964             :         .state = {
   75965             :             .kind = 1,
   75966             :             .compact = 1,
   75967             :             .ascii = 1,
   75968             :         },
   75969             :     },
   75970             :     ._data = "Return the next item from the iterator. When exhausted, raise StopIteration",
   75971             : };
   75972             : static
   75973             :     struct {
   75974             :         PyGC_Head _gc_head;
   75975             :         struct {
   75976             :             PyObject_VAR_HEAD
   75977             :             PyObject *ob_item[1];
   75978             :         }_object;
   75979             :     }
   75980             : _collections_abc_toplevel_consts_32_consts_2_consts = {
   75981             :     ._object = {
   75982             :         .ob_base = {
   75983             :             .ob_base = {
   75984             :                 .ob_refcnt = 999999999,
   75985             :                 .ob_type = &PyTuple_Type,
   75986             :             },
   75987             :             .ob_size = 1,
   75988             :         },
   75989             :         .ob_item = {
   75990             :             & _collections_abc_toplevel_consts_32_consts_2_consts_0._ascii.ob_base,
   75991             :         },
   75992             :     },
   75993             : };
   75994             : static
   75995             :     struct {
   75996             :         PyASCIIObject _ascii;
   75997             :         uint8_t _data[18];
   75998             :     }
   75999             : _collections_abc_toplevel_consts_32_consts_2_qualname = {
   76000             :     ._ascii = {
   76001             :         .ob_base = {
   76002             :             .ob_refcnt = 999999999,
   76003             :             .ob_type = &PyUnicode_Type,
   76004             :         },
   76005             :         .length = 17,
   76006             :         .hash = -1,
   76007             :         .state = {
   76008             :             .kind = 1,
   76009             :             .compact = 1,
   76010             :             .ascii = 1,
   76011             :         },
   76012             :     },
   76013             :     ._data = "Iterator.__next__",
   76014             : };
   76015             : static
   76016             :     struct {
   76017             :         PyObject_VAR_HEAD
   76018             :         Py_hash_t ob_shash;
   76019             :         char ob_sval[11];
   76020             :     }
   76021             : _collections_abc_toplevel_consts_32_consts_2_linetable = {
   76022             :     .ob_base = {
   76023             :         .ob_base = {
   76024             :             .ob_refcnt = 999999999,
   76025             :             .ob_type = &PyBytes_Type,
   76026             :         },
   76027             :         .ob_size = 10,
   76028             :     },
   76029             :     .ob_shash = -1,
   76030             :     .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x1c\xd0\x08\x1b",
   76031             : };
   76032             : static
   76033             :     struct _PyCode_DEF(16)
   76034             : _collections_abc_toplevel_consts_32_consts_2 = {
   76035             :     .ob_base = {
   76036             :         .ob_base = {
   76037             :             .ob_refcnt = 999999999,
   76038             :             .ob_type = &PyCode_Type,
   76039             :         },
   76040             :         .ob_size = 8,
   76041             :     },
   76042             :     .co_consts = & _collections_abc_toplevel_consts_32_consts_2_consts._object.ob_base.ob_base,
   76043             :     .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
   76044             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76045             :     .co_flags = 3,
   76046             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76047             :     ._co_linearray_entry_size = 0,
   76048             :     .co_argcount = 1,
   76049             :     .co_posonlyargcount = 0,
   76050             :     .co_kwonlyargcount = 0,
   76051             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   76052             :     .co_stacksize = 1,
   76053             :     .co_firstlineno = 301,
   76054             :     .co_nlocalsplus = 1,
   76055             :     .co_nlocals = 1,
   76056             :     .co_nplaincellvars = 0,
   76057             :     .co_ncellvars = 0,
   76058             :     .co_nfreevars = 0,
   76059             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   76060             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   76061             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76062             :     .co_name = &_Py_ID(__next__),
   76063             :     .co_qualname = & _collections_abc_toplevel_consts_32_consts_2_qualname._ascii.ob_base,
   76064             :     .co_linetable = & _collections_abc_toplevel_consts_32_consts_2_linetable.ob_base.ob_base,
   76065             :     ._co_code = NULL,
   76066             :     ._co_linearray = NULL,
   76067             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   76068             :     ._co_firsttraceable = 0,
   76069             : };
   76070             : static
   76071             :     struct {
   76072             :         PyASCIIObject _ascii;
   76073             :         uint8_t _data[18];
   76074             :     }
   76075             : _collections_abc_toplevel_consts_32_consts_3_qualname = {
   76076             :     ._ascii = {
   76077             :         .ob_base = {
   76078             :             .ob_refcnt = 999999999,
   76079             :             .ob_type = &PyUnicode_Type,
   76080             :         },
   76081             :         .length = 17,
   76082             :         .hash = -1,
   76083             :         .state = {
   76084             :             .kind = 1,
   76085             :             .compact = 1,
   76086             :             .ascii = 1,
   76087             :         },
   76088             :     },
   76089             :     ._data = "Iterator.__iter__",
   76090             : };
   76091             : static
   76092             :     struct _PyCode_DEF(6)
   76093             : _collections_abc_toplevel_consts_32_consts_3 = {
   76094             :     .ob_base = {
   76095             :         .ob_base = {
   76096             :             .ob_refcnt = 999999999,
   76097             :             .ob_type = &PyCode_Type,
   76098             :         },
   76099             :         .ob_size = 3,
   76100             :     },
   76101             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   76102             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   76103             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76104             :     .co_flags = 3,
   76105             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76106             :     ._co_linearray_entry_size = 0,
   76107             :     .co_argcount = 1,
   76108             :     .co_posonlyargcount = 0,
   76109             :     .co_kwonlyargcount = 0,
   76110             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   76111             :     .co_stacksize = 1,
   76112             :     .co_firstlineno = 306,
   76113             :     .co_nlocalsplus = 1,
   76114             :     .co_nlocals = 1,
   76115             :     .co_nplaincellvars = 0,
   76116             :     .co_ncellvars = 0,
   76117             :     .co_nfreevars = 0,
   76118             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   76119             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   76120             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76121             :     .co_name = &_Py_ID(__iter__),
   76122             :     .co_qualname = & _collections_abc_toplevel_consts_32_consts_3_qualname._ascii.ob_base,
   76123             :     .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
   76124             :     ._co_code = NULL,
   76125             :     ._co_linearray = NULL,
   76126             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
   76127             :     ._co_firsttraceable = 0,
   76128             : };
   76129             : static
   76130             :     struct {
   76131             :         PyGC_Head _gc_head;
   76132             :         struct {
   76133             :             PyObject_VAR_HEAD
   76134             :             PyObject *ob_item[3];
   76135             :         }_object;
   76136             :     }
   76137             : _collections_abc_toplevel_consts_32_consts_4_consts = {
   76138             :     ._object = {
   76139             :         .ob_base = {
   76140             :             .ob_base = {
   76141             :                 .ob_refcnt = 999999999,
   76142             :                 .ob_type = &PyTuple_Type,
   76143             :             },
   76144             :             .ob_size = 3,
   76145             :         },
   76146             :         .ob_item = {
   76147             :             Py_None,
   76148             :             &_Py_ID(__iter__),
   76149             :             &_Py_ID(__next__),
   76150             :         },
   76151             :     },
   76152             : };
   76153             : static
   76154             :     struct {
   76155             :         PyGC_Head _gc_head;
   76156             :         struct {
   76157             :             PyObject_VAR_HEAD
   76158             :             PyObject *ob_item[3];
   76159             :         }_object;
   76160             :     }
   76161             : _collections_abc_toplevel_consts_32_consts_4_names = {
   76162             :     ._object = {
   76163             :         .ob_base = {
   76164             :             .ob_base = {
   76165             :                 .ob_refcnt = 999999999,
   76166             :                 .ob_type = &PyTuple_Type,
   76167             :             },
   76168             :             .ob_size = 3,
   76169             :         },
   76170             :         .ob_item = {
   76171             :             & const_str_Iterator._ascii.ob_base,
   76172             :             & const_str__check_methods._ascii.ob_base,
   76173             :             & const_str_NotImplemented._ascii.ob_base,
   76174             :         },
   76175             :     },
   76176             : };
   76177             : static
   76178             :     struct {
   76179             :         PyASCIIObject _ascii;
   76180             :         uint8_t _data[26];
   76181             :     }
   76182             : _collections_abc_toplevel_consts_32_consts_4_qualname = {
   76183             :     ._ascii = {
   76184             :         .ob_base = {
   76185             :             .ob_refcnt = 999999999,
   76186             :             .ob_type = &PyUnicode_Type,
   76187             :         },
   76188             :         .length = 25,
   76189             :         .hash = -1,
   76190             :         .state = {
   76191             :             .kind = 1,
   76192             :             .compact = 1,
   76193             :             .ascii = 1,
   76194             :         },
   76195             :     },
   76196             :     ._data = "Iterator.__subclasshook__",
   76197             : };
   76198             : static
   76199             :     struct {
   76200             :         PyObject_VAR_HEAD
   76201             :         Py_hash_t ob_shash;
   76202             :         char ob_sval[36];
   76203             :     }
   76204             : _collections_abc_toplevel_consts_32_consts_4_linetable = {
   76205             :     .ob_base = {
   76206             :         .ob_base = {
   76207             :             .ob_refcnt = 999999999,
   76208             :             .ob_type = &PyBytes_Type,
   76209             :         },
   76210             :         .ob_size = 35,
   76211             :     },
   76212             :     .ob_shash = -1,
   76213             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\xf0\x00\x01\x09\x3d\xdd\x13\x21\xa0\x21\xa0\x5a\xb0\x1a\xd4\x13\x3c\xd0\x0c\x3c\xdd\x0f\x1d\xd0\x08\x1d",
   76214             : };
   76215             : static
   76216             :     struct _PyCode_DEF(64)
   76217             : _collections_abc_toplevel_consts_32_consts_4 = {
   76218             :     .ob_base = {
   76219             :         .ob_base = {
   76220             :             .ob_refcnt = 999999999,
   76221             :             .ob_type = &PyCode_Type,
   76222             :         },
   76223             :         .ob_size = 32,
   76224             :     },
   76225             :     .co_consts = & _collections_abc_toplevel_consts_32_consts_4_consts._object.ob_base.ob_base,
   76226             :     .co_names = & _collections_abc_toplevel_consts_32_consts_4_names._object.ob_base.ob_base,
   76227             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76228             :     .co_flags = 3,
   76229             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76230             :     ._co_linearray_entry_size = 0,
   76231             :     .co_argcount = 2,
   76232             :     .co_posonlyargcount = 0,
   76233             :     .co_kwonlyargcount = 0,
   76234             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   76235             :     .co_stacksize = 5,
   76236             :     .co_firstlineno = 309,
   76237             :     .co_nlocalsplus = 2,
   76238             :     .co_nlocals = 2,
   76239             :     .co_nplaincellvars = 0,
   76240             :     .co_ncellvars = 0,
   76241             :     .co_nfreevars = 0,
   76242             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   76243             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   76244             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76245             :     .co_name = &_Py_ID(__subclasshook__),
   76246             :     .co_qualname = & _collections_abc_toplevel_consts_32_consts_4_qualname._ascii.ob_base,
   76247             :     .co_linetable = & _collections_abc_toplevel_consts_32_consts_4_linetable.ob_base.ob_base,
   76248             :     ._co_code = NULL,
   76249             :     ._co_linearray = NULL,
   76250             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   76251             :     ._co_firsttraceable = 0,
   76252             : };
   76253             : static
   76254             :     struct {
   76255             :         PyGC_Head _gc_head;
   76256             :         struct {
   76257             :             PyObject_VAR_HEAD
   76258             :             PyObject *ob_item[6];
   76259             :         }_object;
   76260             :     }
   76261             : _collections_abc_toplevel_consts_32_consts = {
   76262             :     ._object = {
   76263             :         .ob_base = {
   76264             :             .ob_base = {
   76265             :                 .ob_refcnt = 999999999,
   76266             :                 .ob_type = &PyTuple_Type,
   76267             :             },
   76268             :             .ob_size = 6,
   76269             :         },
   76270             :         .ob_item = {
   76271             :             & const_str_Iterator._ascii.ob_base,
   76272             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   76273             :             & _collections_abc_toplevel_consts_32_consts_2.ob_base.ob_base,
   76274             :             & _collections_abc_toplevel_consts_32_consts_3.ob_base.ob_base,
   76275             :             & _collections_abc_toplevel_consts_32_consts_4.ob_base.ob_base,
   76276             :             Py_None,
   76277             :         },
   76278             :     },
   76279             : };
   76280             : static
   76281             :     struct {
   76282             :         PyGC_Head _gc_head;
   76283             :         struct {
   76284             :             PyObject_VAR_HEAD
   76285             :             PyObject *ob_item[9];
   76286             :         }_object;
   76287             :     }
   76288             : _collections_abc_toplevel_consts_32_names = {
   76289             :     ._object = {
   76290             :         .ob_base = {
   76291             :             .ob_base = {
   76292             :                 .ob_refcnt = 999999999,
   76293             :                 .ob_type = &PyTuple_Type,
   76294             :             },
   76295             :             .ob_size = 9,
   76296             :         },
   76297             :         .ob_item = {
   76298             :             &_Py_ID(__name__),
   76299             :             &_Py_ID(__module__),
   76300             :             &_Py_ID(__qualname__),
   76301             :             &_Py_ID(__slots__),
   76302             :             & const_str_abstractmethod._ascii.ob_base,
   76303             :             &_Py_ID(__next__),
   76304             :             &_Py_ID(__iter__),
   76305             :             & const_str_classmethod._ascii.ob_base,
   76306             :             &_Py_ID(__subclasshook__),
   76307             :         },
   76308             :     },
   76309             : };
   76310             : static
   76311             :     struct {
   76312             :         PyObject_VAR_HEAD
   76313             :         Py_hash_t ob_shash;
   76314             :         char ob_sval[89];
   76315             :     }
   76316             : _collections_abc_toplevel_consts_32_linetable = {
   76317             :     .ob_base = {
   76318             :         .ob_base = {
   76319             :             .ob_refcnt = 999999999,
   76320             :             .ob_type = &PyBytes_Type,
   76321             :         },
   76322             :         .ob_size = 88,
   76323             :     },
   76324             :     .ob_shash = -1,
   76325             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x1c\xf0\x08\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
   76326             : };
   76327             : static
   76328             :     struct _PyCode_DEF(60)
   76329             : _collections_abc_toplevel_consts_32 = {
   76330             :     .ob_base = {
   76331             :         .ob_base = {
   76332             :             .ob_refcnt = 999999999,
   76333             :             .ob_type = &PyCode_Type,
   76334             :         },
   76335             :         .ob_size = 30,
   76336             :     },
   76337             :     .co_consts = & _collections_abc_toplevel_consts_32_consts._object.ob_base.ob_base,
   76338             :     .co_names = & _collections_abc_toplevel_consts_32_names._object.ob_base.ob_base,
   76339             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76340             :     .co_flags = 0,
   76341             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76342             :     ._co_linearray_entry_size = 0,
   76343             :     .co_argcount = 0,
   76344             :     .co_posonlyargcount = 0,
   76345             :     .co_kwonlyargcount = 0,
   76346             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   76347             :     .co_stacksize = 2,
   76348             :     .co_firstlineno = 297,
   76349             :     .co_nlocalsplus = 0,
   76350             :     .co_nlocals = 0,
   76351             :     .co_nplaincellvars = 0,
   76352             :     .co_ncellvars = 0,
   76353             :     .co_nfreevars = 0,
   76354             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   76355             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76356             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76357             :     .co_name = & const_str_Iterator._ascii.ob_base,
   76358             :     .co_qualname = & const_str_Iterator._ascii.ob_base,
   76359             :     .co_linetable = & _collections_abc_toplevel_consts_32_linetable.ob_base.ob_base,
   76360             :     ._co_code = NULL,
   76361             :     ._co_linearray = NULL,
   76362             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x64\x05\x53\x00",
   76363             :     ._co_firsttraceable = 0,
   76364             : };
   76365             : static
   76366             :     struct {
   76367             :         PyASCIIObject _ascii;
   76368             :         uint8_t _data[24];
   76369             :     }
   76370             : _collections_abc_toplevel_consts_34_consts_2_qualname = {
   76371             :     ._ascii = {
   76372             :         .ob_base = {
   76373             :             .ob_refcnt = 999999999,
   76374             :             .ob_type = &PyUnicode_Type,
   76375             :         },
   76376             :         .length = 23,
   76377             :         .hash = -1,
   76378             :         .state = {
   76379             :             .kind = 1,
   76380             :             .compact = 1,
   76381             :             .ascii = 1,
   76382             :         },
   76383             :     },
   76384             :     ._data = "Reversible.__reversed__",
   76385             : };
   76386             : static
   76387             :     struct _PyCode_DEF(10)
   76388             : _collections_abc_toplevel_consts_34_consts_2 = {
   76389             :     .ob_base = {
   76390             :         .ob_base = {
   76391             :             .ob_refcnt = 999999999,
   76392             :             .ob_type = &PyCode_Type,
   76393             :         },
   76394             :         .ob_size = 5,
   76395             :     },
   76396             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   76397             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   76398             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76399             :     .co_flags = 35,
   76400             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76401             :     ._co_linearray_entry_size = 0,
   76402             :     .co_argcount = 1,
   76403             :     .co_posonlyargcount = 0,
   76404             :     .co_kwonlyargcount = 0,
   76405             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   76406             :     .co_stacksize = 1,
   76407             :     .co_firstlineno = 336,
   76408             :     .co_nlocalsplus = 1,
   76409             :     .co_nlocals = 1,
   76410             :     .co_nplaincellvars = 0,
   76411             :     .co_ncellvars = 0,
   76412             :     .co_nfreevars = 0,
   76413             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   76414             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   76415             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76416             :     .co_name = &_Py_ID(__reversed__),
   76417             :     .co_qualname = & _collections_abc_toplevel_consts_34_consts_2_qualname._ascii.ob_base,
   76418             :     .co_linetable = & _collections_abc_toplevel_consts_30_consts_2_linetable.ob_base.ob_base,
   76419             :     ._co_code = NULL,
   76420             :     ._co_linearray = NULL,
   76421             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
   76422             :     ._co_firsttraceable = 2,
   76423             : };
   76424             : static
   76425             :     struct {
   76426             :         PyGC_Head _gc_head;
   76427             :         struct {
   76428             :             PyObject_VAR_HEAD
   76429             :             PyObject *ob_item[3];
   76430             :         }_object;
   76431             :     }
   76432             : _collections_abc_toplevel_consts_34_consts_3_consts = {
   76433             :     ._object = {
   76434             :         .ob_base = {
   76435             :             .ob_base = {
   76436             :                 .ob_refcnt = 999999999,
   76437             :                 .ob_type = &PyTuple_Type,
   76438             :             },
   76439             :             .ob_size = 3,
   76440             :         },
   76441             :         .ob_item = {
   76442             :             Py_None,
   76443             :             &_Py_ID(__reversed__),
   76444             :             &_Py_ID(__iter__),
   76445             :         },
   76446             :     },
   76447             : };
   76448             : static
   76449             :     struct {
   76450             :         PyGC_Head _gc_head;
   76451             :         struct {
   76452             :             PyObject_VAR_HEAD
   76453             :             PyObject *ob_item[3];
   76454             :         }_object;
   76455             :     }
   76456             : _collections_abc_toplevel_consts_34_consts_3_names = {
   76457             :     ._object = {
   76458             :         .ob_base = {
   76459             :             .ob_base = {
   76460             :                 .ob_refcnt = 999999999,
   76461             :                 .ob_type = &PyTuple_Type,
   76462             :             },
   76463             :             .ob_size = 3,
   76464             :         },
   76465             :         .ob_item = {
   76466             :             & const_str_Reversible._ascii.ob_base,
   76467             :             & const_str__check_methods._ascii.ob_base,
   76468             :             & const_str_NotImplemented._ascii.ob_base,
   76469             :         },
   76470             :     },
   76471             : };
   76472             : static
   76473             :     struct {
   76474             :         PyASCIIObject _ascii;
   76475             :         uint8_t _data[28];
   76476             :     }
   76477             : _collections_abc_toplevel_consts_34_consts_3_qualname = {
   76478             :     ._ascii = {
   76479             :         .ob_base = {
   76480             :             .ob_refcnt = 999999999,
   76481             :             .ob_type = &PyUnicode_Type,
   76482             :         },
   76483             :         .length = 27,
   76484             :         .hash = -1,
   76485             :         .state = {
   76486             :             .kind = 1,
   76487             :             .compact = 1,
   76488             :             .ascii = 1,
   76489             :         },
   76490             :     },
   76491             :     ._data = "Reversible.__subclasshook__",
   76492             : };
   76493             : static
   76494             :     struct {
   76495             :         PyObject_VAR_HEAD
   76496             :         Py_hash_t ob_shash;
   76497             :         char ob_sval[38];
   76498             :     }
   76499             : _collections_abc_toplevel_consts_34_consts_3_linetable = {
   76500             :     .ob_base = {
   76501             :         .ob_base = {
   76502             :             .ob_refcnt = 999999999,
   76503             :             .ob_type = &PyBytes_Type,
   76504             :         },
   76505             :         .ob_size = 37,
   76506             :     },
   76507             :     .ob_shash = -1,
   76508             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2a\xd0\x0b\x1c\xf0\x00\x01\x09\x41\x01\xdd\x13\x21\xa0\x21\xa0\x5e\xb0\x5a\xd4\x13\x40\xd0\x0c\x40\xdd\x0f\x1d\xd0\x08\x1d",
   76509             : };
   76510             : static
   76511             :     struct _PyCode_DEF(64)
   76512             : _collections_abc_toplevel_consts_34_consts_3 = {
   76513             :     .ob_base = {
   76514             :         .ob_base = {
   76515             :             .ob_refcnt = 999999999,
   76516             :             .ob_type = &PyCode_Type,
   76517             :         },
   76518             :         .ob_size = 32,
   76519             :     },
   76520             :     .co_consts = & _collections_abc_toplevel_consts_34_consts_3_consts._object.ob_base.ob_base,
   76521             :     .co_names = & _collections_abc_toplevel_consts_34_consts_3_names._object.ob_base.ob_base,
   76522             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76523             :     .co_flags = 3,
   76524             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76525             :     ._co_linearray_entry_size = 0,
   76526             :     .co_argcount = 2,
   76527             :     .co_posonlyargcount = 0,
   76528             :     .co_kwonlyargcount = 0,
   76529             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   76530             :     .co_stacksize = 5,
   76531             :     .co_firstlineno = 341,
   76532             :     .co_nlocalsplus = 2,
   76533             :     .co_nlocals = 2,
   76534             :     .co_nplaincellvars = 0,
   76535             :     .co_ncellvars = 0,
   76536             :     .co_nfreevars = 0,
   76537             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   76538             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   76539             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76540             :     .co_name = &_Py_ID(__subclasshook__),
   76541             :     .co_qualname = & _collections_abc_toplevel_consts_34_consts_3_qualname._ascii.ob_base,
   76542             :     .co_linetable = & _collections_abc_toplevel_consts_34_consts_3_linetable.ob_base.ob_base,
   76543             :     ._co_code = NULL,
   76544             :     ._co_linearray = NULL,
   76545             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   76546             :     ._co_firsttraceable = 0,
   76547             : };
   76548             : static
   76549             :     struct {
   76550             :         PyGC_Head _gc_head;
   76551             :         struct {
   76552             :             PyObject_VAR_HEAD
   76553             :             PyObject *ob_item[5];
   76554             :         }_object;
   76555             :     }
   76556             : _collections_abc_toplevel_consts_34_consts = {
   76557             :     ._object = {
   76558             :         .ob_base = {
   76559             :             .ob_base = {
   76560             :                 .ob_refcnt = 999999999,
   76561             :                 .ob_type = &PyTuple_Type,
   76562             :             },
   76563             :             .ob_size = 5,
   76564             :         },
   76565             :         .ob_item = {
   76566             :             & const_str_Reversible._ascii.ob_base,
   76567             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   76568             :             & _collections_abc_toplevel_consts_34_consts_2.ob_base.ob_base,
   76569             :             & _collections_abc_toplevel_consts_34_consts_3.ob_base.ob_base,
   76570             :             Py_None,
   76571             :         },
   76572             :     },
   76573             : };
   76574             : static
   76575             :     struct {
   76576             :         PyGC_Head _gc_head;
   76577             :         struct {
   76578             :             PyObject_VAR_HEAD
   76579             :             PyObject *ob_item[8];
   76580             :         }_object;
   76581             :     }
   76582             : _collections_abc_toplevel_consts_34_names = {
   76583             :     ._object = {
   76584             :         .ob_base = {
   76585             :             .ob_base = {
   76586             :                 .ob_refcnt = 999999999,
   76587             :                 .ob_type = &PyTuple_Type,
   76588             :             },
   76589             :             .ob_size = 8,
   76590             :         },
   76591             :         .ob_item = {
   76592             :             &_Py_ID(__name__),
   76593             :             &_Py_ID(__module__),
   76594             :             &_Py_ID(__qualname__),
   76595             :             &_Py_ID(__slots__),
   76596             :             & const_str_abstractmethod._ascii.ob_base,
   76597             :             &_Py_ID(__reversed__),
   76598             :             & const_str_classmethod._ascii.ob_base,
   76599             :             &_Py_ID(__subclasshook__),
   76600             :         },
   76601             :     },
   76602             : };
   76603             : static
   76604             :     struct {
   76605             :         PyObject_VAR_HEAD
   76606             :         Py_hash_t ob_shash;
   76607             :         char ob_sval[74];
   76608             :     }
   76609             : _collections_abc_toplevel_consts_34_linetable = {
   76610             :     .ob_base = {
   76611             :         .ob_base = {
   76612             :             .ob_refcnt = 999999999,
   76613             :             .ob_type = &PyBytes_Type,
   76614             :         },
   76615             :         .ob_size = 73,
   76616             :     },
   76617             :     .ob_shash = -1,
   76618             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x17\xf0\x00\x02\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x17\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
   76619             : };
   76620             : static
   76621             :     struct _PyCode_DEF(54)
   76622             : _collections_abc_toplevel_consts_34 = {
   76623             :     .ob_base = {
   76624             :         .ob_base = {
   76625             :             .ob_refcnt = 999999999,
   76626             :             .ob_type = &PyCode_Type,
   76627             :         },
   76628             :         .ob_size = 27,
   76629             :     },
   76630             :     .co_consts = & _collections_abc_toplevel_consts_34_consts._object.ob_base.ob_base,
   76631             :     .co_names = & _collections_abc_toplevel_consts_34_names._object.ob_base.ob_base,
   76632             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76633             :     .co_flags = 0,
   76634             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76635             :     ._co_linearray_entry_size = 0,
   76636             :     .co_argcount = 0,
   76637             :     .co_posonlyargcount = 0,
   76638             :     .co_kwonlyargcount = 0,
   76639             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   76640             :     .co_stacksize = 2,
   76641             :     .co_firstlineno = 332,
   76642             :     .co_nlocalsplus = 0,
   76643             :     .co_nlocals = 0,
   76644             :     .co_nplaincellvars = 0,
   76645             :     .co_ncellvars = 0,
   76646             :     .co_nfreevars = 0,
   76647             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   76648             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76649             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76650             :     .co_name = & const_str_Reversible._ascii.ob_base,
   76651             :     .co_qualname = & const_str_Reversible._ascii.ob_base,
   76652             :     .co_linetable = & _collections_abc_toplevel_consts_34_linetable.ob_base.ob_base,
   76653             :     ._co_code = NULL,
   76654             :     ._co_linearray = NULL,
   76655             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
   76656             :     ._co_firsttraceable = 0,
   76657             : };
   76658             : static
   76659             :     struct {
   76660             :         PyASCIIObject _ascii;
   76661             :         uint8_t _data[95];
   76662             :     }
   76663             : _collections_abc_toplevel_consts_36_consts_2_consts_0 = {
   76664             :     ._ascii = {
   76665             :         .ob_base = {
   76666             :             .ob_refcnt = 999999999,
   76667             :             .ob_type = &PyUnicode_Type,
   76668             :         },
   76669             :         .length = 94,
   76670             :         .hash = -1,
   76671             :         .state = {
   76672             :             .kind = 1,
   76673             :             .compact = 1,
   76674             :             .ascii = 1,
   76675             :         },
   76676             :     },
   76677             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x6e\x65\x78\x74\x20\x69\x74\x65\x6d\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x57\x68\x65\x6e\x20\x65\x78\x68\x61\x75\x73\x74\x65\x64\x2c\x20\x72\x61\x69\x73\x65\x20\x53\x74\x6f\x70\x49\x74\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   76678             : };
   76679             : static
   76680             :     struct {
   76681             :         PyGC_Head _gc_head;
   76682             :         struct {
   76683             :             PyObject_VAR_HEAD
   76684             :             PyObject *ob_item[2];
   76685             :         }_object;
   76686             :     }
   76687             : _collections_abc_toplevel_consts_36_consts_2_consts = {
   76688             :     ._object = {
   76689             :         .ob_base = {
   76690             :             .ob_base = {
   76691             :                 .ob_refcnt = 999999999,
   76692             :                 .ob_type = &PyTuple_Type,
   76693             :             },
   76694             :             .ob_size = 2,
   76695             :         },
   76696             :         .ob_item = {
   76697             :             & _collections_abc_toplevel_consts_36_consts_2_consts_0._ascii.ob_base,
   76698             :             Py_None,
   76699             :         },
   76700             :     },
   76701             : };
   76702             : static
   76703             :     struct {
   76704             :         PyGC_Head _gc_head;
   76705             :         struct {
   76706             :             PyObject_VAR_HEAD
   76707             :             PyObject *ob_item[1];
   76708             :         }_object;
   76709             :     }
   76710             : _collections_abc_toplevel_consts_36_consts_2_names = {
   76711             :     ._object = {
   76712             :         .ob_base = {
   76713             :             .ob_base = {
   76714             :                 .ob_refcnt = 999999999,
   76715             :                 .ob_type = &PyTuple_Type,
   76716             :             },
   76717             :             .ob_size = 1,
   76718             :         },
   76719             :         .ob_item = {
   76720             :             &_Py_ID(send),
   76721             :         },
   76722             :     },
   76723             : };
   76724             : static
   76725             :     struct {
   76726             :         PyASCIIObject _ascii;
   76727             :         uint8_t _data[19];
   76728             :     }
   76729             : _collections_abc_toplevel_consts_36_consts_2_qualname = {
   76730             :     ._ascii = {
   76731             :         .ob_base = {
   76732             :             .ob_refcnt = 999999999,
   76733             :             .ob_type = &PyUnicode_Type,
   76734             :         },
   76735             :         .length = 18,
   76736             :         .hash = -1,
   76737             :         .state = {
   76738             :             .kind = 1,
   76739             :             .compact = 1,
   76740             :             .ascii = 1,
   76741             :         },
   76742             :     },
   76743             :     ._data = "Generator.__next__",
   76744             : };
   76745             : static
   76746             :     struct {
   76747             :         PyObject_VAR_HEAD
   76748             :         Py_hash_t ob_shash;
   76749             :         char ob_sval[19];
   76750             :     }
   76751             : _collections_abc_toplevel_consts_36_consts_2_linetable = {
   76752             :     .ob_base = {
   76753             :         .ob_base = {
   76754             :             .ob_refcnt = 999999999,
   76755             :             .ob_type = &PyBytes_Type,
   76756             :         },
   76757             :         .ob_size = 18,
   76758             :     },
   76759             :     .ob_shash = -1,
   76760             :     .ob_sval = "\x80\x00\xf0\x08\x00\x10\x14\x8f\x79\x89\x79\x98\x14\x8c\x7f\xd0\x08\x1e",
   76761             : };
   76762             : static
   76763             :     struct _PyCode_DEF(38)
   76764             : _collections_abc_toplevel_consts_36_consts_2 = {
   76765             :     .ob_base = {
   76766             :         .ob_base = {
   76767             :             .ob_refcnt = 999999999,
   76768             :             .ob_type = &PyCode_Type,
   76769             :         },
   76770             :         .ob_size = 19,
   76771             :     },
   76772             :     .co_consts = & _collections_abc_toplevel_consts_36_consts_2_consts._object.ob_base.ob_base,
   76773             :     .co_names = & _collections_abc_toplevel_consts_36_consts_2_names._object.ob_base.ob_base,
   76774             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76775             :     .co_flags = 3,
   76776             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76777             :     ._co_linearray_entry_size = 0,
   76778             :     .co_argcount = 1,
   76779             :     .co_posonlyargcount = 0,
   76780             :     .co_kwonlyargcount = 0,
   76781             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   76782             :     .co_stacksize = 3,
   76783             :     .co_firstlineno = 352,
   76784             :     .co_nlocalsplus = 1,
   76785             :     .co_nlocals = 1,
   76786             :     .co_nplaincellvars = 0,
   76787             :     .co_ncellvars = 0,
   76788             :     .co_nfreevars = 0,
   76789             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   76790             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   76791             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76792             :     .co_name = &_Py_ID(__next__),
   76793             :     .co_qualname = & _collections_abc_toplevel_consts_36_consts_2_qualname._ascii.ob_base,
   76794             :     .co_linetable = & _collections_abc_toplevel_consts_36_consts_2_linetable.ob_base.ob_base,
   76795             :     ._co_code = NULL,
   76796             :     ._co_linearray = NULL,
   76797             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   76798             :     ._co_firsttraceable = 0,
   76799             : };
   76800             : static
   76801             :     struct {
   76802             :         PyASCIIObject _ascii;
   76803             :         uint8_t _data[100];
   76804             :     }
   76805             : _collections_abc_toplevel_consts_36_consts_3_consts_0 = {
   76806             :     ._ascii = {
   76807             :         .ob_base = {
   76808             :             .ob_refcnt = 999999999,
   76809             :             .ob_type = &PyUnicode_Type,
   76810             :         },
   76811             :         .length = 99,
   76812             :         .hash = -1,
   76813             :         .state = {
   76814             :             .kind = 1,
   76815             :             .compact = 1,
   76816             :             .ascii = 1,
   76817             :         },
   76818             :     },
   76819             :     ._data = "\x53\x65\x6e\x64\x20\x61\x20\x76\x61\x6c\x75\x65\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x6e\x65\x78\x74\x20\x79\x69\x65\x6c\x64\x65\x64\x20\x76\x61\x6c\x75\x65\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x53\x74\x6f\x70\x49\x74\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   76820             : };
   76821             : static
   76822             :     struct {
   76823             :         PyGC_Head _gc_head;
   76824             :         struct {
   76825             :             PyObject_VAR_HEAD
   76826             :             PyObject *ob_item[1];
   76827             :         }_object;
   76828             :     }
   76829             : _collections_abc_toplevel_consts_36_consts_3_consts = {
   76830             :     ._object = {
   76831             :         .ob_base = {
   76832             :             .ob_base = {
   76833             :                 .ob_refcnt = 999999999,
   76834             :                 .ob_type = &PyTuple_Type,
   76835             :             },
   76836             :             .ob_size = 1,
   76837             :         },
   76838             :         .ob_item = {
   76839             :             & _collections_abc_toplevel_consts_36_consts_3_consts_0._ascii.ob_base,
   76840             :         },
   76841             :     },
   76842             : };
   76843             : static
   76844             :     struct {
   76845             :         PyASCIIObject _ascii;
   76846             :         uint8_t _data[15];
   76847             :     }
   76848             : _collections_abc_toplevel_consts_36_consts_3_qualname = {
   76849             :     ._ascii = {
   76850             :         .ob_base = {
   76851             :             .ob_refcnt = 999999999,
   76852             :             .ob_type = &PyUnicode_Type,
   76853             :         },
   76854             :         .length = 14,
   76855             :         .hash = -1,
   76856             :         .state = {
   76857             :             .kind = 1,
   76858             :             .compact = 1,
   76859             :             .ascii = 1,
   76860             :         },
   76861             :     },
   76862             :     ._data = "Generator.send",
   76863             : };
   76864             : static
   76865             :     struct _PyCode_DEF(16)
   76866             : _collections_abc_toplevel_consts_36_consts_3 = {
   76867             :     .ob_base = {
   76868             :         .ob_base = {
   76869             :             .ob_refcnt = 999999999,
   76870             :             .ob_type = &PyCode_Type,
   76871             :         },
   76872             :         .ob_size = 8,
   76873             :     },
   76874             :     .co_consts = & _collections_abc_toplevel_consts_36_consts_3_consts._object.ob_base.ob_base,
   76875             :     .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
   76876             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76877             :     .co_flags = 3,
   76878             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76879             :     ._co_linearray_entry_size = 0,
   76880             :     .co_argcount = 2,
   76881             :     .co_posonlyargcount = 0,
   76882             :     .co_kwonlyargcount = 0,
   76883             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   76884             :     .co_stacksize = 1,
   76885             :     .co_firstlineno = 358,
   76886             :     .co_nlocalsplus = 2,
   76887             :     .co_nlocals = 2,
   76888             :     .co_nplaincellvars = 0,
   76889             :     .co_ncellvars = 0,
   76890             :     .co_nfreevars = 0,
   76891             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   76892             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   76893             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76894             :     .co_name = &_Py_ID(send),
   76895             :     .co_qualname = & _collections_abc_toplevel_consts_36_consts_3_qualname._ascii.ob_base,
   76896             :     .co_linetable = & _collections_abc_toplevel_consts_22_consts_2_linetable.ob_base.ob_base,
   76897             :     ._co_code = NULL,
   76898             :     ._co_linearray = NULL,
   76899             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   76900             :     ._co_firsttraceable = 0,
   76901             : };
   76902             : static
   76903             :     struct {
   76904             :         PyASCIIObject _ascii;
   76905             :         uint8_t _data[104];
   76906             :     }
   76907             : _collections_abc_toplevel_consts_36_consts_5_consts_0 = {
   76908             :     ._ascii = {
   76909             :         .ob_base = {
   76910             :             .ob_refcnt = 999999999,
   76911             :             .ob_type = &PyUnicode_Type,
   76912             :         },
   76913             :         .length = 103,
   76914             :         .hash = -1,
   76915             :         .state = {
   76916             :             .kind = 1,
   76917             :             .compact = 1,
   76918             :             .ascii = 1,
   76919             :         },
   76920             :     },
   76921             :     ._data = "\x52\x61\x69\x73\x65\x20\x61\x6e\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x69\x6e\x20\x74\x68\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x6e\x65\x78\x74\x20\x79\x69\x65\x6c\x64\x65\x64\x20\x76\x61\x6c\x75\x65\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x53\x74\x6f\x70\x49\x74\x65\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   76922             : };
   76923             : static
   76924             :     struct {
   76925             :         PyGC_Head _gc_head;
   76926             :         struct {
   76927             :             PyObject_VAR_HEAD
   76928             :             PyObject *ob_item[1];
   76929             :         }_object;
   76930             :     }
   76931             : _collections_abc_toplevel_consts_36_consts_5_consts = {
   76932             :     ._object = {
   76933             :         .ob_base = {
   76934             :             .ob_base = {
   76935             :                 .ob_refcnt = 999999999,
   76936             :                 .ob_type = &PyTuple_Type,
   76937             :             },
   76938             :             .ob_size = 1,
   76939             :         },
   76940             :         .ob_item = {
   76941             :             & _collections_abc_toplevel_consts_36_consts_5_consts_0._ascii.ob_base,
   76942             :         },
   76943             :     },
   76944             : };
   76945             : static
   76946             :     struct {
   76947             :         PyASCIIObject _ascii;
   76948             :         uint8_t _data[16];
   76949             :     }
   76950             : _collections_abc_toplevel_consts_36_consts_5_qualname = {
   76951             :     ._ascii = {
   76952             :         .ob_base = {
   76953             :             .ob_refcnt = 999999999,
   76954             :             .ob_type = &PyUnicode_Type,
   76955             :         },
   76956             :         .length = 15,
   76957             :         .hash = -1,
   76958             :         .state = {
   76959             :             .kind = 1,
   76960             :             .compact = 1,
   76961             :             .ascii = 1,
   76962             :         },
   76963             :     },
   76964             :     ._data = "Generator.throw",
   76965             : };
   76966             : static
   76967             :     struct _PyCode_DEF(74)
   76968             : _collections_abc_toplevel_consts_36_consts_5 = {
   76969             :     .ob_base = {
   76970             :         .ob_base = {
   76971             :             .ob_refcnt = 999999999,
   76972             :             .ob_type = &PyCode_Type,
   76973             :         },
   76974             :         .ob_size = 37,
   76975             :     },
   76976             :     .co_consts = & _collections_abc_toplevel_consts_36_consts_5_consts._object.ob_base.ob_base,
   76977             :     .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
   76978             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   76979             :     .co_flags = 3,
   76980             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   76981             :     ._co_linearray_entry_size = 0,
   76982             :     .co_argcount = 4,
   76983             :     .co_posonlyargcount = 0,
   76984             :     .co_kwonlyargcount = 0,
   76985             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   76986             :     .co_stacksize = 3,
   76987             :     .co_firstlineno = 365,
   76988             :     .co_nlocalsplus = 4,
   76989             :     .co_nlocals = 4,
   76990             :     .co_nplaincellvars = 0,
   76991             :     .co_ncellvars = 0,
   76992             :     .co_nfreevars = 0,
   76993             :     .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
   76994             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   76995             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   76996             :     .co_name = &_Py_ID(throw),
   76997             :     .co_qualname = & _collections_abc_toplevel_consts_36_consts_5_qualname._ascii.ob_base,
   76998             :     .co_linetable = & _collections_abc_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
   76999             :     ._co_code = NULL,
   77000             :     ._co_linearray = NULL,
   77001             :     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0c\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x12\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
   77002             :     ._co_firsttraceable = 0,
   77003             : };
   77004             : static
   77005             :     struct {
   77006             :         PyASCIIObject _ascii;
   77007             :         uint8_t _data[47];
   77008             :     }
   77009             : _collections_abc_toplevel_consts_36_consts_6_consts_0 = {
   77010             :     ._ascii = {
   77011             :         .ob_base = {
   77012             :             .ob_refcnt = 999999999,
   77013             :             .ob_type = &PyUnicode_Type,
   77014             :         },
   77015             :         .length = 46,
   77016             :         .hash = -1,
   77017             :         .state = {
   77018             :             .kind = 1,
   77019             :             .compact = 1,
   77020             :             .ascii = 1,
   77021             :         },
   77022             :     },
   77023             :     ._data = "\x52\x61\x69\x73\x65\x20\x47\x65\x6e\x65\x72\x61\x74\x6f\x72\x45\x78\x69\x74\x20\x69\x6e\x73\x69\x64\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   77024             : };
   77025             : static
   77026             :     struct {
   77027             :         PyASCIIObject _ascii;
   77028             :         uint8_t _data[32];
   77029             :     }
   77030             : _collections_abc_toplevel_consts_36_consts_6_consts_1 = {
   77031             :     ._ascii = {
   77032             :         .ob_base = {
   77033             :             .ob_refcnt = 999999999,
   77034             :             .ob_type = &PyUnicode_Type,
   77035             :         },
   77036             :         .length = 31,
   77037             :         .hash = -1,
   77038             :         .state = {
   77039             :             .kind = 1,
   77040             :             .compact = 1,
   77041             :             .ascii = 1,
   77042             :         },
   77043             :     },
   77044             :     ._data = "generator ignored GeneratorExit",
   77045             : };
   77046             : static
   77047             :     struct {
   77048             :         PyGC_Head _gc_head;
   77049             :         struct {
   77050             :             PyObject_VAR_HEAD
   77051             :             PyObject *ob_item[3];
   77052             :         }_object;
   77053             :     }
   77054             : _collections_abc_toplevel_consts_36_consts_6_consts = {
   77055             :     ._object = {
   77056             :         .ob_base = {
   77057             :             .ob_base = {
   77058             :                 .ob_refcnt = 999999999,
   77059             :                 .ob_type = &PyTuple_Type,
   77060             :             },
   77061             :             .ob_size = 3,
   77062             :         },
   77063             :         .ob_item = {
   77064             :             & _collections_abc_toplevel_consts_36_consts_6_consts_0._ascii.ob_base,
   77065             :             & _collections_abc_toplevel_consts_36_consts_6_consts_1._ascii.ob_base,
   77066             :             Py_None,
   77067             :         },
   77068             :     },
   77069             : };
   77070             : static
   77071             :     struct {
   77072             :         PyASCIIObject _ascii;
   77073             :         uint8_t _data[16];
   77074             :     }
   77075             : _collections_abc_toplevel_consts_36_consts_6_qualname = {
   77076             :     ._ascii = {
   77077             :         .ob_base = {
   77078             :             .ob_refcnt = 999999999,
   77079             :             .ob_type = &PyUnicode_Type,
   77080             :         },
   77081             :         .length = 15,
   77082             :         .hash = -1,
   77083             :         .state = {
   77084             :             .kind = 1,
   77085             :             .compact = 1,
   77086             :             .ascii = 1,
   77087             :         },
   77088             :     },
   77089             :     ._data = "Generator.close",
   77090             : };
   77091             : static
   77092             :     struct _PyCode_DEF(124)
   77093             : _collections_abc_toplevel_consts_36_consts_6 = {
   77094             :     .ob_base = {
   77095             :         .ob_base = {
   77096             :             .ob_refcnt = 999999999,
   77097             :             .ob_type = &PyCode_Type,
   77098             :         },
   77099             :         .ob_size = 62,
   77100             :     },
   77101             :     .co_consts = & _collections_abc_toplevel_consts_36_consts_6_consts._object.ob_base.ob_base,
   77102             :     .co_names = & _collections_abc_toplevel_consts_22_consts_5_names._object.ob_base.ob_base,
   77103             :     .co_exceptiontable = & _collections_abc_toplevel_consts_22_consts_5_exceptiontable.ob_base.ob_base,
   77104             :     .co_flags = 3,
   77105             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77106             :     ._co_linearray_entry_size = 0,
   77107             :     .co_argcount = 1,
   77108             :     .co_posonlyargcount = 0,
   77109             :     .co_kwonlyargcount = 0,
   77110             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   77111             :     .co_stacksize = 4,
   77112             :     .co_firstlineno = 378,
   77113             :     .co_nlocalsplus = 1,
   77114             :     .co_nlocals = 1,
   77115             :     .co_nplaincellvars = 0,
   77116             :     .co_ncellvars = 0,
   77117             :     .co_nfreevars = 0,
   77118             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   77119             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   77120             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77121             :     .co_name = &_Py_ID(close),
   77122             :     .co_qualname = & _collections_abc_toplevel_consts_36_consts_6_qualname._ascii.ob_base,
   77123             :     .co_linetable = & _collections_abc_toplevel_consts_22_consts_5_linetable.ob_base.ob_base,
   77124             :     ._co_code = NULL,
   77125             :     ._co_linearray = NULL,
   77126             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   77127             :     ._co_firsttraceable = 0,
   77128             : };
   77129             : static
   77130             :     struct {
   77131             :         PyGC_Head _gc_head;
   77132             :         struct {
   77133             :             PyObject_VAR_HEAD
   77134             :             PyObject *ob_item[6];
   77135             :         }_object;
   77136             :     }
   77137             : _collections_abc_toplevel_consts_36_consts_7_consts = {
   77138             :     ._object = {
   77139             :         .ob_base = {
   77140             :             .ob_base = {
   77141             :                 .ob_refcnt = 999999999,
   77142             :                 .ob_type = &PyTuple_Type,
   77143             :             },
   77144             :             .ob_size = 6,
   77145             :         },
   77146             :         .ob_item = {
   77147             :             Py_None,
   77148             :             &_Py_ID(__iter__),
   77149             :             &_Py_ID(__next__),
   77150             :             &_Py_ID(send),
   77151             :             &_Py_ID(throw),
   77152             :             &_Py_ID(close),
   77153             :         },
   77154             :     },
   77155             : };
   77156             : static
   77157             :     struct {
   77158             :         PyGC_Head _gc_head;
   77159             :         struct {
   77160             :             PyObject_VAR_HEAD
   77161             :             PyObject *ob_item[3];
   77162             :         }_object;
   77163             :     }
   77164             : _collections_abc_toplevel_consts_36_consts_7_names = {
   77165             :     ._object = {
   77166             :         .ob_base = {
   77167             :             .ob_base = {
   77168             :                 .ob_refcnt = 999999999,
   77169             :                 .ob_type = &PyTuple_Type,
   77170             :             },
   77171             :             .ob_size = 3,
   77172             :         },
   77173             :         .ob_item = {
   77174             :             & const_str_Generator._ascii.ob_base,
   77175             :             & const_str__check_methods._ascii.ob_base,
   77176             :             & const_str_NotImplemented._ascii.ob_base,
   77177             :         },
   77178             :     },
   77179             : };
   77180             : static
   77181             :     struct {
   77182             :         PyASCIIObject _ascii;
   77183             :         uint8_t _data[27];
   77184             :     }
   77185             : _collections_abc_toplevel_consts_36_consts_7_qualname = {
   77186             :     ._ascii = {
   77187             :         .ob_base = {
   77188             :             .ob_refcnt = 999999999,
   77189             :             .ob_type = &PyUnicode_Type,
   77190             :         },
   77191             :         .length = 26,
   77192             :         .hash = -1,
   77193             :         .state = {
   77194             :             .kind = 1,
   77195             :             .compact = 1,
   77196             :             .ascii = 1,
   77197             :         },
   77198             :     },
   77199             :     ._data = "Generator.__subclasshook__",
   77200             : };
   77201             : static
   77202             :     struct {
   77203             :         PyObject_VAR_HEAD
   77204             :         Py_hash_t ob_shash;
   77205             :         char ob_sval[48];
   77206             :     }
   77207             : _collections_abc_toplevel_consts_36_consts_7_linetable = {
   77208             :     .ob_base = {
   77209             :         .ob_base = {
   77210             :             .ob_refcnt = 999999999,
   77211             :             .ob_type = &PyBytes_Type,
   77212             :         },
   77213             :         .ob_size = 47,
   77214             :     },
   77215             :     .ob_shash = -1,
   77216             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xf0\x00\x02\x09\x3c\xdd\x13\x21\xa0\x21\xa0\x5a\xb0\x1a\xd8\x22\x28\xa8\x27\xb0\x37\xf4\x03\x01\x14\x3c\xf0\x00\x01\x0d\x3c\xe5\x0f\x1d\xd0\x08\x1d",
   77217             : };
   77218             : static
   77219             :     struct _PyCode_DEF(70)
   77220             : _collections_abc_toplevel_consts_36_consts_7 = {
   77221             :     .ob_base = {
   77222             :         .ob_base = {
   77223             :             .ob_refcnt = 999999999,
   77224             :             .ob_type = &PyCode_Type,
   77225             :         },
   77226             :         .ob_size = 35,
   77227             :     },
   77228             :     .co_consts = & _collections_abc_toplevel_consts_36_consts_7_consts._object.ob_base.ob_base,
   77229             :     .co_names = & _collections_abc_toplevel_consts_36_consts_7_names._object.ob_base.ob_base,
   77230             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77231             :     .co_flags = 3,
   77232             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77233             :     ._co_linearray_entry_size = 0,
   77234             :     .co_argcount = 2,
   77235             :     .co_posonlyargcount = 0,
   77236             :     .co_kwonlyargcount = 0,
   77237             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   77238             :     .co_stacksize = 8,
   77239             :     .co_firstlineno = 388,
   77240             :     .co_nlocalsplus = 2,
   77241             :     .co_nlocals = 2,
   77242             :     .co_nplaincellvars = 0,
   77243             :     .co_ncellvars = 0,
   77244             :     .co_nfreevars = 0,
   77245             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   77246             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   77247             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77248             :     .co_name = &_Py_ID(__subclasshook__),
   77249             :     .co_qualname = & _collections_abc_toplevel_consts_36_consts_7_qualname._ascii.ob_base,
   77250             :     .co_linetable = & _collections_abc_toplevel_consts_36_consts_7_linetable.ob_base.ob_base,
   77251             :     ._co_code = NULL,
   77252             :     ._co_linearray = NULL,
   77253             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\x64\x05\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   77254             :     ._co_firsttraceable = 0,
   77255             : };
   77256             : static
   77257             :     struct {
   77258             :         PyGC_Head _gc_head;
   77259             :         struct {
   77260             :             PyObject_VAR_HEAD
   77261             :             PyObject *ob_item[9];
   77262             :         }_object;
   77263             :     }
   77264             : _collections_abc_toplevel_consts_36_consts = {
   77265             :     ._object = {
   77266             :         .ob_base = {
   77267             :             .ob_base = {
   77268             :                 .ob_refcnt = 999999999,
   77269             :                 .ob_type = &PyTuple_Type,
   77270             :             },
   77271             :             .ob_size = 9,
   77272             :         },
   77273             :         .ob_item = {
   77274             :             & const_str_Generator._ascii.ob_base,
   77275             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   77276             :             & _collections_abc_toplevel_consts_36_consts_2.ob_base.ob_base,
   77277             :             & _collections_abc_toplevel_consts_36_consts_3.ob_base.ob_base,
   77278             :             Py_None,
   77279             :             & _collections_abc_toplevel_consts_36_consts_5.ob_base.ob_base,
   77280             :             & _collections_abc_toplevel_consts_36_consts_6.ob_base.ob_base,
   77281             :             & _collections_abc_toplevel_consts_36_consts_7.ob_base.ob_base,
   77282             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
   77283             :         },
   77284             :     },
   77285             : };
   77286             : static
   77287             :     struct {
   77288             :         PyGC_Head _gc_head;
   77289             :         struct {
   77290             :             PyObject_VAR_HEAD
   77291             :             PyObject *ob_item[11];
   77292             :         }_object;
   77293             :     }
   77294             : _collections_abc_toplevel_consts_36_names = {
   77295             :     ._object = {
   77296             :         .ob_base = {
   77297             :             .ob_base = {
   77298             :                 .ob_refcnt = 999999999,
   77299             :                 .ob_type = &PyTuple_Type,
   77300             :             },
   77301             :             .ob_size = 11,
   77302             :         },
   77303             :         .ob_item = {
   77304             :             &_Py_ID(__name__),
   77305             :             &_Py_ID(__module__),
   77306             :             &_Py_ID(__qualname__),
   77307             :             &_Py_ID(__slots__),
   77308             :             &_Py_ID(__next__),
   77309             :             & const_str_abstractmethod._ascii.ob_base,
   77310             :             &_Py_ID(send),
   77311             :             &_Py_ID(throw),
   77312             :             &_Py_ID(close),
   77313             :             & const_str_classmethod._ascii.ob_base,
   77314             :             &_Py_ID(__subclasshook__),
   77315             :         },
   77316             :     },
   77317             : };
   77318             : static
   77319             :     struct {
   77320             :         PyObject_VAR_HEAD
   77321             :         Py_hash_t ob_shash;
   77322             :         char ob_sval[137];
   77323             :     }
   77324             : _collections_abc_toplevel_consts_36_linetable = {
   77325             :     .ob_base = {
   77326             :         .ob_base = {
   77327             :             .ob_refcnt = 999999999,
   77328             :             .ob_type = &PyBytes_Type,
   77329             :         },
   77330             :         .ob_size = 136,
   77331             :     },
   77332             :     .ob_shash = -1,
   77333             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xf0\x04\x04\x05\x1f\xf0\x00\x04\x05\x1f\xf0\x00\x04\x05\x1f\xf0\x0c\x00\x06\x14\xf0\x02\x04\x05\x1c\xf0\x00\x04\x05\x1c\xf4\x03\x00\x06\x14\xf0\x02\x04\x05\x1c\xf0\x0c\x00\x06\x14\xd8\x1d\x21\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf4\x03\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x18\x08\x05\x42\x01\xf0\x00\x08\x05\x42\x01\xf0\x00\x08\x05\x42\x01\xf0\x14\x00\x06\x11\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf0\x00\x04\x05\x1e",
   77334             : };
   77335             : static
   77336             :     struct _PyCode_DEF(86)
   77337             : _collections_abc_toplevel_consts_36 = {
   77338             :     .ob_base = {
   77339             :         .ob_base = {
   77340             :             .ob_refcnt = 999999999,
   77341             :             .ob_type = &PyCode_Type,
   77342             :         },
   77343             :         .ob_size = 43,
   77344             :     },
   77345             :     .co_consts = & _collections_abc_toplevel_consts_36_consts._object.ob_base.ob_base,
   77346             :     .co_names = & _collections_abc_toplevel_consts_36_names._object.ob_base.ob_base,
   77347             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77348             :     .co_flags = 0,
   77349             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77350             :     ._co_linearray_entry_size = 0,
   77351             :     .co_argcount = 0,
   77352             :     .co_posonlyargcount = 0,
   77353             :     .co_kwonlyargcount = 0,
   77354             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   77355             :     .co_stacksize = 3,
   77356             :     .co_firstlineno = 348,
   77357             :     .co_nlocalsplus = 0,
   77358             :     .co_nlocals = 0,
   77359             :     .co_nplaincellvars = 0,
   77360             :     .co_ncellvars = 0,
   77361             :     .co_nfreevars = 0,
   77362             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   77363             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77364             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77365             :     .co_name = & const_str_Generator._ascii.ob_base,
   77366             :     .co_qualname = & const_str_Generator._ascii.ob_base,
   77367             :     .co_linetable = & _collections_abc_toplevel_consts_36_linetable.ob_base.ob_base,
   77368             :     ._co_code = NULL,
   77369             :     ._co_linearray = NULL,
   77370             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x08\x64\x05\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x65\x09\x64\x07\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
   77371             :     ._co_firsttraceable = 0,
   77372             : };
   77373             : static
   77374             :     struct {
   77375             :         PyASCIIObject _ascii;
   77376             :         uint8_t _data[14];
   77377             :     }
   77378             : _collections_abc_toplevel_consts_38_consts_2_qualname = {
   77379             :     ._ascii = {
   77380             :         .ob_base = {
   77381             :             .ob_refcnt = 999999999,
   77382             :             .ob_type = &PyUnicode_Type,
   77383             :         },
   77384             :         .length = 13,
   77385             :         .hash = -1,
   77386             :         .state = {
   77387             :             .kind = 1,
   77388             :             .compact = 1,
   77389             :             .ascii = 1,
   77390             :         },
   77391             :     },
   77392             :     ._data = "Sized.__len__",
   77393             : };
   77394             : static
   77395             :     struct _PyCode_DEF(6)
   77396             : _collections_abc_toplevel_consts_38_consts_2 = {
   77397             :     .ob_base = {
   77398             :         .ob_base = {
   77399             :             .ob_refcnt = 999999999,
   77400             :             .ob_type = &PyCode_Type,
   77401             :         },
   77402             :         .ob_size = 3,
   77403             :     },
   77404             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   77405             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   77406             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77407             :     .co_flags = 3,
   77408             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77409             :     ._co_linearray_entry_size = 0,
   77410             :     .co_argcount = 1,
   77411             :     .co_posonlyargcount = 0,
   77412             :     .co_kwonlyargcount = 0,
   77413             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   77414             :     .co_stacksize = 1,
   77415             :     .co_firstlineno = 403,
   77416             :     .co_nlocalsplus = 1,
   77417             :     .co_nlocals = 1,
   77418             :     .co_nplaincellvars = 0,
   77419             :     .co_ncellvars = 0,
   77420             :     .co_nfreevars = 0,
   77421             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   77422             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   77423             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77424             :     .co_name = &_Py_ID(__len__),
   77425             :     .co_qualname = & _collections_abc_toplevel_consts_38_consts_2_qualname._ascii.ob_base,
   77426             :     .co_linetable = & _collections_abc_toplevel_consts_17_consts_2_linetable.ob_base.ob_base,
   77427             :     ._co_code = NULL,
   77428             :     ._co_linearray = NULL,
   77429             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   77430             :     ._co_firsttraceable = 0,
   77431             : };
   77432             : static
   77433             :     struct {
   77434             :         PyGC_Head _gc_head;
   77435             :         struct {
   77436             :             PyObject_VAR_HEAD
   77437             :             PyObject *ob_item[2];
   77438             :         }_object;
   77439             :     }
   77440             : _collections_abc_toplevel_consts_38_consts_3_consts = {
   77441             :     ._object = {
   77442             :         .ob_base = {
   77443             :             .ob_base = {
   77444             :                 .ob_refcnt = 999999999,
   77445             :                 .ob_type = &PyTuple_Type,
   77446             :             },
   77447             :             .ob_size = 2,
   77448             :         },
   77449             :         .ob_item = {
   77450             :             Py_None,
   77451             :             &_Py_ID(__len__),
   77452             :         },
   77453             :     },
   77454             : };
   77455             : static
   77456             :     struct {
   77457             :         PyGC_Head _gc_head;
   77458             :         struct {
   77459             :             PyObject_VAR_HEAD
   77460             :             PyObject *ob_item[3];
   77461             :         }_object;
   77462             :     }
   77463             : _collections_abc_toplevel_consts_38_consts_3_names = {
   77464             :     ._object = {
   77465             :         .ob_base = {
   77466             :             .ob_base = {
   77467             :                 .ob_refcnt = 999999999,
   77468             :                 .ob_type = &PyTuple_Type,
   77469             :             },
   77470             :             .ob_size = 3,
   77471             :         },
   77472             :         .ob_item = {
   77473             :             & const_str_Sized._ascii.ob_base,
   77474             :             & const_str__check_methods._ascii.ob_base,
   77475             :             & const_str_NotImplemented._ascii.ob_base,
   77476             :         },
   77477             :     },
   77478             : };
   77479             : static
   77480             :     struct {
   77481             :         PyASCIIObject _ascii;
   77482             :         uint8_t _data[23];
   77483             :     }
   77484             : _collections_abc_toplevel_consts_38_consts_3_qualname = {
   77485             :     ._ascii = {
   77486             :         .ob_base = {
   77487             :             .ob_refcnt = 999999999,
   77488             :             .ob_type = &PyUnicode_Type,
   77489             :         },
   77490             :         .length = 22,
   77491             :         .hash = -1,
   77492             :         .state = {
   77493             :             .kind = 1,
   77494             :             .compact = 1,
   77495             :             .ascii = 1,
   77496             :         },
   77497             :     },
   77498             :     ._data = "Sized.__subclasshook__",
   77499             : };
   77500             : static
   77501             :     struct {
   77502             :         PyObject_VAR_HEAD
   77503             :         Py_hash_t ob_shash;
   77504             :         char ob_sval[34];
   77505             :     }
   77506             : _collections_abc_toplevel_consts_38_consts_3_linetable = {
   77507             :     .ob_base = {
   77508             :         .ob_base = {
   77509             :             .ob_refcnt = 999999999,
   77510             :             .ob_type = &PyBytes_Type,
   77511             :         },
   77512             :         .ob_size = 33,
   77513             :     },
   77514             :     .ob_shash = -1,
   77515             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x25\x88\x3c\xf0\x00\x01\x09\x30\xdd\x13\x21\xa0\x21\xa0\x59\xd4\x13\x2f\xd0\x0c\x2f\xdd\x0f\x1d\xd0\x08\x1d",
   77516             : };
   77517             : static
   77518             :     struct _PyCode_DEF(62)
   77519             : _collections_abc_toplevel_consts_38_consts_3 = {
   77520             :     .ob_base = {
   77521             :         .ob_base = {
   77522             :             .ob_refcnt = 999999999,
   77523             :             .ob_type = &PyCode_Type,
   77524             :         },
   77525             :         .ob_size = 31,
   77526             :     },
   77527             :     .co_consts = & _collections_abc_toplevel_consts_38_consts_3_consts._object.ob_base.ob_base,
   77528             :     .co_names = & _collections_abc_toplevel_consts_38_consts_3_names._object.ob_base.ob_base,
   77529             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77530             :     .co_flags = 3,
   77531             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77532             :     ._co_linearray_entry_size = 0,
   77533             :     .co_argcount = 2,
   77534             :     .co_posonlyargcount = 0,
   77535             :     .co_kwonlyargcount = 0,
   77536             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   77537             :     .co_stacksize = 4,
   77538             :     .co_firstlineno = 407,
   77539             :     .co_nlocalsplus = 2,
   77540             :     .co_nlocals = 2,
   77541             :     .co_nplaincellvars = 0,
   77542             :     .co_ncellvars = 0,
   77543             :     .co_nfreevars = 0,
   77544             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   77545             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   77546             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77547             :     .co_name = &_Py_ID(__subclasshook__),
   77548             :     .co_qualname = & _collections_abc_toplevel_consts_38_consts_3_qualname._ascii.ob_base,
   77549             :     .co_linetable = & _collections_abc_toplevel_consts_38_consts_3_linetable.ob_base.ob_base,
   77550             :     ._co_code = NULL,
   77551             :     ._co_linearray = NULL,
   77552             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   77553             :     ._co_firsttraceable = 0,
   77554             : };
   77555             : static
   77556             :     struct {
   77557             :         PyGC_Head _gc_head;
   77558             :         struct {
   77559             :             PyObject_VAR_HEAD
   77560             :             PyObject *ob_item[5];
   77561             :         }_object;
   77562             :     }
   77563             : _collections_abc_toplevel_consts_38_consts = {
   77564             :     ._object = {
   77565             :         .ob_base = {
   77566             :             .ob_base = {
   77567             :                 .ob_refcnt = 999999999,
   77568             :                 .ob_type = &PyTuple_Type,
   77569             :             },
   77570             :             .ob_size = 5,
   77571             :         },
   77572             :         .ob_item = {
   77573             :             & const_str_Sized._ascii.ob_base,
   77574             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   77575             :             & _collections_abc_toplevel_consts_38_consts_2.ob_base.ob_base,
   77576             :             & _collections_abc_toplevel_consts_38_consts_3.ob_base.ob_base,
   77577             :             Py_None,
   77578             :         },
   77579             :     },
   77580             : };
   77581             : static
   77582             :     struct {
   77583             :         PyGC_Head _gc_head;
   77584             :         struct {
   77585             :             PyObject_VAR_HEAD
   77586             :             PyObject *ob_item[8];
   77587             :         }_object;
   77588             :     }
   77589             : _collections_abc_toplevel_consts_38_names = {
   77590             :     ._object = {
   77591             :         .ob_base = {
   77592             :             .ob_base = {
   77593             :                 .ob_refcnt = 999999999,
   77594             :                 .ob_type = &PyTuple_Type,
   77595             :             },
   77596             :             .ob_size = 8,
   77597             :         },
   77598             :         .ob_item = {
   77599             :             &_Py_ID(__name__),
   77600             :             &_Py_ID(__module__),
   77601             :             &_Py_ID(__qualname__),
   77602             :             &_Py_ID(__slots__),
   77603             :             & const_str_abstractmethod._ascii.ob_base,
   77604             :             &_Py_ID(__len__),
   77605             :             & const_str_classmethod._ascii.ob_base,
   77606             :             &_Py_ID(__subclasshook__),
   77607             :         },
   77608             :     },
   77609             : };
   77610             : static
   77611             :     struct _PyCode_DEF(54)
   77612             : _collections_abc_toplevel_consts_38 = {
   77613             :     .ob_base = {
   77614             :         .ob_base = {
   77615             :             .ob_refcnt = 999999999,
   77616             :             .ob_type = &PyCode_Type,
   77617             :         },
   77618             :         .ob_size = 27,
   77619             :     },
   77620             :     .co_consts = & _collections_abc_toplevel_consts_38_consts._object.ob_base.ob_base,
   77621             :     .co_names = & _collections_abc_toplevel_consts_38_names._object.ob_base.ob_base,
   77622             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77623             :     .co_flags = 0,
   77624             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77625             :     ._co_linearray_entry_size = 0,
   77626             :     .co_argcount = 0,
   77627             :     .co_posonlyargcount = 0,
   77628             :     .co_kwonlyargcount = 0,
   77629             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   77630             :     .co_stacksize = 2,
   77631             :     .co_firstlineno = 399,
   77632             :     .co_nlocalsplus = 0,
   77633             :     .co_nlocals = 0,
   77634             :     .co_nplaincellvars = 0,
   77635             :     .co_ncellvars = 0,
   77636             :     .co_nfreevars = 0,
   77637             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   77638             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77639             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77640             :     .co_name = & const_str_Sized._ascii.ob_base,
   77641             :     .co_qualname = & const_str_Sized._ascii.ob_base,
   77642             :     .co_linetable = & _collections_abc_toplevel_consts_17_linetable.ob_base.ob_base,
   77643             :     ._co_code = NULL,
   77644             :     ._co_linearray = NULL,
   77645             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
   77646             :     ._co_firsttraceable = 0,
   77647             : };
   77648             : static
   77649             :     struct {
   77650             :         PyASCIIObject _ascii;
   77651             :         uint8_t _data[23];
   77652             :     }
   77653             : _collections_abc_toplevel_consts_40_consts_2_qualname = {
   77654             :     ._ascii = {
   77655             :         .ob_base = {
   77656             :             .ob_refcnt = 999999999,
   77657             :             .ob_type = &PyUnicode_Type,
   77658             :         },
   77659             :         .length = 22,
   77660             :         .hash = -1,
   77661             :         .state = {
   77662             :             .kind = 1,
   77663             :             .compact = 1,
   77664             :             .ascii = 1,
   77665             :         },
   77666             :     },
   77667             :     ._data = "Container.__contains__",
   77668             : };
   77669             : static
   77670             :     struct {
   77671             :         PyObject_VAR_HEAD
   77672             :         Py_hash_t ob_shash;
   77673             :         char ob_sval[8];
   77674             :     }
   77675             : _collections_abc_toplevel_consts_40_consts_2_linetable = {
   77676             :     .ob_base = {
   77677             :         .ob_base = {
   77678             :             .ob_refcnt = 999999999,
   77679             :             .ob_type = &PyBytes_Type,
   77680             :         },
   77681             :         .ob_size = 7,
   77682             :     },
   77683             :     .ob_shash = -1,
   77684             :     .ob_sval = "\x80\x00\xe0\x0f\x14\x88\x75",
   77685             : };
   77686             : static
   77687             :     struct {
   77688             :         PyGC_Head _gc_head;
   77689             :         struct {
   77690             :             PyObject_VAR_HEAD
   77691             :             PyObject *ob_item[2];
   77692             :         }_object;
   77693             :     }
   77694             : _collections_abc_toplevel_consts_40_consts_2_localsplusnames = {
   77695             :     ._object = {
   77696             :         .ob_base = {
   77697             :             .ob_base = {
   77698             :                 .ob_refcnt = 999999999,
   77699             :                 .ob_type = &PyTuple_Type,
   77700             :             },
   77701             :             .ob_size = 2,
   77702             :         },
   77703             :         .ob_item = {
   77704             :             & const_str_self._ascii.ob_base,
   77705             :             & const_str_x._ascii.ob_base,
   77706             :         },
   77707             :     },
   77708             : };
   77709             : static
   77710             :     struct _PyCode_DEF(6)
   77711             : _collections_abc_toplevel_consts_40_consts_2 = {
   77712             :     .ob_base = {
   77713             :         .ob_base = {
   77714             :             .ob_refcnt = 999999999,
   77715             :             .ob_type = &PyCode_Type,
   77716             :         },
   77717             :         .ob_size = 3,
   77718             :     },
   77719             :     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
   77720             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   77721             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77722             :     .co_flags = 3,
   77723             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77724             :     ._co_linearray_entry_size = 0,
   77725             :     .co_argcount = 2,
   77726             :     .co_posonlyargcount = 0,
   77727             :     .co_kwonlyargcount = 0,
   77728             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   77729             :     .co_stacksize = 1,
   77730             :     .co_firstlineno = 418,
   77731             :     .co_nlocalsplus = 2,
   77732             :     .co_nlocals = 2,
   77733             :     .co_nplaincellvars = 0,
   77734             :     .co_ncellvars = 0,
   77735             :     .co_nfreevars = 0,
   77736             :     .co_localsplusnames = & _collections_abc_toplevel_consts_40_consts_2_localsplusnames._object.ob_base.ob_base,
   77737             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   77738             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77739             :     .co_name = &_Py_ID(__contains__),
   77740             :     .co_qualname = & _collections_abc_toplevel_consts_40_consts_2_qualname._ascii.ob_base,
   77741             :     .co_linetable = & _collections_abc_toplevel_consts_40_consts_2_linetable.ob_base.ob_base,
   77742             :     ._co_code = NULL,
   77743             :     ._co_linearray = NULL,
   77744             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   77745             :     ._co_firsttraceable = 0,
   77746             : };
   77747             : static
   77748             :     struct {
   77749             :         PyGC_Head _gc_head;
   77750             :         struct {
   77751             :             PyObject_VAR_HEAD
   77752             :             PyObject *ob_item[2];
   77753             :         }_object;
   77754             :     }
   77755             : _collections_abc_toplevel_consts_40_consts_3_consts = {
   77756             :     ._object = {
   77757             :         .ob_base = {
   77758             :             .ob_base = {
   77759             :                 .ob_refcnt = 999999999,
   77760             :                 .ob_type = &PyTuple_Type,
   77761             :             },
   77762             :             .ob_size = 2,
   77763             :         },
   77764             :         .ob_item = {
   77765             :             Py_None,
   77766             :             &_Py_ID(__contains__),
   77767             :         },
   77768             :     },
   77769             : };
   77770             : static
   77771             :     struct {
   77772             :         PyGC_Head _gc_head;
   77773             :         struct {
   77774             :             PyObject_VAR_HEAD
   77775             :             PyObject *ob_item[3];
   77776             :         }_object;
   77777             :     }
   77778             : _collections_abc_toplevel_consts_40_consts_3_names = {
   77779             :     ._object = {
   77780             :         .ob_base = {
   77781             :             .ob_base = {
   77782             :                 .ob_refcnt = 999999999,
   77783             :                 .ob_type = &PyTuple_Type,
   77784             :             },
   77785             :             .ob_size = 3,
   77786             :         },
   77787             :         .ob_item = {
   77788             :             & const_str_Container._ascii.ob_base,
   77789             :             & const_str__check_methods._ascii.ob_base,
   77790             :             & const_str_NotImplemented._ascii.ob_base,
   77791             :         },
   77792             :     },
   77793             : };
   77794             : static
   77795             :     struct {
   77796             :         PyASCIIObject _ascii;
   77797             :         uint8_t _data[27];
   77798             :     }
   77799             : _collections_abc_toplevel_consts_40_consts_3_qualname = {
   77800             :     ._ascii = {
   77801             :         .ob_base = {
   77802             :             .ob_refcnt = 999999999,
   77803             :             .ob_type = &PyUnicode_Type,
   77804             :         },
   77805             :         .length = 26,
   77806             :         .hash = -1,
   77807             :         .state = {
   77808             :             .kind = 1,
   77809             :             .compact = 1,
   77810             :             .ascii = 1,
   77811             :         },
   77812             :     },
   77813             :     ._data = "Container.__subclasshook__",
   77814             : };
   77815             : static
   77816             :     struct {
   77817             :         PyObject_VAR_HEAD
   77818             :         Py_hash_t ob_shash;
   77819             :         char ob_sval[35];
   77820             :     }
   77821             : _collections_abc_toplevel_consts_40_consts_3_linetable = {
   77822             :     .ob_base = {
   77823             :         .ob_base = {
   77824             :             .ob_refcnt = 999999999,
   77825             :             .ob_type = &PyBytes_Type,
   77826             :         },
   77827             :         .ob_size = 34,
   77828             :     },
   77829             :     .ob_shash = -1,
   77830             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xf0\x00\x01\x09\x35\xdd\x13\x21\xa0\x21\xa0\x5e\xd4\x13\x34\xd0\x0c\x34\xdd\x0f\x1d\xd0\x08\x1d",
   77831             : };
   77832             : static
   77833             :     struct _PyCode_DEF(62)
   77834             : _collections_abc_toplevel_consts_40_consts_3 = {
   77835             :     .ob_base = {
   77836             :         .ob_base = {
   77837             :             .ob_refcnt = 999999999,
   77838             :             .ob_type = &PyCode_Type,
   77839             :         },
   77840             :         .ob_size = 31,
   77841             :     },
   77842             :     .co_consts = & _collections_abc_toplevel_consts_40_consts_3_consts._object.ob_base.ob_base,
   77843             :     .co_names = & _collections_abc_toplevel_consts_40_consts_3_names._object.ob_base.ob_base,
   77844             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77845             :     .co_flags = 3,
   77846             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77847             :     ._co_linearray_entry_size = 0,
   77848             :     .co_argcount = 2,
   77849             :     .co_posonlyargcount = 0,
   77850             :     .co_kwonlyargcount = 0,
   77851             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   77852             :     .co_stacksize = 4,
   77853             :     .co_firstlineno = 422,
   77854             :     .co_nlocalsplus = 2,
   77855             :     .co_nlocals = 2,
   77856             :     .co_nplaincellvars = 0,
   77857             :     .co_ncellvars = 0,
   77858             :     .co_nfreevars = 0,
   77859             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   77860             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   77861             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77862             :     .co_name = &_Py_ID(__subclasshook__),
   77863             :     .co_qualname = & _collections_abc_toplevel_consts_40_consts_3_qualname._ascii.ob_base,
   77864             :     .co_linetable = & _collections_abc_toplevel_consts_40_consts_3_linetable.ob_base.ob_base,
   77865             :     ._co_code = NULL,
   77866             :     ._co_linearray = NULL,
   77867             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   77868             :     ._co_firsttraceable = 0,
   77869             : };
   77870             : static
   77871             :     struct {
   77872             :         PyGC_Head _gc_head;
   77873             :         struct {
   77874             :             PyObject_VAR_HEAD
   77875             :             PyObject *ob_item[5];
   77876             :         }_object;
   77877             :     }
   77878             : _collections_abc_toplevel_consts_40_consts = {
   77879             :     ._object = {
   77880             :         .ob_base = {
   77881             :             .ob_base = {
   77882             :                 .ob_refcnt = 999999999,
   77883             :                 .ob_type = &PyTuple_Type,
   77884             :             },
   77885             :             .ob_size = 5,
   77886             :         },
   77887             :         .ob_item = {
   77888             :             & const_str_Container._ascii.ob_base,
   77889             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   77890             :             & _collections_abc_toplevel_consts_40_consts_2.ob_base.ob_base,
   77891             :             & _collections_abc_toplevel_consts_40_consts_3.ob_base.ob_base,
   77892             :             Py_None,
   77893             :         },
   77894             :     },
   77895             : };
   77896             : static
   77897             :     struct {
   77898             :         PyGC_Head _gc_head;
   77899             :         struct {
   77900             :             PyObject_VAR_HEAD
   77901             :             PyObject *ob_item[10];
   77902             :         }_object;
   77903             :     }
   77904             : _collections_abc_toplevel_consts_40_names = {
   77905             :     ._object = {
   77906             :         .ob_base = {
   77907             :             .ob_base = {
   77908             :                 .ob_refcnt = 999999999,
   77909             :                 .ob_type = &PyTuple_Type,
   77910             :             },
   77911             :             .ob_size = 10,
   77912             :         },
   77913             :         .ob_item = {
   77914             :             &_Py_ID(__name__),
   77915             :             &_Py_ID(__module__),
   77916             :             &_Py_ID(__qualname__),
   77917             :             &_Py_ID(__slots__),
   77918             :             & const_str_abstractmethod._ascii.ob_base,
   77919             :             &_Py_ID(__contains__),
   77920             :             & const_str_classmethod._ascii.ob_base,
   77921             :             &_Py_ID(__subclasshook__),
   77922             :             & const_str_GenericAlias._ascii.ob_base,
   77923             :             &_Py_ID(__class_getitem__),
   77924             :         },
   77925             :     },
   77926             : };
   77927             : static
   77928             :     struct {
   77929             :         PyObject_VAR_HEAD
   77930             :         Py_hash_t ob_shash;
   77931             :         char ob_sval[85];
   77932             :     }
   77933             : _collections_abc_toplevel_consts_40_linetable = {
   77934             :     .ob_base = {
   77935             :         .ob_base = {
   77936             :             .ob_refcnt = 999999999,
   77937             :             .ob_type = &PyBytes_Type,
   77938             :         },
   77939             :         .ob_size = 84,
   77940             :     },
   77941             :     .ob_shash = -1,
   77942             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x15\xf0\x00\x01\x05\x15\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x15\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
   77943             : };
   77944             : static
   77945             :     struct _PyCode_DEF(72)
   77946             : _collections_abc_toplevel_consts_40 = {
   77947             :     .ob_base = {
   77948             :         .ob_base = {
   77949             :             .ob_refcnt = 999999999,
   77950             :             .ob_type = &PyCode_Type,
   77951             :         },
   77952             :         .ob_size = 36,
   77953             :     },
   77954             :     .co_consts = & _collections_abc_toplevel_consts_40_consts._object.ob_base.ob_base,
   77955             :     .co_names = & _collections_abc_toplevel_consts_40_names._object.ob_base.ob_base,
   77956             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77957             :     .co_flags = 0,
   77958             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   77959             :     ._co_linearray_entry_size = 0,
   77960             :     .co_argcount = 0,
   77961             :     .co_posonlyargcount = 0,
   77962             :     .co_kwonlyargcount = 0,
   77963             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   77964             :     .co_stacksize = 3,
   77965             :     .co_firstlineno = 414,
   77966             :     .co_nlocalsplus = 0,
   77967             :     .co_nlocals = 0,
   77968             :     .co_nplaincellvars = 0,
   77969             :     .co_ncellvars = 0,
   77970             :     .co_nfreevars = 0,
   77971             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   77972             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   77973             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   77974             :     .co_name = & const_str_Container._ascii.ob_base,
   77975             :     .co_qualname = & const_str_Container._ascii.ob_base,
   77976             :     .co_linetable = & _collections_abc_toplevel_consts_40_linetable.ob_base.ob_base,
   77977             :     ._co_code = NULL,
   77978             :     ._co_linearray = NULL,
   77979             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
   77980             :     ._co_firsttraceable = 0,
   77981             : };
   77982             : static
   77983             :     struct {
   77984             :         PyGC_Head _gc_head;
   77985             :         struct {
   77986             :             PyObject_VAR_HEAD
   77987             :             PyObject *ob_item[4];
   77988             :         }_object;
   77989             :     }
   77990             : _collections_abc_toplevel_consts_42_consts_2_consts = {
   77991             :     ._object = {
   77992             :         .ob_base = {
   77993             :             .ob_base = {
   77994             :                 .ob_refcnt = 999999999,
   77995             :                 .ob_type = &PyTuple_Type,
   77996             :             },
   77997             :             .ob_size = 4,
   77998             :         },
   77999             :         .ob_item = {
   78000             :             Py_None,
   78001             :             &_Py_ID(__len__),
   78002             :             &_Py_ID(__iter__),
   78003             :             &_Py_ID(__contains__),
   78004             :         },
   78005             :     },
   78006             : };
   78007             : static
   78008             :     struct {
   78009             :         PyGC_Head _gc_head;
   78010             :         struct {
   78011             :             PyObject_VAR_HEAD
   78012             :             PyObject *ob_item[3];
   78013             :         }_object;
   78014             :     }
   78015             : _collections_abc_toplevel_consts_42_consts_2_names = {
   78016             :     ._object = {
   78017             :         .ob_base = {
   78018             :             .ob_base = {
   78019             :                 .ob_refcnt = 999999999,
   78020             :                 .ob_type = &PyTuple_Type,
   78021             :             },
   78022             :             .ob_size = 3,
   78023             :         },
   78024             :         .ob_item = {
   78025             :             & const_str_Collection._ascii.ob_base,
   78026             :             & const_str__check_methods._ascii.ob_base,
   78027             :             & const_str_NotImplemented._ascii.ob_base,
   78028             :         },
   78029             :     },
   78030             : };
   78031             : static
   78032             :     struct {
   78033             :         PyASCIIObject _ascii;
   78034             :         uint8_t _data[28];
   78035             :     }
   78036             : _collections_abc_toplevel_consts_42_consts_2_qualname = {
   78037             :     ._ascii = {
   78038             :         .ob_base = {
   78039             :             .ob_refcnt = 999999999,
   78040             :             .ob_type = &PyUnicode_Type,
   78041             :         },
   78042             :         .length = 27,
   78043             :         .hash = -1,
   78044             :         .state = {
   78045             :             .kind = 1,
   78046             :             .compact = 1,
   78047             :             .ascii = 1,
   78048             :         },
   78049             :     },
   78050             :     ._data = "Collection.__subclasshook__",
   78051             : };
   78052             : static
   78053             :     struct {
   78054             :         PyObject_VAR_HEAD
   78055             :         Py_hash_t ob_shash;
   78056             :         char ob_sval[40];
   78057             :     }
   78058             : _collections_abc_toplevel_consts_42_consts_2_linetable = {
   78059             :     .ob_base = {
   78060             :         .ob_base = {
   78061             :             .ob_refcnt = 999999999,
   78062             :             .ob_type = &PyBytes_Type,
   78063             :         },
   78064             :         .ob_size = 39,
   78065             :     },
   78066             :     .ob_shash = -1,
   78067             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2a\xd0\x0b\x1c\xf0\x00\x01\x09\x4d\x01\xdd\x13\x21\xa0\x21\xa0\x69\xb0\x1a\xb8\x5e\xd4\x13\x4c\xd0\x0c\x4c\xdd\x0f\x1d\xd0\x08\x1d",
   78068             : };
   78069             : static
   78070             :     struct _PyCode_DEF(66)
   78071             : _collections_abc_toplevel_consts_42_consts_2 = {
   78072             :     .ob_base = {
   78073             :         .ob_base = {
   78074             :             .ob_refcnt = 999999999,
   78075             :             .ob_type = &PyCode_Type,
   78076             :         },
   78077             :         .ob_size = 33,
   78078             :     },
   78079             :     .co_consts = & _collections_abc_toplevel_consts_42_consts_2_consts._object.ob_base.ob_base,
   78080             :     .co_names = & _collections_abc_toplevel_consts_42_consts_2_names._object.ob_base.ob_base,
   78081             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   78082             :     .co_flags = 3,
   78083             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   78084             :     ._co_linearray_entry_size = 0,
   78085             :     .co_argcount = 2,
   78086             :     .co_posonlyargcount = 0,
   78087             :     .co_kwonlyargcount = 0,
   78088             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   78089             :     .co_stacksize = 6,
   78090             :     .co_firstlineno = 435,
   78091             :     .co_nlocalsplus = 2,
   78092             :     .co_nlocals = 2,
   78093             :     .co_nplaincellvars = 0,
   78094             :     .co_ncellvars = 0,
   78095             :     .co_nfreevars = 0,
   78096             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   78097             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   78098             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   78099             :     .co_name = &_Py_ID(__subclasshook__),
   78100             :     .co_qualname = & _collections_abc_toplevel_consts_42_consts_2_qualname._ascii.ob_base,
   78101             :     .co_linetable = & _collections_abc_toplevel_consts_42_consts_2_linetable.ob_base.ob_base,
   78102             :     ._co_code = NULL,
   78103             :     ._co_linearray = NULL,
   78104             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x10\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   78105             :     ._co_firsttraceable = 0,
   78106             : };
   78107             : static
   78108             :     struct {
   78109             :         PyGC_Head _gc_head;
   78110             :         struct {
   78111             :             PyObject_VAR_HEAD
   78112             :             PyObject *ob_item[4];
   78113             :         }_object;
   78114             :     }
   78115             : _collections_abc_toplevel_consts_42_consts = {
   78116             :     ._object = {
   78117             :         .ob_base = {
   78118             :             .ob_base = {
   78119             :                 .ob_refcnt = 999999999,
   78120             :                 .ob_type = &PyTuple_Type,
   78121             :             },
   78122             :             .ob_size = 4,
   78123             :         },
   78124             :         .ob_item = {
   78125             :             & const_str_Collection._ascii.ob_base,
   78126             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   78127             :             & _collections_abc_toplevel_consts_42_consts_2.ob_base.ob_base,
   78128             :             Py_None,
   78129             :         },
   78130             :     },
   78131             : };
   78132             : static
   78133             :     struct {
   78134             :         PyGC_Head _gc_head;
   78135             :         struct {
   78136             :             PyObject_VAR_HEAD
   78137             :             PyObject *ob_item[6];
   78138             :         }_object;
   78139             :     }
   78140             : _collections_abc_toplevel_consts_42_names = {
   78141             :     ._object = {
   78142             :         .ob_base = {
   78143             :             .ob_base = {
   78144             :                 .ob_refcnt = 999999999,
   78145             :                 .ob_type = &PyTuple_Type,
   78146             :             },
   78147             :             .ob_size = 6,
   78148             :         },
   78149             :         .ob_item = {
   78150             :             &_Py_ID(__name__),
   78151             :             &_Py_ID(__module__),
   78152             :             &_Py_ID(__qualname__),
   78153             :             &_Py_ID(__slots__),
   78154             :             & const_str_classmethod._ascii.ob_base,
   78155             :             &_Py_ID(__subclasshook__),
   78156             :         },
   78157             :     },
   78158             : };
   78159             : static
   78160             :     struct {
   78161             :         PyObject_VAR_HEAD
   78162             :         Py_hash_t ob_shash;
   78163             :         char ob_sval[49];
   78164             :     }
   78165             : _collections_abc_toplevel_consts_42_linetable = {
   78166             :     .ob_base = {
   78167             :         .ob_base = {
   78168             :             .ob_refcnt = 999999999,
   78169             :             .ob_type = &PyBytes_Type,
   78170             :         },
   78171             :         .ob_size = 48,
   78172             :     },
   78173             :     .ob_shash = -1,
   78174             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x10\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
   78175             : };
   78176             : static
   78177             :     struct _PyCode_DEF(36)
   78178             : _collections_abc_toplevel_consts_42 = {
   78179             :     .ob_base = {
   78180             :         .ob_base = {
   78181             :             .ob_refcnt = 999999999,
   78182             :             .ob_type = &PyCode_Type,
   78183             :         },
   78184             :         .ob_size = 18,
   78185             :     },
   78186             :     .co_consts = & _collections_abc_toplevel_consts_42_consts._object.ob_base.ob_base,
   78187             :     .co_names = & _collections_abc_toplevel_consts_42_names._object.ob_base.ob_base,
   78188             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   78189             :     .co_flags = 0,
   78190             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   78191             :     ._co_linearray_entry_size = 0,
   78192             :     .co_argcount = 0,
   78193             :     .co_posonlyargcount = 0,
   78194             :     .co_kwonlyargcount = 0,
   78195             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   78196             :     .co_stacksize = 2,
   78197             :     .co_firstlineno = 431,
   78198             :     .co_nlocalsplus = 0,
   78199             :     .co_nlocals = 0,
   78200             :     .co_nplaincellvars = 0,
   78201             :     .co_ncellvars = 0,
   78202             :     .co_nfreevars = 0,
   78203             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   78204             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   78205             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   78206             :     .co_name = & const_str_Collection._ascii.ob_base,
   78207             :     .co_qualname = & const_str_Collection._ascii.ob_base,
   78208             :     .co_linetable = & _collections_abc_toplevel_consts_42_linetable.ob_base.ob_base,
   78209             :     ._co_code = NULL,
   78210             :     ._co_linearray = NULL,
   78211             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x53\x00",
   78212             :     ._co_firsttraceable = 0,
   78213             : };
   78214             : static
   78215             :     struct {
   78216             :         PyASCIIObject _ascii;
   78217             :         uint8_t _data[22];
   78218             :     }
   78219             : const_str__CallableGenericAlias = {
   78220             :     ._ascii = {
   78221             :         .ob_base = {
   78222             :             .ob_refcnt = 999999999,
   78223             :             .ob_type = &PyUnicode_Type,
   78224             :         },
   78225             :         .length = 21,
   78226             :         .hash = -1,
   78227             :         .state = {
   78228             :             .kind = 1,
   78229             :             .compact = 1,
   78230             :             .ascii = 1,
   78231             :         },
   78232             :     },
   78233             :     ._data = "_CallableGenericAlias",
   78234             : };
   78235             : static
   78236             :     struct {
   78237             :         PyASCIIObject _ascii;
   78238             :         uint8_t _data[253];
   78239             :     }
   78240             : _collections_abc_toplevel_consts_44_consts_1 = {
   78241             :     ._ascii = {
   78242             :         .ob_base = {
   78243             :             .ob_refcnt = 999999999,
   78244             :             .ob_type = &PyUnicode_Type,
   78245             :         },
   78246             :         .length = 252,
   78247             :         .hash = -1,
   78248             :         .state = {
   78249             :             .kind = 1,
   78250             :             .compact = 1,
   78251             :             .ascii = 1,
   78252             :         },
   78253             :     },
   78254             :     ._data = "\x20\x52\x65\x70\x72\x65\x73\x65\x6e\x74\x20\x60\x43\x61\x6c\x6c\x61\x62\x6c\x65\x5b\x61\x72\x67\x74\x79\x70\x65\x73\x2c\x20\x72\x65\x73\x75\x6c\x74\x74\x79\x70\x65\x5d\x60\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x73\x65\x74\x73\x20\x60\x60\x5f\x5f\x61\x72\x67\x73\x5f\x5f\x60\x60\x20\x74\x6f\x20\x61\x20\x74\x75\x70\x6c\x65\x20\x63\x6f\x6e\x74\x61\x69\x6e\x69\x6e\x67\x20\x74\x68\x65\x20\x66\x6c\x61\x74\x74\x65\x6e\x65\x64\x20\x60\x60\x61\x72\x67\x74\x79\x70\x65\x73\x60\x60\x0a\x20\x20\x20\x20\x66\x6f\x6c\x6c\x6f\x77\x65\x64\x20\x62\x79\x20\x60\x60\x72\x65\x73\x75\x6c\x74\x74\x79\x70\x65\x60\x60\x2e\x0a\x0a\x20\x20\x20\x20\x45\x78\x61\x6d\x70\x6c\x65\x3a\x20\x60\x60\x43\x61\x6c\x6c\x61\x62\x6c\x65\x5b\x5b\x69\x6e\x74\x2c\x20\x73\x74\x72\x5d\x2c\x20\x66\x6c\x6f\x61\x74\x5d\x60\x60\x20\x73\x65\x74\x73\x20\x60\x60\x5f\x5f\x61\x72\x67\x73\x5f\x5f\x60\x60\x20\x74\x6f\x0a\x20\x20\x20\x20\x60\x60\x28\x69\x6e\x74\x2c\x20\x73\x74\x72\x2c\x20\x66\x6c\x6f\x61\x74\x29\x60\x60\x2e\x0a\x20\x20\x20\x20",
   78255             : };
   78256             : static
   78257             :     struct {
   78258             :         PyASCIIObject _ascii;
   78259             :         uint8_t _data[55];
   78260             :     }
   78261             : _collections_abc_toplevel_consts_44_consts_3_consts_2 = {
   78262             :     ._ascii = {
   78263             :         .ob_base = {
   78264             :             .ob_refcnt = 999999999,
   78265             :             .ob_type = &PyUnicode_Type,
   78266             :         },
   78267             :         .length = 54,
   78268             :         .hash = -1,
   78269             :         .state = {
   78270             :             .kind = 1,
   78271             :             .compact = 1,
   78272             :             .ascii = 1,
   78273             :         },
   78274             :     },
   78275             :     ._data = "Callable must be used as Callable[[arg, ...], result].",
   78276             : };
   78277             : static
   78278             :     struct {
   78279             :         PyASCIIObject _ascii;
   78280             :         uint8_t _data[71];
   78281             :     }
   78282             : _collections_abc_toplevel_consts_44_consts_3_consts_3 = {
   78283             :     ._ascii = {
   78284             :         .ob_base = {
   78285             :             .ob_refcnt = 999999999,
   78286             :             .ob_type = &PyUnicode_Type,
   78287             :         },
   78288             :         .length = 70,
   78289             :         .hash = -1,
   78290             :         .state = {
   78291             :             .kind = 1,
   78292             :             .compact = 1,
   78293             :             .ascii = 1,
   78294             :         },
   78295             :     },
   78296             :     ._data = "Expected a list of types, an ellipsis, ParamSpec, or Concatenate. Got ",
   78297             : };
   78298             : static
   78299             :     struct {
   78300             :         PyGC_Head _gc_head;
   78301             :         struct {
   78302             :             PyObject_VAR_HEAD
   78303             :             PyObject *ob_item[4];
   78304             :         }_object;
   78305             :     }
   78306             : _collections_abc_toplevel_consts_44_consts_3_consts = {
   78307             :     ._object = {
   78308             :         .ob_base = {
   78309             :             .ob_base = {
   78310             :                 .ob_refcnt = 999999999,
   78311             :                 .ob_type = &PyTuple_Type,
   78312             :             },
   78313             :             .ob_size = 4,
   78314             :         },
   78315             :         .ob_item = {
   78316             :             Py_None,
   78317             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   78318             :             & _collections_abc_toplevel_consts_44_consts_3_consts_2._ascii.ob_base,
   78319             :             & _collections_abc_toplevel_consts_44_consts_3_consts_3._ascii.ob_base,
   78320             :         },
   78321             :     },
   78322             : };
   78323             : static
   78324             :     struct {
   78325             :         PyASCIIObject _ascii;
   78326             :         uint8_t _data[15];
   78327             :     }
   78328             : const_str__is_param_expr = {
   78329             :     ._ascii = {
   78330             :         .ob_base = {
   78331             :             .ob_refcnt = 999999999,
   78332             :             .ob_type = &PyUnicode_Type,
   78333             :         },
   78334             :         .length = 14,
   78335             :         .hash = -1,
   78336             :         .state = {
   78337             :             .kind = 1,
   78338             :             .compact = 1,
   78339             :             .ascii = 1,
   78340             :         },
   78341             :     },
   78342             :     ._data = "_is_param_expr",
   78343             : };
   78344             : static
   78345             :     struct {
   78346             :         PyGC_Head _gc_head;
   78347             :         struct {
   78348             :             PyObject_VAR_HEAD
   78349             :             PyObject *ob_item[8];
   78350             :         }_object;
   78351             :     }
   78352             : _collections_abc_toplevel_consts_44_consts_3_names = {
   78353             :     ._object = {
   78354             :         .ob_base = {
   78355             :             .ob_base = {
   78356             :                 .ob_refcnt = 999999999,
   78357             :                 .ob_type = &PyTuple_Type,
   78358             :             },
   78359             :             .ob_size = 8,
   78360             :         },
   78361             :         .ob_item = {
   78362             :             &_Py_ID(isinstance),
   78363             :             & const_str_tuple._ascii.ob_base,
   78364             :             &_Py_ID(len),
   78365             :             & const_str_TypeError._ascii.ob_base,
   78366             :             & const_str_list._ascii.ob_base,
   78367             :             & const_str__is_param_expr._ascii.ob_base,
   78368             :             & const_str_super._ascii.ob_base,
   78369             :             &_Py_ID(__new__),
   78370             :         },
   78371             :     },
   78372             : };
   78373             : static
   78374             :     struct {
   78375             :         PyASCIIObject _ascii;
   78376             :         uint8_t _data[30];
   78377             :     }
   78378             : _collections_abc_toplevel_consts_44_consts_3_qualname = {
   78379             :     ._ascii = {
   78380             :         .ob_base = {
   78381             :             .ob_refcnt = 999999999,
   78382             :             .ob_type = &PyUnicode_Type,
   78383             :         },
   78384             :         .length = 29,
   78385             :         .hash = -1,
   78386             :         .state = {
   78387             :             .kind = 1,
   78388             :             .compact = 1,
   78389             :             .ascii = 1,
   78390             :         },
   78391             :     },
   78392             :     ._data = "_CallableGenericAlias.__new__",
   78393             : };
   78394             : static
   78395             :     struct {
   78396             :         PyObject_VAR_HEAD
   78397             :         Py_hash_t ob_shash;
   78398             :         char ob_sval[175];
   78399             :     }
   78400             : _collections_abc_toplevel_consts_44_consts_3_linetable = {
   78401             :     .ob_base = {
   78402             :         .ob_base = {
   78403             :             .ob_refcnt = 999999999,
   78404             :             .ob_type = &PyBytes_Type,
   78405             :         },
   78406             :         .ob_size = 174,
   78407             :     },
   78408             :     .ob_shash = -1,
   78409             :     .ob_sval = "\xf8\x80\x00\xdd\x10\x1a\x98\x34\xa5\x15\xd4\x10\x27\xf0\x00\x02\x09\x4a\x01\xad\x43\xb0\x04\xac\x49\xb8\x11\xaa\x4e\xf0\x00\x02\x09\x4a\x01\xdd\x12\x1b\xd8\x10\x48\xf4\x03\x01\x13\x4a\x01\xf0\x00\x01\x0d\x4a\x01\xe0\x1b\x1f\xd1\x08\x18\x88\x06\x90\x08\xdd\x0b\x15\x90\x66\x9d\x75\xa5\x64\x98\x6d\xd4\x0b\x2c\xf0\x00\x04\x09\x48\x01\xd8\x13\x26\x90\x56\xd0\x13\x26\x98\x58\xd0\x13\x26\xd0\x13\x26\x88\x44\x88\x44\xdd\x11\x1f\xa0\x06\xd4\x11\x27\xf0\x00\x02\x09\x48\x01\xdd\x12\x1b\xf0\x00\x01\x1d\x47\x01\xd8\x3e\x44\xf0\x03\x01\x1d\x47\x01\xf0\x00\x01\x1d\x47\x01\xf4\x00\x01\x13\x48\x01\xf0\x00\x01\x0d\x48\x01\xe5\x0f\x14\x8c\x77\x8f\x7f\x89\x7f\x98\x73\xa0\x46\xa8\x44\xd4\x0f\x31\xd0\x08\x31",
   78410             : };
   78411             : static
   78412             :     struct {
   78413             :         PyASCIIObject _ascii;
   78414             :         uint8_t _data[7];
   78415             :     }
   78416             : const_str_t_args = {
   78417             :     ._ascii = {
   78418             :         .ob_base = {
   78419             :             .ob_refcnt = 999999999,
   78420             :             .ob_type = &PyUnicode_Type,
   78421             :         },
   78422             :         .length = 6,
   78423             :         .hash = -1,
   78424             :         .state = {
   78425             :             .kind = 1,
   78426             :             .compact = 1,
   78427             :             .ascii = 1,
   78428             :         },
   78429             :     },
   78430             :     ._data = "t_args",
   78431             : };
   78432             : static
   78433             :     struct {
   78434             :         PyASCIIObject _ascii;
   78435             :         uint8_t _data[9];
   78436             :     }
   78437             : const_str_t_result = {
   78438             :     ._ascii = {
   78439             :         .ob_base = {
   78440             :             .ob_refcnt = 999999999,
   78441             :             .ob_type = &PyUnicode_Type,
   78442             :         },
   78443             :         .length = 8,
   78444             :         .hash = -1,
   78445             :         .state = {
   78446             :             .kind = 1,
   78447             :             .compact = 1,
   78448             :             .ascii = 1,
   78449             :         },
   78450             :     },
   78451             :     ._data = "t_result",
   78452             : };
   78453             : static
   78454             :     struct {
   78455             :         PyGC_Head _gc_head;
   78456             :         struct {
   78457             :             PyObject_VAR_HEAD
   78458             :             PyObject *ob_item[6];
   78459             :         }_object;
   78460             :     }
   78461             : _collections_abc_toplevel_consts_44_consts_3_localsplusnames = {
   78462             :     ._object = {
   78463             :         .ob_base = {
   78464             :             .ob_base = {
   78465             :                 .ob_refcnt = 999999999,
   78466             :                 .ob_type = &PyTuple_Type,
   78467             :             },
   78468             :             .ob_size = 6,
   78469             :         },
   78470             :         .ob_item = {
   78471             :             & const_str_cls._ascii.ob_base,
   78472             :             & const_str_origin._ascii.ob_base,
   78473             :             & const_str_args._ascii.ob_base,
   78474             :             & const_str_t_args._ascii.ob_base,
   78475             :             & const_str_t_result._ascii.ob_base,
   78476             :             &_Py_ID(__class__),
   78477             :         },
   78478             :     },
   78479             : };
   78480             : static
   78481             :     struct {
   78482             :         PyObject_VAR_HEAD
   78483             :         Py_hash_t ob_shash;
   78484             :         char ob_sval[7];
   78485             :     }
   78486             : _collections_abc_toplevel_consts_44_consts_3_localspluskinds = {
   78487             :     .ob_base = {
   78488             :         .ob_base = {
   78489             :             .ob_refcnt = 999999999,
   78490             :             .ob_type = &PyBytes_Type,
   78491             :         },
   78492             :         .ob_size = 6,
   78493             :     },
   78494             :     .ob_shash = -1,
   78495             :     .ob_sval = "\x20\x20\x20\x20\x20\x80",
   78496             : };
   78497             : static
   78498             :     struct _PyCode_DEF(298)
   78499             : _collections_abc_toplevel_consts_44_consts_3 = {
   78500             :     .ob_base = {
   78501             :         .ob_base = {
   78502             :             .ob_refcnt = 999999999,
   78503             :             .ob_type = &PyCode_Type,
   78504             :         },
   78505             :         .ob_size = 149,
   78506             :     },
   78507             :     .co_consts = & _collections_abc_toplevel_consts_44_consts_3_consts._object.ob_base.ob_base,
   78508             :     .co_names = & _collections_abc_toplevel_consts_44_consts_3_names._object.ob_base.ob_base,
   78509             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   78510             :     .co_flags = 3,
   78511             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   78512             :     ._co_linearray_entry_size = 0,
   78513             :     .co_argcount = 3,
   78514             :     .co_posonlyargcount = 0,
   78515             :     .co_kwonlyargcount = 0,
   78516             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   78517             :     .co_stacksize = 5,
   78518             :     .co_firstlineno = 454,
   78519             :     .co_nlocalsplus = 6,
   78520             :     .co_nlocals = 5,
   78521             :     .co_nplaincellvars = 0,
   78522             :     .co_ncellvars = 0,
   78523             :     .co_nfreevars = 1,
   78524             :     .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_3_localsplusnames._object.ob_base.ob_base,
   78525             :     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_3_localspluskinds.ob_base.ob_base,
   78526             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   78527             :     .co_name = &_Py_ID(__new__),
   78528             :     .co_qualname = & _collections_abc_toplevel_consts_44_consts_3_qualname._ascii.ob_base,
   78529             :     .co_linetable = & _collections_abc_toplevel_consts_44_consts_3_linetable.ob_base.ob_base,
   78530             :     ._co_code = NULL,
   78531             :     ._co_linearray = NULL,
   78532             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x11\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x73\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x08\x67\x00\x7c\x03\xa2\x01\x7c\x04\x91\x01\x52\x00\x7d\x02\x6e\x1d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x03\x9b\x00\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   78533             :     ._co_firsttraceable = 1,
   78534             : };
   78535             : static
   78536             :     struct {
   78537             :         PyASCIIObject _ascii;
   78538             :         uint8_t _data[27];
   78539             :     }
   78540             : _collections_abc_toplevel_consts_44_consts_4_consts_3 = {
   78541             :     ._ascii = {
   78542             :         .ob_base = {
   78543             :             .ob_refcnt = 999999999,
   78544             :             .ob_type = &PyUnicode_Type,
   78545             :         },
   78546             :         .length = 26,
   78547             :         .hash = -1,
   78548             :         .state = {
   78549             :             .kind = 1,
   78550             :             .compact = 1,
   78551             :             .ascii = 1,
   78552             :         },
   78553             :     },
   78554             :     ._data = "collections.abc.Callable[[",
   78555             : };
   78556             : static
   78557             :     struct {
   78558             :         PyASCIIObject _ascii;
   78559             :         uint8_t _data[11];
   78560             :     }
   78561             : const_str__type_repr = {
   78562             :     ._ascii = {
   78563             :         .ob_base = {
   78564             :             .ob_refcnt = 999999999,
   78565             :             .ob_type = &PyUnicode_Type,
   78566             :         },
   78567             :         .length = 10,
   78568             :         .hash = -1,
   78569             :         .state = {
   78570             :             .kind = 1,
   78571             :             .compact = 1,
   78572             :             .ascii = 1,
   78573             :         },
   78574             :     },
   78575             :     ._data = "_type_repr",
   78576             : };
   78577             : static
   78578             :     struct {
   78579             :         PyGC_Head _gc_head;
   78580             :         struct {
   78581             :             PyObject_VAR_HEAD
   78582             :             PyObject *ob_item[1];
   78583             :         }_object;
   78584             :     }
   78585             : _collections_abc_toplevel_consts_44_consts_4_consts_5_names = {
   78586             :     ._object = {
   78587             :         .ob_base = {
   78588             :             .ob_base = {
   78589             :                 .ob_refcnt = 999999999,
   78590             :                 .ob_type = &PyTuple_Type,
   78591             :             },
   78592             :             .ob_size = 1,
   78593             :         },
   78594             :         .ob_item = {
   78595             :             & const_str__type_repr._ascii.ob_base,
   78596             :         },
   78597             :     },
   78598             : };
   78599             : static
   78600             :     struct {
   78601             :         PyASCIIObject _ascii;
   78602             :         uint8_t _data[51];
   78603             :     }
   78604             : _collections_abc_toplevel_consts_44_consts_4_consts_5_qualname = {
   78605             :     ._ascii = {
   78606             :         .ob_base = {
   78607             :             .ob_refcnt = 999999999,
   78608             :             .ob_type = &PyUnicode_Type,
   78609             :         },
   78610             :         .length = 50,
   78611             :         .hash = -1,
   78612             :         .state = {
   78613             :             .kind = 1,
   78614             :             .compact = 1,
   78615             :             .ascii = 1,
   78616             :         },
   78617             :     },
   78618             :     ._data = "_CallableGenericAlias.__repr__.<locals>.<listcomp>",
   78619             : };
   78620             : static
   78621             :     struct {
   78622             :         PyObject_VAR_HEAD
   78623             :         Py_hash_t ob_shash;
   78624             :         char ob_sval[29];
   78625             :     }
   78626             : _collections_abc_toplevel_consts_44_consts_4_consts_5_linetable = {
   78627             :     .ob_base = {
   78628             :         .ob_base = {
   78629             :             .ob_refcnt = 999999999,
   78630             :             .ob_type = &PyBytes_Type,
   78631             :         },
   78632             :         .ob_size = 28,
   78633             :     },
   78634             :     .ob_shash = -1,
   78635             :     .ob_sval = "\x80\x00\xd0\x1f\x4a\xd0\x1f\x4a\xd1\x1f\x4a\xb0\x21\xa5\x0a\xa8\x31\xa4\x0d\xd0\x1f\x4a\xd0\x1f\x4a\xd0\x1f\x4a",
   78636             : };
   78637             : static
   78638             :     struct {
   78639             :         PyASCIIObject _ascii;
   78640             :         uint8_t _data[2];
   78641             :     }
   78642             : const_str_a = {
   78643             :     ._ascii = {
   78644             :         .ob_base = {
   78645             :             .ob_refcnt = 999999999,
   78646             :             .ob_type = &PyUnicode_Type,
   78647             :         },
   78648             :         .length = 1,
   78649             :         .hash = -1,
   78650             :         .state = {
   78651             :             .kind = 1,
   78652             :             .compact = 1,
   78653             :             .ascii = 1,
   78654             :         },
   78655             :     },
   78656             :     ._data = "a",
   78657             : };
   78658             : static
   78659             :     struct {
   78660             :         PyGC_Head _gc_head;
   78661             :         struct {
   78662             :             PyObject_VAR_HEAD
   78663             :             PyObject *ob_item[2];
   78664             :         }_object;
   78665             :     }
   78666             : _collections_abc_toplevel_consts_44_consts_4_consts_5_localsplusnames = {
   78667             :     ._object = {
   78668             :         .ob_base = {
   78669             :             .ob_base = {
   78670             :                 .ob_refcnt = 999999999,
   78671             :                 .ob_type = &PyTuple_Type,
   78672             :             },
   78673             :             .ob_size = 2,
   78674             :         },
   78675             :         .ob_item = {
   78676             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   78677             :             & const_str_a._ascii.ob_base,
   78678             :         },
   78679             :     },
   78680             : };
   78681             : static
   78682             :     struct _PyCode_DEF(42)
   78683             : _collections_abc_toplevel_consts_44_consts_4_consts_5 = {
   78684             :     .ob_base = {
   78685             :         .ob_base = {
   78686             :             .ob_refcnt = 999999999,
   78687             :             .ob_type = &PyCode_Type,
   78688             :         },
   78689             :         .ob_size = 21,
   78690             :     },
   78691             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
   78692             :     .co_names = & _collections_abc_toplevel_consts_44_consts_4_consts_5_names._object.ob_base.ob_base,
   78693             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   78694             :     .co_flags = 19,
   78695             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   78696             :     ._co_linearray_entry_size = 0,
   78697             :     .co_argcount = 1,
   78698             :     .co_posonlyargcount = 0,
   78699             :     .co_kwonlyargcount = 0,
   78700             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   78701             :     .co_stacksize = 5,
   78702             :     .co_firstlineno = 470,
   78703             :     .co_nlocalsplus = 2,
   78704             :     .co_nlocals = 2,
   78705             :     .co_nplaincellvars = 0,
   78706             :     .co_ncellvars = 0,
   78707             :     .co_nfreevars = 0,
   78708             :     .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_4_consts_5_localsplusnames._object.ob_base.ob_base,
   78709             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   78710             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   78711             :     .co_name = &_Py_STR(anon_listcomp),
   78712             :     .co_qualname = & _collections_abc_toplevel_consts_44_consts_4_consts_5_qualname._ascii.ob_base,
   78713             :     .co_linetable = & _collections_abc_toplevel_consts_44_consts_4_consts_5_linetable.ob_base.ob_base,
   78714             :     ._co_code = NULL,
   78715             :     ._co_linearray = NULL,
   78716             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x0f\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x11\x53\x00",
   78717             :     ._co_firsttraceable = 0,
   78718             : };
   78719             : static
   78720             :     struct {
   78721             :         PyASCIIObject _ascii;
   78722             :         uint8_t _data[4];
   78723             :     }
   78724             : _collections_abc_toplevel_consts_44_consts_4_consts_7 = {
   78725             :     ._ascii = {
   78726             :         .ob_base = {
   78727             :             .ob_refcnt = 999999999,
   78728             :             .ob_type = &PyUnicode_Type,
   78729             :         },
   78730             :         .length = 3,
   78731             :         .hash = -1,
   78732             :         .state = {
   78733             :             .kind = 1,
   78734             :             .compact = 1,
   78735             :             .ascii = 1,
   78736             :         },
   78737             :     },
   78738             :     ._data = "], ",
   78739             : };
   78740             : static
   78741             :     struct {
   78742             :         PyASCIIObject _ascii;
   78743             :         uint8_t _data[2];
   78744             :     }
   78745             : _collections_abc_toplevel_consts_44_consts_4_consts_8 = {
   78746             :     ._ascii = {
   78747             :         .ob_base = {
   78748             :             .ob_refcnt = 999999999,
   78749             :             .ob_type = &PyUnicode_Type,
   78750             :         },
   78751             :         .length = 1,
   78752             :         .hash = -1,
   78753             :         .state = {
   78754             :             .kind = 1,
   78755             :             .compact = 1,
   78756             :             .ascii = 1,
   78757             :         },
   78758             :     },
   78759             :     ._data = "]",
   78760             : };
   78761             : static
   78762             :     struct {
   78763             :         PyGC_Head _gc_head;
   78764             :         struct {
   78765             :             PyObject_VAR_HEAD
   78766             :             PyObject *ob_item[9];
   78767             :         }_object;
   78768             :     }
   78769             : _collections_abc_toplevel_consts_44_consts_4_consts = {
   78770             :     ._object = {
   78771             :         .ob_base = {
   78772             :             .ob_base = {
   78773             :                 .ob_refcnt = 999999999,
   78774             :                 .ob_type = &PyTuple_Type,
   78775             :             },
   78776             :             .ob_size = 9,
   78777             :         },
   78778             :         .ob_item = {
   78779             :             Py_None,
   78780             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   78781             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   78782             :             & _collections_abc_toplevel_consts_44_consts_4_consts_3._ascii.ob_base,
   78783             :             &_Py_STR(comma_sep),
   78784             :             & _collections_abc_toplevel_consts_44_consts_4_consts_5.ob_base.ob_base,
   78785             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   78786             :             & _collections_abc_toplevel_consts_44_consts_4_consts_7._ascii.ob_base,
   78787             :             & _collections_abc_toplevel_consts_44_consts_4_consts_8._ascii.ob_base,
   78788             :         },
   78789             :     },
   78790             : };
   78791             : static
   78792             :     struct {
   78793             :         PyGC_Head _gc_head;
   78794             :         struct {
   78795             :             PyObject_VAR_HEAD
   78796             :             PyObject *ob_item[7];
   78797             :         }_object;
   78798             :     }
   78799             : _collections_abc_toplevel_consts_44_consts_4_names = {
   78800             :     ._object = {
   78801             :         .ob_base = {
   78802             :             .ob_base = {
   78803             :                 .ob_refcnt = 999999999,
   78804             :                 .ob_type = &PyTuple_Type,
   78805             :             },
   78806             :             .ob_size = 7,
   78807             :         },
   78808             :         .ob_item = {
   78809             :             &_Py_ID(len),
   78810             :             &_Py_ID(__args__),
   78811             :             & const_str__is_param_expr._ascii.ob_base,
   78812             :             & const_str_super._ascii.ob_base,
   78813             :             &_Py_ID(__repr__),
   78814             :             &_Py_ID(join),
   78815             :             & const_str__type_repr._ascii.ob_base,
   78816             :         },
   78817             :     },
   78818             : };
   78819             : static
   78820             :     struct {
   78821             :         PyASCIIObject _ascii;
   78822             :         uint8_t _data[31];
   78823             :     }
   78824             : _collections_abc_toplevel_consts_44_consts_4_qualname = {
   78825             :     ._ascii = {
   78826             :         .ob_base = {
   78827             :             .ob_refcnt = 999999999,
   78828             :             .ob_type = &PyUnicode_Type,
   78829             :         },
   78830             :         .length = 30,
   78831             :         .hash = -1,
   78832             :         .state = {
   78833             :             .kind = 1,
   78834             :             .compact = 1,
   78835             :             .ascii = 1,
   78836             :         },
   78837             :     },
   78838             :     ._data = "_CallableGenericAlias.__repr__",
   78839             : };
   78840             : static
   78841             :     struct {
   78842             :         PyObject_VAR_HEAD
   78843             :         Py_hash_t ob_shash;
   78844             :         char ob_sval[152];
   78845             :     }
   78846             : _collections_abc_toplevel_consts_44_consts_4_linetable = {
   78847             :     .ob_base = {
   78848             :         .ob_base = {
   78849             :             .ob_refcnt = 999999999,
   78850             :             .ob_type = &PyBytes_Type,
   78851             :         },
   78852             :         .ob_size = 151,
   78853             :     },
   78854             :     .ob_shash = -1,
   78855             :     .ob_sval = "\xf8\x80\x00\xdd\x0b\x0e\x88\x74\x8f\x7d\x89\x7d\xd4\x0b\x1d\xa0\x11\xd2\x0b\x22\xf0\x00\x01\x09\x26\xa5\x7e\xb0\x64\xb7\x6d\xb1\x6d\xc0\x41\xd4\x36\x46\xd4\x27\x47\xf0\x00\x01\x09\x26\xdd\x13\x18\x94\x37\xd7\x13\x23\xd1\x13\x23\xd4\x13\x25\xd0\x0c\x25\xf0\x02\x02\x11\x34\xd8\x15\x19\x97\x59\x91\x59\xd0\x1f\x4a\xd0\x1f\x4a\xb0\x74\xb7\x7d\xb1\x7d\xd0\x37\x49\xc0\x62\xd0\x37\x49\xd0\x1f\x4a\xd4\x1f\x4a\xd4\x15\x4b\xf0\x03\x02\x11\x34\xf0\x00\x02\x11\x34\xe5\x13\x1d\x98\x64\x9f\x6d\x99\x6d\xa8\x42\xd4\x1e\x2f\xd4\x13\x30\xf0\x05\x02\x11\x34\xf0\x00\x02\x11\x34\xf0\x00\x02\x11\x34\xf0\x00\x02\x09\x35",
   78856             : };
   78857             : static
   78858             :     struct {
   78859             :         PyGC_Head _gc_head;
   78860             :         struct {
   78861             :             PyObject_VAR_HEAD
   78862             :             PyObject *ob_item[2];
   78863             :         }_object;
   78864             :     }
   78865             : _collections_abc_toplevel_consts_44_consts_4_localsplusnames = {
   78866             :     ._object = {
   78867             :         .ob_base = {
   78868             :             .ob_base = {
   78869             :                 .ob_refcnt = 999999999,
   78870             :                 .ob_type = &PyTuple_Type,
   78871             :             },
   78872             :             .ob_size = 2,
   78873             :         },
   78874             :         .ob_item = {
   78875             :             & const_str_self._ascii.ob_base,
   78876             :             &_Py_ID(__class__),
   78877             :         },
   78878             :     },
   78879             : };
   78880             : static
   78881             :     struct {
   78882             :         PyObject_VAR_HEAD
   78883             :         Py_hash_t ob_shash;
   78884             :         char ob_sval[3];
   78885             :     }
   78886             : _collections_abc_toplevel_consts_44_consts_4_localspluskinds = {
   78887             :     .ob_base = {
   78888             :         .ob_base = {
   78889             :             .ob_refcnt = 999999999,
   78890             :             .ob_type = &PyBytes_Type,
   78891             :         },
   78892             :         .ob_size = 2,
   78893             :     },
   78894             :     .ob_shash = -1,
   78895             :     .ob_sval = "\x20\x80",
   78896             : };
   78897             : static
   78898             :     struct _PyCode_DEF(316)
   78899             : _collections_abc_toplevel_consts_44_consts_4 = {
   78900             :     .ob_base = {
   78901             :         .ob_base = {
   78902             :             .ob_refcnt = 999999999,
   78903             :             .ob_type = &PyCode_Type,
   78904             :         },
   78905             :         .ob_size = 158,
   78906             :     },
   78907             :     .co_consts = & _collections_abc_toplevel_consts_44_consts_4_consts._object.ob_base.ob_base,
   78908             :     .co_names = & _collections_abc_toplevel_consts_44_consts_4_names._object.ob_base.ob_base,
   78909             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   78910             :     .co_flags = 3,
   78911             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   78912             :     ._co_linearray_entry_size = 0,
   78913             :     .co_argcount = 1,
   78914             :     .co_posonlyargcount = 0,
   78915             :     .co_kwonlyargcount = 0,
   78916             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   78917             :     .co_stacksize = 7,
   78918             :     .co_firstlineno = 466,
   78919             :     .co_nlocalsplus = 2,
   78920             :     .co_nlocals = 1,
   78921             :     .co_nplaincellvars = 0,
   78922             :     .co_ncellvars = 0,
   78923             :     .co_nfreevars = 1,
   78924             :     .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_4_localsplusnames._object.ob_base.ob_base,
   78925             :     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
   78926             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   78927             :     .co_name = &_Py_ID(__repr__),
   78928             :     .co_qualname = & _collections_abc_toplevel_consts_44_consts_4_qualname._ascii.ob_base,
   78929             :     .co_linetable = & _collections_abc_toplevel_consts_44_consts_4_linetable.ob_base.ob_base,
   78930             :     ._co_code = NULL,
   78931             :     ._co_linearray = NULL,
   78932             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x38\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1b\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x03\x64\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x84\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x06\x1a\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x07\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x08\x9d\x05\x53\x00",
   78933             :     ._co_firsttraceable = 1,
   78934             : };
   78935             : static
   78936             :     struct {
   78937             :         PyGC_Head _gc_head;
   78938             :         struct {
   78939             :             PyObject_VAR_HEAD
   78940             :             PyObject *ob_item[4];
   78941             :         }_object;
   78942             :     }
   78943             : _collections_abc_toplevel_consts_44_consts_5_consts = {
   78944             :     ._object = {
   78945             :         .ob_base = {
   78946             :             .ob_base = {
   78947             :                 .ob_refcnt = 999999999,
   78948             :                 .ob_type = &PyTuple_Type,
   78949             :             },
   78950             :             .ob_size = 4,
   78951             :         },
   78952             :         .ob_item = {
   78953             :             Py_None,
   78954             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   78955             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   78956             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   78957             :         },
   78958             :     },
   78959             : };
   78960             : static
   78961             :     struct {
   78962             :         PyGC_Head _gc_head;
   78963             :         struct {
   78964             :             PyObject_VAR_HEAD
   78965             :             PyObject *ob_item[6];
   78966             :         }_object;
   78967             :     }
   78968             : _collections_abc_toplevel_consts_44_consts_5_names = {
   78969             :     ._object = {
   78970             :         .ob_base = {
   78971             :             .ob_base = {
   78972             :                 .ob_refcnt = 999999999,
   78973             :                 .ob_type = &PyTuple_Type,
   78974             :             },
   78975             :             .ob_size = 6,
   78976             :         },
   78977             :         .ob_item = {
   78978             :             &_Py_ID(__args__),
   78979             :             &_Py_ID(len),
   78980             :             & const_str__is_param_expr._ascii.ob_base,
   78981             :             & const_str_list._ascii.ob_base,
   78982             :             & const_str__CallableGenericAlias._ascii.ob_base,
   78983             :             & const_str_Callable._ascii.ob_base,
   78984             :         },
   78985             :     },
   78986             : };
   78987             : static
   78988             :     struct {
   78989             :         PyASCIIObject _ascii;
   78990             :         uint8_t _data[33];
   78991             :     }
   78992             : _collections_abc_toplevel_consts_44_consts_5_qualname = {
   78993             :     ._ascii = {
   78994             :         .ob_base = {
   78995             :             .ob_refcnt = 999999999,
   78996             :             .ob_type = &PyUnicode_Type,
   78997             :         },
   78998             :         .length = 32,
   78999             :         .hash = -1,
   79000             :         .state = {
   79001             :             .kind = 1,
   79002             :             .compact = 1,
   79003             :             .ascii = 1,
   79004             :         },
   79005             :     },
   79006             :     ._data = "_CallableGenericAlias.__reduce__",
   79007             : };
   79008             : static
   79009             :     struct {
   79010             :         PyObject_VAR_HEAD
   79011             :         Py_hash_t ob_shash;
   79012             :         char ob_sval[84];
   79013             :     }
   79014             : _collections_abc_toplevel_consts_44_consts_5_linetable = {
   79015             :     .ob_base = {
   79016             :         .ob_base = {
   79017             :             .ob_refcnt = 999999999,
   79018             :             .ob_type = &PyBytes_Type,
   79019             :         },
   79020             :         .ob_size = 83,
   79021             :     },
   79022             :     .ob_shash = -1,
   79023             :     .ob_sval = "\x80\x00\xd8\x0f\x13\x8f\x7d\x89\x7d\x88\x04\xdd\x10\x13\x90\x44\x94\x09\x98\x51\x92\x0e\xf0\x00\x01\x09\x2d\xa5\x3e\xb0\x24\xb0\x71\xb4\x27\xd4\x23\x3a\xf0\x00\x01\x09\x2d\xdd\x13\x17\x98\x04\x98\x09\x98\x62\x98\x09\x94\x3f\xa0\x44\xa8\x12\xa4\x48\xd0\x13\x2c\x88\x44\xdd\x0f\x24\xa5\x78\xb0\x14\xd0\x26\x36\xd0\x0f\x36\xd0\x08\x36",
   79024             : };
   79025             : static
   79026             :     struct _PyCode_DEF(178)
   79027             : _collections_abc_toplevel_consts_44_consts_5 = {
   79028             :     .ob_base = {
   79029             :         .ob_base = {
   79030             :             .ob_refcnt = 999999999,
   79031             :             .ob_type = &PyCode_Type,
   79032             :         },
   79033             :         .ob_size = 89,
   79034             :     },
   79035             :     .co_consts = & _collections_abc_toplevel_consts_44_consts_5_consts._object.ob_base.ob_base,
   79036             :     .co_names = & _collections_abc_toplevel_consts_44_consts_5_names._object.ob_base.ob_base,
   79037             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   79038             :     .co_flags = 3,
   79039             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   79040             :     ._co_linearray_entry_size = 0,
   79041             :     .co_argcount = 1,
   79042             :     .co_posonlyargcount = 0,
   79043             :     .co_kwonlyargcount = 0,
   79044             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   79045             :     .co_stacksize = 5,
   79046             :     .co_firstlineno = 473,
   79047             :     .co_nlocalsplus = 2,
   79048             :     .co_nlocals = 2,
   79049             :     .co_nplaincellvars = 0,
   79050             :     .co_ncellvars = 0,
   79051             :     .co_nfreevars = 0,
   79052             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
   79053             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   79054             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   79055             :     .co_name = &_Py_ID(__reduce__),
   79056             :     .co_qualname = & _collections_abc_toplevel_consts_44_consts_5_qualname._ascii.ob_base,
   79057             :     .co_linetable = & _collections_abc_toplevel_consts_44_consts_5_linetable.ob_base.ob_base,
   79058             :     ._co_code = NULL,
   79059             :     ._co_linearray = NULL,
   79060             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x13\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x18\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x00\x64\x03\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7d\x01\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x66\x02\x66\x02\x53\x00",
   79061             :     ._co_firsttraceable = 0,
   79062             : };
   79063             : static
   79064             :     struct {
   79065             :         PyGC_Head _gc_head;
   79066             :         struct {
   79067             :             PyObject_VAR_HEAD
   79068             :             PyObject *ob_item[4];
   79069             :         }_object;
   79070             :     }
   79071             : _collections_abc_toplevel_consts_44_consts_6_consts = {
   79072             :     ._object = {
   79073             :         .ob_base = {
   79074             :             .ob_base = {
   79075             :                 .ob_refcnt = 999999999,
   79076             :                 .ob_type = &PyTuple_Type,
   79077             :             },
   79078             :             .ob_size = 4,
   79079             :         },
   79080             :         .ob_item = {
   79081             :             Py_None,
   79082             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   79083             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   79084             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   79085             :         },
   79086             :     },
   79087             : };
   79088             : static
   79089             :     struct {
   79090             :         PyGC_Head _gc_head;
   79091             :         struct {
   79092             :             PyObject_VAR_HEAD
   79093             :             PyObject *ob_item[11];
   79094             :         }_object;
   79095             :     }
   79096             : _collections_abc_toplevel_consts_44_consts_6_names = {
   79097             :     ._object = {
   79098             :         .ob_base = {
   79099             :             .ob_base = {
   79100             :                 .ob_refcnt = 999999999,
   79101             :                 .ob_type = &PyTuple_Type,
   79102             :             },
   79103             :             .ob_size = 11,
   79104             :         },
   79105             :         .ob_item = {
   79106             :             &_Py_ID(isinstance),
   79107             :             & const_str_tuple._ascii.ob_base,
   79108             :             &_Py_ID(len),
   79109             :             &_Py_ID(__parameters__),
   79110             :             & const_str__is_param_expr._ascii.ob_base,
   79111             :             & const_str_super._ascii.ob_base,
   79112             :             &_Py_ID(__getitem__),
   79113             :             &_Py_ID(__args__),
   79114             :             & const_str_list._ascii.ob_base,
   79115             :             & const_str__CallableGenericAlias._ascii.ob_base,
   79116             :             & const_str_Callable._ascii.ob_base,
   79117             :         },
   79118             :     },
   79119             : };
   79120             : static
   79121             :     struct {
   79122             :         PyASCIIObject _ascii;
   79123             :         uint8_t _data[34];
   79124             :     }
   79125             : _collections_abc_toplevel_consts_44_consts_6_qualname = {
   79126             :     ._ascii = {
   79127             :         .ob_base = {
   79128             :             .ob_refcnt = 999999999,
   79129             :             .ob_type = &PyUnicode_Type,
   79130             :         },
   79131             :         .length = 33,
   79132             :         .hash = -1,
   79133             :         .state = {
   79134             :             .kind = 1,
   79135             :             .compact = 1,
   79136             :             .ascii = 1,
   79137             :         },
   79138             :     },
   79139             :     ._data = "_CallableGenericAlias.__getitem__",
   79140             : };
   79141             : static
   79142             :     struct {
   79143             :         PyObject_VAR_HEAD
   79144             :         Py_hash_t ob_shash;
   79145             :         char ob_sval[208];
   79146             :     }
   79147             : _collections_abc_toplevel_consts_44_consts_6_linetable = {
   79148             :     .ob_base = {
   79149             :         .ob_base = {
   79150             :             .ob_refcnt = 999999999,
   79151             :             .ob_type = &PyBytes_Type,
   79152             :         },
   79153             :         .ob_size = 207,
   79154             :     },
   79155             :     .ob_shash = -1,
   79156             :     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x10\x1a\x98\x24\xa5\x05\xd4\x0f\x26\xf0\x00\x01\x09\x1b\xd8\x14\x18\x90\x37\x88\x44\xf5\x06\x00\x0d\x10\x90\x04\xd7\x10\x23\xd1\x10\x23\xd4\x0c\x24\xa8\x01\xd2\x0c\x29\xf0\x00\x03\x09\x1b\xdd\x14\x22\xa0\x34\xd7\x23\x36\xd1\x23\x36\xb0\x71\xd4\x23\x39\xd4\x14\x3a\xf0\x03\x03\x09\x1b\xe0\x14\x18\xf0\x05\x03\x09\x1b\xe5\x21\x2f\xb0\x04\xb0\x51\xb4\x07\xd4\x21\x38\xf0\x05\x03\x09\x1b\xf0\x06\x00\x15\x19\x90\x37\x88\x44\xe5\x13\x18\x94\x37\xd7\x13\x26\xd1\x13\x26\xa0\x74\xd4\x13\x2c\xd7\x13\x35\xd1\x13\x35\x88\x08\xf5\x06\x00\x10\x1a\x98\x28\xa0\x31\x9c\x2b\xad\x05\xad\x74\xa0\x7d\xd4\x0f\x35\xf0\x00\x03\x09\x2a\xd8\x17\x1f\xa0\x02\x94\x7c\x88\x48\xd8\x15\x1d\x90\x5d\x98\x72\x90\x5d\x88\x46\xd8\x18\x1e\xa0\x08\xd0\x17\x29\x88\x48\xdd\x0f\x24\xa5\x58\xad\x75\xb0\x58\xac\x7f\xd4\x0f\x3f\xd0\x08\x3f",
   79157             : };
   79158             : static
   79159             :     struct {
   79160             :         PyASCIIObject _ascii;
   79161             :         uint8_t _data[9];
   79162             :     }
   79163             : const_str_new_args = {
   79164             :     ._ascii = {
   79165             :         .ob_base = {
   79166             :             .ob_refcnt = 999999999,
   79167             :             .ob_type = &PyUnicode_Type,
   79168             :         },
   79169             :         .length = 8,
   79170             :         .hash = -1,
   79171             :         .state = {
   79172             :             .kind = 1,
   79173             :             .compact = 1,
   79174             :             .ascii = 1,
   79175             :         },
   79176             :     },
   79177             :     ._data = "new_args",
   79178             : };
   79179             : static
   79180             :     struct {
   79181             :         PyGC_Head _gc_head;
   79182             :         struct {
   79183             :             PyObject_VAR_HEAD
   79184             :             PyObject *ob_item[6];
   79185             :         }_object;
   79186             :     }
   79187             : _collections_abc_toplevel_consts_44_consts_6_localsplusnames = {
   79188             :     ._object = {
   79189             :         .ob_base = {
   79190             :             .ob_base = {
   79191             :                 .ob_refcnt = 999999999,
   79192             :                 .ob_type = &PyTuple_Type,
   79193             :             },
   79194             :             .ob_size = 6,
   79195             :         },
   79196             :         .ob_item = {
   79197             :             & const_str_self._ascii.ob_base,
   79198             :             & const_str_item._ascii.ob_base,
   79199             :             & const_str_new_args._ascii.ob_base,
   79200             :             & const_str_t_result._ascii.ob_base,
   79201             :             & const_str_t_args._ascii.ob_base,
   79202             :             &_Py_ID(__class__),
   79203             :         },
   79204             :     },
   79205             : };
   79206             : static
   79207             :     struct _PyCode_DEF(442)
   79208             : _collections_abc_toplevel_consts_44_consts_6 = {
   79209             :     .ob_base = {
   79210             :         .ob_base = {
   79211             :             .ob_refcnt = 999999999,
   79212             :             .ob_type = &PyCode_Type,
   79213             :         },
   79214             :         .ob_size = 221,
   79215             :     },
   79216             :     .co_consts = & _collections_abc_toplevel_consts_44_consts_6_consts._object.ob_base.ob_base,
   79217             :     .co_names = & _collections_abc_toplevel_consts_44_consts_6_names._object.ob_base.ob_base,
   79218             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   79219             :     .co_flags = 3,
   79220             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   79221             :     ._co_linearray_entry_size = 0,
   79222             :     .co_argcount = 2,
   79223             :     .co_posonlyargcount = 0,
   79224             :     .co_kwonlyargcount = 0,
   79225             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   79226             :     .co_stacksize = 6,
   79227             :     .co_firstlineno = 479,
   79228             :     .co_nlocalsplus = 6,
   79229             :     .co_nlocals = 5,
   79230             :     .co_nplaincellvars = 0,
   79231             :     .co_ncellvars = 0,
   79232             :     .co_nfreevars = 1,
   79233             :     .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_6_localsplusnames._object.ob_base.ob_base,
   79234             :     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_3_localspluskinds.ob_base.ob_base,
   79235             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   79236             :     .co_name = &_Py_ID(__getitem__),
   79237             :     .co_qualname = & _collections_abc_toplevel_consts_44_consts_6_qualname._ascii.ob_base,
   79238             :     .co_linetable = & _collections_abc_toplevel_consts_44_consts_6_linetable.ob_base.ob_base,
   79239             :     ._co_code = NULL,
   79240             :     ._co_linearray = NULL,
   79241             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x03\x7c\x01\x66\x01\x7d\x01\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x35\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x18\x7c\x01\x72\x16\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x03\x7c\x01\x66\x01\x7d\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x11\x7c\x02\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x64\x00\x64\x03\x1a\x00\x7d\x04\x7c\x04\x7c\x03\x66\x02\x7d\x02\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   79242             :     ._co_firsttraceable = 1,
   79243             : };
   79244             : static
   79245             :     struct {
   79246             :         PyGC_Head _gc_head;
   79247             :         struct {
   79248             :             PyObject_VAR_HEAD
   79249             :             PyObject *ob_item[7];
   79250             :         }_object;
   79251             :     }
   79252             : _collections_abc_toplevel_consts_44_consts = {
   79253             :     ._object = {
   79254             :         .ob_base = {
   79255             :             .ob_base = {
   79256             :                 .ob_refcnt = 999999999,
   79257             :                 .ob_type = &PyTuple_Type,
   79258             :             },
   79259             :             .ob_size = 7,
   79260             :         },
   79261             :         .ob_item = {
   79262             :             & const_str__CallableGenericAlias._ascii.ob_base,
   79263             :             & _collections_abc_toplevel_consts_44_consts_1._ascii.ob_base,
   79264             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   79265             :             & _collections_abc_toplevel_consts_44_consts_3.ob_base.ob_base,
   79266             :             & _collections_abc_toplevel_consts_44_consts_4.ob_base.ob_base,
   79267             :             & _collections_abc_toplevel_consts_44_consts_5.ob_base.ob_base,
   79268             :             & _collections_abc_toplevel_consts_44_consts_6.ob_base.ob_base,
   79269             :         },
   79270             :     },
   79271             : };
   79272             : static
   79273             :     struct {
   79274             :         PyGC_Head _gc_head;
   79275             :         struct {
   79276             :             PyObject_VAR_HEAD
   79277             :             PyObject *ob_item[10];
   79278             :         }_object;
   79279             :     }
   79280             : _collections_abc_toplevel_consts_44_names = {
   79281             :     ._object = {
   79282             :         .ob_base = {
   79283             :             .ob_base = {
   79284             :                 .ob_refcnt = 999999999,
   79285             :                 .ob_type = &PyTuple_Type,
   79286             :             },
   79287             :             .ob_size = 10,
   79288             :         },
   79289             :         .ob_item = {
   79290             :             &_Py_ID(__name__),
   79291             :             &_Py_ID(__module__),
   79292             :             &_Py_ID(__qualname__),
   79293             :             &_Py_ID(__doc__),
   79294             :             &_Py_ID(__slots__),
   79295             :             &_Py_ID(__new__),
   79296             :             &_Py_ID(__repr__),
   79297             :             &_Py_ID(__reduce__),
   79298             :             &_Py_ID(__getitem__),
   79299             :             &_Py_ID(__classcell__),
   79300             :         },
   79301             :     },
   79302             : };
   79303             : static
   79304             :     struct {
   79305             :         PyObject_VAR_HEAD
   79306             :         Py_hash_t ob_shash;
   79307             :         char ob_sval[148];
   79308             :     }
   79309             : _collections_abc_toplevel_consts_44_linetable = {
   79310             :     .ob_base = {
   79311             :         .ob_base = {
   79312             :             .ob_refcnt = 999999999,
   79313             :             .ob_type = &PyBytes_Type,
   79314             :         },
   79315             :         .ob_size = 147,
   79316             :     },
   79317             :     .ob_shash = -1,
   79318             :     .ob_sval = "\xf8\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x07\x05\x08\xf0\x00\x07\x05\x08\xf0\x12\x00\x11\x13\x80\x49\xf0\x04\x0a\x05\x32\xf0\x00\x0a\x05\x32\xf0\x00\x0a\x05\x32\xf0\x00\x0a\x05\x32\xf0\x00\x0a\x05\x32\xf0\x18\x05\x05\x35\xf0\x00\x05\x05\x35\xf0\x00\x05\x05\x35\xf0\x00\x05\x05\x35\xf0\x00\x05\x05\x35\xf0\x0e\x04\x05\x37\xf0\x00\x04\x05\x37\xf0\x00\x04\x05\x37\xf0\x0c\x16\x05\x40\x01\xf0\x00\x16\x05\x40\x01\xf0\x00\x16\x05\x40\x01\xf0\x00\x16\x05\x40\x01\xf0\x00\x16\x05\x40\x01\xf0\x00\x16\x05\x40\x01\xf0\x00\x16\x05\x40\x01\xf0\x00\x16\x05\x40\x01\xf0\x00\x16\x05\x40\x01",
   79319             : };
   79320             : static
   79321             :     struct _PyCode_DEF(64)
   79322             : _collections_abc_toplevel_consts_44 = {
   79323             :     .ob_base = {
   79324             :         .ob_base = {
   79325             :             .ob_refcnt = 999999999,
   79326             :             .ob_type = &PyCode_Type,
   79327             :         },
   79328             :         .ob_size = 32,
   79329             :     },
   79330             :     .co_consts = & _collections_abc_toplevel_consts_44_consts._object.ob_base.ob_base,
   79331             :     .co_names = & _collections_abc_toplevel_consts_44_names._object.ob_base.ob_base,
   79332             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   79333             :     .co_flags = 0,
   79334             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   79335             :     ._co_linearray_entry_size = 0,
   79336             :     .co_argcount = 0,
   79337             :     .co_posonlyargcount = 0,
   79338             :     .co_kwonlyargcount = 0,
   79339             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   79340             :     .co_stacksize = 2,
   79341             :     .co_firstlineno = 442,
   79342             :     .co_nlocalsplus = 1,
   79343             :     .co_nlocals = 0,
   79344             :     .co_nplaincellvars = 1,
   79345             :     .co_ncellvars = 1,
   79346             :     .co_nfreevars = 0,
   79347             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
   79348             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
   79349             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   79350             :     .co_name = & const_str__CallableGenericAlias._ascii.ob_base,
   79351             :     .co_qualname = & const_str__CallableGenericAlias._ascii.ob_base,
   79352             :     .co_linetable = & _collections_abc_toplevel_consts_44_linetable.ob_base.ob_base,
   79353             :     ._co_code = NULL,
   79354             :     ._co_linearray = NULL,
   79355             :     .co_code_adaptive = "\x87\x00\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x88\x00\x66\x01\x64\x03\x84\x08\x5a\x05\x88\x00\x66\x01\x64\x04\x84\x08\x5a\x06\x64\x05\x84\x00\x5a\x07\x88\x00\x66\x01\x64\x06\x84\x08\x5a\x08\x88\x00\x78\x01\x5a\x09\x53\x00",
   79356             :     ._co_firsttraceable = 1,
   79357             : };
   79358             : static
   79359             :     struct {
   79360             :         PyASCIIObject _ascii;
   79361             :         uint8_t _data[125];
   79362             :     }
   79363             : _collections_abc_toplevel_consts_46_consts_0 = {
   79364             :     ._ascii = {
   79365             :         .ob_base = {
   79366             :             .ob_refcnt = 999999999,
   79367             :             .ob_type = &PyUnicode_Type,
   79368             :         },
   79369             :         .length = 124,
   79370             :         .hash = -1,
   79371             :         .state = {
   79372             :             .kind = 1,
   79373             :             .compact = 1,
   79374             :             .ascii = 1,
   79375             :         },
   79376             :     },
   79377             :     ._data = "\x43\x68\x65\x63\x6b\x73\x20\x69\x66\x20\x6f\x62\x6a\x20\x6d\x61\x74\x63\x68\x65\x73\x20\x65\x69\x74\x68\x65\x72\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x74\x79\x70\x65\x73\x2c\x20\x60\x60\x2e\x2e\x2e\x60\x60\x2c\x20\x60\x60\x50\x61\x72\x61\x6d\x53\x70\x65\x63\x60\x60\x20\x6f\x72\x0a\x20\x20\x20\x20\x60\x60\x5f\x43\x6f\x6e\x63\x61\x74\x65\x6e\x61\x74\x65\x47\x65\x6e\x65\x72\x69\x63\x41\x6c\x69\x61\x73\x60\x60\x20\x66\x72\x6f\x6d\x20\x74\x79\x70\x69\x6e\x67\x2e\x70\x79\x0a\x20\x20\x20\x20",
   79378             : };
   79379             : static
   79380             :     struct {
   79381             :         PyASCIIObject _ascii;
   79382             :         uint8_t _data[10];
   79383             :     }
   79384             : const_str_ParamSpec = {
   79385             :     ._ascii = {
   79386             :         .ob_base = {
   79387             :             .ob_refcnt = 999999999,
   79388             :             .ob_type = &PyUnicode_Type,
   79389             :         },
   79390             :         .length = 9,
   79391             :         .hash = -1,
   79392             :         .state = {
   79393             :             .kind = 1,
   79394             :             .compact = 1,
   79395             :             .ascii = 1,
   79396             :         },
   79397             :     },
   79398             :     ._data = "ParamSpec",
   79399             : };
   79400             : static
   79401             :     struct {
   79402             :         PyASCIIObject _ascii;
   79403             :         uint8_t _data[25];
   79404             :     }
   79405             : const_str__ConcatenateGenericAlias = {
   79406             :     ._ascii = {
   79407             :         .ob_base = {
   79408             :             .ob_refcnt = 999999999,
   79409             :             .ob_type = &PyUnicode_Type,
   79410             :         },
   79411             :         .length = 24,
   79412             :         .hash = -1,
   79413             :         .state = {
   79414             :             .kind = 1,
   79415             :             .compact = 1,
   79416             :             .ascii = 1,
   79417             :         },
   79418             :     },
   79419             :     ._data = "_ConcatenateGenericAlias",
   79420             : };
   79421             : static
   79422             :     struct {
   79423             :         PyGC_Head _gc_head;
   79424             :         struct {
   79425             :             PyObject_VAR_HEAD
   79426             :             PyObject *ob_item[2];
   79427             :         }_object;
   79428             :     }
   79429             : _collections_abc_toplevel_consts_46_consts_2 = {
   79430             :     ._object = {
   79431             :         .ob_base = {
   79432             :             .ob_base = {
   79433             :                 .ob_refcnt = 999999999,
   79434             :                 .ob_type = &PyTuple_Type,
   79435             :             },
   79436             :             .ob_size = 2,
   79437             :         },
   79438             :         .ob_item = {
   79439             :             & const_str_ParamSpec._ascii.ob_base,
   79440             :             & const_str__ConcatenateGenericAlias._ascii.ob_base,
   79441             :         },
   79442             :     },
   79443             : };
   79444             : static
   79445             :     struct {
   79446             :         PyASCIIObject _ascii;
   79447             :         uint8_t _data[7];
   79448             :     }
   79449             : const_str_typing = {
   79450             :     ._ascii = {
   79451             :         .ob_base = {
   79452             :             .ob_refcnt = 999999999,
   79453             :             .ob_type = &PyUnicode_Type,
   79454             :         },
   79455             :         .length = 6,
   79456             :         .hash = -1,
   79457             :         .state = {
   79458             :             .kind = 1,
   79459             :             .compact = 1,
   79460             :             .ascii = 1,
   79461             :         },
   79462             :     },
   79463             :     ._data = "typing",
   79464             : };
   79465             : static
   79466             :     struct {
   79467             :         PyGC_Head _gc_head;
   79468             :         struct {
   79469             :             PyObject_VAR_HEAD
   79470             :             PyObject *ob_item[1];
   79471             :         }_object;
   79472             :     }
   79473             : _collections_abc_toplevel_consts_46_consts_4_names = {
   79474             :     ._object = {
   79475             :         .ob_base = {
   79476             :             .ob_base = {
   79477             :                 .ob_refcnt = 999999999,
   79478             :                 .ob_type = &PyTuple_Type,
   79479             :             },
   79480             :             .ob_size = 1,
   79481             :         },
   79482             :         .ob_item = {
   79483             :             &_Py_ID(__name__),
   79484             :         },
   79485             :     },
   79486             : };
   79487             : static
   79488             :     struct {
   79489             :         PyASCIIObject _ascii;
   79490             :         uint8_t _data[34];
   79491             :     }
   79492             : _collections_abc_toplevel_consts_46_consts_4_qualname = {
   79493             :     ._ascii = {
   79494             :         .ob_base = {
   79495             :             .ob_refcnt = 999999999,
   79496             :             .ob_type = &PyUnicode_Type,
   79497             :         },
   79498             :         .length = 33,
   79499             :         .hash = -1,
   79500             :         .state = {
   79501             :             .kind = 1,
   79502             :             .compact = 1,
   79503             :             .ascii = 1,
   79504             :         },
   79505             :     },
   79506             :     ._data = "_is_param_expr.<locals>.<genexpr>",
   79507             : };
   79508             : static
   79509             :     struct {
   79510             :         PyObject_VAR_HEAD
   79511             :         Py_hash_t ob_shash;
   79512             :         char ob_sval[45];
   79513             :     }
   79514             : _collections_abc_toplevel_consts_46_consts_4_linetable = {
   79515             :     .ob_base = {
   79516             :         .ob_base = {
   79517             :             .ob_refcnt = 999999999,
   79518             :             .ob_type = &PyBytes_Type,
   79519             :         },
   79520             :         .ob_size = 44,
   79521             :     },
   79522             :     .ob_shash = -1,
   79523             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x2d\x55\xd1\x2d\x55\xc0\x74\xa8\x63\xaf\x6c\xa9\x6c\xb8\x64\xd2\x2e\x42\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55",
   79524             : };
   79525             : static
   79526             :     struct {
   79527             :         PyGC_Head _gc_head;
   79528             :         struct {
   79529             :             PyObject_VAR_HEAD
   79530             :             PyObject *ob_item[3];
   79531             :         }_object;
   79532             :     }
   79533             : _collections_abc_toplevel_consts_46_consts_4_localsplusnames = {
   79534             :     ._object = {
   79535             :         .ob_base = {
   79536             :             .ob_base = {
   79537             :                 .ob_refcnt = 999999999,
   79538             :                 .ob_type = &PyTuple_Type,
   79539             :             },
   79540             :             .ob_size = 3,
   79541             :         },
   79542             :         .ob_item = {
   79543             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   79544             :             &_Py_ID(name),
   79545             :             &_Py_ID(obj),
   79546             :         },
   79547             :     },
   79548             : };
   79549             : static
   79550             :     struct _PyCode_DEF(58)
   79551             : _collections_abc_toplevel_consts_46_consts_4 = {
   79552             :     .ob_base = {
   79553             :         .ob_base = {
   79554             :             .ob_refcnt = 999999999,
   79555             :             .ob_type = &PyCode_Type,
   79556             :         },
   79557             :         .ob_size = 29,
   79558             :     },
   79559             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   79560             :     .co_names = & _collections_abc_toplevel_consts_46_consts_4_names._object.ob_base.ob_base,
   79561             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   79562             :     .co_flags = 51,
   79563             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   79564             :     ._co_linearray_entry_size = 0,
   79565             :     .co_argcount = 1,
   79566             :     .co_posonlyargcount = 0,
   79567             :     .co_kwonlyargcount = 0,
   79568             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   79569             :     .co_stacksize = 3,
   79570             :     .co_firstlineno = 513,
   79571             :     .co_nlocalsplus = 3,
   79572             :     .co_nlocals = 2,
   79573             :     .co_nplaincellvars = 0,
   79574             :     .co_ncellvars = 0,
   79575             :     .co_nfreevars = 1,
   79576             :     .co_localsplusnames = & _collections_abc_toplevel_consts_46_consts_4_localsplusnames._object.ob_base.ob_base,
   79577             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   79578             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   79579             :     .co_name = &_Py_STR(anon_genexpr),
   79580             :     .co_qualname = & _collections_abc_toplevel_consts_46_consts_4_qualname._ascii.ob_base,
   79581             :     .co_linetable = & _collections_abc_toplevel_consts_46_consts_4_linetable.ob_base.ob_base,
   79582             :     ._co_code = NULL,
   79583             :     ._co_linearray = NULL,
   79584             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x14\x00\x00\x7d\x01\x89\x02\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x16\x64\x00\x53\x00",
   79585             :     ._co_firsttraceable = 3,
   79586             : };
   79587             : static
   79588             :     struct {
   79589             :         PyGC_Head _gc_head;
   79590             :         struct {
   79591             :             PyObject_VAR_HEAD
   79592             :             PyObject *ob_item[5];
   79593             :         }_object;
   79594             :     }
   79595             : _collections_abc_toplevel_consts_46_consts = {
   79596             :     ._object = {
   79597             :         .ob_base = {
   79598             :             .ob_base = {
   79599             :                 .ob_refcnt = 999999999,
   79600             :                 .ob_type = &PyTuple_Type,
   79601             :             },
   79602             :             .ob_size = 5,
   79603             :         },
   79604             :         .ob_item = {
   79605             :             & _collections_abc_toplevel_consts_46_consts_0._ascii.ob_base,
   79606             :             Py_True,
   79607             :             & _collections_abc_toplevel_consts_46_consts_2._object.ob_base.ob_base,
   79608             :             & const_str_typing._ascii.ob_base,
   79609             :             & _collections_abc_toplevel_consts_46_consts_4.ob_base.ob_base,
   79610             :         },
   79611             :     },
   79612             : };
   79613             : static
   79614             :     struct {
   79615             :         PyASCIIObject _ascii;
   79616             :         uint8_t _data[9];
   79617             :     }
   79618             : const_str_Ellipsis = {
   79619             :     ._ascii = {
   79620             :         .ob_base = {
   79621             :             .ob_refcnt = 999999999,
   79622             :             .ob_type = &PyUnicode_Type,
   79623             :         },
   79624             :         .length = 8,
   79625             :         .hash = -1,
   79626             :         .state = {
   79627             :             .kind = 1,
   79628             :             .compact = 1,
   79629             :             .ascii = 1,
   79630             :         },
   79631             :     },
   79632             :     ._data = "Ellipsis",
   79633             : };
   79634             : static
   79635             :     struct {
   79636             :         PyGC_Head _gc_head;
   79637             :         struct {
   79638             :             PyObject_VAR_HEAD
   79639             :             PyObject *ob_item[6];
   79640             :         }_object;
   79641             :     }
   79642             : _collections_abc_toplevel_consts_46_names = {
   79643             :     ._object = {
   79644             :         .ob_base = {
   79645             :             .ob_base = {
   79646             :                 .ob_refcnt = 999999999,
   79647             :                 .ob_type = &PyTuple_Type,
   79648             :             },
   79649             :             .ob_size = 6,
   79650             :         },
   79651             :         .ob_item = {
   79652             :             & const_str_Ellipsis._ascii.ob_base,
   79653             :             &_Py_ID(isinstance),
   79654             :             & const_str_list._ascii.ob_base,
   79655             :             & const_str_type._ascii.ob_base,
   79656             :             &_Py_ID(__module__),
   79657             :             & const_str_any._ascii.ob_base,
   79658             :         },
   79659             :     },
   79660             : };
   79661             : static
   79662             :     struct {
   79663             :         PyObject_VAR_HEAD
   79664             :         Py_hash_t ob_shash;
   79665             :         char ob_sval[100];
   79666             :     }
   79667             : _collections_abc_toplevel_consts_46_linetable = {
   79668             :     .ob_base = {
   79669             :         .ob_base = {
   79670             :             .ob_refcnt = 999999999,
   79671             :             .ob_type = &PyBytes_Type,
   79672             :         },
   79673             :         .ob_size = 99,
   79674             :     },
   79675             :     .ob_shash = -1,
   79676             :     .ob_sval = "\xf8\x80\x00\xf0\x08\x00\x08\x0b\x8d\x68\x80\x7f\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xdd\x07\x11\x90\x23\x95\x74\xd4\x07\x1c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xdd\x0a\x0e\x88\x73\x8c\x29\x80\x43\xd8\x0c\x35\x80\x45\xd8\x0b\x0e\x8f\x3e\x89\x3e\x98\x58\xd2\x0b\x25\xd0\x0b\x55\xad\x23\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xc8\x75\xd0\x2d\x55\xd4\x2d\x55\xd4\x2a\x55\xd0\x04\x55",
   79677             : };
   79678             : static
   79679             :     struct {
   79680             :         PyASCIIObject _ascii;
   79681             :         uint8_t _data[6];
   79682             :     }
   79683             : const_str_names = {
   79684             :     ._ascii = {
   79685             :         .ob_base = {
   79686             :             .ob_refcnt = 999999999,
   79687             :             .ob_type = &PyUnicode_Type,
   79688             :         },
   79689             :         .length = 5,
   79690             :         .hash = -1,
   79691             :         .state = {
   79692             :             .kind = 1,
   79693             :             .compact = 1,
   79694             :             .ascii = 1,
   79695             :         },
   79696             :     },
   79697             :     ._data = "names",
   79698             : };
   79699             : static
   79700             :     struct {
   79701             :         PyGC_Head _gc_head;
   79702             :         struct {
   79703             :             PyObject_VAR_HEAD
   79704             :             PyObject *ob_item[2];
   79705             :         }_object;
   79706             :     }
   79707             : _collections_abc_toplevel_consts_46_localsplusnames = {
   79708             :     ._object = {
   79709             :         .ob_base = {
   79710             :             .ob_base = {
   79711             :                 .ob_refcnt = 999999999,
   79712             :                 .ob_type = &PyTuple_Type,
   79713             :             },
   79714             :             .ob_size = 2,
   79715             :         },
   79716             :         .ob_item = {
   79717             :             &_Py_ID(obj),
   79718             :             & const_str_names._ascii.ob_base,
   79719             :         },
   79720             :     },
   79721             : };
   79722             : static
   79723             :     struct _PyCode_DEF(176)
   79724             : _collections_abc_toplevel_consts_46 = {
   79725             :     .ob_base = {
   79726             :         .ob_base = {
   79727             :             .ob_refcnt = 999999999,
   79728             :             .ob_type = &PyCode_Type,
   79729             :         },
   79730             :         .ob_size = 88,
   79731             :     },
   79732             :     .co_consts = & _collections_abc_toplevel_consts_46_consts._object.ob_base.ob_base,
   79733             :     .co_names = & _collections_abc_toplevel_consts_46_names._object.ob_base.ob_base,
   79734             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   79735             :     .co_flags = 3,
   79736             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   79737             :     ._co_linearray_entry_size = 0,
   79738             :     .co_argcount = 1,
   79739             :     .co_posonlyargcount = 0,
   79740             :     .co_kwonlyargcount = 0,
   79741             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   79742             :     .co_stacksize = 4,
   79743             :     .co_firstlineno = 503,
   79744             :     .co_nlocalsplus = 2,
   79745             :     .co_nlocals = 2,
   79746             :     .co_nplaincellvars = 0,
   79747             :     .co_ncellvars = 1,
   79748             :     .co_nfreevars = 0,
   79749             :     .co_localsplusnames = & _collections_abc_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
   79750             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
   79751             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   79752             :     .co_name = & const_str__is_param_expr._ascii.ob_base,
   79753             :     .co_qualname = & const_str__is_param_expr._ascii.ob_base,
   79754             :     .co_linetable = & _collections_abc_toplevel_consts_46_linetable.ob_base.ob_base,
   79755             :     ._co_code = NULL,
   79756             :     ._co_linearray = NULL,
   79757             :     .co_code_adaptive = "\x87\x00\x97\x00\x89\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x02\x64\x01\x53\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x00\x64\x02\x7d\x01\x89\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x6f\x16\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x04\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   79758             :     ._co_firsttraceable = 1,
   79759             : };
   79760             : static
   79761             :     struct {
   79762             :         PyASCIIObject _ascii;
   79763             :         uint8_t _data[167];
   79764             :     }
   79765             : _collections_abc_toplevel_consts_47_consts_0 = {
   79766             :     ._ascii = {
   79767             :         .ob_base = {
   79768             :             .ob_refcnt = 999999999,
   79769             :             .ob_type = &PyUnicode_Type,
   79770             :         },
   79771             :         .length = 166,
   79772             :         .hash = -1,
   79773             :         .state = {
   79774             :             .kind = 1,
   79775             :             .compact = 1,
   79776             :             .ascii = 1,
   79777             :         },
   79778             :     },
   79779             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x72\x65\x70\x72\x28\x29\x20\x6f\x66\x20\x61\x6e\x20\x6f\x62\x6a\x65\x63\x74\x2c\x20\x73\x70\x65\x63\x69\x61\x6c\x2d\x63\x61\x73\x69\x6e\x67\x20\x74\x79\x70\x65\x73\x20\x28\x69\x6e\x74\x65\x72\x6e\x61\x6c\x20\x68\x65\x6c\x70\x65\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x43\x6f\x70\x69\x65\x64\x20\x66\x72\x6f\x6d\x20\x3a\x6d\x6f\x64\x3a\x60\x74\x79\x70\x69\x6e\x67\x60\x20\x73\x69\x6e\x63\x65\x20\x63\x6f\x6c\x6c\x65\x63\x74\x69\x6f\x6e\x73\x2e\x61\x62\x63\x0a\x20\x20\x20\x20\x73\x68\x6f\x75\x6c\x64\x6e\x27\x74\x20\x64\x65\x70\x65\x6e\x64\x20\x6f\x6e\x20\x74\x68\x61\x74\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x20\x20\x20\x20",
   79780             : };
   79781             : static
   79782             :     struct {
   79783             :         PyASCIIObject _ascii;
   79784             :         uint8_t _data[4];
   79785             :     }
   79786             : _collections_abc_toplevel_consts_47_consts_3 = {
   79787             :     ._ascii = {
   79788             :         .ob_base = {
   79789             :             .ob_refcnt = 999999999,
   79790             :             .ob_type = &PyUnicode_Type,
   79791             :         },
   79792             :         .length = 3,
   79793             :         .hash = -1,
   79794             :         .state = {
   79795             :             .kind = 1,
   79796             :             .compact = 1,
   79797             :             .ascii = 1,
   79798             :         },
   79799             :     },
   79800             :     ._data = "...",
   79801             : };
   79802             : static
   79803             :     struct {
   79804             :         PyGC_Head _gc_head;
   79805             :         struct {
   79806             :             PyObject_VAR_HEAD
   79807             :             PyObject *ob_item[4];
   79808             :         }_object;
   79809             :     }
   79810             : _collections_abc_toplevel_consts_47_consts = {
   79811             :     ._object = {
   79812             :         .ob_base = {
   79813             :             .ob_base = {
   79814             :                 .ob_refcnt = 999999999,
   79815             :                 .ob_type = &PyTuple_Type,
   79816             :             },
   79817             :             .ob_size = 4,
   79818             :         },
   79819             :         .ob_item = {
   79820             :             & _collections_abc_toplevel_consts_47_consts_0._ascii.ob_base,
   79821             :             &_Py_ID(builtins),
   79822             :             &_Py_STR(dot),
   79823             :             & _collections_abc_toplevel_consts_47_consts_3._ascii.ob_base,
   79824             :         },
   79825             :     },
   79826             : };
   79827             : static
   79828             :     struct {
   79829             :         PyASCIIObject _ascii;
   79830             :         uint8_t _data[5];
   79831             :     }
   79832             : const_str_repr = {
   79833             :     ._ascii = {
   79834             :         .ob_base = {
   79835             :             .ob_refcnt = 999999999,
   79836             :             .ob_type = &PyUnicode_Type,
   79837             :         },
   79838             :         .length = 4,
   79839             :         .hash = -1,
   79840             :         .state = {
   79841             :             .kind = 1,
   79842             :             .compact = 1,
   79843             :             .ascii = 1,
   79844             :         },
   79845             :     },
   79846             :     ._data = "repr",
   79847             : };
   79848             : static
   79849             :     struct {
   79850             :         PyASCIIObject _ascii;
   79851             :         uint8_t _data[13];
   79852             :     }
   79853             : const_str_FunctionType = {
   79854             :     ._ascii = {
   79855             :         .ob_base = {
   79856             :             .ob_refcnt = 999999999,
   79857             :             .ob_type = &PyUnicode_Type,
   79858             :         },
   79859             :         .length = 12,
   79860             :         .hash = -1,
   79861             :         .state = {
   79862             :             .kind = 1,
   79863             :             .compact = 1,
   79864             :             .ascii = 1,
   79865             :         },
   79866             :     },
   79867             :     ._data = "FunctionType",
   79868             : };
   79869             : static
   79870             :     struct {
   79871             :         PyGC_Head _gc_head;
   79872             :         struct {
   79873             :             PyObject_VAR_HEAD
   79874             :             PyObject *ob_item[9];
   79875             :         }_object;
   79876             :     }
   79877             : _collections_abc_toplevel_consts_47_names = {
   79878             :     ._object = {
   79879             :         .ob_base = {
   79880             :             .ob_base = {
   79881             :                 .ob_refcnt = 999999999,
   79882             :                 .ob_type = &PyTuple_Type,
   79883             :             },
   79884             :             .ob_size = 9,
   79885             :         },
   79886             :         .ob_item = {
   79887             :             &_Py_ID(isinstance),
   79888             :             & const_str_GenericAlias._ascii.ob_base,
   79889             :             & const_str_repr._ascii.ob_base,
   79890             :             & const_str_type._ascii.ob_base,
   79891             :             &_Py_ID(__module__),
   79892             :             &_Py_ID(__qualname__),
   79893             :             & const_str_Ellipsis._ascii.ob_base,
   79894             :             & const_str_FunctionType._ascii.ob_base,
   79895             :             &_Py_ID(__name__),
   79896             :         },
   79897             :     },
   79898             : };
   79899             : static
   79900             :     struct {
   79901             :         PyObject_VAR_HEAD
   79902             :         Py_hash_t ob_shash;
   79903             :         char ob_sval[156];
   79904             :     }
   79905             : _collections_abc_toplevel_consts_47_linetable = {
   79906             :     .ob_base = {
   79907             :         .ob_base = {
   79908             :             .ob_refcnt = 999999999,
   79909             :             .ob_type = &PyBytes_Type,
   79910             :         },
   79911             :         .ob_size = 155,
   79912             :     },
   79913             :     .ob_shash = -1,
   79914             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x08\x12\x90\x23\x95\x7c\xd4\x07\x24\xf0\x00\x01\x05\x19\xdd\x0f\x13\x90\x43\x8c\x79\xd0\x08\x18\xdd\x07\x11\x90\x23\x95\x74\xd4\x07\x1c\xf0\x00\x03\x05\x36\xd8\x0b\x0e\x8f\x3e\x89\x3e\x98\x5a\xd2\x0b\x27\xf0\x00\x01\x09\x24\xd8\x13\x16\xd7\x13\x23\xd1\x13\x23\xd0\x0c\x23\xd8\x12\x15\x97\x2e\x91\x2e\xd0\x0f\x35\xd0\x0f\x35\xa0\x33\xd7\x23\x33\xd1\x23\x33\xd0\x0f\x35\xd0\x0f\x35\xd0\x08\x35\xd8\x07\x0a\x8d\x68\x80\x7f\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\xdd\x07\x11\x90\x23\x95\x7c\xd4\x07\x24\xf0\x00\x01\x05\x1c\xd8\x0f\x12\x8f\x7c\x89\x7c\xd0\x08\x1b\xdd\x0b\x0f\x90\x03\x8c\x39\xd0\x04\x14",
   79915             : };
   79916             : static
   79917             :     struct _PyCode_DEF(324)
   79918             : _collections_abc_toplevel_consts_47 = {
   79919             :     .ob_base = {
   79920             :         .ob_base = {
   79921             :             .ob_refcnt = 999999999,
   79922             :             .ob_type = &PyCode_Type,
   79923             :         },
   79924             :         .ob_size = 162,
   79925             :     },
   79926             :     .co_consts = & _collections_abc_toplevel_consts_47_consts._object.ob_base.ob_base,
   79927             :     .co_names = & _collections_abc_toplevel_consts_47_names._object.ob_base.ob_base,
   79928             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   79929             :     .co_flags = 3,
   79930             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   79931             :     ._co_linearray_entry_size = 0,
   79932             :     .co_argcount = 1,
   79933             :     .co_posonlyargcount = 0,
   79934             :     .co_kwonlyargcount = 0,
   79935             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   79936             :     .co_stacksize = 4,
   79937             :     .co_firstlineno = 515,
   79938             :     .co_nlocalsplus = 1,
   79939             :     .co_nlocals = 1,
   79940             :     .co_nplaincellvars = 0,
   79941             :     .co_ncellvars = 0,
   79942             :     .co_nfreevars = 0,
   79943             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
   79944             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   79945             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   79946             :     .co_name = & const_str__type_repr._ascii.ob_base,
   79947             :     .co_qualname = & const_str__type_repr._ascii.ob_base,
   79948             :     .co_linetable = & _collections_abc_toplevel_consts_47_linetable.ob_base.ob_base,
   79949             :     ._co_code = NULL,
   79950             :     ._co_linearray = NULL,
   79951             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x37\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x0c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x03\x53\x00\x7c\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x02\x64\x03\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   79952             :     ._co_firsttraceable = 0,
   79953             : };
   79954             : static
   79955             :     struct {
   79956             :         PyASCIIObject _ascii;
   79957             :         uint8_t _data[18];
   79958             :     }
   79959             : _collections_abc_toplevel_consts_48_consts_2_qualname = {
   79960             :     ._ascii = {
   79961             :         .ob_base = {
   79962             :             .ob_refcnt = 999999999,
   79963             :             .ob_type = &PyUnicode_Type,
   79964             :         },
   79965             :         .length = 17,
   79966             :         .hash = -1,
   79967             :         .state = {
   79968             :             .kind = 1,
   79969             :             .compact = 1,
   79970             :             .ascii = 1,
   79971             :         },
   79972             :     },
   79973             :     ._data = "Callable.__call__",
   79974             : };
   79975             : static
   79976             :     struct {
   79977             :         PyGC_Head _gc_head;
   79978             :         struct {
   79979             :             PyObject_VAR_HEAD
   79980             :             PyObject *ob_item[3];
   79981             :         }_object;
   79982             :     }
   79983             : _collections_abc_toplevel_consts_48_consts_2_localsplusnames = {
   79984             :     ._object = {
   79985             :         .ob_base = {
   79986             :             .ob_base = {
   79987             :                 .ob_refcnt = 999999999,
   79988             :                 .ob_type = &PyTuple_Type,
   79989             :             },
   79990             :             .ob_size = 3,
   79991             :         },
   79992             :         .ob_item = {
   79993             :             & const_str_self._ascii.ob_base,
   79994             :             & const_str_args._ascii.ob_base,
   79995             :             & const_str_kwds._ascii.ob_base,
   79996             :         },
   79997             :     },
   79998             : };
   79999             : static
   80000             :     struct _PyCode_DEF(6)
   80001             : _collections_abc_toplevel_consts_48_consts_2 = {
   80002             :     .ob_base = {
   80003             :         .ob_base = {
   80004             :             .ob_refcnt = 999999999,
   80005             :             .ob_type = &PyCode_Type,
   80006             :         },
   80007             :         .ob_size = 3,
   80008             :     },
   80009             :     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
   80010             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   80011             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80012             :     .co_flags = 15,
   80013             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80014             :     ._co_linearray_entry_size = 0,
   80015             :     .co_argcount = 1,
   80016             :     .co_posonlyargcount = 0,
   80017             :     .co_kwonlyargcount = 0,
   80018             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   80019             :     .co_stacksize = 1,
   80020             :     .co_firstlineno = 538,
   80021             :     .co_nlocalsplus = 3,
   80022             :     .co_nlocals = 3,
   80023             :     .co_nplaincellvars = 0,
   80024             :     .co_ncellvars = 0,
   80025             :     .co_nfreevars = 0,
   80026             :     .co_localsplusnames = & _collections_abc_toplevel_consts_48_consts_2_localsplusnames._object.ob_base.ob_base,
   80027             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   80028             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80029             :     .co_name = &_Py_ID(__call__),
   80030             :     .co_qualname = & _collections_abc_toplevel_consts_48_consts_2_qualname._ascii.ob_base,
   80031             :     .co_linetable = & _collections_abc_toplevel_consts_40_consts_2_linetable.ob_base.ob_base,
   80032             :     ._co_code = NULL,
   80033             :     ._co_linearray = NULL,
   80034             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   80035             :     ._co_firsttraceable = 0,
   80036             : };
   80037             : static
   80038             :     struct {
   80039             :         PyGC_Head _gc_head;
   80040             :         struct {
   80041             :             PyObject_VAR_HEAD
   80042             :             PyObject *ob_item[2];
   80043             :         }_object;
   80044             :     }
   80045             : _collections_abc_toplevel_consts_48_consts_3_consts = {
   80046             :     ._object = {
   80047             :         .ob_base = {
   80048             :             .ob_base = {
   80049             :                 .ob_refcnt = 999999999,
   80050             :                 .ob_type = &PyTuple_Type,
   80051             :             },
   80052             :             .ob_size = 2,
   80053             :         },
   80054             :         .ob_item = {
   80055             :             Py_None,
   80056             :             &_Py_ID(__call__),
   80057             :         },
   80058             :     },
   80059             : };
   80060             : static
   80061             :     struct {
   80062             :         PyGC_Head _gc_head;
   80063             :         struct {
   80064             :             PyObject_VAR_HEAD
   80065             :             PyObject *ob_item[3];
   80066             :         }_object;
   80067             :     }
   80068             : _collections_abc_toplevel_consts_48_consts_3_names = {
   80069             :     ._object = {
   80070             :         .ob_base = {
   80071             :             .ob_base = {
   80072             :                 .ob_refcnt = 999999999,
   80073             :                 .ob_type = &PyTuple_Type,
   80074             :             },
   80075             :             .ob_size = 3,
   80076             :         },
   80077             :         .ob_item = {
   80078             :             & const_str_Callable._ascii.ob_base,
   80079             :             & const_str__check_methods._ascii.ob_base,
   80080             :             & const_str_NotImplemented._ascii.ob_base,
   80081             :         },
   80082             :     },
   80083             : };
   80084             : static
   80085             :     struct {
   80086             :         PyASCIIObject _ascii;
   80087             :         uint8_t _data[26];
   80088             :     }
   80089             : _collections_abc_toplevel_consts_48_consts_3_qualname = {
   80090             :     ._ascii = {
   80091             :         .ob_base = {
   80092             :             .ob_refcnt = 999999999,
   80093             :             .ob_type = &PyUnicode_Type,
   80094             :         },
   80095             :         .length = 25,
   80096             :         .hash = -1,
   80097             :         .state = {
   80098             :             .kind = 1,
   80099             :             .compact = 1,
   80100             :             .ascii = 1,
   80101             :         },
   80102             :     },
   80103             :     ._data = "Callable.__subclasshook__",
   80104             : };
   80105             : static
   80106             :     struct _PyCode_DEF(62)
   80107             : _collections_abc_toplevel_consts_48_consts_3 = {
   80108             :     .ob_base = {
   80109             :         .ob_base = {
   80110             :             .ob_refcnt = 999999999,
   80111             :             .ob_type = &PyCode_Type,
   80112             :         },
   80113             :         .ob_size = 31,
   80114             :     },
   80115             :     .co_consts = & _collections_abc_toplevel_consts_48_consts_3_consts._object.ob_base.ob_base,
   80116             :     .co_names = & _collections_abc_toplevel_consts_48_consts_3_names._object.ob_base.ob_base,
   80117             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80118             :     .co_flags = 3,
   80119             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80120             :     ._co_linearray_entry_size = 0,
   80121             :     .co_argcount = 2,
   80122             :     .co_posonlyargcount = 0,
   80123             :     .co_kwonlyargcount = 0,
   80124             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   80125             :     .co_stacksize = 4,
   80126             :     .co_firstlineno = 542,
   80127             :     .co_nlocalsplus = 2,
   80128             :     .co_nlocals = 2,
   80129             :     .co_nplaincellvars = 0,
   80130             :     .co_ncellvars = 0,
   80131             :     .co_nfreevars = 0,
   80132             :     .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
   80133             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   80134             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80135             :     .co_name = &_Py_ID(__subclasshook__),
   80136             :     .co_qualname = & _collections_abc_toplevel_consts_48_consts_3_qualname._ascii.ob_base,
   80137             :     .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
   80138             :     ._co_code = NULL,
   80139             :     ._co_linearray = NULL,
   80140             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   80141             :     ._co_firsttraceable = 0,
   80142             : };
   80143             : static
   80144             :     struct {
   80145             :         PyGC_Head _gc_head;
   80146             :         struct {
   80147             :             PyObject_VAR_HEAD
   80148             :             PyObject *ob_item[5];
   80149             :         }_object;
   80150             :     }
   80151             : _collections_abc_toplevel_consts_48_consts = {
   80152             :     ._object = {
   80153             :         .ob_base = {
   80154             :             .ob_base = {
   80155             :                 .ob_refcnt = 999999999,
   80156             :                 .ob_type = &PyTuple_Type,
   80157             :             },
   80158             :             .ob_size = 5,
   80159             :         },
   80160             :         .ob_item = {
   80161             :             & const_str_Callable._ascii.ob_base,
   80162             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   80163             :             & _collections_abc_toplevel_consts_48_consts_2.ob_base.ob_base,
   80164             :             & _collections_abc_toplevel_consts_48_consts_3.ob_base.ob_base,
   80165             :             Py_None,
   80166             :         },
   80167             :     },
   80168             : };
   80169             : static
   80170             :     struct {
   80171             :         PyGC_Head _gc_head;
   80172             :         struct {
   80173             :             PyObject_VAR_HEAD
   80174             :             PyObject *ob_item[10];
   80175             :         }_object;
   80176             :     }
   80177             : _collections_abc_toplevel_consts_48_names = {
   80178             :     ._object = {
   80179             :         .ob_base = {
   80180             :             .ob_base = {
   80181             :                 .ob_refcnt = 999999999,
   80182             :                 .ob_type = &PyTuple_Type,
   80183             :             },
   80184             :             .ob_size = 10,
   80185             :         },
   80186             :         .ob_item = {
   80187             :             &_Py_ID(__name__),
   80188             :             &_Py_ID(__module__),
   80189             :             &_Py_ID(__qualname__),
   80190             :             &_Py_ID(__slots__),
   80191             :             & const_str_abstractmethod._ascii.ob_base,
   80192             :             &_Py_ID(__call__),
   80193             :             & const_str_classmethod._ascii.ob_base,
   80194             :             &_Py_ID(__subclasshook__),
   80195             :             & const_str__CallableGenericAlias._ascii.ob_base,
   80196             :             &_Py_ID(__class_getitem__),
   80197             :         },
   80198             :     },
   80199             : };
   80200             : static
   80201             :     struct {
   80202             :         PyObject_VAR_HEAD
   80203             :         Py_hash_t ob_shash;
   80204             :         char ob_sval[86];
   80205             :     }
   80206             : _collections_abc_toplevel_consts_48_linetable = {
   80207             :     .ob_base = {
   80208             :         .ob_base = {
   80209             :             .ob_refcnt = 999999999,
   80210             :             .ob_type = &PyBytes_Type,
   80211             :         },
   80212             :         .ob_size = 85,
   80213             :     },
   80214             :     .ob_shash = -1,
   80215             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x15\xf0\x00\x01\x05\x15\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x15\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xd0\x24\x39\xd4\x18\x3a\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
   80216             : };
   80217             : static
   80218             :     struct _PyCode_DEF(72)
   80219             : _collections_abc_toplevel_consts_48 = {
   80220             :     .ob_base = {
   80221             :         .ob_base = {
   80222             :             .ob_refcnt = 999999999,
   80223             :             .ob_type = &PyCode_Type,
   80224             :         },
   80225             :         .ob_size = 36,
   80226             :     },
   80227             :     .co_consts = & _collections_abc_toplevel_consts_48_consts._object.ob_base.ob_base,
   80228             :     .co_names = & _collections_abc_toplevel_consts_48_names._object.ob_base.ob_base,
   80229             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80230             :     .co_flags = 0,
   80231             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80232             :     ._co_linearray_entry_size = 0,
   80233             :     .co_argcount = 0,
   80234             :     .co_posonlyargcount = 0,
   80235             :     .co_kwonlyargcount = 0,
   80236             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   80237             :     .co_stacksize = 3,
   80238             :     .co_firstlineno = 534,
   80239             :     .co_nlocalsplus = 0,
   80240             :     .co_nlocals = 0,
   80241             :     .co_nplaincellvars = 0,
   80242             :     .co_ncellvars = 0,
   80243             :     .co_nfreevars = 0,
   80244             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   80245             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80246             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80247             :     .co_name = & const_str_Callable._ascii.ob_base,
   80248             :     .co_qualname = & const_str_Callable._ascii.ob_base,
   80249             :     .co_linetable = & _collections_abc_toplevel_consts_48_linetable.ob_base.ob_base,
   80250             :     ._co_code = NULL,
   80251             :     ._co_linearray = NULL,
   80252             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
   80253             :     ._co_firsttraceable = 0,
   80254             : };
   80255             : static
   80256             :     struct {
   80257             :         PyASCIIObject _ascii;
   80258             :         uint8_t _data[347];
   80259             :     }
   80260             : _collections_abc_toplevel_consts_50_consts_1 = {
   80261             :     ._ascii = {
   80262             :         .ob_base = {
   80263             :             .ob_refcnt = 999999999,
   80264             :             .ob_type = &PyUnicode_Type,
   80265             :         },
   80266             :         .length = 346,
   80267             :         .hash = -1,
   80268             :         .state = {
   80269             :             .kind = 1,
   80270             :             .compact = 1,
   80271             :             .ascii = 1,
   80272             :         },
   80273             :     },
   80274             :     ._data = "\x41\x20\x73\x65\x74\x20\x69\x73\x20\x61\x20\x66\x69\x6e\x69\x74\x65\x2c\x20\x69\x74\x65\x72\x61\x62\x6c\x65\x20\x63\x6f\x6e\x74\x61\x69\x6e\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x63\x6c\x61\x73\x73\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x63\x6f\x6e\x63\x72\x65\x74\x65\x20\x67\x65\x6e\x65\x72\x69\x63\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x73\x20\x6f\x66\x20\x61\x6c\x6c\x0a\x20\x20\x20\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x65\x78\x63\x65\x70\x74\x20\x66\x6f\x72\x20\x5f\x5f\x63\x6f\x6e\x74\x61\x69\x6e\x73\x5f\x5f\x2c\x20\x5f\x5f\x69\x74\x65\x72\x5f\x5f\x20\x61\x6e\x64\x20\x5f\x5f\x6c\x65\x6e\x5f\x5f\x2e\x0a\x0a\x20\x20\x20\x20\x54\x6f\x20\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x74\x68\x65\x20\x63\x6f\x6d\x70\x61\x72\x69\x73\x6f\x6e\x73\x20\x28\x70\x72\x65\x73\x75\x6d\x61\x62\x6c\x79\x20\x66\x6f\x72\x20\x73\x70\x65\x65\x64\x2c\x20\x61\x73\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x73\x65\x6d\x61\x6e\x74\x69\x63\x73\x20\x61\x72\x65\x20\x66\x69\x78\x65\x64\x29\x2c\x20\x72\x65\x64\x65\x66\x69\x6e\x65\x20\x5f\x5f\x6c\x65\x5f\x5f\x20\x61\x6e\x64\x20\x5f\x5f\x67\x65\x5f\x5f\x2c\x0a\x20\x20\x20\x20\x74\x68\x65\x6e\x20\x74\x68\x65\x20\x6f\x74\x68\x65\x72\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x73\x20\x77\x69\x6c\x6c\x20\x61\x75\x74\x6f\x6d\x61\x74\x69\x63\x61\x6c\x6c\x79\x20\x66\x6f\x6c\x6c\x6f\x77\x20\x73\x75\x69\x74\x2e\x0a\x20\x20\x20\x20",
   80275             : };
   80276             : static
   80277             :     struct {
   80278             :         PyGC_Head _gc_head;
   80279             :         struct {
   80280             :             PyObject_VAR_HEAD
   80281             :             PyObject *ob_item[3];
   80282             :         }_object;
   80283             :     }
   80284             : _collections_abc_toplevel_consts_50_consts_3_consts = {
   80285             :     ._object = {
   80286             :         .ob_base = {
   80287             :             .ob_base = {
   80288             :                 .ob_refcnt = 999999999,
   80289             :                 .ob_type = &PyTuple_Type,
   80290             :             },
   80291             :             .ob_size = 3,
   80292             :         },
   80293             :         .ob_item = {
   80294             :             Py_None,
   80295             :             Py_False,
   80296             :             Py_True,
   80297             :         },
   80298             :     },
   80299             : };
   80300             : static
   80301             :     struct {
   80302             :         PyGC_Head _gc_head;
   80303             :         struct {
   80304             :             PyObject_VAR_HEAD
   80305             :             PyObject *ob_item[4];
   80306             :         }_object;
   80307             :     }
   80308             : _collections_abc_toplevel_consts_50_consts_3_names = {
   80309             :     ._object = {
   80310             :         .ob_base = {
   80311             :             .ob_base = {
   80312             :                 .ob_refcnt = 999999999,
   80313             :                 .ob_type = &PyTuple_Type,
   80314             :             },
   80315             :             .ob_size = 4,
   80316             :         },
   80317             :         .ob_item = {
   80318             :             &_Py_ID(isinstance),
   80319             :             & const_str_Set._ascii.ob_base,
   80320             :             & const_str_NotImplemented._ascii.ob_base,
   80321             :             &_Py_ID(len),
   80322             :         },
   80323             :     },
   80324             : };
   80325             : static
   80326             :     struct {
   80327             :         PyASCIIObject _ascii;
   80328             :         uint8_t _data[11];
   80329             :     }
   80330             : _collections_abc_toplevel_consts_50_consts_3_qualname = {
   80331             :     ._ascii = {
   80332             :         .ob_base = {
   80333             :             .ob_refcnt = 999999999,
   80334             :             .ob_type = &PyUnicode_Type,
   80335             :         },
   80336             :         .length = 10,
   80337             :         .hash = -1,
   80338             :         .state = {
   80339             :             .kind = 1,
   80340             :             .compact = 1,
   80341             :             .ascii = 1,
   80342             :         },
   80343             :     },
   80344             :     ._data = "Set.__le__",
   80345             : };
   80346             : static
   80347             :     struct {
   80348             :         PyObject_VAR_HEAD
   80349             :         Py_hash_t ob_shash;
   80350             :         char ob_sval[90];
   80351             :     }
   80352             : _collections_abc_toplevel_consts_50_consts_3_linetable = {
   80353             :     .ob_base = {
   80354             :         .ob_base = {
   80355             :             .ob_refcnt = 999999999,
   80356             :             .ob_type = &PyBytes_Type,
   80357             :         },
   80358             :         .ob_size = 89,
   80359             :     },
   80360             :     .ob_shash = -1,
   80361             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0b\x0e\x88\x74\x8c\x39\x95\x73\x98\x35\x94\x7a\xd2\x0b\x21\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xd8\x14\x18\xf0\x00\x02\x09\x1d\xf1\x00\x02\x09\x1d\x88\x44\xd8\x0f\x13\x98\x35\xd0\x0f\x20\xf0\x00\x01\x0d\x1d\xd8\x17\x1c\x90\x75\x90\x75\xd8\x0f\x13\x88\x74",
   80362             : };
   80363             : static
   80364             :     struct {
   80365             :         PyASCIIObject _ascii;
   80366             :         uint8_t _data[5];
   80367             :     }
   80368             : const_str_elem = {
   80369             :     ._ascii = {
   80370             :         .ob_base = {
   80371             :             .ob_refcnt = 999999999,
   80372             :             .ob_type = &PyUnicode_Type,
   80373             :         },
   80374             :         .length = 4,
   80375             :         .hash = -1,
   80376             :         .state = {
   80377             :             .kind = 1,
   80378             :             .compact = 1,
   80379             :             .ascii = 1,
   80380             :         },
   80381             :     },
   80382             :     ._data = "elem",
   80383             : };
   80384             : static
   80385             :     struct {
   80386             :         PyGC_Head _gc_head;
   80387             :         struct {
   80388             :             PyObject_VAR_HEAD
   80389             :             PyObject *ob_item[3];
   80390             :         }_object;
   80391             :     }
   80392             : _collections_abc_toplevel_consts_50_consts_3_localsplusnames = {
   80393             :     ._object = {
   80394             :         .ob_base = {
   80395             :             .ob_base = {
   80396             :                 .ob_refcnt = 999999999,
   80397             :                 .ob_type = &PyTuple_Type,
   80398             :             },
   80399             :             .ob_size = 3,
   80400             :         },
   80401             :         .ob_item = {
   80402             :             & const_str_self._ascii.ob_base,
   80403             :             & const_str_other._ascii.ob_base,
   80404             :             & const_str_elem._ascii.ob_base,
   80405             :         },
   80406             :     },
   80407             : };
   80408             : static
   80409             :     struct _PyCode_DEF(142)
   80410             : _collections_abc_toplevel_consts_50_consts_3 = {
   80411             :     .ob_base = {
   80412             :         .ob_base = {
   80413             :             .ob_refcnt = 999999999,
   80414             :             .ob_type = &PyCode_Type,
   80415             :         },
   80416             :         .ob_size = 71,
   80417             :     },
   80418             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_3_consts._object.ob_base.ob_base,
   80419             :     .co_names = & _collections_abc_toplevel_consts_50_consts_3_names._object.ob_base.ob_base,
   80420             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80421             :     .co_flags = 3,
   80422             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80423             :     ._co_linearray_entry_size = 0,
   80424             :     .co_argcount = 2,
   80425             :     .co_posonlyargcount = 0,
   80426             :     .co_kwonlyargcount = 0,
   80427             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   80428             :     .co_stacksize = 4,
   80429             :     .co_firstlineno = 567,
   80430             :     .co_nlocalsplus = 3,
   80431             :     .co_nlocals = 3,
   80432             :     .co_nplaincellvars = 0,
   80433             :     .co_ncellvars = 0,
   80434             :     .co_nfreevars = 0,
   80435             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_3_localsplusnames._object.ob_base.ob_base,
   80436             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   80437             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80438             :     .co_name = &_Py_ID(__le__),
   80439             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_3_qualname._ascii.ob_base,
   80440             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_3_linetable.ob_base.ob_base,
   80441             :     ._co_code = NULL,
   80442             :     ._co_linearray = NULL,
   80443             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x04\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x7c\x00\x44\x00\x5d\x08\x00\x00\x7d\x02\x7c\x02\x7c\x01\x76\x01\xaf\x07\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
   80444             :     ._co_firsttraceable = 0,
   80445             : };
   80446             : static
   80447             :     struct {
   80448             :         PyGC_Head _gc_head;
   80449             :         struct {
   80450             :             PyObject_VAR_HEAD
   80451             :             PyObject *ob_item[5];
   80452             :         }_object;
   80453             :     }
   80454             : _collections_abc_toplevel_consts_50_consts_4_names = {
   80455             :     ._object = {
   80456             :         .ob_base = {
   80457             :             .ob_base = {
   80458             :                 .ob_refcnt = 999999999,
   80459             :                 .ob_type = &PyTuple_Type,
   80460             :             },
   80461             :             .ob_size = 5,
   80462             :         },
   80463             :         .ob_item = {
   80464             :             &_Py_ID(isinstance),
   80465             :             & const_str_Set._ascii.ob_base,
   80466             :             & const_str_NotImplemented._ascii.ob_base,
   80467             :             &_Py_ID(len),
   80468             :             &_Py_ID(__le__),
   80469             :         },
   80470             :     },
   80471             : };
   80472             : static
   80473             :     struct {
   80474             :         PyASCIIObject _ascii;
   80475             :         uint8_t _data[11];
   80476             :     }
   80477             : _collections_abc_toplevel_consts_50_consts_4_qualname = {
   80478             :     ._ascii = {
   80479             :         .ob_base = {
   80480             :             .ob_refcnt = 999999999,
   80481             :             .ob_type = &PyUnicode_Type,
   80482             :         },
   80483             :         .length = 10,
   80484             :         .hash = -1,
   80485             :         .state = {
   80486             :             .kind = 1,
   80487             :             .compact = 1,
   80488             :             .ascii = 1,
   80489             :         },
   80490             :     },
   80491             :     ._data = "Set.__lt__",
   80492             : };
   80493             : static
   80494             :     struct {
   80495             :         PyObject_VAR_HEAD
   80496             :         Py_hash_t ob_shash;
   80497             :         char ob_sval[57];
   80498             :     }
   80499             : _collections_abc_toplevel_consts_50_consts_4_linetable = {
   80500             :     .ob_base = {
   80501             :         .ob_base = {
   80502             :             .ob_refcnt = 999999999,
   80503             :             .ob_type = &PyBytes_Type,
   80504             :         },
   80505             :         .ob_size = 56,
   80506             :     },
   80507             :     .ob_shash = -1,
   80508             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x12\x90\x34\x8c\x79\x9d\x33\x98\x75\x9c\x3a\xd2\x0f\x25\xd0\x0f\x3c\xa8\x24\xaf\x2b\xa9\x2b\xb0\x65\xd4\x2a\x3c\xd0\x08\x3c",
   80509             : };
   80510             : static
   80511             :     struct _PyCode_DEF(146)
   80512             : _collections_abc_toplevel_consts_50_consts_4 = {
   80513             :     .ob_base = {
   80514             :         .ob_base = {
   80515             :             .ob_refcnt = 999999999,
   80516             :             .ob_type = &PyCode_Type,
   80517             :         },
   80518             :         .ob_size = 73,
   80519             :     },
   80520             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   80521             :     .co_names = & _collections_abc_toplevel_consts_50_consts_4_names._object.ob_base.ob_base,
   80522             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80523             :     .co_flags = 3,
   80524             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80525             :     ._co_linearray_entry_size = 0,
   80526             :     .co_argcount = 2,
   80527             :     .co_posonlyargcount = 0,
   80528             :     .co_kwonlyargcount = 0,
   80529             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   80530             :     .co_stacksize = 4,
   80531             :     .co_firstlineno = 577,
   80532             :     .co_nlocalsplus = 2,
   80533             :     .co_nlocals = 2,
   80534             :     .co_nplaincellvars = 0,
   80535             :     .co_ncellvars = 0,
   80536             :     .co_nfreevars = 0,
   80537             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   80538             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   80539             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80540             :     .co_name = &_Py_ID(__lt__),
   80541             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_4_qualname._ascii.ob_base,
   80542             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_4_linetable.ob_base.ob_base,
   80543             :     ._co_code = NULL,
   80544             :     ._co_linearray = NULL,
   80545             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x6f\x11\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   80546             :     ._co_firsttraceable = 0,
   80547             : };
   80548             : static
   80549             :     struct {
   80550             :         PyGC_Head _gc_head;
   80551             :         struct {
   80552             :             PyObject_VAR_HEAD
   80553             :             PyObject *ob_item[5];
   80554             :         }_object;
   80555             :     }
   80556             : _collections_abc_toplevel_consts_50_consts_5_names = {
   80557             :     ._object = {
   80558             :         .ob_base = {
   80559             :             .ob_base = {
   80560             :                 .ob_refcnt = 999999999,
   80561             :                 .ob_type = &PyTuple_Type,
   80562             :             },
   80563             :             .ob_size = 5,
   80564             :         },
   80565             :         .ob_item = {
   80566             :             &_Py_ID(isinstance),
   80567             :             & const_str_Set._ascii.ob_base,
   80568             :             & const_str_NotImplemented._ascii.ob_base,
   80569             :             &_Py_ID(len),
   80570             :             &_Py_ID(__ge__),
   80571             :         },
   80572             :     },
   80573             : };
   80574             : static
   80575             :     struct {
   80576             :         PyASCIIObject _ascii;
   80577             :         uint8_t _data[11];
   80578             :     }
   80579             : _collections_abc_toplevel_consts_50_consts_5_qualname = {
   80580             :     ._ascii = {
   80581             :         .ob_base = {
   80582             :             .ob_refcnt = 999999999,
   80583             :             .ob_type = &PyUnicode_Type,
   80584             :         },
   80585             :         .length = 10,
   80586             :         .hash = -1,
   80587             :         .state = {
   80588             :             .kind = 1,
   80589             :             .compact = 1,
   80590             :             .ascii = 1,
   80591             :         },
   80592             :     },
   80593             :     ._data = "Set.__gt__",
   80594             : };
   80595             : static
   80596             :     struct _PyCode_DEF(146)
   80597             : _collections_abc_toplevel_consts_50_consts_5 = {
   80598             :     .ob_base = {
   80599             :         .ob_base = {
   80600             :             .ob_refcnt = 999999999,
   80601             :             .ob_type = &PyCode_Type,
   80602             :         },
   80603             :         .ob_size = 73,
   80604             :     },
   80605             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   80606             :     .co_names = & _collections_abc_toplevel_consts_50_consts_5_names._object.ob_base.ob_base,
   80607             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80608             :     .co_flags = 3,
   80609             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80610             :     ._co_linearray_entry_size = 0,
   80611             :     .co_argcount = 2,
   80612             :     .co_posonlyargcount = 0,
   80613             :     .co_kwonlyargcount = 0,
   80614             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   80615             :     .co_stacksize = 4,
   80616             :     .co_firstlineno = 582,
   80617             :     .co_nlocalsplus = 2,
   80618             :     .co_nlocals = 2,
   80619             :     .co_nplaincellvars = 0,
   80620             :     .co_ncellvars = 0,
   80621             :     .co_nfreevars = 0,
   80622             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   80623             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   80624             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80625             :     .co_name = &_Py_ID(__gt__),
   80626             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_5_qualname._ascii.ob_base,
   80627             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_4_linetable.ob_base.ob_base,
   80628             :     ._co_code = NULL,
   80629             :     ._co_linearray = NULL,
   80630             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x04\x00\x00\x00\x00\x6f\x11\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   80631             :     ._co_firsttraceable = 0,
   80632             : };
   80633             : static
   80634             :     struct {
   80635             :         PyASCIIObject _ascii;
   80636             :         uint8_t _data[11];
   80637             :     }
   80638             : _collections_abc_toplevel_consts_50_consts_6_qualname = {
   80639             :     ._ascii = {
   80640             :         .ob_base = {
   80641             :             .ob_refcnt = 999999999,
   80642             :             .ob_type = &PyUnicode_Type,
   80643             :         },
   80644             :         .length = 10,
   80645             :         .hash = -1,
   80646             :         .state = {
   80647             :             .kind = 1,
   80648             :             .compact = 1,
   80649             :             .ascii = 1,
   80650             :         },
   80651             :     },
   80652             :     ._data = "Set.__ge__",
   80653             : };
   80654             : static
   80655             :     struct {
   80656             :         PyObject_VAR_HEAD
   80657             :         Py_hash_t ob_shash;
   80658             :         char ob_sval[90];
   80659             :     }
   80660             : _collections_abc_toplevel_consts_50_consts_6_linetable = {
   80661             :     .ob_base = {
   80662             :         .ob_base = {
   80663             :             .ob_refcnt = 999999999,
   80664             :             .ob_type = &PyBytes_Type,
   80665             :         },
   80666             :         .ob_size = 89,
   80667             :     },
   80668             :     .ob_shash = -1,
   80669             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0b\x0e\x88\x74\x8c\x39\x95\x73\x98\x35\x94\x7a\xd2\x0b\x21\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xd8\x14\x19\xf0\x00\x02\x09\x1d\xf1\x00\x02\x09\x1d\x88\x44\xd8\x0f\x13\x98\x34\xd0\x0f\x1f\xf0\x00\x01\x0d\x1d\xd8\x17\x1c\x90\x75\x90\x75\xd8\x0f\x13\x88\x74",
   80670             : };
   80671             : static
   80672             :     struct _PyCode_DEF(142)
   80673             : _collections_abc_toplevel_consts_50_consts_6 = {
   80674             :     .ob_base = {
   80675             :         .ob_base = {
   80676             :             .ob_refcnt = 999999999,
   80677             :             .ob_type = &PyCode_Type,
   80678             :         },
   80679             :         .ob_size = 71,
   80680             :     },
   80681             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_3_consts._object.ob_base.ob_base,
   80682             :     .co_names = & _collections_abc_toplevel_consts_50_consts_3_names._object.ob_base.ob_base,
   80683             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80684             :     .co_flags = 3,
   80685             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80686             :     ._co_linearray_entry_size = 0,
   80687             :     .co_argcount = 2,
   80688             :     .co_posonlyargcount = 0,
   80689             :     .co_kwonlyargcount = 0,
   80690             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   80691             :     .co_stacksize = 4,
   80692             :     .co_firstlineno = 587,
   80693             :     .co_nlocalsplus = 3,
   80694             :     .co_nlocals = 3,
   80695             :     .co_nplaincellvars = 0,
   80696             :     .co_ncellvars = 0,
   80697             :     .co_nfreevars = 0,
   80698             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_3_localsplusnames._object.ob_base.ob_base,
   80699             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   80700             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80701             :     .co_name = &_Py_ID(__ge__),
   80702             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_6_qualname._ascii.ob_base,
   80703             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_6_linetable.ob_base.ob_base,
   80704             :     ._co_code = NULL,
   80705             :     ._co_linearray = NULL,
   80706             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x7c\x01\x44\x00\x5d\x08\x00\x00\x7d\x02\x7c\x02\x7c\x00\x76\x01\xaf\x07\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
   80707             :     ._co_firsttraceable = 0,
   80708             : };
   80709             : static
   80710             :     struct {
   80711             :         PyASCIIObject _ascii;
   80712             :         uint8_t _data[11];
   80713             :     }
   80714             : _collections_abc_toplevel_consts_50_consts_7_qualname = {
   80715             :     ._ascii = {
   80716             :         .ob_base = {
   80717             :             .ob_refcnt = 999999999,
   80718             :             .ob_type = &PyUnicode_Type,
   80719             :         },
   80720             :         .length = 10,
   80721             :         .hash = -1,
   80722             :         .state = {
   80723             :             .kind = 1,
   80724             :             .compact = 1,
   80725             :             .ascii = 1,
   80726             :         },
   80727             :     },
   80728             :     ._data = "Set.__eq__",
   80729             : };
   80730             : static
   80731             :     struct {
   80732             :         PyObject_VAR_HEAD
   80733             :         Py_hash_t ob_shash;
   80734             :         char ob_sval[57];
   80735             :     }
   80736             : _collections_abc_toplevel_consts_50_consts_7_linetable = {
   80737             :     .ob_base = {
   80738             :         .ob_base = {
   80739             :             .ob_refcnt = 999999999,
   80740             :             .ob_type = &PyBytes_Type,
   80741             :         },
   80742             :         .ob_size = 56,
   80743             :     },
   80744             :     .ob_shash = -1,
   80745             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x12\x90\x34\x8c\x79\x9d\x43\xa0\x05\x9c\x4a\xd2\x0f\x26\xd0\x0f\x3d\xa8\x34\xaf\x3b\xa9\x3b\xb0\x75\xd4\x2b\x3d\xd0\x08\x3d",
   80746             : };
   80747             : static
   80748             :     struct _PyCode_DEF(146)
   80749             : _collections_abc_toplevel_consts_50_consts_7 = {
   80750             :     .ob_base = {
   80751             :         .ob_base = {
   80752             :             .ob_refcnt = 999999999,
   80753             :             .ob_type = &PyCode_Type,
   80754             :         },
   80755             :         .ob_size = 73,
   80756             :     },
   80757             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   80758             :     .co_names = & _collections_abc_toplevel_consts_50_consts_4_names._object.ob_base.ob_base,
   80759             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80760             :     .co_flags = 3,
   80761             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80762             :     ._co_linearray_entry_size = 0,
   80763             :     .co_argcount = 2,
   80764             :     .co_posonlyargcount = 0,
   80765             :     .co_kwonlyargcount = 0,
   80766             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   80767             :     .co_stacksize = 4,
   80768             :     .co_firstlineno = 597,
   80769             :     .co_nlocalsplus = 2,
   80770             :     .co_nlocals = 2,
   80771             :     .co_nplaincellvars = 0,
   80772             :     .co_ncellvars = 0,
   80773             :     .co_nfreevars = 0,
   80774             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   80775             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   80776             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80777             :     .co_name = &_Py_ID(__eq__),
   80778             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_7_qualname._ascii.ob_base,
   80779             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_7_linetable.ob_base.ob_base,
   80780             :     ._co_code = NULL,
   80781             :     ._co_linearray = NULL,
   80782             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x11\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   80783             :     ._co_firsttraceable = 0,
   80784             : };
   80785             : static
   80786             :     struct {
   80787             :         PyASCIIObject _ascii;
   80788             :         uint8_t _data[189];
   80789             :     }
   80790             : _collections_abc_toplevel_consts_50_consts_8_consts_0 = {
   80791             :     ._ascii = {
   80792             :         .ob_base = {
   80793             :             .ob_refcnt = 999999999,
   80794             :             .ob_type = &PyUnicode_Type,
   80795             :         },
   80796             :         .length = 188,
   80797             :         .hash = -1,
   80798             :         .state = {
   80799             :             .kind = 1,
   80800             :             .compact = 1,
   80801             :             .ascii = 1,
   80802             :         },
   80803             :     },
   80804             :     ._data = "\x43\x6f\x6e\x73\x74\x72\x75\x63\x74\x20\x61\x6e\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x63\x6c\x61\x73\x73\x20\x66\x72\x6f\x6d\x20\x61\x6e\x79\x20\x69\x74\x65\x72\x61\x62\x6c\x65\x20\x69\x6e\x70\x75\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4d\x75\x73\x74\x20\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x66\x20\x74\x68\x65\x20\x63\x6c\x61\x73\x73\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x20\x73\x69\x67\x6e\x61\x74\x75\x72\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x20\x61\x63\x63\x65\x70\x74\x20\x61\x6e\x20\x69\x74\x65\x72\x61\x62\x6c\x65\x20\x66\x6f\x72\x20\x61\x6e\x20\x69\x6e\x70\x75\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   80805             : };
   80806             : static
   80807             :     struct {
   80808             :         PyGC_Head _gc_head;
   80809             :         struct {
   80810             :             PyObject_VAR_HEAD
   80811             :             PyObject *ob_item[1];
   80812             :         }_object;
   80813             :     }
   80814             : _collections_abc_toplevel_consts_50_consts_8_consts = {
   80815             :     ._object = {
   80816             :         .ob_base = {
   80817             :             .ob_base = {
   80818             :                 .ob_refcnt = 999999999,
   80819             :                 .ob_type = &PyTuple_Type,
   80820             :             },
   80821             :             .ob_size = 1,
   80822             :         },
   80823             :         .ob_item = {
   80824             :             & _collections_abc_toplevel_consts_50_consts_8_consts_0._ascii.ob_base,
   80825             :         },
   80826             :     },
   80827             : };
   80828             : static
   80829             :     struct {
   80830             :         PyASCIIObject _ascii;
   80831             :         uint8_t _data[15];
   80832             :     }
   80833             : const_str__from_iterable = {
   80834             :     ._ascii = {
   80835             :         .ob_base = {
   80836             :             .ob_refcnt = 999999999,
   80837             :             .ob_type = &PyUnicode_Type,
   80838             :         },
   80839             :         .length = 14,
   80840             :         .hash = -1,
   80841             :         .state = {
   80842             :             .kind = 1,
   80843             :             .compact = 1,
   80844             :             .ascii = 1,
   80845             :         },
   80846             :     },
   80847             :     ._data = "_from_iterable",
   80848             : };
   80849             : static
   80850             :     struct {
   80851             :         PyASCIIObject _ascii;
   80852             :         uint8_t _data[19];
   80853             :     }
   80854             : _collections_abc_toplevel_consts_50_consts_8_qualname = {
   80855             :     ._ascii = {
   80856             :         .ob_base = {
   80857             :             .ob_refcnt = 999999999,
   80858             :             .ob_type = &PyUnicode_Type,
   80859             :         },
   80860             :         .length = 18,
   80861             :         .hash = -1,
   80862             :         .state = {
   80863             :             .kind = 1,
   80864             :             .compact = 1,
   80865             :             .ascii = 1,
   80866             :         },
   80867             :     },
   80868             :     ._data = "Set._from_iterable",
   80869             : };
   80870             : static
   80871             :     struct {
   80872             :         PyObject_VAR_HEAD
   80873             :         Py_hash_t ob_shash;
   80874             :         char ob_sval[16];
   80875             :     }
   80876             : _collections_abc_toplevel_consts_50_consts_8_linetable = {
   80877             :     .ob_base = {
   80878             :         .ob_base = {
   80879             :             .ob_refcnt = 999999999,
   80880             :             .ob_type = &PyBytes_Type,
   80881             :         },
   80882             :         .ob_size = 15,
   80883             :     },
   80884             :     .ob_shash = -1,
   80885             :     .ob_sval = "\x80\x00\xf0\x0e\x00\x10\x13\x88\x73\x90\x32\x8c\x77\x88\x0e",
   80886             : };
   80887             : static
   80888             :     struct {
   80889             :         PyASCIIObject _ascii;
   80890             :         uint8_t _data[3];
   80891             :     }
   80892             : const_str_it = {
   80893             :     ._ascii = {
   80894             :         .ob_base = {
   80895             :             .ob_refcnt = 999999999,
   80896             :             .ob_type = &PyUnicode_Type,
   80897             :         },
   80898             :         .length = 2,
   80899             :         .hash = -1,
   80900             :         .state = {
   80901             :             .kind = 1,
   80902             :             .compact = 1,
   80903             :             .ascii = 1,
   80904             :         },
   80905             :     },
   80906             :     ._data = "it",
   80907             : };
   80908             : static
   80909             :     struct {
   80910             :         PyGC_Head _gc_head;
   80911             :         struct {
   80912             :             PyObject_VAR_HEAD
   80913             :             PyObject *ob_item[2];
   80914             :         }_object;
   80915             :     }
   80916             : _collections_abc_toplevel_consts_50_consts_8_localsplusnames = {
   80917             :     ._object = {
   80918             :         .ob_base = {
   80919             :             .ob_base = {
   80920             :                 .ob_refcnt = 999999999,
   80921             :                 .ob_type = &PyTuple_Type,
   80922             :             },
   80923             :             .ob_size = 2,
   80924             :         },
   80925             :         .ob_item = {
   80926             :             & const_str_cls._ascii.ob_base,
   80927             :             & const_str_it._ascii.ob_base,
   80928             :         },
   80929             :     },
   80930             : };
   80931             : static
   80932             :     struct _PyCode_DEF(20)
   80933             : _collections_abc_toplevel_consts_50_consts_8 = {
   80934             :     .ob_base = {
   80935             :         .ob_base = {
   80936             :             .ob_refcnt = 999999999,
   80937             :             .ob_type = &PyCode_Type,
   80938             :         },
   80939             :         .ob_size = 10,
   80940             :     },
   80941             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_8_consts._object.ob_base.ob_base,
   80942             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   80943             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   80944             :     .co_flags = 3,
   80945             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   80946             :     ._co_linearray_entry_size = 0,
   80947             :     .co_argcount = 2,
   80948             :     .co_posonlyargcount = 0,
   80949             :     .co_kwonlyargcount = 0,
   80950             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   80951             :     .co_stacksize = 3,
   80952             :     .co_firstlineno = 602,
   80953             :     .co_nlocalsplus = 2,
   80954             :     .co_nlocals = 2,
   80955             :     .co_nplaincellvars = 0,
   80956             :     .co_ncellvars = 0,
   80957             :     .co_nfreevars = 0,
   80958             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
   80959             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   80960             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   80961             :     .co_name = & const_str__from_iterable._ascii.ob_base,
   80962             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_8_qualname._ascii.ob_base,
   80963             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_8_linetable.ob_base.ob_base,
   80964             :     ._co_code = NULL,
   80965             :     ._co_linearray = NULL,
   80966             :     .co_code_adaptive = "\x97\x00\x02\x00\x7c\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   80967             :     ._co_firsttraceable = 0,
   80968             : };
   80969             : static
   80970             :     struct {
   80971             :         PyASCIIObject _ascii;
   80972             :         uint8_t _data[31];
   80973             :     }
   80974             : _collections_abc_toplevel_consts_50_consts_9_consts_1_qualname = {
   80975             :     ._ascii = {
   80976             :         .ob_base = {
   80977             :             .ob_refcnt = 999999999,
   80978             :             .ob_type = &PyUnicode_Type,
   80979             :         },
   80980             :         .length = 30,
   80981             :         .hash = -1,
   80982             :         .state = {
   80983             :             .kind = 1,
   80984             :             .compact = 1,
   80985             :             .ascii = 1,
   80986             :         },
   80987             :     },
   80988             :     ._data = "Set.__and__.<locals>.<genexpr>",
   80989             : };
   80990             : static
   80991             :     struct {
   80992             :         PyObject_VAR_HEAD
   80993             :         Py_hash_t ob_shash;
   80994             :         char ob_sval[45];
   80995             :     }
   80996             : _collections_abc_toplevel_consts_50_consts_9_consts_1_linetable = {
   80997             :     .ob_base = {
   80998             :         .ob_base = {
   80999             :             .ob_refcnt = 999999999,
   81000             :             .ob_type = &PyBytes_Type,
   81001             :         },
   81002             :         .ob_size = 44,
   81003             :     },
   81004             :     .ob_shash = -1,
   81005             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x22\x4d\xd1\x22\x4d\xa8\x55\xb8\x75\xc8\x04\xb8\x7d\xd0\x22\x4d\xa0\x35\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d",
   81006             : };
   81007             : static
   81008             :     struct {
   81009             :         PyGC_Head _gc_head;
   81010             :         struct {
   81011             :             PyObject_VAR_HEAD
   81012             :             PyObject *ob_item[3];
   81013             :         }_object;
   81014             :     }
   81015             : _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames = {
   81016             :     ._object = {
   81017             :         .ob_base = {
   81018             :             .ob_base = {
   81019             :                 .ob_refcnt = 999999999,
   81020             :                 .ob_type = &PyTuple_Type,
   81021             :             },
   81022             :             .ob_size = 3,
   81023             :         },
   81024             :         .ob_item = {
   81025             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   81026             :             & const_str_value._ascii.ob_base,
   81027             :             & const_str_self._ascii.ob_base,
   81028             :         },
   81029             :     },
   81030             : };
   81031             : static
   81032             :     struct _PyCode_DEF(38)
   81033             : _collections_abc_toplevel_consts_50_consts_9_consts_1 = {
   81034             :     .ob_base = {
   81035             :         .ob_base = {
   81036             :             .ob_refcnt = 999999999,
   81037             :             .ob_type = &PyCode_Type,
   81038             :         },
   81039             :         .ob_size = 19,
   81040             :     },
   81041             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   81042             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   81043             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   81044             :     .co_flags = 51,
   81045             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   81046             :     ._co_linearray_entry_size = 0,
   81047             :     .co_argcount = 1,
   81048             :     .co_posonlyargcount = 0,
   81049             :     .co_kwonlyargcount = 0,
   81050             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   81051             :     .co_stacksize = 3,
   81052             :     .co_firstlineno = 614,
   81053             :     .co_nlocalsplus = 3,
   81054             :     .co_nlocals = 2,
   81055             :     .co_nplaincellvars = 0,
   81056             :     .co_ncellvars = 0,
   81057             :     .co_nfreevars = 1,
   81058             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
   81059             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   81060             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   81061             :     .co_name = &_Py_STR(anon_genexpr),
   81062             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_9_consts_1_qualname._ascii.ob_base,
   81063             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_9_consts_1_linetable.ob_base.ob_base,
   81064             :     ._co_code = NULL,
   81065             :     ._co_linearray = NULL,
   81066             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x00\x00\x7d\x01\x7c\x01\x89\x02\x76\x00\xaf\x07\x7c\x01\x96\x02\x97\x01\x01\x00\x8c\x0c\x64\x00\x53\x00",
   81067             :     ._co_firsttraceable = 3,
   81068             : };
   81069             : static
   81070             :     struct {
   81071             :         PyGC_Head _gc_head;
   81072             :         struct {
   81073             :             PyObject_VAR_HEAD
   81074             :             PyObject *ob_item[2];
   81075             :         }_object;
   81076             :     }
   81077             : _collections_abc_toplevel_consts_50_consts_9_consts = {
   81078             :     ._object = {
   81079             :         .ob_base = {
   81080             :             .ob_base = {
   81081             :                 .ob_refcnt = 999999999,
   81082             :                 .ob_type = &PyTuple_Type,
   81083             :             },
   81084             :             .ob_size = 2,
   81085             :         },
   81086             :         .ob_item = {
   81087             :             Py_None,
   81088             :             & _collections_abc_toplevel_consts_50_consts_9_consts_1.ob_base.ob_base,
   81089             :         },
   81090             :     },
   81091             : };
   81092             : static
   81093             :     struct {
   81094             :         PyGC_Head _gc_head;
   81095             :         struct {
   81096             :             PyObject_VAR_HEAD
   81097             :             PyObject *ob_item[4];
   81098             :         }_object;
   81099             :     }
   81100             : _collections_abc_toplevel_consts_50_consts_9_names = {
   81101             :     ._object = {
   81102             :         .ob_base = {
   81103             :             .ob_base = {
   81104             :                 .ob_refcnt = 999999999,
   81105             :                 .ob_type = &PyTuple_Type,
   81106             :             },
   81107             :             .ob_size = 4,
   81108             :         },
   81109             :         .ob_item = {
   81110             :             &_Py_ID(isinstance),
   81111             :             & const_str_Iterable._ascii.ob_base,
   81112             :             & const_str_NotImplemented._ascii.ob_base,
   81113             :             & const_str__from_iterable._ascii.ob_base,
   81114             :         },
   81115             :     },
   81116             : };
   81117             : static
   81118             :     struct {
   81119             :         PyASCIIObject _ascii;
   81120             :         uint8_t _data[12];
   81121             :     }
   81122             : _collections_abc_toplevel_consts_50_consts_9_qualname = {
   81123             :     ._ascii = {
   81124             :         .ob_base = {
   81125             :             .ob_refcnt = 999999999,
   81126             :             .ob_type = &PyUnicode_Type,
   81127             :         },
   81128             :         .length = 11,
   81129             :         .hash = -1,
   81130             :         .state = {
   81131             :             .kind = 1,
   81132             :             .compact = 1,
   81133             :             .ascii = 1,
   81134             :         },
   81135             :     },
   81136             :     ._data = "Set.__and__",
   81137             : };
   81138             : static
   81139             :     struct {
   81140             :         PyObject_VAR_HEAD
   81141             :         Py_hash_t ob_shash;
   81142             :         char ob_sval[60];
   81143             :     }
   81144             : _collections_abc_toplevel_consts_50_consts_9_linetable = {
   81145             :     .ob_base = {
   81146             :         .ob_base = {
   81147             :             .ob_refcnt = 999999999,
   81148             :             .ob_type = &PyBytes_Type,
   81149             :         },
   81150             :         .ob_size = 59,
   81151             :     },
   81152             :     .ob_shash = -1,
   81153             :     .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x18\xd4\x0f\x2a\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xd8\x0f\x13\xd7\x0f\x22\xd1\x0f\x22\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xb0\x65\xd0\x22\x4d\xd4\x22\x4d\xd4\x0f\x4d\xd0\x08\x4d",
   81154             : };
   81155             : static
   81156             :     struct _PyCode_DEF(112)
   81157             : _collections_abc_toplevel_consts_50_consts_9 = {
   81158             :     .ob_base = {
   81159             :         .ob_base = {
   81160             :             .ob_refcnt = 999999999,
   81161             :             .ob_type = &PyCode_Type,
   81162             :         },
   81163             :         .ob_size = 56,
   81164             :     },
   81165             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_9_consts._object.ob_base.ob_base,
   81166             :     .co_names = & _collections_abc_toplevel_consts_50_consts_9_names._object.ob_base.ob_base,
   81167             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   81168             :     .co_flags = 3,
   81169             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   81170             :     ._co_linearray_entry_size = 0,
   81171             :     .co_argcount = 2,
   81172             :     .co_posonlyargcount = 0,
   81173             :     .co_kwonlyargcount = 0,
   81174             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   81175             :     .co_stacksize = 4,
   81176             :     .co_firstlineno = 611,
   81177             :     .co_nlocalsplus = 2,
   81178             :     .co_nlocals = 2,
   81179             :     .co_nplaincellvars = 0,
   81180             :     .co_ncellvars = 1,
   81181             :     .co_nfreevars = 0,
   81182             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   81183             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
   81184             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   81185             :     .co_name = &_Py_ID(__and__),
   81186             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_9_qualname._ascii.ob_base,
   81187             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_9_linetable.ob_base.ob_base,
   81188             :     ._co_code = NULL,
   81189             :     ._co_linearray = NULL,
   81190             :     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x89\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   81191             :     ._co_firsttraceable = 1,
   81192             : };
   81193             : static
   81194             :     struct {
   81195             :         PyASCIIObject _ascii;
   81196             :         uint8_t _data[50];
   81197             :     }
   81198             : _collections_abc_toplevel_consts_50_consts_10_consts_0 = {
   81199             :     ._ascii = {
   81200             :         .ob_base = {
   81201             :             .ob_refcnt = 999999999,
   81202             :             .ob_type = &PyUnicode_Type,
   81203             :         },
   81204             :         .length = 49,
   81205             :         .hash = -1,
   81206             :         .state = {
   81207             :             .kind = 1,
   81208             :             .compact = 1,
   81209             :             .ascii = 1,
   81210             :         },
   81211             :     },
   81212             :     ._data = "Return True if two sets have a null intersection.",
   81213             : };
   81214             : static
   81215             :     struct {
   81216             :         PyGC_Head _gc_head;
   81217             :         struct {
   81218             :             PyObject_VAR_HEAD
   81219             :             PyObject *ob_item[3];
   81220             :         }_object;
   81221             :     }
   81222             : _collections_abc_toplevel_consts_50_consts_10_consts = {
   81223             :     ._object = {
   81224             :         .ob_base = {
   81225             :             .ob_base = {
   81226             :                 .ob_refcnt = 999999999,
   81227             :                 .ob_type = &PyTuple_Type,
   81228             :             },
   81229             :             .ob_size = 3,
   81230             :         },
   81231             :         .ob_item = {
   81232             :             & _collections_abc_toplevel_consts_50_consts_10_consts_0._ascii.ob_base,
   81233             :             Py_False,
   81234             :             Py_True,
   81235             :         },
   81236             :     },
   81237             : };
   81238             : static
   81239             :     struct {
   81240             :         PyASCIIObject _ascii;
   81241             :         uint8_t _data[11];
   81242             :     }
   81243             : const_str_isdisjoint = {
   81244             :     ._ascii = {
   81245             :         .ob_base = {
   81246             :             .ob_refcnt = 999999999,
   81247             :             .ob_type = &PyUnicode_Type,
   81248             :         },
   81249             :         .length = 10,
   81250             :         .hash = -1,
   81251             :         .state = {
   81252             :             .kind = 1,
   81253             :             .compact = 1,
   81254             :             .ascii = 1,
   81255             :         },
   81256             :     },
   81257             :     ._data = "isdisjoint",
   81258             : };
   81259             : static
   81260             :     struct {
   81261             :         PyASCIIObject _ascii;
   81262             :         uint8_t _data[15];
   81263             :     }
   81264             : _collections_abc_toplevel_consts_50_consts_10_qualname = {
   81265             :     ._ascii = {
   81266             :         .ob_base = {
   81267             :             .ob_refcnt = 999999999,
   81268             :             .ob_type = &PyUnicode_Type,
   81269             :         },
   81270             :         .length = 14,
   81271             :         .hash = -1,
   81272             :         .state = {
   81273             :             .kind = 1,
   81274             :             .compact = 1,
   81275             :             .ascii = 1,
   81276             :         },
   81277             :     },
   81278             :     ._data = "Set.isdisjoint",
   81279             : };
   81280             : static
   81281             :     struct {
   81282             :         PyObject_VAR_HEAD
   81283             :         Py_hash_t ob_shash;
   81284             :         char ob_sval[42];
   81285             :     }
   81286             : _collections_abc_toplevel_consts_50_consts_10_linetable = {
   81287             :     .ob_base = {
   81288             :         .ob_base = {
   81289             :             .ob_refcnt = 999999999,
   81290             :             .ob_type = &PyBytes_Type,
   81291             :         },
   81292             :         .ob_size = 41,
   81293             :     },
   81294             :     .ob_shash = -1,
   81295             :     .ob_sval = "\x80\x00\xe0\x15\x1a\xf0\x00\x02\x09\x1d\xf1\x00\x02\x09\x1d\x88\x45\xd8\x0f\x14\x98\x04\x88\x7d\xf0\x00\x01\x0d\x1d\xd8\x17\x1c\x90\x75\x90\x75\xd8\x0f\x13\x88\x74",
   81296             : };
   81297             : static
   81298             :     struct {
   81299             :         PyGC_Head _gc_head;
   81300             :         struct {
   81301             :             PyObject_VAR_HEAD
   81302             :             PyObject *ob_item[3];
   81303             :         }_object;
   81304             :     }
   81305             : _collections_abc_toplevel_consts_50_consts_10_localsplusnames = {
   81306             :     ._object = {
   81307             :         .ob_base = {
   81308             :             .ob_base = {
   81309             :                 .ob_refcnt = 999999999,
   81310             :                 .ob_type = &PyTuple_Type,
   81311             :             },
   81312             :             .ob_size = 3,
   81313             :         },
   81314             :         .ob_item = {
   81315             :             & const_str_self._ascii.ob_base,
   81316             :             & const_str_other._ascii.ob_base,
   81317             :             & const_str_value._ascii.ob_base,
   81318             :         },
   81319             :     },
   81320             : };
   81321             : static
   81322             :     struct _PyCode_DEF(30)
   81323             : _collections_abc_toplevel_consts_50_consts_10 = {
   81324             :     .ob_base = {
   81325             :         .ob_base = {
   81326             :             .ob_refcnt = 999999999,
   81327             :             .ob_type = &PyCode_Type,
   81328             :         },
   81329             :         .ob_size = 15,
   81330             :     },
   81331             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_10_consts._object.ob_base.ob_base,
   81332             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   81333             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   81334             :     .co_flags = 3,
   81335             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   81336             :     ._co_linearray_entry_size = 0,
   81337             :     .co_argcount = 2,
   81338             :     .co_posonlyargcount = 0,
   81339             :     .co_kwonlyargcount = 0,
   81340             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   81341             :     .co_stacksize = 3,
   81342             :     .co_firstlineno = 618,
   81343             :     .co_nlocalsplus = 3,
   81344             :     .co_nlocals = 3,
   81345             :     .co_nplaincellvars = 0,
   81346             :     .co_ncellvars = 0,
   81347             :     .co_nfreevars = 0,
   81348             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_10_localsplusnames._object.ob_base.ob_base,
   81349             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   81350             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   81351             :     .co_name = & const_str_isdisjoint._ascii.ob_base,
   81352             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_10_qualname._ascii.ob_base,
   81353             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_10_linetable.ob_base.ob_base,
   81354             :     ._co_code = NULL,
   81355             :     ._co_linearray = NULL,
   81356             :     .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x5d\x08\x00\x00\x7d\x02\x7c\x02\x7c\x00\x76\x00\xaf\x07\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
   81357             :     ._co_firsttraceable = 0,
   81358             : };
   81359             : static
   81360             :     struct {
   81361             :         PyASCIIObject _ascii;
   81362             :         uint8_t _data[30];
   81363             :     }
   81364             : _collections_abc_toplevel_consts_50_consts_11_consts_1_qualname = {
   81365             :     ._ascii = {
   81366             :         .ob_base = {
   81367             :             .ob_refcnt = 999999999,
   81368             :             .ob_type = &PyUnicode_Type,
   81369             :         },
   81370             :         .length = 29,
   81371             :         .hash = -1,
   81372             :         .state = {
   81373             :             .kind = 1,
   81374             :             .compact = 1,
   81375             :             .ascii = 1,
   81376             :         },
   81377             :     },
   81378             :     ._data = "Set.__or__.<locals>.<genexpr>",
   81379             : };
   81380             : static
   81381             :     struct {
   81382             :         PyObject_VAR_HEAD
   81383             :         Py_hash_t ob_shash;
   81384             :         char ob_sval[48];
   81385             :     }
   81386             : _collections_abc_toplevel_consts_50_consts_11_consts_1_linetable = {
   81387             :     .ob_base = {
   81388             :         .ob_base = {
   81389             :             .ob_refcnt = 999999999,
   81390             :             .ob_type = &PyBytes_Type,
   81391             :         },
   81392             :         .ob_size = 47,
   81393             :     },
   81394             :     .ob_shash = -1,
   81395             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x10\x35\xd1\x10\x35\x90\x71\xb0\x31\xd0\x10\x35\xd1\x10\x35\xa8\x61\x90\x11\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35",
   81396             : };
   81397             : static
   81398             :     struct {
   81399             :         PyASCIIObject _ascii;
   81400             :         uint8_t _data[2];
   81401             :     }
   81402             : const_str_e = {
   81403             :     ._ascii = {
   81404             :         .ob_base = {
   81405             :             .ob_refcnt = 999999999,
   81406             :             .ob_type = &PyUnicode_Type,
   81407             :         },
   81408             :         .length = 1,
   81409             :         .hash = -1,
   81410             :         .state = {
   81411             :             .kind = 1,
   81412             :             .compact = 1,
   81413             :             .ascii = 1,
   81414             :         },
   81415             :     },
   81416             :     ._data = "e",
   81417             : };
   81418             : static
   81419             :     struct {
   81420             :         PyGC_Head _gc_head;
   81421             :         struct {
   81422             :             PyObject_VAR_HEAD
   81423             :             PyObject *ob_item[3];
   81424             :         }_object;
   81425             :     }
   81426             : _collections_abc_toplevel_consts_50_consts_11_consts_1_localsplusnames = {
   81427             :     ._object = {
   81428             :         .ob_base = {
   81429             :             .ob_base = {
   81430             :                 .ob_refcnt = 999999999,
   81431             :                 .ob_type = &PyTuple_Type,
   81432             :             },
   81433             :             .ob_size = 3,
   81434             :         },
   81435             :         .ob_item = {
   81436             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   81437             :             & const_str_s._ascii.ob_base,
   81438             :             & const_str_e._ascii.ob_base,
   81439             :         },
   81440             :     },
   81441             : };
   81442             : static
   81443             :     struct _PyCode_DEF(40)
   81444             : _collections_abc_toplevel_consts_50_consts_11_consts_1 = {
   81445             :     .ob_base = {
   81446             :         .ob_base = {
   81447             :             .ob_refcnt = 999999999,
   81448             :             .ob_type = &PyCode_Type,
   81449             :         },
   81450             :         .ob_size = 20,
   81451             :     },
   81452             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   81453             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   81454             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   81455             :     .co_flags = 51,
   81456             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   81457             :     ._co_linearray_entry_size = 0,
   81458             :     .co_argcount = 1,
   81459             :     .co_posonlyargcount = 0,
   81460             :     .co_kwonlyargcount = 0,
   81461             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   81462             :     .co_stacksize = 3,
   81463             :     .co_firstlineno = 628,
   81464             :     .co_nlocalsplus = 3,
   81465             :     .co_nlocals = 3,
   81466             :     .co_nplaincellvars = 0,
   81467             :     .co_ncellvars = 0,
   81468             :     .co_nfreevars = 0,
   81469             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_11_consts_1_localsplusnames._object.ob_base.ob_base,
   81470             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   81471             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   81472             :     .co_name = &_Py_STR(anon_genexpr),
   81473             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_11_consts_1_qualname._ascii.ob_base,
   81474             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_11_consts_1_linetable.ob_base.ob_base,
   81475             :     ._co_code = NULL,
   81476             :     ._co_linearray = NULL,
   81477             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x06\x00\x00\x7d\x02\x7c\x02\x96\x03\x97\x01\x01\x00\x8c\x08\x8c\x0e\x64\x00\x53\x00",
   81478             :     ._co_firsttraceable = 2,
   81479             : };
   81480             : static
   81481             :     struct {
   81482             :         PyGC_Head _gc_head;
   81483             :         struct {
   81484             :             PyObject_VAR_HEAD
   81485             :             PyObject *ob_item[2];
   81486             :         }_object;
   81487             :     }
   81488             : _collections_abc_toplevel_consts_50_consts_11_consts = {
   81489             :     ._object = {
   81490             :         .ob_base = {
   81491             :             .ob_base = {
   81492             :                 .ob_refcnt = 999999999,
   81493             :                 .ob_type = &PyTuple_Type,
   81494             :             },
   81495             :             .ob_size = 2,
   81496             :         },
   81497             :         .ob_item = {
   81498             :             Py_None,
   81499             :             & _collections_abc_toplevel_consts_50_consts_11_consts_1.ob_base.ob_base,
   81500             :         },
   81501             :     },
   81502             : };
   81503             : static
   81504             :     struct {
   81505             :         PyASCIIObject _ascii;
   81506             :         uint8_t _data[11];
   81507             :     }
   81508             : _collections_abc_toplevel_consts_50_consts_11_qualname = {
   81509             :     ._ascii = {
   81510             :         .ob_base = {
   81511             :             .ob_refcnt = 999999999,
   81512             :             .ob_type = &PyUnicode_Type,
   81513             :         },
   81514             :         .length = 10,
   81515             :         .hash = -1,
   81516             :         .state = {
   81517             :             .kind = 1,
   81518             :             .compact = 1,
   81519             :             .ascii = 1,
   81520             :         },
   81521             :     },
   81522             :     ._data = "Set.__or__",
   81523             : };
   81524             : static
   81525             :     struct {
   81526             :         PyObject_VAR_HEAD
   81527             :         Py_hash_t ob_shash;
   81528             :         char ob_sval[61];
   81529             :     }
   81530             : _collections_abc_toplevel_consts_50_consts_11_linetable = {
   81531             :     .ob_base = {
   81532             :         .ob_base = {
   81533             :             .ob_refcnt = 999999999,
   81534             :             .ob_type = &PyBytes_Type,
   81535             :         },
   81536             :         .ob_size = 60,
   81537             :     },
   81538             :     .ob_shash = -1,
   81539             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x18\xd4\x0f\x2a\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xd8\x10\x35\xd0\x10\x35\x98\x54\xa0\x35\x98\x4d\xd0\x10\x35\xd4\x10\x35\x88\x05\xd8\x0f\x13\xd7\x0f\x22\xd1\x0f\x22\xa0\x35\xd4\x0f\x29\xd0\x08\x29",
   81540             : };
   81541             : static
   81542             :     struct {
   81543             :         PyASCIIObject _ascii;
   81544             :         uint8_t _data[6];
   81545             :     }
   81546             : const_str_chain = {
   81547             :     ._ascii = {
   81548             :         .ob_base = {
   81549             :             .ob_refcnt = 999999999,
   81550             :             .ob_type = &PyUnicode_Type,
   81551             :         },
   81552             :         .length = 5,
   81553             :         .hash = -1,
   81554             :         .state = {
   81555             :             .kind = 1,
   81556             :             .compact = 1,
   81557             :             .ascii = 1,
   81558             :         },
   81559             :     },
   81560             :     ._data = "chain",
   81561             : };
   81562             : static
   81563             :     struct {
   81564             :         PyGC_Head _gc_head;
   81565             :         struct {
   81566             :             PyObject_VAR_HEAD
   81567             :             PyObject *ob_item[3];
   81568             :         }_object;
   81569             :     }
   81570             : _collections_abc_toplevel_consts_50_consts_11_localsplusnames = {
   81571             :     ._object = {
   81572             :         .ob_base = {
   81573             :             .ob_base = {
   81574             :                 .ob_refcnt = 999999999,
   81575             :                 .ob_type = &PyTuple_Type,
   81576             :             },
   81577             :             .ob_size = 3,
   81578             :         },
   81579             :         .ob_item = {
   81580             :             & const_str_self._ascii.ob_base,
   81581             :             & const_str_other._ascii.ob_base,
   81582             :             & const_str_chain._ascii.ob_base,
   81583             :         },
   81584             :     },
   81585             : };
   81586             : static
   81587             :     struct _PyCode_DEF(114)
   81588             : _collections_abc_toplevel_consts_50_consts_11 = {
   81589             :     .ob_base = {
   81590             :         .ob_base = {
   81591             :             .ob_refcnt = 999999999,
   81592             :             .ob_type = &PyCode_Type,
   81593             :         },
   81594             :         .ob_size = 57,
   81595             :     },
   81596             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_11_consts._object.ob_base.ob_base,
   81597             :     .co_names = & _collections_abc_toplevel_consts_50_consts_9_names._object.ob_base.ob_base,
   81598             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   81599             :     .co_flags = 3,
   81600             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   81601             :     ._co_linearray_entry_size = 0,
   81602             :     .co_argcount = 2,
   81603             :     .co_posonlyargcount = 0,
   81604             :     .co_kwonlyargcount = 0,
   81605             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   81606             :     .co_stacksize = 4,
   81607             :     .co_firstlineno = 625,
   81608             :     .co_nlocalsplus = 3,
   81609             :     .co_nlocals = 3,
   81610             :     .co_nplaincellvars = 0,
   81611             :     .co_ncellvars = 0,
   81612             :     .co_nfreevars = 0,
   81613             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_11_localsplusnames._object.ob_base.ob_base,
   81614             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   81615             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   81616             :     .co_name = &_Py_ID(__or__),
   81617             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_11_qualname._ascii.ob_base,
   81618             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_11_linetable.ob_base.ob_base,
   81619             :     ._co_code = NULL,
   81620             :     ._co_linearray = NULL,
   81621             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x01\x84\x00\x7c\x00\x7c\x01\x66\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   81622             :     ._co_firsttraceable = 0,
   81623             : };
   81624             : static
   81625             :     struct {
   81626             :         PyASCIIObject _ascii;
   81627             :         uint8_t _data[31];
   81628             :     }
   81629             : _collections_abc_toplevel_consts_50_consts_12_consts_1_qualname = {
   81630             :     ._ascii = {
   81631             :         .ob_base = {
   81632             :             .ob_refcnt = 999999999,
   81633             :             .ob_type = &PyUnicode_Type,
   81634             :         },
   81635             :         .length = 30,
   81636             :         .hash = -1,
   81637             :         .state = {
   81638             :             .kind = 1,
   81639             :             .compact = 1,
   81640             :             .ascii = 1,
   81641             :         },
   81642             :     },
   81643             :     ._data = "Set.__sub__.<locals>.<genexpr>",
   81644             : };
   81645             : static
   81646             :     struct {
   81647             :         PyObject_VAR_HEAD
   81648             :         Py_hash_t ob_shash;
   81649             :         char ob_sval[65];
   81650             :     }
   81651             : _collections_abc_toplevel_consts_50_consts_12_consts_1_linetable = {
   81652             :     .ob_base = {
   81653             :         .ob_base = {
   81654             :             .ob_refcnt = 999999999,
   81655             :             .ob_type = &PyBytes_Type,
   81656             :         },
   81657             :         .ob_size = 64,
   81658             :     },
   81659             :     .ob_shash = -1,
   81660             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x23\x3a\xf1\x00\x01\x23\x3a\xa8\x55\xd8\x26\x2b\xb0\x35\xd0\x26\x38\xf0\x03\x01\x23\x3a\xa0\x35\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a",
   81661             : };
   81662             : static
   81663             :     struct {
   81664             :         PyGC_Head _gc_head;
   81665             :         struct {
   81666             :             PyObject_VAR_HEAD
   81667             :             PyObject *ob_item[3];
   81668             :         }_object;
   81669             :     }
   81670             : _collections_abc_toplevel_consts_50_consts_12_consts_1_localsplusnames = {
   81671             :     ._object = {
   81672             :         .ob_base = {
   81673             :             .ob_base = {
   81674             :                 .ob_refcnt = 999999999,
   81675             :                 .ob_type = &PyTuple_Type,
   81676             :             },
   81677             :             .ob_size = 3,
   81678             :         },
   81679             :         .ob_item = {
   81680             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   81681             :             & const_str_value._ascii.ob_base,
   81682             :             & const_str_other._ascii.ob_base,
   81683             :         },
   81684             :     },
   81685             : };
   81686             : static
   81687             :     struct _PyCode_DEF(38)
   81688             : _collections_abc_toplevel_consts_50_consts_12_consts_1 = {
   81689             :     .ob_base = {
   81690             :         .ob_base = {
   81691             :             .ob_refcnt = 999999999,
   81692             :             .ob_type = &PyCode_Type,
   81693             :         },
   81694             :         .ob_size = 19,
   81695             :     },
   81696             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   81697             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   81698             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   81699             :     .co_flags = 51,
   81700             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   81701             :     ._co_linearray_entry_size = 0,
   81702             :     .co_argcount = 1,
   81703             :     .co_posonlyargcount = 0,
   81704             :     .co_kwonlyargcount = 0,
   81705             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   81706             :     .co_stacksize = 3,
   81707             :     .co_firstlineno = 638,
   81708             :     .co_nlocalsplus = 3,
   81709             :     .co_nlocals = 2,
   81710             :     .co_nplaincellvars = 0,
   81711             :     .co_ncellvars = 0,
   81712             :     .co_nfreevars = 1,
   81713             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_12_consts_1_localsplusnames._object.ob_base.ob_base,
   81714             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   81715             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   81716             :     .co_name = &_Py_STR(anon_genexpr),
   81717             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_12_consts_1_qualname._ascii.ob_base,
   81718             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_12_consts_1_linetable.ob_base.ob_base,
   81719             :     ._co_code = NULL,
   81720             :     ._co_linearray = NULL,
   81721             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x00\x00\x7d\x01\x7c\x01\x89\x02\x76\x01\xaf\x07\x7c\x01\x96\x02\x97\x01\x01\x00\x8c\x0c\x64\x00\x53\x00",
   81722             :     ._co_firsttraceable = 3,
   81723             : };
   81724             : static
   81725             :     struct {
   81726             :         PyGC_Head _gc_head;
   81727             :         struct {
   81728             :             PyObject_VAR_HEAD
   81729             :             PyObject *ob_item[2];
   81730             :         }_object;
   81731             :     }
   81732             : _collections_abc_toplevel_consts_50_consts_12_consts = {
   81733             :     ._object = {
   81734             :         .ob_base = {
   81735             :             .ob_base = {
   81736             :                 .ob_refcnt = 999999999,
   81737             :                 .ob_type = &PyTuple_Type,
   81738             :             },
   81739             :             .ob_size = 2,
   81740             :         },
   81741             :         .ob_item = {
   81742             :             Py_None,
   81743             :             & _collections_abc_toplevel_consts_50_consts_12_consts_1.ob_base.ob_base,
   81744             :         },
   81745             :     },
   81746             : };
   81747             : static
   81748             :     struct {
   81749             :         PyGC_Head _gc_head;
   81750             :         struct {
   81751             :             PyObject_VAR_HEAD
   81752             :             PyObject *ob_item[5];
   81753             :         }_object;
   81754             :     }
   81755             : _collections_abc_toplevel_consts_50_consts_12_names = {
   81756             :     ._object = {
   81757             :         .ob_base = {
   81758             :             .ob_base = {
   81759             :                 .ob_refcnt = 999999999,
   81760             :                 .ob_type = &PyTuple_Type,
   81761             :             },
   81762             :             .ob_size = 5,
   81763             :         },
   81764             :         .ob_item = {
   81765             :             &_Py_ID(isinstance),
   81766             :             & const_str_Set._ascii.ob_base,
   81767             :             & const_str_Iterable._ascii.ob_base,
   81768             :             & const_str_NotImplemented._ascii.ob_base,
   81769             :             & const_str__from_iterable._ascii.ob_base,
   81770             :         },
   81771             :     },
   81772             : };
   81773             : static
   81774             :     struct {
   81775             :         PyASCIIObject _ascii;
   81776             :         uint8_t _data[12];
   81777             :     }
   81778             : _collections_abc_toplevel_consts_50_consts_12_qualname = {
   81779             :     ._ascii = {
   81780             :         .ob_base = {
   81781             :             .ob_refcnt = 999999999,
   81782             :             .ob_type = &PyUnicode_Type,
   81783             :         },
   81784             :         .length = 11,
   81785             :         .hash = -1,
   81786             :         .state = {
   81787             :             .kind = 1,
   81788             :             .compact = 1,
   81789             :             .ascii = 1,
   81790             :         },
   81791             :     },
   81792             :     ._data = "Set.__sub__",
   81793             : };
   81794             : static
   81795             :     struct {
   81796             :         PyObject_VAR_HEAD
   81797             :         Py_hash_t ob_shash;
   81798             :         char ob_sval[107];
   81799             :     }
   81800             : _collections_abc_toplevel_consts_50_consts_12_linetable = {
   81801             :     .ob_base = {
   81802             :         .ob_base = {
   81803             :             .ob_refcnt = 999999999,
   81804             :             .ob_type = &PyBytes_Type,
   81805             :         },
   81806             :         .ob_size = 106,
   81807             :     },
   81808             :     .ob_shash = -1,
   81809             :     .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd1\x14\x27\xa8\x05\xd4\x14\x2e\x88\x45\xd8\x0f\x13\xd7\x0f\x22\xd1\x0f\x22\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xb0\x64\xf0\x00\x01\x23\x3a\xf4\x00\x01\x23\x3a\xf4\x00\x01\x10\x3a\xf0\x00\x01\x09\x3a",
   81810             : };
   81811             : static
   81812             :     struct {
   81813             :         PyObject_VAR_HEAD
   81814             :         Py_hash_t ob_shash;
   81815             :         char ob_sval[3];
   81816             :     }
   81817             : _collections_abc_toplevel_consts_50_consts_12_localspluskinds = {
   81818             :     .ob_base = {
   81819             :         .ob_base = {
   81820             :             .ob_refcnt = 999999999,
   81821             :             .ob_type = &PyBytes_Type,
   81822             :         },
   81823             :         .ob_size = 2,
   81824             :     },
   81825             :     .ob_shash = -1,
   81826             :     .ob_sval = " `",
   81827             : };
   81828             : static
   81829             :     struct _PyCode_DEF(186)
   81830             : _collections_abc_toplevel_consts_50_consts_12 = {
   81831             :     .ob_base = {
   81832             :         .ob_base = {
   81833             :             .ob_refcnt = 999999999,
   81834             :             .ob_type = &PyCode_Type,
   81835             :         },
   81836             :         .ob_size = 93,
   81837             :     },
   81838             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_12_consts._object.ob_base.ob_base,
   81839             :     .co_names = & _collections_abc_toplevel_consts_50_consts_12_names._object.ob_base.ob_base,
   81840             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   81841             :     .co_flags = 3,
   81842             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   81843             :     ._co_linearray_entry_size = 0,
   81844             :     .co_argcount = 2,
   81845             :     .co_posonlyargcount = 0,
   81846             :     .co_kwonlyargcount = 0,
   81847             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   81848             :     .co_stacksize = 4,
   81849             :     .co_firstlineno = 633,
   81850             :     .co_nlocalsplus = 2,
   81851             :     .co_nlocals = 2,
   81852             :     .co_nplaincellvars = 0,
   81853             :     .co_ncellvars = 1,
   81854             :     .co_nfreevars = 0,
   81855             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   81856             :     .co_localspluskinds = & _collections_abc_toplevel_consts_50_consts_12_localspluskinds.ob_base.ob_base,
   81857             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   81858             :     .co_name = &_Py_ID(__sub__),
   81859             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_12_qualname._ascii.ob_base,
   81860             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_12_linetable.ob_base.ob_base,
   81861             :     ._co_code = NULL,
   81862             :     ._co_linearray = NULL,
   81863             :     .co_code_adaptive = "\x87\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x01\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x01\x66\x01\x64\x01\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   81864             :     ._co_firsttraceable = 1,
   81865             : };
   81866             : static
   81867             :     struct {
   81868             :         PyASCIIObject _ascii;
   81869             :         uint8_t _data[32];
   81870             :     }
   81871             : _collections_abc_toplevel_consts_50_consts_13_consts_1_qualname = {
   81872             :     ._ascii = {
   81873             :         .ob_base = {
   81874             :             .ob_refcnt = 999999999,
   81875             :             .ob_type = &PyUnicode_Type,
   81876             :         },
   81877             :         .length = 31,
   81878             :         .hash = -1,
   81879             :         .state = {
   81880             :             .kind = 1,
   81881             :             .compact = 1,
   81882             :             .ascii = 1,
   81883             :         },
   81884             :     },
   81885             :     ._data = "Set.__rsub__.<locals>.<genexpr>",
   81886             : };
   81887             : static
   81888             :     struct {
   81889             :         PyObject_VAR_HEAD
   81890             :         Py_hash_t ob_shash;
   81891             :         char ob_sval[65];
   81892             :     }
   81893             : _collections_abc_toplevel_consts_50_consts_13_consts_1_linetable = {
   81894             :     .ob_base = {
   81895             :         .ob_base = {
   81896             :             .ob_refcnt = 999999999,
   81897             :             .ob_type = &PyBytes_Type,
   81898             :         },
   81899             :         .ob_size = 64,
   81900             :     },
   81901             :     .ob_shash = -1,
   81902             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x23\x39\xf1\x00\x01\x23\x39\xa8\x55\xd8\x26\x2b\xb0\x34\xd0\x26\x37\xf0\x03\x01\x23\x39\xa0\x35\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39",
   81903             : };
   81904             : static
   81905             :     struct _PyCode_DEF(38)
   81906             : _collections_abc_toplevel_consts_50_consts_13_consts_1 = {
   81907             :     .ob_base = {
   81908             :         .ob_base = {
   81909             :             .ob_refcnt = 999999999,
   81910             :             .ob_type = &PyCode_Type,
   81911             :         },
   81912             :         .ob_size = 19,
   81913             :     },
   81914             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   81915             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   81916             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   81917             :     .co_flags = 51,
   81918             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   81919             :     ._co_linearray_entry_size = 0,
   81920             :     .co_argcount = 1,
   81921             :     .co_posonlyargcount = 0,
   81922             :     .co_kwonlyargcount = 0,
   81923             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   81924             :     .co_stacksize = 3,
   81925             :     .co_firstlineno = 646,
   81926             :     .co_nlocalsplus = 3,
   81927             :     .co_nlocals = 2,
   81928             :     .co_nplaincellvars = 0,
   81929             :     .co_ncellvars = 0,
   81930             :     .co_nfreevars = 1,
   81931             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
   81932             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   81933             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   81934             :     .co_name = &_Py_STR(anon_genexpr),
   81935             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_13_consts_1_qualname._ascii.ob_base,
   81936             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_13_consts_1_linetable.ob_base.ob_base,
   81937             :     ._co_code = NULL,
   81938             :     ._co_linearray = NULL,
   81939             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x00\x00\x7d\x01\x7c\x01\x89\x02\x76\x01\xaf\x07\x7c\x01\x96\x02\x97\x01\x01\x00\x8c\x0c\x64\x00\x53\x00",
   81940             :     ._co_firsttraceable = 3,
   81941             : };
   81942             : static
   81943             :     struct {
   81944             :         PyGC_Head _gc_head;
   81945             :         struct {
   81946             :             PyObject_VAR_HEAD
   81947             :             PyObject *ob_item[2];
   81948             :         }_object;
   81949             :     }
   81950             : _collections_abc_toplevel_consts_50_consts_13_consts = {
   81951             :     ._object = {
   81952             :         .ob_base = {
   81953             :             .ob_base = {
   81954             :                 .ob_refcnt = 999999999,
   81955             :                 .ob_type = &PyTuple_Type,
   81956             :             },
   81957             :             .ob_size = 2,
   81958             :         },
   81959             :         .ob_item = {
   81960             :             Py_None,
   81961             :             & _collections_abc_toplevel_consts_50_consts_13_consts_1.ob_base.ob_base,
   81962             :         },
   81963             :     },
   81964             : };
   81965             : static
   81966             :     struct {
   81967             :         PyASCIIObject _ascii;
   81968             :         uint8_t _data[13];
   81969             :     }
   81970             : _collections_abc_toplevel_consts_50_consts_13_qualname = {
   81971             :     ._ascii = {
   81972             :         .ob_base = {
   81973             :             .ob_refcnt = 999999999,
   81974             :             .ob_type = &PyUnicode_Type,
   81975             :         },
   81976             :         .length = 12,
   81977             :         .hash = -1,
   81978             :         .state = {
   81979             :             .kind = 1,
   81980             :             .compact = 1,
   81981             :             .ascii = 1,
   81982             :         },
   81983             :     },
   81984             :     ._data = "Set.__rsub__",
   81985             : };
   81986             : static
   81987             :     struct {
   81988             :         PyObject_VAR_HEAD
   81989             :         Py_hash_t ob_shash;
   81990             :         char ob_sval[107];
   81991             :     }
   81992             : _collections_abc_toplevel_consts_50_consts_13_linetable = {
   81993             :     .ob_base = {
   81994             :         .ob_base = {
   81995             :             .ob_refcnt = 999999999,
   81996             :             .ob_type = &PyBytes_Type,
   81997             :         },
   81998             :         .ob_size = 106,
   81999             :     },
   82000             :     .ob_shash = -1,
   82001             :     .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd1\x14\x27\xa8\x05\xd4\x14\x2e\x88\x45\xd8\x0f\x13\xd7\x0f\x22\xd1\x0f\x22\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xb0\x65\xf0\x00\x01\x23\x39\xf4\x00\x01\x23\x39\xf4\x00\x01\x10\x39\xf0\x00\x01\x09\x39",
   82002             : };
   82003             : static
   82004             :     struct _PyCode_DEF(186)
   82005             : _collections_abc_toplevel_consts_50_consts_13 = {
   82006             :     .ob_base = {
   82007             :         .ob_base = {
   82008             :             .ob_refcnt = 999999999,
   82009             :             .ob_type = &PyCode_Type,
   82010             :         },
   82011             :         .ob_size = 93,
   82012             :     },
   82013             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_13_consts._object.ob_base.ob_base,
   82014             :     .co_names = & _collections_abc_toplevel_consts_50_consts_12_names._object.ob_base.ob_base,
   82015             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   82016             :     .co_flags = 3,
   82017             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   82018             :     ._co_linearray_entry_size = 0,
   82019             :     .co_argcount = 2,
   82020             :     .co_posonlyargcount = 0,
   82021             :     .co_kwonlyargcount = 0,
   82022             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   82023             :     .co_stacksize = 4,
   82024             :     .co_firstlineno = 641,
   82025             :     .co_nlocalsplus = 2,
   82026             :     .co_nlocals = 2,
   82027             :     .co_nplaincellvars = 0,
   82028             :     .co_ncellvars = 1,
   82029             :     .co_nfreevars = 0,
   82030             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   82031             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
   82032             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   82033             :     .co_name = &_Py_ID(__rsub__),
   82034             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_13_qualname._ascii.ob_base,
   82035             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_13_linetable.ob_base.ob_base,
   82036             :     ._co_code = NULL,
   82037             :     ._co_linearray = NULL,
   82038             :     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x89\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x89\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   82039             :     ._co_firsttraceable = 1,
   82040             : };
   82041             : static
   82042             :     struct {
   82043             :         PyASCIIObject _ascii;
   82044             :         uint8_t _data[12];
   82045             :     }
   82046             : _collections_abc_toplevel_consts_50_consts_14_qualname = {
   82047             :     ._ascii = {
   82048             :         .ob_base = {
   82049             :             .ob_refcnt = 999999999,
   82050             :             .ob_type = &PyUnicode_Type,
   82051             :         },
   82052             :         .length = 11,
   82053             :         .hash = -1,
   82054             :         .state = {
   82055             :             .kind = 1,
   82056             :             .compact = 1,
   82057             :             .ascii = 1,
   82058             :         },
   82059             :     },
   82060             :     ._data = "Set.__xor__",
   82061             : };
   82062             : static
   82063             :     struct {
   82064             :         PyObject_VAR_HEAD
   82065             :         Py_hash_t ob_shash;
   82066             :         char ob_sval[74];
   82067             :     }
   82068             : _collections_abc_toplevel_consts_50_consts_14_linetable = {
   82069             :     .ob_base = {
   82070             :         .ob_base = {
   82071             :             .ob_refcnt = 999999999,
   82072             :             .ob_type = &PyBytes_Type,
   82073             :         },
   82074             :         .ob_size = 73,
   82075             :     },
   82076             :     .ob_shash = -1,
   82077             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd1\x14\x27\xa8\x05\xd4\x14\x2e\x88\x45\xd8\x10\x14\x90\x75\x91\x0c\xa0\x15\xa8\x14\xa1\x1c\xd1\x0f\x2e\xd0\x08\x2e",
   82078             : };
   82079             : static
   82080             :     struct _PyCode_DEF(150)
   82081             : _collections_abc_toplevel_consts_50_consts_14 = {
   82082             :     .ob_base = {
   82083             :         .ob_base = {
   82084             :             .ob_refcnt = 999999999,
   82085             :             .ob_type = &PyCode_Type,
   82086             :         },
   82087             :         .ob_size = 75,
   82088             :     },
   82089             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   82090             :     .co_names = & _collections_abc_toplevel_consts_50_consts_12_names._object.ob_base.ob_base,
   82091             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   82092             :     .co_flags = 3,
   82093             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   82094             :     ._co_linearray_entry_size = 0,
   82095             :     .co_argcount = 2,
   82096             :     .co_posonlyargcount = 0,
   82097             :     .co_kwonlyargcount = 0,
   82098             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   82099             :     .co_stacksize = 4,
   82100             :     .co_firstlineno = 649,
   82101             :     .co_nlocalsplus = 2,
   82102             :     .co_nlocals = 2,
   82103             :     .co_nplaincellvars = 0,
   82104             :     .co_ncellvars = 0,
   82105             :     .co_nfreevars = 0,
   82106             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   82107             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   82108             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   82109             :     .co_name = &_Py_ID(__xor__),
   82110             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_14_qualname._ascii.ob_base,
   82111             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_14_linetable.ob_base.ob_base,
   82112             :     ._co_code = NULL,
   82113             :     ._co_linearray = NULL,
   82114             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x7c\x01\x7a\x0a\x00\x00\x7c\x01\x7c\x00\x7a\x0a\x00\x00\x7a\x07\x00\x00\x53\x00",
   82115             :     ._co_firsttraceable = 0,
   82116             : };
   82117             : static
   82118             :     struct {
   82119             :         PyASCIIObject _ascii;
   82120             :         uint8_t _data[556];
   82121             :     }
   82122             : _collections_abc_toplevel_consts_50_consts_15_consts_0 = {
   82123             :     ._ascii = {
   82124             :         .ob_base = {
   82125             :             .ob_refcnt = 999999999,
   82126             :             .ob_type = &PyUnicode_Type,
   82127             :         },
   82128             :         .length = 555,
   82129             :         .hash = -1,
   82130             :         .state = {
   82131             :             .kind = 1,
   82132             :             .compact = 1,
   82133             :             .ascii = 1,
   82134             :         },
   82135             :     },
   82136             :     ._data = "\x43\x6f\x6d\x70\x75\x74\x65\x20\x74\x68\x65\x20\x68\x61\x73\x68\x20\x76\x61\x6c\x75\x65\x20\x6f\x66\x20\x61\x20\x73\x65\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4e\x6f\x74\x65\x20\x74\x68\x61\x74\x20\x77\x65\x20\x64\x6f\x6e\x27\x74\x20\x64\x65\x66\x69\x6e\x65\x20\x5f\x5f\x68\x61\x73\x68\x5f\x5f\x3a\x20\x6e\x6f\x74\x20\x61\x6c\x6c\x20\x73\x65\x74\x73\x20\x61\x72\x65\x20\x68\x61\x73\x68\x61\x62\x6c\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x42\x75\x74\x20\x69\x66\x20\x79\x6f\x75\x20\x64\x65\x66\x69\x6e\x65\x20\x61\x20\x68\x61\x73\x68\x61\x62\x6c\x65\x20\x73\x65\x74\x20\x74\x79\x70\x65\x2c\x20\x69\x74\x73\x20\x5f\x5f\x68\x61\x73\x68\x5f\x5f\x20\x73\x68\x6f\x75\x6c\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x61\x6c\x6c\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x63\x6f\x6d\x70\x61\x74\x69\x62\x6c\x65\x20\x5f\x5f\x65\x71\x5f\x5f\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x41\x6c\x6c\x20\x73\x65\x74\x73\x20\x6f\x75\x67\x68\x74\x20\x74\x6f\x20\x63\x6f\x6d\x70\x61\x72\x65\x20\x65\x71\x75\x61\x6c\x20\x69\x66\x20\x74\x68\x65\x79\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2c\x20\x72\x65\x67\x61\x72\x64\x6c\x65\x73\x73\x20\x6f\x66\x20\x68\x6f\x77\x20\x74\x68\x65\x79\x20\x61\x72\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x2c\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x67\x61\x72\x64\x6c\x65\x73\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x6f\x72\x64\x65\x72\x20\x6f\x66\x20\x74\x68\x65\x20\x65\x6c\x65\x6d\x65\x6e\x74\x73\x3b\x20\x73\x6f\x20\x74\x68\x65\x72\x65\x27\x73\x20\x6e\x6f\x74\x20\x6d\x75\x63\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x72\x65\x65\x64\x6f\x6d\x20\x66\x6f\x72\x20\x5f\x5f\x65\x71\x5f\x5f\x20\x6f\x72\x20\x5f\x5f\x68\x61\x73\x68\x5f\x5f\x2e\x20\x20\x57\x65\x20\x6d\x61\x74\x63\x68\x20\x74\x68\x65\x20\x61\x6c\x67\x6f\x72\x69\x74\x68\x6d\x20\x75\x73\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x79\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x20\x66\x72\x6f\x7a\x65\x6e\x73\x65\x74\x20\x74\x79\x70\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   82137             : };
   82138             : #if PYLONG_BITS_IN_DIGIT == 15
   82139             : static
   82140             :     struct {
   82141             :         PyObject_VAR_HEAD
   82142             :         digit ob_digit[3];
   82143             :     }
   82144             : const_int_1927868237 = {
   82145             :     .ob_base = {
   82146             :         .ob_base = {
   82147             :             .ob_refcnt = 999999999,
   82148             :             .ob_type = &PyLong_Type,
   82149             :         },
   82150             :         .ob_size = 3,
   82151             :     },
   82152             :     .ob_digit = { 28493, 26065, 1 },
   82153             : };
   82154             : #elif PYLONG_BITS_IN_DIGIT == 30
   82155             : static
   82156             :     struct {
   82157             :         PyObject_VAR_HEAD
   82158             :         digit ob_digit[2];
   82159             :     }
   82160             : const_int_1927868237 = {
   82161             :     .ob_base = {
   82162             :         .ob_base = {
   82163             :             .ob_refcnt = 999999999,
   82164             :             .ob_type = &PyLong_Type,
   82165             :         },
   82166             :         .ob_size = 2,
   82167             :     },
   82168             :     .ob_digit = { 854126413, 1 },
   82169             : };
   82170             : #else
   82171             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   82172             : #endif
   82173             : #if PYLONG_BITS_IN_DIGIT == 15
   82174             : static
   82175             :     struct {
   82176             :         PyObject_VAR_HEAD
   82177             :         digit ob_digit[2];
   82178             :     }
   82179             : const_int_89869747 = {
   82180             :     .ob_base = {
   82181             :         .ob_base = {
   82182             :             .ob_refcnt = 999999999,
   82183             :             .ob_type = &PyLong_Type,
   82184             :         },
   82185             :         .ob_size = 2,
   82186             :     },
   82187             :     .ob_digit = { 19891, 2742 },
   82188             : };
   82189             : #elif PYLONG_BITS_IN_DIGIT == 30
   82190             : static
   82191             :     struct {
   82192             :         PyObject_VAR_HEAD
   82193             :         digit ob_digit[1];
   82194             :     }
   82195             : const_int_89869747 = {
   82196             :     .ob_base = {
   82197             :         .ob_base = {
   82198             :             .ob_refcnt = 999999999,
   82199             :             .ob_type = &PyLong_Type,
   82200             :         },
   82201             :         .ob_size = 1,
   82202             :     },
   82203             :     .ob_digit = { 89869747 },
   82204             : };
   82205             : #else
   82206             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   82207             : #endif
   82208             : #if PYLONG_BITS_IN_DIGIT == 15
   82209             : static
   82210             :     struct {
   82211             :         PyObject_VAR_HEAD
   82212             :         digit ob_digit[3];
   82213             :     }
   82214             : const_int_3644798167 = {
   82215             :     .ob_base = {
   82216             :         .ob_base = {
   82217             :             .ob_refcnt = 999999999,
   82218             :             .ob_type = &PyLong_Type,
   82219             :         },
   82220             :         .ob_size = 3,
   82221             :     },
   82222             :     .ob_digit = { 13527, 12926, 3 },
   82223             : };
   82224             : #elif PYLONG_BITS_IN_DIGIT == 30
   82225             : static
   82226             :     struct {
   82227             :         PyObject_VAR_HEAD
   82228             :         digit ob_digit[2];
   82229             :     }
   82230             : const_int_3644798167 = {
   82231             :     .ob_base = {
   82232             :         .ob_base = {
   82233             :             .ob_refcnt = 999999999,
   82234             :             .ob_type = &PyLong_Type,
   82235             :         },
   82236             :         .ob_size = 2,
   82237             :     },
   82238             :     .ob_digit = { 423572695, 3 },
   82239             : };
   82240             : #else
   82241             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   82242             : #endif
   82243             : #if PYLONG_BITS_IN_DIGIT == 15
   82244             : static
   82245             :     struct {
   82246             :         PyObject_VAR_HEAD
   82247             :         digit ob_digit[2];
   82248             :     }
   82249             : const_int_69069 = {
   82250             :     .ob_base = {
   82251             :         .ob_base = {
   82252             :             .ob_refcnt = 999999999,
   82253             :             .ob_type = &PyLong_Type,
   82254             :         },
   82255             :         .ob_size = 2,
   82256             :     },
   82257             :     .ob_digit = { 3533, 2 },
   82258             : };
   82259             : #elif PYLONG_BITS_IN_DIGIT == 30
   82260             : static
   82261             :     struct {
   82262             :         PyObject_VAR_HEAD
   82263             :         digit ob_digit[1];
   82264             :     }
   82265             : const_int_69069 = {
   82266             :     .ob_base = {
   82267             :         .ob_base = {
   82268             :             .ob_refcnt = 999999999,
   82269             :             .ob_type = &PyLong_Type,
   82270             :         },
   82271             :         .ob_size = 1,
   82272             :     },
   82273             :     .ob_digit = { 69069 },
   82274             : };
   82275             : #else
   82276             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   82277             : #endif
   82278             : #if PYLONG_BITS_IN_DIGIT == 15
   82279             : static
   82280             :     struct {
   82281             :         PyObject_VAR_HEAD
   82282             :         digit ob_digit[2];
   82283             :     }
   82284             : const_int_907133923 = {
   82285             :     .ob_base = {
   82286             :         .ob_base = {
   82287             :             .ob_refcnt = 999999999,
   82288             :             .ob_type = &PyLong_Type,
   82289             :         },
   82290             :         .ob_size = 2,
   82291             :     },
   82292             :     .ob_digit = { 17379, 27683 },
   82293             : };
   82294             : #elif PYLONG_BITS_IN_DIGIT == 30
   82295             : static
   82296             :     struct {
   82297             :         PyObject_VAR_HEAD
   82298             :         digit ob_digit[1];
   82299             :     }
   82300             : const_int_907133923 = {
   82301             :     .ob_base = {
   82302             :         .ob_base = {
   82303             :             .ob_refcnt = 999999999,
   82304             :             .ob_type = &PyLong_Type,
   82305             :         },
   82306             :         .ob_size = 1,
   82307             :     },
   82308             :     .ob_digit = { 907133923 },
   82309             : };
   82310             : #else
   82311             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   82312             : #endif
   82313             : #if PYLONG_BITS_IN_DIGIT == 15
   82314             : static
   82315             :     struct {
   82316             :         PyObject_VAR_HEAD
   82317             :         digit ob_digit[2];
   82318             :     }
   82319             : const_int_590923713 = {
   82320             :     .ob_base = {
   82321             :         .ob_base = {
   82322             :             .ob_refcnt = 999999999,
   82323             :             .ob_type = &PyLong_Type,
   82324             :         },
   82325             :         .ob_size = 2,
   82326             :     },
   82327             :     .ob_digit = { 18369, 18033 },
   82328             : };
   82329             : #elif PYLONG_BITS_IN_DIGIT == 30
   82330             : static
   82331             :     struct {
   82332             :         PyObject_VAR_HEAD
   82333             :         digit ob_digit[1];
   82334             :     }
   82335             : const_int_590923713 = {
   82336             :     .ob_base = {
   82337             :         .ob_base = {
   82338             :             .ob_refcnt = 999999999,
   82339             :             .ob_type = &PyLong_Type,
   82340             :         },
   82341             :         .ob_size = 1,
   82342             :     },
   82343             :     .ob_digit = { 590923713 },
   82344             : };
   82345             : #else
   82346             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
   82347             : #endif
   82348             : static
   82349             :     struct {
   82350             :         PyGC_Head _gc_head;
   82351             :         struct {
   82352             :             PyObject_VAR_HEAD
   82353             :             PyObject *ob_item[13];
   82354             :         }_object;
   82355             :     }
   82356             : _collections_abc_toplevel_consts_50_consts_15_consts = {
   82357             :     ._object = {
   82358             :         .ob_base = {
   82359             :             .ob_base = {
   82360             :                 .ob_refcnt = 999999999,
   82361             :                 .ob_type = &PyTuple_Type,
   82362             :             },
   82363             :             .ob_size = 13,
   82364             :         },
   82365             :         .ob_item = {
   82366             :             & _collections_abc_toplevel_consts_50_consts_15_consts_0._ascii.ob_base,
   82367             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   82368             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   82369             :             & const_int_1927868237.ob_base.ob_base,
   82370             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
   82371             :             & const_int_89869747.ob_base.ob_base,
   82372             :             & const_int_3644798167.ob_base.ob_base,
   82373             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 11],
   82374             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 25],
   82375             :             & const_int_69069.ob_base.ob_base,
   82376             :             & const_int_907133923.ob_base.ob_base,
   82377             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   82378             :             & const_int_590923713.ob_base.ob_base,
   82379             :         },
   82380             :     },
   82381             : };
   82382             : static
   82383             :     struct {
   82384             :         PyASCIIObject _ascii;
   82385             :         uint8_t _data[8];
   82386             :     }
   82387             : const_str_maxsize = {
   82388             :     ._ascii = {
   82389             :         .ob_base = {
   82390             :             .ob_refcnt = 999999999,
   82391             :             .ob_type = &PyUnicode_Type,
   82392             :         },
   82393             :         .length = 7,
   82394             :         .hash = -1,
   82395             :         .state = {
   82396             :             .kind = 1,
   82397             :             .compact = 1,
   82398             :             .ascii = 1,
   82399             :         },
   82400             :     },
   82401             :     ._data = "maxsize",
   82402             : };
   82403             : static
   82404             :     struct {
   82405             :         PyGC_Head _gc_head;
   82406             :         struct {
   82407             :             PyObject_VAR_HEAD
   82408             :             PyObject *ob_item[4];
   82409             :         }_object;
   82410             :     }
   82411             : _collections_abc_toplevel_consts_50_consts_15_names = {
   82412             :     ._object = {
   82413             :         .ob_base = {
   82414             :             .ob_base = {
   82415             :                 .ob_refcnt = 999999999,
   82416             :                 .ob_type = &PyTuple_Type,
   82417             :             },
   82418             :             .ob_size = 4,
   82419             :         },
   82420             :         .ob_item = {
   82421             :             & const_str_sys._ascii.ob_base,
   82422             :             & const_str_maxsize._ascii.ob_base,
   82423             :             &_Py_ID(len),
   82424             :             & const_str_hash._ascii.ob_base,
   82425             :         },
   82426             :     },
   82427             : };
   82428             : static
   82429             :     struct {
   82430             :         PyASCIIObject _ascii;
   82431             :         uint8_t _data[6];
   82432             :     }
   82433             : const_str__hash = {
   82434             :     ._ascii = {
   82435             :         .ob_base = {
   82436             :             .ob_refcnt = 999999999,
   82437             :             .ob_type = &PyUnicode_Type,
   82438             :         },
   82439             :         .length = 5,
   82440             :         .hash = -1,
   82441             :         .state = {
   82442             :             .kind = 1,
   82443             :             .compact = 1,
   82444             :             .ascii = 1,
   82445             :         },
   82446             :     },
   82447             :     ._data = "_hash",
   82448             : };
   82449             : static
   82450             :     struct {
   82451             :         PyASCIIObject _ascii;
   82452             :         uint8_t _data[10];
   82453             :     }
   82454             : _collections_abc_toplevel_consts_50_consts_15_qualname = {
   82455             :     ._ascii = {
   82456             :         .ob_base = {
   82457             :             .ob_refcnt = 999999999,
   82458             :             .ob_type = &PyUnicode_Type,
   82459             :         },
   82460             :         .length = 9,
   82461             :         .hash = -1,
   82462             :         .state = {
   82463             :             .kind = 1,
   82464             :             .compact = 1,
   82465             :             .ascii = 1,
   82466             :         },
   82467             :     },
   82468             :     ._data = "Set._hash",
   82469             : };
   82470             : static
   82471             :     struct {
   82472             :         PyObject_VAR_HEAD
   82473             :         Py_hash_t ob_shash;
   82474             :         char ob_sval[215];
   82475             :     }
   82476             : _collections_abc_toplevel_consts_50_consts_15_linetable = {
   82477             :     .ob_base = {
   82478             :         .ob_base = {
   82479             :             .ob_refcnt = 999999999,
   82480             :             .ob_type = &PyBytes_Type,
   82481             :         },
   82482             :         .ob_size = 214,
   82483             :     },
   82484             :     .ob_shash = -1,
   82485             :     .ob_sval = "\x80\x00\xf5\x1e\x00\x0f\x12\x8f\x6b\x89\x6b\x88\x03\xd8\x0f\x10\x90\x33\x89\x77\x98\x11\x89\x7b\x88\x04\xdd\x0c\x0f\x90\x04\x8c\x49\x88\x01\xd8\x0c\x16\x98\x21\x98\x61\x99\x25\xd1\x0c\x20\x88\x01\xd8\x08\x09\x88\x54\x89\x09\x88\x01\xd8\x11\x15\xf0\x00\x03\x09\x16\xf1\x00\x03\x09\x16\x88\x41\xdd\x11\x15\x90\x61\x94\x17\x88\x42\xd8\x0c\x0d\x90\x22\x98\x02\x98\x62\x99\x08\x91\x2f\xa0\x48\xd1\x12\x2c\xb0\x1a\xd1\x11\x3b\xd1\x0c\x3b\x88\x41\xd8\x0c\x0d\x90\x14\x89\x49\x88\x41\x88\x41\xd8\x08\x09\x88\x61\x90\x32\x89\x67\x98\x21\x98\x72\x99\x27\xd1\x0d\x22\xd1\x08\x22\x88\x01\xd8\x0c\x0d\x90\x05\x89\x49\x98\x09\xd1\x0c\x21\x88\x01\xd8\x08\x09\x88\x54\x89\x09\x88\x01\xd8\x0b\x0c\x88\x73\x8a\x37\xf0\x00\x01\x09\x1a\xd8\x0c\x0d\x90\x14\x98\x01\x91\x18\x89\x4d\x88\x41\xd8\x0b\x0c\x90\x02\x8a\x37\xf0\x00\x01\x09\x1a\xd8\x10\x19\x88\x41\xd8\x0f\x10\x88\x08",
   82486             : };
   82487             : static
   82488             :     struct {
   82489             :         PyASCIIObject _ascii;
   82490             :         uint8_t _data[4];
   82491             :     }
   82492             : const_str_MAX = {
   82493             :     ._ascii = {
   82494             :         .ob_base = {
   82495             :             .ob_refcnt = 999999999,
   82496             :             .ob_type = &PyUnicode_Type,
   82497             :         },
   82498             :         .length = 3,
   82499             :         .hash = -1,
   82500             :         .state = {
   82501             :             .kind = 1,
   82502             :             .compact = 1,
   82503             :             .ascii = 1,
   82504             :         },
   82505             :     },
   82506             :     ._data = "MAX",
   82507             : };
   82508             : static
   82509             :     struct {
   82510             :         PyASCIIObject _ascii;
   82511             :         uint8_t _data[5];
   82512             :     }
   82513             : const_str_MASK = {
   82514             :     ._ascii = {
   82515             :         .ob_base = {
   82516             :             .ob_refcnt = 999999999,
   82517             :             .ob_type = &PyUnicode_Type,
   82518             :         },
   82519             :         .length = 4,
   82520             :         .hash = -1,
   82521             :         .state = {
   82522             :             .kind = 1,
   82523             :             .compact = 1,
   82524             :             .ascii = 1,
   82525             :         },
   82526             :     },
   82527             :     ._data = "MASK",
   82528             : };
   82529             : static
   82530             :     struct {
   82531             :         PyASCIIObject _ascii;
   82532             :         uint8_t _data[2];
   82533             :     }
   82534             : const_str_n = {
   82535             :     ._ascii = {
   82536             :         .ob_base = {
   82537             :             .ob_refcnt = 999999999,
   82538             :             .ob_type = &PyUnicode_Type,
   82539             :         },
   82540             :         .length = 1,
   82541             :         .hash = -1,
   82542             :         .state = {
   82543             :             .kind = 1,
   82544             :             .compact = 1,
   82545             :             .ascii = 1,
   82546             :         },
   82547             :     },
   82548             :     ._data = "n",
   82549             : };
   82550             : static
   82551             :     struct {
   82552             :         PyASCIIObject _ascii;
   82553             :         uint8_t _data[2];
   82554             :     }
   82555             : const_str_h = {
   82556             :     ._ascii = {
   82557             :         .ob_base = {
   82558             :             .ob_refcnt = 999999999,
   82559             :             .ob_type = &PyUnicode_Type,
   82560             :         },
   82561             :         .length = 1,
   82562             :         .hash = -1,
   82563             :         .state = {
   82564             :             .kind = 1,
   82565             :             .compact = 1,
   82566             :             .ascii = 1,
   82567             :         },
   82568             :     },
   82569             :     ._data = "h",
   82570             : };
   82571             : static
   82572             :     struct {
   82573             :         PyASCIIObject _ascii;
   82574             :         uint8_t _data[3];
   82575             :     }
   82576             : const_str_hx = {
   82577             :     ._ascii = {
   82578             :         .ob_base = {
   82579             :             .ob_refcnt = 999999999,
   82580             :             .ob_type = &PyUnicode_Type,
   82581             :         },
   82582             :         .length = 2,
   82583             :         .hash = -1,
   82584             :         .state = {
   82585             :             .kind = 1,
   82586             :             .compact = 1,
   82587             :             .ascii = 1,
   82588             :         },
   82589             :     },
   82590             :     ._data = "hx",
   82591             : };
   82592             : static
   82593             :     struct {
   82594             :         PyGC_Head _gc_head;
   82595             :         struct {
   82596             :             PyObject_VAR_HEAD
   82597             :             PyObject *ob_item[7];
   82598             :         }_object;
   82599             :     }
   82600             : _collections_abc_toplevel_consts_50_consts_15_localsplusnames = {
   82601             :     ._object = {
   82602             :         .ob_base = {
   82603             :             .ob_base = {
   82604             :                 .ob_refcnt = 999999999,
   82605             :                 .ob_type = &PyTuple_Type,
   82606             :             },
   82607             :             .ob_size = 7,
   82608             :         },
   82609             :         .ob_item = {
   82610             :             & const_str_self._ascii.ob_base,
   82611             :             & const_str_MAX._ascii.ob_base,
   82612             :             & const_str_MASK._ascii.ob_base,
   82613             :             & const_str_n._ascii.ob_base,
   82614             :             & const_str_h._ascii.ob_base,
   82615             :             & const_str_x._ascii.ob_base,
   82616             :             & const_str_hx._ascii.ob_base,
   82617             :         },
   82618             :     },
   82619             : };
   82620             : static
   82621             :     struct _PyCode_DEF(288)
   82622             : _collections_abc_toplevel_consts_50_consts_15 = {
   82623             :     .ob_base = {
   82624             :         .ob_base = {
   82625             :             .ob_refcnt = 999999999,
   82626             :             .ob_type = &PyCode_Type,
   82627             :         },
   82628             :         .ob_size = 144,
   82629             :     },
   82630             :     .co_consts = & _collections_abc_toplevel_consts_50_consts_15_consts._object.ob_base.ob_base,
   82631             :     .co_names = & _collections_abc_toplevel_consts_50_consts_15_names._object.ob_base.ob_base,
   82632             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   82633             :     .co_flags = 3,
   82634             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   82635             :     ._co_linearray_entry_size = 0,
   82636             :     .co_argcount = 1,
   82637             :     .co_posonlyargcount = 0,
   82638             :     .co_kwonlyargcount = 0,
   82639             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   82640             :     .co_stacksize = 5,
   82641             :     .co_firstlineno = 658,
   82642             :     .co_nlocalsplus = 7,
   82643             :     .co_nlocals = 7,
   82644             :     .co_nplaincellvars = 0,
   82645             :     .co_ncellvars = 0,
   82646             :     .co_nfreevars = 0,
   82647             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_15_localsplusnames._object.ob_base.ob_base,
   82648             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
   82649             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   82650             :     .co_name = & const_str__hash._ascii.ob_base,
   82651             :     .co_qualname = & _collections_abc_toplevel_consts_50_consts_15_qualname._ascii.ob_base,
   82652             :     .co_linetable = & _collections_abc_toplevel_consts_50_consts_15_linetable.ob_base.ob_base,
   82653             :     ._co_code = NULL,
   82654             :     ._co_linearray = NULL,
   82655             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x01\x7c\x01\x7a\x05\x00\x00\x64\x02\x7a\x00\x00\x00\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x64\x03\x7c\x03\x64\x02\x7a\x00\x00\x00\x7a\x05\x00\x00\x7d\x04\x7c\x04\x7c\x02\x7a\x0e\x00\x00\x7d\x04\x7c\x00\x44\x00\x5d\x25\x00\x00\x7d\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x04\x7c\x06\x7c\x06\x64\x04\x7a\x03\x00\x00\x7a\x0c\x00\x00\x64\x05\x7a\x0c\x00\x00\x64\x06\x7a\x05\x00\x00\x7a\x19\x00\x00\x7d\x04\x7c\x04\x7c\x02\x7a\x0e\x00\x00\x7d\x04\x8c\x27\x7c\x04\x7c\x04\x64\x07\x7a\x09\x00\x00\x7c\x04\x64\x08\x7a\x09\x00\x00\x7a\x0c\x00\x00\x7a\x19\x00\x00\x7d\x04\x7c\x04\x64\x09\x7a\x05\x00\x00\x64\x0a\x7a\x00\x00\x00\x7d\x04\x7c\x04\x7c\x02\x7a\x0e\x00\x00\x7d\x04\x7c\x04\x7c\x01\x6b\x04\x00\x00\x00\x00\x72\x08\x7c\x04\x7c\x02\x64\x02\x7a\x00\x00\x00\x7a\x17\x00\x00\x7d\x04\x7c\x04\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x0c\x7d\x04\x7c\x04\x53\x00",
   82656             :     ._co_firsttraceable = 0,
   82657             : };
   82658             : static
   82659             :     struct {
   82660             :         PyGC_Head _gc_head;
   82661             :         struct {
   82662             :             PyObject_VAR_HEAD
   82663             :             PyObject *ob_item[17];
   82664             :         }_object;
   82665             :     }
   82666             : _collections_abc_toplevel_consts_50_consts = {
   82667             :     ._object = {
   82668             :         .ob_base = {
   82669             :             .ob_base = {
   82670             :                 .ob_refcnt = 999999999,
   82671             :                 .ob_type = &PyTuple_Type,
   82672             :             },
   82673             :             .ob_size = 17,
   82674             :         },
   82675             :         .ob_item = {
   82676             :             & const_str_Set._ascii.ob_base,
   82677             :             & _collections_abc_toplevel_consts_50_consts_1._ascii.ob_base,
   82678             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   82679             :             & _collections_abc_toplevel_consts_50_consts_3.ob_base.ob_base,
   82680             :             & _collections_abc_toplevel_consts_50_consts_4.ob_base.ob_base,
   82681             :             & _collections_abc_toplevel_consts_50_consts_5.ob_base.ob_base,
   82682             :             & _collections_abc_toplevel_consts_50_consts_6.ob_base.ob_base,
   82683             :             & _collections_abc_toplevel_consts_50_consts_7.ob_base.ob_base,
   82684             :             & _collections_abc_toplevel_consts_50_consts_8.ob_base.ob_base,
   82685             :             & _collections_abc_toplevel_consts_50_consts_9.ob_base.ob_base,
   82686             :             & _collections_abc_toplevel_consts_50_consts_10.ob_base.ob_base,
   82687             :             & _collections_abc_toplevel_consts_50_consts_11.ob_base.ob_base,
   82688             :             & _collections_abc_toplevel_consts_50_consts_12.ob_base.ob_base,
   82689             :             & _collections_abc_toplevel_consts_50_consts_13.ob_base.ob_base,
   82690             :             & _collections_abc_toplevel_consts_50_consts_14.ob_base.ob_base,
   82691             :             & _collections_abc_toplevel_consts_50_consts_15.ob_base.ob_base,
   82692             :             Py_None,
   82693             :         },
   82694             :     },
   82695             : };
   82696             : static
   82697             :     struct {
   82698             :         PyGC_Head _gc_head;
   82699             :         struct {
   82700             :             PyObject_VAR_HEAD
   82701             :             PyObject *ob_item[22];
   82702             :         }_object;
   82703             :     }
   82704             : _collections_abc_toplevel_consts_50_names = {
   82705             :     ._object = {
   82706             :         .ob_base = {
   82707             :             .ob_base = {
   82708             :                 .ob_refcnt = 999999999,
   82709             :                 .ob_type = &PyTuple_Type,
   82710             :             },
   82711             :             .ob_size = 22,
   82712             :         },
   82713             :         .ob_item = {
   82714             :             &_Py_ID(__name__),
   82715             :             &_Py_ID(__module__),
   82716             :             &_Py_ID(__qualname__),
   82717             :             &_Py_ID(__doc__),
   82718             :             &_Py_ID(__slots__),
   82719             :             &_Py_ID(__le__),
   82720             :             &_Py_ID(__lt__),
   82721             :             &_Py_ID(__gt__),
   82722             :             &_Py_ID(__ge__),
   82723             :             &_Py_ID(__eq__),
   82724             :             & const_str_classmethod._ascii.ob_base,
   82725             :             & const_str__from_iterable._ascii.ob_base,
   82726             :             &_Py_ID(__and__),
   82727             :             &_Py_ID(__rand__),
   82728             :             & const_str_isdisjoint._ascii.ob_base,
   82729             :             &_Py_ID(__or__),
   82730             :             &_Py_ID(__ror__),
   82731             :             &_Py_ID(__sub__),
   82732             :             &_Py_ID(__rsub__),
   82733             :             &_Py_ID(__xor__),
   82734             :             &_Py_ID(__rxor__),
   82735             :             & const_str__hash._ascii.ob_base,
   82736             :         },
   82737             :     },
   82738             : };
   82739             : static
   82740             :     struct {
   82741             :         PyObject_VAR_HEAD
   82742             :         Py_hash_t ob_shash;
   82743             :         char ob_sval[267];
   82744             :     }
   82745             : _collections_abc_toplevel_consts_50_linetable = {
   82746             :     .ob_base = {
   82747             :         .ob_base = {
   82748             :             .ob_refcnt = 999999999,
   82749             :             .ob_type = &PyBytes_Type,
   82750             :         },
   82751             :         .ob_size = 266,
   82752             :     },
   82753             :     .ob_shash = -1,
   82754             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x08\x05\x08\xf0\x00\x08\x05\x08\xf0\x14\x00\x11\x13\x80\x49\xf0\x04\x08\x05\x14\xf0\x00\x08\x05\x14\xf0\x00\x08\x05\x14\xf0\x14\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x0a\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x0a\x08\x05\x14\xf0\x00\x08\x05\x14\xf0\x00\x08\x05\x14\xf0\x14\x03\x05\x3e\xf0\x00\x03\x05\x3e\xf0\x00\x03\x05\x3e\xf0\x0a\x00\x06\x11\xf0\x02\x06\x05\x17\xf0\x00\x06\x05\x17\xf4\x03\x00\x06\x11\xf0\x02\x06\x05\x17\xf0\x10\x03\x05\x4e\x01\xf0\x00\x03\x05\x4e\x01\xf0\x00\x03\x05\x4e\x01\xf0\x0a\x00\x10\x17\x80\x48\xf0\x04\x05\x05\x14\xf0\x00\x05\x05\x14\xf0\x00\x05\x05\x14\xf0\x0e\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x0c\x00\x0f\x15\x80\x47\xf0\x04\x06\x05\x3a\xf0\x00\x06\x05\x3a\xf0\x00\x06\x05\x3a\xf0\x10\x06\x05\x39\xf0\x00\x06\x05\x39\xf0\x00\x06\x05\x39\xf0\x10\x05\x05\x2f\xf0\x00\x05\x05\x2f\xf0\x00\x05\x05\x2f\xf0\x0e\x00\x10\x17\x80\x48\xf0\x04\x1f\x05\x11\xf0\x00\x1f\x05\x11\xf0\x00\x1f\x05\x11\xf0\x00\x1f\x05\x11\xf0\x00\x1f\x05\x11",
   82755             : };
   82756             : static
   82757             :     struct _PyCode_DEF(124)
   82758             : _collections_abc_toplevel_consts_50 = {
   82759             :     .ob_base = {
   82760             :         .ob_base = {
   82761             :             .ob_refcnt = 999999999,
   82762             :             .ob_type = &PyCode_Type,
   82763             :         },
   82764             :         .ob_size = 62,
   82765             :     },
   82766             :     .co_consts = & _collections_abc_toplevel_consts_50_consts._object.ob_base.ob_base,
   82767             :     .co_names = & _collections_abc_toplevel_consts_50_names._object.ob_base.ob_base,
   82768             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   82769             :     .co_flags = 0,
   82770             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   82771             :     ._co_linearray_entry_size = 0,
   82772             :     .co_argcount = 0,
   82773             :     .co_posonlyargcount = 0,
   82774             :     .co_kwonlyargcount = 0,
   82775             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   82776             :     .co_stacksize = 2,
   82777             :     .co_firstlineno = 554,
   82778             :     .co_nlocalsplus = 0,
   82779             :     .co_nlocals = 0,
   82780             :     .co_nplaincellvars = 0,
   82781             :     .co_ncellvars = 0,
   82782             :     .co_nfreevars = 0,
   82783             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   82784             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   82785             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   82786             :     .co_name = & const_str_Set._ascii.ob_base,
   82787             :     .co_qualname = & const_str_Set._ascii.ob_base,
   82788             :     .co_linetable = & _collections_abc_toplevel_consts_50_linetable.ob_base.ob_base,
   82789             :     ._co_code = NULL,
   82790             :     ._co_linearray = NULL,
   82791             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x84\x00\x5a\x09\x65\x0a\x64\x08\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x64\x09\x84\x00\x5a\x0c\x65\x0c\x5a\x0d\x64\x0a\x84\x00\x5a\x0e\x64\x0b\x84\x00\x5a\x0f\x65\x0f\x5a\x10\x64\x0c\x84\x00\x5a\x11\x64\x0d\x84\x00\x5a\x12\x64\x0e\x84\x00\x5a\x13\x65\x13\x5a\x14\x64\x0f\x84\x00\x5a\x15\x64\x10\x53\x00",
   82792             :     ._co_firsttraceable = 0,
   82793             : };
   82794             : static
   82795             :     struct {
   82796             :         PyASCIIObject _ascii;
   82797             :         uint8_t _data[392];
   82798             :     }
   82799             : _collections_abc_toplevel_consts_52_consts_1 = {
   82800             :     ._ascii = {
   82801             :         .ob_base = {
   82802             :             .ob_refcnt = 999999999,
   82803             :             .ob_type = &PyUnicode_Type,
   82804             :         },
   82805             :         .length = 391,
   82806             :         .hash = -1,
   82807             :         .state = {
   82808             :             .kind = 1,
   82809             :             .compact = 1,
   82810             :             .ascii = 1,
   82811             :         },
   82812             :     },
   82813             :     ._data = "\x41\x20\x6d\x75\x74\x61\x62\x6c\x65\x20\x73\x65\x74\x20\x69\x73\x20\x61\x20\x66\x69\x6e\x69\x74\x65\x2c\x20\x69\x74\x65\x72\x61\x62\x6c\x65\x20\x63\x6f\x6e\x74\x61\x69\x6e\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x63\x6c\x61\x73\x73\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x63\x6f\x6e\x63\x72\x65\x74\x65\x20\x67\x65\x6e\x65\x72\x69\x63\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x73\x20\x6f\x66\x20\x61\x6c\x6c\x0a\x20\x20\x20\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x65\x78\x63\x65\x70\x74\x20\x66\x6f\x72\x20\x5f\x5f\x63\x6f\x6e\x74\x61\x69\x6e\x73\x5f\x5f\x2c\x20\x5f\x5f\x69\x74\x65\x72\x5f\x5f\x2c\x20\x5f\x5f\x6c\x65\x6e\x5f\x5f\x2c\x0a\x20\x20\x20\x20\x61\x64\x64\x28\x29\x2c\x20\x61\x6e\x64\x20\x64\x69\x73\x63\x61\x72\x64\x28\x29\x2e\x0a\x0a\x20\x20\x20\x20\x54\x6f\x20\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x74\x68\x65\x20\x63\x6f\x6d\x70\x61\x72\x69\x73\x6f\x6e\x73\x20\x28\x70\x72\x65\x73\x75\x6d\x61\x62\x6c\x79\x20\x66\x6f\x72\x20\x73\x70\x65\x65\x64\x2c\x20\x61\x73\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x73\x65\x6d\x61\x6e\x74\x69\x63\x73\x20\x61\x72\x65\x20\x66\x69\x78\x65\x64\x29\x2c\x20\x61\x6c\x6c\x20\x79\x6f\x75\x20\x68\x61\x76\x65\x20\x74\x6f\x20\x64\x6f\x20\x69\x73\x20\x72\x65\x64\x65\x66\x69\x6e\x65\x20\x5f\x5f\x6c\x65\x5f\x5f\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x74\x68\x65\x6e\x20\x74\x68\x65\x20\x6f\x74\x68\x65\x72\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x73\x20\x77\x69\x6c\x6c\x20\x61\x75\x74\x6f\x6d\x61\x74\x69\x63\x61\x6c\x6c\x79\x20\x66\x6f\x6c\x6c\x6f\x77\x20\x73\x75\x69\x74\x2e\x0a\x20\x20\x20\x20",
   82814             : };
   82815             : static
   82816             :     struct {
   82817             :         PyASCIIObject _ascii;
   82818             :         uint8_t _data[16];
   82819             :     }
   82820             : _collections_abc_toplevel_consts_52_consts_3_consts_0 = {
   82821             :     ._ascii = {
   82822             :         .ob_base = {
   82823             :             .ob_refcnt = 999999999,
   82824             :             .ob_type = &PyUnicode_Type,
   82825             :         },
   82826             :         .length = 15,
   82827             :         .hash = -1,
   82828             :         .state = {
   82829             :             .kind = 1,
   82830             :             .compact = 1,
   82831             :             .ascii = 1,
   82832             :         },
   82833             :     },
   82834             :     ._data = "Add an element.",
   82835             : };
   82836             : static
   82837             :     struct {
   82838             :         PyGC_Head _gc_head;
   82839             :         struct {
   82840             :             PyObject_VAR_HEAD
   82841             :             PyObject *ob_item[1];
   82842             :         }_object;
   82843             :     }
   82844             : _collections_abc_toplevel_consts_52_consts_3_consts = {
   82845             :     ._object = {
   82846             :         .ob_base = {
   82847             :             .ob_base = {
   82848             :                 .ob_refcnt = 999999999,
   82849             :                 .ob_type = &PyTuple_Type,
   82850             :             },
   82851             :             .ob_size = 1,
   82852             :         },
   82853             :         .ob_item = {
   82854             :             & _collections_abc_toplevel_consts_52_consts_3_consts_0._ascii.ob_base,
   82855             :         },
   82856             :     },
   82857             : };
   82858             : static
   82859             :     struct {
   82860             :         PyASCIIObject _ascii;
   82861             :         uint8_t _data[15];
   82862             :     }
   82863             : _collections_abc_toplevel_consts_52_consts_3_qualname = {
   82864             :     ._ascii = {
   82865             :         .ob_base = {
   82866             :             .ob_refcnt = 999999999,
   82867             :             .ob_type = &PyUnicode_Type,
   82868             :         },
   82869             :         .length = 14,
   82870             :         .hash = -1,
   82871             :         .state = {
   82872             :             .kind = 1,
   82873             :             .compact = 1,
   82874             :             .ascii = 1,
   82875             :         },
   82876             :     },
   82877             :     ._data = "MutableSet.add",
   82878             : };
   82879             : static
   82880             :     struct _PyCode_DEF(16)
   82881             : _collections_abc_toplevel_consts_52_consts_3 = {
   82882             :     .ob_base = {
   82883             :         .ob_base = {
   82884             :             .ob_refcnt = 999999999,
   82885             :             .ob_type = &PyCode_Type,
   82886             :         },
   82887             :         .ob_size = 8,
   82888             :     },
   82889             :     .co_consts = & _collections_abc_toplevel_consts_52_consts_3_consts._object.ob_base.ob_base,
   82890             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   82891             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   82892             :     .co_flags = 3,
   82893             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   82894             :     ._co_linearray_entry_size = 0,
   82895             :     .co_argcount = 2,
   82896             :     .co_posonlyargcount = 0,
   82897             :     .co_kwonlyargcount = 0,
   82898             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   82899             :     .co_stacksize = 1,
   82900             :     .co_firstlineno = 709,
   82901             :     .co_nlocalsplus = 2,
   82902             :     .co_nlocals = 2,
   82903             :     .co_nplaincellvars = 0,
   82904             :     .co_ncellvars = 0,
   82905             :     .co_nfreevars = 0,
   82906             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   82907             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   82908             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   82909             :     .co_name = &_Py_ID(add),
   82910             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_3_qualname._ascii.ob_base,
   82911             :     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
   82912             :     ._co_code = NULL,
   82913             :     ._co_linearray = NULL,
   82914             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   82915             :     ._co_firsttraceable = 0,
   82916             : };
   82917             : static
   82918             :     struct {
   82919             :         PyASCIIObject _ascii;
   82920             :         uint8_t _data[57];
   82921             :     }
   82922             : _collections_abc_toplevel_consts_52_consts_4_consts_0 = {
   82923             :     ._ascii = {
   82924             :         .ob_base = {
   82925             :             .ob_refcnt = 999999999,
   82926             :             .ob_type = &PyUnicode_Type,
   82927             :         },
   82928             :         .length = 56,
   82929             :         .hash = -1,
   82930             :         .state = {
   82931             :             .kind = 1,
   82932             :             .compact = 1,
   82933             :             .ascii = 1,
   82934             :         },
   82935             :     },
   82936             :     ._data = "Remove an element.  Do not raise an exception if absent.",
   82937             : };
   82938             : static
   82939             :     struct {
   82940             :         PyGC_Head _gc_head;
   82941             :         struct {
   82942             :             PyObject_VAR_HEAD
   82943             :             PyObject *ob_item[1];
   82944             :         }_object;
   82945             :     }
   82946             : _collections_abc_toplevel_consts_52_consts_4_consts = {
   82947             :     ._object = {
   82948             :         .ob_base = {
   82949             :             .ob_base = {
   82950             :                 .ob_refcnt = 999999999,
   82951             :                 .ob_type = &PyTuple_Type,
   82952             :             },
   82953             :             .ob_size = 1,
   82954             :         },
   82955             :         .ob_item = {
   82956             :             & _collections_abc_toplevel_consts_52_consts_4_consts_0._ascii.ob_base,
   82957             :         },
   82958             :     },
   82959             : };
   82960             : static
   82961             :     struct {
   82962             :         PyASCIIObject _ascii;
   82963             :         uint8_t _data[8];
   82964             :     }
   82965             : const_str_discard = {
   82966             :     ._ascii = {
   82967             :         .ob_base = {
   82968             :             .ob_refcnt = 999999999,
   82969             :             .ob_type = &PyUnicode_Type,
   82970             :         },
   82971             :         .length = 7,
   82972             :         .hash = -1,
   82973             :         .state = {
   82974             :             .kind = 1,
   82975             :             .compact = 1,
   82976             :             .ascii = 1,
   82977             :         },
   82978             :     },
   82979             :     ._data = "discard",
   82980             : };
   82981             : static
   82982             :     struct {
   82983             :         PyASCIIObject _ascii;
   82984             :         uint8_t _data[19];
   82985             :     }
   82986             : _collections_abc_toplevel_consts_52_consts_4_qualname = {
   82987             :     ._ascii = {
   82988             :         .ob_base = {
   82989             :             .ob_refcnt = 999999999,
   82990             :             .ob_type = &PyUnicode_Type,
   82991             :         },
   82992             :         .length = 18,
   82993             :         .hash = -1,
   82994             :         .state = {
   82995             :             .kind = 1,
   82996             :             .compact = 1,
   82997             :             .ascii = 1,
   82998             :         },
   82999             :     },
   83000             :     ._data = "MutableSet.discard",
   83001             : };
   83002             : static
   83003             :     struct _PyCode_DEF(16)
   83004             : _collections_abc_toplevel_consts_52_consts_4 = {
   83005             :     .ob_base = {
   83006             :         .ob_base = {
   83007             :             .ob_refcnt = 999999999,
   83008             :             .ob_type = &PyCode_Type,
   83009             :         },
   83010             :         .ob_size = 8,
   83011             :     },
   83012             :     .co_consts = & _collections_abc_toplevel_consts_52_consts_4_consts._object.ob_base.ob_base,
   83013             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
   83014             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   83015             :     .co_flags = 3,
   83016             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   83017             :     ._co_linearray_entry_size = 0,
   83018             :     .co_argcount = 2,
   83019             :     .co_posonlyargcount = 0,
   83020             :     .co_kwonlyargcount = 0,
   83021             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   83022             :     .co_stacksize = 1,
   83023             :     .co_firstlineno = 714,
   83024             :     .co_nlocalsplus = 2,
   83025             :     .co_nlocals = 2,
   83026             :     .co_nplaincellvars = 0,
   83027             :     .co_ncellvars = 0,
   83028             :     .co_nfreevars = 0,
   83029             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   83030             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   83031             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   83032             :     .co_name = & const_str_discard._ascii.ob_base,
   83033             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_4_qualname._ascii.ob_base,
   83034             :     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
   83035             :     ._co_code = NULL,
   83036             :     ._co_linearray = NULL,
   83037             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   83038             :     ._co_firsttraceable = 0,
   83039             : };
   83040             : static
   83041             :     struct {
   83042             :         PyASCIIObject _ascii;
   83043             :         uint8_t _data[54];
   83044             :     }
   83045             : _collections_abc_toplevel_consts_52_consts_5_consts_0 = {
   83046             :     ._ascii = {
   83047             :         .ob_base = {
   83048             :             .ob_refcnt = 999999999,
   83049             :             .ob_type = &PyUnicode_Type,
   83050             :         },
   83051             :         .length = 53,
   83052             :         .hash = -1,
   83053             :         .state = {
   83054             :             .kind = 1,
   83055             :             .compact = 1,
   83056             :             .ascii = 1,
   83057             :         },
   83058             :     },
   83059             :     ._data = "Remove an element. If not a member, raise a KeyError.",
   83060             : };
   83061             : static
   83062             :     struct {
   83063             :         PyGC_Head _gc_head;
   83064             :         struct {
   83065             :             PyObject_VAR_HEAD
   83066             :             PyObject *ob_item[2];
   83067             :         }_object;
   83068             :     }
   83069             : _collections_abc_toplevel_consts_52_consts_5_consts = {
   83070             :     ._object = {
   83071             :         .ob_base = {
   83072             :             .ob_base = {
   83073             :                 .ob_refcnt = 999999999,
   83074             :                 .ob_type = &PyTuple_Type,
   83075             :             },
   83076             :             .ob_size = 2,
   83077             :         },
   83078             :         .ob_item = {
   83079             :             & _collections_abc_toplevel_consts_52_consts_5_consts_0._ascii.ob_base,
   83080             :             Py_None,
   83081             :         },
   83082             :     },
   83083             : };
   83084             : static
   83085             :     struct {
   83086             :         PyGC_Head _gc_head;
   83087             :         struct {
   83088             :             PyObject_VAR_HEAD
   83089             :             PyObject *ob_item[2];
   83090             :         }_object;
   83091             :     }
   83092             : _collections_abc_toplevel_consts_52_consts_5_names = {
   83093             :     ._object = {
   83094             :         .ob_base = {
   83095             :             .ob_base = {
   83096             :                 .ob_refcnt = 999999999,
   83097             :                 .ob_type = &PyTuple_Type,
   83098             :             },
   83099             :             .ob_size = 2,
   83100             :         },
   83101             :         .ob_item = {
   83102             :             & const_str_KeyError._ascii.ob_base,
   83103             :             & const_str_discard._ascii.ob_base,
   83104             :         },
   83105             :     },
   83106             : };
   83107             : static
   83108             :     struct {
   83109             :         PyASCIIObject _ascii;
   83110             :         uint8_t _data[7];
   83111             :     }
   83112             : const_str_remove = {
   83113             :     ._ascii = {
   83114             :         .ob_base = {
   83115             :             .ob_refcnt = 999999999,
   83116             :             .ob_type = &PyUnicode_Type,
   83117             :         },
   83118             :         .length = 6,
   83119             :         .hash = -1,
   83120             :         .state = {
   83121             :             .kind = 1,
   83122             :             .compact = 1,
   83123             :             .ascii = 1,
   83124             :         },
   83125             :     },
   83126             :     ._data = "remove",
   83127             : };
   83128             : static
   83129             :     struct {
   83130             :         PyASCIIObject _ascii;
   83131             :         uint8_t _data[18];
   83132             :     }
   83133             : _collections_abc_toplevel_consts_52_consts_5_qualname = {
   83134             :     ._ascii = {
   83135             :         .ob_base = {
   83136             :             .ob_refcnt = 999999999,
   83137             :             .ob_type = &PyUnicode_Type,
   83138             :         },
   83139             :         .length = 17,
   83140             :         .hash = -1,
   83141             :         .state = {
   83142             :             .kind = 1,
   83143             :             .compact = 1,
   83144             :             .ascii = 1,
   83145             :         },
   83146             :     },
   83147             :     ._data = "MutableSet.remove",
   83148             : };
   83149             : static
   83150             :     struct {
   83151             :         PyObject_VAR_HEAD
   83152             :         Py_hash_t ob_shash;
   83153             :         char ob_sval[47];
   83154             :     }
   83155             : _collections_abc_toplevel_consts_52_consts_5_linetable = {
   83156             :     .ob_base = {
   83157             :         .ob_base = {
   83158             :             .ob_refcnt = 999999999,
   83159             :             .ob_type = &PyBytes_Type,
   83160             :         },
   83161             :         .ob_size = 46,
   83162             :     },
   83163             :     .ob_shash = -1,
   83164             :     .ob_sval = "\x80\x00\xe0\x0b\x10\x98\x04\xd0\x0b\x1c\xf0\x00\x01\x09\x22\xdd\x12\x1a\x98\x35\x94\x2f\xd0\x0c\x21\xd8\x08\x0c\x8f\x0c\x89\x0c\x90\x55\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
   83165             : };
   83166             : static
   83167             :     struct _PyCode_DEF(76)
   83168             : _collections_abc_toplevel_consts_52_consts_5 = {
   83169             :     .ob_base = {
   83170             :         .ob_base = {
   83171             :             .ob_refcnt = 999999999,
   83172             :             .ob_type = &PyCode_Type,
   83173             :         },
   83174             :         .ob_size = 38,
   83175             :     },
   83176             :     .co_consts = & _collections_abc_toplevel_consts_52_consts_5_consts._object.ob_base.ob_base,
   83177             :     .co_names = & _collections_abc_toplevel_consts_52_consts_5_names._object.ob_base.ob_base,
   83178             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   83179             :     .co_flags = 3,
   83180             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   83181             :     ._co_linearray_entry_size = 0,
   83182             :     .co_argcount = 2,
   83183             :     .co_posonlyargcount = 0,
   83184             :     .co_kwonlyargcount = 0,
   83185             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   83186             :     .co_stacksize = 3,
   83187             :     .co_firstlineno = 719,
   83188             :     .co_nlocalsplus = 2,
   83189             :     .co_nlocals = 2,
   83190             :     .co_nplaincellvars = 0,
   83191             :     .co_ncellvars = 0,
   83192             :     .co_nfreevars = 0,
   83193             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   83194             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   83195             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   83196             :     .co_name = & const_str_remove._ascii.ob_base,
   83197             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_5_qualname._ascii.ob_base,
   83198             :     .co_linetable = & _collections_abc_toplevel_consts_52_consts_5_linetable.ob_base.ob_base,
   83199             :     ._co_code = NULL,
   83200             :     ._co_linearray = NULL,
   83201             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x76\x01\x72\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   83202             :     ._co_firsttraceable = 0,
   83203             : };
   83204             : static
   83205             :     struct {
   83206             :         PyASCIIObject _ascii;
   83207             :         uint8_t _data[51];
   83208             :     }
   83209             : _collections_abc_toplevel_consts_52_consts_6_consts_0 = {
   83210             :     ._ascii = {
   83211             :         .ob_base = {
   83212             :             .ob_refcnt = 999999999,
   83213             :             .ob_type = &PyUnicode_Type,
   83214             :         },
   83215             :         .length = 50,
   83216             :         .hash = -1,
   83217             :         .state = {
   83218             :             .kind = 1,
   83219             :             .compact = 1,
   83220             :             .ascii = 1,
   83221             :         },
   83222             :     },
   83223             :     ._data = "Return the popped value.  Raise KeyError if empty.",
   83224             : };
   83225             : static
   83226             :     struct {
   83227             :         PyGC_Head _gc_head;
   83228             :         struct {
   83229             :             PyObject_VAR_HEAD
   83230             :             PyObject *ob_item[2];
   83231             :         }_object;
   83232             :     }
   83233             : _collections_abc_toplevel_consts_52_consts_6_consts = {
   83234             :     ._object = {
   83235             :         .ob_base = {
   83236             :             .ob_base = {
   83237             :                 .ob_refcnt = 999999999,
   83238             :                 .ob_type = &PyTuple_Type,
   83239             :             },
   83240             :             .ob_size = 2,
   83241             :         },
   83242             :         .ob_item = {
   83243             :             & _collections_abc_toplevel_consts_52_consts_6_consts_0._ascii.ob_base,
   83244             :             Py_None,
   83245             :         },
   83246             :     },
   83247             : };
   83248             : static
   83249             :     struct {
   83250             :         PyGC_Head _gc_head;
   83251             :         struct {
   83252             :             PyObject_VAR_HEAD
   83253             :             PyObject *ob_item[5];
   83254             :         }_object;
   83255             :     }
   83256             : _collections_abc_toplevel_consts_52_consts_6_names = {
   83257             :     ._object = {
   83258             :         .ob_base = {
   83259             :             .ob_base = {
   83260             :                 .ob_refcnt = 999999999,
   83261             :                 .ob_type = &PyTuple_Type,
   83262             :             },
   83263             :             .ob_size = 5,
   83264             :         },
   83265             :         .ob_item = {
   83266             :             &_Py_ID(iter),
   83267             :             &_Py_ID(next),
   83268             :             & const_str_StopIteration._ascii.ob_base,
   83269             :             & const_str_KeyError._ascii.ob_base,
   83270             :             & const_str_discard._ascii.ob_base,
   83271             :         },
   83272             :     },
   83273             : };
   83274             : static
   83275             :     struct {
   83276             :         PyASCIIObject _ascii;
   83277             :         uint8_t _data[15];
   83278             :     }
   83279             : _collections_abc_toplevel_consts_52_consts_6_qualname = {
   83280             :     ._ascii = {
   83281             :         .ob_base = {
   83282             :             .ob_refcnt = 999999999,
   83283             :             .ob_type = &PyUnicode_Type,
   83284             :         },
   83285             :         .length = 14,
   83286             :         .hash = -1,
   83287             :         .state = {
   83288             :             .kind = 1,
   83289             :             .compact = 1,
   83290             :             .ascii = 1,
   83291             :         },
   83292             :     },
   83293             :     ._data = "MutableSet.pop",
   83294             : };
   83295             : static
   83296             :     struct {
   83297             :         PyObject_VAR_HEAD
   83298             :         Py_hash_t ob_shash;
   83299             :         char ob_sval[85];
   83300             :     }
   83301             : _collections_abc_toplevel_consts_52_consts_6_linetable = {
   83302             :     .ob_base = {
   83303             :         .ob_base = {
   83304             :             .ob_refcnt = 999999999,
   83305             :             .ob_type = &PyBytes_Type,
   83306             :         },
   83307             :         .ob_size = 84,
   83308             :     },
   83309             :     .ob_shash = -1,
   83310             :     .ob_sval = "\x80\x00\xe5\x0d\x11\x90\x24\x8c\x5a\x88\x02\xf0\x02\x03\x09\x25\xdd\x14\x18\x98\x12\x94\x48\x88\x45\xf0\x06\x00\x09\x0d\x8f\x0c\x89\x0c\x90\x55\xd4\x08\x1b\xd0\x08\x1b\xd8\x0f\x14\x88\x0c\xf8\xf5\x07\x00\x10\x1d\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\xdd\x12\x1a\xa0\x04\xd0\x0c\x24\xf0\x03\x01\x09\x25\xf8\xf8\xf8",
   83311             : };
   83312             : static
   83313             :     struct {
   83314             :         PyObject_VAR_HEAD
   83315             :         Py_hash_t ob_shash;
   83316             :         char ob_sval[10];
   83317             :     }
   83318             : _collections_abc_toplevel_consts_52_consts_6_exceptiontable = {
   83319             :     .ob_base = {
   83320             :         .ob_base = {
   83321             :             .ob_refcnt = 999999999,
   83322             :             .ob_type = &PyBytes_Type,
   83323             :         },
   83324             :         .ob_size = 9,
   83325             :     },
   83326             :     .ob_shash = -1,
   83327             :     .ob_sval = "\x8f\x0d\x30\x00\xb0\x13\x41\x03\x03",
   83328             : };
   83329             : static
   83330             :     struct {
   83331             :         PyGC_Head _gc_head;
   83332             :         struct {
   83333             :             PyObject_VAR_HEAD
   83334             :             PyObject *ob_item[3];
   83335             :         }_object;
   83336             :     }
   83337             : _collections_abc_toplevel_consts_52_consts_6_localsplusnames = {
   83338             :     ._object = {
   83339             :         .ob_base = {
   83340             :             .ob_base = {
   83341             :                 .ob_refcnt = 999999999,
   83342             :                 .ob_type = &PyTuple_Type,
   83343             :             },
   83344             :             .ob_size = 3,
   83345             :         },
   83346             :         .ob_item = {
   83347             :             & const_str_self._ascii.ob_base,
   83348             :             & const_str_it._ascii.ob_base,
   83349             :             & const_str_value._ascii.ob_base,
   83350             :         },
   83351             :     },
   83352             : };
   83353             : static
   83354             :     struct _PyCode_DEF(140)
   83355             : _collections_abc_toplevel_consts_52_consts_6 = {
   83356             :     .ob_base = {
   83357             :         .ob_base = {
   83358             :             .ob_refcnt = 999999999,
   83359             :             .ob_type = &PyCode_Type,
   83360             :         },
   83361             :         .ob_size = 70,
   83362             :     },
   83363             :     .co_consts = & _collections_abc_toplevel_consts_52_consts_6_consts._object.ob_base.ob_base,
   83364             :     .co_names = & _collections_abc_toplevel_consts_52_consts_6_names._object.ob_base.ob_base,
   83365             :     .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_6_exceptiontable.ob_base.ob_base,
   83366             :     .co_flags = 3,
   83367             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   83368             :     ._co_linearray_entry_size = 0,
   83369             :     .co_argcount = 1,
   83370             :     .co_posonlyargcount = 0,
   83371             :     .co_kwonlyargcount = 0,
   83372             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   83373             :     .co_stacksize = 4,
   83374             :     .co_firstlineno = 725,
   83375             :     .co_nlocalsplus = 3,
   83376             :     .co_nlocals = 3,
   83377             :     .co_nplaincellvars = 0,
   83378             :     .co_ncellvars = 0,
   83379             :     .co_nfreevars = 0,
   83380             :     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
   83381             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   83382             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   83383             :     .co_name = & const_str_pop._ascii.ob_base,
   83384             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_6_qualname._ascii.ob_base,
   83385             :     .co_linetable = & _collections_abc_toplevel_consts_52_consts_6_linetable.ob_base.ob_base,
   83386             :     ._co_code = NULL,
   83387             :     ._co_linearray = NULL,
   83388             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x09\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
   83389             :     ._co_firsttraceable = 0,
   83390             : };
   83391             : static
   83392             :     struct {
   83393             :         PyASCIIObject _ascii;
   83394             :         uint8_t _data[55];
   83395             :     }
   83396             : _collections_abc_toplevel_consts_52_consts_7_consts_0 = {
   83397             :     ._ascii = {
   83398             :         .ob_base = {
   83399             :             .ob_refcnt = 999999999,
   83400             :             .ob_type = &PyUnicode_Type,
   83401             :         },
   83402             :         .length = 54,
   83403             :         .hash = -1,
   83404             :         .state = {
   83405             :             .kind = 1,
   83406             :             .compact = 1,
   83407             :             .ascii = 1,
   83408             :         },
   83409             :     },
   83410             :     ._data = "This is slow (creates N new iterators!) but effective.",
   83411             : };
   83412             : static
   83413             :     struct {
   83414             :         PyGC_Head _gc_head;
   83415             :         struct {
   83416             :             PyObject_VAR_HEAD
   83417             :             PyObject *ob_item[3];
   83418             :         }_object;
   83419             :     }
   83420             : _collections_abc_toplevel_consts_52_consts_7_consts = {
   83421             :     ._object = {
   83422             :         .ob_base = {
   83423             :             .ob_base = {
   83424             :                 .ob_refcnt = 999999999,
   83425             :                 .ob_type = &PyTuple_Type,
   83426             :             },
   83427             :             .ob_size = 3,
   83428             :         },
   83429             :         .ob_item = {
   83430             :             & _collections_abc_toplevel_consts_52_consts_7_consts_0._ascii.ob_base,
   83431             :             Py_True,
   83432             :             Py_None,
   83433             :         },
   83434             :     },
   83435             : };
   83436             : static
   83437             :     struct {
   83438             :         PyGC_Head _gc_head;
   83439             :         struct {
   83440             :             PyObject_VAR_HEAD
   83441             :             PyObject *ob_item[2];
   83442             :         }_object;
   83443             :     }
   83444             : _collections_abc_toplevel_consts_52_consts_7_names = {
   83445             :     ._object = {
   83446             :         .ob_base = {
   83447             :             .ob_base = {
   83448             :                 .ob_refcnt = 999999999,
   83449             :                 .ob_type = &PyTuple_Type,
   83450             :             },
   83451             :             .ob_size = 2,
   83452             :         },
   83453             :         .ob_item = {
   83454             :             & const_str_pop._ascii.ob_base,
   83455             :             & const_str_KeyError._ascii.ob_base,
   83456             :         },
   83457             :     },
   83458             : };
   83459             : static
   83460             :     struct {
   83461             :         PyASCIIObject _ascii;
   83462             :         uint8_t _data[17];
   83463             :     }
   83464             : _collections_abc_toplevel_consts_52_consts_7_qualname = {
   83465             :     ._ascii = {
   83466             :         .ob_base = {
   83467             :             .ob_refcnt = 999999999,
   83468             :             .ob_type = &PyUnicode_Type,
   83469             :         },
   83470             :         .length = 16,
   83471             :         .hash = -1,
   83472             :         .state = {
   83473             :             .kind = 1,
   83474             :             .compact = 1,
   83475             :             .ascii = 1,
   83476             :         },
   83477             :     },
   83478             :     ._data = "MutableSet.clear",
   83479             : };
   83480             : static
   83481             :     struct {
   83482             :         PyObject_VAR_HEAD
   83483             :         Py_hash_t ob_shash;
   83484             :         char ob_sval[61];
   83485             :     }
   83486             : _collections_abc_toplevel_consts_52_consts_7_linetable = {
   83487             :     .ob_base = {
   83488             :         .ob_base = {
   83489             :             .ob_refcnt = 999999999,
   83490             :             .ob_type = &PyBytes_Type,
   83491             :         },
   83492             :         .ob_size = 60,
   83493             :     },
   83494             :     .ob_shash = -1,
   83495             :     .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xd8\x12\x16\xd8\x10\x14\x97\x08\x91\x08\x94\x0a\x90\x0a\xf0\x03\x00\x13\x17\xf8\xe5\x0f\x17\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
   83496             : };
   83497             : static
   83498             :     struct {
   83499             :         PyObject_VAR_HEAD
   83500             :         Py_hash_t ob_shash;
   83501             :         char ob_sval[13];
   83502             :     }
   83503             : _collections_abc_toplevel_consts_52_consts_7_exceptiontable = {
   83504             :     .ob_base = {
   83505             :         .ob_base = {
   83506             :             .ob_refcnt = 999999999,
   83507             :             .ob_type = &PyBytes_Type,
   83508             :         },
   83509             :         .ob_size = 12,
   83510             :     },
   83511             :     .ob_shash = -1,
   83512             :     .ob_sval = "\x82\x13\x15\x00\x95\x0a\x23\x03\xa2\x01\x23\x03",
   83513             : };
   83514             : static
   83515             :     struct _PyCode_DEF(76)
   83516             : _collections_abc_toplevel_consts_52_consts_7 = {
   83517             :     .ob_base = {
   83518             :         .ob_base = {
   83519             :             .ob_refcnt = 999999999,
   83520             :             .ob_type = &PyCode_Type,
   83521             :         },
   83522             :         .ob_size = 38,
   83523             :     },
   83524             :     .co_consts = & _collections_abc_toplevel_consts_52_consts_7_consts._object.ob_base.ob_base,
   83525             :     .co_names = & _collections_abc_toplevel_consts_52_consts_7_names._object.ob_base.ob_base,
   83526             :     .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
   83527             :     .co_flags = 3,
   83528             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   83529             :     ._co_linearray_entry_size = 0,
   83530             :     .co_argcount = 1,
   83531             :     .co_posonlyargcount = 0,
   83532             :     .co_kwonlyargcount = 0,
   83533             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   83534             :     .co_stacksize = 4,
   83535             :     .co_firstlineno = 735,
   83536             :     .co_nlocalsplus = 1,
   83537             :     .co_nlocals = 1,
   83538             :     .co_nplaincellvars = 0,
   83539             :     .co_ncellvars = 0,
   83540             :     .co_nfreevars = 0,
   83541             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   83542             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   83543             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   83544             :     .co_name = &_Py_ID(clear),
   83545             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_7_qualname._ascii.ob_base,
   83546             :     .co_linetable = & _collections_abc_toplevel_consts_52_consts_7_linetable.ob_base.ob_base,
   83547             :     ._co_code = NULL,
   83548             :     ._co_linearray = NULL,
   83549             :     .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x12\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   83550             :     ._co_firsttraceable = 0,
   83551             : };
   83552             : static
   83553             :     struct {
   83554             :         PyGC_Head _gc_head;
   83555             :         struct {
   83556             :             PyObject_VAR_HEAD
   83557             :             PyObject *ob_item[1];
   83558             :         }_object;
   83559             :     }
   83560             : _collections_abc_toplevel_consts_52_consts_8_names = {
   83561             :     ._object = {
   83562             :         .ob_base = {
   83563             :             .ob_base = {
   83564             :                 .ob_refcnt = 999999999,
   83565             :                 .ob_type = &PyTuple_Type,
   83566             :             },
   83567             :             .ob_size = 1,
   83568             :         },
   83569             :         .ob_item = {
   83570             :             &_Py_ID(add),
   83571             :         },
   83572             :     },
   83573             : };
   83574             : static
   83575             :     struct {
   83576             :         PyASCIIObject _ascii;
   83577             :         uint8_t _data[19];
   83578             :     }
   83579             : _collections_abc_toplevel_consts_52_consts_8_qualname = {
   83580             :     ._ascii = {
   83581             :         .ob_base = {
   83582             :             .ob_refcnt = 999999999,
   83583             :             .ob_type = &PyUnicode_Type,
   83584             :         },
   83585             :         .length = 18,
   83586             :         .hash = -1,
   83587             :         .state = {
   83588             :             .kind = 1,
   83589             :             .compact = 1,
   83590             :             .ascii = 1,
   83591             :         },
   83592             :     },
   83593             :     ._data = "MutableSet.__ior__",
   83594             : };
   83595             : static
   83596             :     struct {
   83597             :         PyObject_VAR_HEAD
   83598             :         Py_hash_t ob_shash;
   83599             :         char ob_sval[38];
   83600             :     }
   83601             : _collections_abc_toplevel_consts_52_consts_8_linetable = {
   83602             :     .ob_base = {
   83603             :         .ob_base = {
   83604             :             .ob_refcnt = 999999999,
   83605             :             .ob_type = &PyBytes_Type,
   83606             :         },
   83607             :         .ob_size = 37,
   83608             :     },
   83609             :     .ob_shash = -1,
   83610             :     .ob_sval = "\x80\x00\xd8\x15\x17\xf0\x00\x01\x09\x1c\xf1\x00\x01\x09\x1c\x88\x45\xd8\x0c\x10\x8f\x48\x89\x48\x90\x55\x8c\x4f\x88\x4f\x88\x4f\xd8\x0f\x13\x88\x0b",
   83611             : };
   83612             : static
   83613             :     struct _PyCode_DEF(54)
   83614             : _collections_abc_toplevel_consts_52_consts_8 = {
   83615             :     .ob_base = {
   83616             :         .ob_base = {
   83617             :             .ob_refcnt = 999999999,
   83618             :             .ob_type = &PyCode_Type,
   83619             :         },
   83620             :         .ob_size = 27,
   83621             :     },
   83622             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   83623             :     .co_names = & _collections_abc_toplevel_consts_52_consts_8_names._object.ob_base.ob_base,
   83624             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   83625             :     .co_flags = 3,
   83626             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   83627             :     ._co_linearray_entry_size = 0,
   83628             :     .co_argcount = 2,
   83629             :     .co_posonlyargcount = 0,
   83630             :     .co_kwonlyargcount = 0,
   83631             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   83632             :     .co_stacksize = 4,
   83633             :     .co_firstlineno = 743,
   83634             :     .co_nlocalsplus = 3,
   83635             :     .co_nlocals = 3,
   83636             :     .co_nplaincellvars = 0,
   83637             :     .co_ncellvars = 0,
   83638             :     .co_nfreevars = 0,
   83639             :     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
   83640             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   83641             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   83642             :     .co_name = &_Py_ID(__ior__),
   83643             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_8_qualname._ascii.ob_base,
   83644             :     .co_linetable = & _collections_abc_toplevel_consts_52_consts_8_linetable.ob_base.ob_base,
   83645             :     ._co_code = NULL,
   83646             :     ._co_linearray = NULL,
   83647             :     .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x5d\x14\x00\x00\x7d\x02\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x7c\x00\x53\x00",
   83648             :     ._co_firsttraceable = 0,
   83649             : };
   83650             : static
   83651             :     struct {
   83652             :         PyGC_Head _gc_head;
   83653             :         struct {
   83654             :             PyObject_VAR_HEAD
   83655             :             PyObject *ob_item[1];
   83656             :         }_object;
   83657             :     }
   83658             : _collections_abc_toplevel_consts_52_consts_9_names = {
   83659             :     ._object = {
   83660             :         .ob_base = {
   83661             :             .ob_base = {
   83662             :                 .ob_refcnt = 999999999,
   83663             :                 .ob_type = &PyTuple_Type,
   83664             :             },
   83665             :             .ob_size = 1,
   83666             :         },
   83667             :         .ob_item = {
   83668             :             & const_str_discard._ascii.ob_base,
   83669             :         },
   83670             :     },
   83671             : };
   83672             : static
   83673             :     struct {
   83674             :         PyASCIIObject _ascii;
   83675             :         uint8_t _data[20];
   83676             :     }
   83677             : _collections_abc_toplevel_consts_52_consts_9_qualname = {
   83678             :     ._ascii = {
   83679             :         .ob_base = {
   83680             :             .ob_refcnt = 999999999,
   83681             :             .ob_type = &PyUnicode_Type,
   83682             :         },
   83683             :         .length = 19,
   83684             :         .hash = -1,
   83685             :         .state = {
   83686             :             .kind = 1,
   83687             :             .compact = 1,
   83688             :             .ascii = 1,
   83689             :         },
   83690             :     },
   83691             :     ._data = "MutableSet.__iand__",
   83692             : };
   83693             : static
   83694             :     struct {
   83695             :         PyObject_VAR_HEAD
   83696             :         Py_hash_t ob_shash;
   83697             :         char ob_sval[45];
   83698             :     }
   83699             : _collections_abc_toplevel_consts_52_consts_9_linetable = {
   83700             :     .ob_base = {
   83701             :         .ob_base = {
   83702             :             .ob_refcnt = 999999999,
   83703             :             .ob_type = &PyBytes_Type,
   83704             :         },
   83705             :         .ob_size = 44,
   83706             :     },
   83707             :     .ob_shash = -1,
   83708             :     .ob_sval = "\x80\x00\xd8\x16\x1a\x98\x52\x91\x69\xf0\x00\x01\x09\x20\xf1\x00\x01\x09\x20\x88\x45\xd8\x0c\x10\x8f\x4c\x89\x4c\x98\x15\xd4\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xd8\x0f\x13\x88\x0b",
   83709             : };
   83710             : static
   83711             :     struct _PyCode_DEF(60)
   83712             : _collections_abc_toplevel_consts_52_consts_9 = {
   83713             :     .ob_base = {
   83714             :         .ob_base = {
   83715             :             .ob_refcnt = 999999999,
   83716             :             .ob_type = &PyCode_Type,
   83717             :         },
   83718             :         .ob_size = 30,
   83719             :     },
   83720             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   83721             :     .co_names = & _collections_abc_toplevel_consts_52_consts_9_names._object.ob_base.ob_base,
   83722             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   83723             :     .co_flags = 3,
   83724             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   83725             :     ._co_linearray_entry_size = 0,
   83726             :     .co_argcount = 2,
   83727             :     .co_posonlyargcount = 0,
   83728             :     .co_kwonlyargcount = 0,
   83729             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   83730             :     .co_stacksize = 4,
   83731             :     .co_firstlineno = 748,
   83732             :     .co_nlocalsplus = 3,
   83733             :     .co_nlocals = 3,
   83734             :     .co_nplaincellvars = 0,
   83735             :     .co_ncellvars = 0,
   83736             :     .co_nfreevars = 0,
   83737             :     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
   83738             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   83739             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   83740             :     .co_name = &_Py_ID(__iand__),
   83741             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_9_qualname._ascii.ob_base,
   83742             :     .co_linetable = & _collections_abc_toplevel_consts_52_consts_9_linetable.ob_base.ob_base,
   83743             :     ._co_code = NULL,
   83744             :     ._co_linearray = NULL,
   83745             :     .co_code_adaptive = "\x97\x00\x7c\x00\x7c\x01\x7a\x0a\x00\x00\x44\x00\x5d\x14\x00\x00\x7d\x02\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x7c\x00\x53\x00",
   83746             :     ._co_firsttraceable = 0,
   83747             : };
   83748             : static
   83749             :     struct {
   83750             :         PyGC_Head _gc_head;
   83751             :         struct {
   83752             :             PyObject_VAR_HEAD
   83753             :             PyObject *ob_item[6];
   83754             :         }_object;
   83755             :     }
   83756             : _collections_abc_toplevel_consts_52_consts_10_names = {
   83757             :     ._object = {
   83758             :         .ob_base = {
   83759             :             .ob_base = {
   83760             :                 .ob_refcnt = 999999999,
   83761             :                 .ob_type = &PyTuple_Type,
   83762             :             },
   83763             :             .ob_size = 6,
   83764             :         },
   83765             :         .ob_item = {
   83766             :             &_Py_ID(clear),
   83767             :             &_Py_ID(isinstance),
   83768             :             & const_str_Set._ascii.ob_base,
   83769             :             & const_str__from_iterable._ascii.ob_base,
   83770             :             & const_str_discard._ascii.ob_base,
   83771             :             &_Py_ID(add),
   83772             :         },
   83773             :     },
   83774             : };
   83775             : static
   83776             :     struct {
   83777             :         PyASCIIObject _ascii;
   83778             :         uint8_t _data[20];
   83779             :     }
   83780             : _collections_abc_toplevel_consts_52_consts_10_qualname = {
   83781             :     ._ascii = {
   83782             :         .ob_base = {
   83783             :             .ob_refcnt = 999999999,
   83784             :             .ob_type = &PyUnicode_Type,
   83785             :         },
   83786             :         .length = 19,
   83787             :         .hash = -1,
   83788             :         .state = {
   83789             :             .kind = 1,
   83790             :             .compact = 1,
   83791             :             .ascii = 1,
   83792             :         },
   83793             :     },
   83794             :     ._data = "MutableSet.__ixor__",
   83795             : };
   83796             : static
   83797             :     struct {
   83798             :         PyObject_VAR_HEAD
   83799             :         Py_hash_t ob_shash;
   83800             :         char ob_sval[124];
   83801             :     }
   83802             : _collections_abc_toplevel_consts_52_consts_10_linetable = {
   83803             :     .ob_base = {
   83804             :         .ob_base = {
   83805             :             .ob_refcnt = 999999999,
   83806             :             .ob_type = &PyBytes_Type,
   83807             :         },
   83808             :         .ob_size = 123,
   83809             :     },
   83810             :     .ob_shash = -1,
   83811             :     .ob_sval = "\x80\x00\xd8\x0b\x0d\x90\x14\x88\x3a\xf0\x00\x09\x09\x24\xd8\x0c\x10\x8f\x4a\x89\x4a\x8c\x4c\x88\x4c\x88\x4c\xe5\x13\x1d\x98\x62\xa5\x23\xd4\x13\x26\xf0\x00\x01\x0d\x2d\xd8\x15\x19\xd7\x15\x28\xd1\x15\x28\xa8\x12\xd4\x15\x2c\x90\x02\xd8\x19\x1b\xf0\x00\x04\x0d\x24\xf1\x00\x04\x0d\x24\x90\x05\xd8\x13\x18\x98\x44\x90\x3d\xf0\x00\x03\x11\x24\xd8\x14\x18\x97\x4c\x91\x4c\xa0\x15\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xe0\x14\x18\x97\x48\x91\x48\x98\x55\x94\x4f\x90\x4f\x90\x4f\xd8\x0f\x13\x88\x0b",
   83812             : };
   83813             : static
   83814             :     struct _PyCode_DEF(218)
   83815             : _collections_abc_toplevel_consts_52_consts_10 = {
   83816             :     .ob_base = {
   83817             :         .ob_base = {
   83818             :             .ob_refcnt = 999999999,
   83819             :             .ob_type = &PyCode_Type,
   83820             :         },
   83821             :         .ob_size = 109,
   83822             :     },
   83823             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   83824             :     .co_names = & _collections_abc_toplevel_consts_52_consts_10_names._object.ob_base.ob_base,
   83825             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   83826             :     .co_flags = 3,
   83827             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   83828             :     ._co_linearray_entry_size = 0,
   83829             :     .co_argcount = 2,
   83830             :     .co_posonlyargcount = 0,
   83831             :     .co_kwonlyargcount = 0,
   83832             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   83833             :     .co_stacksize = 4,
   83834             :     .co_firstlineno = 753,
   83835             :     .co_nlocalsplus = 3,
   83836             :     .co_nlocals = 3,
   83837             :     .co_nplaincellvars = 0,
   83838             :     .co_ncellvars = 0,
   83839             :     .co_nfreevars = 0,
   83840             :     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
   83841             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   83842             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   83843             :     .co_name = &_Py_ID(__ixor__),
   83844             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_10_qualname._ascii.ob_base,
   83845             :     .co_linetable = & _collections_abc_toplevel_consts_52_consts_10_linetable.ob_base.ob_base,
   83846             :     ._co_code = NULL,
   83847             :     ._co_linearray = NULL,
   83848             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x12\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x54\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x12\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x2b\x00\x00\x7d\x02\x7c\x02\x7c\x00\x76\x00\x72\x13\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x1a\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2d\x7c\x00\x53\x00",
   83849             :     ._co_firsttraceable = 0,
   83850             : };
   83851             : static
   83852             :     struct {
   83853             :         PyGC_Head _gc_head;
   83854             :         struct {
   83855             :             PyObject_VAR_HEAD
   83856             :             PyObject *ob_item[2];
   83857             :         }_object;
   83858             :     }
   83859             : _collections_abc_toplevel_consts_52_consts_11_names = {
   83860             :     ._object = {
   83861             :         .ob_base = {
   83862             :             .ob_base = {
   83863             :                 .ob_refcnt = 999999999,
   83864             :                 .ob_type = &PyTuple_Type,
   83865             :             },
   83866             :             .ob_size = 2,
   83867             :         },
   83868             :         .ob_item = {
   83869             :             &_Py_ID(clear),
   83870             :             & const_str_discard._ascii.ob_base,
   83871             :         },
   83872             :     },
   83873             : };
   83874             : static
   83875             :     struct {
   83876             :         PyASCIIObject _ascii;
   83877             :         uint8_t _data[20];
   83878             :     }
   83879             : _collections_abc_toplevel_consts_52_consts_11_qualname = {
   83880             :     ._ascii = {
   83881             :         .ob_base = {
   83882             :             .ob_refcnt = 999999999,
   83883             :             .ob_type = &PyUnicode_Type,
   83884             :         },
   83885             :         .length = 19,
   83886             :         .hash = -1,
   83887             :         .state = {
   83888             :             .kind = 1,
   83889             :             .compact = 1,
   83890             :             .ascii = 1,
   83891             :         },
   83892             :     },
   83893             :     ._data = "MutableSet.__isub__",
   83894             : };
   83895             : static
   83896             :     struct {
   83897             :         PyObject_VAR_HEAD
   83898             :         Py_hash_t ob_shash;
   83899             :         char ob_sval[66];
   83900             :     }
   83901             : _collections_abc_toplevel_consts_52_consts_11_linetable = {
   83902             :     .ob_base = {
   83903             :         .ob_base = {
   83904             :             .ob_refcnt = 999999999,
   83905             :             .ob_type = &PyBytes_Type,
   83906             :         },
   83907             :         .ob_size = 65,
   83908             :     },
   83909             :     .ob_shash = -1,
   83910             :     .ob_sval = "\x80\x00\xd8\x0b\x0d\x90\x14\x88\x3a\xf0\x00\x04\x09\x24\xd8\x0c\x10\x8f\x4a\x89\x4a\x8c\x4c\x88\x4c\x88\x4c\xe0\x19\x1b\xf0\x00\x01\x0d\x24\xf1\x00\x01\x0d\x24\x90\x05\xd8\x10\x14\x97\x0c\x91\x0c\x98\x55\xd4\x10\x23\xd0\x10\x23\xd0\x10\x23\xd8\x0f\x13\x88\x0b",
   83911             : };
   83912             : static
   83913             :     struct _PyCode_DEF(98)
   83914             : _collections_abc_toplevel_consts_52_consts_11 = {
   83915             :     .ob_base = {
   83916             :         .ob_base = {
   83917             :             .ob_refcnt = 999999999,
   83918             :             .ob_type = &PyCode_Type,
   83919             :         },
   83920             :         .ob_size = 49,
   83921             :     },
   83922             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   83923             :     .co_names = & _collections_abc_toplevel_consts_52_consts_11_names._object.ob_base.ob_base,
   83924             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   83925             :     .co_flags = 3,
   83926             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   83927             :     ._co_linearray_entry_size = 0,
   83928             :     .co_argcount = 2,
   83929             :     .co_posonlyargcount = 0,
   83930             :     .co_kwonlyargcount = 0,
   83931             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   83932             :     .co_stacksize = 4,
   83933             :     .co_firstlineno = 766,
   83934             :     .co_nlocalsplus = 3,
   83935             :     .co_nlocals = 3,
   83936             :     .co_nplaincellvars = 0,
   83937             :     .co_ncellvars = 0,
   83938             :     .co_nfreevars = 0,
   83939             :     .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
   83940             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   83941             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   83942             :     .co_name = &_Py_ID(__isub__),
   83943             :     .co_qualname = & _collections_abc_toplevel_consts_52_consts_11_qualname._ascii.ob_base,
   83944             :     .co_linetable = & _collections_abc_toplevel_consts_52_consts_11_linetable.ob_base.ob_base,
   83945             :     ._co_code = NULL,
   83946             :     ._co_linearray = NULL,
   83947             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x12\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x18\x7c\x01\x44\x00\x5d\x14\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x7c\x00\x53\x00",
   83948             :     ._co_firsttraceable = 0,
   83949             : };
   83950             : static
   83951             :     struct {
   83952             :         PyGC_Head _gc_head;
   83953             :         struct {
   83954             :             PyObject_VAR_HEAD
   83955             :             PyObject *ob_item[13];
   83956             :         }_object;
   83957             :     }
   83958             : _collections_abc_toplevel_consts_52_consts = {
   83959             :     ._object = {
   83960             :         .ob_base = {
   83961             :             .ob_base = {
   83962             :                 .ob_refcnt = 999999999,
   83963             :                 .ob_type = &PyTuple_Type,
   83964             :             },
   83965             :             .ob_size = 13,
   83966             :         },
   83967             :         .ob_item = {
   83968             :             & const_str_MutableSet._ascii.ob_base,
   83969             :             & _collections_abc_toplevel_consts_52_consts_1._ascii.ob_base,
   83970             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   83971             :             & _collections_abc_toplevel_consts_52_consts_3.ob_base.ob_base,
   83972             :             & _collections_abc_toplevel_consts_52_consts_4.ob_base.ob_base,
   83973             :             & _collections_abc_toplevel_consts_52_consts_5.ob_base.ob_base,
   83974             :             & _collections_abc_toplevel_consts_52_consts_6.ob_base.ob_base,
   83975             :             & _collections_abc_toplevel_consts_52_consts_7.ob_base.ob_base,
   83976             :             & _collections_abc_toplevel_consts_52_consts_8.ob_base.ob_base,
   83977             :             & _collections_abc_toplevel_consts_52_consts_9.ob_base.ob_base,
   83978             :             & _collections_abc_toplevel_consts_52_consts_10.ob_base.ob_base,
   83979             :             & _collections_abc_toplevel_consts_52_consts_11.ob_base.ob_base,
   83980             :             Py_None,
   83981             :         },
   83982             :     },
   83983             : };
   83984             : static
   83985             :     struct {
   83986             :         PyGC_Head _gc_head;
   83987             :         struct {
   83988             :             PyObject_VAR_HEAD
   83989             :             PyObject *ob_item[15];
   83990             :         }_object;
   83991             :     }
   83992             : _collections_abc_toplevel_consts_52_names = {
   83993             :     ._object = {
   83994             :         .ob_base = {
   83995             :             .ob_base = {
   83996             :                 .ob_refcnt = 999999999,
   83997             :                 .ob_type = &PyTuple_Type,
   83998             :             },
   83999             :             .ob_size = 15,
   84000             :         },
   84001             :         .ob_item = {
   84002             :             &_Py_ID(__name__),
   84003             :             &_Py_ID(__module__),
   84004             :             &_Py_ID(__qualname__),
   84005             :             &_Py_ID(__doc__),
   84006             :             &_Py_ID(__slots__),
   84007             :             & const_str_abstractmethod._ascii.ob_base,
   84008             :             &_Py_ID(add),
   84009             :             & const_str_discard._ascii.ob_base,
   84010             :             & const_str_remove._ascii.ob_base,
   84011             :             & const_str_pop._ascii.ob_base,
   84012             :             &_Py_ID(clear),
   84013             :             &_Py_ID(__ior__),
   84014             :             &_Py_ID(__iand__),
   84015             :             &_Py_ID(__ixor__),
   84016             :             &_Py_ID(__isub__),
   84017             :         },
   84018             :     },
   84019             : };
   84020             : static
   84021             :     struct {
   84022             :         PyObject_VAR_HEAD
   84023             :         Py_hash_t ob_shash;
   84024             :         char ob_sval[191];
   84025             :     }
   84026             : _collections_abc_toplevel_consts_52_linetable = {
   84027             :     .ob_base = {
   84028             :         .ob_base = {
   84029             :             .ob_refcnt = 999999999,
   84030             :             .ob_type = &PyBytes_Type,
   84031             :         },
   84032             :         .ob_size = 190,
   84033             :     },
   84034             :     .ob_shash = -1,
   84035             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x09\x05\x08\xf0\x00\x09\x05\x08\xf0\x16\x00\x11\x13\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x22\xf0\x00\x02\x05\x22\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x22\xf0\x08\x00\x06\x14\xf0\x02\x02\x05\x22\xf0\x00\x02\x05\x22\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x22\xf0\x08\x04\x05\x1c\xf0\x00\x04\x05\x1c\xf0\x00\x04\x05\x1c\xf0\x0c\x08\x05\x15\xf0\x00\x08\x05\x15\xf0\x00\x08\x05\x15\xf0\x14\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x10\x03\x05\x14\xf0\x00\x03\x05\x14\xf0\x00\x03\x05\x14\xf0\x0a\x03\x05\x14\xf0\x00\x03\x05\x14\xf0\x00\x03\x05\x14\xf0\x0a\x0b\x05\x14\xf0\x00\x0b\x05\x14\xf0\x00\x0b\x05\x14\xf0\x1a\x06\x05\x14\xf0\x00\x06\x05\x14\xf0\x00\x06\x05\x14\xf0\x00\x06\x05\x14\xf0\x00\x06\x05\x14",
   84036             : };
   84037             : static
   84038             :     struct _PyCode_DEF(100)
   84039             : _collections_abc_toplevel_consts_52 = {
   84040             :     .ob_base = {
   84041             :         .ob_base = {
   84042             :             .ob_refcnt = 999999999,
   84043             :             .ob_type = &PyCode_Type,
   84044             :         },
   84045             :         .ob_size = 50,
   84046             :     },
   84047             :     .co_consts = & _collections_abc_toplevel_consts_52_consts._object.ob_base.ob_base,
   84048             :     .co_names = & _collections_abc_toplevel_consts_52_names._object.ob_base.ob_base,
   84049             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   84050             :     .co_flags = 0,
   84051             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   84052             :     ._co_linearray_entry_size = 0,
   84053             :     .co_argcount = 0,
   84054             :     .co_posonlyargcount = 0,
   84055             :     .co_kwonlyargcount = 0,
   84056             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   84057             :     .co_stacksize = 2,
   84058             :     .co_firstlineno = 695,
   84059             :     .co_nlocalsplus = 0,
   84060             :     .co_nlocals = 0,
   84061             :     .co_nplaincellvars = 0,
   84062             :     .co_ncellvars = 0,
   84063             :     .co_nfreevars = 0,
   84064             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   84065             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   84066             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   84067             :     .co_name = & const_str_MutableSet._ascii.ob_base,
   84068             :     .co_qualname = & const_str_MutableSet._ascii.ob_base,
   84069             :     .co_linetable = & _collections_abc_toplevel_consts_52_linetable.ob_base.ob_base,
   84070             :     ._co_code = NULL,
   84071             :     ._co_linearray = NULL,
   84072             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x05\x84\x00\x5a\x08\x64\x06\x84\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x64\x08\x84\x00\x5a\x0b\x64\x09\x84\x00\x5a\x0c\x64\x0a\x84\x00\x5a\x0d\x64\x0b\x84\x00\x5a\x0e\x64\x0c\x53\x00",
   84073             :     ._co_firsttraceable = 0,
   84074             : };
   84075             : static
   84076             :     struct {
   84077             :         PyASCIIObject _ascii;
   84078             :         uint8_t _data[199];
   84079             :     }
   84080             : _collections_abc_toplevel_consts_54_consts_1 = {
   84081             :     ._ascii = {
   84082             :         .ob_base = {
   84083             :             .ob_refcnt = 999999999,
   84084             :             .ob_type = &PyUnicode_Type,
   84085             :         },
   84086             :         .length = 198,
   84087             :         .hash = -1,
   84088             :         .state = {
   84089             :             .kind = 1,
   84090             :             .compact = 1,
   84091             :             .ascii = 1,
   84092             :         },
   84093             :     },
   84094             :     ._data = "\x41\x20\x4d\x61\x70\x70\x69\x6e\x67\x20\x69\x73\x20\x61\x20\x67\x65\x6e\x65\x72\x69\x63\x20\x63\x6f\x6e\x74\x61\x69\x6e\x65\x72\x20\x66\x6f\x72\x20\x61\x73\x73\x6f\x63\x69\x61\x74\x69\x6e\x67\x20\x6b\x65\x79\x2f\x76\x61\x6c\x75\x65\x0a\x20\x20\x20\x20\x70\x61\x69\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x63\x6c\x61\x73\x73\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x63\x6f\x6e\x63\x72\x65\x74\x65\x20\x67\x65\x6e\x65\x72\x69\x63\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x73\x20\x6f\x66\x20\x61\x6c\x6c\x0a\x20\x20\x20\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x65\x78\x63\x65\x70\x74\x20\x66\x6f\x72\x20\x5f\x5f\x67\x65\x74\x69\x74\x65\x6d\x5f\x5f\x2c\x20\x5f\x5f\x69\x74\x65\x72\x5f\x5f\x2c\x20\x61\x6e\x64\x20\x5f\x5f\x6c\x65\x6e\x5f\x5f\x2e\x0a\x20\x20\x20\x20",
   84095             : };
   84096             : static
   84097             :     struct {
   84098             :         PyGC_Head _gc_head;
   84099             :         struct {
   84100             :             PyObject_VAR_HEAD
   84101             :             PyObject *ob_item[1];
   84102             :         }_object;
   84103             :     }
   84104             : _collections_abc_toplevel_consts_54_consts_4_names = {
   84105             :     ._object = {
   84106             :         .ob_base = {
   84107             :             .ob_base = {
   84108             :                 .ob_refcnt = 999999999,
   84109             :                 .ob_type = &PyTuple_Type,
   84110             :             },
   84111             :             .ob_size = 1,
   84112             :         },
   84113             :         .ob_item = {
   84114             :             & const_str_KeyError._ascii.ob_base,
   84115             :         },
   84116             :     },
   84117             : };
   84118             : static
   84119             :     struct {
   84120             :         PyASCIIObject _ascii;
   84121             :         uint8_t _data[20];
   84122             :     }
   84123             : _collections_abc_toplevel_consts_54_consts_4_qualname = {
   84124             :     ._ascii = {
   84125             :         .ob_base = {
   84126             :             .ob_refcnt = 999999999,
   84127             :             .ob_type = &PyUnicode_Type,
   84128             :         },
   84129             :         .length = 19,
   84130             :         .hash = -1,
   84131             :         .state = {
   84132             :             .kind = 1,
   84133             :             .compact = 1,
   84134             :             .ascii = 1,
   84135             :         },
   84136             :     },
   84137             :     ._data = "Mapping.__getitem__",
   84138             : };
   84139             : static
   84140             :     struct {
   84141             :         PyObject_VAR_HEAD
   84142             :         Py_hash_t ob_shash;
   84143             :         char ob_sval[8];
   84144             :     }
   84145             : _collections_abc_toplevel_consts_54_consts_4_linetable = {
   84146             :     .ob_base = {
   84147             :         .ob_base = {
   84148             :             .ob_refcnt = 999999999,
   84149             :             .ob_type = &PyBytes_Type,
   84150             :         },
   84151             :         .ob_size = 7,
   84152             :     },
   84153             :     .ob_shash = -1,
   84154             :     .ob_sval = "\x80\x00\xe5\x0e\x16\x88\x0e",
   84155             : };
   84156             : static
   84157             :     struct {
   84158             :         PyGC_Head _gc_head;
   84159             :         struct {
   84160             :             PyObject_VAR_HEAD
   84161             :             PyObject *ob_item[2];
   84162             :         }_object;
   84163             :     }
   84164             : _collections_abc_toplevel_consts_54_consts_4_localsplusnames = {
   84165             :     ._object = {
   84166             :         .ob_base = {
   84167             :             .ob_base = {
   84168             :                 .ob_refcnt = 999999999,
   84169             :                 .ob_type = &PyTuple_Type,
   84170             :             },
   84171             :             .ob_size = 2,
   84172             :         },
   84173             :         .ob_item = {
   84174             :             & const_str_self._ascii.ob_base,
   84175             :             & const_str_key._ascii.ob_base,
   84176             :         },
   84177             :     },
   84178             : };
   84179             : static
   84180             :     struct _PyCode_DEF(16)
   84181             : _collections_abc_toplevel_consts_54_consts_4 = {
   84182             :     .ob_base = {
   84183             :         .ob_base = {
   84184             :             .ob_refcnt = 999999999,
   84185             :             .ob_type = &PyCode_Type,
   84186             :         },
   84187             :         .ob_size = 8,
   84188             :     },
   84189             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   84190             :     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
   84191             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   84192             :     .co_flags = 3,
   84193             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   84194             :     ._co_linearray_entry_size = 0,
   84195             :     .co_argcount = 2,
   84196             :     .co_posonlyargcount = 0,
   84197             :     .co_kwonlyargcount = 0,
   84198             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   84199             :     .co_stacksize = 1,
   84200             :     .co_firstlineno = 793,
   84201             :     .co_nlocalsplus = 2,
   84202             :     .co_nlocals = 2,
   84203             :     .co_nplaincellvars = 0,
   84204             :     .co_ncellvars = 0,
   84205             :     .co_nfreevars = 0,
   84206             :     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
   84207             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   84208             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   84209             :     .co_name = &_Py_ID(__getitem__),
   84210             :     .co_qualname = & _collections_abc_toplevel_consts_54_consts_4_qualname._ascii.ob_base,
   84211             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
   84212             :     ._co_code = NULL,
   84213             :     ._co_linearray = NULL,
   84214             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   84215             :     ._co_firsttraceable = 0,
   84216             : };
   84217             : static
   84218             :     struct {
   84219             :         PyASCIIObject _ascii;
   84220             :         uint8_t _data[61];
   84221             :     }
   84222             : _collections_abc_toplevel_consts_54_consts_6_consts_0 = {
   84223             :     ._ascii = {
   84224             :         .ob_base = {
   84225             :             .ob_refcnt = 999999999,
   84226             :             .ob_type = &PyUnicode_Type,
   84227             :         },
   84228             :         .length = 60,
   84229             :         .hash = -1,
   84230             :         .state = {
   84231             :             .kind = 1,
   84232             :             .compact = 1,
   84233             :             .ascii = 1,
   84234             :         },
   84235             :     },
   84236             :     ._data = "D.get(k[,d]) -> D[k] if k in D, else d.  d defaults to None.",
   84237             : };
   84238             : static
   84239             :     struct {
   84240             :         PyGC_Head _gc_head;
   84241             :         struct {
   84242             :             PyObject_VAR_HEAD
   84243             :             PyObject *ob_item[1];
   84244             :         }_object;
   84245             :     }
   84246             : _collections_abc_toplevel_consts_54_consts_6_consts = {
   84247             :     ._object = {
   84248             :         .ob_base = {
   84249             :             .ob_base = {
   84250             :                 .ob_refcnt = 999999999,
   84251             :                 .ob_type = &PyTuple_Type,
   84252             :             },
   84253             :             .ob_size = 1,
   84254             :         },
   84255             :         .ob_item = {
   84256             :             & _collections_abc_toplevel_consts_54_consts_6_consts_0._ascii.ob_base,
   84257             :         },
   84258             :     },
   84259             : };
   84260             : static
   84261             :     struct {
   84262             :         PyASCIIObject _ascii;
   84263             :         uint8_t _data[12];
   84264             :     }
   84265             : _collections_abc_toplevel_consts_54_consts_6_qualname = {
   84266             :     ._ascii = {
   84267             :         .ob_base = {
   84268             :             .ob_refcnt = 999999999,
   84269             :             .ob_type = &PyUnicode_Type,
   84270             :         },
   84271             :         .length = 11,
   84272             :         .hash = -1,
   84273             :         .state = {
   84274             :             .kind = 1,
   84275             :             .compact = 1,
   84276             :             .ascii = 1,
   84277             :         },
   84278             :     },
   84279             :     ._data = "Mapping.get",
   84280             : };
   84281             : static
   84282             :     struct {
   84283             :         PyObject_VAR_HEAD
   84284             :         Py_hash_t ob_shash;
   84285             :         char ob_sval[54];
   84286             :     }
   84287             : _collections_abc_toplevel_consts_54_consts_6_linetable = {
   84288             :     .ob_base = {
   84289             :         .ob_base = {
   84290             :             .ob_refcnt = 999999999,
   84291             :             .ob_type = &PyBytes_Type,
   84292             :         },
   84293             :         .ob_size = 53,
   84294             :     },
   84295             :     .ob_shash = -1,
   84296             :     .ob_sval = "\x80\x00\xf0\x04\x03\x09\x1b\xd8\x13\x17\x98\x03\x94\x39\xd0\x0c\x1c\xf8\xdd\x0f\x17\xf0\x00\x01\x09\x1b\xf0\x00\x01\x09\x1b\xf0\x00\x01\x09\x1b\xd8\x13\x1a\x88\x4e\x88\x4e\x88\x4e\xf0\x03\x01\x09\x1b\xf8\xf8\xf8",
   84297             : };
   84298             : static
   84299             :     struct {
   84300             :         PyObject_VAR_HEAD
   84301             :         Py_hash_t ob_shash;
   84302             :         char ob_sval[13];
   84303             :     }
   84304             : _collections_abc_toplevel_consts_54_consts_6_exceptiontable = {
   84305             :     .ob_base = {
   84306             :         .ob_base = {
   84307             :             .ob_refcnt = 999999999,
   84308             :             .ob_type = &PyBytes_Type,
   84309             :         },
   84310             :         .ob_size = 12,
   84311             :     },
   84312             :     .ob_shash = -1,
   84313             :     .ob_sval = "\x82\x07\x0a\x00\x8a\x0c\x19\x03\x98\x01\x19\x03",
   84314             : };
   84315             : static
   84316             :     struct {
   84317             :         PyGC_Head _gc_head;
   84318             :         struct {
   84319             :             PyObject_VAR_HEAD
   84320             :             PyObject *ob_item[3];
   84321             :         }_object;
   84322             :     }
   84323             : _collections_abc_toplevel_consts_54_consts_6_localsplusnames = {
   84324             :     ._object = {
   84325             :         .ob_base = {
   84326             :             .ob_base = {
   84327             :                 .ob_refcnt = 999999999,
   84328             :                 .ob_type = &PyTuple_Type,
   84329             :             },
   84330             :             .ob_size = 3,
   84331             :         },
   84332             :         .ob_item = {
   84333             :             & const_str_self._ascii.ob_base,
   84334             :             & const_str_key._ascii.ob_base,
   84335             :             &_Py_ID(default),
   84336             :         },
   84337             :     },
   84338             : };
   84339             : static
   84340             :     struct _PyCode_DEF(56)
   84341             : _collections_abc_toplevel_consts_54_consts_6 = {
   84342             :     .ob_base = {
   84343             :         .ob_base = {
   84344             :             .ob_refcnt = 999999999,
   84345             :             .ob_type = &PyCode_Type,
   84346             :         },
   84347             :         .ob_size = 28,
   84348             :     },
   84349             :     .co_consts = & _collections_abc_toplevel_consts_54_consts_6_consts._object.ob_base.ob_base,
   84350             :     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
   84351             :     .co_exceptiontable = & _collections_abc_toplevel_consts_54_consts_6_exceptiontable.ob_base.ob_base,
   84352             :     .co_flags = 3,
   84353             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   84354             :     ._co_linearray_entry_size = 0,
   84355             :     .co_argcount = 3,
   84356             :     .co_posonlyargcount = 0,
   84357             :     .co_kwonlyargcount = 0,
   84358             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   84359             :     .co_stacksize = 4,
   84360             :     .co_firstlineno = 797,
   84361             :     .co_nlocalsplus = 3,
   84362             :     .co_nlocals = 3,
   84363             :     .co_nplaincellvars = 0,
   84364             :     .co_ncellvars = 0,
   84365             :     .co_nfreevars = 0,
   84366             :     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_6_localsplusnames._object.ob_base.ob_base,
   84367             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   84368             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   84369             :     .co_name = &_Py_ID(get),
   84370             :     .co_qualname = & _collections_abc_toplevel_consts_54_consts_6_qualname._ascii.ob_base,
   84371             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_6_linetable.ob_base.ob_base,
   84372             :     ._co_code = NULL,
   84373             :     ._co_linearray = NULL,
   84374             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x02\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   84375             :     ._co_firsttraceable = 0,
   84376             : };
   84377             : static
   84378             :     struct {
   84379             :         PyASCIIObject _ascii;
   84380             :         uint8_t _data[21];
   84381             :     }
   84382             : _collections_abc_toplevel_consts_54_consts_7_qualname = {
   84383             :     ._ascii = {
   84384             :         .ob_base = {
   84385             :             .ob_refcnt = 999999999,
   84386             :             .ob_type = &PyUnicode_Type,
   84387             :         },
   84388             :         .length = 20,
   84389             :         .hash = -1,
   84390             :         .state = {
   84391             :             .kind = 1,
   84392             :             .compact = 1,
   84393             :             .ascii = 1,
   84394             :         },
   84395             :     },
   84396             :     ._data = "Mapping.__contains__",
   84397             : };
   84398             : static
   84399             :     struct {
   84400             :         PyObject_VAR_HEAD
   84401             :         Py_hash_t ob_shash;
   84402             :         char ob_sval[60];
   84403             :     }
   84404             : _collections_abc_toplevel_consts_54_consts_7_linetable = {
   84405             :     .ob_base = {
   84406             :         .ob_base = {
   84407             :             .ob_refcnt = 999999999,
   84408             :             .ob_type = &PyBytes_Type,
   84409             :         },
   84410             :         .ob_size = 59,
   84411             :     },
   84412             :     .ob_shash = -1,
   84413             :     .ob_sval = "\x80\x00\xf0\x02\x05\x09\x18\xd8\x0c\x10\x90\x13\x8c\x49\x88\x49\xf0\x08\x00\x14\x18\x90\x34\xf8\xf5\x07\x00\x10\x18\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\x90\x35\xf0\x03\x01\x09\x19\xf8\xf8\xf8",
   84414             : };
   84415             : static
   84416             :     struct {
   84417             :         PyObject_VAR_HEAD
   84418             :         Py_hash_t ob_shash;
   84419             :         char ob_sval[13];
   84420             :     }
   84421             : _collections_abc_toplevel_consts_54_consts_7_exceptiontable = {
   84422             :     .ob_base = {
   84423             :         .ob_base = {
   84424             :             .ob_refcnt = 999999999,
   84425             :             .ob_type = &PyBytes_Type,
   84426             :         },
   84427             :         .ob_size = 12,
   84428             :     },
   84429             :     .ob_shash = -1,
   84430             :     .ob_sval = "\x82\x08\x0c\x00\x8c\x0a\x1a\x03\x99\x01\x1a\x03",
   84431             : };
   84432             : static
   84433             :     struct _PyCode_DEF(58)
   84434             : _collections_abc_toplevel_consts_54_consts_7 = {
   84435             :     .ob_base = {
   84436             :         .ob_base = {
   84437             :             .ob_refcnt = 999999999,
   84438             :             .ob_type = &PyCode_Type,
   84439             :         },
   84440             :         .ob_size = 29,
   84441             :     },
   84442             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
   84443             :     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
   84444             :     .co_exceptiontable = & _collections_abc_toplevel_consts_54_consts_7_exceptiontable.ob_base.ob_base,
   84445             :     .co_flags = 3,
   84446             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   84447             :     ._co_linearray_entry_size = 0,
   84448             :     .co_argcount = 2,
   84449             :     .co_posonlyargcount = 0,
   84450             :     .co_kwonlyargcount = 0,
   84451             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   84452             :     .co_stacksize = 4,
   84453             :     .co_firstlineno = 804,
   84454             :     .co_nlocalsplus = 2,
   84455             :     .co_nlocals = 2,
   84456             :     .co_nplaincellvars = 0,
   84457             :     .co_ncellvars = 0,
   84458             :     .co_nfreevars = 0,
   84459             :     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
   84460             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   84461             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   84462             :     .co_name = &_Py_ID(__contains__),
   84463             :     .co_qualname = & _collections_abc_toplevel_consts_54_consts_7_qualname._ascii.ob_base,
   84464             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_7_linetable.ob_base.ob_base,
   84465             :     ._co_code = NULL,
   84466             :     ._co_linearray = NULL,
   84467             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   84468             :     ._co_firsttraceable = 0,
   84469             : };
   84470             : static
   84471             :     struct {
   84472             :         PyASCIIObject _ascii;
   84473             :         uint8_t _data[59];
   84474             :     }
   84475             : _collections_abc_toplevel_consts_54_consts_8_consts_0 = {
   84476             :     ._ascii = {
   84477             :         .ob_base = {
   84478             :             .ob_refcnt = 999999999,
   84479             :             .ob_type = &PyUnicode_Type,
   84480             :         },
   84481             :         .length = 58,
   84482             :         .hash = -1,
   84483             :         .state = {
   84484             :             .kind = 1,
   84485             :             .compact = 1,
   84486             :             .ascii = 1,
   84487             :         },
   84488             :     },
   84489             :     ._data = "D.keys() -> a set-like object providing a view on D's keys",
   84490             : };
   84491             : static
   84492             :     struct {
   84493             :         PyGC_Head _gc_head;
   84494             :         struct {
   84495             :             PyObject_VAR_HEAD
   84496             :             PyObject *ob_item[1];
   84497             :         }_object;
   84498             :     }
   84499             : _collections_abc_toplevel_consts_54_consts_8_consts = {
   84500             :     ._object = {
   84501             :         .ob_base = {
   84502             :             .ob_base = {
   84503             :                 .ob_refcnt = 999999999,
   84504             :                 .ob_type = &PyTuple_Type,
   84505             :             },
   84506             :             .ob_size = 1,
   84507             :         },
   84508             :         .ob_item = {
   84509             :             & _collections_abc_toplevel_consts_54_consts_8_consts_0._ascii.ob_base,
   84510             :         },
   84511             :     },
   84512             : };
   84513             : static
   84514             :     struct {
   84515             :         PyGC_Head _gc_head;
   84516             :         struct {
   84517             :             PyObject_VAR_HEAD
   84518             :             PyObject *ob_item[1];
   84519             :         }_object;
   84520             :     }
   84521             : _collections_abc_toplevel_consts_54_consts_8_names = {
   84522             :     ._object = {
   84523             :         .ob_base = {
   84524             :             .ob_base = {
   84525             :                 .ob_refcnt = 999999999,
   84526             :                 .ob_type = &PyTuple_Type,
   84527             :             },
   84528             :             .ob_size = 1,
   84529             :         },
   84530             :         .ob_item = {
   84531             :             & const_str_KeysView._ascii.ob_base,
   84532             :         },
   84533             :     },
   84534             : };
   84535             : static
   84536             :     struct {
   84537             :         PyASCIIObject _ascii;
   84538             :         uint8_t _data[13];
   84539             :     }
   84540             : _collections_abc_toplevel_consts_54_consts_8_qualname = {
   84541             :     ._ascii = {
   84542             :         .ob_base = {
   84543             :             .ob_refcnt = 999999999,
   84544             :             .ob_type = &PyUnicode_Type,
   84545             :         },
   84546             :         .length = 12,
   84547             :         .hash = -1,
   84548             :         .state = {
   84549             :             .kind = 1,
   84550             :             .compact = 1,
   84551             :             .ascii = 1,
   84552             :         },
   84553             :     },
   84554             :     ._data = "Mapping.keys",
   84555             : };
   84556             : static
   84557             :     struct {
   84558             :         PyObject_VAR_HEAD
   84559             :         Py_hash_t ob_shash;
   84560             :         char ob_sval[13];
   84561             :     }
   84562             : _collections_abc_toplevel_consts_54_consts_8_linetable = {
   84563             :     .ob_base = {
   84564             :         .ob_base = {
   84565             :             .ob_refcnt = 999999999,
   84566             :             .ob_type = &PyBytes_Type,
   84567             :         },
   84568             :         .ob_size = 12,
   84569             :     },
   84570             :     .ob_shash = -1,
   84571             :     .ob_sval = "\x80\x00\xe5\x0f\x17\x98\x04\x8c\x7e\xd0\x08\x1d",
   84572             : };
   84573             : static
   84574             :     struct _PyCode_DEF(28)
   84575             : _collections_abc_toplevel_consts_54_consts_8 = {
   84576             :     .ob_base = {
   84577             :         .ob_base = {
   84578             :             .ob_refcnt = 999999999,
   84579             :             .ob_type = &PyCode_Type,
   84580             :         },
   84581             :         .ob_size = 14,
   84582             :     },
   84583             :     .co_consts = & _collections_abc_toplevel_consts_54_consts_8_consts._object.ob_base.ob_base,
   84584             :     .co_names = & _collections_abc_toplevel_consts_54_consts_8_names._object.ob_base.ob_base,
   84585             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   84586             :     .co_flags = 3,
   84587             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   84588             :     ._co_linearray_entry_size = 0,
   84589             :     .co_argcount = 1,
   84590             :     .co_posonlyargcount = 0,
   84591             :     .co_kwonlyargcount = 0,
   84592             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   84593             :     .co_stacksize = 3,
   84594             :     .co_firstlineno = 812,
   84595             :     .co_nlocalsplus = 1,
   84596             :     .co_nlocals = 1,
   84597             :     .co_nplaincellvars = 0,
   84598             :     .co_ncellvars = 0,
   84599             :     .co_nfreevars = 0,
   84600             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   84601             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   84602             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   84603             :     .co_name = &_Py_ID(keys),
   84604             :     .co_qualname = & _collections_abc_toplevel_consts_54_consts_8_qualname._ascii.ob_base,
   84605             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_8_linetable.ob_base.ob_base,
   84606             :     ._co_code = NULL,
   84607             :     ._co_linearray = NULL,
   84608             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   84609             :     ._co_firsttraceable = 0,
   84610             : };
   84611             : static
   84612             :     struct {
   84613             :         PyASCIIObject _ascii;
   84614             :         uint8_t _data[61];
   84615             :     }
   84616             : _collections_abc_toplevel_consts_54_consts_9_consts_0 = {
   84617             :     ._ascii = {
   84618             :         .ob_base = {
   84619             :             .ob_refcnt = 999999999,
   84620             :             .ob_type = &PyUnicode_Type,
   84621             :         },
   84622             :         .length = 60,
   84623             :         .hash = -1,
   84624             :         .state = {
   84625             :             .kind = 1,
   84626             :             .compact = 1,
   84627             :             .ascii = 1,
   84628             :         },
   84629             :     },
   84630             :     ._data = "D.items() -> a set-like object providing a view on D's items",
   84631             : };
   84632             : static
   84633             :     struct {
   84634             :         PyGC_Head _gc_head;
   84635             :         struct {
   84636             :             PyObject_VAR_HEAD
   84637             :             PyObject *ob_item[1];
   84638             :         }_object;
   84639             :     }
   84640             : _collections_abc_toplevel_consts_54_consts_9_consts = {
   84641             :     ._object = {
   84642             :         .ob_base = {
   84643             :             .ob_base = {
   84644             :                 .ob_refcnt = 999999999,
   84645             :                 .ob_type = &PyTuple_Type,
   84646             :             },
   84647             :             .ob_size = 1,
   84648             :         },
   84649             :         .ob_item = {
   84650             :             & _collections_abc_toplevel_consts_54_consts_9_consts_0._ascii.ob_base,
   84651             :         },
   84652             :     },
   84653             : };
   84654             : static
   84655             :     struct {
   84656             :         PyGC_Head _gc_head;
   84657             :         struct {
   84658             :             PyObject_VAR_HEAD
   84659             :             PyObject *ob_item[1];
   84660             :         }_object;
   84661             :     }
   84662             : _collections_abc_toplevel_consts_54_consts_9_names = {
   84663             :     ._object = {
   84664             :         .ob_base = {
   84665             :             .ob_base = {
   84666             :                 .ob_refcnt = 999999999,
   84667             :                 .ob_type = &PyTuple_Type,
   84668             :             },
   84669             :             .ob_size = 1,
   84670             :         },
   84671             :         .ob_item = {
   84672             :             & const_str_ItemsView._ascii.ob_base,
   84673             :         },
   84674             :     },
   84675             : };
   84676             : static
   84677             :     struct {
   84678             :         PyASCIIObject _ascii;
   84679             :         uint8_t _data[14];
   84680             :     }
   84681             : _collections_abc_toplevel_consts_54_consts_9_qualname = {
   84682             :     ._ascii = {
   84683             :         .ob_base = {
   84684             :             .ob_refcnt = 999999999,
   84685             :             .ob_type = &PyUnicode_Type,
   84686             :         },
   84687             :         .length = 13,
   84688             :         .hash = -1,
   84689             :         .state = {
   84690             :             .kind = 1,
   84691             :             .compact = 1,
   84692             :             .ascii = 1,
   84693             :         },
   84694             :     },
   84695             :     ._data = "Mapping.items",
   84696             : };
   84697             : static
   84698             :     struct {
   84699             :         PyObject_VAR_HEAD
   84700             :         Py_hash_t ob_shash;
   84701             :         char ob_sval[13];
   84702             :     }
   84703             : _collections_abc_toplevel_consts_54_consts_9_linetable = {
   84704             :     .ob_base = {
   84705             :         .ob_base = {
   84706             :             .ob_refcnt = 999999999,
   84707             :             .ob_type = &PyBytes_Type,
   84708             :         },
   84709             :         .ob_size = 12,
   84710             :     },
   84711             :     .ob_shash = -1,
   84712             :     .ob_sval = "\x80\x00\xe5\x0f\x18\x98\x14\x8c\x7f\xd0\x08\x1e",
   84713             : };
   84714             : static
   84715             :     struct _PyCode_DEF(28)
   84716             : _collections_abc_toplevel_consts_54_consts_9 = {
   84717             :     .ob_base = {
   84718             :         .ob_base = {
   84719             :             .ob_refcnt = 999999999,
   84720             :             .ob_type = &PyCode_Type,
   84721             :         },
   84722             :         .ob_size = 14,
   84723             :     },
   84724             :     .co_consts = & _collections_abc_toplevel_consts_54_consts_9_consts._object.ob_base.ob_base,
   84725             :     .co_names = & _collections_abc_toplevel_consts_54_consts_9_names._object.ob_base.ob_base,
   84726             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   84727             :     .co_flags = 3,
   84728             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   84729             :     ._co_linearray_entry_size = 0,
   84730             :     .co_argcount = 1,
   84731             :     .co_posonlyargcount = 0,
   84732             :     .co_kwonlyargcount = 0,
   84733             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   84734             :     .co_stacksize = 3,
   84735             :     .co_firstlineno = 816,
   84736             :     .co_nlocalsplus = 1,
   84737             :     .co_nlocals = 1,
   84738             :     .co_nplaincellvars = 0,
   84739             :     .co_ncellvars = 0,
   84740             :     .co_nfreevars = 0,
   84741             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   84742             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   84743             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   84744             :     .co_name = &_Py_ID(items),
   84745             :     .co_qualname = & _collections_abc_toplevel_consts_54_consts_9_qualname._ascii.ob_base,
   84746             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_9_linetable.ob_base.ob_base,
   84747             :     ._co_code = NULL,
   84748             :     ._co_linearray = NULL,
   84749             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   84750             :     ._co_firsttraceable = 0,
   84751             : };
   84752             : static
   84753             :     struct {
   84754             :         PyASCIIObject _ascii;
   84755             :         uint8_t _data[55];
   84756             :     }
   84757             : _collections_abc_toplevel_consts_54_consts_10_consts_0 = {
   84758             :     ._ascii = {
   84759             :         .ob_base = {
   84760             :             .ob_refcnt = 999999999,
   84761             :             .ob_type = &PyUnicode_Type,
   84762             :         },
   84763             :         .length = 54,
   84764             :         .hash = -1,
   84765             :         .state = {
   84766             :             .kind = 1,
   84767             :             .compact = 1,
   84768             :             .ascii = 1,
   84769             :         },
   84770             :     },
   84771             :     ._data = "D.values() -> an object providing a view on D's values",
   84772             : };
   84773             : static
   84774             :     struct {
   84775             :         PyGC_Head _gc_head;
   84776             :         struct {
   84777             :             PyObject_VAR_HEAD
   84778             :             PyObject *ob_item[1];
   84779             :         }_object;
   84780             :     }
   84781             : _collections_abc_toplevel_consts_54_consts_10_consts = {
   84782             :     ._object = {
   84783             :         .ob_base = {
   84784             :             .ob_base = {
   84785             :                 .ob_refcnt = 999999999,
   84786             :                 .ob_type = &PyTuple_Type,
   84787             :             },
   84788             :             .ob_size = 1,
   84789             :         },
   84790             :         .ob_item = {
   84791             :             & _collections_abc_toplevel_consts_54_consts_10_consts_0._ascii.ob_base,
   84792             :         },
   84793             :     },
   84794             : };
   84795             : static
   84796             :     struct {
   84797             :         PyGC_Head _gc_head;
   84798             :         struct {
   84799             :             PyObject_VAR_HEAD
   84800             :             PyObject *ob_item[1];
   84801             :         }_object;
   84802             :     }
   84803             : _collections_abc_toplevel_consts_54_consts_10_names = {
   84804             :     ._object = {
   84805             :         .ob_base = {
   84806             :             .ob_base = {
   84807             :                 .ob_refcnt = 999999999,
   84808             :                 .ob_type = &PyTuple_Type,
   84809             :             },
   84810             :             .ob_size = 1,
   84811             :         },
   84812             :         .ob_item = {
   84813             :             & const_str_ValuesView._ascii.ob_base,
   84814             :         },
   84815             :     },
   84816             : };
   84817             : static
   84818             :     struct {
   84819             :         PyASCIIObject _ascii;
   84820             :         uint8_t _data[15];
   84821             :     }
   84822             : _collections_abc_toplevel_consts_54_consts_10_qualname = {
   84823             :     ._ascii = {
   84824             :         .ob_base = {
   84825             :             .ob_refcnt = 999999999,
   84826             :             .ob_type = &PyUnicode_Type,
   84827             :         },
   84828             :         .length = 14,
   84829             :         .hash = -1,
   84830             :         .state = {
   84831             :             .kind = 1,
   84832             :             .compact = 1,
   84833             :             .ascii = 1,
   84834             :         },
   84835             :     },
   84836             :     ._data = "Mapping.values",
   84837             : };
   84838             : static
   84839             :     struct {
   84840             :         PyObject_VAR_HEAD
   84841             :         Py_hash_t ob_shash;
   84842             :         char ob_sval[14];
   84843             :     }
   84844             : _collections_abc_toplevel_consts_54_consts_10_linetable = {
   84845             :     .ob_base = {
   84846             :         .ob_base = {
   84847             :             .ob_refcnt = 999999999,
   84848             :             .ob_type = &PyBytes_Type,
   84849             :         },
   84850             :         .ob_size = 13,
   84851             :     },
   84852             :     .ob_shash = -1,
   84853             :     .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x24\xd4\x0f\x1f\xd0\x08\x1f",
   84854             : };
   84855             : static
   84856             :     struct _PyCode_DEF(28)
   84857             : _collections_abc_toplevel_consts_54_consts_10 = {
   84858             :     .ob_base = {
   84859             :         .ob_base = {
   84860             :             .ob_refcnt = 999999999,
   84861             :             .ob_type = &PyCode_Type,
   84862             :         },
   84863             :         .ob_size = 14,
   84864             :     },
   84865             :     .co_consts = & _collections_abc_toplevel_consts_54_consts_10_consts._object.ob_base.ob_base,
   84866             :     .co_names = & _collections_abc_toplevel_consts_54_consts_10_names._object.ob_base.ob_base,
   84867             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   84868             :     .co_flags = 3,
   84869             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   84870             :     ._co_linearray_entry_size = 0,
   84871             :     .co_argcount = 1,
   84872             :     .co_posonlyargcount = 0,
   84873             :     .co_kwonlyargcount = 0,
   84874             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   84875             :     .co_stacksize = 3,
   84876             :     .co_firstlineno = 820,
   84877             :     .co_nlocalsplus = 1,
   84878             :     .co_nlocals = 1,
   84879             :     .co_nplaincellvars = 0,
   84880             :     .co_ncellvars = 0,
   84881             :     .co_nfreevars = 0,
   84882             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   84883             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   84884             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   84885             :     .co_name = &_Py_ID(values),
   84886             :     .co_qualname = & _collections_abc_toplevel_consts_54_consts_10_qualname._ascii.ob_base,
   84887             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_10_linetable.ob_base.ob_base,
   84888             :     ._co_code = NULL,
   84889             :     ._co_linearray = NULL,
   84890             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   84891             :     ._co_firsttraceable = 0,
   84892             : };
   84893             : static
   84894             :     struct {
   84895             :         PyASCIIObject _ascii;
   84896             :         uint8_t _data[5];
   84897             :     }
   84898             : const_str_dict = {
   84899             :     ._ascii = {
   84900             :         .ob_base = {
   84901             :             .ob_refcnt = 999999999,
   84902             :             .ob_type = &PyUnicode_Type,
   84903             :         },
   84904             :         .length = 4,
   84905             :         .hash = -1,
   84906             :         .state = {
   84907             :             .kind = 1,
   84908             :             .compact = 1,
   84909             :             .ascii = 1,
   84910             :         },
   84911             :     },
   84912             :     ._data = "dict",
   84913             : };
   84914             : static
   84915             :     struct {
   84916             :         PyGC_Head _gc_head;
   84917             :         struct {
   84918             :             PyObject_VAR_HEAD
   84919             :             PyObject *ob_item[5];
   84920             :         }_object;
   84921             :     }
   84922             : _collections_abc_toplevel_consts_54_consts_11_names = {
   84923             :     ._object = {
   84924             :         .ob_base = {
   84925             :             .ob_base = {
   84926             :                 .ob_refcnt = 999999999,
   84927             :                 .ob_type = &PyTuple_Type,
   84928             :             },
   84929             :             .ob_size = 5,
   84930             :         },
   84931             :         .ob_item = {
   84932             :             &_Py_ID(isinstance),
   84933             :             & const_str_Mapping._ascii.ob_base,
   84934             :             & const_str_NotImplemented._ascii.ob_base,
   84935             :             & const_str_dict._ascii.ob_base,
   84936             :             &_Py_ID(items),
   84937             :         },
   84938             :     },
   84939             : };
   84940             : static
   84941             :     struct {
   84942             :         PyASCIIObject _ascii;
   84943             :         uint8_t _data[15];
   84944             :     }
   84945             : _collections_abc_toplevel_consts_54_consts_11_qualname = {
   84946             :     ._ascii = {
   84947             :         .ob_base = {
   84948             :             .ob_refcnt = 999999999,
   84949             :             .ob_type = &PyUnicode_Type,
   84950             :         },
   84951             :         .length = 14,
   84952             :         .hash = -1,
   84953             :         .state = {
   84954             :             .kind = 1,
   84955             :             .compact = 1,
   84956             :             .ascii = 1,
   84957             :         },
   84958             :     },
   84959             :     ._data = "Mapping.__eq__",
   84960             : };
   84961             : static
   84962             :     struct {
   84963             :         PyObject_VAR_HEAD
   84964             :         Py_hash_t ob_shash;
   84965             :         char ob_sval[57];
   84966             :     }
   84967             : _collections_abc_toplevel_consts_54_consts_11_linetable = {
   84968             :     .ob_base = {
   84969             :         .ob_base = {
   84970             :             .ob_refcnt = 999999999,
   84971             :             .ob_type = &PyBytes_Type,
   84972             :         },
   84973             :         .ob_size = 56,
   84974             :     },
   84975             :     .ob_shash = -1,
   84976             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x13\x90\x44\x97\x4a\x91\x4a\x94\x4c\xd4\x0f\x21\xa5\x54\xa8\x25\xaf\x2b\xa9\x2b\xac\x2d\xd4\x25\x38\xd2\x0f\x38\xd0\x08\x38",
   84977             : };
   84978             : static
   84979             :     struct _PyCode_DEF(170)
   84980             : _collections_abc_toplevel_consts_54_consts_11 = {
   84981             :     .ob_base = {
   84982             :         .ob_base = {
   84983             :             .ob_refcnt = 999999999,
   84984             :             .ob_type = &PyCode_Type,
   84985             :         },
   84986             :         .ob_size = 85,
   84987             :     },
   84988             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   84989             :     .co_names = & _collections_abc_toplevel_consts_54_consts_11_names._object.ob_base.ob_base,
   84990             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   84991             :     .co_flags = 3,
   84992             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   84993             :     ._co_linearray_entry_size = 0,
   84994             :     .co_argcount = 2,
   84995             :     .co_posonlyargcount = 0,
   84996             :     .co_kwonlyargcount = 0,
   84997             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   84998             :     .co_stacksize = 5,
   84999             :     .co_firstlineno = 824,
   85000             :     .co_nlocalsplus = 2,
   85001             :     .co_nlocals = 2,
   85002             :     .co_nplaincellvars = 0,
   85003             :     .co_ncellvars = 0,
   85004             :     .co_nfreevars = 0,
   85005             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
   85006             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   85007             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85008             :     .co_name = &_Py_ID(__eq__),
   85009             :     .co_qualname = & _collections_abc_toplevel_consts_54_consts_11_qualname._ascii.ob_base,
   85010             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_11_linetable.ob_base.ob_base,
   85011             :     ._co_code = NULL,
   85012             :     ._co_linearray = NULL,
   85013             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
   85014             :     ._co_firsttraceable = 0,
   85015             : };
   85016             : static
   85017             :     struct {
   85018             :         PyGC_Head _gc_head;
   85019             :         struct {
   85020             :             PyObject_VAR_HEAD
   85021             :             PyObject *ob_item[13];
   85022             :         }_object;
   85023             :     }
   85024             : _collections_abc_toplevel_consts_54_consts = {
   85025             :     ._object = {
   85026             :         .ob_base = {
   85027             :             .ob_base = {
   85028             :                 .ob_refcnt = 999999999,
   85029             :                 .ob_type = &PyTuple_Type,
   85030             :             },
   85031             :             .ob_size = 13,
   85032             :         },
   85033             :         .ob_item = {
   85034             :             & const_str_Mapping._ascii.ob_base,
   85035             :             & _collections_abc_toplevel_consts_54_consts_1._ascii.ob_base,
   85036             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   85037             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 64],
   85038             :             & _collections_abc_toplevel_consts_54_consts_4.ob_base.ob_base,
   85039             :             Py_None,
   85040             :             & _collections_abc_toplevel_consts_54_consts_6.ob_base.ob_base,
   85041             :             & _collections_abc_toplevel_consts_54_consts_7.ob_base.ob_base,
   85042             :             & _collections_abc_toplevel_consts_54_consts_8.ob_base.ob_base,
   85043             :             & _collections_abc_toplevel_consts_54_consts_9.ob_base.ob_base,
   85044             :             & _collections_abc_toplevel_consts_54_consts_10.ob_base.ob_base,
   85045             :             & _collections_abc_toplevel_consts_54_consts_11.ob_base.ob_base,
   85046             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   85047             :         },
   85048             :     },
   85049             : };
   85050             : static
   85051             :     struct {
   85052             :         PyGC_Head _gc_head;
   85053             :         struct {
   85054             :             PyObject_VAR_HEAD
   85055             :             PyObject *ob_item[15];
   85056             :         }_object;
   85057             :     }
   85058             : _collections_abc_toplevel_consts_54_names = {
   85059             :     ._object = {
   85060             :         .ob_base = {
   85061             :             .ob_base = {
   85062             :                 .ob_refcnt = 999999999,
   85063             :                 .ob_type = &PyTuple_Type,
   85064             :             },
   85065             :             .ob_size = 15,
   85066             :         },
   85067             :         .ob_item = {
   85068             :             &_Py_ID(__name__),
   85069             :             &_Py_ID(__module__),
   85070             :             &_Py_ID(__qualname__),
   85071             :             &_Py_ID(__doc__),
   85072             :             &_Py_ID(__slots__),
   85073             :             &_Py_ID(__abc_tpflags__),
   85074             :             & const_str_abstractmethod._ascii.ob_base,
   85075             :             &_Py_ID(__getitem__),
   85076             :             &_Py_ID(get),
   85077             :             &_Py_ID(__contains__),
   85078             :             &_Py_ID(keys),
   85079             :             &_Py_ID(items),
   85080             :             &_Py_ID(values),
   85081             :             &_Py_ID(__eq__),
   85082             :             &_Py_ID(__reversed__),
   85083             :         },
   85084             :     },
   85085             : };
   85086             : static
   85087             :     struct {
   85088             :         PyObject_VAR_HEAD
   85089             :         Py_hash_t ob_shash;
   85090             :         char ob_sval[164];
   85091             :     }
   85092             : _collections_abc_toplevel_consts_54_linetable = {
   85093             :     .ob_base = {
   85094             :         .ob_base = {
   85095             :             .ob_refcnt = 999999999,
   85096             :             .ob_type = &PyBytes_Type,
   85097             :         },
   85098             :         .ob_size = 163,
   85099             :     },
   85100             :     .ob_shash = -1,
   85101             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x05\x05\x08\xf0\x00\x05\x05\x08\xf0\x0e\x00\x11\x13\x80\x49\xf0\x06\x00\x17\x1d\x80\x4f\xe0\x05\x13\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x06\x00\x20\x24\xf0\x00\x05\x05\x1b\xf0\x00\x05\x05\x1b\xf0\x00\x05\x05\x1b\xf0\x0e\x06\x05\x18\xf0\x00\x06\x05\x18\xf0\x00\x06\x05\x18\xf0\x10\x02\x05\x1e\xf0\x00\x02\x05\x1e\xf0\x00\x02\x05\x1e\xf0\x08\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x08\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x08\x03\x05\x39\xf0\x00\x03\x05\x39\xf0\x00\x03\x05\x39\xf0\x0a\x00\x14\x18\x80\x4c\x80\x4c\x80\x4c",
   85102             : };
   85103             : static
   85104             :     struct _PyCode_DEF(86)
   85105             : _collections_abc_toplevel_consts_54 = {
   85106             :     .ob_base = {
   85107             :         .ob_base = {
   85108             :             .ob_refcnt = 999999999,
   85109             :             .ob_type = &PyCode_Type,
   85110             :         },
   85111             :         .ob_size = 43,
   85112             :     },
   85113             :     .co_consts = & _collections_abc_toplevel_consts_54_consts._object.ob_base.ob_base,
   85114             :     .co_names = & _collections_abc_toplevel_consts_54_names._object.ob_base.ob_base,
   85115             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85116             :     .co_flags = 0,
   85117             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85118             :     ._co_linearray_entry_size = 0,
   85119             :     .co_argcount = 0,
   85120             :     .co_posonlyargcount = 0,
   85121             :     .co_kwonlyargcount = 0,
   85122             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   85123             :     .co_stacksize = 2,
   85124             :     .co_firstlineno = 780,
   85125             :     .co_nlocalsplus = 0,
   85126             :     .co_nlocals = 0,
   85127             :     .co_nplaincellvars = 0,
   85128             :     .co_ncellvars = 0,
   85129             :     .co_nfreevars = 0,
   85130             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   85131             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85132             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85133             :     .co_name = & const_str_Mapping._ascii.ob_base,
   85134             :     .co_qualname = & const_str_Mapping._ascii.ob_base,
   85135             :     .co_linetable = & _collections_abc_toplevel_consts_54_linetable.ob_base.ob_base,
   85136             :     ._co_code = NULL,
   85137             :     ._co_linearray = NULL,
   85138             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x5a\x05\x65\x06\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x0c\x64\x06\x84\x01\x5a\x08\x64\x07\x84\x00\x5a\x09\x64\x08\x84\x00\x5a\x0a\x64\x09\x84\x00\x5a\x0b\x64\x0a\x84\x00\x5a\x0c\x64\x0b\x84\x00\x5a\x0d\x64\x05\x5a\x0e\x64\x05\x53\x00",
   85139             :     ._co_firsttraceable = 0,
   85140             : };
   85141             : static
   85142             :     struct {
   85143             :         PyASCIIObject _ascii;
   85144             :         uint8_t _data[9];
   85145             :     }
   85146             : const_str__mapping = {
   85147             :     ._ascii = {
   85148             :         .ob_base = {
   85149             :             .ob_refcnt = 999999999,
   85150             :             .ob_type = &PyUnicode_Type,
   85151             :         },
   85152             :         .length = 8,
   85153             :         .hash = -1,
   85154             :         .state = {
   85155             :             .kind = 1,
   85156             :             .compact = 1,
   85157             :             .ascii = 1,
   85158             :         },
   85159             :     },
   85160             :     ._data = "_mapping",
   85161             : };
   85162             : static
   85163             :     struct {
   85164             :         PyGC_Head _gc_head;
   85165             :         struct {
   85166             :             PyObject_VAR_HEAD
   85167             :             PyObject *ob_item[1];
   85168             :         }_object;
   85169             :     }
   85170             : _collections_abc_toplevel_consts_56_consts_1 = {
   85171             :     ._object = {
   85172             :         .ob_base = {
   85173             :             .ob_base = {
   85174             :                 .ob_refcnt = 999999999,
   85175             :                 .ob_type = &PyTuple_Type,
   85176             :             },
   85177             :             .ob_size = 1,
   85178             :         },
   85179             :         .ob_item = {
   85180             :             & const_str__mapping._ascii.ob_base,
   85181             :         },
   85182             :     },
   85183             : };
   85184             : static
   85185             :     struct {
   85186             :         PyASCIIObject _ascii;
   85187             :         uint8_t _data[21];
   85188             :     }
   85189             : _collections_abc_toplevel_consts_56_consts_2_qualname = {
   85190             :     ._ascii = {
   85191             :         .ob_base = {
   85192             :             .ob_refcnt = 999999999,
   85193             :             .ob_type = &PyUnicode_Type,
   85194             :         },
   85195             :         .length = 20,
   85196             :         .hash = -1,
   85197             :         .state = {
   85198             :             .kind = 1,
   85199             :             .compact = 1,
   85200             :             .ascii = 1,
   85201             :         },
   85202             :     },
   85203             :     ._data = "MappingView.__init__",
   85204             : };
   85205             : static
   85206             :     struct {
   85207             :         PyObject_VAR_HEAD
   85208             :         Py_hash_t ob_shash;
   85209             :         char ob_sval[14];
   85210             :     }
   85211             : _collections_abc_toplevel_consts_56_consts_2_linetable = {
   85212             :     .ob_base = {
   85213             :         .ob_base = {
   85214             :             .ob_refcnt = 999999999,
   85215             :             .ob_type = &PyBytes_Type,
   85216             :         },
   85217             :         .ob_size = 13,
   85218             :     },
   85219             :     .ob_shash = -1,
   85220             :     .ob_sval = "\x80\x00\xd8\x18\x1f\x88\x04\x8c\x0d\x88\x0d\x88\x0d",
   85221             : };
   85222             : static
   85223             :     struct {
   85224             :         PyASCIIObject _ascii;
   85225             :         uint8_t _data[8];
   85226             :     }
   85227             : const_str_mapping = {
   85228             :     ._ascii = {
   85229             :         .ob_base = {
   85230             :             .ob_refcnt = 999999999,
   85231             :             .ob_type = &PyUnicode_Type,
   85232             :         },
   85233             :         .length = 7,
   85234             :         .hash = -1,
   85235             :         .state = {
   85236             :             .kind = 1,
   85237             :             .compact = 1,
   85238             :             .ascii = 1,
   85239             :         },
   85240             :     },
   85241             :     ._data = "mapping",
   85242             : };
   85243             : static
   85244             :     struct {
   85245             :         PyGC_Head _gc_head;
   85246             :         struct {
   85247             :             PyObject_VAR_HEAD
   85248             :             PyObject *ob_item[2];
   85249             :         }_object;
   85250             :     }
   85251             : _collections_abc_toplevel_consts_56_consts_2_localsplusnames = {
   85252             :     ._object = {
   85253             :         .ob_base = {
   85254             :             .ob_base = {
   85255             :                 .ob_refcnt = 999999999,
   85256             :                 .ob_type = &PyTuple_Type,
   85257             :             },
   85258             :             .ob_size = 2,
   85259             :         },
   85260             :         .ob_item = {
   85261             :             & const_str_self._ascii.ob_base,
   85262             :             & const_str_mapping._ascii.ob_base,
   85263             :         },
   85264             :     },
   85265             : };
   85266             : static
   85267             :     struct _PyCode_DEF(20)
   85268             : _collections_abc_toplevel_consts_56_consts_2 = {
   85269             :     .ob_base = {
   85270             :         .ob_base = {
   85271             :             .ob_refcnt = 999999999,
   85272             :             .ob_type = &PyCode_Type,
   85273             :         },
   85274             :         .ob_size = 10,
   85275             :     },
   85276             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   85277             :     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
   85278             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85279             :     .co_flags = 3,
   85280             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85281             :     ._co_linearray_entry_size = 0,
   85282             :     .co_argcount = 2,
   85283             :     .co_posonlyargcount = 0,
   85284             :     .co_kwonlyargcount = 0,
   85285             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   85286             :     .co_stacksize = 2,
   85287             :     .co_firstlineno = 838,
   85288             :     .co_nlocalsplus = 2,
   85289             :     .co_nlocals = 2,
   85290             :     .co_nplaincellvars = 0,
   85291             :     .co_ncellvars = 0,
   85292             :     .co_nfreevars = 0,
   85293             :     .co_localsplusnames = & _collections_abc_toplevel_consts_56_consts_2_localsplusnames._object.ob_base.ob_base,
   85294             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   85295             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85296             :     .co_name = &_Py_ID(__init__),
   85297             :     .co_qualname = & _collections_abc_toplevel_consts_56_consts_2_qualname._ascii.ob_base,
   85298             :     .co_linetable = & _collections_abc_toplevel_consts_56_consts_2_linetable.ob_base.ob_base,
   85299             :     ._co_code = NULL,
   85300             :     ._co_linearray = NULL,
   85301             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   85302             :     ._co_firsttraceable = 0,
   85303             : };
   85304             : static
   85305             :     struct {
   85306             :         PyGC_Head _gc_head;
   85307             :         struct {
   85308             :             PyObject_VAR_HEAD
   85309             :             PyObject *ob_item[2];
   85310             :         }_object;
   85311             :     }
   85312             : _collections_abc_toplevel_consts_56_consts_3_names = {
   85313             :     ._object = {
   85314             :         .ob_base = {
   85315             :             .ob_base = {
   85316             :                 .ob_refcnt = 999999999,
   85317             :                 .ob_type = &PyTuple_Type,
   85318             :             },
   85319             :             .ob_size = 2,
   85320             :         },
   85321             :         .ob_item = {
   85322             :             &_Py_ID(len),
   85323             :             & const_str__mapping._ascii.ob_base,
   85324             :         },
   85325             :     },
   85326             : };
   85327             : static
   85328             :     struct {
   85329             :         PyASCIIObject _ascii;
   85330             :         uint8_t _data[20];
   85331             :     }
   85332             : _collections_abc_toplevel_consts_56_consts_3_qualname = {
   85333             :     ._ascii = {
   85334             :         .ob_base = {
   85335             :             .ob_refcnt = 999999999,
   85336             :             .ob_type = &PyUnicode_Type,
   85337             :         },
   85338             :         .length = 19,
   85339             :         .hash = -1,
   85340             :         .state = {
   85341             :             .kind = 1,
   85342             :             .compact = 1,
   85343             :             .ascii = 1,
   85344             :         },
   85345             :     },
   85346             :     ._data = "MappingView.__len__",
   85347             : };
   85348             : static
   85349             :     struct {
   85350             :         PyObject_VAR_HEAD
   85351             :         Py_hash_t ob_shash;
   85352             :         char ob_sval[18];
   85353             :     }
   85354             : _collections_abc_toplevel_consts_56_consts_3_linetable = {
   85355             :     .ob_base = {
   85356             :         .ob_base = {
   85357             :             .ob_refcnt = 999999999,
   85358             :             .ob_type = &PyBytes_Type,
   85359             :         },
   85360             :         .ob_size = 17,
   85361             :     },
   85362             :     .ob_shash = -1,
   85363             :     .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\x97\x3d\x91\x3d\xd4\x0f\x21\xd0\x08\x21",
   85364             : };
   85365             : static
   85366             :     struct _PyCode_DEF(48)
   85367             : _collections_abc_toplevel_consts_56_consts_3 = {
   85368             :     .ob_base = {
   85369             :         .ob_base = {
   85370             :             .ob_refcnt = 999999999,
   85371             :             .ob_type = &PyCode_Type,
   85372             :         },
   85373             :         .ob_size = 24,
   85374             :     },
   85375             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   85376             :     .co_names = & _collections_abc_toplevel_consts_56_consts_3_names._object.ob_base.ob_base,
   85377             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85378             :     .co_flags = 3,
   85379             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85380             :     ._co_linearray_entry_size = 0,
   85381             :     .co_argcount = 1,
   85382             :     .co_posonlyargcount = 0,
   85383             :     .co_kwonlyargcount = 0,
   85384             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   85385             :     .co_stacksize = 3,
   85386             :     .co_firstlineno = 841,
   85387             :     .co_nlocalsplus = 1,
   85388             :     .co_nlocals = 1,
   85389             :     .co_nplaincellvars = 0,
   85390             :     .co_ncellvars = 0,
   85391             :     .co_nfreevars = 0,
   85392             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   85393             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   85394             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85395             :     .co_name = &_Py_ID(__len__),
   85396             :     .co_qualname = & _collections_abc_toplevel_consts_56_consts_3_qualname._ascii.ob_base,
   85397             :     .co_linetable = & _collections_abc_toplevel_consts_56_consts_3_linetable.ob_base.ob_base,
   85398             :     ._co_code = NULL,
   85399             :     ._co_linearray = NULL,
   85400             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   85401             :     ._co_firsttraceable = 0,
   85402             : };
   85403             : static
   85404             :     struct {
   85405             :         PyASCIIObject _ascii;
   85406             :         uint8_t _data[39];
   85407             :     }
   85408             : _collections_abc_toplevel_consts_56_consts_4_consts_1 = {
   85409             :     ._ascii = {
   85410             :         .ob_base = {
   85411             :             .ob_refcnt = 999999999,
   85412             :             .ob_type = &PyUnicode_Type,
   85413             :         },
   85414             :         .length = 38,
   85415             :         .hash = -1,
   85416             :         .state = {
   85417             :             .kind = 1,
   85418             :             .compact = 1,
   85419             :             .ascii = 1,
   85420             :         },
   85421             :     },
   85422             :     ._data = "{0.__class__.__name__}({0._mapping!r})",
   85423             : };
   85424             : static
   85425             :     struct {
   85426             :         PyGC_Head _gc_head;
   85427             :         struct {
   85428             :             PyObject_VAR_HEAD
   85429             :             PyObject *ob_item[2];
   85430             :         }_object;
   85431             :     }
   85432             : _collections_abc_toplevel_consts_56_consts_4_consts = {
   85433             :     ._object = {
   85434             :         .ob_base = {
   85435             :             .ob_base = {
   85436             :                 .ob_refcnt = 999999999,
   85437             :                 .ob_type = &PyTuple_Type,
   85438             :             },
   85439             :             .ob_size = 2,
   85440             :         },
   85441             :         .ob_item = {
   85442             :             Py_None,
   85443             :             & _collections_abc_toplevel_consts_56_consts_4_consts_1._ascii.ob_base,
   85444             :         },
   85445             :     },
   85446             : };
   85447             : static
   85448             :     struct {
   85449             :         PyGC_Head _gc_head;
   85450             :         struct {
   85451             :             PyObject_VAR_HEAD
   85452             :             PyObject *ob_item[1];
   85453             :         }_object;
   85454             :     }
   85455             : _collections_abc_toplevel_consts_56_consts_4_names = {
   85456             :     ._object = {
   85457             :         .ob_base = {
   85458             :             .ob_base = {
   85459             :                 .ob_refcnt = 999999999,
   85460             :                 .ob_type = &PyTuple_Type,
   85461             :             },
   85462             :             .ob_size = 1,
   85463             :         },
   85464             :         .ob_item = {
   85465             :             & const_str_format._ascii.ob_base,
   85466             :         },
   85467             :     },
   85468             : };
   85469             : static
   85470             :     struct {
   85471             :         PyASCIIObject _ascii;
   85472             :         uint8_t _data[21];
   85473             :     }
   85474             : _collections_abc_toplevel_consts_56_consts_4_qualname = {
   85475             :     ._ascii = {
   85476             :         .ob_base = {
   85477             :             .ob_refcnt = 999999999,
   85478             :             .ob_type = &PyUnicode_Type,
   85479             :         },
   85480             :         .length = 20,
   85481             :         .hash = -1,
   85482             :         .state = {
   85483             :             .kind = 1,
   85484             :             .compact = 1,
   85485             :             .ascii = 1,
   85486             :         },
   85487             :     },
   85488             :     ._data = "MappingView.__repr__",
   85489             : };
   85490             : static
   85491             :     struct {
   85492             :         PyObject_VAR_HEAD
   85493             :         Py_hash_t ob_shash;
   85494             :         char ob_sval[20];
   85495             :     }
   85496             : _collections_abc_toplevel_consts_56_consts_4_linetable = {
   85497             :     .ob_base = {
   85498             :         .ob_base = {
   85499             :             .ob_refcnt = 999999999,
   85500             :             .ob_type = &PyBytes_Type,
   85501             :         },
   85502             :         .ob_size = 19,
   85503             :     },
   85504             :     .ob_shash = -1,
   85505             :     .ob_sval = "\x80\x00\xd8\x0f\x37\xd7\x0f\x3e\xd1\x0f\x3e\xb8\x74\xd4\x0f\x44\xd0\x08\x44",
   85506             : };
   85507             : static
   85508             :     struct _PyCode_DEF(38)
   85509             : _collections_abc_toplevel_consts_56_consts_4 = {
   85510             :     .ob_base = {
   85511             :         .ob_base = {
   85512             :             .ob_refcnt = 999999999,
   85513             :             .ob_type = &PyCode_Type,
   85514             :         },
   85515             :         .ob_size = 19,
   85516             :     },
   85517             :     .co_consts = & _collections_abc_toplevel_consts_56_consts_4_consts._object.ob_base.ob_base,
   85518             :     .co_names = & _collections_abc_toplevel_consts_56_consts_4_names._object.ob_base.ob_base,
   85519             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85520             :     .co_flags = 3,
   85521             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85522             :     ._co_linearray_entry_size = 0,
   85523             :     .co_argcount = 1,
   85524             :     .co_posonlyargcount = 0,
   85525             :     .co_kwonlyargcount = 0,
   85526             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   85527             :     .co_stacksize = 3,
   85528             :     .co_firstlineno = 844,
   85529             :     .co_nlocalsplus = 1,
   85530             :     .co_nlocals = 1,
   85531             :     .co_nplaincellvars = 0,
   85532             :     .co_ncellvars = 0,
   85533             :     .co_nfreevars = 0,
   85534             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   85535             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   85536             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85537             :     .co_name = &_Py_ID(__repr__),
   85538             :     .co_qualname = & _collections_abc_toplevel_consts_56_consts_4_qualname._ascii.ob_base,
   85539             :     .co_linetable = & _collections_abc_toplevel_consts_56_consts_4_linetable.ob_base.ob_base,
   85540             :     ._co_code = NULL,
   85541             :     ._co_linearray = NULL,
   85542             :     .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   85543             :     ._co_firsttraceable = 0,
   85544             : };
   85545             : static
   85546             :     struct {
   85547             :         PyGC_Head _gc_head;
   85548             :         struct {
   85549             :             PyObject_VAR_HEAD
   85550             :             PyObject *ob_item[6];
   85551             :         }_object;
   85552             :     }
   85553             : _collections_abc_toplevel_consts_56_consts = {
   85554             :     ._object = {
   85555             :         .ob_base = {
   85556             :             .ob_base = {
   85557             :                 .ob_refcnt = 999999999,
   85558             :                 .ob_type = &PyTuple_Type,
   85559             :             },
   85560             :             .ob_size = 6,
   85561             :         },
   85562             :         .ob_item = {
   85563             :             & const_str_MappingView._ascii.ob_base,
   85564             :             & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
   85565             :             & _collections_abc_toplevel_consts_56_consts_2.ob_base.ob_base,
   85566             :             & _collections_abc_toplevel_consts_56_consts_3.ob_base.ob_base,
   85567             :             & _collections_abc_toplevel_consts_56_consts_4.ob_base.ob_base,
   85568             :             Py_None,
   85569             :         },
   85570             :     },
   85571             : };
   85572             : static
   85573             :     struct {
   85574             :         PyGC_Head _gc_head;
   85575             :         struct {
   85576             :             PyObject_VAR_HEAD
   85577             :             PyObject *ob_item[10];
   85578             :         }_object;
   85579             :     }
   85580             : _collections_abc_toplevel_consts_56_names = {
   85581             :     ._object = {
   85582             :         .ob_base = {
   85583             :             .ob_base = {
   85584             :                 .ob_refcnt = 999999999,
   85585             :                 .ob_type = &PyTuple_Type,
   85586             :             },
   85587             :             .ob_size = 10,
   85588             :         },
   85589             :         .ob_item = {
   85590             :             &_Py_ID(__name__),
   85591             :             &_Py_ID(__module__),
   85592             :             &_Py_ID(__qualname__),
   85593             :             &_Py_ID(__slots__),
   85594             :             &_Py_ID(__init__),
   85595             :             &_Py_ID(__len__),
   85596             :             &_Py_ID(__repr__),
   85597             :             & const_str_classmethod._ascii.ob_base,
   85598             :             & const_str_GenericAlias._ascii.ob_base,
   85599             :             &_Py_ID(__class_getitem__),
   85600             :         },
   85601             :     },
   85602             : };
   85603             : static
   85604             :     struct {
   85605             :         PyObject_VAR_HEAD
   85606             :         Py_hash_t ob_shash;
   85607             :         char ob_sval[85];
   85608             :     }
   85609             : _collections_abc_toplevel_consts_56_linetable = {
   85610             :     .ob_base = {
   85611             :         .ob_base = {
   85612             :             .ob_refcnt = 999999999,
   85613             :             .ob_type = &PyBytes_Type,
   85614             :         },
   85615             :         .ob_size = 84,
   85616             :     },
   85617             :     .ob_shash = -1,
   85618             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x1b\x80\x49\xf0\x04\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x06\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x06\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x06\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
   85619             : };
   85620             : static
   85621             :     struct _PyCode_DEF(54)
   85622             : _collections_abc_toplevel_consts_56 = {
   85623             :     .ob_base = {
   85624             :         .ob_base = {
   85625             :             .ob_refcnt = 999999999,
   85626             :             .ob_type = &PyCode_Type,
   85627             :         },
   85628             :         .ob_size = 27,
   85629             :     },
   85630             :     .co_consts = & _collections_abc_toplevel_consts_56_consts._object.ob_base.ob_base,
   85631             :     .co_names = & _collections_abc_toplevel_consts_56_names._object.ob_base.ob_base,
   85632             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85633             :     .co_flags = 0,
   85634             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85635             :     ._co_linearray_entry_size = 0,
   85636             :     .co_argcount = 0,
   85637             :     .co_posonlyargcount = 0,
   85638             :     .co_kwonlyargcount = 0,
   85639             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   85640             :     .co_stacksize = 3,
   85641             :     .co_firstlineno = 834,
   85642             :     .co_nlocalsplus = 0,
   85643             :     .co_nlocals = 0,
   85644             :     .co_nplaincellvars = 0,
   85645             :     .co_ncellvars = 0,
   85646             :     .co_nfreevars = 0,
   85647             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   85648             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85649             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85650             :     .co_name = & const_str_MappingView._ascii.ob_base,
   85651             :     .co_qualname = & const_str_MappingView._ascii.ob_base,
   85652             :     .co_linetable = & _collections_abc_toplevel_consts_56_linetable.ob_base.ob_base,
   85653             :     ._co_code = NULL,
   85654             :     ._co_linearray = NULL,
   85655             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x02\x00\x65\x07\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x05\x53\x00",
   85656             :     ._co_firsttraceable = 0,
   85657             : };
   85658             : static
   85659             :     struct {
   85660             :         PyGC_Head _gc_head;
   85661             :         struct {
   85662             :             PyObject_VAR_HEAD
   85663             :             PyObject *ob_item[1];
   85664             :         }_object;
   85665             :     }
   85666             : _collections_abc_toplevel_consts_58_consts_2_names = {
   85667             :     ._object = {
   85668             :         .ob_base = {
   85669             :             .ob_base = {
   85670             :                 .ob_refcnt = 999999999,
   85671             :                 .ob_type = &PyTuple_Type,
   85672             :             },
   85673             :             .ob_size = 1,
   85674             :         },
   85675             :         .ob_item = {
   85676             :             & const_str_set._ascii.ob_base,
   85677             :         },
   85678             :     },
   85679             : };
   85680             : static
   85681             :     struct {
   85682             :         PyASCIIObject _ascii;
   85683             :         uint8_t _data[24];
   85684             :     }
   85685             : _collections_abc_toplevel_consts_58_consts_2_qualname = {
   85686             :     ._ascii = {
   85687             :         .ob_base = {
   85688             :             .ob_refcnt = 999999999,
   85689             :             .ob_type = &PyUnicode_Type,
   85690             :         },
   85691             :         .length = 23,
   85692             :         .hash = -1,
   85693             :         .state = {
   85694             :             .kind = 1,
   85695             :             .compact = 1,
   85696             :             .ascii = 1,
   85697             :         },
   85698             :     },
   85699             :     ._data = "KeysView._from_iterable",
   85700             : };
   85701             : static
   85702             :     struct {
   85703             :         PyObject_VAR_HEAD
   85704             :         Py_hash_t ob_shash;
   85705             :         char ob_sval[12];
   85706             :     }
   85707             : _collections_abc_toplevel_consts_58_consts_2_linetable = {
   85708             :     .ob_base = {
   85709             :         .ob_base = {
   85710             :             .ob_refcnt = 999999999,
   85711             :             .ob_type = &PyBytes_Type,
   85712             :         },
   85713             :         .ob_size = 11,
   85714             :     },
   85715             :     .ob_shash = -1,
   85716             :     .ob_sval = "\x80\x00\xe5\x0f\x12\x90\x32\x8c\x77\x88\x0e",
   85717             : };
   85718             : static
   85719             :     struct _PyCode_DEF(28)
   85720             : _collections_abc_toplevel_consts_58_consts_2 = {
   85721             :     .ob_base = {
   85722             :         .ob_base = {
   85723             :             .ob_refcnt = 999999999,
   85724             :             .ob_type = &PyCode_Type,
   85725             :         },
   85726             :         .ob_size = 14,
   85727             :     },
   85728             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   85729             :     .co_names = & _collections_abc_toplevel_consts_58_consts_2_names._object.ob_base.ob_base,
   85730             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85731             :     .co_flags = 3,
   85732             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85733             :     ._co_linearray_entry_size = 0,
   85734             :     .co_argcount = 2,
   85735             :     .co_posonlyargcount = 0,
   85736             :     .co_kwonlyargcount = 0,
   85737             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   85738             :     .co_stacksize = 3,
   85739             :     .co_firstlineno = 854,
   85740             :     .co_nlocalsplus = 2,
   85741             :     .co_nlocals = 2,
   85742             :     .co_nplaincellvars = 0,
   85743             :     .co_ncellvars = 0,
   85744             :     .co_nfreevars = 0,
   85745             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
   85746             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   85747             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85748             :     .co_name = & const_str__from_iterable._ascii.ob_base,
   85749             :     .co_qualname = & _collections_abc_toplevel_consts_58_consts_2_qualname._ascii.ob_base,
   85750             :     .co_linetable = & _collections_abc_toplevel_consts_58_consts_2_linetable.ob_base.ob_base,
   85751             :     ._co_code = NULL,
   85752             :     ._co_linearray = NULL,
   85753             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   85754             :     ._co_firsttraceable = 0,
   85755             : };
   85756             : static
   85757             :     struct {
   85758             :         PyASCIIObject _ascii;
   85759             :         uint8_t _data[22];
   85760             :     }
   85761             : _collections_abc_toplevel_consts_58_consts_3_qualname = {
   85762             :     ._ascii = {
   85763             :         .ob_base = {
   85764             :             .ob_refcnt = 999999999,
   85765             :             .ob_type = &PyUnicode_Type,
   85766             :         },
   85767             :         .length = 21,
   85768             :         .hash = -1,
   85769             :         .state = {
   85770             :             .kind = 1,
   85771             :             .compact = 1,
   85772             :             .ascii = 1,
   85773             :         },
   85774             :     },
   85775             :     ._data = "KeysView.__contains__",
   85776             : };
   85777             : static
   85778             :     struct {
   85779             :         PyObject_VAR_HEAD
   85780             :         Py_hash_t ob_shash;
   85781             :         char ob_sval[18];
   85782             :     }
   85783             : _collections_abc_toplevel_consts_58_consts_3_linetable = {
   85784             :     .ob_base = {
   85785             :         .ob_base = {
   85786             :             .ob_refcnt = 999999999,
   85787             :             .ob_type = &PyBytes_Type,
   85788             :         },
   85789             :         .ob_size = 17,
   85790             :     },
   85791             :     .ob_shash = -1,
   85792             :     .ob_sval = "\x80\x00\xd8\x0f\x12\x90\x64\x97\x6d\x91\x6d\xd0\x0f\x23\xd0\x08\x23",
   85793             : };
   85794             : static
   85795             :     struct _PyCode_DEF(30)
   85796             : _collections_abc_toplevel_consts_58_consts_3 = {
   85797             :     .ob_base = {
   85798             :         .ob_base = {
   85799             :             .ob_refcnt = 999999999,
   85800             :             .ob_type = &PyCode_Type,
   85801             :         },
   85802             :         .ob_size = 15,
   85803             :     },
   85804             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   85805             :     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
   85806             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85807             :     .co_flags = 3,
   85808             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85809             :     ._co_linearray_entry_size = 0,
   85810             :     .co_argcount = 2,
   85811             :     .co_posonlyargcount = 0,
   85812             :     .co_kwonlyargcount = 0,
   85813             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   85814             :     .co_stacksize = 2,
   85815             :     .co_firstlineno = 858,
   85816             :     .co_nlocalsplus = 2,
   85817             :     .co_nlocals = 2,
   85818             :     .co_nplaincellvars = 0,
   85819             :     .co_ncellvars = 0,
   85820             :     .co_nfreevars = 0,
   85821             :     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
   85822             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   85823             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85824             :     .co_name = &_Py_ID(__contains__),
   85825             :     .co_qualname = & _collections_abc_toplevel_consts_58_consts_3_qualname._ascii.ob_base,
   85826             :     .co_linetable = & _collections_abc_toplevel_consts_58_consts_3_linetable.ob_base.ob_base,
   85827             :     ._co_code = NULL,
   85828             :     ._co_linearray = NULL,
   85829             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
   85830             :     ._co_firsttraceable = 0,
   85831             : };
   85832             : static
   85833             :     struct {
   85834             :         PyASCIIObject _ascii;
   85835             :         uint8_t _data[18];
   85836             :     }
   85837             : _collections_abc_toplevel_consts_58_consts_4_qualname = {
   85838             :     ._ascii = {
   85839             :         .ob_base = {
   85840             :             .ob_refcnt = 999999999,
   85841             :             .ob_type = &PyUnicode_Type,
   85842             :         },
   85843             :         .length = 17,
   85844             :         .hash = -1,
   85845             :         .state = {
   85846             :             .kind = 1,
   85847             :             .compact = 1,
   85848             :             .ascii = 1,
   85849             :         },
   85850             :     },
   85851             :     ._data = "KeysView.__iter__",
   85852             : };
   85853             : static
   85854             :     struct {
   85855             :         PyObject_VAR_HEAD
   85856             :         Py_hash_t ob_shash;
   85857             :         char ob_sval[41];
   85858             :     }
   85859             : _collections_abc_toplevel_consts_58_consts_4_linetable = {
   85860             :     .ob_base = {
   85861             :         .ob_base = {
   85862             :             .ob_refcnt = 999999999,
   85863             :             .ob_type = &PyBytes_Type,
   85864             :         },
   85865             :         .ob_size = 40,
   85866             :     },
   85867             :     .ob_shash = -1,
   85868             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20",
   85869             : };
   85870             : static
   85871             :     struct _PyCode_DEF(46)
   85872             : _collections_abc_toplevel_consts_58_consts_4 = {
   85873             :     .ob_base = {
   85874             :         .ob_base = {
   85875             :             .ob_refcnt = 999999999,
   85876             :             .ob_type = &PyCode_Type,
   85877             :         },
   85878             :         .ob_size = 23,
   85879             :     },
   85880             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   85881             :     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
   85882             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85883             :     .co_flags = 35,
   85884             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85885             :     ._co_linearray_entry_size = 0,
   85886             :     .co_argcount = 1,
   85887             :     .co_posonlyargcount = 0,
   85888             :     .co_kwonlyargcount = 0,
   85889             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   85890             :     .co_stacksize = 2,
   85891             :     .co_firstlineno = 861,
   85892             :     .co_nlocalsplus = 1,
   85893             :     .co_nlocals = 1,
   85894             :     .co_nplaincellvars = 0,
   85895             :     .co_ncellvars = 0,
   85896             :     .co_nfreevars = 0,
   85897             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   85898             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   85899             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   85900             :     .co_name = &_Py_ID(__iter__),
   85901             :     .co_qualname = & _collections_abc_toplevel_consts_58_consts_4_qualname._ascii.ob_base,
   85902             :     .co_linetable = & _collections_abc_toplevel_consts_58_consts_4_linetable.ob_base.ob_base,
   85903             :     ._co_code = NULL,
   85904             :     ._co_linearray = NULL,
   85905             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x96\x02\x97\x02\x86\x04\x01\x00\x64\x00\x53\x00",
   85906             :     ._co_firsttraceable = 2,
   85907             : };
   85908             : static
   85909             :     struct {
   85910             :         PyGC_Head _gc_head;
   85911             :         struct {
   85912             :             PyObject_VAR_HEAD
   85913             :             PyObject *ob_item[6];
   85914             :         }_object;
   85915             :     }
   85916             : _collections_abc_toplevel_consts_58_consts = {
   85917             :     ._object = {
   85918             :         .ob_base = {
   85919             :             .ob_base = {
   85920             :                 .ob_refcnt = 999999999,
   85921             :                 .ob_type = &PyTuple_Type,
   85922             :             },
   85923             :             .ob_size = 6,
   85924             :         },
   85925             :         .ob_item = {
   85926             :             & const_str_KeysView._ascii.ob_base,
   85927             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   85928             :             & _collections_abc_toplevel_consts_58_consts_2.ob_base.ob_base,
   85929             :             & _collections_abc_toplevel_consts_58_consts_3.ob_base.ob_base,
   85930             :             & _collections_abc_toplevel_consts_58_consts_4.ob_base.ob_base,
   85931             :             Py_None,
   85932             :         },
   85933             :     },
   85934             : };
   85935             : static
   85936             :     struct {
   85937             :         PyGC_Head _gc_head;
   85938             :         struct {
   85939             :             PyObject_VAR_HEAD
   85940             :             PyObject *ob_item[8];
   85941             :         }_object;
   85942             :     }
   85943             : _collections_abc_toplevel_consts_58_names = {
   85944             :     ._object = {
   85945             :         .ob_base = {
   85946             :             .ob_base = {
   85947             :                 .ob_refcnt = 999999999,
   85948             :                 .ob_type = &PyTuple_Type,
   85949             :             },
   85950             :             .ob_size = 8,
   85951             :         },
   85952             :         .ob_item = {
   85953             :             &_Py_ID(__name__),
   85954             :             &_Py_ID(__module__),
   85955             :             &_Py_ID(__qualname__),
   85956             :             &_Py_ID(__slots__),
   85957             :             & const_str_classmethod._ascii.ob_base,
   85958             :             & const_str__from_iterable._ascii.ob_base,
   85959             :             &_Py_ID(__contains__),
   85960             :             &_Py_ID(__iter__),
   85961             :         },
   85962             :     },
   85963             : };
   85964             : static
   85965             :     struct {
   85966             :         PyObject_VAR_HEAD
   85967             :         Py_hash_t ob_shash;
   85968             :         char ob_sval[79];
   85969             :     }
   85970             : _collections_abc_toplevel_consts_58_linetable = {
   85971             :     .ob_base = {
   85972             :         .ob_base = {
   85973             :             .ob_refcnt = 999999999,
   85974             :             .ob_type = &PyBytes_Type,
   85975             :         },
   85976             :         .ob_size = 78,
   85977             :     },
   85978             :     .ob_shash = -1,
   85979             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x10\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x11\xf0\x02\x01\x05\x17\xf0\x06\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x06\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x00\x01\x05\x21",
   85980             : };
   85981             : static
   85982             :     struct _PyCode_DEF(48)
   85983             : _collections_abc_toplevel_consts_58 = {
   85984             :     .ob_base = {
   85985             :         .ob_base = {
   85986             :             .ob_refcnt = 999999999,
   85987             :             .ob_type = &PyCode_Type,
   85988             :         },
   85989             :         .ob_size = 24,
   85990             :     },
   85991             :     .co_consts = & _collections_abc_toplevel_consts_58_consts._object.ob_base.ob_base,
   85992             :     .co_names = & _collections_abc_toplevel_consts_58_names._object.ob_base.ob_base,
   85993             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   85994             :     .co_flags = 0,
   85995             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   85996             :     ._co_linearray_entry_size = 0,
   85997             :     .co_argcount = 0,
   85998             :     .co_posonlyargcount = 0,
   85999             :     .co_kwonlyargcount = 0,
   86000             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   86001             :     .co_stacksize = 2,
   86002             :     .co_firstlineno = 850,
   86003             :     .co_nlocalsplus = 0,
   86004             :     .co_nlocals = 0,
   86005             :     .co_nplaincellvars = 0,
   86006             :     .co_ncellvars = 0,
   86007             :     .co_nfreevars = 0,
   86008             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   86009             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86010             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86011             :     .co_name = & const_str_KeysView._ascii.ob_base,
   86012             :     .co_qualname = & const_str_KeysView._ascii.ob_base,
   86013             :     .co_linetable = & _collections_abc_toplevel_consts_58_linetable.ob_base.ob_base,
   86014             :     ._co_code = NULL,
   86015             :     ._co_linearray = NULL,
   86016             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x64\x04\x84\x00\x5a\x07\x64\x05\x53\x00",
   86017             :     ._co_firsttraceable = 0,
   86018             : };
   86019             : static
   86020             :     struct {
   86021             :         PyASCIIObject _ascii;
   86022             :         uint8_t _data[25];
   86023             :     }
   86024             : _collections_abc_toplevel_consts_60_consts_2_qualname = {
   86025             :     ._ascii = {
   86026             :         .ob_base = {
   86027             :             .ob_refcnt = 999999999,
   86028             :             .ob_type = &PyUnicode_Type,
   86029             :         },
   86030             :         .length = 24,
   86031             :         .hash = -1,
   86032             :         .state = {
   86033             :             .kind = 1,
   86034             :             .compact = 1,
   86035             :             .ascii = 1,
   86036             :         },
   86037             :     },
   86038             :     ._data = "ItemsView._from_iterable",
   86039             : };
   86040             : static
   86041             :     struct _PyCode_DEF(28)
   86042             : _collections_abc_toplevel_consts_60_consts_2 = {
   86043             :     .ob_base = {
   86044             :         .ob_base = {
   86045             :             .ob_refcnt = 999999999,
   86046             :             .ob_type = &PyCode_Type,
   86047             :         },
   86048             :         .ob_size = 14,
   86049             :     },
   86050             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   86051             :     .co_names = & _collections_abc_toplevel_consts_58_consts_2_names._object.ob_base.ob_base,
   86052             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86053             :     .co_flags = 3,
   86054             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86055             :     ._co_linearray_entry_size = 0,
   86056             :     .co_argcount = 2,
   86057             :     .co_posonlyargcount = 0,
   86058             :     .co_kwonlyargcount = 0,
   86059             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   86060             :     .co_stacksize = 3,
   86061             :     .co_firstlineno = 872,
   86062             :     .co_nlocalsplus = 2,
   86063             :     .co_nlocals = 2,
   86064             :     .co_nplaincellvars = 0,
   86065             :     .co_ncellvars = 0,
   86066             :     .co_nfreevars = 0,
   86067             :     .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
   86068             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   86069             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86070             :     .co_name = & const_str__from_iterable._ascii.ob_base,
   86071             :     .co_qualname = & _collections_abc_toplevel_consts_60_consts_2_qualname._ascii.ob_base,
   86072             :     .co_linetable = & _collections_abc_toplevel_consts_58_consts_2_linetable.ob_base.ob_base,
   86073             :     ._co_code = NULL,
   86074             :     ._co_linearray = NULL,
   86075             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   86076             :     ._co_firsttraceable = 0,
   86077             : };
   86078             : static
   86079             :     struct {
   86080             :         PyGC_Head _gc_head;
   86081             :         struct {
   86082             :             PyObject_VAR_HEAD
   86083             :             PyObject *ob_item[2];
   86084             :         }_object;
   86085             :     }
   86086             : _collections_abc_toplevel_consts_60_consts_3_names = {
   86087             :     ._object = {
   86088             :         .ob_base = {
   86089             :             .ob_base = {
   86090             :                 .ob_refcnt = 999999999,
   86091             :                 .ob_type = &PyTuple_Type,
   86092             :             },
   86093             :             .ob_size = 2,
   86094             :         },
   86095             :         .ob_item = {
   86096             :             & const_str__mapping._ascii.ob_base,
   86097             :             & const_str_KeyError._ascii.ob_base,
   86098             :         },
   86099             :     },
   86100             : };
   86101             : static
   86102             :     struct {
   86103             :         PyASCIIObject _ascii;
   86104             :         uint8_t _data[23];
   86105             :     }
   86106             : _collections_abc_toplevel_consts_60_consts_3_qualname = {
   86107             :     ._ascii = {
   86108             :         .ob_base = {
   86109             :             .ob_refcnt = 999999999,
   86110             :             .ob_type = &PyUnicode_Type,
   86111             :         },
   86112             :         .length = 22,
   86113             :         .hash = -1,
   86114             :         .state = {
   86115             :             .kind = 1,
   86116             :             .compact = 1,
   86117             :             .ascii = 1,
   86118             :         },
   86119             :     },
   86120             :     ._data = "ItemsView.__contains__",
   86121             : };
   86122             : static
   86123             :     struct {
   86124             :         PyObject_VAR_HEAD
   86125             :         Py_hash_t ob_shash;
   86126             :         char ob_sval[88];
   86127             :     }
   86128             : _collections_abc_toplevel_consts_60_consts_3_linetable = {
   86129             :     .ob_base = {
   86130             :         .ob_base = {
   86131             :             .ob_refcnt = 999999999,
   86132             :             .ob_type = &PyBytes_Type,
   86133             :         },
   86134             :         .ob_size = 87,
   86135             :     },
   86136             :     .ob_shash = -1,
   86137             :     .ob_sval = "\x80\x00\xd8\x15\x19\x89\x0a\x88\x03\x88\x55\xf0\x02\x05\x09\x2c\xd8\x10\x14\x97\x0d\x91\x0d\x98\x63\xd4\x10\x22\x88\x41\xf0\x08\x00\x14\x15\x98\x05\x90\x3a\xd0\x13\x2b\xa0\x11\xa0\x65\xa2\x1a\xd0\x0c\x2b\xf8\xf5\x07\x00\x10\x18\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\x90\x35\xf0\x03\x01\x09\x19\xf8\xf8\xf8",
   86138             : };
   86139             : static
   86140             :     struct {
   86141             :         PyObject_VAR_HEAD
   86142             :         Py_hash_t ob_shash;
   86143             :         char ob_sval[13];
   86144             :     }
   86145             : _collections_abc_toplevel_consts_60_consts_3_exceptiontable = {
   86146             :     .ob_base = {
   86147             :         .ob_base = {
   86148             :             .ob_refcnt = 999999999,
   86149             :             .ob_type = &PyBytes_Type,
   86150             :         },
   86151             :         .ob_size = 12,
   86152             :     },
   86153             :     .ob_shash = -1,
   86154             :     .ob_sval = "\x87\x12\x23\x00\xa3\x0a\x31\x03\xb0\x01\x31\x03",
   86155             : };
   86156             : static
   86157             :     struct {
   86158             :         PyGC_Head _gc_head;
   86159             :         struct {
   86160             :             PyObject_VAR_HEAD
   86161             :             PyObject *ob_item[5];
   86162             :         }_object;
   86163             :     }
   86164             : _collections_abc_toplevel_consts_60_consts_3_localsplusnames = {
   86165             :     ._object = {
   86166             :         .ob_base = {
   86167             :             .ob_base = {
   86168             :                 .ob_refcnt = 999999999,
   86169             :                 .ob_type = &PyTuple_Type,
   86170             :             },
   86171             :             .ob_size = 5,
   86172             :         },
   86173             :         .ob_item = {
   86174             :             & const_str_self._ascii.ob_base,
   86175             :             & const_str_item._ascii.ob_base,
   86176             :             & const_str_key._ascii.ob_base,
   86177             :             & const_str_value._ascii.ob_base,
   86178             :             & const_str_v._ascii.ob_base,
   86179             :         },
   86180             :     },
   86181             : };
   86182             : static
   86183             :     struct _PyCode_DEF(104)
   86184             : _collections_abc_toplevel_consts_60_consts_3 = {
   86185             :     .ob_base = {
   86186             :         .ob_base = {
   86187             :             .ob_refcnt = 999999999,
   86188             :             .ob_type = &PyCode_Type,
   86189             :         },
   86190             :         .ob_size = 52,
   86191             :     },
   86192             :     .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
   86193             :     .co_names = & _collections_abc_toplevel_consts_60_consts_3_names._object.ob_base.ob_base,
   86194             :     .co_exceptiontable = & _collections_abc_toplevel_consts_60_consts_3_exceptiontable.ob_base.ob_base,
   86195             :     .co_flags = 3,
   86196             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86197             :     ._co_linearray_entry_size = 0,
   86198             :     .co_argcount = 2,
   86199             :     .co_posonlyargcount = 0,
   86200             :     .co_kwonlyargcount = 0,
   86201             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   86202             :     .co_stacksize = 4,
   86203             :     .co_firstlineno = 876,
   86204             :     .co_nlocalsplus = 5,
   86205             :     .co_nlocals = 5,
   86206             :     .co_nplaincellvars = 0,
   86207             :     .co_ncellvars = 0,
   86208             :     .co_nfreevars = 0,
   86209             :     .co_localsplusnames = & _collections_abc_toplevel_consts_60_consts_3_localsplusnames._object.ob_base.ob_base,
   86210             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   86211             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86212             :     .co_name = &_Py_ID(__contains__),
   86213             :     .co_qualname = & _collections_abc_toplevel_consts_60_consts_3_qualname._ascii.ob_base,
   86214             :     .co_linetable = & _collections_abc_toplevel_consts_60_consts_3_linetable.ob_base.ob_base,
   86215             :     ._co_code = NULL,
   86216             :     ._co_linearray = NULL,
   86217             :     .co_code_adaptive = "\x97\x00\x7c\x01\x5c\x02\x00\x00\x7d\x02\x7d\x03\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x7c\x03\x75\x00\x70\x05\x7c\x04\x7c\x03\x6b\x02\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   86218             :     ._co_firsttraceable = 0,
   86219             : };
   86220             : static
   86221             :     struct {
   86222             :         PyASCIIObject _ascii;
   86223             :         uint8_t _data[19];
   86224             :     }
   86225             : _collections_abc_toplevel_consts_60_consts_4_qualname = {
   86226             :     ._ascii = {
   86227             :         .ob_base = {
   86228             :             .ob_refcnt = 999999999,
   86229             :             .ob_type = &PyUnicode_Type,
   86230             :         },
   86231             :         .length = 18,
   86232             :         .hash = -1,
   86233             :         .state = {
   86234             :             .kind = 1,
   86235             :             .compact = 1,
   86236             :             .ascii = 1,
   86237             :         },
   86238             :     },
   86239             :     ._data = "ItemsView.__iter__",
   86240             : };
   86241             : static
   86242             :     struct {
   86243             :         PyObject_VAR_HEAD
   86244             :         Py_hash_t ob_shash;
   86245             :         char ob_sval[65];
   86246             :     }
   86247             : _collections_abc_toplevel_consts_60_consts_4_linetable = {
   86248             :     .ob_base = {
   86249             :         .ob_base = {
   86250             :             .ob_refcnt = 999999999,
   86251             :             .ob_type = &PyBytes_Type,
   86252             :         },
   86253             :         .ob_size = 64,
   86254             :     },
   86255             :     .ob_shash = -1,
   86256             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\xf0\x00\x01\x09\x2c\xf1\x00\x01\x09\x2c\x88\x43\xd8\x13\x16\x98\x04\x9f\x0d\x99\x0d\xa0\x63\xd4\x18\x2a\xd0\x12\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xf0\x03\x01\x09\x2c\xf0\x00\x01\x09\x2c",
   86257             : };
   86258             : static
   86259             :     struct _PyCode_DEF(86)
   86260             : _collections_abc_toplevel_consts_60_consts_4 = {
   86261             :     .ob_base = {
   86262             :         .ob_base = {
   86263             :             .ob_refcnt = 999999999,
   86264             :             .ob_type = &PyCode_Type,
   86265             :         },
   86266             :         .ob_size = 43,
   86267             :     },
   86268             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   86269             :     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
   86270             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86271             :     .co_flags = 35,
   86272             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86273             :     ._co_linearray_entry_size = 0,
   86274             :     .co_argcount = 1,
   86275             :     .co_posonlyargcount = 0,
   86276             :     .co_kwonlyargcount = 0,
   86277             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   86278             :     .co_stacksize = 4,
   86279             :     .co_firstlineno = 885,
   86280             :     .co_nlocalsplus = 2,
   86281             :     .co_nlocals = 2,
   86282             :     .co_nplaincellvars = 0,
   86283             :     .co_ncellvars = 0,
   86284             :     .co_nfreevars = 0,
   86285             :     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
   86286             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   86287             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86288             :     .co_name = &_Py_ID(__iter__),
   86289             :     .co_qualname = & _collections_abc_toplevel_consts_60_consts_4_qualname._ascii.ob_base,
   86290             :     .co_linetable = & _collections_abc_toplevel_consts_60_consts_4_linetable.ob_base.ob_base,
   86291             :     ._co_code = NULL,
   86292             :     ._co_linearray = NULL,
   86293             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x18\x00\x00\x7d\x01\x7c\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x96\x02\x97\x01\x01\x00\x8c\x1a\x64\x00\x53\x00",
   86294             :     ._co_firsttraceable = 2,
   86295             : };
   86296             : static
   86297             :     struct {
   86298             :         PyGC_Head _gc_head;
   86299             :         struct {
   86300             :             PyObject_VAR_HEAD
   86301             :             PyObject *ob_item[6];
   86302             :         }_object;
   86303             :     }
   86304             : _collections_abc_toplevel_consts_60_consts = {
   86305             :     ._object = {
   86306             :         .ob_base = {
   86307             :             .ob_base = {
   86308             :                 .ob_refcnt = 999999999,
   86309             :                 .ob_type = &PyTuple_Type,
   86310             :             },
   86311             :             .ob_size = 6,
   86312             :         },
   86313             :         .ob_item = {
   86314             :             & const_str_ItemsView._ascii.ob_base,
   86315             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   86316             :             & _collections_abc_toplevel_consts_60_consts_2.ob_base.ob_base,
   86317             :             & _collections_abc_toplevel_consts_60_consts_3.ob_base.ob_base,
   86318             :             & _collections_abc_toplevel_consts_60_consts_4.ob_base.ob_base,
   86319             :             Py_None,
   86320             :         },
   86321             :     },
   86322             : };
   86323             : static
   86324             :     struct {
   86325             :         PyObject_VAR_HEAD
   86326             :         Py_hash_t ob_shash;
   86327             :         char ob_sval[79];
   86328             :     }
   86329             : _collections_abc_toplevel_consts_60_linetable = {
   86330             :     .ob_base = {
   86331             :         .ob_base = {
   86332             :             .ob_refcnt = 999999999,
   86333             :             .ob_type = &PyBytes_Type,
   86334             :         },
   86335             :         .ob_size = 78,
   86336             :     },
   86337             :     .ob_shash = -1,
   86338             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x10\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x11\xf0\x02\x01\x05\x17\xf0\x06\x07\x05\x2c\xf0\x00\x07\x05\x2c\xf0\x00\x07\x05\x2c\xf0\x12\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x00\x02\x05\x2c",
   86339             : };
   86340             : static
   86341             :     struct _PyCode_DEF(48)
   86342             : _collections_abc_toplevel_consts_60 = {
   86343             :     .ob_base = {
   86344             :         .ob_base = {
   86345             :             .ob_refcnt = 999999999,
   86346             :             .ob_type = &PyCode_Type,
   86347             :         },
   86348             :         .ob_size = 24,
   86349             :     },
   86350             :     .co_consts = & _collections_abc_toplevel_consts_60_consts._object.ob_base.ob_base,
   86351             :     .co_names = & _collections_abc_toplevel_consts_58_names._object.ob_base.ob_base,
   86352             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86353             :     .co_flags = 0,
   86354             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86355             :     ._co_linearray_entry_size = 0,
   86356             :     .co_argcount = 0,
   86357             :     .co_posonlyargcount = 0,
   86358             :     .co_kwonlyargcount = 0,
   86359             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   86360             :     .co_stacksize = 2,
   86361             :     .co_firstlineno = 868,
   86362             :     .co_nlocalsplus = 0,
   86363             :     .co_nlocals = 0,
   86364             :     .co_nplaincellvars = 0,
   86365             :     .co_ncellvars = 0,
   86366             :     .co_nfreevars = 0,
   86367             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   86368             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86369             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86370             :     .co_name = & const_str_ItemsView._ascii.ob_base,
   86371             :     .co_qualname = & const_str_ItemsView._ascii.ob_base,
   86372             :     .co_linetable = & _collections_abc_toplevel_consts_60_linetable.ob_base.ob_base,
   86373             :     ._co_code = NULL,
   86374             :     ._co_linearray = NULL,
   86375             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x64\x04\x84\x00\x5a\x07\x64\x05\x53\x00",
   86376             :     ._co_firsttraceable = 0,
   86377             : };
   86378             : static
   86379             :     struct {
   86380             :         PyASCIIObject _ascii;
   86381             :         uint8_t _data[24];
   86382             :     }
   86383             : _collections_abc_toplevel_consts_62_consts_2_qualname = {
   86384             :     ._ascii = {
   86385             :         .ob_base = {
   86386             :             .ob_refcnt = 999999999,
   86387             :             .ob_type = &PyUnicode_Type,
   86388             :         },
   86389             :         .length = 23,
   86390             :         .hash = -1,
   86391             :         .state = {
   86392             :             .kind = 1,
   86393             :             .compact = 1,
   86394             :             .ascii = 1,
   86395             :         },
   86396             :     },
   86397             :     ._data = "ValuesView.__contains__",
   86398             : };
   86399             : static
   86400             :     struct {
   86401             :         PyObject_VAR_HEAD
   86402             :         Py_hash_t ob_shash;
   86403             :         char ob_sval[71];
   86404             :     }
   86405             : _collections_abc_toplevel_consts_62_consts_2_linetable = {
   86406             :     .ob_base = {
   86407             :         .ob_base = {
   86408             :             .ob_refcnt = 999999999,
   86409             :             .ob_type = &PyBytes_Type,
   86410             :         },
   86411             :         .ob_size = 70,
   86412             :     },
   86413             :     .ob_shash = -1,
   86414             :     .ob_sval = "\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\xf0\x00\x03\x09\x1c\xf1\x00\x03\x09\x1c\x88\x43\xd8\x10\x14\x97\x0d\x91\x0d\x98\x63\xd4\x10\x22\x88\x41\xd8\x0f\x10\x90\x45\x88\x7a\xf0\x00\x01\x0d\x1c\x98\x51\xa0\x25\x9a\x5a\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\x90\x74\xd8\x0f\x14\x88\x75",
   86415             : };
   86416             : static
   86417             :     struct {
   86418             :         PyGC_Head _gc_head;
   86419             :         struct {
   86420             :             PyObject_VAR_HEAD
   86421             :             PyObject *ob_item[4];
   86422             :         }_object;
   86423             :     }
   86424             : _collections_abc_toplevel_consts_62_consts_2_localsplusnames = {
   86425             :     ._object = {
   86426             :         .ob_base = {
   86427             :             .ob_base = {
   86428             :                 .ob_refcnt = 999999999,
   86429             :                 .ob_type = &PyTuple_Type,
   86430             :             },
   86431             :             .ob_size = 4,
   86432             :         },
   86433             :         .ob_item = {
   86434             :             & const_str_self._ascii.ob_base,
   86435             :             & const_str_value._ascii.ob_base,
   86436             :             & const_str_key._ascii.ob_base,
   86437             :             & const_str_v._ascii.ob_base,
   86438             :         },
   86439             :     },
   86440             : };
   86441             : static
   86442             :     struct _PyCode_DEF(98)
   86443             : _collections_abc_toplevel_consts_62_consts_2 = {
   86444             :     .ob_base = {
   86445             :         .ob_base = {
   86446             :             .ob_refcnt = 999999999,
   86447             :             .ob_type = &PyCode_Type,
   86448             :         },
   86449             :         .ob_size = 49,
   86450             :     },
   86451             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
   86452             :     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
   86453             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86454             :     .co_flags = 3,
   86455             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86456             :     ._co_linearray_entry_size = 0,
   86457             :     .co_argcount = 2,
   86458             :     .co_posonlyargcount = 0,
   86459             :     .co_kwonlyargcount = 0,
   86460             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   86461             :     .co_stacksize = 3,
   86462             :     .co_firstlineno = 897,
   86463             :     .co_nlocalsplus = 4,
   86464             :     .co_nlocals = 4,
   86465             :     .co_nplaincellvars = 0,
   86466             :     .co_ncellvars = 0,
   86467             :     .co_nfreevars = 0,
   86468             :     .co_localsplusnames = & _collections_abc_toplevel_consts_62_consts_2_localsplusnames._object.ob_base.ob_base,
   86469             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   86470             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86471             :     .co_name = &_Py_ID(__contains__),
   86472             :     .co_qualname = & _collections_abc_toplevel_consts_62_consts_2_qualname._ascii.ob_base,
   86473             :     .co_linetable = & _collections_abc_toplevel_consts_62_consts_2_linetable.ob_base.ob_base,
   86474             :     ._co_code = NULL,
   86475             :     ._co_linearray = NULL,
   86476             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x20\x00\x00\x7d\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x7c\x01\x75\x00\x73\x06\x7c\x03\x7c\x01\x6b\x02\x00\x00\x00\x00\xaf\x1f\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
   86477             :     ._co_firsttraceable = 0,
   86478             : };
   86479             : static
   86480             :     struct {
   86481             :         PyASCIIObject _ascii;
   86482             :         uint8_t _data[20];
   86483             :     }
   86484             : _collections_abc_toplevel_consts_62_consts_3_qualname = {
   86485             :     ._ascii = {
   86486             :         .ob_base = {
   86487             :             .ob_refcnt = 999999999,
   86488             :             .ob_type = &PyUnicode_Type,
   86489             :         },
   86490             :         .length = 19,
   86491             :         .hash = -1,
   86492             :         .state = {
   86493             :             .kind = 1,
   86494             :             .compact = 1,
   86495             :             .ascii = 1,
   86496             :         },
   86497             :     },
   86498             :     ._data = "ValuesView.__iter__",
   86499             : };
   86500             : static
   86501             :     struct {
   86502             :         PyObject_VAR_HEAD
   86503             :         Py_hash_t ob_shash;
   86504             :         char ob_sval[60];
   86505             :     }
   86506             : _collections_abc_toplevel_consts_62_consts_3_linetable = {
   86507             :     .ob_base = {
   86508             :         .ob_base = {
   86509             :             .ob_refcnt = 999999999,
   86510             :             .ob_type = &PyBytes_Type,
   86511             :         },
   86512             :         .ob_size = 59,
   86513             :     },
   86514             :     .ob_shash = -1,
   86515             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\xf0\x00\x01\x09\x25\xf1\x00\x01\x09\x25\x88\x43\xd8\x12\x16\x97\x2d\x91\x2d\xa0\x03\xd4\x12\x24\xd0\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xf0\x03\x01\x09\x25\xf0\x00\x01\x09\x25",
   86516             : };
   86517             : static
   86518             :     struct _PyCode_DEF(82)
   86519             : _collections_abc_toplevel_consts_62_consts_3 = {
   86520             :     .ob_base = {
   86521             :         .ob_base = {
   86522             :             .ob_refcnt = 999999999,
   86523             :             .ob_type = &PyCode_Type,
   86524             :         },
   86525             :         .ob_size = 41,
   86526             :     },
   86527             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   86528             :     .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
   86529             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86530             :     .co_flags = 35,
   86531             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86532             :     ._co_linearray_entry_size = 0,
   86533             :     .co_argcount = 1,
   86534             :     .co_posonlyargcount = 0,
   86535             :     .co_kwonlyargcount = 0,
   86536             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   86537             :     .co_stacksize = 3,
   86538             :     .co_firstlineno = 904,
   86539             :     .co_nlocalsplus = 2,
   86540             :     .co_nlocals = 2,
   86541             :     .co_nplaincellvars = 0,
   86542             :     .co_ncellvars = 0,
   86543             :     .co_nfreevars = 0,
   86544             :     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
   86545             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   86546             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86547             :     .co_name = &_Py_ID(__iter__),
   86548             :     .co_qualname = & _collections_abc_toplevel_consts_62_consts_3_qualname._ascii.ob_base,
   86549             :     .co_linetable = & _collections_abc_toplevel_consts_62_consts_3_linetable.ob_base.ob_base,
   86550             :     ._co_code = NULL,
   86551             :     ._co_linearray = NULL,
   86552             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x16\x00\x00\x7d\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x18\x64\x00\x53\x00",
   86553             :     ._co_firsttraceable = 2,
   86554             : };
   86555             : static
   86556             :     struct {
   86557             :         PyGC_Head _gc_head;
   86558             :         struct {
   86559             :             PyObject_VAR_HEAD
   86560             :             PyObject *ob_item[5];
   86561             :         }_object;
   86562             :     }
   86563             : _collections_abc_toplevel_consts_62_consts = {
   86564             :     ._object = {
   86565             :         .ob_base = {
   86566             :             .ob_base = {
   86567             :                 .ob_refcnt = 999999999,
   86568             :                 .ob_type = &PyTuple_Type,
   86569             :             },
   86570             :             .ob_size = 5,
   86571             :         },
   86572             :         .ob_item = {
   86573             :             & const_str_ValuesView._ascii.ob_base,
   86574             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   86575             :             & _collections_abc_toplevel_consts_62_consts_2.ob_base.ob_base,
   86576             :             & _collections_abc_toplevel_consts_62_consts_3.ob_base.ob_base,
   86577             :             Py_None,
   86578             :         },
   86579             :     },
   86580             : };
   86581             : static
   86582             :     struct {
   86583             :         PyGC_Head _gc_head;
   86584             :         struct {
   86585             :             PyObject_VAR_HEAD
   86586             :             PyObject *ob_item[6];
   86587             :         }_object;
   86588             :     }
   86589             : _collections_abc_toplevel_consts_62_names = {
   86590             :     ._object = {
   86591             :         .ob_base = {
   86592             :             .ob_base = {
   86593             :                 .ob_refcnt = 999999999,
   86594             :                 .ob_type = &PyTuple_Type,
   86595             :             },
   86596             :             .ob_size = 6,
   86597             :         },
   86598             :         .ob_item = {
   86599             :             &_Py_ID(__name__),
   86600             :             &_Py_ID(__module__),
   86601             :             &_Py_ID(__qualname__),
   86602             :             &_Py_ID(__slots__),
   86603             :             &_Py_ID(__contains__),
   86604             :             &_Py_ID(__iter__),
   86605             :         },
   86606             :     },
   86607             : };
   86608             : static
   86609             :     struct {
   86610             :         PyObject_VAR_HEAD
   86611             :         Py_hash_t ob_shash;
   86612             :         char ob_sval[56];
   86613             :     }
   86614             : _collections_abc_toplevel_consts_62_linetable = {
   86615             :     .ob_base = {
   86616             :         .ob_base = {
   86617             :             .ob_refcnt = 999999999,
   86618             :             .ob_type = &PyBytes_Type,
   86619             :         },
   86620             :         .ob_size = 55,
   86621             :     },
   86622             :     .ob_shash = -1,
   86623             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xf0\x04\x05\x05\x15\xf0\x00\x05\x05\x15\xf0\x00\x05\x05\x15\xf0\x0e\x02\x05\x25\xf0\x00\x02\x05\x25\xf0\x00\x02\x05\x25\xf0\x00\x02\x05\x25\xf0\x00\x02\x05\x25",
   86624             : };
   86625             : static
   86626             :     struct _PyCode_DEF(30)
   86627             : _collections_abc_toplevel_consts_62 = {
   86628             :     .ob_base = {
   86629             :         .ob_base = {
   86630             :             .ob_refcnt = 999999999,
   86631             :             .ob_type = &PyCode_Type,
   86632             :         },
   86633             :         .ob_size = 15,
   86634             :     },
   86635             :     .co_consts = & _collections_abc_toplevel_consts_62_consts._object.ob_base.ob_base,
   86636             :     .co_names = & _collections_abc_toplevel_consts_62_names._object.ob_base.ob_base,
   86637             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86638             :     .co_flags = 0,
   86639             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86640             :     ._co_linearray_entry_size = 0,
   86641             :     .co_argcount = 0,
   86642             :     .co_posonlyargcount = 0,
   86643             :     .co_kwonlyargcount = 0,
   86644             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   86645             :     .co_stacksize = 1,
   86646             :     .co_firstlineno = 893,
   86647             :     .co_nlocalsplus = 0,
   86648             :     .co_nlocals = 0,
   86649             :     .co_nplaincellvars = 0,
   86650             :     .co_ncellvars = 0,
   86651             :     .co_nfreevars = 0,
   86652             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   86653             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86654             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86655             :     .co_name = & const_str_ValuesView._ascii.ob_base,
   86656             :     .co_qualname = & const_str_ValuesView._ascii.ob_base,
   86657             :     .co_linetable = & _collections_abc_toplevel_consts_62_linetable.ob_base.ob_base,
   86658             :     ._co_code = NULL,
   86659             :     ._co_linearray = NULL,
   86660             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
   86661             :     ._co_firsttraceable = 0,
   86662             : };
   86663             : static
   86664             :     struct {
   86665             :         PyASCIIObject _ascii;
   86666             :         uint8_t _data[236];
   86667             :     }
   86668             : _collections_abc_toplevel_consts_64_consts_1 = {
   86669             :     ._ascii = {
   86670             :         .ob_base = {
   86671             :             .ob_refcnt = 999999999,
   86672             :             .ob_type = &PyUnicode_Type,
   86673             :         },
   86674             :         .length = 235,
   86675             :         .hash = -1,
   86676             :         .state = {
   86677             :             .kind = 1,
   86678             :             .compact = 1,
   86679             :             .ascii = 1,
   86680             :         },
   86681             :     },
   86682             :     ._data = "\x41\x20\x4d\x75\x74\x61\x62\x6c\x65\x4d\x61\x70\x70\x69\x6e\x67\x20\x69\x73\x20\x61\x20\x67\x65\x6e\x65\x72\x69\x63\x20\x63\x6f\x6e\x74\x61\x69\x6e\x65\x72\x20\x66\x6f\x72\x20\x61\x73\x73\x6f\x63\x69\x61\x74\x69\x6e\x67\x0a\x20\x20\x20\x20\x6b\x65\x79\x2f\x76\x61\x6c\x75\x65\x20\x70\x61\x69\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x63\x6c\x61\x73\x73\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x63\x6f\x6e\x63\x72\x65\x74\x65\x20\x67\x65\x6e\x65\x72\x69\x63\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x73\x20\x6f\x66\x20\x61\x6c\x6c\x0a\x20\x20\x20\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x65\x78\x63\x65\x70\x74\x20\x66\x6f\x72\x20\x5f\x5f\x67\x65\x74\x69\x74\x65\x6d\x5f\x5f\x2c\x20\x5f\x5f\x73\x65\x74\x69\x74\x65\x6d\x5f\x5f\x2c\x20\x5f\x5f\x64\x65\x6c\x69\x74\x65\x6d\x5f\x5f\x2c\x0a\x20\x20\x20\x20\x5f\x5f\x69\x74\x65\x72\x5f\x5f\x2c\x20\x61\x6e\x64\x20\x5f\x5f\x6c\x65\x6e\x5f\x5f\x2e\x0a\x20\x20\x20\x20",
   86683             : };
   86684             : static
   86685             :     struct {
   86686             :         PyASCIIObject _ascii;
   86687             :         uint8_t _data[27];
   86688             :     }
   86689             : _collections_abc_toplevel_consts_64_consts_3_qualname = {
   86690             :     ._ascii = {
   86691             :         .ob_base = {
   86692             :             .ob_refcnt = 999999999,
   86693             :             .ob_type = &PyUnicode_Type,
   86694             :         },
   86695             :         .length = 26,
   86696             :         .hash = -1,
   86697             :         .state = {
   86698             :             .kind = 1,
   86699             :             .compact = 1,
   86700             :             .ascii = 1,
   86701             :         },
   86702             :     },
   86703             :     ._data = "MutableMapping.__setitem__",
   86704             : };
   86705             : static
   86706             :     struct {
   86707             :         PyGC_Head _gc_head;
   86708             :         struct {
   86709             :             PyObject_VAR_HEAD
   86710             :             PyObject *ob_item[3];
   86711             :         }_object;
   86712             :     }
   86713             : _collections_abc_toplevel_consts_64_consts_3_localsplusnames = {
   86714             :     ._object = {
   86715             :         .ob_base = {
   86716             :             .ob_base = {
   86717             :                 .ob_refcnt = 999999999,
   86718             :                 .ob_type = &PyTuple_Type,
   86719             :             },
   86720             :             .ob_size = 3,
   86721             :         },
   86722             :         .ob_item = {
   86723             :             & const_str_self._ascii.ob_base,
   86724             :             & const_str_key._ascii.ob_base,
   86725             :             & const_str_value._ascii.ob_base,
   86726             :         },
   86727             :     },
   86728             : };
   86729             : static
   86730             :     struct _PyCode_DEF(16)
   86731             : _collections_abc_toplevel_consts_64_consts_3 = {
   86732             :     .ob_base = {
   86733             :         .ob_base = {
   86734             :             .ob_refcnt = 999999999,
   86735             :             .ob_type = &PyCode_Type,
   86736             :         },
   86737             :         .ob_size = 8,
   86738             :     },
   86739             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   86740             :     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
   86741             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86742             :     .co_flags = 3,
   86743             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86744             :     ._co_linearray_entry_size = 0,
   86745             :     .co_argcount = 3,
   86746             :     .co_posonlyargcount = 0,
   86747             :     .co_kwonlyargcount = 0,
   86748             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   86749             :     .co_stacksize = 1,
   86750             :     .co_firstlineno = 923,
   86751             :     .co_nlocalsplus = 3,
   86752             :     .co_nlocals = 3,
   86753             :     .co_nplaincellvars = 0,
   86754             :     .co_ncellvars = 0,
   86755             :     .co_nfreevars = 0,
   86756             :     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
   86757             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   86758             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86759             :     .co_name = &_Py_ID(__setitem__),
   86760             :     .co_qualname = & _collections_abc_toplevel_consts_64_consts_3_qualname._ascii.ob_base,
   86761             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
   86762             :     ._co_code = NULL,
   86763             :     ._co_linearray = NULL,
   86764             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   86765             :     ._co_firsttraceable = 0,
   86766             : };
   86767             : static
   86768             :     struct {
   86769             :         PyASCIIObject _ascii;
   86770             :         uint8_t _data[27];
   86771             :     }
   86772             : _collections_abc_toplevel_consts_64_consts_4_qualname = {
   86773             :     ._ascii = {
   86774             :         .ob_base = {
   86775             :             .ob_refcnt = 999999999,
   86776             :             .ob_type = &PyUnicode_Type,
   86777             :         },
   86778             :         .length = 26,
   86779             :         .hash = -1,
   86780             :         .state = {
   86781             :             .kind = 1,
   86782             :             .compact = 1,
   86783             :             .ascii = 1,
   86784             :         },
   86785             :     },
   86786             :     ._data = "MutableMapping.__delitem__",
   86787             : };
   86788             : static
   86789             :     struct _PyCode_DEF(16)
   86790             : _collections_abc_toplevel_consts_64_consts_4 = {
   86791             :     .ob_base = {
   86792             :         .ob_base = {
   86793             :             .ob_refcnt = 999999999,
   86794             :             .ob_type = &PyCode_Type,
   86795             :         },
   86796             :         .ob_size = 8,
   86797             :     },
   86798             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   86799             :     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
   86800             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   86801             :     .co_flags = 3,
   86802             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   86803             :     ._co_linearray_entry_size = 0,
   86804             :     .co_argcount = 2,
   86805             :     .co_posonlyargcount = 0,
   86806             :     .co_kwonlyargcount = 0,
   86807             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   86808             :     .co_stacksize = 1,
   86809             :     .co_firstlineno = 927,
   86810             :     .co_nlocalsplus = 2,
   86811             :     .co_nlocals = 2,
   86812             :     .co_nplaincellvars = 0,
   86813             :     .co_ncellvars = 0,
   86814             :     .co_nfreevars = 0,
   86815             :     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
   86816             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   86817             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   86818             :     .co_name = &_Py_ID(__delitem__),
   86819             :     .co_qualname = & _collections_abc_toplevel_consts_64_consts_4_qualname._ascii.ob_base,
   86820             :     .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
   86821             :     ._co_code = NULL,
   86822             :     ._co_linearray = NULL,
   86823             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   86824             :     ._co_firsttraceable = 0,
   86825             : };
   86826             : static
   86827             :     struct {
   86828             :         PyASCIIObject _ascii;
   86829             :         uint8_t _data[170];
   86830             :     }
   86831             : _collections_abc_toplevel_consts_64_consts_5_consts_0 = {
   86832             :     ._ascii = {
   86833             :         .ob_base = {
   86834             :             .ob_refcnt = 999999999,
   86835             :             .ob_type = &PyUnicode_Type,
   86836             :         },
   86837             :         .length = 169,
   86838             :         .hash = -1,
   86839             :         .state = {
   86840             :             .kind = 1,
   86841             :             .compact = 1,
   86842             :             .ascii = 1,
   86843             :         },
   86844             :     },
   86845             :     ._data = "\x44\x2e\x70\x6f\x70\x28\x6b\x5b\x2c\x64\x5d\x29\x20\x2d\x3e\x20\x76\x2c\x20\x72\x65\x6d\x6f\x76\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6b\x65\x79\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x69\x6e\x67\x20\x76\x61\x6c\x75\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x6b\x65\x79\x20\x69\x73\x20\x6e\x6f\x74\x20\x66\x6f\x75\x6e\x64\x2c\x20\x64\x20\x69\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x69\x66\x20\x67\x69\x76\x65\x6e\x2c\x20\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x4b\x65\x79\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   86846             : };
   86847             : static
   86848             :     struct {
   86849             :         PyGC_Head _gc_head;
   86850             :         struct {
   86851             :             PyObject_VAR_HEAD
   86852             :             PyObject *ob_item[1];
   86853             :         }_object;
   86854             :     }
   86855             : _collections_abc_toplevel_consts_64_consts_5_consts = {
   86856             :     ._object = {
   86857             :         .ob_base = {
   86858             :             .ob_base = {
   86859             :                 .ob_refcnt = 999999999,
   86860             :                 .ob_type = &PyTuple_Type,
   86861             :             },
   86862             :             .ob_size = 1,
   86863             :         },
   86864             :         .ob_item = {
   86865             :             & _collections_abc_toplevel_consts_64_consts_5_consts_0._ascii.ob_base,
   86866             :         },
   86867             :     },
   86868             : };
   86869             : static
   86870             :     struct {
   86871             :         PyASCIIObject _ascii;
   86872             :         uint8_t _data[24];
   86873             :     }
   86874             : const_str__MutableMapping__marker = {
   86875             :     ._ascii = {
   86876             :         .ob_base = {
   86877             :             .ob_refcnt = 999999999,
   86878             :             .ob_type = &PyUnicode_Type,
   86879             :         },
   86880             :         .length = 23,
   86881             :         .hash = -1,
   86882             :         .state = {
   86883             :             .kind = 1,
   86884             :             .compact = 1,
   86885             :             .ascii = 1,
   86886             :         },
   86887             :     },
   86888             :     ._data = "_MutableMapping__marker",
   86889             : };
   86890             : static
   86891             :     struct {
   86892             :         PyGC_Head _gc_head;
   86893             :         struct {
   86894             :             PyObject_VAR_HEAD
   86895             :             PyObject *ob_item[2];
   86896             :         }_object;
   86897             :     }
   86898             : _collections_abc_toplevel_consts_64_consts_5_names = {
   86899             :     ._object = {
   86900             :         .ob_base = {
   86901             :             .ob_base = {
   86902             :                 .ob_refcnt = 999999999,
   86903             :                 .ob_type = &PyTuple_Type,
   86904             :             },
   86905             :             .ob_size = 2,
   86906             :         },
   86907             :         .ob_item = {
   86908             :             & const_str_KeyError._ascii.ob_base,
   86909             :             & const_str__MutableMapping__marker._ascii.ob_base,
   86910             :         },
   86911             :     },
   86912             : };
   86913             : static
   86914             :     struct {
   86915             :         PyASCIIObject _ascii;
   86916             :         uint8_t _data[19];
   86917             :     }
   86918             : _collections_abc_toplevel_consts_64_consts_5_qualname = {
   86919             :     ._ascii = {
   86920             :         .ob_base = {
   86921             :             .ob_refcnt = 999999999,
   86922             :             .ob_type = &PyUnicode_Type,
   86923             :         },
   86924             :         .length = 18,
   86925             :         .hash = -1,
   86926             :         .state = {
   86927             :             .kind = 1,
   86928             :             .compact = 1,
   86929             :             .ascii = 1,
   86930             :         },
   86931             :     },
   86932             :     ._data = "MutableMapping.pop",
   86933             : };
   86934             : static
   86935             :     struct {
   86936             :         PyObject_VAR_HEAD
   86937             :         Py_hash_t ob_shash;
   86938             :         char ob_sval[89];
   86939             :     }
   86940             : _collections_abc_toplevel_consts_64_consts_5_linetable = {
   86941             :     .ob_base = {
   86942             :         .ob_base = {
   86943             :             .ob_refcnt = 999999999,
   86944             :             .ob_type = &PyBytes_Type,
   86945             :         },
   86946             :         .ob_size = 88,
   86947             :     },
   86948             :     .ob_shash = -1,
   86949             :     .ob_sval = "\x80\x00\xf0\x08\x08\x09\x19\xd8\x14\x18\x98\x13\x94\x49\x88\x45\xf0\x0c\x00\x11\x15\x90\x53\x90\x09\xd8\x13\x18\x88\x4c\xf8\xf5\x0d\x00\x10\x18\xf0\x00\x03\x09\x1b\xf0\x00\x03\x09\x1b\xf0\x00\x03\x09\x1b\xd8\x0f\x16\x98\x24\x9f\x2d\x99\x2d\xd0\x0f\x27\xf0\x00\x01\x0d\x16\xd8\x10\x15\xd8\x13\x1a\x88\x4e\x88\x4e\x88\x4e\xf0\x07\x03\x09\x1b\xf8\xf8\xf8",
   86950             : };
   86951             : static
   86952             :     struct {
   86953             :         PyObject_VAR_HEAD
   86954             :         Py_hash_t ob_shash;
   86955             :         char ob_sval[13];
   86956             :     }
   86957             : _collections_abc_toplevel_consts_64_consts_5_exceptiontable = {
   86958             :     .ob_base = {
   86959             :         .ob_base = {
   86960             :             .ob_refcnt = 999999999,
   86961             :             .ob_type = &PyBytes_Type,
   86962             :         },
   86963             :         .ob_size = 12,
   86964             :     },
   86965             :     .ob_shash = -1,
   86966             :     .ob_sval = "\x82\x08\x0f\x00\x8f\x1b\x2d\x03\xac\x01\x2d\x03",
   86967             : };
   86968             : static
   86969             :     struct {
   86970             :         PyGC_Head _gc_head;
   86971             :         struct {
   86972             :             PyObject_VAR_HEAD
   86973             :             PyObject *ob_item[4];
   86974             :         }_object;
   86975             :     }
   86976             : _collections_abc_toplevel_consts_64_consts_5_localsplusnames = {
   86977             :     ._object = {
   86978             :         .ob_base = {
   86979             :             .ob_base = {
   86980             :                 .ob_refcnt = 999999999,
   86981             :                 .ob_type = &PyTuple_Type,
   86982             :             },
   86983             :             .ob_size = 4,
   86984             :         },
   86985             :         .ob_item = {
   86986             :             & const_str_self._ascii.ob_base,
   86987             :             & const_str_key._ascii.ob_base,
   86988             :             &_Py_ID(default),
   86989             :             & const_str_value._ascii.ob_base,
   86990             :         },
   86991             :     },
   86992             : };
   86993             : static
   86994             :     struct _PyCode_DEF(96)
   86995             : _collections_abc_toplevel_consts_64_consts_5 = {
   86996             :     .ob_base = {
   86997             :         .ob_base = {
   86998             :             .ob_refcnt = 999999999,
   86999             :             .ob_type = &PyCode_Type,
   87000             :         },
   87001             :         .ob_size = 48,
   87002             :     },
   87003             :     .co_consts = & _collections_abc_toplevel_consts_64_consts_5_consts._object.ob_base.ob_base,
   87004             :     .co_names = & _collections_abc_toplevel_consts_64_consts_5_names._object.ob_base.ob_base,
   87005             :     .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_5_exceptiontable.ob_base.ob_base,
   87006             :     .co_flags = 3,
   87007             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   87008             :     ._co_linearray_entry_size = 0,
   87009             :     .co_argcount = 3,
   87010             :     .co_posonlyargcount = 0,
   87011             :     .co_kwonlyargcount = 0,
   87012             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   87013             :     .co_stacksize = 4,
   87014             :     .co_firstlineno = 933,
   87015             :     .co_nlocalsplus = 4,
   87016             :     .co_nlocals = 4,
   87017             :     .co_nplaincellvars = 0,
   87018             :     .co_ncellvars = 0,
   87019             :     .co_nfreevars = 0,
   87020             :     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_5_localsplusnames._object.ob_base.ob_base,
   87021             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   87022             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   87023             :     .co_name = & const_str_pop._ascii.ob_base,
   87024             :     .co_qualname = & _collections_abc_toplevel_consts_64_consts_5_qualname._ascii.ob_base,
   87025             :     .co_linetable = & _collections_abc_toplevel_consts_64_consts_5_linetable.ob_base.ob_base,
   87026             :     ._co_code = NULL,
   87027             :     ._co_linearray = NULL,
   87028             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x7c\x01\x3d\x00\x7c\x03\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x14\x01\x00\x7c\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x01\x82\x00\x7c\x02\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   87029             :     ._co_firsttraceable = 0,
   87030             : };
   87031             : static
   87032             :     struct {
   87033             :         PyASCIIObject _ascii;
   87034             :         uint8_t _data[132];
   87035             :     }
   87036             : _collections_abc_toplevel_consts_64_consts_6_consts_0 = {
   87037             :     ._ascii = {
   87038             :         .ob_base = {
   87039             :             .ob_refcnt = 999999999,
   87040             :             .ob_type = &PyUnicode_Type,
   87041             :         },
   87042             :         .length = 131,
   87043             :         .hash = -1,
   87044             :         .state = {
   87045             :             .kind = 1,
   87046             :             .compact = 1,
   87047             :             .ascii = 1,
   87048             :         },
   87049             :     },
   87050             :     ._data = "\x44\x2e\x70\x6f\x70\x69\x74\x65\x6d\x28\x29\x20\x2d\x3e\x20\x28\x6b\x2c\x20\x76\x29\x2c\x20\x72\x65\x6d\x6f\x76\x65\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x73\x6f\x6d\x65\x20\x28\x6b\x65\x79\x2c\x20\x76\x61\x6c\x75\x65\x29\x20\x70\x61\x69\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x61\x73\x20\x61\x20\x32\x2d\x74\x75\x70\x6c\x65\x3b\x20\x62\x75\x74\x20\x72\x61\x69\x73\x65\x20\x4b\x65\x79\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x44\x20\x69\x73\x20\x65\x6d\x70\x74\x79\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   87051             : };
   87052             : static
   87053             :     struct {
   87054             :         PyGC_Head _gc_head;
   87055             :         struct {
   87056             :             PyObject_VAR_HEAD
   87057             :             PyObject *ob_item[2];
   87058             :         }_object;
   87059             :     }
   87060             : _collections_abc_toplevel_consts_64_consts_6_consts = {
   87061             :     ._object = {
   87062             :         .ob_base = {
   87063             :             .ob_base = {
   87064             :                 .ob_refcnt = 999999999,
   87065             :                 .ob_type = &PyTuple_Type,
   87066             :             },
   87067             :             .ob_size = 2,
   87068             :         },
   87069             :         .ob_item = {
   87070             :             & _collections_abc_toplevel_consts_64_consts_6_consts_0._ascii.ob_base,
   87071             :             Py_None,
   87072             :         },
   87073             :     },
   87074             : };
   87075             : static
   87076             :     struct {
   87077             :         PyGC_Head _gc_head;
   87078             :         struct {
   87079             :             PyObject_VAR_HEAD
   87080             :             PyObject *ob_item[4];
   87081             :         }_object;
   87082             :     }
   87083             : _collections_abc_toplevel_consts_64_consts_6_names = {
   87084             :     ._object = {
   87085             :         .ob_base = {
   87086             :             .ob_base = {
   87087             :                 .ob_refcnt = 999999999,
   87088             :                 .ob_type = &PyTuple_Type,
   87089             :             },
   87090             :             .ob_size = 4,
   87091             :         },
   87092             :         .ob_item = {
   87093             :             &_Py_ID(next),
   87094             :             &_Py_ID(iter),
   87095             :             & const_str_StopIteration._ascii.ob_base,
   87096             :             & const_str_KeyError._ascii.ob_base,
   87097             :         },
   87098             :     },
   87099             : };
   87100             : static
   87101             :     struct {
   87102             :         PyASCIIObject _ascii;
   87103             :         uint8_t _data[8];
   87104             :     }
   87105             : const_str_popitem = {
   87106             :     ._ascii = {
   87107             :         .ob_base = {
   87108             :             .ob_refcnt = 999999999,
   87109             :             .ob_type = &PyUnicode_Type,
   87110             :         },
   87111             :         .length = 7,
   87112             :         .hash = -1,
   87113             :         .state = {
   87114             :             .kind = 1,
   87115             :             .compact = 1,
   87116             :             .ascii = 1,
   87117             :         },
   87118             :     },
   87119             :     ._data = "popitem",
   87120             : };
   87121             : static
   87122             :     struct {
   87123             :         PyASCIIObject _ascii;
   87124             :         uint8_t _data[23];
   87125             :     }
   87126             : _collections_abc_toplevel_consts_64_consts_6_qualname = {
   87127             :     ._ascii = {
   87128             :         .ob_base = {
   87129             :             .ob_refcnt = 999999999,
   87130             :             .ob_type = &PyUnicode_Type,
   87131             :         },
   87132             :         .length = 22,
   87133             :         .hash = -1,
   87134             :         .state = {
   87135             :             .kind = 1,
   87136             :             .compact = 1,
   87137             :             .ascii = 1,
   87138             :         },
   87139             :     },
   87140             :     ._data = "MutableMapping.popitem",
   87141             : };
   87142             : static
   87143             :     struct {
   87144             :         PyObject_VAR_HEAD
   87145             :         Py_hash_t ob_shash;
   87146             :         char ob_sval[87];
   87147             :     }
   87148             : _collections_abc_toplevel_consts_64_consts_6_linetable = {
   87149             :     .ob_base = {
   87150             :         .ob_base = {
   87151             :             .ob_refcnt = 999999999,
   87152             :             .ob_type = &PyBytes_Type,
   87153             :         },
   87154             :         .ob_size = 86,
   87155             :     },
   87156             :     .ob_shash = -1,
   87157             :     .ob_sval = "\x80\x00\xf0\x08\x03\x09\x25\xdd\x12\x16\x95\x74\x98\x44\x94\x7a\xd4\x12\x22\x88\x43\xf0\x06\x00\x11\x15\x90\x53\x94\x09\x88\x05\xd8\x0c\x10\x90\x13\x88\x49\xd8\x0f\x12\x90\x45\x88\x7a\xd0\x08\x19\xf8\xf5\x09\x00\x10\x1d\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\xdd\x12\x1a\xa0\x04\xd0\x0c\x24\xf0\x03\x01\x09\x25\xf8\xf8\xf8",
   87158             : };
   87159             : static
   87160             :     struct {
   87161             :         PyObject_VAR_HEAD
   87162             :         Py_hash_t ob_shash;
   87163             :         char ob_sval[9];
   87164             :     }
   87165             : _collections_abc_toplevel_consts_64_consts_6_exceptiontable = {
   87166             :     .ob_base = {
   87167             :         .ob_base = {
   87168             :             .ob_refcnt = 999999999,
   87169             :             .ob_type = &PyBytes_Type,
   87170             :         },
   87171             :         .ob_size = 8,
   87172             :     },
   87173             :     .ob_shash = -1,
   87174             :     .ob_sval = "\x82\x18\x29\x00\xa9\x13\x3c\x03",
   87175             : };
   87176             : static
   87177             :     struct _PyCode_DEF(126)
   87178             : _collections_abc_toplevel_consts_64_consts_6 = {
   87179             :     .ob_base = {
   87180             :         .ob_base = {
   87181             :             .ob_refcnt = 999999999,
   87182             :             .ob_type = &PyCode_Type,
   87183             :         },
   87184             :         .ob_size = 63,
   87185             :     },
   87186             :     .co_consts = & _collections_abc_toplevel_consts_64_consts_6_consts._object.ob_base.ob_base,
   87187             :     .co_names = & _collections_abc_toplevel_consts_64_consts_6_names._object.ob_base.ob_base,
   87188             :     .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_6_exceptiontable.ob_base.ob_base,
   87189             :     .co_flags = 3,
   87190             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   87191             :     ._co_linearray_entry_size = 0,
   87192             :     .co_argcount = 1,
   87193             :     .co_posonlyargcount = 0,
   87194             :     .co_kwonlyargcount = 0,
   87195             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   87196             :     .co_stacksize = 5,
   87197             :     .co_firstlineno = 947,
   87198             :     .co_nlocalsplus = 3,
   87199             :     .co_nlocals = 3,
   87200             :     .co_nplaincellvars = 0,
   87201             :     .co_ncellvars = 0,
   87202             :     .co_nfreevars = 0,
   87203             :     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
   87204             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   87205             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   87206             :     .co_name = & const_str_popitem._ascii.ob_base,
   87207             :     .co_qualname = & _collections_abc_toplevel_consts_64_consts_6_qualname._ascii.ob_base,
   87208             :     .co_linetable = & _collections_abc_toplevel_consts_64_consts_6_linetable.ob_base.ob_base,
   87209             :     ._co_code = NULL,
   87210             :     ._co_linearray = NULL,
   87211             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x7c\x01\x3d\x00\x7c\x01\x7c\x02\x66\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x09\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
   87212             :     ._co_firsttraceable = 0,
   87213             : };
   87214             : static
   87215             :     struct {
   87216             :         PyASCIIObject _ascii;
   87217             :         uint8_t _data[45];
   87218             :     }
   87219             : _collections_abc_toplevel_consts_64_consts_7_consts_0 = {
   87220             :     ._ascii = {
   87221             :         .ob_base = {
   87222             :             .ob_refcnt = 999999999,
   87223             :             .ob_type = &PyUnicode_Type,
   87224             :         },
   87225             :         .length = 44,
   87226             :         .hash = -1,
   87227             :         .state = {
   87228             :             .kind = 1,
   87229             :             .compact = 1,
   87230             :             .ascii = 1,
   87231             :         },
   87232             :     },
   87233             :     ._data = "D.clear() -> None.  Remove all items from D.",
   87234             : };
   87235             : static
   87236             :     struct {
   87237             :         PyGC_Head _gc_head;
   87238             :         struct {
   87239             :             PyObject_VAR_HEAD
   87240             :             PyObject *ob_item[3];
   87241             :         }_object;
   87242             :     }
   87243             : _collections_abc_toplevel_consts_64_consts_7_consts = {
   87244             :     ._object = {
   87245             :         .ob_base = {
   87246             :             .ob_base = {
   87247             :                 .ob_refcnt = 999999999,
   87248             :                 .ob_type = &PyTuple_Type,
   87249             :             },
   87250             :             .ob_size = 3,
   87251             :         },
   87252             :         .ob_item = {
   87253             :             & _collections_abc_toplevel_consts_64_consts_7_consts_0._ascii.ob_base,
   87254             :             Py_True,
   87255             :             Py_None,
   87256             :         },
   87257             :     },
   87258             : };
   87259             : static
   87260             :     struct {
   87261             :         PyGC_Head _gc_head;
   87262             :         struct {
   87263             :             PyObject_VAR_HEAD
   87264             :             PyObject *ob_item[2];
   87265             :         }_object;
   87266             :     }
   87267             : _collections_abc_toplevel_consts_64_consts_7_names = {
   87268             :     ._object = {
   87269             :         .ob_base = {
   87270             :             .ob_base = {
   87271             :                 .ob_refcnt = 999999999,
   87272             :                 .ob_type = &PyTuple_Type,
   87273             :             },
   87274             :             .ob_size = 2,
   87275             :         },
   87276             :         .ob_item = {
   87277             :             & const_str_popitem._ascii.ob_base,
   87278             :             & const_str_KeyError._ascii.ob_base,
   87279             :         },
   87280             :     },
   87281             : };
   87282             : static
   87283             :     struct {
   87284             :         PyASCIIObject _ascii;
   87285             :         uint8_t _data[21];
   87286             :     }
   87287             : _collections_abc_toplevel_consts_64_consts_7_qualname = {
   87288             :     ._ascii = {
   87289             :         .ob_base = {
   87290             :             .ob_refcnt = 999999999,
   87291             :             .ob_type = &PyUnicode_Type,
   87292             :         },
   87293             :         .length = 20,
   87294             :         .hash = -1,
   87295             :         .state = {
   87296             :             .kind = 1,
   87297             :             .compact = 1,
   87298             :             .ascii = 1,
   87299             :         },
   87300             :     },
   87301             :     ._data = "MutableMapping.clear",
   87302             : };
   87303             : static
   87304             :     struct {
   87305             :         PyObject_VAR_HEAD
   87306             :         Py_hash_t ob_shash;
   87307             :         char ob_sval[61];
   87308             :     }
   87309             : _collections_abc_toplevel_consts_64_consts_7_linetable = {
   87310             :     .ob_base = {
   87311             :         .ob_base = {
   87312             :             .ob_refcnt = 999999999,
   87313             :             .ob_type = &PyBytes_Type,
   87314             :         },
   87315             :         .ob_size = 60,
   87316             :     },
   87317             :     .ob_shash = -1,
   87318             :     .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xd8\x12\x16\xd8\x10\x14\x97\x0c\x91\x0c\x94\x0e\x90\x0e\xf0\x03\x00\x13\x17\xf8\xe5\x0f\x17\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
   87319             : };
   87320             : static
   87321             :     struct _PyCode_DEF(76)
   87322             : _collections_abc_toplevel_consts_64_consts_7 = {
   87323             :     .ob_base = {
   87324             :         .ob_base = {
   87325             :             .ob_refcnt = 999999999,
   87326             :             .ob_type = &PyCode_Type,
   87327             :         },
   87328             :         .ob_size = 38,
   87329             :     },
   87330             :     .co_consts = & _collections_abc_toplevel_consts_64_consts_7_consts._object.ob_base.ob_base,
   87331             :     .co_names = & _collections_abc_toplevel_consts_64_consts_7_names._object.ob_base.ob_base,
   87332             :     .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
   87333             :     .co_flags = 3,
   87334             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   87335             :     ._co_linearray_entry_size = 0,
   87336             :     .co_argcount = 1,
   87337             :     .co_posonlyargcount = 0,
   87338             :     .co_kwonlyargcount = 0,
   87339             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   87340             :     .co_stacksize = 4,
   87341             :     .co_firstlineno = 959,
   87342             :     .co_nlocalsplus = 1,
   87343             :     .co_nlocals = 1,
   87344             :     .co_nplaincellvars = 0,
   87345             :     .co_ncellvars = 0,
   87346             :     .co_nfreevars = 0,
   87347             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   87348             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   87349             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   87350             :     .co_name = &_Py_ID(clear),
   87351             :     .co_qualname = & _collections_abc_toplevel_consts_64_consts_7_qualname._ascii.ob_base,
   87352             :     .co_linetable = & _collections_abc_toplevel_consts_64_consts_7_linetable.ob_base.ob_base,
   87353             :     ._co_code = NULL,
   87354             :     ._co_linearray = NULL,
   87355             :     .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x12\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   87356             :     ._co_firsttraceable = 0,
   87357             : };
   87358             : static
   87359             :     struct {
   87360             :         PyASCIIObject _ascii;
   87361             :         uint8_t _data[332];
   87362             :     }
   87363             : _collections_abc_toplevel_consts_64_consts_8_consts_0 = {
   87364             :     ._ascii = {
   87365             :         .ob_base = {
   87366             :             .ob_refcnt = 999999999,
   87367             :             .ob_type = &PyUnicode_Type,
   87368             :         },
   87369             :         .length = 331,
   87370             :         .hash = -1,
   87371             :         .state = {
   87372             :             .kind = 1,
   87373             :             .compact = 1,
   87374             :             .ascii = 1,
   87375             :         },
   87376             :     },
   87377             :     ._data = "\x20\x44\x2e\x75\x70\x64\x61\x74\x65\x28\x5b\x45\x2c\x20\x5d\x2a\x2a\x46\x29\x20\x2d\x3e\x20\x4e\x6f\x6e\x65\x2e\x20\x20\x55\x70\x64\x61\x74\x65\x20\x44\x20\x66\x72\x6f\x6d\x20\x6d\x61\x70\x70\x69\x6e\x67\x2f\x69\x74\x65\x72\x61\x62\x6c\x65\x20\x45\x20\x61\x6e\x64\x20\x46\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x45\x20\x70\x72\x65\x73\x65\x6e\x74\x20\x61\x6e\x64\x20\x68\x61\x73\x20\x61\x20\x2e\x6b\x65\x79\x73\x28\x29\x20\x6d\x65\x74\x68\x6f\x64\x2c\x20\x64\x6f\x65\x73\x3a\x20\x20\x20\x20\x20\x66\x6f\x72\x20\x6b\x20\x69\x6e\x20\x45\x3a\x20\x44\x5b\x6b\x5d\x20\x3d\x20\x45\x5b\x6b\x5d\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x45\x20\x70\x72\x65\x73\x65\x6e\x74\x20\x61\x6e\x64\x20\x6c\x61\x63\x6b\x73\x20\x2e\x6b\x65\x79\x73\x28\x29\x20\x6d\x65\x74\x68\x6f\x64\x2c\x20\x64\x6f\x65\x73\x3a\x20\x20\x20\x20\x20\x66\x6f\x72\x20\x28\x6b\x2c\x20\x76\x29\x20\x69\x6e\x20\x45\x3a\x20\x44\x5b\x6b\x5d\x20\x3d\x20\x76\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6e\x20\x65\x69\x74\x68\x65\x72\x20\x63\x61\x73\x65\x2c\x20\x74\x68\x69\x73\x20\x69\x73\x20\x66\x6f\x6c\x6c\x6f\x77\x65\x64\x20\x62\x79\x3a\x20\x66\x6f\x72\x20\x6b\x2c\x20\x76\x20\x69\x6e\x20\x46\x2e\x69\x74\x65\x6d\x73\x28\x29\x3a\x20\x44\x5b\x6b\x5d\x20\x3d\x20\x76\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   87378             : };
   87379             : static
   87380             :     struct {
   87381             :         PyGC_Head _gc_head;
   87382             :         struct {
   87383             :             PyObject_VAR_HEAD
   87384             :             PyObject *ob_item[3];
   87385             :         }_object;
   87386             :     }
   87387             : _collections_abc_toplevel_consts_64_consts_8_consts = {
   87388             :     ._object = {
   87389             :         .ob_base = {
   87390             :             .ob_base = {
   87391             :                 .ob_refcnt = 999999999,
   87392             :                 .ob_type = &PyTuple_Type,
   87393             :             },
   87394             :             .ob_size = 3,
   87395             :         },
   87396             :         .ob_item = {
   87397             :             & _collections_abc_toplevel_consts_64_consts_8_consts_0._ascii.ob_base,
   87398             :             &_Py_ID(keys),
   87399             :             Py_None,
   87400             :         },
   87401             :     },
   87402             : };
   87403             : static
   87404             :     struct {
   87405             :         PyGC_Head _gc_head;
   87406             :         struct {
   87407             :             PyObject_VAR_HEAD
   87408             :             PyObject *ob_item[5];
   87409             :         }_object;
   87410             :     }
   87411             : _collections_abc_toplevel_consts_64_consts_8_names = {
   87412             :     ._object = {
   87413             :         .ob_base = {
   87414             :             .ob_base = {
   87415             :                 .ob_refcnt = 999999999,
   87416             :                 .ob_type = &PyTuple_Type,
   87417             :             },
   87418             :             .ob_size = 5,
   87419             :         },
   87420             :         .ob_item = {
   87421             :             &_Py_ID(isinstance),
   87422             :             & const_str_Mapping._ascii.ob_base,
   87423             :             & const_str_hasattr._ascii.ob_base,
   87424             :             &_Py_ID(keys),
   87425             :             &_Py_ID(items),
   87426             :         },
   87427             :     },
   87428             : };
   87429             : static
   87430             :     struct {
   87431             :         PyASCIIObject _ascii;
   87432             :         uint8_t _data[22];
   87433             :     }
   87434             : _collections_abc_toplevel_consts_64_consts_8_qualname = {
   87435             :     ._ascii = {
   87436             :         .ob_base = {
   87437             :             .ob_refcnt = 999999999,
   87438             :             .ob_type = &PyUnicode_Type,
   87439             :         },
   87440             :         .length = 21,
   87441             :         .hash = -1,
   87442             :         .state = {
   87443             :             .kind = 1,
   87444             :             .compact = 1,
   87445             :             .ascii = 1,
   87446             :         },
   87447             :     },
   87448             :     ._data = "MutableMapping.update",
   87449             : };
   87450             : static
   87451             :     struct {
   87452             :         PyObject_VAR_HEAD
   87453             :         Py_hash_t ob_shash;
   87454             :         char ob_sval[189];
   87455             :     }
   87456             : _collections_abc_toplevel_consts_64_consts_8_linetable = {
   87457             :     .ob_base = {
   87458             :         .ob_base = {
   87459             :             .ob_refcnt = 999999999,
   87460             :             .ob_type = &PyBytes_Type,
   87461             :         },
   87462             :         .ob_size = 188,
   87463             :     },
   87464             :     .ob_shash = -1,
   87465             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x16\x90\x65\x9d\x57\xd4\x0b\x25\xf0\x00\x08\x09\x22\xd8\x17\x1c\xf0\x00\x01\x0d\x27\xf1\x00\x01\x0d\x27\x90\x03\xd8\x1c\x21\xa0\x23\x9c\x4a\x90\x04\x90\x53\x91\x09\x90\x09\xf0\x03\x01\x0d\x27\xe5\x0d\x14\x90\x55\x98\x46\xd4\x0d\x23\xf0\x00\x05\x09\x22\xd8\x17\x1c\x97\x7a\x91\x7a\x94\x7c\xf0\x00\x01\x0d\x27\xf1\x00\x01\x0d\x27\x90\x03\xd8\x1c\x21\xa0\x23\x9c\x4a\x90\x04\x90\x53\x91\x09\x90\x09\xf0\x03\x01\x0d\x27\xf0\x06\x00\x1f\x24\xf0\x00\x01\x0d\x22\xf1\x00\x01\x0d\x22\x91\x0a\x90\x03\x90\x55\xd8\x1c\x21\x90\x04\x90\x53\x91\x09\x90\x09\xd8\x1a\x1e\x9f\x2a\x99\x2a\x9c\x2c\xf0\x00\x01\x09\x1e\xf1\x00\x01\x09\x1e\x89\x4a\x88\x43\x90\x15\xd8\x18\x1d\x88\x44\x90\x13\x89\x49\x88\x49\xf0\x03\x01\x09\x1e\xf0\x00\x01\x09\x1e",
   87466             : };
   87467             : static
   87468             :     struct {
   87469             :         PyGC_Head _gc_head;
   87470             :         struct {
   87471             :             PyObject_VAR_HEAD
   87472             :             PyObject *ob_item[5];
   87473             :         }_object;
   87474             :     }
   87475             : _collections_abc_toplevel_consts_64_consts_8_localsplusnames = {
   87476             :     ._object = {
   87477             :         .ob_base = {
   87478             :             .ob_base = {
   87479             :                 .ob_refcnt = 999999999,
   87480             :                 .ob_type = &PyTuple_Type,
   87481             :             },
   87482             :             .ob_size = 5,
   87483             :         },
   87484             :         .ob_item = {
   87485             :             & const_str_self._ascii.ob_base,
   87486             :             & const_str_other._ascii.ob_base,
   87487             :             & const_str_kwds._ascii.ob_base,
   87488             :             & const_str_key._ascii.ob_base,
   87489             :             & const_str_value._ascii.ob_base,
   87490             :         },
   87491             :     },
   87492             : };
   87493             : static
   87494             :     struct _PyCode_DEF(260)
   87495             : _collections_abc_toplevel_consts_64_consts_8 = {
   87496             :     .ob_base = {
   87497             :         .ob_base = {
   87498             :             .ob_refcnt = 999999999,
   87499             :             .ob_type = &PyCode_Type,
   87500             :         },
   87501             :         .ob_size = 130,
   87502             :     },
   87503             :     .co_consts = & _collections_abc_toplevel_consts_64_consts_8_consts._object.ob_base.ob_base,
   87504             :     .co_names = & _collections_abc_toplevel_consts_64_consts_8_names._object.ob_base.ob_base,
   87505             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   87506             :     .co_flags = 11,
   87507             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   87508             :     ._co_linearray_entry_size = 0,
   87509             :     .co_argcount = 2,
   87510             :     .co_posonlyargcount = 2,
   87511             :     .co_kwonlyargcount = 0,
   87512             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   87513             :     .co_stacksize = 4,
   87514             :     .co_firstlineno = 967,
   87515             :     .co_nlocalsplus = 5,
   87516             :     .co_nlocals = 5,
   87517             :     .co_nplaincellvars = 0,
   87518             :     .co_ncellvars = 0,
   87519             :     .co_nfreevars = 0,
   87520             :     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_8_localsplusnames._object.ob_base.ob_base,
   87521             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   87522             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   87523             :     .co_name = & const_str_update._ascii.ob_base,
   87524             :     .co_qualname = & _collections_abc_toplevel_consts_64_consts_8_qualname._ascii.ob_base,
   87525             :     .co_linetable = & _collections_abc_toplevel_consts_64_consts_8_linetable.ob_base.ob_base,
   87526             :     ._co_code = NULL,
   87527             :     ._co_linearray = NULL,
   87528             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x01\x44\x00\x5d\x0d\x00\x00\x7d\x03\x7c\x01\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0f\x6e\x3d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x21\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0d\x00\x00\x7d\x03\x7c\x01\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0f\x6e\x0e\x7c\x01\x44\x00\x5d\x0a\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0c\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0a\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0c\x64\x02\x53\x00",
   87529             :     ._co_firsttraceable = 0,
   87530             : };
   87531             : static
   87532             :     struct {
   87533             :         PyASCIIObject _ascii;
   87534             :         uint8_t _data[65];
   87535             :     }
   87536             : _collections_abc_toplevel_consts_64_consts_10_consts_0 = {
   87537             :     ._ascii = {
   87538             :         .ob_base = {
   87539             :             .ob_refcnt = 999999999,
   87540             :             .ob_type = &PyUnicode_Type,
   87541             :         },
   87542             :         .length = 64,
   87543             :         .hash = -1,
   87544             :         .state = {
   87545             :             .kind = 1,
   87546             :             .compact = 1,
   87547             :             .ascii = 1,
   87548             :         },
   87549             :     },
   87550             :     ._data = "D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D",
   87551             : };
   87552             : static
   87553             :     struct {
   87554             :         PyGC_Head _gc_head;
   87555             :         struct {
   87556             :             PyObject_VAR_HEAD
   87557             :             PyObject *ob_item[1];
   87558             :         }_object;
   87559             :     }
   87560             : _collections_abc_toplevel_consts_64_consts_10_consts = {
   87561             :     ._object = {
   87562             :         .ob_base = {
   87563             :             .ob_base = {
   87564             :                 .ob_refcnt = 999999999,
   87565             :                 .ob_type = &PyTuple_Type,
   87566             :             },
   87567             :             .ob_size = 1,
   87568             :         },
   87569             :         .ob_item = {
   87570             :             & _collections_abc_toplevel_consts_64_consts_10_consts_0._ascii.ob_base,
   87571             :         },
   87572             :     },
   87573             : };
   87574             : static
   87575             :     struct {
   87576             :         PyASCIIObject _ascii;
   87577             :         uint8_t _data[11];
   87578             :     }
   87579             : const_str_setdefault = {
   87580             :     ._ascii = {
   87581             :         .ob_base = {
   87582             :             .ob_refcnt = 999999999,
   87583             :             .ob_type = &PyUnicode_Type,
   87584             :         },
   87585             :         .length = 10,
   87586             :         .hash = -1,
   87587             :         .state = {
   87588             :             .kind = 1,
   87589             :             .compact = 1,
   87590             :             .ascii = 1,
   87591             :         },
   87592             :     },
   87593             :     ._data = "setdefault",
   87594             : };
   87595             : static
   87596             :     struct {
   87597             :         PyASCIIObject _ascii;
   87598             :         uint8_t _data[26];
   87599             :     }
   87600             : _collections_abc_toplevel_consts_64_consts_10_qualname = {
   87601             :     ._ascii = {
   87602             :         .ob_base = {
   87603             :             .ob_refcnt = 999999999,
   87604             :             .ob_type = &PyUnicode_Type,
   87605             :         },
   87606             :         .length = 25,
   87607             :         .hash = -1,
   87608             :         .state = {
   87609             :             .kind = 1,
   87610             :             .compact = 1,
   87611             :             .ascii = 1,
   87612             :         },
   87613             :     },
   87614             :     ._data = "MutableMapping.setdefault",
   87615             : };
   87616             : static
   87617             :     struct {
   87618             :         PyObject_VAR_HEAD
   87619             :         Py_hash_t ob_shash;
   87620             :         char ob_sval[63];
   87621             :     }
   87622             : _collections_abc_toplevel_consts_64_consts_10_linetable = {
   87623             :     .ob_base = {
   87624             :         .ob_base = {
   87625             :             .ob_refcnt = 999999999,
   87626             :             .ob_type = &PyBytes_Type,
   87627             :         },
   87628             :         .ob_size = 62,
   87629             :     },
   87630             :     .ob_shash = -1,
   87631             :     .ob_sval = "\x80\x00\xf0\x04\x03\x09\x20\xd8\x13\x17\x98\x03\x94\x39\xd0\x0c\x1c\xf8\xdd\x0f\x17\xf0\x00\x01\x09\x20\xf0\x00\x01\x09\x20\xf0\x00\x01\x09\x20\xd8\x18\x1f\x88\x44\x90\x13\x89\x49\x88\x49\x88\x49\xf0\x03\x01\x09\x20\xf8\xf8\xf8\xe0\x0f\x16\x88\x0e",
   87632             : };
   87633             : static
   87634             :     struct {
   87635             :         PyObject_VAR_HEAD
   87636             :         Py_hash_t ob_shash;
   87637             :         char ob_sval[13];
   87638             :     }
   87639             : _collections_abc_toplevel_consts_64_consts_10_exceptiontable = {
   87640             :     .ob_base = {
   87641             :         .ob_base = {
   87642             :             .ob_refcnt = 999999999,
   87643             :             .ob_type = &PyBytes_Type,
   87644             :         },
   87645             :         .ob_size = 12,
   87646             :     },
   87647             :     .ob_shash = -1,
   87648             :     .ob_sval = "\x82\x07\x0a\x00\x8a\x0f\x1c\x03\x9b\x01\x1c\x03",
   87649             : };
   87650             : static
   87651             :     struct _PyCode_DEF(66)
   87652             : _collections_abc_toplevel_consts_64_consts_10 = {
   87653             :     .ob_base = {
   87654             :         .ob_base = {
   87655             :             .ob_refcnt = 999999999,
   87656             :             .ob_type = &PyCode_Type,
   87657             :         },
   87658             :         .ob_size = 33,
   87659             :     },
   87660             :     .co_consts = & _collections_abc_toplevel_consts_64_consts_10_consts._object.ob_base.ob_base,
   87661             :     .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
   87662             :     .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_10_exceptiontable.ob_base.ob_base,
   87663             :     .co_flags = 3,
   87664             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   87665             :     ._co_linearray_entry_size = 0,
   87666             :     .co_argcount = 3,
   87667             :     .co_posonlyargcount = 0,
   87668             :     .co_kwonlyargcount = 0,
   87669             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   87670             :     .co_stacksize = 4,
   87671             :     .co_firstlineno = 985,
   87672             :     .co_nlocalsplus = 3,
   87673             :     .co_nlocals = 3,
   87674             :     .co_nplaincellvars = 0,
   87675             :     .co_ncellvars = 0,
   87676             :     .co_nfreevars = 0,
   87677             :     .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_6_localsplusnames._object.ob_base.ob_base,
   87678             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   87679             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   87680             :     .co_name = & const_str_setdefault._ascii.ob_base,
   87681             :     .co_qualname = & _collections_abc_toplevel_consts_64_consts_10_qualname._ascii.ob_base,
   87682             :     .co_linetable = & _collections_abc_toplevel_consts_64_consts_10_linetable.ob_base.ob_base,
   87683             :     ._co_code = NULL,
   87684             :     ._co_linearray = NULL,
   87685             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x08\x01\x00\x7c\x02\x7c\x00\x7c\x01\x3c\x00\x00\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x02\x53\x00",
   87686             :     ._co_firsttraceable = 0,
   87687             : };
   87688             : static
   87689             :     struct {
   87690             :         PyGC_Head _gc_head;
   87691             :         struct {
   87692             :             PyObject_VAR_HEAD
   87693             :             PyObject *ob_item[1];
   87694             :         }_object;
   87695             :     }
   87696             : _collections_abc_toplevel_consts_64_consts_11 = {
   87697             :     ._object = {
   87698             :         .ob_base = {
   87699             :             .ob_base = {
   87700             :                 .ob_refcnt = 999999999,
   87701             :                 .ob_type = &PyTuple_Type,
   87702             :             },
   87703             :             .ob_size = 1,
   87704             :         },
   87705             :         .ob_item = {
   87706             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   87707             :         },
   87708             :     },
   87709             : };
   87710             : static
   87711             :     struct {
   87712             :         PyGC_Head _gc_head;
   87713             :         struct {
   87714             :             PyObject_VAR_HEAD
   87715             :             PyObject *ob_item[13];
   87716             :         }_object;
   87717             :     }
   87718             : _collections_abc_toplevel_consts_64_consts = {
   87719             :     ._object = {
   87720             :         .ob_base = {
   87721             :             .ob_base = {
   87722             :                 .ob_refcnt = 999999999,
   87723             :                 .ob_type = &PyTuple_Type,
   87724             :             },
   87725             :             .ob_size = 13,
   87726             :         },
   87727             :         .ob_item = {
   87728             :             & const_str_MutableMapping._ascii.ob_base,
   87729             :             & _collections_abc_toplevel_consts_64_consts_1._ascii.ob_base,
   87730             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   87731             :             & _collections_abc_toplevel_consts_64_consts_3.ob_base.ob_base,
   87732             :             & _collections_abc_toplevel_consts_64_consts_4.ob_base.ob_base,
   87733             :             & _collections_abc_toplevel_consts_64_consts_5.ob_base.ob_base,
   87734             :             & _collections_abc_toplevel_consts_64_consts_6.ob_base.ob_base,
   87735             :             & _collections_abc_toplevel_consts_64_consts_7.ob_base.ob_base,
   87736             :             & _collections_abc_toplevel_consts_64_consts_8.ob_base.ob_base,
   87737             :             Py_None,
   87738             :             & _collections_abc_toplevel_consts_64_consts_10.ob_base.ob_base,
   87739             :             & _collections_abc_toplevel_consts_64_consts_11._object.ob_base.ob_base,
   87740             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   87741             :         },
   87742             :     },
   87743             : };
   87744             : static
   87745             :     struct {
   87746             :         PyGC_Head _gc_head;
   87747             :         struct {
   87748             :             PyObject_VAR_HEAD
   87749             :             PyObject *ob_item[15];
   87750             :         }_object;
   87751             :     }
   87752             : _collections_abc_toplevel_consts_64_names = {
   87753             :     ._object = {
   87754             :         .ob_base = {
   87755             :             .ob_base = {
   87756             :                 .ob_refcnt = 999999999,
   87757             :                 .ob_type = &PyTuple_Type,
   87758             :             },
   87759             :             .ob_size = 15,
   87760             :         },
   87761             :         .ob_item = {
   87762             :             &_Py_ID(__name__),
   87763             :             &_Py_ID(__module__),
   87764             :             &_Py_ID(__qualname__),
   87765             :             &_Py_ID(__doc__),
   87766             :             &_Py_ID(__slots__),
   87767             :             & const_str_abstractmethod._ascii.ob_base,
   87768             :             &_Py_ID(__setitem__),
   87769             :             &_Py_ID(__delitem__),
   87770             :             & const_str_object._ascii.ob_base,
   87771             :             & const_str__MutableMapping__marker._ascii.ob_base,
   87772             :             & const_str_pop._ascii.ob_base,
   87773             :             & const_str_popitem._ascii.ob_base,
   87774             :             &_Py_ID(clear),
   87775             :             & const_str_update._ascii.ob_base,
   87776             :             & const_str_setdefault._ascii.ob_base,
   87777             :         },
   87778             :     },
   87779             : };
   87780             : static
   87781             :     struct {
   87782             :         PyObject_VAR_HEAD
   87783             :         Py_hash_t ob_shash;
   87784             :         char ob_sval[190];
   87785             :     }
   87786             : _collections_abc_toplevel_consts_64_linetable = {
   87787             :     .ob_base = {
   87788             :         .ob_base = {
   87789             :             .ob_refcnt = 999999999,
   87790             :             .ob_type = &PyBytes_Type,
   87791             :         },
   87792             :         .ob_size = 189,
   87793             :     },
   87794             :     .ob_shash = -1,
   87795             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x06\x05\x08\xf0\x00\x06\x05\x08\xf0\x10\x00\x11\x13\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x06\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x06\x00\x10\x16\x88\x76\x8c\x78\x80\x48\xe0\x1f\x27\xf0\x00\x0c\x05\x19\xf0\x00\x0c\x05\x19\xf0\x00\x0c\x05\x19\xf0\x00\x0c\x05\x19\xf0\x1c\x0a\x05\x1a\xf0\x00\x0a\x05\x1a\xf0\x00\x0a\x05\x1a\xf0\x18\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x10\x00\x1c\x1e\xf0\x00\x10\x05\x1e\xf0\x00\x10\x05\x1e\xf0\x00\x10\x05\x1e\xf0\x24\x00\x27\x2b\xf0\x00\x06\x05\x17\xf0\x00\x06\x05\x17\xf0\x00\x06\x05\x17\xf0\x00\x06\x05\x17\xf0\x00\x06\x05\x17",
   87796             : };
   87797             : static
   87798             :     struct _PyCode_DEF(112)
   87799             : _collections_abc_toplevel_consts_64 = {
   87800             :     .ob_base = {
   87801             :         .ob_base = {
   87802             :             .ob_refcnt = 999999999,
   87803             :             .ob_type = &PyCode_Type,
   87804             :         },
   87805             :         .ob_size = 56,
   87806             :     },
   87807             :     .co_consts = & _collections_abc_toplevel_consts_64_consts._object.ob_base.ob_base,
   87808             :     .co_names = & _collections_abc_toplevel_consts_64_names._object.ob_base.ob_base,
   87809             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   87810             :     .co_flags = 0,
   87811             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   87812             :     ._co_linearray_entry_size = 0,
   87813             :     .co_argcount = 0,
   87814             :     .co_posonlyargcount = 0,
   87815             :     .co_kwonlyargcount = 0,
   87816             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   87817             :     .co_stacksize = 2,
   87818             :     .co_firstlineno = 912,
   87819             :     .co_nlocalsplus = 0,
   87820             :     .co_nlocals = 0,
   87821             :     .co_nplaincellvars = 0,
   87822             :     .co_ncellvars = 0,
   87823             :     .co_nfreevars = 0,
   87824             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   87825             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   87826             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   87827             :     .co_name = & const_str_MutableMapping._ascii.ob_base,
   87828             :     .co_qualname = & const_str_MutableMapping._ascii.ob_base,
   87829             :     .co_linetable = & _collections_abc_toplevel_consts_64_linetable.ob_base.ob_base,
   87830             :     ._co_code = NULL,
   87831             :     ._co_linearray = NULL,
   87832             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x09\x66\x01\x64\x05\x84\x01\x5a\x0a\x64\x06\x84\x00\x5a\x0b\x64\x07\x84\x00\x5a\x0c\x64\x0b\x64\x08\x84\x01\x5a\x0d\x64\x0c\x64\x0a\x84\x01\x5a\x0e\x64\x09\x53\x00",
   87833             :     ._co_firsttraceable = 0,
   87834             : };
   87835             : static
   87836             :     struct {
   87837             :         PyASCIIObject _ascii;
   87838             :         uint8_t _data[139];
   87839             :     }
   87840             : _collections_abc_toplevel_consts_66_consts_1 = {
   87841             :     ._ascii = {
   87842             :         .ob_base = {
   87843             :             .ob_refcnt = 999999999,
   87844             :             .ob_type = &PyUnicode_Type,
   87845             :         },
   87846             :         .length = 138,
   87847             :         .hash = -1,
   87848             :         .state = {
   87849             :             .kind = 1,
   87850             :             .compact = 1,
   87851             :             .ascii = 1,
   87852             :         },
   87853             :     },
   87854             :     ._data = "\x41\x6c\x6c\x20\x74\x68\x65\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x73\x20\x6f\x6e\x20\x61\x20\x72\x65\x61\x64\x2d\x6f\x6e\x6c\x79\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x43\x6f\x6e\x63\x72\x65\x74\x65\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x65\x73\x20\x6d\x75\x73\x74\x20\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x5f\x5f\x6e\x65\x77\x5f\x5f\x20\x6f\x72\x20\x5f\x5f\x69\x6e\x69\x74\x5f\x5f\x2c\x0a\x20\x20\x20\x20\x5f\x5f\x67\x65\x74\x69\x74\x65\x6d\x5f\x5f\x2c\x20\x61\x6e\x64\x20\x5f\x5f\x6c\x65\x6e\x5f\x5f\x2e\x0a\x20\x20\x20\x20",
   87855             : };
   87856             : static
   87857             :     struct {
   87858             :         PyGC_Head _gc_head;
   87859             :         struct {
   87860             :             PyObject_VAR_HEAD
   87861             :             PyObject *ob_item[1];
   87862             :         }_object;
   87863             :     }
   87864             : _collections_abc_toplevel_consts_66_consts_4_names = {
   87865             :     ._object = {
   87866             :         .ob_base = {
   87867             :             .ob_base = {
   87868             :                 .ob_refcnt = 999999999,
   87869             :                 .ob_type = &PyTuple_Type,
   87870             :             },
   87871             :             .ob_size = 1,
   87872             :         },
   87873             :         .ob_item = {
   87874             :             & const_str_IndexError._ascii.ob_base,
   87875             :         },
   87876             :     },
   87877             : };
   87878             : static
   87879             :     struct {
   87880             :         PyASCIIObject _ascii;
   87881             :         uint8_t _data[21];
   87882             :     }
   87883             : _collections_abc_toplevel_consts_66_consts_4_qualname = {
   87884             :     ._ascii = {
   87885             :         .ob_base = {
   87886             :             .ob_refcnt = 999999999,
   87887             :             .ob_type = &PyUnicode_Type,
   87888             :         },
   87889             :         .length = 20,
   87890             :         .hash = -1,
   87891             :         .state = {
   87892             :             .kind = 1,
   87893             :             .compact = 1,
   87894             :             .ascii = 1,
   87895             :         },
   87896             :     },
   87897             :     ._data = "Sequence.__getitem__",
   87898             : };
   87899             : static
   87900             :     struct {
   87901             :         PyObject_VAR_HEAD
   87902             :         Py_hash_t ob_shash;
   87903             :         char ob_sval[9];
   87904             :     }
   87905             : _collections_abc_toplevel_consts_66_consts_4_linetable = {
   87906             :     .ob_base = {
   87907             :         .ob_base = {
   87908             :             .ob_refcnt = 999999999,
   87909             :             .ob_type = &PyBytes_Type,
   87910             :         },
   87911             :         .ob_size = 8,
   87912             :     },
   87913             :     .ob_shash = -1,
   87914             :     .ob_sval = "\x80\x00\xe5\x0e\x18\xd0\x08\x18",
   87915             : };
   87916             : static
   87917             :     struct _PyCode_DEF(16)
   87918             : _collections_abc_toplevel_consts_66_consts_4 = {
   87919             :     .ob_base = {
   87920             :         .ob_base = {
   87921             :             .ob_refcnt = 999999999,
   87922             :             .ob_type = &PyCode_Type,
   87923             :         },
   87924             :         .ob_size = 8,
   87925             :     },
   87926             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   87927             :     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
   87928             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   87929             :     .co_flags = 3,
   87930             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   87931             :     ._co_linearray_entry_size = 0,
   87932             :     .co_argcount = 2,
   87933             :     .co_posonlyargcount = 0,
   87934             :     .co_kwonlyargcount = 0,
   87935             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   87936             :     .co_stacksize = 1,
   87937             :     .co_firstlineno = 1011,
   87938             :     .co_nlocalsplus = 2,
   87939             :     .co_nlocals = 2,
   87940             :     .co_nplaincellvars = 0,
   87941             :     .co_ncellvars = 0,
   87942             :     .co_nfreevars = 0,
   87943             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
   87944             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   87945             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   87946             :     .co_name = &_Py_ID(__getitem__),
   87947             :     .co_qualname = & _collections_abc_toplevel_consts_66_consts_4_qualname._ascii.ob_base,
   87948             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
   87949             :     ._co_code = NULL,
   87950             :     ._co_linearray = NULL,
   87951             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   87952             :     ._co_firsttraceable = 0,
   87953             : };
   87954             : static
   87955             :     struct {
   87956             :         PyGC_Head _gc_head;
   87957             :         struct {
   87958             :             PyObject_VAR_HEAD
   87959             :             PyObject *ob_item[4];
   87960             :         }_object;
   87961             :     }
   87962             : _collections_abc_toplevel_consts_66_consts_5_consts = {
   87963             :     ._object = {
   87964             :         .ob_base = {
   87965             :             .ob_base = {
   87966             :                 .ob_refcnt = 999999999,
   87967             :                 .ob_type = &PyTuple_Type,
   87968             :             },
   87969             :             .ob_size = 4,
   87970             :         },
   87971             :         .ob_item = {
   87972             :             Py_None,
   87973             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   87974             :             Py_True,
   87975             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   87976             :         },
   87977             :     },
   87978             : };
   87979             : static
   87980             :     struct {
   87981             :         PyASCIIObject _ascii;
   87982             :         uint8_t _data[18];
   87983             :     }
   87984             : _collections_abc_toplevel_consts_66_consts_5_qualname = {
   87985             :     ._ascii = {
   87986             :         .ob_base = {
   87987             :             .ob_refcnt = 999999999,
   87988             :             .ob_type = &PyUnicode_Type,
   87989             :         },
   87990             :         .length = 17,
   87991             :         .hash = -1,
   87992             :         .state = {
   87993             :             .kind = 1,
   87994             :             .compact = 1,
   87995             :             .ascii = 1,
   87996             :         },
   87997             :     },
   87998             :     ._data = "Sequence.__iter__",
   87999             : };
   88000             : static
   88001             :     struct {
   88002             :         PyObject_VAR_HEAD
   88003             :         Py_hash_t ob_shash;
   88004             :         char ob_sval[88];
   88005             :     }
   88006             : _collections_abc_toplevel_consts_66_consts_5_linetable = {
   88007             :     .ob_base = {
   88008             :         .ob_base = {
   88009             :             .ob_refcnt = 999999999,
   88010             :             .ob_type = &PyBytes_Type,
   88011             :         },
   88012             :         .ob_size = 87,
   88013             :     },
   88014             :     .ob_shash = -1,
   88015             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x0c\x0d\x88\x01\xf0\x02\x06\x09\x13\xd8\x12\x16\xd8\x14\x18\x98\x11\x94\x47\x90\x01\xd8\x16\x17\x90\x07\x90\x07\x90\x07\xd8\x10\x11\x90\x51\x91\x06\x90\x01\xf0\x07\x00\x13\x17\xf8\xf5\x08\x00\x10\x1a\xf0\x00\x01\x09\x13\xf0\x00\x01\x09\x13\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\x88\x46\xf0\x03\x01\x09\x13\xf8\xf8\xf8",
   88016             : };
   88017             : static
   88018             :     struct {
   88019             :         PyObject_VAR_HEAD
   88020             :         Py_hash_t ob_shash;
   88021             :         char ob_sval[13];
   88022             :     }
   88023             : _collections_abc_toplevel_consts_66_consts_5_exceptiontable = {
   88024             :     .ob_base = {
   88025             :         .ob_base = {
   88026             :             .ob_refcnt = 999999999,
   88027             :             .ob_type = &PyBytes_Type,
   88028             :         },
   88029             :         .ob_size = 12,
   88030             :     },
   88031             :     .ob_shash = -1,
   88032             :     .ob_sval = "\x86\x13\x19\x00\x99\x0a\x27\x03\xa6\x01\x27\x03",
   88033             : };
   88034             : static
   88035             :     struct {
   88036             :         PyGC_Head _gc_head;
   88037             :         struct {
   88038             :             PyObject_VAR_HEAD
   88039             :             PyObject *ob_item[3];
   88040             :         }_object;
   88041             :     }
   88042             : _collections_abc_toplevel_consts_66_consts_5_localsplusnames = {
   88043             :     ._object = {
   88044             :         .ob_base = {
   88045             :             .ob_base = {
   88046             :                 .ob_refcnt = 999999999,
   88047             :                 .ob_type = &PyTuple_Type,
   88048             :             },
   88049             :             .ob_size = 3,
   88050             :         },
   88051             :         .ob_item = {
   88052             :             & const_str_self._ascii.ob_base,
   88053             :             & const_str_i._ascii.ob_base,
   88054             :             & const_str_v._ascii.ob_base,
   88055             :         },
   88056             :     },
   88057             : };
   88058             : static
   88059             :     struct _PyCode_DEF(84)
   88060             : _collections_abc_toplevel_consts_66_consts_5 = {
   88061             :     .ob_base = {
   88062             :         .ob_base = {
   88063             :             .ob_refcnt = 999999999,
   88064             :             .ob_type = &PyCode_Type,
   88065             :         },
   88066             :         .ob_size = 42,
   88067             :     },
   88068             :     .co_consts = & _collections_abc_toplevel_consts_66_consts_5_consts._object.ob_base.ob_base,
   88069             :     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
   88070             :     .co_exceptiontable = & _collections_abc_toplevel_consts_66_consts_5_exceptiontable.ob_base.ob_base,
   88071             :     .co_flags = 35,
   88072             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   88073             :     ._co_linearray_entry_size = 0,
   88074             :     .co_argcount = 1,
   88075             :     .co_posonlyargcount = 0,
   88076             :     .co_kwonlyargcount = 0,
   88077             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   88078             :     .co_stacksize = 4,
   88079             :     .co_firstlineno = 1015,
   88080             :     .co_nlocalsplus = 3,
   88081             :     .co_nlocals = 3,
   88082             :     .co_nplaincellvars = 0,
   88083             :     .co_ncellvars = 0,
   88084             :     .co_nfreevars = 0,
   88085             :     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_5_localsplusnames._object.ob_base.ob_base,
   88086             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   88087             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   88088             :     .co_name = &_Py_ID(__iter__),
   88089             :     .co_qualname = & _collections_abc_toplevel_consts_66_consts_5_qualname._ascii.ob_base,
   88090             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_5_linetable.ob_base.ob_base,
   88091             :     ._co_code = NULL,
   88092             :     ._co_linearray = NULL,
   88093             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x01\x7d\x01\x09\x00\x09\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x96\x01\x97\x01\x01\x00\x7c\x01\x64\x03\x7a\x0d\x00\x00\x7d\x01\x8c\x12\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   88094             :     ._co_firsttraceable = 2,
   88095             : };
   88096             : static
   88097             :     struct {
   88098             :         PyASCIIObject _ascii;
   88099             :         uint8_t _data[22];
   88100             :     }
   88101             : _collections_abc_toplevel_consts_66_consts_6_qualname = {
   88102             :     ._ascii = {
   88103             :         .ob_base = {
   88104             :             .ob_refcnt = 999999999,
   88105             :             .ob_type = &PyUnicode_Type,
   88106             :         },
   88107             :         .length = 21,
   88108             :         .hash = -1,
   88109             :         .state = {
   88110             :             .kind = 1,
   88111             :             .compact = 1,
   88112             :             .ascii = 1,
   88113             :         },
   88114             :     },
   88115             :     ._data = "Sequence.__contains__",
   88116             : };
   88117             : static
   88118             :     struct {
   88119             :         PyObject_VAR_HEAD
   88120             :         Py_hash_t ob_shash;
   88121             :         char ob_sval[53];
   88122             :     }
   88123             : _collections_abc_toplevel_consts_66_consts_6_linetable = {
   88124             :     .ob_base = {
   88125             :         .ob_base = {
   88126             :             .ob_refcnt = 999999999,
   88127             :             .ob_type = &PyBytes_Type,
   88128             :         },
   88129             :         .ob_size = 52,
   88130             :     },
   88131             :     .ob_shash = -1,
   88132             :     .ob_sval = "\x80\x00\xd8\x11\x15\xf0\x00\x02\x09\x1c\xf1\x00\x02\x09\x1c\x88\x41\xd8\x0f\x10\x90\x45\x88\x7a\xf0\x00\x01\x0d\x1c\x98\x51\xa0\x25\x9a\x5a\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\x90\x74\xd8\x0f\x14\x88\x75",
   88133             : };
   88134             : static
   88135             :     struct {
   88136             :         PyGC_Head _gc_head;
   88137             :         struct {
   88138             :             PyObject_VAR_HEAD
   88139             :             PyObject *ob_item[3];
   88140             :         }_object;
   88141             :     }
   88142             : _collections_abc_toplevel_consts_66_consts_6_localsplusnames = {
   88143             :     ._object = {
   88144             :         .ob_base = {
   88145             :             .ob_base = {
   88146             :                 .ob_refcnt = 999999999,
   88147             :                 .ob_type = &PyTuple_Type,
   88148             :             },
   88149             :             .ob_size = 3,
   88150             :         },
   88151             :         .ob_item = {
   88152             :             & const_str_self._ascii.ob_base,
   88153             :             & const_str_value._ascii.ob_base,
   88154             :             & const_str_v._ascii.ob_base,
   88155             :         },
   88156             :     },
   88157             : };
   88158             : static
   88159             :     struct _PyCode_DEF(42)
   88160             : _collections_abc_toplevel_consts_66_consts_6 = {
   88161             :     .ob_base = {
   88162             :         .ob_base = {
   88163             :             .ob_refcnt = 999999999,
   88164             :             .ob_type = &PyCode_Type,
   88165             :         },
   88166             :         .ob_size = 21,
   88167             :     },
   88168             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
   88169             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   88170             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   88171             :     .co_flags = 3,
   88172             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   88173             :     ._co_linearray_entry_size = 0,
   88174             :     .co_argcount = 2,
   88175             :     .co_posonlyargcount = 0,
   88176             :     .co_kwonlyargcount = 0,
   88177             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   88178             :     .co_stacksize = 3,
   88179             :     .co_firstlineno = 1025,
   88180             :     .co_nlocalsplus = 3,
   88181             :     .co_nlocals = 3,
   88182             :     .co_nplaincellvars = 0,
   88183             :     .co_ncellvars = 0,
   88184             :     .co_nfreevars = 0,
   88185             :     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_6_localsplusnames._object.ob_base.ob_base,
   88186             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   88187             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   88188             :     .co_name = &_Py_ID(__contains__),
   88189             :     .co_qualname = & _collections_abc_toplevel_consts_66_consts_6_qualname._ascii.ob_base,
   88190             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_6_linetable.ob_base.ob_base,
   88191             :     ._co_code = NULL,
   88192             :     ._co_linearray = NULL,
   88193             :     .co_code_adaptive = "\x97\x00\x7c\x00\x44\x00\x5d\x0e\x00\x00\x7d\x02\x7c\x02\x7c\x01\x75\x00\x73\x06\x7c\x02\x7c\x01\x6b\x02\x00\x00\x00\x00\xaf\x0d\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
   88194             :     ._co_firsttraceable = 0,
   88195             : };
   88196             : static
   88197             :     struct {
   88198             :         PyASCIIObject _ascii;
   88199             :         uint8_t _data[6];
   88200             :     }
   88201             : const_str_range = {
   88202             :     ._ascii = {
   88203             :         .ob_base = {
   88204             :             .ob_refcnt = 999999999,
   88205             :             .ob_type = &PyUnicode_Type,
   88206             :         },
   88207             :         .length = 5,
   88208             :         .hash = -1,
   88209             :         .state = {
   88210             :             .kind = 1,
   88211             :             .compact = 1,
   88212             :             .ascii = 1,
   88213             :         },
   88214             :     },
   88215             :     ._data = "range",
   88216             : };
   88217             : static
   88218             :     struct {
   88219             :         PyGC_Head _gc_head;
   88220             :         struct {
   88221             :             PyObject_VAR_HEAD
   88222             :             PyObject *ob_item[3];
   88223             :         }_object;
   88224             :     }
   88225             : _collections_abc_toplevel_consts_66_consts_7_names = {
   88226             :     ._object = {
   88227             :         .ob_base = {
   88228             :             .ob_base = {
   88229             :                 .ob_refcnt = 999999999,
   88230             :                 .ob_type = &PyTuple_Type,
   88231             :             },
   88232             :             .ob_size = 3,
   88233             :         },
   88234             :         .ob_item = {
   88235             :             &_Py_ID(reversed),
   88236             :             & const_str_range._ascii.ob_base,
   88237             :             &_Py_ID(len),
   88238             :         },
   88239             :     },
   88240             : };
   88241             : static
   88242             :     struct {
   88243             :         PyASCIIObject _ascii;
   88244             :         uint8_t _data[22];
   88245             :     }
   88246             : _collections_abc_toplevel_consts_66_consts_7_qualname = {
   88247             :     ._ascii = {
   88248             :         .ob_base = {
   88249             :             .ob_refcnt = 999999999,
   88250             :             .ob_type = &PyUnicode_Type,
   88251             :         },
   88252             :         .length = 21,
   88253             :         .hash = -1,
   88254             :         .state = {
   88255             :             .kind = 1,
   88256             :             .compact = 1,
   88257             :             .ascii = 1,
   88258             :         },
   88259             :     },
   88260             :     ._data = "Sequence.__reversed__",
   88261             : };
   88262             : static
   88263             :     struct {
   88264             :         PyObject_VAR_HEAD
   88265             :         Py_hash_t ob_shash;
   88266             :         char ob_sval[61];
   88267             :     }
   88268             : _collections_abc_toplevel_consts_66_consts_7_linetable = {
   88269             :     .ob_base = {
   88270             :         .ob_base = {
   88271             :             .ob_refcnt = 999999999,
   88272             :             .ob_type = &PyBytes_Type,
   88273             :         },
   88274             :         .ob_size = 60,
   88275             :     },
   88276             :     .ob_shash = -1,
   88277             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xdd\x11\x19\x9d\x25\xa5\x03\xa0\x44\xa4\x09\xd4\x1a\x2a\xd4\x11\x2b\xf0\x00\x01\x09\x1a\xf1\x00\x01\x09\x1a\x88\x41\xd8\x12\x16\x90\x71\x94\x27\x88\x4d\x88\x4d\x88\x4d\x88\x4d\xf0\x03\x01\x09\x1a\xf0\x00\x01\x09\x1a",
   88278             : };
   88279             : static
   88280             :     struct {
   88281             :         PyGC_Head _gc_head;
   88282             :         struct {
   88283             :             PyObject_VAR_HEAD
   88284             :             PyObject *ob_item[2];
   88285             :         }_object;
   88286             :     }
   88287             : _collections_abc_toplevel_consts_66_consts_7_localsplusnames = {
   88288             :     ._object = {
   88289             :         .ob_base = {
   88290             :             .ob_base = {
   88291             :                 .ob_refcnt = 999999999,
   88292             :                 .ob_type = &PyTuple_Type,
   88293             :             },
   88294             :             .ob_size = 2,
   88295             :         },
   88296             :         .ob_item = {
   88297             :             & const_str_self._ascii.ob_base,
   88298             :             & const_str_i._ascii.ob_base,
   88299             :         },
   88300             :     },
   88301             : };
   88302             : static
   88303             :     struct _PyCode_DEF(108)
   88304             : _collections_abc_toplevel_consts_66_consts_7 = {
   88305             :     .ob_base = {
   88306             :         .ob_base = {
   88307             :             .ob_refcnt = 999999999,
   88308             :             .ob_type = &PyCode_Type,
   88309             :         },
   88310             :         .ob_size = 54,
   88311             :     },
   88312             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   88313             :     .co_names = & _collections_abc_toplevel_consts_66_consts_7_names._object.ob_base.ob_base,
   88314             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   88315             :     .co_flags = 35,
   88316             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   88317             :     ._co_linearray_entry_size = 0,
   88318             :     .co_argcount = 1,
   88319             :     .co_posonlyargcount = 0,
   88320             :     .co_kwonlyargcount = 0,
   88321             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   88322             :     .co_stacksize = 7,
   88323             :     .co_firstlineno = 1031,
   88324             :     .co_nlocalsplus = 2,
   88325             :     .co_nlocals = 2,
   88326             :     .co_nplaincellvars = 0,
   88327             :     .co_ncellvars = 0,
   88328             :     .co_nfreevars = 0,
   88329             :     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_7_localsplusnames._object.ob_base.ob_base,
   88330             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   88331             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   88332             :     .co_name = &_Py_ID(__reversed__),
   88333             :     .co_qualname = & _collections_abc_toplevel_consts_66_consts_7_qualname._ascii.ob_base,
   88334             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_7_linetable.ob_base.ob_base,
   88335             :     ._co_code = NULL,
   88336             :     ._co_linearray = NULL,
   88337             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x0e\x64\x00\x53\x00",
   88338             :     ._co_firsttraceable = 2,
   88339             : };
   88340             : static
   88341             :     struct {
   88342             :         PyASCIIObject _ascii;
   88343             :         uint8_t _data[231];
   88344             :     }
   88345             : _collections_abc_toplevel_consts_66_consts_10_consts_0 = {
   88346             :     ._ascii = {
   88347             :         .ob_base = {
   88348             :             .ob_refcnt = 999999999,
   88349             :             .ob_type = &PyUnicode_Type,
   88350             :         },
   88351             :         .length = 230,
   88352             :         .hash = -1,
   88353             :         .state = {
   88354             :             .kind = 1,
   88355             :             .compact = 1,
   88356             :             .ascii = 1,
   88357             :         },
   88358             :     },
   88359             :     ._data = "\x53\x2e\x69\x6e\x64\x65\x78\x28\x76\x61\x6c\x75\x65\x2c\x20\x5b\x73\x74\x61\x72\x74\x2c\x20\x5b\x73\x74\x6f\x70\x5d\x5d\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x20\x2d\x2d\x20\x72\x65\x74\x75\x72\x6e\x20\x66\x69\x72\x73\x74\x20\x69\x6e\x64\x65\x78\x20\x6f\x66\x20\x76\x61\x6c\x75\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x74\x68\x65\x20\x76\x61\x6c\x75\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x70\x72\x65\x73\x65\x6e\x74\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x53\x75\x70\x70\x6f\x72\x74\x69\x6e\x67\x20\x73\x74\x61\x72\x74\x20\x61\x6e\x64\x20\x73\x74\x6f\x70\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x69\x73\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x2c\x20\x62\x75\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x63\x6f\x6d\x6d\x65\x6e\x64\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   88360             : };
   88361             : static
   88362             :     struct {
   88363             :         PyGC_Head _gc_head;
   88364             :         struct {
   88365             :             PyObject_VAR_HEAD
   88366             :             PyObject *ob_item[4];
   88367             :         }_object;
   88368             :     }
   88369             : _collections_abc_toplevel_consts_66_consts_10_consts = {
   88370             :     ._object = {
   88371             :         .ob_base = {
   88372             :             .ob_base = {
   88373             :                 .ob_refcnt = 999999999,
   88374             :                 .ob_type = &PyTuple_Type,
   88375             :             },
   88376             :             .ob_size = 4,
   88377             :         },
   88378             :         .ob_item = {
   88379             :             & _collections_abc_toplevel_consts_66_consts_10_consts_0._ascii.ob_base,
   88380             :             Py_None,
   88381             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   88382             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   88383             :         },
   88384             :     },
   88385             : };
   88386             : static
   88387             :     struct {
   88388             :         PyGC_Head _gc_head;
   88389             :         struct {
   88390             :             PyObject_VAR_HEAD
   88391             :             PyObject *ob_item[4];
   88392             :         }_object;
   88393             :     }
   88394             : _collections_abc_toplevel_consts_66_consts_10_names = {
   88395             :     ._object = {
   88396             :         .ob_base = {
   88397             :             .ob_base = {
   88398             :                 .ob_refcnt = 999999999,
   88399             :                 .ob_type = &PyTuple_Type,
   88400             :             },
   88401             :             .ob_size = 4,
   88402             :         },
   88403             :         .ob_item = {
   88404             :             & const_str_max._ascii.ob_base,
   88405             :             &_Py_ID(len),
   88406             :             & const_str_IndexError._ascii.ob_base,
   88407             :             & const_str_ValueError._ascii.ob_base,
   88408             :         },
   88409             :     },
   88410             : };
   88411             : static
   88412             :     struct {
   88413             :         PyASCIIObject _ascii;
   88414             :         uint8_t _data[15];
   88415             :     }
   88416             : _collections_abc_toplevel_consts_66_consts_10_qualname = {
   88417             :     ._ascii = {
   88418             :         .ob_base = {
   88419             :             .ob_refcnt = 999999999,
   88420             :             .ob_type = &PyUnicode_Type,
   88421             :         },
   88422             :         .length = 14,
   88423             :         .hash = -1,
   88424             :         .state = {
   88425             :             .kind = 1,
   88426             :             .compact = 1,
   88427             :             .ascii = 1,
   88428             :         },
   88429             :     },
   88430             :     ._data = "Sequence.index",
   88431             : };
   88432             : static
   88433             :     struct {
   88434             :         PyObject_VAR_HEAD
   88435             :         Py_hash_t ob_shash;
   88436             :         char ob_sval[218];
   88437             :     }
   88438             : _collections_abc_toplevel_consts_66_consts_10_linetable = {
   88439             :     .ob_base = {
   88440             :         .ob_base = {
   88441             :             .ob_refcnt = 999999999,
   88442             :             .ob_type = &PyBytes_Type,
   88443             :         },
   88444             :         .ob_size = 217,
   88445             :     },
   88446             :     .ob_shash = -1,
   88447             :     .ob_sval = "\x80\x00\xf0\x0e\x00\x0c\x11\xf0\x00\x01\x09\x2e\xa0\x15\xa8\x11\xa2\x19\xf0\x00\x01\x09\x2e\xdd\x14\x17\x9d\x03\x98\x44\x9c\x09\xa0\x45\xd1\x18\x29\xa8\x31\xd4\x14\x2d\x88\x45\xd8\x0b\x0f\xf0\x00\x01\x09\x1e\xa0\x04\xa0\x71\xa2\x08\xf0\x00\x01\x09\x1e\xd8\x0c\x10\x95\x43\x98\x04\x94\x49\xd1\x0c\x1d\x88\x44\xe0\x0c\x11\x88\x01\xd8\x0e\x12\xf0\x00\x07\x09\x13\x98\x61\xa0\x24\x9a\x68\xf0\x00\x07\x09\x13\xf0\x02\x03\x0d\x16\xd8\x14\x18\x98\x11\x94\x47\x90\x01\xf0\x06\x00\x10\x11\x90\x45\x88\x7a\xf0\x00\x01\x0d\x19\x98\x51\xa0\x25\x9a\x5a\xf0\x00\x01\x0d\x19\xd8\x17\x18\x90\x08\xd8\x0c\x0d\x90\x11\x89\x46\x88\x41\xf0\x0f\x00\x0f\x13\xf0\x00\x07\x09\x13\x98\x61\xa0\x24\x9a\x68\xf0\x00\x07\x09\x13\xf5\x10\x00\x0f\x19\xd0\x08\x18\xf8\xf5\x0b\x00\x14\x1e\xf0\x00\x01\x0d\x16\xf0\x00\x01\x0d\x16\xf0\x00\x01\x0d\x16\xd8\x10\x15\x90\x05\xf0\x03\x01\x0d\x16\xf8\xf8\xf8",
   88448             : };
   88449             : static
   88450             :     struct {
   88451             :         PyObject_VAR_HEAD
   88452             :         Py_hash_t ob_shash;
   88453             :         char ob_sval[19];
   88454             :     }
   88455             : _collections_abc_toplevel_consts_66_consts_10_exceptiontable = {
   88456             :     .ob_base = {
   88457             :         .ob_base = {
   88458             :             .ob_refcnt = 999999999,
   88459             :             .ob_type = &PyBytes_Type,
   88460             :         },
   88461             :         .ob_size = 18,
   88462             :     },
   88463             :     .ob_shash = -1,
   88464             :     .ob_sval = "\xc1\x08\x08\x41\x30\x00\xc1\x30\x0a\x41\x3d\x03\xc1\x3c\x01\x41\x3d\x03",
   88465             : };
   88466             : static
   88467             :     struct {
   88468             :         PyASCIIObject _ascii;
   88469             :         uint8_t _data[5];
   88470             :     }
   88471             : const_str_stop = {
   88472             :     ._ascii = {
   88473             :         .ob_base = {
   88474             :             .ob_refcnt = 999999999,
   88475             :             .ob_type = &PyUnicode_Type,
   88476             :         },
   88477             :         .length = 4,
   88478             :         .hash = -1,
   88479             :         .state = {
   88480             :             .kind = 1,
   88481             :             .compact = 1,
   88482             :             .ascii = 1,
   88483             :         },
   88484             :     },
   88485             :     ._data = "stop",
   88486             : };
   88487             : static
   88488             :     struct {
   88489             :         PyGC_Head _gc_head;
   88490             :         struct {
   88491             :             PyObject_VAR_HEAD
   88492             :             PyObject *ob_item[6];
   88493             :         }_object;
   88494             :     }
   88495             : _collections_abc_toplevel_consts_66_consts_10_localsplusnames = {
   88496             :     ._object = {
   88497             :         .ob_base = {
   88498             :             .ob_base = {
   88499             :                 .ob_refcnt = 999999999,
   88500             :                 .ob_type = &PyTuple_Type,
   88501             :             },
   88502             :             .ob_size = 6,
   88503             :         },
   88504             :         .ob_item = {
   88505             :             & const_str_self._ascii.ob_base,
   88506             :             & const_str_value._ascii.ob_base,
   88507             :             & const_str_start._ascii.ob_base,
   88508             :             & const_str_stop._ascii.ob_base,
   88509             :             & const_str_i._ascii.ob_base,
   88510             :             & const_str_v._ascii.ob_base,
   88511             :         },
   88512             :     },
   88513             : };
   88514             : static
   88515             :     struct _PyCode_DEF(256)
   88516             : _collections_abc_toplevel_consts_66_consts_10 = {
   88517             :     .ob_base = {
   88518             :         .ob_base = {
   88519             :             .ob_refcnt = 999999999,
   88520             :             .ob_type = &PyCode_Type,
   88521             :         },
   88522             :         .ob_size = 128,
   88523             :     },
   88524             :     .co_consts = & _collections_abc_toplevel_consts_66_consts_10_consts._object.ob_base.ob_base,
   88525             :     .co_names = & _collections_abc_toplevel_consts_66_consts_10_names._object.ob_base.ob_base,
   88526             :     .co_exceptiontable = & _collections_abc_toplevel_consts_66_consts_10_exceptiontable.ob_base.ob_base,
   88527             :     .co_flags = 3,
   88528             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   88529             :     ._co_linearray_entry_size = 0,
   88530             :     .co_argcount = 4,
   88531             :     .co_posonlyargcount = 0,
   88532             :     .co_kwonlyargcount = 0,
   88533             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   88534             :     .co_stacksize = 5,
   88535             :     .co_firstlineno = 1035,
   88536             :     .co_nlocalsplus = 6,
   88537             :     .co_nlocals = 6,
   88538             :     .co_nplaincellvars = 0,
   88539             :     .co_ncellvars = 0,
   88540             :     .co_nfreevars = 0,
   88541             :     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_10_localsplusnames._object.ob_base.ob_base,
   88542             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   88543             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   88544             :     .co_name = & const_str_index._ascii.ob_base,
   88545             :     .co_qualname = & _collections_abc_toplevel_consts_66_consts_10_qualname._ascii.ob_base,
   88546             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_10_linetable.ob_base.ob_base,
   88547             :     ._co_code = NULL,
   88548             :     ._co_linearray = NULL,
   88549             :     .co_code_adaptive = "\x97\x00\x7c\x02\x81\x22\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x1c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7a\x00\x00\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x16\x7c\x03\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x10\x7c\x03\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x7d\x03\x7c\x02\x7d\x04\x7c\x03\x81\x06\x7c\x04\x7c\x03\x6b\x00\x00\x00\x00\x00\x72\x22\x09\x00\x7c\x00\x7c\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x7c\x01\x75\x00\x73\x06\x7c\x05\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x04\x53\x00\x7c\x04\x64\x03\x7a\x0d\x00\x00\x7d\x04\x7c\x03\xae\x1c\x7c\x04\x7c\x03\x6b\x00\x00\x00\x00\x00\xb0\x22\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x13\x77\x00\x78\x03\x59\x00\x77\x01",
   88550             :     ._co_firsttraceable = 0,
   88551             : };
   88552             : static
   88553             :     struct {
   88554             :         PyASCIIObject _ascii;
   88555             :         uint8_t _data[67];
   88556             :     }
   88557             : _collections_abc_toplevel_consts_66_consts_11_consts_0 = {
   88558             :     ._ascii = {
   88559             :         .ob_base = {
   88560             :             .ob_refcnt = 999999999,
   88561             :             .ob_type = &PyUnicode_Type,
   88562             :         },
   88563             :         .length = 66,
   88564             :         .hash = -1,
   88565             :         .state = {
   88566             :             .kind = 1,
   88567             :             .compact = 1,
   88568             :             .ascii = 1,
   88569             :         },
   88570             :     },
   88571             :     ._data = "S.count(value) -> integer -- return number of occurrences of value",
   88572             : };
   88573             : static
   88574             :     struct {
   88575             :         PyASCIIObject _ascii;
   88576             :         uint8_t _data[34];
   88577             :     }
   88578             : _collections_abc_toplevel_consts_66_consts_11_consts_1_qualname = {
   88579             :     ._ascii = {
   88580             :         .ob_base = {
   88581             :             .ob_refcnt = 999999999,
   88582             :             .ob_type = &PyUnicode_Type,
   88583             :         },
   88584             :         .length = 33,
   88585             :         .hash = -1,
   88586             :         .state = {
   88587             :             .kind = 1,
   88588             :             .compact = 1,
   88589             :             .ascii = 1,
   88590             :         },
   88591             :     },
   88592             :     ._data = "Sequence.count.<locals>.<genexpr>",
   88593             : };
   88594             : static
   88595             :     struct {
   88596             :         PyObject_VAR_HEAD
   88597             :         Py_hash_t ob_shash;
   88598             :         char ob_sval[54];
   88599             :     }
   88600             : _collections_abc_toplevel_consts_66_consts_11_consts_1_linetable = {
   88601             :     .ob_base = {
   88602             :         .ob_base = {
   88603             :             .ob_refcnt = 999999999,
   88604             :             .ob_type = &PyBytes_Type,
   88605             :         },
   88606             :         .ob_size = 53,
   88607             :     },
   88608             :     .ob_shash = -1,
   88609             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x12\x3f\xd1\x12\x3f\x98\x11\xa0\x61\xa8\x35\xa0\x6a\xd0\x12\x3f\xb0\x41\xb8\x15\xb2\x4a\xd0\x12\x3f\x90\x31\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f",
   88610             : };
   88611             : static
   88612             :     struct {
   88613             :         PyGC_Head _gc_head;
   88614             :         struct {
   88615             :             PyObject_VAR_HEAD
   88616             :             PyObject *ob_item[3];
   88617             :         }_object;
   88618             :     }
   88619             : _collections_abc_toplevel_consts_66_consts_11_consts_1_localsplusnames = {
   88620             :     ._object = {
   88621             :         .ob_base = {
   88622             :             .ob_base = {
   88623             :                 .ob_refcnt = 999999999,
   88624             :                 .ob_type = &PyTuple_Type,
   88625             :             },
   88626             :             .ob_size = 3,
   88627             :         },
   88628             :         .ob_item = {
   88629             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   88630             :             & const_str_v._ascii.ob_base,
   88631             :             & const_str_value._ascii.ob_base,
   88632             :         },
   88633             :     },
   88634             : };
   88635             : static
   88636             :     struct _PyCode_DEF(50)
   88637             : _collections_abc_toplevel_consts_66_consts_11_consts_1 = {
   88638             :     .ob_base = {
   88639             :         .ob_base = {
   88640             :             .ob_refcnt = 999999999,
   88641             :             .ob_type = &PyCode_Type,
   88642             :         },
   88643             :         .ob_size = 25,
   88644             :     },
   88645             :     .co_consts = & importlib__bootstrap_external_toplevel_consts_6_consts._object.ob_base.ob_base,
   88646             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   88647             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   88648             :     .co_flags = 51,
   88649             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   88650             :     ._co_linearray_entry_size = 0,
   88651             :     .co_argcount = 1,
   88652             :     .co_posonlyargcount = 0,
   88653             :     .co_kwonlyargcount = 0,
   88654             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   88655             :     .co_stacksize = 3,
   88656             :     .co_firstlineno = 1060,
   88657             :     .co_nlocalsplus = 3,
   88658             :     .co_nlocals = 2,
   88659             :     .co_nplaincellvars = 0,
   88660             :     .co_ncellvars = 0,
   88661             :     .co_nfreevars = 1,
   88662             :     .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_11_consts_1_localsplusnames._object.ob_base.ob_base,
   88663             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
   88664             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   88665             :     .co_name = &_Py_STR(anon_genexpr),
   88666             :     .co_qualname = & _collections_abc_toplevel_consts_66_consts_11_consts_1_qualname._ascii.ob_base,
   88667             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_11_consts_1_linetable.ob_base.ob_base,
   88668             :     ._co_code = NULL,
   88669             :     ._co_linearray = NULL,
   88670             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x10\x00\x00\x7d\x01\x7c\x01\x89\x02\x75\x00\x73\x06\x7c\x01\x89\x02\x6b\x02\x00\x00\x00\x00\xaf\x0d\x64\x00\x96\x02\x97\x01\x01\x00\x8c\x12\x64\x01\x53\x00",
   88671             :     ._co_firsttraceable = 3,
   88672             : };
   88673             : static
   88674             :     struct {
   88675             :         PyGC_Head _gc_head;
   88676             :         struct {
   88677             :             PyObject_VAR_HEAD
   88678             :             PyObject *ob_item[2];
   88679             :         }_object;
   88680             :     }
   88681             : _collections_abc_toplevel_consts_66_consts_11_consts = {
   88682             :     ._object = {
   88683             :         .ob_base = {
   88684             :             .ob_base = {
   88685             :                 .ob_refcnt = 999999999,
   88686             :                 .ob_type = &PyTuple_Type,
   88687             :             },
   88688             :             .ob_size = 2,
   88689             :         },
   88690             :         .ob_item = {
   88691             :             & _collections_abc_toplevel_consts_66_consts_11_consts_0._ascii.ob_base,
   88692             :             & _collections_abc_toplevel_consts_66_consts_11_consts_1.ob_base.ob_base,
   88693             :         },
   88694             :     },
   88695             : };
   88696             : static
   88697             :     struct {
   88698             :         PyASCIIObject _ascii;
   88699             :         uint8_t _data[4];
   88700             :     }
   88701             : const_str_sum = {
   88702             :     ._ascii = {
   88703             :         .ob_base = {
   88704             :             .ob_refcnt = 999999999,
   88705             :             .ob_type = &PyUnicode_Type,
   88706             :         },
   88707             :         .length = 3,
   88708             :         .hash = -1,
   88709             :         .state = {
   88710             :             .kind = 1,
   88711             :             .compact = 1,
   88712             :             .ascii = 1,
   88713             :         },
   88714             :     },
   88715             :     ._data = "sum",
   88716             : };
   88717             : static
   88718             :     struct {
   88719             :         PyGC_Head _gc_head;
   88720             :         struct {
   88721             :             PyObject_VAR_HEAD
   88722             :             PyObject *ob_item[1];
   88723             :         }_object;
   88724             :     }
   88725             : _collections_abc_toplevel_consts_66_consts_11_names = {
   88726             :     ._object = {
   88727             :         .ob_base = {
   88728             :             .ob_base = {
   88729             :                 .ob_refcnt = 999999999,
   88730             :                 .ob_type = &PyTuple_Type,
   88731             :             },
   88732             :             .ob_size = 1,
   88733             :         },
   88734             :         .ob_item = {
   88735             :             & const_str_sum._ascii.ob_base,
   88736             :         },
   88737             :     },
   88738             : };
   88739             : static
   88740             :     struct {
   88741             :         PyASCIIObject _ascii;
   88742             :         uint8_t _data[15];
   88743             :     }
   88744             : _collections_abc_toplevel_consts_66_consts_11_qualname = {
   88745             :     ._ascii = {
   88746             :         .ob_base = {
   88747             :             .ob_refcnt = 999999999,
   88748             :             .ob_type = &PyUnicode_Type,
   88749             :         },
   88750             :         .length = 14,
   88751             :         .hash = -1,
   88752             :         .state = {
   88753             :             .kind = 1,
   88754             :             .compact = 1,
   88755             :             .ascii = 1,
   88756             :         },
   88757             :     },
   88758             :     ._data = "Sequence.count",
   88759             : };
   88760             : static
   88761             :     struct {
   88762             :         PyObject_VAR_HEAD
   88763             :         Py_hash_t ob_shash;
   88764             :         char ob_sval[33];
   88765             :     }
   88766             : _collections_abc_toplevel_consts_66_consts_11_linetable = {
   88767             :     .ob_base = {
   88768             :         .ob_base = {
   88769             :             .ob_refcnt = 999999999,
   88770             :             .ob_type = &PyBytes_Type,
   88771             :         },
   88772             :         .ob_size = 32,
   88773             :     },
   88774             :     .ob_shash = -1,
   88775             :     .ob_sval = "\xf8\x80\x00\xe5\x0f\x12\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\x98\x64\xd0\x12\x3f\xd4\x12\x3f\xd4\x0f\x3f\xd0\x08\x3f",
   88776             : };
   88777             : static
   88778             :     struct _PyCode_DEF(50)
   88779             : _collections_abc_toplevel_consts_66_consts_11 = {
   88780             :     .ob_base = {
   88781             :         .ob_base = {
   88782             :             .ob_refcnt = 999999999,
   88783             :             .ob_type = &PyCode_Type,
   88784             :         },
   88785             :         .ob_size = 25,
   88786             :     },
   88787             :     .co_consts = & _collections_abc_toplevel_consts_66_consts_11_consts._object.ob_base.ob_base,
   88788             :     .co_names = & _collections_abc_toplevel_consts_66_consts_11_names._object.ob_base.ob_base,
   88789             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   88790             :     .co_flags = 3,
   88791             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   88792             :     ._co_linearray_entry_size = 0,
   88793             :     .co_argcount = 2,
   88794             :     .co_posonlyargcount = 0,
   88795             :     .co_kwonlyargcount = 0,
   88796             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   88797             :     .co_stacksize = 4,
   88798             :     .co_firstlineno = 1058,
   88799             :     .co_nlocalsplus = 2,
   88800             :     .co_nlocals = 2,
   88801             :     .co_nplaincellvars = 0,
   88802             :     .co_ncellvars = 1,
   88803             :     .co_nfreevars = 0,
   88804             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   88805             :     .co_localspluskinds = & _collections_abc_toplevel_consts_50_consts_12_localspluskinds.ob_base.ob_base,
   88806             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   88807             :     .co_name = & const_str_count._ascii.ob_base,
   88808             :     .co_qualname = & _collections_abc_toplevel_consts_66_consts_11_qualname._ascii.ob_base,
   88809             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_11_linetable.ob_base.ob_base,
   88810             :     ._co_code = NULL,
   88811             :     ._co_linearray = NULL,
   88812             :     .co_code_adaptive = "\x87\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x01\x66\x01\x64\x01\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   88813             :     ._co_firsttraceable = 1,
   88814             : };
   88815             : static
   88816             :     struct {
   88817             :         PyGC_Head _gc_head;
   88818             :         struct {
   88819             :             PyObject_VAR_HEAD
   88820             :             PyObject *ob_item[2];
   88821             :         }_object;
   88822             :     }
   88823             : _collections_abc_toplevel_consts_66_consts_12 = {
   88824             :     ._object = {
   88825             :         .ob_base = {
   88826             :             .ob_base = {
   88827             :                 .ob_refcnt = 999999999,
   88828             :                 .ob_type = &PyTuple_Type,
   88829             :             },
   88830             :             .ob_size = 2,
   88831             :         },
   88832             :         .ob_item = {
   88833             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   88834             :             Py_None,
   88835             :         },
   88836             :     },
   88837             : };
   88838             : static
   88839             :     struct {
   88840             :         PyGC_Head _gc_head;
   88841             :         struct {
   88842             :             PyObject_VAR_HEAD
   88843             :             PyObject *ob_item[13];
   88844             :         }_object;
   88845             :     }
   88846             : _collections_abc_toplevel_consts_66_consts = {
   88847             :     ._object = {
   88848             :         .ob_base = {
   88849             :             .ob_base = {
   88850             :                 .ob_refcnt = 999999999,
   88851             :                 .ob_type = &PyTuple_Type,
   88852             :             },
   88853             :             .ob_size = 13,
   88854             :         },
   88855             :         .ob_item = {
   88856             :             & const_str_Sequence._ascii.ob_base,
   88857             :             & _collections_abc_toplevel_consts_66_consts_1._ascii.ob_base,
   88858             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   88859             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
   88860             :             & _collections_abc_toplevel_consts_66_consts_4.ob_base.ob_base,
   88861             :             & _collections_abc_toplevel_consts_66_consts_5.ob_base.ob_base,
   88862             :             & _collections_abc_toplevel_consts_66_consts_6.ob_base.ob_base,
   88863             :             & _collections_abc_toplevel_consts_66_consts_7.ob_base.ob_base,
   88864             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   88865             :             Py_None,
   88866             :             & _collections_abc_toplevel_consts_66_consts_10.ob_base.ob_base,
   88867             :             & _collections_abc_toplevel_consts_66_consts_11.ob_base.ob_base,
   88868             :             & _collections_abc_toplevel_consts_66_consts_12._object.ob_base.ob_base,
   88869             :         },
   88870             :     },
   88871             : };
   88872             : static
   88873             :     struct {
   88874             :         PyGC_Head _gc_head;
   88875             :         struct {
   88876             :             PyObject_VAR_HEAD
   88877             :             PyObject *ob_item[13];
   88878             :         }_object;
   88879             :     }
   88880             : _collections_abc_toplevel_consts_66_names = {
   88881             :     ._object = {
   88882             :         .ob_base = {
   88883             :             .ob_base = {
   88884             :                 .ob_refcnt = 999999999,
   88885             :                 .ob_type = &PyTuple_Type,
   88886             :             },
   88887             :             .ob_size = 13,
   88888             :         },
   88889             :         .ob_item = {
   88890             :             &_Py_ID(__name__),
   88891             :             &_Py_ID(__module__),
   88892             :             &_Py_ID(__qualname__),
   88893             :             &_Py_ID(__doc__),
   88894             :             &_Py_ID(__slots__),
   88895             :             &_Py_ID(__abc_tpflags__),
   88896             :             & const_str_abstractmethod._ascii.ob_base,
   88897             :             &_Py_ID(__getitem__),
   88898             :             &_Py_ID(__iter__),
   88899             :             &_Py_ID(__contains__),
   88900             :             &_Py_ID(__reversed__),
   88901             :             & const_str_index._ascii.ob_base,
   88902             :             & const_str_count._ascii.ob_base,
   88903             :         },
   88904             :     },
   88905             : };
   88906             : static
   88907             :     struct {
   88908             :         PyObject_VAR_HEAD
   88909             :         Py_hash_t ob_shash;
   88910             :         char ob_sval[153];
   88911             :     }
   88912             : _collections_abc_toplevel_consts_66_linetable = {
   88913             :     .ob_base = {
   88914             :         .ob_base = {
   88915             :             .ob_refcnt = 999999999,
   88916             :             .ob_type = &PyBytes_Type,
   88917             :         },
   88918             :         .ob_size = 152,
   88919             :     },
   88920             :     .ob_shash = -1,
   88921             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0c\x00\x11\x13\x80\x49\xf0\x06\x00\x17\x1d\x80\x4f\xe0\x05\x13\xf0\x02\x01\x05\x19\xf0\x00\x01\x05\x19\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x06\x08\x05\x13\xf0\x00\x08\x05\x13\xf0\x00\x08\x05\x13\xf0\x14\x04\x05\x15\xf0\x00\x04\x05\x15\xf0\x00\x04\x05\x15\xf0\x0c\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x08\x00\x22\x23\xf0\x00\x15\x05\x19\xf0\x00\x15\x05\x19\xf0\x00\x15\x05\x19\xf0\x2e\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01",
   88922             : };
   88923             : static
   88924             :     struct _PyCode_DEF(76)
   88925             : _collections_abc_toplevel_consts_66 = {
   88926             :     .ob_base = {
   88927             :         .ob_base = {
   88928             :             .ob_refcnt = 999999999,
   88929             :             .ob_type = &PyCode_Type,
   88930             :         },
   88931             :         .ob_size = 38,
   88932             :     },
   88933             :     .co_consts = & _collections_abc_toplevel_consts_66_consts._object.ob_base.ob_base,
   88934             :     .co_names = & _collections_abc_toplevel_consts_66_names._object.ob_base.ob_base,
   88935             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   88936             :     .co_flags = 0,
   88937             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   88938             :     ._co_linearray_entry_size = 0,
   88939             :     .co_argcount = 0,
   88940             :     .co_posonlyargcount = 0,
   88941             :     .co_kwonlyargcount = 0,
   88942             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   88943             :     .co_stacksize = 2,
   88944             :     .co_firstlineno = 999,
   88945             :     .co_nlocalsplus = 0,
   88946             :     .co_nlocals = 0,
   88947             :     .co_nplaincellvars = 0,
   88948             :     .co_ncellvars = 0,
   88949             :     .co_nfreevars = 0,
   88950             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   88951             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   88952             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   88953             :     .co_name = & const_str_Sequence._ascii.ob_base,
   88954             :     .co_qualname = & const_str_Sequence._ascii.ob_base,
   88955             :     .co_linetable = & _collections_abc_toplevel_consts_66_linetable.ob_base.ob_base,
   88956             :     ._co_code = NULL,
   88957             :     ._co_linearray = NULL,
   88958             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x5a\x05\x65\x06\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x05\x84\x00\x5a\x08\x64\x06\x84\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x64\x0c\x64\x0a\x84\x01\x5a\x0b\x64\x0b\x84\x00\x5a\x0c\x64\x09\x53\x00",
   88959             :     ._co_firsttraceable = 0,
   88960             : };
   88961             : static
   88962             :     struct {
   88963             :         PyASCIIObject _ascii;
   88964             :         uint8_t _data[78];
   88965             :     }
   88966             : _collections_abc_toplevel_consts_68_consts_1 = {
   88967             :     ._ascii = {
   88968             :         .ob_base = {
   88969             :             .ob_refcnt = 999999999,
   88970             :             .ob_type = &PyUnicode_Type,
   88971             :         },
   88972             :         .length = 77,
   88973             :         .hash = -1,
   88974             :         .state = {
   88975             :             .kind = 1,
   88976             :             .compact = 1,
   88977             :             .ascii = 1,
   88978             :         },
   88979             :     },
   88980             :     ._data = "\x54\x68\x69\x73\x20\x75\x6e\x69\x66\x69\x65\x73\x20\x62\x79\x74\x65\x73\x20\x61\x6e\x64\x20\x62\x79\x74\x65\x61\x72\x72\x61\x79\x2e\x0a\x0a\x20\x20\x20\x20\x58\x58\x58\x20\x53\x68\x6f\x75\x6c\x64\x20\x61\x64\x64\x20\x61\x6c\x6c\x20\x74\x68\x65\x69\x72\x20\x6d\x65\x74\x68\x6f\x64\x73\x2e\x0a\x20\x20\x20\x20",
   88981             : };
   88982             : static
   88983             :     struct {
   88984             :         PyGC_Head _gc_head;
   88985             :         struct {
   88986             :             PyObject_VAR_HEAD
   88987             :             PyObject *ob_item[4];
   88988             :         }_object;
   88989             :     }
   88990             : _collections_abc_toplevel_consts_68_consts = {
   88991             :     ._object = {
   88992             :         .ob_base = {
   88993             :             .ob_base = {
   88994             :                 .ob_refcnt = 999999999,
   88995             :                 .ob_type = &PyTuple_Type,
   88996             :             },
   88997             :             .ob_size = 4,
   88998             :         },
   88999             :         .ob_item = {
   89000             :             & const_str_ByteString._ascii.ob_base,
   89001             :             & _collections_abc_toplevel_consts_68_consts_1._ascii.ob_base,
   89002             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   89003             :             Py_None,
   89004             :         },
   89005             :     },
   89006             : };
   89007             : static
   89008             :     struct {
   89009             :         PyObject_VAR_HEAD
   89010             :         Py_hash_t ob_shash;
   89011             :         char ob_sval[32];
   89012             :     }
   89013             : _collections_abc_toplevel_consts_68_linetable = {
   89014             :     .ob_base = {
   89015             :         .ob_base = {
   89016             :             .ob_refcnt = 999999999,
   89017             :             .ob_type = &PyBytes_Type,
   89018             :         },
   89019             :         .ob_size = 31,
   89020             :     },
   89021             :     .ob_shash = -1,
   89022             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x03\x05\x08\xf0\x00\x03\x05\x08\xf0\x0a\x00\x11\x13\x80\x49\x80\x49\x80\x49",
   89023             : };
   89024             : static
   89025             :     struct _PyCode_DEF(22)
   89026             : _collections_abc_toplevel_consts_68 = {
   89027             :     .ob_base = {
   89028             :         .ob_base = {
   89029             :             .ob_refcnt = 999999999,
   89030             :             .ob_type = &PyCode_Type,
   89031             :         },
   89032             :         .ob_size = 11,
   89033             :     },
   89034             :     .co_consts = & _collections_abc_toplevel_consts_68_consts._object.ob_base.ob_base,
   89035             :     .co_names = & abc_toplevel_consts_15_names._object.ob_base.ob_base,
   89036             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   89037             :     .co_flags = 0,
   89038             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   89039             :     ._co_linearray_entry_size = 0,
   89040             :     .co_argcount = 0,
   89041             :     .co_posonlyargcount = 0,
   89042             :     .co_kwonlyargcount = 0,
   89043             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   89044             :     .co_stacksize = 1,
   89045             :     .co_firstlineno = 1068,
   89046             :     .co_nlocalsplus = 0,
   89047             :     .co_nlocals = 0,
   89048             :     .co_nplaincellvars = 0,
   89049             :     .co_ncellvars = 0,
   89050             :     .co_nfreevars = 0,
   89051             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   89052             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   89053             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   89054             :     .co_name = & const_str_ByteString._ascii.ob_base,
   89055             :     .co_qualname = & const_str_ByteString._ascii.ob_base,
   89056             :     .co_linetable = & _collections_abc_toplevel_consts_68_linetable.ob_base.ob_base,
   89057             :     ._co_code = NULL,
   89058             :     ._co_linearray = NULL,
   89059             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x53\x00",
   89060             :     ._co_firsttraceable = 0,
   89061             : };
   89062             : static
   89063             :     struct {
   89064             :         PyASCIIObject _ascii;
   89065             :         uint8_t _data[175];
   89066             :     }
   89067             : _collections_abc_toplevel_consts_70_consts_1 = {
   89068             :     ._ascii = {
   89069             :         .ob_base = {
   89070             :             .ob_refcnt = 999999999,
   89071             :             .ob_type = &PyUnicode_Type,
   89072             :         },
   89073             :         .length = 174,
   89074             :         .hash = -1,
   89075             :         .state = {
   89076             :             .kind = 1,
   89077             :             .compact = 1,
   89078             :             .ascii = 1,
   89079             :         },
   89080             :     },
   89081             :     ._data = "\x41\x6c\x6c\x20\x74\x68\x65\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x73\x20\x6f\x6e\x20\x61\x20\x72\x65\x61\x64\x2d\x77\x72\x69\x74\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x43\x6f\x6e\x63\x72\x65\x74\x65\x20\x73\x75\x62\x63\x6c\x61\x73\x73\x65\x73\x20\x6d\x75\x73\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x20\x5f\x5f\x6e\x65\x77\x5f\x5f\x20\x6f\x72\x20\x5f\x5f\x69\x6e\x69\x74\x5f\x5f\x2c\x0a\x20\x20\x20\x20\x5f\x5f\x67\x65\x74\x69\x74\x65\x6d\x5f\x5f\x2c\x20\x5f\x5f\x73\x65\x74\x69\x74\x65\x6d\x5f\x5f\x2c\x20\x5f\x5f\x64\x65\x6c\x69\x74\x65\x6d\x5f\x5f\x2c\x20\x5f\x5f\x6c\x65\x6e\x5f\x5f\x2c\x20\x61\x6e\x64\x20\x69\x6e\x73\x65\x72\x74\x28\x29\x2e\x0a\x20\x20\x20\x20",
   89082             : };
   89083             : static
   89084             :     struct {
   89085             :         PyASCIIObject _ascii;
   89086             :         uint8_t _data[28];
   89087             :     }
   89088             : _collections_abc_toplevel_consts_70_consts_3_qualname = {
   89089             :     ._ascii = {
   89090             :         .ob_base = {
   89091             :             .ob_refcnt = 999999999,
   89092             :             .ob_type = &PyUnicode_Type,
   89093             :         },
   89094             :         .length = 27,
   89095             :         .hash = -1,
   89096             :         .state = {
   89097             :             .kind = 1,
   89098             :             .compact = 1,
   89099             :             .ascii = 1,
   89100             :         },
   89101             :     },
   89102             :     ._data = "MutableSequence.__setitem__",
   89103             : };
   89104             : static
   89105             :     struct {
   89106             :         PyGC_Head _gc_head;
   89107             :         struct {
   89108             :             PyObject_VAR_HEAD
   89109             :             PyObject *ob_item[3];
   89110             :         }_object;
   89111             :     }
   89112             : _collections_abc_toplevel_consts_70_consts_3_localsplusnames = {
   89113             :     ._object = {
   89114             :         .ob_base = {
   89115             :             .ob_base = {
   89116             :                 .ob_refcnt = 999999999,
   89117             :                 .ob_type = &PyTuple_Type,
   89118             :             },
   89119             :             .ob_size = 3,
   89120             :         },
   89121             :         .ob_item = {
   89122             :             & const_str_self._ascii.ob_base,
   89123             :             & const_str_index._ascii.ob_base,
   89124             :             & const_str_value._ascii.ob_base,
   89125             :         },
   89126             :     },
   89127             : };
   89128             : static
   89129             :     struct _PyCode_DEF(16)
   89130             : _collections_abc_toplevel_consts_70_consts_3 = {
   89131             :     .ob_base = {
   89132             :         .ob_base = {
   89133             :             .ob_refcnt = 999999999,
   89134             :             .ob_type = &PyCode_Type,
   89135             :         },
   89136             :         .ob_size = 8,
   89137             :     },
   89138             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   89139             :     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
   89140             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   89141             :     .co_flags = 3,
   89142             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   89143             :     ._co_linearray_entry_size = 0,
   89144             :     .co_argcount = 3,
   89145             :     .co_posonlyargcount = 0,
   89146             :     .co_kwonlyargcount = 0,
   89147             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   89148             :     .co_stacksize = 1,
   89149             :     .co_firstlineno = 1089,
   89150             :     .co_nlocalsplus = 3,
   89151             :     .co_nlocals = 3,
   89152             :     .co_nplaincellvars = 0,
   89153             :     .co_ncellvars = 0,
   89154             :     .co_nfreevars = 0,
   89155             :     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_3_localsplusnames._object.ob_base.ob_base,
   89156             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   89157             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   89158             :     .co_name = &_Py_ID(__setitem__),
   89159             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_3_qualname._ascii.ob_base,
   89160             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
   89161             :     ._co_code = NULL,
   89162             :     ._co_linearray = NULL,
   89163             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   89164             :     ._co_firsttraceable = 0,
   89165             : };
   89166             : static
   89167             :     struct {
   89168             :         PyASCIIObject _ascii;
   89169             :         uint8_t _data[28];
   89170             :     }
   89171             : _collections_abc_toplevel_consts_70_consts_4_qualname = {
   89172             :     ._ascii = {
   89173             :         .ob_base = {
   89174             :             .ob_refcnt = 999999999,
   89175             :             .ob_type = &PyUnicode_Type,
   89176             :         },
   89177             :         .length = 27,
   89178             :         .hash = -1,
   89179             :         .state = {
   89180             :             .kind = 1,
   89181             :             .compact = 1,
   89182             :             .ascii = 1,
   89183             :         },
   89184             :     },
   89185             :     ._data = "MutableSequence.__delitem__",
   89186             : };
   89187             : static
   89188             :     struct _PyCode_DEF(16)
   89189             : _collections_abc_toplevel_consts_70_consts_4 = {
   89190             :     .ob_base = {
   89191             :         .ob_base = {
   89192             :             .ob_refcnt = 999999999,
   89193             :             .ob_type = &PyCode_Type,
   89194             :         },
   89195             :         .ob_size = 8,
   89196             :     },
   89197             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   89198             :     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
   89199             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   89200             :     .co_flags = 3,
   89201             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   89202             :     ._co_linearray_entry_size = 0,
   89203             :     .co_argcount = 2,
   89204             :     .co_posonlyargcount = 0,
   89205             :     .co_kwonlyargcount = 0,
   89206             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
   89207             :     .co_stacksize = 1,
   89208             :     .co_firstlineno = 1093,
   89209             :     .co_nlocalsplus = 2,
   89210             :     .co_nlocals = 2,
   89211             :     .co_nplaincellvars = 0,
   89212             :     .co_ncellvars = 0,
   89213             :     .co_nfreevars = 0,
   89214             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
   89215             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   89216             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   89217             :     .co_name = &_Py_ID(__delitem__),
   89218             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_4_qualname._ascii.ob_base,
   89219             :     .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
   89220             :     ._co_code = NULL,
   89221             :     ._co_linearray = NULL,
   89222             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   89223             :     ._co_firsttraceable = 0,
   89224             : };
   89225             : static
   89226             :     struct {
   89227             :         PyASCIIObject _ascii;
   89228             :         uint8_t _data[52];
   89229             :     }
   89230             : _collections_abc_toplevel_consts_70_consts_5_consts_0 = {
   89231             :     ._ascii = {
   89232             :         .ob_base = {
   89233             :             .ob_refcnt = 999999999,
   89234             :             .ob_type = &PyUnicode_Type,
   89235             :         },
   89236             :         .length = 51,
   89237             :         .hash = -1,
   89238             :         .state = {
   89239             :             .kind = 1,
   89240             :             .compact = 1,
   89241             :             .ascii = 1,
   89242             :         },
   89243             :     },
   89244             :     ._data = "S.insert(index, value) -- insert value before index",
   89245             : };
   89246             : static
   89247             :     struct {
   89248             :         PyGC_Head _gc_head;
   89249             :         struct {
   89250             :             PyObject_VAR_HEAD
   89251             :             PyObject *ob_item[1];
   89252             :         }_object;
   89253             :     }
   89254             : _collections_abc_toplevel_consts_70_consts_5_consts = {
   89255             :     ._object = {
   89256             :         .ob_base = {
   89257             :             .ob_base = {
   89258             :                 .ob_refcnt = 999999999,
   89259             :                 .ob_type = &PyTuple_Type,
   89260             :             },
   89261             :             .ob_size = 1,
   89262             :         },
   89263             :         .ob_item = {
   89264             :             & _collections_abc_toplevel_consts_70_consts_5_consts_0._ascii.ob_base,
   89265             :         },
   89266             :     },
   89267             : };
   89268             : static
   89269             :     struct {
   89270             :         PyASCIIObject _ascii;
   89271             :         uint8_t _data[23];
   89272             :     }
   89273             : _collections_abc_toplevel_consts_70_consts_5_qualname = {
   89274             :     ._ascii = {
   89275             :         .ob_base = {
   89276             :             .ob_refcnt = 999999999,
   89277             :             .ob_type = &PyUnicode_Type,
   89278             :         },
   89279             :         .length = 22,
   89280             :         .hash = -1,
   89281             :         .state = {
   89282             :             .kind = 1,
   89283             :             .compact = 1,
   89284             :             .ascii = 1,
   89285             :         },
   89286             :     },
   89287             :     ._data = "MutableSequence.insert",
   89288             : };
   89289             : static
   89290             :     struct {
   89291             :         PyObject_VAR_HEAD
   89292             :         Py_hash_t ob_shash;
   89293             :         char ob_sval[11];
   89294             :     }
   89295             : _collections_abc_toplevel_consts_70_consts_5_linetable = {
   89296             :     .ob_base = {
   89297             :         .ob_base = {
   89298             :             .ob_refcnt = 999999999,
   89299             :             .ob_type = &PyBytes_Type,
   89300             :         },
   89301             :         .ob_size = 10,
   89302             :     },
   89303             :     .ob_shash = -1,
   89304             :     .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x19\xd0\x08\x18",
   89305             : };
   89306             : static
   89307             :     struct _PyCode_DEF(16)
   89308             : _collections_abc_toplevel_consts_70_consts_5 = {
   89309             :     .ob_base = {
   89310             :         .ob_base = {
   89311             :             .ob_refcnt = 999999999,
   89312             :             .ob_type = &PyCode_Type,
   89313             :         },
   89314             :         .ob_size = 8,
   89315             :     },
   89316             :     .co_consts = & _collections_abc_toplevel_consts_70_consts_5_consts._object.ob_base.ob_base,
   89317             :     .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
   89318             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   89319             :     .co_flags = 3,
   89320             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   89321             :     ._co_linearray_entry_size = 0,
   89322             :     .co_argcount = 3,
   89323             :     .co_posonlyargcount = 0,
   89324             :     .co_kwonlyargcount = 0,
   89325             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   89326             :     .co_stacksize = 1,
   89327             :     .co_firstlineno = 1097,
   89328             :     .co_nlocalsplus = 3,
   89329             :     .co_nlocals = 3,
   89330             :     .co_nplaincellvars = 0,
   89331             :     .co_ncellvars = 0,
   89332             :     .co_nfreevars = 0,
   89333             :     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_3_localsplusnames._object.ob_base.ob_base,
   89334             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   89335             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   89336             :     .co_name = & const_str_insert._ascii.ob_base,
   89337             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_5_qualname._ascii.ob_base,
   89338             :     .co_linetable = & _collections_abc_toplevel_consts_70_consts_5_linetable.ob_base.ob_base,
   89339             :     ._co_code = NULL,
   89340             :     ._co_linearray = NULL,
   89341             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
   89342             :     ._co_firsttraceable = 0,
   89343             : };
   89344             : static
   89345             :     struct {
   89346             :         PyASCIIObject _ascii;
   89347             :         uint8_t _data[59];
   89348             :     }
   89349             : _collections_abc_toplevel_consts_70_consts_6_consts_0 = {
   89350             :     ._ascii = {
   89351             :         .ob_base = {
   89352             :             .ob_refcnt = 999999999,
   89353             :             .ob_type = &PyUnicode_Type,
   89354             :         },
   89355             :         .length = 58,
   89356             :         .hash = -1,
   89357             :         .state = {
   89358             :             .kind = 1,
   89359             :             .compact = 1,
   89360             :             .ascii = 1,
   89361             :         },
   89362             :     },
   89363             :     ._data = "S.append(value) -- append value to the end of the sequence",
   89364             : };
   89365             : static
   89366             :     struct {
   89367             :         PyGC_Head _gc_head;
   89368             :         struct {
   89369             :             PyObject_VAR_HEAD
   89370             :             PyObject *ob_item[2];
   89371             :         }_object;
   89372             :     }
   89373             : _collections_abc_toplevel_consts_70_consts_6_consts = {
   89374             :     ._object = {
   89375             :         .ob_base = {
   89376             :             .ob_base = {
   89377             :                 .ob_refcnt = 999999999,
   89378             :                 .ob_type = &PyTuple_Type,
   89379             :             },
   89380             :             .ob_size = 2,
   89381             :         },
   89382             :         .ob_item = {
   89383             :             & _collections_abc_toplevel_consts_70_consts_6_consts_0._ascii.ob_base,
   89384             :             Py_None,
   89385             :         },
   89386             :     },
   89387             : };
   89388             : static
   89389             :     struct {
   89390             :         PyGC_Head _gc_head;
   89391             :         struct {
   89392             :             PyObject_VAR_HEAD
   89393             :             PyObject *ob_item[2];
   89394             :         }_object;
   89395             :     }
   89396             : _collections_abc_toplevel_consts_70_consts_6_names = {
   89397             :     ._object = {
   89398             :         .ob_base = {
   89399             :             .ob_base = {
   89400             :                 .ob_refcnt = 999999999,
   89401             :                 .ob_type = &PyTuple_Type,
   89402             :             },
   89403             :             .ob_size = 2,
   89404             :         },
   89405             :         .ob_item = {
   89406             :             & const_str_insert._ascii.ob_base,
   89407             :             &_Py_ID(len),
   89408             :         },
   89409             :     },
   89410             : };
   89411             : static
   89412             :     struct {
   89413             :         PyASCIIObject _ascii;
   89414             :         uint8_t _data[23];
   89415             :     }
   89416             : _collections_abc_toplevel_consts_70_consts_6_qualname = {
   89417             :     ._ascii = {
   89418             :         .ob_base = {
   89419             :             .ob_refcnt = 999999999,
   89420             :             .ob_type = &PyUnicode_Type,
   89421             :         },
   89422             :         .length = 22,
   89423             :         .hash = -1,
   89424             :         .state = {
   89425             :             .kind = 1,
   89426             :             .compact = 1,
   89427             :             .ascii = 1,
   89428             :         },
   89429             :     },
   89430             :     ._data = "MutableSequence.append",
   89431             : };
   89432             : static
   89433             :     struct {
   89434             :         PyObject_VAR_HEAD
   89435             :         Py_hash_t ob_shash;
   89436             :         char ob_sval[30];
   89437             :     }
   89438             : _collections_abc_toplevel_consts_70_consts_6_linetable = {
   89439             :     .ob_base = {
   89440             :         .ob_base = {
   89441             :             .ob_refcnt = 999999999,
   89442             :             .ob_type = &PyBytes_Type,
   89443             :         },
   89444             :         .ob_size = 29,
   89445             :     },
   89446             :     .ob_shash = -1,
   89447             :     .ob_sval = "\x80\x00\xe0\x08\x0c\x8f\x0b\x89\x0b\x95\x43\x98\x04\x94\x49\x98\x75\xd4\x08\x25\xd0\x08\x25\xd0\x08\x25\xd0\x08\x25",
   89448             : };
   89449             : static
   89450             :     struct _PyCode_DEF(66)
   89451             : _collections_abc_toplevel_consts_70_consts_6 = {
   89452             :     .ob_base = {
   89453             :         .ob_base = {
   89454             :             .ob_refcnt = 999999999,
   89455             :             .ob_type = &PyCode_Type,
   89456             :         },
   89457             :         .ob_size = 33,
   89458             :     },
   89459             :     .co_consts = & _collections_abc_toplevel_consts_70_consts_6_consts._object.ob_base.ob_base,
   89460             :     .co_names = & _collections_abc_toplevel_consts_70_consts_6_names._object.ob_base.ob_base,
   89461             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   89462             :     .co_flags = 3,
   89463             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   89464             :     ._co_linearray_entry_size = 0,
   89465             :     .co_argcount = 2,
   89466             :     .co_posonlyargcount = 0,
   89467             :     .co_kwonlyargcount = 0,
   89468             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   89469             :     .co_stacksize = 5,
   89470             :     .co_firstlineno = 1102,
   89471             :     .co_nlocalsplus = 2,
   89472             :     .co_nlocals = 2,
   89473             :     .co_nplaincellvars = 0,
   89474             :     .co_ncellvars = 0,
   89475             :     .co_nfreevars = 0,
   89476             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   89477             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   89478             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   89479             :     .co_name = &_Py_ID(append),
   89480             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_6_qualname._ascii.ob_base,
   89481             :     .co_linetable = & _collections_abc_toplevel_consts_70_consts_6_linetable.ob_base.ob_base,
   89482             :     ._co_code = NULL,
   89483             :     ._co_linearray = NULL,
   89484             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
   89485             :     ._co_firsttraceable = 0,
   89486             : };
   89487             : static
   89488             :     struct {
   89489             :         PyASCIIObject _ascii;
   89490             :         uint8_t _data[45];
   89491             :     }
   89492             : _collections_abc_toplevel_consts_70_consts_7_consts_0 = {
   89493             :     ._ascii = {
   89494             :         .ob_base = {
   89495             :             .ob_refcnt = 999999999,
   89496             :             .ob_type = &PyUnicode_Type,
   89497             :         },
   89498             :         .length = 44,
   89499             :         .hash = -1,
   89500             :         .state = {
   89501             :             .kind = 1,
   89502             :             .compact = 1,
   89503             :             .ascii = 1,
   89504             :         },
   89505             :     },
   89506             :     ._data = "S.clear() -> None -- remove all items from S",
   89507             : };
   89508             : static
   89509             :     struct {
   89510             :         PyGC_Head _gc_head;
   89511             :         struct {
   89512             :             PyObject_VAR_HEAD
   89513             :             PyObject *ob_item[3];
   89514             :         }_object;
   89515             :     }
   89516             : _collections_abc_toplevel_consts_70_consts_7_consts = {
   89517             :     ._object = {
   89518             :         .ob_base = {
   89519             :             .ob_base = {
   89520             :                 .ob_refcnt = 999999999,
   89521             :                 .ob_type = &PyTuple_Type,
   89522             :             },
   89523             :             .ob_size = 3,
   89524             :         },
   89525             :         .ob_item = {
   89526             :             & _collections_abc_toplevel_consts_70_consts_7_consts_0._ascii.ob_base,
   89527             :             Py_True,
   89528             :             Py_None,
   89529             :         },
   89530             :     },
   89531             : };
   89532             : static
   89533             :     struct {
   89534             :         PyGC_Head _gc_head;
   89535             :         struct {
   89536             :             PyObject_VAR_HEAD
   89537             :             PyObject *ob_item[2];
   89538             :         }_object;
   89539             :     }
   89540             : _collections_abc_toplevel_consts_70_consts_7_names = {
   89541             :     ._object = {
   89542             :         .ob_base = {
   89543             :             .ob_base = {
   89544             :                 .ob_refcnt = 999999999,
   89545             :                 .ob_type = &PyTuple_Type,
   89546             :             },
   89547             :             .ob_size = 2,
   89548             :         },
   89549             :         .ob_item = {
   89550             :             & const_str_pop._ascii.ob_base,
   89551             :             & const_str_IndexError._ascii.ob_base,
   89552             :         },
   89553             :     },
   89554             : };
   89555             : static
   89556             :     struct {
   89557             :         PyASCIIObject _ascii;
   89558             :         uint8_t _data[22];
   89559             :     }
   89560             : _collections_abc_toplevel_consts_70_consts_7_qualname = {
   89561             :     ._ascii = {
   89562             :         .ob_base = {
   89563             :             .ob_refcnt = 999999999,
   89564             :             .ob_type = &PyUnicode_Type,
   89565             :         },
   89566             :         .length = 21,
   89567             :         .hash = -1,
   89568             :         .state = {
   89569             :             .kind = 1,
   89570             :             .compact = 1,
   89571             :             .ascii = 1,
   89572             :         },
   89573             :     },
   89574             :     ._data = "MutableSequence.clear",
   89575             : };
   89576             : static
   89577             :     struct {
   89578             :         PyObject_VAR_HEAD
   89579             :         Py_hash_t ob_shash;
   89580             :         char ob_sval[61];
   89581             :     }
   89582             : _collections_abc_toplevel_consts_70_consts_7_linetable = {
   89583             :     .ob_base = {
   89584             :         .ob_base = {
   89585             :             .ob_refcnt = 999999999,
   89586             :             .ob_type = &PyBytes_Type,
   89587             :         },
   89588             :         .ob_size = 60,
   89589             :     },
   89590             :     .ob_shash = -1,
   89591             :     .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xd8\x12\x16\xd8\x10\x14\x97\x08\x91\x08\x94\x0a\x90\x0a\xf0\x03\x00\x13\x17\xf8\xe5\x0f\x19\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
   89592             : };
   89593             : static
   89594             :     struct _PyCode_DEF(76)
   89595             : _collections_abc_toplevel_consts_70_consts_7 = {
   89596             :     .ob_base = {
   89597             :         .ob_base = {
   89598             :             .ob_refcnt = 999999999,
   89599             :             .ob_type = &PyCode_Type,
   89600             :         },
   89601             :         .ob_size = 38,
   89602             :     },
   89603             :     .co_consts = & _collections_abc_toplevel_consts_70_consts_7_consts._object.ob_base.ob_base,
   89604             :     .co_names = & _collections_abc_toplevel_consts_70_consts_7_names._object.ob_base.ob_base,
   89605             :     .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
   89606             :     .co_flags = 3,
   89607             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   89608             :     ._co_linearray_entry_size = 0,
   89609             :     .co_argcount = 1,
   89610             :     .co_posonlyargcount = 0,
   89611             :     .co_kwonlyargcount = 0,
   89612             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   89613             :     .co_stacksize = 4,
   89614             :     .co_firstlineno = 1106,
   89615             :     .co_nlocalsplus = 1,
   89616             :     .co_nlocals = 1,
   89617             :     .co_nplaincellvars = 0,
   89618             :     .co_ncellvars = 0,
   89619             :     .co_nfreevars = 0,
   89620             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   89621             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   89622             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   89623             :     .co_name = &_Py_ID(clear),
   89624             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_7_qualname._ascii.ob_base,
   89625             :     .co_linetable = & _collections_abc_toplevel_consts_70_consts_7_linetable.ob_base.ob_base,
   89626             :     ._co_code = NULL,
   89627             :     ._co_linearray = NULL,
   89628             :     .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x12\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   89629             :     ._co_firsttraceable = 0,
   89630             : };
   89631             : static
   89632             :     struct {
   89633             :         PyASCIIObject _ascii;
   89634             :         uint8_t _data[34];
   89635             :     }
   89636             : _collections_abc_toplevel_consts_70_consts_8_consts_0 = {
   89637             :     ._ascii = {
   89638             :         .ob_base = {
   89639             :             .ob_refcnt = 999999999,
   89640             :             .ob_type = &PyUnicode_Type,
   89641             :         },
   89642             :         .length = 33,
   89643             :         .hash = -1,
   89644             :         .state = {
   89645             :             .kind = 1,
   89646             :             .compact = 1,
   89647             :             .ascii = 1,
   89648             :         },
   89649             :     },
   89650             :     ._data = "S.reverse() -- reverse *IN PLACE*",
   89651             : };
   89652             : static
   89653             :     struct {
   89654             :         PyGC_Head _gc_head;
   89655             :         struct {
   89656             :             PyObject_VAR_HEAD
   89657             :             PyObject *ob_item[4];
   89658             :         }_object;
   89659             :     }
   89660             : _collections_abc_toplevel_consts_70_consts_8_consts = {
   89661             :     ._object = {
   89662             :         .ob_base = {
   89663             :             .ob_base = {
   89664             :                 .ob_refcnt = 999999999,
   89665             :                 .ob_type = &PyTuple_Type,
   89666             :             },
   89667             :             .ob_size = 4,
   89668             :         },
   89669             :         .ob_item = {
   89670             :             & _collections_abc_toplevel_consts_70_consts_8_consts_0._ascii.ob_base,
   89671             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   89672             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   89673             :             Py_None,
   89674             :         },
   89675             :     },
   89676             : };
   89677             : static
   89678             :     struct {
   89679             :         PyGC_Head _gc_head;
   89680             :         struct {
   89681             :             PyObject_VAR_HEAD
   89682             :             PyObject *ob_item[2];
   89683             :         }_object;
   89684             :     }
   89685             : _collections_abc_toplevel_consts_70_consts_8_names = {
   89686             :     ._object = {
   89687             :         .ob_base = {
   89688             :             .ob_base = {
   89689             :                 .ob_refcnt = 999999999,
   89690             :                 .ob_type = &PyTuple_Type,
   89691             :             },
   89692             :             .ob_size = 2,
   89693             :         },
   89694             :         .ob_item = {
   89695             :             &_Py_ID(len),
   89696             :             & const_str_range._ascii.ob_base,
   89697             :         },
   89698             :     },
   89699             : };
   89700             : static
   89701             :     struct {
   89702             :         PyASCIIObject _ascii;
   89703             :         uint8_t _data[8];
   89704             :     }
   89705             : const_str_reverse = {
   89706             :     ._ascii = {
   89707             :         .ob_base = {
   89708             :             .ob_refcnt = 999999999,
   89709             :             .ob_type = &PyUnicode_Type,
   89710             :         },
   89711             :         .length = 7,
   89712             :         .hash = -1,
   89713             :         .state = {
   89714             :             .kind = 1,
   89715             :             .compact = 1,
   89716             :             .ascii = 1,
   89717             :         },
   89718             :     },
   89719             :     ._data = "reverse",
   89720             : };
   89721             : static
   89722             :     struct {
   89723             :         PyASCIIObject _ascii;
   89724             :         uint8_t _data[24];
   89725             :     }
   89726             : _collections_abc_toplevel_consts_70_consts_8_qualname = {
   89727             :     ._ascii = {
   89728             :         .ob_base = {
   89729             :             .ob_refcnt = 999999999,
   89730             :             .ob_type = &PyUnicode_Type,
   89731             :         },
   89732             :         .length = 23,
   89733             :         .hash = -1,
   89734             :         .state = {
   89735             :             .kind = 1,
   89736             :             .compact = 1,
   89737             :             .ascii = 1,
   89738             :         },
   89739             :     },
   89740             :     ._data = "MutableSequence.reverse",
   89741             : };
   89742             : static
   89743             :     struct {
   89744             :         PyObject_VAR_HEAD
   89745             :         Py_hash_t ob_shash;
   89746             :         char ob_sval[91];
   89747             :     }
   89748             : _collections_abc_toplevel_consts_70_consts_8_linetable = {
   89749             :     .ob_base = {
   89750             :         .ob_base = {
   89751             :             .ob_refcnt = 999999999,
   89752             :             .ob_type = &PyBytes_Type,
   89753             :         },
   89754             :         .ob_size = 90,
   89755             :     },
   89756             :     .ob_shash = -1,
   89757             :     .ob_sval = "\x80\x00\xe5\x0c\x0f\x90\x04\x8c\x49\x88\x01\xdd\x11\x16\x90\x71\x98\x21\x91\x74\x94\x1b\xf0\x00\x01\x09\x38\xf1\x00\x01\x09\x38\x88\x41\xd8\x23\x27\xa8\x01\xa8\x21\xa9\x03\xa8\x41\xa9\x05\xa4\x3b\xb0\x04\xb0\x51\xb4\x07\xd0\x0c\x20\x88\x44\x90\x11\x89\x47\x90\x54\x98\x21\x98\x41\x99\x23\x98\x61\x99\x25\x91\x5b\x90\x5b\xf0\x03\x01\x09\x38\xf0\x00\x01\x09\x38",
   89758             : };
   89759             : static
   89760             :     struct {
   89761             :         PyGC_Head _gc_head;
   89762             :         struct {
   89763             :             PyObject_VAR_HEAD
   89764             :             PyObject *ob_item[3];
   89765             :         }_object;
   89766             :     }
   89767             : _collections_abc_toplevel_consts_70_consts_8_localsplusnames = {
   89768             :     ._object = {
   89769             :         .ob_base = {
   89770             :             .ob_base = {
   89771             :                 .ob_refcnt = 999999999,
   89772             :                 .ob_type = &PyTuple_Type,
   89773             :             },
   89774             :             .ob_size = 3,
   89775             :         },
   89776             :         .ob_item = {
   89777             :             & const_str_self._ascii.ob_base,
   89778             :             & const_str_n._ascii.ob_base,
   89779             :             & const_str_i._ascii.ob_base,
   89780             :         },
   89781             :     },
   89782             : };
   89783             : static
   89784             :     struct _PyCode_DEF(142)
   89785             : _collections_abc_toplevel_consts_70_consts_8 = {
   89786             :     .ob_base = {
   89787             :         .ob_base = {
   89788             :             .ob_refcnt = 999999999,
   89789             :             .ob_type = &PyCode_Type,
   89790             :         },
   89791             :         .ob_size = 71,
   89792             :     },
   89793             :     .co_consts = & _collections_abc_toplevel_consts_70_consts_8_consts._object.ob_base.ob_base,
   89794             :     .co_names = & _collections_abc_toplevel_consts_70_consts_8_names._object.ob_base.ob_base,
   89795             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   89796             :     .co_flags = 3,
   89797             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   89798             :     ._co_linearray_entry_size = 0,
   89799             :     .co_argcount = 1,
   89800             :     .co_posonlyargcount = 0,
   89801             :     .co_kwonlyargcount = 0,
   89802             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   89803             :     .co_stacksize = 5,
   89804             :     .co_firstlineno = 1114,
   89805             :     .co_nlocalsplus = 3,
   89806             :     .co_nlocals = 3,
   89807             :     .co_nplaincellvars = 0,
   89808             :     .co_ncellvars = 0,
   89809             :     .co_nfreevars = 0,
   89810             :     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_8_localsplusnames._object.ob_base.ob_base,
   89811             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   89812             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   89813             :     .co_name = & const_str_reverse._ascii.ob_base,
   89814             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_8_qualname._ascii.ob_base,
   89815             :     .co_linetable = & _collections_abc_toplevel_consts_70_consts_8_linetable.ob_base.ob_base,
   89816             :     ._co_code = NULL,
   89817             :     ._co_linearray = NULL,
   89818             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x7a\x02\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x25\x00\x00\x7d\x02\x7c\x00\x7c\x01\x7c\x02\x7a\x0a\x00\x00\x64\x02\x7a\x0a\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x7c\x00\x7c\x02\x3c\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7a\x0a\x00\x00\x64\x02\x7a\x0a\x00\x00\x3c\x00\x00\x00\x8c\x27\x64\x03\x53\x00",
   89819             :     ._co_firsttraceable = 0,
   89820             : };
   89821             : static
   89822             :     struct {
   89823             :         PyASCIIObject _ascii;
   89824             :         uint8_t _data[78];
   89825             :     }
   89826             : _collections_abc_toplevel_consts_70_consts_9_consts_0 = {
   89827             :     ._ascii = {
   89828             :         .ob_base = {
   89829             :             .ob_refcnt = 999999999,
   89830             :             .ob_type = &PyUnicode_Type,
   89831             :         },
   89832             :         .length = 77,
   89833             :         .hash = -1,
   89834             :         .state = {
   89835             :             .kind = 1,
   89836             :             .compact = 1,
   89837             :             .ascii = 1,
   89838             :         },
   89839             :     },
   89840             :     ._data = "S.extend(iterable) -- extend sequence by appending elements from the iterable",
   89841             : };
   89842             : static
   89843             :     struct {
   89844             :         PyGC_Head _gc_head;
   89845             :         struct {
   89846             :             PyObject_VAR_HEAD
   89847             :             PyObject *ob_item[2];
   89848             :         }_object;
   89849             :     }
   89850             : _collections_abc_toplevel_consts_70_consts_9_consts = {
   89851             :     ._object = {
   89852             :         .ob_base = {
   89853             :             .ob_base = {
   89854             :                 .ob_refcnt = 999999999,
   89855             :                 .ob_type = &PyTuple_Type,
   89856             :             },
   89857             :             .ob_size = 2,
   89858             :         },
   89859             :         .ob_item = {
   89860             :             & _collections_abc_toplevel_consts_70_consts_9_consts_0._ascii.ob_base,
   89861             :             Py_None,
   89862             :         },
   89863             :     },
   89864             : };
   89865             : static
   89866             :     struct {
   89867             :         PyGC_Head _gc_head;
   89868             :         struct {
   89869             :             PyObject_VAR_HEAD
   89870             :             PyObject *ob_item[2];
   89871             :         }_object;
   89872             :     }
   89873             : _collections_abc_toplevel_consts_70_consts_9_names = {
   89874             :     ._object = {
   89875             :         .ob_base = {
   89876             :             .ob_base = {
   89877             :                 .ob_refcnt = 999999999,
   89878             :                 .ob_type = &PyTuple_Type,
   89879             :             },
   89880             :             .ob_size = 2,
   89881             :         },
   89882             :         .ob_item = {
   89883             :             & const_str_list._ascii.ob_base,
   89884             :             &_Py_ID(append),
   89885             :         },
   89886             :     },
   89887             : };
   89888             : static
   89889             :     struct {
   89890             :         PyASCIIObject _ascii;
   89891             :         uint8_t _data[23];
   89892             :     }
   89893             : _collections_abc_toplevel_consts_70_consts_9_qualname = {
   89894             :     ._ascii = {
   89895             :         .ob_base = {
   89896             :             .ob_refcnt = 999999999,
   89897             :             .ob_type = &PyUnicode_Type,
   89898             :         },
   89899             :         .length = 22,
   89900             :         .hash = -1,
   89901             :         .state = {
   89902             :             .kind = 1,
   89903             :             .compact = 1,
   89904             :             .ascii = 1,
   89905             :         },
   89906             :     },
   89907             :     ._data = "MutableSequence.extend",
   89908             : };
   89909             : static
   89910             :     struct {
   89911             :         PyObject_VAR_HEAD
   89912             :         Py_hash_t ob_shash;
   89913             :         char ob_sval[64];
   89914             :     }
   89915             : _collections_abc_toplevel_consts_70_consts_9_linetable = {
   89916             :     .ob_base = {
   89917             :         .ob_base = {
   89918             :             .ob_refcnt = 999999999,
   89919             :             .ob_type = &PyBytes_Type,
   89920             :         },
   89921             :         .ob_size = 63,
   89922             :     },
   89923             :     .ob_shash = -1,
   89924             :     .ob_sval = "\x80\x00\xe0\x0b\x11\x90\x54\x88\x3e\xf0\x00\x01\x09\x22\xdd\x15\x19\x98\x26\x94\x5c\x88\x46\xd8\x11\x17\xf0\x00\x01\x09\x1b\xf1\x00\x01\x09\x1b\x88\x41\xd8\x0c\x10\x8f\x4b\x89\x4b\x98\x01\x8c\x4e\x88\x4e\x88\x4e\xf0\x03\x01\x09\x1b\xf0\x00\x01\x09\x1b",
   89925             : };
   89926             : static
   89927             :     struct {
   89928             :         PyGC_Head _gc_head;
   89929             :         struct {
   89930             :             PyObject_VAR_HEAD
   89931             :             PyObject *ob_item[3];
   89932             :         }_object;
   89933             :     }
   89934             : _collections_abc_toplevel_consts_70_consts_9_localsplusnames = {
   89935             :     ._object = {
   89936             :         .ob_base = {
   89937             :             .ob_base = {
   89938             :                 .ob_refcnt = 999999999,
   89939             :                 .ob_type = &PyTuple_Type,
   89940             :             },
   89941             :             .ob_size = 3,
   89942             :         },
   89943             :         .ob_item = {
   89944             :             & const_str_self._ascii.ob_base,
   89945             :             &_Py_ID(values),
   89946             :             & const_str_v._ascii.ob_base,
   89947             :         },
   89948             :     },
   89949             : };
   89950             : static
   89951             :     struct _PyCode_DEF(88)
   89952             : _collections_abc_toplevel_consts_70_consts_9 = {
   89953             :     .ob_base = {
   89954             :         .ob_base = {
   89955             :             .ob_refcnt = 999999999,
   89956             :             .ob_type = &PyCode_Type,
   89957             :         },
   89958             :         .ob_size = 44,
   89959             :     },
   89960             :     .co_consts = & _collections_abc_toplevel_consts_70_consts_9_consts._object.ob_base.ob_base,
   89961             :     .co_names = & _collections_abc_toplevel_consts_70_consts_9_names._object.ob_base.ob_base,
   89962             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   89963             :     .co_flags = 3,
   89964             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   89965             :     ._co_linearray_entry_size = 0,
   89966             :     .co_argcount = 2,
   89967             :     .co_posonlyargcount = 0,
   89968             :     .co_kwonlyargcount = 0,
   89969             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   89970             :     .co_stacksize = 4,
   89971             :     .co_firstlineno = 1120,
   89972             :     .co_nlocalsplus = 3,
   89973             :     .co_nlocals = 3,
   89974             :     .co_nplaincellvars = 0,
   89975             :     .co_ncellvars = 0,
   89976             :     .co_nfreevars = 0,
   89977             :     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_9_localsplusnames._object.ob_base.ob_base,
   89978             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   89979             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   89980             :     .co_name = &_Py_ID(extend),
   89981             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_9_qualname._ascii.ob_base,
   89982             :     .co_linetable = & _collections_abc_toplevel_consts_70_consts_9_linetable.ob_base.ob_base,
   89983             :     ._co_code = NULL,
   89984             :     ._co_linearray = NULL,
   89985             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x14\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x64\x01\x53\x00",
   89986             :     ._co_firsttraceable = 0,
   89987             : };
   89988             : static
   89989             :     struct {
   89990             :         PyASCIIObject _ascii;
   89991             :         uint8_t _data[154];
   89992             :     }
   89993             : _collections_abc_toplevel_consts_70_consts_11_consts_0 = {
   89994             :     ._ascii = {
   89995             :         .ob_base = {
   89996             :             .ob_refcnt = 999999999,
   89997             :             .ob_type = &PyUnicode_Type,
   89998             :         },
   89999             :         .length = 153,
   90000             :         .hash = -1,
   90001             :         .state = {
   90002             :             .kind = 1,
   90003             :             .compact = 1,
   90004             :             .ascii = 1,
   90005             :         },
   90006             :     },
   90007             :     ._data = "\x53\x2e\x70\x6f\x70\x28\x5b\x69\x6e\x64\x65\x78\x5d\x29\x20\x2d\x3e\x20\x69\x74\x65\x6d\x20\x2d\x2d\x20\x72\x65\x6d\x6f\x76\x65\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x69\x74\x65\x6d\x20\x61\x74\x20\x69\x6e\x64\x65\x78\x20\x28\x64\x65\x66\x61\x75\x6c\x74\x20\x6c\x61\x73\x74\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x20\x49\x6e\x64\x65\x78\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x6c\x69\x73\x74\x20\x69\x73\x20\x65\x6d\x70\x74\x79\x20\x6f\x72\x20\x69\x6e\x64\x65\x78\x20\x69\x73\x20\x6f\x75\x74\x20\x6f\x66\x20\x72\x61\x6e\x67\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   90008             : };
   90009             : static
   90010             :     struct {
   90011             :         PyGC_Head _gc_head;
   90012             :         struct {
   90013             :             PyObject_VAR_HEAD
   90014             :             PyObject *ob_item[1];
   90015             :         }_object;
   90016             :     }
   90017             : _collections_abc_toplevel_consts_70_consts_11_consts = {
   90018             :     ._object = {
   90019             :         .ob_base = {
   90020             :             .ob_base = {
   90021             :                 .ob_refcnt = 999999999,
   90022             :                 .ob_type = &PyTuple_Type,
   90023             :             },
   90024             :             .ob_size = 1,
   90025             :         },
   90026             :         .ob_item = {
   90027             :             & _collections_abc_toplevel_consts_70_consts_11_consts_0._ascii.ob_base,
   90028             :         },
   90029             :     },
   90030             : };
   90031             : static
   90032             :     struct {
   90033             :         PyASCIIObject _ascii;
   90034             :         uint8_t _data[20];
   90035             :     }
   90036             : _collections_abc_toplevel_consts_70_consts_11_qualname = {
   90037             :     ._ascii = {
   90038             :         .ob_base = {
   90039             :             .ob_refcnt = 999999999,
   90040             :             .ob_type = &PyUnicode_Type,
   90041             :         },
   90042             :         .length = 19,
   90043             :         .hash = -1,
   90044             :         .state = {
   90045             :             .kind = 1,
   90046             :             .compact = 1,
   90047             :             .ascii = 1,
   90048             :         },
   90049             :     },
   90050             :     ._data = "MutableSequence.pop",
   90051             : };
   90052             : static
   90053             :     struct {
   90054             :         PyObject_VAR_HEAD
   90055             :         Py_hash_t ob_shash;
   90056             :         char ob_sval[26];
   90057             :     }
   90058             : _collections_abc_toplevel_consts_70_consts_11_linetable = {
   90059             :     .ob_base = {
   90060             :         .ob_base = {
   90061             :             .ob_refcnt = 999999999,
   90062             :             .ob_type = &PyBytes_Type,
   90063             :         },
   90064             :         .ob_size = 25,
   90065             :     },
   90066             :     .ob_shash = -1,
   90067             :     .ob_sval = "\x80\x00\xf0\x08\x00\x0d\x11\x90\x15\x8c\x4b\x88\x01\xd8\x0c\x10\x90\x15\x88\x4b\xd8\x0f\x10\x88\x08",
   90068             : };
   90069             : static
   90070             :     struct {
   90071             :         PyGC_Head _gc_head;
   90072             :         struct {
   90073             :             PyObject_VAR_HEAD
   90074             :             PyObject *ob_item[3];
   90075             :         }_object;
   90076             :     }
   90077             : _collections_abc_toplevel_consts_70_consts_11_localsplusnames = {
   90078             :     ._object = {
   90079             :         .ob_base = {
   90080             :             .ob_base = {
   90081             :                 .ob_refcnt = 999999999,
   90082             :                 .ob_type = &PyTuple_Type,
   90083             :             },
   90084             :             .ob_size = 3,
   90085             :         },
   90086             :         .ob_item = {
   90087             :             & const_str_self._ascii.ob_base,
   90088             :             & const_str_index._ascii.ob_base,
   90089             :             & const_str_v._ascii.ob_base,
   90090             :         },
   90091             :     },
   90092             : };
   90093             : static
   90094             :     struct _PyCode_DEF(28)
   90095             : _collections_abc_toplevel_consts_70_consts_11 = {
   90096             :     .ob_base = {
   90097             :         .ob_base = {
   90098             :             .ob_refcnt = 999999999,
   90099             :             .ob_type = &PyCode_Type,
   90100             :         },
   90101             :         .ob_size = 14,
   90102             :     },
   90103             :     .co_consts = & _collections_abc_toplevel_consts_70_consts_11_consts._object.ob_base.ob_base,
   90104             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   90105             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   90106             :     .co_flags = 3,
   90107             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   90108             :     ._co_linearray_entry_size = 0,
   90109             :     .co_argcount = 2,
   90110             :     .co_posonlyargcount = 0,
   90111             :     .co_kwonlyargcount = 0,
   90112             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   90113             :     .co_stacksize = 2,
   90114             :     .co_firstlineno = 1127,
   90115             :     .co_nlocalsplus = 3,
   90116             :     .co_nlocals = 3,
   90117             :     .co_nplaincellvars = 0,
   90118             :     .co_ncellvars = 0,
   90119             :     .co_nfreevars = 0,
   90120             :     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_11_localsplusnames._object.ob_base.ob_base,
   90121             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   90122             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   90123             :     .co_name = & const_str_pop._ascii.ob_base,
   90124             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_11_qualname._ascii.ob_base,
   90125             :     .co_linetable = & _collections_abc_toplevel_consts_70_consts_11_linetable.ob_base.ob_base,
   90126             :     ._co_code = NULL,
   90127             :     ._co_linearray = NULL,
   90128             :     .co_code_adaptive = "\x97\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x7c\x01\x3d\x00\x7c\x02\x53\x00",
   90129             :     ._co_firsttraceable = 0,
   90130             : };
   90131             : static
   90132             :     struct {
   90133             :         PyASCIIObject _ascii;
   90134             :         uint8_t _data[119];
   90135             :     }
   90136             : _collections_abc_toplevel_consts_70_consts_12_consts_0 = {
   90137             :     ._ascii = {
   90138             :         .ob_base = {
   90139             :             .ob_refcnt = 999999999,
   90140             :             .ob_type = &PyUnicode_Type,
   90141             :         },
   90142             :         .length = 118,
   90143             :         .hash = -1,
   90144             :         .state = {
   90145             :             .kind = 1,
   90146             :             .compact = 1,
   90147             :             .ascii = 1,
   90148             :         },
   90149             :     },
   90150             :     ._data = "\x53\x2e\x72\x65\x6d\x6f\x76\x65\x28\x76\x61\x6c\x75\x65\x29\x20\x2d\x2d\x20\x72\x65\x6d\x6f\x76\x65\x20\x66\x69\x72\x73\x74\x20\x6f\x63\x63\x75\x72\x72\x65\x6e\x63\x65\x20\x6f\x66\x20\x76\x61\x6c\x75\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x74\x68\x65\x20\x76\x61\x6c\x75\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x70\x72\x65\x73\x65\x6e\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   90151             : };
   90152             : static
   90153             :     struct {
   90154             :         PyGC_Head _gc_head;
   90155             :         struct {
   90156             :             PyObject_VAR_HEAD
   90157             :             PyObject *ob_item[2];
   90158             :         }_object;
   90159             :     }
   90160             : _collections_abc_toplevel_consts_70_consts_12_consts = {
   90161             :     ._object = {
   90162             :         .ob_base = {
   90163             :             .ob_base = {
   90164             :                 .ob_refcnt = 999999999,
   90165             :                 .ob_type = &PyTuple_Type,
   90166             :             },
   90167             :             .ob_size = 2,
   90168             :         },
   90169             :         .ob_item = {
   90170             :             & _collections_abc_toplevel_consts_70_consts_12_consts_0._ascii.ob_base,
   90171             :             Py_None,
   90172             :         },
   90173             :     },
   90174             : };
   90175             : static
   90176             :     struct {
   90177             :         PyGC_Head _gc_head;
   90178             :         struct {
   90179             :             PyObject_VAR_HEAD
   90180             :             PyObject *ob_item[1];
   90181             :         }_object;
   90182             :     }
   90183             : _collections_abc_toplevel_consts_70_consts_12_names = {
   90184             :     ._object = {
   90185             :         .ob_base = {
   90186             :             .ob_base = {
   90187             :                 .ob_refcnt = 999999999,
   90188             :                 .ob_type = &PyTuple_Type,
   90189             :             },
   90190             :             .ob_size = 1,
   90191             :         },
   90192             :         .ob_item = {
   90193             :             & const_str_index._ascii.ob_base,
   90194             :         },
   90195             :     },
   90196             : };
   90197             : static
   90198             :     struct {
   90199             :         PyASCIIObject _ascii;
   90200             :         uint8_t _data[23];
   90201             :     }
   90202             : _collections_abc_toplevel_consts_70_consts_12_qualname = {
   90203             :     ._ascii = {
   90204             :         .ob_base = {
   90205             :             .ob_refcnt = 999999999,
   90206             :             .ob_type = &PyUnicode_Type,
   90207             :         },
   90208             :         .length = 22,
   90209             :         .hash = -1,
   90210             :         .state = {
   90211             :             .kind = 1,
   90212             :             .compact = 1,
   90213             :             .ascii = 1,
   90214             :         },
   90215             :     },
   90216             :     ._data = "MutableSequence.remove",
   90217             : };
   90218             : static
   90219             :     struct {
   90220             :         PyObject_VAR_HEAD
   90221             :         Py_hash_t ob_shash;
   90222             :         char ob_sval[28];
   90223             :     }
   90224             : _collections_abc_toplevel_consts_70_consts_12_linetable = {
   90225             :     .ob_base = {
   90226             :         .ob_base = {
   90227             :             .ob_refcnt = 999999999,
   90228             :             .ob_type = &PyBytes_Type,
   90229             :         },
   90230             :         .ob_size = 27,
   90231             :     },
   90232             :     .ob_shash = -1,
   90233             :     .ob_sval = "\x80\x00\xf0\x08\x00\x0d\x11\x90\x14\x97\x1a\x91\x1a\x98\x45\xd4\x11\x22\xd0\x0c\x23\xd0\x0c\x23\xd0\x0c\x23",
   90234             : };
   90235             : static
   90236             :     struct _PyCode_DEF(44)
   90237             : _collections_abc_toplevel_consts_70_consts_12 = {
   90238             :     .ob_base = {
   90239             :         .ob_base = {
   90240             :             .ob_refcnt = 999999999,
   90241             :             .ob_type = &PyCode_Type,
   90242             :         },
   90243             :         .ob_size = 22,
   90244             :     },
   90245             :     .co_consts = & _collections_abc_toplevel_consts_70_consts_12_consts._object.ob_base.ob_base,
   90246             :     .co_names = & _collections_abc_toplevel_consts_70_consts_12_names._object.ob_base.ob_base,
   90247             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   90248             :     .co_flags = 3,
   90249             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   90250             :     ._co_linearray_entry_size = 0,
   90251             :     .co_argcount = 2,
   90252             :     .co_posonlyargcount = 0,
   90253             :     .co_kwonlyargcount = 0,
   90254             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   90255             :     .co_stacksize = 4,
   90256             :     .co_firstlineno = 1135,
   90257             :     .co_nlocalsplus = 2,
   90258             :     .co_nlocals = 2,
   90259             :     .co_nplaincellvars = 0,
   90260             :     .co_ncellvars = 0,
   90261             :     .co_nfreevars = 0,
   90262             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
   90263             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   90264             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   90265             :     .co_name = & const_str_remove._ascii.ob_base,
   90266             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_12_qualname._ascii.ob_base,
   90267             :     .co_linetable = & _collections_abc_toplevel_consts_70_consts_12_linetable.ob_base.ob_base,
   90268             :     ._co_code = NULL,
   90269             :     ._co_linearray = NULL,
   90270             :     .co_code_adaptive = "\x97\x00\x7c\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x64\x01\x53\x00",
   90271             :     ._co_firsttraceable = 0,
   90272             : };
   90273             : static
   90274             :     struct {
   90275             :         PyGC_Head _gc_head;
   90276             :         struct {
   90277             :             PyObject_VAR_HEAD
   90278             :             PyObject *ob_item[1];
   90279             :         }_object;
   90280             :     }
   90281             : _collections_abc_toplevel_consts_70_consts_13_names = {
   90282             :     ._object = {
   90283             :         .ob_base = {
   90284             :             .ob_base = {
   90285             :                 .ob_refcnt = 999999999,
   90286             :                 .ob_type = &PyTuple_Type,
   90287             :             },
   90288             :             .ob_size = 1,
   90289             :         },
   90290             :         .ob_item = {
   90291             :             &_Py_ID(extend),
   90292             :         },
   90293             :     },
   90294             : };
   90295             : static
   90296             :     struct {
   90297             :         PyASCIIObject _ascii;
   90298             :         uint8_t _data[25];
   90299             :     }
   90300             : _collections_abc_toplevel_consts_70_consts_13_qualname = {
   90301             :     ._ascii = {
   90302             :         .ob_base = {
   90303             :             .ob_refcnt = 999999999,
   90304             :             .ob_type = &PyUnicode_Type,
   90305             :         },
   90306             :         .length = 24,
   90307             :         .hash = -1,
   90308             :         .state = {
   90309             :             .kind = 1,
   90310             :             .compact = 1,
   90311             :             .ascii = 1,
   90312             :         },
   90313             :     },
   90314             :     ._data = "MutableSequence.__iadd__",
   90315             : };
   90316             : static
   90317             :     struct {
   90318             :         PyObject_VAR_HEAD
   90319             :         Py_hash_t ob_shash;
   90320             :         char ob_sval[23];
   90321             :     }
   90322             : _collections_abc_toplevel_consts_70_consts_13_linetable = {
   90323             :     .ob_base = {
   90324             :         .ob_base = {
   90325             :             .ob_refcnt = 999999999,
   90326             :             .ob_type = &PyBytes_Type,
   90327             :         },
   90328             :         .ob_size = 22,
   90329             :     },
   90330             :     .ob_shash = -1,
   90331             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\x90\x46\xd4\x08\x1b\xd0\x08\x1b\xd8\x0f\x13\x88\x0b",
   90332             : };
   90333             : static
   90334             :     struct {
   90335             :         PyGC_Head _gc_head;
   90336             :         struct {
   90337             :             PyObject_VAR_HEAD
   90338             :             PyObject *ob_item[2];
   90339             :         }_object;
   90340             :     }
   90341             : _collections_abc_toplevel_consts_70_consts_13_localsplusnames = {
   90342             :     ._object = {
   90343             :         .ob_base = {
   90344             :             .ob_base = {
   90345             :                 .ob_refcnt = 999999999,
   90346             :                 .ob_type = &PyTuple_Type,
   90347             :             },
   90348             :             .ob_size = 2,
   90349             :         },
   90350             :         .ob_item = {
   90351             :             & const_str_self._ascii.ob_base,
   90352             :             &_Py_ID(values),
   90353             :         },
   90354             :     },
   90355             : };
   90356             : static
   90357             :     struct _PyCode_DEF(42)
   90358             : _collections_abc_toplevel_consts_70_consts_13 = {
   90359             :     .ob_base = {
   90360             :         .ob_base = {
   90361             :             .ob_refcnt = 999999999,
   90362             :             .ob_type = &PyCode_Type,
   90363             :         },
   90364             :         .ob_size = 21,
   90365             :     },
   90366             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   90367             :     .co_names = & _collections_abc_toplevel_consts_70_consts_13_names._object.ob_base.ob_base,
   90368             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   90369             :     .co_flags = 3,
   90370             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   90371             :     ._co_linearray_entry_size = 0,
   90372             :     .co_argcount = 2,
   90373             :     .co_posonlyargcount = 0,
   90374             :     .co_kwonlyargcount = 0,
   90375             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   90376             :     .co_stacksize = 3,
   90377             :     .co_firstlineno = 1141,
   90378             :     .co_nlocalsplus = 2,
   90379             :     .co_nlocals = 2,
   90380             :     .co_nplaincellvars = 0,
   90381             :     .co_ncellvars = 0,
   90382             :     .co_nfreevars = 0,
   90383             :     .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_13_localsplusnames._object.ob_base.ob_base,
   90384             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   90385             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   90386             :     .co_name = &_Py_ID(__iadd__),
   90387             :     .co_qualname = & _collections_abc_toplevel_consts_70_consts_13_qualname._ascii.ob_base,
   90388             :     .co_linetable = & _collections_abc_toplevel_consts_70_consts_13_linetable.ob_base.ob_base,
   90389             :     ._co_code = NULL,
   90390             :     ._co_linearray = NULL,
   90391             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
   90392             :     ._co_firsttraceable = 0,
   90393             : };
   90394             : static
   90395             :     struct {
   90396             :         PyGC_Head _gc_head;
   90397             :         struct {
   90398             :             PyObject_VAR_HEAD
   90399             :             PyObject *ob_item[16];
   90400             :         }_object;
   90401             :     }
   90402             : _collections_abc_toplevel_consts_70_consts = {
   90403             :     ._object = {
   90404             :         .ob_base = {
   90405             :             .ob_base = {
   90406             :                 .ob_refcnt = 999999999,
   90407             :                 .ob_type = &PyTuple_Type,
   90408             :             },
   90409             :             .ob_size = 16,
   90410             :         },
   90411             :         .ob_item = {
   90412             :             & const_str_MutableSequence._ascii.ob_base,
   90413             :             & _collections_abc_toplevel_consts_70_consts_1._ascii.ob_base,
   90414             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   90415             :             & _collections_abc_toplevel_consts_70_consts_3.ob_base.ob_base,
   90416             :             & _collections_abc_toplevel_consts_70_consts_4.ob_base.ob_base,
   90417             :             & _collections_abc_toplevel_consts_70_consts_5.ob_base.ob_base,
   90418             :             & _collections_abc_toplevel_consts_70_consts_6.ob_base.ob_base,
   90419             :             & _collections_abc_toplevel_consts_70_consts_7.ob_base.ob_base,
   90420             :             & _collections_abc_toplevel_consts_70_consts_8.ob_base.ob_base,
   90421             :             & _collections_abc_toplevel_consts_70_consts_9.ob_base.ob_base,
   90422             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   90423             :             & _collections_abc_toplevel_consts_70_consts_11.ob_base.ob_base,
   90424             :             & _collections_abc_toplevel_consts_70_consts_12.ob_base.ob_base,
   90425             :             & _collections_abc_toplevel_consts_70_consts_13.ob_base.ob_base,
   90426             :             Py_None,
   90427             :             & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
   90428             :         },
   90429             :     },
   90430             : };
   90431             : static
   90432             :     struct {
   90433             :         PyGC_Head _gc_head;
   90434             :         struct {
   90435             :             PyObject_VAR_HEAD
   90436             :             PyObject *ob_item[16];
   90437             :         }_object;
   90438             :     }
   90439             : _collections_abc_toplevel_consts_70_names = {
   90440             :     ._object = {
   90441             :         .ob_base = {
   90442             :             .ob_base = {
   90443             :                 .ob_refcnt = 999999999,
   90444             :                 .ob_type = &PyTuple_Type,
   90445             :             },
   90446             :             .ob_size = 16,
   90447             :         },
   90448             :         .ob_item = {
   90449             :             &_Py_ID(__name__),
   90450             :             &_Py_ID(__module__),
   90451             :             &_Py_ID(__qualname__),
   90452             :             &_Py_ID(__doc__),
   90453             :             &_Py_ID(__slots__),
   90454             :             & const_str_abstractmethod._ascii.ob_base,
   90455             :             &_Py_ID(__setitem__),
   90456             :             &_Py_ID(__delitem__),
   90457             :             & const_str_insert._ascii.ob_base,
   90458             :             &_Py_ID(append),
   90459             :             &_Py_ID(clear),
   90460             :             & const_str_reverse._ascii.ob_base,
   90461             :             &_Py_ID(extend),
   90462             :             & const_str_pop._ascii.ob_base,
   90463             :             & const_str_remove._ascii.ob_base,
   90464             :             &_Py_ID(__iadd__),
   90465             :         },
   90466             :     },
   90467             : };
   90468             : static
   90469             :     struct {
   90470             :         PyObject_VAR_HEAD
   90471             :         Py_hash_t ob_shash;
   90472             :         char ob_sval[221];
   90473             :     }
   90474             : _collections_abc_toplevel_consts_70_linetable = {
   90475             :     .ob_base = {
   90476             :         .ob_base = {
   90477             :             .ob_refcnt = 999999999,
   90478             :             .ob_type = &PyBytes_Type,
   90479             :         },
   90480             :         .ob_size = 220,
   90481             :     },
   90482             :     .ob_shash = -1,
   90483             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0c\x00\x11\x13\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x19\xf0\x00\x01\x05\x19\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x06\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x00\x01\x05\x19\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x06\x00\x06\x14\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x19\xf0\x08\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x08\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x10\x04\x05\x38\xf0\x00\x04\x05\x38\xf0\x00\x04\x05\x38\xf0\x0c\x05\x05\x1b\xf0\x00\x05\x05\x1b\xf0\x00\x05\x05\x1b\xf0\x0e\x00\x19\x1b\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x10\x04\x05\x24\xf0\x00\x04\x05\x24\xf0\x00\x04\x05\x24\xf0\x0c\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14",
   90484             : };
   90485             : static
   90486             :     struct _PyCode_DEF(120)
   90487             : _collections_abc_toplevel_consts_70 = {
   90488             :     .ob_base = {
   90489             :         .ob_base = {
   90490             :             .ob_refcnt = 999999999,
   90491             :             .ob_type = &PyCode_Type,
   90492             :         },
   90493             :         .ob_size = 60,
   90494             :     },
   90495             :     .co_consts = & _collections_abc_toplevel_consts_70_consts._object.ob_base.ob_base,
   90496             :     .co_names = & _collections_abc_toplevel_consts_70_names._object.ob_base.ob_base,
   90497             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   90498             :     .co_flags = 0,
   90499             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   90500             :     ._co_linearray_entry_size = 0,
   90501             :     .co_argcount = 0,
   90502             :     .co_posonlyargcount = 0,
   90503             :     .co_kwonlyargcount = 0,
   90504             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   90505             :     .co_stacksize = 2,
   90506             :     .co_firstlineno = 1080,
   90507             :     .co_nlocalsplus = 0,
   90508             :     .co_nlocals = 0,
   90509             :     .co_nplaincellvars = 0,
   90510             :     .co_ncellvars = 0,
   90511             :     .co_nfreevars = 0,
   90512             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   90513             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   90514             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   90515             :     .co_name = & const_str_MutableSequence._ascii.ob_base,
   90516             :     .co_qualname = & const_str_MutableSequence._ascii.ob_base,
   90517             :     .co_linetable = & _collections_abc_toplevel_consts_70_linetable.ob_base.ob_base,
   90518             :     ._co_code = NULL,
   90519             :     ._co_linearray = NULL,
   90520             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x65\x05\x64\x05\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x64\x06\x84\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x64\x08\x84\x00\x5a\x0b\x64\x09\x84\x00\x5a\x0c\x64\x0f\x64\x0b\x84\x01\x5a\x0d\x64\x0c\x84\x00\x5a\x0e\x64\x0d\x84\x00\x5a\x0f\x64\x0e\x53\x00",
   90521             :     ._co_firsttraceable = 0,
   90522             : };
   90523             : static
   90524             :     struct {
   90525             :         PyGC_Head _gc_head;
   90526             :         struct {
   90527             :             PyObject_VAR_HEAD
   90528             :             PyObject *ob_item[72];
   90529             :         }_object;
   90530             :     }
   90531             : _collections_abc_toplevel_consts = {
   90532             :     ._object = {
   90533             :         .ob_base = {
   90534             :             .ob_base = {
   90535             :                 .ob_refcnt = 999999999,
   90536             :                 .ob_type = &PyTuple_Type,
   90537             :             },
   90538             :             .ob_size = 72,
   90539             :         },
   90540             :         .ob_item = {
   90541             :             & _collections_abc_toplevel_consts_0._ascii.ob_base,
   90542             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   90543             :             & _collections_abc_toplevel_consts_2._object.ob_base.ob_base,
   90544             :             Py_None,
   90545             :             Py_Ellipsis,
   90546             :             & _collections_abc_toplevel_consts_5.ob_base.ob_base,
   90547             :             & _collections_abc_toplevel_consts_6._object.ob_base.ob_base,
   90548             :             & _collections_abc_toplevel_consts_7._ascii.ob_base,
   90549             :             (PyObject *)&_Py_SINGLETON(bytes_empty),
   90550             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   90551             :             & const_int_1000.ob_base.ob_base,
   90552             :             &_Py_STR(empty),
   90553             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   90554             :             & _collections_abc_toplevel_consts_13.ob_base.ob_base,
   90555             :             & _collections_abc_toplevel_consts_14.ob_base.ob_base,
   90556             :             & _collections_abc_toplevel_consts_15.ob_base.ob_base,
   90557             :             & _collections_abc_toplevel_consts_16.ob_base.ob_base,
   90558             :             & _collections_abc_toplevel_consts_17.ob_base.ob_base,
   90559             :             & const_str_Hashable._ascii.ob_base,
   90560             :             & abc_toplevel_consts_17._object.ob_base.ob_base,
   90561             :             & _collections_abc_toplevel_consts_20.ob_base.ob_base,
   90562             :             & const_str_Awaitable._ascii.ob_base,
   90563             :             & _collections_abc_toplevel_consts_22.ob_base.ob_base,
   90564             :             & const_str_Coroutine._ascii.ob_base,
   90565             :             & _collections_abc_toplevel_consts_24.ob_base.ob_base,
   90566             :             & const_str_AsyncIterable._ascii.ob_base,
   90567             :             & _collections_abc_toplevel_consts_26.ob_base.ob_base,
   90568             :             & const_str_AsyncIterator._ascii.ob_base,
   90569             :             & _collections_abc_toplevel_consts_28.ob_base.ob_base,
   90570             :             & const_str_AsyncGenerator._ascii.ob_base,
   90571             :             & _collections_abc_toplevel_consts_30.ob_base.ob_base,
   90572             :             & const_str_Iterable._ascii.ob_base,
   90573             :             & _collections_abc_toplevel_consts_32.ob_base.ob_base,
   90574             :             & const_str_Iterator._ascii.ob_base,
   90575             :             & _collections_abc_toplevel_consts_34.ob_base.ob_base,
   90576             :             & const_str_Reversible._ascii.ob_base,
   90577             :             & _collections_abc_toplevel_consts_36.ob_base.ob_base,
   90578             :             & const_str_Generator._ascii.ob_base,
   90579             :             & _collections_abc_toplevel_consts_38.ob_base.ob_base,
   90580             :             & const_str_Sized._ascii.ob_base,
   90581             :             & _collections_abc_toplevel_consts_40.ob_base.ob_base,
   90582             :             & const_str_Container._ascii.ob_base,
   90583             :             & _collections_abc_toplevel_consts_42.ob_base.ob_base,
   90584             :             & const_str_Collection._ascii.ob_base,
   90585             :             & _collections_abc_toplevel_consts_44.ob_base.ob_base,
   90586             :             & const_str__CallableGenericAlias._ascii.ob_base,
   90587             :             & _collections_abc_toplevel_consts_46.ob_base.ob_base,
   90588             :             & _collections_abc_toplevel_consts_47.ob_base.ob_base,
   90589             :             & _collections_abc_toplevel_consts_48.ob_base.ob_base,
   90590             :             & const_str_Callable._ascii.ob_base,
   90591             :             & _collections_abc_toplevel_consts_50.ob_base.ob_base,
   90592             :             & const_str_Set._ascii.ob_base,
   90593             :             & _collections_abc_toplevel_consts_52.ob_base.ob_base,
   90594             :             & const_str_MutableSet._ascii.ob_base,
   90595             :             & _collections_abc_toplevel_consts_54.ob_base.ob_base,
   90596             :             & const_str_Mapping._ascii.ob_base,
   90597             :             & _collections_abc_toplevel_consts_56.ob_base.ob_base,
   90598             :             & const_str_MappingView._ascii.ob_base,
   90599             :             & _collections_abc_toplevel_consts_58.ob_base.ob_base,
   90600             :             & const_str_KeysView._ascii.ob_base,
   90601             :             & _collections_abc_toplevel_consts_60.ob_base.ob_base,
   90602             :             & const_str_ItemsView._ascii.ob_base,
   90603             :             & _collections_abc_toplevel_consts_62.ob_base.ob_base,
   90604             :             & const_str_ValuesView._ascii.ob_base,
   90605             :             & _collections_abc_toplevel_consts_64.ob_base.ob_base,
   90606             :             & const_str_MutableMapping._ascii.ob_base,
   90607             :             & _collections_abc_toplevel_consts_66.ob_base.ob_base,
   90608             :             & const_str_Sequence._ascii.ob_base,
   90609             :             & _collections_abc_toplevel_consts_68.ob_base.ob_base,
   90610             :             & const_str_ByteString._ascii.ob_base,
   90611             :             & _collections_abc_toplevel_consts_70.ob_base.ob_base,
   90612             :             & const_str_MutableSequence._ascii.ob_base,
   90613             :         },
   90614             :     },
   90615             : };
   90616             : static
   90617             :     struct {
   90618             :         PyASCIIObject _ascii;
   90619             :         uint8_t _data[13];
   90620             :     }
   90621             : const_str_EllipsisType = {
   90622             :     ._ascii = {
   90623             :         .ob_base = {
   90624             :             .ob_refcnt = 999999999,
   90625             :             .ob_type = &PyUnicode_Type,
   90626             :         },
   90627             :         .length = 12,
   90628             :         .hash = -1,
   90629             :         .state = {
   90630             :             .kind = 1,
   90631             :             .compact = 1,
   90632             :             .ascii = 1,
   90633             :         },
   90634             :     },
   90635             :     ._data = "EllipsisType",
   90636             : };
   90637             : static
   90638             :     struct {
   90639             :         PyASCIIObject _ascii;
   90640             :         uint8_t _data[15];
   90641             :     }
   90642             : const_str_bytes_iterator = {
   90643             :     ._ascii = {
   90644             :         .ob_base = {
   90645             :             .ob_refcnt = 999999999,
   90646             :             .ob_type = &PyUnicode_Type,
   90647             :         },
   90648             :         .length = 14,
   90649             :         .hash = -1,
   90650             :         .state = {
   90651             :             .kind = 1,
   90652             :             .compact = 1,
   90653             :             .ascii = 1,
   90654             :         },
   90655             :     },
   90656             :     ._data = "bytes_iterator",
   90657             : };
   90658             : static
   90659             :     struct {
   90660             :         PyASCIIObject _ascii;
   90661             :         uint8_t _data[19];
   90662             :     }
   90663             : const_str_bytearray_iterator = {
   90664             :     ._ascii = {
   90665             :         .ob_base = {
   90666             :             .ob_refcnt = 999999999,
   90667             :             .ob_type = &PyUnicode_Type,
   90668             :         },
   90669             :         .length = 18,
   90670             :         .hash = -1,
   90671             :         .state = {
   90672             :             .kind = 1,
   90673             :             .compact = 1,
   90674             :             .ascii = 1,
   90675             :         },
   90676             :     },
   90677             :     ._data = "bytearray_iterator",
   90678             : };
   90679             : static
   90680             :     struct {
   90681             :         PyASCIIObject _ascii;
   90682             :         uint8_t _data[17];
   90683             :     }
   90684             : const_str_dict_keyiterator = {
   90685             :     ._ascii = {
   90686             :         .ob_base = {
   90687             :             .ob_refcnt = 999999999,
   90688             :             .ob_type = &PyUnicode_Type,
   90689             :         },
   90690             :         .length = 16,
   90691             :         .hash = -1,
   90692             :         .state = {
   90693             :             .kind = 1,
   90694             :             .compact = 1,
   90695             :             .ascii = 1,
   90696             :         },
   90697             :     },
   90698             :     ._data = "dict_keyiterator",
   90699             : };
   90700             : static
   90701             :     struct {
   90702             :         PyASCIIObject _ascii;
   90703             :         uint8_t _data[19];
   90704             :     }
   90705             : const_str_dict_valueiterator = {
   90706             :     ._ascii = {
   90707             :         .ob_base = {
   90708             :             .ob_refcnt = 999999999,
   90709             :             .ob_type = &PyUnicode_Type,
   90710             :         },
   90711             :         .length = 18,
   90712             :         .hash = -1,
   90713             :         .state = {
   90714             :             .kind = 1,
   90715             :             .compact = 1,
   90716             :             .ascii = 1,
   90717             :         },
   90718             :     },
   90719             :     ._data = "dict_valueiterator",
   90720             : };
   90721             : static
   90722             :     struct {
   90723             :         PyASCIIObject _ascii;
   90724             :         uint8_t _data[18];
   90725             :     }
   90726             : const_str_dict_itemiterator = {
   90727             :     ._ascii = {
   90728             :         .ob_base = {
   90729             :             .ob_refcnt = 999999999,
   90730             :             .ob_type = &PyUnicode_Type,
   90731             :         },
   90732             :         .length = 17,
   90733             :         .hash = -1,
   90734             :         .state = {
   90735             :             .kind = 1,
   90736             :             .compact = 1,
   90737             :             .ascii = 1,
   90738             :         },
   90739             :     },
   90740             :     ._data = "dict_itemiterator",
   90741             : };
   90742             : static
   90743             :     struct {
   90744             :         PyASCIIObject _ascii;
   90745             :         uint8_t _data[14];
   90746             :     }
   90747             : const_str_list_iterator = {
   90748             :     ._ascii = {
   90749             :         .ob_base = {
   90750             :             .ob_refcnt = 999999999,
   90751             :             .ob_type = &PyUnicode_Type,
   90752             :         },
   90753             :         .length = 13,
   90754             :         .hash = -1,
   90755             :         .state = {
   90756             :             .kind = 1,
   90757             :             .compact = 1,
   90758             :             .ascii = 1,
   90759             :         },
   90760             :     },
   90761             :     ._data = "list_iterator",
   90762             : };
   90763             : static
   90764             :     struct {
   90765             :         PyASCIIObject _ascii;
   90766             :         uint8_t _data[21];
   90767             :     }
   90768             : const_str_list_reverseiterator = {
   90769             :     ._ascii = {
   90770             :         .ob_base = {
   90771             :             .ob_refcnt = 999999999,
   90772             :             .ob_type = &PyUnicode_Type,
   90773             :         },
   90774             :         .length = 20,
   90775             :         .hash = -1,
   90776             :         .state = {
   90777             :             .kind = 1,
   90778             :             .compact = 1,
   90779             :             .ascii = 1,
   90780             :         },
   90781             :     },
   90782             :     ._data = "list_reverseiterator",
   90783             : };
   90784             : static
   90785             :     struct {
   90786             :         PyASCIIObject _ascii;
   90787             :         uint8_t _data[15];
   90788             :     }
   90789             : const_str_range_iterator = {
   90790             :     ._ascii = {
   90791             :         .ob_base = {
   90792             :             .ob_refcnt = 999999999,
   90793             :             .ob_type = &PyUnicode_Type,
   90794             :         },
   90795             :         .length = 14,
   90796             :         .hash = -1,
   90797             :         .state = {
   90798             :             .kind = 1,
   90799             :             .compact = 1,
   90800             :             .ascii = 1,
   90801             :         },
   90802             :     },
   90803             :     ._data = "range_iterator",
   90804             : };
   90805             : static
   90806             :     struct {
   90807             :         PyASCIIObject _ascii;
   90808             :         uint8_t _data[19];
   90809             :     }
   90810             : const_str_longrange_iterator = {
   90811             :     ._ascii = {
   90812             :         .ob_base = {
   90813             :             .ob_refcnt = 999999999,
   90814             :             .ob_type = &PyUnicode_Type,
   90815             :         },
   90816             :         .length = 18,
   90817             :         .hash = -1,
   90818             :         .state = {
   90819             :             .kind = 1,
   90820             :             .compact = 1,
   90821             :             .ascii = 1,
   90822             :         },
   90823             :     },
   90824             :     ._data = "longrange_iterator",
   90825             : };
   90826             : static
   90827             :     struct {
   90828             :         PyASCIIObject _ascii;
   90829             :         uint8_t _data[13];
   90830             :     }
   90831             : const_str_set_iterator = {
   90832             :     ._ascii = {
   90833             :         .ob_base = {
   90834             :             .ob_refcnt = 999999999,
   90835             :             .ob_type = &PyUnicode_Type,
   90836             :         },
   90837             :         .length = 12,
   90838             :         .hash = -1,
   90839             :         .state = {
   90840             :             .kind = 1,
   90841             :             .compact = 1,
   90842             :             .ascii = 1,
   90843             :         },
   90844             :     },
   90845             :     ._data = "set_iterator",
   90846             : };
   90847             : static
   90848             :     struct {
   90849             :         PyASCIIObject _ascii;
   90850             :         uint8_t _data[13];
   90851             :     }
   90852             : const_str_str_iterator = {
   90853             :     ._ascii = {
   90854             :         .ob_base = {
   90855             :             .ob_refcnt = 999999999,
   90856             :             .ob_type = &PyUnicode_Type,
   90857             :         },
   90858             :         .length = 12,
   90859             :         .hash = -1,
   90860             :         .state = {
   90861             :             .kind = 1,
   90862             :             .compact = 1,
   90863             :             .ascii = 1,
   90864             :         },
   90865             :     },
   90866             :     ._data = "str_iterator",
   90867             : };
   90868             : static
   90869             :     struct {
   90870             :         PyASCIIObject _ascii;
   90871             :         uint8_t _data[15];
   90872             :     }
   90873             : const_str_tuple_iterator = {
   90874             :     ._ascii = {
   90875             :         .ob_base = {
   90876             :             .ob_refcnt = 999999999,
   90877             :             .ob_type = &PyUnicode_Type,
   90878             :         },
   90879             :         .length = 14,
   90880             :         .hash = -1,
   90881             :         .state = {
   90882             :             .kind = 1,
   90883             :             .compact = 1,
   90884             :             .ascii = 1,
   90885             :         },
   90886             :     },
   90887             :     ._data = "tuple_iterator",
   90888             : };
   90889             : static
   90890             :     struct {
   90891             :         PyASCIIObject _ascii;
   90892             :         uint8_t _data[4];
   90893             :     }
   90894             : const_str_zip = {
   90895             :     ._ascii = {
   90896             :         .ob_base = {
   90897             :             .ob_refcnt = 999999999,
   90898             :             .ob_type = &PyUnicode_Type,
   90899             :         },
   90900             :         .length = 3,
   90901             :         .hash = -1,
   90902             :         .state = {
   90903             :             .kind = 1,
   90904             :             .compact = 1,
   90905             :             .ascii = 1,
   90906             :         },
   90907             :     },
   90908             :     ._data = "zip",
   90909             : };
   90910             : static
   90911             :     struct {
   90912             :         PyASCIIObject _ascii;
   90913             :         uint8_t _data[13];
   90914             :     }
   90915             : const_str_zip_iterator = {
   90916             :     ._ascii = {
   90917             :         .ob_base = {
   90918             :             .ob_refcnt = 999999999,
   90919             :             .ob_type = &PyUnicode_Type,
   90920             :         },
   90921             :         .length = 12,
   90922             :         .hash = -1,
   90923             :         .state = {
   90924             :             .kind = 1,
   90925             :             .compact = 1,
   90926             :             .ascii = 1,
   90927             :         },
   90928             :     },
   90929             :     ._data = "zip_iterator",
   90930             : };
   90931             : static
   90932             :     struct {
   90933             :         PyASCIIObject _ascii;
   90934             :         uint8_t _data[10];
   90935             :     }
   90936             : const_str_dict_keys = {
   90937             :     ._ascii = {
   90938             :         .ob_base = {
   90939             :             .ob_refcnt = 999999999,
   90940             :             .ob_type = &PyUnicode_Type,
   90941             :         },
   90942             :         .length = 9,
   90943             :         .hash = -1,
   90944             :         .state = {
   90945             :             .kind = 1,
   90946             :             .compact = 1,
   90947             :             .ascii = 1,
   90948             :         },
   90949             :     },
   90950             :     ._data = "dict_keys",
   90951             : };
   90952             : static
   90953             :     struct {
   90954             :         PyASCIIObject _ascii;
   90955             :         uint8_t _data[12];
   90956             :     }
   90957             : const_str_dict_values = {
   90958             :     ._ascii = {
   90959             :         .ob_base = {
   90960             :             .ob_refcnt = 999999999,
   90961             :             .ob_type = &PyUnicode_Type,
   90962             :         },
   90963             :         .length = 11,
   90964             :         .hash = -1,
   90965             :         .state = {
   90966             :             .kind = 1,
   90967             :             .compact = 1,
   90968             :             .ascii = 1,
   90969             :         },
   90970             :     },
   90971             :     ._data = "dict_values",
   90972             : };
   90973             : static
   90974             :     struct {
   90975             :         PyASCIIObject _ascii;
   90976             :         uint8_t _data[11];
   90977             :     }
   90978             : const_str_dict_items = {
   90979             :     ._ascii = {
   90980             :         .ob_base = {
   90981             :             .ob_refcnt = 999999999,
   90982             :             .ob_type = &PyUnicode_Type,
   90983             :         },
   90984             :         .length = 10,
   90985             :         .hash = -1,
   90986             :         .state = {
   90987             :             .kind = 1,
   90988             :             .compact = 1,
   90989             :             .ascii = 1,
   90990             :         },
   90991             :     },
   90992             :     ._data = "dict_items",
   90993             : };
   90994             : static
   90995             :     struct {
   90996             :         PyASCIIObject _ascii;
   90997             :         uint8_t _data[13];
   90998             :     }
   90999             : const_str_mappingproxy = {
   91000             :     ._ascii = {
   91001             :         .ob_base = {
   91002             :             .ob_refcnt = 999999999,
   91003             :             .ob_type = &PyUnicode_Type,
   91004             :         },
   91005             :         .length = 12,
   91006             :         .hash = -1,
   91007             :         .state = {
   91008             :             .kind = 1,
   91009             :             .compact = 1,
   91010             :             .ascii = 1,
   91011             :         },
   91012             :     },
   91013             :     ._data = "mappingproxy",
   91014             : };
   91015             : static
   91016             :     struct {
   91017             :         PyASCIIObject _ascii;
   91018             :         uint8_t _data[10];
   91019             :     }
   91020             : const_str_generator = {
   91021             :     ._ascii = {
   91022             :         .ob_base = {
   91023             :             .ob_refcnt = 999999999,
   91024             :             .ob_type = &PyUnicode_Type,
   91025             :         },
   91026             :         .length = 9,
   91027             :         .hash = -1,
   91028             :         .state = {
   91029             :             .kind = 1,
   91030             :             .compact = 1,
   91031             :             .ascii = 1,
   91032             :         },
   91033             :     },
   91034             :     ._data = "generator",
   91035             : };
   91036             : static
   91037             :     struct {
   91038             :         PyASCIIObject _ascii;
   91039             :         uint8_t _data[10];
   91040             :     }
   91041             : const_str_coroutine = {
   91042             :     ._ascii = {
   91043             :         .ob_base = {
   91044             :             .ob_refcnt = 999999999,
   91045             :             .ob_type = &PyUnicode_Type,
   91046             :         },
   91047             :         .length = 9,
   91048             :         .hash = -1,
   91049             :         .state = {
   91050             :             .kind = 1,
   91051             :             .compact = 1,
   91052             :             .ascii = 1,
   91053             :         },
   91054             :     },
   91055             :     ._data = "coroutine",
   91056             : };
   91057             : static
   91058             :     struct {
   91059             :         PyASCIIObject _ascii;
   91060             :         uint8_t _data[16];
   91061             :     }
   91062             : const_str_async_generator = {
   91063             :     ._ascii = {
   91064             :         .ob_base = {
   91065             :             .ob_refcnt = 999999999,
   91066             :             .ob_type = &PyUnicode_Type,
   91067             :         },
   91068             :         .length = 15,
   91069             :         .hash = -1,
   91070             :         .state = {
   91071             :             .kind = 1,
   91072             :             .compact = 1,
   91073             :             .ascii = 1,
   91074             :         },
   91075             :     },
   91076             :     ._data = "async_generator",
   91077             : };
   91078             : static
   91079             :     struct {
   91080             :         PyGC_Head _gc_head;
   91081             :         struct {
   91082             :             PyObject_VAR_HEAD
   91083             :             PyObject *ob_item[83];
   91084             :         }_object;
   91085             :     }
   91086             : _collections_abc_toplevel_names = {
   91087             :     ._object = {
   91088             :         .ob_base = {
   91089             :             .ob_base = {
   91090             :                 .ob_refcnt = 999999999,
   91091             :                 .ob_type = &PyTuple_Type,
   91092             :             },
   91093             :             .ob_size = 83,
   91094             :         },
   91095             :         .ob_item = {
   91096             :             &_Py_ID(__doc__),
   91097             :             & const_str_abc._ascii.ob_base,
   91098             :             & const_str_ABCMeta._ascii.ob_base,
   91099             :             & const_str_abstractmethod._ascii.ob_base,
   91100             :             & const_str_sys._ascii.ob_base,
   91101             :             & const_str_type._ascii.ob_base,
   91102             :             & const_str_list._ascii.ob_base,
   91103             :             & const_str_int._ascii.ob_base,
   91104             :             & const_str_GenericAlias._ascii.ob_base,
   91105             :             & const_str_EllipsisType._ascii.ob_base,
   91106             :             & const_str__f._ascii.ob_base,
   91107             :             & const_str_FunctionType._ascii.ob_base,
   91108             :             &_Py_ID(__all__),
   91109             :             &_Py_ID(__name__),
   91110             :             &_Py_ID(iter),
   91111             :             & const_str_bytes_iterator._ascii.ob_base,
   91112             :             & const_str_bytearray._ascii.ob_base,
   91113             :             & const_str_bytearray_iterator._ascii.ob_base,
   91114             :             &_Py_ID(keys),
   91115             :             & const_str_dict_keyiterator._ascii.ob_base,
   91116             :             &_Py_ID(values),
   91117             :             & const_str_dict_valueiterator._ascii.ob_base,
   91118             :             &_Py_ID(items),
   91119             :             & const_str_dict_itemiterator._ascii.ob_base,
   91120             :             & const_str_list_iterator._ascii.ob_base,
   91121             :             &_Py_ID(reversed),
   91122             :             & const_str_list_reverseiterator._ascii.ob_base,
   91123             :             & const_str_range._ascii.ob_base,
   91124             :             & const_str_range_iterator._ascii.ob_base,
   91125             :             & const_str_longrange_iterator._ascii.ob_base,
   91126             :             & const_str_set._ascii.ob_base,
   91127             :             & const_str_set_iterator._ascii.ob_base,
   91128             :             & const_str_str_iterator._ascii.ob_base,
   91129             :             & const_str_tuple_iterator._ascii.ob_base,
   91130             :             & const_str_zip._ascii.ob_base,
   91131             :             & const_str_zip_iterator._ascii.ob_base,
   91132             :             & const_str_dict_keys._ascii.ob_base,
   91133             :             & const_str_dict_values._ascii.ob_base,
   91134             :             & const_str_dict_items._ascii.ob_base,
   91135             :             &_Py_ID(__dict__),
   91136             :             & const_str_mappingproxy._ascii.ob_base,
   91137             :             & const_str_generator._ascii.ob_base,
   91138             :             & const_str__coro._ascii.ob_base,
   91139             :             & const_str_coroutine._ascii.ob_base,
   91140             :             &_Py_ID(close),
   91141             :             & const_str__ag._ascii.ob_base,
   91142             :             & const_str_async_generator._ascii.ob_base,
   91143             :             & const_str__check_methods._ascii.ob_base,
   91144             :             & const_str_Hashable._ascii.ob_base,
   91145             :             & const_str_Awaitable._ascii.ob_base,
   91146             :             & const_str_Coroutine._ascii.ob_base,
   91147             :             & const_str_register._ascii.ob_base,
   91148             :             & const_str_AsyncIterable._ascii.ob_base,
   91149             :             & const_str_AsyncIterator._ascii.ob_base,
   91150             :             & const_str_AsyncGenerator._ascii.ob_base,
   91151             :             & const_str_Iterable._ascii.ob_base,
   91152             :             & const_str_Iterator._ascii.ob_base,
   91153             :             & const_str_Reversible._ascii.ob_base,
   91154             :             & const_str_Generator._ascii.ob_base,
   91155             :             & const_str_Sized._ascii.ob_base,
   91156             :             & const_str_Container._ascii.ob_base,
   91157             :             & const_str_Collection._ascii.ob_base,
   91158             :             & const_str__CallableGenericAlias._ascii.ob_base,
   91159             :             & const_str__is_param_expr._ascii.ob_base,
   91160             :             & const_str__type_repr._ascii.ob_base,
   91161             :             & const_str_Callable._ascii.ob_base,
   91162             :             & const_str_Set._ascii.ob_base,
   91163             :             & const_str_frozenset._ascii.ob_base,
   91164             :             & const_str_MutableSet._ascii.ob_base,
   91165             :             & const_str_Mapping._ascii.ob_base,
   91166             :             & const_str_MappingView._ascii.ob_base,
   91167             :             & const_str_KeysView._ascii.ob_base,
   91168             :             & const_str_ItemsView._ascii.ob_base,
   91169             :             & const_str_ValuesView._ascii.ob_base,
   91170             :             & const_str_MutableMapping._ascii.ob_base,
   91171             :             & const_str_dict._ascii.ob_base,
   91172             :             & const_str_Sequence._ascii.ob_base,
   91173             :             & const_str_tuple._ascii.ob_base,
   91174             :             & const_str_str._ascii.ob_base,
   91175             :             & const_str_memoryview._ascii.ob_base,
   91176             :             & const_str_ByteString._ascii.ob_base,
   91177             :             & const_str_bytes._ascii.ob_base,
   91178             :             & const_str_MutableSequence._ascii.ob_base,
   91179             :         },
   91180             :     },
   91181             : };
   91182             : static
   91183             :     struct {
   91184             :         PyObject_VAR_HEAD
   91185             :         Py_hash_t ob_shash;
   91186             :         char ob_sval[2248];
   91187             :     }
   91188             : _collections_abc_toplevel_linetable = {
   91189             :     .ob_base = {
   91190             :         .ob_base = {
   91191             :             .ob_refcnt = 999999999,
   91192             :             .ob_type = &PyBytes_Type,
   91193             :         },
   91194             :         .ob_size = 2247,
   91195             :     },
   91196             :     .ob_shash = -1,
   91197             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x08\x03\x01\x04\xf0\x00\x03\x01\x04\xf0\x3e\x00\x01\x28\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xe0\x0f\x13\x88\x74\x90\x44\x98\x13\x94\x49\x8c\x7f\x80\x0c\xd8\x0f\x13\x88\x74\x90\x43\x8c\x79\x80\x0c\xd8\x00\x0e\x80\x0e\x80\x0e\xd8\x0f\x13\x88\x74\x90\x42\x8c\x78\x80\x0c\xd8\x04\x06\xf0\x04\x09\x0b\x0d\xf0\x00\x09\x0b\x0d\xf0\x00\x09\x0b\x0d\x80\x07\xf0\x1e\x00\x0c\x1d\x80\x08\xf0\x12\x00\x12\x16\x90\x14\x90\x64\x90\x64\x98\x33\x94\x69\x94\x1f\x80\x0e\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x79\x98\x79\x9c\x7b\xd4\x1a\x2b\xd4\x15\x2c\xd0\x00\x12\xe0\x13\x17\x90\x34\x98\x04\x98\x04\x98\x52\x9f\x57\x99\x57\x9c\x59\x9c\x0f\xd4\x13\x28\xd0\x00\x10\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x72\x9f\x79\x99\x79\x9c\x7b\xd4\x1a\x2b\xd4\x15\x2c\xd0\x00\x12\xd8\x14\x18\x90\x44\x98\x14\x98\x14\x98\x62\x9f\x68\x99\x68\x9c\x6a\xd4\x19\x29\xd4\x14\x2a\xd0\x00\x11\xd8\x10\x14\x90\x04\x90\x54\x90\x54\x98\x22\x94\x58\x94\x0e\x80\x0d\xd8\x17\x1b\x90\x74\x98\x44\x98\x44\xa0\x18\xa0\x18\xa8\x22\xa4\x1c\xd4\x1c\x2e\xd4\x17\x2f\xd0\x00\x14\xd8\x11\x15\x90\x14\x90\x64\x90\x64\x98\x35\x98\x35\xa0\x11\x9c\x38\x94\x6e\xd4\x11\x25\x80\x0e\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x75\x98\x75\xa0\x51\xa8\x24\xa1\x59\xd4\x1f\x2f\xd4\x1a\x30\xd4\x15\x31\xd0\x00\x12\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x13\x98\x13\x9c\x15\x94\x4b\xd4\x0f\x20\x80\x0c\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x12\x94\x48\x8c\x7e\x80\x0c\xd8\x11\x15\x90\x14\x90\x64\x90\x64\x98\x32\x94\x68\x94\x1e\x80\x0e\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x13\x98\x13\x9c\x15\x94\x4b\xd4\x0f\x20\x80\x0c\xe0\x0c\x10\x88\x44\x90\x12\x97\x17\x91\x17\x94\x19\x8c\x4f\x80\x09\xd8\x0e\x12\x88\x64\x90\x32\x97\x39\x91\x39\x94\x3b\xd4\x0e\x1f\x80\x0b\xd8\x0d\x11\x88\x54\x90\x22\x97\x28\x91\x28\x94\x2a\xd4\x0d\x1d\x80\x0a\xe0\x0f\x13\x88\x74\x90\x44\x97\x4d\x91\x4d\xd4\x0f\x22\x80\x0c\xd8\x0c\x10\x88\x44\x90\x2f\x90\x2f\x90\x2f\xd4\x11\x24\xd4\x0c\x25\x80\x09\xe0\x00\x17\xd0\x00\x17\xd0\x00\x17\xd8\x08\x0d\x88\x05\x8c\x07\x80\x05\xd8\x0c\x10\x88\x44\x90\x15\x8c\x4b\x80\x09\xd8\x00\x05\x87\x0b\x81\x0b\x84\x0d\x80\x0d\xd8\x04\x09\xe0\x00\x16\xd0\x00\x16\xd0\x00\x16\xd8\x06\x09\x80\x63\x84\x65\x80\x03\xd8\x12\x16\x90\x24\x90\x73\x94\x29\x80\x0f\xd8\x04\x07\xf0\x0a\x0a\x01\x10\xf0\x00\x0a\x01\x10\xf0\x00\x0a\x01\x10\xf0\x18\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\x98\x17\xf0\x00\x0c\x01\x1e\xf4\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x1e\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\x98\x27\xf0\x00\x0e\x01\x32\xf4\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x22\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\x90\x09\xf4\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x52\x01\x00\x01\x0a\xd7\x00\x12\xd1\x00\x12\x90\x39\xd4\x00\x1d\xd0\x00\x1d\xf0\x06\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\x98\x67\xf0\x00\x0e\x01\x32\xf4\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x22\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\x90\x4d\xf4\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x26\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\x90\x5d\xf4\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x60\x01\x00\x01\x0f\xd7\x00\x17\xd1\x00\x17\x98\x0f\xd4\x00\x28\xd0\x00\x28\xf0\x06\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\x98\x17\xf0\x00\x0f\x01\x32\xf4\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x24\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\x88\x78\xf4\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x26\x00\x01\x09\xd7\x00\x11\xd1\x00\x11\x90\x2e\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x24\xd4\x00\x25\xd0\x00\x25\xe0\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x22\xd4\x00\x23\xd0\x00\x23\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x24\xd4\x00\x25\xd0\x00\x25\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x23\xd4\x00\x24\xd0\x00\x24\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2d\xd4\x00\x20\xd0\x00\x20\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x26\xd4\x00\x27\xd0\x00\x27\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2e\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x24\xd4\x00\x25\xd0\x00\x25\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2c\xd4\x00\x1f\xd0\x00\x1f\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2c\xd4\x00\x1f\xd0\x00\x1f\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2e\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2c\xd4\x00\x1f\xd0\x00\x1f\xf0\x06\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\x90\x18\xf4\x00\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\xf0\x20\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\x90\x08\xf4\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x60\x01\x00\x01\x0a\xd7\x00\x12\xd1\x00\x12\x90\x39\xd4\x00\x1d\xd0\x00\x1d\xf0\x06\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\x90\x67\xf0\x00\x0c\x01\x1e\xf4\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x1e\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\x98\x27\xf0\x00\x0e\x01\x32\xf4\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x22\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\x90\x15\x98\x08\xa0\x29\xf4\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x16\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\x98\x4c\xf4\x00\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\xf0\x7a\x01\x0a\x01\x56\x01\xf0\x00\x0a\x01\x56\x01\xf0\x00\x0a\x01\x56\x01\xf0\x18\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x26\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\x98\x17\xf0\x00\x0e\x01\x3b\xf4\x00\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\xf0\x28\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\x88\x2a\xf4\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x54\x04\x00\x01\x04\x87\x0c\x81\x0c\x88\x59\xd4\x00\x17\xd0\x00\x17\xf0\x06\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\x90\x13\xf4\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x60\x02\x00\x01\x0b\xd7\x00\x13\xd1\x00\x13\x90\x43\xd4\x00\x18\xd0\x00\x18\xf0\x0a\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x00\x31\x01\x18\x88\x6a\xf4\x00\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x66\x01\x00\x01\x08\xd7\x00\x10\xd1\x00\x10\x90\x1c\xd4\x00\x1e\xd0\x00\x1e\xf0\x06\x0d\x01\x32\xf0\x00\x0d\x01\x32\xf0\x00\x0d\x01\x32\xf0\x00\x0d\x01\x32\xf0\x00\x0d\x01\x32\x90\x25\xf4\x00\x0d\x01\x32\xf0\x00\x0d\x01\x32\xf0\x20\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\x88\x7b\x98\x43\xf4\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x1e\x00\x01\x09\xd7\x00\x11\xd1\x00\x11\x90\x29\xd4\x00\x1c\xd0\x00\x1c\xf0\x06\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\x90\x0b\x98\x53\xf4\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x2c\x00\x01\x0a\xd7\x00\x12\xd1\x00\x12\x90\x3a\xd4\x00\x1e\xd0\x00\x1e\xf0\x06\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\x90\x1b\x98\x6a\xf4\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x20\x00\x01\x0b\xd7\x00\x13\xd1\x00\x13\x90\x4b\xd4\x00\x20\xd0\x00\x20\xf0\x06\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\x90\x57\xf4\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x64\x02\x00\x01\x0f\xd7\x00\x17\xd1\x00\x17\x98\x04\xd4\x00\x1d\xd0\x00\x1d\xf0\x0a\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\x88\x7a\x98\x3a\xf4\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x7e\x01\x00\x01\x09\xd7\x00\x11\xd1\x00\x11\x90\x25\xd4\x00\x18\xd0\x00\x18\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x23\xd4\x00\x16\xd0\x00\x16\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x25\xd4\x00\x18\xd0\x00\x18\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2a\xd4\x00\x1d\xd0\x00\x1d\xf0\x06\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x00\x06\x01\x13\x90\x18\xf4\x00\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x10\x00\x01\x0b\xd7\x00\x13\xd1\x00\x13\x90\x45\xd4\x00\x1a\xd0\x00\x1a\xd8\x00\x0a\xd7\x00\x13\xd1\x00\x13\x90\x49\xd4\x00\x1e\xd0\x00\x1e\xf0\x06\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\x90\x68\xf4\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x44\x02\x00\x01\x10\xd7\x00\x18\xd1\x00\x18\x98\x14\xd4\x00\x1e\xd0\x00\x1e\xd8\x00\x0f\xd7\x00\x18\xd1\x00\x18\x98\x19\xd4\x00\x23\xd0\x00\x23\xd0\x00\x23\xd0\x00\x23",
   91198             : };
   91199             : static
   91200             :     struct _PyCode_DEF(2826)
   91201             : _collections_abc_toplevel = {
   91202             :     .ob_base = {
   91203             :         .ob_base = {
   91204             :             .ob_refcnt = 999999999,
   91205             :             .ob_type = &PyCode_Type,
   91206             :         },
   91207             :         .ob_size = 1413,
   91208             :     },
   91209             :     .co_consts = & _collections_abc_toplevel_consts._object.ob_base.ob_base,
   91210             :     .co_names = & _collections_abc_toplevel_names._object.ob_base.ob_base,
   91211             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   91212             :     .co_flags = 0,
   91213             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   91214             :     ._co_linearray_entry_size = 0,
   91215             :     .co_argcount = 0,
   91216             :     .co_posonlyargcount = 0,
   91217             :     .co_kwonlyargcount = 0,
   91218             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   91219             :     .co_stacksize = 8,
   91220             :     .co_firstlineno = 1,
   91221             :     .co_nlocalsplus = 0,
   91222             :     .co_nlocals = 0,
   91223             :     .co_nplaincellvars = 0,
   91224             :     .co_ncellvars = 0,
   91225             :     .co_nfreevars = 0,
   91226             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   91227             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   91228             :     .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
   91229             :     .co_name = &_Py_STR(anon_module),
   91230             :     .co_qualname = &_Py_STR(anon_module),
   91231             :     .co_linetable = & _collections_abc_toplevel_linetable.ob_base.ob_base,
   91232             :     ._co_code = NULL,
   91233             :     ._co_linearray = NULL,
   91234             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x6d\x02\x5a\x02\x6d\x03\x5a\x03\x01\x00\x64\x01\x64\x03\x6c\x04\x5a\x04\x02\x00\x65\x05\x65\x06\x65\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x02\x00\x65\x05\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x05\x84\x00\x5a\x0a\x02\x00\x65\x05\x65\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x5b\x0a\x67\x00\x64\x06\xa2\x01\x5a\x0c\x64\x07\x5a\x0d\x02\x00\x65\x05\x02\x00\x65\x0e\x64\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0f\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x10\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x13\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x15\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\x6a\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x17\x02\x00\x65\x05\x02\x00\x65\x0e\x67\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x18\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x19\x67\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1a\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x1b\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1c\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x1b\x64\x09\x64\x0a\x7a\x03\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1d\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x1e\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1f\x02\x00\x65\x05\x02\x00\x65\x0e\x64\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x02\x00\x65\x05\x02\x00\x65\x0e\x64\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x22\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x23\x02\x00\x65\x05\x69\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x24\x02\x00\x65\x05\x69\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x25\x02\x00\x65\x05\x69\x00\x6a\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x26\x02\x00\x65\x05\x65\x05\x6a\x4e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x28\x02\x00\x65\x05\x02\x00\x64\x0d\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x29\x64\x0e\x84\x00\x5a\x2a\x02\x00\x65\x2a\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x05\x65\x2a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2b\x65\x2a\x6a\x59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x5b\x2a\x64\x0f\x84\x00\x5a\x2d\x02\x00\x65\x2d\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2d\x02\x00\x65\x05\x65\x2d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2e\x5b\x2d\x64\x10\x84\x00\x5a\x2f\x02\x00\x47\x00\x64\x11\x84\x00\x64\x12\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x30\x02\x00\x47\x00\x64\x14\x84\x00\x64\x15\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x31\x02\x00\x47\x00\x64\x16\x84\x00\x64\x17\x65\x31\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x32\x65\x32\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x2b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x18\x84\x00\x64\x19\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x34\x02\x00\x47\x00\x64\x1a\x84\x00\x64\x1b\x65\x34\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x35\x02\x00\x47\x00\x64\x1c\x84\x00\x64\x1d\x65\x35\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x36\x65\x36\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x2e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x1e\x84\x00\x64\x1f\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x37\x02\x00\x47\x00\x64\x20\x84\x00\x64\x21\x65\x37\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x38\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x13\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x15\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x17\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x18\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x20\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x21\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x23\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x22\x84\x00\x64\x23\x65\x37\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x39\x02\x00\x47\x00\x64\x24\x84\x00\x64\x25\x65\x38\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3a\x65\x3a\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x29\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x26\x84\x00\x64\x27\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3b\x02\x00\x47\x00\x64\x28\x84\x00\x64\x29\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3c\x02\x00\x47\x00\x64\x2a\x84\x00\x64\x2b\x65\x3b\x65\x37\x65\x3c\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3d\x02\x00\x47\x00\x64\x2c\x84\x00\x64\x2d\x65\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3e\x64\x2e\x84\x00\x5a\x3f\x64\x2f\x84\x00\x5a\x40\x02\x00\x47\x00\x64\x30\x84\x00\x64\x31\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x41\x02\x00\x47\x00\x64\x32\x84\x00\x64\x33\x65\x3d\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x42\x65\x42\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x43\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x34\x84\x00\x64\x35\x65\x42\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x44\x65\x44\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x36\x84\x00\x64\x37\x65\x3d\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x45\x65\x45\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x28\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x38\x84\x00\x64\x39\x65\x3b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x46\x02\x00\x47\x00\x64\x3a\x84\x00\x64\x3b\x65\x46\x65\x42\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x47\x65\x47\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x24\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x3c\x84\x00\x64\x3d\x65\x46\x65\x42\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x48\x65\x48\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x26\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x3e\x84\x00\x64\x3f\x65\x46\x65\x3d\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x49\x65\x49\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x25\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x40\x84\x00\x64\x41\x65\x45\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4a\x65\x4a\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x42\x84\x00\x64\x43\x65\x39\x65\x3d\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4c\x65\x4c\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x44\x84\x00\x64\x45\x65\x4c\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x50\x65\x50\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x51\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x50\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x46\x84\x00\x64\x47\x65\x4c\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x52\x65\x52\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x52\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00",
   91235             :     ._co_firsttraceable = 0,
   91236             : };
   91237           8 : static void _collections_abc_do_patchups(void) {
   91238           8 : }
   91239             : 
   91240             : PyObject *
   91241           8 : _Py_get__collections_abc_toplevel(void)
   91242             : {
   91243           8 :     _collections_abc_do_patchups();
   91244           8 :     return Py_NewRef((PyObject *) &_collections_abc_toplevel);
   91245             : }
   91246             : 
   91247             : static
   91248             :     struct {
   91249             :         PyASCIIObject _ascii;
   91250             :         uint8_t _data[62];
   91251             :     }
   91252             : _sitebuiltins_toplevel_consts_0 = {
   91253             :     ._ascii = {
   91254             :         .ob_base = {
   91255             :             .ob_refcnt = 999999999,
   91256             :             .ob_type = &PyUnicode_Type,
   91257             :         },
   91258             :         .length = 61,
   91259             :         .hash = -1,
   91260             :         .state = {
   91261             :             .kind = 1,
   91262             :             .compact = 1,
   91263             :             .ascii = 1,
   91264             :         },
   91265             :     },
   91266             :     ._data = "\x0a\x54\x68\x65\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x75\x73\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x73\x69\x74\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x74\x6f\x20\x61\x64\x64\x20\x63\x75\x73\x74\x6f\x6d\x20\x62\x75\x69\x6c\x74\x69\x6e\x73\x2e\x0a",
   91267             : };
   91268             : static
   91269             :     struct {
   91270             :         PyASCIIObject _ascii;
   91271             :         uint8_t _data[8];
   91272             :     }
   91273             : const_str_Quitter = {
   91274             :     ._ascii = {
   91275             :         .ob_base = {
   91276             :             .ob_refcnt = 999999999,
   91277             :             .ob_type = &PyUnicode_Type,
   91278             :         },
   91279             :         .length = 7,
   91280             :         .hash = -1,
   91281             :         .state = {
   91282             :             .kind = 1,
   91283             :             .compact = 1,
   91284             :             .ascii = 1,
   91285             :         },
   91286             :     },
   91287             :     ._data = "Quitter",
   91288             : };
   91289             : static
   91290             :     struct {
   91291             :         PyASCIIObject _ascii;
   91292             :         uint8_t _data[4];
   91293             :     }
   91294             : const_str_eof = {
   91295             :     ._ascii = {
   91296             :         .ob_base = {
   91297             :             .ob_refcnt = 999999999,
   91298             :             .ob_type = &PyUnicode_Type,
   91299             :         },
   91300             :         .length = 3,
   91301             :         .hash = -1,
   91302             :         .state = {
   91303             :             .kind = 1,
   91304             :             .compact = 1,
   91305             :             .ascii = 1,
   91306             :         },
   91307             :     },
   91308             :     ._data = "eof",
   91309             : };
   91310             : static
   91311             :     struct {
   91312             :         PyGC_Head _gc_head;
   91313             :         struct {
   91314             :             PyObject_VAR_HEAD
   91315             :             PyObject *ob_item[2];
   91316             :         }_object;
   91317             :     }
   91318             : _sitebuiltins_toplevel_consts_3_consts_1_names = {
   91319             :     ._object = {
   91320             :         .ob_base = {
   91321             :             .ob_base = {
   91322             :                 .ob_refcnt = 999999999,
   91323             :                 .ob_type = &PyTuple_Type,
   91324             :             },
   91325             :             .ob_size = 2,
   91326             :         },
   91327             :         .ob_item = {
   91328             :             &_Py_ID(name),
   91329             :             & const_str_eof._ascii.ob_base,
   91330             :         },
   91331             :     },
   91332             : };
   91333             : static
   91334             :     struct {
   91335             :         PyASCIIObject _ascii;
   91336             :         uint8_t _data[23];
   91337             :     }
   91338             : _sitebuiltins_toplevel_consts_3_consts_1_filename = {
   91339             :     ._ascii = {
   91340             :         .ob_base = {
   91341             :             .ob_refcnt = 999999999,
   91342             :             .ob_type = &PyUnicode_Type,
   91343             :         },
   91344             :         .length = 22,
   91345             :         .hash = -1,
   91346             :         .state = {
   91347             :             .kind = 1,
   91348             :             .compact = 1,
   91349             :             .ascii = 1,
   91350             :         },
   91351             :     },
   91352             :     ._data = "<frozen _sitebuiltins>",
   91353             : };
   91354             : static
   91355             :     struct {
   91356             :         PyASCIIObject _ascii;
   91357             :         uint8_t _data[17];
   91358             :     }
   91359             : _sitebuiltins_toplevel_consts_3_consts_1_qualname = {
   91360             :     ._ascii = {
   91361             :         .ob_base = {
   91362             :             .ob_refcnt = 999999999,
   91363             :             .ob_type = &PyUnicode_Type,
   91364             :         },
   91365             :         .length = 16,
   91366             :         .hash = -1,
   91367             :         .state = {
   91368             :             .kind = 1,
   91369             :             .compact = 1,
   91370             :             .ascii = 1,
   91371             :         },
   91372             :     },
   91373             :     ._data = "Quitter.__init__",
   91374             : };
   91375             : static
   91376             :     struct {
   91377             :         PyObject_VAR_HEAD
   91378             :         Py_hash_t ob_shash;
   91379             :         char ob_sval[21];
   91380             :     }
   91381             : _sitebuiltins_toplevel_consts_3_consts_1_linetable = {
   91382             :     .ob_base = {
   91383             :         .ob_base = {
   91384             :             .ob_refcnt = 999999999,
   91385             :             .ob_type = &PyBytes_Type,
   91386             :         },
   91387             :         .ob_size = 20,
   91388             :     },
   91389             :     .ob_shash = -1,
   91390             :     .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x13\x16\x88\x04\x8c\x08\x88\x08\x88\x08",
   91391             : };
   91392             : static
   91393             :     struct {
   91394             :         PyGC_Head _gc_head;
   91395             :         struct {
   91396             :             PyObject_VAR_HEAD
   91397             :             PyObject *ob_item[3];
   91398             :         }_object;
   91399             :     }
   91400             : _sitebuiltins_toplevel_consts_3_consts_1_localsplusnames = {
   91401             :     ._object = {
   91402             :         .ob_base = {
   91403             :             .ob_base = {
   91404             :                 .ob_refcnt = 999999999,
   91405             :                 .ob_type = &PyTuple_Type,
   91406             :             },
   91407             :             .ob_size = 3,
   91408             :         },
   91409             :         .ob_item = {
   91410             :             & const_str_self._ascii.ob_base,
   91411             :             &_Py_ID(name),
   91412             :             & const_str_eof._ascii.ob_base,
   91413             :         },
   91414             :     },
   91415             : };
   91416             : static
   91417             :     struct _PyCode_DEF(34)
   91418             : _sitebuiltins_toplevel_consts_3_consts_1 = {
   91419             :     .ob_base = {
   91420             :         .ob_base = {
   91421             :             .ob_refcnt = 999999999,
   91422             :             .ob_type = &PyCode_Type,
   91423             :         },
   91424             :         .ob_size = 17,
   91425             :     },
   91426             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   91427             :     .co_names = & _sitebuiltins_toplevel_consts_3_consts_1_names._object.ob_base.ob_base,
   91428             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   91429             :     .co_flags = 3,
   91430             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   91431             :     ._co_linearray_entry_size = 0,
   91432             :     .co_argcount = 3,
   91433             :     .co_posonlyargcount = 0,
   91434             :     .co_kwonlyargcount = 0,
   91435             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   91436             :     .co_stacksize = 2,
   91437             :     .co_firstlineno = 14,
   91438             :     .co_nlocalsplus = 3,
   91439             :     .co_nlocals = 3,
   91440             :     .co_nplaincellvars = 0,
   91441             :     .co_ncellvars = 0,
   91442             :     .co_nfreevars = 0,
   91443             :     .co_localsplusnames = & _sitebuiltins_toplevel_consts_3_consts_1_localsplusnames._object.ob_base.ob_base,
   91444             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
   91445             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   91446             :     .co_name = &_Py_ID(__init__),
   91447             :     .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_1_qualname._ascii.ob_base,
   91448             :     .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_1_linetable.ob_base.ob_base,
   91449             :     ._co_code = NULL,
   91450             :     ._co_linearray = NULL,
   91451             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   91452             :     ._co_firsttraceable = 0,
   91453             : };
   91454             : static
   91455             :     struct {
   91456             :         PyASCIIObject _ascii;
   91457             :         uint8_t _data[5];
   91458             :     }
   91459             : _sitebuiltins_toplevel_consts_3_consts_2_consts_1 = {
   91460             :     ._ascii = {
   91461             :         .ob_base = {
   91462             :             .ob_refcnt = 999999999,
   91463             :             .ob_type = &PyUnicode_Type,
   91464             :         },
   91465             :         .length = 4,
   91466             :         .hash = -1,
   91467             :         .state = {
   91468             :             .kind = 1,
   91469             :             .compact = 1,
   91470             :             .ascii = 1,
   91471             :         },
   91472             :     },
   91473             :     ._data = "Use ",
   91474             : };
   91475             : static
   91476             :     struct {
   91477             :         PyASCIIObject _ascii;
   91478             :         uint8_t _data[7];
   91479             :     }
   91480             : _sitebuiltins_toplevel_consts_3_consts_2_consts_2 = {
   91481             :     ._ascii = {
   91482             :         .ob_base = {
   91483             :             .ob_refcnt = 999999999,
   91484             :             .ob_type = &PyUnicode_Type,
   91485             :         },
   91486             :         .length = 6,
   91487             :         .hash = -1,
   91488             :         .state = {
   91489             :             .kind = 1,
   91490             :             .compact = 1,
   91491             :             .ascii = 1,
   91492             :         },
   91493             :     },
   91494             :     ._data = "() or ",
   91495             : };
   91496             : static
   91497             :     struct {
   91498             :         PyASCIIObject _ascii;
   91499             :         uint8_t _data[9];
   91500             :     }
   91501             : _sitebuiltins_toplevel_consts_3_consts_2_consts_3 = {
   91502             :     ._ascii = {
   91503             :         .ob_base = {
   91504             :             .ob_refcnt = 999999999,
   91505             :             .ob_type = &PyUnicode_Type,
   91506             :         },
   91507             :         .length = 8,
   91508             :         .hash = -1,
   91509             :         .state = {
   91510             :             .kind = 1,
   91511             :             .compact = 1,
   91512             :             .ascii = 1,
   91513             :         },
   91514             :     },
   91515             :     ._data = " to exit",
   91516             : };
   91517             : static
   91518             :     struct {
   91519             :         PyGC_Head _gc_head;
   91520             :         struct {
   91521             :             PyObject_VAR_HEAD
   91522             :             PyObject *ob_item[4];
   91523             :         }_object;
   91524             :     }
   91525             : _sitebuiltins_toplevel_consts_3_consts_2_consts = {
   91526             :     ._object = {
   91527             :         .ob_base = {
   91528             :             .ob_base = {
   91529             :                 .ob_refcnt = 999999999,
   91530             :                 .ob_type = &PyTuple_Type,
   91531             :             },
   91532             :             .ob_size = 4,
   91533             :         },
   91534             :         .ob_item = {
   91535             :             Py_None,
   91536             :             & _sitebuiltins_toplevel_consts_3_consts_2_consts_1._ascii.ob_base,
   91537             :             & _sitebuiltins_toplevel_consts_3_consts_2_consts_2._ascii.ob_base,
   91538             :             & _sitebuiltins_toplevel_consts_3_consts_2_consts_3._ascii.ob_base,
   91539             :         },
   91540             :     },
   91541             : };
   91542             : static
   91543             :     struct {
   91544             :         PyASCIIObject _ascii;
   91545             :         uint8_t _data[17];
   91546             :     }
   91547             : _sitebuiltins_toplevel_consts_3_consts_2_qualname = {
   91548             :     ._ascii = {
   91549             :         .ob_base = {
   91550             :             .ob_refcnt = 999999999,
   91551             :             .ob_type = &PyUnicode_Type,
   91552             :         },
   91553             :         .length = 16,
   91554             :         .hash = -1,
   91555             :         .state = {
   91556             :             .kind = 1,
   91557             :             .compact = 1,
   91558             :             .ascii = 1,
   91559             :         },
   91560             :     },
   91561             :     ._data = "Quitter.__repr__",
   91562             : };
   91563             : static
   91564             :     struct {
   91565             :         PyObject_VAR_HEAD
   91566             :         Py_hash_t ob_shash;
   91567             :         char ob_sval[32];
   91568             :     }
   91569             : _sitebuiltins_toplevel_consts_3_consts_2_linetable = {
   91570             :     .ob_base = {
   91571             :         .ob_base = {
   91572             :             .ob_refcnt = 999999999,
   91573             :             .ob_type = &PyBytes_Type,
   91574             :         },
   91575             :         .ob_size = 31,
   91576             :     },
   91577             :     .ob_shash = -1,
   91578             :     .ob_sval = "\x80\x00\x80\x00\xd8\x2b\x2f\xaf\x39\xa9\x39\xa8\x39\xa8\x39\xb0\x64\xb7\x68\xb1\x68\xb0\x68\xb0\x68\xd0\x0f\x3f\xd0\x08\x3f",
   91579             : };
   91580             : static
   91581             :     struct _PyCode_DEF(60)
   91582             : _sitebuiltins_toplevel_consts_3_consts_2 = {
   91583             :     .ob_base = {
   91584             :         .ob_base = {
   91585             :             .ob_refcnt = 999999999,
   91586             :             .ob_type = &PyCode_Type,
   91587             :         },
   91588             :         .ob_size = 30,
   91589             :     },
   91590             :     .co_consts = & _sitebuiltins_toplevel_consts_3_consts_2_consts._object.ob_base.ob_base,
   91591             :     .co_names = & _sitebuiltins_toplevel_consts_3_consts_1_names._object.ob_base.ob_base,
   91592             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   91593             :     .co_flags = 3,
   91594             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   91595             :     ._co_linearray_entry_size = 0,
   91596             :     .co_argcount = 1,
   91597             :     .co_posonlyargcount = 0,
   91598             :     .co_kwonlyargcount = 0,
   91599             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   91600             :     .co_stacksize = 5,
   91601             :     .co_firstlineno = 17,
   91602             :     .co_nlocalsplus = 1,
   91603             :     .co_nlocals = 1,
   91604             :     .co_nplaincellvars = 0,
   91605             :     .co_ncellvars = 0,
   91606             :     .co_nfreevars = 0,
   91607             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   91608             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   91609             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   91610             :     .co_name = &_Py_ID(__repr__),
   91611             :     .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_2_qualname._ascii.ob_base,
   91612             :     .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_2_linetable.ob_base.ob_base,
   91613             :     ._co_code = NULL,
   91614             :     ._co_linearray = NULL,
   91615             :     .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x03\x9d\x05\x53\x00",
   91616             :     ._co_firsttraceable = 0,
   91617             : };
   91618             : static
   91619             :     struct {
   91620             :         PyASCIIObject _ascii;
   91621             :         uint8_t _data[11];
   91622             :     }
   91623             : const_str_SystemExit = {
   91624             :     ._ascii = {
   91625             :         .ob_base = {
   91626             :             .ob_refcnt = 999999999,
   91627             :             .ob_type = &PyUnicode_Type,
   91628             :         },
   91629             :         .length = 10,
   91630             :         .hash = -1,
   91631             :         .state = {
   91632             :             .kind = 1,
   91633             :             .compact = 1,
   91634             :             .ascii = 1,
   91635             :         },
   91636             :     },
   91637             :     ._data = "SystemExit",
   91638             : };
   91639             : static
   91640             :     struct {
   91641             :         PyGC_Head _gc_head;
   91642             :         struct {
   91643             :             PyObject_VAR_HEAD
   91644             :             PyObject *ob_item[4];
   91645             :         }_object;
   91646             :     }
   91647             : _sitebuiltins_toplevel_consts_3_consts_4_names = {
   91648             :     ._object = {
   91649             :         .ob_base = {
   91650             :             .ob_base = {
   91651             :                 .ob_refcnt = 999999999,
   91652             :                 .ob_type = &PyTuple_Type,
   91653             :             },
   91654             :             .ob_size = 4,
   91655             :         },
   91656             :         .ob_item = {
   91657             :             & const_str_sys._ascii.ob_base,
   91658             :             &_Py_ID(stdin),
   91659             :             &_Py_ID(close),
   91660             :             & const_str_SystemExit._ascii.ob_base,
   91661             :         },
   91662             :     },
   91663             : };
   91664             : static
   91665             :     struct {
   91666             :         PyASCIIObject _ascii;
   91667             :         uint8_t _data[17];
   91668             :     }
   91669             : _sitebuiltins_toplevel_consts_3_consts_4_qualname = {
   91670             :     ._ascii = {
   91671             :         .ob_base = {
   91672             :             .ob_refcnt = 999999999,
   91673             :             .ob_type = &PyUnicode_Type,
   91674             :         },
   91675             :         .length = 16,
   91676             :         .hash = -1,
   91677             :         .state = {
   91678             :             .kind = 1,
   91679             :             .compact = 1,
   91680             :             .ascii = 1,
   91681             :         },
   91682             :     },
   91683             :     ._data = "Quitter.__call__",
   91684             : };
   91685             : static
   91686             :     struct {
   91687             :         PyObject_VAR_HEAD
   91688             :         Py_hash_t ob_shash;
   91689             :         char ob_sval[52];
   91690             :     }
   91691             : _sitebuiltins_toplevel_consts_3_consts_4_linetable = {
   91692             :     .ob_base = {
   91693             :         .ob_base = {
   91694             :             .ob_refcnt = 999999999,
   91695             :             .ob_type = &PyBytes_Type,
   91696             :         },
   91697             :         .ob_size = 51,
   91698             :     },
   91699             :     .ob_shash = -1,
   91700             :     .ob_sval = "\x80\x00\xf0\x06\x03\x09\x11\xdd\x0c\x0f\x8f\x49\x89\x49\x8f\x4f\x89\x4f\xd4\x0c\x1d\xd0\x0c\x1d\xf5\x06\x00\x0f\x19\x98\x14\xd4\x0e\x1e\xd0\x08\x1e\xf8\xf0\x05\x01\x09\x11\xd8\x0c\x10\x88\x44\xf8\xf8\xf8",
   91701             : };
   91702             : static
   91703             :     struct {
   91704             :         PyObject_VAR_HEAD
   91705             :         Py_hash_t ob_shash;
   91706             :         char ob_sval[9];
   91707             :     }
   91708             : _sitebuiltins_toplevel_consts_3_consts_4_exceptiontable = {
   91709             :     .ob_base = {
   91710             :         .ob_base = {
   91711             :             .ob_refcnt = 999999999,
   91712             :             .ob_type = &PyBytes_Type,
   91713             :         },
   91714             :         .ob_size = 8,
   91715             :     },
   91716             :     .ob_shash = -1,
   91717             :     .ob_sval = "\x82\x20\x2f\x00\xaf\x02\x33\x03",
   91718             : };
   91719             : static
   91720             :     struct {
   91721             :         PyGC_Head _gc_head;
   91722             :         struct {
   91723             :             PyObject_VAR_HEAD
   91724             :             PyObject *ob_item[2];
   91725             :         }_object;
   91726             :     }
   91727             : _sitebuiltins_toplevel_consts_3_consts_4_localsplusnames = {
   91728             :     ._object = {
   91729             :         .ob_base = {
   91730             :             .ob_base = {
   91731             :                 .ob_refcnt = 999999999,
   91732             :                 .ob_type = &PyTuple_Type,
   91733             :             },
   91734             :             .ob_size = 2,
   91735             :         },
   91736             :         .ob_item = {
   91737             :             & const_str_self._ascii.ob_base,
   91738             :             &_Py_ID(code),
   91739             :         },
   91740             :     },
   91741             : };
   91742             : static
   91743             :     struct _PyCode_DEF(108)
   91744             : _sitebuiltins_toplevel_consts_3_consts_4 = {
   91745             :     .ob_base = {
   91746             :         .ob_base = {
   91747             :             .ob_refcnt = 999999999,
   91748             :             .ob_type = &PyCode_Type,
   91749             :         },
   91750             :         .ob_size = 54,
   91751             :     },
   91752             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   91753             :     .co_names = & _sitebuiltins_toplevel_consts_3_consts_4_names._object.ob_base.ob_base,
   91754             :     .co_exceptiontable = & _sitebuiltins_toplevel_consts_3_consts_4_exceptiontable.ob_base.ob_base,
   91755             :     .co_flags = 3,
   91756             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   91757             :     ._co_linearray_entry_size = 0,
   91758             :     .co_argcount = 2,
   91759             :     .co_posonlyargcount = 0,
   91760             :     .co_kwonlyargcount = 0,
   91761             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   91762             :     .co_stacksize = 4,
   91763             :     .co_firstlineno = 19,
   91764             :     .co_nlocalsplus = 2,
   91765             :     .co_nlocals = 2,
   91766             :     .co_nplaincellvars = 0,
   91767             :     .co_ncellvars = 0,
   91768             :     .co_nfreevars = 0,
   91769             :     .co_localsplusnames = & _sitebuiltins_toplevel_consts_3_consts_4_localsplusnames._object.ob_base.ob_base,
   91770             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   91771             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   91772             :     .co_name = &_Py_ID(__call__),
   91773             :     .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_4_qualname._ascii.ob_base,
   91774             :     .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_4_linetable.ob_base.ob_base,
   91775             :     ._co_code = NULL,
   91776             :     ._co_linearray = NULL,
   91777             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x01\x00\x59\x00\x8c\x11\x78\x03\x59\x00\x77\x01",
   91778             :     ._co_firsttraceable = 0,
   91779             : };
   91780             : static
   91781             :     struct {
   91782             :         PyGC_Head _gc_head;
   91783             :         struct {
   91784             :             PyObject_VAR_HEAD
   91785             :             PyObject *ob_item[6];
   91786             :         }_object;
   91787             :     }
   91788             : _sitebuiltins_toplevel_consts_3_consts = {
   91789             :     ._object = {
   91790             :         .ob_base = {
   91791             :             .ob_base = {
   91792             :                 .ob_refcnt = 999999999,
   91793             :                 .ob_type = &PyTuple_Type,
   91794             :             },
   91795             :             .ob_size = 6,
   91796             :         },
   91797             :         .ob_item = {
   91798             :             & const_str_Quitter._ascii.ob_base,
   91799             :             & _sitebuiltins_toplevel_consts_3_consts_1.ob_base.ob_base,
   91800             :             & _sitebuiltins_toplevel_consts_3_consts_2.ob_base.ob_base,
   91801             :             Py_None,
   91802             :             & _sitebuiltins_toplevel_consts_3_consts_4.ob_base.ob_base,
   91803             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
   91804             :         },
   91805             :     },
   91806             : };
   91807             : static
   91808             :     struct {
   91809             :         PyGC_Head _gc_head;
   91810             :         struct {
   91811             :             PyObject_VAR_HEAD
   91812             :             PyObject *ob_item[6];
   91813             :         }_object;
   91814             :     }
   91815             : _sitebuiltins_toplevel_consts_3_names = {
   91816             :     ._object = {
   91817             :         .ob_base = {
   91818             :             .ob_base = {
   91819             :                 .ob_refcnt = 999999999,
   91820             :                 .ob_type = &PyTuple_Type,
   91821             :             },
   91822             :             .ob_size = 6,
   91823             :         },
   91824             :         .ob_item = {
   91825             :             &_Py_ID(__name__),
   91826             :             &_Py_ID(__module__),
   91827             :             &_Py_ID(__qualname__),
   91828             :             &_Py_ID(__init__),
   91829             :             &_Py_ID(__repr__),
   91830             :             &_Py_ID(__call__),
   91831             :         },
   91832             :     },
   91833             : };
   91834             : static
   91835             :     struct {
   91836             :         PyObject_VAR_HEAD
   91837             :         Py_hash_t ob_shash;
   91838             :         char ob_sval[72];
   91839             :     }
   91840             : _sitebuiltins_toplevel_consts_3_linetable = {
   91841             :     .ob_base = {
   91842             :         .ob_base = {
   91843             :             .ob_refcnt = 999999999,
   91844             :             .ob_type = &PyBytes_Type,
   91845             :         },
   91846             :         .ob_size = 71,
   91847             :     },
   91848             :     .ob_shash = -1,
   91849             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x02\x05\x17\xf0\x00\x02\x05\x17\xf0\x00\x02\x05\x17\xf0\x06\x01\x05\x40\x01\xf0\x00\x01\x05\x40\x01\xf0\x00\x01\x05\x40\x01\xe0\x1c\x20\xf0\x00\x07\x05\x1f\xf0\x00\x07\x05\x1f\xf0\x00\x07\x05\x1f\xf0\x00\x07\x05\x1f\xf0\x00\x07\x05\x1f",
   91850             : };
   91851             : static
   91852             :     struct _PyCode_DEF(34)
   91853             : _sitebuiltins_toplevel_consts_3 = {
   91854             :     .ob_base = {
   91855             :         .ob_base = {
   91856             :             .ob_refcnt = 999999999,
   91857             :             .ob_type = &PyCode_Type,
   91858             :         },
   91859             :         .ob_size = 17,
   91860             :     },
   91861             :     .co_consts = & _sitebuiltins_toplevel_consts_3_consts._object.ob_base.ob_base,
   91862             :     .co_names = & _sitebuiltins_toplevel_consts_3_names._object.ob_base.ob_base,
   91863             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   91864             :     .co_flags = 0,
   91865             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   91866             :     ._co_linearray_entry_size = 0,
   91867             :     .co_argcount = 0,
   91868             :     .co_posonlyargcount = 0,
   91869             :     .co_kwonlyargcount = 0,
   91870             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   91871             :     .co_stacksize = 2,
   91872             :     .co_firstlineno = 13,
   91873             :     .co_nlocalsplus = 0,
   91874             :     .co_nlocals = 0,
   91875             :     .co_nplaincellvars = 0,
   91876             :     .co_ncellvars = 0,
   91877             :     .co_nfreevars = 0,
   91878             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   91879             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   91880             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   91881             :     .co_name = & const_str_Quitter._ascii.ob_base,
   91882             :     .co_qualname = & const_str_Quitter._ascii.ob_base,
   91883             :     .co_linetable = & _sitebuiltins_toplevel_consts_3_linetable.ob_base.ob_base,
   91884             :     ._co_code = NULL,
   91885             :     ._co_linearray = NULL,
   91886             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x05\x64\x04\x84\x01\x5a\x05\x64\x03\x53\x00",
   91887             :     ._co_firsttraceable = 0,
   91888             : };
   91889             : static
   91890             :     struct {
   91891             :         PyASCIIObject _ascii;
   91892             :         uint8_t _data[9];
   91893             :     }
   91894             : const_str__Printer = {
   91895             :     ._ascii = {
   91896             :         .ob_base = {
   91897             :             .ob_refcnt = 999999999,
   91898             :             .ob_type = &PyUnicode_Type,
   91899             :         },
   91900             :         .length = 8,
   91901             :         .hash = -1,
   91902             :         .state = {
   91903             :             .kind = 1,
   91904             :             .compact = 1,
   91905             :             .ascii = 1,
   91906             :         },
   91907             :     },
   91908             :     ._data = "_Printer",
   91909             : };
   91910             : static
   91911             :     struct {
   91912             :         PyASCIIObject _ascii;
   91913             :         uint8_t _data[111];
   91914             :     }
   91915             : _sitebuiltins_toplevel_consts_5_consts_1 = {
   91916             :     ._ascii = {
   91917             :         .ob_base = {
   91918             :             .ob_refcnt = 999999999,
   91919             :             .ob_type = &PyUnicode_Type,
   91920             :         },
   91921             :         .length = 110,
   91922             :         .hash = -1,
   91923             :         .state = {
   91924             :             .kind = 1,
   91925             :             .compact = 1,
   91926             :             .ascii = 1,
   91927             :         },
   91928             :     },
   91929             :     ._data = "\x69\x6e\x74\x65\x72\x61\x63\x74\x69\x76\x65\x20\x70\x72\x6f\x6d\x70\x74\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x66\x6f\x72\x20\x70\x72\x69\x6e\x74\x69\x6e\x67\x20\x74\x68\x65\x20\x6c\x69\x63\x65\x6e\x73\x65\x20\x74\x65\x78\x74\x2c\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x0a\x20\x20\x20\x20\x63\x6f\x6e\x74\x72\x69\x62\x75\x74\x6f\x72\x73\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x63\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x6e\x6f\x74\x69\x63\x65\x2e",
   91930             : };
   91931             : static
   91932             :     struct {
   91933             :         PyGC_Head _gc_head;
   91934             :         struct {
   91935             :             PyObject_VAR_HEAD
   91936             :             PyObject *ob_item[2];
   91937             :         }_object;
   91938             :     }
   91939             : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_names = {
   91940             :     ._object = {
   91941             :         .ob_base = {
   91942             :             .ob_base = {
   91943             :                 .ob_refcnt = 999999999,
   91944             :                 .ob_type = &PyTuple_Type,
   91945             :             },
   91946             :             .ob_size = 2,
   91947             :         },
   91948             :         .ob_item = {
   91949             :             &_Py_ID(path),
   91950             :             &_Py_ID(join),
   91951             :         },
   91952             :     },
   91953             : };
   91954             : static
   91955             :     struct {
   91956             :         PyASCIIObject _ascii;
   91957             :         uint8_t _data[38];
   91958             :     }
   91959             : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname = {
   91960             :     ._ascii = {
   91961             :         .ob_base = {
   91962             :             .ob_refcnt = 999999999,
   91963             :             .ob_type = &PyUnicode_Type,
   91964             :         },
   91965             :         .length = 37,
   91966             :         .hash = -1,
   91967             :         .state = {
   91968             :             .kind = 1,
   91969             :             .compact = 1,
   91970             :             .ascii = 1,
   91971             :         },
   91972             :     },
   91973             :     ._data = "_Printer.__init__.<locals>.<listcomp>",
   91974             : };
   91975             : static
   91976             :     struct {
   91977             :         PyObject_VAR_HEAD
   91978             :         Py_hash_t ob_shash;
   91979             :         char ob_sval[78];
   91980             :     }
   91981             : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_linetable = {
   91982             :     .ob_base = {
   91983             :         .ob_base = {
   91984             :             .ob_refcnt = 999999999,
   91985             :             .ob_type = &PyBytes_Type,
   91986             :         },
   91987             :         .ob_size = 77,
   91988             :     },
   91989             :     .ob_shash = -1,
   91990             :     .ob_sval = "\xf8\x80\x00\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf1\x00\x02\x1c\x33\xd8\x20\x23\xd8\x2c\x31\xf0\x05\x02\x1c\x33\xf1\x00\x02\x1c\x33\xe0\x20\x28\xf0\x05\x00\x1d\x1f\x9f\x47\x99\x47\x9f\x4c\x99\x4c\xa8\x13\xa8\x68\xd4\x1c\x37\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33",
   91991             : };
   91992             : static
   91993             :     struct {
   91994             :         PyASCIIObject _ascii;
   91995             :         uint8_t _data[4];
   91996             :     }
   91997             : const_str_dir = {
   91998             :     ._ascii = {
   91999             :         .ob_base = {
   92000             :             .ob_refcnt = 999999999,
   92001             :             .ob_type = &PyUnicode_Type,
   92002             :         },
   92003             :         .length = 3,
   92004             :         .hash = -1,
   92005             :         .state = {
   92006             :             .kind = 1,
   92007             :             .compact = 1,
   92008             :             .ascii = 1,
   92009             :         },
   92010             :     },
   92011             :     ._data = "dir",
   92012             : };
   92013             : static
   92014             :     struct {
   92015             :         PyGC_Head _gc_head;
   92016             :         struct {
   92017             :             PyObject_VAR_HEAD
   92018             :             PyObject *ob_item[5];
   92019             :         }_object;
   92020             :     }
   92021             : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localsplusnames = {
   92022             :     ._object = {
   92023             :         .ob_base = {
   92024             :             .ob_base = {
   92025             :                 .ob_refcnt = 999999999,
   92026             :                 .ob_type = &PyTuple_Type,
   92027             :             },
   92028             :             .ob_size = 5,
   92029             :         },
   92030             :         .ob_item = {
   92031             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
   92032             :             & const_str_dir._ascii.ob_base,
   92033             :             &_Py_ID(filename),
   92034             :             & const_str_files._ascii.ob_base,
   92035             :             & const_str_os._ascii.ob_base,
   92036             :         },
   92037             :     },
   92038             : };
   92039             : static
   92040             :     struct {
   92041             :         PyObject_VAR_HEAD
   92042             :         Py_hash_t ob_shash;
   92043             :         char ob_sval[6];
   92044             :     }
   92045             : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localspluskinds = {
   92046             :     .ob_base = {
   92047             :         .ob_base = {
   92048             :             .ob_refcnt = 999999999,
   92049             :             .ob_type = &PyBytes_Type,
   92050             :         },
   92051             :         .ob_size = 5,
   92052             :     },
   92053             :     .ob_shash = -1,
   92054             :     .ob_sval = "\x20\x20\x20\x80\x80",
   92055             : };
   92056             : static
   92057             :     struct _PyCode_DEF(88)
   92058             : _sitebuiltins_toplevel_consts_5_consts_4_consts_2 = {
   92059             :     .ob_base = {
   92060             :         .ob_base = {
   92061             :             .ob_refcnt = 999999999,
   92062             :             .ob_type = &PyCode_Type,
   92063             :         },
   92064             :         .ob_size = 44,
   92065             :     },
   92066             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
   92067             :     .co_names = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_names._object.ob_base.ob_base,
   92068             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   92069             :     .co_flags = 19,
   92070             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   92071             :     ._co_linearray_entry_size = 0,
   92072             :     .co_argcount = 1,
   92073             :     .co_posonlyargcount = 0,
   92074             :     .co_kwonlyargcount = 0,
   92075             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   92076             :     .co_stacksize = 7,
   92077             :     .co_firstlineno = 40,
   92078             :     .co_nlocalsplus = 5,
   92079             :     .co_nlocals = 3,
   92080             :     .co_nplaincellvars = 0,
   92081             :     .co_ncellvars = 0,
   92082             :     .co_nfreevars = 2,
   92083             :     .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localsplusnames._object.ob_base.ob_base,
   92084             :     .co_localspluskinds = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localspluskinds.ob_base.ob_base,
   92085             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   92086             :     .co_name = &_Py_STR(anon_listcomp),
   92087             :     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname._ascii.ob_base,
   92088             :     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_linetable.ob_base.ob_base,
   92089             :     ._co_code = NULL,
   92090             :     ._co_linearray = NULL,
   92091             :     .co_code_adaptive = "\x95\x02\x97\x00\x67\x00\x7c\x00\x5d\x25\x00\x00\x7d\x01\x89\x03\x44\x00\x5d\x1f\x00\x00\x7d\x02\x89\x04\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x91\x03\x8c\x21\x8c\x27\x53\x00",
   92092             :     ._co_firsttraceable = 1,
   92093             : };
   92094             : static
   92095             :     struct {
   92096             :         PyGC_Head _gc_head;
   92097             :         struct {
   92098             :             PyObject_VAR_HEAD
   92099             :             PyObject *ob_item[3];
   92100             :         }_object;
   92101             :     }
   92102             : _sitebuiltins_toplevel_consts_5_consts_4_consts = {
   92103             :     ._object = {
   92104             :         .ob_base = {
   92105             :             .ob_base = {
   92106             :                 .ob_refcnt = 999999999,
   92107             :                 .ob_type = &PyTuple_Type,
   92108             :             },
   92109             :             .ob_size = 3,
   92110             :         },
   92111             :         .ob_item = {
   92112             :             Py_None,
   92113             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   92114             :             & _sitebuiltins_toplevel_consts_5_consts_4_consts_2.ob_base.ob_base,
   92115             :         },
   92116             :     },
   92117             : };
   92118             : static
   92119             :     struct {
   92120             :         PyASCIIObject _ascii;
   92121             :         uint8_t _data[15];
   92122             :     }
   92123             : const_str__Printer__name = {
   92124             :     ._ascii = {
   92125             :         .ob_base = {
   92126             :             .ob_refcnt = 999999999,
   92127             :             .ob_type = &PyUnicode_Type,
   92128             :         },
   92129             :         .length = 14,
   92130             :         .hash = -1,
   92131             :         .state = {
   92132             :             .kind = 1,
   92133             :             .compact = 1,
   92134             :             .ascii = 1,
   92135             :         },
   92136             :     },
   92137             :     ._data = "_Printer__name",
   92138             : };
   92139             : static
   92140             :     struct {
   92141             :         PyASCIIObject _ascii;
   92142             :         uint8_t _data[15];
   92143             :     }
   92144             : const_str__Printer__data = {
   92145             :     ._ascii = {
   92146             :         .ob_base = {
   92147             :             .ob_refcnt = 999999999,
   92148             :             .ob_type = &PyUnicode_Type,
   92149             :         },
   92150             :         .length = 14,
   92151             :         .hash = -1,
   92152             :         .state = {
   92153             :             .kind = 1,
   92154             :             .compact = 1,
   92155             :             .ascii = 1,
   92156             :         },
   92157             :     },
   92158             :     ._data = "_Printer__data",
   92159             : };
   92160             : static
   92161             :     struct {
   92162             :         PyASCIIObject _ascii;
   92163             :         uint8_t _data[16];
   92164             :     }
   92165             : const_str__Printer__lines = {
   92166             :     ._ascii = {
   92167             :         .ob_base = {
   92168             :             .ob_refcnt = 999999999,
   92169             :             .ob_type = &PyUnicode_Type,
   92170             :         },
   92171             :         .length = 15,
   92172             :         .hash = -1,
   92173             :         .state = {
   92174             :             .kind = 1,
   92175             :             .compact = 1,
   92176             :             .ascii = 1,
   92177             :         },
   92178             :     },
   92179             :     ._data = "_Printer__lines",
   92180             : };
   92181             : static
   92182             :     struct {
   92183             :         PyASCIIObject _ascii;
   92184             :         uint8_t _data[20];
   92185             :     }
   92186             : const_str__Printer__filenames = {
   92187             :     ._ascii = {
   92188             :         .ob_base = {
   92189             :             .ob_refcnt = 999999999,
   92190             :             .ob_type = &PyUnicode_Type,
   92191             :         },
   92192             :         .length = 19,
   92193             :         .hash = -1,
   92194             :         .state = {
   92195             :             .kind = 1,
   92196             :             .compact = 1,
   92197             :             .ascii = 1,
   92198             :         },
   92199             :     },
   92200             :     ._data = "_Printer__filenames",
   92201             : };
   92202             : static
   92203             :     struct {
   92204             :         PyGC_Head _gc_head;
   92205             :         struct {
   92206             :             PyObject_VAR_HEAD
   92207             :             PyObject *ob_item[5];
   92208             :         }_object;
   92209             :     }
   92210             : _sitebuiltins_toplevel_consts_5_consts_4_names = {
   92211             :     ._object = {
   92212             :         .ob_base = {
   92213             :             .ob_base = {
   92214             :                 .ob_refcnt = 999999999,
   92215             :                 .ob_type = &PyTuple_Type,
   92216             :             },
   92217             :             .ob_size = 5,
   92218             :         },
   92219             :         .ob_item = {
   92220             :             & const_str_os._ascii.ob_base,
   92221             :             & const_str__Printer__name._ascii.ob_base,
   92222             :             & const_str__Printer__data._ascii.ob_base,
   92223             :             & const_str__Printer__lines._ascii.ob_base,
   92224             :             & const_str__Printer__filenames._ascii.ob_base,
   92225             :         },
   92226             :     },
   92227             : };
   92228             : static
   92229             :     struct {
   92230             :         PyASCIIObject _ascii;
   92231             :         uint8_t _data[18];
   92232             :     }
   92233             : _sitebuiltins_toplevel_consts_5_consts_4_qualname = {
   92234             :     ._ascii = {
   92235             :         .ob_base = {
   92236             :             .ob_refcnt = 999999999,
   92237             :             .ob_type = &PyUnicode_Type,
   92238             :         },
   92239             :         .length = 17,
   92240             :         .hash = -1,
   92241             :         .state = {
   92242             :             .kind = 1,
   92243             :             .compact = 1,
   92244             :             .ascii = 1,
   92245             :         },
   92246             :     },
   92247             :     ._data = "_Printer.__init__",
   92248             : };
   92249             : static
   92250             :     struct {
   92251             :         PyObject_VAR_HEAD
   92252             :         Py_hash_t ob_shash;
   92253             :         char ob_sval[84];
   92254             :     }
   92255             : _sitebuiltins_toplevel_consts_5_consts_4_linetable = {
   92256             :     .ob_base = {
   92257             :         .ob_base = {
   92258             :             .ob_refcnt = 999999999,
   92259             :             .ob_type = &PyBytes_Type,
   92260             :         },
   92261             :         .ob_size = 83,
   92262             :     },
   92263             :     .ob_shash = -1,
   92264             :     .ob_sval = "\xf8\xf8\x80\x00\xd8\x08\x11\x88\x09\x88\x09\x88\x09\xd8\x16\x1a\x88\x04\x8c\x0b\xd8\x16\x1a\x88\x04\x8c\x0b\xd8\x17\x1b\x88\x04\x8c\x0c\xf0\x02\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xd8\x27\x2b\xf0\x03\x02\x1c\x33\xf4\x00\x02\x1c\x33\x88\x04\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
   92265             : };
   92266             : static
   92267             :     struct {
   92268             :         PyASCIIObject _ascii;
   92269             :         uint8_t _data[5];
   92270             :     }
   92271             : const_str_dirs = {
   92272             :     ._ascii = {
   92273             :         .ob_base = {
   92274             :             .ob_refcnt = 999999999,
   92275             :             .ob_type = &PyUnicode_Type,
   92276             :         },
   92277             :         .length = 4,
   92278             :         .hash = -1,
   92279             :         .state = {
   92280             :             .kind = 1,
   92281             :             .compact = 1,
   92282             :             .ascii = 1,
   92283             :         },
   92284             :     },
   92285             :     ._data = "dirs",
   92286             : };
   92287             : static
   92288             :     struct {
   92289             :         PyGC_Head _gc_head;
   92290             :         struct {
   92291             :             PyObject_VAR_HEAD
   92292             :             PyObject *ob_item[6];
   92293             :         }_object;
   92294             :     }
   92295             : _sitebuiltins_toplevel_consts_5_consts_4_localsplusnames = {
   92296             :     ._object = {
   92297             :         .ob_base = {
   92298             :             .ob_base = {
   92299             :                 .ob_refcnt = 999999999,
   92300             :                 .ob_type = &PyTuple_Type,
   92301             :             },
   92302             :             .ob_size = 6,
   92303             :         },
   92304             :         .ob_item = {
   92305             :             & const_str_self._ascii.ob_base,
   92306             :             &_Py_ID(name),
   92307             :             & const_str_data._ascii.ob_base,
   92308             :             & const_str_files._ascii.ob_base,
   92309             :             & const_str_dirs._ascii.ob_base,
   92310             :             & const_str_os._ascii.ob_base,
   92311             :         },
   92312             :     },
   92313             : };
   92314             : static
   92315             :     struct {
   92316             :         PyObject_VAR_HEAD
   92317             :         Py_hash_t ob_shash;
   92318             :         char ob_sval[7];
   92319             :     }
   92320             : _sitebuiltins_toplevel_consts_5_consts_4_localspluskinds = {
   92321             :     .ob_base = {
   92322             :         .ob_base = {
   92323             :             .ob_refcnt = 999999999,
   92324             :             .ob_type = &PyBytes_Type,
   92325             :         },
   92326             :         .ob_size = 6,
   92327             :     },
   92328             :     .ob_shash = -1,
   92329             :     .ob_sval = "   ` @",
   92330             : };
   92331             : static
   92332             :     struct _PyCode_DEF(96)
   92333             : _sitebuiltins_toplevel_consts_5_consts_4 = {
   92334             :     .ob_base = {
   92335             :         .ob_base = {
   92336             :             .ob_refcnt = 999999999,
   92337             :             .ob_type = &PyCode_Type,
   92338             :         },
   92339             :         .ob_size = 48,
   92340             :     },
   92341             :     .co_consts = & _sitebuiltins_toplevel_consts_5_consts_4_consts._object.ob_base.ob_base,
   92342             :     .co_names = & _sitebuiltins_toplevel_consts_5_consts_4_names._object.ob_base.ob_base,
   92343             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   92344             :     .co_flags = 3,
   92345             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   92346             :     ._co_linearray_entry_size = 0,
   92347             :     .co_argcount = 5,
   92348             :     .co_posonlyargcount = 0,
   92349             :     .co_kwonlyargcount = 0,
   92350             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   92351             :     .co_stacksize = 2,
   92352             :     .co_firstlineno = 35,
   92353             :     .co_nlocalsplus = 6,
   92354             :     .co_nlocals = 5,
   92355             :     .co_nplaincellvars = 1,
   92356             :     .co_ncellvars = 2,
   92357             :     .co_nfreevars = 0,
   92358             :     .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_4_localsplusnames._object.ob_base.ob_base,
   92359             :     .co_localspluskinds = & _sitebuiltins_toplevel_consts_5_consts_4_localspluskinds.ob_base.ob_base,
   92360             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   92361             :     .co_name = &_Py_ID(__init__),
   92362             :     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_4_qualname._ascii.ob_base,
   92363             :     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_4_linetable.ob_base.ob_base,
   92364             :     ._co_code = NULL,
   92365             :     ._co_linearray = NULL,
   92366             :     .co_code_adaptive = "\x87\x03\x87\x05\x97\x00\x64\x01\x64\x00\x6c\x00\x8a\x05\x7c\x01\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x88\x03\x88\x05\x66\x02\x64\x02\x84\x08\x7c\x04\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
   92367             :     ._co_firsttraceable = 2,
   92368             : };
   92369             : static
   92370             :     struct {
   92371             :         PyASCIIObject _ascii;
   92372             :         uint8_t _data[2];
   92373             :     }
   92374             : _sitebuiltins_toplevel_consts_5_consts_5_consts_3 = {
   92375             :     ._ascii = {
   92376             :         .ob_base = {
   92377             :             .ob_refcnt = 999999999,
   92378             :             .ob_type = &PyUnicode_Type,
   92379             :         },
   92380             :         .length = 1,
   92381             :         .hash = -1,
   92382             :         .state = {
   92383             :             .kind = 1,
   92384             :             .compact = 1,
   92385             :             .ascii = 1,
   92386             :         },
   92387             :     },
   92388             :     ._data = "\x0a",
   92389             : };
   92390             : static
   92391             :     struct {
   92392             :         PyGC_Head _gc_head;
   92393             :         struct {
   92394             :             PyObject_VAR_HEAD
   92395             :             PyObject *ob_item[4];
   92396             :         }_object;
   92397             :     }
   92398             : _sitebuiltins_toplevel_consts_5_consts_5_consts = {
   92399             :     ._object = {
   92400             :         .ob_base = {
   92401             :             .ob_base = {
   92402             :                 .ob_refcnt = 999999999,
   92403             :                 .ob_type = &PyTuple_Type,
   92404             :             },
   92405             :             .ob_size = 4,
   92406             :         },
   92407             :         .ob_item = {
   92408             :             Py_None,
   92409             :             &_Py_STR(utf_8),
   92410             :             & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
   92411             :             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
   92412             :         },
   92413             :     },
   92414             : };
   92415             : static
   92416             :     struct {
   92417             :         PyASCIIObject _ascii;
   92418             :         uint8_t _data[6];
   92419             :     }
   92420             : const_str_split = {
   92421             :     ._ascii = {
   92422             :         .ob_base = {
   92423             :             .ob_refcnt = 999999999,
   92424             :             .ob_type = &PyUnicode_Type,
   92425             :         },
   92426             :         .length = 5,
   92427             :         .hash = -1,
   92428             :         .state = {
   92429             :             .kind = 1,
   92430             :             .compact = 1,
   92431             :             .ascii = 1,
   92432             :         },
   92433             :     },
   92434             :     ._data = "split",
   92435             : };
   92436             : static
   92437             :     struct {
   92438             :         PyASCIIObject _ascii;
   92439             :         uint8_t _data[18];
   92440             :     }
   92441             : const_str__Printer__linecnt = {
   92442             :     ._ascii = {
   92443             :         .ob_base = {
   92444             :             .ob_refcnt = 999999999,
   92445             :             .ob_type = &PyUnicode_Type,
   92446             :         },
   92447             :         .length = 17,
   92448             :         .hash = -1,
   92449             :         .state = {
   92450             :             .kind = 1,
   92451             :             .compact = 1,
   92452             :             .ascii = 1,
   92453             :         },
   92454             :     },
   92455             :     ._data = "_Printer__linecnt",
   92456             : };
   92457             : static
   92458             :     struct {
   92459             :         PyGC_Head _gc_head;
   92460             :         struct {
   92461             :             PyObject_VAR_HEAD
   92462             :             PyObject *ob_item[9];
   92463             :         }_object;
   92464             :     }
   92465             : _sitebuiltins_toplevel_consts_5_consts_5_names = {
   92466             :     ._object = {
   92467             :         .ob_base = {
   92468             :             .ob_base = {
   92469             :                 .ob_refcnt = 999999999,
   92470             :                 .ob_type = &PyTuple_Type,
   92471             :             },
   92472             :             .ob_size = 9,
   92473             :         },
   92474             :         .ob_item = {
   92475             :             & const_str__Printer__lines._ascii.ob_base,
   92476             :             & const_str__Printer__filenames._ascii.ob_base,
   92477             :             &_Py_ID(open),
   92478             :             &_Py_ID(read),
   92479             :             & const_str_OSError._ascii.ob_base,
   92480             :             & const_str__Printer__data._ascii.ob_base,
   92481             :             & const_str_split._ascii.ob_base,
   92482             :             &_Py_ID(len),
   92483             :             & const_str__Printer__linecnt._ascii.ob_base,
   92484             :         },
   92485             :     },
   92486             : };
   92487             : static
   92488             :     struct {
   92489             :         PyASCIIObject _ascii;
   92490             :         uint8_t _data[8];
   92491             :     }
   92492             : const_str___setup = {
   92493             :     ._ascii = {
   92494             :         .ob_base = {
   92495             :             .ob_refcnt = 999999999,
   92496             :             .ob_type = &PyUnicode_Type,
   92497             :         },
   92498             :         .length = 7,
   92499             :         .hash = -1,
   92500             :         .state = {
   92501             :             .kind = 1,
   92502             :             .compact = 1,
   92503             :             .ascii = 1,
   92504             :         },
   92505             :     },
   92506             :     ._data = "__setup",
   92507             : };
   92508             : static
   92509             :     struct {
   92510             :         PyASCIIObject _ascii;
   92511             :         uint8_t _data[17];
   92512             :     }
   92513             : _sitebuiltins_toplevel_consts_5_consts_5_qualname = {
   92514             :     ._ascii = {
   92515             :         .ob_base = {
   92516             :             .ob_refcnt = 999999999,
   92517             :             .ob_type = &PyUnicode_Type,
   92518             :         },
   92519             :         .length = 16,
   92520             :         .hash = -1,
   92521             :         .state = {
   92522             :             .kind = 1,
   92523             :             .compact = 1,
   92524             :             .ascii = 1,
   92525             :         },
   92526             :     },
   92527             :     ._data = "_Printer.__setup",
   92528             : };
   92529             : static
   92530             :     struct {
   92531             :         PyObject_VAR_HEAD
   92532             :         Py_hash_t ob_shash;
   92533             :         char ob_sval[247];
   92534             :     }
   92535             : _sitebuiltins_toplevel_consts_5_consts_5_linetable = {
   92536             :     .ob_base = {
   92537             :         .ob_base = {
   92538             :             .ob_refcnt = 999999999,
   92539             :             .ob_type = &PyBytes_Type,
   92540             :         },
   92541             :         .ob_size = 246,
   92542             :     },
   92543             :     .ob_shash = -1,
   92544             :     .ob_sval = "\x80\x00\xd8\x0b\x0f\x8f\x3c\x89\x3c\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\xd8\x0f\x13\x88\x04\xd8\x18\x1c\xd7\x18\x28\xd1\x18\x28\xf0\x00\x06\x09\x15\xf1\x00\x06\x09\x15\x88\x48\xf0\x02\x05\x0d\x15\xdd\x15\x19\x98\x28\xa8\x57\xd0\x15\x35\xd4\x15\x35\xf0\x00\x01\x11\x25\xb8\x12\xd8\x1b\x1d\x9f\x37\x99\x37\x9c\x39\x90\x44\xf0\x03\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf4\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xe0\x10\x15\xf0\x06\x00\x10\x14\xf0\x00\x01\x09\x1f\xd8\x13\x17\x97\x3b\x91\x3b\x88\x44\xd8\x17\x1b\x97\x7a\x91\x7a\xa0\x24\xd4\x17\x27\x88\x04\x8c\x0c\xdd\x19\x1c\x98\x54\x9f\x5c\x99\x5c\xd4\x19\x2a\x88\x04\x8c\x0e\x88\x0e\x88\x0e\xf0\x11\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf8\xf8\xf8\xf8\xf5\x06\x00\x14\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8",
   92545             : };
   92546             : static
   92547             :     struct {
   92548             :         PyObject_VAR_HEAD
   92549             :         Py_hash_t ob_shash;
   92550             :         char ob_sval[41];
   92551             :     }
   92552             : _sitebuiltins_toplevel_consts_5_consts_5_exceptiontable = {
   92553             :     .ob_base = {
   92554             :         .ob_base = {
   92555             :             .ob_refcnt = 999999999,
   92556             :             .ob_type = &PyBytes_Type,
   92557             :         },
   92558             :         .ob_size = 40,
   92559             :     },
   92560             :     .ob_shash = -1,
   92561             :     .ob_sval = "\xa1\x0f\x42\x1b\x02\xb0\x12\x42\x0f\x05\xc1\x02\x09\x42\x1b\x02\xc2\x0f\x05\x42\x18\x09\xc2\x14\x07\x42\x1b\x02\xc2\x1b\x0a\x42\x28\x05\xc2\x27\x01\x42\x28\x05",
   92562             : };
   92563             : static
   92564             :     struct {
   92565             :         PyGC_Head _gc_head;
   92566             :         struct {
   92567             :             PyObject_VAR_HEAD
   92568             :             PyObject *ob_item[4];
   92569             :         }_object;
   92570             :     }
   92571             : _sitebuiltins_toplevel_consts_5_consts_5_localsplusnames = {
   92572             :     ._object = {
   92573             :         .ob_base = {
   92574             :             .ob_base = {
   92575             :                 .ob_refcnt = 999999999,
   92576             :                 .ob_type = &PyTuple_Type,
   92577             :             },
   92578             :             .ob_size = 4,
   92579             :         },
   92580             :         .ob_item = {
   92581             :             & const_str_self._ascii.ob_base,
   92582             :             & const_str_data._ascii.ob_base,
   92583             :             &_Py_ID(filename),
   92584             :             & const_str_fp._ascii.ob_base,
   92585             :         },
   92586             :     },
   92587             : };
   92588             : static
   92589             :     struct _PyCode_DEF(342)
   92590             : _sitebuiltins_toplevel_consts_5_consts_5 = {
   92591             :     .ob_base = {
   92592             :         .ob_base = {
   92593             :             .ob_refcnt = 999999999,
   92594             :             .ob_type = &PyCode_Type,
   92595             :         },
   92596             :         .ob_size = 171,
   92597             :     },
   92598             :     .co_consts = & _sitebuiltins_toplevel_consts_5_consts_5_consts._object.ob_base.ob_base,
   92599             :     .co_names = & _sitebuiltins_toplevel_consts_5_consts_5_names._object.ob_base.ob_base,
   92600             :     .co_exceptiontable = & _sitebuiltins_toplevel_consts_5_consts_5_exceptiontable.ob_base.ob_base,
   92601             :     .co_flags = 3,
   92602             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   92603             :     ._co_linearray_entry_size = 0,
   92604             :     .co_argcount = 1,
   92605             :     .co_posonlyargcount = 0,
   92606             :     .co_kwonlyargcount = 0,
   92607             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   92608             :     .co_stacksize = 7,
   92609             :     .co_firstlineno = 44,
   92610             :     .co_nlocalsplus = 4,
   92611             :     .co_nlocals = 4,
   92612             :     .co_nplaincellvars = 0,
   92613             :     .co_ncellvars = 0,
   92614             :     .co_nfreevars = 0,
   92615             :     .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_5_localsplusnames._object.ob_base.ob_base,
   92616             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   92617             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   92618             :     .co_name = & const_str___setup._ascii.ob_base,
   92619             :     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_5_qualname._ascii.ob_base,
   92620             :     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_5_linetable.ob_base.ob_base,
   92621             :     ._co_code = NULL,
   92622             :     ._co_linearray = NULL,
   92623             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x00\x53\x00\x64\x00\x7d\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x2d\x00\x00\x7d\x02\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x03\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x00\x7c\x01\x73\x0c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x4d\x78\x03\x59\x00\x77\x01\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x8a\x77\x00\x78\x03\x59\x00\x77\x01",
   92624             :     ._co_firsttraceable = 0,
   92625             : };
   92626             : static
   92627             :     struct {
   92628             :         PyASCIIObject _ascii;
   92629             :         uint8_t _data[34];
   92630             :     }
   92631             : _sitebuiltins_toplevel_consts_5_consts_6_consts_2 = {
   92632             :     ._ascii = {
   92633             :         .ob_base = {
   92634             :             .ob_refcnt = 999999999,
   92635             :             .ob_type = &PyUnicode_Type,
   92636             :         },
   92637             :         .length = 33,
   92638             :         .hash = -1,
   92639             :         .state = {
   92640             :             .kind = 1,
   92641             :             .compact = 1,
   92642             :             .ascii = 1,
   92643             :         },
   92644             :     },
   92645             :     ._data = "Type %s() to see the full %s text",
   92646             : };
   92647             : static
   92648             :     struct {
   92649             :         PyGC_Head _gc_head;
   92650             :         struct {
   92651             :             PyObject_VAR_HEAD
   92652             :             PyObject *ob_item[4];
   92653             :         }_object;
   92654             :     }
   92655             : _sitebuiltins_toplevel_consts_5_consts_6_consts = {
   92656             :     ._object = {
   92657             :         .ob_base = {
   92658             :             .ob_base = {
   92659             :                 .ob_refcnt = 999999999,
   92660             :                 .ob_type = &PyTuple_Type,
   92661             :             },
   92662             :             .ob_size = 4,
   92663             :         },
   92664             :         .ob_item = {
   92665             :             Py_None,
   92666             :             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
   92667             :             & _sitebuiltins_toplevel_consts_5_consts_6_consts_2._ascii.ob_base,
   92668             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   92669             :         },
   92670             :     },
   92671             : };
   92672             : static
   92673             :     struct {
   92674             :         PyASCIIObject _ascii;
   92675             :         uint8_t _data[16];
   92676             :     }
   92677             : const_str__Printer__setup = {
   92678             :     ._ascii = {
   92679             :         .ob_base = {
   92680             :             .ob_refcnt = 999999999,
   92681             :             .ob_type = &PyUnicode_Type,
   92682             :         },
   92683             :         .length = 15,
   92684             :         .hash = -1,
   92685             :         .state = {
   92686             :             .kind = 1,
   92687             :             .compact = 1,
   92688             :             .ascii = 1,
   92689             :         },
   92690             :     },
   92691             :     ._data = "_Printer__setup",
   92692             : };
   92693             : static
   92694             :     struct {
   92695             :         PyASCIIObject _ascii;
   92696             :         uint8_t _data[9];
   92697             :     }
   92698             : const_str_MAXLINES = {
   92699             :     ._ascii = {
   92700             :         .ob_base = {
   92701             :             .ob_refcnt = 999999999,
   92702             :             .ob_type = &PyUnicode_Type,
   92703             :         },
   92704             :         .length = 8,
   92705             :         .hash = -1,
   92706             :         .state = {
   92707             :             .kind = 1,
   92708             :             .compact = 1,
   92709             :             .ascii = 1,
   92710             :         },
   92711             :     },
   92712             :     ._data = "MAXLINES",
   92713             : };
   92714             : static
   92715             :     struct {
   92716             :         PyGC_Head _gc_head;
   92717             :         struct {
   92718             :             PyObject_VAR_HEAD
   92719             :             PyObject *ob_item[6];
   92720             :         }_object;
   92721             :     }
   92722             : _sitebuiltins_toplevel_consts_5_consts_6_names = {
   92723             :     ._object = {
   92724             :         .ob_base = {
   92725             :             .ob_base = {
   92726             :                 .ob_refcnt = 999999999,
   92727             :                 .ob_type = &PyTuple_Type,
   92728             :             },
   92729             :             .ob_size = 6,
   92730             :         },
   92731             :         .ob_item = {
   92732             :             & const_str__Printer__setup._ascii.ob_base,
   92733             :             &_Py_ID(len),
   92734             :             & const_str__Printer__lines._ascii.ob_base,
   92735             :             & const_str_MAXLINES._ascii.ob_base,
   92736             :             &_Py_ID(join),
   92737             :             & const_str__Printer__name._ascii.ob_base,
   92738             :         },
   92739             :     },
   92740             : };
   92741             : static
   92742             :     struct {
   92743             :         PyASCIIObject _ascii;
   92744             :         uint8_t _data[18];
   92745             :     }
   92746             : _sitebuiltins_toplevel_consts_5_consts_6_qualname = {
   92747             :     ._ascii = {
   92748             :         .ob_base = {
   92749             :             .ob_refcnt = 999999999,
   92750             :             .ob_type = &PyUnicode_Type,
   92751             :         },
   92752             :         .length = 17,
   92753             :         .hash = -1,
   92754             :         .state = {
   92755             :             .kind = 1,
   92756             :             .compact = 1,
   92757             :             .ascii = 1,
   92758             :         },
   92759             :     },
   92760             :     ._data = "_Printer.__repr__",
   92761             : };
   92762             : static
   92763             :     struct {
   92764             :         PyObject_VAR_HEAD
   92765             :         Py_hash_t ob_shash;
   92766             :         char ob_sval[82];
   92767             :     }
   92768             : _sitebuiltins_toplevel_consts_5_consts_6_linetable = {
   92769             :     .ob_base = {
   92770             :         .ob_base = {
   92771             :             .ob_refcnt = 999999999,
   92772             :             .ob_type = &PyBytes_Type,
   92773             :         },
   92774             :         .ob_size = 81,
   92775             :     },
   92776             :     .ob_shash = -1,
   92777             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0c\x89\x0c\x8c\x0e\x88\x0e\xdd\x0b\x0e\x88\x74\x8f\x7c\x89\x7c\xd4\x0b\x1c\xa0\x04\xa7\x0d\xa1\x0d\xd2\x0b\x2d\xf0\x00\x03\x09\x4c\x01\xd8\x13\x17\x97\x39\x91\x39\x98\x54\x9f\x5c\x99\x5c\xd4\x13\x2a\xd0\x0c\x2a\xe0\x13\x36\xb8\x34\xbf\x3b\xb9\x3b\xb8\x2e\xc8\x11\xd1\x3a\x4a\xd1\x13\x4b\xd0\x0c\x4b",
   92778             : };
   92779             : static
   92780             :     struct _PyCode_DEF(204)
   92781             : _sitebuiltins_toplevel_consts_5_consts_6 = {
   92782             :     .ob_base = {
   92783             :         .ob_base = {
   92784             :             .ob_refcnt = 999999999,
   92785             :             .ob_type = &PyCode_Type,
   92786             :         },
   92787             :         .ob_size = 102,
   92788             :     },
   92789             :     .co_consts = & _sitebuiltins_toplevel_consts_5_consts_6_consts._object.ob_base.ob_base,
   92790             :     .co_names = & _sitebuiltins_toplevel_consts_5_consts_6_names._object.ob_base.ob_base,
   92791             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   92792             :     .co_flags = 3,
   92793             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   92794             :     ._co_linearray_entry_size = 0,
   92795             :     .co_argcount = 1,
   92796             :     .co_posonlyargcount = 0,
   92797             :     .co_kwonlyargcount = 0,
   92798             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   92799             :     .co_stacksize = 3,
   92800             :     .co_firstlineno = 60,
   92801             :     .co_nlocalsplus = 1,
   92802             :     .co_nlocals = 1,
   92803             :     .co_nplaincellvars = 0,
   92804             :     .co_ncellvars = 0,
   92805             :     .co_nfreevars = 0,
   92806             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   92807             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   92808             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   92809             :     .co_name = &_Py_ID(__repr__),
   92810             :     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_6_qualname._ascii.ob_base,
   92811             :     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_6_linetable.ob_base.ob_base,
   92812             :     ._co_code = NULL,
   92813             :     ._co_linearray = NULL,
   92814             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x01\x00\x00\x00\x00\x72\x1c\x64\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x01\x64\x03\x7a\x05\x00\x00\x7a\x06\x00\x00\x53\x00",
   92815             :     ._co_firsttraceable = 0,
   92816             : };
   92817             : static
   92818             :     struct {
   92819             :         PyASCIIObject _ascii;
   92820             :         uint8_t _data[49];
   92821             :     }
   92822             : _sitebuiltins_toplevel_consts_5_consts_7_consts_1 = {
   92823             :     ._ascii = {
   92824             :         .ob_base = {
   92825             :             .ob_refcnt = 999999999,
   92826             :             .ob_type = &PyUnicode_Type,
   92827             :         },
   92828             :         .length = 48,
   92829             :         .hash = -1,
   92830             :         .state = {
   92831             :             .kind = 1,
   92832             :             .compact = 1,
   92833             :             .ascii = 1,
   92834             :         },
   92835             :     },
   92836             :     ._data = "Hit Return for more, or q (and Return) to quit: ",
   92837             : };
   92838             : static
   92839             :     struct {
   92840             :         PyASCIIObject _ascii;
   92841             :         uint8_t _data[2];
   92842             :     }
   92843             : const_str_q = {
   92844             :     ._ascii = {
   92845             :         .ob_base = {
   92846             :             .ob_refcnt = 999999999,
   92847             :             .ob_type = &PyUnicode_Type,
   92848             :         },
   92849             :         .length = 1,
   92850             :         .hash = -1,
   92851             :         .state = {
   92852             :             .kind = 1,
   92853             :             .compact = 1,
   92854             :             .ascii = 1,
   92855             :         },
   92856             :     },
   92857             :     ._data = "q",
   92858             : };
   92859             : static
   92860             :     struct {
   92861             :         PyGC_Head _gc_head;
   92862             :         struct {
   92863             :             PyObject_VAR_HEAD
   92864             :             PyObject *ob_item[2];
   92865             :         }_object;
   92866             :     }
   92867             : _sitebuiltins_toplevel_consts_5_consts_7_consts_4 = {
   92868             :     ._object = {
   92869             :         .ob_base = {
   92870             :             .ob_base = {
   92871             :                 .ob_refcnt = 999999999,
   92872             :                 .ob_type = &PyTuple_Type,
   92873             :             },
   92874             :             .ob_size = 2,
   92875             :         },
   92876             :         .ob_item = {
   92877             :             &_Py_STR(empty),
   92878             :             & const_str_q._ascii.ob_base,
   92879             :         },
   92880             :     },
   92881             : };
   92882             : static
   92883             :     struct {
   92884             :         PyGC_Head _gc_head;
   92885             :         struct {
   92886             :             PyObject_VAR_HEAD
   92887             :             PyObject *ob_item[6];
   92888             :         }_object;
   92889             :     }
   92890             : _sitebuiltins_toplevel_consts_5_consts_7_consts = {
   92891             :     ._object = {
   92892             :         .ob_base = {
   92893             :             .ob_base = {
   92894             :                 .ob_refcnt = 999999999,
   92895             :                 .ob_type = &PyTuple_Type,
   92896             :             },
   92897             :             .ob_size = 6,
   92898             :         },
   92899             :         .ob_item = {
   92900             :             Py_None,
   92901             :             & _sitebuiltins_toplevel_consts_5_consts_7_consts_1._ascii.ob_base,
   92902             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   92903             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   92904             :             & _sitebuiltins_toplevel_consts_5_consts_7_consts_4._object.ob_base.ob_base,
   92905             :             & const_str_q._ascii.ob_base,
   92906             :         },
   92907             :     },
   92908             : };
   92909             : static
   92910             :     struct {
   92911             :         PyGC_Head _gc_head;
   92912             :         struct {
   92913             :             PyObject_VAR_HEAD
   92914             :             PyObject *ob_item[7];
   92915             :         }_object;
   92916             :     }
   92917             : _sitebuiltins_toplevel_consts_5_consts_7_names = {
   92918             :     ._object = {
   92919             :         .ob_base = {
   92920             :             .ob_base = {
   92921             :                 .ob_refcnt = 999999999,
   92922             :                 .ob_type = &PyTuple_Type,
   92923             :             },
   92924             :             .ob_size = 7,
   92925             :         },
   92926             :         .ob_item = {
   92927             :             & const_str__Printer__setup._ascii.ob_base,
   92928             :             & const_str_range._ascii.ob_base,
   92929             :             & const_str_MAXLINES._ascii.ob_base,
   92930             :             & const_str_print._ascii.ob_base,
   92931             :             & const_str__Printer__lines._ascii.ob_base,
   92932             :             & const_str_input._ascii.ob_base,
   92933             :             & const_str_IndexError._ascii.ob_base,
   92934             :         },
   92935             :     },
   92936             : };
   92937             : static
   92938             :     struct {
   92939             :         PyASCIIObject _ascii;
   92940             :         uint8_t _data[18];
   92941             :     }
   92942             : _sitebuiltins_toplevel_consts_5_consts_7_qualname = {
   92943             :     ._ascii = {
   92944             :         .ob_base = {
   92945             :             .ob_refcnt = 999999999,
   92946             :             .ob_type = &PyUnicode_Type,
   92947             :         },
   92948             :         .length = 17,
   92949             :         .hash = -1,
   92950             :         .state = {
   92951             :             .kind = 1,
   92952             :             .compact = 1,
   92953             :             .ascii = 1,
   92954             :         },
   92955             :     },
   92956             :     ._data = "_Printer.__call__",
   92957             : };
   92958             : static
   92959             :     struct {
   92960             :         PyObject_VAR_HEAD
   92961             :         Py_hash_t ob_shash;
   92962             :         char ob_sval[216];
   92963             :     }
   92964             : _sitebuiltins_toplevel_consts_5_consts_7_linetable = {
   92965             :     .ob_base = {
   92966             :         .ob_base = {
   92967             :             .ob_refcnt = 999999999,
   92968             :             .ob_type = &PyBytes_Type,
   92969             :         },
   92970             :         .ob_size = 215,
   92971             :     },
   92972             :     .ob_shash = -1,
   92973             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0c\x89\x0c\x8c\x0e\x88\x0e\xd8\x11\x43\x88\x06\xd8\x11\x12\x88\x06\xd8\x0e\x0f\xf0\x02\x0d\x0d\x1a\xdd\x19\x1e\x98\x76\xa0\x76\xb0\x04\xb7\x0d\xb1\x0d\xd1\x27\x3d\xd4\x19\x3e\xf0\x00\x01\x11\x2b\xf1\x00\x01\x11\x2b\x90\x41\xdd\x14\x19\x98\x24\x9f\x2c\x99\x2c\xa0\x71\x9c\x2f\xd4\x14\x2a\xd0\x14\x2a\xd0\x14\x2a\xf0\x03\x01\x11\x2b\xf0\x0a\x00\x11\x17\x98\x24\x9f\x2d\x99\x2d\xd1\x10\x27\x90\x06\xd8\x16\x1a\x90\x03\xd8\x16\x19\xf0\x00\x03\x11\x23\xdd\x1a\x1f\xa0\x06\x9c\x2d\x90\x43\xd8\x17\x1a\xa0\x29\xd0\x17\x2b\xf0\x00\x01\x15\x23\xd8\x1e\x22\x98\x03\xf0\x07\x00\x17\x1a\xf0\x00\x03\x11\x23\xf0\x08\x00\x14\x17\x98\x23\x92\x3a\xf0\x00\x01\x11\x1a\xd8\x14\x19\x90\x45\xf0\x1d\x00\x0f\x10\xf8\xf5\x08\x00\x14\x1e\xf0\x00\x01\x0d\x16\xf0\x00\x01\x0d\x16\xf0\x00\x01\x0d\x16\xd8\x10\x15\x90\x05\x90\x05\xf0\x03\x01\x0d\x16\xf8\xf8\xf8",
   92974             : };
   92975             : static
   92976             :     struct {
   92977             :         PyObject_VAR_HEAD
   92978             :         Py_hash_t ob_shash;
   92979             :         char ob_sval[18];
   92980             :     }
   92981             : _sitebuiltins_toplevel_consts_5_consts_7_exceptiontable = {
   92982             :     .ob_base = {
   92983             :         .ob_base = {
   92984             :             .ob_refcnt = 999999999,
   92985             :             .ob_type = &PyBytes_Type,
   92986             :         },
   92987             :         .ob_size = 17,
   92988             :     },
   92989             :     .ob_shash = -1,
   92990             :     .ob_sval = "\x98\x3c\x42\x06\x00\xc2\x06\x0a\x42\x14\x03\xc2\x13\x01\x42\x14\x03",
   92991             : };
   92992             : static
   92993             :     struct {
   92994             :         PyASCIIObject _ascii;
   92995             :         uint8_t _data[7];
   92996             :     }
   92997             : const_str_prompt = {
   92998             :     ._ascii = {
   92999             :         .ob_base = {
   93000             :             .ob_refcnt = 999999999,
   93001             :             .ob_type = &PyUnicode_Type,
   93002             :         },
   93003             :         .length = 6,
   93004             :         .hash = -1,
   93005             :         .state = {
   93006             :             .kind = 1,
   93007             :             .compact = 1,
   93008             :             .ascii = 1,
   93009             :         },
   93010             :     },
   93011             :     ._data = "prompt",
   93012             : };
   93013             : static
   93014             :     struct {
   93015             :         PyGC_Head _gc_head;
   93016             :         struct {
   93017             :             PyObject_VAR_HEAD
   93018             :             PyObject *ob_item[5];
   93019             :         }_object;
   93020             :     }
   93021             : _sitebuiltins_toplevel_consts_5_consts_7_localsplusnames = {
   93022             :     ._object = {
   93023             :         .ob_base = {
   93024             :             .ob_base = {
   93025             :                 .ob_refcnt = 999999999,
   93026             :                 .ob_type = &PyTuple_Type,
   93027             :             },
   93028             :             .ob_size = 5,
   93029             :         },
   93030             :         .ob_item = {
   93031             :             & const_str_self._ascii.ob_base,
   93032             :             & const_str_prompt._ascii.ob_base,
   93033             :             &_Py_ID(lineno),
   93034             :             & const_str_i._ascii.ob_base,
   93035             :             & const_str_key._ascii.ob_base,
   93036             :         },
   93037             :     },
   93038             : };
   93039             : static
   93040             :     struct _PyCode_DEF(302)
   93041             : _sitebuiltins_toplevel_consts_5_consts_7 = {
   93042             :     .ob_base = {
   93043             :         .ob_base = {
   93044             :             .ob_refcnt = 999999999,
   93045             :             .ob_type = &PyCode_Type,
   93046             :         },
   93047             :         .ob_size = 151,
   93048             :     },
   93049             :     .co_consts = & _sitebuiltins_toplevel_consts_5_consts_7_consts._object.ob_base.ob_base,
   93050             :     .co_names = & _sitebuiltins_toplevel_consts_5_consts_7_names._object.ob_base.ob_base,
   93051             :     .co_exceptiontable = & _sitebuiltins_toplevel_consts_5_consts_7_exceptiontable.ob_base.ob_base,
   93052             :     .co_flags = 3,
   93053             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   93054             :     ._co_linearray_entry_size = 0,
   93055             :     .co_argcount = 1,
   93056             :     .co_posonlyargcount = 0,
   93057             :     .co_kwonlyargcount = 0,
   93058             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   93059             :     .co_stacksize = 5,
   93060             :     .co_firstlineno = 67,
   93061             :     .co_nlocalsplus = 5,
   93062             :     .co_nlocals = 5,
   93063             :     .co_nplaincellvars = 0,
   93064             :     .co_ncellvars = 0,
   93065             :     .co_nfreevars = 0,
   93066             :     .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_7_localsplusnames._object.ob_base.ob_base,
   93067             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   93068             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   93069             :     .co_name = &_Py_ID(__call__),
   93070             :     .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_7_qualname._ascii.ob_base,
   93071             :     .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_7_linetable.ob_base.ob_base,
   93072             :     ._co_code = NULL,
   93073             :     ._co_linearray = NULL,
   93074             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7d\x01\x64\x02\x7d\x02\x09\x00\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1f\x00\x00\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x21\x09\x00\x7c\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x7d\x02\x64\x00\x7d\x04\x7c\x04\x80\x15\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x64\x04\x76\x01\x72\x02\x64\x00\x7d\x04\x7c\x04\xae\x15\x7c\x04\x64\x05\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x00\x53\x00\x8c\x6f\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   93075             :     ._co_firsttraceable = 0,
   93076             : };
   93077             : static
   93078             :     struct {
   93079             :         PyGC_Head _gc_head;
   93080             :         struct {
   93081             :             PyObject_VAR_HEAD
   93082             :             PyObject *ob_item[2];
   93083             :         }_object;
   93084             :     }
   93085             : _sitebuiltins_toplevel_consts_5_consts_9 = {
   93086             :     ._object = {
   93087             :         .ob_base = {
   93088             :             .ob_base = {
   93089             :                 .ob_refcnt = 999999999,
   93090             :                 .ob_type = &PyTuple_Type,
   93091             :             },
   93092             :             .ob_size = 2,
   93093             :         },
   93094             :         .ob_item = {
   93095             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   93096             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   93097             :         },
   93098             :     },
   93099             : };
   93100             : static
   93101             :     struct {
   93102             :         PyGC_Head _gc_head;
   93103             :         struct {
   93104             :             PyObject_VAR_HEAD
   93105             :             PyObject *ob_item[10];
   93106             :         }_object;
   93107             :     }
   93108             : _sitebuiltins_toplevel_consts_5_consts = {
   93109             :     ._object = {
   93110             :         .ob_base = {
   93111             :             .ob_base = {
   93112             :                 .ob_refcnt = 999999999,
   93113             :                 .ob_type = &PyTuple_Type,
   93114             :             },
   93115             :             .ob_size = 10,
   93116             :         },
   93117             :         .ob_item = {
   93118             :             & const_str__Printer._ascii.ob_base,
   93119             :             & _sitebuiltins_toplevel_consts_5_consts_1._ascii.ob_base,
   93120             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 23],
   93121             :             (PyObject *)& _Py_SINGLETON(tuple_empty),
   93122             :             & _sitebuiltins_toplevel_consts_5_consts_4.ob_base.ob_base,
   93123             :             & _sitebuiltins_toplevel_consts_5_consts_5.ob_base.ob_base,
   93124             :             & _sitebuiltins_toplevel_consts_5_consts_6.ob_base.ob_base,
   93125             :             & _sitebuiltins_toplevel_consts_5_consts_7.ob_base.ob_base,
   93126             :             Py_None,
   93127             :             & _sitebuiltins_toplevel_consts_5_consts_9._object.ob_base.ob_base,
   93128             :         },
   93129             :     },
   93130             : };
   93131             : static
   93132             :     struct {
   93133             :         PyGC_Head _gc_head;
   93134             :         struct {
   93135             :             PyObject_VAR_HEAD
   93136             :             PyObject *ob_item[9];
   93137             :         }_object;
   93138             :     }
   93139             : _sitebuiltins_toplevel_consts_5_names = {
   93140             :     ._object = {
   93141             :         .ob_base = {
   93142             :             .ob_base = {
   93143             :                 .ob_refcnt = 999999999,
   93144             :                 .ob_type = &PyTuple_Type,
   93145             :             },
   93146             :             .ob_size = 9,
   93147             :         },
   93148             :         .ob_item = {
   93149             :             &_Py_ID(__name__),
   93150             :             &_Py_ID(__module__),
   93151             :             &_Py_ID(__qualname__),
   93152             :             &_Py_ID(__doc__),
   93153             :             & const_str_MAXLINES._ascii.ob_base,
   93154             :             &_Py_ID(__init__),
   93155             :             & const_str__Printer__setup._ascii.ob_base,
   93156             :             &_Py_ID(__repr__),
   93157             :             &_Py_ID(__call__),
   93158             :         },
   93159             :     },
   93160             : };
   93161             : static
   93162             :     struct {
   93163             :         PyObject_VAR_HEAD
   93164             :         Py_hash_t ob_shash;
   93165             :         char ob_sval[104];
   93166             :     }
   93167             : _sitebuiltins_toplevel_consts_5_linetable = {
   93168             :     .ob_base = {
   93169             :         .ob_base = {
   93170             :             .ob_refcnt = 999999999,
   93171             :             .ob_type = &PyBytes_Type,
   93172             :         },
   93173             :         .ob_size = 103,
   93174             :     },
   93175             :     .ob_shash = -1,
   93176             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x01\x05\x2e\xf0\x00\x01\x05\x2e\xf0\x06\x00\x10\x12\x80\x48\xe0\x29\x2b\xf0\x00\x07\x05\x33\xf0\x00\x07\x05\x33\xf0\x00\x07\x05\x33\xf0\x12\x0e\x05\x2b\xf0\x00\x0e\x05\x2b\xf0\x00\x0e\x05\x2b\xf0\x20\x05\x05\x4c\x01\xf0\x00\x05\x05\x4c\x01\xf0\x00\x05\x05\x4c\x01\xf0\x0e\x12\x05\x1a\xf0\x00\x12\x05\x1a\xf0\x00\x12\x05\x1a\xf0\x00\x12\x05\x1a\xf0\x00\x12\x05\x1a",
   93177             : };
   93178             : static
   93179             :     struct _PyCode_DEF(48)
   93180             : _sitebuiltins_toplevel_consts_5 = {
   93181             :     .ob_base = {
   93182             :         .ob_base = {
   93183             :             .ob_refcnt = 999999999,
   93184             :             .ob_type = &PyCode_Type,
   93185             :         },
   93186             :         .ob_size = 24,
   93187             :     },
   93188             :     .co_consts = & _sitebuiltins_toplevel_consts_5_consts._object.ob_base.ob_base,
   93189             :     .co_names = & _sitebuiltins_toplevel_consts_5_names._object.ob_base.ob_base,
   93190             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   93191             :     .co_flags = 0,
   93192             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   93193             :     ._co_linearray_entry_size = 0,
   93194             :     .co_argcount = 0,
   93195             :     .co_posonlyargcount = 0,
   93196             :     .co_kwonlyargcount = 0,
   93197             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   93198             :     .co_stacksize = 2,
   93199             :     .co_firstlineno = 29,
   93200             :     .co_nlocalsplus = 0,
   93201             :     .co_nlocals = 0,
   93202             :     .co_nplaincellvars = 0,
   93203             :     .co_ncellvars = 0,
   93204             :     .co_nfreevars = 0,
   93205             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   93206             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   93207             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   93208             :     .co_name = & const_str__Printer._ascii.ob_base,
   93209             :     .co_qualname = & const_str__Printer._ascii.ob_base,
   93210             :     .co_linetable = & _sitebuiltins_toplevel_consts_5_linetable.ob_base.ob_base,
   93211             :     ._co_code = NULL,
   93212             :     ._co_linearray = NULL,
   93213             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x09\x64\x04\x84\x01\x5a\x05\x64\x05\x84\x00\x5a\x06\x64\x06\x84\x00\x5a\x07\x64\x07\x84\x00\x5a\x08\x64\x08\x53\x00",
   93214             :     ._co_firsttraceable = 0,
   93215             : };
   93216             : static
   93217             :     struct {
   93218             :         PyASCIIObject _ascii;
   93219             :         uint8_t _data[8];
   93220             :     }
   93221             : const_str__Helper = {
   93222             :     ._ascii = {
   93223             :         .ob_base = {
   93224             :             .ob_refcnt = 999999999,
   93225             :             .ob_type = &PyUnicode_Type,
   93226             :         },
   93227             :         .length = 7,
   93228             :         .hash = -1,
   93229             :         .state = {
   93230             :             .kind = 1,
   93231             :             .compact = 1,
   93232             :             .ascii = 1,
   93233             :         },
   93234             :     },
   93235             :     ._data = "_Helper",
   93236             : };
   93237             : static
   93238             :     struct {
   93239             :         PyASCIIObject _ascii;
   93240             :         uint8_t _data[308];
   93241             :     }
   93242             : _sitebuiltins_toplevel_consts_7_consts_1 = {
   93243             :     ._ascii = {
   93244             :         .ob_base = {
   93245             :             .ob_refcnt = 999999999,
   93246             :             .ob_type = &PyUnicode_Type,
   93247             :         },
   93248             :         .length = 307,
   93249             :         .hash = -1,
   93250             :         .state = {
   93251             :             .kind = 1,
   93252             :             .compact = 1,
   93253             :             .ascii = 1,
   93254             :         },
   93255             :     },
   93256             :     ._data = "\x44\x65\x66\x69\x6e\x65\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x69\x6e\x20\x27\x68\x65\x6c\x70\x27\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x69\x73\x20\x61\x20\x77\x72\x61\x70\x70\x65\x72\x20\x61\x72\x6f\x75\x6e\x64\x20\x70\x79\x64\x6f\x63\x2e\x68\x65\x6c\x70\x20\x74\x68\x61\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x61\x20\x68\x65\x6c\x70\x66\x75\x6c\x20\x6d\x65\x73\x73\x61\x67\x65\x0a\x20\x20\x20\x20\x77\x68\x65\x6e\x20\x27\x68\x65\x6c\x70\x27\x20\x69\x73\x20\x74\x79\x70\x65\x64\x20\x61\x74\x20\x74\x68\x65\x20\x50\x79\x74\x68\x6f\x6e\x20\x69\x6e\x74\x65\x72\x61\x63\x74\x69\x76\x65\x20\x70\x72\x6f\x6d\x70\x74\x2e\x0a\x0a\x20\x20\x20\x20\x43\x61\x6c\x6c\x69\x6e\x67\x20\x68\x65\x6c\x70\x28\x29\x20\x61\x74\x20\x74\x68\x65\x20\x50\x79\x74\x68\x6f\x6e\x20\x70\x72\x6f\x6d\x70\x74\x20\x73\x74\x61\x72\x74\x73\x20\x61\x6e\x20\x69\x6e\x74\x65\x72\x61\x63\x74\x69\x76\x65\x20\x68\x65\x6c\x70\x20\x73\x65\x73\x73\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x43\x61\x6c\x6c\x69\x6e\x67\x20\x68\x65\x6c\x70\x28\x74\x68\x69\x6e\x67\x29\x20\x70\x72\x69\x6e\x74\x73\x20\x68\x65\x6c\x70\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x70\x79\x74\x68\x6f\x6e\x20\x6f\x62\x6a\x65\x63\x74\x20\x27\x74\x68\x69\x6e\x67\x27\x2e\x0a\x20\x20\x20\x20",
   93257             : };
   93258             : static
   93259             :     struct {
   93260             :         PyASCIIObject _ascii;
   93261             :         uint8_t _data[73];
   93262             :     }
   93263             : _sitebuiltins_toplevel_consts_7_consts_2_consts_1 = {
   93264             :     ._ascii = {
   93265             :         .ob_base = {
   93266             :             .ob_refcnt = 999999999,
   93267             :             .ob_type = &PyUnicode_Type,
   93268             :         },
   93269             :         .length = 72,
   93270             :         .hash = -1,
   93271             :         .state = {
   93272             :             .kind = 1,
   93273             :             .compact = 1,
   93274             :             .ascii = 1,
   93275             :         },
   93276             :     },
   93277             :     ._data = "Type help() for interactive help, or help(object) for help about object.",
   93278             : };
   93279             : static
   93280             :     struct {
   93281             :         PyGC_Head _gc_head;
   93282             :         struct {
   93283             :             PyObject_VAR_HEAD
   93284             :             PyObject *ob_item[2];
   93285             :         }_object;
   93286             :     }
   93287             : _sitebuiltins_toplevel_consts_7_consts_2_consts = {
   93288             :     ._object = {
   93289             :         .ob_base = {
   93290             :             .ob_base = {
   93291             :                 .ob_refcnt = 999999999,
   93292             :                 .ob_type = &PyTuple_Type,
   93293             :             },
   93294             :             .ob_size = 2,
   93295             :         },
   93296             :         .ob_item = {
   93297             :             Py_None,
   93298             :             & _sitebuiltins_toplevel_consts_7_consts_2_consts_1._ascii.ob_base,
   93299             :         },
   93300             :     },
   93301             : };
   93302             : static
   93303             :     struct {
   93304             :         PyASCIIObject _ascii;
   93305             :         uint8_t _data[17];
   93306             :     }
   93307             : _sitebuiltins_toplevel_consts_7_consts_2_qualname = {
   93308             :     ._ascii = {
   93309             :         .ob_base = {
   93310             :             .ob_refcnt = 999999999,
   93311             :             .ob_type = &PyUnicode_Type,
   93312             :         },
   93313             :         .length = 16,
   93314             :         .hash = -1,
   93315             :         .state = {
   93316             :             .kind = 1,
   93317             :             .compact = 1,
   93318             :             .ascii = 1,
   93319             :         },
   93320             :     },
   93321             :     ._data = "_Helper.__repr__",
   93322             : };
   93323             : static
   93324             :     struct {
   93325             :         PyObject_VAR_HEAD
   93326             :         Py_hash_t ob_shash;
   93327             :         char ob_sval[13];
   93328             :     }
   93329             : _sitebuiltins_toplevel_consts_7_consts_2_linetable = {
   93330             :     .ob_base = {
   93331             :         .ob_base = {
   93332             :             .ob_refcnt = 999999999,
   93333             :             .ob_type = &PyBytes_Type,
   93334             :         },
   93335             :         .ob_size = 12,
   93336             :     },
   93337             :     .ob_shash = -1,
   93338             :     .ob_sval = "\x80\x00\xf0\x02\x01\x10\x38\xf0\x00\x01\x10\x38",
   93339             : };
   93340             : static
   93341             :     struct _PyCode_DEF(6)
   93342             : _sitebuiltins_toplevel_consts_7_consts_2 = {
   93343             :     .ob_base = {
   93344             :         .ob_base = {
   93345             :             .ob_refcnt = 999999999,
   93346             :             .ob_type = &PyCode_Type,
   93347             :         },
   93348             :         .ob_size = 3,
   93349             :     },
   93350             :     .co_consts = & _sitebuiltins_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   93351             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
   93352             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   93353             :     .co_flags = 3,
   93354             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   93355             :     ._co_linearray_entry_size = 0,
   93356             :     .co_argcount = 1,
   93357             :     .co_posonlyargcount = 0,
   93358             :     .co_kwonlyargcount = 0,
   93359             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   93360             :     .co_stacksize = 1,
   93361             :     .co_firstlineno = 98,
   93362             :     .co_nlocalsplus = 1,
   93363             :     .co_nlocals = 1,
   93364             :     .co_nplaincellvars = 0,
   93365             :     .co_ncellvars = 0,
   93366             :     .co_nfreevars = 0,
   93367             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
   93368             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   93369             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   93370             :     .co_name = &_Py_ID(__repr__),
   93371             :     .co_qualname = & _sitebuiltins_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
   93372             :     .co_linetable = & _sitebuiltins_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
   93373             :     ._co_code = NULL,
   93374             :     ._co_linearray = NULL,
   93375             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
   93376             :     ._co_firsttraceable = 0,
   93377             : };
   93378             : static
   93379             :     struct {
   93380             :         PyASCIIObject _ascii;
   93381             :         uint8_t _data[6];
   93382             :     }
   93383             : const_str_pydoc = {
   93384             :     ._ascii = {
   93385             :         .ob_base = {
   93386             :             .ob_refcnt = 999999999,
   93387             :             .ob_type = &PyUnicode_Type,
   93388             :         },
   93389             :         .length = 5,
   93390             :         .hash = -1,
   93391             :         .state = {
   93392             :             .kind = 1,
   93393             :             .compact = 1,
   93394             :             .ascii = 1,
   93395             :         },
   93396             :     },
   93397             :     ._data = "pydoc",
   93398             : };
   93399             : static
   93400             :     struct {
   93401             :         PyASCIIObject _ascii;
   93402             :         uint8_t _data[5];
   93403             :     }
   93404             : const_str_help = {
   93405             :     ._ascii = {
   93406             :         .ob_base = {
   93407             :             .ob_refcnt = 999999999,
   93408             :             .ob_type = &PyUnicode_Type,
   93409             :         },
   93410             :         .length = 4,
   93411             :         .hash = -1,
   93412             :         .state = {
   93413             :             .kind = 1,
   93414             :             .compact = 1,
   93415             :             .ascii = 1,
   93416             :         },
   93417             :     },
   93418             :     ._data = "help",
   93419             : };
   93420             : static
   93421             :     struct {
   93422             :         PyGC_Head _gc_head;
   93423             :         struct {
   93424             :             PyObject_VAR_HEAD
   93425             :             PyObject *ob_item[2];
   93426             :         }_object;
   93427             :     }
   93428             : _sitebuiltins_toplevel_consts_7_consts_3_names = {
   93429             :     ._object = {
   93430             :         .ob_base = {
   93431             :             .ob_base = {
   93432             :                 .ob_refcnt = 999999999,
   93433             :                 .ob_type = &PyTuple_Type,
   93434             :             },
   93435             :             .ob_size = 2,
   93436             :         },
   93437             :         .ob_item = {
   93438             :             & const_str_pydoc._ascii.ob_base,
   93439             :             & const_str_help._ascii.ob_base,
   93440             :         },
   93441             :     },
   93442             : };
   93443             : static
   93444             :     struct {
   93445             :         PyASCIIObject _ascii;
   93446             :         uint8_t _data[17];
   93447             :     }
   93448             : _sitebuiltins_toplevel_consts_7_consts_3_qualname = {
   93449             :     ._ascii = {
   93450             :         .ob_base = {
   93451             :             .ob_refcnt = 999999999,
   93452             :             .ob_type = &PyUnicode_Type,
   93453             :         },
   93454             :         .length = 16,
   93455             :         .hash = -1,
   93456             :         .state = {
   93457             :             .kind = 1,
   93458             :             .compact = 1,
   93459             :             .ascii = 1,
   93460             :         },
   93461             :     },
   93462             :     ._data = "_Helper.__call__",
   93463             : };
   93464             : static
   93465             :     struct {
   93466             :         PyObject_VAR_HEAD
   93467             :         Py_hash_t ob_shash;
   93468             :         char ob_sval[37];
   93469             :     }
   93470             : _sitebuiltins_toplevel_consts_7_consts_3_linetable = {
   93471             :     .ob_base = {
   93472             :         .ob_base = {
   93473             :             .ob_refcnt = 999999999,
   93474             :             .ob_type = &PyBytes_Type,
   93475             :         },
   93476             :         .ob_size = 36,
   93477             :     },
   93478             :     .ob_shash = -1,
   93479             :     .ob_sval = "\x80\x00\xd8\x08\x14\x88\x0c\x88\x0c\x88\x0c\xd8\x0f\x19\x88\x75\x8f\x7a\x89\x7a\x98\x34\xd0\x0f\x28\xa0\x34\xd0\x0f\x28\xd0\x0f\x28\xd0\x08\x28",
   93480             : };
   93481             : static
   93482             :     struct {
   93483             :         PyGC_Head _gc_head;
   93484             :         struct {
   93485             :             PyObject_VAR_HEAD
   93486             :             PyObject *ob_item[4];
   93487             :         }_object;
   93488             :     }
   93489             : _sitebuiltins_toplevel_consts_7_consts_3_localsplusnames = {
   93490             :     ._object = {
   93491             :         .ob_base = {
   93492             :             .ob_base = {
   93493             :                 .ob_refcnt = 999999999,
   93494             :                 .ob_type = &PyTuple_Type,
   93495             :             },
   93496             :             .ob_size = 4,
   93497             :         },
   93498             :         .ob_item = {
   93499             :             & const_str_self._ascii.ob_base,
   93500             :             & const_str_args._ascii.ob_base,
   93501             :             & const_str_kwds._ascii.ob_base,
   93502             :             & const_str_pydoc._ascii.ob_base,
   93503             :         },
   93504             :     },
   93505             : };
   93506             : static
   93507             :     struct _PyCode_DEF(46)
   93508             : _sitebuiltins_toplevel_consts_7_consts_3 = {
   93509             :     .ob_base = {
   93510             :         .ob_base = {
   93511             :             .ob_refcnt = 999999999,
   93512             :             .ob_type = &PyCode_Type,
   93513             :         },
   93514             :         .ob_size = 23,
   93515             :     },
   93516             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
   93517             :     .co_names = & _sitebuiltins_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
   93518             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   93519             :     .co_flags = 15,
   93520             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   93521             :     ._co_linearray_entry_size = 0,
   93522             :     .co_argcount = 1,
   93523             :     .co_posonlyargcount = 0,
   93524             :     .co_kwonlyargcount = 0,
   93525             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   93526             :     .co_stacksize = 5,
   93527             :     .co_firstlineno = 101,
   93528             :     .co_nlocalsplus = 4,
   93529             :     .co_nlocals = 4,
   93530             :     .co_nplaincellvars = 0,
   93531             :     .co_ncellvars = 0,
   93532             :     .co_nfreevars = 0,
   93533             :     .co_localsplusnames = & _sitebuiltins_toplevel_consts_7_consts_3_localsplusnames._object.ob_base.ob_base,
   93534             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   93535             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   93536             :     .co_name = &_Py_ID(__call__),
   93537             :     .co_qualname = & _sitebuiltins_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
   93538             :     .co_linetable = & _sitebuiltins_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
   93539             :     ._co_code = NULL,
   93540             :     ._co_linearray = NULL,
   93541             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x00\x6c\x00\x7d\x03\x02\x00\x7c\x03\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x53\x00",
   93542             :     ._co_firsttraceable = 0,
   93543             : };
   93544             : static
   93545             :     struct {
   93546             :         PyGC_Head _gc_head;
   93547             :         struct {
   93548             :             PyObject_VAR_HEAD
   93549             :             PyObject *ob_item[5];
   93550             :         }_object;
   93551             :     }
   93552             : _sitebuiltins_toplevel_consts_7_consts = {
   93553             :     ._object = {
   93554             :         .ob_base = {
   93555             :             .ob_base = {
   93556             :                 .ob_refcnt = 999999999,
   93557             :                 .ob_type = &PyTuple_Type,
   93558             :             },
   93559             :             .ob_size = 5,
   93560             :         },
   93561             :         .ob_item = {
   93562             :             & const_str__Helper._ascii.ob_base,
   93563             :             & _sitebuiltins_toplevel_consts_7_consts_1._ascii.ob_base,
   93564             :             & _sitebuiltins_toplevel_consts_7_consts_2.ob_base.ob_base,
   93565             :             & _sitebuiltins_toplevel_consts_7_consts_3.ob_base.ob_base,
   93566             :             Py_None,
   93567             :         },
   93568             :     },
   93569             : };
   93570             : static
   93571             :     struct {
   93572             :         PyGC_Head _gc_head;
   93573             :         struct {
   93574             :             PyObject_VAR_HEAD
   93575             :             PyObject *ob_item[6];
   93576             :         }_object;
   93577             :     }
   93578             : _sitebuiltins_toplevel_consts_7_names = {
   93579             :     ._object = {
   93580             :         .ob_base = {
   93581             :             .ob_base = {
   93582             :                 .ob_refcnt = 999999999,
   93583             :                 .ob_type = &PyTuple_Type,
   93584             :             },
   93585             :             .ob_size = 6,
   93586             :         },
   93587             :         .ob_item = {
   93588             :             &_Py_ID(__name__),
   93589             :             &_Py_ID(__module__),
   93590             :             &_Py_ID(__qualname__),
   93591             :             &_Py_ID(__doc__),
   93592             :             &_Py_ID(__repr__),
   93593             :             &_Py_ID(__call__),
   93594             :         },
   93595             :     },
   93596             : };
   93597             : static
   93598             :     struct {
   93599             :         PyObject_VAR_HEAD
   93600             :         Py_hash_t ob_shash;
   93601             :         char ob_sval[61];
   93602             :     }
   93603             : _sitebuiltins_toplevel_consts_7_linetable = {
   93604             :     .ob_base = {
   93605             :         .ob_base = {
   93606             :             .ob_refcnt = 999999999,
   93607             :             .ob_type = &PyBytes_Type,
   93608             :         },
   93609             :         .ob_size = 60,
   93610             :     },
   93611             :     .ob_shash = -1,
   93612             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x07\x05\x08\xf0\x00\x07\x05\x08\xf0\x12\x02\x05\x38\xf0\x00\x02\x05\x38\xf0\x00\x02\x05\x38\xf0\x06\x02\x05\x29\xf0\x00\x02\x05\x29\xf0\x00\x02\x05\x29\xf0\x00\x02\x05\x29\xf0\x00\x02\x05\x29",
   93613             : };
   93614             : static
   93615             :     struct _PyCode_DEF(30)
   93616             : _sitebuiltins_toplevel_consts_7 = {
   93617             :     .ob_base = {
   93618             :         .ob_base = {
   93619             :             .ob_refcnt = 999999999,
   93620             :             .ob_type = &PyCode_Type,
   93621             :         },
   93622             :         .ob_size = 15,
   93623             :     },
   93624             :     .co_consts = & _sitebuiltins_toplevel_consts_7_consts._object.ob_base.ob_base,
   93625             :     .co_names = & _sitebuiltins_toplevel_consts_7_names._object.ob_base.ob_base,
   93626             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   93627             :     .co_flags = 0,
   93628             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   93629             :     ._co_linearray_entry_size = 0,
   93630             :     .co_argcount = 0,
   93631             :     .co_posonlyargcount = 0,
   93632             :     .co_kwonlyargcount = 0,
   93633             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
   93634             :     .co_stacksize = 1,
   93635             :     .co_firstlineno = 88,
   93636             :     .co_nlocalsplus = 0,
   93637             :     .co_nlocals = 0,
   93638             :     .co_nplaincellvars = 0,
   93639             :     .co_ncellvars = 0,
   93640             :     .co_nfreevars = 0,
   93641             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   93642             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   93643             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   93644             :     .co_name = & const_str__Helper._ascii.ob_base,
   93645             :     .co_qualname = & const_str__Helper._ascii.ob_base,
   93646             :     .co_linetable = & _sitebuiltins_toplevel_consts_7_linetable.ob_base.ob_base,
   93647             :     ._co_code = NULL,
   93648             :     ._co_linearray = NULL,
   93649             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
   93650             :     ._co_firsttraceable = 0,
   93651             : };
   93652             : static
   93653             :     struct {
   93654             :         PyGC_Head _gc_head;
   93655             :         struct {
   93656             :             PyObject_VAR_HEAD
   93657             :             PyObject *ob_item[9];
   93658             :         }_object;
   93659             :     }
   93660             : _sitebuiltins_toplevel_consts = {
   93661             :     ._object = {
   93662             :         .ob_base = {
   93663             :             .ob_base = {
   93664             :                 .ob_refcnt = 999999999,
   93665             :                 .ob_type = &PyTuple_Type,
   93666             :             },
   93667             :             .ob_size = 9,
   93668             :         },
   93669             :         .ob_item = {
   93670             :             & _sitebuiltins_toplevel_consts_0._ascii.ob_base,
   93671             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   93672             :             Py_None,
   93673             :             & _sitebuiltins_toplevel_consts_3.ob_base.ob_base,
   93674             :             & const_str_Quitter._ascii.ob_base,
   93675             :             & _sitebuiltins_toplevel_consts_5.ob_base.ob_base,
   93676             :             & const_str__Printer._ascii.ob_base,
   93677             :             & _sitebuiltins_toplevel_consts_7.ob_base.ob_base,
   93678             :             & const_str__Helper._ascii.ob_base,
   93679             :         },
   93680             :     },
   93681             : };
   93682             : static
   93683             :     struct {
   93684             :         PyGC_Head _gc_head;
   93685             :         struct {
   93686             :             PyObject_VAR_HEAD
   93687             :             PyObject *ob_item[6];
   93688             :         }_object;
   93689             :     }
   93690             : _sitebuiltins_toplevel_names = {
   93691             :     ._object = {
   93692             :         .ob_base = {
   93693             :             .ob_base = {
   93694             :                 .ob_refcnt = 999999999,
   93695             :                 .ob_type = &PyTuple_Type,
   93696             :             },
   93697             :             .ob_size = 6,
   93698             :         },
   93699             :         .ob_item = {
   93700             :             &_Py_ID(__doc__),
   93701             :             & const_str_sys._ascii.ob_base,
   93702             :             & const_str_object._ascii.ob_base,
   93703             :             & const_str_Quitter._ascii.ob_base,
   93704             :             & const_str__Printer._ascii.ob_base,
   93705             :             & const_str__Helper._ascii.ob_base,
   93706             :         },
   93707             :     },
   93708             : };
   93709             : static
   93710             :     struct {
   93711             :         PyObject_VAR_HEAD
   93712             :         Py_hash_t ob_shash;
   93713             :         char ob_sval[149];
   93714             :     }
   93715             : _sitebuiltins_toplevel_linetable = {
   93716             :     .ob_base = {
   93717             :         .ob_base = {
   93718             :             .ob_refcnt = 999999999,
   93719             :             .ob_type = &PyBytes_Type,
   93720             :         },
   93721             :         .ob_size = 148,
   93722             :     },
   93723             :     .ob_shash = -1,
   93724             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x02\x01\x04\xf0\x00\x02\x01\x04\xf0\x14\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xf0\x04\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\x88\x66\xf4\x00\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\xf0\x20\x38\x01\x1a\xf0\x00\x38\x01\x1a\xf0\x00\x38\x01\x1a\xf0\x00\x38\x01\x1a\xf0\x00\x38\x01\x1a\x88\x76\xf4\x00\x38\x01\x1a\xf0\x00\x38\x01\x1a\xf0\x76\x01\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\x88\x66\xf4\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29",
   93725             : };
   93726             : static
   93727             :     struct _PyCode_DEF(90)
   93728             : _sitebuiltins_toplevel = {
   93729             :     .ob_base = {
   93730             :         .ob_base = {
   93731             :             .ob_refcnt = 999999999,
   93732             :             .ob_type = &PyCode_Type,
   93733             :         },
   93734             :         .ob_size = 45,
   93735             :     },
   93736             :     .co_consts = & _sitebuiltins_toplevel_consts._object.ob_base.ob_base,
   93737             :     .co_names = & _sitebuiltins_toplevel_names._object.ob_base.ob_base,
   93738             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   93739             :     .co_flags = 0,
   93740             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   93741             :     ._co_linearray_entry_size = 0,
   93742             :     .co_argcount = 0,
   93743             :     .co_posonlyargcount = 0,
   93744             :     .co_kwonlyargcount = 0,
   93745             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   93746             :     .co_stacksize = 5,
   93747             :     .co_firstlineno = 1,
   93748             :     .co_nlocalsplus = 0,
   93749             :     .co_nlocals = 0,
   93750             :     .co_nplaincellvars = 0,
   93751             :     .co_ncellvars = 0,
   93752             :     .co_nfreevars = 0,
   93753             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   93754             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   93755             :     .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
   93756             :     .co_name = &_Py_STR(anon_module),
   93757             :     .co_qualname = &_Py_STR(anon_module),
   93758             :     .co_linetable = & _sitebuiltins_toplevel_linetable.ob_base.ob_base,
   93759             :     ._co_code = NULL,
   93760             :     ._co_linearray = NULL,
   93761             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x02\x00\x47\x00\x64\x03\x84\x00\x64\x04\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x04\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x02\x53\x00",
   93762             :     ._co_firsttraceable = 0,
   93763             : };
   93764           8 : static void _sitebuiltins_do_patchups(void) {
   93765           8 : }
   93766             : 
   93767             : PyObject *
   93768           8 : _Py_get__sitebuiltins_toplevel(void)
   93769             : {
   93770           8 :     _sitebuiltins_do_patchups();
   93771           8 :     return Py_NewRef((PyObject *) &_sitebuiltins_toplevel);
   93772             : }
   93773             : 
   93774             : static
   93775             :     struct {
   93776             :         PyASCIIObject _ascii;
   93777             :         uint8_t _data[153];
   93778             :     }
   93779             : genericpath_toplevel_consts_0 = {
   93780             :     ._ascii = {
   93781             :         .ob_base = {
   93782             :             .ob_refcnt = 999999999,
   93783             :             .ob_type = &PyUnicode_Type,
   93784             :         },
   93785             :         .length = 152,
   93786             :         .hash = -1,
   93787             :         .state = {
   93788             :             .kind = 1,
   93789             :             .compact = 1,
   93790             :             .ascii = 1,
   93791             :         },
   93792             :     },
   93793             :     ._data = "\x0a\x50\x61\x74\x68\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x73\x20\x63\x6f\x6d\x6d\x6f\x6e\x20\x74\x6f\x20\x6d\x6f\x72\x65\x20\x74\x68\x61\x6e\x20\x6f\x6e\x65\x20\x4f\x53\x0a\x44\x6f\x20\x6e\x6f\x74\x20\x75\x73\x65\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x2e\x20\x20\x54\x68\x65\x20\x4f\x53\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x69\x6d\x70\x6f\x72\x74\x20\x74\x68\x65\x20\x61\x70\x70\x72\x6f\x70\x72\x69\x61\x74\x65\x0a\x66\x75\x6e\x63\x74\x69\x6f\x6e\x73\x20\x66\x72\x6f\x6d\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x74\x68\x65\x6d\x73\x65\x6c\x76\x65\x73\x2e\x0a",
   93794             : };
   93795             : static
   93796             :     struct {
   93797             :         PyASCIIObject _ascii;
   93798             :         uint8_t _data[13];
   93799             :     }
   93800             : const_str_commonprefix = {
   93801             :     ._ascii = {
   93802             :         .ob_base = {
   93803             :             .ob_refcnt = 999999999,
   93804             :             .ob_type = &PyUnicode_Type,
   93805             :         },
   93806             :         .length = 12,
   93807             :         .hash = -1,
   93808             :         .state = {
   93809             :             .kind = 1,
   93810             :             .compact = 1,
   93811             :             .ascii = 1,
   93812             :         },
   93813             :     },
   93814             :     ._data = "commonprefix",
   93815             : };
   93816             : static
   93817             :     struct {
   93818             :         PyASCIIObject _ascii;
   93819             :         uint8_t _data[7];
   93820             :     }
   93821             : const_str_exists = {
   93822             :     ._ascii = {
   93823             :         .ob_base = {
   93824             :             .ob_refcnt = 999999999,
   93825             :             .ob_type = &PyUnicode_Type,
   93826             :         },
   93827             :         .length = 6,
   93828             :         .hash = -1,
   93829             :         .state = {
   93830             :             .kind = 1,
   93831             :             .compact = 1,
   93832             :             .ascii = 1,
   93833             :         },
   93834             :     },
   93835             :     ._data = "exists",
   93836             : };
   93837             : static
   93838             :     struct {
   93839             :         PyASCIIObject _ascii;
   93840             :         uint8_t _data[9];
   93841             :     }
   93842             : const_str_getatime = {
   93843             :     ._ascii = {
   93844             :         .ob_base = {
   93845             :             .ob_refcnt = 999999999,
   93846             :             .ob_type = &PyUnicode_Type,
   93847             :         },
   93848             :         .length = 8,
   93849             :         .hash = -1,
   93850             :         .state = {
   93851             :             .kind = 1,
   93852             :             .compact = 1,
   93853             :             .ascii = 1,
   93854             :         },
   93855             :     },
   93856             :     ._data = "getatime",
   93857             : };
   93858             : static
   93859             :     struct {
   93860             :         PyASCIIObject _ascii;
   93861             :         uint8_t _data[9];
   93862             :     }
   93863             : const_str_getctime = {
   93864             :     ._ascii = {
   93865             :         .ob_base = {
   93866             :             .ob_refcnt = 999999999,
   93867             :             .ob_type = &PyUnicode_Type,
   93868             :         },
   93869             :         .length = 8,
   93870             :         .hash = -1,
   93871             :         .state = {
   93872             :             .kind = 1,
   93873             :             .compact = 1,
   93874             :             .ascii = 1,
   93875             :         },
   93876             :     },
   93877             :     ._data = "getctime",
   93878             : };
   93879             : static
   93880             :     struct {
   93881             :         PyASCIIObject _ascii;
   93882             :         uint8_t _data[9];
   93883             :     }
   93884             : const_str_getmtime = {
   93885             :     ._ascii = {
   93886             :         .ob_base = {
   93887             :             .ob_refcnt = 999999999,
   93888             :             .ob_type = &PyUnicode_Type,
   93889             :         },
   93890             :         .length = 8,
   93891             :         .hash = -1,
   93892             :         .state = {
   93893             :             .kind = 1,
   93894             :             .compact = 1,
   93895             :             .ascii = 1,
   93896             :         },
   93897             :     },
   93898             :     ._data = "getmtime",
   93899             : };
   93900             : static
   93901             :     struct {
   93902             :         PyASCIIObject _ascii;
   93903             :         uint8_t _data[8];
   93904             :     }
   93905             : const_str_getsize = {
   93906             :     ._ascii = {
   93907             :         .ob_base = {
   93908             :             .ob_refcnt = 999999999,
   93909             :             .ob_type = &PyUnicode_Type,
   93910             :         },
   93911             :         .length = 7,
   93912             :         .hash = -1,
   93913             :         .state = {
   93914             :             .kind = 1,
   93915             :             .compact = 1,
   93916             :             .ascii = 1,
   93917             :         },
   93918             :     },
   93919             :     ._data = "getsize",
   93920             : };
   93921             : static
   93922             :     struct {
   93923             :         PyASCIIObject _ascii;
   93924             :         uint8_t _data[6];
   93925             :     }
   93926             : const_str_isdir = {
   93927             :     ._ascii = {
   93928             :         .ob_base = {
   93929             :             .ob_refcnt = 999999999,
   93930             :             .ob_type = &PyUnicode_Type,
   93931             :         },
   93932             :         .length = 5,
   93933             :         .hash = -1,
   93934             :         .state = {
   93935             :             .kind = 1,
   93936             :             .compact = 1,
   93937             :             .ascii = 1,
   93938             :         },
   93939             :     },
   93940             :     ._data = "isdir",
   93941             : };
   93942             : static
   93943             :     struct {
   93944             :         PyASCIIObject _ascii;
   93945             :         uint8_t _data[7];
   93946             :     }
   93947             : const_str_isfile = {
   93948             :     ._ascii = {
   93949             :         .ob_base = {
   93950             :             .ob_refcnt = 999999999,
   93951             :             .ob_type = &PyUnicode_Type,
   93952             :         },
   93953             :         .length = 6,
   93954             :         .hash = -1,
   93955             :         .state = {
   93956             :             .kind = 1,
   93957             :             .compact = 1,
   93958             :             .ascii = 1,
   93959             :         },
   93960             :     },
   93961             :     ._data = "isfile",
   93962             : };
   93963             : static
   93964             :     struct {
   93965             :         PyASCIIObject _ascii;
   93966             :         uint8_t _data[9];
   93967             :     }
   93968             : const_str_samefile = {
   93969             :     ._ascii = {
   93970             :         .ob_base = {
   93971             :             .ob_refcnt = 999999999,
   93972             :             .ob_type = &PyUnicode_Type,
   93973             :         },
   93974             :         .length = 8,
   93975             :         .hash = -1,
   93976             :         .state = {
   93977             :             .kind = 1,
   93978             :             .compact = 1,
   93979             :             .ascii = 1,
   93980             :         },
   93981             :     },
   93982             :     ._data = "samefile",
   93983             : };
   93984             : static
   93985             :     struct {
   93986             :         PyASCIIObject _ascii;
   93987             :         uint8_t _data[13];
   93988             :     }
   93989             : const_str_sameopenfile = {
   93990             :     ._ascii = {
   93991             :         .ob_base = {
   93992             :             .ob_refcnt = 999999999,
   93993             :             .ob_type = &PyUnicode_Type,
   93994             :         },
   93995             :         .length = 12,
   93996             :         .hash = -1,
   93997             :         .state = {
   93998             :             .kind = 1,
   93999             :             .compact = 1,
   94000             :             .ascii = 1,
   94001             :         },
   94002             :     },
   94003             :     ._data = "sameopenfile",
   94004             : };
   94005             : static
   94006             :     struct {
   94007             :         PyASCIIObject _ascii;
   94008             :         uint8_t _data[9];
   94009             :     }
   94010             : const_str_samestat = {
   94011             :     ._ascii = {
   94012             :         .ob_base = {
   94013             :             .ob_refcnt = 999999999,
   94014             :             .ob_type = &PyUnicode_Type,
   94015             :         },
   94016             :         .length = 8,
   94017             :         .hash = -1,
   94018             :         .state = {
   94019             :             .kind = 1,
   94020             :             .compact = 1,
   94021             :             .ascii = 1,
   94022             :         },
   94023             :     },
   94024             :     ._data = "samestat",
   94025             : };
   94026             : static
   94027             :     struct {
   94028             :         PyGC_Head _gc_head;
   94029             :         struct {
   94030             :             PyObject_VAR_HEAD
   94031             :             PyObject *ob_item[11];
   94032             :         }_object;
   94033             :     }
   94034             : genericpath_toplevel_consts_3 = {
   94035             :     ._object = {
   94036             :         .ob_base = {
   94037             :             .ob_base = {
   94038             :                 .ob_refcnt = 999999999,
   94039             :                 .ob_type = &PyTuple_Type,
   94040             :             },
   94041             :             .ob_size = 11,
   94042             :         },
   94043             :         .ob_item = {
   94044             :             & const_str_commonprefix._ascii.ob_base,
   94045             :             & const_str_exists._ascii.ob_base,
   94046             :             & const_str_getatime._ascii.ob_base,
   94047             :             & const_str_getctime._ascii.ob_base,
   94048             :             & const_str_getmtime._ascii.ob_base,
   94049             :             & const_str_getsize._ascii.ob_base,
   94050             :             & const_str_isdir._ascii.ob_base,
   94051             :             & const_str_isfile._ascii.ob_base,
   94052             :             & const_str_samefile._ascii.ob_base,
   94053             :             & const_str_sameopenfile._ascii.ob_base,
   94054             :             & const_str_samestat._ascii.ob_base,
   94055             :         },
   94056             :     },
   94057             : };
   94058             : static
   94059             :     struct {
   94060             :         PyASCIIObject _ascii;
   94061             :         uint8_t _data[69];
   94062             :     }
   94063             : genericpath_toplevel_consts_4_consts_0 = {
   94064             :     ._ascii = {
   94065             :         .ob_base = {
   94066             :             .ob_refcnt = 999999999,
   94067             :             .ob_type = &PyUnicode_Type,
   94068             :         },
   94069             :         .length = 68,
   94070             :         .hash = -1,
   94071             :         .state = {
   94072             :             .kind = 1,
   94073             :             .compact = 1,
   94074             :             .ascii = 1,
   94075             :         },
   94076             :     },
   94077             :     ._data = "Test whether a path exists.  Returns False for broken symbolic links",
   94078             : };
   94079             : static
   94080             :     struct {
   94081             :         PyGC_Head _gc_head;
   94082             :         struct {
   94083             :             PyObject_VAR_HEAD
   94084             :             PyObject *ob_item[3];
   94085             :         }_object;
   94086             :     }
   94087             : genericpath_toplevel_consts_4_consts = {
   94088             :     ._object = {
   94089             :         .ob_base = {
   94090             :             .ob_base = {
   94091             :                 .ob_refcnt = 999999999,
   94092             :                 .ob_type = &PyTuple_Type,
   94093             :             },
   94094             :             .ob_size = 3,
   94095             :         },
   94096             :         .ob_item = {
   94097             :             & genericpath_toplevel_consts_4_consts_0._ascii.ob_base,
   94098             :             Py_False,
   94099             :             Py_True,
   94100             :         },
   94101             :     },
   94102             : };
   94103             : static
   94104             :     struct {
   94105             :         PyGC_Head _gc_head;
   94106             :         struct {
   94107             :             PyObject_VAR_HEAD
   94108             :             PyObject *ob_item[4];
   94109             :         }_object;
   94110             :     }
   94111             : genericpath_toplevel_consts_4_names = {
   94112             :     ._object = {
   94113             :         .ob_base = {
   94114             :             .ob_base = {
   94115             :                 .ob_refcnt = 999999999,
   94116             :                 .ob_type = &PyTuple_Type,
   94117             :             },
   94118             :             .ob_size = 4,
   94119             :         },
   94120             :         .ob_item = {
   94121             :             & const_str_os._ascii.ob_base,
   94122             :             & const_str_stat._ascii.ob_base,
   94123             :             & const_str_OSError._ascii.ob_base,
   94124             :             & const_str_ValueError._ascii.ob_base,
   94125             :         },
   94126             :     },
   94127             : };
   94128             : static
   94129             :     struct {
   94130             :         PyASCIIObject _ascii;
   94131             :         uint8_t _data[21];
   94132             :     }
   94133             : genericpath_toplevel_consts_4_filename = {
   94134             :     ._ascii = {
   94135             :         .ob_base = {
   94136             :             .ob_refcnt = 999999999,
   94137             :             .ob_type = &PyUnicode_Type,
   94138             :         },
   94139             :         .length = 20,
   94140             :         .hash = -1,
   94141             :         .state = {
   94142             :             .kind = 1,
   94143             :             .compact = 1,
   94144             :             .ascii = 1,
   94145             :         },
   94146             :     },
   94147             :     ._data = "<frozen genericpath>",
   94148             : };
   94149             : static
   94150             :     struct {
   94151             :         PyObject_VAR_HEAD
   94152             :         Py_hash_t ob_shash;
   94153             :         char ob_sval[69];
   94154             :     }
   94155             : genericpath_toplevel_consts_4_linetable = {
   94156             :     .ob_base = {
   94157             :         .ob_base = {
   94158             :             .ob_refcnt = 999999999,
   94159             :             .ob_type = &PyBytes_Type,
   94160             :         },
   94161             :         .ob_size = 68,
   94162             :     },
   94163             :     .ob_shash = -1,
   94164             :     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x08\x0f\x8f\x07\x89\x07\x90\x04\x8c\x0d\x88\x0d\xf0\x06\x00\x0c\x10\x88\x34\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
   94165             : };
   94166             : static
   94167             :     struct {
   94168             :         PyObject_VAR_HEAD
   94169             :         Py_hash_t ob_shash;
   94170             :         char ob_sval[13];
   94171             :     }
   94172             : genericpath_toplevel_consts_4_exceptiontable = {
   94173             :     .ob_base = {
   94174             :         .ob_base = {
   94175             :             .ob_refcnt = 999999999,
   94176             :             .ob_type = &PyBytes_Type,
   94177             :         },
   94178             :         .ob_size = 12,
   94179             :     },
   94180             :     .ob_shash = -1,
   94181             :     .ob_sval = "\x82\x17\x1b\x00\x9b\x11\x30\x03\xaf\x01\x30\x03",
   94182             : };
   94183             : static
   94184             :     struct _PyCode_DEF(102)
   94185             : genericpath_toplevel_consts_4 = {
   94186             :     .ob_base = {
   94187             :         .ob_base = {
   94188             :             .ob_refcnt = 999999999,
   94189             :             .ob_type = &PyCode_Type,
   94190             :         },
   94191             :         .ob_size = 51,
   94192             :     },
   94193             :     .co_consts = & genericpath_toplevel_consts_4_consts._object.ob_base.ob_base,
   94194             :     .co_names = & genericpath_toplevel_consts_4_names._object.ob_base.ob_base,
   94195             :     .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
   94196             :     .co_flags = 3,
   94197             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   94198             :     ._co_linearray_entry_size = 0,
   94199             :     .co_argcount = 1,
   94200             :     .co_posonlyargcount = 0,
   94201             :     .co_kwonlyargcount = 0,
   94202             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   94203             :     .co_stacksize = 4,
   94204             :     .co_firstlineno = 16,
   94205             :     .co_nlocalsplus = 1,
   94206             :     .co_nlocals = 1,
   94207             :     .co_nplaincellvars = 0,
   94208             :     .co_ncellvars = 0,
   94209             :     .co_nfreevars = 0,
   94210             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   94211             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   94212             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   94213             :     .co_name = & const_str_exists._ascii.ob_base,
   94214             :     .co_qualname = & const_str_exists._ascii.ob_base,
   94215             :     .co_linetable = & genericpath_toplevel_consts_4_linetable.ob_base.ob_base,
   94216             :     ._co_code = NULL,
   94217             :     ._co_linearray = NULL,
   94218             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   94219             :     ._co_firsttraceable = 0,
   94220             : };
   94221             : static
   94222             :     struct {
   94223             :         PyASCIIObject _ascii;
   94224             :         uint8_t _data[38];
   94225             :     }
   94226             : genericpath_toplevel_consts_5_consts_0 = {
   94227             :     ._ascii = {
   94228             :         .ob_base = {
   94229             :             .ob_refcnt = 999999999,
   94230             :             .ob_type = &PyUnicode_Type,
   94231             :         },
   94232             :         .length = 37,
   94233             :         .hash = -1,
   94234             :         .state = {
   94235             :             .kind = 1,
   94236             :             .compact = 1,
   94237             :             .ascii = 1,
   94238             :         },
   94239             :     },
   94240             :     ._data = "Test whether a path is a regular file",
   94241             : };
   94242             : static
   94243             :     struct {
   94244             :         PyGC_Head _gc_head;
   94245             :         struct {
   94246             :             PyObject_VAR_HEAD
   94247             :             PyObject *ob_item[2];
   94248             :         }_object;
   94249             :     }
   94250             : genericpath_toplevel_consts_5_consts = {
   94251             :     ._object = {
   94252             :         .ob_base = {
   94253             :             .ob_base = {
   94254             :                 .ob_refcnt = 999999999,
   94255             :                 .ob_type = &PyTuple_Type,
   94256             :             },
   94257             :             .ob_size = 2,
   94258             :         },
   94259             :         .ob_item = {
   94260             :             & genericpath_toplevel_consts_5_consts_0._ascii.ob_base,
   94261             :             Py_False,
   94262             :         },
   94263             :     },
   94264             : };
   94265             : static
   94266             :     struct {
   94267             :         PyASCIIObject _ascii;
   94268             :         uint8_t _data[8];
   94269             :     }
   94270             : const_str_S_ISREG = {
   94271             :     ._ascii = {
   94272             :         .ob_base = {
   94273             :             .ob_refcnt = 999999999,
   94274             :             .ob_type = &PyUnicode_Type,
   94275             :         },
   94276             :         .length = 7,
   94277             :         .hash = -1,
   94278             :         .state = {
   94279             :             .kind = 1,
   94280             :             .compact = 1,
   94281             :             .ascii = 1,
   94282             :         },
   94283             :     },
   94284             :     ._data = "S_ISREG",
   94285             : };
   94286             : static
   94287             :     struct {
   94288             :         PyGC_Head _gc_head;
   94289             :         struct {
   94290             :             PyObject_VAR_HEAD
   94291             :             PyObject *ob_item[6];
   94292             :         }_object;
   94293             :     }
   94294             : genericpath_toplevel_consts_5_names = {
   94295             :     ._object = {
   94296             :         .ob_base = {
   94297             :             .ob_base = {
   94298             :                 .ob_refcnt = 999999999,
   94299             :                 .ob_type = &PyTuple_Type,
   94300             :             },
   94301             :             .ob_size = 6,
   94302             :         },
   94303             :         .ob_item = {
   94304             :             & const_str_os._ascii.ob_base,
   94305             :             & const_str_stat._ascii.ob_base,
   94306             :             & const_str_OSError._ascii.ob_base,
   94307             :             & const_str_ValueError._ascii.ob_base,
   94308             :             & const_str_S_ISREG._ascii.ob_base,
   94309             :             & const_str_st_mode._ascii.ob_base,
   94310             :         },
   94311             :     },
   94312             : };
   94313             : static
   94314             :     struct {
   94315             :         PyObject_VAR_HEAD
   94316             :         Py_hash_t ob_shash;
   94317             :         char ob_sval[83];
   94318             :     }
   94319             : genericpath_toplevel_consts_5_linetable = {
   94320             :     .ob_base = {
   94321             :         .ob_base = {
   94322             :             .ob_refcnt = 999999999,
   94323             :             .ob_type = &PyBytes_Type,
   94324             :         },
   94325             :         .ob_size = 82,
   94326             :     },
   94327             :     .ob_shash = -1,
   94328             :     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x14\x8f\x57\x89\x57\x90\x54\x8c\x5d\x88\x02\xf5\x06\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
   94329             : };
   94330             : static
   94331             :     struct {
   94332             :         PyObject_VAR_HEAD
   94333             :         Py_hash_t ob_shash;
   94334             :         char ob_sval[16];
   94335             :     }
   94336             : genericpath_toplevel_consts_5_exceptiontable = {
   94337             :     .ob_base = {
   94338             :         .ob_base = {
   94339             :             .ob_refcnt = 999999999,
   94340             :             .ob_type = &PyBytes_Type,
   94341             :         },
   94342             :         .ob_size = 15,
   94343             :     },
   94344             :     .ob_shash = -1,
   94345             :     .ob_sval = "\x82\x17\x3a\x00\xba\x11\x41\x0f\x03\xc1\x0e\x01\x41\x0f\x03",
   94346             : };
   94347             : static
   94348             :     struct {
   94349             :         PyGC_Head _gc_head;
   94350             :         struct {
   94351             :             PyObject_VAR_HEAD
   94352             :             PyObject *ob_item[2];
   94353             :         }_object;
   94354             :     }
   94355             : genericpath_toplevel_consts_5_localsplusnames = {
   94356             :     ._object = {
   94357             :         .ob_base = {
   94358             :             .ob_base = {
   94359             :                 .ob_refcnt = 999999999,
   94360             :                 .ob_type = &PyTuple_Type,
   94361             :             },
   94362             :             .ob_size = 2,
   94363             :         },
   94364             :         .ob_item = {
   94365             :             &_Py_ID(path),
   94366             :             & const_str_st._ascii.ob_base,
   94367             :         },
   94368             :     },
   94369             : };
   94370             : static
   94371             :     struct _PyCode_DEF(164)
   94372             : genericpath_toplevel_consts_5 = {
   94373             :     .ob_base = {
   94374             :         .ob_base = {
   94375             :             .ob_refcnt = 999999999,
   94376             :             .ob_type = &PyCode_Type,
   94377             :         },
   94378             :         .ob_size = 82,
   94379             :     },
   94380             :     .co_consts = & genericpath_toplevel_consts_5_consts._object.ob_base.ob_base,
   94381             :     .co_names = & genericpath_toplevel_consts_5_names._object.ob_base.ob_base,
   94382             :     .co_exceptiontable = & genericpath_toplevel_consts_5_exceptiontable.ob_base.ob_base,
   94383             :     .co_flags = 3,
   94384             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   94385             :     ._co_linearray_entry_size = 0,
   94386             :     .co_argcount = 1,
   94387             :     .co_posonlyargcount = 0,
   94388             :     .co_kwonlyargcount = 0,
   94389             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   94390             :     .co_stacksize = 4,
   94391             :     .co_firstlineno = 27,
   94392             :     .co_nlocalsplus = 2,
   94393             :     .co_nlocals = 2,
   94394             :     .co_nplaincellvars = 0,
   94395             :     .co_ncellvars = 0,
   94396             :     .co_nfreevars = 0,
   94397             :     .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
   94398             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   94399             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   94400             :     .co_name = & const_str_isfile._ascii.ob_base,
   94401             :     .co_qualname = & const_str_isfile._ascii.ob_base,
   94402             :     .co_linetable = & genericpath_toplevel_consts_5_linetable.ob_base.ob_base,
   94403             :     ._co_code = NULL,
   94404             :     ._co_linearray = NULL,
   94405             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   94406             :     ._co_firsttraceable = 0,
   94407             : };
   94408             : static
   94409             :     struct {
   94410             :         PyASCIIObject _ascii;
   94411             :         uint8_t _data[61];
   94412             :     }
   94413             : genericpath_toplevel_consts_6_consts_0 = {
   94414             :     ._ascii = {
   94415             :         .ob_base = {
   94416             :             .ob_refcnt = 999999999,
   94417             :             .ob_type = &PyUnicode_Type,
   94418             :         },
   94419             :         .length = 60,
   94420             :         .hash = -1,
   94421             :         .state = {
   94422             :             .kind = 1,
   94423             :             .compact = 1,
   94424             :             .ascii = 1,
   94425             :         },
   94426             :     },
   94427             :     ._data = "Return true if the pathname refers to an existing directory.",
   94428             : };
   94429             : static
   94430             :     struct {
   94431             :         PyGC_Head _gc_head;
   94432             :         struct {
   94433             :             PyObject_VAR_HEAD
   94434             :             PyObject *ob_item[2];
   94435             :         }_object;
   94436             :     }
   94437             : genericpath_toplevel_consts_6_consts = {
   94438             :     ._object = {
   94439             :         .ob_base = {
   94440             :             .ob_base = {
   94441             :                 .ob_refcnt = 999999999,
   94442             :                 .ob_type = &PyTuple_Type,
   94443             :             },
   94444             :             .ob_size = 2,
   94445             :         },
   94446             :         .ob_item = {
   94447             :             & genericpath_toplevel_consts_6_consts_0._ascii.ob_base,
   94448             :             Py_False,
   94449             :         },
   94450             :     },
   94451             : };
   94452             : static
   94453             :     struct {
   94454             :         PyASCIIObject _ascii;
   94455             :         uint8_t _data[8];
   94456             :     }
   94457             : const_str_S_ISDIR = {
   94458             :     ._ascii = {
   94459             :         .ob_base = {
   94460             :             .ob_refcnt = 999999999,
   94461             :             .ob_type = &PyUnicode_Type,
   94462             :         },
   94463             :         .length = 7,
   94464             :         .hash = -1,
   94465             :         .state = {
   94466             :             .kind = 1,
   94467             :             .compact = 1,
   94468             :             .ascii = 1,
   94469             :         },
   94470             :     },
   94471             :     ._data = "S_ISDIR",
   94472             : };
   94473             : static
   94474             :     struct {
   94475             :         PyGC_Head _gc_head;
   94476             :         struct {
   94477             :             PyObject_VAR_HEAD
   94478             :             PyObject *ob_item[6];
   94479             :         }_object;
   94480             :     }
   94481             : genericpath_toplevel_consts_6_names = {
   94482             :     ._object = {
   94483             :         .ob_base = {
   94484             :             .ob_base = {
   94485             :                 .ob_refcnt = 999999999,
   94486             :                 .ob_type = &PyTuple_Type,
   94487             :             },
   94488             :             .ob_size = 6,
   94489             :         },
   94490             :         .ob_item = {
   94491             :             & const_str_os._ascii.ob_base,
   94492             :             & const_str_stat._ascii.ob_base,
   94493             :             & const_str_OSError._ascii.ob_base,
   94494             :             & const_str_ValueError._ascii.ob_base,
   94495             :             & const_str_S_ISDIR._ascii.ob_base,
   94496             :             & const_str_st_mode._ascii.ob_base,
   94497             :         },
   94498             :     },
   94499             : };
   94500             : static
   94501             :     struct {
   94502             :         PyObject_VAR_HEAD
   94503             :         Py_hash_t ob_shash;
   94504             :         char ob_sval[83];
   94505             :     }
   94506             : genericpath_toplevel_consts_6_linetable = {
   94507             :     .ob_base = {
   94508             :         .ob_base = {
   94509             :             .ob_refcnt = 999999999,
   94510             :             .ob_type = &PyBytes_Type,
   94511             :         },
   94512             :         .ob_size = 82,
   94513             :     },
   94514             :     .ob_shash = -1,
   94515             :     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x14\x8f\x57\x89\x57\x90\x51\x8c\x5a\x88\x02\xf5\x06\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
   94516             : };
   94517             : static
   94518             :     struct {
   94519             :         PyGC_Head _gc_head;
   94520             :         struct {
   94521             :             PyObject_VAR_HEAD
   94522             :             PyObject *ob_item[2];
   94523             :         }_object;
   94524             :     }
   94525             : genericpath_toplevel_consts_6_localsplusnames = {
   94526             :     ._object = {
   94527             :         .ob_base = {
   94528             :             .ob_base = {
   94529             :                 .ob_refcnt = 999999999,
   94530             :                 .ob_type = &PyTuple_Type,
   94531             :             },
   94532             :             .ob_size = 2,
   94533             :         },
   94534             :         .ob_item = {
   94535             :             & const_str_s._ascii.ob_base,
   94536             :             & const_str_st._ascii.ob_base,
   94537             :         },
   94538             :     },
   94539             : };
   94540             : static
   94541             :     struct _PyCode_DEF(164)
   94542             : genericpath_toplevel_consts_6 = {
   94543             :     .ob_base = {
   94544             :         .ob_base = {
   94545             :             .ob_refcnt = 999999999,
   94546             :             .ob_type = &PyCode_Type,
   94547             :         },
   94548             :         .ob_size = 82,
   94549             :     },
   94550             :     .co_consts = & genericpath_toplevel_consts_6_consts._object.ob_base.ob_base,
   94551             :     .co_names = & genericpath_toplevel_consts_6_names._object.ob_base.ob_base,
   94552             :     .co_exceptiontable = & genericpath_toplevel_consts_5_exceptiontable.ob_base.ob_base,
   94553             :     .co_flags = 3,
   94554             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   94555             :     ._co_linearray_entry_size = 0,
   94556             :     .co_argcount = 1,
   94557             :     .co_posonlyargcount = 0,
   94558             :     .co_kwonlyargcount = 0,
   94559             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   94560             :     .co_stacksize = 4,
   94561             :     .co_firstlineno = 39,
   94562             :     .co_nlocalsplus = 2,
   94563             :     .co_nlocals = 2,
   94564             :     .co_nplaincellvars = 0,
   94565             :     .co_ncellvars = 0,
   94566             :     .co_nfreevars = 0,
   94567             :     .co_localsplusnames = & genericpath_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
   94568             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   94569             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   94570             :     .co_name = & const_str_isdir._ascii.ob_base,
   94571             :     .co_qualname = & const_str_isdir._ascii.ob_base,
   94572             :     .co_linetable = & genericpath_toplevel_consts_6_linetable.ob_base.ob_base,
   94573             :     ._co_code = NULL,
   94574             :     ._co_linearray = NULL,
   94575             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   94576             :     ._co_firsttraceable = 0,
   94577             : };
   94578             : static
   94579             :     struct {
   94580             :         PyASCIIObject _ascii;
   94581             :         uint8_t _data[50];
   94582             :     }
   94583             : genericpath_toplevel_consts_7_consts_0 = {
   94584             :     ._ascii = {
   94585             :         .ob_base = {
   94586             :             .ob_refcnt = 999999999,
   94587             :             .ob_type = &PyUnicode_Type,
   94588             :         },
   94589             :         .length = 49,
   94590             :         .hash = -1,
   94591             :         .state = {
   94592             :             .kind = 1,
   94593             :             .compact = 1,
   94594             :             .ascii = 1,
   94595             :         },
   94596             :     },
   94597             :     ._data = "Return the size of a file, reported by os.stat().",
   94598             : };
   94599             : static
   94600             :     struct {
   94601             :         PyGC_Head _gc_head;
   94602             :         struct {
   94603             :             PyObject_VAR_HEAD
   94604             :             PyObject *ob_item[1];
   94605             :         }_object;
   94606             :     }
   94607             : genericpath_toplevel_consts_7_consts = {
   94608             :     ._object = {
   94609             :         .ob_base = {
   94610             :             .ob_base = {
   94611             :                 .ob_refcnt = 999999999,
   94612             :                 .ob_type = &PyTuple_Type,
   94613             :             },
   94614             :             .ob_size = 1,
   94615             :         },
   94616             :         .ob_item = {
   94617             :             & genericpath_toplevel_consts_7_consts_0._ascii.ob_base,
   94618             :         },
   94619             :     },
   94620             : };
   94621             : static
   94622             :     struct {
   94623             :         PyGC_Head _gc_head;
   94624             :         struct {
   94625             :             PyObject_VAR_HEAD
   94626             :             PyObject *ob_item[3];
   94627             :         }_object;
   94628             :     }
   94629             : genericpath_toplevel_consts_7_names = {
   94630             :     ._object = {
   94631             :         .ob_base = {
   94632             :             .ob_base = {
   94633             :                 .ob_refcnt = 999999999,
   94634             :                 .ob_type = &PyTuple_Type,
   94635             :             },
   94636             :             .ob_size = 3,
   94637             :         },
   94638             :         .ob_item = {
   94639             :             & const_str_os._ascii.ob_base,
   94640             :             & const_str_stat._ascii.ob_base,
   94641             :             & const_str_st_size._ascii.ob_base,
   94642             :         },
   94643             :     },
   94644             : };
   94645             : static
   94646             :     struct {
   94647             :         PyObject_VAR_HEAD
   94648             :         Py_hash_t ob_shash;
   94649             :         char ob_sval[24];
   94650             :     }
   94651             : genericpath_toplevel_consts_7_linetable = {
   94652             :     .ob_base = {
   94653             :         .ob_base = {
   94654             :             .ob_refcnt = 999999999,
   94655             :             .ob_type = &PyBytes_Type,
   94656             :         },
   94657             :         .ob_size = 23,
   94658             :     },
   94659             :     .ob_shash = -1,
   94660             :     .ob_sval = "\x80\x00\xe5\x0b\x12\x8f\x37\x89\x37\x90\x38\xd4\x0b\x1c\xd7\x0b\x24\xd1\x0b\x24\xd0\x04\x24",
   94661             : };
   94662             : static
   94663             :     struct _PyCode_DEF(68)
   94664             : genericpath_toplevel_consts_7 = {
   94665             :     .ob_base = {
   94666             :         .ob_base = {
   94667             :             .ob_refcnt = 999999999,
   94668             :             .ob_type = &PyCode_Type,
   94669             :         },
   94670             :         .ob_size = 34,
   94671             :     },
   94672             :     .co_consts = & genericpath_toplevel_consts_7_consts._object.ob_base.ob_base,
   94673             :     .co_names = & genericpath_toplevel_consts_7_names._object.ob_base.ob_base,
   94674             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   94675             :     .co_flags = 3,
   94676             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   94677             :     ._co_linearray_entry_size = 0,
   94678             :     .co_argcount = 1,
   94679             :     .co_posonlyargcount = 0,
   94680             :     .co_kwonlyargcount = 0,
   94681             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   94682             :     .co_stacksize = 3,
   94683             :     .co_firstlineno = 48,
   94684             :     .co_nlocalsplus = 1,
   94685             :     .co_nlocals = 1,
   94686             :     .co_nplaincellvars = 0,
   94687             :     .co_ncellvars = 0,
   94688             :     .co_nfreevars = 0,
   94689             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
   94690             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   94691             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   94692             :     .co_name = & const_str_getsize._ascii.ob_base,
   94693             :     .co_qualname = & const_str_getsize._ascii.ob_base,
   94694             :     .co_linetable = & genericpath_toplevel_consts_7_linetable.ob_base.ob_base,
   94695             :     ._co_code = NULL,
   94696             :     ._co_linearray = NULL,
   94697             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   94698             :     ._co_firsttraceable = 0,
   94699             : };
   94700             : static
   94701             :     struct {
   94702             :         PyASCIIObject _ascii;
   94703             :         uint8_t _data[68];
   94704             :     }
   94705             : genericpath_toplevel_consts_8_consts_0 = {
   94706             :     ._ascii = {
   94707             :         .ob_base = {
   94708             :             .ob_refcnt = 999999999,
   94709             :             .ob_type = &PyUnicode_Type,
   94710             :         },
   94711             :         .length = 67,
   94712             :         .hash = -1,
   94713             :         .state = {
   94714             :             .kind = 1,
   94715             :             .compact = 1,
   94716             :             .ascii = 1,
   94717             :         },
   94718             :     },
   94719             :     ._data = "Return the last modification time of a file, reported by os.stat().",
   94720             : };
   94721             : static
   94722             :     struct {
   94723             :         PyGC_Head _gc_head;
   94724             :         struct {
   94725             :             PyObject_VAR_HEAD
   94726             :             PyObject *ob_item[1];
   94727             :         }_object;
   94728             :     }
   94729             : genericpath_toplevel_consts_8_consts = {
   94730             :     ._object = {
   94731             :         .ob_base = {
   94732             :             .ob_base = {
   94733             :                 .ob_refcnt = 999999999,
   94734             :                 .ob_type = &PyTuple_Type,
   94735             :             },
   94736             :             .ob_size = 1,
   94737             :         },
   94738             :         .ob_item = {
   94739             :             & genericpath_toplevel_consts_8_consts_0._ascii.ob_base,
   94740             :         },
   94741             :     },
   94742             : };
   94743             : static
   94744             :     struct {
   94745             :         PyGC_Head _gc_head;
   94746             :         struct {
   94747             :             PyObject_VAR_HEAD
   94748             :             PyObject *ob_item[3];
   94749             :         }_object;
   94750             :     }
   94751             : genericpath_toplevel_consts_8_names = {
   94752             :     ._object = {
   94753             :         .ob_base = {
   94754             :             .ob_base = {
   94755             :                 .ob_refcnt = 999999999,
   94756             :                 .ob_type = &PyTuple_Type,
   94757             :             },
   94758             :             .ob_size = 3,
   94759             :         },
   94760             :         .ob_item = {
   94761             :             & const_str_os._ascii.ob_base,
   94762             :             & const_str_stat._ascii.ob_base,
   94763             :             & const_str_st_mtime._ascii.ob_base,
   94764             :         },
   94765             :     },
   94766             : };
   94767             : static
   94768             :     struct {
   94769             :         PyObject_VAR_HEAD
   94770             :         Py_hash_t ob_shash;
   94771             :         char ob_sval[24];
   94772             :     }
   94773             : genericpath_toplevel_consts_8_linetable = {
   94774             :     .ob_base = {
   94775             :         .ob_base = {
   94776             :             .ob_refcnt = 999999999,
   94777             :             .ob_type = &PyBytes_Type,
   94778             :         },
   94779             :         .ob_size = 23,
   94780             :     },
   94781             :     .ob_shash = -1,
   94782             :     .ob_sval = "\x80\x00\xe5\x0b\x12\x8f\x37\x89\x37\x90\x38\xd4\x0b\x1c\xd7\x0b\x25\xd1\x0b\x25\xd0\x04\x25",
   94783             : };
   94784             : static
   94785             :     struct _PyCode_DEF(68)
   94786             : genericpath_toplevel_consts_8 = {
   94787             :     .ob_base = {
   94788             :         .ob_base = {
   94789             :             .ob_refcnt = 999999999,
   94790             :             .ob_type = &PyCode_Type,
   94791             :         },
   94792             :         .ob_size = 34,
   94793             :     },
   94794             :     .co_consts = & genericpath_toplevel_consts_8_consts._object.ob_base.ob_base,
   94795             :     .co_names = & genericpath_toplevel_consts_8_names._object.ob_base.ob_base,
   94796             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   94797             :     .co_flags = 3,
   94798             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   94799             :     ._co_linearray_entry_size = 0,
   94800             :     .co_argcount = 1,
   94801             :     .co_posonlyargcount = 0,
   94802             :     .co_kwonlyargcount = 0,
   94803             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   94804             :     .co_stacksize = 3,
   94805             :     .co_firstlineno = 53,
   94806             :     .co_nlocalsplus = 1,
   94807             :     .co_nlocals = 1,
   94808             :     .co_nplaincellvars = 0,
   94809             :     .co_ncellvars = 0,
   94810             :     .co_nfreevars = 0,
   94811             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
   94812             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   94813             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   94814             :     .co_name = & const_str_getmtime._ascii.ob_base,
   94815             :     .co_qualname = & const_str_getmtime._ascii.ob_base,
   94816             :     .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
   94817             :     ._co_code = NULL,
   94818             :     ._co_linearray = NULL,
   94819             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   94820             :     ._co_firsttraceable = 0,
   94821             : };
   94822             : static
   94823             :     struct {
   94824             :         PyASCIIObject _ascii;
   94825             :         uint8_t _data[62];
   94826             :     }
   94827             : genericpath_toplevel_consts_9_consts_0 = {
   94828             :     ._ascii = {
   94829             :         .ob_base = {
   94830             :             .ob_refcnt = 999999999,
   94831             :             .ob_type = &PyUnicode_Type,
   94832             :         },
   94833             :         .length = 61,
   94834             :         .hash = -1,
   94835             :         .state = {
   94836             :             .kind = 1,
   94837             :             .compact = 1,
   94838             :             .ascii = 1,
   94839             :         },
   94840             :     },
   94841             :     ._data = "Return the last access time of a file, reported by os.stat().",
   94842             : };
   94843             : static
   94844             :     struct {
   94845             :         PyGC_Head _gc_head;
   94846             :         struct {
   94847             :             PyObject_VAR_HEAD
   94848             :             PyObject *ob_item[1];
   94849             :         }_object;
   94850             :     }
   94851             : genericpath_toplevel_consts_9_consts = {
   94852             :     ._object = {
   94853             :         .ob_base = {
   94854             :             .ob_base = {
   94855             :                 .ob_refcnt = 999999999,
   94856             :                 .ob_type = &PyTuple_Type,
   94857             :             },
   94858             :             .ob_size = 1,
   94859             :         },
   94860             :         .ob_item = {
   94861             :             & genericpath_toplevel_consts_9_consts_0._ascii.ob_base,
   94862             :         },
   94863             :     },
   94864             : };
   94865             : static
   94866             :     struct {
   94867             :         PyASCIIObject _ascii;
   94868             :         uint8_t _data[9];
   94869             :     }
   94870             : const_str_st_atime = {
   94871             :     ._ascii = {
   94872             :         .ob_base = {
   94873             :             .ob_refcnt = 999999999,
   94874             :             .ob_type = &PyUnicode_Type,
   94875             :         },
   94876             :         .length = 8,
   94877             :         .hash = -1,
   94878             :         .state = {
   94879             :             .kind = 1,
   94880             :             .compact = 1,
   94881             :             .ascii = 1,
   94882             :         },
   94883             :     },
   94884             :     ._data = "st_atime",
   94885             : };
   94886             : static
   94887             :     struct {
   94888             :         PyGC_Head _gc_head;
   94889             :         struct {
   94890             :             PyObject_VAR_HEAD
   94891             :             PyObject *ob_item[3];
   94892             :         }_object;
   94893             :     }
   94894             : genericpath_toplevel_consts_9_names = {
   94895             :     ._object = {
   94896             :         .ob_base = {
   94897             :             .ob_base = {
   94898             :                 .ob_refcnt = 999999999,
   94899             :                 .ob_type = &PyTuple_Type,
   94900             :             },
   94901             :             .ob_size = 3,
   94902             :         },
   94903             :         .ob_item = {
   94904             :             & const_str_os._ascii.ob_base,
   94905             :             & const_str_stat._ascii.ob_base,
   94906             :             & const_str_st_atime._ascii.ob_base,
   94907             :         },
   94908             :     },
   94909             : };
   94910             : static
   94911             :     struct _PyCode_DEF(68)
   94912             : genericpath_toplevel_consts_9 = {
   94913             :     .ob_base = {
   94914             :         .ob_base = {
   94915             :             .ob_refcnt = 999999999,
   94916             :             .ob_type = &PyCode_Type,
   94917             :         },
   94918             :         .ob_size = 34,
   94919             :     },
   94920             :     .co_consts = & genericpath_toplevel_consts_9_consts._object.ob_base.ob_base,
   94921             :     .co_names = & genericpath_toplevel_consts_9_names._object.ob_base.ob_base,
   94922             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   94923             :     .co_flags = 3,
   94924             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   94925             :     ._co_linearray_entry_size = 0,
   94926             :     .co_argcount = 1,
   94927             :     .co_posonlyargcount = 0,
   94928             :     .co_kwonlyargcount = 0,
   94929             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   94930             :     .co_stacksize = 3,
   94931             :     .co_firstlineno = 58,
   94932             :     .co_nlocalsplus = 1,
   94933             :     .co_nlocals = 1,
   94934             :     .co_nplaincellvars = 0,
   94935             :     .co_ncellvars = 0,
   94936             :     .co_nfreevars = 0,
   94937             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
   94938             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   94939             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   94940             :     .co_name = & const_str_getatime._ascii.ob_base,
   94941             :     .co_qualname = & const_str_getatime._ascii.ob_base,
   94942             :     .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
   94943             :     ._co_code = NULL,
   94944             :     ._co_linearray = NULL,
   94945             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   94946             :     ._co_firsttraceable = 0,
   94947             : };
   94948             : static
   94949             :     struct {
   94950             :         PyASCIIObject _ascii;
   94951             :         uint8_t _data[66];
   94952             :     }
   94953             : genericpath_toplevel_consts_10_consts_0 = {
   94954             :     ._ascii = {
   94955             :         .ob_base = {
   94956             :             .ob_refcnt = 999999999,
   94957             :             .ob_type = &PyUnicode_Type,
   94958             :         },
   94959             :         .length = 65,
   94960             :         .hash = -1,
   94961             :         .state = {
   94962             :             .kind = 1,
   94963             :             .compact = 1,
   94964             :             .ascii = 1,
   94965             :         },
   94966             :     },
   94967             :     ._data = "Return the metadata change time of a file, reported by os.stat().",
   94968             : };
   94969             : static
   94970             :     struct {
   94971             :         PyGC_Head _gc_head;
   94972             :         struct {
   94973             :             PyObject_VAR_HEAD
   94974             :             PyObject *ob_item[1];
   94975             :         }_object;
   94976             :     }
   94977             : genericpath_toplevel_consts_10_consts = {
   94978             :     ._object = {
   94979             :         .ob_base = {
   94980             :             .ob_base = {
   94981             :                 .ob_refcnt = 999999999,
   94982             :                 .ob_type = &PyTuple_Type,
   94983             :             },
   94984             :             .ob_size = 1,
   94985             :         },
   94986             :         .ob_item = {
   94987             :             & genericpath_toplevel_consts_10_consts_0._ascii.ob_base,
   94988             :         },
   94989             :     },
   94990             : };
   94991             : static
   94992             :     struct {
   94993             :         PyASCIIObject _ascii;
   94994             :         uint8_t _data[9];
   94995             :     }
   94996             : const_str_st_ctime = {
   94997             :     ._ascii = {
   94998             :         .ob_base = {
   94999             :             .ob_refcnt = 999999999,
   95000             :             .ob_type = &PyUnicode_Type,
   95001             :         },
   95002             :         .length = 8,
   95003             :         .hash = -1,
   95004             :         .state = {
   95005             :             .kind = 1,
   95006             :             .compact = 1,
   95007             :             .ascii = 1,
   95008             :         },
   95009             :     },
   95010             :     ._data = "st_ctime",
   95011             : };
   95012             : static
   95013             :     struct {
   95014             :         PyGC_Head _gc_head;
   95015             :         struct {
   95016             :             PyObject_VAR_HEAD
   95017             :             PyObject *ob_item[3];
   95018             :         }_object;
   95019             :     }
   95020             : genericpath_toplevel_consts_10_names = {
   95021             :     ._object = {
   95022             :         .ob_base = {
   95023             :             .ob_base = {
   95024             :                 .ob_refcnt = 999999999,
   95025             :                 .ob_type = &PyTuple_Type,
   95026             :             },
   95027             :             .ob_size = 3,
   95028             :         },
   95029             :         .ob_item = {
   95030             :             & const_str_os._ascii.ob_base,
   95031             :             & const_str_stat._ascii.ob_base,
   95032             :             & const_str_st_ctime._ascii.ob_base,
   95033             :         },
   95034             :     },
   95035             : };
   95036             : static
   95037             :     struct _PyCode_DEF(68)
   95038             : genericpath_toplevel_consts_10 = {
   95039             :     .ob_base = {
   95040             :         .ob_base = {
   95041             :             .ob_refcnt = 999999999,
   95042             :             .ob_type = &PyCode_Type,
   95043             :         },
   95044             :         .ob_size = 34,
   95045             :     },
   95046             :     .co_consts = & genericpath_toplevel_consts_10_consts._object.ob_base.ob_base,
   95047             :     .co_names = & genericpath_toplevel_consts_10_names._object.ob_base.ob_base,
   95048             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   95049             :     .co_flags = 3,
   95050             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   95051             :     ._co_linearray_entry_size = 0,
   95052             :     .co_argcount = 1,
   95053             :     .co_posonlyargcount = 0,
   95054             :     .co_kwonlyargcount = 0,
   95055             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   95056             :     .co_stacksize = 3,
   95057             :     .co_firstlineno = 63,
   95058             :     .co_nlocalsplus = 1,
   95059             :     .co_nlocals = 1,
   95060             :     .co_nplaincellvars = 0,
   95061             :     .co_ncellvars = 0,
   95062             :     .co_nfreevars = 0,
   95063             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
   95064             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   95065             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   95066             :     .co_name = & const_str_getctime._ascii.ob_base,
   95067             :     .co_qualname = & const_str_getctime._ascii.ob_base,
   95068             :     .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
   95069             :     ._co_code = NULL,
   95070             :     ._co_linearray = NULL,
   95071             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   95072             :     ._co_firsttraceable = 0,
   95073             : };
   95074             : static
   95075             :     struct {
   95076             :         PyASCIIObject _ascii;
   95077             :         uint8_t _data[72];
   95078             :     }
   95079             : genericpath_toplevel_consts_11_consts_0 = {
   95080             :     ._ascii = {
   95081             :         .ob_base = {
   95082             :             .ob_refcnt = 999999999,
   95083             :             .ob_type = &PyUnicode_Type,
   95084             :         },
   95085             :         .length = 71,
   95086             :         .hash = -1,
   95087             :         .state = {
   95088             :             .kind = 1,
   95089             :             .compact = 1,
   95090             :             .ascii = 1,
   95091             :         },
   95092             :     },
   95093             :     ._data = "Given a list of pathnames, returns the longest common leading component",
   95094             : };
   95095             : static
   95096             :     struct {
   95097             :         PyGC_Head _gc_head;
   95098             :         struct {
   95099             :             PyObject_VAR_HEAD
   95100             :             PyObject *ob_item[4];
   95101             :         }_object;
   95102             :     }
   95103             : genericpath_toplevel_consts_11_consts = {
   95104             :     ._object = {
   95105             :         .ob_base = {
   95106             :             .ob_base = {
   95107             :                 .ob_refcnt = 999999999,
   95108             :                 .ob_type = &PyTuple_Type,
   95109             :             },
   95110             :             .ob_size = 4,
   95111             :         },
   95112             :         .ob_item = {
   95113             :             & genericpath_toplevel_consts_11_consts_0._ascii.ob_base,
   95114             :             &_Py_STR(empty),
   95115             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   95116             :             Py_None,
   95117             :         },
   95118             :     },
   95119             : };
   95120             : static
   95121             :     struct {
   95122             :         PyASCIIObject _ascii;
   95123             :         uint8_t _data[4];
   95124             :     }
   95125             : const_str_min = {
   95126             :     ._ascii = {
   95127             :         .ob_base = {
   95128             :             .ob_refcnt = 999999999,
   95129             :             .ob_type = &PyUnicode_Type,
   95130             :         },
   95131             :         .length = 3,
   95132             :         .hash = -1,
   95133             :         .state = {
   95134             :             .kind = 1,
   95135             :             .compact = 1,
   95136             :             .ascii = 1,
   95137             :         },
   95138             :     },
   95139             :     ._data = "min",
   95140             : };
   95141             : static
   95142             :     struct {
   95143             :         PyASCIIObject _ascii;
   95144             :         uint8_t _data[10];
   95145             :     }
   95146             : const_str_enumerate = {
   95147             :     ._ascii = {
   95148             :         .ob_base = {
   95149             :             .ob_refcnt = 999999999,
   95150             :             .ob_type = &PyUnicode_Type,
   95151             :         },
   95152             :         .length = 9,
   95153             :         .hash = -1,
   95154             :         .state = {
   95155             :             .kind = 1,
   95156             :             .compact = 1,
   95157             :             .ascii = 1,
   95158             :         },
   95159             :     },
   95160             :     ._data = "enumerate",
   95161             : };
   95162             : static
   95163             :     struct {
   95164             :         PyGC_Head _gc_head;
   95165             :         struct {
   95166             :             PyObject_VAR_HEAD
   95167             :             PyObject *ob_item[9];
   95168             :         }_object;
   95169             :     }
   95170             : genericpath_toplevel_consts_11_names = {
   95171             :     ._object = {
   95172             :         .ob_base = {
   95173             :             .ob_base = {
   95174             :                 .ob_refcnt = 999999999,
   95175             :                 .ob_type = &PyTuple_Type,
   95176             :             },
   95177             :             .ob_size = 9,
   95178             :         },
   95179             :         .ob_item = {
   95180             :             &_Py_ID(isinstance),
   95181             :             & const_str_list._ascii.ob_base,
   95182             :             & const_str_tuple._ascii.ob_base,
   95183             :             & const_str_map._ascii.ob_base,
   95184             :             & const_str_os._ascii.ob_base,
   95185             :             & const_str_fspath._ascii.ob_base,
   95186             :             & const_str_min._ascii.ob_base,
   95187             :             & const_str_max._ascii.ob_base,
   95188             :             & const_str_enumerate._ascii.ob_base,
   95189             :         },
   95190             :     },
   95191             : };
   95192             : static
   95193             :     struct {
   95194             :         PyObject_VAR_HEAD
   95195             :         Py_hash_t ob_shash;
   95196             :         char ob_sval[136];
   95197             :     }
   95198             : genericpath_toplevel_consts_11_linetable = {
   95199             :     .ob_base = {
   95200             :         .ob_base = {
   95201             :             .ob_refcnt = 999999999,
   95202             :             .ob_type = &PyBytes_Type,
   95203             :         },
   95204             :         .ob_size = 135,
   95205             :     },
   95206             :     .ob_shash = -1,
   95207             :     .ob_sval = "\x80\x00\xe0\x0b\x0c\xd0\x04\x17\x90\x52\x90\x52\xf5\x0a\x00\x0c\x16\x90\x61\x98\x01\x94\x64\x9d\x54\xa5\x35\x98\x4d\xd4\x0b\x2a\xf0\x00\x01\x05\x25\xdd\x0c\x11\x95\x23\x95\x62\x97\x69\x91\x69\xa0\x11\xd4\x12\x23\xd4\x0c\x24\x88\x01\xdd\x09\x0c\x88\x51\x8c\x16\x80\x42\xdd\x09\x0c\x88\x51\x8c\x16\x80\x42\xdd\x10\x19\x98\x22\x94\x0d\xf0\x00\x02\x05\x1a\xf1\x00\x02\x05\x1a\x89\x04\x88\x01\x88\x31\xd8\x0b\x0c\x90\x02\x90\x31\x94\x05\x8a\x3a\xf0\x00\x01\x09\x1a\xd8\x13\x15\x90\x36\x90\x71\x90\x36\x88\x4d\x88\x4d\x88\x4d\xd8\x0b\x0d\x80\x49",
   95208             : };
   95209             : static
   95210             :     struct {
   95211             :         PyASCIIObject _ascii;
   95212             :         uint8_t _data[3];
   95213             :     }
   95214             : const_str_s1 = {
   95215             :     ._ascii = {
   95216             :         .ob_base = {
   95217             :             .ob_refcnt = 999999999,
   95218             :             .ob_type = &PyUnicode_Type,
   95219             :         },
   95220             :         .length = 2,
   95221             :         .hash = -1,
   95222             :         .state = {
   95223             :             .kind = 1,
   95224             :             .compact = 1,
   95225             :             .ascii = 1,
   95226             :         },
   95227             :     },
   95228             :     ._data = "s1",
   95229             : };
   95230             : static
   95231             :     struct {
   95232             :         PyASCIIObject _ascii;
   95233             :         uint8_t _data[3];
   95234             :     }
   95235             : const_str_s2 = {
   95236             :     ._ascii = {
   95237             :         .ob_base = {
   95238             :             .ob_refcnt = 999999999,
   95239             :             .ob_type = &PyUnicode_Type,
   95240             :         },
   95241             :         .length = 2,
   95242             :         .hash = -1,
   95243             :         .state = {
   95244             :             .kind = 1,
   95245             :             .compact = 1,
   95246             :             .ascii = 1,
   95247             :         },
   95248             :     },
   95249             :     ._data = "s2",
   95250             : };
   95251             : static
   95252             :     struct {
   95253             :         PyGC_Head _gc_head;
   95254             :         struct {
   95255             :             PyObject_VAR_HEAD
   95256             :             PyObject *ob_item[5];
   95257             :         }_object;
   95258             :     }
   95259             : genericpath_toplevel_consts_11_localsplusnames = {
   95260             :     ._object = {
   95261             :         .ob_base = {
   95262             :             .ob_base = {
   95263             :                 .ob_refcnt = 999999999,
   95264             :                 .ob_type = &PyTuple_Type,
   95265             :             },
   95266             :             .ob_size = 5,
   95267             :         },
   95268             :         .ob_item = {
   95269             :             & const_str_m._ascii.ob_base,
   95270             :             & const_str_s1._ascii.ob_base,
   95271             :             & const_str_s2._ascii.ob_base,
   95272             :             & const_str_i._ascii.ob_base,
   95273             :             & const_str_c._ascii.ob_base,
   95274             :         },
   95275             :     },
   95276             : };
   95277             : static
   95278             :     struct _PyCode_DEF(286)
   95279             : genericpath_toplevel_consts_11 = {
   95280             :     .ob_base = {
   95281             :         .ob_base = {
   95282             :             .ob_refcnt = 999999999,
   95283             :             .ob_type = &PyCode_Type,
   95284             :         },
   95285             :         .ob_size = 143,
   95286             :     },
   95287             :     .co_consts = & genericpath_toplevel_consts_11_consts._object.ob_base.ob_base,
   95288             :     .co_names = & genericpath_toplevel_consts_11_names._object.ob_base.ob_base,
   95289             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   95290             :     .co_flags = 3,
   95291             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   95292             :     ._co_linearray_entry_size = 0,
   95293             :     .co_argcount = 1,
   95294             :     .co_posonlyargcount = 0,
   95295             :     .co_kwonlyargcount = 0,
   95296             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   95297             :     .co_stacksize = 6,
   95298             :     .co_firstlineno = 69,
   95299             :     .co_nlocalsplus = 5,
   95300             :     .co_nlocals = 5,
   95301             :     .co_nplaincellvars = 0,
   95302             :     .co_ncellvars = 0,
   95303             :     .co_nfreevars = 0,
   95304             :     .co_localsplusnames = & genericpath_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
   95305             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   95306             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   95307             :     .co_name = & const_str_commonprefix._ascii.ob_base,
   95308             :     .co_qualname = & const_str_commonprefix._ascii.ob_base,
   95309             :     .co_linetable = & genericpath_toplevel_consts_11_linetable.ob_base.ob_base,
   95310             :     ._co_code = NULL,
   95311             :     ._co_linearray = NULL,
   95312             :     .co_code_adaptive = "\x97\x00\x7c\x00\x73\x02\x64\x01\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x28\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x17\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x7c\x02\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\xaf\x12\x7c\x01\x64\x03\x7c\x03\x1a\x00\x63\x02\x01\x00\x53\x00\x7c\x01\x53\x00",
   95313             :     ._co_firsttraceable = 0,
   95314             : };
   95315             : static
   95316             :     struct {
   95317             :         PyASCIIObject _ascii;
   95318             :         uint8_t _data[54];
   95319             :     }
   95320             : genericpath_toplevel_consts_12_consts_0 = {
   95321             :     ._ascii = {
   95322             :         .ob_base = {
   95323             :             .ob_refcnt = 999999999,
   95324             :             .ob_type = &PyUnicode_Type,
   95325             :         },
   95326             :         .length = 53,
   95327             :         .hash = -1,
   95328             :         .state = {
   95329             :             .kind = 1,
   95330             :             .compact = 1,
   95331             :             .ascii = 1,
   95332             :         },
   95333             :     },
   95334             :     ._data = "Test whether two stat buffers reference the same file",
   95335             : };
   95336             : static
   95337             :     struct {
   95338             :         PyGC_Head _gc_head;
   95339             :         struct {
   95340             :             PyObject_VAR_HEAD
   95341             :             PyObject *ob_item[1];
   95342             :         }_object;
   95343             :     }
   95344             : genericpath_toplevel_consts_12_consts = {
   95345             :     ._object = {
   95346             :         .ob_base = {
   95347             :             .ob_base = {
   95348             :                 .ob_refcnt = 999999999,
   95349             :                 .ob_type = &PyTuple_Type,
   95350             :             },
   95351             :             .ob_size = 1,
   95352             :         },
   95353             :         .ob_item = {
   95354             :             & genericpath_toplevel_consts_12_consts_0._ascii.ob_base,
   95355             :         },
   95356             :     },
   95357             : };
   95358             : static
   95359             :     struct {
   95360             :         PyASCIIObject _ascii;
   95361             :         uint8_t _data[7];
   95362             :     }
   95363             : const_str_st_ino = {
   95364             :     ._ascii = {
   95365             :         .ob_base = {
   95366             :             .ob_refcnt = 999999999,
   95367             :             .ob_type = &PyUnicode_Type,
   95368             :         },
   95369             :         .length = 6,
   95370             :         .hash = -1,
   95371             :         .state = {
   95372             :             .kind = 1,
   95373             :             .compact = 1,
   95374             :             .ascii = 1,
   95375             :         },
   95376             :     },
   95377             :     ._data = "st_ino",
   95378             : };
   95379             : static
   95380             :     struct {
   95381             :         PyASCIIObject _ascii;
   95382             :         uint8_t _data[7];
   95383             :     }
   95384             : const_str_st_dev = {
   95385             :     ._ascii = {
   95386             :         .ob_base = {
   95387             :             .ob_refcnt = 999999999,
   95388             :             .ob_type = &PyUnicode_Type,
   95389             :         },
   95390             :         .length = 6,
   95391             :         .hash = -1,
   95392             :         .state = {
   95393             :             .kind = 1,
   95394             :             .compact = 1,
   95395             :             .ascii = 1,
   95396             :         },
   95397             :     },
   95398             :     ._data = "st_dev",
   95399             : };
   95400             : static
   95401             :     struct {
   95402             :         PyGC_Head _gc_head;
   95403             :         struct {
   95404             :             PyObject_VAR_HEAD
   95405             :             PyObject *ob_item[2];
   95406             :         }_object;
   95407             :     }
   95408             : genericpath_toplevel_consts_12_names = {
   95409             :     ._object = {
   95410             :         .ob_base = {
   95411             :             .ob_base = {
   95412             :                 .ob_refcnt = 999999999,
   95413             :                 .ob_type = &PyTuple_Type,
   95414             :             },
   95415             :             .ob_size = 2,
   95416             :         },
   95417             :         .ob_item = {
   95418             :             & const_str_st_ino._ascii.ob_base,
   95419             :             & const_str_st_dev._ascii.ob_base,
   95420             :         },
   95421             :     },
   95422             : };
   95423             : static
   95424             :     struct {
   95425             :         PyObject_VAR_HEAD
   95426             :         Py_hash_t ob_shash;
   95427             :         char ob_sval[45];
   95428             :     }
   95429             : genericpath_toplevel_consts_12_linetable = {
   95430             :     .ob_base = {
   95431             :         .ob_base = {
   95432             :             .ob_refcnt = 999999999,
   95433             :             .ob_type = &PyBytes_Type,
   95434             :         },
   95435             :         .ob_size = 44,
   95436             :     },
   95437             :     .ob_shash = -1,
   95438             :     .ob_sval = "\x80\x00\xe0\x0c\x0e\x8f\x49\x89\x49\x98\x12\x9f\x19\x99\x19\xd2\x0c\x22\xf0\x00\x01\x0d\x23\xd8\x0c\x0e\x8f\x49\x89\x49\x98\x12\x9f\x19\x99\x19\xd2\x0c\x22\xf0\x03\x01\x05\x24",
   95439             : };
   95440             : static
   95441             :     struct {
   95442             :         PyGC_Head _gc_head;
   95443             :         struct {
   95444             :             PyObject_VAR_HEAD
   95445             :             PyObject *ob_item[2];
   95446             :         }_object;
   95447             :     }
   95448             : genericpath_toplevel_consts_12_localsplusnames = {
   95449             :     ._object = {
   95450             :         .ob_base = {
   95451             :             .ob_base = {
   95452             :                 .ob_refcnt = 999999999,
   95453             :                 .ob_type = &PyTuple_Type,
   95454             :             },
   95455             :             .ob_size = 2,
   95456             :         },
   95457             :         .ob_item = {
   95458             :             & const_str_s1._ascii.ob_base,
   95459             :             & const_str_s2._ascii.ob_base,
   95460             :         },
   95461             :     },
   95462             : };
   95463             : static
   95464             :     struct _PyCode_DEF(106)
   95465             : genericpath_toplevel_consts_12 = {
   95466             :     .ob_base = {
   95467             :         .ob_base = {
   95468             :             .ob_refcnt = 999999999,
   95469             :             .ob_type = &PyCode_Type,
   95470             :         },
   95471             :         .ob_size = 53,
   95472             :     },
   95473             :     .co_consts = & genericpath_toplevel_consts_12_consts._object.ob_base.ob_base,
   95474             :     .co_names = & genericpath_toplevel_consts_12_names._object.ob_base.ob_base,
   95475             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   95476             :     .co_flags = 3,
   95477             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   95478             :     ._co_linearray_entry_size = 0,
   95479             :     .co_argcount = 2,
   95480             :     .co_posonlyargcount = 0,
   95481             :     .co_kwonlyargcount = 0,
   95482             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   95483             :     .co_stacksize = 2,
   95484             :     .co_firstlineno = 87,
   95485             :     .co_nlocalsplus = 2,
   95486             :     .co_nlocals = 2,
   95487             :     .co_nplaincellvars = 0,
   95488             :     .co_ncellvars = 0,
   95489             :     .co_nfreevars = 0,
   95490             :     .co_localsplusnames = & genericpath_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
   95491             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   95492             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   95493             :     .co_name = & const_str_samestat._ascii.ob_base,
   95494             :     .co_qualname = & const_str_samestat._ascii.ob_base,
   95495             :     .co_linetable = & genericpath_toplevel_consts_12_linetable.ob_base.ob_base,
   95496             :     ._co_code = NULL,
   95497             :     ._co_linearray = NULL,
   95498             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x19\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
   95499             :     ._co_firsttraceable = 0,
   95500             : };
   95501             : static
   95502             :     struct {
   95503             :         PyASCIIObject _ascii;
   95504             :         uint8_t _data[214];
   95505             :     }
   95506             : genericpath_toplevel_consts_13_consts_0 = {
   95507             :     ._ascii = {
   95508             :         .ob_base = {
   95509             :             .ob_refcnt = 999999999,
   95510             :             .ob_type = &PyUnicode_Type,
   95511             :         },
   95512             :         .length = 213,
   95513             :         .hash = -1,
   95514             :         .state = {
   95515             :             .kind = 1,
   95516             :             .compact = 1,
   95517             :             .ascii = 1,
   95518             :         },
   95519             :     },
   95520             :     ._data = "\x54\x65\x73\x74\x20\x77\x68\x65\x74\x68\x65\x72\x20\x74\x77\x6f\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x73\x20\x72\x65\x66\x65\x72\x65\x6e\x63\x65\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x61\x63\x74\x75\x61\x6c\x20\x66\x69\x6c\x65\x20\x6f\x72\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x69\x73\x20\x64\x65\x74\x65\x72\x6d\x69\x6e\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x64\x65\x76\x69\x63\x65\x20\x6e\x75\x6d\x62\x65\x72\x20\x61\x6e\x64\x20\x69\x2d\x6e\x6f\x64\x65\x20\x6e\x75\x6d\x62\x65\x72\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x72\x61\x69\x73\x65\x73\x20\x61\x6e\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x69\x66\x20\x61\x6e\x20\x6f\x73\x2e\x73\x74\x61\x74\x28\x29\x20\x63\x61\x6c\x6c\x20\x6f\x6e\x20\x65\x69\x74\x68\x65\x72\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x66\x61\x69\x6c\x73\x2e\x0a\x20\x20\x20\x20",
   95521             : };
   95522             : static
   95523             :     struct {
   95524             :         PyGC_Head _gc_head;
   95525             :         struct {
   95526             :             PyObject_VAR_HEAD
   95527             :             PyObject *ob_item[1];
   95528             :         }_object;
   95529             :     }
   95530             : genericpath_toplevel_consts_13_consts = {
   95531             :     ._object = {
   95532             :         .ob_base = {
   95533             :             .ob_base = {
   95534             :                 .ob_refcnt = 999999999,
   95535             :                 .ob_type = &PyTuple_Type,
   95536             :             },
   95537             :             .ob_size = 1,
   95538             :         },
   95539             :         .ob_item = {
   95540             :             & genericpath_toplevel_consts_13_consts_0._ascii.ob_base,
   95541             :         },
   95542             :     },
   95543             : };
   95544             : static
   95545             :     struct {
   95546             :         PyGC_Head _gc_head;
   95547             :         struct {
   95548             :             PyObject_VAR_HEAD
   95549             :             PyObject *ob_item[3];
   95550             :         }_object;
   95551             :     }
   95552             : genericpath_toplevel_consts_13_names = {
   95553             :     ._object = {
   95554             :         .ob_base = {
   95555             :             .ob_base = {
   95556             :                 .ob_refcnt = 999999999,
   95557             :                 .ob_type = &PyTuple_Type,
   95558             :             },
   95559             :             .ob_size = 3,
   95560             :         },
   95561             :         .ob_item = {
   95562             :             & const_str_os._ascii.ob_base,
   95563             :             & const_str_stat._ascii.ob_base,
   95564             :             & const_str_samestat._ascii.ob_base,
   95565             :         },
   95566             :     },
   95567             : };
   95568             : static
   95569             :     struct {
   95570             :         PyObject_VAR_HEAD
   95571             :         Py_hash_t ob_shash;
   95572             :         char ob_sval[44];
   95573             :     }
   95574             : genericpath_toplevel_consts_13_linetable = {
   95575             :     .ob_base = {
   95576             :         .ob_base = {
   95577             :             .ob_refcnt = 999999999,
   95578             :             .ob_type = &PyBytes_Type,
   95579             :         },
   95580             :         .ob_size = 43,
   95581             :     },
   95582             :     .ob_shash = -1,
   95583             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x0a\x11\x8f\x17\x89\x17\x90\x12\x8c\x1b\x80\x42\xdd\x09\x10\x8f\x17\x89\x17\x90\x12\x8c\x1b\x80\x42\xdd\x0b\x13\x90\x42\x98\x02\xd4\x0b\x1b\xd0\x04\x1b",
   95584             : };
   95585             : static
   95586             :     struct {
   95587             :         PyASCIIObject _ascii;
   95588             :         uint8_t _data[3];
   95589             :     }
   95590             : const_str_f1 = {
   95591             :     ._ascii = {
   95592             :         .ob_base = {
   95593             :             .ob_refcnt = 999999999,
   95594             :             .ob_type = &PyUnicode_Type,
   95595             :         },
   95596             :         .length = 2,
   95597             :         .hash = -1,
   95598             :         .state = {
   95599             :             .kind = 1,
   95600             :             .compact = 1,
   95601             :             .ascii = 1,
   95602             :         },
   95603             :     },
   95604             :     ._data = "f1",
   95605             : };
   95606             : static
   95607             :     struct {
   95608             :         PyASCIIObject _ascii;
   95609             :         uint8_t _data[3];
   95610             :     }
   95611             : const_str_f2 = {
   95612             :     ._ascii = {
   95613             :         .ob_base = {
   95614             :             .ob_refcnt = 999999999,
   95615             :             .ob_type = &PyUnicode_Type,
   95616             :         },
   95617             :         .length = 2,
   95618             :         .hash = -1,
   95619             :         .state = {
   95620             :             .kind = 1,
   95621             :             .compact = 1,
   95622             :             .ascii = 1,
   95623             :         },
   95624             :     },
   95625             :     ._data = "f2",
   95626             : };
   95627             : static
   95628             :     struct {
   95629             :         PyGC_Head _gc_head;
   95630             :         struct {
   95631             :             PyObject_VAR_HEAD
   95632             :             PyObject *ob_item[4];
   95633             :         }_object;
   95634             :     }
   95635             : genericpath_toplevel_consts_13_localsplusnames = {
   95636             :     ._object = {
   95637             :         .ob_base = {
   95638             :             .ob_base = {
   95639             :                 .ob_refcnt = 999999999,
   95640             :                 .ob_type = &PyTuple_Type,
   95641             :             },
   95642             :             .ob_size = 4,
   95643             :         },
   95644             :         .ob_item = {
   95645             :             & const_str_f1._ascii.ob_base,
   95646             :             & const_str_f2._ascii.ob_base,
   95647             :             & const_str_s1._ascii.ob_base,
   95648             :             & const_str_s2._ascii.ob_base,
   95649             :         },
   95650             :     },
   95651             : };
   95652             : static
   95653             :     struct _PyCode_DEF(122)
   95654             : genericpath_toplevel_consts_13 = {
   95655             :     .ob_base = {
   95656             :         .ob_base = {
   95657             :             .ob_refcnt = 999999999,
   95658             :             .ob_type = &PyCode_Type,
   95659             :         },
   95660             :         .ob_size = 61,
   95661             :     },
   95662             :     .co_consts = & genericpath_toplevel_consts_13_consts._object.ob_base.ob_base,
   95663             :     .co_names = & genericpath_toplevel_consts_13_names._object.ob_base.ob_base,
   95664             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   95665             :     .co_flags = 3,
   95666             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   95667             :     ._co_linearray_entry_size = 0,
   95668             :     .co_argcount = 2,
   95669             :     .co_posonlyargcount = 0,
   95670             :     .co_kwonlyargcount = 0,
   95671             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   95672             :     .co_stacksize = 4,
   95673             :     .co_firstlineno = 94,
   95674             :     .co_nlocalsplus = 4,
   95675             :     .co_nlocals = 4,
   95676             :     .co_nplaincellvars = 0,
   95677             :     .co_ncellvars = 0,
   95678             :     .co_nfreevars = 0,
   95679             :     .co_localsplusnames = & genericpath_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
   95680             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   95681             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   95682             :     .co_name = & const_str_samefile._ascii.ob_base,
   95683             :     .co_qualname = & const_str_samefile._ascii.ob_base,
   95684             :     .co_linetable = & genericpath_toplevel_consts_13_linetable.ob_base.ob_base,
   95685             :     ._co_code = NULL,
   95686             :     ._co_linearray = NULL,
   95687             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   95688             :     ._co_firsttraceable = 0,
   95689             : };
   95690             : static
   95691             :     struct {
   95692             :         PyASCIIObject _ascii;
   95693             :         uint8_t _data[59];
   95694             :     }
   95695             : genericpath_toplevel_consts_14_consts_0 = {
   95696             :     ._ascii = {
   95697             :         .ob_base = {
   95698             :             .ob_refcnt = 999999999,
   95699             :             .ob_type = &PyUnicode_Type,
   95700             :         },
   95701             :         .length = 58,
   95702             :         .hash = -1,
   95703             :         .state = {
   95704             :             .kind = 1,
   95705             :             .compact = 1,
   95706             :             .ascii = 1,
   95707             :         },
   95708             :     },
   95709             :     ._data = "Test whether two open file objects reference the same file",
   95710             : };
   95711             : static
   95712             :     struct {
   95713             :         PyGC_Head _gc_head;
   95714             :         struct {
   95715             :             PyObject_VAR_HEAD
   95716             :             PyObject *ob_item[1];
   95717             :         }_object;
   95718             :     }
   95719             : genericpath_toplevel_consts_14_consts = {
   95720             :     ._object = {
   95721             :         .ob_base = {
   95722             :             .ob_base = {
   95723             :                 .ob_refcnt = 999999999,
   95724             :                 .ob_type = &PyTuple_Type,
   95725             :             },
   95726             :             .ob_size = 1,
   95727             :         },
   95728             :         .ob_item = {
   95729             :             & genericpath_toplevel_consts_14_consts_0._ascii.ob_base,
   95730             :         },
   95731             :     },
   95732             : };
   95733             : static
   95734             :     struct {
   95735             :         PyASCIIObject _ascii;
   95736             :         uint8_t _data[6];
   95737             :     }
   95738             : const_str_fstat = {
   95739             :     ._ascii = {
   95740             :         .ob_base = {
   95741             :             .ob_refcnt = 999999999,
   95742             :             .ob_type = &PyUnicode_Type,
   95743             :         },
   95744             :         .length = 5,
   95745             :         .hash = -1,
   95746             :         .state = {
   95747             :             .kind = 1,
   95748             :             .compact = 1,
   95749             :             .ascii = 1,
   95750             :         },
   95751             :     },
   95752             :     ._data = "fstat",
   95753             : };
   95754             : static
   95755             :     struct {
   95756             :         PyGC_Head _gc_head;
   95757             :         struct {
   95758             :             PyObject_VAR_HEAD
   95759             :             PyObject *ob_item[3];
   95760             :         }_object;
   95761             :     }
   95762             : genericpath_toplevel_consts_14_names = {
   95763             :     ._object = {
   95764             :         .ob_base = {
   95765             :             .ob_base = {
   95766             :                 .ob_refcnt = 999999999,
   95767             :                 .ob_type = &PyTuple_Type,
   95768             :             },
   95769             :             .ob_size = 3,
   95770             :         },
   95771             :         .ob_item = {
   95772             :             & const_str_os._ascii.ob_base,
   95773             :             & const_str_fstat._ascii.ob_base,
   95774             :             & const_str_samestat._ascii.ob_base,
   95775             :         },
   95776             :     },
   95777             : };
   95778             : static
   95779             :     struct {
   95780             :         PyObject_VAR_HEAD
   95781             :         Py_hash_t ob_shash;
   95782             :         char ob_sval[42];
   95783             :     }
   95784             : genericpath_toplevel_consts_14_linetable = {
   95785             :     .ob_base = {
   95786             :         .ob_base = {
   95787             :             .ob_refcnt = 999999999,
   95788             :             .ob_type = &PyBytes_Type,
   95789             :         },
   95790             :         .ob_size = 41,
   95791             :     },
   95792             :     .ob_shash = -1,
   95793             :     .ob_sval = "\x80\x00\xe5\x09\x11\x8f\x18\x89\x18\x90\x23\x8c\x1d\x80\x42\xdd\x09\x11\x8f\x18\x89\x18\x90\x23\x8c\x1d\x80\x42\xdd\x0b\x13\x90\x42\x98\x02\xd4\x0b\x1b\xd0\x04\x1b",
   95794             : };
   95795             : static
   95796             :     struct {
   95797             :         PyASCIIObject _ascii;
   95798             :         uint8_t _data[4];
   95799             :     }
   95800             : const_str_fp1 = {
   95801             :     ._ascii = {
   95802             :         .ob_base = {
   95803             :             .ob_refcnt = 999999999,
   95804             :             .ob_type = &PyUnicode_Type,
   95805             :         },
   95806             :         .length = 3,
   95807             :         .hash = -1,
   95808             :         .state = {
   95809             :             .kind = 1,
   95810             :             .compact = 1,
   95811             :             .ascii = 1,
   95812             :         },
   95813             :     },
   95814             :     ._data = "fp1",
   95815             : };
   95816             : static
   95817             :     struct {
   95818             :         PyASCIIObject _ascii;
   95819             :         uint8_t _data[4];
   95820             :     }
   95821             : const_str_fp2 = {
   95822             :     ._ascii = {
   95823             :         .ob_base = {
   95824             :             .ob_refcnt = 999999999,
   95825             :             .ob_type = &PyUnicode_Type,
   95826             :         },
   95827             :         .length = 3,
   95828             :         .hash = -1,
   95829             :         .state = {
   95830             :             .kind = 1,
   95831             :             .compact = 1,
   95832             :             .ascii = 1,
   95833             :         },
   95834             :     },
   95835             :     ._data = "fp2",
   95836             : };
   95837             : static
   95838             :     struct {
   95839             :         PyGC_Head _gc_head;
   95840             :         struct {
   95841             :             PyObject_VAR_HEAD
   95842             :             PyObject *ob_item[4];
   95843             :         }_object;
   95844             :     }
   95845             : genericpath_toplevel_consts_14_localsplusnames = {
   95846             :     ._object = {
   95847             :         .ob_base = {
   95848             :             .ob_base = {
   95849             :                 .ob_refcnt = 999999999,
   95850             :                 .ob_type = &PyTuple_Type,
   95851             :             },
   95852             :             .ob_size = 4,
   95853             :         },
   95854             :         .ob_item = {
   95855             :             & const_str_fp1._ascii.ob_base,
   95856             :             & const_str_fp2._ascii.ob_base,
   95857             :             & const_str_s1._ascii.ob_base,
   95858             :             & const_str_s2._ascii.ob_base,
   95859             :         },
   95860             :     },
   95861             : };
   95862             : static
   95863             :     struct _PyCode_DEF(122)
   95864             : genericpath_toplevel_consts_14 = {
   95865             :     .ob_base = {
   95866             :         .ob_base = {
   95867             :             .ob_refcnt = 999999999,
   95868             :             .ob_type = &PyCode_Type,
   95869             :         },
   95870             :         .ob_size = 61,
   95871             :     },
   95872             :     .co_consts = & genericpath_toplevel_consts_14_consts._object.ob_base.ob_base,
   95873             :     .co_names = & genericpath_toplevel_consts_14_names._object.ob_base.ob_base,
   95874             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   95875             :     .co_flags = 3,
   95876             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   95877             :     ._co_linearray_entry_size = 0,
   95878             :     .co_argcount = 2,
   95879             :     .co_posonlyargcount = 0,
   95880             :     .co_kwonlyargcount = 0,
   95881             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
   95882             :     .co_stacksize = 4,
   95883             :     .co_firstlineno = 107,
   95884             :     .co_nlocalsplus = 4,
   95885             :     .co_nlocals = 4,
   95886             :     .co_nplaincellvars = 0,
   95887             :     .co_ncellvars = 0,
   95888             :     .co_nfreevars = 0,
   95889             :     .co_localsplusnames = & genericpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
   95890             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
   95891             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   95892             :     .co_name = & const_str_sameopenfile._ascii.ob_base,
   95893             :     .co_qualname = & const_str_sameopenfile._ascii.ob_base,
   95894             :     .co_linetable = & genericpath_toplevel_consts_14_linetable.ob_base.ob_base,
   95895             :     ._co_code = NULL,
   95896             :     ._co_linearray = NULL,
   95897             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   95898             :     ._co_firsttraceable = 0,
   95899             : };
   95900             : static
   95901             :     struct {
   95902             :         PyASCIIObject _ascii;
   95903             :         uint8_t _data[165];
   95904             :     }
   95905             : genericpath_toplevel_consts_15_consts_0 = {
   95906             :     ._ascii = {
   95907             :         .ob_base = {
   95908             :             .ob_refcnt = 999999999,
   95909             :             .ob_type = &PyUnicode_Type,
   95910             :         },
   95911             :         .length = 164,
   95912             :         .hash = -1,
   95913             :         .state = {
   95914             :             .kind = 1,
   95915             :             .compact = 1,
   95916             :             .ascii = 1,
   95917             :         },
   95918             :     },
   95919             :     ._data = "\x53\x70\x6c\x69\x74\x20\x74\x68\x65\x20\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x20\x66\x72\x6f\x6d\x20\x61\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x45\x78\x74\x65\x6e\x73\x69\x6f\x6e\x20\x69\x73\x20\x65\x76\x65\x72\x79\x74\x68\x69\x6e\x67\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x6c\x61\x73\x74\x20\x64\x6f\x74\x20\x74\x6f\x20\x74\x68\x65\x20\x65\x6e\x64\x2c\x20\x69\x67\x6e\x6f\x72\x69\x6e\x67\x0a\x20\x20\x20\x20\x6c\x65\x61\x64\x69\x6e\x67\x20\x64\x6f\x74\x73\x2e\x20\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x22\x28\x72\x6f\x6f\x74\x2c\x20\x65\x78\x74\x29\x22\x3b\x20\x65\x78\x74\x20\x6d\x61\x79\x20\x62\x65\x20\x65\x6d\x70\x74\x79\x2e",
   95920             : };
   95921             : static
   95922             :     struct {
   95923             :         PyGC_Head _gc_head;
   95924             :         struct {
   95925             :             PyObject_VAR_HEAD
   95926             :             PyObject *ob_item[4];
   95927             :         }_object;
   95928             :     }
   95929             : genericpath_toplevel_consts_15_consts = {
   95930             :     ._object = {
   95931             :         .ob_base = {
   95932             :             .ob_base = {
   95933             :                 .ob_refcnt = 999999999,
   95934             :                 .ob_type = &PyTuple_Type,
   95935             :             },
   95936             :             .ob_size = 4,
   95937             :         },
   95938             :         .ob_item = {
   95939             :             & genericpath_toplevel_consts_15_consts_0._ascii.ob_base,
   95940             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   95941             :             Py_None,
   95942             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   95943             :         },
   95944             :     },
   95945             : };
   95946             : static
   95947             :     struct {
   95948             :         PyGC_Head _gc_head;
   95949             :         struct {
   95950             :             PyObject_VAR_HEAD
   95951             :             PyObject *ob_item[2];
   95952             :         }_object;
   95953             :     }
   95954             : genericpath_toplevel_consts_15_names = {
   95955             :     ._object = {
   95956             :         .ob_base = {
   95957             :             .ob_base = {
   95958             :                 .ob_refcnt = 999999999,
   95959             :                 .ob_type = &PyTuple_Type,
   95960             :             },
   95961             :             .ob_size = 2,
   95962             :         },
   95963             :         .ob_item = {
   95964             :             & const_str_rfind._ascii.ob_base,
   95965             :             & const_str_max._ascii.ob_base,
   95966             :         },
   95967             :     },
   95968             : };
   95969             : static
   95970             :     struct {
   95971             :         PyASCIIObject _ascii;
   95972             :         uint8_t _data[10];
   95973             :     }
   95974             : const_str__splitext = {
   95975             :     ._ascii = {
   95976             :         .ob_base = {
   95977             :             .ob_refcnt = 999999999,
   95978             :             .ob_type = &PyUnicode_Type,
   95979             :         },
   95980             :         .length = 9,
   95981             :         .hash = -1,
   95982             :         .state = {
   95983             :             .kind = 1,
   95984             :             .compact = 1,
   95985             :             .ascii = 1,
   95986             :         },
   95987             :     },
   95988             :     ._data = "_splitext",
   95989             : };
   95990             : static
   95991             :     struct {
   95992             :         PyObject_VAR_HEAD
   95993             :         Py_hash_t ob_shash;
   95994             :         char ob_sval[188];
   95995             :     }
   95996             : genericpath_toplevel_consts_15_linetable = {
   95997             :     .ob_base = {
   95998             :         .ob_base = {
   95999             :             .ob_refcnt = 999999999,
   96000             :             .ob_type = &PyBytes_Type,
   96001             :         },
   96002             :         .ob_size = 187,
   96003             :     },
   96004             :     .ob_shash = -1,
   96005             :     .ob_sval = "\x80\x00\xf0\x0e\x00\x10\x11\x8f\x77\x89\x77\x90\x73\x8c\x7c\x80\x48\xd8\x07\x0d\xf0\x00\x02\x05\x2e\xd8\x16\x17\x97\x67\x91\x67\x98\x66\x94\x6f\x88\x0b\xdd\x13\x16\x90\x78\xa0\x1b\xd4\x13\x2d\x88\x08\xe0\x0f\x10\x8f\x77\x89\x77\x90\x76\x8c\x7f\x80\x48\xd8\x07\x0f\x90\x28\xd2\x07\x1a\xf0\x00\x06\x05\x1f\xe0\x18\x20\xa0\x31\x99\x0c\x88\x0d\xd8\x0e\x1b\x98\x68\xd2\x0e\x26\xf0\x00\x03\x09\x1f\xd8\x0f\x10\x90\x1d\x98\x7d\xa8\x51\x99\x7f\xd0\x0f\x2f\xb0\x36\xd2\x0f\x39\xf0\x00\x01\x0d\x32\xd8\x17\x18\x90\x7c\x98\x28\x90\x7c\xa0\x51\xa0\x78\xa0\x5c\xa0\x5c\xd0\x17\x31\xd0\x10\x31\xd8\x0c\x19\x98\x51\xd1\x0c\x1e\x88\x4d\xf0\x07\x00\x0f\x1c\x98\x68\xd2\x0e\x26\xf0\x00\x03\x09\x1f\xf0\x0a\x00\x0c\x0d\x88\x61\x88\x65\x90\x11\x88\x65\x88\x38\x80\x4f",
   96006             : };
   96007             : static
   96008             :     struct {
   96009             :         PyASCIIObject _ascii;
   96010             :         uint8_t _data[7];
   96011             :     }
   96012             : const_str_altsep = {
   96013             :     ._ascii = {
   96014             :         .ob_base = {
   96015             :             .ob_refcnt = 999999999,
   96016             :             .ob_type = &PyUnicode_Type,
   96017             :         },
   96018             :         .length = 6,
   96019             :         .hash = -1,
   96020             :         .state = {
   96021             :             .kind = 1,
   96022             :             .compact = 1,
   96023             :             .ascii = 1,
   96024             :         },
   96025             :     },
   96026             :     ._data = "altsep",
   96027             : };
   96028             : static
   96029             :     struct {
   96030             :         PyASCIIObject _ascii;
   96031             :         uint8_t _data[7];
   96032             :     }
   96033             : const_str_extsep = {
   96034             :     ._ascii = {
   96035             :         .ob_base = {
   96036             :             .ob_refcnt = 999999999,
   96037             :             .ob_type = &PyUnicode_Type,
   96038             :         },
   96039             :         .length = 6,
   96040             :         .hash = -1,
   96041             :         .state = {
   96042             :             .kind = 1,
   96043             :             .compact = 1,
   96044             :             .ascii = 1,
   96045             :         },
   96046             :     },
   96047             :     ._data = "extsep",
   96048             : };
   96049             : static
   96050             :     struct {
   96051             :         PyASCIIObject _ascii;
   96052             :         uint8_t _data[9];
   96053             :     }
   96054             : const_str_sepIndex = {
   96055             :     ._ascii = {
   96056             :         .ob_base = {
   96057             :             .ob_refcnt = 999999999,
   96058             :             .ob_type = &PyUnicode_Type,
   96059             :         },
   96060             :         .length = 8,
   96061             :         .hash = -1,
   96062             :         .state = {
   96063             :             .kind = 1,
   96064             :             .compact = 1,
   96065             :             .ascii = 1,
   96066             :         },
   96067             :     },
   96068             :     ._data = "sepIndex",
   96069             : };
   96070             : static
   96071             :     struct {
   96072             :         PyASCIIObject _ascii;
   96073             :         uint8_t _data[12];
   96074             :     }
   96075             : const_str_altsepIndex = {
   96076             :     ._ascii = {
   96077             :         .ob_base = {
   96078             :             .ob_refcnt = 999999999,
   96079             :             .ob_type = &PyUnicode_Type,
   96080             :         },
   96081             :         .length = 11,
   96082             :         .hash = -1,
   96083             :         .state = {
   96084             :             .kind = 1,
   96085             :             .compact = 1,
   96086             :             .ascii = 1,
   96087             :         },
   96088             :     },
   96089             :     ._data = "altsepIndex",
   96090             : };
   96091             : static
   96092             :     struct {
   96093             :         PyASCIIObject _ascii;
   96094             :         uint8_t _data[9];
   96095             :     }
   96096             : const_str_dotIndex = {
   96097             :     ._ascii = {
   96098             :         .ob_base = {
   96099             :             .ob_refcnt = 999999999,
   96100             :             .ob_type = &PyUnicode_Type,
   96101             :         },
   96102             :         .length = 8,
   96103             :         .hash = -1,
   96104             :         .state = {
   96105             :             .kind = 1,
   96106             :             .compact = 1,
   96107             :             .ascii = 1,
   96108             :         },
   96109             :     },
   96110             :     ._data = "dotIndex",
   96111             : };
   96112             : static
   96113             :     struct {
   96114             :         PyASCIIObject _ascii;
   96115             :         uint8_t _data[14];
   96116             :     }
   96117             : const_str_filenameIndex = {
   96118             :     ._ascii = {
   96119             :         .ob_base = {
   96120             :             .ob_refcnt = 999999999,
   96121             :             .ob_type = &PyUnicode_Type,
   96122             :         },
   96123             :         .length = 13,
   96124             :         .hash = -1,
   96125             :         .state = {
   96126             :             .kind = 1,
   96127             :             .compact = 1,
   96128             :             .ascii = 1,
   96129             :         },
   96130             :     },
   96131             :     ._data = "filenameIndex",
   96132             : };
   96133             : static
   96134             :     struct {
   96135             :         PyGC_Head _gc_head;
   96136             :         struct {
   96137             :             PyObject_VAR_HEAD
   96138             :             PyObject *ob_item[8];
   96139             :         }_object;
   96140             :     }
   96141             : genericpath_toplevel_consts_15_localsplusnames = {
   96142             :     ._object = {
   96143             :         .ob_base = {
   96144             :             .ob_base = {
   96145             :                 .ob_refcnt = 999999999,
   96146             :                 .ob_type = &PyTuple_Type,
   96147             :             },
   96148             :             .ob_size = 8,
   96149             :         },
   96150             :         .ob_item = {
   96151             :             & const_str_p._ascii.ob_base,
   96152             :             & const_str_sep._ascii.ob_base,
   96153             :             & const_str_altsep._ascii.ob_base,
   96154             :             & const_str_extsep._ascii.ob_base,
   96155             :             & const_str_sepIndex._ascii.ob_base,
   96156             :             & const_str_altsepIndex._ascii.ob_base,
   96157             :             & const_str_dotIndex._ascii.ob_base,
   96158             :             & const_str_filenameIndex._ascii.ob_base,
   96159             :         },
   96160             :     },
   96161             : };
   96162             : static
   96163             :     struct _PyCode_DEF(256)
   96164             : genericpath_toplevel_consts_15 = {
   96165             :     .ob_base = {
   96166             :         .ob_base = {
   96167             :             .ob_refcnt = 999999999,
   96168             :             .ob_type = &PyCode_Type,
   96169             :         },
   96170             :         .ob_size = 128,
   96171             :     },
   96172             :     .co_consts = & genericpath_toplevel_consts_15_consts._object.ob_base.ob_base,
   96173             :     .co_names = & genericpath_toplevel_consts_15_names._object.ob_base.ob_base,
   96174             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   96175             :     .co_flags = 3,
   96176             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   96177             :     ._co_linearray_entry_size = 0,
   96178             :     .co_argcount = 4,
   96179             :     .co_posonlyargcount = 0,
   96180             :     .co_kwonlyargcount = 0,
   96181             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
   96182             :     .co_stacksize = 4,
   96183             :     .co_firstlineno = 121,
   96184             :     .co_nlocalsplus = 8,
   96185             :     .co_nlocals = 8,
   96186             :     .co_nplaincellvars = 0,
   96187             :     .co_ncellvars = 0,
   96188             :     .co_nfreevars = 0,
   96189             :     .co_localsplusnames = & genericpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
   96190             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
   96191             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   96192             :     .co_name = & const_str__splitext._ascii.ob_base,
   96193             :     .co_qualname = & const_str__splitext._ascii.ob_base,
   96194             :     .co_linetable = & genericpath_toplevel_consts_15_linetable.ob_base.ob_base,
   96195             :     ._co_code = NULL,
   96196             :     ._co_linearray = NULL,
   96197             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x02\x72\x20\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x7c\x04\x6b\x04\x00\x00\x00\x00\x72\x2c\x7c\x04\x64\x01\x7a\x00\x00\x00\x7d\x07\x7c\x07\x7c\x06\x6b\x00\x00\x00\x00\x00\x72\x21\x7c\x00\x7c\x07\x7c\x07\x64\x01\x7a\x00\x00\x00\x1a\x00\x7c\x03\x6b\x03\x00\x00\x00\x00\x72\x0a\x7c\x00\x64\x02\x7c\x06\x1a\x00\x7c\x00\x7c\x06\x64\x02\x1a\x00\x66\x02\x53\x00\x7c\x07\x64\x01\x7a\x0d\x00\x00\x7d\x07\x7c\x07\x7c\x06\x6b\x00\x00\x00\x00\x00\xb0\x21\x7c\x00\x7c\x00\x64\x02\x64\x03\x1a\x00\x66\x02\x53\x00",
   96198             :     ._co_firsttraceable = 0,
   96199             : };
   96200             : static
   96201             :     struct {
   96202             :         PyASCIIObject _ascii;
   96203             :         uint8_t _data[60];
   96204             :     }
   96205             : genericpath_toplevel_consts_16_consts_3 = {
   96206             :     ._ascii = {
   96207             :         .ob_base = {
   96208             :             .ob_refcnt = 999999999,
   96209             :             .ob_type = &PyUnicode_Type,
   96210             :         },
   96211             :         .length = 59,
   96212             :         .hash = -1,
   96213             :         .state = {
   96214             :             .kind = 1,
   96215             :             .compact = 1,
   96216             :             .ascii = 1,
   96217             :         },
   96218             :     },
   96219             :     ._data = "() argument must be str, bytes, or os.PathLike object, not ",
   96220             : };
   96221             : static
   96222             :     struct {
   96223             :         PyASCIIObject _ascii;
   96224             :         uint8_t _data[47];
   96225             :     }
   96226             : genericpath_toplevel_consts_16_consts_4 = {
   96227             :     ._ascii = {
   96228             :         .ob_base = {
   96229             :             .ob_refcnt = 999999999,
   96230             :             .ob_type = &PyUnicode_Type,
   96231             :         },
   96232             :         .length = 46,
   96233             :         .hash = -1,
   96234             :         .state = {
   96235             :             .kind = 1,
   96236             :             .compact = 1,
   96237             :             .ascii = 1,
   96238             :         },
   96239             :     },
   96240             :     ._data = "Can't mix strings and bytes in path components",
   96241             : };
   96242             : static
   96243             :     struct {
   96244             :         PyGC_Head _gc_head;
   96245             :         struct {
   96246             :             PyObject_VAR_HEAD
   96247             :             PyObject *ob_item[5];
   96248             :         }_object;
   96249             :     }
   96250             : genericpath_toplevel_consts_16_consts = {
   96251             :     ._object = {
   96252             :         .ob_base = {
   96253             :             .ob_base = {
   96254             :                 .ob_refcnt = 999999999,
   96255             :                 .ob_type = &PyTuple_Type,
   96256             :             },
   96257             :             .ob_size = 5,
   96258             :         },
   96259             :         .ob_item = {
   96260             :             Py_None,
   96261             :             Py_False,
   96262             :             Py_True,
   96263             :             & genericpath_toplevel_consts_16_consts_3._ascii.ob_base,
   96264             :             & genericpath_toplevel_consts_16_consts_4._ascii.ob_base,
   96265             :         },
   96266             :     },
   96267             : };
   96268             : static
   96269             :     struct {
   96270             :         PyGC_Head _gc_head;
   96271             :         struct {
   96272             :             PyObject_VAR_HEAD
   96273             :             PyObject *ob_item[6];
   96274             :         }_object;
   96275             :     }
   96276             : genericpath_toplevel_consts_16_names = {
   96277             :     ._object = {
   96278             :         .ob_base = {
   96279             :             .ob_base = {
   96280             :                 .ob_refcnt = 999999999,
   96281             :                 .ob_type = &PyTuple_Type,
   96282             :             },
   96283             :             .ob_size = 6,
   96284             :         },
   96285             :         .ob_item = {
   96286             :             &_Py_ID(isinstance),
   96287             :             & const_str_str._ascii.ob_base,
   96288             :             & const_str_bytes._ascii.ob_base,
   96289             :             & const_str_TypeError._ascii.ob_base,
   96290             :             &_Py_ID(__class__),
   96291             :             &_Py_ID(__name__),
   96292             :         },
   96293             :     },
   96294             : };
   96295             : static
   96296             :     struct {
   96297             :         PyASCIIObject _ascii;
   96298             :         uint8_t _data[17];
   96299             :     }
   96300             : const_str__check_arg_types = {
   96301             :     ._ascii = {
   96302             :         .ob_base = {
   96303             :             .ob_refcnt = 999999999,
   96304             :             .ob_type = &PyUnicode_Type,
   96305             :         },
   96306             :         .length = 16,
   96307             :         .hash = -1,
   96308             :         .state = {
   96309             :             .kind = 1,
   96310             :             .compact = 1,
   96311             :             .ascii = 1,
   96312             :         },
   96313             :     },
   96314             :     ._data = "_check_arg_types",
   96315             : };
   96316             : static
   96317             :     struct {
   96318             :         PyObject_VAR_HEAD
   96319             :         Py_hash_t ob_shash;
   96320             :         char ob_sval[188];
   96321             :     }
   96322             : genericpath_toplevel_consts_16_linetable = {
   96323             :     .ob_base = {
   96324             :         .ob_base = {
   96325             :             .ob_refcnt = 999999999,
   96326             :             .ob_type = &PyBytes_Type,
   96327             :         },
   96328             :         .ob_size = 187,
   96329             :     },
   96330             :     .ob_shash = -1,
   96331             :     .ob_sval = "\x80\x00\xd8\x18\x1d\xd0\x04\x1d\x80\x46\x88\x58\xd8\x0d\x11\xf0\x00\x07\x05\x5b\x01\xf1\x00\x07\x05\x5b\x01\x88\x01\xdd\x0b\x15\x90\x61\x9d\x13\xd4\x0b\x1d\xf0\x00\x06\x09\x5b\x01\xd8\x15\x19\x88\x46\x88\x46\xdd\x0d\x17\x98\x01\x9d\x35\xd4\x0d\x21\xf0\x00\x04\x09\x5b\x01\xd8\x17\x1b\x88\x48\x88\x48\xe5\x12\x1b\x98\x78\xf0\x00\x01\x1d\x50\x01\xf0\x00\x01\x1d\x50\x01\xd8\x37\x38\xb7\x7b\xb1\x7b\xd7\x37\x4b\xd1\x37\x4b\xf0\x03\x01\x1d\x50\x01\xf0\x00\x01\x1d\x50\x01\xf4\x00\x01\x13\x51\x01\xd8\x56\x5a\xf0\x03\x01\x0d\x5b\x01\xe0\x07\x0d\xf0\x00\x01\x05\x54\x01\x90\x28\xf0\x00\x01\x05\x54\x01\xdd\x0e\x17\xd0\x18\x48\xd4\x0e\x49\xc8\x74\xd0\x08\x53\xf0\x03\x01\x05\x54\x01\xf0\x00\x01\x05\x54\x01\xf0\x00\x01\x05\x54\x01\xf0\x00\x01\x05\x54\x01",
   96332             : };
   96333             : static
   96334             :     struct {
   96335             :         PyASCIIObject _ascii;
   96336             :         uint8_t _data[9];
   96337             :     }
   96338             : const_str_funcname = {
   96339             :     ._ascii = {
   96340             :         .ob_base = {
   96341             :             .ob_refcnt = 999999999,
   96342             :             .ob_type = &PyUnicode_Type,
   96343             :         },
   96344             :         .length = 8,
   96345             :         .hash = -1,
   96346             :         .state = {
   96347             :             .kind = 1,
   96348             :             .compact = 1,
   96349             :             .ascii = 1,
   96350             :         },
   96351             :     },
   96352             :     ._data = "funcname",
   96353             : };
   96354             : static
   96355             :     struct {
   96356             :         PyASCIIObject _ascii;
   96357             :         uint8_t _data[7];
   96358             :     }
   96359             : const_str_hasstr = {
   96360             :     ._ascii = {
   96361             :         .ob_base = {
   96362             :             .ob_refcnt = 999999999,
   96363             :             .ob_type = &PyUnicode_Type,
   96364             :         },
   96365             :         .length = 6,
   96366             :         .hash = -1,
   96367             :         .state = {
   96368             :             .kind = 1,
   96369             :             .compact = 1,
   96370             :             .ascii = 1,
   96371             :         },
   96372             :     },
   96373             :     ._data = "hasstr",
   96374             : };
   96375             : static
   96376             :     struct {
   96377             :         PyASCIIObject _ascii;
   96378             :         uint8_t _data[9];
   96379             :     }
   96380             : const_str_hasbytes = {
   96381             :     ._ascii = {
   96382             :         .ob_base = {
   96383             :             .ob_refcnt = 999999999,
   96384             :             .ob_type = &PyUnicode_Type,
   96385             :         },
   96386             :         .length = 8,
   96387             :         .hash = -1,
   96388             :         .state = {
   96389             :             .kind = 1,
   96390             :             .compact = 1,
   96391             :             .ascii = 1,
   96392             :         },
   96393             :     },
   96394             :     ._data = "hasbytes",
   96395             : };
   96396             : static
   96397             :     struct {
   96398             :         PyGC_Head _gc_head;
   96399             :         struct {
   96400             :             PyObject_VAR_HEAD
   96401             :             PyObject *ob_item[5];
   96402             :         }_object;
   96403             :     }
   96404             : genericpath_toplevel_consts_16_localsplusnames = {
   96405             :     ._object = {
   96406             :         .ob_base = {
   96407             :             .ob_base = {
   96408             :                 .ob_refcnt = 999999999,
   96409             :                 .ob_type = &PyTuple_Type,
   96410             :             },
   96411             :             .ob_size = 5,
   96412             :         },
   96413             :         .ob_item = {
   96414             :             & const_str_funcname._ascii.ob_base,
   96415             :             & const_str_args._ascii.ob_base,
   96416             :             & const_str_hasstr._ascii.ob_base,
   96417             :             & const_str_hasbytes._ascii.ob_base,
   96418             :             & const_str_s._ascii.ob_base,
   96419             :         },
   96420             :     },
   96421             : };
   96422             : static
   96423             :     struct _PyCode_DEF(230)
   96424             : genericpath_toplevel_consts_16 = {
   96425             :     .ob_base = {
   96426             :         .ob_base = {
   96427             :             .ob_refcnt = 999999999,
   96428             :             .ob_type = &PyCode_Type,
   96429             :         },
   96430             :         .ob_size = 115,
   96431             :     },
   96432             :     .co_consts = & genericpath_toplevel_consts_16_consts._object.ob_base.ob_base,
   96433             :     .co_names = & genericpath_toplevel_consts_16_names._object.ob_base.ob_base,
   96434             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   96435             :     .co_flags = 7,
   96436             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   96437             :     ._co_linearray_entry_size = 0,
   96438             :     .co_argcount = 1,
   96439             :     .co_posonlyargcount = 0,
   96440             :     .co_kwonlyargcount = 0,
   96441             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
   96442             :     .co_stacksize = 6,
   96443             :     .co_firstlineno = 144,
   96444             :     .co_nlocalsplus = 5,
   96445             :     .co_nlocals = 5,
   96446             :     .co_nplaincellvars = 0,
   96447             :     .co_ncellvars = 0,
   96448             :     .co_nfreevars = 0,
   96449             :     .co_localsplusnames = & genericpath_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
   96450             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
   96451             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   96452             :     .co_name = & const_str__check_arg_types._ascii.ob_base,
   96453             :     .co_qualname = & const_str__check_arg_types._ascii.ob_base,
   96454             :     .co_linetable = & genericpath_toplevel_consts_16_linetable.ob_base.ob_base,
   96455             :     ._co_code = NULL,
   96456             :     ._co_linearray = NULL,
   96457             :     .co_code_adaptive = "\x97\x00\x64\x01\x78\x01\x7d\x02\x7d\x03\x7c\x01\x44\x00\x5d\x54\x00\x00\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x02\x7d\x02\x8c\x19\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x02\x7d\x03\x8c\x2f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x9b\x00\x64\x03\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x7c\x02\x72\x12\x7c\x03\x72\x0e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x64\x00\x53\x00\x64\x00\x53\x00",
   96458             :     ._co_firsttraceable = 0,
   96459             : };
   96460             : static
   96461             :     struct {
   96462             :         PyGC_Head _gc_head;
   96463             :         struct {
   96464             :             PyObject_VAR_HEAD
   96465             :             PyObject *ob_item[17];
   96466             :         }_object;
   96467             :     }
   96468             : genericpath_toplevel_consts = {
   96469             :     ._object = {
   96470             :         .ob_base = {
   96471             :             .ob_base = {
   96472             :                 .ob_refcnt = 999999999,
   96473             :                 .ob_type = &PyTuple_Type,
   96474             :             },
   96475             :             .ob_size = 17,
   96476             :         },
   96477             :         .ob_item = {
   96478             :             & genericpath_toplevel_consts_0._ascii.ob_base,
   96479             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   96480             :             Py_None,
   96481             :             & genericpath_toplevel_consts_3._object.ob_base.ob_base,
   96482             :             & genericpath_toplevel_consts_4.ob_base.ob_base,
   96483             :             & genericpath_toplevel_consts_5.ob_base.ob_base,
   96484             :             & genericpath_toplevel_consts_6.ob_base.ob_base,
   96485             :             & genericpath_toplevel_consts_7.ob_base.ob_base,
   96486             :             & genericpath_toplevel_consts_8.ob_base.ob_base,
   96487             :             & genericpath_toplevel_consts_9.ob_base.ob_base,
   96488             :             & genericpath_toplevel_consts_10.ob_base.ob_base,
   96489             :             & genericpath_toplevel_consts_11.ob_base.ob_base,
   96490             :             & genericpath_toplevel_consts_12.ob_base.ob_base,
   96491             :             & genericpath_toplevel_consts_13.ob_base.ob_base,
   96492             :             & genericpath_toplevel_consts_14.ob_base.ob_base,
   96493             :             & genericpath_toplevel_consts_15.ob_base.ob_base,
   96494             :             & genericpath_toplevel_consts_16.ob_base.ob_base,
   96495             :         },
   96496             :     },
   96497             : };
   96498             : static
   96499             :     struct {
   96500             :         PyGC_Head _gc_head;
   96501             :         struct {
   96502             :             PyObject_VAR_HEAD
   96503             :             PyObject *ob_item[17];
   96504             :         }_object;
   96505             :     }
   96506             : genericpath_toplevel_names = {
   96507             :     ._object = {
   96508             :         .ob_base = {
   96509             :             .ob_base = {
   96510             :                 .ob_refcnt = 999999999,
   96511             :                 .ob_type = &PyTuple_Type,
   96512             :             },
   96513             :             .ob_size = 17,
   96514             :         },
   96515             :         .ob_item = {
   96516             :             &_Py_ID(__doc__),
   96517             :             & const_str_os._ascii.ob_base,
   96518             :             & const_str_stat._ascii.ob_base,
   96519             :             &_Py_ID(__all__),
   96520             :             & const_str_exists._ascii.ob_base,
   96521             :             & const_str_isfile._ascii.ob_base,
   96522             :             & const_str_isdir._ascii.ob_base,
   96523             :             & const_str_getsize._ascii.ob_base,
   96524             :             & const_str_getmtime._ascii.ob_base,
   96525             :             & const_str_getatime._ascii.ob_base,
   96526             :             & const_str_getctime._ascii.ob_base,
   96527             :             & const_str_commonprefix._ascii.ob_base,
   96528             :             & const_str_samestat._ascii.ob_base,
   96529             :             & const_str_samefile._ascii.ob_base,
   96530             :             & const_str_sameopenfile._ascii.ob_base,
   96531             :             & const_str__splitext._ascii.ob_base,
   96532             :             & const_str__check_arg_types._ascii.ob_base,
   96533             :         },
   96534             :     },
   96535             : };
   96536             : static
   96537             :     struct {
   96538             :         PyObject_VAR_HEAD
   96539             :         Py_hash_t ob_shash;
   96540             :         char ob_sval[263];
   96541             :     }
   96542             : genericpath_toplevel_linetable = {
   96543             :     .ob_base = {
   96544             :         .ob_base = {
   96545             :             .ob_refcnt = 999999999,
   96546             :             .ob_type = &PyBytes_Type,
   96547             :         },
   96548             :         .ob_size = 262,
   96549             :     },
   96550             :     .ob_shash = -1,
   96551             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x04\x01\x04\xf0\x00\x04\x01\x04\xf0\x0a\x00\x01\x0a\x80\x09\x80\x09\x80\x09\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xf0\x04\x02\x0b\x17\xf0\x00\x02\x0b\x17\xf0\x00\x02\x0b\x17\x80\x07\xf0\x0e\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x16\x06\x01\x24\xf0\x00\x06\x01\x24\xf0\x00\x06\x01\x24\xf0\x18\x06\x01\x24\xf0\x00\x06\x01\x24\xf0\x00\x06\x01\x24\xf0\x12\x02\x01\x25\xf0\x00\x02\x01\x25\xf0\x00\x02\x01\x25\xf0\x0a\x02\x01\x26\xf0\x00\x02\x01\x26\xf0\x00\x02\x01\x26\xf0\x0a\x02\x01\x26\xf0\x00\x02\x01\x26\xf0\x00\x02\x01\x26\xf0\x0a\x02\x01\x26\xf0\x00\x02\x01\x26\xf0\x00\x02\x01\x26\xf0\x0c\x0e\x01\x0e\xf0\x00\x0e\x01\x0e\xf0\x00\x0e\x01\x0e\xf0\x24\x03\x01\x24\xf0\x00\x03\x01\x24\xf0\x00\x03\x01\x24\xf0\x0e\x08\x01\x1c\xf0\x00\x08\x01\x1c\xf0\x00\x08\x01\x1c\xf0\x1a\x04\x01\x1c\xf0\x00\x04\x01\x1c\xf0\x00\x04\x01\x1c\xf0\x1c\x15\x01\x14\xf0\x00\x15\x01\x14\xf0\x00\x15\x01\x14\xf0\x2e\x0b\x01\x54\x01\xf0\x00\x0b\x01\x54\x01\xf0\x00\x0b\x01\x54\x01\xf0\x00\x0b\x01\x54\x01\xf0\x00\x0b\x01\x54\x01",
   96552             : };
   96553             : static
   96554             :     struct _PyCode_DEF(112)
   96555             : genericpath_toplevel = {
   96556             :     .ob_base = {
   96557             :         .ob_base = {
   96558             :             .ob_refcnt = 999999999,
   96559             :             .ob_type = &PyCode_Type,
   96560             :         },
   96561             :         .ob_size = 56,
   96562             :     },
   96563             :     .co_consts = & genericpath_toplevel_consts._object.ob_base.ob_base,
   96564             :     .co_names = & genericpath_toplevel_names._object.ob_base.ob_base,
   96565             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   96566             :     .co_flags = 0,
   96567             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   96568             :     ._co_linearray_entry_size = 0,
   96569             :     .co_argcount = 0,
   96570             :     .co_posonlyargcount = 0,
   96571             :     .co_kwonlyargcount = 0,
   96572             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
   96573             :     .co_stacksize = 2,
   96574             :     .co_firstlineno = 1,
   96575             :     .co_nlocalsplus = 0,
   96576             :     .co_nlocals = 0,
   96577             :     .co_nplaincellvars = 0,
   96578             :     .co_ncellvars = 0,
   96579             :     .co_nfreevars = 0,
   96580             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
   96581             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
   96582             :     .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
   96583             :     .co_name = &_Py_STR(anon_module),
   96584             :     .co_qualname = &_Py_STR(anon_module),
   96585             :     .co_linetable = & genericpath_toplevel_linetable.ob_base.ob_base,
   96586             :     ._co_code = NULL,
   96587             :     ._co_linearray = NULL,
   96588             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x02\x67\x00\x64\x03\xa2\x01\x5a\x03\x64\x04\x84\x00\x5a\x04\x64\x05\x84\x00\x5a\x05\x64\x06\x84\x00\x5a\x06\x64\x07\x84\x00\x5a\x07\x64\x08\x84\x00\x5a\x08\x64\x09\x84\x00\x5a\x09\x64\x0a\x84\x00\x5a\x0a\x64\x0b\x84\x00\x5a\x0b\x64\x0c\x84\x00\x5a\x0c\x64\x0d\x84\x00\x5a\x0d\x64\x0e\x84\x00\x5a\x0e\x64\x0f\x84\x00\x5a\x0f\x64\x10\x84\x00\x5a\x10\x64\x02\x53\x00",
   96589             :     ._co_firsttraceable = 0,
   96590             : };
   96591           8 : static void genericpath_do_patchups(void) {
   96592           8 : }
   96593             : 
   96594             : PyObject *
   96595           8 : _Py_get_genericpath_toplevel(void)
   96596             : {
   96597           8 :     genericpath_do_patchups();
   96598           8 :     return Py_NewRef((PyObject *) &genericpath_toplevel);
   96599             : }
   96600             : 
   96601             : static
   96602             :     struct {
   96603             :         PyASCIIObject _ascii;
   96604             :         uint8_t _data[145];
   96605             :     }
   96606             : ntpath_toplevel_consts_0 = {
   96607             :     ._ascii = {
   96608             :         .ob_base = {
   96609             :             .ob_refcnt = 999999999,
   96610             :             .ob_type = &PyUnicode_Type,
   96611             :         },
   96612             :         .length = 144,
   96613             :         .hash = -1,
   96614             :         .state = {
   96615             :             .kind = 1,
   96616             :             .compact = 1,
   96617             :             .ascii = 1,
   96618             :         },
   96619             :     },
   96620             :     ._data = "\x43\x6f\x6d\x6d\x6f\x6e\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x6d\x61\x6e\x69\x70\x75\x6c\x61\x74\x69\x6f\x6e\x73\x2c\x20\x57\x69\x6e\x64\x6f\x77\x73\x4e\x54\x2f\x39\x35\x20\x76\x65\x72\x73\x69\x6f\x6e\x2e\x0a\x0a\x49\x6e\x73\x74\x65\x61\x64\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x2c\x20\x69\x6d\x70\x6f\x72\x74\x20\x6f\x73\x20\x61\x6e\x64\x20\x72\x65\x66\x65\x72\x20\x74\x6f\x20\x74\x68\x69\x73\x0a\x6d\x6f\x64\x75\x6c\x65\x20\x61\x73\x20\x6f\x73\x2e\x70\x61\x74\x68\x2e\x0a",
   96621             : };
   96622             : static
   96623             :     struct {
   96624             :         PyASCIIObject _ascii;
   96625             :         uint8_t _data[3];
   96626             :     }
   96627             : ntpath_toplevel_consts_2 = {
   96628             :     ._ascii = {
   96629             :         .ob_base = {
   96630             :             .ob_refcnt = 999999999,
   96631             :             .ob_type = &PyUnicode_Type,
   96632             :         },
   96633             :         .length = 2,
   96634             :         .hash = -1,
   96635             :         .state = {
   96636             :             .kind = 1,
   96637             :             .compact = 1,
   96638             :             .ascii = 1,
   96639             :         },
   96640             :     },
   96641             :     ._data = "..",
   96642             : };
   96643             : static
   96644             :     struct {
   96645             :         PyASCIIObject _ascii;
   96646             :         uint8_t _data[2];
   96647             :     }
   96648             : ntpath_toplevel_consts_4 = {
   96649             :     ._ascii = {
   96650             :         .ob_base = {
   96651             :             .ob_refcnt = 999999999,
   96652             :             .ob_type = &PyUnicode_Type,
   96653             :         },
   96654             :         .length = 1,
   96655             :         .hash = -1,
   96656             :         .state = {
   96657             :             .kind = 1,
   96658             :             .compact = 1,
   96659             :             .ascii = 1,
   96660             :         },
   96661             :     },
   96662             :     ._data = ";",
   96663             : };
   96664             : static
   96665             :     struct {
   96666             :         PyASCIIObject _ascii;
   96667             :         uint8_t _data[9];
   96668             :     }
   96669             : ntpath_toplevel_consts_6 = {
   96670             :     ._ascii = {
   96671             :         .ob_base = {
   96672             :             .ob_refcnt = 999999999,
   96673             :             .ob_type = &PyUnicode_Type,
   96674             :         },
   96675             :         .length = 8,
   96676             :         .hash = -1,
   96677             :         .state = {
   96678             :             .kind = 1,
   96679             :             .compact = 1,
   96680             :             .ascii = 1,
   96681             :         },
   96682             :     },
   96683             :     ._data = ".;C:\\bin",
   96684             : };
   96685             : static
   96686             :     struct {
   96687             :         PyASCIIObject _ascii;
   96688             :         uint8_t _data[4];
   96689             :     }
   96690             : const_str_nul = {
   96691             :     ._ascii = {
   96692             :         .ob_base = {
   96693             :             .ob_refcnt = 999999999,
   96694             :             .ob_type = &PyUnicode_Type,
   96695             :         },
   96696             :         .length = 3,
   96697             :         .hash = -1,
   96698             :         .state = {
   96699             :             .kind = 1,
   96700             :             .compact = 1,
   96701             :             .ascii = 1,
   96702             :         },
   96703             :     },
   96704             :     ._data = "nul",
   96705             : };
   96706             : static
   96707             :     struct {
   96708             :         PyASCIIObject _ascii;
   96709             :         uint8_t _data[9];
   96710             :     }
   96711             : const_str_normcase = {
   96712             :     ._ascii = {
   96713             :         .ob_base = {
   96714             :             .ob_refcnt = 999999999,
   96715             :             .ob_type = &PyUnicode_Type,
   96716             :         },
   96717             :         .length = 8,
   96718             :         .hash = -1,
   96719             :         .state = {
   96720             :             .kind = 1,
   96721             :             .compact = 1,
   96722             :             .ascii = 1,
   96723             :         },
   96724             :     },
   96725             :     ._data = "normcase",
   96726             : };
   96727             : static
   96728             :     struct {
   96729             :         PyASCIIObject _ascii;
   96730             :         uint8_t _data[6];
   96731             :     }
   96732             : const_str_isabs = {
   96733             :     ._ascii = {
   96734             :         .ob_base = {
   96735             :             .ob_refcnt = 999999999,
   96736             :             .ob_type = &PyUnicode_Type,
   96737             :         },
   96738             :         .length = 5,
   96739             :         .hash = -1,
   96740             :         .state = {
   96741             :             .kind = 1,
   96742             :             .compact = 1,
   96743             :             .ascii = 1,
   96744             :         },
   96745             :     },
   96746             :     ._data = "isabs",
   96747             : };
   96748             : static
   96749             :     struct {
   96750             :         PyASCIIObject _ascii;
   96751             :         uint8_t _data[11];
   96752             :     }
   96753             : const_str_splitdrive = {
   96754             :     ._ascii = {
   96755             :         .ob_base = {
   96756             :             .ob_refcnt = 999999999,
   96757             :             .ob_type = &PyUnicode_Type,
   96758             :         },
   96759             :         .length = 10,
   96760             :         .hash = -1,
   96761             :         .state = {
   96762             :             .kind = 1,
   96763             :             .compact = 1,
   96764             :             .ascii = 1,
   96765             :         },
   96766             :     },
   96767             :     ._data = "splitdrive",
   96768             : };
   96769             : static
   96770             :     struct {
   96771             :         PyASCIIObject _ascii;
   96772             :         uint8_t _data[9];
   96773             :     }
   96774             : const_str_splitext = {
   96775             :     ._ascii = {
   96776             :         .ob_base = {
   96777             :             .ob_refcnt = 999999999,
   96778             :             .ob_type = &PyUnicode_Type,
   96779             :         },
   96780             :         .length = 8,
   96781             :         .hash = -1,
   96782             :         .state = {
   96783             :             .kind = 1,
   96784             :             .compact = 1,
   96785             :             .ascii = 1,
   96786             :         },
   96787             :     },
   96788             :     ._data = "splitext",
   96789             : };
   96790             : static
   96791             :     struct {
   96792             :         PyASCIIObject _ascii;
   96793             :         uint8_t _data[7];
   96794             :     }
   96795             : const_str_islink = {
   96796             :     ._ascii = {
   96797             :         .ob_base = {
   96798             :             .ob_refcnt = 999999999,
   96799             :             .ob_type = &PyUnicode_Type,
   96800             :         },
   96801             :         .length = 6,
   96802             :         .hash = -1,
   96803             :         .state = {
   96804             :             .kind = 1,
   96805             :             .compact = 1,
   96806             :             .ascii = 1,
   96807             :         },
   96808             :     },
   96809             :     ._data = "islink",
   96810             : };
   96811             : static
   96812             :     struct {
   96813             :         PyASCIIObject _ascii;
   96814             :         uint8_t _data[8];
   96815             :     }
   96816             : const_str_lexists = {
   96817             :     ._ascii = {
   96818             :         .ob_base = {
   96819             :             .ob_refcnt = 999999999,
   96820             :             .ob_type = &PyUnicode_Type,
   96821             :         },
   96822             :         .length = 7,
   96823             :         .hash = -1,
   96824             :         .state = {
   96825             :             .kind = 1,
   96826             :             .compact = 1,
   96827             :             .ascii = 1,
   96828             :         },
   96829             :     },
   96830             :     ._data = "lexists",
   96831             : };
   96832             : static
   96833             :     struct {
   96834             :         PyASCIIObject _ascii;
   96835             :         uint8_t _data[8];
   96836             :     }
   96837             : const_str_ismount = {
   96838             :     ._ascii = {
   96839             :         .ob_base = {
   96840             :             .ob_refcnt = 999999999,
   96841             :             .ob_type = &PyUnicode_Type,
   96842             :         },
   96843             :         .length = 7,
   96844             :         .hash = -1,
   96845             :         .state = {
   96846             :             .kind = 1,
   96847             :             .compact = 1,
   96848             :             .ascii = 1,
   96849             :         },
   96850             :     },
   96851             :     ._data = "ismount",
   96852             : };
   96853             : static
   96854             :     struct {
   96855             :         PyASCIIObject _ascii;
   96856             :         uint8_t _data[11];
   96857             :     }
   96858             : const_str_expanduser = {
   96859             :     ._ascii = {
   96860             :         .ob_base = {
   96861             :             .ob_refcnt = 999999999,
   96862             :             .ob_type = &PyUnicode_Type,
   96863             :         },
   96864             :         .length = 10,
   96865             :         .hash = -1,
   96866             :         .state = {
   96867             :             .kind = 1,
   96868             :             .compact = 1,
   96869             :             .ascii = 1,
   96870             :         },
   96871             :     },
   96872             :     ._data = "expanduser",
   96873             : };
   96874             : static
   96875             :     struct {
   96876             :         PyASCIIObject _ascii;
   96877             :         uint8_t _data[11];
   96878             :     }
   96879             : const_str_expandvars = {
   96880             :     ._ascii = {
   96881             :         .ob_base = {
   96882             :             .ob_refcnt = 999999999,
   96883             :             .ob_type = &PyUnicode_Type,
   96884             :         },
   96885             :         .length = 10,
   96886             :         .hash = -1,
   96887             :         .state = {
   96888             :             .kind = 1,
   96889             :             .compact = 1,
   96890             :             .ascii = 1,
   96891             :         },
   96892             :     },
   96893             :     ._data = "expandvars",
   96894             : };
   96895             : static
   96896             :     struct {
   96897             :         PyASCIIObject _ascii;
   96898             :         uint8_t _data[9];
   96899             :     }
   96900             : const_str_normpath = {
   96901             :     ._ascii = {
   96902             :         .ob_base = {
   96903             :             .ob_refcnt = 999999999,
   96904             :             .ob_type = &PyUnicode_Type,
   96905             :         },
   96906             :         .length = 8,
   96907             :         .hash = -1,
   96908             :         .state = {
   96909             :             .kind = 1,
   96910             :             .compact = 1,
   96911             :             .ascii = 1,
   96912             :         },
   96913             :     },
   96914             :     ._data = "normpath",
   96915             : };
   96916             : static
   96917             :     struct {
   96918             :         PyASCIIObject _ascii;
   96919             :         uint8_t _data[8];
   96920             :     }
   96921             : const_str_abspath = {
   96922             :     ._ascii = {
   96923             :         .ob_base = {
   96924             :             .ob_refcnt = 999999999,
   96925             :             .ob_type = &PyUnicode_Type,
   96926             :         },
   96927             :         .length = 7,
   96928             :         .hash = -1,
   96929             :         .state = {
   96930             :             .kind = 1,
   96931             :             .compact = 1,
   96932             :             .ascii = 1,
   96933             :         },
   96934             :     },
   96935             :     ._data = "abspath",
   96936             : };
   96937             : static
   96938             :     struct {
   96939             :         PyASCIIObject _ascii;
   96940             :         uint8_t _data[7];
   96941             :     }
   96942             : const_str_curdir = {
   96943             :     ._ascii = {
   96944             :         .ob_base = {
   96945             :             .ob_refcnt = 999999999,
   96946             :             .ob_type = &PyUnicode_Type,
   96947             :         },
   96948             :         .length = 6,
   96949             :         .hash = -1,
   96950             :         .state = {
   96951             :             .kind = 1,
   96952             :             .compact = 1,
   96953             :             .ascii = 1,
   96954             :         },
   96955             :     },
   96956             :     ._data = "curdir",
   96957             : };
   96958             : static
   96959             :     struct {
   96960             :         PyASCIIObject _ascii;
   96961             :         uint8_t _data[7];
   96962             :     }
   96963             : const_str_pardir = {
   96964             :     ._ascii = {
   96965             :         .ob_base = {
   96966             :             .ob_refcnt = 999999999,
   96967             :             .ob_type = &PyUnicode_Type,
   96968             :         },
   96969             :         .length = 6,
   96970             :         .hash = -1,
   96971             :         .state = {
   96972             :             .kind = 1,
   96973             :             .compact = 1,
   96974             :             .ascii = 1,
   96975             :         },
   96976             :     },
   96977             :     ._data = "pardir",
   96978             : };
   96979             : static
   96980             :     struct {
   96981             :         PyASCIIObject _ascii;
   96982             :         uint8_t _data[8];
   96983             :     }
   96984             : const_str_pathsep = {
   96985             :     ._ascii = {
   96986             :         .ob_base = {
   96987             :             .ob_refcnt = 999999999,
   96988             :             .ob_type = &PyUnicode_Type,
   96989             :         },
   96990             :         .length = 7,
   96991             :         .hash = -1,
   96992             :         .state = {
   96993             :             .kind = 1,
   96994             :             .compact = 1,
   96995             :             .ascii = 1,
   96996             :         },
   96997             :     },
   96998             :     ._data = "pathsep",
   96999             : };
   97000             : static
   97001             :     struct {
   97002             :         PyASCIIObject _ascii;
   97003             :         uint8_t _data[8];
   97004             :     }
   97005             : const_str_defpath = {
   97006             :     ._ascii = {
   97007             :         .ob_base = {
   97008             :             .ob_refcnt = 999999999,
   97009             :             .ob_type = &PyUnicode_Type,
   97010             :         },
   97011             :         .length = 7,
   97012             :         .hash = -1,
   97013             :         .state = {
   97014             :             .kind = 1,
   97015             :             .compact = 1,
   97016             :             .ascii = 1,
   97017             :         },
   97018             :     },
   97019             :     ._data = "defpath",
   97020             : };
   97021             : static
   97022             :     struct {
   97023             :         PyASCIIObject _ascii;
   97024             :         uint8_t _data[8];
   97025             :     }
   97026             : const_str_devnull = {
   97027             :     ._ascii = {
   97028             :         .ob_base = {
   97029             :             .ob_refcnt = 999999999,
   97030             :             .ob_type = &PyUnicode_Type,
   97031             :         },
   97032             :         .length = 7,
   97033             :         .hash = -1,
   97034             :         .state = {
   97035             :             .kind = 1,
   97036             :             .compact = 1,
   97037             :             .ascii = 1,
   97038             :         },
   97039             :     },
   97040             :     ._data = "devnull",
   97041             : };
   97042             : static
   97043             :     struct {
   97044             :         PyASCIIObject _ascii;
   97045             :         uint8_t _data[9];
   97046             :     }
   97047             : const_str_realpath = {
   97048             :     ._ascii = {
   97049             :         .ob_base = {
   97050             :             .ob_refcnt = 999999999,
   97051             :             .ob_type = &PyUnicode_Type,
   97052             :         },
   97053             :         .length = 8,
   97054             :         .hash = -1,
   97055             :         .state = {
   97056             :             .kind = 1,
   97057             :             .compact = 1,
   97058             :             .ascii = 1,
   97059             :         },
   97060             :     },
   97061             :     ._data = "realpath",
   97062             : };
   97063             : static
   97064             :     struct {
   97065             :         PyASCIIObject _ascii;
   97066             :         uint8_t _data[27];
   97067             :     }
   97068             : const_str_supports_unicode_filenames = {
   97069             :     ._ascii = {
   97070             :         .ob_base = {
   97071             :             .ob_refcnt = 999999999,
   97072             :             .ob_type = &PyUnicode_Type,
   97073             :         },
   97074             :         .length = 26,
   97075             :         .hash = -1,
   97076             :         .state = {
   97077             :             .kind = 1,
   97078             :             .compact = 1,
   97079             :             .ascii = 1,
   97080             :         },
   97081             :     },
   97082             :     ._data = "supports_unicode_filenames",
   97083             : };
   97084             : static
   97085             :     struct {
   97086             :         PyASCIIObject _ascii;
   97087             :         uint8_t _data[8];
   97088             :     }
   97089             : const_str_relpath = {
   97090             :     ._ascii = {
   97091             :         .ob_base = {
   97092             :             .ob_refcnt = 999999999,
   97093             :             .ob_type = &PyUnicode_Type,
   97094             :         },
   97095             :         .length = 7,
   97096             :         .hash = -1,
   97097             :         .state = {
   97098             :             .kind = 1,
   97099             :             .compact = 1,
   97100             :             .ascii = 1,
   97101             :         },
   97102             :     },
   97103             :     ._data = "relpath",
   97104             : };
   97105             : static
   97106             :     struct {
   97107             :         PyASCIIObject _ascii;
   97108             :         uint8_t _data[11];
   97109             :     }
   97110             : const_str_commonpath = {
   97111             :     ._ascii = {
   97112             :         .ob_base = {
   97113             :             .ob_refcnt = 999999999,
   97114             :             .ob_type = &PyUnicode_Type,
   97115             :         },
   97116             :         .length = 10,
   97117             :         .hash = -1,
   97118             :         .state = {
   97119             :             .kind = 1,
   97120             :             .compact = 1,
   97121             :             .ascii = 1,
   97122             :         },
   97123             :     },
   97124             :     ._data = "commonpath",
   97125             : };
   97126             : static
   97127             :     struct {
   97128             :         PyGC_Head _gc_head;
   97129             :         struct {
   97130             :             PyObject_VAR_HEAD
   97131             :             PyObject *ob_item[38];
   97132             :         }_object;
   97133             :     }
   97134             : ntpath_toplevel_consts_11 = {
   97135             :     ._object = {
   97136             :         .ob_base = {
   97137             :             .ob_base = {
   97138             :                 .ob_refcnt = 999999999,
   97139             :                 .ob_type = &PyTuple_Type,
   97140             :             },
   97141             :             .ob_size = 38,
   97142             :         },
   97143             :         .ob_item = {
   97144             :             & const_str_normcase._ascii.ob_base,
   97145             :             & const_str_isabs._ascii.ob_base,
   97146             :             &_Py_ID(join),
   97147             :             & const_str_splitdrive._ascii.ob_base,
   97148             :             & const_str_split._ascii.ob_base,
   97149             :             & const_str_splitext._ascii.ob_base,
   97150             :             & const_str_basename._ascii.ob_base,
   97151             :             & const_str_dirname._ascii.ob_base,
   97152             :             & const_str_commonprefix._ascii.ob_base,
   97153             :             & const_str_getsize._ascii.ob_base,
   97154             :             & const_str_getmtime._ascii.ob_base,
   97155             :             & const_str_getatime._ascii.ob_base,
   97156             :             & const_str_getctime._ascii.ob_base,
   97157             :             & const_str_islink._ascii.ob_base,
   97158             :             & const_str_exists._ascii.ob_base,
   97159             :             & const_str_lexists._ascii.ob_base,
   97160             :             & const_str_isdir._ascii.ob_base,
   97161             :             & const_str_isfile._ascii.ob_base,
   97162             :             & const_str_ismount._ascii.ob_base,
   97163             :             & const_str_expanduser._ascii.ob_base,
   97164             :             & const_str_expandvars._ascii.ob_base,
   97165             :             & const_str_normpath._ascii.ob_base,
   97166             :             & const_str_abspath._ascii.ob_base,
   97167             :             & const_str_curdir._ascii.ob_base,
   97168             :             & const_str_pardir._ascii.ob_base,
   97169             :             & const_str_sep._ascii.ob_base,
   97170             :             & const_str_pathsep._ascii.ob_base,
   97171             :             & const_str_defpath._ascii.ob_base,
   97172             :             & const_str_altsep._ascii.ob_base,
   97173             :             & const_str_extsep._ascii.ob_base,
   97174             :             & const_str_devnull._ascii.ob_base,
   97175             :             & const_str_realpath._ascii.ob_base,
   97176             :             & const_str_supports_unicode_filenames._ascii.ob_base,
   97177             :             & const_str_relpath._ascii.ob_base,
   97178             :             & const_str_samefile._ascii.ob_base,
   97179             :             & const_str_sameopenfile._ascii.ob_base,
   97180             :             & const_str_samestat._ascii.ob_base,
   97181             :             & const_str_commonpath._ascii.ob_base,
   97182             :         },
   97183             :     },
   97184             : };
   97185             : static
   97186             :     struct {
   97187             :         PyObject_VAR_HEAD
   97188             :         Py_hash_t ob_shash;
   97189             :         char ob_sval[3];
   97190             :     }
   97191             : ntpath_toplevel_consts_12_consts_1 = {
   97192             :     .ob_base = {
   97193             :         .ob_base = {
   97194             :             .ob_refcnt = 999999999,
   97195             :             .ob_type = &PyBytes_Type,
   97196             :         },
   97197             :         .ob_size = 2,
   97198             :     },
   97199             :     .ob_shash = -1,
   97200             :     .ob_sval = "\\/",
   97201             : };
   97202             : static
   97203             :     struct {
   97204             :         PyASCIIObject _ascii;
   97205             :         uint8_t _data[3];
   97206             :     }
   97207             : ntpath_toplevel_consts_12_consts_2 = {
   97208             :     ._ascii = {
   97209             :         .ob_base = {
   97210             :             .ob_refcnt = 999999999,
   97211             :             .ob_type = &PyUnicode_Type,
   97212             :         },
   97213             :         .length = 2,
   97214             :         .hash = -1,
   97215             :         .state = {
   97216             :             .kind = 1,
   97217             :             .compact = 1,
   97218             :             .ascii = 1,
   97219             :         },
   97220             :     },
   97221             :     ._data = "\\/",
   97222             : };
   97223             : static
   97224             :     struct {
   97225             :         PyGC_Head _gc_head;
   97226             :         struct {
   97227             :             PyObject_VAR_HEAD
   97228             :             PyObject *ob_item[3];
   97229             :         }_object;
   97230             :     }
   97231             : ntpath_toplevel_consts_12_consts = {
   97232             :     ._object = {
   97233             :         .ob_base = {
   97234             :             .ob_base = {
   97235             :                 .ob_refcnt = 999999999,
   97236             :                 .ob_type = &PyTuple_Type,
   97237             :             },
   97238             :             .ob_size = 3,
   97239             :         },
   97240             :         .ob_item = {
   97241             :             Py_None,
   97242             :             & ntpath_toplevel_consts_12_consts_1.ob_base.ob_base,
   97243             :             & ntpath_toplevel_consts_12_consts_2._ascii.ob_base,
   97244             :         },
   97245             :     },
   97246             : };
   97247             : static
   97248             :     struct {
   97249             :         PyGC_Head _gc_head;
   97250             :         struct {
   97251             :             PyObject_VAR_HEAD
   97252             :             PyObject *ob_item[2];
   97253             :         }_object;
   97254             :     }
   97255             : ntpath_toplevel_consts_12_names = {
   97256             :     ._object = {
   97257             :         .ob_base = {
   97258             :             .ob_base = {
   97259             :                 .ob_refcnt = 999999999,
   97260             :                 .ob_type = &PyTuple_Type,
   97261             :             },
   97262             :             .ob_size = 2,
   97263             :         },
   97264             :         .ob_item = {
   97265             :             &_Py_ID(isinstance),
   97266             :             & const_str_bytes._ascii.ob_base,
   97267             :         },
   97268             :     },
   97269             : };
   97270             : static
   97271             :     struct {
   97272             :         PyASCIIObject _ascii;
   97273             :         uint8_t _data[16];
   97274             :     }
   97275             : ntpath_toplevel_consts_12_filename = {
   97276             :     ._ascii = {
   97277             :         .ob_base = {
   97278             :             .ob_refcnt = 999999999,
   97279             :             .ob_type = &PyUnicode_Type,
   97280             :         },
   97281             :         .length = 15,
   97282             :         .hash = -1,
   97283             :         .state = {
   97284             :             .kind = 1,
   97285             :             .compact = 1,
   97286             :             .ascii = 1,
   97287             :         },
   97288             :     },
   97289             :     ._data = "<frozen ntpath>",
   97290             : };
   97291             : static
   97292             :     struct {
   97293             :         PyASCIIObject _ascii;
   97294             :         uint8_t _data[14];
   97295             :     }
   97296             : const_str__get_bothseps = {
   97297             :     ._ascii = {
   97298             :         .ob_base = {
   97299             :             .ob_refcnt = 999999999,
   97300             :             .ob_type = &PyUnicode_Type,
   97301             :         },
   97302             :         .length = 13,
   97303             :         .hash = -1,
   97304             :         .state = {
   97305             :             .kind = 1,
   97306             :             .compact = 1,
   97307             :             .ascii = 1,
   97308             :         },
   97309             :     },
   97310             :     ._data = "_get_bothseps",
   97311             : };
   97312             : static
   97313             :     struct {
   97314             :         PyObject_VAR_HEAD
   97315             :         Py_hash_t ob_shash;
   97316             :         char ob_sval[28];
   97317             :     }
   97318             : ntpath_toplevel_consts_12_linetable = {
   97319             :     .ob_base = {
   97320             :         .ob_base = {
   97321             :             .ob_refcnt = 999999999,
   97322             :             .ob_type = &PyBytes_Type,
   97323             :         },
   97324             :         .ob_size = 27,
   97325             :     },
   97326             :     .ob_shash = -1,
   97327             :     .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x15\xd8\x0f\x15\x88\x76\xe0\x0f\x14\x88\x75",
   97328             : };
   97329             : static
   97330             :     struct _PyCode_DEF(48)
   97331             : ntpath_toplevel_consts_12 = {
   97332             :     .ob_base = {
   97333             :         .ob_base = {
   97334             :             .ob_refcnt = 999999999,
   97335             :             .ob_type = &PyCode_Type,
   97336             :         },
   97337             :         .ob_size = 24,
   97338             :     },
   97339             :     .co_consts = & ntpath_toplevel_consts_12_consts._object.ob_base.ob_base,
   97340             :     .co_names = & ntpath_toplevel_consts_12_names._object.ob_base.ob_base,
   97341             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   97342             :     .co_flags = 3,
   97343             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   97344             :     ._co_linearray_entry_size = 0,
   97345             :     .co_argcount = 1,
   97346             :     .co_posonlyargcount = 0,
   97347             :     .co_kwonlyargcount = 0,
   97348             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   97349             :     .co_stacksize = 4,
   97350             :     .co_firstlineno = 35,
   97351             :     .co_nlocalsplus = 1,
   97352             :     .co_nlocals = 1,
   97353             :     .co_nplaincellvars = 0,
   97354             :     .co_ncellvars = 0,
   97355             :     .co_nfreevars = 0,
   97356             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   97357             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   97358             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   97359             :     .co_name = & const_str__get_bothseps._ascii.ob_base,
   97360             :     .co_qualname = & const_str__get_bothseps._ascii.ob_base,
   97361             :     .co_linetable = & ntpath_toplevel_consts_12_linetable.ob_base.ob_base,
   97362             :     ._co_code = NULL,
   97363             :     ._co_linearray = NULL,
   97364             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
   97365             :     ._co_firsttraceable = 0,
   97366             : };
   97367             : static
   97368             :     struct {
   97369             :         PyASCIIObject _ascii;
   97370             :         uint8_t _data[14];
   97371             :     }
   97372             : const_str_LCMapStringEx = {
   97373             :     ._ascii = {
   97374             :         .ob_base = {
   97375             :             .ob_refcnt = 999999999,
   97376             :             .ob_type = &PyUnicode_Type,
   97377             :         },
   97378             :         .length = 13,
   97379             :         .hash = -1,
   97380             :         .state = {
   97381             :             .kind = 1,
   97382             :             .compact = 1,
   97383             :             .ascii = 1,
   97384             :         },
   97385             :     },
   97386             :     ._data = "LCMapStringEx",
   97387             : };
   97388             : static
   97389             :     struct {
   97390             :         PyASCIIObject _ascii;
   97391             :         uint8_t _data[22];
   97392             :     }
   97393             : const_str_LOCALE_NAME_INVARIANT = {
   97394             :     ._ascii = {
   97395             :         .ob_base = {
   97396             :             .ob_refcnt = 999999999,
   97397             :             .ob_type = &PyUnicode_Type,
   97398             :         },
   97399             :         .length = 21,
   97400             :         .hash = -1,
   97401             :         .state = {
   97402             :             .kind = 1,
   97403             :             .compact = 1,
   97404             :             .ascii = 1,
   97405             :         },
   97406             :     },
   97407             :     ._data = "LOCALE_NAME_INVARIANT",
   97408             : };
   97409             : static
   97410             :     struct {
   97411             :         PyASCIIObject _ascii;
   97412             :         uint8_t _data[16];
   97413             :     }
   97414             : const_str_LCMAP_LOWERCASE = {
   97415             :     ._ascii = {
   97416             :         .ob_base = {
   97417             :             .ob_refcnt = 999999999,
   97418             :             .ob_type = &PyUnicode_Type,
   97419             :         },
   97420             :         .length = 15,
   97421             :         .hash = -1,
   97422             :         .state = {
   97423             :             .kind = 1,
   97424             :             .compact = 1,
   97425             :             .ascii = 1,
   97426             :         },
   97427             :     },
   97428             :     ._data = "LCMAP_LOWERCASE",
   97429             : };
   97430             : static
   97431             :     struct {
   97432             :         PyGC_Head _gc_head;
   97433             :         struct {
   97434             :             PyObject_VAR_HEAD
   97435             :             PyObject *ob_item[3];
   97436             :         }_object;
   97437             :     }
   97438             : ntpath_toplevel_consts_13 = {
   97439             :     ._object = {
   97440             :         .ob_base = {
   97441             :             .ob_base = {
   97442             :                 .ob_refcnt = 999999999,
   97443             :                 .ob_type = &PyTuple_Type,
   97444             :             },
   97445             :             .ob_size = 3,
   97446             :         },
   97447             :         .ob_item = {
   97448             :             & const_str_LCMapStringEx._ascii.ob_base,
   97449             :             & const_str_LOCALE_NAME_INVARIANT._ascii.ob_base,
   97450             :             & const_str_LCMAP_LOWERCASE._ascii.ob_base,
   97451             :         },
   97452             :     },
   97453             : };
   97454             : static
   97455             :     struct {
   97456             :         PyASCIIObject _ascii;
   97457             :         uint8_t _data[111];
   97458             :     }
   97459             : ntpath_toplevel_consts_14_consts_0 = {
   97460             :     ._ascii = {
   97461             :         .ob_base = {
   97462             :             .ob_refcnt = 999999999,
   97463             :             .ob_type = &PyUnicode_Type,
   97464             :         },
   97465             :         .length = 110,
   97466             :         .hash = -1,
   97467             :         .state = {
   97468             :             .kind = 1,
   97469             :             .compact = 1,
   97470             :             .ascii = 1,
   97471             :         },
   97472             :     },
   97473             :     ._data = "\x4e\x6f\x72\x6d\x61\x6c\x69\x7a\x65\x20\x63\x61\x73\x65\x20\x6f\x66\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4d\x61\x6b\x65\x73\x20\x61\x6c\x6c\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x73\x20\x6c\x6f\x77\x65\x72\x63\x61\x73\x65\x20\x61\x6e\x64\x20\x61\x6c\x6c\x20\x73\x6c\x61\x73\x68\x65\x73\x20\x69\x6e\x74\x6f\x20\x62\x61\x63\x6b\x73\x6c\x61\x73\x68\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
   97474             : };
   97475             : static
   97476             :     struct {
   97477             :         PyASCIIObject _ascii;
   97478             :         uint8_t _data[16];
   97479             :     }
   97480             : const_str_surrogateescape = {
   97481             :     ._ascii = {
   97482             :         .ob_base = {
   97483             :             .ob_refcnt = 999999999,
   97484             :             .ob_type = &PyUnicode_Type,
   97485             :         },
   97486             :         .length = 15,
   97487             :         .hash = -1,
   97488             :         .state = {
   97489             :             .kind = 1,
   97490             :             .compact = 1,
   97491             :             .ascii = 1,
   97492             :         },
   97493             :     },
   97494             :     ._data = "surrogateescape",
   97495             : };
   97496             : static
   97497             :     struct {
   97498             :         PyGC_Head _gc_head;
   97499             :         struct {
   97500             :             PyObject_VAR_HEAD
   97501             :             PyObject *ob_item[4];
   97502             :         }_object;
   97503             :     }
   97504             : ntpath_toplevel_consts_14_consts = {
   97505             :     ._object = {
   97506             :         .ob_base = {
   97507             :             .ob_base = {
   97508             :                 .ob_refcnt = 999999999,
   97509             :                 .ob_type = &PyTuple_Type,
   97510             :             },
   97511             :             .ob_size = 4,
   97512             :         },
   97513             :         .ob_item = {
   97514             :             & ntpath_toplevel_consts_14_consts_0._ascii.ob_base,
   97515             :             & const_str_surrogateescape._ascii.ob_base,
   97516             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   97517             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   97518             :         },
   97519             :     },
   97520             : };
   97521             : static
   97522             :     struct {
   97523             :         PyASCIIObject _ascii;
   97524             :         uint8_t _data[22];
   97525             :     }
   97526             : const_str_getfilesystemencoding = {
   97527             :     ._ascii = {
   97528             :         .ob_base = {
   97529             :             .ob_refcnt = 999999999,
   97530             :             .ob_type = &PyUnicode_Type,
   97531             :         },
   97532             :         .length = 21,
   97533             :         .hash = -1,
   97534             :         .state = {
   97535             :             .kind = 1,
   97536             :             .compact = 1,
   97537             :             .ascii = 1,
   97538             :         },
   97539             :     },
   97540             :     ._data = "getfilesystemencoding",
   97541             : };
   97542             : static
   97543             :     struct {
   97544             :         PyASCIIObject _ascii;
   97545             :         uint8_t _data[15];
   97546             :     }
   97547             : const_str__LCMapStringEx = {
   97548             :     ._ascii = {
   97549             :         .ob_base = {
   97550             :             .ob_refcnt = 999999999,
   97551             :             .ob_type = &PyUnicode_Type,
   97552             :         },
   97553             :         .length = 14,
   97554             :         .hash = -1,
   97555             :         .state = {
   97556             :             .kind = 1,
   97557             :             .compact = 1,
   97558             :             .ascii = 1,
   97559             :         },
   97560             :     },
   97561             :     ._data = "_LCMapStringEx",
   97562             : };
   97563             : static
   97564             :     struct {
   97565             :         PyASCIIObject _ascii;
   97566             :         uint8_t _data[23];
   97567             :     }
   97568             : const_str__LOCALE_NAME_INVARIANT = {
   97569             :     ._ascii = {
   97570             :         .ob_base = {
   97571             :             .ob_refcnt = 999999999,
   97572             :             .ob_type = &PyUnicode_Type,
   97573             :         },
   97574             :         .length = 22,
   97575             :         .hash = -1,
   97576             :         .state = {
   97577             :             .kind = 1,
   97578             :             .compact = 1,
   97579             :             .ascii = 1,
   97580             :         },
   97581             :     },
   97582             :     ._data = "_LOCALE_NAME_INVARIANT",
   97583             : };
   97584             : static
   97585             :     struct {
   97586             :         PyASCIIObject _ascii;
   97587             :         uint8_t _data[17];
   97588             :     }
   97589             : const_str__LCMAP_LOWERCASE = {
   97590             :     ._ascii = {
   97591             :         .ob_base = {
   97592             :             .ob_refcnt = 999999999,
   97593             :             .ob_type = &PyUnicode_Type,
   97594             :         },
   97595             :         .length = 16,
   97596             :         .hash = -1,
   97597             :         .state = {
   97598             :             .kind = 1,
   97599             :             .compact = 1,
   97600             :             .ascii = 1,
   97601             :         },
   97602             :     },
   97603             :     ._data = "_LCMAP_LOWERCASE",
   97604             : };
   97605             : static
   97606             :     struct {
   97607             :         PyGC_Head _gc_head;
   97608             :         struct {
   97609             :             PyObject_VAR_HEAD
   97610             :             PyObject *ob_item[12];
   97611             :         }_object;
   97612             :     }
   97613             : ntpath_toplevel_consts_14_names = {
   97614             :     ._object = {
   97615             :         .ob_base = {
   97616             :             .ob_base = {
   97617             :                 .ob_refcnt = 999999999,
   97618             :                 .ob_type = &PyTuple_Type,
   97619             :             },
   97620             :             .ob_size = 12,
   97621             :         },
   97622             :         .ob_item = {
   97623             :             & const_str_os._ascii.ob_base,
   97624             :             & const_str_fspath._ascii.ob_base,
   97625             :             &_Py_ID(isinstance),
   97626             :             & const_str_bytes._ascii.ob_base,
   97627             :             & const_str_sys._ascii.ob_base,
   97628             :             & const_str_getfilesystemencoding._ascii.ob_base,
   97629             :             &_Py_ID(decode),
   97630             :             &_Py_ID(replace),
   97631             :             & const_str__LCMapStringEx._ascii.ob_base,
   97632             :             & const_str__LOCALE_NAME_INVARIANT._ascii.ob_base,
   97633             :             & const_str__LCMAP_LOWERCASE._ascii.ob_base,
   97634             :             &_Py_ID(encode),
   97635             :         },
   97636             :     },
   97637             : };
   97638             : static
   97639             :     struct {
   97640             :         PyObject_VAR_HEAD
   97641             :         Py_hash_t ob_shash;
   97642             :         char ob_sval[159];
   97643             :     }
   97644             : ntpath_toplevel_consts_14_linetable = {
   97645             :     .ob_base = {
   97646             :         .ob_base = {
   97647             :             .ob_refcnt = 999999999,
   97648             :             .ob_type = &PyBytes_Type,
   97649             :         },
   97650             :         .ob_size = 158,
   97651             :     },
   97652             :     .ob_shash = -1,
   97653             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x0d\x16\x8f\x49\x89\x49\x90\x61\x8c\x4c\x88\x01\xd8\x0f\x10\xf0\x00\x01\x09\x15\xd8\x13\x14\x88\x48\xdd\x0b\x15\x90\x61\x9d\x15\xd4\x0b\x1f\xf0\x00\x09\x09\x38\xdd\x17\x30\xd7\x17\x30\xd1\x17\x30\xd4\x17\x32\x88\x48\xd8\x10\x11\x97\x08\x91\x08\x98\x18\xd0\x23\x34\xd4\x10\x35\xd7\x10\x3d\xd1\x10\x3d\xb8\x63\xc0\x34\xd4\x10\x48\x88\x41\xdd\x10\x1e\xd5\x1f\x35\xdd\x1f\x2f\xb0\x11\xf4\x03\x01\x11\x34\x88\x41\xe0\x13\x14\x97\x38\x91\x38\x98\x48\xd0\x26\x37\xd4\x13\x38\xd0\x0c\x38\xe5\x13\x21\xd5\x22\x38\xdd\x22\x32\xd8\x22\x23\xa7\x29\xa1\x29\xa8\x43\xb0\x14\xd4\x22\x36\xf4\x05\x02\x14\x38\xf0\x00\x02\x0d\x38",
   97654             : };
   97655             : static
   97656             :     struct {
   97657             :         PyGC_Head _gc_head;
   97658             :         struct {
   97659             :             PyObject_VAR_HEAD
   97660             :             PyObject *ob_item[2];
   97661             :         }_object;
   97662             :     }
   97663             : ntpath_toplevel_consts_14_localsplusnames = {
   97664             :     ._object = {
   97665             :         .ob_base = {
   97666             :             .ob_base = {
   97667             :                 .ob_refcnt = 999999999,
   97668             :                 .ob_type = &PyTuple_Type,
   97669             :             },
   97670             :             .ob_size = 2,
   97671             :         },
   97672             :         .ob_item = {
   97673             :             & const_str_s._ascii.ob_base,
   97674             :             &_Py_ID(encoding),
   97675             :         },
   97676             :     },
   97677             : };
   97678             : static
   97679             :     struct _PyCode_DEF(382)
   97680             : ntpath_toplevel_consts_14 = {
   97681             :     .ob_base = {
   97682             :         .ob_base = {
   97683             :             .ob_refcnt = 999999999,
   97684             :             .ob_type = &PyCode_Type,
   97685             :         },
   97686             :         .ob_size = 191,
   97687             :     },
   97688             :     .co_consts = & ntpath_toplevel_consts_14_consts._object.ob_base.ob_base,
   97689             :     .co_names = & ntpath_toplevel_consts_14_names._object.ob_base.ob_base,
   97690             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   97691             :     .co_flags = 3,
   97692             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   97693             :     ._co_linearray_entry_size = 0,
   97694             :     .co_argcount = 1,
   97695             :     .co_posonlyargcount = 0,
   97696             :     .co_kwonlyargcount = 0,
   97697             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   97698             :     .co_stacksize = 8,
   97699             :     .co_firstlineno = 51,
   97700             :     .co_nlocalsplus = 2,
   97701             :     .co_nlocals = 2,
   97702             :     .co_nplaincellvars = 0,
   97703             :     .co_ncellvars = 0,
   97704             :     .co_nfreevars = 0,
   97705             :     .co_localsplusnames = & ntpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
   97706             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   97707             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   97708             :     .co_name = & const_str_normcase._ascii.ob_base,
   97709             :     .co_qualname = & const_str_normcase._ascii.ob_base,
   97710             :     .co_linetable = & ntpath_toplevel_consts_14_linetable.ob_base.ob_base,
   97711             :     ._co_code = NULL,
   97712             :     ._co_linearray = NULL,
   97713             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x73\x02\x7c\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x66\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   97714             :     ._co_firsttraceable = 0,
   97715             : };
   97716             : static
   97717             :     struct {
   97718             :         PyGC_Head _gc_head;
   97719             :         struct {
   97720             :             PyObject_VAR_HEAD
   97721             :             PyObject *ob_item[3];
   97722             :         }_object;
   97723             :     }
   97724             : ntpath_toplevel_consts_15_consts = {
   97725             :     ._object = {
   97726             :         .ob_base = {
   97727             :             .ob_base = {
   97728             :                 .ob_refcnt = 999999999,
   97729             :                 .ob_type = &PyTuple_Type,
   97730             :             },
   97731             :             .ob_size = 3,
   97732             :         },
   97733             :         .ob_item = {
   97734             :             & ntpath_toplevel_consts_14_consts_0._ascii.ob_base,
   97735             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   97736             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   97737             :         },
   97738             :     },
   97739             : };
   97740             : static
   97741             :     struct {
   97742             :         PyASCIIObject _ascii;
   97743             :         uint8_t _data[9];
   97744             :     }
   97745             : const_str_fsencode = {
   97746             :     ._ascii = {
   97747             :         .ob_base = {
   97748             :             .ob_refcnt = 999999999,
   97749             :             .ob_type = &PyUnicode_Type,
   97750             :         },
   97751             :         .length = 8,
   97752             :         .hash = -1,
   97753             :         .state = {
   97754             :             .kind = 1,
   97755             :             .compact = 1,
   97756             :             .ascii = 1,
   97757             :         },
   97758             :     },
   97759             :     ._data = "fsencode",
   97760             : };
   97761             : static
   97762             :     struct {
   97763             :         PyGC_Head _gc_head;
   97764             :         struct {
   97765             :             PyObject_VAR_HEAD
   97766             :             PyObject *ob_item[8];
   97767             :         }_object;
   97768             :     }
   97769             : ntpath_toplevel_consts_15_names = {
   97770             :     ._object = {
   97771             :         .ob_base = {
   97772             :             .ob_base = {
   97773             :                 .ob_refcnt = 999999999,
   97774             :                 .ob_type = &PyTuple_Type,
   97775             :             },
   97776             :             .ob_size = 8,
   97777             :         },
   97778             :         .ob_item = {
   97779             :             & const_str_os._ascii.ob_base,
   97780             :             & const_str_fspath._ascii.ob_base,
   97781             :             &_Py_ID(isinstance),
   97782             :             & const_str_bytes._ascii.ob_base,
   97783             :             & const_str_fsencode._ascii.ob_base,
   97784             :             & const_str_fsdecode._ascii.ob_base,
   97785             :             &_Py_ID(replace),
   97786             :             & const_str_lower._ascii.ob_base,
   97787             :         },
   97788             :     },
   97789             : };
   97790             : static
   97791             :     struct {
   97792             :         PyObject_VAR_HEAD
   97793             :         Py_hash_t ob_shash;
   97794             :         char ob_sval[105];
   97795             :     }
   97796             : ntpath_toplevel_consts_15_linetable = {
   97797             :     .ob_base = {
   97798             :         .ob_base = {
   97799             :             .ob_refcnt = 999999999,
   97800             :             .ob_type = &PyBytes_Type,
   97801             :         },
   97802             :         .ob_size = 104,
   97803             :     },
   97804             :     .ob_shash = -1,
   97805             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x0d\x16\x8f\x49\x89\x49\x90\x61\x8c\x4c\x88\x01\xdd\x0b\x15\x90\x61\x9d\x15\xd4\x0b\x1f\xf0\x00\x01\x09\x4a\x01\xdd\x13\x1e\x97\x3b\x91\x3b\x9d\x72\x9f\x7b\x99\x7b\xa8\x31\x9c\x7e\xd7\x1f\x35\xd1\x1f\x35\xb0\x63\xb8\x34\xd4\x1f\x40\xd7\x1f\x46\xd1\x1f\x46\xd4\x1f\x48\xd4\x13\x49\xd0\x0c\x49\xd8\x0f\x10\x8f\x79\x89\x79\x98\x13\x98\x64\xd4\x0f\x23\xd7\x0f\x29\xd1\x0f\x29\xd4\x0f\x2b\xd0\x08\x2b",
   97806             : };
   97807             : static
   97808             :     struct {
   97809             :         PyGC_Head _gc_head;
   97810             :         struct {
   97811             :             PyObject_VAR_HEAD
   97812             :             PyObject *ob_item[1];
   97813             :         }_object;
   97814             :     }
   97815             : ntpath_toplevel_consts_15_localsplusnames = {
   97816             :     ._object = {
   97817             :         .ob_base = {
   97818             :             .ob_base = {
   97819             :                 .ob_refcnt = 999999999,
   97820             :                 .ob_type = &PyTuple_Type,
   97821             :             },
   97822             :             .ob_size = 1,
   97823             :         },
   97824             :         .ob_item = {
   97825             :             & const_str_s._ascii.ob_base,
   97826             :         },
   97827             :     },
   97828             : };
   97829             : static
   97830             :     struct _PyCode_DEF(306)
   97831             : ntpath_toplevel_consts_15 = {
   97832             :     .ob_base = {
   97833             :         .ob_base = {
   97834             :             .ob_refcnt = 999999999,
   97835             :             .ob_type = &PyCode_Type,
   97836             :         },
   97837             :         .ob_size = 153,
   97838             :     },
   97839             :     .co_consts = & ntpath_toplevel_consts_15_consts._object.ob_base.ob_base,
   97840             :     .co_names = & ntpath_toplevel_consts_15_names._object.ob_base.ob_base,
   97841             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   97842             :     .co_flags = 3,
   97843             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   97844             :     ._co_linearray_entry_size = 0,
   97845             :     .co_argcount = 1,
   97846             :     .co_posonlyargcount = 0,
   97847             :     .co_kwonlyargcount = 0,
   97848             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   97849             :     .co_stacksize = 6,
   97850             :     .co_firstlineno = 70,
   97851             :     .co_nlocalsplus = 1,
   97852             :     .co_nlocals = 1,
   97853             :     .co_nplaincellvars = 0,
   97854             :     .co_ncellvars = 0,
   97855             :     .co_nfreevars = 0,
   97856             :     .co_localsplusnames = & ntpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
   97857             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   97858             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   97859             :     .co_name = & const_str_normcase._ascii.ob_base,
   97860             :     .co_qualname = & const_str_normcase._ascii.ob_base,
   97861             :     .co_linetable = & ntpath_toplevel_consts_15_linetable.ob_base.ob_base,
   97862             :     ._co_code = NULL,
   97863             :     ._co_linearray = NULL,
   97864             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   97865             :     ._co_firsttraceable = 0,
   97866             : };
   97867             : static
   97868             :     struct {
   97869             :         PyASCIIObject _ascii;
   97870             :         uint8_t _data[32];
   97871             :     }
   97872             : ntpath_toplevel_consts_16_consts_0 = {
   97873             :     ._ascii = {
   97874             :         .ob_base = {
   97875             :             .ob_refcnt = 999999999,
   97876             :             .ob_type = &PyUnicode_Type,
   97877             :         },
   97878             :         .length = 31,
   97879             :         .hash = -1,
   97880             :         .state = {
   97881             :             .kind = 1,
   97882             :             .compact = 1,
   97883             :             .ascii = 1,
   97884             :         },
   97885             :     },
   97886             :     ._data = "Test whether a path is absolute",
   97887             : };
   97888             : static
   97889             :     struct {
   97890             :         PyObject_VAR_HEAD
   97891             :         Py_hash_t ob_shash;
   97892             :         char ob_sval[5];
   97893             :     }
   97894             : ntpath_toplevel_consts_16_consts_3 = {
   97895             :     .ob_base = {
   97896             :         .ob_base = {
   97897             :             .ob_refcnt = 999999999,
   97898             :             .ob_type = &PyBytes_Type,
   97899             :         },
   97900             :         .ob_size = 4,
   97901             :     },
   97902             :     .ob_shash = -1,
   97903             :     .ob_sval = "\\\\?\\",
   97904             : };
   97905             : static
   97906             :     struct {
   97907             :         PyASCIIObject _ascii;
   97908             :         uint8_t _data[5];
   97909             :     }
   97910             : ntpath_toplevel_consts_16_consts_7 = {
   97911             :     ._ascii = {
   97912             :         .ob_base = {
   97913             :             .ob_refcnt = 999999999,
   97914             :             .ob_type = &PyUnicode_Type,
   97915             :         },
   97916             :         .length = 4,
   97917             :         .hash = -1,
   97918             :         .state = {
   97919             :             .kind = 1,
   97920             :             .compact = 1,
   97921             :             .ascii = 1,
   97922             :         },
   97923             :     },
   97924             :     ._data = "\\\\?\\",
   97925             : };
   97926             : static
   97927             :     struct {
   97928             :         PyGC_Head _gc_head;
   97929             :         struct {
   97930             :             PyObject_VAR_HEAD
   97931             :             PyObject *ob_item[10];
   97932             :         }_object;
   97933             :     }
   97934             : ntpath_toplevel_consts_16_consts = {
   97935             :     ._object = {
   97936             :         .ob_base = {
   97937             :             .ob_base = {
   97938             :                 .ob_refcnt = 999999999,
   97939             :                 .ob_type = &PyTuple_Type,
   97940             :             },
   97941             :             .ob_size = 10,
   97942             :         },
   97943             :         .ob_item = {
   97944             :             & ntpath_toplevel_consts_16_consts_0._ascii.ob_base,
   97945             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
   97946             :             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
   97947             :             & ntpath_toplevel_consts_16_consts_3.ob_base.ob_base,
   97948             :             Py_True,
   97949             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   97950             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   97951             :             & ntpath_toplevel_consts_16_consts_7._ascii.ob_base,
   97952             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   97953             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   97954             :         },
   97955             :     },
   97956             : };
   97957             : static
   97958             :     struct {
   97959             :         PyGC_Head _gc_head;
   97960             :         struct {
   97961             :             PyObject_VAR_HEAD
   97962             :             PyObject *ob_item[9];
   97963             :         }_object;
   97964             :     }
   97965             : ntpath_toplevel_consts_16_names = {
   97966             :     ._object = {
   97967             :         .ob_base = {
   97968             :             .ob_base = {
   97969             :                 .ob_refcnt = 999999999,
   97970             :                 .ob_type = &PyTuple_Type,
   97971             :             },
   97972             :             .ob_size = 9,
   97973             :         },
   97974             :         .ob_item = {
   97975             :             & const_str_os._ascii.ob_base,
   97976             :             & const_str_fspath._ascii.ob_base,
   97977             :             &_Py_ID(isinstance),
   97978             :             & const_str_bytes._ascii.ob_base,
   97979             :             &_Py_ID(replace),
   97980             :             & const_str_startswith._ascii.ob_base,
   97981             :             & const_str_splitdrive._ascii.ob_base,
   97982             :             &_Py_ID(len),
   97983             :             & const_str__get_bothseps._ascii.ob_base,
   97984             :         },
   97985             :     },
   97986             : };
   97987             : static
   97988             :     struct {
   97989             :         PyObject_VAR_HEAD
   97990             :         Py_hash_t ob_shash;
   97991             :         char ob_sval[159];
   97992             :     }
   97993             : ntpath_toplevel_consts_16_linetable = {
   97994             :     .ob_base = {
   97995             :         .ob_base = {
   97996             :             .ob_refcnt = 999999999,
   97997             :             .ob_type = &PyBytes_Type,
   97998             :         },
   97999             :         .ob_size = 158,
   98000             :     },
   98001             :     .ob_shash = -1,
   98002             :     .ob_sval = "\x80\x00\xe5\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xf5\x06\x00\x08\x12\x90\x21\x95\x55\xd4\x07\x1b\xf0\x00\x05\x05\x18\xd8\x0b\x0c\x8f\x39\x89\x39\x90\x54\x98\x35\xd4\x0b\x21\xd7\x0b\x2c\xd1\x0b\x2c\xa8\x5a\xd4\x0b\x38\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xe0\x0b\x0c\x8f\x39\x89\x39\x90\x53\x98\x24\xd4\x0b\x1f\xd7\x0b\x2a\xd1\x0b\x2a\xa8\x39\xd4\x0b\x35\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xdd\x08\x12\x90\x31\x8c\x0d\x90\x61\xd4\x08\x18\x80\x41\xdd\x0b\x0e\x88\x71\x8c\x36\x90\x41\x8a\x3a\xd0\x0b\x3b\x98\x21\x98\x41\x9c\x24\xd0\x0b\x3b\xa0\x31\xa0\x51\xa4\x34\xad\x3d\xb8\x11\xd4\x2b\x3b\xd0\x23\x3b\xd0\x04\x3b",
   98003             : };
   98004             : static
   98005             :     struct _PyCode_DEF(364)
   98006             : ntpath_toplevel_consts_16 = {
   98007             :     .ob_base = {
   98008             :         .ob_base = {
   98009             :             .ob_refcnt = 999999999,
   98010             :             .ob_type = &PyCode_Type,
   98011             :         },
   98012             :         .ob_size = 182,
   98013             :     },
   98014             :     .co_consts = & ntpath_toplevel_consts_16_consts._object.ob_base.ob_base,
   98015             :     .co_names = & ntpath_toplevel_consts_16_names._object.ob_base.ob_base,
   98016             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   98017             :     .co_flags = 3,
   98018             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   98019             :     ._co_linearray_entry_size = 0,
   98020             :     .co_argcount = 1,
   98021             :     .co_posonlyargcount = 0,
   98022             :     .co_kwonlyargcount = 0,
   98023             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
   98024             :     .co_stacksize = 4,
   98025             :     .co_firstlineno = 87,
   98026             :     .co_nlocalsplus = 1,
   98027             :     .co_nlocals = 1,
   98028             :     .co_nplaincellvars = 0,
   98029             :     .co_ncellvars = 0,
   98030             :     .co_nfreevars = 0,
   98031             :     .co_localsplusnames = & ntpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
   98032             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   98033             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   98034             :     .co_name = & const_str_isabs._ascii.ob_base,
   98035             :     .co_qualname = & const_str_isabs._ascii.ob_base,
   98036             :     .co_linetable = & ntpath_toplevel_consts_16_linetable.ob_base.ob_base,
   98037             :     ._co_code = NULL,
   98038             :     ._co_linearray = NULL,
   98039             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x25\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x27\x64\x04\x53\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x6b\x04\x00\x00\x00\x00\x6f\x1c\x7c\x00\x64\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x14\x7c\x00\x64\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
   98040             :     ._co_firsttraceable = 0,
   98041             : };
   98042             : static
   98043             :     struct {
   98044             :         PyGC_Head _gc_head;
   98045             :         struct {
   98046             :             PyObject_VAR_HEAD
   98047             :             PyObject *ob_item[10];
   98048             :         }_object;
   98049             :     }
   98050             : ntpath_toplevel_consts_17_consts = {
   98051             :     ._object = {
   98052             :         .ob_base = {
   98053             :             .ob_base = {
   98054             :                 .ob_refcnt = 999999999,
   98055             :                 .ob_type = &PyTuple_Type,
   98056             :             },
   98057             :             .ob_size = 10,
   98058             :         },
   98059             :         .ob_item = {
   98060             :             Py_None,
   98061             :             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
   98062             :             & ntpath_toplevel_consts_12_consts_1.ob_base.ob_base,
   98063             :             (PyObject *)&_Py_SINGLETON(bytes_characters[58]),
   98064             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   98065             :             & ntpath_toplevel_consts_12_consts_2._ascii.ob_base,
   98066             :             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
   98067             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   98068             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   98069             :             &_Py_ID(join),
   98070             :         },
   98071             :     },
   98072             : };
   98073             : static
   98074             :     struct {
   98075             :         PyASCIIObject _ascii;
   98076             :         uint8_t _data[13];
   98077             :     }
   98078             : const_str_BytesWarning = {
   98079             :     ._ascii = {
   98080             :         .ob_base = {
   98081             :             .ob_refcnt = 999999999,
   98082             :             .ob_type = &PyUnicode_Type,
   98083             :         },
   98084             :         .length = 12,
   98085             :         .hash = -1,
   98086             :         .state = {
   98087             :             .kind = 1,
   98088             :             .compact = 1,
   98089             :             .ascii = 1,
   98090             :         },
   98091             :     },
   98092             :     ._data = "BytesWarning",
   98093             : };
   98094             : static
   98095             :     struct {
   98096             :         PyASCIIObject _ascii;
   98097             :         uint8_t _data[12];
   98098             :     }
   98099             : const_str_genericpath = {
   98100             :     ._ascii = {
   98101             :         .ob_base = {
   98102             :             .ob_refcnt = 999999999,
   98103             :             .ob_type = &PyUnicode_Type,
   98104             :         },
   98105             :         .length = 11,
   98106             :         .hash = -1,
   98107             :         .state = {
   98108             :             .kind = 1,
   98109             :             .compact = 1,
   98110             :             .ascii = 1,
   98111             :         },
   98112             :     },
   98113             :     ._data = "genericpath",
   98114             : };
   98115             : static
   98116             :     struct {
   98117             :         PyGC_Head _gc_head;
   98118             :         struct {
   98119             :             PyObject_VAR_HEAD
   98120             :             PyObject *ob_item[12];
   98121             :         }_object;
   98122             :     }
   98123             : ntpath_toplevel_consts_17_names = {
   98124             :     ._object = {
   98125             :         .ob_base = {
   98126             :             .ob_base = {
   98127             :                 .ob_refcnt = 999999999,
   98128             :                 .ob_type = &PyTuple_Type,
   98129             :             },
   98130             :             .ob_size = 12,
   98131             :         },
   98132             :         .ob_item = {
   98133             :             & const_str_os._ascii.ob_base,
   98134             :             & const_str_fspath._ascii.ob_base,
   98135             :             &_Py_ID(isinstance),
   98136             :             & const_str_bytes._ascii.ob_base,
   98137             :             & const_str_splitdrive._ascii.ob_base,
   98138             :             & const_str_map._ascii.ob_base,
   98139             :             & const_str_lower._ascii.ob_base,
   98140             :             & const_str_TypeError._ascii.ob_base,
   98141             :             & const_str_AttributeError._ascii.ob_base,
   98142             :             & const_str_BytesWarning._ascii.ob_base,
   98143             :             & const_str_genericpath._ascii.ob_base,
   98144             :             & const_str__check_arg_types._ascii.ob_base,
   98145             :         },
   98146             :     },
   98147             : };
   98148             : static
   98149             :     struct {
   98150             :         PyObject_VAR_HEAD
   98151             :         Py_hash_t ob_shash;
   98152             :         char ob_sval[456];
   98153             :     }
   98154             : ntpath_toplevel_consts_17_linetable = {
   98155             :     .ob_base = {
   98156             :         .ob_base = {
   98157             :             .ob_refcnt = 999999999,
   98158             :             .ob_type = &PyBytes_Type,
   98159             :         },
   98160             :         .ob_size = 455,
   98161             :     },
   98162             :     .ob_shash = -1,
   98163             :     .ob_sval = "\x80\x00\xdd\x0b\x14\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x07\x05\x14\xd8\x0e\x13\x88\x03\xd8\x0f\x15\x88\x04\xd8\x10\x14\x88\x05\x88\x05\xe0\x0e\x12\x88\x03\xd8\x0f\x14\x88\x04\xd8\x10\x13\x88\x05\xf0\x02\x1f\x05\x0e\xd8\x0f\x14\xf0\x00\x01\x09\x1b\xd8\x0c\x10\x88\x48\x90\x21\x88\x48\x90\x73\x89\x4e\x88\x4e\xdd\x24\x2e\xa8\x74\xd4\x24\x34\xd1\x08\x21\x88\x0c\x90\x6b\xdd\x11\x14\x95\x52\x97\x59\x91\x59\xa0\x05\xd4\x11\x26\xf0\x00\x13\x09\x2f\xf1\x00\x13\x09\x2f\x88\x41\xdd\x1e\x28\xa8\x11\x9c\x6d\x89\x4f\x88\x47\x90\x56\xd8\x0f\x15\xf0\x00\x0d\x0d\x27\x98\x26\xa0\x11\x9c\x29\xa0\x74\xd0\x1a\x2b\xf0\x00\x0d\x0d\x27\xe0\x13\x1a\xf0\x00\x01\x11\x2b\xa0\x2c\xf0\x00\x01\x11\x2b\xd8\x23\x2a\x90\x4c\xd8\x1e\x24\x90\x0b\xd8\x10\x18\xd8\x11\x18\xf0\x00\x07\x0d\x27\x98\x57\xa8\x0c\xd2\x1d\x34\xf0\x00\x07\x0d\x27\xd8\x13\x1a\x97\x3d\x91\x3d\x94\x3f\xa0\x6c\xd7\x26\x38\xd1\x26\x38\xd4\x26\x3a\xd2\x13\x3a\xf0\x00\x04\x11\x1d\xe0\x23\x2a\x90\x4c\xd8\x22\x28\x90\x4b\xd8\x14\x1c\xe0\x1f\x26\x90\x0c\xe0\x0f\x1a\xf0\x00\x01\x0d\x30\x98\x7b\xa8\x32\x9c\x7f\xb0\x64\xd0\x1f\x3a\xf0\x00\x01\x0d\x30\xd8\x1e\x29\xa8\x43\xd1\x1e\x2f\x90\x0b\xd8\x1a\x25\xa8\x06\xd1\x1a\x2e\x88\x4b\x88\x4b\xe0\x0c\x17\xf0\x00\x02\x09\x34\x98\x4b\xa8\x01\x9c\x4e\xb0\x24\xd0\x1c\x36\xf0\x00\x02\x09\x34\xd8\x0c\x18\xf0\x03\x02\x09\x34\xd8\x1d\x29\xa8\x22\xd0\x1d\x2e\xd0\x1d\x2e\xb0\x25\xd2\x1d\x37\xf0\x03\x02\x09\x34\xe0\x13\x1f\xa0\x23\xd1\x13\x25\xa8\x0b\xd1\x13\x33\xd0\x0c\x33\xd8\x0f\x1b\x98\x6b\xd1\x0f\x29\xd0\x08\x29\xf8\xdd\x0c\x15\x95\x7e\xa5\x7c\xd0\x0b\x34\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x56\xa8\x54\xd0\x08\x3a\xb0\x45\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
   98164             : };
   98165             : static
   98166             :     struct {
   98167             :         PyObject_VAR_HEAD
   98168             :         Py_hash_t ob_shash;
   98169             :         char ob_sval[19];
   98170             :     }
   98171             : ntpath_toplevel_consts_17_exceptiontable = {
   98172             :     .ob_base = {
   98173             :         .ob_base = {
   98174             :             .ob_refcnt = 999999999,
   98175             :             .ob_type = &PyBytes_Type,
   98176             :         },
   98177             :         .ob_size = 18,
   98178             :     },
   98179             :     .ob_shash = -1,
   98180             :     .ob_sval = "\xb9\x43\x07\x44\x06\x00\xc4\x01\x04\x44\x06\x00\xc4\x06\x31\x44\x37\x03",
   98181             : };
   98182             : static
   98183             :     struct {
   98184             :         PyASCIIObject _ascii;
   98185             :         uint8_t _data[6];
   98186             :     }
   98187             : const_str_paths = {
   98188             :     ._ascii = {
   98189             :         .ob_base = {
   98190             :             .ob_refcnt = 999999999,
   98191             :             .ob_type = &PyUnicode_Type,
   98192             :         },
   98193             :         .length = 5,
   98194             :         .hash = -1,
   98195             :         .state = {
   98196             :             .kind = 1,
   98197             :             .compact = 1,
   98198             :             .ascii = 1,
   98199             :         },
   98200             :     },
   98201             :     ._data = "paths",
   98202             : };
   98203             : static
   98204             :     struct {
   98205             :         PyASCIIObject _ascii;
   98206             :         uint8_t _data[5];
   98207             :     }
   98208             : const_str_seps = {
   98209             :     ._ascii = {
   98210             :         .ob_base = {
   98211             :             .ob_refcnt = 999999999,
   98212             :             .ob_type = &PyUnicode_Type,
   98213             :         },
   98214             :         .length = 4,
   98215             :         .hash = -1,
   98216             :         .state = {
   98217             :             .kind = 1,
   98218             :             .compact = 1,
   98219             :             .ascii = 1,
   98220             :         },
   98221             :     },
   98222             :     ._data = "seps",
   98223             : };
   98224             : static
   98225             :     struct {
   98226             :         PyASCIIObject _ascii;
   98227             :         uint8_t _data[6];
   98228             :     }
   98229             : const_str_colon = {
   98230             :     ._ascii = {
   98231             :         .ob_base = {
   98232             :             .ob_refcnt = 999999999,
   98233             :             .ob_type = &PyUnicode_Type,
   98234             :         },
   98235             :         .length = 5,
   98236             :         .hash = -1,
   98237             :         .state = {
   98238             :             .kind = 1,
   98239             :             .compact = 1,
   98240             :             .ascii = 1,
   98241             :         },
   98242             :     },
   98243             :     ._data = "colon",
   98244             : };
   98245             : static
   98246             :     struct {
   98247             :         PyASCIIObject _ascii;
   98248             :         uint8_t _data[13];
   98249             :     }
   98250             : const_str_result_drive = {
   98251             :     ._ascii = {
   98252             :         .ob_base = {
   98253             :             .ob_refcnt = 999999999,
   98254             :             .ob_type = &PyUnicode_Type,
   98255             :         },
   98256             :         .length = 12,
   98257             :         .hash = -1,
   98258             :         .state = {
   98259             :             .kind = 1,
   98260             :             .compact = 1,
   98261             :             .ascii = 1,
   98262             :         },
   98263             :     },
   98264             :     ._data = "result_drive",
   98265             : };
   98266             : static
   98267             :     struct {
   98268             :         PyASCIIObject _ascii;
   98269             :         uint8_t _data[12];
   98270             :     }
   98271             : const_str_result_path = {
   98272             :     ._ascii = {
   98273             :         .ob_base = {
   98274             :             .ob_refcnt = 999999999,
   98275             :             .ob_type = &PyUnicode_Type,
   98276             :         },
   98277             :         .length = 11,
   98278             :         .hash = -1,
   98279             :         .state = {
   98280             :             .kind = 1,
   98281             :             .compact = 1,
   98282             :             .ascii = 1,
   98283             :         },
   98284             :     },
   98285             :     ._data = "result_path",
   98286             : };
   98287             : static
   98288             :     struct {
   98289             :         PyASCIIObject _ascii;
   98290             :         uint8_t _data[8];
   98291             :     }
   98292             : const_str_p_drive = {
   98293             :     ._ascii = {
   98294             :         .ob_base = {
   98295             :             .ob_refcnt = 999999999,
   98296             :             .ob_type = &PyUnicode_Type,
   98297             :         },
   98298             :         .length = 7,
   98299             :         .hash = -1,
   98300             :         .state = {
   98301             :             .kind = 1,
   98302             :             .compact = 1,
   98303             :             .ascii = 1,
   98304             :         },
   98305             :     },
   98306             :     ._data = "p_drive",
   98307             : };
   98308             : static
   98309             :     struct {
   98310             :         PyASCIIObject _ascii;
   98311             :         uint8_t _data[7];
   98312             :     }
   98313             : const_str_p_path = {
   98314             :     ._ascii = {
   98315             :         .ob_base = {
   98316             :             .ob_refcnt = 999999999,
   98317             :             .ob_type = &PyUnicode_Type,
   98318             :         },
   98319             :         .length = 6,
   98320             :         .hash = -1,
   98321             :         .state = {
   98322             :             .kind = 1,
   98323             :             .compact = 1,
   98324             :             .ascii = 1,
   98325             :         },
   98326             :     },
   98327             :     ._data = "p_path",
   98328             : };
   98329             : static
   98330             :     struct {
   98331             :         PyGC_Head _gc_head;
   98332             :         struct {
   98333             :             PyObject_VAR_HEAD
   98334             :             PyObject *ob_item[10];
   98335             :         }_object;
   98336             :     }
   98337             : ntpath_toplevel_consts_17_localsplusnames = {
   98338             :     ._object = {
   98339             :         .ob_base = {
   98340             :             .ob_base = {
   98341             :                 .ob_refcnt = 999999999,
   98342             :                 .ob_type = &PyTuple_Type,
   98343             :             },
   98344             :             .ob_size = 10,
   98345             :         },
   98346             :         .ob_item = {
   98347             :             &_Py_ID(path),
   98348             :             & const_str_paths._ascii.ob_base,
   98349             :             & const_str_sep._ascii.ob_base,
   98350             :             & const_str_seps._ascii.ob_base,
   98351             :             & const_str_colon._ascii.ob_base,
   98352             :             & const_str_result_drive._ascii.ob_base,
   98353             :             & const_str_result_path._ascii.ob_base,
   98354             :             & const_str_p._ascii.ob_base,
   98355             :             & const_str_p_drive._ascii.ob_base,
   98356             :             & const_str_p_path._ascii.ob_base,
   98357             :         },
   98358             :     },
   98359             : };
   98360             : static
   98361             :     struct _PyCode_DEF(628)
   98362             : ntpath_toplevel_consts_17 = {
   98363             :     .ob_base = {
   98364             :         .ob_base = {
   98365             :             .ob_refcnt = 999999999,
   98366             :             .ob_type = &PyCode_Type,
   98367             :         },
   98368             :         .ob_size = 314,
   98369             :     },
   98370             :     .co_consts = & ntpath_toplevel_consts_17_consts._object.ob_base.ob_base,
   98371             :     .co_names = & ntpath_toplevel_consts_17_names._object.ob_base.ob_base,
   98372             :     .co_exceptiontable = & ntpath_toplevel_consts_17_exceptiontable.ob_base.ob_base,
   98373             :     .co_flags = 7,
   98374             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   98375             :     ._co_linearray_entry_size = 0,
   98376             :     .co_argcount = 1,
   98377             :     .co_posonlyargcount = 0,
   98378             :     .co_kwonlyargcount = 0,
   98379             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
   98380             :     .co_stacksize = 5,
   98381             :     .co_firstlineno = 103,
   98382             :     .co_nlocalsplus = 10,
   98383             :     .co_nlocals = 10,
   98384             :     .co_nplaincellvars = 0,
   98385             :     .co_ncellvars = 0,
   98386             :     .co_nfreevars = 0,
   98387             :     .co_localsplusnames = & ntpath_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
   98388             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
   98389             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   98390             :     .co_name = &_Py_ID(join),
   98391             :     .co_qualname = &_Py_ID(join),
   98392             :     .co_linetable = & ntpath_toplevel_consts_17_linetable.ob_base.ob_base,
   98393             :     ._co_code = NULL,
   98394             :     ._co_linearray = NULL,
   98395             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x01\x7d\x02\x64\x02\x7d\x03\x64\x03\x7d\x04\x6e\x06\x64\x04\x7d\x02\x64\x05\x7d\x03\x64\x06\x7d\x04\x09\x00\x7c\x01\x73\x08\x7c\x00\x64\x00\x64\x07\x1a\x00\x7c\x02\x7a\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x05\x7d\x06\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x70\x00\x00\x7d\x07\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x08\x7d\x09\x7c\x09\x72\x13\x7c\x09\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x76\x00\x72\x09\x7c\x08\x73\x02\x7c\x05\x73\x02\x7c\x08\x7d\x05\x7c\x09\x7d\x06\x8c\x28\x7c\x08\x72\x31\x7c\x08\x7c\x05\x6b\x03\x00\x00\x00\x00\x72\x2b\x7c\x08\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x05\x7c\x08\x7d\x05\x7c\x09\x7d\x06\x8c\x59\x7c\x08\x7d\x05\x7c\x06\x72\x0f\x7c\x06\x64\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x76\x01\x72\x05\x7c\x06\x7c\x02\x7a\x00\x00\x00\x7d\x06\x7c\x06\x7c\x09\x7a\x00\x00\x00\x7d\x06\x8c\x72\x7c\x06\x72\x1d\x7c\x06\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x76\x01\x72\x13\x7c\x05\x72\x11\x7c\x05\x64\x08\x64\x00\x1a\x00\x7c\x04\x6b\x03\x00\x00\x00\x00\x72\x08\x7c\x05\x7c\x02\x7a\x00\x00\x00\x7c\x06\x7a\x00\x00\x00\x53\x00\x7c\x05\x7c\x06\x7a\x00\x00\x00\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x1a\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x00\x67\x02\x7c\x01\xa2\x01\x52\x00\x8e\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   98396             :     ._co_firsttraceable = 0,
   98397             : };
   98398             : static
   98399             :     struct {
   98400             :         PyASCIIObject _ascii;
   98401             :         uint8_t _data[731];
   98402             :     }
   98403             : ntpath_toplevel_consts_18_consts_0 = {
   98404             :     ._ascii = {
   98405             :         .ob_base = {
   98406             :             .ob_refcnt = 999999999,
   98407             :             .ob_type = &PyUnicode_Type,
   98408             :         },
   98409             :         .length = 730,
   98410             :         .hash = -1,
   98411             :         .state = {
   98412             :             .kind = 1,
   98413             :             .compact = 1,
   98414             :             .ascii = 1,
   98415             :         },
   98416             :     },
   98417             :     ._data = "\x53\x70\x6c\x69\x74\x20\x61\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x69\x6e\x74\x6f\x20\x64\x72\x69\x76\x65\x2f\x55\x4e\x43\x20\x73\x68\x61\x72\x65\x70\x6f\x69\x6e\x74\x20\x61\x6e\x64\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\x68\x20\x73\x70\x65\x63\x69\x66\x69\x65\x72\x73\x2e\x0a\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x61\x20\x32\x2d\x74\x75\x70\x6c\x65\x20\x28\x64\x72\x69\x76\x65\x5f\x6f\x72\x5f\x75\x6e\x63\x2c\x20\x70\x61\x74\x68\x29\x3b\x20\x65\x69\x74\x68\x65\x72\x20\x70\x61\x72\x74\x20\x6d\x61\x79\x20\x62\x65\x20\x65\x6d\x70\x74\x79\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x79\x6f\x75\x20\x61\x73\x73\x69\x67\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x73\x75\x6c\x74\x20\x3d\x20\x73\x70\x6c\x69\x74\x64\x72\x69\x76\x65\x28\x70\x29\x0a\x20\x20\x20\x20\x49\x74\x20\x69\x73\x20\x61\x6c\x77\x61\x79\x73\x20\x74\x72\x75\x65\x20\x74\x68\x61\x74\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x65\x73\x75\x6c\x74\x5b\x30\x5d\x20\x2b\x20\x72\x65\x73\x75\x6c\x74\x5b\x31\x5d\x20\x3d\x3d\x20\x70\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x65\x64\x20\x61\x20\x64\x72\x69\x76\x65\x20\x6c\x65\x74\x74\x65\x72\x2c\x20\x64\x72\x69\x76\x65\x5f\x6f\x72\x5f\x75\x6e\x63\x20\x77\x69\x6c\x6c\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x65\x76\x65\x72\x79\x74\x68\x69\x6e\x67\x0a\x20\x20\x20\x20\x75\x70\x20\x74\x6f\x20\x61\x6e\x64\x20\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x6f\x6c\x6f\x6e\x2e\x20\x20\x65\x2e\x67\x2e\x20\x73\x70\x6c\x69\x74\x64\x72\x69\x76\x65\x28\x22\x63\x3a\x2f\x64\x69\x72\x22\x29\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x28\x22\x63\x3a\x22\x2c\x20\x22\x2f\x64\x69\x72\x22\x29\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x65\x64\x20\x61\x20\x55\x4e\x43\x20\x70\x61\x74\x68\x2c\x20\x74\x68\x65\x20\x64\x72\x69\x76\x65\x5f\x6f\x72\x5f\x75\x6e\x63\x20\x77\x69\x6c\x6c\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x74\x68\x65\x20\x68\x6f\x73\x74\x20\x6e\x61\x6d\x65\x0a\x20\x20\x20\x20\x61\x6e\x64\x20\x73\x68\x61\x72\x65\x20\x75\x70\x20\x74\x6f\x20\x62\x75\x74\x20\x6e\x6f\x74\x20\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x66\x6f\x75\x72\x74\x68\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x73\x65\x70\x61\x72\x61\x74\x6f\x72\x20\x63\x68\x61\x72\x61\x63\x74\x65\x72\x2e\x0a\x20\x20\x20\x20\x65\x2e\x67\x2e\x20\x73\x70\x6c\x69\x74\x64\x72\x69\x76\x65\x28\x22\x2f\x2f\x68\x6f\x73\x74\x2f\x63\x6f\x6d\x70\x75\x74\x65\x72\x2f\x64\x69\x72\x22\x29\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x28\x22\x2f\x2f\x68\x6f\x73\x74\x2f\x63\x6f\x6d\x70\x75\x74\x65\x72\x22\x2c\x20\x22\x2f\x64\x69\x72\x22\x29\x0a\x0a\x20\x20\x20\x20\x50\x61\x74\x68\x73\x20\x63\x61\x6e\x6e\x6f\x74\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x62\x6f\x74\x68\x20\x61\x20\x64\x72\x69\x76\x65\x20\x6c\x65\x74\x74\x65\x72\x20\x61\x6e\x64\x20\x61\x20\x55\x4e\x43\x20\x70\x61\x74\x68\x2e\x0a\x0a\x20\x20\x20\x20",
   98418             : };
   98419             : static
   98420             :     struct {
   98421             :         PyObject_VAR_HEAD
   98422             :         Py_hash_t ob_shash;
   98423             :         char ob_sval[8];
   98424             :     }
   98425             : ntpath_toplevel_consts_18_consts_5 = {
   98426             :     .ob_base = {
   98427             :         .ob_base = {
   98428             :             .ob_refcnt = 999999999,
   98429             :             .ob_type = &PyBytes_Type,
   98430             :         },
   98431             :         .ob_size = 7,
   98432             :     },
   98433             :     .ob_shash = -1,
   98434             :     .ob_sval = "\\\\?\\UNC",
   98435             : };
   98436             : static
   98437             :     struct {
   98438             :         PyASCIIObject _ascii;
   98439             :         uint8_t _data[8];
   98440             :     }
   98441             : ntpath_toplevel_consts_18_consts_9 = {
   98442             :     ._ascii = {
   98443             :         .ob_base = {
   98444             :             .ob_refcnt = 999999999,
   98445             :             .ob_type = &PyUnicode_Type,
   98446             :         },
   98447             :         .length = 7,
   98448             :         .hash = -1,
   98449             :         .state = {
   98450             :             .kind = 1,
   98451             :             .compact = 1,
   98452             :             .ascii = 1,
   98453             :         },
   98454             :     },
   98455             :     ._data = "\\\\?\\UNC",
   98456             : };
   98457             : static
   98458             :     struct {
   98459             :         PyGC_Head _gc_head;
   98460             :         struct {
   98461             :             PyObject_VAR_HEAD
   98462             :             PyObject *ob_item[16];
   98463             :         }_object;
   98464             :     }
   98465             : ntpath_toplevel_consts_18_consts = {
   98466             :     ._object = {
   98467             :         .ob_base = {
   98468             :             .ob_base = {
   98469             :                 .ob_refcnt = 999999999,
   98470             :                 .ob_type = &PyTuple_Type,
   98471             :             },
   98472             :             .ob_size = 16,
   98473             :         },
   98474             :         .ob_item = {
   98475             :             & ntpath_toplevel_consts_18_consts_0._ascii.ob_base,
   98476             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
   98477             :             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
   98478             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
   98479             :             (PyObject *)&_Py_SINGLETON(bytes_characters[58]),
   98480             :             & ntpath_toplevel_consts_18_consts_5.ob_base.ob_base,
   98481             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   98482             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   98483             :             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
   98484             :             & ntpath_toplevel_consts_18_consts_9._ascii.ob_base,
   98485             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   98486             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
   98487             :             Py_None,
   98488             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
   98489             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
   98490             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   98491             :         },
   98492             :     },
   98493             : };
   98494             : static
   98495             :     struct {
   98496             :         PyASCIIObject _ascii;
   98497             :         uint8_t _data[6];
   98498             :     }
   98499             : const_str_upper = {
   98500             :     ._ascii = {
   98501             :         .ob_base = {
   98502             :             .ob_refcnt = 999999999,
   98503             :             .ob_type = &PyUnicode_Type,
   98504             :         },
   98505             :         .length = 5,
   98506             :         .hash = -1,
   98507             :         .state = {
   98508             :             .kind = 1,
   98509             :             .compact = 1,
   98510             :             .ascii = 1,
   98511             :         },
   98512             :     },
   98513             :     ._data = "upper",
   98514             : };
   98515             : static
   98516             :     struct {
   98517             :         PyASCIIObject _ascii;
   98518             :         uint8_t _data[5];
   98519             :     }
   98520             : const_str_find = {
   98521             :     ._ascii = {
   98522             :         .ob_base = {
   98523             :             .ob_refcnt = 999999999,
   98524             :             .ob_type = &PyUnicode_Type,
   98525             :         },
   98526             :         .length = 4,
   98527             :         .hash = -1,
   98528             :         .state = {
   98529             :             .kind = 1,
   98530             :             .compact = 1,
   98531             :             .ascii = 1,
   98532             :         },
   98533             :     },
   98534             :     ._data = "find",
   98535             : };
   98536             : static
   98537             :     struct {
   98538             :         PyGC_Head _gc_head;
   98539             :         struct {
   98540             :             PyObject_VAR_HEAD
   98541             :             PyObject *ob_item[9];
   98542             :         }_object;
   98543             :     }
   98544             : ntpath_toplevel_consts_18_names = {
   98545             :     ._object = {
   98546             :         .ob_base = {
   98547             :             .ob_base = {
   98548             :                 .ob_refcnt = 999999999,
   98549             :                 .ob_type = &PyTuple_Type,
   98550             :             },
   98551             :             .ob_size = 9,
   98552             :         },
   98553             :         .ob_item = {
   98554             :             & const_str_os._ascii.ob_base,
   98555             :             & const_str_fspath._ascii.ob_base,
   98556             :             &_Py_ID(len),
   98557             :             &_Py_ID(isinstance),
   98558             :             & const_str_bytes._ascii.ob_base,
   98559             :             &_Py_ID(replace),
   98560             :             & const_str_upper._ascii.ob_base,
   98561             :             & const_str_rstrip._ascii.ob_base,
   98562             :             & const_str_find._ascii.ob_base,
   98563             :         },
   98564             :     },
   98565             : };
   98566             : static
   98567             :     struct {
   98568             :         PyObject_VAR_HEAD
   98569             :         Py_hash_t ob_shash;
   98570             :         char ob_sval[396];
   98571             :     }
   98572             : ntpath_toplevel_consts_18_linetable = {
   98573             :     .ob_base = {
   98574             :         .ob_base = {
   98575             :             .ob_refcnt = 999999999,
   98576             :             .ob_type = &PyBytes_Type,
   98577             :         },
   98578             :         .ob_size = 395,
   98579             :     },
   98580             :     .ob_shash = -1,
   98581             :     .ob_sval = "\x80\x00\xf5\x26\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x07\x0a\x88\x31\x84\x76\x90\x11\x82\x7b\xf0\x00\x21\x05\x20\xdd\x0b\x15\x90\x61\x9d\x15\xd4\x0b\x1f\xf0\x00\x09\x09\x26\xd8\x12\x17\x88\x43\xd8\x15\x19\x88\x46\xd8\x14\x18\x88\x45\xd8\x19\x26\x88\x4a\x88\x4a\xe0\x12\x16\x88\x43\xd8\x15\x18\x88\x46\xd8\x14\x17\x88\x45\xd8\x19\x25\x88\x4a\xd8\x10\x11\x97\x09\x91\x09\x98\x26\xa0\x23\xd4\x10\x26\x88\x05\xd8\x0c\x11\x90\x21\x90\x41\x88\x4a\x98\x23\x98\x61\x99\x25\xd2\x0c\x1f\xf0\x00\x13\x09\x2a\xa0\x65\xa8\x41\xa8\x61\xa0\x6a\xb0\x43\xd2\x26\x37\xf0\x00\x13\x09\x2a\xf0\x0a\x00\x10\x15\x88\x79\x90\x61\x88\x79\x8f\x7f\x89\x7f\xd4\x0f\x20\xd7\x0f\x27\xd1\x0f\x27\xa8\x03\xd4\x0f\x2c\xb0\x0a\xd2\x0f\x3a\xf0\x00\x03\x0d\x1a\xd8\x18\x19\x90\x05\x90\x05\xe0\x18\x19\x90\x05\xd8\x14\x19\x97\x4a\x91\x4a\x98\x73\xa0\x45\xd4\x14\x2a\x88\x45\xd8\x0f\x14\x98\x02\x8a\x7b\xf0\x00\x01\x0d\x20\xd8\x17\x18\x90\x75\x98\x21\x90\x75\x98\x61\x90\x78\x90\x0f\xd8\x15\x1a\x97\x5a\x91\x5a\xa0\x03\xa0\x55\xa8\x51\xa1\x59\xd4\x15\x2f\x88\x46\xf0\x06\x00\x10\x16\x98\x15\xa0\x11\x99\x19\xd2\x0f\x22\xf0\x00\x01\x0d\x20\xd8\x17\x18\x90\x75\x98\x21\x90\x75\x98\x61\x90\x78\x90\x0f\xd8\x0f\x15\x98\x12\x8a\x7c\xf0\x00\x01\x0d\x20\xdd\x19\x1c\x98\x51\x9c\x16\x90\x06\xd8\x13\x14\x90\x3a\x90\x66\x90\x3a\x98\x71\xa0\x16\x98\x7a\x98\x7a\xd0\x13\x29\xd0\x0c\x29\xd8\x0b\x10\x90\x11\x90\x31\x88\x3a\x98\x15\xd2\x0b\x1e\xf0\x00\x01\x09\x20\xd8\x13\x14\x90\x35\x90\x61\x90\x35\x98\x21\x98\x41\x98\x25\x98\x25\x90\x3c\xd0\x0c\x1f\xd8\x0b\x0c\x88\x35\x88\x61\x88\x35\x90\x21\x88\x38\x80\x4f",
   98582             : };
   98583             : static
   98584             :     struct {
   98585             :         PyASCIIObject _ascii;
   98586             :         uint8_t _data[11];
   98587             :     }
   98588             : const_str_unc_prefix = {
   98589             :     ._ascii = {
   98590             :         .ob_base = {
   98591             :             .ob_refcnt = 999999999,
   98592             :             .ob_type = &PyUnicode_Type,
   98593             :         },
   98594             :         .length = 10,
   98595             :         .hash = -1,
   98596             :         .state = {
   98597             :             .kind = 1,
   98598             :             .compact = 1,
   98599             :             .ascii = 1,
   98600             :         },
   98601             :     },
   98602             :     ._data = "unc_prefix",
   98603             : };
   98604             : static
   98605             :     struct {
   98606             :         PyASCIIObject _ascii;
   98607             :         uint8_t _data[6];
   98608             :     }
   98609             : const_str_normp = {
   98610             :     ._ascii = {
   98611             :         .ob_base = {
   98612             :             .ob_refcnt = 999999999,
   98613             :             .ob_type = &PyUnicode_Type,
   98614             :         },
   98615             :         .length = 5,
   98616             :         .hash = -1,
   98617             :         .state = {
   98618             :             .kind = 1,
   98619             :             .compact = 1,
   98620             :             .ascii = 1,
   98621             :         },
   98622             :     },
   98623             :     ._data = "normp",
   98624             : };
   98625             : static
   98626             :     struct {
   98627             :         PyASCIIObject _ascii;
   98628             :         uint8_t _data[7];
   98629             :     }
   98630             : const_str_index2 = {
   98631             :     ._ascii = {
   98632             :         .ob_base = {
   98633             :             .ob_refcnt = 999999999,
   98634             :             .ob_type = &PyUnicode_Type,
   98635             :         },
   98636             :         .length = 6,
   98637             :         .hash = -1,
   98638             :         .state = {
   98639             :             .kind = 1,
   98640             :             .compact = 1,
   98641             :             .ascii = 1,
   98642             :         },
   98643             :     },
   98644             :     ._data = "index2",
   98645             : };
   98646             : static
   98647             :     struct {
   98648             :         PyGC_Head _gc_head;
   98649             :         struct {
   98650             :             PyObject_VAR_HEAD
   98651             :             PyObject *ob_item[9];
   98652             :         }_object;
   98653             :     }
   98654             : ntpath_toplevel_consts_18_localsplusnames = {
   98655             :     ._object = {
   98656             :         .ob_base = {
   98657             :             .ob_base = {
   98658             :                 .ob_refcnt = 999999999,
   98659             :                 .ob_type = &PyTuple_Type,
   98660             :             },
   98661             :             .ob_size = 9,
   98662             :         },
   98663             :         .ob_item = {
   98664             :             & const_str_p._ascii.ob_base,
   98665             :             & const_str_sep._ascii.ob_base,
   98666             :             & const_str_altsep._ascii.ob_base,
   98667             :             & const_str_colon._ascii.ob_base,
   98668             :             & const_str_unc_prefix._ascii.ob_base,
   98669             :             & const_str_normp._ascii.ob_base,
   98670             :             & const_str_start._ascii.ob_base,
   98671             :             & const_str_index._ascii.ob_base,
   98672             :             & const_str_index2._ascii.ob_base,
   98673             :         },
   98674             :     },
   98675             : };
   98676             : static
   98677             :     struct _PyCode_DEF(574)
   98678             : ntpath_toplevel_consts_18 = {
   98679             :     .ob_base = {
   98680             :         .ob_base = {
   98681             :             .ob_refcnt = 999999999,
   98682             :             .ob_type = &PyCode_Type,
   98683             :         },
   98684             :         .ob_size = 287,
   98685             :     },
   98686             :     .co_consts = & ntpath_toplevel_consts_18_consts._object.ob_base.ob_base,
   98687             :     .co_names = & ntpath_toplevel_consts_18_names._object.ob_base.ob_base,
   98688             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   98689             :     .co_flags = 3,
   98690             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   98691             :     ._co_linearray_entry_size = 0,
   98692             :     .co_argcount = 1,
   98693             :     .co_posonlyargcount = 0,
   98694             :     .co_kwonlyargcount = 0,
   98695             :     .co_framesize = 14 + FRAME_SPECIALS_SIZE,
   98696             :     .co_stacksize = 5,
   98697             :     .co_firstlineno = 150,
   98698             :     .co_nlocalsplus = 9,
   98699             :     .co_nlocals = 9,
   98700             :     .co_nplaincellvars = 0,
   98701             :     .co_ncellvars = 0,
   98702             :     .co_nfreevars = 0,
   98703             :     .co_localsplusnames = & ntpath_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
   98704             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
   98705             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   98706             :     .co_name = & const_str_splitdrive._ascii.ob_base,
   98707             :     .co_qualname = & const_str_splitdrive._ascii.ob_base,
   98708             :     .co_linetable = & ntpath_toplevel_consts_18_linetable.ob_base.ob_base,
   98709             :     ._co_code = NULL,
   98710             :     ._co_linearray = NULL,
   98711             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x05\x00\x00\x00\x00\x72\xef\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x09\x64\x02\x7d\x01\x64\x03\x7d\x02\x64\x04\x7d\x03\x64\x05\x7d\x04\x6e\x08\x64\x06\x7d\x01\x64\x07\x7d\x02\x64\x08\x7d\x03\x64\x09\x7d\x04\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x64\x0a\x64\x01\x1a\x00\x7c\x01\x64\x01\x7a\x05\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x99\x7c\x05\x64\x01\x64\x0b\x1a\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x90\x7c\x05\x64\x0c\x64\x0d\x1a\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x03\x64\x0d\x7d\x06\x6e\x02\x64\x01\x7d\x06\x7c\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x64\x0e\x6b\x02\x00\x00\x00\x00\x72\x07\x7c\x00\x64\x0c\x64\x0a\x1a\x00\x7c\x00\x66\x02\x53\x00\x7c\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x07\x64\x0f\x7a\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x7c\x07\x64\x0f\x7a\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x07\x7c\x00\x64\x0c\x64\x0a\x1a\x00\x7c\x00\x66\x02\x53\x00\x7c\x08\x64\x0e\x6b\x02\x00\x00\x00\x00\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x64\x0c\x7c\x08\x1a\x00\x7c\x00\x7c\x08\x64\x0c\x1a\x00\x66\x02\x53\x00\x7c\x05\x64\x0f\x64\x01\x1a\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x0a\x7c\x00\x64\x0c\x64\x01\x1a\x00\x7c\x00\x64\x01\x64\x0c\x1a\x00\x66\x02\x53\x00\x7c\x00\x64\x0c\x64\x0a\x1a\x00\x7c\x00\x66\x02\x53\x00",
   98712             :     ._co_firsttraceable = 0,
   98713             : };
   98714             : static
   98715             :     struct {
   98716             :         PyASCIIObject _ascii;
   98717             :         uint8_t _data[127];
   98718             :     }
   98719             : ntpath_toplevel_consts_19_consts_0 = {
   98720             :     ._ascii = {
   98721             :         .ob_base = {
   98722             :             .ob_refcnt = 999999999,
   98723             :             .ob_type = &PyUnicode_Type,
   98724             :         },
   98725             :         .length = 126,
   98726             :         .hash = -1,
   98727             :         .state = {
   98728             :             .kind = 1,
   98729             :             .compact = 1,
   98730             :             .ascii = 1,
   98731             :         },
   98732             :     },
   98733             :     ._data = "\x53\x70\x6c\x69\x74\x20\x61\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x52\x65\x74\x75\x72\x6e\x20\x74\x75\x70\x6c\x65\x20\x28\x68\x65\x61\x64\x2c\x20\x74\x61\x69\x6c\x29\x20\x77\x68\x65\x72\x65\x20\x74\x61\x69\x6c\x20\x69\x73\x20\x65\x76\x65\x72\x79\x74\x68\x69\x6e\x67\x20\x61\x66\x74\x65\x72\x20\x74\x68\x65\x20\x66\x69\x6e\x61\x6c\x20\x73\x6c\x61\x73\x68\x2e\x0a\x20\x20\x20\x20\x45\x69\x74\x68\x65\x72\x20\x70\x61\x72\x74\x20\x6d\x61\x79\x20\x62\x65\x20\x65\x6d\x70\x74\x79\x2e",
   98734             : };
   98735             : static
   98736             :     struct {
   98737             :         PyGC_Head _gc_head;
   98738             :         struct {
   98739             :             PyObject_VAR_HEAD
   98740             :             PyObject *ob_item[3];
   98741             :         }_object;
   98742             :     }
   98743             : ntpath_toplevel_consts_19_consts = {
   98744             :     ._object = {
   98745             :         .ob_base = {
   98746             :             .ob_base = {
   98747             :                 .ob_refcnt = 999999999,
   98748             :                 .ob_type = &PyTuple_Type,
   98749             :             },
   98750             :             .ob_size = 3,
   98751             :         },
   98752             :         .ob_item = {
   98753             :             & ntpath_toplevel_consts_19_consts_0._ascii.ob_base,
   98754             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   98755             :             Py_None,
   98756             :         },
   98757             :     },
   98758             : };
   98759             : static
   98760             :     struct {
   98761             :         PyGC_Head _gc_head;
   98762             :         struct {
   98763             :             PyObject_VAR_HEAD
   98764             :             PyObject *ob_item[6];
   98765             :         }_object;
   98766             :     }
   98767             : ntpath_toplevel_consts_19_names = {
   98768             :     ._object = {
   98769             :         .ob_base = {
   98770             :             .ob_base = {
   98771             :                 .ob_refcnt = 999999999,
   98772             :                 .ob_type = &PyTuple_Type,
   98773             :             },
   98774             :             .ob_size = 6,
   98775             :         },
   98776             :         .ob_item = {
   98777             :             & const_str_os._ascii.ob_base,
   98778             :             & const_str_fspath._ascii.ob_base,
   98779             :             & const_str__get_bothseps._ascii.ob_base,
   98780             :             & const_str_splitdrive._ascii.ob_base,
   98781             :             &_Py_ID(len),
   98782             :             & const_str_rstrip._ascii.ob_base,
   98783             :         },
   98784             :     },
   98785             : };
   98786             : static
   98787             :     struct {
   98788             :         PyObject_VAR_HEAD
   98789             :         Py_hash_t ob_shash;
   98790             :         char ob_sval[171];
   98791             :     }
   98792             : ntpath_toplevel_consts_19_linetable = {
   98793             :     .ob_base = {
   98794             :         .ob_base = {
   98795             :             .ob_refcnt = 999999999,
   98796             :             .ob_type = &PyBytes_Type,
   98797             :         },
   98798             :         .ob_size = 170,
   98799             :     },
   98800             :     .ob_shash = -1,
   98801             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0b\x18\x98\x11\xd4\x0b\x1b\x80\x44\xdd\x0b\x15\x90\x61\x8c\x3d\x81\x44\x80\x41\x80\x71\xe5\x08\x0b\x88\x41\x8c\x06\x80\x41\xd8\x0a\x0b\xf0\x00\x01\x05\x0f\x90\x01\x90\x21\x90\x41\x91\x23\x94\x06\x98\x64\xd0\x10\x22\xf0\x00\x01\x05\x0f\xd8\x08\x09\x88\x51\x89\x06\x88\x01\xf0\x03\x00\x0b\x0c\xf0\x00\x01\x05\x0f\x90\x01\x90\x21\x90\x41\x91\x23\x94\x06\x98\x64\xd0\x10\x22\xf0\x00\x01\x05\x0f\xe0\x11\x12\x90\x15\x90\x41\x90\x15\x98\x01\x98\x21\x98\x05\x98\x05\x88\x24\x80\x44\xe0\x0b\x0f\x8f\x3b\x89\x3b\x90\x74\xd4\x0b\x1c\xd0\x0b\x24\xa0\x04\x80\x44\xd8\x0b\x0c\x88\x74\x89\x38\x90\x54\x88\x3e\xd0\x04\x19",
   98802             : };
   98803             : static
   98804             :     struct {
   98805             :         PyGC_Head _gc_head;
   98806             :         struct {
   98807             :             PyObject_VAR_HEAD
   98808             :             PyObject *ob_item[6];
   98809             :         }_object;
   98810             :     }
   98811             : ntpath_toplevel_consts_19_localsplusnames = {
   98812             :     ._object = {
   98813             :         .ob_base = {
   98814             :             .ob_base = {
   98815             :                 .ob_refcnt = 999999999,
   98816             :                 .ob_type = &PyTuple_Type,
   98817             :             },
   98818             :             .ob_size = 6,
   98819             :         },
   98820             :         .ob_item = {
   98821             :             & const_str_p._ascii.ob_base,
   98822             :             & const_str_seps._ascii.ob_base,
   98823             :             & const_str_d._ascii.ob_base,
   98824             :             & const_str_i._ascii.ob_base,
   98825             :             & const_str_head._ascii.ob_base,
   98826             :             & const_str_tail._ascii.ob_base,
   98827             :         },
   98828             :     },
   98829             : };
   98830             : static
   98831             :     struct _PyCode_DEF(276)
   98832             : ntpath_toplevel_consts_19 = {
   98833             :     .ob_base = {
   98834             :         .ob_base = {
   98835             :             .ob_refcnt = 999999999,
   98836             :             .ob_type = &PyCode_Type,
   98837             :         },
   98838             :         .ob_size = 138,
   98839             :     },
   98840             :     .co_consts = & ntpath_toplevel_consts_19_consts._object.ob_base.ob_base,
   98841             :     .co_names = & ntpath_toplevel_consts_19_names._object.ob_base.ob_base,
   98842             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   98843             :     .co_flags = 3,
   98844             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   98845             :     ._co_linearray_entry_size = 0,
   98846             :     .co_argcount = 1,
   98847             :     .co_posonlyargcount = 0,
   98848             :     .co_kwonlyargcount = 0,
   98849             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
   98850             :     .co_stacksize = 4,
   98851             :     .co_firstlineno = 212,
   98852             :     .co_nlocalsplus = 6,
   98853             :     .co_nlocals = 6,
   98854             :     .co_nplaincellvars = 0,
   98855             :     .co_ncellvars = 0,
   98856             :     .co_nfreevars = 0,
   98857             :     .co_localsplusnames = & ntpath_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
   98858             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   98859             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   98860             :     .co_name = & const_str_split._ascii.ob_base,
   98861             :     .co_qualname = & const_str_split._ascii.ob_base,
   98862             :     .co_linetable = & ntpath_toplevel_consts_19_linetable.ob_base.ob_base,
   98863             :     ._co_code = NULL,
   98864             :     ._co_linearray = NULL,
   98865             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x72\x21\x7c\x00\x7c\x03\x64\x01\x7a\x0a\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x01\x72\x14\x7c\x03\x64\x01\x7a\x17\x00\x00\x7d\x03\x7c\x03\x72\x0d\x7c\x00\x7c\x03\x64\x01\x7a\x0a\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x01\xb0\x14\x7c\x00\x64\x02\x7c\x03\x1a\x00\x7c\x00\x7c\x03\x64\x02\x1a\x00\x7d\x05\x7d\x04\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x7c\x04\x7d\x04\x7c\x02\x7c\x04\x7a\x00\x00\x00\x7c\x05\x66\x02\x53\x00",
   98866             :     ._co_firsttraceable = 0,
   98867             : };
   98868             : static
   98869             :     struct {
   98870             :         PyGC_Head _gc_head;
   98871             :         struct {
   98872             :             PyObject_VAR_HEAD
   98873             :             PyObject *ob_item[7];
   98874             :         }_object;
   98875             :     }
   98876             : ntpath_toplevel_consts_20_consts = {
   98877             :     ._object = {
   98878             :         .ob_base = {
   98879             :             .ob_base = {
   98880             :                 .ob_refcnt = 999999999,
   98881             :                 .ob_type = &PyTuple_Type,
   98882             :             },
   98883             :             .ob_size = 7,
   98884             :         },
   98885             :         .ob_item = {
   98886             :             Py_None,
   98887             :             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
   98888             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
   98889             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
   98890             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
   98891             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
   98892             :             &_Py_STR(dot),
   98893             :         },
   98894             :     },
   98895             : };
   98896             : static
   98897             :     struct {
   98898             :         PyGC_Head _gc_head;
   98899             :         struct {
   98900             :             PyObject_VAR_HEAD
   98901             :             PyObject *ob_item[6];
   98902             :         }_object;
   98903             :     }
   98904             : ntpath_toplevel_consts_20_names = {
   98905             :     ._object = {
   98906             :         .ob_base = {
   98907             :             .ob_base = {
   98908             :                 .ob_refcnt = 999999999,
   98909             :                 .ob_type = &PyTuple_Type,
   98910             :             },
   98911             :             .ob_size = 6,
   98912             :         },
   98913             :         .ob_item = {
   98914             :             & const_str_os._ascii.ob_base,
   98915             :             & const_str_fspath._ascii.ob_base,
   98916             :             &_Py_ID(isinstance),
   98917             :             & const_str_bytes._ascii.ob_base,
   98918             :             & const_str_genericpath._ascii.ob_base,
   98919             :             & const_str__splitext._ascii.ob_base,
   98920             :         },
   98921             :     },
   98922             : };
   98923             : static
   98924             :     struct {
   98925             :         PyObject_VAR_HEAD
   98926             :         Py_hash_t ob_shash;
   98927             :         char ob_sval[77];
   98928             :     }
   98929             : ntpath_toplevel_consts_20_linetable = {
   98930             :     .ob_base = {
   98931             :         .ob_base = {
   98932             :             .ob_refcnt = 999999999,
   98933             :             .ob_type = &PyBytes_Type,
   98934             :         },
   98935             :         .ob_size = 76,
   98936             :     },
   98937             :     .ob_shash = -1,
   98938             :     .ob_sval = "\x80\x00\xdd\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x07\x11\x90\x21\x95\x55\xd4\x07\x1b\xf0\x00\x03\x05\x38\xdd\x0f\x24\xd7\x0f\x24\xd1\x0f\x24\xa0\x51\xa8\x05\xa8\x74\xb0\x54\xd4\x0f\x3a\xd0\x08\x3a\xe5\x0f\x24\xd7\x0f\x24\xd1\x0f\x24\xa0\x51\xa8\x04\xa8\x63\xb0\x33\xd4\x0f\x37\xd0\x08\x37",
   98939             : };
   98940             : static
   98941             :     struct {
   98942             :         PyGC_Head _gc_head;
   98943             :         struct {
   98944             :             PyObject_VAR_HEAD
   98945             :             PyObject *ob_item[1];
   98946             :         }_object;
   98947             :     }
   98948             : ntpath_toplevel_consts_20_localsplusnames = {
   98949             :     ._object = {
   98950             :         .ob_base = {
   98951             :             .ob_base = {
   98952             :                 .ob_refcnt = 999999999,
   98953             :                 .ob_type = &PyTuple_Type,
   98954             :             },
   98955             :             .ob_size = 1,
   98956             :         },
   98957             :         .ob_item = {
   98958             :             & const_str_p._ascii.ob_base,
   98959             :         },
   98960             :     },
   98961             : };
   98962             : static
   98963             :     struct _PyCode_DEF(190)
   98964             : ntpath_toplevel_consts_20 = {
   98965             :     .ob_base = {
   98966             :         .ob_base = {
   98967             :             .ob_refcnt = 999999999,
   98968             :             .ob_type = &PyCode_Type,
   98969             :         },
   98970             :         .ob_size = 95,
   98971             :     },
   98972             :     .co_consts = & ntpath_toplevel_consts_20_consts._object.ob_base.ob_base,
   98973             :     .co_names = & ntpath_toplevel_consts_20_names._object.ob_base.ob_base,
   98974             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   98975             :     .co_flags = 3,
   98976             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   98977             :     ._co_linearray_entry_size = 0,
   98978             :     .co_argcount = 1,
   98979             :     .co_posonlyargcount = 0,
   98980             :     .co_kwonlyargcount = 0,
   98981             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   98982             :     .co_stacksize = 6,
   98983             :     .co_firstlineno = 235,
   98984             :     .co_nlocalsplus = 1,
   98985             :     .co_nlocals = 1,
   98986             :     .co_nplaincellvars = 0,
   98987             :     .co_ncellvars = 0,
   98988             :     .co_nfreevars = 0,
   98989             :     .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
   98990             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   98991             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   98992             :     .co_name = & const_str_splitext._ascii.ob_base,
   98993             :     .co_qualname = & const_str_splitext._ascii.ob_base,
   98994             :     .co_linetable = & ntpath_toplevel_consts_20_linetable.ob_base.ob_base,
   98995             :     ._co_code = NULL,
   98996             :     ._co_linearray = NULL,
   98997             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\x64\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x04\x64\x05\x64\x06\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   98998             :     ._co_firsttraceable = 0,
   98999             : };
   99000             : static
   99001             :     struct {
   99002             :         PyASCIIObject _ascii;
   99003             :         uint8_t _data[42];
   99004             :     }
   99005             : ntpath_toplevel_consts_21_consts_0 = {
   99006             :     ._ascii = {
   99007             :         .ob_base = {
   99008             :             .ob_refcnt = 999999999,
   99009             :             .ob_type = &PyUnicode_Type,
   99010             :         },
   99011             :         .length = 41,
   99012             :         .hash = -1,
   99013             :         .state = {
   99014             :             .kind = 1,
   99015             :             .compact = 1,
   99016             :             .ascii = 1,
   99017             :         },
   99018             :     },
   99019             :     ._data = "Returns the final component of a pathname",
   99020             : };
   99021             : static
   99022             :     struct {
   99023             :         PyGC_Head _gc_head;
   99024             :         struct {
   99025             :             PyObject_VAR_HEAD
   99026             :             PyObject *ob_item[2];
   99027             :         }_object;
   99028             :     }
   99029             : ntpath_toplevel_consts_21_consts = {
   99030             :     ._object = {
   99031             :         .ob_base = {
   99032             :             .ob_base = {
   99033             :                 .ob_refcnt = 999999999,
   99034             :                 .ob_type = &PyTuple_Type,
   99035             :             },
   99036             :             .ob_size = 2,
   99037             :         },
   99038             :         .ob_item = {
   99039             :             & ntpath_toplevel_consts_21_consts_0._ascii.ob_base,
   99040             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   99041             :         },
   99042             :     },
   99043             : };
   99044             : static
   99045             :     struct {
   99046             :         PyGC_Head _gc_head;
   99047             :         struct {
   99048             :             PyObject_VAR_HEAD
   99049             :             PyObject *ob_item[1];
   99050             :         }_object;
   99051             :     }
   99052             : ntpath_toplevel_consts_21_names = {
   99053             :     ._object = {
   99054             :         .ob_base = {
   99055             :             .ob_base = {
   99056             :                 .ob_refcnt = 999999999,
   99057             :                 .ob_type = &PyTuple_Type,
   99058             :             },
   99059             :             .ob_size = 1,
   99060             :         },
   99061             :         .ob_item = {
   99062             :             & const_str_split._ascii.ob_base,
   99063             :         },
   99064             :     },
   99065             : };
   99066             : static
   99067             :     struct {
   99068             :         PyObject_VAR_HEAD
   99069             :         Py_hash_t ob_shash;
   99070             :         char ob_sval[17];
   99071             :     }
   99072             : ntpath_toplevel_consts_21_linetable = {
   99073             :     .ob_base = {
   99074             :         .ob_base = {
   99075             :             .ob_refcnt = 999999999,
   99076             :             .ob_type = &PyBytes_Type,
   99077             :         },
   99078             :         .ob_size = 16,
   99079             :     },
   99080             :     .ob_shash = -1,
   99081             :     .ob_sval = "\x80\x00\xe5\x0b\x10\x90\x11\x8c\x38\x90\x41\x8c\x3b\xd0\x04\x16",
   99082             : };
   99083             : static
   99084             :     struct _PyCode_DEF(40)
   99085             : ntpath_toplevel_consts_21 = {
   99086             :     .ob_base = {
   99087             :         .ob_base = {
   99088             :             .ob_refcnt = 999999999,
   99089             :             .ob_type = &PyCode_Type,
   99090             :         },
   99091             :         .ob_size = 20,
   99092             :     },
   99093             :     .co_consts = & ntpath_toplevel_consts_21_consts._object.ob_base.ob_base,
   99094             :     .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
   99095             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   99096             :     .co_flags = 3,
   99097             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   99098             :     ._co_linearray_entry_size = 0,
   99099             :     .co_argcount = 1,
   99100             :     .co_posonlyargcount = 0,
   99101             :     .co_kwonlyargcount = 0,
   99102             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   99103             :     .co_stacksize = 3,
   99104             :     .co_firstlineno = 246,
   99105             :     .co_nlocalsplus = 1,
   99106             :     .co_nlocals = 1,
   99107             :     .co_nplaincellvars = 0,
   99108             :     .co_ncellvars = 0,
   99109             :     .co_nfreevars = 0,
   99110             :     .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
   99111             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   99112             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   99113             :     .co_name = & const_str_basename._ascii.ob_base,
   99114             :     .co_qualname = & const_str_basename._ascii.ob_base,
   99115             :     .co_linetable = & ntpath_toplevel_consts_21_linetable.ob_base.ob_base,
   99116             :     ._co_code = NULL,
   99117             :     ._co_linearray = NULL,
   99118             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   99119             :     ._co_firsttraceable = 0,
   99120             : };
   99121             : static
   99122             :     struct {
   99123             :         PyASCIIObject _ascii;
   99124             :         uint8_t _data[46];
   99125             :     }
   99126             : ntpath_toplevel_consts_22_consts_0 = {
   99127             :     ._ascii = {
   99128             :         .ob_base = {
   99129             :             .ob_refcnt = 999999999,
   99130             :             .ob_type = &PyUnicode_Type,
   99131             :         },
   99132             :         .length = 45,
   99133             :         .hash = -1,
   99134             :         .state = {
   99135             :             .kind = 1,
   99136             :             .compact = 1,
   99137             :             .ascii = 1,
   99138             :         },
   99139             :     },
   99140             :     ._data = "Returns the directory component of a pathname",
   99141             : };
   99142             : static
   99143             :     struct {
   99144             :         PyGC_Head _gc_head;
   99145             :         struct {
   99146             :             PyObject_VAR_HEAD
   99147             :             PyObject *ob_item[2];
   99148             :         }_object;
   99149             :     }
   99150             : ntpath_toplevel_consts_22_consts = {
   99151             :     ._object = {
   99152             :         .ob_base = {
   99153             :             .ob_base = {
   99154             :                 .ob_refcnt = 999999999,
   99155             :                 .ob_type = &PyTuple_Type,
   99156             :             },
   99157             :             .ob_size = 2,
   99158             :         },
   99159             :         .ob_item = {
   99160             :             & ntpath_toplevel_consts_22_consts_0._ascii.ob_base,
   99161             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   99162             :         },
   99163             :     },
   99164             : };
   99165             : static
   99166             :     struct _PyCode_DEF(40)
   99167             : ntpath_toplevel_consts_22 = {
   99168             :     .ob_base = {
   99169             :         .ob_base = {
   99170             :             .ob_refcnt = 999999999,
   99171             :             .ob_type = &PyCode_Type,
   99172             :         },
   99173             :         .ob_size = 20,
   99174             :     },
   99175             :     .co_consts = & ntpath_toplevel_consts_22_consts._object.ob_base.ob_base,
   99176             :     .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
   99177             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   99178             :     .co_flags = 3,
   99179             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   99180             :     ._co_linearray_entry_size = 0,
   99181             :     .co_argcount = 1,
   99182             :     .co_posonlyargcount = 0,
   99183             :     .co_kwonlyargcount = 0,
   99184             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
   99185             :     .co_stacksize = 3,
   99186             :     .co_firstlineno = 253,
   99187             :     .co_nlocalsplus = 1,
   99188             :     .co_nlocals = 1,
   99189             :     .co_nplaincellvars = 0,
   99190             :     .co_ncellvars = 0,
   99191             :     .co_nfreevars = 0,
   99192             :     .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
   99193             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
   99194             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   99195             :     .co_name = & const_str_dirname._ascii.ob_base,
   99196             :     .co_qualname = & const_str_dirname._ascii.ob_base,
   99197             :     .co_linetable = & ntpath_toplevel_consts_21_linetable.ob_base.ob_base,
   99198             :     ._co_code = NULL,
   99199             :     ._co_linearray = NULL,
   99200             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
   99201             :     ._co_firsttraceable = 0,
   99202             : };
   99203             : static
   99204             :     struct {
   99205             :         PyASCIIObject _ascii;
   99206             :         uint8_t _data[105];
   99207             :     }
   99208             : ntpath_toplevel_consts_23_consts_0 = {
   99209             :     ._ascii = {
   99210             :         .ob_base = {
   99211             :             .ob_refcnt = 999999999,
   99212             :             .ob_type = &PyUnicode_Type,
   99213             :         },
   99214             :         .length = 104,
   99215             :         .hash = -1,
   99216             :         .state = {
   99217             :             .kind = 1,
   99218             :             .compact = 1,
   99219             :             .ascii = 1,
   99220             :         },
   99221             :     },
   99222             :     ._data = "\x54\x65\x73\x74\x20\x77\x68\x65\x74\x68\x65\x72\x20\x61\x20\x70\x61\x74\x68\x20\x69\x73\x20\x61\x20\x73\x79\x6d\x62\x6f\x6c\x69\x63\x20\x6c\x69\x6e\x6b\x2e\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x77\x69\x6c\x6c\x20\x61\x6c\x77\x61\x79\x73\x20\x72\x65\x74\x75\x72\x6e\x20\x66\x61\x6c\x73\x65\x20\x66\x6f\x72\x20\x57\x69\x6e\x64\x6f\x77\x73\x20\x70\x72\x69\x6f\x72\x20\x74\x6f\x20\x36\x2e\x30\x2e\x0a\x20\x20\x20\x20",
   99223             : };
   99224             : static
   99225             :     struct {
   99226             :         PyGC_Head _gc_head;
   99227             :         struct {
   99228             :             PyObject_VAR_HEAD
   99229             :             PyObject *ob_item[2];
   99230             :         }_object;
   99231             :     }
   99232             : ntpath_toplevel_consts_23_consts = {
   99233             :     ._object = {
   99234             :         .ob_base = {
   99235             :             .ob_base = {
   99236             :                 .ob_refcnt = 999999999,
   99237             :                 .ob_type = &PyTuple_Type,
   99238             :             },
   99239             :             .ob_size = 2,
   99240             :         },
   99241             :         .ob_item = {
   99242             :             & ntpath_toplevel_consts_23_consts_0._ascii.ob_base,
   99243             :             Py_False,
   99244             :         },
   99245             :     },
   99246             : };
   99247             : static
   99248             :     struct {
   99249             :         PyASCIIObject _ascii;
   99250             :         uint8_t _data[6];
   99251             :     }
   99252             : const_str_lstat = {
   99253             :     ._ascii = {
   99254             :         .ob_base = {
   99255             :             .ob_refcnt = 999999999,
   99256             :             .ob_type = &PyUnicode_Type,
   99257             :         },
   99258             :         .length = 5,
   99259             :         .hash = -1,
   99260             :         .state = {
   99261             :             .kind = 1,
   99262             :             .compact = 1,
   99263             :             .ascii = 1,
   99264             :         },
   99265             :     },
   99266             :     ._data = "lstat",
   99267             : };
   99268             : static
   99269             :     struct {
   99270             :         PyASCIIObject _ascii;
   99271             :         uint8_t _data[8];
   99272             :     }
   99273             : const_str_S_ISLNK = {
   99274             :     ._ascii = {
   99275             :         .ob_base = {
   99276             :             .ob_refcnt = 999999999,
   99277             :             .ob_type = &PyUnicode_Type,
   99278             :         },
   99279             :         .length = 7,
   99280             :         .hash = -1,
   99281             :         .state = {
   99282             :             .kind = 1,
   99283             :             .compact = 1,
   99284             :             .ascii = 1,
   99285             :         },
   99286             :     },
   99287             :     ._data = "S_ISLNK",
   99288             : };
   99289             : static
   99290             :     struct {
   99291             :         PyGC_Head _gc_head;
   99292             :         struct {
   99293             :             PyObject_VAR_HEAD
   99294             :             PyObject *ob_item[8];
   99295             :         }_object;
   99296             :     }
   99297             : ntpath_toplevel_consts_23_names = {
   99298             :     ._object = {
   99299             :         .ob_base = {
   99300             :             .ob_base = {
   99301             :                 .ob_refcnt = 999999999,
   99302             :                 .ob_type = &PyTuple_Type,
   99303             :             },
   99304             :             .ob_size = 8,
   99305             :         },
   99306             :         .ob_item = {
   99307             :             & const_str_os._ascii.ob_base,
   99308             :             & const_str_lstat._ascii.ob_base,
   99309             :             & const_str_OSError._ascii.ob_base,
   99310             :             & const_str_ValueError._ascii.ob_base,
   99311             :             & const_str_AttributeError._ascii.ob_base,
   99312             :             & const_str_stat._ascii.ob_base,
   99313             :             & const_str_S_ISLNK._ascii.ob_base,
   99314             :             & const_str_st_mode._ascii.ob_base,
   99315             :         },
   99316             :     },
   99317             : };
   99318             : static
   99319             :     struct {
   99320             :         PyObject_VAR_HEAD
   99321             :         Py_hash_t ob_shash;
   99322             :         char ob_sval[85];
   99323             :     }
   99324             : ntpath_toplevel_consts_23_linetable = {
   99325             :     .ob_base = {
   99326             :         .ob_base = {
   99327             :             .ob_refcnt = 999999999,
   99328             :             .ob_type = &PyBytes_Type,
   99329             :         },
   99330             :         .ob_size = 84,
   99331             :     },
   99332             :     .ob_shash = -1,
   99333             :     .ob_sval = "\x80\x00\xf0\x08\x03\x05\x15\xdd\x0d\x15\x8f\x58\x89\x58\x90\x64\x8c\x5e\x88\x02\xf5\x06\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xa5\x1e\xd0\x0b\x30\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
   99334             : };
   99335             : static
   99336             :     struct {
   99337             :         PyObject_VAR_HEAD
   99338             :         Py_hash_t ob_shash;
   99339             :         char ob_sval[16];
   99340             :     }
   99341             : ntpath_toplevel_consts_23_exceptiontable = {
   99342             :     .ob_base = {
   99343             :         .ob_base = {
   99344             :             .ob_refcnt = 999999999,
   99345             :             .ob_type = &PyBytes_Type,
   99346             :         },
   99347             :         .ob_size = 15,
   99348             :     },
   99349             :     .ob_shash = -1,
   99350             :     .ob_sval = "\x82\x17\x3a\x00\xba\x17\x41\x15\x03\xc1\x14\x01\x41\x15\x03",
   99351             : };
   99352             : static
   99353             :     struct _PyCode_DEF(176)
   99354             : ntpath_toplevel_consts_23 = {
   99355             :     .ob_base = {
   99356             :         .ob_base = {
   99357             :             .ob_refcnt = 999999999,
   99358             :             .ob_type = &PyCode_Type,
   99359             :         },
   99360             :         .ob_size = 88,
   99361             :     },
   99362             :     .co_consts = & ntpath_toplevel_consts_23_consts._object.ob_base.ob_base,
   99363             :     .co_names = & ntpath_toplevel_consts_23_names._object.ob_base.ob_base,
   99364             :     .co_exceptiontable = & ntpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
   99365             :     .co_flags = 3,
   99366             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   99367             :     ._co_linearray_entry_size = 0,
   99368             :     .co_argcount = 1,
   99369             :     .co_posonlyargcount = 0,
   99370             :     .co_kwonlyargcount = 0,
   99371             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
   99372             :     .co_stacksize = 5,
   99373             :     .co_firstlineno = 260,
   99374             :     .co_nlocalsplus = 2,
   99375             :     .co_nlocals = 2,
   99376             :     .co_nplaincellvars = 0,
   99377             :     .co_ncellvars = 0,
   99378             :     .co_nfreevars = 0,
   99379             :     .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
   99380             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   99381             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   99382             :     .co_name = & const_str_islink._ascii.ob_base,
   99383             :     .co_qualname = & const_str_islink._ascii.ob_base,
   99384             :     .co_linetable = & ntpath_toplevel_consts_23_linetable.ob_base.ob_base,
   99385             :     ._co_code = NULL,
   99386             :     ._co_linearray = NULL,
   99387             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   99388             :     ._co_firsttraceable = 0,
   99389             : };
   99390             : static
   99391             :     struct {
   99392             :         PyASCIIObject _ascii;
   99393             :         uint8_t _data[68];
   99394             :     }
   99395             : ntpath_toplevel_consts_24_consts_0 = {
   99396             :     ._ascii = {
   99397             :         .ob_base = {
   99398             :             .ob_refcnt = 999999999,
   99399             :             .ob_type = &PyUnicode_Type,
   99400             :         },
   99401             :         .length = 67,
   99402             :         .hash = -1,
   99403             :         .state = {
   99404             :             .kind = 1,
   99405             :             .compact = 1,
   99406             :             .ascii = 1,
   99407             :         },
   99408             :     },
   99409             :     ._data = "Test whether a path exists.  Returns True for broken symbolic links",
   99410             : };
   99411             : static
   99412             :     struct {
   99413             :         PyGC_Head _gc_head;
   99414             :         struct {
   99415             :             PyObject_VAR_HEAD
   99416             :             PyObject *ob_item[3];
   99417             :         }_object;
   99418             :     }
   99419             : ntpath_toplevel_consts_24_consts = {
   99420             :     ._object = {
   99421             :         .ob_base = {
   99422             :             .ob_base = {
   99423             :                 .ob_refcnt = 999999999,
   99424             :                 .ob_type = &PyTuple_Type,
   99425             :             },
   99426             :             .ob_size = 3,
   99427             :         },
   99428             :         .ob_item = {
   99429             :             & ntpath_toplevel_consts_24_consts_0._ascii.ob_base,
   99430             :             Py_False,
   99431             :             Py_True,
   99432             :         },
   99433             :     },
   99434             : };
   99435             : static
   99436             :     struct {
   99437             :         PyGC_Head _gc_head;
   99438             :         struct {
   99439             :             PyObject_VAR_HEAD
   99440             :             PyObject *ob_item[4];
   99441             :         }_object;
   99442             :     }
   99443             : ntpath_toplevel_consts_24_names = {
   99444             :     ._object = {
   99445             :         .ob_base = {
   99446             :             .ob_base = {
   99447             :                 .ob_refcnt = 999999999,
   99448             :                 .ob_type = &PyTuple_Type,
   99449             :             },
   99450             :             .ob_size = 4,
   99451             :         },
   99452             :         .ob_item = {
   99453             :             & const_str_os._ascii.ob_base,
   99454             :             & const_str_lstat._ascii.ob_base,
   99455             :             & const_str_OSError._ascii.ob_base,
   99456             :             & const_str_ValueError._ascii.ob_base,
   99457             :         },
   99458             :     },
   99459             : };
   99460             : static
   99461             :     struct {
   99462             :         PyObject_VAR_HEAD
   99463             :         Py_hash_t ob_shash;
   99464             :         char ob_sval[69];
   99465             :     }
   99466             : ntpath_toplevel_consts_24_linetable = {
   99467             :     .ob_base = {
   99468             :         .ob_base = {
   99469             :             .ob_refcnt = 999999999,
   99470             :             .ob_type = &PyBytes_Type,
   99471             :         },
   99472             :         .ob_size = 68,
   99473             :     },
   99474             :     .ob_shash = -1,
   99475             :     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x15\x8f\x58\x89\x58\x90\x64\x8c\x5e\x88\x02\xf0\x06\x00\x0c\x10\x88\x34\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
   99476             : };
   99477             : static
   99478             :     struct _PyCode_DEF(102)
   99479             : ntpath_toplevel_consts_24 = {
   99480             :     .ob_base = {
   99481             :         .ob_base = {
   99482             :             .ob_refcnt = 999999999,
   99483             :             .ob_type = &PyCode_Type,
   99484             :         },
   99485             :         .ob_size = 51,
   99486             :     },
   99487             :     .co_consts = & ntpath_toplevel_consts_24_consts._object.ob_base.ob_base,
   99488             :     .co_names = & ntpath_toplevel_consts_24_names._object.ob_base.ob_base,
   99489             :     .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
   99490             :     .co_flags = 3,
   99491             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   99492             :     ._co_linearray_entry_size = 0,
   99493             :     .co_argcount = 1,
   99494             :     .co_posonlyargcount = 0,
   99495             :     .co_kwonlyargcount = 0,
   99496             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
   99497             :     .co_stacksize = 4,
   99498             :     .co_firstlineno = 272,
   99499             :     .co_nlocalsplus = 2,
   99500             :     .co_nlocals = 2,
   99501             :     .co_nplaincellvars = 0,
   99502             :     .co_ncellvars = 0,
   99503             :     .co_nfreevars = 0,
   99504             :     .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
   99505             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
   99506             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   99507             :     .co_name = & const_str_lexists._ascii.ob_base,
   99508             :     .co_qualname = & const_str_lexists._ascii.ob_base,
   99509             :     .co_linetable = & ntpath_toplevel_consts_24_linetable.ob_base.ob_base,
   99510             :     ._co_code = NULL,
   99511             :     ._co_linearray = NULL,
   99512             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
   99513             :     ._co_firsttraceable = 0,
   99514             : };
   99515             : static
   99516             :     struct {
   99517             :         PyASCIIObject _ascii;
   99518             :         uint8_t _data[19];
   99519             :     }
   99520             : const_str__getvolumepathname = {
   99521             :     ._ascii = {
   99522             :         .ob_base = {
   99523             :             .ob_refcnt = 999999999,
   99524             :             .ob_type = &PyUnicode_Type,
   99525             :         },
   99526             :         .length = 18,
   99527             :         .hash = -1,
   99528             :         .state = {
   99529             :             .kind = 1,
   99530             :             .compact = 1,
   99531             :             .ascii = 1,
   99532             :         },
   99533             :     },
   99534             :     ._data = "_getvolumepathname",
   99535             : };
   99536             : static
   99537             :     struct {
   99538             :         PyGC_Head _gc_head;
   99539             :         struct {
   99540             :             PyObject_VAR_HEAD
   99541             :             PyObject *ob_item[1];
   99542             :         }_object;
   99543             :     }
   99544             : ntpath_toplevel_consts_25 = {
   99545             :     ._object = {
   99546             :         .ob_base = {
   99547             :             .ob_base = {
   99548             :                 .ob_refcnt = 999999999,
   99549             :                 .ob_type = &PyTuple_Type,
   99550             :             },
   99551             :             .ob_size = 1,
   99552             :         },
   99553             :         .ob_item = {
   99554             :             & const_str__getvolumepathname._ascii.ob_base,
   99555             :         },
   99556             :     },
   99557             : };
   99558             : static
   99559             :     struct {
   99560             :         PyASCIIObject _ascii;
   99561             :         uint8_t _data[98];
   99562             :     }
   99563             : ntpath_toplevel_consts_26_consts_0 = {
   99564             :     ._ascii = {
   99565             :         .ob_base = {
   99566             :             .ob_refcnt = 999999999,
   99567             :             .ob_type = &PyUnicode_Type,
   99568             :         },
   99569             :         .length = 97,
   99570             :         .hash = -1,
   99571             :         .state = {
   99572             :             .kind = 1,
   99573             :             .compact = 1,
   99574             :             .ascii = 1,
   99575             :         },
   99576             :     },
   99577             :     ._data = "\x54\x65\x73\x74\x20\x77\x68\x65\x74\x68\x65\x72\x20\x61\x20\x70\x61\x74\x68\x20\x69\x73\x20\x61\x20\x6d\x6f\x75\x6e\x74\x20\x70\x6f\x69\x6e\x74\x20\x28\x61\x20\x64\x72\x69\x76\x65\x20\x72\x6f\x6f\x74\x2c\x20\x74\x68\x65\x20\x72\x6f\x6f\x74\x20\x6f\x66\x20\x61\x0a\x20\x20\x20\x20\x73\x68\x61\x72\x65\x2c\x20\x6f\x72\x20\x61\x20\x6d\x6f\x75\x6e\x74\x65\x64\x20\x76\x6f\x6c\x75\x6d\x65\x29",
   99578             : };
   99579             : static
   99580             :     struct {
   99581             :         PyGC_Head _gc_head;
   99582             :         struct {
   99583             :             PyObject_VAR_HEAD
   99584             :             PyObject *ob_item[4];
   99585             :         }_object;
   99586             :     }
   99587             : ntpath_toplevel_consts_26_consts = {
   99588             :     ._object = {
   99589             :         .ob_base = {
   99590             :             .ob_base = {
   99591             :                 .ob_refcnt = 999999999,
   99592             :                 .ob_type = &PyTuple_Type,
   99593             :             },
   99594             :             .ob_size = 4,
   99595             :         },
   99596             :         .ob_item = {
   99597             :             & ntpath_toplevel_consts_26_consts_0._ascii.ob_base,
   99598             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
   99599             :             Py_True,
   99600             :             Py_False,
   99601             :         },
   99602             :     },
   99603             : };
   99604             : static
   99605             :     struct {
   99606             :         PyGC_Head _gc_head;
   99607             :         struct {
   99608             :             PyObject_VAR_HEAD
   99609             :             PyObject *ob_item[8];
   99610             :         }_object;
   99611             :     }
   99612             : ntpath_toplevel_consts_26_names = {
   99613             :     ._object = {
   99614             :         .ob_base = {
   99615             :             .ob_base = {
   99616             :                 .ob_refcnt = 999999999,
   99617             :                 .ob_type = &PyTuple_Type,
   99618             :             },
   99619             :             .ob_size = 8,
   99620             :         },
   99621             :         .ob_item = {
   99622             :             & const_str_os._ascii.ob_base,
   99623             :             & const_str_fspath._ascii.ob_base,
   99624             :             & const_str__get_bothseps._ascii.ob_base,
   99625             :             & const_str_abspath._ascii.ob_base,
   99626             :             & const_str_splitdrive._ascii.ob_base,
   99627             :             & const_str__getvolumepathname._ascii.ob_base,
   99628             :             & const_str_rstrip._ascii.ob_base,
   99629             :             & const_str_casefold._ascii.ob_base,
   99630             :         },
   99631             :     },
   99632             : };
   99633             : static
   99634             :     struct {
   99635             :         PyObject_VAR_HEAD
   99636             :         Py_hash_t ob_shash;
   99637             :         char ob_sval[186];
   99638             :     }
   99639             : ntpath_toplevel_consts_26_linetable = {
   99640             :     .ob_base = {
   99641             :         .ob_base = {
   99642             :             .ob_refcnt = 999999999,
   99643             :             .ob_type = &PyBytes_Type,
   99644             :         },
   99645             :         .ob_size = 185,
   99646             :     },
   99647             :     .ob_shash = -1,
   99648             :     .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x0b\x18\x98\x14\xd4\x0b\x1e\x80\x44\xdd\x0b\x12\x90\x34\x8c\x3d\x80\x44\xdd\x11\x1b\x98\x44\xd4\x11\x21\x81\x4a\x80\x44\x88\x24\xd8\x07\x0b\xf0\x00\x01\x05\x2c\x90\x04\x90\x51\x94\x07\x98\x34\x90\x0f\xf0\x00\x01\x05\x2c\xd8\x14\x18\x90\x08\xd0\x0f\x2b\x98\x64\xa0\x64\x98\x6c\xd0\x08\x2b\xd8\x07\x0b\xf0\x00\x01\x05\x14\x90\x04\x98\x04\x90\x0c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xe5\x07\x19\xf0\x00\x05\x05\x15\xd8\x0c\x10\x8f\x4b\x89\x4b\x98\x04\xd4\x0c\x1d\x88\x01\xdd\x0b\x1d\x98\x64\xd4\x0b\x23\xd7\x0b\x2a\xd1\x0b\x2a\xa8\x34\xd4\x0b\x30\x88\x01\xd8\x0f\x10\x8f\x7a\x89\x7a\x8c\x7c\x98\x71\x9f\x7a\x99\x7a\x9c\x7c\xd2\x0f\x2b\xd0\x08\x2b\xe0\x0f\x14\x88\x75",
   99649             : };
   99650             : static
   99651             :     struct {
   99652             :         PyASCIIObject _ascii;
   99653             :         uint8_t _data[2];
   99654             :     }
   99655             : const_str_y = {
   99656             :     ._ascii = {
   99657             :         .ob_base = {
   99658             :             .ob_refcnt = 999999999,
   99659             :             .ob_type = &PyUnicode_Type,
   99660             :         },
   99661             :         .length = 1,
   99662             :         .hash = -1,
   99663             :         .state = {
   99664             :             .kind = 1,
   99665             :             .compact = 1,
   99666             :             .ascii = 1,
   99667             :         },
   99668             :     },
   99669             :     ._data = "y",
   99670             : };
   99671             : static
   99672             :     struct {
   99673             :         PyGC_Head _gc_head;
   99674             :         struct {
   99675             :             PyObject_VAR_HEAD
   99676             :             PyObject *ob_item[6];
   99677             :         }_object;
   99678             :     }
   99679             : ntpath_toplevel_consts_26_localsplusnames = {
   99680             :     ._object = {
   99681             :         .ob_base = {
   99682             :             .ob_base = {
   99683             :                 .ob_refcnt = 999999999,
   99684             :                 .ob_type = &PyTuple_Type,
   99685             :             },
   99686             :             .ob_size = 6,
   99687             :         },
   99688             :         .ob_item = {
   99689             :             &_Py_ID(path),
   99690             :             & const_str_seps._ascii.ob_base,
   99691             :             & const_str_root._ascii.ob_base,
   99692             :             & const_str_rest._ascii.ob_base,
   99693             :             & const_str_x._ascii.ob_base,
   99694             :             & const_str_y._ascii.ob_base,
   99695             :         },
   99696             :     },
   99697             : };
   99698             : static
   99699             :     struct _PyCode_DEF(370)
   99700             : ntpath_toplevel_consts_26 = {
   99701             :     .ob_base = {
   99702             :         .ob_base = {
   99703             :             .ob_refcnt = 999999999,
   99704             :             .ob_type = &PyCode_Type,
   99705             :         },
   99706             :         .ob_size = 185,
   99707             :     },
   99708             :     .co_consts = & ntpath_toplevel_consts_26_consts._object.ob_base.ob_base,
   99709             :     .co_names = & ntpath_toplevel_consts_26_names._object.ob_base.ob_base,
   99710             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
   99711             :     .co_flags = 3,
   99712             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
   99713             :     ._co_linearray_entry_size = 0,
   99714             :     .co_argcount = 1,
   99715             :     .co_posonlyargcount = 0,
   99716             :     .co_kwonlyargcount = 0,
   99717             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
   99718             :     .co_stacksize = 3,
   99719             :     .co_firstlineno = 294,
   99720             :     .co_nlocalsplus = 6,
   99721             :     .co_nlocals = 6,
   99722             :     .co_nplaincellvars = 0,
   99723             :     .co_ncellvars = 0,
   99724             :     .co_nfreevars = 0,
   99725             :     .co_localsplusnames = & ntpath_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
   99726             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
   99727             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
   99728             :     .co_name = & const_str_ismount._ascii.ob_base,
   99729             :     .co_qualname = & const_str_ismount._ascii.ob_base,
   99730             :     .co_linetable = & ntpath_toplevel_consts_26_linetable.ob_base.ob_base,
   99731             :     ._co_code = NULL,
   99732             :     ._co_linearray = NULL,
   99733             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x72\x11\x7c\x02\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x00\x72\x07\x7c\x03\x0c\x00\x70\x03\x7c\x03\x7c\x01\x76\x00\x53\x00\x7c\x03\x72\x06\x7c\x03\x7c\x01\x76\x00\x72\x02\x64\x02\x53\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x53\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00\x64\x03\x53\x00",
   99734             :     ._co_firsttraceable = 0,
   99735             : };
   99736             : static
   99737             :     struct {
   99738             :         PyASCIIObject _ascii;
   99739             :         uint8_t _data[77];
   99740             :     }
   99741             : ntpath_toplevel_consts_27_consts_0 = {
   99742             :     ._ascii = {
   99743             :         .ob_base = {
   99744             :             .ob_refcnt = 999999999,
   99745             :             .ob_type = &PyUnicode_Type,
   99746             :         },
   99747             :         .length = 76,
   99748             :         .hash = -1,
   99749             :         .state = {
   99750             :             .kind = 1,
   99751             :             .compact = 1,
   99752             :             .ascii = 1,
   99753             :         },
   99754             :     },
   99755             :     ._data = "\x45\x78\x70\x61\x6e\x64\x20\x7e\x20\x61\x6e\x64\x20\x7e\x75\x73\x65\x72\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x73\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x75\x73\x65\x72\x20\x6f\x72\x20\x24\x48\x4f\x4d\x45\x20\x69\x73\x20\x75\x6e\x6b\x6e\x6f\x77\x6e\x2c\x20\x64\x6f\x20\x6e\x6f\x74\x68\x69\x6e\x67\x2e",
   99756             : };
   99757             : static
   99758             :     struct {
   99759             :         PyASCIIObject _ascii;
   99760             :         uint8_t _data[2];
   99761             :     }
   99762             : ntpath_toplevel_consts_27_consts_2 = {
   99763             :     ._ascii = {
   99764             :         .ob_base = {
   99765             :             .ob_refcnt = 999999999,
   99766             :             .ob_type = &PyUnicode_Type,
   99767             :         },
   99768             :         .length = 1,
   99769             :         .hash = -1,
   99770             :         .state = {
   99771             :             .kind = 1,
   99772             :             .compact = 1,
   99773             :             .ascii = 1,
   99774             :         },
   99775             :     },
   99776             :     ._data = "~",
   99777             : };
   99778             : static
   99779             :     struct {
   99780             :         PyASCIIObject _ascii;
   99781             :         uint8_t _data[12];
   99782             :     }
   99783             : const_str_USERPROFILE = {
   99784             :     ._ascii = {
   99785             :         .ob_base = {
   99786             :             .ob_refcnt = 999999999,
   99787             :             .ob_type = &PyUnicode_Type,
   99788             :         },
   99789             :         .length = 11,
   99790             :         .hash = -1,
   99791             :         .state = {
   99792             :             .kind = 1,
   99793             :             .compact = 1,
   99794             :             .ascii = 1,
   99795             :         },
   99796             :     },
   99797             :     ._data = "USERPROFILE",
   99798             : };
   99799             : static
   99800             :     struct {
   99801             :         PyASCIIObject _ascii;
   99802             :         uint8_t _data[9];
   99803             :     }
   99804             : const_str_HOMEPATH = {
   99805             :     ._ascii = {
   99806             :         .ob_base = {
   99807             :             .ob_refcnt = 999999999,
   99808             :             .ob_type = &PyUnicode_Type,
   99809             :         },
   99810             :         .length = 8,
   99811             :         .hash = -1,
   99812             :         .state = {
   99813             :             .kind = 1,
   99814             :             .compact = 1,
   99815             :             .ascii = 1,
   99816             :         },
   99817             :     },
   99818             :     ._data = "HOMEPATH",
   99819             : };
   99820             : static
   99821             :     struct {
   99822             :         PyASCIIObject _ascii;
   99823             :         uint8_t _data[10];
   99824             :     }
   99825             : const_str_HOMEDRIVE = {
   99826             :     ._ascii = {
   99827             :         .ob_base = {
   99828             :             .ob_refcnt = 999999999,
   99829             :             .ob_type = &PyUnicode_Type,
   99830             :         },
   99831             :         .length = 9,
   99832             :         .hash = -1,
   99833             :         .state = {
   99834             :             .kind = 1,
   99835             :             .compact = 1,
   99836             :             .ascii = 1,
   99837             :         },
   99838             :     },
   99839             :     ._data = "HOMEDRIVE",
   99840             : };
   99841             : static
   99842             :     struct {
   99843             :         PyASCIIObject _ascii;
   99844             :         uint8_t _data[9];
   99845             :     }
   99846             : const_str_USERNAME = {
   99847             :     ._ascii = {
   99848             :         .ob_base = {
   99849             :             .ob_refcnt = 999999999,
   99850             :             .ob_type = &PyUnicode_Type,
   99851             :         },
   99852             :         .length = 8,
   99853             :         .hash = -1,
   99854             :         .state = {
   99855             :             .kind = 1,
   99856             :             .compact = 1,
   99857             :             .ascii = 1,
   99858             :         },
   99859             :     },
   99860             :     ._data = "USERNAME",
   99861             : };
   99862             : static
   99863             :     struct {
   99864             :         PyGC_Head _gc_head;
   99865             :         struct {
   99866             :             PyObject_VAR_HEAD
   99867             :             PyObject *ob_item[10];
   99868             :         }_object;
   99869             :     }
   99870             : ntpath_toplevel_consts_27_consts = {
   99871             :     ._object = {
   99872             :         .ob_base = {
   99873             :             .ob_base = {
   99874             :                 .ob_refcnt = 999999999,
   99875             :                 .ob_type = &PyTuple_Type,
   99876             :             },
   99877             :             .ob_size = 10,
   99878             :         },
   99879             :         .ob_item = {
   99880             :             & ntpath_toplevel_consts_27_consts_0._ascii.ob_base,
   99881             :             (PyObject *)&_Py_SINGLETON(bytes_characters[126]),
   99882             :             & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
   99883             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
   99884             :             & const_str_USERPROFILE._ascii.ob_base,
   99885             :             & const_str_HOMEPATH._ascii.ob_base,
   99886             :             & const_str_HOMEDRIVE._ascii.ob_base,
   99887             :             &_Py_STR(empty),
   99888             :             & const_str_USERNAME._ascii.ob_base,
   99889             :             Py_None,
   99890             :         },
   99891             :     },
   99892             : };
   99893             : static
   99894             :     struct {
   99895             :         PyGC_Head _gc_head;
   99896             :         struct {
   99897             :             PyObject_VAR_HEAD
   99898             :             PyObject *ob_item[15];
   99899             :         }_object;
   99900             :     }
   99901             : ntpath_toplevel_consts_27_names = {
   99902             :     ._object = {
   99903             :         .ob_base = {
   99904             :             .ob_base = {
   99905             :                 .ob_refcnt = 999999999,
   99906             :                 .ob_type = &PyTuple_Type,
   99907             :             },
   99908             :             .ob_size = 15,
   99909             :         },
   99910             :         .ob_item = {
   99911             :             & const_str_os._ascii.ob_base,
   99912             :             & const_str_fspath._ascii.ob_base,
   99913             :             &_Py_ID(isinstance),
   99914             :             & const_str_bytes._ascii.ob_base,
   99915             :             & const_str_startswith._ascii.ob_base,
   99916             :             &_Py_ID(len),
   99917             :             & const_str__get_bothseps._ascii.ob_base,
   99918             :             & const_str_environ._ascii.ob_base,
   99919             :             & const_str_KeyError._ascii.ob_base,
   99920             :             &_Py_ID(join),
   99921             :             & const_str_fsdecode._ascii.ob_base,
   99922             :             &_Py_ID(get),
   99923             :             & const_str_basename._ascii.ob_base,
   99924             :             & const_str_dirname._ascii.ob_base,
   99925             :             & const_str_fsencode._ascii.ob_base,
   99926             :         },
   99927             :     },
   99928             : };
   99929             : static
   99930             :     struct {
   99931             :         PyObject_VAR_HEAD
   99932             :         Py_hash_t ob_shash;
   99933             :         char ob_sval[465];
   99934             :     }
   99935             : ntpath_toplevel_consts_27_linetable = {
   99936             :     .ob_base = {
   99937             :         .ob_base = {
   99938             :             .ob_refcnt = 999999999,
   99939             :             .ob_type = &PyBytes_Type,
   99940             :         },
   99941             :         .ob_size = 464,
   99942             :     },
   99943             :     .ob_shash = -1,
   99944             :     .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x14\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x13\x88\x05\xd8\x0b\x0f\x8f\x3f\x89\x3f\x98\x35\xd4\x0b\x21\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xd8\x0b\x0c\x8d\x63\x90\x24\x8c\x69\x80\x71\x80\x41\xd8\x0a\x0b\x88\x61\x8a\x25\xf0\x00\x01\x05\x0f\x90\x44\x98\x11\x94\x47\xa5\x3d\xb0\x14\xd4\x23\x36\xd0\x14\x36\xf0\x00\x01\x05\x0f\xd8\x08\x09\x88\x51\x89\x06\x88\x01\xf0\x03\x00\x0b\x0c\x88\x61\x8a\x25\xf0\x00\x01\x05\x0f\x90\x44\x98\x11\x94\x47\xa5\x3d\xb0\x14\xd4\x23\x36\xd0\x14\x36\xf0\x00\x01\x05\x0f\xf0\x06\x00\x08\x15\x9d\x02\x9f\x0a\x99\x0a\xd0\x07\x22\xf0\x00\x09\x05\x37\xdd\x13\x15\x97\x3a\x91\x3a\x98\x6d\xd4\x13\x2c\x88\x08\x88\x08\xd8\x0d\x17\x9d\x32\x9f\x3a\x99\x3a\xd0\x0d\x25\xf0\x00\x07\x05\x37\xd8\x0f\x13\x88\x0b\xf0\x04\x03\x09\x17\xdd\x14\x16\x97\x4a\x91\x4a\x98\x7b\xd4\x14\x2b\x88\x45\xf5\x06\x00\x14\x18\x98\x05\x9d\x72\x9f\x7a\x99\x7a\xa8\x2a\xd4\x1f\x35\xd4\x13\x36\x88\x08\xe0\x07\x08\x88\x41\x82\x76\xf0\x00\x0e\x05\x3c\xd8\x16\x1a\x98\x31\x98\x51\x90\x69\x88\x0b\xdd\x0b\x15\x90\x6b\xa5\x35\xd4\x0b\x29\xf0\x00\x01\x09\x33\xdd\x1a\x25\x9f\x2b\x99\x2b\xa0\x6b\xd4\x1a\x32\x88\x4b\xdd\x17\x19\x97\x7a\x91\x7a\x97\x7e\x91\x7e\xa0\x6a\xd4\x17\x31\x88\x0c\xe0\x0b\x16\x98\x2c\xd2\x0b\x26\xf0\x00\x08\x09\x3c\xf0\x0c\x00\x10\x1c\x9d\x78\xa8\x08\xd4\x1f\x31\xd2\x0f\x31\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x0b\xdd\x17\x1b\x9d\x47\xa0\x48\xd4\x1c\x2d\xa8\x7b\xd4\x17\x3b\x88\x48\xe5\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x01\x05\x29\xdd\x13\x1e\x97\x3b\x91\x3b\x98\x78\xd4\x13\x28\x88\x08\xe0\x0b\x13\x90\x64\x98\x31\x90\x68\x90\x68\xd1\x0b\x1e\xd0\x04\x1e\xf8\xf5\x2f\x00\x10\x18\xf0\x00\x01\x09\x17\xf0\x00\x01\x09\x17\xf0\x00\x01\x09\x17\xd8\x14\x16\x88\x45\x88\x45\x88\x45\xf0\x03\x01\x09\x17\xf8\xf8\xf8",
   99945             : };
   99946             : static
   99947             :     struct {
   99948             :         PyObject_VAR_HEAD
   99949             :         Py_hash_t ob_shash;
   99950             :         char ob_sval[19];
   99951             :     }
   99952             : ntpath_toplevel_consts_27_exceptiontable = {
   99953             :     .ob_base = {
   99954             :         .ob_base = {
   99955             :             .ob_refcnt = 999999999,
   99956             :             .ob_type = &PyBytes_Type,
   99957             :         },
   99958             :         .ob_size = 18,
   99959             :     },
   99960             :     .ob_shash = -1,
   99961             :     .ob_sval = "\xc3\x0f\x17\x47\x03\x00\xc7\x03\x0c\x47\x12\x03\xc7\x11\x01\x47\x12\x03",
   99962             : };
   99963             : static
   99964             :     struct {
   99965             :         PyASCIIObject _ascii;
   99966             :         uint8_t _data[6];
   99967             :     }
   99968             : const_str_tilde = {
   99969             :     ._ascii = {
   99970             :         .ob_base = {
   99971             :             .ob_refcnt = 999999999,
   99972             :             .ob_type = &PyUnicode_Type,
   99973             :         },
   99974             :         .length = 5,
   99975             :         .hash = -1,
   99976             :         .state = {
   99977             :             .kind = 1,
   99978             :             .compact = 1,
   99979             :             .ascii = 1,
   99980             :         },
   99981             :     },
   99982             :     ._data = "tilde",
   99983             : };
   99984             : static
   99985             :     struct {
   99986             :         PyASCIIObject _ascii;
   99987             :         uint8_t _data[9];
   99988             :     }
   99989             : const_str_userhome = {
   99990             :     ._ascii = {
   99991             :         .ob_base = {
   99992             :             .ob_refcnt = 999999999,
   99993             :             .ob_type = &PyUnicode_Type,
   99994             :         },
   99995             :         .length = 8,
   99996             :         .hash = -1,
   99997             :         .state = {
   99998             :             .kind = 1,
   99999             :             .compact = 1,
  100000             :             .ascii = 1,
  100001             :         },
  100002             :     },
  100003             :     ._data = "userhome",
  100004             : };
  100005             : static
  100006             :     struct {
  100007             :         PyASCIIObject _ascii;
  100008             :         uint8_t _data[6];
  100009             :     }
  100010             : const_str_drive = {
  100011             :     ._ascii = {
  100012             :         .ob_base = {
  100013             :             .ob_refcnt = 999999999,
  100014             :             .ob_type = &PyUnicode_Type,
  100015             :         },
  100016             :         .length = 5,
  100017             :         .hash = -1,
  100018             :         .state = {
  100019             :             .kind = 1,
  100020             :             .compact = 1,
  100021             :             .ascii = 1,
  100022             :         },
  100023             :     },
  100024             :     ._data = "drive",
  100025             : };
  100026             : static
  100027             :     struct {
  100028             :         PyASCIIObject _ascii;
  100029             :         uint8_t _data[12];
  100030             :     }
  100031             : const_str_target_user = {
  100032             :     ._ascii = {
  100033             :         .ob_base = {
  100034             :             .ob_refcnt = 999999999,
  100035             :             .ob_type = &PyUnicode_Type,
  100036             :         },
  100037             :         .length = 11,
  100038             :         .hash = -1,
  100039             :         .state = {
  100040             :             .kind = 1,
  100041             :             .compact = 1,
  100042             :             .ascii = 1,
  100043             :         },
  100044             :     },
  100045             :     ._data = "target_user",
  100046             : };
  100047             : static
  100048             :     struct {
  100049             :         PyASCIIObject _ascii;
  100050             :         uint8_t _data[13];
  100051             :     }
  100052             : const_str_current_user = {
  100053             :     ._ascii = {
  100054             :         .ob_base = {
  100055             :             .ob_refcnt = 999999999,
  100056             :             .ob_type = &PyUnicode_Type,
  100057             :         },
  100058             :         .length = 12,
  100059             :         .hash = -1,
  100060             :         .state = {
  100061             :             .kind = 1,
  100062             :             .compact = 1,
  100063             :             .ascii = 1,
  100064             :         },
  100065             :     },
  100066             :     ._data = "current_user",
  100067             : };
  100068             : static
  100069             :     struct {
  100070             :         PyGC_Head _gc_head;
  100071             :         struct {
  100072             :             PyObject_VAR_HEAD
  100073             :             PyObject *ob_item[8];
  100074             :         }_object;
  100075             :     }
  100076             : ntpath_toplevel_consts_27_localsplusnames = {
  100077             :     ._object = {
  100078             :         .ob_base = {
  100079             :             .ob_base = {
  100080             :                 .ob_refcnt = 999999999,
  100081             :                 .ob_type = &PyTuple_Type,
  100082             :             },
  100083             :             .ob_size = 8,
  100084             :         },
  100085             :         .ob_item = {
  100086             :             &_Py_ID(path),
  100087             :             & const_str_tilde._ascii.ob_base,
  100088             :             & const_str_i._ascii.ob_base,
  100089             :             & const_str_n._ascii.ob_base,
  100090             :             & const_str_userhome._ascii.ob_base,
  100091             :             & const_str_drive._ascii.ob_base,
  100092             :             & const_str_target_user._ascii.ob_base,
  100093             :             & const_str_current_user._ascii.ob_base,
  100094             :         },
  100095             :     },
  100096             : };
  100097             : static
  100098             :     struct _PyCode_DEF(938)
  100099             : ntpath_toplevel_consts_27 = {
  100100             :     .ob_base = {
  100101             :         .ob_base = {
  100102             :             .ob_refcnt = 999999999,
  100103             :             .ob_type = &PyCode_Type,
  100104             :         },
  100105             :         .ob_size = 469,
  100106             :     },
  100107             :     .co_consts = & ntpath_toplevel_consts_27_consts._object.ob_base.ob_base,
  100108             :     .co_names = & ntpath_toplevel_consts_27_names._object.ob_base.ob_base,
  100109             :     .co_exceptiontable = & ntpath_toplevel_consts_27_exceptiontable.ob_base.ob_base,
  100110             :     .co_flags = 3,
  100111             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  100112             :     ._co_linearray_entry_size = 0,
  100113             :     .co_argcount = 1,
  100114             :     .co_posonlyargcount = 0,
  100115             :     .co_kwonlyargcount = 0,
  100116             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  100117             :     .co_stacksize = 5,
  100118             :     .co_firstlineno = 323,
  100119             :     .co_nlocalsplus = 8,
  100120             :     .co_nlocals = 8,
  100121             :     .co_nplaincellvars = 0,
  100122             :     .co_ncellvars = 0,
  100123             :     .co_nfreevars = 0,
  100124             :     .co_localsplusnames = & ntpath_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
  100125             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
  100126             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  100127             :     .co_name = & const_str_expanduser._ascii.ob_base,
  100128             :     .co_qualname = & const_str_expanduser._ascii.ob_base,
  100129             :     .co_linetable = & ntpath_toplevel_consts_27_linetable.ob_base.ob_base,
  100130             :     ._co_code = NULL,
  100131             :     ._co_linearray = NULL,
  100132             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x01\x7d\x01\x6e\x02\x64\x02\x7d\x01\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x64\x03\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7d\x02\x7c\x02\x7c\x03\x6b\x00\x00\x00\x00\x00\x72\x35\x7c\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x20\x7c\x02\x64\x03\x7a\x0d\x00\x00\x7d\x02\x7c\x02\x7c\x03\x6b\x00\x00\x00\x00\x00\x72\x15\x7c\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\xb0\x20\x64\x04\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x18\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x50\x64\x05\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x02\x64\x03\x6b\x03\x00\x00\x00\x00\x72\x82\x7c\x00\x64\x03\x7c\x02\x1a\x00\x7d\x06\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x06\x7c\x07\x6b\x03\x00\x00\x00\x00\x72\x2c\x7c\x07\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x7c\x00\x7c\x02\x64\x09\x1a\x00\x7a\x00\x00\x00\x53\x00\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x07\x7d\x05\x59\x00\x8c\xeb\x77\x00\x78\x03\x59\x00\x77\x01",
  100133             :     ._co_firsttraceable = 0,
  100134             : };
  100135             : static
  100136             :     struct {
  100137             :         PyASCIIObject _ascii;
  100138             :         uint8_t _data[103];
  100139             :     }
  100140             : ntpath_toplevel_consts_28_consts_0 = {
  100141             :     ._ascii = {
  100142             :         .ob_base = {
  100143             :             .ob_refcnt = 999999999,
  100144             :             .ob_type = &PyUnicode_Type,
  100145             :         },
  100146             :         .length = 102,
  100147             :         .hash = -1,
  100148             :         .state = {
  100149             :             .kind = 1,
  100150             :             .compact = 1,
  100151             :             .ascii = 1,
  100152             :         },
  100153             :     },
  100154             :     ._data = "\x45\x78\x70\x61\x6e\x64\x20\x73\x68\x65\x6c\x6c\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x66\x6f\x72\x6d\x73\x20\x24\x76\x61\x72\x2c\x20\x24\x7b\x76\x61\x72\x7d\x20\x61\x6e\x64\x20\x25\x76\x61\x72\x25\x2e\x0a\x0a\x20\x20\x20\x20\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x73\x20\x61\x72\x65\x20\x6c\x65\x66\x74\x20\x75\x6e\x63\x68\x61\x6e\x67\x65\x64\x2e",
  100155             : };
  100156             : static
  100157             :     struct {
  100158             :         PyASCIIObject _ascii;
  100159             :         uint8_t _data[3];
  100160             :     }
  100161             : ntpath_toplevel_consts_28_consts_5 = {
  100162             :     ._ascii = {
  100163             :         .ob_base = {
  100164             :             .ob_refcnt = 999999999,
  100165             :             .ob_type = &PyUnicode_Type,
  100166             :         },
  100167             :         .length = 2,
  100168             :         .hash = -1,
  100169             :         .state = {
  100170             :             .kind = 1,
  100171             :             .compact = 1,
  100172             :             .ascii = 1,
  100173             :         },
  100174             :     },
  100175             :     ._data = "_-",
  100176             : };
  100177             : static
  100178             :     struct {
  100179             :         PyASCIIObject _ascii;
  100180             :         uint8_t _data[9];
  100181             :     }
  100182             : const_str_environb = {
  100183             :     ._ascii = {
  100184             :         .ob_base = {
  100185             :             .ob_refcnt = 999999999,
  100186             :             .ob_type = &PyUnicode_Type,
  100187             :         },
  100188             :         .length = 8,
  100189             :         .hash = -1,
  100190             :         .state = {
  100191             :             .kind = 1,
  100192             :             .compact = 1,
  100193             :             .ascii = 1,
  100194             :         },
  100195             :     },
  100196             :     ._data = "environb",
  100197             : };
  100198             : static
  100199             :     struct {
  100200             :         PyASCIIObject _ascii;
  100201             :         uint8_t _data[2];
  100202             :     }
  100203             : ntpath_toplevel_consts_28_consts_11 = {
  100204             :     ._ascii = {
  100205             :         .ob_base = {
  100206             :             .ob_refcnt = 999999999,
  100207             :             .ob_type = &PyUnicode_Type,
  100208             :         },
  100209             :         .length = 1,
  100210             :         .hash = -1,
  100211             :         .state = {
  100212             :             .kind = 1,
  100213             :             .compact = 1,
  100214             :             .ascii = 1,
  100215             :         },
  100216             :     },
  100217             :     ._data = "$",
  100218             : };
  100219             : static
  100220             :     struct {
  100221             :         PyASCIIObject _ascii;
  100222             :         uint8_t _data[2];
  100223             :     }
  100224             : ntpath_toplevel_consts_28_consts_13 = {
  100225             :     ._ascii = {
  100226             :         .ob_base = {
  100227             :             .ob_refcnt = 999999999,
  100228             :             .ob_type = &PyUnicode_Type,
  100229             :         },
  100230             :         .length = 1,
  100231             :         .hash = -1,
  100232             :         .state = {
  100233             :             .kind = 1,
  100234             :             .compact = 1,
  100235             :             .ascii = 1,
  100236             :         },
  100237             :     },
  100238             :     ._data = "'",
  100239             : };
  100240             : static
  100241             :     struct {
  100242             :         PyGC_Head _gc_head;
  100243             :         struct {
  100244             :             PyObject_VAR_HEAD
  100245             :             PyObject *ob_item[18];
  100246             :         }_object;
  100247             :     }
  100248             : ntpath_toplevel_consts_28_consts = {
  100249             :     ._object = {
  100250             :         .ob_base = {
  100251             :             .ob_base = {
  100252             :                 .ob_refcnt = 999999999,
  100253             :                 .ob_type = &PyTuple_Type,
  100254             :             },
  100255             :             .ob_size = 18,
  100256             :         },
  100257             :         .ob_item = {
  100258             :             & ntpath_toplevel_consts_28_consts_0._ascii.ob_base,
  100259             :             (PyObject *)&_Py_SINGLETON(bytes_characters[36]),
  100260             :             (PyObject *)&_Py_SINGLETON(bytes_characters[37]),
  100261             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  100262             :             Py_None,
  100263             :             & ntpath_toplevel_consts_28_consts_5._ascii.ob_base,
  100264             :             & const_str_ascii._ascii.ob_base,
  100265             :             (PyObject *)&_Py_SINGLETON(bytes_characters[39]),
  100266             :             (PyObject *)&_Py_SINGLETON(bytes_characters[123]),
  100267             :             (PyObject *)&_Py_SINGLETON(bytes_characters[125]),
  100268             :             & const_str_environb._ascii.ob_base,
  100269             :             & ntpath_toplevel_consts_28_consts_11._ascii.ob_base,
  100270             :             &_Py_STR(percent),
  100271             :             & ntpath_toplevel_consts_28_consts_13._ascii.ob_base,
  100272             :             &_Py_STR(open_br),
  100273             :             &_Py_STR(close_br),
  100274             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  100275             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  100276             :         },
  100277             :     },
  100278             : };
  100279             : static
  100280             :     struct {
  100281             :         PyASCIIObject _ascii;
  100282             :         uint8_t _data[7];
  100283             :     }
  100284             : const_str_string = {
  100285             :     ._ascii = {
  100286             :         .ob_base = {
  100287             :             .ob_refcnt = 999999999,
  100288             :             .ob_type = &PyUnicode_Type,
  100289             :         },
  100290             :         .length = 6,
  100291             :         .hash = -1,
  100292             :         .state = {
  100293             :             .kind = 1,
  100294             :             .compact = 1,
  100295             :             .ascii = 1,
  100296             :         },
  100297             :     },
  100298             :     ._data = "string",
  100299             : };
  100300             : static
  100301             :     struct {
  100302             :         PyASCIIObject _ascii;
  100303             :         uint8_t _data[14];
  100304             :     }
  100305             : const_str_ascii_letters = {
  100306             :     ._ascii = {
  100307             :         .ob_base = {
  100308             :             .ob_refcnt = 999999999,
  100309             :             .ob_type = &PyUnicode_Type,
  100310             :         },
  100311             :         .length = 13,
  100312             :         .hash = -1,
  100313             :         .state = {
  100314             :             .kind = 1,
  100315             :             .compact = 1,
  100316             :             .ascii = 1,
  100317             :         },
  100318             :     },
  100319             :     ._data = "ascii_letters",
  100320             : };
  100321             : static
  100322             :     struct {
  100323             :         PyASCIIObject _ascii;
  100324             :         uint8_t _data[7];
  100325             :     }
  100326             : const_str_digits = {
  100327             :     ._ascii = {
  100328             :         .ob_base = {
  100329             :             .ob_refcnt = 999999999,
  100330             :             .ob_type = &PyUnicode_Type,
  100331             :         },
  100332             :         .length = 6,
  100333             :         .hash = -1,
  100334             :         .state = {
  100335             :             .kind = 1,
  100336             :             .compact = 1,
  100337             :             .ascii = 1,
  100338             :         },
  100339             :     },
  100340             :     ._data = "digits",
  100341             : };
  100342             : static
  100343             :     struct {
  100344             :         PyGC_Head _gc_head;
  100345             :         struct {
  100346             :             PyObject_VAR_HEAD
  100347             :             PyObject *ob_item[15];
  100348             :         }_object;
  100349             :     }
  100350             : ntpath_toplevel_consts_28_names = {
  100351             :     ._object = {
  100352             :         .ob_base = {
  100353             :             .ob_base = {
  100354             :                 .ob_refcnt = 999999999,
  100355             :                 .ob_type = &PyTuple_Type,
  100356             :             },
  100357             :             .ob_size = 15,
  100358             :         },
  100359             :         .ob_item = {
  100360             :             & const_str_os._ascii.ob_base,
  100361             :             & const_str_fspath._ascii.ob_base,
  100362             :             &_Py_ID(isinstance),
  100363             :             & const_str_bytes._ascii.ob_base,
  100364             :             & const_str_string._ascii.ob_base,
  100365             :             & const_str_ascii_letters._ascii.ob_base,
  100366             :             & const_str_digits._ascii.ob_base,
  100367             :             &_Py_ID(getattr),
  100368             :             & const_str_environ._ascii.ob_base,
  100369             :             &_Py_ID(len),
  100370             :             & const_str_index._ascii.ob_base,
  100371             :             & const_str_ValueError._ascii.ob_base,
  100372             :             & const_str_fsencode._ascii.ob_base,
  100373             :             & const_str_fsdecode._ascii.ob_base,
  100374             :             & const_str_KeyError._ascii.ob_base,
  100375             :         },
  100376             :     },
  100377             : };
  100378             : static
  100379             :     struct {
  100380             :         PyObject_VAR_HEAD
  100381             :         Py_hash_t ob_shash;
  100382             :         char ob_sval[1334];
  100383             :     }
  100384             : ntpath_toplevel_consts_28_linetable = {
  100385             :     .ob_base = {
  100386             :         .ob_base = {
  100387             :             .ob_refcnt = 999999999,
  100388             :             .ob_type = &PyBytes_Type,
  100389             :         },
  100390             :         .ob_size = 1333,
  100391             :     },
  100392             :     .ob_shash = -1,
  100393             :     .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x15\x05\x1d\xd8\x0b\x0f\x90\x74\xd0\x0b\x1b\xf0\x00\x01\x09\x18\xa0\x04\xa8\x44\xd0\x20\x30\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xd8\x08\x15\x88\x0d\x88\x0d\x88\x0d\xdd\x13\x18\x98\x16\xd7\x19\x2d\xd1\x19\x2d\xb0\x06\xb7\x0d\xb1\x0d\xd1\x19\x3d\xc0\x04\xd1\x19\x44\xc0\x67\xd4\x13\x4e\x88\x08\xd8\x10\x15\x88\x05\xd8\x12\x16\x88\x07\xd8\x10\x14\x88\x05\xd8\x11\x15\x88\x06\xd8\x11\x15\x88\x06\xdd\x12\x19\x9d\x22\x98\x6a\xa8\x24\xd4\x12\x2f\x88\x07\x88\x07\xe0\x0b\x0e\x90\x64\x88\x3f\xf0\x00\x01\x09\x18\x98\x73\xa8\x24\x98\x7f\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xd8\x08\x15\x88\x0d\x88\x0d\x88\x0d\xd8\x13\x19\xd7\x13\x27\xd1\x13\x27\xa8\x26\xaf\x2d\xa9\x2d\xd1\x13\x37\xb8\x24\xd1\x13\x3e\x88\x08\xd8\x10\x14\x88\x05\xd8\x12\x15\x88\x07\xd8\x10\x13\x88\x05\xd8\x11\x14\x88\x06\xd8\x11\x14\x88\x06\xdd\x12\x14\x97\x2a\x91\x2a\x88\x07\xd8\x0a\x0e\x88\x28\x90\x01\x88\x28\x80\x43\xd8\x0c\x0d\x80\x45\xdd\x0e\x11\x90\x24\x8c\x69\x80\x47\xd8\x0a\x0f\x90\x27\x8a\x2f\xf1\x00\x4b\x01\x05\x13\xd8\x0c\x10\x90\x15\x90\x75\x98\x51\x91\x77\xd0\x0c\x1f\x88\x01\xd8\x0b\x0c\x90\x05\x8a\x3a\xf0\x00\x48\x01\x09\x15\xd8\x13\x17\x98\x05\xa0\x01\x99\x09\xd0\x13\x23\xd0\x13\x23\x88\x44\xdd\x16\x19\x98\x24\x94\x69\x88\x47\xf0\x02\x05\x0d\x24\xd8\x18\x1c\x9f\x0a\x99\x0a\xa0\x31\x9c\x0d\x90\x05\xd8\x10\x13\x90\x71\x98\x34\xd0\x1b\x2b\xa0\x15\xa8\x11\xa1\x19\xd0\x1b\x2b\xd1\x17\x2b\xd1\x10\x2b\x90\x03\x91\x03\xf0\x08\x00\x0e\x0f\x90\x27\x8a\x5c\xf0\x00\x3f\x09\x15\xd8\x0f\x13\x90\x45\x98\x41\x91\x49\x98\x65\xa0\x61\x99\x69\xd0\x0f\x28\xa8\x47\xd2\x0f\x33\xf0\x00\x14\x0d\x21\xd8\x10\x13\x90\x71\x91\x08\x90\x03\xd8\x10\x15\x98\x11\x91\x0a\x90\x05\x91\x05\xe0\x17\x1b\x98\x45\xa0\x21\x99\x47\x90\x7e\x90\x7e\x90\x04\xdd\x1a\x1d\x98\x64\x9c\x29\x90\x07\xf0\x02\x0e\x11\x21\xd8\x1c\x20\x9f\x4a\x99\x4a\xa0\x77\xd4\x1c\x2f\x90\x45\xf0\x0a\x00\x1b\x1f\x98\x2c\xa0\x05\x98\x2c\x90\x43\xf0\x02\x06\x15\x38\xd8\x1b\x22\xf0\x00\x03\x19\x31\xdd\x24\x2f\xa7\x4b\xa1\x4b\xb5\x02\xb7\x0a\xb1\x0a\xbd\x32\xbf\x3b\xb9\x3b\xc0\x73\xd4\x3b\x4b\xd4\x30\x4c\xd4\x24\x4d\x98\x45\x98\x45\xe0\x24\x2b\xa8\x43\xa4\x4c\x98\x45\xf0\x06\x00\x15\x18\x98\x35\x91\x4c\x90\x43\x91\x43\xd8\x0d\x0e\x90\x26\x8a\x5b\xf1\x00\x29\x09\x15\xd8\x0f\x13\x90\x45\x98\x41\x91\x49\x98\x65\xa0\x61\x99\x69\xd0\x0f\x28\xa8\x46\xd2\x0f\x32\xf0\x00\x26\x0d\x1f\xd8\x10\x13\x90\x71\x91\x08\x90\x03\xd8\x10\x15\x98\x11\x91\x0a\x90\x05\x91\x05\xd8\x11\x15\x90\x65\x98\x61\x91\x69\xa0\x05\xa8\x01\xa1\x09\xd0\x11\x2a\xa8\x65\xd2\x11\x33\xf0\x00\x23\x0d\x1f\xd8\x17\x1b\x98\x45\xa0\x21\x99\x47\x90\x7e\x90\x7e\x90\x04\xdd\x1a\x1d\x98\x64\x9c\x29\x90\x07\xf0\x02\x0e\x11\x21\xd8\x1c\x20\x9f\x4a\x99\x4a\xa0\x76\xd4\x1c\x2e\x90\x45\xf0\x0a\x00\x1b\x1f\x98\x2c\xa0\x05\x98\x2c\x90\x43\xf0\x02\x06\x15\x3e\xd8\x1b\x22\xf0\x00\x03\x19\x31\xdd\x24\x2f\xa7\x4b\xa1\x4b\xb5\x02\xb7\x0a\xb1\x0a\xbd\x32\xbf\x3b\xb9\x3b\xc0\x73\xd4\x3b\x4b\xd4\x30\x4c\xd4\x24\x4d\x98\x45\x98\x45\xe0\x24\x2b\xa8\x43\xa4\x4c\x98\x45\xf0\x06\x00\x15\x18\x98\x35\x91\x4c\x90\x43\x90\x43\xe0\x16\x1a\x90\x68\x98\x41\x90\x68\x90\x03\xd8\x10\x15\x98\x11\x91\x0a\x90\x05\xd8\x14\x18\x98\x15\x98\x75\xa0\x71\x99\x79\xd0\x14\x29\x90\x01\xd8\x16\x17\xf0\x00\x03\x11\x2e\x98\x41\xa0\x18\x98\x4d\xf0\x00\x03\x11\x2e\xd8\x14\x17\x98\x31\x91\x48\x90\x43\xd8\x14\x19\x98\x51\x91\x4a\x90\x45\xd8\x18\x1c\x98\x55\xa0\x35\xa8\x31\xa1\x39\xd0\x18\x2d\x90\x41\xf0\x07\x00\x17\x18\xf0\x00\x03\x11\x2e\x98\x41\xa0\x18\x98\x4d\xf0\x00\x03\x11\x2e\xf0\x08\x06\x11\x29\xd8\x17\x1e\xf0\x00\x03\x15\x2d\xdd\x20\x2b\xa7\x0b\xa1\x0b\xad\x42\xaf\x4a\xa9\x4a\xb5\x72\xb7\x7b\xb1\x7b\xc0\x33\xd4\x37\x47\xd4\x2c\x48\xd4\x20\x49\x98\x05\x98\x05\xe0\x20\x27\xa8\x03\xa4\x0c\x98\x05\xf0\x06\x00\x11\x14\x90\x75\x91\x0c\x90\x03\xd8\x13\x14\xf0\x00\x01\x11\x1f\xd8\x14\x19\x98\x51\x91\x4a\x90\x45\x90\x45\xe0\x0c\x0f\x90\x31\x89\x48\x88\x43\xd8\x08\x0d\x90\x11\x89\x0a\x88\x05\xf0\x57\x02\x00\x0b\x10\x90\x27\x8a\x2f\xf1\x00\x4b\x01\x05\x13\xf0\x58\x02\x00\x0c\x0f\x80\x4a\xf8\xf5\x49\x02\x00\x14\x1e\xf0\x00\x02\x0d\x24\xf0\x00\x02\x0d\x24\xf0\x00\x02\x0d\x24\xd8\x10\x13\x90\x71\x98\x34\x91\x78\x91\x0f\x90\x03\xd8\x18\x1f\xa0\x21\x99\x0b\x90\x05\x90\x05\x90\x05\xf0\x05\x02\x0d\x24\xf8\xf8\xf8\xf8\xf5\x2c\x00\x1c\x24\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xd8\x20\x27\xa8\x23\xa1\x0d\xb0\x07\xd1\x20\x37\x98\x05\x98\x05\x99\x05\xf0\x03\x01\x15\x38\xf8\xf8\xf8\xf8\xf5\x15\x00\x18\x22\xf0\x00\x02\x11\x28\xf0\x00\x02\x11\x28\xf0\x00\x02\x11\x28\xd8\x14\x17\x98\x37\xa0\x54\x99\x3e\xd1\x14\x29\x90\x43\xd8\x1c\x23\xa0\x61\x99\x4b\x90\x45\x90\x45\x90\x45\xf0\x05\x02\x11\x28\xf8\xf8\xf8\xf8\xf5\x40\x01\x00\x1c\x24\xf0\x00\x01\x15\x3e\xf0\x00\x01\x15\x3e\xf0\x00\x01\x15\x3e\xd8\x20\x26\xa8\x15\xa1\x0e\xb0\x13\xd1\x20\x34\xb0\x76\xd1\x20\x3d\x98\x05\x98\x05\x99\x05\xf0\x03\x01\x15\x3e\xf8\xf8\xf8\xf8\xf5\x15\x00\x18\x22\xf0\x00\x02\x11\x28\xf0\x00\x02\x11\x28\xf0\x00\x02\x11\x28\xd8\x14\x17\x98\x36\xa0\x45\x99\x3e\xa8\x44\xd1\x1b\x30\xd1\x14\x30\x90\x43\xd8\x1c\x23\xa0\x61\x99\x4b\x90\x45\x90\x45\x90\x45\xf0\x05\x02\x11\x28\xf8\xf8\xf8\xf8\xf5\x34\x00\x18\x20\xf0\x00\x01\x11\x29\xf0\x00\x01\x11\x29\xf0\x00\x01\x11\x29\xd8\x1c\x22\xa0\x53\x99\x4c\x90\x45\x90\x45\x90\x45\xf0\x03\x01\x11\x29\xf8\xf8\xf8",
  100394             : };
  100395             : static
  100396             :     struct {
  100397             :         PyObject_VAR_HEAD
  100398             :         Py_hash_t ob_shash;
  100399             :         char ob_sval[112];
  100400             :     }
  100401             : ntpath_toplevel_consts_28_exceptiontable = {
  100402             :     .ob_base = {
  100403             :         .ob_base = {
  100404             :             .ob_refcnt = 999999999,
  100405             :             .ob_type = &PyBytes_Type,
  100406             :         },
  100407             :         .ob_size = 111,
  100408             :     },
  100409             :     .ob_shash = -1,
  100410             :     .ob_sval = "\xc4\x04\x20\x4c\x16\x00\xc5\x1d\x12\x4d\x0c\x00\xc5\x35\x41\x0c\x4c\x33\x00\xc8\x0f\x12\x4e\x05\x00\xc8\x27\x41\x0c\x4d\x29\x00\xca\x2a\x41\x0c\x4e\x25\x00\xcc\x16\x17\x4c\x30\x03\xcc\x2f\x01\x4c\x30\x03\xcc\x33\x12\x4d\x09\x03\xcd\x08\x01\x4d\x09\x03\xcd\x0c\x17\x4d\x26\x03\xcd\x25\x01\x4d\x26\x03\xcd\x29\x15\x4e\x02\x03\xce\x01\x01\x4e\x02\x03\xce\x05\x1a\x4e\x22\x03\xce\x21\x01\x4e\x22\x03\xce\x25\x0f\x4e\x37\x03\xce\x36\x01\x4e\x37\x03",
  100411             : };
  100412             : static
  100413             :     struct {
  100414             :         PyASCIIObject _ascii;
  100415             :         uint8_t _data[9];
  100416             :     }
  100417             : const_str_varchars = {
  100418             :     ._ascii = {
  100419             :         .ob_base = {
  100420             :             .ob_refcnt = 999999999,
  100421             :             .ob_type = &PyUnicode_Type,
  100422             :         },
  100423             :         .length = 8,
  100424             :         .hash = -1,
  100425             :         .state = {
  100426             :             .kind = 1,
  100427             :             .compact = 1,
  100428             :             .ascii = 1,
  100429             :         },
  100430             :     },
  100431             :     ._data = "varchars",
  100432             : };
  100433             : static
  100434             :     struct {
  100435             :         PyASCIIObject _ascii;
  100436             :         uint8_t _data[6];
  100437             :     }
  100438             : const_str_quote = {
  100439             :     ._ascii = {
  100440             :         .ob_base = {
  100441             :             .ob_refcnt = 999999999,
  100442             :             .ob_type = &PyUnicode_Type,
  100443             :         },
  100444             :         .length = 5,
  100445             :         .hash = -1,
  100446             :         .state = {
  100447             :             .kind = 1,
  100448             :             .compact = 1,
  100449             :             .ascii = 1,
  100450             :         },
  100451             :     },
  100452             :     ._data = "quote",
  100453             : };
  100454             : static
  100455             :     struct {
  100456             :         PyASCIIObject _ascii;
  100457             :         uint8_t _data[8];
  100458             :     }
  100459             : const_str_percent = {
  100460             :     ._ascii = {
  100461             :         .ob_base = {
  100462             :             .ob_refcnt = 999999999,
  100463             :             .ob_type = &PyUnicode_Type,
  100464             :         },
  100465             :         .length = 7,
  100466             :         .hash = -1,
  100467             :         .state = {
  100468             :             .kind = 1,
  100469             :             .compact = 1,
  100470             :             .ascii = 1,
  100471             :         },
  100472             :     },
  100473             :     ._data = "percent",
  100474             : };
  100475             : static
  100476             :     struct {
  100477             :         PyASCIIObject _ascii;
  100478             :         uint8_t _data[6];
  100479             :     }
  100480             : const_str_brace = {
  100481             :     ._ascii = {
  100482             :         .ob_base = {
  100483             :             .ob_refcnt = 999999999,
  100484             :             .ob_type = &PyUnicode_Type,
  100485             :         },
  100486             :         .length = 5,
  100487             :         .hash = -1,
  100488             :         .state = {
  100489             :             .kind = 1,
  100490             :             .compact = 1,
  100491             :             .ascii = 1,
  100492             :         },
  100493             :     },
  100494             :     ._data = "brace",
  100495             : };
  100496             : static
  100497             :     struct {
  100498             :         PyASCIIObject _ascii;
  100499             :         uint8_t _data[7];
  100500             :     }
  100501             : const_str_rbrace = {
  100502             :     ._ascii = {
  100503             :         .ob_base = {
  100504             :             .ob_refcnt = 999999999,
  100505             :             .ob_type = &PyUnicode_Type,
  100506             :         },
  100507             :         .length = 6,
  100508             :         .hash = -1,
  100509             :         .state = {
  100510             :             .kind = 1,
  100511             :             .compact = 1,
  100512             :             .ascii = 1,
  100513             :         },
  100514             :     },
  100515             :     ._data = "rbrace",
  100516             : };
  100517             : static
  100518             :     struct {
  100519             :         PyASCIIObject _ascii;
  100520             :         uint8_t _data[7];
  100521             :     }
  100522             : const_str_dollar = {
  100523             :     ._ascii = {
  100524             :         .ob_base = {
  100525             :             .ob_refcnt = 999999999,
  100526             :             .ob_type = &PyUnicode_Type,
  100527             :         },
  100528             :         .length = 6,
  100529             :         .hash = -1,
  100530             :         .state = {
  100531             :             .kind = 1,
  100532             :             .compact = 1,
  100533             :             .ascii = 1,
  100534             :         },
  100535             :     },
  100536             :     ._data = "dollar",
  100537             : };
  100538             : static
  100539             :     struct {
  100540             :         PyASCIIObject _ascii;
  100541             :         uint8_t _data[4];
  100542             :     }
  100543             : const_str_res = {
  100544             :     ._ascii = {
  100545             :         .ob_base = {
  100546             :             .ob_refcnt = 999999999,
  100547             :             .ob_type = &PyUnicode_Type,
  100548             :         },
  100549             :         .length = 3,
  100550             :         .hash = -1,
  100551             :         .state = {
  100552             :             .kind = 1,
  100553             :             .compact = 1,
  100554             :             .ascii = 1,
  100555             :         },
  100556             :     },
  100557             :     ._data = "res",
  100558             : };
  100559             : static
  100560             :     struct {
  100561             :         PyASCIIObject _ascii;
  100562             :         uint8_t _data[8];
  100563             :     }
  100564             : const_str_pathlen = {
  100565             :     ._ascii = {
  100566             :         .ob_base = {
  100567             :             .ob_refcnt = 999999999,
  100568             :             .ob_type = &PyUnicode_Type,
  100569             :         },
  100570             :         .length = 7,
  100571             :         .hash = -1,
  100572             :         .state = {
  100573             :             .kind = 1,
  100574             :             .compact = 1,
  100575             :             .ascii = 1,
  100576             :         },
  100577             :     },
  100578             :     ._data = "pathlen",
  100579             : };
  100580             : static
  100581             :     struct {
  100582             :         PyASCIIObject _ascii;
  100583             :         uint8_t _data[4];
  100584             :     }
  100585             : const_str_var = {
  100586             :     ._ascii = {
  100587             :         .ob_base = {
  100588             :             .ob_refcnt = 999999999,
  100589             :             .ob_type = &PyUnicode_Type,
  100590             :         },
  100591             :         .length = 3,
  100592             :         .hash = -1,
  100593             :         .state = {
  100594             :             .kind = 1,
  100595             :             .compact = 1,
  100596             :             .ascii = 1,
  100597             :         },
  100598             :     },
  100599             :     ._data = "var",
  100600             : };
  100601             : static
  100602             :     struct {
  100603             :         PyGC_Head _gc_head;
  100604             :         struct {
  100605             :             PyObject_VAR_HEAD
  100606             :             PyObject *ob_item[15];
  100607             :         }_object;
  100608             :     }
  100609             : ntpath_toplevel_consts_28_localsplusnames = {
  100610             :     ._object = {
  100611             :         .ob_base = {
  100612             :             .ob_base = {
  100613             :                 .ob_refcnt = 999999999,
  100614             :                 .ob_type = &PyTuple_Type,
  100615             :             },
  100616             :             .ob_size = 15,
  100617             :         },
  100618             :         .ob_item = {
  100619             :             &_Py_ID(path),
  100620             :             & const_str_string._ascii.ob_base,
  100621             :             & const_str_varchars._ascii.ob_base,
  100622             :             & const_str_quote._ascii.ob_base,
  100623             :             & const_str_percent._ascii.ob_base,
  100624             :             & const_str_brace._ascii.ob_base,
  100625             :             & const_str_rbrace._ascii.ob_base,
  100626             :             & const_str_dollar._ascii.ob_base,
  100627             :             & const_str_environ._ascii.ob_base,
  100628             :             & const_str_res._ascii.ob_base,
  100629             :             & const_str_index._ascii.ob_base,
  100630             :             & const_str_pathlen._ascii.ob_base,
  100631             :             & const_str_c._ascii.ob_base,
  100632             :             & const_str_var._ascii.ob_base,
  100633             :             & const_str_value._ascii.ob_base,
  100634             :         },
  100635             :     },
  100636             : };
  100637             : static
  100638             :     struct _PyCode_DEF(1908)
  100639             : ntpath_toplevel_consts_28 = {
  100640             :     .ob_base = {
  100641             :         .ob_base = {
  100642             :             .ob_refcnt = 999999999,
  100643             :             .ob_type = &PyCode_Type,
  100644             :         },
  100645             :         .ob_size = 954,
  100646             :     },
  100647             :     .co_consts = & ntpath_toplevel_consts_28_consts._object.ob_base.ob_base,
  100648             :     .co_names = & ntpath_toplevel_consts_28_names._object.ob_base.ob_base,
  100649             :     .co_exceptiontable = & ntpath_toplevel_consts_28_exceptiontable.ob_base.ob_base,
  100650             :     .co_flags = 3,
  100651             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  100652             :     ._co_linearray_entry_size = 0,
  100653             :     .co_argcount = 1,
  100654             :     .co_posonlyargcount = 0,
  100655             :     .co_kwonlyargcount = 0,
  100656             :     .co_framesize = 21 + FRAME_SPECIALS_SIZE,
  100657             :     .co_stacksize = 6,
  100658             :     .co_firstlineno = 384,
  100659             :     .co_nlocalsplus = 15,
  100660             :     .co_nlocals = 15,
  100661             :     .co_nplaincellvars = 0,
  100662             :     .co_ncellvars = 0,
  100663             :     .co_nfreevars = 0,
  100664             :     .co_localsplusnames = & ntpath_toplevel_consts_28_localsplusnames._object.ob_base.ob_base,
  100665             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds.ob_base.ob_base,
  100666             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  100667             :     .co_name = & const_str_expandvars._ascii.ob_base,
  100668             :     .co_qualname = & const_str_expandvars._ascii.ob_base,
  100669             :     .co_linetable = & ntpath_toplevel_consts_28_linetable.ob_base.ob_base,
  100670             :     ._co_code = NULL,
  100671             :     ._co_linearray = NULL,
  100672             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x55\x64\x01\x7c\x00\x76\x01\x72\x06\x64\x02\x7c\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x64\x03\x64\x04\x6c\x04\x7d\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x64\x05\x7a\x00\x00\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x07\x7d\x03\x64\x02\x7d\x04\x64\x08\x7d\x05\x64\x09\x7d\x06\x64\x01\x7d\x07\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x64\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x6e\x45\x64\x0b\x7c\x00\x76\x01\x72\x06\x64\x0c\x7c\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x64\x03\x64\x04\x6c\x04\x7d\x01\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x64\x05\x7a\x00\x00\x00\x7d\x02\x64\x0d\x7d\x03\x64\x0c\x7d\x04\x64\x0e\x7d\x05\x64\x0f\x7d\x06\x64\x0b\x7d\x07\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x64\x04\x64\x03\x1a\x00\x7d\x09\x64\x03\x7d\x0a\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0a\x7c\x0b\x6b\x00\x00\x00\x00\x00\x3e\x02\x72\x34\x7c\x00\x7c\x0a\x7c\x0a\x64\x10\x7a\x00\x00\x00\x1a\x00\x7d\x0c\x7c\x0c\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x38\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x64\x04\x1a\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x09\x7c\x0c\x7c\x00\x64\x04\x7c\x0a\x64\x10\x7a\x00\x00\x00\x1a\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x3e\x01\x6e\xe2\x7c\x0c\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x9c\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x1a\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x0c\x7c\x09\x7c\x0c\x7a\x0d\x00\x00\x7d\x09\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x3e\x01\x6e\xc1\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x64\x04\x1a\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x64\x04\x7c\x0a\x1a\x00\x7d\x0d\x09\x00\x7c\x08\x80\x42\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x6e\x08\x7c\x08\x7c\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x3e\x01\x6e\x40\x7c\x0c\x7c\x07\x6b\x02\x00\x00\x00\x00\x3e\x01\x72\x34\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x1a\x00\x7c\x07\x6b\x02\x00\x00\x00\x00\x72\x0c\x7c\x09\x7c\x0c\x7a\x0d\x00\x00\x7d\x09\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x3e\x01\x6e\x1e\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x1a\x00\x7c\x05\x6b\x02\x00\x00\x00\x00\x72\x80\x7c\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x64\x04\x1a\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x64\x04\x7c\x0a\x1a\x00\x7d\x0d\x09\x00\x7c\x08\x80\x42\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x6e\x08\x7c\x08\x7c\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x6e\x8f\x7c\x00\x64\x04\x64\x03\x1a\x00\x7d\x0d\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x7c\x00\x7c\x0a\x7c\x0a\x64\x10\x7a\x00\x00\x00\x1a\x00\x7d\x0c\x7c\x0c\x72\x1c\x7c\x0c\x7c\x02\x76\x00\x72\x18\x7c\x0d\x7c\x0c\x7a\x0d\x00\x00\x7d\x0d\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x7c\x00\x7c\x0a\x7c\x0a\x64\x10\x7a\x00\x00\x00\x1a\x00\x7d\x0c\x7c\x0c\x72\x04\x7c\x0c\x7c\x02\x76\x00\xb0\x18\x09\x00\x7c\x08\x80\x42\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x6e\x08\x7c\x08\x7c\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x7c\x0c\x72\x0b\x7c\x0a\x64\x10\x7a\x17\x00\x00\x7d\x0a\x6e\x05\x7c\x09\x7c\x0c\x7a\x0d\x00\x00\x7d\x09\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x7c\x0a\x7c\x0b\x6b\x00\x00\x00\x00\x00\x3e\x02\xb0\x34\x7c\x09\x53\x00\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x01\x00\x7c\x09\x7c\x0c\x7c\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x7c\x0b\x64\x10\x7a\x0a\x00\x00\x7d\x0a\x59\x00\x8c\x27\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0c\x01\x00\x7c\x04\x7c\x0d\x7a\x00\x00\x00\x7c\x04\x7a\x00\x00\x00\x7d\x0e\x59\x00\x3e\x01\x8c\x87\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x01\x00\x7c\x09\x7c\x04\x7c\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x7c\x0b\x64\x10\x7a\x0a\x00\x00\x7d\x0a\x59\x00\x8c\x5d\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x7c\x07\x7c\x05\x7a\x00\x00\x00\x7c\x0d\x7a\x00\x00\x00\x7c\x06\x7a\x00\x00\x00\x7d\x0e\x59\x00\x3e\x01\x8c\x0e\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x7c\x09\x7c\x07\x7c\x05\x7a\x00\x00\x00\x7c\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x7c\x0b\x64\x10\x7a\x0a\x00\x00\x7d\x0a\x59\x00\x8c\x99\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x08\x01\x00\x7c\x07\x7c\x0d\x7a\x00\x00\x00\x7d\x0e\x59\x00\x8c\xc0\x77\x00\x78\x03\x59\x00\x77\x01",
  100673             :     ._co_firsttraceable = 0,
  100674             : };
  100675             : static
  100676             :     struct {
  100677             :         PyASCIIObject _ascii;
  100678             :         uint8_t _data[15];
  100679             :     }
  100680             : const_str__path_normpath = {
  100681             :     ._ascii = {
  100682             :         .ob_base = {
  100683             :             .ob_refcnt = 999999999,
  100684             :             .ob_type = &PyUnicode_Type,
  100685             :         },
  100686             :         .length = 14,
  100687             :         .hash = -1,
  100688             :         .state = {
  100689             :             .kind = 1,
  100690             :             .compact = 1,
  100691             :             .ascii = 1,
  100692             :         },
  100693             :     },
  100694             :     ._data = "_path_normpath",
  100695             : };
  100696             : static
  100697             :     struct {
  100698             :         PyGC_Head _gc_head;
  100699             :         struct {
  100700             :             PyObject_VAR_HEAD
  100701             :             PyObject *ob_item[1];
  100702             :         }_object;
  100703             :     }
  100704             : ntpath_toplevel_consts_29 = {
  100705             :     ._object = {
  100706             :         .ob_base = {
  100707             :             .ob_base = {
  100708             :                 .ob_refcnt = 999999999,
  100709             :                 .ob_type = &PyTuple_Type,
  100710             :             },
  100711             :             .ob_size = 1,
  100712             :         },
  100713             :         .ob_item = {
  100714             :             & const_str__path_normpath._ascii.ob_base,
  100715             :         },
  100716             :     },
  100717             : };
  100718             : static
  100719             :     struct {
  100720             :         PyASCIIObject _ascii;
  100721             :         uint8_t _data[49];
  100722             :     }
  100723             : ntpath_toplevel_consts_30_consts_0 = {
  100724             :     ._ascii = {
  100725             :         .ob_base = {
  100726             :             .ob_refcnt = 999999999,
  100727             :             .ob_type = &PyUnicode_Type,
  100728             :         },
  100729             :         .length = 48,
  100730             :         .hash = -1,
  100731             :         .state = {
  100732             :             .kind = 1,
  100733             :             .compact = 1,
  100734             :             .ascii = 1,
  100735             :         },
  100736             :     },
  100737             :     ._data = "Normalize path, eliminating double slashes, etc.",
  100738             : };
  100739             : static
  100740             :     struct {
  100741             :         PyGC_Head _gc_head;
  100742             :         struct {
  100743             :             PyObject_VAR_HEAD
  100744             :             PyObject *ob_item[3];
  100745             :         }_object;
  100746             :     }
  100747             : ntpath_toplevel_consts_30_consts = {
  100748             :     ._object = {
  100749             :         .ob_base = {
  100750             :             .ob_base = {
  100751             :                 .ob_refcnt = 999999999,
  100752             :                 .ob_type = &PyTuple_Type,
  100753             :             },
  100754             :             .ob_size = 3,
  100755             :         },
  100756             :         .ob_item = {
  100757             :             & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
  100758             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  100759             :             &_Py_STR(dot),
  100760             :         },
  100761             :     },
  100762             : };
  100763             : static
  100764             :     struct {
  100765             :         PyGC_Head _gc_head;
  100766             :         struct {
  100767             :             PyObject_VAR_HEAD
  100768             :             PyObject *ob_item[7];
  100769             :         }_object;
  100770             :     }
  100771             : ntpath_toplevel_consts_30_names = {
  100772             :     ._object = {
  100773             :         .ob_base = {
  100774             :             .ob_base = {
  100775             :                 .ob_refcnt = 999999999,
  100776             :                 .ob_type = &PyTuple_Type,
  100777             :             },
  100778             :             .ob_size = 7,
  100779             :         },
  100780             :         .ob_item = {
  100781             :             & const_str_os._ascii.ob_base,
  100782             :             & const_str_fspath._ascii.ob_base,
  100783             :             &_Py_ID(isinstance),
  100784             :             & const_str_bytes._ascii.ob_base,
  100785             :             & const_str_fsencode._ascii.ob_base,
  100786             :             & const_str__path_normpath._ascii.ob_base,
  100787             :             & const_str_fsdecode._ascii.ob_base,
  100788             :         },
  100789             :     },
  100790             : };
  100791             : static
  100792             :     struct {
  100793             :         PyObject_VAR_HEAD
  100794             :         Py_hash_t ob_shash;
  100795             :         char ob_sval[82];
  100796             :     }
  100797             : ntpath_toplevel_consts_30_linetable = {
  100798             :     .ob_base = {
  100799             :         .ob_base = {
  100800             :             .ob_refcnt = 999999999,
  100801             :             .ob_type = &PyBytes_Type,
  100802             :         },
  100803             :         .ob_size = 81,
  100804             :     },
  100805             :     .ob_shash = -1,
  100806             :     .ob_sval = "\x80\x00\xe5\x0f\x18\x8f\x79\x89\x79\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x01\x09\x4a\x01\xdd\x13\x1e\x97\x3b\x91\x3b\x9d\x7e\xad\x62\xaf\x6b\xa9\x6b\xb8\x24\xd4\x2e\x3f\xd4\x1f\x40\xd4\x13\x41\xd0\x13\x49\xc0\x54\xd0\x0c\x49\xdd\x0f\x1d\x98\x64\xd4\x0f\x23\xd0\x0f\x2a\xa0\x73\xd0\x08\x2a",
  100807             : };
  100808             : static
  100809             :     struct _PyCode_DEF(230)
  100810             : ntpath_toplevel_consts_30 = {
  100811             :     .ob_base = {
  100812             :         .ob_base = {
  100813             :             .ob_refcnt = 999999999,
  100814             :             .ob_type = &PyCode_Type,
  100815             :         },
  100816             :         .ob_size = 115,
  100817             :     },
  100818             :     .co_consts = & ntpath_toplevel_consts_30_consts._object.ob_base.ob_base,
  100819             :     .co_names = & ntpath_toplevel_consts_30_names._object.ob_base.ob_base,
  100820             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  100821             :     .co_flags = 3,
  100822             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  100823             :     ._co_linearray_entry_size = 0,
  100824             :     .co_argcount = 1,
  100825             :     .co_posonlyargcount = 0,
  100826             :     .co_kwonlyargcount = 0,
  100827             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  100828             :     .co_stacksize = 7,
  100829             :     .co_firstlineno = 551,
  100830             :     .co_nlocalsplus = 1,
  100831             :     .co_nlocals = 1,
  100832             :     .co_nplaincellvars = 0,
  100833             :     .co_ncellvars = 0,
  100834             :     .co_nfreevars = 0,
  100835             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  100836             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  100837             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  100838             :     .co_name = & const_str_normpath._ascii.ob_base,
  100839             :     .co_qualname = & const_str_normpath._ascii.ob_base,
  100840             :     .co_linetable = & ntpath_toplevel_consts_30_linetable.ob_base.ob_base,
  100841             :     ._co_code = NULL,
  100842             :     ._co_linearray = NULL,
  100843             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x39\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x01\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x02\x53\x00",
  100844             :     ._co_firsttraceable = 0,
  100845             : };
  100846             : static
  100847             :     struct {
  100848             :         PyObject_VAR_HEAD
  100849             :         Py_hash_t ob_shash;
  100850             :         char ob_sval[3];
  100851             :     }
  100852             : ntpath_toplevel_consts_31_consts_4 = {
  100853             :     .ob_base = {
  100854             :         .ob_base = {
  100855             :             .ob_refcnt = 999999999,
  100856             :             .ob_type = &PyBytes_Type,
  100857             :         },
  100858             :         .ob_size = 2,
  100859             :     },
  100860             :     .ob_shash = -1,
  100861             :     .ob_sval = "..",
  100862             : };
  100863             : static
  100864             :     struct {
  100865             :         PyObject_VAR_HEAD
  100866             :         Py_hash_t ob_shash;
  100867             :         char ob_sval[5];
  100868             :     }
  100869             : ntpath_toplevel_consts_31_consts_5_0 = {
  100870             :     .ob_base = {
  100871             :         .ob_base = {
  100872             :             .ob_refcnt = 999999999,
  100873             :             .ob_type = &PyBytes_Type,
  100874             :         },
  100875             :         .ob_size = 4,
  100876             :     },
  100877             :     .ob_shash = -1,
  100878             :     .ob_sval = "\\\\.\\",
  100879             : };
  100880             : static
  100881             :     struct {
  100882             :         PyGC_Head _gc_head;
  100883             :         struct {
  100884             :             PyObject_VAR_HEAD
  100885             :             PyObject *ob_item[2];
  100886             :         }_object;
  100887             :     }
  100888             : ntpath_toplevel_consts_31_consts_5 = {
  100889             :     ._object = {
  100890             :         .ob_base = {
  100891             :             .ob_base = {
  100892             :                 .ob_refcnt = 999999999,
  100893             :                 .ob_type = &PyTuple_Type,
  100894             :             },
  100895             :             .ob_size = 2,
  100896             :         },
  100897             :         .ob_item = {
  100898             :             & ntpath_toplevel_consts_31_consts_5_0.ob_base.ob_base,
  100899             :             & ntpath_toplevel_consts_16_consts_3.ob_base.ob_base,
  100900             :         },
  100901             :     },
  100902             : };
  100903             : static
  100904             :     struct {
  100905             :         PyASCIIObject _ascii;
  100906             :         uint8_t _data[5];
  100907             :     }
  100908             : ntpath_toplevel_consts_31_consts_10_0 = {
  100909             :     ._ascii = {
  100910             :         .ob_base = {
  100911             :             .ob_refcnt = 999999999,
  100912             :             .ob_type = &PyUnicode_Type,
  100913             :         },
  100914             :         .length = 4,
  100915             :         .hash = -1,
  100916             :         .state = {
  100917             :             .kind = 1,
  100918             :             .compact = 1,
  100919             :             .ascii = 1,
  100920             :         },
  100921             :     },
  100922             :     ._data = "\\\\.\\",
  100923             : };
  100924             : static
  100925             :     struct {
  100926             :         PyGC_Head _gc_head;
  100927             :         struct {
  100928             :             PyObject_VAR_HEAD
  100929             :             PyObject *ob_item[2];
  100930             :         }_object;
  100931             :     }
  100932             : ntpath_toplevel_consts_31_consts_10 = {
  100933             :     ._object = {
  100934             :         .ob_base = {
  100935             :             .ob_base = {
  100936             :                 .ob_refcnt = 999999999,
  100937             :                 .ob_type = &PyTuple_Type,
  100938             :             },
  100939             :             .ob_size = 2,
  100940             :         },
  100941             :         .ob_item = {
  100942             :             & ntpath_toplevel_consts_31_consts_10_0._ascii.ob_base,
  100943             :             & ntpath_toplevel_consts_16_consts_7._ascii.ob_base,
  100944             :         },
  100945             :     },
  100946             : };
  100947             : static
  100948             :     struct {
  100949             :         PyGC_Head _gc_head;
  100950             :         struct {
  100951             :             PyObject_VAR_HEAD
  100952             :             PyObject *ob_item[13];
  100953             :         }_object;
  100954             :     }
  100955             : ntpath_toplevel_consts_31_consts = {
  100956             :     ._object = {
  100957             :         .ob_base = {
  100958             :             .ob_base = {
  100959             :                 .ob_refcnt = 999999999,
  100960             :                 .ob_type = &PyTuple_Type,
  100961             :             },
  100962             :             .ob_size = 13,
  100963             :         },
  100964             :         .ob_item = {
  100965             :             & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
  100966             :             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
  100967             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  100968             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  100969             :             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
  100970             :             & ntpath_toplevel_consts_31_consts_5._object.ob_base.ob_base,
  100971             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
  100972             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  100973             :             &_Py_STR(dot),
  100974             :             & ntpath_toplevel_consts_2._ascii.ob_base,
  100975             :             & ntpath_toplevel_consts_31_consts_10._object.ob_base.ob_base,
  100976             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  100977             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  100978             :         },
  100979             :     },
  100980             : };
  100981             : static
  100982             :     struct {
  100983             :         PyGC_Head _gc_head;
  100984             :         struct {
  100985             :             PyObject_VAR_HEAD
  100986             :             PyObject *ob_item[13];
  100987             :         }_object;
  100988             :     }
  100989             : ntpath_toplevel_consts_31_names = {
  100990             :     ._object = {
  100991             :         .ob_base = {
  100992             :             .ob_base = {
  100993             :                 .ob_refcnt = 999999999,
  100994             :                 .ob_type = &PyTuple_Type,
  100995             :             },
  100996             :             .ob_size = 13,
  100997             :         },
  100998             :         .ob_item = {
  100999             :             & const_str_os._ascii.ob_base,
  101000             :             & const_str_fspath._ascii.ob_base,
  101001             :             &_Py_ID(isinstance),
  101002             :             & const_str_bytes._ascii.ob_base,
  101003             :             & const_str_startswith._ascii.ob_base,
  101004             :             &_Py_ID(replace),
  101005             :             & const_str_splitdrive._ascii.ob_base,
  101006             :             & const_str_lstrip._ascii.ob_base,
  101007             :             & const_str_split._ascii.ob_base,
  101008             :             &_Py_ID(len),
  101009             :             & const_str_endswith._ascii.ob_base,
  101010             :             &_Py_ID(append),
  101011             :             &_Py_ID(join),
  101012             :         },
  101013             :     },
  101014             : };
  101015             : static
  101016             :     struct {
  101017             :         PyObject_VAR_HEAD
  101018             :         Py_hash_t ob_shash;
  101019             :         char ob_sval[459];
  101020             :     }
  101021             : ntpath_toplevel_consts_31_linetable = {
  101022             :     .ob_base = {
  101023             :         .ob_base = {
  101024             :             .ob_refcnt = 999999999,
  101025             :             .ob_type = &PyBytes_Type,
  101026             :         },
  101027             :         .ob_size = 458,
  101028             :     },
  101029             :     .ob_shash = -1,
  101030             :     .ob_sval = "\x80\x00\xe5\x0f\x18\x8f\x79\x89\x79\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x0b\x09\x36\xd8\x12\x17\x88\x43\xd8\x15\x19\x88\x46\xd8\x15\x19\x88\x46\xd8\x15\x1a\x88\x46\xd8\x1f\x37\xd0\x0c\x1c\xd0\x0c\x1c\xe0\x12\x16\x88\x43\xd8\x15\x18\x88\x46\xd8\x15\x18\x88\x46\xd8\x15\x19\x88\x46\xd8\x1f\x35\xd0\x0c\x1c\xd8\x0b\x0f\x8f\x3f\x89\x3f\xd0\x1b\x2b\xd4\x0b\x2c\xf0\x00\x06\x09\x18\xf0\x0c\x00\x14\x18\x88\x4b\xd8\x0f\x13\x8f\x7c\x89\x7c\x98\x46\xa0\x43\xd4\x0f\x28\x88\x04\xdd\x17\x21\xa0\x24\xd4\x17\x27\x89\x0c\x88\x06\x90\x04\xf0\x06\x00\x0c\x10\x8f\x3f\x89\x3f\x98\x33\xd4\x0b\x1f\xf0\x00\x02\x09\x24\xd8\x0c\x12\x90\x63\x89\x4d\x88\x46\xd8\x13\x17\x97\x3b\x91\x3b\x98\x73\xd4\x13\x23\x88\x44\xe0\x10\x14\x97\x0a\x91\x0a\x98\x33\x94\x0f\x88\x05\xd8\x0c\x0d\x88\x01\xd8\x0e\x0f\x95\x23\x90\x65\x94\x2a\x8a\x6e\xf0\x00\x0c\x09\x17\xd8\x13\x18\x98\x11\x94\x38\xf0\x00\x0b\x0d\x17\x98\x75\xa0\x51\x9c\x78\xa8\x36\xd2\x1f\x31\xf0\x00\x0b\x0d\x17\xd8\x14\x19\x98\x21\x90\x48\x90\x48\xd8\x11\x16\x90\x71\x94\x18\x98\x56\xd2\x11\x23\xf0\x00\x09\x0d\x17\xd8\x13\x14\x90\x71\x92\x35\xf0\x00\x06\x11\x1b\x98\x55\xa0\x31\xa0\x51\xa1\x33\x9c\x5a\xa8\x36\xd2\x1d\x31\xf0\x00\x06\x11\x1b\xd8\x18\x1d\x98\x61\xa0\x01\x99\x63\xa0\x21\xa0\x41\xa1\x23\x98\x67\x98\x0e\xd8\x14\x15\x98\x11\x91\x46\x90\x41\x90\x41\xd8\x15\x16\x98\x21\x92\x56\xf0\x00\x03\x11\x1b\xa0\x06\xa7\x0f\xa1\x0f\xb0\x03\xd4\x20\x34\xf0\x00\x03\x11\x1b\xd8\x18\x1d\x98\x61\x98\x08\x98\x08\xe0\x14\x15\x98\x11\x91\x46\x90\x41\x90\x41\xe0\x10\x11\x90\x51\x91\x06\x90\x01\xf0\x19\x00\x0f\x10\x95\x23\x90\x65\x94\x2a\x8a\x6e\xf0\x00\x0c\x09\x17\xf0\x1c\x00\x10\x16\xf0\x00\x01\x09\x21\x98\x65\xf0\x00\x01\x09\x21\xd8\x0c\x11\x8f\x4c\x89\x4c\x98\x16\xd4\x0c\x20\xd0\x0c\x20\xd8\x0f\x15\x98\x03\x9f\x08\x99\x08\xa0\x15\x9c\x0f\xd1\x0f\x27\xd0\x08\x27",
  101031             : };
  101032             : static
  101033             :     struct {
  101034             :         PyASCIIObject _ascii;
  101035             :         uint8_t _data[17];
  101036             :     }
  101037             : const_str_special_prefixes = {
  101038             :     ._ascii = {
  101039             :         .ob_base = {
  101040             :             .ob_refcnt = 999999999,
  101041             :             .ob_type = &PyUnicode_Type,
  101042             :         },
  101043             :         .length = 16,
  101044             :         .hash = -1,
  101045             :         .state = {
  101046             :             .kind = 1,
  101047             :             .compact = 1,
  101048             :             .ascii = 1,
  101049             :         },
  101050             :     },
  101051             :     ._data = "special_prefixes",
  101052             : };
  101053             : static
  101054             :     struct {
  101055             :         PyASCIIObject _ascii;
  101056             :         uint8_t _data[6];
  101057             :     }
  101058             : const_str_comps = {
  101059             :     ._ascii = {
  101060             :         .ob_base = {
  101061             :             .ob_refcnt = 999999999,
  101062             :             .ob_type = &PyUnicode_Type,
  101063             :         },
  101064             :         .length = 5,
  101065             :         .hash = -1,
  101066             :         .state = {
  101067             :             .kind = 1,
  101068             :             .compact = 1,
  101069             :             .ascii = 1,
  101070             :         },
  101071             :     },
  101072             :     ._data = "comps",
  101073             : };
  101074             : static
  101075             :     struct {
  101076             :         PyGC_Head _gc_head;
  101077             :         struct {
  101078             :             PyObject_VAR_HEAD
  101079             :             PyObject *ob_item[9];
  101080             :         }_object;
  101081             :     }
  101082             : ntpath_toplevel_consts_31_localsplusnames = {
  101083             :     ._object = {
  101084             :         .ob_base = {
  101085             :             .ob_base = {
  101086             :                 .ob_refcnt = 999999999,
  101087             :                 .ob_type = &PyTuple_Type,
  101088             :             },
  101089             :             .ob_size = 9,
  101090             :         },
  101091             :         .ob_item = {
  101092             :             &_Py_ID(path),
  101093             :             & const_str_sep._ascii.ob_base,
  101094             :             & const_str_altsep._ascii.ob_base,
  101095             :             & const_str_curdir._ascii.ob_base,
  101096             :             & const_str_pardir._ascii.ob_base,
  101097             :             & const_str_special_prefixes._ascii.ob_base,
  101098             :             & const_str_prefix._ascii.ob_base,
  101099             :             & const_str_comps._ascii.ob_base,
  101100             :             & const_str_i._ascii.ob_base,
  101101             :         },
  101102             :     },
  101103             : };
  101104             : static
  101105             :     struct _PyCode_DEF(740)
  101106             : ntpath_toplevel_consts_31 = {
  101107             :     .ob_base = {
  101108             :         .ob_base = {
  101109             :             .ob_refcnt = 999999999,
  101110             :             .ob_type = &PyCode_Type,
  101111             :         },
  101112             :         .ob_size = 370,
  101113             :     },
  101114             :     .co_consts = & ntpath_toplevel_consts_31_consts._object.ob_base.ob_base,
  101115             :     .co_names = & ntpath_toplevel_consts_31_names._object.ob_base.ob_base,
  101116             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  101117             :     .co_flags = 3,
  101118             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  101119             :     ._co_linearray_entry_size = 0,
  101120             :     .co_argcount = 1,
  101121             :     .co_posonlyargcount = 0,
  101122             :     .co_kwonlyargcount = 0,
  101123             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  101124             :     .co_stacksize = 4,
  101125             :     .co_firstlineno = 500,
  101126             :     .co_nlocalsplus = 9,
  101127             :     .co_nlocals = 9,
  101128             :     .co_nplaincellvars = 0,
  101129             :     .co_ncellvars = 0,
  101130             :     .co_nfreevars = 0,
  101131             :     .co_localsplusnames = & ntpath_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
  101132             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
  101133             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  101134             :     .co_name = & const_str_normpath._ascii.ob_base,
  101135             :     .co_qualname = & const_str_normpath._ascii.ob_base,
  101136             :     .co_linetable = & ntpath_toplevel_consts_31_linetable.ob_base.ob_base,
  101137             :     ._co_code = NULL,
  101138             :     ._co_linearray = NULL,
  101139             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0b\x64\x01\x7d\x01\x64\x02\x7d\x02\x64\x03\x7d\x03\x64\x04\x7d\x04\x64\x05\x7d\x05\x6e\x0a\x64\x06\x7d\x01\x64\x07\x7d\x02\x64\x08\x7d\x03\x64\x09\x7d\x04\x64\x0a\x7d\x05\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x06\x7c\x01\x7a\x0d\x00\x00\x7d\x06\x7c\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x64\x0b\x7d\x08\x7c\x08\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x72\x82\x7c\x07\x7c\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x7c\x07\x7c\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x04\x7c\x07\x7c\x08\x3d\x00\x6e\x59\x7c\x07\x7c\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x48\x7c\x08\x64\x0b\x6b\x04\x00\x00\x00\x00\x72\x20\x7c\x07\x7c\x08\x64\x0c\x7a\x0a\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x03\x00\x00\x00\x00\x72\x11\x7c\x07\x7c\x08\x64\x0c\x7a\x0a\x00\x00\x7c\x08\x64\x0c\x7a\x00\x00\x00\x85\x02\x3d\x00\x7c\x08\x64\x0c\x7a\x17\x00\x00\x7d\x08\x6e\x27\x7c\x08\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x16\x7c\x06\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x04\x7c\x07\x7c\x08\x3d\x00\x6e\x0b\x7c\x08\x64\x0c\x7a\x0d\x00\x00\x7d\x08\x6e\x05\x7c\x08\x64\x0c\x7a\x0d\x00\x00\x7d\x08\x7c\x08\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\xb0\x82\x7c\x06\x73\x14\x7c\x07\x73\x12\x7c\x07\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x7c\x01\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
  101140             :     ._co_firsttraceable = 0,
  101141             : };
  101142             : static
  101143             :     struct {
  101144             :         PyASCIIObject _ascii;
  101145             :         uint8_t _data[165];
  101146             :     }
  101147             : ntpath_toplevel_consts_32_consts_0 = {
  101148             :     ._ascii = {
  101149             :         .ob_base = {
  101150             :             .ob_refcnt = 999999999,
  101151             :             .ob_type = &PyUnicode_Type,
  101152             :         },
  101153             :         .length = 164,
  101154             :         .hash = -1,
  101155             :         .state = {
  101156             :             .kind = 1,
  101157             :             .compact = 1,
  101158             :             .ascii = 1,
  101159             :         },
  101160             :     },
  101161             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x61\x62\x73\x6f\x6c\x75\x74\x65\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x6f\x66\x20\x61\x20\x70\x61\x74\x68\x20\x61\x73\x20\x61\x20\x66\x61\x6c\x6c\x62\x61\x63\x6b\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x6e\x20\x63\x61\x73\x65\x0a\x20\x20\x20\x20\x60\x6e\x74\x2e\x5f\x67\x65\x74\x66\x75\x6c\x6c\x70\x61\x74\x68\x6e\x61\x6d\x65\x60\x20\x69\x73\x20\x6e\x6f\x74\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x73\x20\x4f\x53\x45\x72\x72\x6f\x72\x2e\x20\x53\x65\x65\x20\x62\x70\x6f\x2d\x33\x31\x30\x34\x37\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x6d\x6f\x72\x65\x2e\x0a\x0a\x20\x20\x20\x20",
  101162             : };
  101163             : static
  101164             :     struct {
  101165             :         PyGC_Head _gc_head;
  101166             :         struct {
  101167             :             PyObject_VAR_HEAD
  101168             :             PyObject *ob_item[1];
  101169             :         }_object;
  101170             :     }
  101171             : ntpath_toplevel_consts_32_consts = {
  101172             :     ._object = {
  101173             :         .ob_base = {
  101174             :             .ob_base = {
  101175             :                 .ob_refcnt = 999999999,
  101176             :                 .ob_type = &PyTuple_Type,
  101177             :             },
  101178             :             .ob_size = 1,
  101179             :         },
  101180             :         .ob_item = {
  101181             :             & ntpath_toplevel_consts_32_consts_0._ascii.ob_base,
  101182             :         },
  101183             :     },
  101184             : };
  101185             : static
  101186             :     struct {
  101187             :         PyASCIIObject _ascii;
  101188             :         uint8_t _data[8];
  101189             :     }
  101190             : const_str_getcwdb = {
  101191             :     ._ascii = {
  101192             :         .ob_base = {
  101193             :             .ob_refcnt = 999999999,
  101194             :             .ob_type = &PyUnicode_Type,
  101195             :         },
  101196             :         .length = 7,
  101197             :         .hash = -1,
  101198             :         .state = {
  101199             :             .kind = 1,
  101200             :             .compact = 1,
  101201             :             .ascii = 1,
  101202             :         },
  101203             :     },
  101204             :     ._data = "getcwdb",
  101205             : };
  101206             : static
  101207             :     struct {
  101208             :         PyGC_Head _gc_head;
  101209             :         struct {
  101210             :             PyObject_VAR_HEAD
  101211             :             PyObject *ob_item[9];
  101212             :         }_object;
  101213             :     }
  101214             : ntpath_toplevel_consts_32_names = {
  101215             :     ._object = {
  101216             :         .ob_base = {
  101217             :             .ob_base = {
  101218             :                 .ob_refcnt = 999999999,
  101219             :                 .ob_type = &PyTuple_Type,
  101220             :             },
  101221             :             .ob_size = 9,
  101222             :         },
  101223             :         .ob_item = {
  101224             :             & const_str_os._ascii.ob_base,
  101225             :             & const_str_fspath._ascii.ob_base,
  101226             :             & const_str_isabs._ascii.ob_base,
  101227             :             &_Py_ID(isinstance),
  101228             :             & const_str_bytes._ascii.ob_base,
  101229             :             & const_str_getcwdb._ascii.ob_base,
  101230             :             & const_str_getcwd._ascii.ob_base,
  101231             :             &_Py_ID(join),
  101232             :             & const_str_normpath._ascii.ob_base,
  101233             :         },
  101234             :     },
  101235             : };
  101236             : static
  101237             :     struct {
  101238             :         PyASCIIObject _ascii;
  101239             :         uint8_t _data[18];
  101240             :     }
  101241             : const_str__abspath_fallback = {
  101242             :     ._ascii = {
  101243             :         .ob_base = {
  101244             :             .ob_refcnt = 999999999,
  101245             :             .ob_type = &PyUnicode_Type,
  101246             :         },
  101247             :         .length = 17,
  101248             :         .hash = -1,
  101249             :         .state = {
  101250             :             .kind = 1,
  101251             :             .compact = 1,
  101252             :             .ascii = 1,
  101253             :         },
  101254             :     },
  101255             :     ._data = "_abspath_fallback",
  101256             : };
  101257             : static
  101258             :     struct {
  101259             :         PyObject_VAR_HEAD
  101260             :         Py_hash_t ob_shash;
  101261             :         char ob_sval[90];
  101262             :     }
  101263             : ntpath_toplevel_consts_32_linetable = {
  101264             :     .ob_base = {
  101265             :         .ob_base = {
  101266             :             .ob_refcnt = 999999999,
  101267             :             .ob_type = &PyBytes_Type,
  101268             :         },
  101269             :         .ob_size = 89,
  101270             :     },
  101271             :     .ob_shash = -1,
  101272             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x0b\x10\x90\x14\x8c\x3b\xf0\x00\x05\x05\x1f\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x03\x09\x1e\xdd\x12\x1c\x97\x2a\x91\x2a\x94\x2c\x88\x43\x88\x43\xe5\x12\x1b\x97\x29\x91\x29\x94\x2b\x88\x43\xdd\x0f\x13\x90\x43\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x13\x90\x44\x8c\x3e\xd0\x04\x19",
  101273             : };
  101274             : static
  101275             :     struct {
  101276             :         PyASCIIObject _ascii;
  101277             :         uint8_t _data[4];
  101278             :     }
  101279             : const_str_cwd = {
  101280             :     ._ascii = {
  101281             :         .ob_base = {
  101282             :             .ob_refcnt = 999999999,
  101283             :             .ob_type = &PyUnicode_Type,
  101284             :         },
  101285             :         .length = 3,
  101286             :         .hash = -1,
  101287             :         .state = {
  101288             :             .kind = 1,
  101289             :             .compact = 1,
  101290             :             .ascii = 1,
  101291             :         },
  101292             :     },
  101293             :     ._data = "cwd",
  101294             : };
  101295             : static
  101296             :     struct {
  101297             :         PyGC_Head _gc_head;
  101298             :         struct {
  101299             :             PyObject_VAR_HEAD
  101300             :             PyObject *ob_item[2];
  101301             :         }_object;
  101302             :     }
  101303             : ntpath_toplevel_consts_32_localsplusnames = {
  101304             :     ._object = {
  101305             :         .ob_base = {
  101306             :             .ob_base = {
  101307             :                 .ob_refcnt = 999999999,
  101308             :                 .ob_type = &PyTuple_Type,
  101309             :             },
  101310             :             .ob_size = 2,
  101311             :         },
  101312             :         .ob_item = {
  101313             :             &_Py_ID(path),
  101314             :             & const_str_cwd._ascii.ob_base,
  101315             :         },
  101316             :     },
  101317             : };
  101318             : static
  101319             :     struct _PyCode_DEF(256)
  101320             : ntpath_toplevel_consts_32 = {
  101321             :     .ob_base = {
  101322             :         .ob_base = {
  101323             :             .ob_refcnt = 999999999,
  101324             :             .ob_type = &PyCode_Type,
  101325             :         },
  101326             :         .ob_size = 128,
  101327             :     },
  101328             :     .co_consts = & ntpath_toplevel_consts_32_consts._object.ob_base.ob_base,
  101329             :     .co_names = & ntpath_toplevel_consts_32_names._object.ob_base.ob_base,
  101330             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  101331             :     .co_flags = 3,
  101332             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  101333             :     ._co_linearray_entry_size = 0,
  101334             :     .co_argcount = 1,
  101335             :     .co_posonlyargcount = 0,
  101336             :     .co_kwonlyargcount = 0,
  101337             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  101338             :     .co_stacksize = 4,
  101339             :     .co_firstlineno = 559,
  101340             :     .co_nlocalsplus = 2,
  101341             :     .co_nlocals = 2,
  101342             :     .co_nplaincellvars = 0,
  101343             :     .co_ncellvars = 0,
  101344             :     .co_nfreevars = 0,
  101345             :     .co_localsplusnames = & ntpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
  101346             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  101347             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  101348             :     .co_name = & const_str__abspath_fallback._ascii.ob_base,
  101349             :     .co_qualname = & const_str__abspath_fallback._ascii.ob_base,
  101350             :     .co_linetable = & ntpath_toplevel_consts_32_linetable.ob_base.ob_base,
  101351             :     ._co_code = NULL,
  101352             :     ._co_linearray = NULL,
  101353             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x4e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  101354             :     ._co_firsttraceable = 0,
  101355             : };
  101356             : static
  101357             :     struct {
  101358             :         PyASCIIObject _ascii;
  101359             :         uint8_t _data[17];
  101360             :     }
  101361             : const_str__getfullpathname = {
  101362             :     ._ascii = {
  101363             :         .ob_base = {
  101364             :             .ob_refcnt = 999999999,
  101365             :             .ob_type = &PyUnicode_Type,
  101366             :         },
  101367             :         .length = 16,
  101368             :         .hash = -1,
  101369             :         .state = {
  101370             :             .kind = 1,
  101371             :             .compact = 1,
  101372             :             .ascii = 1,
  101373             :         },
  101374             :     },
  101375             :     ._data = "_getfullpathname",
  101376             : };
  101377             : static
  101378             :     struct {
  101379             :         PyGC_Head _gc_head;
  101380             :         struct {
  101381             :             PyObject_VAR_HEAD
  101382             :             PyObject *ob_item[1];
  101383             :         }_object;
  101384             :     }
  101385             : ntpath_toplevel_consts_33 = {
  101386             :     ._object = {
  101387             :         .ob_base = {
  101388             :             .ob_base = {
  101389             :                 .ob_refcnt = 999999999,
  101390             :                 .ob_type = &PyTuple_Type,
  101391             :             },
  101392             :             .ob_size = 1,
  101393             :         },
  101394             :         .ob_item = {
  101395             :             & const_str__getfullpathname._ascii.ob_base,
  101396             :         },
  101397             :     },
  101398             : };
  101399             : static
  101400             :     struct {
  101401             :         PyASCIIObject _ascii;
  101402             :         uint8_t _data[39];
  101403             :     }
  101404             : ntpath_toplevel_consts_34_consts_0 = {
  101405             :     ._ascii = {
  101406             :         .ob_base = {
  101407             :             .ob_refcnt = 999999999,
  101408             :             .ob_type = &PyUnicode_Type,
  101409             :         },
  101410             :         .length = 38,
  101411             :         .hash = -1,
  101412             :         .state = {
  101413             :             .kind = 1,
  101414             :             .compact = 1,
  101415             :             .ascii = 1,
  101416             :         },
  101417             :     },
  101418             :     ._data = "Return the absolute version of a path.",
  101419             : };
  101420             : static
  101421             :     struct {
  101422             :         PyGC_Head _gc_head;
  101423             :         struct {
  101424             :             PyObject_VAR_HEAD
  101425             :             PyObject *ob_item[1];
  101426             :         }_object;
  101427             :     }
  101428             : ntpath_toplevel_consts_34_consts = {
  101429             :     ._object = {
  101430             :         .ob_base = {
  101431             :             .ob_base = {
  101432             :                 .ob_refcnt = 999999999,
  101433             :                 .ob_type = &PyTuple_Type,
  101434             :             },
  101435             :             .ob_size = 1,
  101436             :         },
  101437             :         .ob_item = {
  101438             :             & ntpath_toplevel_consts_34_consts_0._ascii.ob_base,
  101439             :         },
  101440             :     },
  101441             : };
  101442             : static
  101443             :     struct {
  101444             :         PyGC_Head _gc_head;
  101445             :         struct {
  101446             :             PyObject_VAR_HEAD
  101447             :             PyObject *ob_item[5];
  101448             :         }_object;
  101449             :     }
  101450             : ntpath_toplevel_consts_34_names = {
  101451             :     ._object = {
  101452             :         .ob_base = {
  101453             :             .ob_base = {
  101454             :                 .ob_refcnt = 999999999,
  101455             :                 .ob_type = &PyTuple_Type,
  101456             :             },
  101457             :             .ob_size = 5,
  101458             :         },
  101459             :         .ob_item = {
  101460             :             & const_str__getfullpathname._ascii.ob_base,
  101461             :             & const_str_normpath._ascii.ob_base,
  101462             :             & const_str_OSError._ascii.ob_base,
  101463             :             & const_str_ValueError._ascii.ob_base,
  101464             :             & const_str__abspath_fallback._ascii.ob_base,
  101465             :         },
  101466             :     },
  101467             : };
  101468             : static
  101469             :     struct {
  101470             :         PyObject_VAR_HEAD
  101471             :         Py_hash_t ob_shash;
  101472             :         char ob_sval[72];
  101473             :     }
  101474             : ntpath_toplevel_consts_34_linetable = {
  101475             :     .ob_base = {
  101476             :         .ob_base = {
  101477             :             .ob_refcnt = 999999999,
  101478             :             .ob_type = &PyBytes_Type,
  101479             :         },
  101480             :         .ob_size = 71,
  101481             :     },
  101482             :     .ob_shash = -1,
  101483             :     .ob_sval = "\x80\x00\xf0\x04\x03\x09\x2b\xdd\x13\x23\xa5\x48\xa8\x54\xa4\x4e\xd4\x13\x33\xd0\x0c\x33\xf8\xdd\x10\x17\x9d\x1a\xd0\x0f\x24\xf0\x00\x01\x09\x2b\xf0\x00\x01\x09\x2b\xf0\x00\x01\x09\x2b\xdd\x13\x24\xa0\x54\xd4\x13\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xf0\x03\x01\x09\x2b\xf8\xf8\xf8",
  101484             : };
  101485             : static
  101486             :     struct {
  101487             :         PyObject_VAR_HEAD
  101488             :         Py_hash_t ob_shash;
  101489             :         char ob_sval[13];
  101490             :     }
  101491             : ntpath_toplevel_consts_34_exceptiontable = {
  101492             :     .ob_base = {
  101493             :         .ob_base = {
  101494             :             .ob_refcnt = 999999999,
  101495             :             .ob_type = &PyBytes_Type,
  101496             :         },
  101497             :         .ob_size = 12,
  101498             :     },
  101499             :     .ob_shash = -1,
  101500             :     .ob_sval = "\x82\x17\x1a\x00\x9a\x1e\x3b\x03\xba\x01\x3b\x03",
  101501             : };
  101502             : static
  101503             :     struct _PyCode_DEF(124)
  101504             : ntpath_toplevel_consts_34 = {
  101505             :     .ob_base = {
  101506             :         .ob_base = {
  101507             :             .ob_refcnt = 999999999,
  101508             :             .ob_type = &PyCode_Type,
  101509             :         },
  101510             :         .ob_size = 62,
  101511             :     },
  101512             :     .co_consts = & ntpath_toplevel_consts_34_consts._object.ob_base.ob_base,
  101513             :     .co_names = & ntpath_toplevel_consts_34_names._object.ob_base.ob_base,
  101514             :     .co_exceptiontable = & ntpath_toplevel_consts_34_exceptiontable.ob_base.ob_base,
  101515             :     .co_flags = 3,
  101516             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  101517             :     ._co_linearray_entry_size = 0,
  101518             :     .co_argcount = 1,
  101519             :     .co_posonlyargcount = 0,
  101520             :     .co_kwonlyargcount = 0,
  101521             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  101522             :     .co_stacksize = 5,
  101523             :     .co_firstlineno = 583,
  101524             :     .co_nlocalsplus = 1,
  101525             :     .co_nlocals = 1,
  101526             :     .co_nplaincellvars = 0,
  101527             :     .co_ncellvars = 0,
  101528             :     .co_nfreevars = 0,
  101529             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  101530             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  101531             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  101532             :     .co_name = & const_str_abspath._ascii.ob_base,
  101533             :     .co_qualname = & const_str_abspath._ascii.ob_base,
  101534             :     .co_linetable = & ntpath_toplevel_consts_34_linetable.ob_base.ob_base,
  101535             :     ._co_code = NULL,
  101536             :     ._co_linearray = NULL,
  101537             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x10\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  101538             :     ._co_firsttraceable = 0,
  101539             : };
  101540             : static
  101541             :     struct {
  101542             :         PyASCIIObject _ascii;
  101543             :         uint8_t _data[18];
  101544             :     }
  101545             : const_str__getfinalpathname = {
  101546             :     ._ascii = {
  101547             :         .ob_base = {
  101548             :             .ob_refcnt = 999999999,
  101549             :             .ob_type = &PyUnicode_Type,
  101550             :         },
  101551             :         .length = 17,
  101552             :         .hash = -1,
  101553             :         .state = {
  101554             :             .kind = 1,
  101555             :             .compact = 1,
  101556             :             .ascii = 1,
  101557             :         },
  101558             :     },
  101559             :     ._data = "_getfinalpathname",
  101560             : };
  101561             : static
  101562             :     struct {
  101563             :         PyASCIIObject _ascii;
  101564             :         uint8_t _data[9];
  101565             :     }
  101566             : const_str_readlink = {
  101567             :     ._ascii = {
  101568             :         .ob_base = {
  101569             :             .ob_refcnt = 999999999,
  101570             :             .ob_type = &PyUnicode_Type,
  101571             :         },
  101572             :         .length = 8,
  101573             :         .hash = -1,
  101574             :         .state = {
  101575             :             .kind = 1,
  101576             :             .compact = 1,
  101577             :             .ascii = 1,
  101578             :         },
  101579             :     },
  101580             :     ._data = "readlink",
  101581             : };
  101582             : static
  101583             :     struct {
  101584             :         PyGC_Head _gc_head;
  101585             :         struct {
  101586             :             PyObject_VAR_HEAD
  101587             :             PyObject *ob_item[2];
  101588             :         }_object;
  101589             :     }
  101590             : ntpath_toplevel_consts_35 = {
  101591             :     ._object = {
  101592             :         .ob_base = {
  101593             :             .ob_base = {
  101594             :                 .ob_refcnt = 999999999,
  101595             :                 .ob_type = &PyTuple_Type,
  101596             :             },
  101597             :             .ob_size = 2,
  101598             :         },
  101599             :         .ob_item = {
  101600             :             & const_str__getfinalpathname._ascii.ob_base,
  101601             :             & const_str_readlink._ascii.ob_base,
  101602             :         },
  101603             :     },
  101604             : };
  101605             : static
  101606             :     struct {
  101607             :         PyObject_VAR_HEAD
  101608             :         digit ob_digit[1];
  101609             :     }
  101610             : const_int_4390 = {
  101611             :     .ob_base = {
  101612             :         .ob_base = {
  101613             :             .ob_refcnt = 999999999,
  101614             :             .ob_type = &PyLong_Type,
  101615             :         },
  101616             :         .ob_size = 1,
  101617             :     },
  101618             :     .ob_digit = { 4390 },
  101619             : };
  101620             : static
  101621             :     struct {
  101622             :         PyObject_VAR_HEAD
  101623             :         digit ob_digit[1];
  101624             :     }
  101625             : const_int_4392 = {
  101626             :     .ob_base = {
  101627             :         .ob_base = {
  101628             :             .ob_refcnt = 999999999,
  101629             :             .ob_type = &PyLong_Type,
  101630             :         },
  101631             :         .ob_size = 1,
  101632             :     },
  101633             :     .ob_digit = { 4392 },
  101634             : };
  101635             : static
  101636             :     struct {
  101637             :         PyObject_VAR_HEAD
  101638             :         digit ob_digit[1];
  101639             :     }
  101640             : const_int_4393 = {
  101641             :     .ob_base = {
  101642             :         .ob_base = {
  101643             :             .ob_refcnt = 999999999,
  101644             :             .ob_type = &PyLong_Type,
  101645             :         },
  101646             :         .ob_size = 1,
  101647             :     },
  101648             :     .ob_digit = { 4393 },
  101649             : };
  101650             : static
  101651             :     struct {
  101652             :         PyGC_Head _gc_head;
  101653             :         struct {
  101654             :             PyObject_VAR_HEAD
  101655             :             PyObject *ob_item[12];
  101656             :         }_object;
  101657             :     }
  101658             : ntpath_toplevel_consts_36_consts_1 = {
  101659             :     ._object = {
  101660             :         .ob_base = {
  101661             :             .ob_base = {
  101662             :                 .ob_refcnt = 999999999,
  101663             :                 .ob_type = &PyTuple_Type,
  101664             :             },
  101665             :             .ob_size = 12,
  101666             :         },
  101667             :         .ob_item = {
  101668             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  101669             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  101670             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
  101671             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
  101672             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 21],
  101673             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
  101674             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 50],
  101675             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 67],
  101676             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 87],
  101677             :             & const_int_4390.ob_base.ob_base,
  101678             :             & const_int_4392.ob_base.ob_base,
  101679             :             & const_int_4393.ob_base.ob_base,
  101680             :         },
  101681             :     },
  101682             : };
  101683             : static
  101684             :     struct {
  101685             :         PyGC_Head _gc_head;
  101686             :         struct {
  101687             :             PyObject_VAR_HEAD
  101688             :             PyObject *ob_item[2];
  101689             :         }_object;
  101690             :     }
  101691             : ntpath_toplevel_consts_36_consts = {
  101692             :     ._object = {
  101693             :         .ob_base = {
  101694             :             .ob_base = {
  101695             :                 .ob_refcnt = 999999999,
  101696             :                 .ob_type = &PyTuple_Type,
  101697             :             },
  101698             :             .ob_size = 2,
  101699             :         },
  101700             :         .ob_item = {
  101701             :             Py_None,
  101702             :             & ntpath_toplevel_consts_36_consts_1._object.ob_base.ob_base,
  101703             :         },
  101704             :     },
  101705             : };
  101706             : static
  101707             :     struct {
  101708             :         PyASCIIObject _ascii;
  101709             :         uint8_t _data[13];
  101710             :     }
  101711             : const_str__nt_readlink = {
  101712             :     ._ascii = {
  101713             :         .ob_base = {
  101714             :             .ob_refcnt = 999999999,
  101715             :             .ob_type = &PyUnicode_Type,
  101716             :         },
  101717             :         .length = 12,
  101718             :         .hash = -1,
  101719             :         .state = {
  101720             :             .kind = 1,
  101721             :             .compact = 1,
  101722             :             .ascii = 1,
  101723             :         },
  101724             :     },
  101725             :     ._data = "_nt_readlink",
  101726             : };
  101727             : static
  101728             :     struct {
  101729             :         PyASCIIObject _ascii;
  101730             :         uint8_t _data[9];
  101731             :     }
  101732             : const_str_winerror = {
  101733             :     ._ascii = {
  101734             :         .ob_base = {
  101735             :             .ob_refcnt = 999999999,
  101736             :             .ob_type = &PyUnicode_Type,
  101737             :         },
  101738             :         .length = 8,
  101739             :         .hash = -1,
  101740             :         .state = {
  101741             :             .kind = 1,
  101742             :             .compact = 1,
  101743             :             .ascii = 1,
  101744             :         },
  101745             :     },
  101746             :     ._data = "winerror",
  101747             : };
  101748             : static
  101749             :     struct {
  101750             :         PyGC_Head _gc_head;
  101751             :         struct {
  101752             :             PyObject_VAR_HEAD
  101753             :             PyObject *ob_item[12];
  101754             :         }_object;
  101755             :     }
  101756             : ntpath_toplevel_consts_36_names = {
  101757             :     ._object = {
  101758             :         .ob_base = {
  101759             :             .ob_base = {
  101760             :                 .ob_refcnt = 999999999,
  101761             :                 .ob_type = &PyTuple_Type,
  101762             :             },
  101763             :             .ob_size = 12,
  101764             :         },
  101765             :         .ob_item = {
  101766             :             & const_str_set._ascii.ob_base,
  101767             :             & const_str_normcase._ascii.ob_base,
  101768             :             &_Py_ID(add),
  101769             :             & const_str__nt_readlink._ascii.ob_base,
  101770             :             & const_str_isabs._ascii.ob_base,
  101771             :             & const_str_islink._ascii.ob_base,
  101772             :             & const_str_normpath._ascii.ob_base,
  101773             :             &_Py_ID(join),
  101774             :             & const_str_dirname._ascii.ob_base,
  101775             :             & const_str_OSError._ascii.ob_base,
  101776             :             & const_str_winerror._ascii.ob_base,
  101777             :             & const_str_ValueError._ascii.ob_base,
  101778             :         },
  101779             :     },
  101780             : };
  101781             : static
  101782             :     struct {
  101783             :         PyASCIIObject _ascii;
  101784             :         uint8_t _data[15];
  101785             :     }
  101786             : const_str__readlink_deep = {
  101787             :     ._ascii = {
  101788             :         .ob_base = {
  101789             :             .ob_refcnt = 999999999,
  101790             :             .ob_type = &PyUnicode_Type,
  101791             :         },
  101792             :         .length = 14,
  101793             :         .hash = -1,
  101794             :         .state = {
  101795             :             .kind = 1,
  101796             :             .compact = 1,
  101797             :             .ascii = 1,
  101798             :         },
  101799             :     },
  101800             :     ._data = "_readlink_deep",
  101801             : };
  101802             : static
  101803             :     struct {
  101804             :         PyObject_VAR_HEAD
  101805             :         Py_hash_t ob_shash;
  101806             :         char ob_sval[249];
  101807             :     }
  101808             : ntpath_toplevel_consts_36_linetable = {
  101809             :     .ob_base = {
  101810             :         .ob_base = {
  101811             :             .ob_refcnt = 999999999,
  101812             :             .ob_type = &PyBytes_Type,
  101813             :         },
  101814             :         .ob_size = 248,
  101815             :     },
  101816             :     .ob_shash = -1,
  101817             :     .ob_sval = "\x80\x00\xf0\x1e\x00\x1c\x4c\x01\xd0\x08\x18\xe5\x0f\x12\x8c\x75\x88\x04\xdd\x0e\x16\x90\x74\x8c\x6e\xa0\x44\xd0\x0e\x28\xf0\x00\x15\x09\x16\xd8\x0c\x10\x8f\x48\x89\x48\x95\x58\x98\x64\x94\x5e\xd4\x0c\x24\xd0\x0c\x24\xf0\x02\x13\x0d\x16\xd8\x1b\x1f\x90\x08\xdd\x17\x23\xa0\x44\xd4\x17\x29\x90\x04\xf5\x06\x00\x18\x1d\x98\x54\x94\x7b\xf0\x00\x07\x11\x43\x01\xf5\x08\x00\x1c\x22\xa0\x28\xd4\x1b\x2b\xf0\x00\x02\x15\x1e\xd8\x1f\x27\x98\x04\xd8\x18\x1d\xdd\x1b\x23\xa5\x44\xad\x17\xb0\x18\xd4\x29\x3a\xb8\x44\xd4\x24\x41\xd4\x1b\x42\x90\x44\xf5\x1d\x00\x0f\x17\x90\x74\x8c\x6e\xa0\x44\xd0\x0e\x28\xf0\x00\x15\x09\x16\xf0\x2c\x00\x10\x14\x88\x0b\xf8\xf5\x0f\x00\x14\x1b\xf0\x00\x03\x0d\x16\xf0\x00\x03\x0d\x16\xf0\x00\x03\x0d\x16\xd8\x13\x15\x97\x3b\x91\x3b\xd0\x22\x32\xd0\x13\x32\xf0\x00\x01\x11\x1a\xd8\x14\x19\x90\x45\x90\x45\x90\x45\x90\x45\xd8\x10\x15\xf8\xf8\xf8\xf8\xdd\x13\x1d\xf0\x00\x02\x0d\x16\xf0\x00\x02\x0d\x16\xf0\x00\x02\x0d\x16\xe0\x10\x15\x90\x05\xf0\x05\x02\x0d\x16\xf8\xf8\xf8",
  101818             : };
  101819             : static
  101820             :     struct {
  101821             :         PyObject_VAR_HEAD
  101822             :         Py_hash_t ob_shash;
  101823             :         char ob_sval[42];
  101824             :     }
  101825             : ntpath_toplevel_consts_36_exceptiontable = {
  101826             :     .ob_base = {
  101827             :         .ob_base = {
  101828             :             .ob_refcnt = 999999999,
  101829             :             .ob_type = &PyBytes_Type,
  101830             :         },
  101831             :         .ob_size = 41,
  101832             :     },
  101833             :     .ob_shash = -1,
  101834             :     .ob_sval = "\xbc\x2b\x42\x1d\x00\xc1\x28\x24\x42\x1d\x00\xc2\x1d\x0a\x43\x0b\x03\xc2\x27\x0e\x42\x3b\x03\xc2\x3a\x01\x42\x3b\x03\xc2\x3b\x0d\x43\x0b\x03\xc3\x0a\x01\x43\x0b\x03",
  101835             : };
  101836             : static
  101837             :     struct {
  101838             :         PyASCIIObject _ascii;
  101839             :         uint8_t _data[17];
  101840             :     }
  101841             : const_str_allowed_winerror = {
  101842             :     ._ascii = {
  101843             :         .ob_base = {
  101844             :             .ob_refcnt = 999999999,
  101845             :             .ob_type = &PyUnicode_Type,
  101846             :         },
  101847             :         .length = 16,
  101848             :         .hash = -1,
  101849             :         .state = {
  101850             :             .kind = 1,
  101851             :             .compact = 1,
  101852             :             .ascii = 1,
  101853             :         },
  101854             :     },
  101855             :     ._data = "allowed_winerror",
  101856             : };
  101857             : static
  101858             :     struct {
  101859             :         PyASCIIObject _ascii;
  101860             :         uint8_t _data[9];
  101861             :     }
  101862             : const_str_old_path = {
  101863             :     ._ascii = {
  101864             :         .ob_base = {
  101865             :             .ob_refcnt = 999999999,
  101866             :             .ob_type = &PyUnicode_Type,
  101867             :         },
  101868             :         .length = 8,
  101869             :         .hash = -1,
  101870             :         .state = {
  101871             :             .kind = 1,
  101872             :             .compact = 1,
  101873             :             .ascii = 1,
  101874             :         },
  101875             :     },
  101876             :     ._data = "old_path",
  101877             : };
  101878             : static
  101879             :     struct {
  101880             :         PyASCIIObject _ascii;
  101881             :         uint8_t _data[3];
  101882             :     }
  101883             : const_str_ex = {
  101884             :     ._ascii = {
  101885             :         .ob_base = {
  101886             :             .ob_refcnt = 999999999,
  101887             :             .ob_type = &PyUnicode_Type,
  101888             :         },
  101889             :         .length = 2,
  101890             :         .hash = -1,
  101891             :         .state = {
  101892             :             .kind = 1,
  101893             :             .compact = 1,
  101894             :             .ascii = 1,
  101895             :         },
  101896             :     },
  101897             :     ._data = "ex",
  101898             : };
  101899             : static
  101900             :     struct {
  101901             :         PyGC_Head _gc_head;
  101902             :         struct {
  101903             :             PyObject_VAR_HEAD
  101904             :             PyObject *ob_item[5];
  101905             :         }_object;
  101906             :     }
  101907             : ntpath_toplevel_consts_36_localsplusnames = {
  101908             :     ._object = {
  101909             :         .ob_base = {
  101910             :             .ob_base = {
  101911             :                 .ob_refcnt = 999999999,
  101912             :                 .ob_type = &PyTuple_Type,
  101913             :             },
  101914             :             .ob_size = 5,
  101915             :         },
  101916             :         .ob_item = {
  101917             :             &_Py_ID(path),
  101918             :             & const_str_allowed_winerror._ascii.ob_base,
  101919             :             & const_str_seen._ascii.ob_base,
  101920             :             & const_str_old_path._ascii.ob_base,
  101921             :             & const_str_ex._ascii.ob_base,
  101922             :         },
  101923             :     },
  101924             : };
  101925             : static
  101926             :     struct _PyCode_DEF(412)
  101927             : ntpath_toplevel_consts_36 = {
  101928             :     .ob_base = {
  101929             :         .ob_base = {
  101930             :             .ob_refcnt = 999999999,
  101931             :             .ob_type = &PyCode_Type,
  101932             :         },
  101933             :         .ob_size = 206,
  101934             :     },
  101935             :     .co_consts = & ntpath_toplevel_consts_36_consts._object.ob_base.ob_base,
  101936             :     .co_names = & ntpath_toplevel_consts_36_names._object.ob_base.ob_base,
  101937             :     .co_exceptiontable = & ntpath_toplevel_consts_36_exceptiontable.ob_base.ob_base,
  101938             :     .co_flags = 3,
  101939             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  101940             :     ._co_linearray_entry_size = 0,
  101941             :     .co_argcount = 1,
  101942             :     .co_posonlyargcount = 0,
  101943             :     .co_kwonlyargcount = 0,
  101944             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
  101945             :     .co_stacksize = 7,
  101946             :     .co_firstlineno = 596,
  101947             :     .co_nlocalsplus = 5,
  101948             :     .co_nlocals = 5,
  101949             :     .co_nplaincellvars = 0,
  101950             :     .co_ncellvars = 0,
  101951             :     .co_nfreevars = 0,
  101952             :     .co_localsplusnames = & ntpath_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
  101953             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
  101954             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  101955             :     .co_name = & const_str__readlink_deep._ascii.ob_base,
  101956             :     .co_qualname = & const_str__readlink_deep._ascii.ob_base,
  101957             :     .co_linetable = & ntpath_toplevel_consts_36_linetable.ob_base.ob_base,
  101958             :     ._co_code = NULL,
  101959             :     ._co_linearray = NULL,
  101960             :     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x76\x01\x72\x7d\x7c\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x34\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x03\x7c\x03\x7d\x00\x6e\x33\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x76\x01\xb0\x7d\x7c\x00\x53\x00\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x19\x7d\x04\x7c\x04\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x00\x72\x05\x59\x00\x64\x00\x7d\x04\x7e\x04\x8c\x1f\x82\x00\x64\x00\x7d\x04\x7e\x04\x77\x01\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x2f\x77\x00\x78\x03\x59\x00\x77\x01",
  101961             :     ._co_firsttraceable = 0,
  101962             : };
  101963             : static
  101964             :     struct {
  101965             :         PyObject_VAR_HEAD
  101966             :         digit ob_digit[1];
  101967             :     }
  101968             : const_int_1920 = {
  101969             :     .ob_base = {
  101970             :         .ob_base = {
  101971             :             .ob_refcnt = 999999999,
  101972             :             .ob_type = &PyLong_Type,
  101973             :         },
  101974             :         .ob_size = 1,
  101975             :     },
  101976             :     .ob_digit = { 1920 },
  101977             : };
  101978             : static
  101979             :     struct {
  101980             :         PyObject_VAR_HEAD
  101981             :         digit ob_digit[1];
  101982             :     }
  101983             : const_int_1921 = {
  101984             :     .ob_base = {
  101985             :         .ob_base = {
  101986             :             .ob_refcnt = 999999999,
  101987             :             .ob_type = &PyLong_Type,
  101988             :         },
  101989             :         .ob_size = 1,
  101990             :     },
  101991             :     .ob_digit = { 1921 },
  101992             : };
  101993             : static
  101994             :     struct {
  101995             :         PyGC_Head _gc_head;
  101996             :         struct {
  101997             :             PyObject_VAR_HEAD
  101998             :             PyObject *ob_item[12];
  101999             :         }_object;
  102000             :     }
  102001             : ntpath_toplevel_consts_37_consts_1 = {
  102002             :     ._object = {
  102003             :         .ob_base = {
  102004             :             .ob_base = {
  102005             :                 .ob_refcnt = 999999999,
  102006             :                 .ob_type = &PyTuple_Type,
  102007             :             },
  102008             :             .ob_size = 12,
  102009             :         },
  102010             :         .ob_item = {
  102011             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  102012             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  102013             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
  102014             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
  102015             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 21],
  102016             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
  102017             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 50],
  102018             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 67],
  102019             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 87],
  102020             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 123],
  102021             :             & const_int_1920.ob_base.ob_base,
  102022             :             & const_int_1921.ob_base.ob_base,
  102023             :         },
  102024             :     },
  102025             : };
  102026             : static
  102027             :     struct {
  102028             :         PyGC_Head _gc_head;
  102029             :         struct {
  102030             :             PyObject_VAR_HEAD
  102031             :             PyObject *ob_item[3];
  102032             :         }_object;
  102033             :     }
  102034             : ntpath_toplevel_consts_37_consts = {
  102035             :     ._object = {
  102036             :         .ob_base = {
  102037             :             .ob_base = {
  102038             :                 .ob_refcnt = 999999999,
  102039             :                 .ob_type = &PyTuple_Type,
  102040             :             },
  102041             :             .ob_size = 3,
  102042             :         },
  102043             :         .ob_item = {
  102044             :             Py_None,
  102045             :             & ntpath_toplevel_consts_37_consts_1._object.ob_base.ob_base,
  102046             :             &_Py_STR(empty),
  102047             :         },
  102048             :     },
  102049             : };
  102050             : static
  102051             :     struct {
  102052             :         PyGC_Head _gc_head;
  102053             :         struct {
  102054             :             PyObject_VAR_HEAD
  102055             :             PyObject *ob_item[6];
  102056             :         }_object;
  102057             :     }
  102058             : ntpath_toplevel_consts_37_names = {
  102059             :     ._object = {
  102060             :         .ob_base = {
  102061             :             .ob_base = {
  102062             :                 .ob_refcnt = 999999999,
  102063             :                 .ob_type = &PyTuple_Type,
  102064             :             },
  102065             :             .ob_size = 6,
  102066             :         },
  102067             :         .ob_item = {
  102068             :             & const_str__getfinalpathname._ascii.ob_base,
  102069             :             &_Py_ID(join),
  102070             :             & const_str_OSError._ascii.ob_base,
  102071             :             & const_str_winerror._ascii.ob_base,
  102072             :             & const_str__readlink_deep._ascii.ob_base,
  102073             :             & const_str_split._ascii.ob_base,
  102074             :         },
  102075             :     },
  102076             : };
  102077             : static
  102078             :     struct {
  102079             :         PyASCIIObject _ascii;
  102080             :         uint8_t _data[28];
  102081             :     }
  102082             : const_str__getfinalpathname_nonstrict = {
  102083             :     ._ascii = {
  102084             :         .ob_base = {
  102085             :             .ob_refcnt = 999999999,
  102086             :             .ob_type = &PyUnicode_Type,
  102087             :         },
  102088             :         .length = 27,
  102089             :         .hash = -1,
  102090             :         .state = {
  102091             :             .kind = 1,
  102092             :             .compact = 1,
  102093             :             .ascii = 1,
  102094             :         },
  102095             :     },
  102096             :     ._data = "_getfinalpathname_nonstrict",
  102097             : };
  102098             : static
  102099             :     struct {
  102100             :         PyObject_VAR_HEAD
  102101             :         Py_hash_t ob_shash;
  102102             :         char ob_sval[333];
  102103             :     }
  102104             : ntpath_toplevel_consts_37_linetable = {
  102105             :     .ob_base = {
  102106             :         .ob_base = {
  102107             :             .ob_refcnt = 999999999,
  102108             :             .ob_type = &PyBytes_Type,
  102109             :         },
  102110             :         .ob_size = 332,
  102111             :     },
  102112             :     .ob_shash = -1,
  102113             :     .ob_sval = "\x80\x00\xf0\x1e\x00\x1c\x4b\x01\xd0\x08\x18\xf0\x08\x00\x10\x12\x88\x04\xd8\x0e\x12\xf0\x00\x17\x09\x3a\xf0\x02\x16\x0d\x3a\xdd\x17\x28\xa8\x14\xd4\x17\x2e\x90\x04\xd8\x2b\x2f\xd0\x17\x39\x95\x74\x98\x44\xa0\x24\xd4\x17\x27\xd0\x17\x27\xb0\x54\xd0\x10\x39\xf0\x2a\x00\x10\x14\x88\x0b\xf8\xf5\x29\x00\x14\x1b\xf0\x00\x13\x0d\x3a\xf0\x00\x13\x0d\x3a\xf0\x00\x13\x0d\x3a\xd8\x13\x15\x97\x3b\x91\x3b\xd0\x26\x36\xd0\x13\x36\xf0\x00\x01\x11\x1a\xd8\x14\x19\xf0\x02\x09\x11\x19\xf5\x08\x00\x20\x2e\xa8\x64\xd4\x1f\x33\x90\x48\xd8\x17\x1f\xa0\x34\xd2\x17\x27\xf0\x00\x01\x15\x4a\x01\xd8\x37\x3b\xd0\x1f\x49\x9d\x74\xa0\x48\xa8\x64\xd4\x1f\x33\xd0\x1f\x33\xc0\x18\xd0\x18\x49\xd0\x18\x49\xd0\x18\x49\xd0\x18\x49\xd0\x18\x49\xd0\x18\x49\xf0\x03\x01\x15\x4a\x01\xf8\xe5\x17\x1e\xf0\x00\x02\x11\x19\xf0\x00\x02\x11\x19\xf0\x00\x02\x11\x19\xe0\x14\x18\x90\x44\xf0\x05\x02\x11\x19\xf8\xf8\xf8\xf5\x06\x00\x1e\x23\xa0\x34\x9c\x5b\x91\x0a\x90\x04\x90\x64\xf0\x08\x00\x14\x18\xf0\x00\x01\x11\x27\xa0\x04\xf0\x00\x01\x11\x27\xd8\x1b\x1f\xa0\x24\x99\x3b\xd0\x14\x26\xd0\x14\x26\xd0\x14\x26\xd0\x14\x26\xd0\x14\x26\xd0\x14\x26\xd8\x2b\x2f\xd0\x17\x39\x95\x74\x98\x44\xa0\x24\xd4\x17\x27\xd0\x17\x27\xb0\x54\x90\x04\x90\x04\x90\x04\x90\x04\x90\x04\x90\x04\xf8\xf8\xf8\xf8\xf0\x27\x13\x0d\x3a\xf8\xf8\xf8\xf0\x09\x00\x0f\x13\xf0\x00\x17\x09\x3a\xf8",
  102114             : };
  102115             : static
  102116             :     struct {
  102117             :         PyObject_VAR_HEAD
  102118             :         Py_hash_t ob_shash;
  102119             :         char ob_sval[75];
  102120             :     }
  102121             : ntpath_toplevel_consts_37_exceptiontable = {
  102122             :     .ob_base = {
  102123             :         .ob_base = {
  102124             :             .ob_refcnt = 999999999,
  102125             :             .ob_type = &PyBytes_Type,
  102126             :         },
  102127             :         .ob_size = 74,
  102128             :     },
  102129             :     .ob_shash = -1,
  102130             :     .ob_sval = "\x88\x1e\x29\x00\xa9\x0a\x42\x38\x03\xb3\x0f\x42\x33\x03\xc1\x03\x24\x41\x2e\x02\xc1\x27\x01\x42\x38\x03\xc1\x2d\x01\x42\x33\x03\xc1\x2e\x0a\x41\x3b\x05\xc1\x38\x02\x42\x33\x03\xc1\x3a\x01\x41\x3b\x05\xc1\x3b\x1b\x42\x33\x03\xc2\x16\x01\x42\x38\x03\xc2\x1c\x12\x42\x33\x03\xc2\x33\x05\x42\x38\x03",
  102131             : };
  102132             : static
  102133             :     struct {
  102134             :         PyASCIIObject _ascii;
  102135             :         uint8_t _data[9];
  102136             :     }
  102137             : const_str_new_path = {
  102138             :     ._ascii = {
  102139             :         .ob_base = {
  102140             :             .ob_refcnt = 999999999,
  102141             :             .ob_type = &PyUnicode_Type,
  102142             :         },
  102143             :         .length = 8,
  102144             :         .hash = -1,
  102145             :         .state = {
  102146             :             .kind = 1,
  102147             :             .compact = 1,
  102148             :             .ascii = 1,
  102149             :         },
  102150             :     },
  102151             :     ._data = "new_path",
  102152             : };
  102153             : static
  102154             :     struct {
  102155             :         PyGC_Head _gc_head;
  102156             :         struct {
  102157             :             PyObject_VAR_HEAD
  102158             :             PyObject *ob_item[6];
  102159             :         }_object;
  102160             :     }
  102161             : ntpath_toplevel_consts_37_localsplusnames = {
  102162             :     ._object = {
  102163             :         .ob_base = {
  102164             :             .ob_base = {
  102165             :                 .ob_refcnt = 999999999,
  102166             :                 .ob_type = &PyTuple_Type,
  102167             :             },
  102168             :             .ob_size = 6,
  102169             :         },
  102170             :         .ob_item = {
  102171             :             &_Py_ID(path),
  102172             :             & const_str_allowed_winerror._ascii.ob_base,
  102173             :             & const_str_tail._ascii.ob_base,
  102174             :             & const_str_ex._ascii.ob_base,
  102175             :             & const_str_new_path._ascii.ob_base,
  102176             :             &_Py_ID(name),
  102177             :         },
  102178             :     },
  102179             : };
  102180             : static
  102181             :     struct _PyCode_DEF(380)
  102182             : ntpath_toplevel_consts_37 = {
  102183             :     .ob_base = {
  102184             :         .ob_base = {
  102185             :             .ob_refcnt = 999999999,
  102186             :             .ob_type = &PyCode_Type,
  102187             :         },
  102188             :         .ob_size = 190,
  102189             :     },
  102190             :     .co_consts = & ntpath_toplevel_consts_37_consts._object.ob_base.ob_base,
  102191             :     .co_names = & ntpath_toplevel_consts_37_names._object.ob_base.ob_base,
  102192             :     .co_exceptiontable = & ntpath_toplevel_consts_37_exceptiontable.ob_base.ob_base,
  102193             :     .co_flags = 3,
  102194             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  102195             :     ._co_linearray_entry_size = 0,
  102196             :     .co_argcount = 1,
  102197             :     .co_posonlyargcount = 0,
  102198             :     .co_kwonlyargcount = 0,
  102199             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  102200             :     .co_stacksize = 5,
  102201             :     .co_firstlineno = 638,
  102202             :     .co_nlocalsplus = 6,
  102203             :     .co_nlocals = 6,
  102204             :     .co_nplaincellvars = 0,
  102205             :     .co_ncellvars = 0,
  102206             :     .co_nfreevars = 0,
  102207             :     .co_localsplusnames = & ntpath_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
  102208             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
  102209             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  102210             :     .co_name = & const_str__getfinalpathname_nonstrict._ascii.ob_base,
  102211             :     .co_qualname = & const_str__getfinalpathname_nonstrict._ascii.ob_base,
  102212             :     .co_linetable = & ntpath_toplevel_consts_37_linetable.ob_base.ob_base,
  102213             :     ._co_code = NULL,
  102214             :     ._co_linearray = NULL,
  102215             :     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x64\x02\x7d\x02\x7c\x00\x72\x20\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x02\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x00\x53\x00\x7c\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x85\x7d\x03\x7c\x03\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x01\x72\x01\x82\x00\x09\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x7c\x00\x6b\x03\x00\x00\x00\x00\x72\x17\x7c\x02\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x04\x63\x02\x59\x00\x64\x00\x7d\x03\x7e\x03\x53\x00\x6e\x10\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x05\x7c\x00\x72\x0c\x7c\x05\x73\x0a\x7c\x00\x7c\x02\x7a\x00\x00\x00\x63\x02\x59\x00\x64\x00\x7d\x03\x7e\x03\x53\x00\x7c\x02\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x05\x7d\x02\x59\x00\x64\x00\x7d\x03\x7e\x03\x6e\x08\x64\x00\x7d\x03\x7e\x03\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x00\xb0\xb6\x8c\x97",
  102216             :     ._co_firsttraceable = 0,
  102217             : };
  102218             : static
  102219             :     struct {
  102220             :         PyObject_VAR_HEAD
  102221             :         Py_hash_t ob_shash;
  102222             :         char ob_sval[9];
  102223             :     }
  102224             : ntpath_toplevel_consts_40_consts_2 = {
  102225             :     .ob_base = {
  102226             :         .ob_base = {
  102227             :             .ob_refcnt = 999999999,
  102228             :             .ob_type = &PyBytes_Type,
  102229             :         },
  102230             :         .ob_size = 8,
  102231             :     },
  102232             :     .ob_shash = -1,
  102233             :     .ob_sval = "\\\\?\\UNC\\",
  102234             : };
  102235             : static
  102236             :     struct {
  102237             :         PyObject_VAR_HEAD
  102238             :         Py_hash_t ob_shash;
  102239             :         char ob_sval[3];
  102240             :     }
  102241             : ntpath_toplevel_consts_40_consts_3 = {
  102242             :     .ob_base = {
  102243             :         .ob_base = {
  102244             :             .ob_refcnt = 999999999,
  102245             :             .ob_type = &PyBytes_Type,
  102246             :         },
  102247             :         .ob_size = 2,
  102248             :     },
  102249             :     .ob_shash = -1,
  102250             :     .ob_sval = "\\\\",
  102251             : };
  102252             : static
  102253             :     struct {
  102254             :         PyObject_VAR_HEAD
  102255             :         Py_hash_t ob_shash;
  102256             :         char ob_sval[8];
  102257             :     }
  102258             : ntpath_toplevel_consts_40_consts_4 = {
  102259             :     .ob_base = {
  102260             :         .ob_base = {
  102261             :             .ob_refcnt = 999999999,
  102262             :             .ob_type = &PyBytes_Type,
  102263             :         },
  102264             :         .ob_size = 7,
  102265             :     },
  102266             :     .ob_shash = -1,
  102267             :     .ob_sval = "\\\\.\\NUL",
  102268             : };
  102269             : static
  102270             :     struct {
  102271             :         PyASCIIObject _ascii;
  102272             :         uint8_t _data[9];
  102273             :     }
  102274             : ntpath_toplevel_consts_40_consts_6 = {
  102275             :     ._ascii = {
  102276             :         .ob_base = {
  102277             :             .ob_refcnt = 999999999,
  102278             :             .ob_type = &PyUnicode_Type,
  102279             :         },
  102280             :         .length = 8,
  102281             :         .hash = -1,
  102282             :         .state = {
  102283             :             .kind = 1,
  102284             :             .compact = 1,
  102285             :             .ascii = 1,
  102286             :         },
  102287             :     },
  102288             :     ._data = "\\\\?\\UNC\\",
  102289             : };
  102290             : static
  102291             :     struct {
  102292             :         PyASCIIObject _ascii;
  102293             :         uint8_t _data[8];
  102294             :     }
  102295             : ntpath_toplevel_consts_40_consts_8 = {
  102296             :     ._ascii = {
  102297             :         .ob_base = {
  102298             :             .ob_refcnt = 999999999,
  102299             :             .ob_type = &PyUnicode_Type,
  102300             :         },
  102301             :         .length = 7,
  102302             :         .hash = -1,
  102303             :         .state = {
  102304             :             .kind = 1,
  102305             :             .compact = 1,
  102306             :             .ascii = 1,
  102307             :         },
  102308             :     },
  102309             :     ._data = "\\\\.\\NUL",
  102310             : };
  102311             : static
  102312             :     struct {
  102313             :         PyGC_Head _gc_head;
  102314             :         struct {
  102315             :             PyObject_VAR_HEAD
  102316             :             PyObject *ob_item[10];
  102317             :         }_object;
  102318             :     }
  102319             : ntpath_toplevel_consts_40_consts = {
  102320             :     ._object = {
  102321             :         .ob_base = {
  102322             :             .ob_base = {
  102323             :                 .ob_refcnt = 999999999,
  102324             :                 .ob_type = &PyTuple_Type,
  102325             :             },
  102326             :             .ob_size = 10,
  102327             :         },
  102328             :         .ob_item = {
  102329             :             Py_None,
  102330             :             & ntpath_toplevel_consts_16_consts_3.ob_base.ob_base,
  102331             :             & ntpath_toplevel_consts_40_consts_2.ob_base.ob_base,
  102332             :             & ntpath_toplevel_consts_40_consts_3.ob_base.ob_base,
  102333             :             & ntpath_toplevel_consts_40_consts_4.ob_base.ob_base,
  102334             :             & ntpath_toplevel_consts_16_consts_7._ascii.ob_base,
  102335             :             & ntpath_toplevel_consts_40_consts_6._ascii.ob_base,
  102336             :             & importlib__bootstrap_external_toplevel_consts_22_consts_6._ascii.ob_base,
  102337             :             & ntpath_toplevel_consts_40_consts_8._ascii.ob_base,
  102338             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  102339             :         },
  102340             :     },
  102341             : };
  102342             : static
  102343             :     struct {
  102344             :         PyGC_Head _gc_head;
  102345             :         struct {
  102346             :             PyObject_VAR_HEAD
  102347             :             PyObject *ob_item[17];
  102348             :         }_object;
  102349             :     }
  102350             : ntpath_toplevel_consts_40_names = {
  102351             :     ._object = {
  102352             :         .ob_base = {
  102353             :             .ob_base = {
  102354             :                 .ob_refcnt = 999999999,
  102355             :                 .ob_type = &PyTuple_Type,
  102356             :             },
  102357             :             .ob_size = 17,
  102358             :         },
  102359             :         .ob_item = {
  102360             :             & const_str_normpath._ascii.ob_base,
  102361             :             &_Py_ID(isinstance),
  102362             :             & const_str_bytes._ascii.ob_base,
  102363             :             & const_str_os._ascii.ob_base,
  102364             :             & const_str_getcwdb._ascii.ob_base,
  102365             :             & const_str_normcase._ascii.ob_base,
  102366             :             & const_str_fsencode._ascii.ob_base,
  102367             :             & const_str_devnull._ascii.ob_base,
  102368             :             & const_str_getcwd._ascii.ob_base,
  102369             :             & const_str_startswith._ascii.ob_base,
  102370             :             & const_str_isabs._ascii.ob_base,
  102371             :             &_Py_ID(join),
  102372             :             & const_str__getfinalpathname._ascii.ob_base,
  102373             :             & const_str_OSError._ascii.ob_base,
  102374             :             & const_str_winerror._ascii.ob_base,
  102375             :             & const_str__getfinalpathname_nonstrict._ascii.ob_base,
  102376             :             &_Py_ID(len),
  102377             :         },
  102378             :     },
  102379             : };
  102380             : static
  102381             :     struct {
  102382             :         PyObject_VAR_HEAD
  102383             :         Py_hash_t ob_shash;
  102384             :         char ob_sval[465];
  102385             :     }
  102386             : ntpath_toplevel_consts_40_linetable = {
  102387             :     .ob_base = {
  102388             :         .ob_base = {
  102389             :             .ob_refcnt = 999999999,
  102390             :             .ob_type = &PyBytes_Type,
  102391             :         },
  102392             :         .ob_size = 464,
  102393             :     },
  102394             :     .ob_shash = -1,
  102395             :     .ob_sval = "\x80\x00\xdd\x0f\x17\x98\x04\x8c\x7e\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x0f\x09\x24\xd8\x15\x1f\x88\x46\xd8\x19\x28\x88\x4a\xd8\x1d\x24\x88\x4e\xdd\x12\x1c\x97\x2a\x91\x2a\x94\x2c\x88\x43\xe5\x0f\x17\x98\x04\x8c\x7e\xa5\x18\xad\x22\xaf\x2b\xa9\x2b\xb5\x67\xd4\x2a\x3e\xd4\x21\x3f\xd2\x0f\x3f\xf0\x00\x01\x0d\x25\xd8\x17\x24\x90\x7d\xe0\x15\x1e\x88\x46\xd8\x19\x27\x88\x4a\xd8\x1d\x23\x88\x4e\xdd\x12\x1b\x97\x29\x91\x29\x94\x2b\x88\x43\xe5\x0f\x17\x98\x04\x8c\x7e\xa5\x18\xad\x27\xd4\x21\x32\xd2\x0f\x32\xf0\x00\x01\x0d\x24\xd8\x17\x23\x90\x7c\xd8\x15\x19\x97\x5f\x91\x5f\xa0\x56\xd4\x15\x2c\x88\x0a\xd8\x0f\x19\xf0\x00\x01\x09\x23\xa5\x25\xa8\x04\xa4\x2b\xf0\x00\x01\x09\x23\xdd\x13\x17\x98\x03\x98\x54\x94\x3f\x88\x44\xf0\x02\x07\x09\x35\xdd\x13\x24\xa0\x54\xd4\x13\x2a\x88\x44\xd8\x1f\x20\xd0\x0c\x1c\xf0\x12\x00\x10\x1a\xf0\x00\x0f\x09\x21\x98\x64\x9f\x6f\x99\x6f\xa8\x66\xd4\x1e\x35\xf0\x00\x0f\x09\x21\xf0\x06\x00\x10\x14\x8f\x7f\x89\x7f\x98\x7a\xd4\x0f\x2a\xf0\x00\x03\x0d\x2b\xd8\x18\x26\xa8\x14\xad\x63\xb0\x2a\xac\x6f\xd0\x29\x3f\xd0\x29\x3f\xd1\x18\x3f\x90\x05\x90\x05\xe0\x18\x1c\x9d\x53\xa0\x16\x9c\x5b\xd0\x18\x2a\xd0\x18\x2a\x90\x05\xf0\x04\x07\x0d\x21\xdd\x13\x24\xa0\x55\xd4\x13\x2b\xa8\x74\xd2\x13\x33\xf0\x00\x01\x11\x21\xd8\x1b\x20\x90\x44\xf0\x0c\x00\x10\x14\x88\x0b\xf8\xf5\x31\x00\x10\x17\xf0\x00\x04\x09\x35\xf0\x00\x04\x09\x35\xf0\x00\x04\x09\x35\xd8\x0f\x15\xf0\x00\x01\x0d\x16\xd8\x10\x15\xd8\x1f\x21\x9f\x7b\x99\x7b\xd0\x0c\x1c\xdd\x13\x2e\xa8\x74\xd4\x13\x34\x88\x44\x88\x44\x88\x44\x88\x44\x88\x44\x88\x44\xf8\xf8\xf8\xf8\xf0\x09\x04\x09\x35\xf8\xf8\xf8\xf8\xf5\x26\x00\x14\x1b\xf0\x00\x04\x0d\x21\xf0\x00\x04\x0d\x21\xf0\x00\x04\x0d\x21\xf0\x06\x00\x14\x16\x97\x3b\x91\x3b\xd0\x22\x32\xd2\x13\x32\xf0\x00\x01\x11\x21\xd8\x1b\x20\x90\x44\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf0\x09\x04\x0d\x21\xf8\xf8\xf8",
  102396             : };
  102397             : static
  102398             :     struct {
  102399             :         PyObject_VAR_HEAD
  102400             :         Py_hash_t ob_shash;
  102401             :         char ob_sval[49];
  102402             :     }
  102403             : ntpath_toplevel_consts_40_exceptiontable = {
  102404             :     .ob_base = {
  102405             :         .ob_base = {
  102406             :             .ob_refcnt = 999999999,
  102407             :             .ob_type = &PyBytes_Type,
  102408             :         },
  102409             :         .ob_size = 48,
  102410             :     },
  102411             :     .ob_shash = -1,
  102412             :     .ob_sval = "\xc3\x24\x0f\x45\x13\x00\xc4\x3e\x13\x46\x06\x00\xc5\x13\x0a\x46\x03\x03\xc5\x1d\x1c\x45\x3e\x03\xc5\x3e\x05\x46\x03\x03\xc6\x06\x0a\x46\x2c\x03\xc6\x10\x12\x46\x27\x03\xc6\x27\x05\x46\x2c\x03",
  102413             : };
  102414             : static
  102415             :     struct {
  102416             :         PyASCIIObject _ascii;
  102417             :         uint8_t _data[15];
  102418             :     }
  102419             : const_str_new_unc_prefix = {
  102420             :     ._ascii = {
  102421             :         .ob_base = {
  102422             :             .ob_refcnt = 999999999,
  102423             :             .ob_type = &PyUnicode_Type,
  102424             :         },
  102425             :         .length = 14,
  102426             :         .hash = -1,
  102427             :         .state = {
  102428             :             .kind = 1,
  102429             :             .compact = 1,
  102430             :             .ascii = 1,
  102431             :         },
  102432             :     },
  102433             :     ._data = "new_unc_prefix",
  102434             : };
  102435             : static
  102436             :     struct {
  102437             :         PyASCIIObject _ascii;
  102438             :         uint8_t _data[11];
  102439             :     }
  102440             : const_str_had_prefix = {
  102441             :     ._ascii = {
  102442             :         .ob_base = {
  102443             :             .ob_refcnt = 999999999,
  102444             :             .ob_type = &PyUnicode_Type,
  102445             :         },
  102446             :         .length = 10,
  102447             :         .hash = -1,
  102448             :         .state = {
  102449             :             .kind = 1,
  102450             :             .compact = 1,
  102451             :             .ascii = 1,
  102452             :         },
  102453             :     },
  102454             :     ._data = "had_prefix",
  102455             : };
  102456             : static
  102457             :     struct {
  102458             :         PyASCIIObject _ascii;
  102459             :         uint8_t _data[17];
  102460             :     }
  102461             : const_str_initial_winerror = {
  102462             :     ._ascii = {
  102463             :         .ob_base = {
  102464             :             .ob_refcnt = 999999999,
  102465             :             .ob_type = &PyUnicode_Type,
  102466             :         },
  102467             :         .length = 16,
  102468             :         .hash = -1,
  102469             :         .state = {
  102470             :             .kind = 1,
  102471             :             .compact = 1,
  102472             :             .ascii = 1,
  102473             :         },
  102474             :     },
  102475             :     ._data = "initial_winerror",
  102476             : };
  102477             : static
  102478             :     struct {
  102479             :         PyASCIIObject _ascii;
  102480             :         uint8_t _data[6];
  102481             :     }
  102482             : const_str_spath = {
  102483             :     ._ascii = {
  102484             :         .ob_base = {
  102485             :             .ob_refcnt = 999999999,
  102486             :             .ob_type = &PyUnicode_Type,
  102487             :         },
  102488             :         .length = 5,
  102489             :         .hash = -1,
  102490             :         .state = {
  102491             :             .kind = 1,
  102492             :             .compact = 1,
  102493             :             .ascii = 1,
  102494             :         },
  102495             :     },
  102496             :     ._data = "spath",
  102497             : };
  102498             : static
  102499             :     struct {
  102500             :         PyGC_Head _gc_head;
  102501             :         struct {
  102502             :             PyObject_VAR_HEAD
  102503             :             PyObject *ob_item[10];
  102504             :         }_object;
  102505             :     }
  102506             : ntpath_toplevel_consts_40_localsplusnames = {
  102507             :     ._object = {
  102508             :         .ob_base = {
  102509             :             .ob_base = {
  102510             :                 .ob_refcnt = 999999999,
  102511             :                 .ob_type = &PyTuple_Type,
  102512             :             },
  102513             :             .ob_size = 10,
  102514             :         },
  102515             :         .ob_item = {
  102516             :             &_Py_ID(path),
  102517             :             &_Py_ID(strict),
  102518             :             & const_str_prefix._ascii.ob_base,
  102519             :             & const_str_unc_prefix._ascii.ob_base,
  102520             :             & const_str_new_unc_prefix._ascii.ob_base,
  102521             :             & const_str_cwd._ascii.ob_base,
  102522             :             & const_str_had_prefix._ascii.ob_base,
  102523             :             & const_str_initial_winerror._ascii.ob_base,
  102524             :             & const_str_ex._ascii.ob_base,
  102525             :             & const_str_spath._ascii.ob_base,
  102526             :         },
  102527             :     },
  102528             : };
  102529             : static
  102530             :     struct _PyCode_DEF(862)
  102531             : ntpath_toplevel_consts_40 = {
  102532             :     .ob_base = {
  102533             :         .ob_base = {
  102534             :             .ob_refcnt = 999999999,
  102535             :             .ob_type = &PyCode_Type,
  102536             :         },
  102537             :         .ob_size = 431,
  102538             :     },
  102539             :     .co_consts = & ntpath_toplevel_consts_40_consts._object.ob_base.ob_base,
  102540             :     .co_names = & ntpath_toplevel_consts_40_names._object.ob_base.ob_base,
  102541             :     .co_exceptiontable = & ntpath_toplevel_consts_40_exceptiontable.ob_base.ob_base,
  102542             :     .co_flags = 3,
  102543             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  102544             :     ._co_linearray_entry_size = 0,
  102545             :     .co_argcount = 1,
  102546             :     .co_posonlyargcount = 0,
  102547             :     .co_kwonlyargcount = 1,
  102548             :     .co_framesize = 16 + FRAME_SPECIALS_SIZE,
  102549             :     .co_stacksize = 6,
  102550             :     .co_firstlineno = 684,
  102551             :     .co_nlocalsplus = 10,
  102552             :     .co_nlocals = 10,
  102553             :     .co_nplaincellvars = 0,
  102554             :     .co_ncellvars = 0,
  102555             :     .co_nfreevars = 0,
  102556             :     .co_localsplusnames = & ntpath_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
  102557             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
  102558             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  102559             :     .co_name = & const_str_realpath._ascii.ob_base,
  102560             :     .co_qualname = & const_str_realpath._ascii.ob_base,
  102561             :     .co_linetable = & ntpath_toplevel_consts_40_linetable.ob_base.ob_base,
  102562             :     ._co_code = NULL,
  102563             :     ._co_linearray = NULL,
  102564             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x54\x64\x01\x7d\x02\x64\x02\x7d\x03\x64\x03\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x41\x64\x04\x53\x00\x64\x05\x7d\x02\x64\x06\x7d\x03\x64\x07\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x08\x53\x00\x7c\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x73\x1b\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0e\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x09\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x64\x09\x7d\x07\x7c\x06\x73\x5c\x7c\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4a\x7c\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x7c\x04\x7c\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x1a\x00\x7a\x00\x00\x00\x7d\x09\x6e\x10\x7c\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x1a\x00\x7d\x09\x09\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x09\x7d\x00\x7c\x00\x53\x00\x23\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x26\x7d\x08\x7c\x01\x72\x01\x82\x00\x7c\x08\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x8c\x8b\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1c\x7d\x08\x7c\x08\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x09\x7d\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x8c\x56\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
  102565             :     ._co_firsttraceable = 0,
  102566             : };
  102567             : static
  102568             :     struct {
  102569             :         PyASCIIObject _ascii;
  102570             :         uint8_t _data[18];
  102571             :     }
  102572             : const_str_getwindowsversion = {
  102573             :     ._ascii = {
  102574             :         .ob_base = {
  102575             :             .ob_refcnt = 999999999,
  102576             :             .ob_type = &PyUnicode_Type,
  102577             :         },
  102578             :         .length = 17,
  102579             :         .hash = -1,
  102580             :         .state = {
  102581             :             .kind = 1,
  102582             :             .compact = 1,
  102583             :             .ascii = 1,
  102584             :         },
  102585             :     },
  102586             :     ._data = "getwindowsversion",
  102587             : };
  102588             : static
  102589             :     struct {
  102590             :         PyASCIIObject _ascii;
  102591             :         uint8_t _data[36];
  102592             :     }
  102593             : ntpath_toplevel_consts_44_consts_0 = {
  102594             :     ._ascii = {
  102595             :         .ob_base = {
  102596             :             .ob_refcnt = 999999999,
  102597             :             .ob_type = &PyUnicode_Type,
  102598             :         },
  102599             :         .length = 35,
  102600             :         .hash = -1,
  102601             :         .state = {
  102602             :             .kind = 1,
  102603             :             .compact = 1,
  102604             :             .ascii = 1,
  102605             :         },
  102606             :     },
  102607             :     ._data = "Return a relative version of a path",
  102608             : };
  102609             : static
  102610             :     struct {
  102611             :         PyASCIIObject _ascii;
  102612             :         uint8_t _data[18];
  102613             :     }
  102614             : ntpath_toplevel_consts_44_consts_8 = {
  102615             :     ._ascii = {
  102616             :         .ob_base = {
  102617             :             .ob_refcnt = 999999999,
  102618             :             .ob_type = &PyUnicode_Type,
  102619             :         },
  102620             :         .length = 17,
  102621             :         .hash = -1,
  102622             :         .state = {
  102623             :             .kind = 1,
  102624             :             .compact = 1,
  102625             :             .ascii = 1,
  102626             :         },
  102627             :     },
  102628             :     ._data = "no path specified",
  102629             : };
  102630             : static
  102631             :     struct {
  102632             :         PyASCIIObject _ascii;
  102633             :         uint8_t _data[18];
  102634             :     }
  102635             : ntpath_toplevel_consts_44_consts_9 = {
  102636             :     ._ascii = {
  102637             :         .ob_base = {
  102638             :             .ob_refcnt = 999999999,
  102639             :             .ob_type = &PyUnicode_Type,
  102640             :         },
  102641             :         .length = 17,
  102642             :         .hash = -1,
  102643             :         .state = {
  102644             :             .kind = 1,
  102645             :             .compact = 1,
  102646             :             .ascii = 1,
  102647             :         },
  102648             :     },
  102649             :     ._data = "path is on mount ",
  102650             : };
  102651             : static
  102652             :     struct {
  102653             :         PyASCIIObject _ascii;
  102654             :         uint8_t _data[18];
  102655             :     }
  102656             : ntpath_toplevel_consts_44_consts_10 = {
  102657             :     ._ascii = {
  102658             :         .ob_base = {
  102659             :             .ob_refcnt = 999999999,
  102660             :             .ob_type = &PyUnicode_Type,
  102661             :         },
  102662             :         .length = 17,
  102663             :         .hash = -1,
  102664             :         .state = {
  102665             :             .kind = 1,
  102666             :             .compact = 1,
  102667             :             .ascii = 1,
  102668             :         },
  102669             :     },
  102670             :     ._data = ", start on mount ",
  102671             : };
  102672             : static
  102673             :     struct {
  102674             :         PyASCIIObject _ascii;
  102675             :         uint8_t _data[28];
  102676             :     }
  102677             : ntpath_toplevel_consts_44_consts_11_qualname = {
  102678             :     ._ascii = {
  102679             :         .ob_base = {
  102680             :             .ob_refcnt = 999999999,
  102681             :             .ob_type = &PyUnicode_Type,
  102682             :         },
  102683             :         .length = 27,
  102684             :         .hash = -1,
  102685             :         .state = {
  102686             :             .kind = 1,
  102687             :             .compact = 1,
  102688             :             .ascii = 1,
  102689             :         },
  102690             :     },
  102691             :     ._data = "relpath.<locals>.<listcomp>",
  102692             : };
  102693             : static
  102694             :     struct {
  102695             :         PyObject_VAR_HEAD
  102696             :         Py_hash_t ob_shash;
  102697             :         char ob_sval[30];
  102698             :     }
  102699             : ntpath_toplevel_consts_44_consts_11_linetable = {
  102700             :     .ob_base = {
  102701             :         .ob_base = {
  102702             :             .ob_refcnt = 999999999,
  102703             :             .ob_type = &PyBytes_Type,
  102704             :         },
  102705             :         .ob_size = 29,
  102706             :     },
  102707             :     .ob_shash = -1,
  102708             :     .ob_sval = "\x80\x00\xd0\x15\x3c\xd0\x15\x3c\xd1\x15\x3c\x98\x41\xb8\x21\xd0\x15\x3c\x90\x61\xd0\x15\x3c\xd0\x15\x3c\xd0\x15\x3c",
  102709             : };
  102710             : static
  102711             :     struct {
  102712             :         PyGC_Head _gc_head;
  102713             :         struct {
  102714             :             PyObject_VAR_HEAD
  102715             :             PyObject *ob_item[2];
  102716             :         }_object;
  102717             :     }
  102718             : ntpath_toplevel_consts_44_consts_11_localsplusnames = {
  102719             :     ._object = {
  102720             :         .ob_base = {
  102721             :             .ob_base = {
  102722             :                 .ob_refcnt = 999999999,
  102723             :                 .ob_type = &PyTuple_Type,
  102724             :             },
  102725             :             .ob_size = 2,
  102726             :         },
  102727             :         .ob_item = {
  102728             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  102729             :             & const_str_x._ascii.ob_base,
  102730             :         },
  102731             :     },
  102732             : };
  102733             : static
  102734             :     struct _PyCode_DEF(24)
  102735             : ntpath_toplevel_consts_44_consts_11 = {
  102736             :     .ob_base = {
  102737             :         .ob_base = {
  102738             :             .ob_refcnt = 999999999,
  102739             :             .ob_type = &PyCode_Type,
  102740             :         },
  102741             :         .ob_size = 12,
  102742             :     },
  102743             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  102744             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  102745             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  102746             :     .co_flags = 19,
  102747             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  102748             :     ._co_linearray_entry_size = 0,
  102749             :     .co_argcount = 1,
  102750             :     .co_posonlyargcount = 0,
  102751             :     .co_kwonlyargcount = 0,
  102752             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  102753             :     .co_stacksize = 3,
  102754             :     .co_firstlineno = 767,
  102755             :     .co_nlocalsplus = 2,
  102756             :     .co_nlocals = 2,
  102757             :     .co_nplaincellvars = 0,
  102758             :     .co_ncellvars = 0,
  102759             :     .co_nfreevars = 0,
  102760             :     .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
  102761             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  102762             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  102763             :     .co_name = &_Py_STR(anon_listcomp),
  102764             :     .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
  102765             :     .co_linetable = & ntpath_toplevel_consts_44_consts_11_linetable.ob_base.ob_base,
  102766             :     ._co_code = NULL,
  102767             :     ._co_linearray = NULL,
  102768             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x91\x02\x8c\x08\x53\x00",
  102769             :     ._co_firsttraceable = 0,
  102770             : };
  102771             : static
  102772             :     struct {
  102773             :         PyObject_VAR_HEAD
  102774             :         Py_hash_t ob_shash;
  102775             :         char ob_sval[30];
  102776             :     }
  102777             : ntpath_toplevel_consts_44_consts_12_linetable = {
  102778             :     .ob_base = {
  102779             :         .ob_base = {
  102780             :             .ob_refcnt = 999999999,
  102781             :             .ob_type = &PyBytes_Type,
  102782             :         },
  102783             :         .ob_size = 29,
  102784             :     },
  102785             :     .ob_shash = -1,
  102786             :     .ob_sval = "\x80\x00\xd0\x14\x3a\xd0\x14\x3a\xd1\x14\x3a\x98\x31\xb8\x01\xd0\x14\x3a\x90\x51\xd0\x14\x3a\xd0\x14\x3a\xd0\x14\x3a",
  102787             : };
  102788             : static
  102789             :     struct _PyCode_DEF(24)
  102790             : ntpath_toplevel_consts_44_consts_12 = {
  102791             :     .ob_base = {
  102792             :         .ob_base = {
  102793             :             .ob_refcnt = 999999999,
  102794             :             .ob_type = &PyCode_Type,
  102795             :         },
  102796             :         .ob_size = 12,
  102797             :     },
  102798             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  102799             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  102800             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  102801             :     .co_flags = 19,
  102802             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  102803             :     ._co_linearray_entry_size = 0,
  102804             :     .co_argcount = 1,
  102805             :     .co_posonlyargcount = 0,
  102806             :     .co_kwonlyargcount = 0,
  102807             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  102808             :     .co_stacksize = 3,
  102809             :     .co_firstlineno = 768,
  102810             :     .co_nlocalsplus = 2,
  102811             :     .co_nlocals = 2,
  102812             :     .co_nplaincellvars = 0,
  102813             :     .co_ncellvars = 0,
  102814             :     .co_nfreevars = 0,
  102815             :     .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
  102816             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  102817             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  102818             :     .co_name = &_Py_STR(anon_listcomp),
  102819             :     .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
  102820             :     .co_linetable = & ntpath_toplevel_consts_44_consts_12_linetable.ob_base.ob_base,
  102821             :     ._co_code = NULL,
  102822             :     ._co_linearray = NULL,
  102823             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x91\x02\x8c\x08\x53\x00",
  102824             :     ._co_firsttraceable = 0,
  102825             : };
  102826             : static
  102827             :     struct {
  102828             :         PyGC_Head _gc_head;
  102829             :         struct {
  102830             :             PyObject_VAR_HEAD
  102831             :             PyObject *ob_item[16];
  102832             :         }_object;
  102833             :     }
  102834             : ntpath_toplevel_consts_44_consts = {
  102835             :     ._object = {
  102836             :         .ob_base = {
  102837             :             .ob_base = {
  102838             :                 .ob_refcnt = 999999999,
  102839             :                 .ob_type = &PyTuple_Type,
  102840             :             },
  102841             :             .ob_size = 16,
  102842             :         },
  102843             :         .ob_item = {
  102844             :             & ntpath_toplevel_consts_44_consts_0._ascii.ob_base,
  102845             :             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
  102846             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  102847             :             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
  102848             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
  102849             :             &_Py_STR(dot),
  102850             :             & ntpath_toplevel_consts_2._ascii.ob_base,
  102851             :             Py_None,
  102852             :             & ntpath_toplevel_consts_44_consts_8._ascii.ob_base,
  102853             :             & ntpath_toplevel_consts_44_consts_9._ascii.ob_base,
  102854             :             & ntpath_toplevel_consts_44_consts_10._ascii.ob_base,
  102855             :             & ntpath_toplevel_consts_44_consts_11.ob_base.ob_base,
  102856             :             & ntpath_toplevel_consts_44_consts_12.ob_base.ob_base,
  102857             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  102858             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  102859             :             & const_str_relpath._ascii.ob_base,
  102860             :         },
  102861             :     },
  102862             : };
  102863             : static
  102864             :     struct {
  102865             :         PyGC_Head _gc_head;
  102866             :         struct {
  102867             :             PyObject_VAR_HEAD
  102868             :             PyObject *ob_item[19];
  102869             :         }_object;
  102870             :     }
  102871             : ntpath_toplevel_consts_44_names = {
  102872             :     ._object = {
  102873             :         .ob_base = {
  102874             :             .ob_base = {
  102875             :                 .ob_refcnt = 999999999,
  102876             :                 .ob_type = &PyTuple_Type,
  102877             :             },
  102878             :             .ob_size = 19,
  102879             :         },
  102880             :         .ob_item = {
  102881             :             & const_str_os._ascii.ob_base,
  102882             :             & const_str_fspath._ascii.ob_base,
  102883             :             &_Py_ID(isinstance),
  102884             :             & const_str_bytes._ascii.ob_base,
  102885             :             & const_str_ValueError._ascii.ob_base,
  102886             :             & const_str_abspath._ascii.ob_base,
  102887             :             & const_str_normpath._ascii.ob_base,
  102888             :             & const_str_splitdrive._ascii.ob_base,
  102889             :             & const_str_normcase._ascii.ob_base,
  102890             :             & const_str_split._ascii.ob_base,
  102891             :             & const_str_zip._ascii.ob_base,
  102892             :             &_Py_ID(len),
  102893             :             &_Py_ID(join),
  102894             :             & const_str_TypeError._ascii.ob_base,
  102895             :             & const_str_AttributeError._ascii.ob_base,
  102896             :             & const_str_BytesWarning._ascii.ob_base,
  102897             :             & const_str_DeprecationWarning._ascii.ob_base,
  102898             :             & const_str_genericpath._ascii.ob_base,
  102899             :             & const_str__check_arg_types._ascii.ob_base,
  102900             :         },
  102901             :     },
  102902             : };
  102903             : static
  102904             :     struct {
  102905             :         PyObject_VAR_HEAD
  102906             :         Py_hash_t ob_shash;
  102907             :         char ob_sval[467];
  102908             :     }
  102909             : ntpath_toplevel_consts_44_linetable = {
  102910             :     .ob_base = {
  102911             :         .ob_base = {
  102912             :             .ob_refcnt = 999999999,
  102913             :             .ob_type = &PyBytes_Type,
  102914             :         },
  102915             :         .ob_size = 466,
  102916             :     },
  102917             :     .ob_shash = -1,
  102918             :     .ob_sval = "\x80\x00\xe5\x0b\x14\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x07\x05\x16\xd8\x0e\x13\x88\x03\xd8\x11\x15\x88\x06\xd8\x11\x16\x88\x06\x88\x06\xe0\x0e\x12\x88\x03\xd8\x11\x14\x88\x06\xd8\x11\x15\x88\x06\xe0\x07\x0c\xf0\x00\x01\x05\x17\xd8\x10\x16\x88\x05\xe0\x0b\x0f\xf0\x00\x01\x05\x2e\xdd\x0e\x18\xd0\x19\x2c\xd4\x0e\x2d\xd0\x08\x2d\xe5\x0c\x15\x8f\x49\x89\x49\x90\x65\xd4\x0c\x1c\x80\x45\xf0\x02\x18\x05\x0e\xdd\x14\x1b\x9d\x48\xa0\x55\x9c\x4f\xd4\x14\x2c\x88\x09\xdd\x13\x1a\x9d\x38\xa0\x44\x9c\x3e\xd4\x13\x2a\x88\x08\xdd\x22\x2c\xa8\x59\xd4\x22\x37\xd1\x08\x1f\x88\x0b\x90\x5a\xdd\x20\x2a\xa8\x38\xd4\x20\x34\xd1\x08\x1d\x88\x0a\x90\x49\xdd\x0b\x13\x90\x4b\xd4\x0b\x20\xa5\x48\xa8\x5a\xd4\x24\x38\xd2\x0b\x38\xf0\x00\x02\x09\x2a\xdd\x12\x1c\x90\x2a\xd8\x10\x1a\x90\x0a\x90\x0a\x98\x4b\x98\x4b\xf0\x03\x01\x1e\x29\xf4\x00\x01\x13\x2a\xf0\x00\x01\x0d\x2a\xf0\x06\x00\x16\x3d\xd0\x15\x3c\xa0\x1a\xd7\x21\x31\xd1\x21\x31\xb0\x23\xd4\x21\x36\xd0\x15\x3c\xd4\x15\x3c\x88\x0a\xd8\x14\x3a\xd0\x14\x3a\xa0\x09\xa7\x0f\xa1\x0f\xb0\x03\xd4\x20\x34\xd0\x14\x3a\xd4\x14\x3a\x88\x09\xe0\x0c\x0d\x88\x01\xdd\x16\x19\x98\x2a\xa0\x69\xd4\x16\x30\xf0\x00\x03\x09\x13\xf1\x00\x03\x09\x13\x89\x46\x88\x42\x90\x02\xdd\x0f\x17\x98\x02\x8c\x7c\x9d\x78\xa8\x02\x9c\x7c\xd2\x0f\x2b\xf0\x00\x01\x0d\x16\xd8\x10\x15\x90\x05\xd8\x0c\x0d\x90\x11\x89\x46\x88\x41\x88\x41\xe0\x14\x1a\x90\x38\x9d\x73\xa0\x3a\x9c\x7f\xa8\x71\xd1\x1f\x30\xd1\x13\x31\xb0\x49\xb8\x61\xb0\x4d\xb0\x4d\xd1\x13\x41\x88\x08\xd8\x0f\x17\xf0\x00\x01\x09\x1a\xd8\x13\x19\x88\x4d\xdd\x0f\x13\x90\x58\x88\x7f\xd0\x08\x1e\xf8\xdd\x0c\x15\x95\x7a\xa5\x3e\xb5\x3c\xd5\x41\x53\xd0\x0b\x54\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x59\xb0\x04\xb0\x65\xd4\x08\x3c\xd0\x08\x3c\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
  102919             : };
  102920             : static
  102921             :     struct {
  102922             :         PyObject_VAR_HEAD
  102923             :         Py_hash_t ob_shash;
  102924             :         char ob_sval[20];
  102925             :     }
  102926             : ntpath_toplevel_consts_44_exceptiontable = {
  102927             :     .ob_base = {
  102928             :         .ob_base = {
  102929             :             .ob_refcnt = 999999999,
  102930             :             .ob_type = &PyBytes_Type,
  102931             :         },
  102932             :         .ob_size = 19,
  102933             :     },
  102934             :     .ob_shash = -1,
  102935             :     .ob_sval = "\xc1\x23\x44\x0a\x45\x37\x00\xc5\x2e\x08\x45\x37\x00\xc5\x37\x3e\x46\x35\x03",
  102936             : };
  102937             : static
  102938             :     struct {
  102939             :         PyASCIIObject _ascii;
  102940             :         uint8_t _data[10];
  102941             :     }
  102942             : const_str_start_abs = {
  102943             :     ._ascii = {
  102944             :         .ob_base = {
  102945             :             .ob_refcnt = 999999999,
  102946             :             .ob_type = &PyUnicode_Type,
  102947             :         },
  102948             :         .length = 9,
  102949             :         .hash = -1,
  102950             :         .state = {
  102951             :             .kind = 1,
  102952             :             .compact = 1,
  102953             :             .ascii = 1,
  102954             :         },
  102955             :     },
  102956             :     ._data = "start_abs",
  102957             : };
  102958             : static
  102959             :     struct {
  102960             :         PyASCIIObject _ascii;
  102961             :         uint8_t _data[9];
  102962             :     }
  102963             : const_str_path_abs = {
  102964             :     ._ascii = {
  102965             :         .ob_base = {
  102966             :             .ob_refcnt = 999999999,
  102967             :             .ob_type = &PyUnicode_Type,
  102968             :         },
  102969             :         .length = 8,
  102970             :         .hash = -1,
  102971             :         .state = {
  102972             :             .kind = 1,
  102973             :             .compact = 1,
  102974             :             .ascii = 1,
  102975             :         },
  102976             :     },
  102977             :     ._data = "path_abs",
  102978             : };
  102979             : static
  102980             :     struct {
  102981             :         PyASCIIObject _ascii;
  102982             :         uint8_t _data[12];
  102983             :     }
  102984             : const_str_start_drive = {
  102985             :     ._ascii = {
  102986             :         .ob_base = {
  102987             :             .ob_refcnt = 999999999,
  102988             :             .ob_type = &PyUnicode_Type,
  102989             :         },
  102990             :         .length = 11,
  102991             :         .hash = -1,
  102992             :         .state = {
  102993             :             .kind = 1,
  102994             :             .compact = 1,
  102995             :             .ascii = 1,
  102996             :         },
  102997             :     },
  102998             :     ._data = "start_drive",
  102999             : };
  103000             : static
  103001             :     struct {
  103002             :         PyASCIIObject _ascii;
  103003             :         uint8_t _data[11];
  103004             :     }
  103005             : const_str_start_rest = {
  103006             :     ._ascii = {
  103007             :         .ob_base = {
  103008             :             .ob_refcnt = 999999999,
  103009             :             .ob_type = &PyUnicode_Type,
  103010             :         },
  103011             :         .length = 10,
  103012             :         .hash = -1,
  103013             :         .state = {
  103014             :             .kind = 1,
  103015             :             .compact = 1,
  103016             :             .ascii = 1,
  103017             :         },
  103018             :     },
  103019             :     ._data = "start_rest",
  103020             : };
  103021             : static
  103022             :     struct {
  103023             :         PyASCIIObject _ascii;
  103024             :         uint8_t _data[11];
  103025             :     }
  103026             : const_str_path_drive = {
  103027             :     ._ascii = {
  103028             :         .ob_base = {
  103029             :             .ob_refcnt = 999999999,
  103030             :             .ob_type = &PyUnicode_Type,
  103031             :         },
  103032             :         .length = 10,
  103033             :         .hash = -1,
  103034             :         .state = {
  103035             :             .kind = 1,
  103036             :             .compact = 1,
  103037             :             .ascii = 1,
  103038             :         },
  103039             :     },
  103040             :     ._data = "path_drive",
  103041             : };
  103042             : static
  103043             :     struct {
  103044             :         PyASCIIObject _ascii;
  103045             :         uint8_t _data[10];
  103046             :     }
  103047             : const_str_path_rest = {
  103048             :     ._ascii = {
  103049             :         .ob_base = {
  103050             :             .ob_refcnt = 999999999,
  103051             :             .ob_type = &PyUnicode_Type,
  103052             :         },
  103053             :         .length = 9,
  103054             :         .hash = -1,
  103055             :         .state = {
  103056             :             .kind = 1,
  103057             :             .compact = 1,
  103058             :             .ascii = 1,
  103059             :         },
  103060             :     },
  103061             :     ._data = "path_rest",
  103062             : };
  103063             : static
  103064             :     struct {
  103065             :         PyASCIIObject _ascii;
  103066             :         uint8_t _data[11];
  103067             :     }
  103068             : const_str_start_list = {
  103069             :     ._ascii = {
  103070             :         .ob_base = {
  103071             :             .ob_refcnt = 999999999,
  103072             :             .ob_type = &PyUnicode_Type,
  103073             :         },
  103074             :         .length = 10,
  103075             :         .hash = -1,
  103076             :         .state = {
  103077             :             .kind = 1,
  103078             :             .compact = 1,
  103079             :             .ascii = 1,
  103080             :         },
  103081             :     },
  103082             :     ._data = "start_list",
  103083             : };
  103084             : static
  103085             :     struct {
  103086             :         PyASCIIObject _ascii;
  103087             :         uint8_t _data[10];
  103088             :     }
  103089             : const_str_path_list = {
  103090             :     ._ascii = {
  103091             :         .ob_base = {
  103092             :             .ob_refcnt = 999999999,
  103093             :             .ob_type = &PyUnicode_Type,
  103094             :         },
  103095             :         .length = 9,
  103096             :         .hash = -1,
  103097             :         .state = {
  103098             :             .kind = 1,
  103099             :             .compact = 1,
  103100             :             .ascii = 1,
  103101             :         },
  103102             :     },
  103103             :     ._data = "path_list",
  103104             : };
  103105             : static
  103106             :     struct {
  103107             :         PyASCIIObject _ascii;
  103108             :         uint8_t _data[3];
  103109             :     }
  103110             : const_str_e1 = {
  103111             :     ._ascii = {
  103112             :         .ob_base = {
  103113             :             .ob_refcnt = 999999999,
  103114             :             .ob_type = &PyUnicode_Type,
  103115             :         },
  103116             :         .length = 2,
  103117             :         .hash = -1,
  103118             :         .state = {
  103119             :             .kind = 1,
  103120             :             .compact = 1,
  103121             :             .ascii = 1,
  103122             :         },
  103123             :     },
  103124             :     ._data = "e1",
  103125             : };
  103126             : static
  103127             :     struct {
  103128             :         PyASCIIObject _ascii;
  103129             :         uint8_t _data[3];
  103130             :     }
  103131             : const_str_e2 = {
  103132             :     ._ascii = {
  103133             :         .ob_base = {
  103134             :             .ob_refcnt = 999999999,
  103135             :             .ob_type = &PyUnicode_Type,
  103136             :         },
  103137             :         .length = 2,
  103138             :         .hash = -1,
  103139             :         .state = {
  103140             :             .kind = 1,
  103141             :             .compact = 1,
  103142             :             .ascii = 1,
  103143             :         },
  103144             :     },
  103145             :     ._data = "e2",
  103146             : };
  103147             : static
  103148             :     struct {
  103149             :         PyASCIIObject _ascii;
  103150             :         uint8_t _data[9];
  103151             :     }
  103152             : const_str_rel_list = {
  103153             :     ._ascii = {
  103154             :         .ob_base = {
  103155             :             .ob_refcnt = 999999999,
  103156             :             .ob_type = &PyUnicode_Type,
  103157             :         },
  103158             :         .length = 8,
  103159             :         .hash = -1,
  103160             :         .state = {
  103161             :             .kind = 1,
  103162             :             .compact = 1,
  103163             :             .ascii = 1,
  103164             :         },
  103165             :     },
  103166             :     ._data = "rel_list",
  103167             : };
  103168             : static
  103169             :     struct {
  103170             :         PyGC_Head _gc_head;
  103171             :         struct {
  103172             :             PyObject_VAR_HEAD
  103173             :             PyObject *ob_item[17];
  103174             :         }_object;
  103175             :     }
  103176             : ntpath_toplevel_consts_44_localsplusnames = {
  103177             :     ._object = {
  103178             :         .ob_base = {
  103179             :             .ob_base = {
  103180             :                 .ob_refcnt = 999999999,
  103181             :                 .ob_type = &PyTuple_Type,
  103182             :             },
  103183             :             .ob_size = 17,
  103184             :         },
  103185             :         .ob_item = {
  103186             :             &_Py_ID(path),
  103187             :             & const_str_start._ascii.ob_base,
  103188             :             & const_str_sep._ascii.ob_base,
  103189             :             & const_str_curdir._ascii.ob_base,
  103190             :             & const_str_pardir._ascii.ob_base,
  103191             :             & const_str_start_abs._ascii.ob_base,
  103192             :             & const_str_path_abs._ascii.ob_base,
  103193             :             & const_str_start_drive._ascii.ob_base,
  103194             :             & const_str_start_rest._ascii.ob_base,
  103195             :             & const_str_path_drive._ascii.ob_base,
  103196             :             & const_str_path_rest._ascii.ob_base,
  103197             :             & const_str_start_list._ascii.ob_base,
  103198             :             & const_str_path_list._ascii.ob_base,
  103199             :             & const_str_i._ascii.ob_base,
  103200             :             & const_str_e1._ascii.ob_base,
  103201             :             & const_str_e2._ascii.ob_base,
  103202             :             & const_str_rel_list._ascii.ob_base,
  103203             :         },
  103204             :     },
  103205             : };
  103206             : static
  103207             :     struct _PyCode_DEF(880)
  103208             : ntpath_toplevel_consts_44 = {
  103209             :     .ob_base = {
  103210             :         .ob_base = {
  103211             :             .ob_refcnt = 999999999,
  103212             :             .ob_type = &PyCode_Type,
  103213             :         },
  103214             :         .ob_size = 440,
  103215             :     },
  103216             :     .co_consts = & ntpath_toplevel_consts_44_consts._object.ob_base.ob_base,
  103217             :     .co_names = & ntpath_toplevel_consts_44_names._object.ob_base.ob_base,
  103218             :     .co_exceptiontable = & ntpath_toplevel_consts_44_exceptiontable.ob_base.ob_base,
  103219             :     .co_flags = 3,
  103220             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  103221             :     ._co_linearray_entry_size = 0,
  103222             :     .co_argcount = 2,
  103223             :     .co_posonlyargcount = 0,
  103224             :     .co_kwonlyargcount = 0,
  103225             :     .co_framesize = 24 + FRAME_SPECIALS_SIZE,
  103226             :     .co_stacksize = 7,
  103227             :     .co_firstlineno = 739,
  103228             :     .co_nlocalsplus = 17,
  103229             :     .co_nlocals = 17,
  103230             :     .co_nplaincellvars = 0,
  103231             :     .co_ncellvars = 0,
  103232             :     .co_nfreevars = 0,
  103233             :     .co_localsplusnames = & ntpath_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
  103234             :     .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
  103235             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  103236             :     .co_name = & const_str_relpath._ascii.ob_base,
  103237             :     .co_qualname = & const_str_relpath._ascii.ob_base,
  103238             :     .co_linetable = & ntpath_toplevel_consts_44_linetable.ob_base.ob_base,
  103239             :     ._co_code = NULL,
  103240             :     ._co_linearray = NULL,
  103241             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x01\x7d\x02\x64\x02\x7d\x03\x64\x03\x7d\x04\x6e\x06\x64\x04\x7d\x02\x64\x05\x7d\x03\x64\x06\x7d\x04\x7c\x01\x80\x02\x7c\x03\x7d\x01\x7c\x00\x73\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x07\x7d\x08\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x13\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x09\x9b\x02\x64\x0a\x7c\x07\x9b\x02\x9d\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x0b\x84\x00\x7c\x08\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x64\x0c\x84\x00\x7c\x0a\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x64\x0d\x7d\x0d\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x7c\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x28\x00\x00\x5c\x02\x00\x00\x7d\x0e\x7d\x0f\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x02\x01\x00\x6e\x06\x7c\x0d\x64\x0e\x7a\x0d\x00\x00\x7d\x0d\x8c\x2a\x7c\x04\x67\x01\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x7a\x0a\x00\x00\x7a\x05\x00\x00\x7c\x0c\x7c\x0d\x64\x07\x1a\x00\x7a\x00\x00\x00\x7d\x10\x7c\x10\x73\x02\x7c\x03\x53\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x10\x8e\x00\x53\x00\x23\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x05\x24\x00\x72\x1b\x01\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x7c\x00\x7c\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  103242             :     ._co_firsttraceable = 0,
  103243             : };
  103244             : static
  103245             :     struct {
  103246             :         PyASCIIObject _ascii;
  103247             :         uint8_t _data[69];
  103248             :     }
  103249             : ntpath_toplevel_consts_45_consts_0 = {
  103250             :     ._ascii = {
  103251             :         .ob_base = {
  103252             :             .ob_refcnt = 999999999,
  103253             :             .ob_type = &PyUnicode_Type,
  103254             :         },
  103255             :         .length = 68,
  103256             :         .hash = -1,
  103257             :         .state = {
  103258             :             .kind = 1,
  103259             :             .compact = 1,
  103260             :             .ascii = 1,
  103261             :         },
  103262             :     },
  103263             :     ._data = "Given a sequence of path names, returns the longest common sub-path.",
  103264             : };
  103265             : static
  103266             :     struct {
  103267             :         PyASCIIObject _ascii;
  103268             :         uint8_t _data[38];
  103269             :     }
  103270             : ntpath_toplevel_consts_45_consts_1 = {
  103271             :     ._ascii = {
  103272             :         .ob_base = {
  103273             :             .ob_refcnt = 999999999,
  103274             :             .ob_type = &PyUnicode_Type,
  103275             :         },
  103276             :         .length = 37,
  103277             :         .hash = -1,
  103278             :         .state = {
  103279             :             .kind = 1,
  103280             :             .compact = 1,
  103281             :             .ascii = 1,
  103282             :         },
  103283             :     },
  103284             :     ._data = "commonpath() arg is an empty sequence",
  103285             : };
  103286             : static
  103287             :     struct {
  103288             :         PyGC_Head _gc_head;
  103289             :         struct {
  103290             :             PyObject_VAR_HEAD
  103291             :             PyObject *ob_item[3];
  103292             :         }_object;
  103293             :     }
  103294             : ntpath_toplevel_consts_45_consts_9_names = {
  103295             :     ._object = {
  103296             :         .ob_base = {
  103297             :             .ob_base = {
  103298             :                 .ob_refcnt = 999999999,
  103299             :                 .ob_type = &PyTuple_Type,
  103300             :             },
  103301             :             .ob_size = 3,
  103302             :         },
  103303             :         .ob_item = {
  103304             :             & const_str_splitdrive._ascii.ob_base,
  103305             :             &_Py_ID(replace),
  103306             :             & const_str_lower._ascii.ob_base,
  103307             :         },
  103308             :     },
  103309             : };
  103310             : static
  103311             :     struct {
  103312             :         PyASCIIObject _ascii;
  103313             :         uint8_t _data[31];
  103314             :     }
  103315             : ntpath_toplevel_consts_45_consts_9_qualname = {
  103316             :     ._ascii = {
  103317             :         .ob_base = {
  103318             :             .ob_refcnt = 999999999,
  103319             :             .ob_type = &PyUnicode_Type,
  103320             :         },
  103321             :         .length = 30,
  103322             :         .hash = -1,
  103323             :         .state = {
  103324             :             .kind = 1,
  103325             :             .compact = 1,
  103326             :             .ascii = 1,
  103327             :         },
  103328             :     },
  103329             :     ._data = "commonpath.<locals>.<listcomp>",
  103330             : };
  103331             : static
  103332             :     struct {
  103333             :         PyObject_VAR_HEAD
  103334             :         Py_hash_t ob_shash;
  103335             :         char ob_sval[51];
  103336             :     }
  103337             : ntpath_toplevel_consts_45_consts_9_linetable = {
  103338             :     .ob_base = {
  103339             :         .ob_base = {
  103340             :             .ob_refcnt = 999999999,
  103341             :             .ob_type = &PyBytes_Type,
  103342             :         },
  103343             :         .ob_size = 50,
  103344             :     },
  103345             :     .ob_shash = -1,
  103346             :     .ob_sval = "\xf8\x80\x00\xd0\x16\x51\xd0\x16\x51\xd1\x16\x51\xc0\x61\x95\x7a\xa0\x21\xa7\x29\xa1\x29\xa8\x46\xb0\x43\xd4\x22\x38\xd7\x22\x3e\xd1\x22\x3e\xd4\x22\x40\xd4\x17\x41\xd0\x16\x51\xd0\x16\x51\xd0\x16\x51",
  103347             : };
  103348             : static
  103349             :     struct {
  103350             :         PyGC_Head _gc_head;
  103351             :         struct {
  103352             :             PyObject_VAR_HEAD
  103353             :             PyObject *ob_item[4];
  103354             :         }_object;
  103355             :     }
  103356             : ntpath_toplevel_consts_45_consts_9_localsplusnames = {
  103357             :     ._object = {
  103358             :         .ob_base = {
  103359             :             .ob_base = {
  103360             :                 .ob_refcnt = 999999999,
  103361             :                 .ob_type = &PyTuple_Type,
  103362             :             },
  103363             :             .ob_size = 4,
  103364             :         },
  103365             :         .ob_item = {
  103366             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  103367             :             & const_str_p._ascii.ob_base,
  103368             :             & const_str_altsep._ascii.ob_base,
  103369             :             & const_str_sep._ascii.ob_base,
  103370             :         },
  103371             :     },
  103372             : };
  103373             : static
  103374             :     struct {
  103375             :         PyObject_VAR_HEAD
  103376             :         Py_hash_t ob_shash;
  103377             :         char ob_sval[5];
  103378             :     }
  103379             : ntpath_toplevel_consts_45_consts_9_localspluskinds = {
  103380             :     .ob_base = {
  103381             :         .ob_base = {
  103382             :             .ob_refcnt = 999999999,
  103383             :             .ob_type = &PyBytes_Type,
  103384             :         },
  103385             :         .ob_size = 4,
  103386             :     },
  103387             :     .ob_shash = -1,
  103388             :     .ob_sval = "\x20\x20\x80\x80",
  103389             : };
  103390             : static
  103391             :     struct _PyCode_DEF(108)
  103392             : ntpath_toplevel_consts_45_consts_9 = {
  103393             :     .ob_base = {
  103394             :         .ob_base = {
  103395             :             .ob_refcnt = 999999999,
  103396             :             .ob_type = &PyCode_Type,
  103397             :         },
  103398             :         .ob_size = 54,
  103399             :     },
  103400             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103401             :     .co_names = & ntpath_toplevel_consts_45_consts_9_names._object.ob_base.ob_base,
  103402             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  103403             :     .co_flags = 19,
  103404             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  103405             :     ._co_linearray_entry_size = 0,
  103406             :     .co_argcount = 1,
  103407             :     .co_posonlyargcount = 0,
  103408             :     .co_kwonlyargcount = 0,
  103409             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
  103410             :     .co_stacksize = 8,
  103411             :     .co_firstlineno = 812,
  103412             :     .co_nlocalsplus = 4,
  103413             :     .co_nlocals = 2,
  103414             :     .co_nplaincellvars = 0,
  103415             :     .co_ncellvars = 0,
  103416             :     .co_nfreevars = 2,
  103417             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_9_localsplusnames._object.ob_base.ob_base,
  103418             :     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_9_localspluskinds.ob_base.ob_base,
  103419             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  103420             :     .co_name = &_Py_STR(anon_listcomp),
  103421             :     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
  103422             :     .co_linetable = & ntpath_toplevel_consts_45_consts_9_linetable.ob_base.ob_base,
  103423             :     ._co_code = NULL,
  103424             :     ._co_linearray = NULL,
  103425             :     .co_code_adaptive = "\x95\x02\x97\x00\x67\x00\x7c\x00\x5d\x2f\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x02\x89\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x31\x53\x00",
  103426             :     ._co_firsttraceable = 1,
  103427             : };
  103428             : static
  103429             :     struct {
  103430             :         PyObject_VAR_HEAD
  103431             :         Py_hash_t ob_shash;
  103432             :         char ob_sval[38];
  103433             :     }
  103434             : ntpath_toplevel_consts_45_consts_10_linetable = {
  103435             :     .ob_base = {
  103436             :         .ob_base = {
  103437             :             .ob_refcnt = 999999999,
  103438             :             .ob_type = &PyBytes_Type,
  103439             :         },
  103440             :         .ob_size = 37,
  103441             :     },
  103442             :     .ob_shash = -1,
  103443             :     .ob_sval = "\xf8\x80\x00\xd0\x16\x3c\xd0\x16\x3c\xd1\x16\x3c\xa9\x04\xa8\x01\xa8\x31\x90\x71\x97\x77\x91\x77\x98\x73\x94\x7c\xd0\x16\x3c\xd0\x16\x3c\xd0\x16\x3c",
  103444             : };
  103445             : static
  103446             :     struct {
  103447             :         PyGC_Head _gc_head;
  103448             :         struct {
  103449             :             PyObject_VAR_HEAD
  103450             :             PyObject *ob_item[4];
  103451             :         }_object;
  103452             :     }
  103453             : ntpath_toplevel_consts_45_consts_10_localsplusnames = {
  103454             :     ._object = {
  103455             :         .ob_base = {
  103456             :             .ob_base = {
  103457             :                 .ob_refcnt = 999999999,
  103458             :                 .ob_type = &PyTuple_Type,
  103459             :             },
  103460             :             .ob_size = 4,
  103461             :         },
  103462             :         .ob_item = {
  103463             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  103464             :             & const_str_d._ascii.ob_base,
  103465             :             & const_str_p._ascii.ob_base,
  103466             :             & const_str_sep._ascii.ob_base,
  103467             :         },
  103468             :     },
  103469             : };
  103470             : static
  103471             :     struct {
  103472             :         PyObject_VAR_HEAD
  103473             :         Py_hash_t ob_shash;
  103474             :         char ob_sval[5];
  103475             :     }
  103476             : ntpath_toplevel_consts_45_consts_10_localspluskinds = {
  103477             :     .ob_base = {
  103478             :         .ob_base = {
  103479             :             .ob_refcnt = 999999999,
  103480             :             .ob_type = &PyBytes_Type,
  103481             :         },
  103482             :         .ob_size = 4,
  103483             :     },
  103484             :     .ob_shash = -1,
  103485             :     .ob_sval = "\x20\x20\x20\x80",
  103486             : };
  103487             : static
  103488             :     struct _PyCode_DEF(60)
  103489             : ntpath_toplevel_consts_45_consts_10 = {
  103490             :     .ob_base = {
  103491             :         .ob_base = {
  103492             :             .ob_refcnt = 999999999,
  103493             :             .ob_type = &PyCode_Type,
  103494             :         },
  103495             :         .ob_size = 30,
  103496             :     },
  103497             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103498             :     .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
  103499             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  103500             :     .co_flags = 19,
  103501             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  103502             :     ._co_linearray_entry_size = 0,
  103503             :     .co_argcount = 1,
  103504             :     .co_posonlyargcount = 0,
  103505             :     .co_kwonlyargcount = 0,
  103506             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  103507             :     .co_stacksize = 5,
  103508             :     .co_firstlineno = 813,
  103509             :     .co_nlocalsplus = 4,
  103510             :     .co_nlocals = 3,
  103511             :     .co_nplaincellvars = 0,
  103512             :     .co_ncellvars = 0,
  103513             :     .co_nfreevars = 1,
  103514             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_10_localsplusnames._object.ob_base.ob_base,
  103515             :     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
  103516             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  103517             :     .co_name = &_Py_STR(anon_listcomp),
  103518             :     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
  103519             :     .co_linetable = & ntpath_toplevel_consts_45_consts_10_linetable.ob_base.ob_base,
  103520             :     ._co_code = NULL,
  103521             :     ._co_linearray = NULL,
  103522             :     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x17\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x19\x53\x00",
  103523             :     ._co_firsttraceable = 1,
  103524             : };
  103525             : static
  103526             :     struct {
  103527             :         PyASCIIObject _ascii;
  103528             :         uint8_t _data[30];
  103529             :     }
  103530             : ntpath_toplevel_consts_45_consts_11_qualname = {
  103531             :     ._ascii = {
  103532             :         .ob_base = {
  103533             :             .ob_refcnt = 999999999,
  103534             :             .ob_type = &PyUnicode_Type,
  103535             :         },
  103536             :         .length = 29,
  103537             :         .hash = -1,
  103538             :         .state = {
  103539             :             .kind = 1,
  103540             :             .compact = 1,
  103541             :             .ascii = 1,
  103542             :         },
  103543             :     },
  103544             :     ._data = "commonpath.<locals>.<genexpr>",
  103545             : };
  103546             : static
  103547             :     struct {
  103548             :         PyObject_VAR_HEAD
  103549             :         Py_hash_t ob_shash;
  103550             :         char ob_sval[50];
  103551             :     }
  103552             : ntpath_toplevel_consts_45_consts_11_linetable = {
  103553             :     .ob_base = {
  103554             :         .ob_base = {
  103555             :             .ob_refcnt = 999999999,
  103556             :             .ob_type = &PyBytes_Type,
  103557             :         },
  103558             :         .ob_size = 49,
  103559             :     },
  103560             :     .ob_shash = -1,
  103561             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x18\x3e\xd1\x18\x3e\xa9\x24\xa8\x21\xa8\x51\x98\x11\x98\x15\x98\x41\x98\x15\xa0\x23\x9a\x1c\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e",
  103562             : };
  103563             : static
  103564             :     struct _PyCode_DEF(50)
  103565             : ntpath_toplevel_consts_45_consts_11 = {
  103566             :     .ob_base = {
  103567             :         .ob_base = {
  103568             :             .ob_refcnt = 999999999,
  103569             :             .ob_type = &PyCode_Type,
  103570             :         },
  103571             :         .ob_size = 25,
  103572             :     },
  103573             :     .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
  103574             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103575             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  103576             :     .co_flags = 51,
  103577             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  103578             :     ._co_linearray_entry_size = 0,
  103579             :     .co_argcount = 1,
  103580             :     .co_posonlyargcount = 0,
  103581             :     .co_kwonlyargcount = 0,
  103582             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  103583             :     .co_stacksize = 4,
  103584             :     .co_firstlineno = 816,
  103585             :     .co_nlocalsplus = 4,
  103586             :     .co_nlocals = 3,
  103587             :     .co_nplaincellvars = 0,
  103588             :     .co_ncellvars = 0,
  103589             :     .co_nfreevars = 1,
  103590             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_10_localsplusnames._object.ob_base.ob_base,
  103591             :     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
  103592             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  103593             :     .co_name = &_Py_STR(anon_genexpr),
  103594             :     .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
  103595             :     .co_linetable = & ntpath_toplevel_consts_45_consts_11_linetable.ob_base.ob_base,
  103596             :     ._co_code = NULL,
  103597             :     ._co_linearray = NULL,
  103598             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x10\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\x64\x00\x64\x01\x1a\x00\x89\x03\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x12\x64\x00\x53\x00",
  103599             :     ._co_firsttraceable = 3,
  103600             : };
  103601             : static
  103602             :     struct {
  103603             :         PyASCIIObject _ascii;
  103604             :         uint8_t _data[38];
  103605             :     }
  103606             : ntpath_toplevel_consts_45_consts_12 = {
  103607             :     ._ascii = {
  103608             :         .ob_base = {
  103609             :             .ob_refcnt = 999999999,
  103610             :             .ob_type = &PyUnicode_Type,
  103611             :         },
  103612             :         .length = 37,
  103613             :         .hash = -1,
  103614             :         .state = {
  103615             :             .kind = 1,
  103616             :             .compact = 1,
  103617             :             .ascii = 1,
  103618             :         },
  103619             :     },
  103620             :     ._data = "Can't mix absolute and relative paths",
  103621             : };
  103622             : static
  103623             :     struct {
  103624             :         PyObject_VAR_HEAD
  103625             :         Py_hash_t ob_shash;
  103626             :         char ob_sval[39];
  103627             :     }
  103628             : ntpath_toplevel_consts_45_consts_14_linetable = {
  103629             :     .ob_base = {
  103630             :         .ob_base = {
  103631             :             .ob_refcnt = 999999999,
  103632             :             .ob_type = &PyBytes_Type,
  103633             :         },
  103634             :         .ob_size = 38,
  103635             :     },
  103636             :     .ob_shash = -1,
  103637             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x12\x2d\xd1\x12\x2d\x99\x14\x98\x11\x98\x41\x90\x31\xd0\x12\x2d\xd0\x12\x2d\xd0\x12\x2d\xd0\x12\x2d\xd0\x12\x2d\xd0\x12\x2d",
  103638             : };
  103639             : static
  103640             :     struct {
  103641             :         PyGC_Head _gc_head;
  103642             :         struct {
  103643             :             PyObject_VAR_HEAD
  103644             :             PyObject *ob_item[3];
  103645             :         }_object;
  103646             :     }
  103647             : ntpath_toplevel_consts_45_consts_14_localsplusnames = {
  103648             :     ._object = {
  103649             :         .ob_base = {
  103650             :             .ob_base = {
  103651             :                 .ob_refcnt = 999999999,
  103652             :                 .ob_type = &PyTuple_Type,
  103653             :             },
  103654             :             .ob_size = 3,
  103655             :         },
  103656             :         .ob_item = {
  103657             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  103658             :             & const_str_d._ascii.ob_base,
  103659             :             & const_str_p._ascii.ob_base,
  103660             :         },
  103661             :     },
  103662             : };
  103663             : static
  103664             :     struct _PyCode_DEF(34)
  103665             : ntpath_toplevel_consts_45_consts_14 = {
  103666             :     .ob_base = {
  103667             :         .ob_base = {
  103668             :             .ob_refcnt = 999999999,
  103669             :             .ob_type = &PyCode_Type,
  103670             :         },
  103671             :         .ob_size = 17,
  103672             :     },
  103673             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  103674             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103675             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  103676             :     .co_flags = 51,
  103677             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  103678             :     ._co_linearray_entry_size = 0,
  103679             :     .co_argcount = 1,
  103680             :     .co_posonlyargcount = 0,
  103681             :     .co_kwonlyargcount = 0,
  103682             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  103683             :     .co_stacksize = 3,
  103684             :     .co_firstlineno = 823,
  103685             :     .co_nlocalsplus = 3,
  103686             :     .co_nlocals = 3,
  103687             :     .co_nplaincellvars = 0,
  103688             :     .co_ncellvars = 0,
  103689             :     .co_nfreevars = 0,
  103690             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_14_localsplusnames._object.ob_base.ob_base,
  103691             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  103692             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  103693             :     .co_name = &_Py_STR(anon_genexpr),
  103694             :     .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
  103695             :     .co_linetable = & ntpath_toplevel_consts_45_consts_14_linetable.ob_base.ob_base,
  103696             :     ._co_code = NULL,
  103697             :     ._co_linearray = NULL,
  103698             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x09\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x96\x02\x97\x01\x01\x00\x8c\x0b\x64\x00\x53\x00",
  103699             :     ._co_firsttraceable = 2,
  103700             : };
  103701             : static
  103702             :     struct {
  103703             :         PyASCIIObject _ascii;
  103704             :         uint8_t _data[32];
  103705             :     }
  103706             : ntpath_toplevel_consts_45_consts_16 = {
  103707             :     ._ascii = {
  103708             :         .ob_base = {
  103709             :             .ob_refcnt = 999999999,
  103710             :             .ob_type = &PyUnicode_Type,
  103711             :         },
  103712             :         .length = 31,
  103713             :         .hash = -1,
  103714             :         .state = {
  103715             :             .kind = 1,
  103716             :             .compact = 1,
  103717             :             .ascii = 1,
  103718             :         },
  103719             :     },
  103720             :     ._data = "Paths don't have the same drive",
  103721             : };
  103722             : static
  103723             :     struct {
  103724             :         PyObject_VAR_HEAD
  103725             :         Py_hash_t ob_shash;
  103726             :         char ob_sval[40];
  103727             :     }
  103728             : ntpath_toplevel_consts_45_consts_17_linetable = {
  103729             :     .ob_base = {
  103730             :         .ob_base = {
  103731             :             .ob_refcnt = 999999999,
  103732             :             .ob_type = &PyBytes_Type,
  103733             :         },
  103734             :         .ob_size = 39,
  103735             :     },
  103736             :     .ob_shash = -1,
  103737             :     .ob_sval = "\xf8\x80\x00\xd0\x11\x39\xd0\x11\x39\xd1\x11\x39\x98\x01\xa0\x71\xd0\x11\x39\xa8\x51\xb0\x26\xaa\x5b\xd0\x11\x39\x90\x21\xd0\x11\x39\xd0\x11\x39\xd0\x11\x39",
  103738             : };
  103739             : static
  103740             :     struct {
  103741             :         PyGC_Head _gc_head;
  103742             :         struct {
  103743             :             PyObject_VAR_HEAD
  103744             :             PyObject *ob_item[3];
  103745             :         }_object;
  103746             :     }
  103747             : ntpath_toplevel_consts_45_consts_17_localsplusnames = {
  103748             :     ._object = {
  103749             :         .ob_base = {
  103750             :             .ob_base = {
  103751             :                 .ob_refcnt = 999999999,
  103752             :                 .ob_type = &PyTuple_Type,
  103753             :             },
  103754             :             .ob_size = 3,
  103755             :         },
  103756             :         .ob_item = {
  103757             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  103758             :             & const_str_c._ascii.ob_base,
  103759             :             & const_str_curdir._ascii.ob_base,
  103760             :         },
  103761             :     },
  103762             : };
  103763             : static
  103764             :     struct _PyCode_DEF(38)
  103765             : ntpath_toplevel_consts_45_consts_17 = {
  103766             :     .ob_base = {
  103767             :         .ob_base = {
  103768             :             .ob_refcnt = 999999999,
  103769             :             .ob_type = &PyCode_Type,
  103770             :         },
  103771             :         .ob_size = 19,
  103772             :     },
  103773             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103774             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103775             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  103776             :     .co_flags = 19,
  103777             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  103778             :     ._co_linearray_entry_size = 0,
  103779             :     .co_argcount = 1,
  103780             :     .co_posonlyargcount = 0,
  103781             :     .co_kwonlyargcount = 0,
  103782             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  103783             :     .co_stacksize = 4,
  103784             :     .co_firstlineno = 828,
  103785             :     .co_nlocalsplus = 3,
  103786             :     .co_nlocals = 2,
  103787             :     .co_nplaincellvars = 0,
  103788             :     .co_ncellvars = 0,
  103789             :     .co_nfreevars = 1,
  103790             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
  103791             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
  103792             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  103793             :     .co_name = &_Py_STR(anon_listcomp),
  103794             :     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
  103795             :     .co_linetable = & ntpath_toplevel_consts_45_consts_17_linetable.ob_base.ob_base,
  103796             :     ._co_code = NULL,
  103797             :     ._co_linearray = NULL,
  103798             :     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0b\x7c\x01\x91\x02\x8c\x0e\x53\x00",
  103799             :     ._co_firsttraceable = 1,
  103800             : };
  103801             : static
  103802             :     struct {
  103803             :         PyASCIIObject _ascii;
  103804             :         uint8_t _data[42];
  103805             :     }
  103806             : ntpath_toplevel_consts_45_consts_18_consts_0_qualname = {
  103807             :     ._ascii = {
  103808             :         .ob_base = {
  103809             :             .ob_refcnt = 999999999,
  103810             :             .ob_type = &PyUnicode_Type,
  103811             :         },
  103812             :         .length = 41,
  103813             :         .hash = -1,
  103814             :         .state = {
  103815             :             .kind = 1,
  103816             :             .compact = 1,
  103817             :             .ascii = 1,
  103818             :         },
  103819             :     },
  103820             :     ._data = "commonpath.<locals>.<listcomp>.<listcomp>",
  103821             : };
  103822             : static
  103823             :     struct {
  103824             :         PyObject_VAR_HEAD
  103825             :         Py_hash_t ob_shash;
  103826             :         char ob_sval[40];
  103827             :     }
  103828             : ntpath_toplevel_consts_45_consts_18_consts_0_linetable = {
  103829             :     .ob_base = {
  103830             :         .ob_base = {
  103831             :             .ob_refcnt = 999999999,
  103832             :             .ob_type = &PyBytes_Type,
  103833             :         },
  103834             :         .ob_size = 39,
  103835             :     },
  103836             :     .ob_shash = -1,
  103837             :     .ob_sval = "\xf8\x80\x00\xd0\x17\x3a\xd0\x17\x3a\xd1\x17\x3a\x98\x61\xa8\x01\xd0\x17\x3a\xa8\x61\xb0\x36\xaa\x6b\xd0\x17\x3a\x98\x01\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a",
  103838             : };
  103839             : static
  103840             :     struct _PyCode_DEF(38)
  103841             : ntpath_toplevel_consts_45_consts_18_consts_0 = {
  103842             :     .ob_base = {
  103843             :         .ob_base = {
  103844             :             .ob_refcnt = 999999999,
  103845             :             .ob_type = &PyCode_Type,
  103846             :         },
  103847             :         .ob_size = 19,
  103848             :     },
  103849             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103850             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103851             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  103852             :     .co_flags = 19,
  103853             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  103854             :     ._co_linearray_entry_size = 0,
  103855             :     .co_argcount = 1,
  103856             :     .co_posonlyargcount = 0,
  103857             :     .co_kwonlyargcount = 0,
  103858             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  103859             :     .co_stacksize = 4,
  103860             :     .co_firstlineno = 830,
  103861             :     .co_nlocalsplus = 3,
  103862             :     .co_nlocals = 2,
  103863             :     .co_nplaincellvars = 0,
  103864             :     .co_ncellvars = 0,
  103865             :     .co_nfreevars = 1,
  103866             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
  103867             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
  103868             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  103869             :     .co_name = &_Py_STR(anon_listcomp),
  103870             :     .co_qualname = & ntpath_toplevel_consts_45_consts_18_consts_0_qualname._ascii.ob_base,
  103871             :     .co_linetable = & ntpath_toplevel_consts_45_consts_18_consts_0_linetable.ob_base.ob_base,
  103872             :     ._co_code = NULL,
  103873             :     ._co_linearray = NULL,
  103874             :     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0b\x7c\x01\x91\x02\x8c\x0e\x53\x00",
  103875             :     ._co_firsttraceable = 1,
  103876             : };
  103877             : static
  103878             :     struct {
  103879             :         PyGC_Head _gc_head;
  103880             :         struct {
  103881             :             PyObject_VAR_HEAD
  103882             :             PyObject *ob_item[1];
  103883             :         }_object;
  103884             :     }
  103885             : ntpath_toplevel_consts_45_consts_18_consts = {
  103886             :     ._object = {
  103887             :         .ob_base = {
  103888             :             .ob_base = {
  103889             :                 .ob_refcnt = 999999999,
  103890             :                 .ob_type = &PyTuple_Type,
  103891             :             },
  103892             :             .ob_size = 1,
  103893             :         },
  103894             :         .ob_item = {
  103895             :             & ntpath_toplevel_consts_45_consts_18_consts_0.ob_base.ob_base,
  103896             :         },
  103897             :     },
  103898             : };
  103899             : static
  103900             :     struct {
  103901             :         PyObject_VAR_HEAD
  103902             :         Py_hash_t ob_shash;
  103903             :         char ob_sval[44];
  103904             :     }
  103905             : ntpath_toplevel_consts_45_consts_18_linetable = {
  103906             :     .ob_base = {
  103907             :         .ob_base = {
  103908             :             .ob_refcnt = 999999999,
  103909             :             .ob_type = &PyBytes_Type,
  103910             :         },
  103911             :         .ob_size = 43,
  103912             :     },
  103913             :     .ob_shash = -1,
  103914             :     .ob_sval = "\xf8\x80\x00\xd0\x16\x50\xd0\x16\x50\xd1\x16\x50\xb8\x71\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a\xa0\x31\xd0\x17\x3a\xd4\x17\x3a\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50",
  103915             : };
  103916             : static
  103917             :     struct {
  103918             :         PyGC_Head _gc_head;
  103919             :         struct {
  103920             :             PyObject_VAR_HEAD
  103921             :             PyObject *ob_item[3];
  103922             :         }_object;
  103923             :     }
  103924             : ntpath_toplevel_consts_45_consts_18_localsplusnames = {
  103925             :     ._object = {
  103926             :         .ob_base = {
  103927             :             .ob_base = {
  103928             :                 .ob_refcnt = 999999999,
  103929             :                 .ob_type = &PyTuple_Type,
  103930             :             },
  103931             :             .ob_size = 3,
  103932             :         },
  103933             :         .ob_item = {
  103934             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  103935             :             & const_str_s._ascii.ob_base,
  103936             :             & const_str_curdir._ascii.ob_base,
  103937             :         },
  103938             :     },
  103939             : };
  103940             : static
  103941             :     struct _PyCode_DEF(42)
  103942             : ntpath_toplevel_consts_45_consts_18 = {
  103943             :     .ob_base = {
  103944             :         .ob_base = {
  103945             :             .ob_refcnt = 999999999,
  103946             :             .ob_type = &PyCode_Type,
  103947             :         },
  103948             :         .ob_size = 21,
  103949             :     },
  103950             :     .co_consts = & ntpath_toplevel_consts_45_consts_18_consts._object.ob_base.ob_base,
  103951             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  103952             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  103953             :     .co_flags = 19,
  103954             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  103955             :     ._co_linearray_entry_size = 0,
  103956             :     .co_argcount = 1,
  103957             :     .co_posonlyargcount = 0,
  103958             :     .co_kwonlyargcount = 0,
  103959             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  103960             :     .co_stacksize = 4,
  103961             :     .co_firstlineno = 830,
  103962             :     .co_nlocalsplus = 3,
  103963             :     .co_nlocals = 2,
  103964             :     .co_nplaincellvars = 0,
  103965             :     .co_ncellvars = 0,
  103966             :     .co_nfreevars = 1,
  103967             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_18_localsplusnames._object.ob_base.ob_base,
  103968             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
  103969             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  103970             :     .co_name = &_Py_STR(anon_listcomp),
  103971             :     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
  103972             :     .co_linetable = & ntpath_toplevel_consts_45_consts_18_linetable.ob_base.ob_base,
  103973             :     ._co_code = NULL,
  103974             :     ._co_linearray = NULL,
  103975             :     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0e\x00\x00\x7d\x01\x88\x02\x66\x01\x64\x00\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x10\x53\x00",
  103976             :     ._co_firsttraceable = 1,
  103977             : };
  103978             : static
  103979             :     struct {
  103980             :         PyGC_Head _gc_head;
  103981             :         struct {
  103982             :             PyObject_VAR_HEAD
  103983             :             PyObject *ob_item[20];
  103984             :         }_object;
  103985             :     }
  103986             : ntpath_toplevel_consts_45_consts = {
  103987             :     ._object = {
  103988             :         .ob_base = {
  103989             :             .ob_base = {
  103990             :                 .ob_refcnt = 999999999,
  103991             :                 .ob_type = &PyTuple_Type,
  103992             :             },
  103993             :             .ob_size = 20,
  103994             :         },
  103995             :         .ob_item = {
  103996             :             & ntpath_toplevel_consts_45_consts_0._ascii.ob_base,
  103997             :             & ntpath_toplevel_consts_45_consts_1._ascii.ob_base,
  103998             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  103999             :             (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
  104000             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  104001             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  104002             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
  104003             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  104004             :             &_Py_STR(dot),
  104005             :             & ntpath_toplevel_consts_45_consts_9.ob_base.ob_base,
  104006             :             & ntpath_toplevel_consts_45_consts_10.ob_base.ob_base,
  104007             :             & ntpath_toplevel_consts_45_consts_11.ob_base.ob_base,
  104008             :             & ntpath_toplevel_consts_45_consts_12._ascii.ob_base,
  104009             :             Py_None,
  104010             :             & ntpath_toplevel_consts_45_consts_14.ob_base.ob_base,
  104011             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  104012             :             & ntpath_toplevel_consts_45_consts_16._ascii.ob_base,
  104013             :             & ntpath_toplevel_consts_45_consts_17.ob_base.ob_base,
  104014             :             & ntpath_toplevel_consts_45_consts_18.ob_base.ob_base,
  104015             :             & const_str_commonpath._ascii.ob_base,
  104016             :         },
  104017             :     },
  104018             : };
  104019             : static
  104020             :     struct {
  104021             :         PyGC_Head _gc_head;
  104022             :         struct {
  104023             :             PyObject_VAR_HEAD
  104024             :             PyObject *ob_item[20];
  104025             :         }_object;
  104026             :     }
  104027             : ntpath_toplevel_consts_45_names = {
  104028             :     ._object = {
  104029             :         .ob_base = {
  104030             :             .ob_base = {
  104031             :                 .ob_refcnt = 999999999,
  104032             :                 .ob_type = &PyTuple_Type,
  104033             :             },
  104034             :             .ob_size = 20,
  104035             :         },
  104036             :         .ob_item = {
  104037             :             & const_str_ValueError._ascii.ob_base,
  104038             :             & const_str_tuple._ascii.ob_base,
  104039             :             & const_str_map._ascii.ob_base,
  104040             :             & const_str_os._ascii.ob_base,
  104041             :             & const_str_fspath._ascii.ob_base,
  104042             :             &_Py_ID(isinstance),
  104043             :             & const_str_bytes._ascii.ob_base,
  104044             :             & const_str_set._ascii.ob_base,
  104045             :             &_Py_ID(len),
  104046             :             & const_str_splitdrive._ascii.ob_base,
  104047             :             &_Py_ID(replace),
  104048             :             & const_str_split._ascii.ob_base,
  104049             :             & const_str_min._ascii.ob_base,
  104050             :             & const_str_max._ascii.ob_base,
  104051             :             & const_str_enumerate._ascii.ob_base,
  104052             :             &_Py_ID(join),
  104053             :             & const_str_TypeError._ascii.ob_base,
  104054             :             & const_str_AttributeError._ascii.ob_base,
  104055             :             & const_str_genericpath._ascii.ob_base,
  104056             :             & const_str__check_arg_types._ascii.ob_base,
  104057             :         },
  104058             :     },
  104059             : };
  104060             : static
  104061             :     struct {
  104062             :         PyObject_VAR_HEAD
  104063             :         Py_hash_t ob_shash;
  104064             :         char ob_sval[569];
  104065             :     }
  104066             : ntpath_toplevel_consts_45_linetable = {
  104067             :     .ob_base = {
  104068             :         .ob_base = {
  104069             :             .ob_refcnt = 999999999,
  104070             :             .ob_type = &PyBytes_Type,
  104071             :         },
  104072             :         .ob_size = 568,
  104073             :     },
  104074             :     .ob_shash = -1,
  104075             :     .ob_sval = "\xf8\xf8\xf8\x80\x00\xf0\x06\x00\x0c\x11\xf0\x00\x01\x05\x42\x01\xdd\x0e\x18\xd0\x19\x40\xd4\x0e\x41\xd0\x08\x41\xe5\x0c\x11\x95\x23\x95\x62\x97\x69\x91\x69\xa0\x15\xd4\x12\x27\xd4\x0c\x28\x80\x45\xdd\x07\x11\x90\x25\x98\x01\x94\x28\x9d\x45\xd4\x07\x22\xf0\x00\x07\x05\x15\xd8\x0e\x13\x88\x03\xd8\x11\x15\x88\x06\xd8\x11\x15\x88\x06\x88\x06\xe0\x0e\x12\x88\x03\xd8\x11\x14\x88\x06\xd8\x11\x14\x88\x06\xf0\x04\x21\x05\x0e\xd8\x16\x51\xd0\x16\x51\xd0\x16\x51\xd0\x16\x51\xd0\x16\x51\xc8\x35\xd0\x16\x51\xd4\x16\x51\x88\x0b\xd8\x16\x3c\xd0\x16\x3c\xd0\x16\x3c\xd0\x16\x3c\xb0\x0b\xd0\x16\x3c\xd4\x16\x3c\x88\x0b\xf0\x04\x03\x09\x50\x01\xdd\x15\x18\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xb0\x2b\xd0\x18\x3e\xd4\x18\x3e\xd4\x15\x3e\x89\x46\x88\x45\xf5\x0e\x00\x0c\x0f\x8d\x73\xd0\x12\x2d\xd0\x12\x2d\xa0\x1b\xd0\x12\x2d\xd4\x12\x2d\xd4\x0f\x2d\xd4\x0b\x2e\xb0\x21\xd2\x0b\x33\xf0\x00\x01\x09\x40\x01\xdd\x12\x1c\xd0\x1d\x3e\xd4\x12\x3f\xd0\x0c\x3f\xe5\x16\x20\xa0\x15\xa0\x71\xa4\x18\xd7\x21\x31\xd1\x21\x31\xb0\x26\xb8\x23\xd4\x21\x3e\xd4\x16\x3f\x89\x0b\x88\x05\x88\x74\xd8\x11\x15\x97\x1a\x91\x1a\x98\x43\x94\x1f\x88\x06\xd8\x11\x39\xd0\x11\x39\xd0\x11\x39\xd0\x11\x39\x98\x56\xd0\x11\x39\xd4\x11\x39\x88\x06\xe0\x16\x50\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50\xc0\x4b\xd0\x16\x50\xd4\x16\x50\x88\x0b\xdd\x0d\x10\x90\x1b\xd4\x0d\x1d\x88\x02\xdd\x0d\x10\x90\x1b\xd4\x0d\x1d\x88\x02\xdd\x14\x1d\x98\x62\x94\x4d\xf0\x00\x05\x09\x26\xf1\x00\x05\x09\x26\x89\x44\x88\x41\x88\x71\xd8\x0f\x10\x90\x42\x90\x71\x94\x45\x8a\x7a\xf0\x00\x02\x0d\x16\xd8\x19\x1f\x98\x1a\xa0\x11\x98\x1a\x90\x06\xd8\x10\x15\x90\x05\xe0\x15\x1b\xd0\x15\x25\x9d\x53\xa0\x12\x9c\x57\xd0\x15\x25\x88\x46\xe0\x20\x25\xd0\x11\x30\x90\x15\x98\x13\x91\x1b\x90\x1b\xa8\x35\x88\x06\xd8\x0f\x15\x98\x03\x9f\x08\x99\x08\xa0\x16\xd4\x18\x28\xd1\x0f\x28\xd0\x08\x28\xf8\xf5\x31\x00\x10\x1a\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xdd\x12\x1c\xd0\x1d\x44\xd4\x12\x45\xc8\x34\xd0\x0c\x4f\xf0\x03\x01\x09\x50\x01\xf8\xf8\xf8\xf8\xf5\x32\x00\x0d\x16\x95\x7e\xd0\x0b\x26\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x5c\xd0\x08\x3a\xb0\x45\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
  104076             : };
  104077             : static
  104078             :     struct {
  104079             :         PyObject_VAR_HEAD
  104080             :         Py_hash_t ob_shash;
  104081             :         char ob_sval[38];
  104082             :     }
  104083             : ntpath_toplevel_consts_45_exceptiontable = {
  104084             :     .ob_base = {
  104085             :         .ob_base = {
  104086             :             .ob_refcnt = 999999999,
  104087             :             .ob_type = &PyBytes_Type,
  104088             :         },
  104089             :         .ob_size = 37,
  104090             :     },
  104091             :     .ob_shash = -1,
  104092             :     .ob_sval = "\xc1\x22\x19\x46\x21\x00\xc1\x3c\x19\x46\x05\x00\xc2\x15\x43\x2f\x46\x21\x00\xc6\x05\x19\x46\x1e\x03\xc6\x1e\x03\x46\x21\x00\xc6\x21\x2a\x47\x0b\x03",
  104093             : };
  104094             : static
  104095             :     struct {
  104096             :         PyASCIIObject _ascii;
  104097             :         uint8_t _data[12];
  104098             :     }
  104099             : const_str_drivesplits = {
  104100             :     ._ascii = {
  104101             :         .ob_base = {
  104102             :             .ob_refcnt = 999999999,
  104103             :             .ob_type = &PyUnicode_Type,
  104104             :         },
  104105             :         .length = 11,
  104106             :         .hash = -1,
  104107             :         .state = {
  104108             :             .kind = 1,
  104109             :             .compact = 1,
  104110             :             .ascii = 1,
  104111             :         },
  104112             :     },
  104113             :     ._data = "drivesplits",
  104114             : };
  104115             : static
  104116             :     struct {
  104117             :         PyASCIIObject _ascii;
  104118             :         uint8_t _data[12];
  104119             :     }
  104120             : const_str_split_paths = {
  104121             :     ._ascii = {
  104122             :         .ob_base = {
  104123             :             .ob_refcnt = 999999999,
  104124             :             .ob_type = &PyUnicode_Type,
  104125             :         },
  104126             :         .length = 11,
  104127             :         .hash = -1,
  104128             :         .state = {
  104129             :             .kind = 1,
  104130             :             .compact = 1,
  104131             :             .ascii = 1,
  104132             :         },
  104133             :     },
  104134             :     ._data = "split_paths",
  104135             : };
  104136             : static
  104137             :     struct {
  104138             :         PyASCIIObject _ascii;
  104139             :         uint8_t _data[7];
  104140             :     }
  104141             : const_str_common = {
  104142             :     ._ascii = {
  104143             :         .ob_base = {
  104144             :             .ob_refcnt = 999999999,
  104145             :             .ob_type = &PyUnicode_Type,
  104146             :         },
  104147             :         .length = 6,
  104148             :         .hash = -1,
  104149             :         .state = {
  104150             :             .kind = 1,
  104151             :             .compact = 1,
  104152             :             .ascii = 1,
  104153             :         },
  104154             :     },
  104155             :     ._data = "common",
  104156             : };
  104157             : static
  104158             :     struct {
  104159             :         PyGC_Head _gc_head;
  104160             :         struct {
  104161             :             PyObject_VAR_HEAD
  104162             :             PyObject *ob_item[15];
  104163             :         }_object;
  104164             :     }
  104165             : ntpath_toplevel_consts_45_localsplusnames = {
  104166             :     ._object = {
  104167             :         .ob_base = {
  104168             :             .ob_base = {
  104169             :                 .ob_refcnt = 999999999,
  104170             :                 .ob_type = &PyTuple_Type,
  104171             :             },
  104172             :             .ob_size = 15,
  104173             :         },
  104174             :         .ob_item = {
  104175             :             & const_str_paths._ascii.ob_base,
  104176             :             & const_str_drivesplits._ascii.ob_base,
  104177             :             & const_str_split_paths._ascii.ob_base,
  104178             :             & const_str_isabs._ascii.ob_base,
  104179             :             & const_str_drive._ascii.ob_base,
  104180             :             &_Py_ID(path),
  104181             :             & const_str_common._ascii.ob_base,
  104182             :             & const_str_s1._ascii.ob_base,
  104183             :             & const_str_s2._ascii.ob_base,
  104184             :             & const_str_i._ascii.ob_base,
  104185             :             & const_str_c._ascii.ob_base,
  104186             :             & const_str_prefix._ascii.ob_base,
  104187             :             & const_str_altsep._ascii.ob_base,
  104188             :             & const_str_curdir._ascii.ob_base,
  104189             :             & const_str_sep._ascii.ob_base,
  104190             :         },
  104191             :     },
  104192             : };
  104193             : static
  104194             :     struct {
  104195             :         PyObject_VAR_HEAD
  104196             :         Py_hash_t ob_shash;
  104197             :         char ob_sval[16];
  104198             :     }
  104199             : ntpath_toplevel_consts_45_localspluskinds = {
  104200             :     .ob_base = {
  104201             :         .ob_base = {
  104202             :             .ob_refcnt = 999999999,
  104203             :             .ob_type = &PyBytes_Type,
  104204             :         },
  104205             :         .ob_size = 15,
  104206             :     },
  104207             :     .ob_shash = -1,
  104208             :     .ob_sval = "            @@@",
  104209             : };
  104210             : static
  104211             :     struct _PyCode_DEF(924)
  104212             : ntpath_toplevel_consts_45 = {
  104213             :     .ob_base = {
  104214             :         .ob_base = {
  104215             :             .ob_refcnt = 999999999,
  104216             :             .ob_type = &PyCode_Type,
  104217             :         },
  104218             :         .ob_size = 462,
  104219             :     },
  104220             :     .co_consts = & ntpath_toplevel_consts_45_consts._object.ob_base.ob_base,
  104221             :     .co_names = & ntpath_toplevel_consts_45_names._object.ob_base.ob_base,
  104222             :     .co_exceptiontable = & ntpath_toplevel_consts_45_exceptiontable.ob_base.ob_base,
  104223             :     .co_flags = 3,
  104224             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  104225             :     ._co_linearray_entry_size = 0,
  104226             :     .co_argcount = 1,
  104227             :     .co_posonlyargcount = 0,
  104228             :     .co_kwonlyargcount = 0,
  104229             :     .co_framesize = 21 + FRAME_SPECIALS_SIZE,
  104230             :     .co_stacksize = 6,
  104231             :     .co_firstlineno = 795,
  104232             :     .co_nlocalsplus = 15,
  104233             :     .co_nlocals = 12,
  104234             :     .co_nplaincellvars = 3,
  104235             :     .co_ncellvars = 3,
  104236             :     .co_nfreevars = 0,
  104237             :     .co_localsplusnames = & ntpath_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
  104238             :     .co_localspluskinds = & ntpath_toplevel_consts_45_localspluskinds.ob_base.ob_base,
  104239             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  104240             :     .co_name = & const_str_commonpath._ascii.ob_base,
  104241             :     .co_qualname = & const_str_commonpath._ascii.ob_base,
  104242             :     .co_linetable = & ntpath_toplevel_consts_45_linetable.ob_base.ob_base,
  104243             :     ._co_code = NULL,
  104244             :     ._co_linearray = NULL,
  104245             :     .co_code_adaptive = "\x87\x0c\x87\x0d\x87\x0e\x97\x00\x7c\x00\x73\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x03\x8a\x0e\x64\x04\x8a\x0c\x64\x05\x8a\x0d\x6e\x06\x64\x06\x8a\x0e\x64\x07\x8a\x0c\x64\x08\x8a\x0d\x09\x00\x88\x0c\x88\x0e\x66\x02\x64\x09\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x88\x0e\x66\x01\x64\x0a\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x0e\x66\x01\x64\x0b\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x01\x00\x00\x7d\x03\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0e\x84\x00\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x0c\x89\x0e\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x0e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x88\x0d\x66\x01\x64\x11\x84\x08\x7c\x06\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x88\x0d\x66\x01\x64\x12\x84\x08\x7c\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x17\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x7c\x0a\x7c\x08\x7c\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\xaf\x12\x7c\x06\x64\x0d\x7c\x09\x1a\x00\x7d\x06\x01\x00\x6e\x10\x7c\x06\x64\x0d\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x7d\x06\x7c\x03\x72\x05\x7c\x04\x89\x0e\x7a\x00\x00\x00\x6e\x01\x7c\x04\x7d\x0b\x7c\x0b\x89\x0e\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x19\x01\x00\x74\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x13\x67\x01\x7c\x00\xa2\x01\x52\x00\x8e\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  104246             :     ._co_firsttraceable = 3,
  104247             : };
  104248             : static
  104249             :     struct {
  104250             :         PyASCIIObject _ascii;
  104251             :         uint8_t _data[7];
  104252             :     }
  104253             : const_str__isdir = {
  104254             :     ._ascii = {
  104255             :         .ob_base = {
  104256             :             .ob_refcnt = 999999999,
  104257             :             .ob_type = &PyUnicode_Type,
  104258             :         },
  104259             :         .length = 6,
  104260             :         .hash = -1,
  104261             :         .state = {
  104262             :             .kind = 1,
  104263             :             .compact = 1,
  104264             :             .ascii = 1,
  104265             :         },
  104266             :     },
  104267             :     ._data = "_isdir",
  104268             : };
  104269             : static
  104270             :     struct {
  104271             :         PyGC_Head _gc_head;
  104272             :         struct {
  104273             :             PyObject_VAR_HEAD
  104274             :             PyObject *ob_item[1];
  104275             :         }_object;
  104276             :     }
  104277             : ntpath_toplevel_consts_46 = {
  104278             :     ._object = {
  104279             :         .ob_base = {
  104280             :             .ob_base = {
  104281             :                 .ob_refcnt = 999999999,
  104282             :                 .ob_type = &PyTuple_Type,
  104283             :             },
  104284             :             .ob_size = 1,
  104285             :         },
  104286             :         .ob_item = {
  104287             :             & const_str__isdir._ascii.ob_base,
  104288             :         },
  104289             :     },
  104290             : };
  104291             : static
  104292             :     struct {
  104293             :         PyGC_Head _gc_head;
  104294             :         struct {
  104295             :             PyObject_VAR_HEAD
  104296             :             PyObject *ob_item[48];
  104297             :         }_object;
  104298             :     }
  104299             : ntpath_toplevel_consts = {
  104300             :     ._object = {
  104301             :         .ob_base = {
  104302             :             .ob_base = {
  104303             :                 .ob_refcnt = 999999999,
  104304             :                 .ob_type = &PyTuple_Type,
  104305             :             },
  104306             :             .ob_size = 48,
  104307             :         },
  104308             :         .ob_item = {
  104309             :             & ntpath_toplevel_consts_0._ascii.ob_base,
  104310             :             &_Py_STR(dot),
  104311             :             & ntpath_toplevel_consts_2._ascii.ob_base,
  104312             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
  104313             :             & ntpath_toplevel_consts_4._ascii.ob_base,
  104314             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  104315             :             & ntpath_toplevel_consts_6._ascii.ob_base,
  104316             :             & const_str_nul._ascii.ob_base,
  104317             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  104318             :             Py_None,
  104319             :             & codecs_toplevel_consts_3._object.ob_base.ob_base,
  104320             :             & ntpath_toplevel_consts_11._object.ob_base.ob_base,
  104321             :             & ntpath_toplevel_consts_12.ob_base.ob_base,
  104322             :             & ntpath_toplevel_consts_13._object.ob_base.ob_base,
  104323             :             & ntpath_toplevel_consts_14.ob_base.ob_base,
  104324             :             & ntpath_toplevel_consts_15.ob_base.ob_base,
  104325             :             & ntpath_toplevel_consts_16.ob_base.ob_base,
  104326             :             & ntpath_toplevel_consts_17.ob_base.ob_base,
  104327             :             & ntpath_toplevel_consts_18.ob_base.ob_base,
  104328             :             & ntpath_toplevel_consts_19.ob_base.ob_base,
  104329             :             & ntpath_toplevel_consts_20.ob_base.ob_base,
  104330             :             & ntpath_toplevel_consts_21.ob_base.ob_base,
  104331             :             & ntpath_toplevel_consts_22.ob_base.ob_base,
  104332             :             & ntpath_toplevel_consts_23.ob_base.ob_base,
  104333             :             & ntpath_toplevel_consts_24.ob_base.ob_base,
  104334             :             & ntpath_toplevel_consts_25._object.ob_base.ob_base,
  104335             :             & ntpath_toplevel_consts_26.ob_base.ob_base,
  104336             :             & ntpath_toplevel_consts_27.ob_base.ob_base,
  104337             :             & ntpath_toplevel_consts_28.ob_base.ob_base,
  104338             :             & ntpath_toplevel_consts_29._object.ob_base.ob_base,
  104339             :             & ntpath_toplevel_consts_30.ob_base.ob_base,
  104340             :             & ntpath_toplevel_consts_31.ob_base.ob_base,
  104341             :             & ntpath_toplevel_consts_32.ob_base.ob_base,
  104342             :             & ntpath_toplevel_consts_33._object.ob_base.ob_base,
  104343             :             & ntpath_toplevel_consts_34.ob_base.ob_base,
  104344             :             & ntpath_toplevel_consts_35._object.ob_base.ob_base,
  104345             :             & ntpath_toplevel_consts_36.ob_base.ob_base,
  104346             :             & ntpath_toplevel_consts_37.ob_base.ob_base,
  104347             :             Py_False,
  104348             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
  104349             :             & ntpath_toplevel_consts_40.ob_base.ob_base,
  104350             :             & const_str_getwindowsversion._ascii.ob_base,
  104351             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
  104352             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  104353             :             & ntpath_toplevel_consts_44.ob_base.ob_base,
  104354             :             & ntpath_toplevel_consts_45.ob_base.ob_base,
  104355             :             & ntpath_toplevel_consts_46._object.ob_base.ob_base,
  104356             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  104357             :         },
  104358             :     },
  104359             : };
  104360             : static
  104361             :     struct {
  104362             :         PyASCIIObject _ascii;
  104363             :         uint8_t _data[8];
  104364             :     }
  104365             : const_str__winapi = {
  104366             :     ._ascii = {
  104367             :         .ob_base = {
  104368             :             .ob_refcnt = 999999999,
  104369             :             .ob_type = &PyUnicode_Type,
  104370             :         },
  104371             :         .length = 7,
  104372             :         .hash = -1,
  104373             :         .state = {
  104374             :             .kind = 1,
  104375             :             .compact = 1,
  104376             :             .ascii = 1,
  104377             :         },
  104378             :     },
  104379             :     ._data = "_winapi",
  104380             : };
  104381             : static
  104382             :     struct {
  104383             :         PyGC_Head _gc_head;
  104384             :         struct {
  104385             :             PyObject_VAR_HEAD
  104386             :             PyObject *ob_item[57];
  104387             :         }_object;
  104388             :     }
  104389             : ntpath_toplevel_names = {
  104390             :     ._object = {
  104391             :         .ob_base = {
  104392             :             .ob_base = {
  104393             :                 .ob_refcnt = 999999999,
  104394             :                 .ob_type = &PyTuple_Type,
  104395             :             },
  104396             :             .ob_size = 57,
  104397             :         },
  104398             :         .ob_item = {
  104399             :             &_Py_ID(__doc__),
  104400             :             & const_str_curdir._ascii.ob_base,
  104401             :             & const_str_pardir._ascii.ob_base,
  104402             :             & const_str_extsep._ascii.ob_base,
  104403             :             & const_str_sep._ascii.ob_base,
  104404             :             & const_str_pathsep._ascii.ob_base,
  104405             :             & const_str_altsep._ascii.ob_base,
  104406             :             & const_str_defpath._ascii.ob_base,
  104407             :             & const_str_devnull._ascii.ob_base,
  104408             :             & const_str_os._ascii.ob_base,
  104409             :             & const_str_sys._ascii.ob_base,
  104410             :             & const_str_stat._ascii.ob_base,
  104411             :             & const_str_genericpath._ascii.ob_base,
  104412             :             &_Py_ID(__all__),
  104413             :             & const_str__get_bothseps._ascii.ob_base,
  104414             :             & const_str__winapi._ascii.ob_base,
  104415             :             & const_str_LCMapStringEx._ascii.ob_base,
  104416             :             & const_str__LCMapStringEx._ascii.ob_base,
  104417             :             & const_str_LOCALE_NAME_INVARIANT._ascii.ob_base,
  104418             :             & const_str__LOCALE_NAME_INVARIANT._ascii.ob_base,
  104419             :             & const_str_LCMAP_LOWERCASE._ascii.ob_base,
  104420             :             & const_str__LCMAP_LOWERCASE._ascii.ob_base,
  104421             :             & const_str_normcase._ascii.ob_base,
  104422             :             & const_str_ImportError._ascii.ob_base,
  104423             :             & const_str_isabs._ascii.ob_base,
  104424             :             &_Py_ID(join),
  104425             :             & const_str_splitdrive._ascii.ob_base,
  104426             :             & const_str_split._ascii.ob_base,
  104427             :             & const_str_splitext._ascii.ob_base,
  104428             :             & const_str__splitext._ascii.ob_base,
  104429             :             & const_str_basename._ascii.ob_base,
  104430             :             & const_str_dirname._ascii.ob_base,
  104431             :             & const_str_islink._ascii.ob_base,
  104432             :             & const_str_lexists._ascii.ob_base,
  104433             :             & const_str_nt._ascii.ob_base,
  104434             :             & const_str__getvolumepathname._ascii.ob_base,
  104435             :             & const_str_ismount._ascii.ob_base,
  104436             :             & const_str_expanduser._ascii.ob_base,
  104437             :             & const_str_expandvars._ascii.ob_base,
  104438             :             & const_str__path_normpath._ascii.ob_base,
  104439             :             & const_str_normpath._ascii.ob_base,
  104440             :             & const_str__abspath_fallback._ascii.ob_base,
  104441             :             & const_str__getfullpathname._ascii.ob_base,
  104442             :             & const_str_abspath._ascii.ob_base,
  104443             :             & const_str__getfinalpathname._ascii.ob_base,
  104444             :             & const_str_readlink._ascii.ob_base,
  104445             :             & const_str__nt_readlink._ascii.ob_base,
  104446             :             & const_str__readlink_deep._ascii.ob_base,
  104447             :             & const_str__getfinalpathname_nonstrict._ascii.ob_base,
  104448             :             & const_str_realpath._ascii.ob_base,
  104449             :             & const_str_hasattr._ascii.ob_base,
  104450             :             & const_str_getwindowsversion._ascii.ob_base,
  104451             :             & const_str_supports_unicode_filenames._ascii.ob_base,
  104452             :             & const_str_relpath._ascii.ob_base,
  104453             :             & const_str_commonpath._ascii.ob_base,
  104454             :             & const_str__isdir._ascii.ob_base,
  104455             :             & const_str_isdir._ascii.ob_base,
  104456             :         },
  104457             :     },
  104458             : };
  104459             : static
  104460             :     struct {
  104461             :         PyObject_VAR_HEAD
  104462             :         Py_hash_t ob_shash;
  104463             :         char ob_sval[1015];
  104464             :     }
  104465             : ntpath_toplevel_linetable = {
  104466             :     .ob_base = {
  104467             :         .ob_base = {
  104468             :             .ob_refcnt = 999999999,
  104469             :             .ob_type = &PyBytes_Type,
  104470             :         },
  104471             :         .ob_size = 1014,
  104472             :     },
  104473             :     .ob_shash = -1,
  104474             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x04\x04\x01\x04\xf0\x00\x04\x01\x04\xf0\x12\x00\x0a\x0d\x80\x06\xd8\x09\x0d\x80\x06\xd8\x09\x0c\x80\x06\xd8\x06\x0a\x80\x03\xd8\x0a\x0d\x80\x07\xd8\x09\x0c\x80\x06\xd8\x0a\x15\x80\x07\xd8\x0a\x0f\x80\x07\xe0\x00\x09\x80\x09\x80\x09\x80\x09\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x12\xd0\x00\x12\xd0\x00\x12\xd0\x00\x12\xd8\x00\x19\xd0\x00\x19\xd0\x00\x19\xd0\x00\x19\xf0\x06\x06\x0b\x41\x01\xf0\x00\x06\x0b\x41\x01\xf0\x00\x06\x0b\x41\x01\x80\x07\xf0\x10\x04\x01\x15\xf0\x00\x04\x01\x15\xf0\x00\x04\x01\x15\xf0\x14\x21\x01\x2c\xf0\x02\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x0a\x11\x05\x38\xf0\x00\x11\x05\x38\xf0\x00\x11\x05\x38\xf0\x48\x01\x0c\x01\x3c\xf0\x00\x0c\x01\x3c\xf0\x00\x0c\x01\x3c\xf0\x20\x29\x01\x0e\xf0\x00\x29\x01\x0e\xf0\x00\x29\x01\x0e\xf0\x5e\x01\x36\x01\x14\xf0\x00\x36\x01\x14\xf0\x00\x36\x01\x14\xf0\x7c\x01\x0f\x01\x1a\xf0\x00\x0f\x01\x1a\xf0\x00\x0f\x01\x1a\xf0\x2e\x05\x01\x38\xf0\x00\x05\x01\x38\xf0\x00\x05\x01\x38\xf0\x0c\x00\x14\x1f\xd7\x13\x28\xd1\x13\x28\xd7\x13\x30\xd1\x13\x30\x80\x08\xd4\x00\x10\xf0\x0a\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x0e\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x0e\x08\x01\x24\xf0\x00\x08\x01\x24\xf0\x00\x08\x01\x24\xf0\x18\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x24\x03\x01\x1e\xd8\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xf0\x06\x11\x01\x15\xf0\x00\x11\x01\x15\xf0\x00\x11\x01\x15\xf0\x3a\x2d\x01\x1f\xf0\x00\x2d\x01\x1f\xf0\x00\x2d\x01\x1f\xf0\x7a\x01\x6a\x01\x01\x0f\xf0\x00\x6a\x01\x01\x0f\xf0\x00\x6a\x01\x01\x0f\xf0\x60\x03\x3c\x01\x2b\xd8\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xf0\x6c\x01\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x10\x0e\x01\x1a\xf0\x00\x0e\x01\x1a\xf0\x00\x0e\x01\x1a\xf0\x22\x0c\x01\x2b\xd8\x04\x23\xd0\x04\x23\xd0\x04\x23\xd0\x04\x23\xd0\x04\x23\xd0\x04\x23\xf0\x0c\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x0e\x4e\x02\x01\x14\xd8\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xf0\x0a\x28\x05\x14\xf0\x00\x28\x05\x14\xf0\x00\x28\x05\x14\xf0\x54\x01\x2c\x05\x14\xf0\x00\x2c\x05\x14\xf0\x00\x2c\x05\x14\xf0\x5c\x01\x00\x22\x27\xf0\x00\x30\x05\x14\xf0\x00\x30\x05\x14\xf0\x00\x30\x05\x14\xf0\x00\x30\x05\x14\xf0\x00\x30\x05\x14\xf0\x68\x01\x00\x1f\x26\x98\x67\xa0\x63\xd0\x2b\x3e\xd4\x1e\x3f\xf0\x00\x01\x1f\x3e\xd8\x1e\x33\x98\x63\xd7\x1e\x33\xd1\x1e\x33\xd4\x1e\x35\xb0\x61\xd4\x1e\x38\xb8\x41\xd2\x1e\x3d\xf0\x03\x00\x01\x1b\xf0\x06\x00\x19\x1d\xf0\x00\x2b\x01\x0e\xf0\x00\x2b\x01\x0e\xf0\x00\x2b\x01\x0e\xf0\x70\x01\x31\x01\x0e\xf0\x00\x31\x01\x0e\xf0\x00\x31\x01\x0e\xf0\x68\x01\x08\x01\x09\xf0\x0a\x00\x05\x23\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xf8\xf0\x5f\x18\x00\x08\x13\xf0\x00\x09\x01\x2c\xf0\x00\x09\x01\x2c\xf0\x00\x09\x01\x2c\xf0\x02\x08\x05\x2c\xf0\x00\x08\x05\x2c\xf0\x00\x08\x05\x2c\xf0\x00\x08\x05\x2c\xf0\x00\x08\x05\x2c\xf0\x03\x09\x01\x2c\xf8\xf8\xf8\xf8\xf0\x7e\x06\x00\x08\x13\xf0\x00\x01\x01\x1e\xf0\x00\x01\x01\x1e\xf0\x00\x01\x01\x1e\xd8\x19\x1d\xd0\x04\x16\xd0\x04\x16\xd0\x04\x16\xf0\x03\x01\x01\x1e\xf8\xf8\xf8\xf8\xf0\x5e\x06\x00\x08\x13\xf0\x00\x31\x01\x28\xf0\x00\x31\x01\x28\xf0\x00\x31\x01\x28\xf0\x02\x30\x05\x28\xf0\x00\x30\x05\x28\xf0\x00\x30\x05\x28\xf0\x00\x30\x05\x28\xf0\x00\x30\x05\x28\xf0\x03\x31\x01\x28\xf8\xf8\xf8\xf8\xf0\x60\x02\x00\x08\x13\xf0\x00\x01\x01\x20\xf0\x00\x01\x01\x20\xf0\x00\x01\x01\x20\xd8\x0e\x1f\x80\x47\x80\x47\x80\x47\xf0\x03\x01\x01\x20\xf8\xf8\xf8\xf8\xf0\x1a\x00\x08\x13\xf0\x00\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x00\x02\x01\x17\xe0\x0f\x16\x80\x48\x80\x48\x80\x48\xf0\x05\x02\x01\x17\xf8\xf8\xf8\xf8\xf0\x4a\x08\x00\x08\x13\xf0\x00\x02\x01\x09\xf0\x00\x02\x01\x09\xf0\x00\x02\x01\x09\xe0\x04\x08\x80\x44\x80\x44\xf0\x05\x02\x01\x09\xf8\xf8\xf8",
  104475             : };
  104476             : static
  104477             :     struct {
  104478             :         PyObject_VAR_HEAD
  104479             :         Py_hash_t ob_shash;
  104480             :         char ob_sval[108];
  104481             :     }
  104482             : ntpath_toplevel_exceptiontable = {
  104483             :     .ob_base = {
  104484             :         .ob_base = {
  104485             :             .ob_refcnt = 999999999,
  104486             :             .ob_type = &PyBytes_Type,
  104487             :         },
  104488             :         .ob_size = 107,
  104489             :     },
  104490             :     .ob_shash = -1,
  104491             :     .ob_sval = "\xaf\x0d\x43\x24\x00\xc1\x33\x06\x43\x32\x00\xc2\x03\x06\x43\x3f\x00\xc2\x10\x06\x44\x0d\x00\xc2\x1a\x08\x44\x1a\x00\xc3\x1c\x06\x44\x27\x00\xc3\x24\x08\x43\x2f\x03\xc3\x2e\x01\x43\x2f\x03\xc3\x32\x07\x43\x3c\x03\xc3\x3b\x01\x43\x3c\x03\xc3\x3f\x08\x44\x0a\x03\xc4\x09\x01\x44\x0a\x03\xc4\x0d\x07\x44\x17\x03\xc4\x16\x01\x44\x17\x03\xc4\x1a\x07\x44\x24\x03\xc4\x23\x01\x44\x24\x03\xc4\x27\x05\x44\x30\x03\xc4\x2f\x01\x44\x30\x03",
  104492             : };
  104493             : static
  104494             :     struct _PyCode_DEF(614)
  104495             : ntpath_toplevel = {
  104496             :     .ob_base = {
  104497             :         .ob_base = {
  104498             :             .ob_refcnt = 999999999,
  104499             :             .ob_type = &PyCode_Type,
  104500             :         },
  104501             :         .ob_size = 307,
  104502             :     },
  104503             :     .co_consts = & ntpath_toplevel_consts._object.ob_base.ob_base,
  104504             :     .co_names = & ntpath_toplevel_names._object.ob_base.ob_base,
  104505             :     .co_exceptiontable = & ntpath_toplevel_exceptiontable.ob_base.ob_base,
  104506             :     .co_flags = 0,
  104507             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  104508             :     ._co_linearray_entry_size = 0,
  104509             :     .co_argcount = 0,
  104510             :     .co_posonlyargcount = 0,
  104511             :     .co_kwonlyargcount = 0,
  104512             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  104513             :     .co_stacksize = 4,
  104514             :     .co_firstlineno = 1,
  104515             :     .co_nlocalsplus = 0,
  104516             :     .co_nlocals = 0,
  104517             :     .co_nplaincellvars = 0,
  104518             :     .co_ncellvars = 0,
  104519             :     .co_nfreevars = 0,
  104520             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  104521             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  104522             :     .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
  104523             :     .co_name = &_Py_STR(anon_module),
  104524             :     .co_qualname = &_Py_STR(anon_module),
  104525             :     .co_linetable = & ntpath_toplevel_linetable.ob_base.ob_base,
  104526             :     ._co_code = NULL,
  104527             :     ._co_linearray = NULL,
  104528             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x5a\x01\x64\x02\x5a\x02\x64\x01\x5a\x03\x64\x03\x5a\x04\x64\x04\x5a\x05\x64\x05\x5a\x06\x64\x06\x5a\x07\x64\x07\x5a\x08\x64\x08\x64\x09\x6c\x09\x5a\x09\x64\x08\x64\x09\x6c\x0a\x5a\x0a\x64\x08\x64\x09\x6c\x0b\x5a\x0b\x64\x08\x64\x09\x6c\x0c\x5a\x0c\x64\x08\x64\x0a\x6c\x0c\x54\x00\x67\x00\x64\x0b\xa2\x01\x5a\x0d\x64\x0c\x84\x00\x5a\x0e\x09\x00\x64\x08\x64\x0d\x6c\x0f\x6d\x10\x5a\x11\x6d\x12\x5a\x13\x6d\x14\x5a\x15\x01\x00\x64\x0e\x84\x00\x5a\x16\x64\x10\x84\x00\x5a\x18\x64\x11\x84\x00\x5a\x19\x64\x12\x84\x00\x5a\x1a\x64\x13\x84\x00\x5a\x1b\x64\x14\x84\x00\x5a\x1c\x65\x0c\x6a\x3a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1c\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x15\x84\x00\x5a\x1e\x64\x16\x84\x00\x5a\x1f\x64\x17\x84\x00\x5a\x20\x64\x18\x84\x00\x5a\x21\x09\x00\x64\x08\x64\x19\x6c\x22\x6d\x23\x5a\x23\x01\x00\x64\x1a\x84\x00\x5a\x24\x64\x1b\x84\x00\x5a\x25\x64\x1c\x84\x00\x5a\x26\x09\x00\x64\x08\x64\x1d\x6c\x22\x6d\x27\x5a\x27\x01\x00\x64\x1e\x84\x00\x5a\x28\x64\x20\x84\x00\x5a\x29\x09\x00\x64\x08\x64\x21\x6c\x22\x6d\x2a\x5a\x2a\x01\x00\x64\x22\x84\x00\x5a\x2b\x09\x00\x64\x08\x64\x23\x6c\x22\x6d\x2c\x5a\x2c\x6d\x2d\x5a\x2e\x01\x00\x64\x24\x84\x00\x5a\x2f\x64\x25\x84\x00\x5a\x30\x64\x26\x64\x27\x9c\x01\x64\x28\x84\x02\x5a\x31\x02\x00\x65\x32\x65\x0a\x64\x29\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x1b\x02\x00\x65\x0a\x6a\x66\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x2a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x2b\x6b\x05\x00\x00\x00\x00\x5a\x34\x64\x2f\x64\x2c\x84\x01\x5a\x35\x64\x2d\x84\x00\x5a\x36\x09\x00\x64\x08\x64\x2e\x6c\x22\x6d\x37\x5a\x38\x01\x00\x64\x09\x53\x00\x23\x00\x65\x17\x24\x00\x72\x06\x01\x00\x64\x0f\x84\x00\x5a\x16\x59\x00\x8c\xb2\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x64\x09\x5a\x23\x59\x00\x8c\x82\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x06\x01\x00\x64\x1f\x84\x00\x5a\x28\x59\x00\x8c\x7d\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x65\x29\x5a\x2b\x59\x00\x8c\x7d\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x65\x2b\x5a\x31\x59\x00\x8c\x75\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x04\x01\x00\x59\x00\x64\x09\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  104529             :     ._co_firsttraceable = 0,
  104530             : };
  104531           0 : static void ntpath_do_patchups(void) {
  104532           0 : }
  104533             : 
  104534             : PyObject *
  104535           0 : _Py_get_ntpath_toplevel(void)
  104536             : {
  104537           0 :     ntpath_do_patchups();
  104538           0 :     return Py_NewRef((PyObject *) &ntpath_toplevel);
  104539             : }
  104540             : 
  104541             : static
  104542             :     struct {
  104543             :         PyASCIIObject _ascii;
  104544             :         uint8_t _data[474];
  104545             :     }
  104546             : posixpath_toplevel_consts_0 = {
  104547             :     ._ascii = {
  104548             :         .ob_base = {
  104549             :             .ob_refcnt = 999999999,
  104550             :             .ob_type = &PyUnicode_Type,
  104551             :         },
  104552             :         .length = 473,
  104553             :         .hash = -1,
  104554             :         .state = {
  104555             :             .kind = 1,
  104556             :             .compact = 1,
  104557             :             .ascii = 1,
  104558             :         },
  104559             :     },
  104560             :     ._data = "\x43\x6f\x6d\x6d\x6f\x6e\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x73\x20\x6f\x6e\x20\x50\x6f\x73\x69\x78\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x73\x2e\x0a\x0a\x49\x6e\x73\x74\x65\x61\x64\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x2c\x20\x69\x6d\x70\x6f\x72\x74\x20\x6f\x73\x20\x61\x6e\x64\x20\x72\x65\x66\x65\x72\x20\x74\x6f\x0a\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x61\x73\x20\x6f\x73\x2e\x70\x61\x74\x68\x2e\x20\x20\x54\x68\x65\x20\x22\x6f\x73\x2e\x70\x61\x74\x68\x22\x20\x6e\x61\x6d\x65\x20\x69\x73\x20\x61\x6e\x20\x61\x6c\x69\x61\x73\x20\x66\x6f\x72\x20\x74\x68\x69\x73\x0a\x6d\x6f\x64\x75\x6c\x65\x20\x6f\x6e\x20\x50\x6f\x73\x69\x78\x20\x73\x79\x73\x74\x65\x6d\x73\x3b\x20\x6f\x6e\x20\x6f\x74\x68\x65\x72\x20\x73\x79\x73\x74\x65\x6d\x73\x20\x28\x65\x2e\x67\x2e\x20\x57\x69\x6e\x64\x6f\x77\x73\x29\x2c\x0a\x6f\x73\x2e\x70\x61\x74\x68\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x73\x20\x69\x6e\x20\x61\x20\x6d\x61\x6e\x6e\x65\x72\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x74\x6f\x20\x74\x68\x61\x74\x0a\x70\x6c\x61\x74\x66\x6f\x72\x6d\x2c\x20\x61\x6e\x64\x20\x69\x73\x20\x61\x6e\x20\x61\x6c\x69\x61\x73\x20\x74\x6f\x20\x61\x6e\x6f\x74\x68\x65\x72\x20\x6d\x6f\x64\x75\x6c\x65\x20\x28\x65\x2e\x67\x2e\x20\x6e\x74\x70\x61\x74\x68\x29\x2e\x0a\x0a\x53\x6f\x6d\x65\x20\x6f\x66\x20\x74\x68\x69\x73\x20\x63\x61\x6e\x20\x61\x63\x74\x75\x61\x6c\x6c\x79\x20\x62\x65\x20\x75\x73\x65\x66\x75\x6c\x20\x6f\x6e\x20\x6e\x6f\x6e\x2d\x50\x6f\x73\x69\x78\x20\x73\x79\x73\x74\x65\x6d\x73\x20\x74\x6f\x6f\x2c\x20\x65\x2e\x67\x2e\x0a\x66\x6f\x72\x20\x6d\x61\x6e\x69\x70\x75\x6c\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x20\x6f\x66\x20\x55\x52\x4c\x73\x2e\x0a",
  104561             : };
  104562             : static
  104563             :     struct {
  104564             :         PyASCIIObject _ascii;
  104565             :         uint8_t _data[14];
  104566             :     }
  104567             : posixpath_toplevel_consts_5 = {
  104568             :     ._ascii = {
  104569             :         .ob_base = {
  104570             :             .ob_refcnt = 999999999,
  104571             :             .ob_type = &PyUnicode_Type,
  104572             :         },
  104573             :         .length = 13,
  104574             :         .hash = -1,
  104575             :         .state = {
  104576             :             .kind = 1,
  104577             :             .compact = 1,
  104578             :             .ascii = 1,
  104579             :         },
  104580             :     },
  104581             :     ._data = "/bin:/usr/bin",
  104582             : };
  104583             : static
  104584             :     struct {
  104585             :         PyASCIIObject _ascii;
  104586             :         uint8_t _data[10];
  104587             :     }
  104588             : posixpath_toplevel_consts_7 = {
  104589             :     ._ascii = {
  104590             :         .ob_base = {
  104591             :             .ob_refcnt = 999999999,
  104592             :             .ob_type = &PyUnicode_Type,
  104593             :         },
  104594             :         .length = 9,
  104595             :         .hash = -1,
  104596             :         .state = {
  104597             :             .kind = 1,
  104598             :             .compact = 1,
  104599             :             .ascii = 1,
  104600             :         },
  104601             :     },
  104602             :     ._data = "/dev/null",
  104603             : };
  104604             : static
  104605             :     struct {
  104606             :         PyGC_Head _gc_head;
  104607             :         struct {
  104608             :             PyObject_VAR_HEAD
  104609             :             PyObject *ob_item[38];
  104610             :         }_object;
  104611             :     }
  104612             : posixpath_toplevel_consts_10 = {
  104613             :     ._object = {
  104614             :         .ob_base = {
  104615             :             .ob_base = {
  104616             :                 .ob_refcnt = 999999999,
  104617             :                 .ob_type = &PyTuple_Type,
  104618             :             },
  104619             :             .ob_size = 38,
  104620             :         },
  104621             :         .ob_item = {
  104622             :             & const_str_normcase._ascii.ob_base,
  104623             :             & const_str_isabs._ascii.ob_base,
  104624             :             &_Py_ID(join),
  104625             :             & const_str_splitdrive._ascii.ob_base,
  104626             :             & const_str_split._ascii.ob_base,
  104627             :             & const_str_splitext._ascii.ob_base,
  104628             :             & const_str_basename._ascii.ob_base,
  104629             :             & const_str_dirname._ascii.ob_base,
  104630             :             & const_str_commonprefix._ascii.ob_base,
  104631             :             & const_str_getsize._ascii.ob_base,
  104632             :             & const_str_getmtime._ascii.ob_base,
  104633             :             & const_str_getatime._ascii.ob_base,
  104634             :             & const_str_getctime._ascii.ob_base,
  104635             :             & const_str_islink._ascii.ob_base,
  104636             :             & const_str_exists._ascii.ob_base,
  104637             :             & const_str_lexists._ascii.ob_base,
  104638             :             & const_str_isdir._ascii.ob_base,
  104639             :             & const_str_isfile._ascii.ob_base,
  104640             :             & const_str_ismount._ascii.ob_base,
  104641             :             & const_str_expanduser._ascii.ob_base,
  104642             :             & const_str_expandvars._ascii.ob_base,
  104643             :             & const_str_normpath._ascii.ob_base,
  104644             :             & const_str_abspath._ascii.ob_base,
  104645             :             & const_str_samefile._ascii.ob_base,
  104646             :             & const_str_sameopenfile._ascii.ob_base,
  104647             :             & const_str_samestat._ascii.ob_base,
  104648             :             & const_str_curdir._ascii.ob_base,
  104649             :             & const_str_pardir._ascii.ob_base,
  104650             :             & const_str_sep._ascii.ob_base,
  104651             :             & const_str_pathsep._ascii.ob_base,
  104652             :             & const_str_defpath._ascii.ob_base,
  104653             :             & const_str_altsep._ascii.ob_base,
  104654             :             & const_str_extsep._ascii.ob_base,
  104655             :             & const_str_devnull._ascii.ob_base,
  104656             :             & const_str_realpath._ascii.ob_base,
  104657             :             & const_str_supports_unicode_filenames._ascii.ob_base,
  104658             :             & const_str_relpath._ascii.ob_base,
  104659             :             & const_str_commonpath._ascii.ob_base,
  104660             :         },
  104661             :     },
  104662             : };
  104663             : static
  104664             :     struct {
  104665             :         PyGC_Head _gc_head;
  104666             :         struct {
  104667             :             PyObject_VAR_HEAD
  104668             :             PyObject *ob_item[3];
  104669             :         }_object;
  104670             :     }
  104671             : posixpath_toplevel_consts_11_consts = {
  104672             :     ._object = {
  104673             :         .ob_base = {
  104674             :             .ob_base = {
  104675             :                 .ob_refcnt = 999999999,
  104676             :                 .ob_type = &PyTuple_Type,
  104677             :             },
  104678             :             .ob_size = 3,
  104679             :         },
  104680             :         .ob_item = {
  104681             :             Py_None,
  104682             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  104683             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  104684             :         },
  104685             :     },
  104686             : };
  104687             : static
  104688             :     struct {
  104689             :         PyASCIIObject _ascii;
  104690             :         uint8_t _data[19];
  104691             :     }
  104692             : posixpath_toplevel_consts_11_filename = {
  104693             :     ._ascii = {
  104694             :         .ob_base = {
  104695             :             .ob_refcnt = 999999999,
  104696             :             .ob_type = &PyUnicode_Type,
  104697             :         },
  104698             :         .length = 18,
  104699             :         .hash = -1,
  104700             :         .state = {
  104701             :             .kind = 1,
  104702             :             .compact = 1,
  104703             :             .ascii = 1,
  104704             :         },
  104705             :     },
  104706             :     ._data = "<frozen posixpath>",
  104707             : };
  104708             : static
  104709             :     struct {
  104710             :         PyASCIIObject _ascii;
  104711             :         uint8_t _data[9];
  104712             :     }
  104713             : const_str__get_sep = {
  104714             :     ._ascii = {
  104715             :         .ob_base = {
  104716             :             .ob_refcnt = 999999999,
  104717             :             .ob_type = &PyUnicode_Type,
  104718             :         },
  104719             :         .length = 8,
  104720             :         .hash = -1,
  104721             :         .state = {
  104722             :             .kind = 1,
  104723             :             .compact = 1,
  104724             :             .ascii = 1,
  104725             :         },
  104726             :     },
  104727             :     ._data = "_get_sep",
  104728             : };
  104729             : static
  104730             :     struct {
  104731             :         PyObject_VAR_HEAD
  104732             :         Py_hash_t ob_shash;
  104733             :         char ob_sval[28];
  104734             :     }
  104735             : posixpath_toplevel_consts_11_linetable = {
  104736             :     .ob_base = {
  104737             :         .ob_base = {
  104738             :             .ob_refcnt = 999999999,
  104739             :             .ob_type = &PyBytes_Type,
  104740             :         },
  104741             :         .ob_size = 27,
  104742             :     },
  104743             :     .ob_shash = -1,
  104744             :     .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x13\xd8\x0f\x13\x88\x74\xe0\x0f\x12\x88\x73",
  104745             : };
  104746             : static
  104747             :     struct _PyCode_DEF(48)
  104748             : posixpath_toplevel_consts_11 = {
  104749             :     .ob_base = {
  104750             :         .ob_base = {
  104751             :             .ob_refcnt = 999999999,
  104752             :             .ob_type = &PyCode_Type,
  104753             :         },
  104754             :         .ob_size = 24,
  104755             :     },
  104756             :     .co_consts = & posixpath_toplevel_consts_11_consts._object.ob_base.ob_base,
  104757             :     .co_names = & ntpath_toplevel_consts_12_names._object.ob_base.ob_base,
  104758             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  104759             :     .co_flags = 3,
  104760             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  104761             :     ._co_linearray_entry_size = 0,
  104762             :     .co_argcount = 1,
  104763             :     .co_posonlyargcount = 0,
  104764             :     .co_kwonlyargcount = 0,
  104765             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  104766             :     .co_stacksize = 4,
  104767             :     .co_firstlineno = 41,
  104768             :     .co_nlocalsplus = 1,
  104769             :     .co_nlocals = 1,
  104770             :     .co_nplaincellvars = 0,
  104771             :     .co_ncellvars = 0,
  104772             :     .co_nfreevars = 0,
  104773             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  104774             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  104775             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  104776             :     .co_name = & const_str__get_sep._ascii.ob_base,
  104777             :     .co_qualname = & const_str__get_sep._ascii.ob_base,
  104778             :     .co_linetable = & posixpath_toplevel_consts_11_linetable.ob_base.ob_base,
  104779             :     ._co_code = NULL,
  104780             :     ._co_linearray = NULL,
  104781             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
  104782             :     ._co_firsttraceable = 0,
  104783             : };
  104784             : static
  104785             :     struct {
  104786             :         PyASCIIObject _ascii;
  104787             :         uint8_t _data[55];
  104788             :     }
  104789             : posixpath_toplevel_consts_12_consts_0 = {
  104790             :     ._ascii = {
  104791             :         .ob_base = {
  104792             :             .ob_refcnt = 999999999,
  104793             :             .ob_type = &PyUnicode_Type,
  104794             :         },
  104795             :         .length = 54,
  104796             :         .hash = -1,
  104797             :         .state = {
  104798             :             .kind = 1,
  104799             :             .compact = 1,
  104800             :             .ascii = 1,
  104801             :         },
  104802             :     },
  104803             :     ._data = "Normalize case of pathname.  Has no effect under Posix",
  104804             : };
  104805             : static
  104806             :     struct {
  104807             :         PyGC_Head _gc_head;
  104808             :         struct {
  104809             :             PyObject_VAR_HEAD
  104810             :             PyObject *ob_item[1];
  104811             :         }_object;
  104812             :     }
  104813             : posixpath_toplevel_consts_12_consts = {
  104814             :     ._object = {
  104815             :         .ob_base = {
  104816             :             .ob_base = {
  104817             :                 .ob_refcnt = 999999999,
  104818             :                 .ob_type = &PyTuple_Type,
  104819             :             },
  104820             :             .ob_size = 1,
  104821             :         },
  104822             :         .ob_item = {
  104823             :             & posixpath_toplevel_consts_12_consts_0._ascii.ob_base,
  104824             :         },
  104825             :     },
  104826             : };
  104827             : static
  104828             :     struct {
  104829             :         PyGC_Head _gc_head;
  104830             :         struct {
  104831             :             PyObject_VAR_HEAD
  104832             :             PyObject *ob_item[2];
  104833             :         }_object;
  104834             :     }
  104835             : posixpath_toplevel_consts_12_names = {
  104836             :     ._object = {
  104837             :         .ob_base = {
  104838             :             .ob_base = {
  104839             :                 .ob_refcnt = 999999999,
  104840             :                 .ob_type = &PyTuple_Type,
  104841             :             },
  104842             :             .ob_size = 2,
  104843             :         },
  104844             :         .ob_item = {
  104845             :             & const_str_os._ascii.ob_base,
  104846             :             & const_str_fspath._ascii.ob_base,
  104847             :         },
  104848             :     },
  104849             : };
  104850             : static
  104851             :     struct {
  104852             :         PyObject_VAR_HEAD
  104853             :         Py_hash_t ob_shash;
  104854             :         char ob_sval[17];
  104855             :     }
  104856             : posixpath_toplevel_consts_12_linetable = {
  104857             :     .ob_base = {
  104858             :         .ob_base = {
  104859             :             .ob_refcnt = 999999999,
  104860             :             .ob_type = &PyBytes_Type,
  104861             :         },
  104862             :         .ob_size = 16,
  104863             :     },
  104864             :     .ob_shash = -1,
  104865             :     .ob_sval = "\x80\x00\xe5\x0b\x14\x8f\x39\x89\x39\x90\x51\x8c\x3c\xd0\x04\x17",
  104866             : };
  104867             : static
  104868             :     struct _PyCode_DEF(48)
  104869             : posixpath_toplevel_consts_12 = {
  104870             :     .ob_base = {
  104871             :         .ob_base = {
  104872             :             .ob_refcnt = 999999999,
  104873             :             .ob_type = &PyCode_Type,
  104874             :         },
  104875             :         .ob_size = 24,
  104876             :     },
  104877             :     .co_consts = & posixpath_toplevel_consts_12_consts._object.ob_base.ob_base,
  104878             :     .co_names = & posixpath_toplevel_consts_12_names._object.ob_base.ob_base,
  104879             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  104880             :     .co_flags = 3,
  104881             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  104882             :     ._co_linearray_entry_size = 0,
  104883             :     .co_argcount = 1,
  104884             :     .co_posonlyargcount = 0,
  104885             :     .co_kwonlyargcount = 0,
  104886             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  104887             :     .co_stacksize = 3,
  104888             :     .co_firstlineno = 52,
  104889             :     .co_nlocalsplus = 1,
  104890             :     .co_nlocals = 1,
  104891             :     .co_nplaincellvars = 0,
  104892             :     .co_ncellvars = 0,
  104893             :     .co_nfreevars = 0,
  104894             :     .co_localsplusnames = & ntpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
  104895             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  104896             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  104897             :     .co_name = & const_str_normcase._ascii.ob_base,
  104898             :     .co_qualname = & const_str_normcase._ascii.ob_base,
  104899             :     .co_linetable = & posixpath_toplevel_consts_12_linetable.ob_base.ob_base,
  104900             :     ._co_code = NULL,
  104901             :     ._co_linearray = NULL,
  104902             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  104903             :     ._co_firsttraceable = 0,
  104904             : };
  104905             : static
  104906             :     struct {
  104907             :         PyGC_Head _gc_head;
  104908             :         struct {
  104909             :             PyObject_VAR_HEAD
  104910             :             PyObject *ob_item[1];
  104911             :         }_object;
  104912             :     }
  104913             : posixpath_toplevel_consts_13_consts = {
  104914             :     ._object = {
  104915             :         .ob_base = {
  104916             :             .ob_base = {
  104917             :                 .ob_refcnt = 999999999,
  104918             :                 .ob_type = &PyTuple_Type,
  104919             :             },
  104920             :             .ob_size = 1,
  104921             :         },
  104922             :         .ob_item = {
  104923             :             & ntpath_toplevel_consts_16_consts_0._ascii.ob_base,
  104924             :         },
  104925             :     },
  104926             : };
  104927             : static
  104928             :     struct {
  104929             :         PyGC_Head _gc_head;
  104930             :         struct {
  104931             :             PyObject_VAR_HEAD
  104932             :             PyObject *ob_item[4];
  104933             :         }_object;
  104934             :     }
  104935             : posixpath_toplevel_consts_13_names = {
  104936             :     ._object = {
  104937             :         .ob_base = {
  104938             :             .ob_base = {
  104939             :                 .ob_refcnt = 999999999,
  104940             :                 .ob_type = &PyTuple_Type,
  104941             :             },
  104942             :             .ob_size = 4,
  104943             :         },
  104944             :         .ob_item = {
  104945             :             & const_str_os._ascii.ob_base,
  104946             :             & const_str_fspath._ascii.ob_base,
  104947             :             & const_str__get_sep._ascii.ob_base,
  104948             :             & const_str_startswith._ascii.ob_base,
  104949             :         },
  104950             :     },
  104951             : };
  104952             : static
  104953             :     struct {
  104954             :         PyObject_VAR_HEAD
  104955             :         Py_hash_t ob_shash;
  104956             :         char ob_sval[40];
  104957             :     }
  104958             : posixpath_toplevel_consts_13_linetable = {
  104959             :     .ob_base = {
  104960             :         .ob_base = {
  104961             :             .ob_refcnt = 999999999,
  104962             :             .ob_type = &PyBytes_Type,
  104963             :         },
  104964             :         .ob_size = 39,
  104965             :     },
  104966             :     .ob_shash = -1,
  104967             :     .ob_sval = "\x80\x00\xe5\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x0b\x0c\x8f\x3c\x89\x3c\x98\x03\xd4\x0b\x1c\xd0\x04\x1c",
  104968             : };
  104969             : static
  104970             :     struct {
  104971             :         PyGC_Head _gc_head;
  104972             :         struct {
  104973             :             PyObject_VAR_HEAD
  104974             :             PyObject *ob_item[2];
  104975             :         }_object;
  104976             :     }
  104977             : posixpath_toplevel_consts_13_localsplusnames = {
  104978             :     ._object = {
  104979             :         .ob_base = {
  104980             :             .ob_base = {
  104981             :                 .ob_refcnt = 999999999,
  104982             :                 .ob_type = &PyTuple_Type,
  104983             :             },
  104984             :             .ob_size = 2,
  104985             :         },
  104986             :         .ob_item = {
  104987             :             & const_str_s._ascii.ob_base,
  104988             :             & const_str_sep._ascii.ob_base,
  104989             :         },
  104990             :     },
  104991             : };
  104992             : static
  104993             :     struct _PyCode_DEF(110)
  104994             : posixpath_toplevel_consts_13 = {
  104995             :     .ob_base = {
  104996             :         .ob_base = {
  104997             :             .ob_refcnt = 999999999,
  104998             :             .ob_type = &PyCode_Type,
  104999             :         },
  105000             :         .ob_size = 55,
  105001             :     },
  105002             :     .co_consts = & posixpath_toplevel_consts_13_consts._object.ob_base.ob_base,
  105003             :     .co_names = & posixpath_toplevel_consts_13_names._object.ob_base.ob_base,
  105004             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  105005             :     .co_flags = 3,
  105006             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105007             :     ._co_linearray_entry_size = 0,
  105008             :     .co_argcount = 1,
  105009             :     .co_posonlyargcount = 0,
  105010             :     .co_kwonlyargcount = 0,
  105011             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  105012             :     .co_stacksize = 3,
  105013             :     .co_firstlineno = 60,
  105014             :     .co_nlocalsplus = 2,
  105015             :     .co_nlocals = 2,
  105016             :     .co_nplaincellvars = 0,
  105017             :     .co_ncellvars = 0,
  105018             :     .co_nfreevars = 0,
  105019             :     .co_localsplusnames = & posixpath_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
  105020             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  105021             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105022             :     .co_name = & const_str_isabs._ascii.ob_base,
  105023             :     .co_qualname = & const_str_isabs._ascii.ob_base,
  105024             :     .co_linetable = & posixpath_toplevel_consts_13_linetable.ob_base.ob_base,
  105025             :     ._co_code = NULL,
  105026             :     ._co_linearray = NULL,
  105027             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  105028             :     ._co_firsttraceable = 0,
  105029             : };
  105030             : static
  105031             :     struct {
  105032             :         PyASCIIObject _ascii;
  105033             :         uint8_t _data[231];
  105034             :     }
  105035             : posixpath_toplevel_consts_14_consts_0 = {
  105036             :     ._ascii = {
  105037             :         .ob_base = {
  105038             :             .ob_refcnt = 999999999,
  105039             :             .ob_type = &PyUnicode_Type,
  105040             :         },
  105041             :         .length = 230,
  105042             :         .hash = -1,
  105043             :         .state = {
  105044             :             .kind = 1,
  105045             :             .compact = 1,
  105046             :             .ascii = 1,
  105047             :         },
  105048             :     },
  105049             :     ._data = "\x4a\x6f\x69\x6e\x20\x74\x77\x6f\x20\x6f\x72\x20\x6d\x6f\x72\x65\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x73\x2c\x20\x69\x6e\x73\x65\x72\x74\x69\x6e\x67\x20\x27\x2f\x27\x20\x61\x73\x20\x6e\x65\x65\x64\x65\x64\x2e\x0a\x20\x20\x20\x20\x49\x66\x20\x61\x6e\x79\x20\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x20\x69\x73\x20\x61\x6e\x20\x61\x62\x73\x6f\x6c\x75\x74\x65\x20\x70\x61\x74\x68\x2c\x20\x61\x6c\x6c\x20\x70\x72\x65\x76\x69\x6f\x75\x73\x20\x70\x61\x74\x68\x20\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x73\x0a\x20\x20\x20\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x64\x69\x73\x63\x61\x72\x64\x65\x64\x2e\x20\x20\x41\x6e\x20\x65\x6d\x70\x74\x79\x20\x6c\x61\x73\x74\x20\x70\x61\x72\x74\x20\x77\x69\x6c\x6c\x20\x72\x65\x73\x75\x6c\x74\x20\x69\x6e\x20\x61\x20\x70\x61\x74\x68\x20\x74\x68\x61\x74\x0a\x20\x20\x20\x20\x65\x6e\x64\x73\x20\x77\x69\x74\x68\x20\x61\x20\x73\x65\x70\x61\x72\x61\x74\x6f\x72\x2e",
  105050             : };
  105051             : static
  105052             :     struct {
  105053             :         PyGC_Head _gc_head;
  105054             :         struct {
  105055             :             PyObject_VAR_HEAD
  105056             :             PyObject *ob_item[4];
  105057             :         }_object;
  105058             :     }
  105059             : posixpath_toplevel_consts_14_consts = {
  105060             :     ._object = {
  105061             :         .ob_base = {
  105062             :             .ob_base = {
  105063             :                 .ob_refcnt = 999999999,
  105064             :                 .ob_type = &PyTuple_Type,
  105065             :             },
  105066             :             .ob_size = 4,
  105067             :         },
  105068             :         .ob_item = {
  105069             :             & posixpath_toplevel_consts_14_consts_0._ascii.ob_base,
  105070             :             Py_None,
  105071             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  105072             :             &_Py_ID(join),
  105073             :         },
  105074             :     },
  105075             : };
  105076             : static
  105077             :     struct {
  105078             :         PyGC_Head _gc_head;
  105079             :         struct {
  105080             :             PyObject_VAR_HEAD
  105081             :             PyObject *ob_item[11];
  105082             :         }_object;
  105083             :     }
  105084             : posixpath_toplevel_consts_14_names = {
  105085             :     ._object = {
  105086             :         .ob_base = {
  105087             :             .ob_base = {
  105088             :                 .ob_refcnt = 999999999,
  105089             :                 .ob_type = &PyTuple_Type,
  105090             :             },
  105091             :             .ob_size = 11,
  105092             :         },
  105093             :         .ob_item = {
  105094             :             & const_str_os._ascii.ob_base,
  105095             :             & const_str_fspath._ascii.ob_base,
  105096             :             & const_str__get_sep._ascii.ob_base,
  105097             :             & const_str_map._ascii.ob_base,
  105098             :             & const_str_startswith._ascii.ob_base,
  105099             :             & const_str_endswith._ascii.ob_base,
  105100             :             & const_str_TypeError._ascii.ob_base,
  105101             :             & const_str_AttributeError._ascii.ob_base,
  105102             :             & const_str_BytesWarning._ascii.ob_base,
  105103             :             & const_str_genericpath._ascii.ob_base,
  105104             :             & const_str__check_arg_types._ascii.ob_base,
  105105             :         },
  105106             :     },
  105107             : };
  105108             : static
  105109             :     struct {
  105110             :         PyObject_VAR_HEAD
  105111             :         Py_hash_t ob_shash;
  105112             :         char ob_sval[241];
  105113             :     }
  105114             : posixpath_toplevel_consts_14_linetable = {
  105115             :     .ob_base = {
  105116             :         .ob_base = {
  105117             :             .ob_refcnt = 999999999,
  105118             :             .ob_type = &PyBytes_Type,
  105119             :         },
  105120             :         .ob_size = 240,
  105121             :     },
  105122             :     .ob_shash = -1,
  105123             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x0b\x0c\x80\x44\xf0\x02\x0c\x05\x0e\xd8\x0f\x10\xf0\x00\x01\x09\x1b\xd8\x0c\x10\x88\x48\x90\x21\x88\x48\x90\x73\x89\x4e\x88\x4e\xdd\x11\x14\x95\x52\x97\x59\x91\x59\xa0\x01\xd4\x11\x22\xf0\x00\x06\x09\x20\xf1\x00\x06\x09\x20\x88\x41\xd8\x0f\x10\x8f\x7c\x89\x7c\x98\x43\xd4\x0f\x20\xf0\x00\x05\x0d\x20\xd8\x17\x18\x90\x04\x90\x04\xd8\x15\x19\xf0\x00\x03\x0d\x20\x98\x54\x9f\x5d\x99\x5d\xa8\x33\xd4\x1d\x2f\xf0\x00\x03\x0d\x20\xd8\x10\x14\x98\x01\x91\x09\x90\x04\x90\x04\xe0\x10\x14\x98\x03\x98\x61\x99\x07\x91\x0f\x90\x04\x90\x04\xf0\x0d\x06\x09\x20\xf0\x14\x00\x0c\x10\x80\x4b\xf8\xf5\x07\x00\x0d\x16\x95\x7e\xa5\x7c\xd0\x0b\x34\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x56\xa8\x51\xd0\x08\x33\xb0\x11\xd0\x08\x33\xd0\x08\x33\xd0\x08\x33\xd0\x08\x33\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
  105124             : };
  105125             : static
  105126             :     struct {
  105127             :         PyObject_VAR_HEAD
  105128             :         Py_hash_t ob_shash;
  105129             :         char ob_sval[13];
  105130             :     }
  105131             : posixpath_toplevel_consts_14_exceptiontable = {
  105132             :     .ob_base = {
  105133             :         .ob_base = {
  105134             :             .ob_refcnt = 999999999,
  105135             :             .ob_type = &PyBytes_Type,
  105136             :         },
  105137             :         .ob_size = 12,
  105138             :     },
  105139             :     .ob_shash = -1,
  105140             :     .ob_sval = "\xa8\x41\x22\x42\x0d\x00\xc2\x0d\x31\x42\x3e\x03",
  105141             : };
  105142             : static
  105143             :     struct {
  105144             :         PyGC_Head _gc_head;
  105145             :         struct {
  105146             :             PyObject_VAR_HEAD
  105147             :             PyObject *ob_item[5];
  105148             :         }_object;
  105149             :     }
  105150             : posixpath_toplevel_consts_14_localsplusnames = {
  105151             :     ._object = {
  105152             :         .ob_base = {
  105153             :             .ob_base = {
  105154             :                 .ob_refcnt = 999999999,
  105155             :                 .ob_type = &PyTuple_Type,
  105156             :             },
  105157             :             .ob_size = 5,
  105158             :         },
  105159             :         .ob_item = {
  105160             :             & const_str_a._ascii.ob_base,
  105161             :             & const_str_p._ascii.ob_base,
  105162             :             & const_str_sep._ascii.ob_base,
  105163             :             &_Py_ID(path),
  105164             :             & const_str_b._ascii.ob_base,
  105165             :         },
  105166             :     },
  105167             : };
  105168             : static
  105169             :     struct _PyCode_DEF(386)
  105170             : posixpath_toplevel_consts_14 = {
  105171             :     .ob_base = {
  105172             :         .ob_base = {
  105173             :             .ob_refcnt = 999999999,
  105174             :             .ob_type = &PyCode_Type,
  105175             :         },
  105176             :         .ob_size = 193,
  105177             :     },
  105178             :     .co_consts = & posixpath_toplevel_consts_14_consts._object.ob_base.ob_base,
  105179             :     .co_names = & posixpath_toplevel_consts_14_names._object.ob_base.ob_base,
  105180             :     .co_exceptiontable = & posixpath_toplevel_consts_14_exceptiontable.ob_base.ob_base,
  105181             :     .co_flags = 7,
  105182             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105183             :     ._co_linearray_entry_size = 0,
  105184             :     .co_argcount = 1,
  105185             :     .co_posonlyargcount = 0,
  105186             :     .co_kwonlyargcount = 0,
  105187             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  105188             :     .co_stacksize = 5,
  105189             :     .co_firstlineno = 71,
  105190             :     .co_nlocalsplus = 5,
  105191             :     .co_nlocals = 5,
  105192             :     .co_nplaincellvars = 0,
  105193             :     .co_ncellvars = 0,
  105194             :     .co_nfreevars = 0,
  105195             :     .co_localsplusnames = & posixpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
  105196             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
  105197             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105198             :     .co_name = &_Py_ID(join),
  105199             :     .co_qualname = &_Py_ID(join),
  105200             :     .co_linetable = & posixpath_toplevel_consts_14_linetable.ob_base.ob_base,
  105201             :     ._co_code = NULL,
  105202             :     ._co_linearray = NULL,
  105203             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x7d\x03\x09\x00\x7c\x01\x73\x08\x7c\x03\x64\x01\x64\x02\x1a\x00\x7c\x02\x7a\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x39\x00\x00\x7d\x04\x7c\x04\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x7c\x04\x7d\x03\x8c\x18\x7c\x03\x72\x12\x7c\x03\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x06\x7c\x03\x7c\x04\x7a\x0d\x00\x00\x7d\x03\x8c\x32\x7c\x03\x7c\x02\x7c\x04\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x03\x8c\x3b\x09\x00\x7c\x03\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x1a\x01\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x67\x02\x7c\x01\xa2\x01\x52\x00\x8e\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  105204             :     ._co_firsttraceable = 0,
  105205             : };
  105206             : static
  105207             :     struct {
  105208             :         PyASCIIObject _ascii;
  105209             :         uint8_t _data[129];
  105210             :     }
  105211             : posixpath_toplevel_consts_15_consts_0 = {
  105212             :     ._ascii = {
  105213             :         .ob_base = {
  105214             :             .ob_refcnt = 999999999,
  105215             :             .ob_type = &PyUnicode_Type,
  105216             :         },
  105217             :         .length = 128,
  105218             :         .hash = -1,
  105219             :         .state = {
  105220             :             .kind = 1,
  105221             :             .compact = 1,
  105222             :             .ascii = 1,
  105223             :         },
  105224             :     },
  105225             :     ._data = "\x53\x70\x6c\x69\x74\x20\x61\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x2e\x20\x20\x52\x65\x74\x75\x72\x6e\x73\x20\x74\x75\x70\x6c\x65\x20\x22\x28\x68\x65\x61\x64\x2c\x20\x74\x61\x69\x6c\x29\x22\x20\x77\x68\x65\x72\x65\x20\x22\x74\x61\x69\x6c\x22\x20\x69\x73\x0a\x20\x20\x20\x20\x65\x76\x65\x72\x79\x74\x68\x69\x6e\x67\x20\x61\x66\x74\x65\x72\x20\x74\x68\x65\x20\x66\x69\x6e\x61\x6c\x20\x73\x6c\x61\x73\x68\x2e\x20\x20\x45\x69\x74\x68\x65\x72\x20\x70\x61\x72\x74\x20\x6d\x61\x79\x20\x62\x65\x20\x65\x6d\x70\x74\x79\x2e",
  105226             : };
  105227             : static
  105228             :     struct {
  105229             :         PyGC_Head _gc_head;
  105230             :         struct {
  105231             :             PyObject_VAR_HEAD
  105232             :             PyObject *ob_item[3];
  105233             :         }_object;
  105234             :     }
  105235             : posixpath_toplevel_consts_15_consts = {
  105236             :     ._object = {
  105237             :         .ob_base = {
  105238             :             .ob_base = {
  105239             :                 .ob_refcnt = 999999999,
  105240             :                 .ob_type = &PyTuple_Type,
  105241             :             },
  105242             :             .ob_size = 3,
  105243             :         },
  105244             :         .ob_item = {
  105245             :             & posixpath_toplevel_consts_15_consts_0._ascii.ob_base,
  105246             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  105247             :             Py_None,
  105248             :         },
  105249             :     },
  105250             : };
  105251             : static
  105252             :     struct {
  105253             :         PyGC_Head _gc_head;
  105254             :         struct {
  105255             :             PyObject_VAR_HEAD
  105256             :             PyObject *ob_item[6];
  105257             :         }_object;
  105258             :     }
  105259             : posixpath_toplevel_consts_15_names = {
  105260             :     ._object = {
  105261             :         .ob_base = {
  105262             :             .ob_base = {
  105263             :                 .ob_refcnt = 999999999,
  105264             :                 .ob_type = &PyTuple_Type,
  105265             :             },
  105266             :             .ob_size = 6,
  105267             :         },
  105268             :         .ob_item = {
  105269             :             & const_str_os._ascii.ob_base,
  105270             :             & const_str_fspath._ascii.ob_base,
  105271             :             & const_str__get_sep._ascii.ob_base,
  105272             :             & const_str_rfind._ascii.ob_base,
  105273             :             &_Py_ID(len),
  105274             :             & const_str_rstrip._ascii.ob_base,
  105275             :         },
  105276             :     },
  105277             : };
  105278             : static
  105279             :     struct {
  105280             :         PyObject_VAR_HEAD
  105281             :         Py_hash_t ob_shash;
  105282             :         char ob_sval[118];
  105283             :     }
  105284             : posixpath_toplevel_consts_15_linetable = {
  105285             :     .ob_base = {
  105286             :         .ob_base = {
  105287             :             .ob_refcnt = 999999999,
  105288             :             .ob_type = &PyBytes_Type,
  105289             :         },
  105290             :         .ob_size = 117,
  105291             :     },
  105292             :     .ob_shash = -1,
  105293             :     .ob_sval = "\x80\x00\xf5\x06\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x89\x07\x90\x03\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x11\x12\x90\x15\x90\x41\x90\x15\x98\x01\x98\x21\x98\x05\x98\x05\x88\x24\x80\x44\xd8\x07\x0b\xf0\x00\x01\x05\x20\x90\x04\x98\x03\x9d\x43\xa0\x04\x9c\x49\x99\x0d\xd2\x10\x25\xf0\x00\x01\x05\x20\xd8\x0f\x13\x8f\x7b\x89\x7b\x98\x33\xd4\x0f\x1f\x88\x04\xd8\x0b\x0f\x90\x14\x88\x3a\xd0\x04\x15",
  105294             : };
  105295             : static
  105296             :     struct {
  105297             :         PyGC_Head _gc_head;
  105298             :         struct {
  105299             :             PyObject_VAR_HEAD
  105300             :             PyObject *ob_item[5];
  105301             :         }_object;
  105302             :     }
  105303             : posixpath_toplevel_consts_15_localsplusnames = {
  105304             :     ._object = {
  105305             :         .ob_base = {
  105306             :             .ob_base = {
  105307             :                 .ob_refcnt = 999999999,
  105308             :                 .ob_type = &PyTuple_Type,
  105309             :             },
  105310             :             .ob_size = 5,
  105311             :         },
  105312             :         .ob_item = {
  105313             :             & const_str_p._ascii.ob_base,
  105314             :             & const_str_sep._ascii.ob_base,
  105315             :             & const_str_i._ascii.ob_base,
  105316             :             & const_str_head._ascii.ob_base,
  105317             :             & const_str_tail._ascii.ob_base,
  105318             :         },
  105319             :     },
  105320             : };
  105321             : static
  105322             :     struct _PyCode_DEF(224)
  105323             : posixpath_toplevel_consts_15 = {
  105324             :     .ob_base = {
  105325             :         .ob_base = {
  105326             :             .ob_refcnt = 999999999,
  105327             :             .ob_type = &PyCode_Type,
  105328             :         },
  105329             :         .ob_size = 112,
  105330             :     },
  105331             :     .co_consts = & posixpath_toplevel_consts_15_consts._object.ob_base.ob_base,
  105332             :     .co_names = & posixpath_toplevel_consts_15_names._object.ob_base.ob_base,
  105333             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  105334             :     .co_flags = 3,
  105335             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105336             :     ._co_linearray_entry_size = 0,
  105337             :     .co_argcount = 1,
  105338             :     .co_posonlyargcount = 0,
  105339             :     .co_kwonlyargcount = 0,
  105340             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  105341             :     .co_stacksize = 5,
  105342             :     .co_firstlineno = 100,
  105343             :     .co_nlocalsplus = 5,
  105344             :     .co_nlocals = 5,
  105345             :     .co_nplaincellvars = 0,
  105346             :     .co_ncellvars = 0,
  105347             :     .co_nfreevars = 0,
  105348             :     .co_localsplusnames = & posixpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
  105349             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
  105350             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105351             :     .co_name = & const_str_split._ascii.ob_base,
  105352             :     .co_qualname = & const_str_split._ascii.ob_base,
  105353             :     .co_linetable = & posixpath_toplevel_consts_15_linetable.ob_base.ob_base,
  105354             :     ._co_code = NULL,
  105355             :     ._co_linearray = NULL,
  105356             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x64\x02\x7c\x02\x1a\x00\x7c\x00\x7c\x02\x64\x02\x1a\x00\x7d\x04\x7d\x03\x7c\x03\x72\x26\x7c\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x05\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x7c\x03\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x7c\x04\x66\x02\x53\x00",
  105357             :     ._co_firsttraceable = 0,
  105358             : };
  105359             : static
  105360             :     struct {
  105361             :         PyGC_Head _gc_head;
  105362             :         struct {
  105363             :             PyObject_VAR_HEAD
  105364             :             PyObject *ob_item[5];
  105365             :         }_object;
  105366             :     }
  105367             : posixpath_toplevel_consts_16_consts = {
  105368             :     ._object = {
  105369             :         .ob_base = {
  105370             :             .ob_base = {
  105371             :                 .ob_refcnt = 999999999,
  105372             :                 .ob_type = &PyTuple_Type,
  105373             :             },
  105374             :             .ob_size = 5,
  105375             :         },
  105376             :         .ob_item = {
  105377             :             Py_None,
  105378             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  105379             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  105380             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  105381             :             &_Py_STR(dot),
  105382             :         },
  105383             :     },
  105384             : };
  105385             : static
  105386             :     struct {
  105387             :         PyObject_VAR_HEAD
  105388             :         Py_hash_t ob_shash;
  105389             :         char ob_sval[76];
  105390             :     }
  105391             : posixpath_toplevel_consts_16_linetable = {
  105392             :     .ob_base = {
  105393             :         .ob_base = {
  105394             :             .ob_refcnt = 999999999,
  105395             :             .ob_type = &PyBytes_Type,
  105396             :         },
  105397             :         .ob_size = 75,
  105398             :     },
  105399             :     .ob_shash = -1,
  105400             :     .ob_sval = "\x80\x00\xdd\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x07\x11\x90\x21\x95\x55\xd4\x07\x1b\xf0\x00\x05\x05\x15\xd8\x0e\x12\x88\x03\xd8\x11\x15\x88\x06\x88\x06\xe0\x0e\x11\x88\x03\xd8\x11\x14\x88\x06\xdd\x0b\x20\xd7\x0b\x20\xd1\x0b\x20\xa0\x11\xa0\x43\xa8\x14\xa8\x76\xd4\x0b\x36\xd0\x04\x36",
  105401             : };
  105402             : static
  105403             :     struct {
  105404             :         PyGC_Head _gc_head;
  105405             :         struct {
  105406             :             PyObject_VAR_HEAD
  105407             :             PyObject *ob_item[3];
  105408             :         }_object;
  105409             :     }
  105410             : posixpath_toplevel_consts_16_localsplusnames = {
  105411             :     ._object = {
  105412             :         .ob_base = {
  105413             :             .ob_base = {
  105414             :                 .ob_refcnt = 999999999,
  105415             :                 .ob_type = &PyTuple_Type,
  105416             :             },
  105417             :             .ob_size = 3,
  105418             :         },
  105419             :         .ob_item = {
  105420             :             & const_str_p._ascii.ob_base,
  105421             :             & const_str_sep._ascii.ob_base,
  105422             :             & const_str_extsep._ascii.ob_base,
  105423             :         },
  105424             :     },
  105425             : };
  105426             : static
  105427             :     struct _PyCode_DEF(156)
  105428             : posixpath_toplevel_consts_16 = {
  105429             :     .ob_base = {
  105430             :         .ob_base = {
  105431             :             .ob_refcnt = 999999999,
  105432             :             .ob_type = &PyCode_Type,
  105433             :         },
  105434             :         .ob_size = 78,
  105435             :     },
  105436             :     .co_consts = & posixpath_toplevel_consts_16_consts._object.ob_base.ob_base,
  105437             :     .co_names = & ntpath_toplevel_consts_20_names._object.ob_base.ob_base,
  105438             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  105439             :     .co_flags = 3,
  105440             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105441             :     ._co_linearray_entry_size = 0,
  105442             :     .co_argcount = 1,
  105443             :     .co_posonlyargcount = 0,
  105444             :     .co_kwonlyargcount = 0,
  105445             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  105446             :     .co_stacksize = 6,
  105447             :     .co_firstlineno = 117,
  105448             :     .co_nlocalsplus = 3,
  105449             :     .co_nlocals = 3,
  105450             :     .co_nplaincellvars = 0,
  105451             :     .co_ncellvars = 0,
  105452             :     .co_nfreevars = 0,
  105453             :     .co_localsplusnames = & posixpath_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
  105454             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  105455             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105456             :     .co_name = & const_str_splitext._ascii.ob_base,
  105457             :     .co_qualname = & const_str_splitext._ascii.ob_base,
  105458             :     .co_linetable = & posixpath_toplevel_consts_16_linetable.ob_base.ob_base,
  105459             :     ._co_code = NULL,
  105460             :     ._co_linearray = NULL,
  105461             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x05\x64\x01\x7d\x01\x64\x02\x7d\x02\x6e\x04\x64\x03\x7d\x01\x64\x04\x7d\x02\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x00\x7c\x02\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  105462             :     ._co_firsttraceable = 0,
  105463             : };
  105464             : static
  105465             :     struct {
  105466             :         PyASCIIObject _ascii;
  105467             :         uint8_t _data[75];
  105468             :     }
  105469             : posixpath_toplevel_consts_17_consts_0 = {
  105470             :     ._ascii = {
  105471             :         .ob_base = {
  105472             :             .ob_refcnt = 999999999,
  105473             :             .ob_type = &PyUnicode_Type,
  105474             :         },
  105475             :         .length = 74,
  105476             :         .hash = -1,
  105477             :         .state = {
  105478             :             .kind = 1,
  105479             :             .compact = 1,
  105480             :             .ascii = 1,
  105481             :         },
  105482             :     },
  105483             :     ._data = "\x53\x70\x6c\x69\x74\x20\x61\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x69\x6e\x74\x6f\x20\x64\x72\x69\x76\x65\x20\x61\x6e\x64\x20\x70\x61\x74\x68\x2e\x20\x4f\x6e\x20\x50\x6f\x73\x69\x78\x2c\x20\x64\x72\x69\x76\x65\x20\x69\x73\x20\x61\x6c\x77\x61\x79\x73\x0a\x20\x20\x20\x20\x65\x6d\x70\x74\x79\x2e",
  105484             : };
  105485             : static
  105486             :     struct {
  105487             :         PyGC_Head _gc_head;
  105488             :         struct {
  105489             :             PyObject_VAR_HEAD
  105490             :             PyObject *ob_item[3];
  105491             :         }_object;
  105492             :     }
  105493             : posixpath_toplevel_consts_17_consts = {
  105494             :     ._object = {
  105495             :         .ob_base = {
  105496             :             .ob_base = {
  105497             :                 .ob_refcnt = 999999999,
  105498             :                 .ob_type = &PyTuple_Type,
  105499             :             },
  105500             :             .ob_size = 3,
  105501             :         },
  105502             :         .ob_item = {
  105503             :             & posixpath_toplevel_consts_17_consts_0._ascii.ob_base,
  105504             :             Py_None,
  105505             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  105506             :         },
  105507             :     },
  105508             : };
  105509             : static
  105510             :     struct {
  105511             :         PyObject_VAR_HEAD
  105512             :         Py_hash_t ob_shash;
  105513             :         char ob_sval[33];
  105514             :     }
  105515             : posixpath_toplevel_consts_17_linetable = {
  105516             :     .ob_base = {
  105517             :         .ob_base = {
  105518             :             .ob_refcnt = 999999999,
  105519             :             .ob_type = &PyBytes_Type,
  105520             :         },
  105521             :         .ob_size = 32,
  105522             :     },
  105523             :     .ob_shash = -1,
  105524             :     .ob_sval = "\x80\x00\xf5\x06\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xd8\x0b\x0c\x88\x35\x88\x61\x88\x35\x90\x21\x88\x38\x80\x4f",
  105525             : };
  105526             : static
  105527             :     struct _PyCode_DEF(62)
  105528             : posixpath_toplevel_consts_17 = {
  105529             :     .ob_base = {
  105530             :         .ob_base = {
  105531             :             .ob_refcnt = 999999999,
  105532             :             .ob_type = &PyCode_Type,
  105533             :         },
  105534             :         .ob_size = 31,
  105535             :     },
  105536             :     .co_consts = & posixpath_toplevel_consts_17_consts._object.ob_base.ob_base,
  105537             :     .co_names = & posixpath_toplevel_consts_12_names._object.ob_base.ob_base,
  105538             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  105539             :     .co_flags = 3,
  105540             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105541             :     ._co_linearray_entry_size = 0,
  105542             :     .co_argcount = 1,
  105543             :     .co_posonlyargcount = 0,
  105544             :     .co_kwonlyargcount = 0,
  105545             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  105546             :     .co_stacksize = 3,
  105547             :     .co_firstlineno = 131,
  105548             :     .co_nlocalsplus = 1,
  105549             :     .co_nlocals = 1,
  105550             :     .co_nplaincellvars = 0,
  105551             :     .co_ncellvars = 0,
  105552             :     .co_nfreevars = 0,
  105553             :     .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
  105554             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  105555             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105556             :     .co_name = & const_str_splitdrive._ascii.ob_base,
  105557             :     .co_qualname = & const_str_splitdrive._ascii.ob_base,
  105558             :     .co_linetable = & posixpath_toplevel_consts_17_linetable.ob_base.ob_base,
  105559             :     ._co_code = NULL,
  105560             :     ._co_linearray = NULL,
  105561             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\x7c\x00\x66\x02\x53\x00",
  105562             :     ._co_firsttraceable = 0,
  105563             : };
  105564             : static
  105565             :     struct {
  105566             :         PyGC_Head _gc_head;
  105567             :         struct {
  105568             :             PyObject_VAR_HEAD
  105569             :             PyObject *ob_item[3];
  105570             :         }_object;
  105571             :     }
  105572             : posixpath_toplevel_consts_18_consts = {
  105573             :     ._object = {
  105574             :         .ob_base = {
  105575             :             .ob_base = {
  105576             :                 .ob_refcnt = 999999999,
  105577             :                 .ob_type = &PyTuple_Type,
  105578             :             },
  105579             :             .ob_size = 3,
  105580             :         },
  105581             :         .ob_item = {
  105582             :             & ntpath_toplevel_consts_21_consts_0._ascii.ob_base,
  105583             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  105584             :             Py_None,
  105585             :         },
  105586             :     },
  105587             : };
  105588             : static
  105589             :     struct {
  105590             :         PyGC_Head _gc_head;
  105591             :         struct {
  105592             :             PyObject_VAR_HEAD
  105593             :             PyObject *ob_item[4];
  105594             :         }_object;
  105595             :     }
  105596             : posixpath_toplevel_consts_18_names = {
  105597             :     ._object = {
  105598             :         .ob_base = {
  105599             :             .ob_base = {
  105600             :                 .ob_refcnt = 999999999,
  105601             :                 .ob_type = &PyTuple_Type,
  105602             :             },
  105603             :             .ob_size = 4,
  105604             :         },
  105605             :         .ob_item = {
  105606             :             & const_str_os._ascii.ob_base,
  105607             :             & const_str_fspath._ascii.ob_base,
  105608             :             & const_str__get_sep._ascii.ob_base,
  105609             :             & const_str_rfind._ascii.ob_base,
  105610             :         },
  105611             :     },
  105612             : };
  105613             : static
  105614             :     struct {
  105615             :         PyObject_VAR_HEAD
  105616             :         Py_hash_t ob_shash;
  105617             :         char ob_sval[54];
  105618             :     }
  105619             : posixpath_toplevel_consts_18_linetable = {
  105620             :     .ob_base = {
  105621             :         .ob_base = {
  105622             :             .ob_refcnt = 999999999,
  105623             :             .ob_type = &PyBytes_Type,
  105624             :         },
  105625             :         .ob_size = 53,
  105626             :     },
  105627             :     .ob_shash = -1,
  105628             :     .ob_sval = "\x80\x00\xe5\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x89\x07\x90\x03\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x0b\x0c\x88\x51\x88\x35\x88\x35\x80\x4c",
  105629             : };
  105630             : static
  105631             :     struct {
  105632             :         PyGC_Head _gc_head;
  105633             :         struct {
  105634             :             PyObject_VAR_HEAD
  105635             :             PyObject *ob_item[3];
  105636             :         }_object;
  105637             :     }
  105638             : posixpath_toplevel_consts_18_localsplusnames = {
  105639             :     ._object = {
  105640             :         .ob_base = {
  105641             :             .ob_base = {
  105642             :                 .ob_refcnt = 999999999,
  105643             :                 .ob_type = &PyTuple_Type,
  105644             :             },
  105645             :             .ob_size = 3,
  105646             :         },
  105647             :         .ob_item = {
  105648             :             & const_str_p._ascii.ob_base,
  105649             :             & const_str_sep._ascii.ob_base,
  105650             :             & const_str_i._ascii.ob_base,
  105651             :         },
  105652             :     },
  105653             : };
  105654             : static
  105655             :     struct _PyCode_DEF(126)
  105656             : posixpath_toplevel_consts_18 = {
  105657             :     .ob_base = {
  105658             :         .ob_base = {
  105659             :             .ob_refcnt = 999999999,
  105660             :             .ob_type = &PyCode_Type,
  105661             :         },
  105662             :         .ob_size = 63,
  105663             :     },
  105664             :     .co_consts = & posixpath_toplevel_consts_18_consts._object.ob_base.ob_base,
  105665             :     .co_names = & posixpath_toplevel_consts_18_names._object.ob_base.ob_base,
  105666             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  105667             :     .co_flags = 3,
  105668             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105669             :     ._co_linearray_entry_size = 0,
  105670             :     .co_argcount = 1,
  105671             :     .co_posonlyargcount = 0,
  105672             :     .co_kwonlyargcount = 0,
  105673             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  105674             :     .co_stacksize = 3,
  105675             :     .co_firstlineno = 140,
  105676             :     .co_nlocalsplus = 3,
  105677             :     .co_nlocals = 3,
  105678             :     .co_nplaincellvars = 0,
  105679             :     .co_ncellvars = 0,
  105680             :     .co_nfreevars = 0,
  105681             :     .co_localsplusnames = & posixpath_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  105682             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  105683             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105684             :     .co_name = & const_str_basename._ascii.ob_base,
  105685             :     .co_qualname = & const_str_basename._ascii.ob_base,
  105686             :     .co_linetable = & posixpath_toplevel_consts_18_linetable.ob_base.ob_base,
  105687             :     ._co_code = NULL,
  105688             :     ._co_linearray = NULL,
  105689             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x7c\x02\x64\x02\x1a\x00\x53\x00",
  105690             :     ._co_firsttraceable = 0,
  105691             : };
  105692             : static
  105693             :     struct {
  105694             :         PyGC_Head _gc_head;
  105695             :         struct {
  105696             :             PyObject_VAR_HEAD
  105697             :             PyObject *ob_item[3];
  105698             :         }_object;
  105699             :     }
  105700             : posixpath_toplevel_consts_19_consts = {
  105701             :     ._object = {
  105702             :         .ob_base = {
  105703             :             .ob_base = {
  105704             :                 .ob_refcnt = 999999999,
  105705             :                 .ob_type = &PyTuple_Type,
  105706             :             },
  105707             :             .ob_size = 3,
  105708             :         },
  105709             :         .ob_item = {
  105710             :             & ntpath_toplevel_consts_22_consts_0._ascii.ob_base,
  105711             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  105712             :             Py_None,
  105713             :         },
  105714             :     },
  105715             : };
  105716             : static
  105717             :     struct {
  105718             :         PyObject_VAR_HEAD
  105719             :         Py_hash_t ob_shash;
  105720             :         char ob_sval[101];
  105721             :     }
  105722             : posixpath_toplevel_consts_19_linetable = {
  105723             :     .ob_base = {
  105724             :         .ob_base = {
  105725             :             .ob_refcnt = 999999999,
  105726             :             .ob_type = &PyBytes_Type,
  105727             :         },
  105728             :         .ob_size = 100,
  105729             :     },
  105730             :     .ob_shash = -1,
  105731             :     .ob_sval = "\x80\x00\xe5\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x89\x07\x90\x03\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x0b\x0c\x88\x35\x88\x61\x88\x35\x80\x44\xd8\x07\x0b\xf0\x00\x01\x05\x20\x90\x04\x98\x03\x9d\x43\xa0\x04\x9c\x49\x99\x0d\xd2\x10\x25\xf0\x00\x01\x05\x20\xd8\x0f\x13\x8f\x7b\x89\x7b\x98\x33\xd4\x0f\x1f\x88\x04\xd8\x0b\x0f\x80\x4b",
  105732             : };
  105733             : static
  105734             :     struct {
  105735             :         PyGC_Head _gc_head;
  105736             :         struct {
  105737             :             PyObject_VAR_HEAD
  105738             :             PyObject *ob_item[4];
  105739             :         }_object;
  105740             :     }
  105741             : posixpath_toplevel_consts_19_localsplusnames = {
  105742             :     ._object = {
  105743             :         .ob_base = {
  105744             :             .ob_base = {
  105745             :                 .ob_refcnt = 999999999,
  105746             :                 .ob_type = &PyTuple_Type,
  105747             :             },
  105748             :             .ob_size = 4,
  105749             :         },
  105750             :         .ob_item = {
  105751             :             & const_str_p._ascii.ob_base,
  105752             :             & const_str_sep._ascii.ob_base,
  105753             :             & const_str_i._ascii.ob_base,
  105754             :             & const_str_head._ascii.ob_base,
  105755             :         },
  105756             :     },
  105757             : };
  105758             : static
  105759             :     struct _PyCode_DEF(210)
  105760             : posixpath_toplevel_consts_19 = {
  105761             :     .ob_base = {
  105762             :         .ob_base = {
  105763             :             .ob_refcnt = 999999999,
  105764             :             .ob_type = &PyCode_Type,
  105765             :         },
  105766             :         .ob_size = 105,
  105767             :     },
  105768             :     .co_consts = & posixpath_toplevel_consts_19_consts._object.ob_base.ob_base,
  105769             :     .co_names = & posixpath_toplevel_consts_15_names._object.ob_base.ob_base,
  105770             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  105771             :     .co_flags = 3,
  105772             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105773             :     ._co_linearray_entry_size = 0,
  105774             :     .co_argcount = 1,
  105775             :     .co_posonlyargcount = 0,
  105776             :     .co_kwonlyargcount = 0,
  105777             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  105778             :     .co_stacksize = 5,
  105779             :     .co_firstlineno = 150,
  105780             :     .co_nlocalsplus = 4,
  105781             :     .co_nlocals = 4,
  105782             :     .co_nplaincellvars = 0,
  105783             :     .co_ncellvars = 0,
  105784             :     .co_nfreevars = 0,
  105785             :     .co_localsplusnames = & posixpath_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
  105786             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  105787             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105788             :     .co_name = & const_str_dirname._ascii.ob_base,
  105789             :     .co_qualname = & const_str_dirname._ascii.ob_base,
  105790             :     .co_linetable = & posixpath_toplevel_consts_19_linetable.ob_base.ob_base,
  105791             :     ._co_code = NULL,
  105792             :     ._co_linearray = NULL,
  105793             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x64\x02\x7c\x02\x1a\x00\x7d\x03\x7c\x03\x72\x26\x7c\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x05\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x7c\x03\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x53\x00",
  105794             :     ._co_firsttraceable = 0,
  105795             : };
  105796             : static
  105797             :     struct {
  105798             :         PyASCIIObject _ascii;
  105799             :         uint8_t _data[39];
  105800             :     }
  105801             : posixpath_toplevel_consts_20_consts_0 = {
  105802             :     ._ascii = {
  105803             :         .ob_base = {
  105804             :             .ob_refcnt = 999999999,
  105805             :             .ob_type = &PyUnicode_Type,
  105806             :         },
  105807             :         .length = 38,
  105808             :         .hash = -1,
  105809             :         .state = {
  105810             :             .kind = 1,
  105811             :             .compact = 1,
  105812             :             .ascii = 1,
  105813             :         },
  105814             :     },
  105815             :     ._data = "Test whether a path is a symbolic link",
  105816             : };
  105817             : static
  105818             :     struct {
  105819             :         PyGC_Head _gc_head;
  105820             :         struct {
  105821             :             PyObject_VAR_HEAD
  105822             :             PyObject *ob_item[2];
  105823             :         }_object;
  105824             :     }
  105825             : posixpath_toplevel_consts_20_consts = {
  105826             :     ._object = {
  105827             :         .ob_base = {
  105828             :             .ob_base = {
  105829             :                 .ob_refcnt = 999999999,
  105830             :                 .ob_type = &PyTuple_Type,
  105831             :             },
  105832             :             .ob_size = 2,
  105833             :         },
  105834             :         .ob_item = {
  105835             :             & posixpath_toplevel_consts_20_consts_0._ascii.ob_base,
  105836             :             Py_False,
  105837             :         },
  105838             :     },
  105839             : };
  105840             : static
  105841             :     struct {
  105842             :         PyObject_VAR_HEAD
  105843             :         Py_hash_t ob_shash;
  105844             :         char ob_sval[85];
  105845             :     }
  105846             : posixpath_toplevel_consts_20_linetable = {
  105847             :     .ob_base = {
  105848             :         .ob_base = {
  105849             :             .ob_refcnt = 999999999,
  105850             :             .ob_type = &PyBytes_Type,
  105851             :         },
  105852             :         .ob_size = 84,
  105853             :     },
  105854             :     .ob_shash = -1,
  105855             :     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x15\x8f\x58\x89\x58\x90\x64\x8c\x5e\x88\x02\xf5\x06\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xa5\x1e\xd0\x0b\x30\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
  105856             : };
  105857             : static
  105858             :     struct _PyCode_DEF(176)
  105859             : posixpath_toplevel_consts_20 = {
  105860             :     .ob_base = {
  105861             :         .ob_base = {
  105862             :             .ob_refcnt = 999999999,
  105863             :             .ob_type = &PyCode_Type,
  105864             :         },
  105865             :         .ob_size = 88,
  105866             :     },
  105867             :     .co_consts = & posixpath_toplevel_consts_20_consts._object.ob_base.ob_base,
  105868             :     .co_names = & ntpath_toplevel_consts_23_names._object.ob_base.ob_base,
  105869             :     .co_exceptiontable = & ntpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
  105870             :     .co_flags = 3,
  105871             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105872             :     ._co_linearray_entry_size = 0,
  105873             :     .co_argcount = 1,
  105874             :     .co_posonlyargcount = 0,
  105875             :     .co_kwonlyargcount = 0,
  105876             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  105877             :     .co_stacksize = 5,
  105878             :     .co_firstlineno = 164,
  105879             :     .co_nlocalsplus = 2,
  105880             :     .co_nlocals = 2,
  105881             :     .co_nplaincellvars = 0,
  105882             :     .co_ncellvars = 0,
  105883             :     .co_nfreevars = 0,
  105884             :     .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
  105885             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  105886             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105887             :     .co_name = & const_str_islink._ascii.ob_base,
  105888             :     .co_qualname = & const_str_islink._ascii.ob_base,
  105889             :     .co_linetable = & posixpath_toplevel_consts_20_linetable.ob_base.ob_base,
  105890             :     ._co_code = NULL,
  105891             :     ._co_linearray = NULL,
  105892             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  105893             :     ._co_firsttraceable = 0,
  105894             : };
  105895             : static
  105896             :     struct {
  105897             :         PyObject_VAR_HEAD
  105898             :         Py_hash_t ob_shash;
  105899             :         char ob_sval[69];
  105900             :     }
  105901             : posixpath_toplevel_consts_21_linetable = {
  105902             :     .ob_base = {
  105903             :         .ob_base = {
  105904             :             .ob_refcnt = 999999999,
  105905             :             .ob_type = &PyBytes_Type,
  105906             :         },
  105907             :         .ob_size = 68,
  105908             :     },
  105909             :     .ob_shash = -1,
  105910             :     .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x08\x10\x8f\x08\x89\x08\x90\x14\x8c\x0e\x88\x0e\xf0\x06\x00\x0c\x10\x88\x34\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
  105911             : };
  105912             : static
  105913             :     struct _PyCode_DEF(102)
  105914             : posixpath_toplevel_consts_21 = {
  105915             :     .ob_base = {
  105916             :         .ob_base = {
  105917             :             .ob_refcnt = 999999999,
  105918             :             .ob_type = &PyCode_Type,
  105919             :         },
  105920             :         .ob_size = 51,
  105921             :     },
  105922             :     .co_consts = & ntpath_toplevel_consts_24_consts._object.ob_base.ob_base,
  105923             :     .co_names = & ntpath_toplevel_consts_24_names._object.ob_base.ob_base,
  105924             :     .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
  105925             :     .co_flags = 3,
  105926             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  105927             :     ._co_linearray_entry_size = 0,
  105928             :     .co_argcount = 1,
  105929             :     .co_posonlyargcount = 0,
  105930             :     .co_kwonlyargcount = 0,
  105931             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  105932             :     .co_stacksize = 4,
  105933             :     .co_firstlineno = 174,
  105934             :     .co_nlocalsplus = 1,
  105935             :     .co_nlocals = 1,
  105936             :     .co_nplaincellvars = 0,
  105937             :     .co_ncellvars = 0,
  105938             :     .co_nfreevars = 0,
  105939             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  105940             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  105941             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  105942             :     .co_name = & const_str_lexists._ascii.ob_base,
  105943             :     .co_qualname = & const_str_lexists._ascii.ob_base,
  105944             :     .co_linetable = & posixpath_toplevel_consts_21_linetable.ob_base.ob_base,
  105945             :     ._co_code = NULL,
  105946             :     ._co_linearray = NULL,
  105947             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  105948             :     ._co_firsttraceable = 0,
  105949             : };
  105950             : static
  105951             :     struct {
  105952             :         PyASCIIObject _ascii;
  105953             :         uint8_t _data[37];
  105954             :     }
  105955             : posixpath_toplevel_consts_22_consts_0 = {
  105956             :     ._ascii = {
  105957             :         .ob_base = {
  105958             :             .ob_refcnt = 999999999,
  105959             :             .ob_type = &PyUnicode_Type,
  105960             :         },
  105961             :         .length = 36,
  105962             :         .hash = -1,
  105963             :         .state = {
  105964             :             .kind = 1,
  105965             :             .compact = 1,
  105966             :             .ascii = 1,
  105967             :         },
  105968             :     },
  105969             :     ._data = "Test whether a path is a mount point",
  105970             : };
  105971             : static
  105972             :     struct {
  105973             :         PyGC_Head _gc_head;
  105974             :         struct {
  105975             :             PyObject_VAR_HEAD
  105976             :             PyObject *ob_item[5];
  105977             :         }_object;
  105978             :     }
  105979             : posixpath_toplevel_consts_22_consts = {
  105980             :     ._object = {
  105981             :         .ob_base = {
  105982             :             .ob_base = {
  105983             :                 .ob_refcnt = 999999999,
  105984             :                 .ob_type = &PyTuple_Type,
  105985             :             },
  105986             :             .ob_size = 5,
  105987             :         },
  105988             :         .ob_item = {
  105989             :             & posixpath_toplevel_consts_22_consts_0._ascii.ob_base,
  105990             :             Py_False,
  105991             :             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
  105992             :             & ntpath_toplevel_consts_2._ascii.ob_base,
  105993             :             Py_True,
  105994             :         },
  105995             :     },
  105996             : };
  105997             : static
  105998             :     struct {
  105999             :         PyGC_Head _gc_head;
  106000             :         struct {
  106001             :             PyObject_VAR_HEAD
  106002             :             PyObject *ob_item[13];
  106003             :         }_object;
  106004             :     }
  106005             : posixpath_toplevel_consts_22_names = {
  106006             :     ._object = {
  106007             :         .ob_base = {
  106008             :             .ob_base = {
  106009             :                 .ob_refcnt = 999999999,
  106010             :                 .ob_type = &PyTuple_Type,
  106011             :             },
  106012             :             .ob_size = 13,
  106013             :         },
  106014             :         .ob_item = {
  106015             :             & const_str_os._ascii.ob_base,
  106016             :             & const_str_lstat._ascii.ob_base,
  106017             :             & const_str_stat._ascii.ob_base,
  106018             :             & const_str_S_ISLNK._ascii.ob_base,
  106019             :             & const_str_st_mode._ascii.ob_base,
  106020             :             & const_str_OSError._ascii.ob_base,
  106021             :             & const_str_ValueError._ascii.ob_base,
  106022             :             &_Py_ID(isinstance),
  106023             :             & const_str_bytes._ascii.ob_base,
  106024             :             &_Py_ID(join),
  106025             :             & const_str_realpath._ascii.ob_base,
  106026             :             & const_str_st_dev._ascii.ob_base,
  106027             :             & const_str_st_ino._ascii.ob_base,
  106028             :         },
  106029             :     },
  106030             : };
  106031             : static
  106032             :     struct {
  106033             :         PyObject_VAR_HEAD
  106034             :         Py_hash_t ob_shash;
  106035             :         char ob_sval[278];
  106036             :     }
  106037             : posixpath_toplevel_consts_22_linetable = {
  106038             :     .ob_base = {
  106039             :         .ob_base = {
  106040             :             .ob_refcnt = 999999999,
  106041             :             .ob_type = &PyBytes_Type,
  106042             :         },
  106043             :         .ob_size = 277,
  106044             :     },
  106045             :     .ob_shash = -1,
  106046             :     .ob_sval = "\x80\x00\xf0\x04\x08\x05\x19\xdd\x0d\x15\x8f\x58\x89\x58\x90\x64\x8c\x5e\x88\x02\xf5\x0c\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xe5\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x22\xdd\x11\x15\x90\x64\x98\x45\xd4\x11\x22\x88\x06\x88\x06\xe5\x11\x15\x90\x64\x98\x44\xd4\x11\x21\x88\x06\xdd\x0d\x15\x90\x66\xd4\x0d\x1d\x80\x46\xf0\x02\x03\x05\x15\xdd\x0d\x15\x8f\x58\x89\x58\x90\x66\xd4\x0d\x1d\x88\x02\xf0\x08\x00\x0c\x0e\x8f\x39\x89\x39\x80\x44\xd8\x0b\x0d\x8f\x39\x89\x39\x80\x44\xd8\x07\x0b\x88\x74\x82\x7c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xd8\x0b\x0d\x8f\x39\x89\x39\x80\x44\xd8\x0b\x0d\x8f\x39\x89\x39\x80\x44\xd8\x07\x0b\x88\x74\x82\x7c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xd8\x0b\x10\x88\x35\xf8\xf5\x35\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x02\x05\x15\xf0\x00\x02\x05\x15\xf0\x00\x02\x05\x15\xe0\x0f\x14\x88\x75\x88\x75\xf0\x05\x02\x05\x15\xf8\xf8\xf8\xf8\xf5\x1e\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
  106047             : };
  106048             : static
  106049             :     struct {
  106050             :         PyObject_VAR_HEAD
  106051             :         Py_hash_t ob_shash;
  106052             :         char ob_sval[36];
  106053             :     }
  106054             : posixpath_toplevel_consts_22_exceptiontable = {
  106055             :     .ob_base = {
  106056             :         .ob_base = {
  106057             :             .ob_refcnt = 999999999,
  106058             :             .ob_type = &PyBytes_Type,
  106059             :         },
  106060             :         .ob_size = 35,
  106061             :     },
  106062             :     .ob_shash = -1,
  106063             :     .ob_sval = "\x82\x17\x43\x13\x00\xc1\x3a\x17\x43\x2b\x00\xc3\x13\x11\x43\x28\x03\xc3\x27\x01\x43\x28\x03\xc3\x2b\x11\x44\x00\x03\xc3\x3f\x01\x44\x00\x03",
  106064             : };
  106065             : static
  106066             :     struct {
  106067             :         PyASCIIObject _ascii;
  106068             :         uint8_t _data[5];
  106069             :     }
  106070             : const_str_dev1 = {
  106071             :     ._ascii = {
  106072             :         .ob_base = {
  106073             :             .ob_refcnt = 999999999,
  106074             :             .ob_type = &PyUnicode_Type,
  106075             :         },
  106076             :         .length = 4,
  106077             :         .hash = -1,
  106078             :         .state = {
  106079             :             .kind = 1,
  106080             :             .compact = 1,
  106081             :             .ascii = 1,
  106082             :         },
  106083             :     },
  106084             :     ._data = "dev1",
  106085             : };
  106086             : static
  106087             :     struct {
  106088             :         PyASCIIObject _ascii;
  106089             :         uint8_t _data[5];
  106090             :     }
  106091             : const_str_dev2 = {
  106092             :     ._ascii = {
  106093             :         .ob_base = {
  106094             :             .ob_refcnt = 999999999,
  106095             :             .ob_type = &PyUnicode_Type,
  106096             :         },
  106097             :         .length = 4,
  106098             :         .hash = -1,
  106099             :         .state = {
  106100             :             .kind = 1,
  106101             :             .compact = 1,
  106102             :             .ascii = 1,
  106103             :         },
  106104             :     },
  106105             :     ._data = "dev2",
  106106             : };
  106107             : static
  106108             :     struct {
  106109             :         PyASCIIObject _ascii;
  106110             :         uint8_t _data[5];
  106111             :     }
  106112             : const_str_ino1 = {
  106113             :     ._ascii = {
  106114             :         .ob_base = {
  106115             :             .ob_refcnt = 999999999,
  106116             :             .ob_type = &PyUnicode_Type,
  106117             :         },
  106118             :         .length = 4,
  106119             :         .hash = -1,
  106120             :         .state = {
  106121             :             .kind = 1,
  106122             :             .compact = 1,
  106123             :             .ascii = 1,
  106124             :         },
  106125             :     },
  106126             :     ._data = "ino1",
  106127             : };
  106128             : static
  106129             :     struct {
  106130             :         PyASCIIObject _ascii;
  106131             :         uint8_t _data[5];
  106132             :     }
  106133             : const_str_ino2 = {
  106134             :     ._ascii = {
  106135             :         .ob_base = {
  106136             :             .ob_refcnt = 999999999,
  106137             :             .ob_type = &PyUnicode_Type,
  106138             :         },
  106139             :         .length = 4,
  106140             :         .hash = -1,
  106141             :         .state = {
  106142             :             .kind = 1,
  106143             :             .compact = 1,
  106144             :             .ascii = 1,
  106145             :         },
  106146             :     },
  106147             :     ._data = "ino2",
  106148             : };
  106149             : static
  106150             :     struct {
  106151             :         PyGC_Head _gc_head;
  106152             :         struct {
  106153             :             PyObject_VAR_HEAD
  106154             :             PyObject *ob_item[8];
  106155             :         }_object;
  106156             :     }
  106157             : posixpath_toplevel_consts_22_localsplusnames = {
  106158             :     ._object = {
  106159             :         .ob_base = {
  106160             :             .ob_base = {
  106161             :                 .ob_refcnt = 999999999,
  106162             :                 .ob_type = &PyTuple_Type,
  106163             :             },
  106164             :             .ob_size = 8,
  106165             :         },
  106166             :         .ob_item = {
  106167             :             &_Py_ID(path),
  106168             :             & const_str_s1._ascii.ob_base,
  106169             :             &_Py_ID(parent),
  106170             :             & const_str_s2._ascii.ob_base,
  106171             :             & const_str_dev1._ascii.ob_base,
  106172             :             & const_str_dev2._ascii.ob_base,
  106173             :             & const_str_ino1._ascii.ob_base,
  106174             :             & const_str_ino2._ascii.ob_base,
  106175             :         },
  106176             :     },
  106177             : };
  106178             : static
  106179             :     struct _PyCode_DEF(518)
  106180             : posixpath_toplevel_consts_22 = {
  106181             :     .ob_base = {
  106182             :         .ob_base = {
  106183             :             .ob_refcnt = 999999999,
  106184             :             .ob_type = &PyCode_Type,
  106185             :         },
  106186             :         .ob_size = 259,
  106187             :     },
  106188             :     .co_consts = & posixpath_toplevel_consts_22_consts._object.ob_base.ob_base,
  106189             :     .co_names = & posixpath_toplevel_consts_22_names._object.ob_base.ob_base,
  106190             :     .co_exceptiontable = & posixpath_toplevel_consts_22_exceptiontable.ob_base.ob_base,
  106191             :     .co_flags = 3,
  106192             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  106193             :     ._co_linearray_entry_size = 0,
  106194             :     .co_argcount = 1,
  106195             :     .co_posonlyargcount = 0,
  106196             :     .co_kwonlyargcount = 0,
  106197             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
  106198             :     .co_stacksize = 4,
  106199             :     .co_firstlineno = 186,
  106200             :     .co_nlocalsplus = 8,
  106201             :     .co_nlocals = 8,
  106202             :     .co_nplaincellvars = 0,
  106203             :     .co_ncellvars = 0,
  106204             :     .co_nfreevars = 0,
  106205             :     .co_localsplusnames = & posixpath_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
  106206             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
  106207             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  106208             :     .co_name = & const_str_ismount._ascii.ob_base,
  106209             :     .co_qualname = & const_str_ismount._ascii.ob_base,
  106210             :     .co_linetable = & posixpath_toplevel_consts_22_linetable.ob_base.ob_base,
  106211             :     ._co_code = NULL,
  106212             :     ._co_linearray = NULL,
  106213             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x0e\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x7c\x05\x6b\x03\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x7c\x01\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x03\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x06\x7c\x07\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x64\x01\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  106214             :     ._co_firsttraceable = 0,
  106215             : };
  106216             : static
  106217             :     struct {
  106218             :         PyASCIIObject _ascii;
  106219             :         uint8_t _data[80];
  106220             :     }
  106221             : posixpath_toplevel_consts_23_consts_0 = {
  106222             :     ._ascii = {
  106223             :         .ob_base = {
  106224             :             .ob_refcnt = 999999999,
  106225             :             .ob_type = &PyUnicode_Type,
  106226             :         },
  106227             :         .length = 79,
  106228             :         .hash = -1,
  106229             :         .state = {
  106230             :             .kind = 1,
  106231             :             .compact = 1,
  106232             :             .ascii = 1,
  106233             :         },
  106234             :     },
  106235             :     ._data = "\x45\x78\x70\x61\x6e\x64\x20\x7e\x20\x61\x6e\x64\x20\x7e\x75\x73\x65\x72\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x69\x6f\x6e\x73\x2e\x20\x20\x49\x66\x20\x75\x73\x65\x72\x20\x6f\x72\x20\x24\x48\x4f\x4d\x45\x20\x69\x73\x20\x75\x6e\x6b\x6e\x6f\x77\x6e\x2c\x0a\x20\x20\x20\x20\x64\x6f\x20\x6e\x6f\x74\x68\x69\x6e\x67\x2e",
  106236             : };
  106237             : static
  106238             :     struct {
  106239             :         PyASCIIObject _ascii;
  106240             :         uint8_t _data[5];
  106241             :     }
  106242             : const_str_HOME = {
  106243             :     ._ascii = {
  106244             :         .ob_base = {
  106245             :             .ob_refcnt = 999999999,
  106246             :             .ob_type = &PyUnicode_Type,
  106247             :         },
  106248             :         .length = 4,
  106249             :         .hash = -1,
  106250             :         .state = {
  106251             :             .kind = 1,
  106252             :             .compact = 1,
  106253             :             .ascii = 1,
  106254             :         },
  106255             :     },
  106256             :     ._data = "HOME",
  106257             : };
  106258             : static
  106259             :     struct {
  106260             :         PyASCIIObject _ascii;
  106261             :         uint8_t _data[6];
  106262             :     }
  106263             : const_str_ASCII = {
  106264             :     ._ascii = {
  106265             :         .ob_base = {
  106266             :             .ob_refcnt = 999999999,
  106267             :             .ob_type = &PyUnicode_Type,
  106268             :         },
  106269             :         .length = 5,
  106270             :         .hash = -1,
  106271             :         .state = {
  106272             :             .kind = 1,
  106273             :             .compact = 1,
  106274             :             .ascii = 1,
  106275             :         },
  106276             :     },
  106277             :     ._data = "ASCII",
  106278             : };
  106279             : static
  106280             :     struct {
  106281             :         PyASCIIObject _ascii;
  106282             :         uint8_t _data[8];
  106283             :     }
  106284             : const_str_vxworks = {
  106285             :     ._ascii = {
  106286             :         .ob_base = {
  106287             :             .ob_refcnt = 999999999,
  106288             :             .ob_type = &PyUnicode_Type,
  106289             :         },
  106290             :         .length = 7,
  106291             :         .hash = -1,
  106292             :         .state = {
  106293             :             .kind = 1,
  106294             :             .compact = 1,
  106295             :             .ascii = 1,
  106296             :         },
  106297             :     },
  106298             :     ._data = "vxworks",
  106299             : };
  106300             : static
  106301             :     struct {
  106302             :         PyGC_Head _gc_head;
  106303             :         struct {
  106304             :             PyObject_VAR_HEAD
  106305             :             PyObject *ob_item[11];
  106306             :         }_object;
  106307             :     }
  106308             : posixpath_toplevel_consts_23_consts = {
  106309             :     ._object = {
  106310             :         .ob_base = {
  106311             :             .ob_base = {
  106312             :                 .ob_refcnt = 999999999,
  106313             :                 .ob_type = &PyTuple_Type,
  106314             :             },
  106315             :             .ob_size = 11,
  106316             :         },
  106317             :         .ob_item = {
  106318             :             & posixpath_toplevel_consts_23_consts_0._ascii.ob_base,
  106319             :             (PyObject *)&_Py_SINGLETON(bytes_characters[126]),
  106320             :             & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
  106321             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  106322             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  106323             :             & const_str_HOME._ascii.ob_base,
  106324             :             Py_None,
  106325             :             & const_str_ASCII._ascii.ob_base,
  106326             :             & const_str_vxworks._ascii.ob_base,
  106327             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  106328             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  106329             :         },
  106330             :     },
  106331             : };
  106332             : static
  106333             :     struct {
  106334             :         PyASCIIObject _ascii;
  106335             :         uint8_t _data[4];
  106336             :     }
  106337             : const_str_pwd = {
  106338             :     ._ascii = {
  106339             :         .ob_base = {
  106340             :             .ob_refcnt = 999999999,
  106341             :             .ob_type = &PyUnicode_Type,
  106342             :         },
  106343             :         .length = 3,
  106344             :         .hash = -1,
  106345             :         .state = {
  106346             :             .kind = 1,
  106347             :             .compact = 1,
  106348             :             .ascii = 1,
  106349             :         },
  106350             :     },
  106351             :     ._data = "pwd",
  106352             : };
  106353             : static
  106354             :     struct {
  106355             :         PyASCIIObject _ascii;
  106356             :         uint8_t _data[9];
  106357             :     }
  106358             : const_str_getpwuid = {
  106359             :     ._ascii = {
  106360             :         .ob_base = {
  106361             :             .ob_refcnt = 999999999,
  106362             :             .ob_type = &PyUnicode_Type,
  106363             :         },
  106364             :         .length = 8,
  106365             :         .hash = -1,
  106366             :         .state = {
  106367             :             .kind = 1,
  106368             :             .compact = 1,
  106369             :             .ascii = 1,
  106370             :         },
  106371             :     },
  106372             :     ._data = "getpwuid",
  106373             : };
  106374             : static
  106375             :     struct {
  106376             :         PyASCIIObject _ascii;
  106377             :         uint8_t _data[7];
  106378             :     }
  106379             : const_str_getuid = {
  106380             :     ._ascii = {
  106381             :         .ob_base = {
  106382             :             .ob_refcnt = 999999999,
  106383             :             .ob_type = &PyUnicode_Type,
  106384             :         },
  106385             :         .length = 6,
  106386             :         .hash = -1,
  106387             :         .state = {
  106388             :             .kind = 1,
  106389             :             .compact = 1,
  106390             :             .ascii = 1,
  106391             :         },
  106392             :     },
  106393             :     ._data = "getuid",
  106394             : };
  106395             : static
  106396             :     struct {
  106397             :         PyASCIIObject _ascii;
  106398             :         uint8_t _data[7];
  106399             :     }
  106400             : const_str_pw_dir = {
  106401             :     ._ascii = {
  106402             :         .ob_base = {
  106403             :             .ob_refcnt = 999999999,
  106404             :             .ob_type = &PyUnicode_Type,
  106405             :         },
  106406             :         .length = 6,
  106407             :         .hash = -1,
  106408             :         .state = {
  106409             :             .kind = 1,
  106410             :             .compact = 1,
  106411             :             .ascii = 1,
  106412             :         },
  106413             :     },
  106414             :     ._data = "pw_dir",
  106415             : };
  106416             : static
  106417             :     struct {
  106418             :         PyASCIIObject _ascii;
  106419             :         uint8_t _data[9];
  106420             :     }
  106421             : const_str_getpwnam = {
  106422             :     ._ascii = {
  106423             :         .ob_base = {
  106424             :             .ob_refcnt = 999999999,
  106425             :             .ob_type = &PyUnicode_Type,
  106426             :         },
  106427             :         .length = 8,
  106428             :         .hash = -1,
  106429             :         .state = {
  106430             :             .kind = 1,
  106431             :             .compact = 1,
  106432             :             .ascii = 1,
  106433             :         },
  106434             :     },
  106435             :     ._data = "getpwnam",
  106436             : };
  106437             : static
  106438             :     struct {
  106439             :         PyGC_Head _gc_head;
  106440             :         struct {
  106441             :             PyObject_VAR_HEAD
  106442             :             PyObject *ob_item[21];
  106443             :         }_object;
  106444             :     }
  106445             : posixpath_toplevel_consts_23_names = {
  106446             :     ._object = {
  106447             :         .ob_base = {
  106448             :             .ob_base = {
  106449             :                 .ob_refcnt = 999999999,
  106450             :                 .ob_type = &PyTuple_Type,
  106451             :             },
  106452             :             .ob_size = 21,
  106453             :         },
  106454             :         .ob_item = {
  106455             :             & const_str_os._ascii.ob_base,
  106456             :             & const_str_fspath._ascii.ob_base,
  106457             :             &_Py_ID(isinstance),
  106458             :             & const_str_bytes._ascii.ob_base,
  106459             :             & const_str_startswith._ascii.ob_base,
  106460             :             & const_str__get_sep._ascii.ob_base,
  106461             :             & const_str_find._ascii.ob_base,
  106462             :             &_Py_ID(len),
  106463             :             & const_str_environ._ascii.ob_base,
  106464             :             & const_str_pwd._ascii.ob_base,
  106465             :             & const_str_ImportError._ascii.ob_base,
  106466             :             & const_str_getpwuid._ascii.ob_base,
  106467             :             & const_str_getuid._ascii.ob_base,
  106468             :             & const_str_pw_dir._ascii.ob_base,
  106469             :             & const_str_KeyError._ascii.ob_base,
  106470             :             & const_str_str._ascii.ob_base,
  106471             :             & const_str_getpwnam._ascii.ob_base,
  106472             :             & const_str_sys._ascii.ob_base,
  106473             :             & const_str_platform._ascii.ob_base,
  106474             :             & const_str_fsencode._ascii.ob_base,
  106475             :             & const_str_rstrip._ascii.ob_base,
  106476             :         },
  106477             :     },
  106478             : };
  106479             : static
  106480             :     struct {
  106481             :         PyObject_VAR_HEAD
  106482             :         Py_hash_t ob_shash;
  106483             :         char ob_sval[554];
  106484             :     }
  106485             : posixpath_toplevel_consts_23_linetable = {
  106486             :     .ob_base = {
  106487             :         .ob_base = {
  106488             :             .ob_refcnt = 999999999,
  106489             :             .ob_type = &PyBytes_Type,
  106490             :         },
  106491             :         .ob_size = 553,
  106492             :     },
  106493             :     .ob_shash = -1,
  106494             :     .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x14\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x13\x88\x05\xd8\x0b\x0f\x8f\x3f\x89\x3f\x98\x35\xd4\x0b\x21\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xdd\x0a\x12\x90\x34\x8c\x2e\x80\x43\xd8\x08\x0c\x8f\x09\x89\x09\x90\x23\x90\x71\xd4\x08\x19\x80\x41\xd8\x07\x08\x88\x31\x82\x75\xf0\x00\x01\x05\x16\xdd\x0c\x0f\x90\x04\x8c\x49\x88\x01\xd8\x07\x08\x88\x41\x82\x76\xf0\x00\x1e\x05\x20\xd8\x0b\x11\x9d\x12\x9f\x1a\x99\x1a\xd0\x0b\x23\xf0\x00\x0d\x09\x2a\xf0\x02\x04\x0d\x1c\xd8\x10\x1a\x90\x0a\x90\x0a\x90\x0a\xf0\x08\x05\x0d\x1c\xd8\x1b\x1e\x9f\x3c\x99\x3c\xad\x02\xaf\x09\xa9\x09\xac\x0b\xd4\x1b\x34\xd7\x1b\x3b\xd1\x1b\x3b\x90\x08\x90\x08\xf5\x0c\x00\x18\x1a\x97\x7a\x91\x7a\xa0\x26\xd4\x17\x29\x88\x48\x88\x48\xf0\x04\x04\x09\x18\xd8\x0c\x16\x88\x4a\x88\x4a\x88\x4a\xf0\x08\x00\x10\x14\x90\x41\x90\x61\x88\x79\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x01\x09\x26\xdd\x13\x16\x90\x74\x98\x57\xd4\x13\x25\x88\x44\xf0\x02\x05\x09\x18\xd8\x14\x17\x97\x4c\x91\x4c\xa0\x14\xd4\x14\x26\x88\x45\xf0\x0a\x00\x14\x19\x97\x3c\x91\x3c\x88\x08\xe0\x07\x0f\xf0\x00\x01\x05\x14\x9d\x43\x9f\x4c\x99\x4c\xa8\x49\xd2\x1c\x35\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x04\x05\x13\xdd\x13\x1e\x97\x3b\x91\x3b\x98\x78\xd4\x13\x28\x88\x08\xd8\x0f\x13\x88\x04\x88\x04\xe0\x0f\x12\x88\x04\xd8\x0f\x17\x8f\x7f\x89\x7f\x98\x74\xd4\x0f\x24\x80\x48\xd8\x0c\x14\x90\x74\x98\x41\x90\x78\x90\x78\xd1\x0c\x1f\xd0\x0b\x28\xa0\x44\xd0\x04\x28\xf8\xf5\x49\x01\x00\x14\x1f\xf0\x00\x02\x0d\x1c\xf0\x00\x02\x0d\x1c\xf0\x00\x02\x0d\x1c\xe0\x17\x1b\x90\x0b\x90\x0b\x90\x0b\xf0\x05\x02\x0d\x1c\xf8\xf8\xf8\xf8\xf5\x0a\x00\x14\x1c\xf0\x00\x03\x0d\x1c\xf0\x00\x03\x0d\x1c\xf0\x00\x03\x0d\x1c\xf0\x06\x00\x18\x1c\x90\x0b\x90\x0b\x90\x0b\xf0\x07\x03\x0d\x1c\xf8\xf8\xf8\xf8\xf5\x12\x00\x10\x1b\xf0\x00\x02\x09\x18\xf0\x00\x02\x09\x18\xf0\x00\x02\x09\x18\xe0\x13\x17\x88\x4b\x88\x4b\x88\x4b\xf0\x05\x02\x09\x18\xf8\xf8\xf8\xf8\xf5\x10\x00\x10\x18\xf0\x00\x03\x09\x18\xf0\x00\x03\x09\x18\xf0\x00\x03\x09\x18\xf0\x06\x00\x14\x18\x88\x4b\x88\x4b\x88\x4b\xf0\x07\x03\x09\x18\xf8\xf8\xf8",
  106495             : };
  106496             : static
  106497             :     struct {
  106498             :         PyObject_VAR_HEAD
  106499             :         Py_hash_t ob_shash;
  106500             :         char ob_sval[73];
  106501             :     }
  106502             : posixpath_toplevel_consts_23_exceptiontable = {
  106503             :     .ob_base = {
  106504             :         .ob_base = {
  106505             :             .ob_refcnt = 999999999,
  106506             :             .ob_type = &PyBytes_Type,
  106507             :         },
  106508             :         .ob_size = 72,
  106509             :     },
  106510             :     .ob_shash = -1,
  106511             :     .ob_sval = "\xc2\x11\x04\x46\x0d\x00\xc2\x16\x30\x46\x1f\x00\xc3\x20\x04\x46\x31\x00\xc4\x0b\x12\x47\x03\x00\xc6\x0d\x0c\x46\x1c\x03\xc6\x1b\x01\x46\x1c\x03\xc6\x1f\x0c\x46\x2e\x03\xc6\x2d\x01\x46\x2e\x03\xc6\x31\x0c\x47\x00\x03\xc6\x3f\x01\x47\x00\x03\xc7\x03\x0c\x47\x12\x03\xc7\x11\x01\x47\x12\x03",
  106512             : };
  106513             : static
  106514             :     struct {
  106515             :         PyASCIIObject _ascii;
  106516             :         uint8_t _data[6];
  106517             :     }
  106518             : const_str_pwent = {
  106519             :     ._ascii = {
  106520             :         .ob_base = {
  106521             :             .ob_refcnt = 999999999,
  106522             :             .ob_type = &PyUnicode_Type,
  106523             :         },
  106524             :         .length = 5,
  106525             :         .hash = -1,
  106526             :         .state = {
  106527             :             .kind = 1,
  106528             :             .compact = 1,
  106529             :             .ascii = 1,
  106530             :         },
  106531             :     },
  106532             :     ._data = "pwent",
  106533             : };
  106534             : static
  106535             :     struct {
  106536             :         PyGC_Head _gc_head;
  106537             :         struct {
  106538             :             PyObject_VAR_HEAD
  106539             :             PyObject *ob_item[9];
  106540             :         }_object;
  106541             :     }
  106542             : posixpath_toplevel_consts_23_localsplusnames = {
  106543             :     ._object = {
  106544             :         .ob_base = {
  106545             :             .ob_base = {
  106546             :                 .ob_refcnt = 999999999,
  106547             :                 .ob_type = &PyTuple_Type,
  106548             :             },
  106549             :             .ob_size = 9,
  106550             :         },
  106551             :         .ob_item = {
  106552             :             &_Py_ID(path),
  106553             :             & const_str_tilde._ascii.ob_base,
  106554             :             & const_str_sep._ascii.ob_base,
  106555             :             & const_str_i._ascii.ob_base,
  106556             :             & const_str_pwd._ascii.ob_base,
  106557             :             & const_str_userhome._ascii.ob_base,
  106558             :             &_Py_ID(name),
  106559             :             & const_str_pwent._ascii.ob_base,
  106560             :             & const_str_root._ascii.ob_base,
  106561             :         },
  106562             :     },
  106563             : };
  106564             : static
  106565             :     struct _PyCode_DEF(938)
  106566             : posixpath_toplevel_consts_23 = {
  106567             :     .ob_base = {
  106568             :         .ob_base = {
  106569             :             .ob_refcnt = 999999999,
  106570             :             .ob_type = &PyCode_Type,
  106571             :         },
  106572             :         .ob_size = 469,
  106573             :     },
  106574             :     .co_consts = & posixpath_toplevel_consts_23_consts._object.ob_base.ob_base,
  106575             :     .co_names = & posixpath_toplevel_consts_23_names._object.ob_base.ob_base,
  106576             :     .co_exceptiontable = & posixpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
  106577             :     .co_flags = 3,
  106578             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  106579             :     ._co_linearray_entry_size = 0,
  106580             :     .co_argcount = 1,
  106581             :     .co_posonlyargcount = 0,
  106582             :     .co_kwonlyargcount = 0,
  106583             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  106584             :     .co_stacksize = 4,
  106585             :     .co_firstlineno = 228,
  106586             :     .co_nlocalsplus = 9,
  106587             :     .co_nlocals = 9,
  106588             :     .co_nplaincellvars = 0,
  106589             :     .co_ncellvars = 0,
  106590             :     .co_nfreevars = 0,
  106591             :     .co_localsplusnames = & posixpath_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
  106592             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
  106593             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  106594             :     .co_name = & const_str_expanduser._ascii.ob_base,
  106595             :     .co_qualname = & const_str_expanduser._ascii.ob_base,
  106596             :     .co_linetable = & posixpath_toplevel_consts_23_linetable.ob_base.ob_base,
  106597             :     ._co_code = NULL,
  106598             :     ._co_linearray = NULL,
  106599             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x01\x7d\x01\x6e\x02\x64\x02\x7d\x01\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x64\x04\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x62\x64\x05\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x37\x09\x00\x64\x04\x64\x06\x6c\x09\x7d\x04\x09\x00\x7c\x04\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x62\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x4a\x09\x00\x64\x04\x64\x06\x6c\x09\x7d\x04\x7c\x00\x64\x03\x7c\x03\x1a\x00\x7d\x06\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x7c\x04\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x80\x17\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x09\x7d\x08\x6e\x02\x64\x0a\x7d\x08\x7c\x05\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x7c\x00\x7c\x03\x64\x06\x1a\x00\x7a\x00\x00\x00\x70\x01\x7c\x08\x53\x00\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  106600             :     ._co_firsttraceable = 0,
  106601             : };
  106602             : static
  106603             :     struct {
  106604             :         PyASCIIObject _ascii;
  106605             :         uint8_t _data[91];
  106606             :     }
  106607             : posixpath_toplevel_consts_24_consts_0 = {
  106608             :     ._ascii = {
  106609             :         .ob_base = {
  106610             :             .ob_refcnt = 999999999,
  106611             :             .ob_type = &PyUnicode_Type,
  106612             :         },
  106613             :         .length = 90,
  106614             :         .hash = -1,
  106615             :         .state = {
  106616             :             .kind = 1,
  106617             :             .compact = 1,
  106618             :             .ascii = 1,
  106619             :         },
  106620             :     },
  106621             :     ._data = "\x45\x78\x70\x61\x6e\x64\x20\x73\x68\x65\x6c\x6c\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x73\x20\x6f\x66\x20\x66\x6f\x72\x6d\x20\x24\x76\x61\x72\x20\x61\x6e\x64\x20\x24\x7b\x76\x61\x72\x7d\x2e\x20\x20\x55\x6e\x6b\x6e\x6f\x77\x6e\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x73\x0a\x20\x20\x20\x20\x61\x72\x65\x20\x6c\x65\x66\x74\x20\x75\x6e\x63\x68\x61\x6e\x67\x65\x64\x2e",
  106622             : };
  106623             : static
  106624             :     struct {
  106625             :         PyObject_VAR_HEAD
  106626             :         Py_hash_t ob_shash;
  106627             :         char ob_sval[18];
  106628             :     }
  106629             : posixpath_toplevel_consts_24_consts_4 = {
  106630             :     .ob_base = {
  106631             :         .ob_base = {
  106632             :             .ob_refcnt = 999999999,
  106633             :             .ob_type = &PyBytes_Type,
  106634             :         },
  106635             :         .ob_size = 17,
  106636             :     },
  106637             :     .ob_shash = -1,
  106638             :     .ob_sval = "\\$(\\w+|\\{[^}]*\\})",
  106639             : };
  106640             : static
  106641             :     struct {
  106642             :         PyASCIIObject _ascii;
  106643             :         uint8_t _data[18];
  106644             :     }
  106645             : posixpath_toplevel_consts_24_consts_9 = {
  106646             :     ._ascii = {
  106647             :         .ob_base = {
  106648             :             .ob_refcnt = 999999999,
  106649             :             .ob_type = &PyUnicode_Type,
  106650             :         },
  106651             :         .length = 17,
  106652             :         .hash = -1,
  106653             :         .state = {
  106654             :             .kind = 1,
  106655             :             .compact = 1,
  106656             :             .ascii = 1,
  106657             :         },
  106658             :     },
  106659             :     ._data = "\\$(\\w+|\\{[^}]*\\})",
  106660             : };
  106661             : static
  106662             :     struct {
  106663             :         PyGC_Head _gc_head;
  106664             :         struct {
  106665             :             PyObject_VAR_HEAD
  106666             :             PyObject *ob_item[15];
  106667             :         }_object;
  106668             :     }
  106669             : posixpath_toplevel_consts_24_consts = {
  106670             :     ._object = {
  106671             :         .ob_base = {
  106672             :             .ob_base = {
  106673             :                 .ob_refcnt = 999999999,
  106674             :                 .ob_type = &PyTuple_Type,
  106675             :             },
  106676             :             .ob_size = 15,
  106677             :         },
  106678             :         .ob_item = {
  106679             :             & posixpath_toplevel_consts_24_consts_0._ascii.ob_base,
  106680             :             (PyObject *)&_Py_SINGLETON(bytes_characters[36]),
  106681             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  106682             :             Py_None,
  106683             :             & posixpath_toplevel_consts_24_consts_4.ob_base.ob_base,
  106684             :             (PyObject *)&_Py_SINGLETON(bytes_characters[123]),
  106685             :             (PyObject *)&_Py_SINGLETON(bytes_characters[125]),
  106686             :             & const_str_environb._ascii.ob_base,
  106687             :             & ntpath_toplevel_consts_28_consts_11._ascii.ob_base,
  106688             :             & posixpath_toplevel_consts_24_consts_9._ascii.ob_base,
  106689             :             &_Py_STR(open_br),
  106690             :             &_Py_STR(close_br),
  106691             :             Py_True,
  106692             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  106693             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  106694             :         },
  106695             :     },
  106696             : };
  106697             : static
  106698             :     struct {
  106699             :         PyASCIIObject _ascii;
  106700             :         uint8_t _data[10];
  106701             :     }
  106702             : const_str__varprogb = {
  106703             :     ._ascii = {
  106704             :         .ob_base = {
  106705             :             .ob_refcnt = 999999999,
  106706             :             .ob_type = &PyUnicode_Type,
  106707             :         },
  106708             :         .length = 9,
  106709             :         .hash = -1,
  106710             :         .state = {
  106711             :             .kind = 1,
  106712             :             .compact = 1,
  106713             :             .ascii = 1,
  106714             :         },
  106715             :     },
  106716             :     ._data = "_varprogb",
  106717             : };
  106718             : static
  106719             :     struct {
  106720             :         PyASCIIObject _ascii;
  106721             :         uint8_t _data[3];
  106722             :     }
  106723             : const_str_re = {
  106724             :     ._ascii = {
  106725             :         .ob_base = {
  106726             :             .ob_refcnt = 999999999,
  106727             :             .ob_type = &PyUnicode_Type,
  106728             :         },
  106729             :         .length = 2,
  106730             :         .hash = -1,
  106731             :         .state = {
  106732             :             .kind = 1,
  106733             :             .compact = 1,
  106734             :             .ascii = 1,
  106735             :         },
  106736             :     },
  106737             :     ._data = "re",
  106738             : };
  106739             : static
  106740             :     struct {
  106741             :         PyASCIIObject _ascii;
  106742             :         uint8_t _data[9];
  106743             :     }
  106744             : const_str__varprog = {
  106745             :     ._ascii = {
  106746             :         .ob_base = {
  106747             :             .ob_refcnt = 999999999,
  106748             :             .ob_type = &PyUnicode_Type,
  106749             :         },
  106750             :         .length = 8,
  106751             :         .hash = -1,
  106752             :         .state = {
  106753             :             .kind = 1,
  106754             :             .compact = 1,
  106755             :             .ascii = 1,
  106756             :         },
  106757             :     },
  106758             :     ._data = "_varprog",
  106759             : };
  106760             : static
  106761             :     struct {
  106762             :         PyASCIIObject _ascii;
  106763             :         uint8_t _data[5];
  106764             :     }
  106765             : const_str_span = {
  106766             :     ._ascii = {
  106767             :         .ob_base = {
  106768             :             .ob_refcnt = 999999999,
  106769             :             .ob_type = &PyUnicode_Type,
  106770             :         },
  106771             :         .length = 4,
  106772             :         .hash = -1,
  106773             :         .state = {
  106774             :             .kind = 1,
  106775             :             .compact = 1,
  106776             :             .ascii = 1,
  106777             :         },
  106778             :     },
  106779             :     ._data = "span",
  106780             : };
  106781             : static
  106782             :     struct {
  106783             :         PyASCIIObject _ascii;
  106784             :         uint8_t _data[6];
  106785             :     }
  106786             : const_str_group = {
  106787             :     ._ascii = {
  106788             :         .ob_base = {
  106789             :             .ob_refcnt = 999999999,
  106790             :             .ob_type = &PyUnicode_Type,
  106791             :         },
  106792             :         .length = 5,
  106793             :         .hash = -1,
  106794             :         .state = {
  106795             :             .kind = 1,
  106796             :             .compact = 1,
  106797             :             .ascii = 1,
  106798             :         },
  106799             :     },
  106800             :     ._data = "group",
  106801             : };
  106802             : static
  106803             :     struct {
  106804             :         PyGC_Head _gc_head;
  106805             :         struct {
  106806             :             PyObject_VAR_HEAD
  106807             :             PyObject *ob_item[20];
  106808             :         }_object;
  106809             :     }
  106810             : posixpath_toplevel_consts_24_names = {
  106811             :     ._object = {
  106812             :         .ob_base = {
  106813             :             .ob_base = {
  106814             :                 .ob_refcnt = 999999999,
  106815             :                 .ob_type = &PyTuple_Type,
  106816             :             },
  106817             :             .ob_size = 20,
  106818             :         },
  106819             :         .ob_item = {
  106820             :             & const_str_os._ascii.ob_base,
  106821             :             & const_str_fspath._ascii.ob_base,
  106822             :             &_Py_ID(isinstance),
  106823             :             & const_str_bytes._ascii.ob_base,
  106824             :             & const_str__varprogb._ascii.ob_base,
  106825             :             & const_str_re._ascii.ob_base,
  106826             :             & const_str_compile._ascii.ob_base,
  106827             :             & const_str_ASCII._ascii.ob_base,
  106828             :             & const_str_search._ascii.ob_base,
  106829             :             &_Py_ID(getattr),
  106830             :             & const_str__varprog._ascii.ob_base,
  106831             :             & const_str_environ._ascii.ob_base,
  106832             :             & const_str_span._ascii.ob_base,
  106833             :             & const_str_group._ascii.ob_base,
  106834             :             & const_str_startswith._ascii.ob_base,
  106835             :             & const_str_endswith._ascii.ob_base,
  106836             :             & const_str_fsencode._ascii.ob_base,
  106837             :             & const_str_fsdecode._ascii.ob_base,
  106838             :             &_Py_ID(len),
  106839             :             & const_str_KeyError._ascii.ob_base,
  106840             :         },
  106841             :     },
  106842             : };
  106843             : static
  106844             :     struct {
  106845             :         PyObject_VAR_HEAD
  106846             :         Py_hash_t ob_shash;
  106847             :         char ob_sval[470];
  106848             :     }
  106849             : posixpath_toplevel_consts_24_linetable = {
  106850             :     .ob_base = {
  106851             :         .ob_base = {
  106852             :             .ob_refcnt = 999999999,
  106853             :             .ob_type = &PyBytes_Type,
  106854             :         },
  106855             :         .ob_size = 469,
  106856             :     },
  106857             :     .ob_shash = -1,
  106858             :     .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xe5\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x13\x05\x1d\xd8\x0b\x0f\x90\x74\xd0\x0b\x1b\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xdd\x0f\x18\xf0\x00\x02\x09\x44\x01\xd8\x0c\x15\x88\x49\x88\x49\x88\x49\xd8\x18\x1a\x9f\x0a\x99\x0a\xd0\x23\x38\xb8\x22\xbf\x28\xb9\x28\xd4\x18\x43\x88\x49\xdd\x11\x1a\xd7\x11\x21\xd1\x11\x21\x88\x06\xd8\x10\x14\x88\x05\xd8\x0e\x12\x88\x03\xdd\x12\x19\x9d\x22\x98\x6a\xa8\x24\xd4\x12\x2f\x88\x07\x88\x07\xe0\x0b\x0e\x90\x64\x88\x3f\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xdd\x0f\x17\xf0\x00\x02\x09\x42\x01\xd8\x0c\x15\x88\x49\x88\x49\x88\x49\xd8\x17\x19\x97\x7a\x91\x7a\xd0\x22\x36\xb8\x02\xbf\x08\xb9\x08\xd4\x17\x41\x88\x48\xdd\x11\x19\x97\x1f\x91\x1f\x88\x06\xd8\x10\x13\x88\x05\xd8\x0e\x11\x88\x03\xdd\x12\x14\x97\x2a\x91\x2a\x88\x07\xd8\x08\x09\x80\x41\xd8\x0a\x0e\xd8\x0c\x12\x88\x46\x90\x34\x98\x11\x8c\x4f\x88\x01\xd8\x0f\x10\xf0\x00\x01\x09\x12\xd8\x0c\x11\xd8\x0f\x10\x8f\x76\x89\x76\x90\x61\x8c\x79\x89\x04\x88\x01\x88\x31\xd8\x0f\x10\x8f\x77\x89\x77\x90\x71\x8c\x7a\x88\x04\xd8\x0b\x0f\x8f\x3f\x89\x3f\x98\x35\xd4\x0b\x21\xf0\x00\x01\x09\x1e\xa0\x64\xa7\x6d\xa1\x6d\xb0\x43\xd4\x26\x38\xf0\x00\x01\x09\x1e\xd8\x13\x17\x98\x01\x98\x22\x90\x3a\x88\x44\xf0\x02\x0b\x09\x19\xd8\x0f\x16\xf0\x00\x03\x0d\x26\xdd\x18\x23\x9f\x0b\x99\x0b\xa5\x42\xa7\x4a\xa1\x4a\xad\x72\xaf\x7b\xa9\x7b\xb8\x34\xd4\x2f\x40\xd4\x24\x41\xd4\x18\x42\x90\x05\x90\x05\xe0\x18\x1f\xa0\x04\x9c\x0d\x90\x05\xf0\x08\x00\x14\x18\x98\x01\x90\x38\x90\x38\x88\x44\xd8\x13\x17\x90\x38\x98\x11\x90\x38\x98\x65\xd1\x13\x23\x88\x44\xdd\x10\x13\x90\x44\x94\x09\x88\x41\xd8\x0c\x10\x90\x44\x89\x4c\x88\x44\xf0\x27\x00\x0b\x0f\xf0\x28\x00\x0c\x10\x80\x4b\xf8\xf5\x0f\x00\x10\x18\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xd8\x10\x11\x88\x41\x88\x41\x88\x41\xf0\x03\x01\x09\x12\xf8\xf8\xf8",
  106859             : };
  106860             : static
  106861             :     struct {
  106862             :         PyObject_VAR_HEAD
  106863             :         Py_hash_t ob_shash;
  106864             :         char ob_sval[20];
  106865             :     }
  106866             : posixpath_toplevel_consts_24_exceptiontable = {
  106867             :     .ob_base = {
  106868             :         .ob_base = {
  106869             :             .ob_refcnt = 999999999,
  106870             :             .ob_type = &PyBytes_Type,
  106871             :         },
  106872             :         .ob_size = 19,
  106873             :     },
  106874             :     .ob_shash = -1,
  106875             :     .ob_sval = "\xc4\x38\x41\x0c\x46\x26\x00\xc6\x26\x0c\x46\x35\x03\xc6\x34\x01\x46\x35\x03",
  106876             : };
  106877             : static
  106878             :     struct {
  106879             :         PyASCIIObject _ascii;
  106880             :         uint8_t _data[4];
  106881             :     }
  106882             : const_str_end = {
  106883             :     ._ascii = {
  106884             :         .ob_base = {
  106885             :             .ob_refcnt = 999999999,
  106886             :             .ob_type = &PyUnicode_Type,
  106887             :         },
  106888             :         .length = 3,
  106889             :         .hash = -1,
  106890             :         .state = {
  106891             :             .kind = 1,
  106892             :             .compact = 1,
  106893             :             .ascii = 1,
  106894             :         },
  106895             :     },
  106896             :     ._data = "end",
  106897             : };
  106898             : static
  106899             :     struct {
  106900             :         PyASCIIObject _ascii;
  106901             :         uint8_t _data[2];
  106902             :     }
  106903             : const_str_j = {
  106904             :     ._ascii = {
  106905             :         .ob_base = {
  106906             :             .ob_refcnt = 999999999,
  106907             :             .ob_type = &PyUnicode_Type,
  106908             :         },
  106909             :         .length = 1,
  106910             :         .hash = -1,
  106911             :         .state = {
  106912             :             .kind = 1,
  106913             :             .compact = 1,
  106914             :             .ascii = 1,
  106915             :         },
  106916             :     },
  106917             :     ._data = "j",
  106918             : };
  106919             : static
  106920             :     struct {
  106921             :         PyGC_Head _gc_head;
  106922             :         struct {
  106923             :             PyObject_VAR_HEAD
  106924             :             PyObject *ob_item[12];
  106925             :         }_object;
  106926             :     }
  106927             : posixpath_toplevel_consts_24_localsplusnames = {
  106928             :     ._object = {
  106929             :         .ob_base = {
  106930             :             .ob_base = {
  106931             :                 .ob_refcnt = 999999999,
  106932             :                 .ob_type = &PyTuple_Type,
  106933             :             },
  106934             :             .ob_size = 12,
  106935             :         },
  106936             :         .ob_item = {
  106937             :             &_Py_ID(path),
  106938             :             & const_str_re._ascii.ob_base,
  106939             :             & const_str_search._ascii.ob_base,
  106940             :             & const_str_start._ascii.ob_base,
  106941             :             & const_str_end._ascii.ob_base,
  106942             :             & const_str_environ._ascii.ob_base,
  106943             :             & const_str_i._ascii.ob_base,
  106944             :             & const_str_m._ascii.ob_base,
  106945             :             & const_str_j._ascii.ob_base,
  106946             :             &_Py_ID(name),
  106947             :             & const_str_value._ascii.ob_base,
  106948             :             & const_str_tail._ascii.ob_base,
  106949             :         },
  106950             :     },
  106951             : };
  106952             : static
  106953             :     struct _PyCode_DEF(880)
  106954             : posixpath_toplevel_consts_24 = {
  106955             :     .ob_base = {
  106956             :         .ob_base = {
  106957             :             .ob_refcnt = 999999999,
  106958             :             .ob_type = &PyCode_Type,
  106959             :         },
  106960             :         .ob_size = 440,
  106961             :     },
  106962             :     .co_consts = & posixpath_toplevel_consts_24_consts._object.ob_base.ob_base,
  106963             :     .co_names = & posixpath_toplevel_consts_24_names._object.ob_base.ob_base,
  106964             :     .co_exceptiontable = & posixpath_toplevel_consts_24_exceptiontable.ob_base.ob_base,
  106965             :     .co_flags = 3,
  106966             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  106967             :     ._co_linearray_entry_size = 0,
  106968             :     .co_argcount = 1,
  106969             :     .co_posonlyargcount = 0,
  106970             :     .co_kwonlyargcount = 0,
  106971             :     .co_framesize = 18 + FRAME_SPECIALS_SIZE,
  106972             :     .co_stacksize = 6,
  106973             :     .co_firstlineno = 292,
  106974             :     .co_nlocalsplus = 12,
  106975             :     .co_nlocals = 12,
  106976             :     .co_nplaincellvars = 0,
  106977             :     .co_ncellvars = 0,
  106978             :     .co_nfreevars = 0,
  106979             :     .co_localsplusnames = & posixpath_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
  106980             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
  106981             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  106982             :     .co_name = & const_str_expandvars._ascii.ob_base,
  106983             :     .co_qualname = & const_str_expandvars._ascii.ob_base,
  106984             :     .co_linetable = & posixpath_toplevel_consts_24_linetable.ob_base.ob_base,
  106985             :     ._co_code = NULL,
  106986             :     ._co_linearray = NULL,
  106987             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x58\x64\x01\x7c\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x21\x64\x02\x64\x03\x6c\x05\x7d\x01\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x61\x04\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x05\x7d\x03\x64\x06\x7d\x04\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x64\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x54\x64\x08\x7c\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x21\x64\x02\x64\x03\x6c\x05\x7d\x01\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x61\x0a\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x0a\x7d\x03\x64\x0b\x7d\x04\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x02\x7d\x06\x09\x00\x02\x00\x7c\x02\x7c\x00\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x73\x01\x6e\xbd\x7c\x07\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x08\x7c\x07\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x09\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x05\x7c\x09\x64\x0d\x64\x0e\x1a\x00\x7d\x09\x09\x00\x7c\x05\x80\x42\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x6e\x08\x7c\x05\x7c\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x7c\x08\x64\x03\x1a\x00\x7d\x0b\x7c\x00\x64\x03\x7c\x06\x1a\x00\x7c\x0a\x7a\x00\x00\x00\x7d\x00\x74\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x00\x7c\x0b\x7a\x0d\x00\x00\x7d\x00\x8c\xca\x7c\x00\x53\x00\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x08\x7d\x06\x59\x00\x8c\x11\x77\x00\x78\x03\x59\x00\x77\x01",
  106988             :     ._co_firsttraceable = 0,
  106989             : };
  106990             : static
  106991             :     struct _PyCode_DEF(230)
  106992             : posixpath_toplevel_consts_26 = {
  106993             :     .ob_base = {
  106994             :         .ob_base = {
  106995             :             .ob_refcnt = 999999999,
  106996             :             .ob_type = &PyCode_Type,
  106997             :         },
  106998             :         .ob_size = 115,
  106999             :     },
  107000             :     .co_consts = & ntpath_toplevel_consts_30_consts._object.ob_base.ob_base,
  107001             :     .co_names = & ntpath_toplevel_consts_30_names._object.ob_base.ob_base,
  107002             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  107003             :     .co_flags = 3,
  107004             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  107005             :     ._co_linearray_entry_size = 0,
  107006             :     .co_argcount = 1,
  107007             :     .co_posonlyargcount = 0,
  107008             :     .co_kwonlyargcount = 0,
  107009             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  107010             :     .co_stacksize = 7,
  107011             :     .co_firstlineno = 388,
  107012             :     .co_nlocalsplus = 1,
  107013             :     .co_nlocals = 1,
  107014             :     .co_nplaincellvars = 0,
  107015             :     .co_ncellvars = 0,
  107016             :     .co_nfreevars = 0,
  107017             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  107018             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  107019             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  107020             :     .co_name = & const_str_normpath._ascii.ob_base,
  107021             :     .co_qualname = & const_str_normpath._ascii.ob_base,
  107022             :     .co_linetable = & ntpath_toplevel_consts_30_linetable.ob_base.ob_base,
  107023             :     ._co_code = NULL,
  107024             :     ._co_linearray = NULL,
  107025             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x39\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x01\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x02\x53\x00",
  107026             :     ._co_firsttraceable = 0,
  107027             : };
  107028             : static
  107029             :     struct {
  107030             :         PyGC_Head _gc_head;
  107031             :         struct {
  107032             :             PyObject_VAR_HEAD
  107033             :             PyObject *ob_item[12];
  107034             :         }_object;
  107035             :     }
  107036             : posixpath_toplevel_consts_27_consts = {
  107037             :     ._object = {
  107038             :         .ob_base = {
  107039             :             .ob_base = {
  107040             :                 .ob_refcnt = 999999999,
  107041             :                 .ob_type = &PyTuple_Type,
  107042             :             },
  107043             :             .ob_size = 12,
  107044             :         },
  107045             :         .ob_item = {
  107046             :             & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
  107047             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  107048             :             (PyObject *)&_Py_SINGLETON(bytes_empty),
  107049             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  107050             :             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
  107051             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  107052             :             &_Py_STR(empty),
  107053             :             &_Py_STR(dot),
  107054             :             & ntpath_toplevel_consts_2._ascii.ob_base,
  107055             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  107056             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
  107057             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  107058             :         },
  107059             :     },
  107060             : };
  107061             : static
  107062             :     struct {
  107063             :         PyGC_Head _gc_head;
  107064             :         struct {
  107065             :             PyObject_VAR_HEAD
  107066             :             PyObject *ob_item[9];
  107067             :         }_object;
  107068             :     }
  107069             : posixpath_toplevel_consts_27_names = {
  107070             :     ._object = {
  107071             :         .ob_base = {
  107072             :             .ob_base = {
  107073             :                 .ob_refcnt = 999999999,
  107074             :                 .ob_type = &PyTuple_Type,
  107075             :             },
  107076             :             .ob_size = 9,
  107077             :         },
  107078             :         .ob_item = {
  107079             :             & const_str_os._ascii.ob_base,
  107080             :             & const_str_fspath._ascii.ob_base,
  107081             :             &_Py_ID(isinstance),
  107082             :             & const_str_bytes._ascii.ob_base,
  107083             :             & const_str_startswith._ascii.ob_base,
  107084             :             & const_str_split._ascii.ob_base,
  107085             :             &_Py_ID(append),
  107086             :             & const_str_pop._ascii.ob_base,
  107087             :             &_Py_ID(join),
  107088             :         },
  107089             :     },
  107090             : };
  107091             : static
  107092             :     struct {
  107093             :         PyObject_VAR_HEAD
  107094             :         Py_hash_t ob_shash;
  107095             :         char ob_sval[357];
  107096             :     }
  107097             : posixpath_toplevel_consts_27_linetable = {
  107098             :     .ob_base = {
  107099             :         .ob_base = {
  107100             :             .ob_refcnt = 999999999,
  107101             :             .ob_type = &PyBytes_Type,
  107102             :         },
  107103             :         .ob_size = 356,
  107104             :     },
  107105             :     .ob_shash = -1,
  107106             :     .ob_sval = "\x80\x00\xe5\x0f\x18\x8f\x79\x89\x79\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x09\x09\x1a\xd8\x12\x16\x88\x43\xd8\x14\x17\x88\x45\xd8\x12\x16\x88\x43\xd8\x15\x1a\x88\x46\x88\x46\xe0\x12\x15\x88\x43\xd8\x14\x16\x88\x45\xd8\x12\x15\x88\x43\xd8\x15\x19\x88\x46\xd8\x0b\x0f\x90\x35\x8a\x3d\xf0\x00\x01\x09\x17\xd8\x13\x16\x88\x4a\xd8\x1a\x1e\x9f\x2f\x99\x2f\xa8\x23\xd4\x1a\x2e\x88\x0f\xf0\x08\x00\x0d\x1c\xf0\x00\x02\x09\x20\xd8\x0c\x10\x8f\x4f\x89\x4f\x98\x43\xa0\x01\x99\x45\xd4\x0c\x22\xf0\x03\x02\x09\x20\xd8\x2b\x2f\xaf\x3f\xa9\x3f\xb8\x33\xb8\x71\xb9\x35\xd4\x2b\x41\xf0\x03\x02\x09\x20\xe0\x1e\x1f\x88\x4f\xd8\x10\x14\x97\x0a\x91\x0a\x98\x33\x94\x0f\x88\x05\xd8\x14\x16\x88\x09\xd8\x14\x19\xf0\x00\x07\x09\x20\xf1\x00\x07\x09\x20\x88\x44\xd8\x0f\x13\x98\x05\x98\x73\x90\x7c\xd0\x0f\x23\xf0\x00\x01\x0d\x19\xd8\x10\x18\xd8\x10\x14\x98\x06\x92\x0e\xf0\x00\x04\x0d\x20\xa0\x7f\xf0\x00\x04\x0d\x20\xb8\x79\xf0\x00\x04\x0d\x20\xd8\x12\x1b\xf0\x03\x04\x0d\x20\xd8\x20\x29\xa8\x22\xa4\x0d\xb0\x16\xd2\x20\x37\xf0\x03\x04\x0d\x20\xe0\x10\x19\xd7\x10\x20\xd1\x10\x20\xa0\x14\xd4\x10\x26\xd0\x10\x26\xd0\x10\x26\xd8\x11\x1a\xf0\x00\x01\x0d\x20\xd8\x10\x19\x97\x0d\x91\x0d\x94\x0f\x90\x0f\x90\x0f\xd8\x10\x19\x88\x05\xd8\x0f\x12\x8f\x78\x89\x78\x98\x05\x8c\x7f\x88\x04\xd8\x0b\x1a\xf0\x00\x01\x09\x2e\xd8\x13\x16\x90\x7f\xd1\x13\x26\xa8\x14\xd1\x13\x2d\x88\x44\xd8\x0f\x13\x88\x7b\x90\x73\xd0\x08\x1a",
  107107             : };
  107108             : static
  107109             :     struct {
  107110             :         PyASCIIObject _ascii;
  107111             :         uint8_t _data[6];
  107112             :     }
  107113             : const_str_empty = {
  107114             :     ._ascii = {
  107115             :         .ob_base = {
  107116             :             .ob_refcnt = 999999999,
  107117             :             .ob_type = &PyUnicode_Type,
  107118             :         },
  107119             :         .length = 5,
  107120             :         .hash = -1,
  107121             :         .state = {
  107122             :             .kind = 1,
  107123             :             .compact = 1,
  107124             :             .ascii = 1,
  107125             :         },
  107126             :     },
  107127             :     ._data = "empty",
  107128             : };
  107129             : static
  107130             :     struct {
  107131             :         PyASCIIObject _ascii;
  107132             :         uint8_t _data[7];
  107133             :     }
  107134             : const_str_dotdot = {
  107135             :     ._ascii = {
  107136             :         .ob_base = {
  107137             :             .ob_refcnt = 999999999,
  107138             :             .ob_type = &PyUnicode_Type,
  107139             :         },
  107140             :         .length = 6,
  107141             :         .hash = -1,
  107142             :         .state = {
  107143             :             .kind = 1,
  107144             :             .compact = 1,
  107145             :             .ascii = 1,
  107146             :         },
  107147             :     },
  107148             :     ._data = "dotdot",
  107149             : };
  107150             : static
  107151             :     struct {
  107152             :         PyASCIIObject _ascii;
  107153             :         uint8_t _data[16];
  107154             :     }
  107155             : const_str_initial_slashes = {
  107156             :     ._ascii = {
  107157             :         .ob_base = {
  107158             :             .ob_refcnt = 999999999,
  107159             :             .ob_type = &PyUnicode_Type,
  107160             :         },
  107161             :         .length = 15,
  107162             :         .hash = -1,
  107163             :         .state = {
  107164             :             .kind = 1,
  107165             :             .compact = 1,
  107166             :             .ascii = 1,
  107167             :         },
  107168             :     },
  107169             :     ._data = "initial_slashes",
  107170             : };
  107171             : static
  107172             :     struct {
  107173             :         PyASCIIObject _ascii;
  107174             :         uint8_t _data[10];
  107175             :     }
  107176             : const_str_new_comps = {
  107177             :     ._ascii = {
  107178             :         .ob_base = {
  107179             :             .ob_refcnt = 999999999,
  107180             :             .ob_type = &PyUnicode_Type,
  107181             :         },
  107182             :         .length = 9,
  107183             :         .hash = -1,
  107184             :         .state = {
  107185             :             .kind = 1,
  107186             :             .compact = 1,
  107187             :             .ascii = 1,
  107188             :         },
  107189             :     },
  107190             :     ._data = "new_comps",
  107191             : };
  107192             : static
  107193             :     struct {
  107194             :         PyASCIIObject _ascii;
  107195             :         uint8_t _data[5];
  107196             :     }
  107197             : const_str_comp = {
  107198             :     ._ascii = {
  107199             :         .ob_base = {
  107200             :             .ob_refcnt = 999999999,
  107201             :             .ob_type = &PyUnicode_Type,
  107202             :         },
  107203             :         .length = 4,
  107204             :         .hash = -1,
  107205             :         .state = {
  107206             :             .kind = 1,
  107207             :             .compact = 1,
  107208             :             .ascii = 1,
  107209             :         },
  107210             :     },
  107211             :     ._data = "comp",
  107212             : };
  107213             : static
  107214             :     struct {
  107215             :         PyGC_Head _gc_head;
  107216             :         struct {
  107217             :             PyObject_VAR_HEAD
  107218             :             PyObject *ob_item[9];
  107219             :         }_object;
  107220             :     }
  107221             : posixpath_toplevel_consts_27_localsplusnames = {
  107222             :     ._object = {
  107223             :         .ob_base = {
  107224             :             .ob_base = {
  107225             :                 .ob_refcnt = 999999999,
  107226             :                 .ob_type = &PyTuple_Type,
  107227             :             },
  107228             :             .ob_size = 9,
  107229             :         },
  107230             :         .ob_item = {
  107231             :             &_Py_ID(path),
  107232             :             & const_str_sep._ascii.ob_base,
  107233             :             & const_str_empty._ascii.ob_base,
  107234             :             & const_str_dot._ascii.ob_base,
  107235             :             & const_str_dotdot._ascii.ob_base,
  107236             :             & const_str_initial_slashes._ascii.ob_base,
  107237             :             & const_str_comps._ascii.ob_base,
  107238             :             & const_str_new_comps._ascii.ob_base,
  107239             :             & const_str_comp._ascii.ob_base,
  107240             :         },
  107241             :     },
  107242             : };
  107243             : static
  107244             :     struct _PyCode_DEF(522)
  107245             : posixpath_toplevel_consts_27 = {
  107246             :     .ob_base = {
  107247             :         .ob_base = {
  107248             :             .ob_refcnt = 999999999,
  107249             :             .ob_type = &PyCode_Type,
  107250             :         },
  107251             :         .ob_size = 261,
  107252             :     },
  107253             :     .co_consts = & posixpath_toplevel_consts_27_consts._object.ob_base.ob_base,
  107254             :     .co_names = & posixpath_toplevel_consts_27_names._object.ob_base.ob_base,
  107255             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  107256             :     .co_flags = 3,
  107257             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  107258             :     ._co_linearray_entry_size = 0,
  107259             :     .co_argcount = 1,
  107260             :     .co_posonlyargcount = 0,
  107261             :     .co_kwonlyargcount = 0,
  107262             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  107263             :     .co_stacksize = 4,
  107264             :     .co_firstlineno = 349,
  107265             :     .co_nlocalsplus = 9,
  107266             :     .co_nlocals = 9,
  107267             :     .co_nplaincellvars = 0,
  107268             :     .co_ncellvars = 0,
  107269             :     .co_nfreevars = 0,
  107270             :     .co_localsplusnames = & posixpath_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
  107271             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
  107272             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  107273             :     .co_name = & const_str_normpath._ascii.ob_base,
  107274             :     .co_qualname = & const_str_normpath._ascii.ob_base,
  107275             :     .co_linetable = & posixpath_toplevel_consts_27_linetable.ob_base.ob_base,
  107276             :     ._co_code = NULL,
  107277             :     ._co_linearray = NULL,
  107278             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x09\x64\x01\x7d\x01\x64\x02\x7d\x02\x64\x03\x7d\x03\x64\x04\x7d\x04\x6e\x08\x64\x05\x7d\x01\x64\x06\x7d\x02\x64\x07\x7d\x03\x64\x08\x7d\x04\x7c\x00\x7c\x02\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x03\x53\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x2c\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x09\x7a\x05\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x0a\x7a\x05\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x09\x7d\x05\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x67\x00\x7d\x07\x7c\x06\x44\x00\x5d\x47\x00\x00\x7d\x08\x7c\x08\x7c\x02\x7c\x03\x66\x02\x76\x00\x72\x01\x8c\x0a\x7c\x08\x7c\x04\x6b\x03\x00\x00\x00\x00\x73\x12\x7c\x05\x73\x02\x7c\x07\x72\x0e\x7c\x07\x72\x1f\x7c\x07\x64\x0b\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x13\x7c\x07\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x35\x7c\x07\xaf\x37\x7c\x07\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x49\x7c\x07\x7d\x06\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x05\x72\x08\x7c\x01\x7c\x05\x7a\x05\x00\x00\x7c\x00\x7a\x00\x00\x00\x7d\x00\x7c\x00\x70\x01\x7c\x03\x53\x00",
  107279             :     ._co_firsttraceable = 0,
  107280             : };
  107281             : static
  107282             :     struct {
  107283             :         PyASCIIObject _ascii;
  107284             :         uint8_t _data[25];
  107285             :     }
  107286             : posixpath_toplevel_consts_28_consts_0 = {
  107287             :     ._ascii = {
  107288             :         .ob_base = {
  107289             :             .ob_refcnt = 999999999,
  107290             :             .ob_type = &PyUnicode_Type,
  107291             :         },
  107292             :         .length = 24,
  107293             :         .hash = -1,
  107294             :         .state = {
  107295             :             .kind = 1,
  107296             :             .compact = 1,
  107297             :             .ascii = 1,
  107298             :         },
  107299             :     },
  107300             :     ._data = "Return an absolute path.",
  107301             : };
  107302             : static
  107303             :     struct {
  107304             :         PyGC_Head _gc_head;
  107305             :         struct {
  107306             :             PyObject_VAR_HEAD
  107307             :             PyObject *ob_item[1];
  107308             :         }_object;
  107309             :     }
  107310             : posixpath_toplevel_consts_28_consts = {
  107311             :     ._object = {
  107312             :         .ob_base = {
  107313             :             .ob_base = {
  107314             :                 .ob_refcnt = 999999999,
  107315             :                 .ob_type = &PyTuple_Type,
  107316             :             },
  107317             :             .ob_size = 1,
  107318             :         },
  107319             :         .ob_item = {
  107320             :             & posixpath_toplevel_consts_28_consts_0._ascii.ob_base,
  107321             :         },
  107322             :     },
  107323             : };
  107324             : static
  107325             :     struct {
  107326             :         PyObject_VAR_HEAD
  107327             :         Py_hash_t ob_shash;
  107328             :         char ob_sval[88];
  107329             :     }
  107330             : posixpath_toplevel_consts_28_linetable = {
  107331             :     .ob_base = {
  107332             :         .ob_base = {
  107333             :             .ob_refcnt = 999999999,
  107334             :             .ob_type = &PyBytes_Type,
  107335             :         },
  107336             :         .ob_size = 87,
  107337             :     },
  107338             :     .ob_shash = -1,
  107339             :     .ob_sval = "\x80\x00\xe5\x0b\x14\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x0b\x10\x90\x14\x8c\x3b\xf0\x00\x05\x05\x1f\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x03\x09\x1e\xdd\x12\x1c\x97\x2a\x91\x2a\x94\x2c\x88\x43\x88\x43\xe5\x12\x1b\x97\x29\x91\x29\x94\x2b\x88\x43\xdd\x0f\x13\x90\x43\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x13\x90\x44\x8c\x3e\xd0\x04\x19",
  107340             : };
  107341             : static
  107342             :     struct _PyCode_DEF(256)
  107343             : posixpath_toplevel_consts_28 = {
  107344             :     .ob_base = {
  107345             :         .ob_base = {
  107346             :             .ob_refcnt = 999999999,
  107347             :             .ob_type = &PyCode_Type,
  107348             :         },
  107349             :         .ob_size = 128,
  107350             :     },
  107351             :     .co_consts = & posixpath_toplevel_consts_28_consts._object.ob_base.ob_base,
  107352             :     .co_names = & ntpath_toplevel_consts_32_names._object.ob_base.ob_base,
  107353             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  107354             :     .co_flags = 3,
  107355             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  107356             :     ._co_linearray_entry_size = 0,
  107357             :     .co_argcount = 1,
  107358             :     .co_posonlyargcount = 0,
  107359             :     .co_kwonlyargcount = 0,
  107360             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  107361             :     .co_stacksize = 4,
  107362             :     .co_firstlineno = 396,
  107363             :     .co_nlocalsplus = 2,
  107364             :     .co_nlocals = 2,
  107365             :     .co_nplaincellvars = 0,
  107366             :     .co_ncellvars = 0,
  107367             :     .co_nfreevars = 0,
  107368             :     .co_localsplusnames = & ntpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
  107369             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  107370             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  107371             :     .co_name = & const_str_abspath._ascii.ob_base,
  107372             :     .co_qualname = & const_str_abspath._ascii.ob_base,
  107373             :     .co_linetable = & posixpath_toplevel_consts_28_linetable.ob_base.ob_base,
  107374             :     ._co_code = NULL,
  107375             :     ._co_linearray = NULL,
  107376             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x4e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  107377             :     ._co_firsttraceable = 0,
  107378             : };
  107379             : static
  107380             :     struct {
  107381             :         PyASCIIObject _ascii;
  107382             :         uint8_t _data[109];
  107383             :     }
  107384             : posixpath_toplevel_consts_31_consts_0 = {
  107385             :     ._ascii = {
  107386             :         .ob_base = {
  107387             :             .ob_refcnt = 999999999,
  107388             :             .ob_type = &PyUnicode_Type,
  107389             :         },
  107390             :         .length = 108,
  107391             :         .hash = -1,
  107392             :         .state = {
  107393             :             .kind = 1,
  107394             :             .compact = 1,
  107395             :             .ascii = 1,
  107396             :         },
  107397             :     },
  107398             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x63\x61\x6e\x6f\x6e\x69\x63\x61\x6c\x20\x70\x61\x74\x68\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x2c\x20\x65\x6c\x69\x6d\x69\x6e\x61\x74\x69\x6e\x67\x20\x61\x6e\x79\x0a\x73\x79\x6d\x62\x6f\x6c\x69\x63\x20\x6c\x69\x6e\x6b\x73\x20\x65\x6e\x63\x6f\x75\x6e\x74\x65\x72\x65\x64\x20\x69\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x2e",
  107399             : };
  107400             : static
  107401             :     struct {
  107402             :         PyGC_Head _gc_head;
  107403             :         struct {
  107404             :             PyObject_VAR_HEAD
  107405             :             PyObject *ob_item[3];
  107406             :         }_object;
  107407             :     }
  107408             : posixpath_toplevel_consts_31_consts = {
  107409             :     ._object = {
  107410             :         .ob_base = {
  107411             :             .ob_base = {
  107412             :                 .ob_refcnt = 999999999,
  107413             :                 .ob_type = &PyTuple_Type,
  107414             :             },
  107415             :             .ob_size = 3,
  107416             :         },
  107417             :         .ob_item = {
  107418             :             & posixpath_toplevel_consts_31_consts_0._ascii.ob_base,
  107419             :             Py_None,
  107420             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  107421             :         },
  107422             :     },
  107423             : };
  107424             : static
  107425             :     struct {
  107426             :         PyASCIIObject _ascii;
  107427             :         uint8_t _data[14];
  107428             :     }
  107429             : const_str__joinrealpath = {
  107430             :     ._ascii = {
  107431             :         .ob_base = {
  107432             :             .ob_refcnt = 999999999,
  107433             :             .ob_type = &PyUnicode_Type,
  107434             :         },
  107435             :         .length = 13,
  107436             :         .hash = -1,
  107437             :         .state = {
  107438             :             .kind = 1,
  107439             :             .compact = 1,
  107440             :             .ascii = 1,
  107441             :         },
  107442             :     },
  107443             :     ._data = "_joinrealpath",
  107444             : };
  107445             : static
  107446             :     struct {
  107447             :         PyGC_Head _gc_head;
  107448             :         struct {
  107449             :             PyObject_VAR_HEAD
  107450             :             PyObject *ob_item[4];
  107451             :         }_object;
  107452             :     }
  107453             : posixpath_toplevel_consts_31_names = {
  107454             :     ._object = {
  107455             :         .ob_base = {
  107456             :             .ob_base = {
  107457             :                 .ob_refcnt = 999999999,
  107458             :                 .ob_type = &PyTuple_Type,
  107459             :             },
  107460             :             .ob_size = 4,
  107461             :         },
  107462             :         .ob_item = {
  107463             :             & const_str_os._ascii.ob_base,
  107464             :             & const_str_fspath._ascii.ob_base,
  107465             :             & const_str__joinrealpath._ascii.ob_base,
  107466             :             & const_str_abspath._ascii.ob_base,
  107467             :         },
  107468             :     },
  107469             : };
  107470             : static
  107471             :     struct {
  107472             :         PyObject_VAR_HEAD
  107473             :         Py_hash_t ob_shash;
  107474             :         char ob_sval[55];
  107475             :     }
  107476             : posixpath_toplevel_consts_31_linetable = {
  107477             :     .ob_base = {
  107478             :         .ob_base = {
  107479             :             .ob_refcnt = 999999999,
  107480             :             .ob_type = &PyBytes_Type,
  107481             :         },
  107482             :         .ob_size = 54,
  107483             :     },
  107484             :     .ob_shash = -1,
  107485             :     .ob_sval = "\x80\x00\xf5\x06\x00\x10\x19\x8f\x79\x89\x79\x98\x18\xd4\x0f\x22\x80\x48\xdd\x0f\x1c\x98\x58\x98\x5c\xa0\x71\x98\x5c\xa8\x38\xb0\x56\xb8\x52\xd4\x0f\x40\x81\x48\x80\x44\x88\x22\xdd\x0b\x12\x90\x34\x8c\x3d\xd0\x04\x18",
  107486             : };
  107487             : static
  107488             :     struct {
  107489             :         PyASCIIObject _ascii;
  107490             :         uint8_t _data[3];
  107491             :     }
  107492             : const_str_ok = {
  107493             :     ._ascii = {
  107494             :         .ob_base = {
  107495             :             .ob_refcnt = 999999999,
  107496             :             .ob_type = &PyUnicode_Type,
  107497             :         },
  107498             :         .length = 2,
  107499             :         .hash = -1,
  107500             :         .state = {
  107501             :             .kind = 1,
  107502             :             .compact = 1,
  107503             :             .ascii = 1,
  107504             :         },
  107505             :     },
  107506             :     ._data = "ok",
  107507             : };
  107508             : static
  107509             :     struct {
  107510             :         PyGC_Head _gc_head;
  107511             :         struct {
  107512             :             PyObject_VAR_HEAD
  107513             :             PyObject *ob_item[4];
  107514             :         }_object;
  107515             :     }
  107516             : posixpath_toplevel_consts_31_localsplusnames = {
  107517             :     ._object = {
  107518             :         .ob_base = {
  107519             :             .ob_base = {
  107520             :                 .ob_refcnt = 999999999,
  107521             :                 .ob_type = &PyTuple_Type,
  107522             :             },
  107523             :             .ob_size = 4,
  107524             :         },
  107525             :         .ob_item = {
  107526             :             &_Py_ID(filename),
  107527             :             &_Py_ID(strict),
  107528             :             &_Py_ID(path),
  107529             :             & const_str_ok._ascii.ob_base,
  107530             :         },
  107531             :     },
  107532             : };
  107533             : static
  107534             :     struct _PyCode_DEF(118)
  107535             : posixpath_toplevel_consts_31 = {
  107536             :     .ob_base = {
  107537             :         .ob_base = {
  107538             :             .ob_refcnt = 999999999,
  107539             :             .ob_type = &PyCode_Type,
  107540             :         },
  107541             :         .ob_size = 59,
  107542             :     },
  107543             :     .co_consts = & posixpath_toplevel_consts_31_consts._object.ob_base.ob_base,
  107544             :     .co_names = & posixpath_toplevel_consts_31_names._object.ob_base.ob_base,
  107545             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  107546             :     .co_flags = 3,
  107547             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  107548             :     ._co_linearray_entry_size = 0,
  107549             :     .co_argcount = 1,
  107550             :     .co_posonlyargcount = 0,
  107551             :     .co_kwonlyargcount = 1,
  107552             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  107553             :     .co_stacksize = 6,
  107554             :     .co_firstlineno = 411,
  107555             :     .co_nlocalsplus = 4,
  107556             :     .co_nlocals = 4,
  107557             :     .co_nplaincellvars = 0,
  107558             :     .co_ncellvars = 0,
  107559             :     .co_nfreevars = 0,
  107560             :     .co_localsplusnames = & posixpath_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
  107561             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  107562             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  107563             :     .co_name = & const_str_realpath._ascii.ob_base,
  107564             :     .co_qualname = & const_str_realpath._ascii.ob_base,
  107565             :     .co_linetable = & posixpath_toplevel_consts_31_linetable.ob_base.ob_base,
  107566             :     ._co_code = NULL,
  107567             :     ._co_linearray = NULL,
  107568             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\x7c\x00\x7c\x01\x69\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  107569             :     ._co_firsttraceable = 0,
  107570             : };
  107571             : static
  107572             :     struct {
  107573             :         PyGC_Head _gc_head;
  107574             :         struct {
  107575             :             PyObject_VAR_HEAD
  107576             :             PyObject *ob_item[10];
  107577             :         }_object;
  107578             :     }
  107579             : posixpath_toplevel_consts_32_consts = {
  107580             :     ._object = {
  107581             :         .ob_base = {
  107582             :             .ob_base = {
  107583             :                 .ob_refcnt = 999999999,
  107584             :                 .ob_type = &PyTuple_Type,
  107585             :             },
  107586             :             .ob_size = 10,
  107587             :         },
  107588             :         .ob_item = {
  107589             :             Py_None,
  107590             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  107591             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  107592             :             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
  107593             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  107594             :             &_Py_STR(dot),
  107595             :             & ntpath_toplevel_consts_2._ascii.ob_base,
  107596             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  107597             :             Py_False,
  107598             :             Py_True,
  107599             :         },
  107600             :     },
  107601             : };
  107602             : static
  107603             :     struct {
  107604             :         PyGC_Head _gc_head;
  107605             :         struct {
  107606             :             PyObject_VAR_HEAD
  107607             :             PyObject *ob_item[14];
  107608             :         }_object;
  107609             :     }
  107610             : posixpath_toplevel_consts_32_names = {
  107611             :     ._object = {
  107612             :         .ob_base = {
  107613             :             .ob_base = {
  107614             :                 .ob_refcnt = 999999999,
  107615             :                 .ob_type = &PyTuple_Type,
  107616             :             },
  107617             :             .ob_size = 14,
  107618             :         },
  107619             :         .ob_item = {
  107620             :             &_Py_ID(isinstance),
  107621             :             & const_str_bytes._ascii.ob_base,
  107622             :             & const_str_isabs._ascii.ob_base,
  107623             :             & const_str_partition._ascii.ob_base,
  107624             :             & const_str_split._ascii.ob_base,
  107625             :             &_Py_ID(join),
  107626             :             & const_str_os._ascii.ob_base,
  107627             :             & const_str_lstat._ascii.ob_base,
  107628             :             & const_str_stat._ascii.ob_base,
  107629             :             & const_str_S_ISLNK._ascii.ob_base,
  107630             :             & const_str_st_mode._ascii.ob_base,
  107631             :             & const_str_OSError._ascii.ob_base,
  107632             :             & const_str__joinrealpath._ascii.ob_base,
  107633             :             & const_str_readlink._ascii.ob_base,
  107634             :         },
  107635             :     },
  107636             : };
  107637             : static
  107638             :     struct {
  107639             :         PyObject_VAR_HEAD
  107640             :         Py_hash_t ob_shash;
  107641             :         char ob_sval[488];
  107642             :     }
  107643             : posixpath_toplevel_consts_32_linetable = {
  107644             :     .ob_base = {
  107645             :         .ob_base = {
  107646             :             .ob_refcnt = 999999999,
  107647             :             .ob_type = &PyBytes_Type,
  107648             :         },
  107649             :         .ob_size = 487,
  107650             :     },
  107651             :     .ob_shash = -1,
  107652             :     .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x07\x05\x16\xd8\x0e\x12\x88\x03\xd8\x11\x15\x88\x06\xd8\x11\x16\x88\x06\x88\x06\xe0\x0e\x11\x88\x03\xd8\x11\x14\x88\x06\xd8\x11\x15\x88\x06\xe5\x07\x0c\x88\x54\x84\x7b\xf0\x00\x02\x05\x13\xd8\x0f\x13\x90\x41\x88\x78\x88\x78\x88\x04\xd8\x0f\x12\x88\x04\xe0\x0a\x0e\xf1\x00\x2c\x05\x1d\xd8\x18\x1c\x9f\x0e\x99\x0e\xa0\x73\xd4\x18\x2b\x89\x0d\x88\x04\x88\x61\x90\x14\xd8\x0f\x13\xf0\x00\x02\x09\x15\x90\x74\x98\x76\x92\x7e\xf0\x00\x02\x09\x15\xe0\x0c\x14\xd8\x0b\x0f\x90\x36\x8a\x3e\xf0\x00\x08\x09\x15\xe0\x0f\x13\xf0\x00\x05\x0d\x1e\xdd\x1d\x22\xa0\x34\x9c\x5b\x91\x0a\x90\x04\x90\x64\xd8\x13\x17\x98\x36\x92\x3e\xf0\x00\x01\x11\x36\xdd\x1b\x1f\xa0\x04\xa0\x66\xa8\x66\xd4\x1b\x35\x90\x44\x90\x44\xe0\x17\x1d\x90\x04\xd8\x0c\x14\xdd\x12\x16\x90\x74\x98\x54\xd4\x12\x22\x88\x07\xf0\x02\x07\x09\x2f\xdd\x11\x19\x97\x18\x91\x18\x98\x27\xd4\x11\x22\x88\x42\xf5\x0c\x00\x17\x23\x97\x6c\x91\x6c\xa0\x32\xa7\x3a\xa1\x3a\xd4\x16\x2e\x88\x47\xd8\x0f\x16\xf0\x00\x02\x09\x15\xd8\x13\x1a\x88\x44\xd8\x0c\x14\xe0\x0b\x12\x90\x64\x88\x3f\xf0\x00\x0c\x09\x32\xe0\x13\x17\x98\x07\x94\x3d\x88\x44\xd8\x0f\x13\xf0\x00\x02\x0d\x19\xe0\x10\x18\xe0\x0f\x15\xf0\x00\x05\x0d\x32\xe5\x10\x17\x97\x07\x91\x07\x98\x07\xd4\x10\x20\xd0\x10\x20\xd0\x10\x20\xf5\x06\x00\x18\x1c\x98\x47\xa0\x54\xd4\x17\x2a\xa8\x45\xd0\x17\x31\xd0\x10\x31\xd8\x18\x1c\x88\x04\x88\x57\x89\x0d\xdd\x13\x20\xa0\x14\xa5\x72\xa7\x7b\xa1\x7b\xb0\x37\xd4\x27\x3b\xb8\x56\xc0\x54\xd4\x13\x4a\x89\x08\x88\x04\x88\x62\xd8\x0f\x11\xf0\x00\x01\x09\x2b\xdd\x13\x17\x98\x04\x98\x64\xd4\x13\x23\xa0\x55\xd0\x13\x2a\xd0\x0c\x2a\xd8\x18\x1c\x88\x04\x88\x57\x89\x0d\xf0\x59\x01\x00\x0b\x0f\xf1\x00\x2c\x05\x1d\xf0\x5c\x01\x00\x0c\x10\x90\x14\x88\x3a\xd0\x04\x15\xf8\xf5\x3b\x00\x10\x17\xf0\x00\x03\x09\x1c\xf0\x00\x03\x09\x1c\xf0\x00\x03\x09\x1c\xd8\x0f\x15\xf0\x00\x01\x0d\x16\xd8\x10\x15\xd8\x16\x1b\x88\x47\x88\x47\x88\x47\xf0\x07\x03\x09\x1c\xf8\xf8\xf8",
  107653             : };
  107654             : static
  107655             :     struct {
  107656             :         PyObject_VAR_HEAD
  107657             :         Py_hash_t ob_shash;
  107658             :         char ob_sval[19];
  107659             :     }
  107660             : posixpath_toplevel_consts_32_exceptiontable = {
  107661             :     .ob_base = {
  107662             :         .ob_base = {
  107663             :             .ob_refcnt = 999999999,
  107664             :             .ob_type = &PyBytes_Type,
  107665             :         },
  107666             :         .ob_size = 18,
  107667             :     },
  107668             :     .ob_shash = -1,
  107669             :     .ob_sval = "\xc2\x17\x17\x45\x18\x00\xc5\x18\x0f\x45\x2a\x03\xc5\x29\x01\x45\x2a\x03",
  107670             : };
  107671             : static
  107672             :     struct {
  107673             :         PyASCIIObject _ascii;
  107674             :         uint8_t _data[8];
  107675             :     }
  107676             : const_str_newpath = {
  107677             :     ._ascii = {
  107678             :         .ob_base = {
  107679             :             .ob_refcnt = 999999999,
  107680             :             .ob_type = &PyUnicode_Type,
  107681             :         },
  107682             :         .length = 7,
  107683             :         .hash = -1,
  107684             :         .state = {
  107685             :             .kind = 1,
  107686             :             .compact = 1,
  107687             :             .ascii = 1,
  107688             :         },
  107689             :     },
  107690             :     ._data = "newpath",
  107691             : };
  107692             : static
  107693             :     struct {
  107694             :         PyASCIIObject _ascii;
  107695             :         uint8_t _data[8];
  107696             :     }
  107697             : const_str_is_link = {
  107698             :     ._ascii = {
  107699             :         .ob_base = {
  107700             :             .ob_refcnt = 999999999,
  107701             :             .ob_type = &PyUnicode_Type,
  107702             :         },
  107703             :         .length = 7,
  107704             :         .hash = -1,
  107705             :         .state = {
  107706             :             .kind = 1,
  107707             :             .compact = 1,
  107708             :             .ascii = 1,
  107709             :         },
  107710             :     },
  107711             :     ._data = "is_link",
  107712             : };
  107713             : static
  107714             :     struct {
  107715             :         PyGC_Head _gc_head;
  107716             :         struct {
  107717             :             PyObject_VAR_HEAD
  107718             :             PyObject *ob_item[13];
  107719             :         }_object;
  107720             :     }
  107721             : posixpath_toplevel_consts_32_localsplusnames = {
  107722             :     ._object = {
  107723             :         .ob_base = {
  107724             :             .ob_base = {
  107725             :                 .ob_refcnt = 999999999,
  107726             :                 .ob_type = &PyTuple_Type,
  107727             :             },
  107728             :             .ob_size = 13,
  107729             :         },
  107730             :         .ob_item = {
  107731             :             &_Py_ID(path),
  107732             :             & const_str_rest._ascii.ob_base,
  107733             :             &_Py_ID(strict),
  107734             :             & const_str_seen._ascii.ob_base,
  107735             :             & const_str_sep._ascii.ob_base,
  107736             :             & const_str_curdir._ascii.ob_base,
  107737             :             & const_str_pardir._ascii.ob_base,
  107738             :             &_Py_ID(name),
  107739             :             &_Py_ID(_),
  107740             :             & const_str_newpath._ascii.ob_base,
  107741             :             & const_str_st._ascii.ob_base,
  107742             :             & const_str_is_link._ascii.ob_base,
  107743             :             & const_str_ok._ascii.ob_base,
  107744             :         },
  107745             :     },
  107746             : };
  107747             : static
  107748             :     struct {
  107749             :         PyObject_VAR_HEAD
  107750             :         Py_hash_t ob_shash;
  107751             :         char ob_sval[14];
  107752             :     }
  107753             : posixpath_toplevel_consts_32_localspluskinds = {
  107754             :     .ob_base = {
  107755             :         .ob_base = {
  107756             :             .ob_refcnt = 999999999,
  107757             :             .ob_type = &PyBytes_Type,
  107758             :         },
  107759             :         .ob_size = 13,
  107760             :     },
  107761             :     .ob_shash = -1,
  107762             :     .ob_sval = "             ",
  107763             : };
  107764             : static
  107765             :     struct _PyCode_DEF(730)
  107766             : posixpath_toplevel_consts_32 = {
  107767             :     .ob_base = {
  107768             :         .ob_base = {
  107769             :             .ob_refcnt = 999999999,
  107770             :             .ob_type = &PyCode_Type,
  107771             :         },
  107772             :         .ob_size = 365,
  107773             :     },
  107774             :     .co_consts = & posixpath_toplevel_consts_32_consts._object.ob_base.ob_base,
  107775             :     .co_names = & posixpath_toplevel_consts_32_names._object.ob_base.ob_base,
  107776             :     .co_exceptiontable = & posixpath_toplevel_consts_32_exceptiontable.ob_base.ob_base,
  107777             :     .co_flags = 3,
  107778             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  107779             :     ._co_linearray_entry_size = 0,
  107780             :     .co_argcount = 4,
  107781             :     .co_posonlyargcount = 0,
  107782             :     .co_kwonlyargcount = 0,
  107783             :     .co_framesize = 19 + FRAME_SPECIALS_SIZE,
  107784             :     .co_stacksize = 6,
  107785             :     .co_firstlineno = 420,
  107786             :     .co_nlocalsplus = 13,
  107787             :     .co_nlocals = 13,
  107788             :     .co_nplaincellvars = 0,
  107789             :     .co_ncellvars = 0,
  107790             :     .co_nfreevars = 0,
  107791             :     .co_localsplusnames = & posixpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
  107792             :     .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
  107793             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  107794             :     .co_name = & const_str__joinrealpath._ascii.ob_base,
  107795             :     .co_qualname = & const_str__joinrealpath._ascii.ob_base,
  107796             :     .co_linetable = & posixpath_toplevel_consts_32_linetable.ob_base.ob_base,
  107797             :     ._co_code = NULL,
  107798             :     ._co_linearray = NULL,
  107799             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x01\x7d\x04\x64\x02\x7d\x05\x64\x03\x7d\x06\x6e\x06\x64\x04\x7d\x04\x64\x05\x7d\x05\x64\x06\x7d\x06\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x7c\x01\x64\x07\x64\x00\x1a\x00\x7d\x01\x7c\x04\x7d\x00\x7c\x01\x3e\x01\x72\x1c\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x07\x7d\x08\x7d\x01\x7c\x07\x72\x06\x7c\x07\x7c\x05\x6b\x02\x00\x00\x00\x00\x72\x01\x8c\x22\x7c\x07\x7c\x06\x6b\x02\x00\x00\x00\x00\x72\x2b\x7c\x00\x72\x26\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x07\x7c\x07\x7c\x06\x6b\x02\x00\x00\x00\x00\x72\x12\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x06\x7c\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x6e\x02\x7c\x06\x7d\x00\x8c\x53\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x09\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0b\x73\x03\x7c\x09\x7d\x00\x8c\x9f\x7c\x09\x7c\x03\x76\x00\x72\x35\x7c\x03\x7c\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x81\x01\x8c\xae\x7c\x02\x72\x18\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x66\x02\x53\x00\x64\x00\x7c\x03\x7c\x09\x3c\x00\x00\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x0c\x7c\x0c\x73\x10\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x66\x02\x53\x00\x7c\x00\x7c\x03\x7c\x09\x3c\x00\x00\x00\x7c\x01\x3e\x01\xb0\x1c\x7c\x00\x64\x09\x66\x02\x53\x00\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x08\x01\x00\x7c\x02\x72\x01\x82\x00\x64\x08\x7d\x0b\x59\x00\x8c\x9a\x77\x00\x78\x03\x59\x00\x77\x01",
  107800             :     ._co_firsttraceable = 0,
  107801             : };
  107802             : static
  107803             :     struct {
  107804             :         PyObject_VAR_HEAD
  107805             :         Py_hash_t ob_shash;
  107806             :         char ob_sval[30];
  107807             :     }
  107808             : posixpath_toplevel_consts_34_consts_9_linetable = {
  107809             :     .ob_base = {
  107810             :         .ob_base = {
  107811             :             .ob_refcnt = 999999999,
  107812             :             .ob_type = &PyBytes_Type,
  107813             :         },
  107814             :         .ob_size = 29,
  107815             :     },
  107816             :     .ob_shash = -1,
  107817             :     .ob_sval = "\x80\x00\xd0\x15\x40\xd0\x15\x40\xd1\x15\x40\x98\x41\xb8\x61\xd0\x15\x40\x90\x61\xd0\x15\x40\xd0\x15\x40\xd0\x15\x40",
  107818             : };
  107819             : static
  107820             :     struct _PyCode_DEF(24)
  107821             : posixpath_toplevel_consts_34_consts_9 = {
  107822             :     .ob_base = {
  107823             :         .ob_base = {
  107824             :             .ob_refcnt = 999999999,
  107825             :             .ob_type = &PyCode_Type,
  107826             :         },
  107827             :         .ob_size = 12,
  107828             :     },
  107829             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  107830             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  107831             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  107832             :     .co_flags = 19,
  107833             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  107834             :     ._co_linearray_entry_size = 0,
  107835             :     .co_argcount = 1,
  107836             :     .co_posonlyargcount = 0,
  107837             :     .co_kwonlyargcount = 0,
  107838             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  107839             :     .co_stacksize = 3,
  107840             :     .co_firstlineno = 507,
  107841             :     .co_nlocalsplus = 2,
  107842             :     .co_nlocals = 2,
  107843             :     .co_nplaincellvars = 0,
  107844             :     .co_ncellvars = 0,
  107845             :     .co_nfreevars = 0,
  107846             :     .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
  107847             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  107848             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  107849             :     .co_name = &_Py_STR(anon_listcomp),
  107850             :     .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
  107851             :     .co_linetable = & posixpath_toplevel_consts_34_consts_9_linetable.ob_base.ob_base,
  107852             :     ._co_code = NULL,
  107853             :     ._co_linearray = NULL,
  107854             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x91\x02\x8c\x08\x53\x00",
  107855             :     ._co_firsttraceable = 0,
  107856             : };
  107857             : static
  107858             :     struct {
  107859             :         PyObject_VAR_HEAD
  107860             :         Py_hash_t ob_shash;
  107861             :         char ob_sval[30];
  107862             :     }
  107863             : posixpath_toplevel_consts_34_consts_10_linetable = {
  107864             :     .ob_base = {
  107865             :         .ob_base = {
  107866             :             .ob_refcnt = 999999999,
  107867             :             .ob_type = &PyBytes_Type,
  107868             :         },
  107869             :         .ob_size = 29,
  107870             :     },
  107871             :     .ob_shash = -1,
  107872             :     .ob_sval = "\x80\x00\xd0\x14\x3e\xd0\x14\x3e\xd1\x14\x3e\x98\x31\xb8\x41\xd0\x14\x3e\x90\x51\xd0\x14\x3e\xd0\x14\x3e\xd0\x14\x3e",
  107873             : };
  107874             : static
  107875             :     struct _PyCode_DEF(24)
  107876             : posixpath_toplevel_consts_34_consts_10 = {
  107877             :     .ob_base = {
  107878             :         .ob_base = {
  107879             :             .ob_refcnt = 999999999,
  107880             :             .ob_type = &PyCode_Type,
  107881             :         },
  107882             :         .ob_size = 12,
  107883             :     },
  107884             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  107885             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  107886             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  107887             :     .co_flags = 19,
  107888             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  107889             :     ._co_linearray_entry_size = 0,
  107890             :     .co_argcount = 1,
  107891             :     .co_posonlyargcount = 0,
  107892             :     .co_kwonlyargcount = 0,
  107893             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  107894             :     .co_stacksize = 3,
  107895             :     .co_firstlineno = 508,
  107896             :     .co_nlocalsplus = 2,
  107897             :     .co_nlocals = 2,
  107898             :     .co_nplaincellvars = 0,
  107899             :     .co_ncellvars = 0,
  107900             :     .co_nfreevars = 0,
  107901             :     .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
  107902             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  107903             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  107904             :     .co_name = &_Py_STR(anon_listcomp),
  107905             :     .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
  107906             :     .co_linetable = & posixpath_toplevel_consts_34_consts_10_linetable.ob_base.ob_base,
  107907             :     ._co_code = NULL,
  107908             :     ._co_linearray = NULL,
  107909             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x91\x02\x8c\x08\x53\x00",
  107910             :     ._co_firsttraceable = 0,
  107911             : };
  107912             : static
  107913             :     struct {
  107914             :         PyGC_Head _gc_head;
  107915             :         struct {
  107916             :             PyObject_VAR_HEAD
  107917             :             PyObject *ob_item[12];
  107918             :         }_object;
  107919             :     }
  107920             : posixpath_toplevel_consts_34_consts = {
  107921             :     ._object = {
  107922             :         .ob_base = {
  107923             :             .ob_base = {
  107924             :                 .ob_refcnt = 999999999,
  107925             :                 .ob_type = &PyTuple_Type,
  107926             :             },
  107927             :             .ob_size = 12,
  107928             :         },
  107929             :         .ob_item = {
  107930             :             & ntpath_toplevel_consts_44_consts_0._ascii.ob_base,
  107931             :             & ntpath_toplevel_consts_44_consts_8._ascii.ob_base,
  107932             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  107933             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  107934             :             & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
  107935             :             &_Py_STR(dot),
  107936             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  107937             :             & ntpath_toplevel_consts_2._ascii.ob_base,
  107938             :             Py_None,
  107939             :             & posixpath_toplevel_consts_34_consts_9.ob_base.ob_base,
  107940             :             & posixpath_toplevel_consts_34_consts_10.ob_base.ob_base,
  107941             :             & const_str_relpath._ascii.ob_base,
  107942             :         },
  107943             :     },
  107944             : };
  107945             : static
  107946             :     struct {
  107947             :         PyGC_Head _gc_head;
  107948             :         struct {
  107949             :             PyObject_VAR_HEAD
  107950             :             PyObject *ob_item[16];
  107951             :         }_object;
  107952             :     }
  107953             : posixpath_toplevel_consts_34_names = {
  107954             :     ._object = {
  107955             :         .ob_base = {
  107956             :             .ob_base = {
  107957             :                 .ob_refcnt = 999999999,
  107958             :                 .ob_type = &PyTuple_Type,
  107959             :             },
  107960             :             .ob_size = 16,
  107961             :         },
  107962             :         .ob_item = {
  107963             :             & const_str_ValueError._ascii.ob_base,
  107964             :             & const_str_os._ascii.ob_base,
  107965             :             & const_str_fspath._ascii.ob_base,
  107966             :             &_Py_ID(isinstance),
  107967             :             & const_str_bytes._ascii.ob_base,
  107968             :             & const_str_abspath._ascii.ob_base,
  107969             :             & const_str_split._ascii.ob_base,
  107970             :             &_Py_ID(len),
  107971             :             & const_str_commonprefix._ascii.ob_base,
  107972             :             &_Py_ID(join),
  107973             :             & const_str_TypeError._ascii.ob_base,
  107974             :             & const_str_AttributeError._ascii.ob_base,
  107975             :             & const_str_BytesWarning._ascii.ob_base,
  107976             :             & const_str_DeprecationWarning._ascii.ob_base,
  107977             :             & const_str_genericpath._ascii.ob_base,
  107978             :             & const_str__check_arg_types._ascii.ob_base,
  107979             :         },
  107980             :     },
  107981             : };
  107982             : static
  107983             :     struct {
  107984             :         PyObject_VAR_HEAD
  107985             :         Py_hash_t ob_shash;
  107986             :         char ob_sval[317];
  107987             :     }
  107988             : posixpath_toplevel_consts_34_linetable = {
  107989             :     .ob_base = {
  107990             :         .ob_base = {
  107991             :             .ob_refcnt = 999999999,
  107992             :             .ob_type = &PyBytes_Type,
  107993             :         },
  107994             :         .ob_size = 316,
  107995             :     },
  107996             :     .ob_shash = -1,
  107997             :     .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\xf0\x00\x01\x05\x2e\xdd\x0e\x18\xd0\x19\x2c\xd4\x0e\x2d\xd0\x08\x2d\xe5\x0b\x14\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x07\x05\x16\xd8\x11\x15\x88\x06\xd8\x0e\x12\x88\x03\xd8\x11\x16\x88\x06\x88\x06\xe0\x11\x14\x88\x06\xd8\x0e\x11\x88\x03\xd8\x11\x15\x88\x06\xe0\x07\x0c\xf0\x00\x03\x05\x21\xd8\x10\x16\x88\x05\x88\x05\xe5\x10\x19\x97\x09\x91\x09\x98\x25\xd4\x10\x20\x88\x05\xf0\x04\x0c\x05\x0e\xd8\x15\x40\xd0\x15\x40\xa5\x17\xa8\x15\xa4\x1e\xd7\x21\x35\xd1\x21\x35\xb0\x63\xd4\x21\x3a\xd0\x15\x40\xd4\x15\x40\x88\x0a\xd8\x14\x3e\xd0\x14\x3e\xa5\x07\xa8\x04\xa4\x0d\xd7\x20\x33\xd1\x20\x33\xb0\x43\xd4\x20\x38\xd0\x14\x3e\xd4\x14\x3e\x88\x09\xe5\x0c\x0f\x95\x0c\x98\x6a\xa8\x29\xd0\x1d\x34\xd4\x10\x35\xd4\x0c\x36\x88\x01\xe0\x14\x1a\x90\x38\x9d\x73\xa0\x3a\x9c\x7f\xa8\x71\xd1\x1f\x30\xd1\x13\x31\xb0\x49\xb8\x61\xb0\x4d\xb0\x4d\xd1\x13\x41\x88\x08\xd8\x0f\x17\xf0\x00\x01\x09\x1a\xd8\x13\x19\x88\x4d\xdd\x0f\x13\x90\x58\x88\x7f\xd0\x08\x1e\xf8\xdd\x0c\x15\x95\x7e\xa5\x7c\xd5\x35\x47\xd0\x0b\x48\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x59\xb0\x04\xb0\x65\xd4\x08\x3c\xd0\x08\x3c\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
  107998             : };
  107999             : static
  108000             :     struct {
  108001             :         PyObject_VAR_HEAD
  108002             :         Py_hash_t ob_shash;
  108003             :         char ob_sval[20];
  108004             :     }
  108005             : posixpath_toplevel_consts_34_exceptiontable = {
  108006             :     .ob_base = {
  108007             :         .ob_base = {
  108008             :             .ob_refcnt = 999999999,
  108009             :             .ob_type = &PyBytes_Type,
  108010             :         },
  108011             :         .ob_size = 19,
  108012             :     },
  108013             :     .ob_shash = -1,
  108014             :     .ob_sval = "\xc1\x24\x42\x01\x43\x2f\x00\xc3\x26\x08\x43\x2f\x00\xc3\x2f\x38\x44\x27\x03",
  108015             : };
  108016             : static
  108017             :     struct {
  108018             :         PyGC_Head _gc_head;
  108019             :         struct {
  108020             :             PyObject_VAR_HEAD
  108021             :             PyObject *ob_item[9];
  108022             :         }_object;
  108023             :     }
  108024             : posixpath_toplevel_consts_34_localsplusnames = {
  108025             :     ._object = {
  108026             :         .ob_base = {
  108027             :             .ob_base = {
  108028             :                 .ob_refcnt = 999999999,
  108029             :                 .ob_type = &PyTuple_Type,
  108030             :             },
  108031             :             .ob_size = 9,
  108032             :         },
  108033             :         .ob_item = {
  108034             :             &_Py_ID(path),
  108035             :             & const_str_start._ascii.ob_base,
  108036             :             & const_str_curdir._ascii.ob_base,
  108037             :             & const_str_sep._ascii.ob_base,
  108038             :             & const_str_pardir._ascii.ob_base,
  108039             :             & const_str_start_list._ascii.ob_base,
  108040             :             & const_str_path_list._ascii.ob_base,
  108041             :             & const_str_i._ascii.ob_base,
  108042             :             & const_str_rel_list._ascii.ob_base,
  108043             :         },
  108044             :     },
  108045             : };
  108046             : static
  108047             :     struct _PyCode_DEF(596)
  108048             : posixpath_toplevel_consts_34 = {
  108049             :     .ob_base = {
  108050             :         .ob_base = {
  108051             :             .ob_refcnt = 999999999,
  108052             :             .ob_type = &PyCode_Type,
  108053             :         },
  108054             :         .ob_size = 298,
  108055             :     },
  108056             :     .co_consts = & posixpath_toplevel_consts_34_consts._object.ob_base.ob_base,
  108057             :     .co_names = & posixpath_toplevel_consts_34_names._object.ob_base.ob_base,
  108058             :     .co_exceptiontable = & posixpath_toplevel_consts_34_exceptiontable.ob_base.ob_base,
  108059             :     .co_flags = 3,
  108060             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  108061             :     ._co_linearray_entry_size = 0,
  108062             :     .co_argcount = 2,
  108063             :     .co_posonlyargcount = 0,
  108064             :     .co_kwonlyargcount = 0,
  108065             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
  108066             :     .co_stacksize = 6,
  108067             :     .co_firstlineno = 485,
  108068             :     .co_nlocalsplus = 9,
  108069             :     .co_nlocals = 9,
  108070             :     .co_nplaincellvars = 0,
  108071             :     .co_ncellvars = 0,
  108072             :     .co_nfreevars = 0,
  108073             :     .co_localsplusnames = & posixpath_toplevel_consts_34_localsplusnames._object.ob_base.ob_base,
  108074             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
  108075             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  108076             :     .co_name = & const_str_relpath._ascii.ob_base,
  108077             :     .co_qualname = & const_str_relpath._ascii.ob_base,
  108078             :     .co_linetable = & posixpath_toplevel_consts_34_linetable.ob_base.ob_base,
  108079             :     ._co_code = NULL,
  108080             :     ._co_linearray = NULL,
  108081             :     .co_code_adaptive = "\x97\x00\x7c\x00\x73\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x02\x7d\x02\x64\x03\x7d\x03\x64\x04\x7d\x04\x6e\x06\x64\x05\x7d\x02\x64\x06\x7d\x03\x64\x07\x7d\x04\x7c\x01\x80\x03\x7c\x02\x7d\x01\x6e\x17\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x64\x09\x84\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x0a\x84\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x06\x67\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x04\x67\x01\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7a\x0a\x00\x00\x7a\x05\x00\x00\x7c\x06\x7c\x07\x64\x08\x1a\x00\x7a\x00\x00\x00\x7d\x08\x7c\x08\x73\x02\x7c\x02\x53\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x8e\x00\x53\x00\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x04\x24\x00\x72\x1b\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x7c\x00\x7c\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  108082             :     ._co_firsttraceable = 0,
  108083             : };
  108084             : static
  108085             :     struct {
  108086             :         PyObject_VAR_HEAD
  108087             :         Py_hash_t ob_shash;
  108088             :         char ob_sval[34];
  108089             :     }
  108090             : posixpath_toplevel_consts_35_consts_7_linetable = {
  108091             :     .ob_base = {
  108092             :         .ob_base = {
  108093             :             .ob_refcnt = 999999999,
  108094             :             .ob_type = &PyBytes_Type,
  108095             :         },
  108096             :         .ob_size = 33,
  108097             :     },
  108098             :     .ob_shash = -1,
  108099             :     .ob_sval = "\xf8\x80\x00\xd0\x16\x39\xd0\x16\x39\xd1\x16\x39\xa8\x34\x90\x74\x97\x7a\x91\x7a\xa0\x23\x94\x7f\xd0\x16\x39\xd0\x16\x39\xd0\x16\x39",
  108100             : };
  108101             : static
  108102             :     struct {
  108103             :         PyGC_Head _gc_head;
  108104             :         struct {
  108105             :             PyObject_VAR_HEAD
  108106             :             PyObject *ob_item[3];
  108107             :         }_object;
  108108             :     }
  108109             : posixpath_toplevel_consts_35_consts_7_localsplusnames = {
  108110             :     ._object = {
  108111             :         .ob_base = {
  108112             :             .ob_base = {
  108113             :                 .ob_refcnt = 999999999,
  108114             :                 .ob_type = &PyTuple_Type,
  108115             :             },
  108116             :             .ob_size = 3,
  108117             :         },
  108118             :         .ob_item = {
  108119             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  108120             :             &_Py_ID(path),
  108121             :             & const_str_sep._ascii.ob_base,
  108122             :         },
  108123             :     },
  108124             : };
  108125             : static
  108126             :     struct _PyCode_DEF(54)
  108127             : posixpath_toplevel_consts_35_consts_7 = {
  108128             :     .ob_base = {
  108129             :         .ob_base = {
  108130             :             .ob_refcnt = 999999999,
  108131             :             .ob_type = &PyCode_Type,
  108132             :         },
  108133             :         .ob_size = 27,
  108134             :     },
  108135             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  108136             :     .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
  108137             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  108138             :     .co_flags = 19,
  108139             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  108140             :     ._co_linearray_entry_size = 0,
  108141             :     .co_argcount = 1,
  108142             :     .co_posonlyargcount = 0,
  108143             :     .co_kwonlyargcount = 0,
  108144             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  108145             :     .co_stacksize = 5,
  108146             :     .co_firstlineno = 541,
  108147             :     .co_nlocalsplus = 3,
  108148             :     .co_nlocals = 2,
  108149             :     .co_nplaincellvars = 0,
  108150             :     .co_ncellvars = 0,
  108151             :     .co_nfreevars = 1,
  108152             :     .co_localsplusnames = & posixpath_toplevel_consts_35_consts_7_localsplusnames._object.ob_base.ob_base,
  108153             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
  108154             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  108155             :     .co_name = &_Py_STR(anon_listcomp),
  108156             :     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
  108157             :     .co_linetable = & posixpath_toplevel_consts_35_consts_7_linetable.ob_base.ob_base,
  108158             :     ._co_code = NULL,
  108159             :     ._co_linearray = NULL,
  108160             :     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x14\x00\x00\x7d\x01\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x16\x53\x00",
  108161             :     ._co_firsttraceable = 1,
  108162             : };
  108163             : static
  108164             :     struct {
  108165             :         PyObject_VAR_HEAD
  108166             :         Py_hash_t ob_shash;
  108167             :         char ob_sval[46];
  108168             :     }
  108169             : posixpath_toplevel_consts_35_consts_8_linetable = {
  108170             :     .ob_base = {
  108171             :         .ob_base = {
  108172             :             .ob_refcnt = 999999999,
  108173             :             .ob_type = &PyBytes_Type,
  108174             :         },
  108175             :         .ob_size = 45,
  108176             :     },
  108177             :     .ob_shash = -1,
  108178             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x18\x35\xd1\x18\x35\xa8\x21\x98\x11\x98\x15\x98\x41\x98\x15\xa0\x23\x9a\x1c\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35",
  108179             : };
  108180             : static
  108181             :     struct {
  108182             :         PyGC_Head _gc_head;
  108183             :         struct {
  108184             :             PyObject_VAR_HEAD
  108185             :             PyObject *ob_item[3];
  108186             :         }_object;
  108187             :     }
  108188             : posixpath_toplevel_consts_35_consts_8_localsplusnames = {
  108189             :     ._object = {
  108190             :         .ob_base = {
  108191             :             .ob_base = {
  108192             :                 .ob_refcnt = 999999999,
  108193             :                 .ob_type = &PyTuple_Type,
  108194             :             },
  108195             :             .ob_size = 3,
  108196             :         },
  108197             :         .ob_item = {
  108198             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  108199             :             & const_str_p._ascii.ob_base,
  108200             :             & const_str_sep._ascii.ob_base,
  108201             :         },
  108202             :     },
  108203             : };
  108204             : static
  108205             :     struct _PyCode_DEF(44)
  108206             : posixpath_toplevel_consts_35_consts_8 = {
  108207             :     .ob_base = {
  108208             :         .ob_base = {
  108209             :             .ob_refcnt = 999999999,
  108210             :             .ob_type = &PyCode_Type,
  108211             :         },
  108212             :         .ob_size = 22,
  108213             :     },
  108214             :     .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
  108215             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  108216             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  108217             :     .co_flags = 51,
  108218             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  108219             :     ._co_linearray_entry_size = 0,
  108220             :     .co_argcount = 1,
  108221             :     .co_posonlyargcount = 0,
  108222             :     .co_kwonlyargcount = 0,
  108223             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  108224             :     .co_stacksize = 4,
  108225             :     .co_firstlineno = 544,
  108226             :     .co_nlocalsplus = 3,
  108227             :     .co_nlocals = 2,
  108228             :     .co_nplaincellvars = 0,
  108229             :     .co_ncellvars = 0,
  108230             :     .co_nfreevars = 1,
  108231             :     .co_localsplusnames = & posixpath_toplevel_consts_35_consts_8_localsplusnames._object.ob_base.ob_base,
  108232             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
  108233             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  108234             :     .co_name = &_Py_STR(anon_genexpr),
  108235             :     .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
  108236             :     .co_linetable = & posixpath_toplevel_consts_35_consts_8_linetable.ob_base.ob_base,
  108237             :     ._co_code = NULL,
  108238             :     ._co_linearray = NULL,
  108239             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0d\x00\x00\x7d\x01\x7c\x01\x64\x00\x64\x01\x1a\x00\x89\x02\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x0f\x64\x00\x53\x00",
  108240             :     ._co_firsttraceable = 3,
  108241             : };
  108242             : static
  108243             :     struct _PyCode_DEF(38)
  108244             : posixpath_toplevel_consts_35_consts_11_consts_0 = {
  108245             :     .ob_base = {
  108246             :         .ob_base = {
  108247             :             .ob_refcnt = 999999999,
  108248             :             .ob_type = &PyCode_Type,
  108249             :         },
  108250             :         .ob_size = 19,
  108251             :     },
  108252             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  108253             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  108254             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  108255             :     .co_flags = 19,
  108256             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  108257             :     ._co_linearray_entry_size = 0,
  108258             :     .co_argcount = 1,
  108259             :     .co_posonlyargcount = 0,
  108260             :     .co_kwonlyargcount = 0,
  108261             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  108262             :     .co_stacksize = 4,
  108263             :     .co_firstlineno = 548,
  108264             :     .co_nlocalsplus = 3,
  108265             :     .co_nlocals = 2,
  108266             :     .co_nplaincellvars = 0,
  108267             :     .co_ncellvars = 0,
  108268             :     .co_nfreevars = 1,
  108269             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
  108270             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
  108271             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  108272             :     .co_name = &_Py_STR(anon_listcomp),
  108273             :     .co_qualname = & ntpath_toplevel_consts_45_consts_18_consts_0_qualname._ascii.ob_base,
  108274             :     .co_linetable = & ntpath_toplevel_consts_45_consts_18_consts_0_linetable.ob_base.ob_base,
  108275             :     ._co_code = NULL,
  108276             :     ._co_linearray = NULL,
  108277             :     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0b\x7c\x01\x91\x02\x8c\x0e\x53\x00",
  108278             :     ._co_firsttraceable = 1,
  108279             : };
  108280             : static
  108281             :     struct {
  108282             :         PyGC_Head _gc_head;
  108283             :         struct {
  108284             :             PyObject_VAR_HEAD
  108285             :             PyObject *ob_item[1];
  108286             :         }_object;
  108287             :     }
  108288             : posixpath_toplevel_consts_35_consts_11_consts = {
  108289             :     ._object = {
  108290             :         .ob_base = {
  108291             :             .ob_base = {
  108292             :                 .ob_refcnt = 999999999,
  108293             :                 .ob_type = &PyTuple_Type,
  108294             :             },
  108295             :             .ob_size = 1,
  108296             :         },
  108297             :         .ob_item = {
  108298             :             & posixpath_toplevel_consts_35_consts_11_consts_0.ob_base.ob_base,
  108299             :         },
  108300             :     },
  108301             : };
  108302             : static
  108303             :     struct _PyCode_DEF(42)
  108304             : posixpath_toplevel_consts_35_consts_11 = {
  108305             :     .ob_base = {
  108306             :         .ob_base = {
  108307             :             .ob_refcnt = 999999999,
  108308             :             .ob_type = &PyCode_Type,
  108309             :         },
  108310             :         .ob_size = 21,
  108311             :     },
  108312             :     .co_consts = & posixpath_toplevel_consts_35_consts_11_consts._object.ob_base.ob_base,
  108313             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  108314             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  108315             :     .co_flags = 19,
  108316             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  108317             :     ._co_linearray_entry_size = 0,
  108318             :     .co_argcount = 1,
  108319             :     .co_posonlyargcount = 0,
  108320             :     .co_kwonlyargcount = 0,
  108321             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  108322             :     .co_stacksize = 4,
  108323             :     .co_firstlineno = 548,
  108324             :     .co_nlocalsplus = 3,
  108325             :     .co_nlocals = 2,
  108326             :     .co_nplaincellvars = 0,
  108327             :     .co_ncellvars = 0,
  108328             :     .co_nfreevars = 1,
  108329             :     .co_localsplusnames = & ntpath_toplevel_consts_45_consts_18_localsplusnames._object.ob_base.ob_base,
  108330             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
  108331             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  108332             :     .co_name = &_Py_STR(anon_listcomp),
  108333             :     .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
  108334             :     .co_linetable = & ntpath_toplevel_consts_45_consts_18_linetable.ob_base.ob_base,
  108335             :     ._co_code = NULL,
  108336             :     ._co_linearray = NULL,
  108337             :     .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0e\x00\x00\x7d\x01\x88\x02\x66\x01\x64\x00\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x10\x53\x00",
  108338             :     ._co_firsttraceable = 1,
  108339             : };
  108340             : static
  108341             :     struct {
  108342             :         PyGC_Head _gc_head;
  108343             :         struct {
  108344             :             PyObject_VAR_HEAD
  108345             :             PyObject *ob_item[13];
  108346             :         }_object;
  108347             :     }
  108348             : posixpath_toplevel_consts_35_consts = {
  108349             :     ._object = {
  108350             :         .ob_base = {
  108351             :             .ob_base = {
  108352             :                 .ob_refcnt = 999999999,
  108353             :                 .ob_type = &PyTuple_Type,
  108354             :             },
  108355             :             .ob_size = 13,
  108356             :         },
  108357             :         .ob_item = {
  108358             :             & ntpath_toplevel_consts_45_consts_0._ascii.ob_base,
  108359             :             & ntpath_toplevel_consts_45_consts_1._ascii.ob_base,
  108360             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  108361             :             (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
  108362             :             (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
  108363             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  108364             :             &_Py_STR(dot),
  108365             :             & posixpath_toplevel_consts_35_consts_7.ob_base.ob_base,
  108366             :             & posixpath_toplevel_consts_35_consts_8.ob_base.ob_base,
  108367             :             & ntpath_toplevel_consts_45_consts_12._ascii.ob_base,
  108368             :             Py_None,
  108369             :             & posixpath_toplevel_consts_35_consts_11.ob_base.ob_base,
  108370             :             & const_str_commonpath._ascii.ob_base,
  108371             :         },
  108372             :     },
  108373             : };
  108374             : static
  108375             :     struct {
  108376             :         PyGC_Head _gc_head;
  108377             :         struct {
  108378             :             PyObject_VAR_HEAD
  108379             :             PyObject *ob_item[16];
  108380             :         }_object;
  108381             :     }
  108382             : posixpath_toplevel_consts_35_names = {
  108383             :     ._object = {
  108384             :         .ob_base = {
  108385             :             .ob_base = {
  108386             :                 .ob_refcnt = 999999999,
  108387             :                 .ob_type = &PyTuple_Type,
  108388             :             },
  108389             :             .ob_size = 16,
  108390             :         },
  108391             :         .ob_item = {
  108392             :             & const_str_ValueError._ascii.ob_base,
  108393             :             & const_str_tuple._ascii.ob_base,
  108394             :             & const_str_map._ascii.ob_base,
  108395             :             & const_str_os._ascii.ob_base,
  108396             :             & const_str_fspath._ascii.ob_base,
  108397             :             &_Py_ID(isinstance),
  108398             :             & const_str_bytes._ascii.ob_base,
  108399             :             & const_str_set._ascii.ob_base,
  108400             :             & const_str_min._ascii.ob_base,
  108401             :             & const_str_max._ascii.ob_base,
  108402             :             & const_str_enumerate._ascii.ob_base,
  108403             :             &_Py_ID(join),
  108404             :             & const_str_TypeError._ascii.ob_base,
  108405             :             & const_str_AttributeError._ascii.ob_base,
  108406             :             & const_str_genericpath._ascii.ob_base,
  108407             :             & const_str__check_arg_types._ascii.ob_base,
  108408             :         },
  108409             :     },
  108410             : };
  108411             : static
  108412             :     struct {
  108413             :         PyObject_VAR_HEAD
  108414             :         Py_hash_t ob_shash;
  108415             :         char ob_sval[408];
  108416             :     }
  108417             : posixpath_toplevel_consts_35_linetable = {
  108418             :     .ob_base = {
  108419             :         .ob_base = {
  108420             :             .ob_refcnt = 999999999,
  108421             :             .ob_type = &PyBytes_Type,
  108422             :         },
  108423             :         .ob_size = 407,
  108424             :     },
  108425             :     .ob_shash = -1,
  108426             :     .ob_sval = "\xf8\xf8\x80\x00\xf0\x06\x00\x0c\x11\xf0\x00\x01\x05\x42\x01\xdd\x0e\x18\xd0\x19\x40\xd4\x0e\x41\xd0\x08\x41\xe5\x0c\x11\x95\x23\x95\x62\x97\x69\x91\x69\xa0\x15\xd4\x12\x27\xd4\x0c\x28\x80\x45\xdd\x07\x11\x90\x25\x98\x01\x94\x28\x9d\x45\xd4\x07\x22\xf0\x00\x05\x05\x15\xd8\x0e\x12\x88\x03\xd8\x11\x15\x88\x06\x88\x06\xe0\x0e\x11\x88\x03\xd8\x11\x14\x88\x06\xf0\x04\x15\x05\x0e\xd8\x16\x39\xd0\x16\x39\xd0\x16\x39\xd0\x16\x39\xb0\x35\xd0\x16\x39\xd4\x16\x39\x88\x0b\xf0\x04\x03\x09\x50\x01\xdd\x15\x18\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xa8\x75\xd0\x18\x35\xd4\x18\x35\xd4\x15\x35\x89\x46\x88\x45\xf0\x08\x00\x17\x51\x01\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50\xc0\x4b\xd0\x16\x50\xd4\x16\x50\x88\x0b\xdd\x0d\x10\x90\x1b\xd4\x0d\x1d\x88\x02\xdd\x0d\x10\x90\x1b\xd4\x0d\x1d\x88\x02\xd8\x11\x13\x88\x06\xdd\x14\x1d\x98\x62\x94\x4d\xf0\x00\x03\x09\x16\xf1\x00\x03\x09\x16\x89\x44\x88\x41\x88\x71\xd8\x0f\x10\x90\x42\x90\x71\x94\x45\x8a\x7a\xf0\x00\x02\x0d\x16\xd8\x19\x1b\x98\x16\x98\x51\x98\x16\x90\x06\xd8\x10\x15\xe0\x18\x1d\xd0\x11\x2a\x90\x13\x90\x13\xa0\x33\xa0\x37\xa8\x01\xa0\x37\x88\x06\xd8\x0f\x15\x98\x03\x9f\x08\x99\x08\xa0\x16\xd4\x18\x28\xd1\x0f\x28\xd0\x08\x28\xf8\xf5\x1b\x00\x10\x1a\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xdd\x12\x1c\xd0\x1d\x44\xd4\x12\x45\xc8\x34\xd0\x0c\x4f\xf0\x03\x01\x09\x50\x01\xf8\xf8\xf8\xf8\xf5\x1c\x00\x0d\x16\x95\x7e\xd0\x0b\x26\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x5c\xd0\x08\x3a\xb0\x45\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
  108427             : };
  108428             : static
  108429             :     struct {
  108430             :         PyObject_VAR_HEAD
  108431             :         Py_hash_t ob_shash;
  108432             :         char ob_sval[38];
  108433             :     }
  108434             : posixpath_toplevel_consts_35_exceptiontable = {
  108435             :     .ob_base = {
  108436             :         .ob_base = {
  108437             :             .ob_refcnt = 999999999,
  108438             :             .ob_type = &PyBytes_Type,
  108439             :         },
  108440             :         .ob_size = 37,
  108441             :     },
  108442             :     .ob_shash = -1,
  108443             :     .ob_sval = "\xc1\x1d\x0c\x44\x0a\x00\xc1\x2a\x19\x43\x2e\x00\xc2\x03\x41\x2a\x44\x0a\x00\xc3\x2e\x19\x44\x07\x03\xc4\x07\x03\x44\x0a\x00\xc4\x0a\x2a\x44\x34\x03",
  108444             : };
  108445             : static
  108446             :     struct {
  108447             :         PyGC_Head _gc_head;
  108448             :         struct {
  108449             :             PyObject_VAR_HEAD
  108450             :             PyObject *ob_item[11];
  108451             :         }_object;
  108452             :     }
  108453             : posixpath_toplevel_consts_35_localsplusnames = {
  108454             :     ._object = {
  108455             :         .ob_base = {
  108456             :             .ob_base = {
  108457             :                 .ob_refcnt = 999999999,
  108458             :                 .ob_type = &PyTuple_Type,
  108459             :             },
  108460             :             .ob_size = 11,
  108461             :         },
  108462             :         .ob_item = {
  108463             :             & const_str_paths._ascii.ob_base,
  108464             :             & const_str_split_paths._ascii.ob_base,
  108465             :             & const_str_isabs._ascii.ob_base,
  108466             :             & const_str_s1._ascii.ob_base,
  108467             :             & const_str_s2._ascii.ob_base,
  108468             :             & const_str_common._ascii.ob_base,
  108469             :             & const_str_i._ascii.ob_base,
  108470             :             & const_str_c._ascii.ob_base,
  108471             :             & const_str_prefix._ascii.ob_base,
  108472             :             & const_str_curdir._ascii.ob_base,
  108473             :             & const_str_sep._ascii.ob_base,
  108474             :         },
  108475             :     },
  108476             : };
  108477             : static
  108478             :     struct {
  108479             :         PyObject_VAR_HEAD
  108480             :         Py_hash_t ob_shash;
  108481             :         char ob_sval[12];
  108482             :     }
  108483             : posixpath_toplevel_consts_35_localspluskinds = {
  108484             :     .ob_base = {
  108485             :         .ob_base = {
  108486             :             .ob_refcnt = 999999999,
  108487             :             .ob_type = &PyBytes_Type,
  108488             :         },
  108489             :         .ob_size = 11,
  108490             :     },
  108491             :     .ob_shash = -1,
  108492             :     .ob_sval = "         @@",
  108493             : };
  108494             : static
  108495             :     struct _PyCode_DEF(622)
  108496             : posixpath_toplevel_consts_35 = {
  108497             :     .ob_base = {
  108498             :         .ob_base = {
  108499             :             .ob_refcnt = 999999999,
  108500             :             .ob_type = &PyCode_Type,
  108501             :         },
  108502             :         .ob_size = 311,
  108503             :     },
  108504             :     .co_consts = & posixpath_toplevel_consts_35_consts._object.ob_base.ob_base,
  108505             :     .co_names = & posixpath_toplevel_consts_35_names._object.ob_base.ob_base,
  108506             :     .co_exceptiontable = & posixpath_toplevel_consts_35_exceptiontable.ob_base.ob_base,
  108507             :     .co_flags = 3,
  108508             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  108509             :     ._co_linearray_entry_size = 0,
  108510             :     .co_argcount = 1,
  108511             :     .co_posonlyargcount = 0,
  108512             :     .co_kwonlyargcount = 0,
  108513             :     .co_framesize = 17 + FRAME_SPECIALS_SIZE,
  108514             :     .co_stacksize = 6,
  108515             :     .co_firstlineno = 526,
  108516             :     .co_nlocalsplus = 11,
  108517             :     .co_nlocals = 9,
  108518             :     .co_nplaincellvars = 2,
  108519             :     .co_ncellvars = 2,
  108520             :     .co_nfreevars = 0,
  108521             :     .co_localsplusnames = & posixpath_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
  108522             :     .co_localspluskinds = & posixpath_toplevel_consts_35_localspluskinds.ob_base.ob_base,
  108523             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  108524             :     .co_name = & const_str_commonpath._ascii.ob_base,
  108525             :     .co_qualname = & const_str_commonpath._ascii.ob_base,
  108526             :     .co_linetable = & posixpath_toplevel_consts_35_linetable.ob_base.ob_base,
  108527             :     ._co_code = NULL,
  108528             :     ._co_linearray = NULL,
  108529             :     .co_code_adaptive = "\x87\x09\x87\x0a\x97\x00\x7c\x00\x73\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x05\x64\x03\x8a\x0a\x64\x04\x8a\x09\x6e\x04\x64\x05\x8a\x0a\x64\x06\x8a\x09\x09\x00\x88\x0a\x66\x01\x64\x07\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x0a\x66\x01\x64\x08\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x01\x00\x00\x7d\x02\x88\x09\x66\x01\x64\x0b\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x7d\x05\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x16\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x07\x7c\x04\x7c\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\xaf\x12\x7c\x03\x64\x0a\x7c\x06\x1a\x00\x7d\x05\x01\x00\x7c\x02\x72\x02\x89\x0a\x6e\x04\x89\x0a\x64\x0a\x64\x02\x1a\x00\x7d\x08\x7c\x08\x89\x0a\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x19\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x67\x01\x7c\x00\xa2\x01\x52\x00\x8e\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  108530             :     ._co_firsttraceable = 2,
  108531             : };
  108532             : static
  108533             :     struct {
  108534             :         PyGC_Head _gc_head;
  108535             :         struct {
  108536             :             PyObject_VAR_HEAD
  108537             :             PyObject *ob_item[37];
  108538             :         }_object;
  108539             :     }
  108540             : posixpath_toplevel_consts = {
  108541             :     ._object = {
  108542             :         .ob_base = {
  108543             :             .ob_base = {
  108544             :                 .ob_refcnt = 999999999,
  108545             :                 .ob_type = &PyTuple_Type,
  108546             :             },
  108547             :             .ob_size = 37,
  108548             :         },
  108549             :         .ob_item = {
  108550             :             & posixpath_toplevel_consts_0._ascii.ob_base,
  108551             :             &_Py_STR(dot),
  108552             :             & ntpath_toplevel_consts_2._ascii.ob_base,
  108553             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  108554             :             & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
  108555             :             & posixpath_toplevel_consts_5._ascii.ob_base,
  108556             :             Py_None,
  108557             :             & posixpath_toplevel_consts_7._ascii.ob_base,
  108558             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  108559             :             & codecs_toplevel_consts_3._object.ob_base.ob_base,
  108560             :             & posixpath_toplevel_consts_10._object.ob_base.ob_base,
  108561             :             & posixpath_toplevel_consts_11.ob_base.ob_base,
  108562             :             & posixpath_toplevel_consts_12.ob_base.ob_base,
  108563             :             & posixpath_toplevel_consts_13.ob_base.ob_base,
  108564             :             & posixpath_toplevel_consts_14.ob_base.ob_base,
  108565             :             & posixpath_toplevel_consts_15.ob_base.ob_base,
  108566             :             & posixpath_toplevel_consts_16.ob_base.ob_base,
  108567             :             & posixpath_toplevel_consts_17.ob_base.ob_base,
  108568             :             & posixpath_toplevel_consts_18.ob_base.ob_base,
  108569             :             & posixpath_toplevel_consts_19.ob_base.ob_base,
  108570             :             & posixpath_toplevel_consts_20.ob_base.ob_base,
  108571             :             & posixpath_toplevel_consts_21.ob_base.ob_base,
  108572             :             & posixpath_toplevel_consts_22.ob_base.ob_base,
  108573             :             & posixpath_toplevel_consts_23.ob_base.ob_base,
  108574             :             & posixpath_toplevel_consts_24.ob_base.ob_base,
  108575             :             & ntpath_toplevel_consts_29._object.ob_base.ob_base,
  108576             :             & posixpath_toplevel_consts_26.ob_base.ob_base,
  108577             :             & posixpath_toplevel_consts_27.ob_base.ob_base,
  108578             :             & posixpath_toplevel_consts_28.ob_base.ob_base,
  108579             :             Py_False,
  108580             :             & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
  108581             :             & posixpath_toplevel_consts_31.ob_base.ob_base,
  108582             :             & posixpath_toplevel_consts_32.ob_base.ob_base,
  108583             :             & const_str_darwin._ascii.ob_base,
  108584             :             & posixpath_toplevel_consts_34.ob_base.ob_base,
  108585             :             & posixpath_toplevel_consts_35.ob_base.ob_base,
  108586             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  108587             :         },
  108588             :     },
  108589             : };
  108590             : static
  108591             :     struct {
  108592             :         PyGC_Head _gc_head;
  108593             :         struct {
  108594             :             PyObject_VAR_HEAD
  108595             :             PyObject *ob_item[42];
  108596             :         }_object;
  108597             :     }
  108598             : posixpath_toplevel_names = {
  108599             :     ._object = {
  108600             :         .ob_base = {
  108601             :             .ob_base = {
  108602             :                 .ob_refcnt = 999999999,
  108603             :                 .ob_type = &PyTuple_Type,
  108604             :             },
  108605             :             .ob_size = 42,
  108606             :         },
  108607             :         .ob_item = {
  108608             :             &_Py_ID(__doc__),
  108609             :             & const_str_curdir._ascii.ob_base,
  108610             :             & const_str_pardir._ascii.ob_base,
  108611             :             & const_str_extsep._ascii.ob_base,
  108612             :             & const_str_sep._ascii.ob_base,
  108613             :             & const_str_pathsep._ascii.ob_base,
  108614             :             & const_str_defpath._ascii.ob_base,
  108615             :             & const_str_altsep._ascii.ob_base,
  108616             :             & const_str_devnull._ascii.ob_base,
  108617             :             & const_str_os._ascii.ob_base,
  108618             :             & const_str_sys._ascii.ob_base,
  108619             :             & const_str_stat._ascii.ob_base,
  108620             :             & const_str_genericpath._ascii.ob_base,
  108621             :             &_Py_ID(__all__),
  108622             :             & const_str__get_sep._ascii.ob_base,
  108623             :             & const_str_normcase._ascii.ob_base,
  108624             :             & const_str_isabs._ascii.ob_base,
  108625             :             &_Py_ID(join),
  108626             :             & const_str_split._ascii.ob_base,
  108627             :             & const_str_splitext._ascii.ob_base,
  108628             :             & const_str__splitext._ascii.ob_base,
  108629             :             & const_str_splitdrive._ascii.ob_base,
  108630             :             & const_str_basename._ascii.ob_base,
  108631             :             & const_str_dirname._ascii.ob_base,
  108632             :             & const_str_islink._ascii.ob_base,
  108633             :             & const_str_lexists._ascii.ob_base,
  108634             :             & const_str_ismount._ascii.ob_base,
  108635             :             & const_str_expanduser._ascii.ob_base,
  108636             :             & const_str__varprog._ascii.ob_base,
  108637             :             & const_str__varprogb._ascii.ob_base,
  108638             :             & const_str_expandvars._ascii.ob_base,
  108639             :             & const_str_posix._ascii.ob_base,
  108640             :             & const_str__path_normpath._ascii.ob_base,
  108641             :             & const_str_normpath._ascii.ob_base,
  108642             :             & const_str_ImportError._ascii.ob_base,
  108643             :             & const_str_abspath._ascii.ob_base,
  108644             :             & const_str_realpath._ascii.ob_base,
  108645             :             & const_str__joinrealpath._ascii.ob_base,
  108646             :             & const_str_platform._ascii.ob_base,
  108647             :             & const_str_supports_unicode_filenames._ascii.ob_base,
  108648             :             & const_str_relpath._ascii.ob_base,
  108649             :             & const_str_commonpath._ascii.ob_base,
  108650             :         },
  108651             :     },
  108652             : };
  108653             : static
  108654             :     struct {
  108655             :         PyObject_VAR_HEAD
  108656             :         Py_hash_t ob_shash;
  108657             :         char ob_sval[589];
  108658             :     }
  108659             : posixpath_toplevel_linetable = {
  108660             :     .ob_base = {
  108661             :         .ob_base = {
  108662             :             .ob_refcnt = 999999999,
  108663             :             .ob_type = &PyBytes_Type,
  108664             :         },
  108665             :         .ob_size = 588,
  108666             :     },
  108667             :     .ob_shash = -1,
  108668             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x0a\x01\x04\xf0\x00\x0a\x01\x04\xf0\x1e\x00\x0a\x0d\x80\x06\xd8\x09\x0d\x80\x06\xd8\x09\x0c\x80\x06\xd8\x06\x09\x80\x03\xd8\x0a\x0d\x80\x07\xd8\x0a\x19\x80\x07\xd8\x09\x0d\x80\x06\xd8\x0a\x15\x80\x07\xe0\x00\x09\x80\x09\x80\x09\x80\x09\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x12\xd0\x00\x12\xd0\x00\x12\xd0\x00\x12\xd8\x00\x19\xd0\x00\x19\xd0\x00\x19\xd0\x00\x19\xf0\x04\x07\x0b\x19\xf0\x00\x07\x0b\x19\xf0\x00\x07\x0b\x19\x80\x07\xf0\x14\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x16\x02\x01\x18\xf0\x00\x02\x01\x18\xf0\x00\x02\x01\x18\xf0\x10\x04\x01\x1d\xf0\x00\x04\x01\x1d\xf0\x00\x04\x01\x1d\xf0\x16\x15\x01\x10\xf0\x00\x15\x01\x10\xf0\x00\x15\x01\x10\xf0\x3a\x09\x01\x16\xf0\x00\x09\x01\x16\xf0\x00\x09\x01\x16\xf0\x22\x08\x01\x37\xf0\x00\x08\x01\x37\xf0\x00\x08\x01\x37\xf0\x12\x00\x14\x1f\xd7\x13\x28\xd1\x13\x28\xd7\x13\x30\xd1\x13\x30\x80\x08\xd4\x00\x10\xf0\x0a\x04\x01\x14\xf0\x00\x04\x01\x14\xf0\x00\x04\x01\x14\xf0\x12\x05\x01\x11\xf0\x00\x05\x01\x11\xf0\x00\x05\x01\x11\xf0\x14\x08\x01\x10\xf0\x00\x08\x01\x10\xf0\x00\x08\x01\x10\xf0\x1c\x06\x01\x24\xf0\x00\x06\x01\x24\xf0\x00\x06\x01\x24\xf0\x14\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x18\x1e\x01\x11\xf0\x00\x1e\x01\x11\xf0\x00\x1e\x01\x11\xf0\x54\x01\x36\x01\x29\xf0\x00\x36\x01\x29\xf0\x00\x36\x01\x29\xf0\x7a\x01\x00\x0c\x10\x80\x08\xd8\x0c\x10\x80\x09\xf0\x04\x2e\x01\x10\xf0\x00\x2e\x01\x10\xf0\x00\x2e\x01\x10\xf0\x6a\x01\x30\x01\x2b\xd8\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xf0\x54\x01\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x10\x09\x01\x1a\xf0\x00\x09\x01\x1a\xf0\x00\x09\x01\x1a\xf0\x1e\x00\x22\x27\xf0\x00\x05\x01\x19\xf0\x00\x05\x01\x19\xf0\x00\x05\x01\x19\xf0\x00\x05\x01\x19\xf0\x00\x05\x01\x19\xf0\x12\x3c\x01\x16\xf0\x00\x3c\x01\x16\xf0\x00\x3c\x01\x16\xf0\x7e\x01\x00\x1f\x22\x9f\x6c\x99\x6c\xa8\x68\xd2\x1e\x36\xd0\x00\x1a\xe0\x18\x1c\xf0\x00\x21\x01\x0e\xf0\x00\x21\x01\x0e\xf0\x00\x21\x01\x0e\xf0\x52\x01\x23\x01\x0e\xf0\x00\x23\x01\x0e\xf0\x00\x23\x01\x0e\xf0\x00\x23\x01\x0e\xf0\x00\x23\x01\x0e\xf8\xf0\x65\x05\x00\x08\x13\xf0\x00\x25\x01\x1b\xf0\x00\x25\x01\x1b\xf0\x00\x25\x01\x1b\xf0\x02\x24\x05\x1b\xf0\x00\x24\x05\x1b\xf0\x00\x24\x05\x1b\xf0\x00\x24\x05\x1b\xf0\x00\x24\x05\x1b\xf0\x03\x25\x01\x1b\xf8\xf8\xf8",
  108669             : };
  108670             : static
  108671             :     struct {
  108672             :         PyObject_VAR_HEAD
  108673             :         Py_hash_t ob_shash;
  108674             :         char ob_sval[19];
  108675             :     }
  108676             : posixpath_toplevel_exceptiontable = {
  108677             :     .ob_base = {
  108678             :         .ob_base = {
  108679             :             .ob_refcnt = 999999999,
  108680             :             .ob_type = &PyBytes_Type,
  108681             :         },
  108682             :         .ob_size = 18,
  108683             :     },
  108684             :     .ob_shash = -1,
  108685             :     .ob_sval = "\xc1\x35\x06\x42\x23\x00\xc2\x23\x08\x42\x2e\x03\xc2\x2d\x01\x42\x2e\x03",
  108686             : };
  108687             : static
  108688             :     struct _PyCode_DEF(354)
  108689             : posixpath_toplevel = {
  108690             :     .ob_base = {
  108691             :         .ob_base = {
  108692             :             .ob_refcnt = 999999999,
  108693             :             .ob_type = &PyCode_Type,
  108694             :         },
  108695             :         .ob_size = 177,
  108696             :     },
  108697             :     .co_consts = & posixpath_toplevel_consts._object.ob_base.ob_base,
  108698             :     .co_names = & posixpath_toplevel_names._object.ob_base.ob_base,
  108699             :     .co_exceptiontable = & posixpath_toplevel_exceptiontable.ob_base.ob_base,
  108700             :     .co_flags = 0,
  108701             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  108702             :     ._co_linearray_entry_size = 0,
  108703             :     .co_argcount = 0,
  108704             :     .co_posonlyargcount = 0,
  108705             :     .co_kwonlyargcount = 0,
  108706             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  108707             :     .co_stacksize = 4,
  108708             :     .co_firstlineno = 1,
  108709             :     .co_nlocalsplus = 0,
  108710             :     .co_nlocals = 0,
  108711             :     .co_nplaincellvars = 0,
  108712             :     .co_ncellvars = 0,
  108713             :     .co_nfreevars = 0,
  108714             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  108715             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  108716             :     .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
  108717             :     .co_name = &_Py_STR(anon_module),
  108718             :     .co_qualname = &_Py_STR(anon_module),
  108719             :     .co_linetable = & posixpath_toplevel_linetable.ob_base.ob_base,
  108720             :     ._co_code = NULL,
  108721             :     ._co_linearray = NULL,
  108722             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x5a\x01\x64\x02\x5a\x02\x64\x01\x5a\x03\x64\x03\x5a\x04\x64\x04\x5a\x05\x64\x05\x5a\x06\x64\x06\x5a\x07\x64\x07\x5a\x08\x64\x08\x64\x06\x6c\x09\x5a\x09\x64\x08\x64\x06\x6c\x0a\x5a\x0a\x64\x08\x64\x06\x6c\x0b\x5a\x0b\x64\x08\x64\x06\x6c\x0c\x5a\x0c\x64\x08\x64\x09\x6c\x0c\x54\x00\x67\x00\x64\x0a\xa2\x01\x5a\x0d\x64\x0b\x84\x00\x5a\x0e\x64\x0c\x84\x00\x5a\x0f\x64\x0d\x84\x00\x5a\x10\x64\x0e\x84\x00\x5a\x11\x64\x0f\x84\x00\x5a\x12\x64\x10\x84\x00\x5a\x13\x65\x0c\x6a\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x13\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\x84\x00\x5a\x15\x64\x12\x84\x00\x5a\x16\x64\x13\x84\x00\x5a\x17\x64\x14\x84\x00\x5a\x18\x64\x15\x84\x00\x5a\x19\x64\x16\x84\x00\x5a\x1a\x64\x17\x84\x00\x5a\x1b\x64\x06\x61\x1c\x64\x06\x61\x1d\x64\x18\x84\x00\x5a\x1e\x09\x00\x64\x08\x64\x19\x6c\x1f\x6d\x20\x5a\x20\x01\x00\x64\x1a\x84\x00\x5a\x21\x64\x1c\x84\x00\x5a\x23\x64\x1d\x64\x1e\x9c\x01\x64\x1f\x84\x02\x5a\x24\x64\x20\x84\x00\x5a\x25\x65\x0a\x6a\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x21\x6b\x02\x00\x00\x00\x00\x5a\x27\x64\x24\x64\x22\x84\x01\x5a\x28\x64\x23\x84\x00\x5a\x29\x64\x06\x53\x00\x23\x00\x65\x22\x24\x00\x72\x06\x01\x00\x64\x1b\x84\x00\x5a\x21\x59\x00\x8c\x2f\x77\x00\x78\x03\x59\x00\x77\x01",
  108723             :     ._co_firsttraceable = 0,
  108724             : };
  108725           8 : static void posixpath_do_patchups(void) {
  108726           8 : }
  108727             : 
  108728             : PyObject *
  108729           8 : _Py_get_posixpath_toplevel(void)
  108730             : {
  108731           8 :     posixpath_do_patchups();
  108732           8 :     return Py_NewRef((PyObject *) &posixpath_toplevel);
  108733             : }
  108734             : 
  108735             : static
  108736             :     struct {
  108737             :         PyASCIIObject _ascii;
  108738             :         uint8_t _data[1103];
  108739             :     }
  108740             : os_toplevel_consts_0 = {
  108741             :     ._ascii = {
  108742             :         .ob_base = {
  108743             :             .ob_refcnt = 999999999,
  108744             :             .ob_type = &PyUnicode_Type,
  108745             :         },
  108746             :         .length = 1102,
  108747             :         .hash = -1,
  108748             :         .state = {
  108749             :             .kind = 1,
  108750             :             .compact = 1,
  108751             :             .ascii = 1,
  108752             :         },
  108753             :     },
  108754             :     ._data = "\x4f\x53\x20\x72\x6f\x75\x74\x69\x6e\x65\x73\x20\x66\x6f\x72\x20\x4e\x54\x20\x6f\x72\x20\x50\x6f\x73\x69\x78\x20\x64\x65\x70\x65\x6e\x64\x69\x6e\x67\x20\x6f\x6e\x20\x77\x68\x61\x74\x20\x73\x79\x73\x74\x65\x6d\x20\x77\x65\x27\x72\x65\x20\x6f\x6e\x2e\x0a\x0a\x54\x68\x69\x73\x20\x65\x78\x70\x6f\x72\x74\x73\x3a\x0a\x20\x20\x2d\x20\x61\x6c\x6c\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x73\x20\x66\x72\x6f\x6d\x20\x70\x6f\x73\x69\x78\x20\x6f\x72\x20\x6e\x74\x2c\x20\x65\x2e\x67\x2e\x20\x75\x6e\x6c\x69\x6e\x6b\x2c\x20\x73\x74\x61\x74\x2c\x20\x65\x74\x63\x2e\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x70\x61\x74\x68\x20\x69\x73\x20\x65\x69\x74\x68\x65\x72\x20\x70\x6f\x73\x69\x78\x70\x61\x74\x68\x20\x6f\x72\x20\x6e\x74\x70\x61\x74\x68\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x6e\x61\x6d\x65\x20\x69\x73\x20\x65\x69\x74\x68\x65\x72\x20\x27\x70\x6f\x73\x69\x78\x27\x20\x6f\x72\x20\x27\x6e\x74\x27\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x63\x75\x72\x64\x69\x72\x20\x69\x73\x20\x61\x20\x73\x74\x72\x69\x6e\x67\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x28\x61\x6c\x77\x61\x79\x73\x20\x27\x2e\x27\x29\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x70\x61\x72\x64\x69\x72\x20\x69\x73\x20\x61\x20\x73\x74\x72\x69\x6e\x67\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x65\x20\x70\x61\x72\x65\x6e\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x28\x61\x6c\x77\x61\x79\x73\x20\x27\x2e\x2e\x27\x29\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x73\x65\x70\x20\x69\x73\x20\x74\x68\x65\x20\x28\x6f\x72\x20\x61\x20\x6d\x6f\x73\x74\x20\x63\x6f\x6d\x6d\x6f\x6e\x29\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x73\x65\x70\x61\x72\x61\x74\x6f\x72\x20\x28\x27\x2f\x27\x20\x6f\x72\x20\x27\x5c\x5c\x27\x29\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x65\x78\x74\x73\x65\x70\x20\x69\x73\x20\x74\x68\x65\x20\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x20\x73\x65\x70\x61\x72\x61\x74\x6f\x72\x20\x28\x61\x6c\x77\x61\x79\x73\x20\x27\x2e\x27\x29\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x61\x6c\x74\x73\x65\x70\x20\x69\x73\x20\x74\x68\x65\x20\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x73\x65\x70\x61\x72\x61\x74\x6f\x72\x20\x28\x4e\x6f\x6e\x65\x20\x6f\x72\x20\x27\x2f\x27\x29\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x70\x61\x74\x68\x73\x65\x70\x20\x69\x73\x20\x74\x68\x65\x20\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x20\x73\x65\x70\x61\x72\x61\x74\x6f\x72\x20\x75\x73\x65\x64\x20\x69\x6e\x20\x24\x50\x41\x54\x48\x20\x65\x74\x63\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x6c\x69\x6e\x65\x73\x65\x70\x20\x69\x73\x20\x74\x68\x65\x20\x6c\x69\x6e\x65\x20\x73\x65\x70\x61\x72\x61\x74\x6f\x72\x20\x69\x6e\x20\x74\x65\x78\x74\x20\x66\x69\x6c\x65\x73\x20\x28\x27\x5c\x72\x27\x20\x6f\x72\x20\x27\x5c\x6e\x27\x20\x6f\x72\x20\x27\x5c\x72\x5c\x6e\x27\x29\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x64\x65\x66\x70\x61\x74\x68\x20\x69\x73\x20\x74\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x73\x65\x61\x72\x63\x68\x20\x70\x61\x74\x68\x20\x66\x6f\x72\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x73\x0a\x20\x20\x2d\x20\x6f\x73\x2e\x64\x65\x76\x6e\x75\x6c\x6c\x20\x69\x73\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x70\x61\x74\x68\x20\x6f\x66\x20\x74\x68\x65\x20\x6e\x75\x6c\x6c\x20\x64\x65\x76\x69\x63\x65\x20\x28\x27\x2f\x64\x65\x76\x2f\x6e\x75\x6c\x6c\x27\x2c\x20\x65\x74\x63\x2e\x29\x0a\x0a\x50\x72\x6f\x67\x72\x61\x6d\x73\x20\x74\x68\x61\x74\x20\x69\x6d\x70\x6f\x72\x74\x20\x61\x6e\x64\x20\x75\x73\x65\x20\x27\x6f\x73\x27\x20\x73\x74\x61\x6e\x64\x20\x61\x20\x62\x65\x74\x74\x65\x72\x20\x63\x68\x61\x6e\x63\x65\x20\x6f\x66\x20\x62\x65\x69\x6e\x67\x0a\x70\x6f\x72\x74\x61\x62\x6c\x65\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x20\x70\x6c\x61\x74\x66\x6f\x72\x6d\x73\x2e\x20\x20\x4f\x66\x20\x63\x6f\x75\x72\x73\x65\x2c\x20\x74\x68\x65\x79\x20\x6d\x75\x73\x74\x20\x74\x68\x65\x6e\x0a\x6f\x6e\x6c\x79\x20\x75\x73\x65\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x73\x20\x74\x68\x61\x74\x20\x61\x72\x65\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x62\x79\x20\x61\x6c\x6c\x20\x70\x6c\x61\x74\x66\x6f\x72\x6d\x73\x20\x28\x65\x2e\x67\x2e\x2c\x20\x75\x6e\x6c\x69\x6e\x6b\x0a\x61\x6e\x64\x20\x6f\x70\x65\x6e\x64\x69\x72\x29\x2c\x20\x61\x6e\x64\x20\x6c\x65\x61\x76\x65\x20\x61\x6c\x6c\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x6d\x61\x6e\x69\x70\x75\x6c\x61\x74\x69\x6f\x6e\x20\x74\x6f\x20\x6f\x73\x2e\x70\x61\x74\x68\x0a\x28\x65\x2e\x67\x2e\x2c\x20\x73\x70\x6c\x69\x74\x20\x61\x6e\x64\x20\x6a\x6f\x69\x6e\x29\x2e\x0a",
  108755             : };
  108756             : static
  108757             :     struct {
  108758             :         PyGC_Head _gc_head;
  108759             :         struct {
  108760             :             PyObject_VAR_HEAD
  108761             :             PyObject *ob_item[1];
  108762             :         }_object;
  108763             :     }
  108764             : os_toplevel_consts_3 = {
  108765             :     ._object = {
  108766             :         .ob_base = {
  108767             :             .ob_base = {
  108768             :                 .ob_refcnt = 999999999,
  108769             :                 .ob_type = &PyTuple_Type,
  108770             :             },
  108771             :             .ob_size = 1,
  108772             :         },
  108773             :         .ob_item = {
  108774             :             & const_str__check_methods._ascii.ob_base,
  108775             :         },
  108776             :     },
  108777             : };
  108778             : static
  108779             :     struct {
  108780             :         PyASCIIObject _ascii;
  108781             :         uint8_t _data[8];
  108782             :     }
  108783             : const_str_linesep = {
  108784             :     ._ascii = {
  108785             :         .ob_base = {
  108786             :             .ob_refcnt = 999999999,
  108787             :             .ob_type = &PyUnicode_Type,
  108788             :         },
  108789             :         .length = 7,
  108790             :         .hash = -1,
  108791             :         .state = {
  108792             :             .kind = 1,
  108793             :             .compact = 1,
  108794             :             .ascii = 1,
  108795             :         },
  108796             :     },
  108797             :     ._data = "linesep",
  108798             : };
  108799             : static
  108800             :     struct {
  108801             :         PyASCIIObject _ascii;
  108802             :         uint8_t _data[14];
  108803             :     }
  108804             : const_str_get_exec_path = {
  108805             :     ._ascii = {
  108806             :         .ob_base = {
  108807             :             .ob_refcnt = 999999999,
  108808             :             .ob_type = &PyUnicode_Type,
  108809             :         },
  108810             :         .length = 13,
  108811             :         .hash = -1,
  108812             :         .state = {
  108813             :             .kind = 1,
  108814             :             .compact = 1,
  108815             :             .ascii = 1,
  108816             :         },
  108817             :     },
  108818             :     ._data = "get_exec_path",
  108819             : };
  108820             : static
  108821             :     struct {
  108822             :         PyASCIIObject _ascii;
  108823             :         uint8_t _data[7];
  108824             :     }
  108825             : const_str_fdopen = {
  108826             :     ._ascii = {
  108827             :         .ob_base = {
  108828             :             .ob_refcnt = 999999999,
  108829             :             .ob_type = &PyUnicode_Type,
  108830             :         },
  108831             :         .length = 6,
  108832             :         .hash = -1,
  108833             :         .state = {
  108834             :             .kind = 1,
  108835             :             .compact = 1,
  108836             :             .ascii = 1,
  108837             :         },
  108838             :     },
  108839             :     ._data = "fdopen",
  108840             : };
  108841             : static
  108842             :     struct {
  108843             :         PyGC_Head _gc_head;
  108844             :         struct {
  108845             :             PyObject_VAR_HEAD
  108846             :             PyObject *ob_item[18];
  108847             :         }_object;
  108848             :     }
  108849             : os_toplevel_consts_4 = {
  108850             :     ._object = {
  108851             :         .ob_base = {
  108852             :             .ob_base = {
  108853             :                 .ob_refcnt = 999999999,
  108854             :                 .ob_type = &PyTuple_Type,
  108855             :             },
  108856             :             .ob_size = 18,
  108857             :         },
  108858             :         .ob_item = {
  108859             :             & const_str_altsep._ascii.ob_base,
  108860             :             & const_str_curdir._ascii.ob_base,
  108861             :             & const_str_pardir._ascii.ob_base,
  108862             :             & const_str_sep._ascii.ob_base,
  108863             :             & const_str_pathsep._ascii.ob_base,
  108864             :             & const_str_linesep._ascii.ob_base,
  108865             :             & const_str_defpath._ascii.ob_base,
  108866             :             &_Py_ID(name),
  108867             :             &_Py_ID(path),
  108868             :             & const_str_devnull._ascii.ob_base,
  108869             :             & const_str_SEEK_SET._ascii.ob_base,
  108870             :             & const_str_SEEK_CUR._ascii.ob_base,
  108871             :             & const_str_SEEK_END._ascii.ob_base,
  108872             :             & const_str_fsencode._ascii.ob_base,
  108873             :             & const_str_fsdecode._ascii.ob_base,
  108874             :             & const_str_get_exec_path._ascii.ob_base,
  108875             :             & const_str_fdopen._ascii.ob_base,
  108876             :             & const_str_extsep._ascii.ob_base,
  108877             :         },
  108878             :     },
  108879             : };
  108880             : static
  108881             :     struct {
  108882             :         PyGC_Head _gc_head;
  108883             :         struct {
  108884             :             PyObject_VAR_HEAD
  108885             :             PyObject *ob_item[1];
  108886             :         }_object;
  108887             :     }
  108888             : os_toplevel_consts_5_names = {
  108889             :     ._object = {
  108890             :         .ob_base = {
  108891             :             .ob_base = {
  108892             :                 .ob_refcnt = 999999999,
  108893             :                 .ob_type = &PyTuple_Type,
  108894             :             },
  108895             :             .ob_size = 1,
  108896             :         },
  108897             :         .ob_item = {
  108898             :             & const_str_globals._ascii.ob_base,
  108899             :         },
  108900             :     },
  108901             : };
  108902             : static
  108903             :     struct {
  108904             :         PyASCIIObject _ascii;
  108905             :         uint8_t _data[12];
  108906             :     }
  108907             : os_toplevel_consts_5_filename = {
  108908             :     ._ascii = {
  108909             :         .ob_base = {
  108910             :             .ob_refcnt = 999999999,
  108911             :             .ob_type = &PyUnicode_Type,
  108912             :         },
  108913             :         .length = 11,
  108914             :         .hash = -1,
  108915             :         .state = {
  108916             :             .kind = 1,
  108917             :             .compact = 1,
  108918             :             .ascii = 1,
  108919             :         },
  108920             :     },
  108921             :     ._data = "<frozen os>",
  108922             : };
  108923             : static
  108924             :     struct {
  108925             :         PyASCIIObject _ascii;
  108926             :         uint8_t _data[8];
  108927             :     }
  108928             : const_str__exists = {
  108929             :     ._ascii = {
  108930             :         .ob_base = {
  108931             :             .ob_refcnt = 999999999,
  108932             :             .ob_type = &PyUnicode_Type,
  108933             :         },
  108934             :         .length = 7,
  108935             :         .hash = -1,
  108936             :         .state = {
  108937             :             .kind = 1,
  108938             :             .compact = 1,
  108939             :             .ascii = 1,
  108940             :         },
  108941             :     },
  108942             :     ._data = "_exists",
  108943             : };
  108944             : static
  108945             :     struct {
  108946             :         PyObject_VAR_HEAD
  108947             :         Py_hash_t ob_shash;
  108948             :         char ob_sval[16];
  108949             :     }
  108950             : os_toplevel_consts_5_linetable = {
  108951             :     .ob_base = {
  108952             :         .ob_base = {
  108953             :             .ob_refcnt = 999999999,
  108954             :             .ob_type = &PyBytes_Type,
  108955             :         },
  108956             :         .ob_size = 15,
  108957             :     },
  108958             :     .ob_shash = -1,
  108959             :     .ob_sval = "\x80\x00\xd8\x0b\x0f\x95\x37\x94\x39\xd0\x0b\x1c\xd0\x04\x1c",
  108960             : };
  108961             : static
  108962             :     struct _PyCode_DEF(30)
  108963             : os_toplevel_consts_5 = {
  108964             :     .ob_base = {
  108965             :         .ob_base = {
  108966             :             .ob_refcnt = 999999999,
  108967             :             .ob_type = &PyCode_Type,
  108968             :         },
  108969             :         .ob_size = 15,
  108970             :     },
  108971             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  108972             :     .co_names = & os_toplevel_consts_5_names._object.ob_base.ob_base,
  108973             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  108974             :     .co_flags = 3,
  108975             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  108976             :     ._co_linearray_entry_size = 0,
  108977             :     .co_argcount = 1,
  108978             :     .co_posonlyargcount = 0,
  108979             :     .co_kwonlyargcount = 0,
  108980             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  108981             :     .co_stacksize = 3,
  108982             :     .co_firstlineno = 41,
  108983             :     .co_nlocalsplus = 1,
  108984             :     .co_nlocals = 1,
  108985             :     .co_nplaincellvars = 0,
  108986             :     .co_ncellvars = 0,
  108987             :     .co_nfreevars = 0,
  108988             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
  108989             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  108990             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  108991             :     .co_name = & const_str__exists._ascii.ob_base,
  108992             :     .co_qualname = & const_str__exists._ascii.ob_base,
  108993             :     .co_linetable = & os_toplevel_consts_5_linetable.ob_base.ob_base,
  108994             :     ._co_code = NULL,
  108995             :     ._co_linearray = NULL,
  108996             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
  108997             :     ._co_firsttraceable = 0,
  108998             : };
  108999             : static
  109000             :     struct {
  109001             :         PyGC_Head _gc_head;
  109002             :         struct {
  109003             :             PyObject_VAR_HEAD
  109004             :             PyObject *ob_item[2];
  109005             :         }_object;
  109006             :     }
  109007             : os_toplevel_consts_6_consts_1_consts = {
  109008             :     ._object = {
  109009             :         .ob_base = {
  109010             :             .ob_base = {
  109011             :                 .ob_refcnt = 999999999,
  109012             :                 .ob_type = &PyTuple_Type,
  109013             :             },
  109014             :             .ob_size = 2,
  109015             :         },
  109016             :         .ob_item = {
  109017             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  109018             :             &_Py_ID(_),
  109019             :         },
  109020             :     },
  109021             : };
  109022             : static
  109023             :     struct {
  109024             :         PyASCIIObject _ascii;
  109025             :         uint8_t _data[38];
  109026             :     }
  109027             : os_toplevel_consts_6_consts_1_qualname = {
  109028             :     ._ascii = {
  109029             :         .ob_base = {
  109030             :             .ob_refcnt = 999999999,
  109031             :             .ob_type = &PyUnicode_Type,
  109032             :         },
  109033             :         .length = 37,
  109034             :         .hash = -1,
  109035             :         .state = {
  109036             :             .kind = 1,
  109037             :             .compact = 1,
  109038             :             .ascii = 1,
  109039             :         },
  109040             :     },
  109041             :     ._data = "_get_exports_list.<locals>.<listcomp>",
  109042             : };
  109043             : static
  109044             :     struct {
  109045             :         PyObject_VAR_HEAD
  109046             :         Py_hash_t ob_shash;
  109047             :         char ob_sval[38];
  109048             :     }
  109049             : os_toplevel_consts_6_consts_1_linetable = {
  109050             :     .ob_base = {
  109051             :         .ob_base = {
  109052             :             .ob_refcnt = 999999999,
  109053             :             .ob_type = &PyBytes_Type,
  109054             :         },
  109055             :         .ob_size = 37,
  109056             :     },
  109057             :     .ob_shash = -1,
  109058             :     .ob_sval = "\x80\x00\xd0\x0f\x36\xd0\x0f\x36\xd1\x0f\x36\x90\x61\xa8\x21\xa8\x41\xac\x24\xb0\x23\xaa\x2b\xd0\x0f\x36\x90\x01\xd0\x0f\x36\xd0\x0f\x36\xd0\x0f\x36",
  109059             : };
  109060             : static
  109061             :     struct {
  109062             :         PyGC_Head _gc_head;
  109063             :         struct {
  109064             :             PyObject_VAR_HEAD
  109065             :             PyObject *ob_item[2];
  109066             :         }_object;
  109067             :     }
  109068             : os_toplevel_consts_6_consts_1_localsplusnames = {
  109069             :     ._object = {
  109070             :         .ob_base = {
  109071             :             .ob_base = {
  109072             :                 .ob_refcnt = 999999999,
  109073             :                 .ob_type = &PyTuple_Type,
  109074             :             },
  109075             :             .ob_size = 2,
  109076             :         },
  109077             :         .ob_item = {
  109078             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  109079             :             & const_str_n._ascii.ob_base,
  109080             :         },
  109081             :     },
  109082             : };
  109083             : static
  109084             :     struct _PyCode_DEF(44)
  109085             : os_toplevel_consts_6_consts_1 = {
  109086             :     .ob_base = {
  109087             :         .ob_base = {
  109088             :             .ob_refcnt = 999999999,
  109089             :             .ob_type = &PyCode_Type,
  109090             :         },
  109091             :         .ob_size = 22,
  109092             :     },
  109093             :     .co_consts = & os_toplevel_consts_6_consts_1_consts._object.ob_base.ob_base,
  109094             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  109095             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  109096             :     .co_flags = 19,
  109097             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  109098             :     ._co_linearray_entry_size = 0,
  109099             :     .co_argcount = 1,
  109100             :     .co_posonlyargcount = 0,
  109101             :     .co_kwonlyargcount = 0,
  109102             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  109103             :     .co_stacksize = 4,
  109104             :     .co_firstlineno = 48,
  109105             :     .co_nlocalsplus = 2,
  109106             :     .co_nlocals = 2,
  109107             :     .co_nplaincellvars = 0,
  109108             :     .co_ncellvars = 0,
  109109             :     .co_nfreevars = 0,
  109110             :     .co_localsplusnames = & os_toplevel_consts_6_consts_1_localsplusnames._object.ob_base.ob_base,
  109111             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  109112             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  109113             :     .co_name = &_Py_STR(anon_listcomp),
  109114             :     .co_qualname = & os_toplevel_consts_6_consts_1_qualname._ascii.ob_base,
  109115             :     .co_linetable = & os_toplevel_consts_6_consts_1_linetable.ob_base.ob_base,
  109116             :     ._co_code = NULL,
  109117             :     ._co_linearray = NULL,
  109118             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x10\x00\x00\x7d\x01\x7c\x01\x64\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x03\x00\x00\x00\x00\xaf\x0f\x7c\x01\x91\x02\x8c\x12\x53\x00",
  109119             :     ._co_firsttraceable = 0,
  109120             : };
  109121             : static
  109122             :     struct {
  109123             :         PyGC_Head _gc_head;
  109124             :         struct {
  109125             :             PyObject_VAR_HEAD
  109126             :             PyObject *ob_item[2];
  109127             :         }_object;
  109128             :     }
  109129             : os_toplevel_consts_6_consts = {
  109130             :     ._object = {
  109131             :         .ob_base = {
  109132             :             .ob_base = {
  109133             :                 .ob_refcnt = 999999999,
  109134             :                 .ob_type = &PyTuple_Type,
  109135             :             },
  109136             :             .ob_size = 2,
  109137             :         },
  109138             :         .ob_item = {
  109139             :             Py_None,
  109140             :             & os_toplevel_consts_6_consts_1.ob_base.ob_base,
  109141             :         },
  109142             :     },
  109143             : };
  109144             : static
  109145             :     struct {
  109146             :         PyGC_Head _gc_head;
  109147             :         struct {
  109148             :             PyObject_VAR_HEAD
  109149             :             PyObject *ob_item[4];
  109150             :         }_object;
  109151             :     }
  109152             : os_toplevel_consts_6_names = {
  109153             :     ._object = {
  109154             :         .ob_base = {
  109155             :             .ob_base = {
  109156             :                 .ob_refcnt = 999999999,
  109157             :                 .ob_type = &PyTuple_Type,
  109158             :             },
  109159             :             .ob_size = 4,
  109160             :         },
  109161             :         .ob_item = {
  109162             :             & const_str_list._ascii.ob_base,
  109163             :             &_Py_ID(__all__),
  109164             :             & const_str_AttributeError._ascii.ob_base,
  109165             :             & const_str_dir._ascii.ob_base,
  109166             :         },
  109167             :     },
  109168             : };
  109169             : static
  109170             :     struct {
  109171             :         PyASCIIObject _ascii;
  109172             :         uint8_t _data[18];
  109173             :     }
  109174             : const_str__get_exports_list = {
  109175             :     ._ascii = {
  109176             :         .ob_base = {
  109177             :             .ob_refcnt = 999999999,
  109178             :             .ob_type = &PyUnicode_Type,
  109179             :         },
  109180             :         .length = 17,
  109181             :         .hash = -1,
  109182             :         .state = {
  109183             :             .kind = 1,
  109184             :             .compact = 1,
  109185             :             .ascii = 1,
  109186             :         },
  109187             :     },
  109188             :     ._data = "_get_exports_list",
  109189             : };
  109190             : static
  109191             :     struct {
  109192             :         PyObject_VAR_HEAD
  109193             :         Py_hash_t ob_shash;
  109194             :         char ob_sval[77];
  109195             :     }
  109196             : os_toplevel_consts_6_linetable = {
  109197             :     .ob_base = {
  109198             :         .ob_base = {
  109199             :             .ob_refcnt = 999999999,
  109200             :             .ob_type = &PyBytes_Type,
  109201             :         },
  109202             :         .ob_size = 76,
  109203             :     },
  109204             :     .ob_shash = -1,
  109205             :     .ob_sval = "\x80\x00\xf0\x02\x03\x05\x37\xdd\x0f\x13\x90\x46\x97\x4e\x91\x4e\xd4\x0f\x23\xd0\x08\x23\xf8\xdd\x0b\x19\xf0\x00\x01\x05\x37\xf0\x00\x01\x05\x37\xf0\x00\x01\x05\x37\xd8\x0f\x36\xd0\x0f\x36\x9d\x33\x98\x76\x9c\x3b\xd0\x0f\x36\xd4\x0f\x36\xd0\x08\x36\xd0\x08\x36\xd0\x08\x36\xf0\x03\x01\x05\x37\xf8\xf8\xf8",
  109206             : };
  109207             : static
  109208             :     struct {
  109209             :         PyObject_VAR_HEAD
  109210             :         Py_hash_t ob_shash;
  109211             :         char ob_sval[13];
  109212             :     }
  109213             : os_toplevel_consts_6_exceptiontable = {
  109214             :     .ob_base = {
  109215             :         .ob_base = {
  109216             :             .ob_refcnt = 999999999,
  109217             :             .ob_type = &PyBytes_Type,
  109218             :         },
  109219             :         .ob_size = 12,
  109220             :     },
  109221             :     .ob_shash = -1,
  109222             :     .ob_sval = "\x82\x16\x19\x00\x99\x1f\x3b\x03\xba\x01\x3b\x03",
  109223             : };
  109224             : static
  109225             :     struct _PyCode_DEF(124)
  109226             : os_toplevel_consts_6 = {
  109227             :     .ob_base = {
  109228             :         .ob_base = {
  109229             :             .ob_refcnt = 999999999,
  109230             :             .ob_type = &PyCode_Type,
  109231             :         },
  109232             :         .ob_size = 62,
  109233             :     },
  109234             :     .co_consts = & os_toplevel_consts_6_consts._object.ob_base.ob_base,
  109235             :     .co_names = & os_toplevel_consts_6_names._object.ob_base.ob_base,
  109236             :     .co_exceptiontable = & os_toplevel_consts_6_exceptiontable.ob_base.ob_base,
  109237             :     .co_flags = 3,
  109238             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  109239             :     ._co_linearray_entry_size = 0,
  109240             :     .co_argcount = 1,
  109241             :     .co_posonlyargcount = 0,
  109242             :     .co_kwonlyargcount = 0,
  109243             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  109244             :     .co_stacksize = 5,
  109245             :     .co_firstlineno = 44,
  109246             :     .co_nlocalsplus = 1,
  109247             :     .co_nlocals = 1,
  109248             :     .co_nplaincellvars = 0,
  109249             :     .co_ncellvars = 0,
  109250             :     .co_nfreevars = 0,
  109251             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
  109252             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  109253             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  109254             :     .co_name = & const_str__get_exports_list._ascii.ob_base,
  109255             :     .co_qualname = & const_str__get_exports_list._ascii.ob_base,
  109256             :     .co_linetable = & os_toplevel_consts_6_linetable.ob_base.ob_base,
  109257             :     ._co_code = NULL,
  109258             :     ._co_linearray = NULL,
  109259             :     .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x18\x01\x00\x64\x01\x84\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  109260             :     ._co_firsttraceable = 0,
  109261             : };
  109262             : static
  109263             :     struct {
  109264             :         PyASCIIObject _ascii;
  109265             :         uint8_t _data[6];
  109266             :     }
  109267             : const_str__exit = {
  109268             :     ._ascii = {
  109269             :         .ob_base = {
  109270             :             .ob_refcnt = 999999999,
  109271             :             .ob_type = &PyUnicode_Type,
  109272             :         },
  109273             :         .length = 5,
  109274             :         .hash = -1,
  109275             :         .state = {
  109276             :             .kind = 1,
  109277             :             .compact = 1,
  109278             :             .ascii = 1,
  109279             :         },
  109280             :     },
  109281             :     ._data = "_exit",
  109282             : };
  109283             : static
  109284             :     struct {
  109285             :         PyGC_Head _gc_head;
  109286             :         struct {
  109287             :             PyObject_VAR_HEAD
  109288             :             PyObject *ob_item[1];
  109289             :         }_object;
  109290             :     }
  109291             : os_toplevel_consts_10 = {
  109292             :     ._object = {
  109293             :         .ob_base = {
  109294             :             .ob_base = {
  109295             :                 .ob_refcnt = 999999999,
  109296             :                 .ob_type = &PyTuple_Type,
  109297             :             },
  109298             :             .ob_size = 1,
  109299             :         },
  109300             :         .ob_item = {
  109301             :             & const_str__exit._ascii.ob_base,
  109302             :         },
  109303             :     },
  109304             : };
  109305             : static
  109306             :     struct {
  109307             :         PyASCIIObject _ascii;
  109308             :         uint8_t _data[16];
  109309             :     }
  109310             : const_str__have_functions = {
  109311             :     ._ascii = {
  109312             :         .ob_base = {
  109313             :             .ob_refcnt = 999999999,
  109314             :             .ob_type = &PyUnicode_Type,
  109315             :         },
  109316             :         .length = 15,
  109317             :         .hash = -1,
  109318             :         .state = {
  109319             :             .kind = 1,
  109320             :             .compact = 1,
  109321             :             .ascii = 1,
  109322             :         },
  109323             :     },
  109324             :     ._data = "_have_functions",
  109325             : };
  109326             : static
  109327             :     struct {
  109328             :         PyGC_Head _gc_head;
  109329             :         struct {
  109330             :             PyObject_VAR_HEAD
  109331             :             PyObject *ob_item[1];
  109332             :         }_object;
  109333             :     }
  109334             : os_toplevel_consts_12 = {
  109335             :     ._object = {
  109336             :         .ob_base = {
  109337             :             .ob_base = {
  109338             :                 .ob_refcnt = 999999999,
  109339             :                 .ob_type = &PyTuple_Type,
  109340             :             },
  109341             :             .ob_size = 1,
  109342             :         },
  109343             :         .ob_item = {
  109344             :             & const_str__have_functions._ascii.ob_base,
  109345             :         },
  109346             :     },
  109347             : };
  109348             : static
  109349             :     struct {
  109350             :         PyASCIIObject _ascii;
  109351             :         uint8_t _data[3];
  109352             :     }
  109353             : os_toplevel_consts_14 = {
  109354             :     ._ascii = {
  109355             :         .ob_base = {
  109356             :             .ob_refcnt = 999999999,
  109357             :             .ob_type = &PyUnicode_Type,
  109358             :         },
  109359             :         .length = 2,
  109360             :         .hash = -1,
  109361             :         .state = {
  109362             :             .kind = 1,
  109363             :             .compact = 1,
  109364             :             .ascii = 1,
  109365             :         },
  109366             :     },
  109367             :     ._data = "\x0d\x0a",
  109368             : };
  109369             : static
  109370             :     struct {
  109371             :         PyASCIIObject _ascii;
  109372             :         uint8_t _data[28];
  109373             :     }
  109374             : os_toplevel_consts_15 = {
  109375             :     ._ascii = {
  109376             :         .ob_base = {
  109377             :             .ob_refcnt = 999999999,
  109378             :             .ob_type = &PyUnicode_Type,
  109379             :         },
  109380             :         .length = 27,
  109381             :         .hash = -1,
  109382             :         .state = {
  109383             :             .kind = 1,
  109384             :             .compact = 1,
  109385             :             .ascii = 1,
  109386             :         },
  109387             :     },
  109388             :     ._data = "no os specific module found",
  109389             : };
  109390             : static
  109391             :     struct {
  109392             :         PyASCIIObject _ascii;
  109393             :         uint8_t _data[8];
  109394             :     }
  109395             : os_toplevel_consts_16 = {
  109396             :     ._ascii = {
  109397             :         .ob_base = {
  109398             :             .ob_refcnt = 999999999,
  109399             :             .ob_type = &PyUnicode_Type,
  109400             :         },
  109401             :         .length = 7,
  109402             :         .hash = -1,
  109403             :         .state = {
  109404             :             .kind = 1,
  109405             :             .compact = 1,
  109406             :             .ascii = 1,
  109407             :         },
  109408             :     },
  109409             :     ._data = "os.path",
  109410             : };
  109411             : static
  109412             :     struct {
  109413             :         PyGC_Head _gc_head;
  109414             :         struct {
  109415             :             PyObject_VAR_HEAD
  109416             :             PyObject *ob_item[8];
  109417             :         }_object;
  109418             :     }
  109419             : os_toplevel_consts_17 = {
  109420             :     ._object = {
  109421             :         .ob_base = {
  109422             :             .ob_base = {
  109423             :                 .ob_refcnt = 999999999,
  109424             :                 .ob_type = &PyTuple_Type,
  109425             :             },
  109426             :             .ob_size = 8,
  109427             :         },
  109428             :         .ob_item = {
  109429             :             & const_str_curdir._ascii.ob_base,
  109430             :             & const_str_pardir._ascii.ob_base,
  109431             :             & const_str_sep._ascii.ob_base,
  109432             :             & const_str_pathsep._ascii.ob_base,
  109433             :             & const_str_defpath._ascii.ob_base,
  109434             :             & const_str_extsep._ascii.ob_base,
  109435             :             & const_str_altsep._ascii.ob_base,
  109436             :             & const_str_devnull._ascii.ob_base,
  109437             :         },
  109438             :     },
  109439             : };
  109440             : static
  109441             :     struct {
  109442             :         PyASCIIObject _ascii;
  109443             :         uint8_t _data[9];
  109444             :     }
  109445             : const_str__globals = {
  109446             :     ._ascii = {
  109447             :         .ob_base = {
  109448             :             .ob_refcnt = 999999999,
  109449             :             .ob_type = &PyUnicode_Type,
  109450             :         },
  109451             :         .length = 8,
  109452             :         .hash = -1,
  109453             :         .state = {
  109454             :             .kind = 1,
  109455             :             .compact = 1,
  109456             :             .ascii = 1,
  109457             :         },
  109458             :     },
  109459             :     ._data = "_globals",
  109460             : };
  109461             : static
  109462             :     struct {
  109463             :         PyASCIIObject _ascii;
  109464             :         uint8_t _data[5];
  109465             :     }
  109466             : const_str__set = {
  109467             :     ._ascii = {
  109468             :         .ob_base = {
  109469             :             .ob_refcnt = 999999999,
  109470             :             .ob_type = &PyUnicode_Type,
  109471             :         },
  109472             :         .length = 4,
  109473             :         .hash = -1,
  109474             :         .state = {
  109475             :             .kind = 1,
  109476             :             .compact = 1,
  109477             :             .ascii = 1,
  109478             :         },
  109479             :     },
  109480             :     ._data = "_set",
  109481             : };
  109482             : static
  109483             :     struct {
  109484             :         PyGC_Head _gc_head;
  109485             :         struct {
  109486             :             PyObject_VAR_HEAD
  109487             :             PyObject *ob_item[4];
  109488             :         }_object;
  109489             :     }
  109490             : os_toplevel_consts_19_names = {
  109491             :     ._object = {
  109492             :         .ob_base = {
  109493             :             .ob_base = {
  109494             :                 .ob_refcnt = 999999999,
  109495             :                 .ob_type = &PyTuple_Type,
  109496             :             },
  109497             :             .ob_size = 4,
  109498             :         },
  109499             :         .ob_item = {
  109500             :             & const_str__globals._ascii.ob_base,
  109501             :             & const_str__have_functions._ascii.ob_base,
  109502             :             & const_str__set._ascii.ob_base,
  109503             :             &_Py_ID(add),
  109504             :         },
  109505             :     },
  109506             : };
  109507             : static
  109508             :     struct {
  109509             :         PyASCIIObject _ascii;
  109510             :         uint8_t _data[5];
  109511             :     }
  109512             : const_str__add = {
  109513             :     ._ascii = {
  109514             :         .ob_base = {
  109515             :             .ob_refcnt = 999999999,
  109516             :             .ob_type = &PyUnicode_Type,
  109517             :         },
  109518             :         .length = 4,
  109519             :         .hash = -1,
  109520             :         .state = {
  109521             :             .kind = 1,
  109522             :             .compact = 1,
  109523             :             .ascii = 1,
  109524             :         },
  109525             :     },
  109526             :     ._data = "_add",
  109527             : };
  109528             : static
  109529             :     struct {
  109530             :         PyObject_VAR_HEAD
  109531             :         Py_hash_t ob_shash;
  109532             :         char ob_sval[72];
  109533             :     }
  109534             : os_toplevel_consts_19_linetable = {
  109535             :     .ob_base = {
  109536             :         .ob_base = {
  109537             :             .ob_refcnt = 999999999,
  109538             :             .ob_type = &PyBytes_Type,
  109539             :         },
  109540             :         .ob_size = 71,
  109541             :     },
  109542             :     .ob_shash = -1,
  109543             :     .ob_sval = "\x80\x00\xd8\x0c\x0e\x95\x28\x88\x4e\xf0\x00\x01\x09\x23\xa0\x13\xad\x0f\xd0\x21\x37\xf0\x00\x01\x09\x23\xdd\x0c\x10\x8f\x48\x89\x48\x95\x58\x98\x62\x94\x5c\xd4\x0c\x22\xd0\x0c\x22\xd0\x0c\x22\xd0\x0c\x22\xf0\x03\x01\x09\x23\xf0\x00\x01\x09\x23\xf0\x00\x01\x09\x23\xf0\x00\x01\x09\x23",
  109544             : };
  109545             : static
  109546             :     struct {
  109547             :         PyGC_Head _gc_head;
  109548             :         struct {
  109549             :             PyObject_VAR_HEAD
  109550             :             PyObject *ob_item[2];
  109551             :         }_object;
  109552             :     }
  109553             : os_toplevel_consts_19_localsplusnames = {
  109554             :     ._object = {
  109555             :         .ob_base = {
  109556             :             .ob_base = {
  109557             :                 .ob_refcnt = 999999999,
  109558             :                 .ob_type = &PyTuple_Type,
  109559             :             },
  109560             :             .ob_size = 2,
  109561             :         },
  109562             :         .ob_item = {
  109563             :             & const_str_str._ascii.ob_base,
  109564             :             & const_str_fn._ascii.ob_base,
  109565             :         },
  109566             :     },
  109567             : };
  109568             : static
  109569             :     struct _PyCode_DEF(118)
  109570             : os_toplevel_consts_19 = {
  109571             :     .ob_base = {
  109572             :         .ob_base = {
  109573             :             .ob_refcnt = 999999999,
  109574             :             .ob_type = &PyCode_Type,
  109575             :         },
  109576             :         .ob_size = 59,
  109577             :     },
  109578             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  109579             :     .co_names = & os_toplevel_consts_19_names._object.ob_base.ob_base,
  109580             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  109581             :     .co_flags = 3,
  109582             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  109583             :     ._co_linearray_entry_size = 0,
  109584             :     .co_argcount = 2,
  109585             :     .co_posonlyargcount = 0,
  109586             :     .co_kwonlyargcount = 0,
  109587             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  109588             :     .co_stacksize = 4,
  109589             :     .co_firstlineno = 104,
  109590             :     .co_nlocalsplus = 2,
  109591             :     .co_nlocals = 2,
  109592             :     .co_nplaincellvars = 0,
  109593             :     .co_ncellvars = 0,
  109594             :     .co_nfreevars = 0,
  109595             :     .co_localsplusnames = & os_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
  109596             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  109597             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  109598             :     .co_name = & const_str__add._ascii.ob_base,
  109599             :     .co_qualname = & const_str__add._ascii.ob_base,
  109600             :     .co_linetable = & os_toplevel_consts_19_linetable.ob_base.ob_base,
  109601             :     ._co_code = NULL,
  109602             :     ._co_linearray = NULL,
  109603             :     .co_code_adaptive = "\x97\x00\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x2f\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x24\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x64\x00\x53\x00",
  109604             :     ._co_firsttraceable = 0,
  109605             : };
  109606             : static
  109607             :     struct {
  109608             :         PyASCIIObject _ascii;
  109609             :         uint8_t _data[15];
  109610             :     }
  109611             : const_str_HAVE_FACCESSAT = {
  109612             :     ._ascii = {
  109613             :         .ob_base = {
  109614             :             .ob_refcnt = 999999999,
  109615             :             .ob_type = &PyUnicode_Type,
  109616             :         },
  109617             :         .length = 14,
  109618             :         .hash = -1,
  109619             :         .state = {
  109620             :             .kind = 1,
  109621             :             .compact = 1,
  109622             :             .ascii = 1,
  109623             :         },
  109624             :     },
  109625             :     ._data = "HAVE_FACCESSAT",
  109626             : };
  109627             : static
  109628             :     struct {
  109629             :         PyASCIIObject _ascii;
  109630             :         uint8_t _data[7];
  109631             :     }
  109632             : const_str_access = {
  109633             :     ._ascii = {
  109634             :         .ob_base = {
  109635             :             .ob_refcnt = 999999999,
  109636             :             .ob_type = &PyUnicode_Type,
  109637             :         },
  109638             :         .length = 6,
  109639             :         .hash = -1,
  109640             :         .state = {
  109641             :             .kind = 1,
  109642             :             .compact = 1,
  109643             :             .ascii = 1,
  109644             :         },
  109645             :     },
  109646             :     ._data = "access",
  109647             : };
  109648             : static
  109649             :     struct {
  109650             :         PyASCIIObject _ascii;
  109651             :         uint8_t _data[14];
  109652             :     }
  109653             : const_str_HAVE_FCHMODAT = {
  109654             :     ._ascii = {
  109655             :         .ob_base = {
  109656             :             .ob_refcnt = 999999999,
  109657             :             .ob_type = &PyUnicode_Type,
  109658             :         },
  109659             :         .length = 13,
  109660             :         .hash = -1,
  109661             :         .state = {
  109662             :             .kind = 1,
  109663             :             .compact = 1,
  109664             :             .ascii = 1,
  109665             :         },
  109666             :     },
  109667             :     ._data = "HAVE_FCHMODAT",
  109668             : };
  109669             : static
  109670             :     struct {
  109671             :         PyASCIIObject _ascii;
  109672             :         uint8_t _data[6];
  109673             :     }
  109674             : const_str_chmod = {
  109675             :     ._ascii = {
  109676             :         .ob_base = {
  109677             :             .ob_refcnt = 999999999,
  109678             :             .ob_type = &PyUnicode_Type,
  109679             :         },
  109680             :         .length = 5,
  109681             :         .hash = -1,
  109682             :         .state = {
  109683             :             .kind = 1,
  109684             :             .compact = 1,
  109685             :             .ascii = 1,
  109686             :         },
  109687             :     },
  109688             :     ._data = "chmod",
  109689             : };
  109690             : static
  109691             :     struct {
  109692             :         PyASCIIObject _ascii;
  109693             :         uint8_t _data[14];
  109694             :     }
  109695             : const_str_HAVE_FCHOWNAT = {
  109696             :     ._ascii = {
  109697             :         .ob_base = {
  109698             :             .ob_refcnt = 999999999,
  109699             :             .ob_type = &PyUnicode_Type,
  109700             :         },
  109701             :         .length = 13,
  109702             :         .hash = -1,
  109703             :         .state = {
  109704             :             .kind = 1,
  109705             :             .compact = 1,
  109706             :             .ascii = 1,
  109707             :         },
  109708             :     },
  109709             :     ._data = "HAVE_FCHOWNAT",
  109710             : };
  109711             : static
  109712             :     struct {
  109713             :         PyASCIIObject _ascii;
  109714             :         uint8_t _data[6];
  109715             :     }
  109716             : const_str_chown = {
  109717             :     ._ascii = {
  109718             :         .ob_base = {
  109719             :             .ob_refcnt = 999999999,
  109720             :             .ob_type = &PyUnicode_Type,
  109721             :         },
  109722             :         .length = 5,
  109723             :         .hash = -1,
  109724             :         .state = {
  109725             :             .kind = 1,
  109726             :             .compact = 1,
  109727             :             .ascii = 1,
  109728             :         },
  109729             :     },
  109730             :     ._data = "chown",
  109731             : };
  109732             : static
  109733             :     struct {
  109734             :         PyASCIIObject _ascii;
  109735             :         uint8_t _data[13];
  109736             :     }
  109737             : const_str_HAVE_FSTATAT = {
  109738             :     ._ascii = {
  109739             :         .ob_base = {
  109740             :             .ob_refcnt = 999999999,
  109741             :             .ob_type = &PyUnicode_Type,
  109742             :         },
  109743             :         .length = 12,
  109744             :         .hash = -1,
  109745             :         .state = {
  109746             :             .kind = 1,
  109747             :             .compact = 1,
  109748             :             .ascii = 1,
  109749             :         },
  109750             :     },
  109751             :     ._data = "HAVE_FSTATAT",
  109752             : };
  109753             : static
  109754             :     struct {
  109755             :         PyASCIIObject _ascii;
  109756             :         uint8_t _data[15];
  109757             :     }
  109758             : const_str_HAVE_FUTIMESAT = {
  109759             :     ._ascii = {
  109760             :         .ob_base = {
  109761             :             .ob_refcnt = 999999999,
  109762             :             .ob_type = &PyUnicode_Type,
  109763             :         },
  109764             :         .length = 14,
  109765             :         .hash = -1,
  109766             :         .state = {
  109767             :             .kind = 1,
  109768             :             .compact = 1,
  109769             :             .ascii = 1,
  109770             :         },
  109771             :     },
  109772             :     ._data = "HAVE_FUTIMESAT",
  109773             : };
  109774             : static
  109775             :     struct {
  109776             :         PyASCIIObject _ascii;
  109777             :         uint8_t _data[6];
  109778             :     }
  109779             : const_str_utime = {
  109780             :     ._ascii = {
  109781             :         .ob_base = {
  109782             :             .ob_refcnt = 999999999,
  109783             :             .ob_type = &PyUnicode_Type,
  109784             :         },
  109785             :         .length = 5,
  109786             :         .hash = -1,
  109787             :         .state = {
  109788             :             .kind = 1,
  109789             :             .compact = 1,
  109790             :             .ascii = 1,
  109791             :         },
  109792             :     },
  109793             :     ._data = "utime",
  109794             : };
  109795             : static
  109796             :     struct {
  109797             :         PyASCIIObject _ascii;
  109798             :         uint8_t _data[12];
  109799             :     }
  109800             : const_str_HAVE_LINKAT = {
  109801             :     ._ascii = {
  109802             :         .ob_base = {
  109803             :             .ob_refcnt = 999999999,
  109804             :             .ob_type = &PyUnicode_Type,
  109805             :         },
  109806             :         .length = 11,
  109807             :         .hash = -1,
  109808             :         .state = {
  109809             :             .kind = 1,
  109810             :             .compact = 1,
  109811             :             .ascii = 1,
  109812             :         },
  109813             :     },
  109814             :     ._data = "HAVE_LINKAT",
  109815             : };
  109816             : static
  109817             :     struct {
  109818             :         PyASCIIObject _ascii;
  109819             :         uint8_t _data[5];
  109820             :     }
  109821             : const_str_link = {
  109822             :     ._ascii = {
  109823             :         .ob_base = {
  109824             :             .ob_refcnt = 999999999,
  109825             :             .ob_type = &PyUnicode_Type,
  109826             :         },
  109827             :         .length = 4,
  109828             :         .hash = -1,
  109829             :         .state = {
  109830             :             .kind = 1,
  109831             :             .compact = 1,
  109832             :             .ascii = 1,
  109833             :         },
  109834             :     },
  109835             :     ._data = "link",
  109836             : };
  109837             : static
  109838             :     struct {
  109839             :         PyASCIIObject _ascii;
  109840             :         uint8_t _data[13];
  109841             :     }
  109842             : const_str_HAVE_MKDIRAT = {
  109843             :     ._ascii = {
  109844             :         .ob_base = {
  109845             :             .ob_refcnt = 999999999,
  109846             :             .ob_type = &PyUnicode_Type,
  109847             :         },
  109848             :         .length = 12,
  109849             :         .hash = -1,
  109850             :         .state = {
  109851             :             .kind = 1,
  109852             :             .compact = 1,
  109853             :             .ascii = 1,
  109854             :         },
  109855             :     },
  109856             :     ._data = "HAVE_MKDIRAT",
  109857             : };
  109858             : static
  109859             :     struct {
  109860             :         PyASCIIObject _ascii;
  109861             :         uint8_t _data[14];
  109862             :     }
  109863             : const_str_HAVE_MKFIFOAT = {
  109864             :     ._ascii = {
  109865             :         .ob_base = {
  109866             :             .ob_refcnt = 999999999,
  109867             :             .ob_type = &PyUnicode_Type,
  109868             :         },
  109869             :         .length = 13,
  109870             :         .hash = -1,
  109871             :         .state = {
  109872             :             .kind = 1,
  109873             :             .compact = 1,
  109874             :             .ascii = 1,
  109875             :         },
  109876             :     },
  109877             :     ._data = "HAVE_MKFIFOAT",
  109878             : };
  109879             : static
  109880             :     struct {
  109881             :         PyASCIIObject _ascii;
  109882             :         uint8_t _data[7];
  109883             :     }
  109884             : const_str_mkfifo = {
  109885             :     ._ascii = {
  109886             :         .ob_base = {
  109887             :             .ob_refcnt = 999999999,
  109888             :             .ob_type = &PyUnicode_Type,
  109889             :         },
  109890             :         .length = 6,
  109891             :         .hash = -1,
  109892             :         .state = {
  109893             :             .kind = 1,
  109894             :             .compact = 1,
  109895             :             .ascii = 1,
  109896             :         },
  109897             :     },
  109898             :     ._data = "mkfifo",
  109899             : };
  109900             : static
  109901             :     struct {
  109902             :         PyASCIIObject _ascii;
  109903             :         uint8_t _data[13];
  109904             :     }
  109905             : const_str_HAVE_MKNODAT = {
  109906             :     ._ascii = {
  109907             :         .ob_base = {
  109908             :             .ob_refcnt = 999999999,
  109909             :             .ob_type = &PyUnicode_Type,
  109910             :         },
  109911             :         .length = 12,
  109912             :         .hash = -1,
  109913             :         .state = {
  109914             :             .kind = 1,
  109915             :             .compact = 1,
  109916             :             .ascii = 1,
  109917             :         },
  109918             :     },
  109919             :     ._data = "HAVE_MKNODAT",
  109920             : };
  109921             : static
  109922             :     struct {
  109923             :         PyASCIIObject _ascii;
  109924             :         uint8_t _data[6];
  109925             :     }
  109926             : const_str_mknod = {
  109927             :     ._ascii = {
  109928             :         .ob_base = {
  109929             :             .ob_refcnt = 999999999,
  109930             :             .ob_type = &PyUnicode_Type,
  109931             :         },
  109932             :         .length = 5,
  109933             :         .hash = -1,
  109934             :         .state = {
  109935             :             .kind = 1,
  109936             :             .compact = 1,
  109937             :             .ascii = 1,
  109938             :         },
  109939             :     },
  109940             :     ._data = "mknod",
  109941             : };
  109942             : static
  109943             :     struct {
  109944             :         PyASCIIObject _ascii;
  109945             :         uint8_t _data[12];
  109946             :     }
  109947             : const_str_HAVE_OPENAT = {
  109948             :     ._ascii = {
  109949             :         .ob_base = {
  109950             :             .ob_refcnt = 999999999,
  109951             :             .ob_type = &PyUnicode_Type,
  109952             :         },
  109953             :         .length = 11,
  109954             :         .hash = -1,
  109955             :         .state = {
  109956             :             .kind = 1,
  109957             :             .compact = 1,
  109958             :             .ascii = 1,
  109959             :         },
  109960             :     },
  109961             :     ._data = "HAVE_OPENAT",
  109962             : };
  109963             : static
  109964             :     struct {
  109965             :         PyASCIIObject _ascii;
  109966             :         uint8_t _data[16];
  109967             :     }
  109968             : const_str_HAVE_READLINKAT = {
  109969             :     ._ascii = {
  109970             :         .ob_base = {
  109971             :             .ob_refcnt = 999999999,
  109972             :             .ob_type = &PyUnicode_Type,
  109973             :         },
  109974             :         .length = 15,
  109975             :         .hash = -1,
  109976             :         .state = {
  109977             :             .kind = 1,
  109978             :             .compact = 1,
  109979             :             .ascii = 1,
  109980             :         },
  109981             :     },
  109982             :     ._data = "HAVE_READLINKAT",
  109983             : };
  109984             : static
  109985             :     struct {
  109986             :         PyASCIIObject _ascii;
  109987             :         uint8_t _data[14];
  109988             :     }
  109989             : const_str_HAVE_RENAMEAT = {
  109990             :     ._ascii = {
  109991             :         .ob_base = {
  109992             :             .ob_refcnt = 999999999,
  109993             :             .ob_type = &PyUnicode_Type,
  109994             :         },
  109995             :         .length = 13,
  109996             :         .hash = -1,
  109997             :         .state = {
  109998             :             .kind = 1,
  109999             :             .compact = 1,
  110000             :             .ascii = 1,
  110001             :         },
  110002             :     },
  110003             :     ._data = "HAVE_RENAMEAT",
  110004             : };
  110005             : static
  110006             :     struct {
  110007             :         PyASCIIObject _ascii;
  110008             :         uint8_t _data[7];
  110009             :     }
  110010             : const_str_rename = {
  110011             :     ._ascii = {
  110012             :         .ob_base = {
  110013             :             .ob_refcnt = 999999999,
  110014             :             .ob_type = &PyUnicode_Type,
  110015             :         },
  110016             :         .length = 6,
  110017             :         .hash = -1,
  110018             :         .state = {
  110019             :             .kind = 1,
  110020             :             .compact = 1,
  110021             :             .ascii = 1,
  110022             :         },
  110023             :     },
  110024             :     ._data = "rename",
  110025             : };
  110026             : static
  110027             :     struct {
  110028             :         PyASCIIObject _ascii;
  110029             :         uint8_t _data[15];
  110030             :     }
  110031             : const_str_HAVE_SYMLINKAT = {
  110032             :     ._ascii = {
  110033             :         .ob_base = {
  110034             :             .ob_refcnt = 999999999,
  110035             :             .ob_type = &PyUnicode_Type,
  110036             :         },
  110037             :         .length = 14,
  110038             :         .hash = -1,
  110039             :         .state = {
  110040             :             .kind = 1,
  110041             :             .compact = 1,
  110042             :             .ascii = 1,
  110043             :         },
  110044             :     },
  110045             :     ._data = "HAVE_SYMLINKAT",
  110046             : };
  110047             : static
  110048             :     struct {
  110049             :         PyASCIIObject _ascii;
  110050             :         uint8_t _data[8];
  110051             :     }
  110052             : const_str_symlink = {
  110053             :     ._ascii = {
  110054             :         .ob_base = {
  110055             :             .ob_refcnt = 999999999,
  110056             :             .ob_type = &PyUnicode_Type,
  110057             :         },
  110058             :         .length = 7,
  110059             :         .hash = -1,
  110060             :         .state = {
  110061             :             .kind = 1,
  110062             :             .compact = 1,
  110063             :             .ascii = 1,
  110064             :         },
  110065             :     },
  110066             :     ._data = "symlink",
  110067             : };
  110068             : static
  110069             :     struct {
  110070             :         PyASCIIObject _ascii;
  110071             :         uint8_t _data[14];
  110072             :     }
  110073             : const_str_HAVE_UNLINKAT = {
  110074             :     ._ascii = {
  110075             :         .ob_base = {
  110076             :             .ob_refcnt = 999999999,
  110077             :             .ob_type = &PyUnicode_Type,
  110078             :         },
  110079             :         .length = 13,
  110080             :         .hash = -1,
  110081             :         .state = {
  110082             :             .kind = 1,
  110083             :             .compact = 1,
  110084             :             .ascii = 1,
  110085             :         },
  110086             :     },
  110087             :     ._data = "HAVE_UNLINKAT",
  110088             : };
  110089             : static
  110090             :     struct {
  110091             :         PyASCIIObject _ascii;
  110092             :         uint8_t _data[6];
  110093             :     }
  110094             : const_str_rmdir = {
  110095             :     ._ascii = {
  110096             :         .ob_base = {
  110097             :             .ob_refcnt = 999999999,
  110098             :             .ob_type = &PyUnicode_Type,
  110099             :         },
  110100             :         .length = 5,
  110101             :         .hash = -1,
  110102             :         .state = {
  110103             :             .kind = 1,
  110104             :             .compact = 1,
  110105             :             .ascii = 1,
  110106             :         },
  110107             :     },
  110108             :     ._data = "rmdir",
  110109             : };
  110110             : static
  110111             :     struct {
  110112             :         PyASCIIObject _ascii;
  110113             :         uint8_t _data[15];
  110114             :     }
  110115             : const_str_HAVE_UTIMENSAT = {
  110116             :     ._ascii = {
  110117             :         .ob_base = {
  110118             :             .ob_refcnt = 999999999,
  110119             :             .ob_type = &PyUnicode_Type,
  110120             :         },
  110121             :         .length = 14,
  110122             :         .hash = -1,
  110123             :         .state = {
  110124             :             .kind = 1,
  110125             :             .compact = 1,
  110126             :             .ascii = 1,
  110127             :         },
  110128             :     },
  110129             :     ._data = "HAVE_UTIMENSAT",
  110130             : };
  110131             : static
  110132             :     struct {
  110133             :         PyASCIIObject _ascii;
  110134             :         uint8_t _data[12];
  110135             :     }
  110136             : const_str_HAVE_FCHDIR = {
  110137             :     ._ascii = {
  110138             :         .ob_base = {
  110139             :             .ob_refcnt = 999999999,
  110140             :             .ob_type = &PyUnicode_Type,
  110141             :         },
  110142             :         .length = 11,
  110143             :         .hash = -1,
  110144             :         .state = {
  110145             :             .kind = 1,
  110146             :             .compact = 1,
  110147             :             .ascii = 1,
  110148             :         },
  110149             :     },
  110150             :     ._data = "HAVE_FCHDIR",
  110151             : };
  110152             : static
  110153             :     struct {
  110154             :         PyASCIIObject _ascii;
  110155             :         uint8_t _data[6];
  110156             :     }
  110157             : const_str_chdir = {
  110158             :     ._ascii = {
  110159             :         .ob_base = {
  110160             :             .ob_refcnt = 999999999,
  110161             :             .ob_type = &PyUnicode_Type,
  110162             :         },
  110163             :         .length = 5,
  110164             :         .hash = -1,
  110165             :         .state = {
  110166             :             .kind = 1,
  110167             :             .compact = 1,
  110168             :             .ascii = 1,
  110169             :         },
  110170             :     },
  110171             :     ._data = "chdir",
  110172             : };
  110173             : static
  110174             :     struct {
  110175             :         PyASCIIObject _ascii;
  110176             :         uint8_t _data[12];
  110177             :     }
  110178             : const_str_HAVE_FCHMOD = {
  110179             :     ._ascii = {
  110180             :         .ob_base = {
  110181             :             .ob_refcnt = 999999999,
  110182             :             .ob_type = &PyUnicode_Type,
  110183             :         },
  110184             :         .length = 11,
  110185             :         .hash = -1,
  110186             :         .state = {
  110187             :             .kind = 1,
  110188             :             .compact = 1,
  110189             :             .ascii = 1,
  110190             :         },
  110191             :     },
  110192             :     ._data = "HAVE_FCHMOD",
  110193             : };
  110194             : static
  110195             :     struct {
  110196             :         PyASCIIObject _ascii;
  110197             :         uint8_t _data[12];
  110198             :     }
  110199             : const_str_HAVE_FCHOWN = {
  110200             :     ._ascii = {
  110201             :         .ob_base = {
  110202             :             .ob_refcnt = 999999999,
  110203             :             .ob_type = &PyUnicode_Type,
  110204             :         },
  110205             :         .length = 11,
  110206             :         .hash = -1,
  110207             :         .state = {
  110208             :             .kind = 1,
  110209             :             .compact = 1,
  110210             :             .ascii = 1,
  110211             :         },
  110212             :     },
  110213             :     ._data = "HAVE_FCHOWN",
  110214             : };
  110215             : static
  110216             :     struct {
  110217             :         PyASCIIObject _ascii;
  110218             :         uint8_t _data[15];
  110219             :     }
  110220             : const_str_HAVE_FDOPENDIR = {
  110221             :     ._ascii = {
  110222             :         .ob_base = {
  110223             :             .ob_refcnt = 999999999,
  110224             :             .ob_type = &PyUnicode_Type,
  110225             :         },
  110226             :         .length = 14,
  110227             :         .hash = -1,
  110228             :         .state = {
  110229             :             .kind = 1,
  110230             :             .compact = 1,
  110231             :             .ascii = 1,
  110232             :         },
  110233             :     },
  110234             :     ._data = "HAVE_FDOPENDIR",
  110235             : };
  110236             : static
  110237             :     struct {
  110238             :         PyASCIIObject _ascii;
  110239             :         uint8_t _data[8];
  110240             :     }
  110241             : const_str_scandir = {
  110242             :     ._ascii = {
  110243             :         .ob_base = {
  110244             :             .ob_refcnt = 999999999,
  110245             :             .ob_type = &PyUnicode_Type,
  110246             :         },
  110247             :         .length = 7,
  110248             :         .hash = -1,
  110249             :         .state = {
  110250             :             .kind = 1,
  110251             :             .compact = 1,
  110252             :             .ascii = 1,
  110253             :         },
  110254             :     },
  110255             :     ._data = "scandir",
  110256             : };
  110257             : static
  110258             :     struct {
  110259             :         PyASCIIObject _ascii;
  110260             :         uint8_t _data[13];
  110261             :     }
  110262             : const_str_HAVE_FEXECVE = {
  110263             :     ._ascii = {
  110264             :         .ob_base = {
  110265             :             .ob_refcnt = 999999999,
  110266             :             .ob_type = &PyUnicode_Type,
  110267             :         },
  110268             :         .length = 12,
  110269             :         .hash = -1,
  110270             :         .state = {
  110271             :             .kind = 1,
  110272             :             .compact = 1,
  110273             :             .ascii = 1,
  110274             :         },
  110275             :     },
  110276             :     ._data = "HAVE_FEXECVE",
  110277             : };
  110278             : static
  110279             :     struct {
  110280             :         PyASCIIObject _ascii;
  110281             :         uint8_t _data[7];
  110282             :     }
  110283             : const_str_execve = {
  110284             :     ._ascii = {
  110285             :         .ob_base = {
  110286             :             .ob_refcnt = 999999999,
  110287             :             .ob_type = &PyUnicode_Type,
  110288             :         },
  110289             :         .length = 6,
  110290             :         .hash = -1,
  110291             :         .state = {
  110292             :             .kind = 1,
  110293             :             .compact = 1,
  110294             :             .ascii = 1,
  110295             :         },
  110296             :     },
  110297             :     ._data = "execve",
  110298             : };
  110299             : static
  110300             :     struct {
  110301             :         PyASCIIObject _ascii;
  110302             :         uint8_t _data[15];
  110303             :     }
  110304             : const_str_HAVE_FTRUNCATE = {
  110305             :     ._ascii = {
  110306             :         .ob_base = {
  110307             :             .ob_refcnt = 999999999,
  110308             :             .ob_type = &PyUnicode_Type,
  110309             :         },
  110310             :         .length = 14,
  110311             :         .hash = -1,
  110312             :         .state = {
  110313             :             .kind = 1,
  110314             :             .compact = 1,
  110315             :             .ascii = 1,
  110316             :         },
  110317             :     },
  110318             :     ._data = "HAVE_FTRUNCATE",
  110319             : };
  110320             : static
  110321             :     struct {
  110322             :         PyASCIIObject _ascii;
  110323             :         uint8_t _data[14];
  110324             :     }
  110325             : const_str_HAVE_FUTIMENS = {
  110326             :     ._ascii = {
  110327             :         .ob_base = {
  110328             :             .ob_refcnt = 999999999,
  110329             :             .ob_type = &PyUnicode_Type,
  110330             :         },
  110331             :         .length = 13,
  110332             :         .hash = -1,
  110333             :         .state = {
  110334             :             .kind = 1,
  110335             :             .compact = 1,
  110336             :             .ascii = 1,
  110337             :         },
  110338             :     },
  110339             :     ._data = "HAVE_FUTIMENS",
  110340             : };
  110341             : static
  110342             :     struct {
  110343             :         PyASCIIObject _ascii;
  110344             :         uint8_t _data[13];
  110345             :     }
  110346             : const_str_HAVE_FUTIMES = {
  110347             :     ._ascii = {
  110348             :         .ob_base = {
  110349             :             .ob_refcnt = 999999999,
  110350             :             .ob_type = &PyUnicode_Type,
  110351             :         },
  110352             :         .length = 12,
  110353             :         .hash = -1,
  110354             :         .state = {
  110355             :             .kind = 1,
  110356             :             .compact = 1,
  110357             :             .ascii = 1,
  110358             :         },
  110359             :     },
  110360             :     ._data = "HAVE_FUTIMES",
  110361             : };
  110362             : static
  110363             :     struct {
  110364             :         PyASCIIObject _ascii;
  110365             :         uint8_t _data[15];
  110366             :     }
  110367             : const_str_HAVE_FPATHCONF = {
  110368             :     ._ascii = {
  110369             :         .ob_base = {
  110370             :             .ob_refcnt = 999999999,
  110371             :             .ob_type = &PyUnicode_Type,
  110372             :         },
  110373             :         .length = 14,
  110374             :         .hash = -1,
  110375             :         .state = {
  110376             :             .kind = 1,
  110377             :             .compact = 1,
  110378             :             .ascii = 1,
  110379             :         },
  110380             :     },
  110381             :     ._data = "HAVE_FPATHCONF",
  110382             : };
  110383             : static
  110384             :     struct {
  110385             :         PyASCIIObject _ascii;
  110386             :         uint8_t _data[9];
  110387             :     }
  110388             : const_str_pathconf = {
  110389             :     ._ascii = {
  110390             :         .ob_base = {
  110391             :             .ob_refcnt = 999999999,
  110392             :             .ob_type = &PyUnicode_Type,
  110393             :         },
  110394             :         .length = 8,
  110395             :         .hash = -1,
  110396             :         .state = {
  110397             :             .kind = 1,
  110398             :             .compact = 1,
  110399             :             .ascii = 1,
  110400             :         },
  110401             :     },
  110402             :     ._data = "pathconf",
  110403             : };
  110404             : static
  110405             :     struct {
  110406             :         PyASCIIObject _ascii;
  110407             :         uint8_t _data[8];
  110408             :     }
  110409             : const_str_statvfs = {
  110410             :     ._ascii = {
  110411             :         .ob_base = {
  110412             :             .ob_refcnt = 999999999,
  110413             :             .ob_type = &PyUnicode_Type,
  110414             :         },
  110415             :         .length = 7,
  110416             :         .hash = -1,
  110417             :         .state = {
  110418             :             .kind = 1,
  110419             :             .compact = 1,
  110420             :             .ascii = 1,
  110421             :         },
  110422             :     },
  110423             :     ._data = "statvfs",
  110424             : };
  110425             : static
  110426             :     struct {
  110427             :         PyASCIIObject _ascii;
  110428             :         uint8_t _data[9];
  110429             :     }
  110430             : const_str_fstatvfs = {
  110431             :     ._ascii = {
  110432             :         .ob_base = {
  110433             :             .ob_refcnt = 999999999,
  110434             :             .ob_type = &PyUnicode_Type,
  110435             :         },
  110436             :         .length = 8,
  110437             :         .hash = -1,
  110438             :         .state = {
  110439             :             .kind = 1,
  110440             :             .compact = 1,
  110441             :             .ascii = 1,
  110442             :         },
  110443             :     },
  110444             :     ._data = "fstatvfs",
  110445             : };
  110446             : static
  110447             :     struct {
  110448             :         PyASCIIObject _ascii;
  110449             :         uint8_t _data[14];
  110450             :     }
  110451             : const_str_HAVE_FSTATVFS = {
  110452             :     ._ascii = {
  110453             :         .ob_base = {
  110454             :             .ob_refcnt = 999999999,
  110455             :             .ob_type = &PyUnicode_Type,
  110456             :         },
  110457             :         .length = 13,
  110458             :         .hash = -1,
  110459             :         .state = {
  110460             :             .kind = 1,
  110461             :             .compact = 1,
  110462             :             .ascii = 1,
  110463             :         },
  110464             :     },
  110465             :     ._data = "HAVE_FSTATVFS",
  110466             : };
  110467             : static
  110468             :     struct {
  110469             :         PyASCIIObject _ascii;
  110470             :         uint8_t _data[14];
  110471             :     }
  110472             : const_str_HAVE_LCHFLAGS = {
  110473             :     ._ascii = {
  110474             :         .ob_base = {
  110475             :             .ob_refcnt = 999999999,
  110476             :             .ob_type = &PyUnicode_Type,
  110477             :         },
  110478             :         .length = 13,
  110479             :         .hash = -1,
  110480             :         .state = {
  110481             :             .kind = 1,
  110482             :             .compact = 1,
  110483             :             .ascii = 1,
  110484             :         },
  110485             :     },
  110486             :     ._data = "HAVE_LCHFLAGS",
  110487             : };
  110488             : static
  110489             :     struct {
  110490             :         PyASCIIObject _ascii;
  110491             :         uint8_t _data[8];
  110492             :     }
  110493             : const_str_chflags = {
  110494             :     ._ascii = {
  110495             :         .ob_base = {
  110496             :             .ob_refcnt = 999999999,
  110497             :             .ob_type = &PyUnicode_Type,
  110498             :         },
  110499             :         .length = 7,
  110500             :         .hash = -1,
  110501             :         .state = {
  110502             :             .kind = 1,
  110503             :             .compact = 1,
  110504             :             .ascii = 1,
  110505             :         },
  110506             :     },
  110507             :     ._data = "chflags",
  110508             : };
  110509             : static
  110510             :     struct {
  110511             :         PyASCIIObject _ascii;
  110512             :         uint8_t _data[12];
  110513             :     }
  110514             : const_str_HAVE_LCHMOD = {
  110515             :     ._ascii = {
  110516             :         .ob_base = {
  110517             :             .ob_refcnt = 999999999,
  110518             :             .ob_type = &PyUnicode_Type,
  110519             :         },
  110520             :         .length = 11,
  110521             :         .hash = -1,
  110522             :         .state = {
  110523             :             .kind = 1,
  110524             :             .compact = 1,
  110525             :             .ascii = 1,
  110526             :         },
  110527             :     },
  110528             :     ._data = "HAVE_LCHMOD",
  110529             : };
  110530             : static
  110531             :     struct {
  110532             :         PyASCIIObject _ascii;
  110533             :         uint8_t _data[7];
  110534             :     }
  110535             : const_str_lchown = {
  110536             :     ._ascii = {
  110537             :         .ob_base = {
  110538             :             .ob_refcnt = 999999999,
  110539             :             .ob_type = &PyUnicode_Type,
  110540             :         },
  110541             :         .length = 6,
  110542             :         .hash = -1,
  110543             :         .state = {
  110544             :             .kind = 1,
  110545             :             .compact = 1,
  110546             :             .ascii = 1,
  110547             :         },
  110548             :     },
  110549             :     ._data = "lchown",
  110550             : };
  110551             : static
  110552             :     struct {
  110553             :         PyASCIIObject _ascii;
  110554             :         uint8_t _data[12];
  110555             :     }
  110556             : const_str_HAVE_LCHOWN = {
  110557             :     ._ascii = {
  110558             :         .ob_base = {
  110559             :             .ob_refcnt = 999999999,
  110560             :             .ob_type = &PyUnicode_Type,
  110561             :         },
  110562             :         .length = 11,
  110563             :         .hash = -1,
  110564             :         .state = {
  110565             :             .kind = 1,
  110566             :             .compact = 1,
  110567             :             .ascii = 1,
  110568             :         },
  110569             :     },
  110570             :     ._data = "HAVE_LCHOWN",
  110571             : };
  110572             : static
  110573             :     struct {
  110574             :         PyASCIIObject _ascii;
  110575             :         uint8_t _data[13];
  110576             :     }
  110577             : const_str_HAVE_LUTIMES = {
  110578             :     ._ascii = {
  110579             :         .ob_base = {
  110580             :             .ob_refcnt = 999999999,
  110581             :             .ob_type = &PyUnicode_Type,
  110582             :         },
  110583             :         .length = 12,
  110584             :         .hash = -1,
  110585             :         .state = {
  110586             :             .kind = 1,
  110587             :             .compact = 1,
  110588             :             .ascii = 1,
  110589             :         },
  110590             :     },
  110591             :     ._data = "HAVE_LUTIMES",
  110592             : };
  110593             : static
  110594             :     struct {
  110595             :         PyASCIIObject _ascii;
  110596             :         uint8_t _data[11];
  110597             :     }
  110598             : const_str_HAVE_LSTAT = {
  110599             :     ._ascii = {
  110600             :         .ob_base = {
  110601             :             .ob_refcnt = 999999999,
  110602             :             .ob_type = &PyUnicode_Type,
  110603             :         },
  110604             :         .length = 10,
  110605             :         .hash = -1,
  110606             :         .state = {
  110607             :             .kind = 1,
  110608             :             .compact = 1,
  110609             :             .ascii = 1,
  110610             :         },
  110611             :     },
  110612             :     ._data = "HAVE_LSTAT",
  110613             : };
  110614             : static
  110615             :     struct {
  110616             :         PyASCIIObject _ascii;
  110617             :         uint8_t _data[11];
  110618             :     }
  110619             : const_str_MS_WINDOWS = {
  110620             :     ._ascii = {
  110621             :         .ob_base = {
  110622             :             .ob_refcnt = 999999999,
  110623             :             .ob_type = &PyUnicode_Type,
  110624             :         },
  110625             :         .length = 10,
  110626             :         .hash = -1,
  110627             :         .state = {
  110628             :             .kind = 1,
  110629             :             .compact = 1,
  110630             :             .ascii = 1,
  110631             :         },
  110632             :     },
  110633             :     ._data = "MS_WINDOWS",
  110634             : };
  110635             : static
  110636             :     struct {
  110637             :         PyObject_VAR_HEAD
  110638             :         digit ob_digit[1];
  110639             :     }
  110640             : const_int_511 = {
  110641             :     .ob_base = {
  110642             :         .ob_base = {
  110643             :             .ob_refcnt = 999999999,
  110644             :             .ob_type = &PyLong_Type,
  110645             :         },
  110646             :         .ob_size = 1,
  110647             :     },
  110648             :     .ob_digit = { 511 },
  110649             : };
  110650             : static
  110651             :     struct {
  110652             :         PyASCIIObject _ascii;
  110653             :         uint8_t _data[396];
  110654             :     }
  110655             : os_toplevel_consts_80_consts_0 = {
  110656             :     ._ascii = {
  110657             :         .ob_base = {
  110658             :             .ob_refcnt = 999999999,
  110659             :             .ob_type = &PyUnicode_Type,
  110660             :         },
  110661             :         .length = 395,
  110662             :         .hash = -1,
  110663             :         .state = {
  110664             :             .kind = 1,
  110665             :             .compact = 1,
  110666             :             .ascii = 1,
  110667             :         },
  110668             :     },
  110669             :     ._data = "\x6d\x61\x6b\x65\x64\x69\x72\x73\x28\x6e\x61\x6d\x65\x20\x5b\x2c\x20\x6d\x6f\x64\x65\x3d\x30\x6f\x37\x37\x37\x5d\x5b\x2c\x20\x65\x78\x69\x73\x74\x5f\x6f\x6b\x3d\x46\x61\x6c\x73\x65\x5d\x29\x0a\x0a\x20\x20\x20\x20\x53\x75\x70\x65\x72\x2d\x6d\x6b\x64\x69\x72\x3b\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6c\x65\x61\x66\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x61\x6e\x64\x20\x61\x6c\x6c\x20\x69\x6e\x74\x65\x72\x6d\x65\x64\x69\x61\x74\x65\x20\x6f\x6e\x65\x73\x2e\x20\x20\x57\x6f\x72\x6b\x73\x20\x6c\x69\x6b\x65\x0a\x20\x20\x20\x20\x6d\x6b\x64\x69\x72\x2c\x20\x65\x78\x63\x65\x70\x74\x20\x74\x68\x61\x74\x20\x61\x6e\x79\x20\x69\x6e\x74\x65\x72\x6d\x65\x64\x69\x61\x74\x65\x20\x70\x61\x74\x68\x20\x73\x65\x67\x6d\x65\x6e\x74\x20\x28\x6e\x6f\x74\x20\x6a\x75\x73\x74\x20\x74\x68\x65\x20\x72\x69\x67\x68\x74\x6d\x6f\x73\x74\x29\x0a\x20\x20\x20\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x63\x72\x65\x61\x74\x65\x64\x20\x69\x66\x20\x69\x74\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x20\x65\x78\x69\x73\x74\x2e\x20\x49\x66\x20\x74\x68\x65\x20\x74\x61\x72\x67\x65\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x61\x6c\x72\x65\x61\x64\x79\x0a\x20\x20\x20\x20\x65\x78\x69\x73\x74\x73\x2c\x20\x72\x61\x69\x73\x65\x20\x61\x6e\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x65\x78\x69\x73\x74\x5f\x6f\x6b\x20\x69\x73\x20\x46\x61\x6c\x73\x65\x2e\x20\x4f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x6e\x6f\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x69\x73\x0a\x20\x20\x20\x20\x72\x61\x69\x73\x65\x64\x2e\x20\x20\x54\x68\x69\x73\x20\x69\x73\x20\x72\x65\x63\x75\x72\x73\x69\x76\x65\x2e\x0a\x0a\x20\x20\x20\x20",
  110670             : };
  110671             : static
  110672             :     struct {
  110673             :         PyASCIIObject _ascii;
  110674             :         uint8_t _data[9];
  110675             :     }
  110676             : const_str_exist_ok = {
  110677             :     ._ascii = {
  110678             :         .ob_base = {
  110679             :             .ob_refcnt = 999999999,
  110680             :             .ob_type = &PyUnicode_Type,
  110681             :         },
  110682             :         .length = 8,
  110683             :         .hash = -1,
  110684             :         .state = {
  110685             :             .kind = 1,
  110686             :             .compact = 1,
  110687             :             .ascii = 1,
  110688             :         },
  110689             :     },
  110690             :     ._data = "exist_ok",
  110691             : };
  110692             : static
  110693             :     struct {
  110694             :         PyGC_Head _gc_head;
  110695             :         struct {
  110696             :             PyObject_VAR_HEAD
  110697             :             PyObject *ob_item[1];
  110698             :         }_object;
  110699             :     }
  110700             : os_toplevel_consts_80_consts_1 = {
  110701             :     ._object = {
  110702             :         .ob_base = {
  110703             :             .ob_base = {
  110704             :                 .ob_refcnt = 999999999,
  110705             :                 .ob_type = &PyTuple_Type,
  110706             :             },
  110707             :             .ob_size = 1,
  110708             :         },
  110709             :         .ob_item = {
  110710             :             & const_str_exist_ok._ascii.ob_base,
  110711             :         },
  110712             :     },
  110713             : };
  110714             : static
  110715             :     struct {
  110716             :         PyGC_Head _gc_head;
  110717             :         struct {
  110718             :             PyObject_VAR_HEAD
  110719             :             PyObject *ob_item[4];
  110720             :         }_object;
  110721             :     }
  110722             : os_toplevel_consts_80_consts = {
  110723             :     ._object = {
  110724             :         .ob_base = {
  110725             :             .ob_base = {
  110726             :                 .ob_refcnt = 999999999,
  110727             :                 .ob_type = &PyTuple_Type,
  110728             :             },
  110729             :             .ob_size = 4,
  110730             :         },
  110731             :         .ob_item = {
  110732             :             & os_toplevel_consts_80_consts_0._ascii.ob_base,
  110733             :             & os_toplevel_consts_80_consts_1._object.ob_base.ob_base,
  110734             :             & const_str_ASCII._ascii.ob_base,
  110735             :             Py_None,
  110736             :         },
  110737             :     },
  110738             : };
  110739             : static
  110740             :     struct {
  110741             :         PyASCIIObject _ascii;
  110742             :         uint8_t _data[9];
  110743             :     }
  110744             : const_str_makedirs = {
  110745             :     ._ascii = {
  110746             :         .ob_base = {
  110747             :             .ob_refcnt = 999999999,
  110748             :             .ob_type = &PyUnicode_Type,
  110749             :         },
  110750             :         .length = 8,
  110751             :         .hash = -1,
  110752             :         .state = {
  110753             :             .kind = 1,
  110754             :             .compact = 1,
  110755             :             .ascii = 1,
  110756             :         },
  110757             :     },
  110758             :     ._data = "makedirs",
  110759             : };
  110760             : static
  110761             :     struct {
  110762             :         PyGC_Head _gc_head;
  110763             :         struct {
  110764             :             PyObject_VAR_HEAD
  110765             :             PyObject *ob_item[11];
  110766             :         }_object;
  110767             :     }
  110768             : os_toplevel_consts_80_names = {
  110769             :     ._object = {
  110770             :         .ob_base = {
  110771             :             .ob_base = {
  110772             :                 .ob_refcnt = 999999999,
  110773             :                 .ob_type = &PyTuple_Type,
  110774             :             },
  110775             :             .ob_size = 11,
  110776             :         },
  110777             :         .ob_item = {
  110778             :             &_Py_ID(path),
  110779             :             & const_str_split._ascii.ob_base,
  110780             :             & const_str_exists._ascii.ob_base,
  110781             :             & const_str_makedirs._ascii.ob_base,
  110782             :             & const_str_FileExistsError._ascii.ob_base,
  110783             :             & const_str_curdir._ascii.ob_base,
  110784             :             &_Py_ID(isinstance),
  110785             :             & const_str_bytes._ascii.ob_base,
  110786             :             & const_str_mkdir._ascii.ob_base,
  110787             :             & const_str_OSError._ascii.ob_base,
  110788             :             & const_str_isdir._ascii.ob_base,
  110789             :         },
  110790             :     },
  110791             : };
  110792             : static
  110793             :     struct {
  110794             :         PyObject_VAR_HEAD
  110795             :         Py_hash_t ob_shash;
  110796             :         char ob_sval[283];
  110797             :     }
  110798             : os_toplevel_consts_80_linetable = {
  110799             :     .ob_base = {
  110800             :         .ob_base = {
  110801             :             .ob_refcnt = 999999999,
  110802             :             .ob_type = &PyBytes_Type,
  110803             :         },
  110804             :         .ob_size = 282,
  110805             :     },
  110806             :     .ob_shash = -1,
  110807             :     .ob_sval = "\x80\x00\xf5\x14\x00\x12\x1c\x97\x1a\x91\x1a\x98\x44\xd4\x11\x21\x81\x4a\x80\x44\x88\x24\xd8\x0b\x0f\xf0\x00\x01\x05\x26\xdd\x15\x1f\x97\x5a\x91\x5a\xa0\x04\xd4\x15\x25\x89\x0a\x88\x04\x88\x64\xd8\x07\x0b\xf0\x00\x0a\x05\x13\x90\x04\xf0\x00\x0a\x05\x13\x9d\x5b\x9f\x5b\x99\x5b\xa8\x14\xd4\x1d\x2e\xf0\x00\x0a\x05\x13\xf0\x02\x04\x09\x11\xdd\x0c\x14\x90\x54\xa0\x48\xd0\x0c\x2d\xd4\x0c\x2d\xd0\x0c\x2d\xf5\x08\x00\x10\x16\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x01\x09\x2a\xdd\x13\x18\x9d\x16\xa0\x17\xd4\x13\x29\x88\x44\xd8\x0b\x0f\x90\x34\x8a\x3c\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\xf0\x02\x06\x05\x12\xdd\x08\x0d\x88\x64\x90\x44\xd4\x08\x19\xd0\x08\x19\xd0\x08\x19\xd0\x08\x19\xf8\xf5\x13\x00\x10\x1f\xf0\x00\x02\x09\x11\xf0\x00\x02\x09\x11\xf0\x00\x02\x09\x11\xe0\x0c\x10\x88\x44\xf0\x05\x02\x09\x11\xf8\xf8\xf8\xf8\xf5\x14\x00\x0c\x13\xf0\x00\x04\x05\x12\xf0\x00\x04\x05\x12\xf0\x00\x04\x05\x12\xf0\x06\x00\x10\x18\xf0\x00\x01\x09\x12\x9d\x7a\x9f\x7a\x99\x7a\xa8\x24\xd4\x1f\x2f\xf0\x00\x01\x09\x12\xd8\x0c\x11\xf0\x03\x01\x09\x12\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xf0\x07\x04\x05\x12\xf8\xf8\xf8",
  110808             : };
  110809             : static
  110810             :     struct {
  110811             :         PyObject_VAR_HEAD
  110812             :         Py_hash_t ob_shash;
  110813             :         char ob_sval[37];
  110814             :     }
  110815             : os_toplevel_consts_80_exceptiontable = {
  110816             :     .ob_base = {
  110817             :         .ob_base = {
  110818             :             .ob_refcnt = 999999999,
  110819             :             .ob_type = &PyBytes_Type,
  110820             :         },
  110821             :         .ob_size = 36,
  110822             :     },
  110823             :     .ob_shash = -1,
  110824             :     .ob_sval = "\xc1\x13\x0f\x42\x28\x00\xc2\x18\x0e\x42\x38\x00\xc2\x28\x0a\x42\x35\x03\xc2\x34\x01\x42\x35\x03\xc2\x38\x24\x43\x20\x03\xc3\x1f\x01\x43\x20\x03",
  110825             : };
  110826             : static
  110827             :     struct {
  110828             :         PyASCIIObject _ascii;
  110829             :         uint8_t _data[5];
  110830             :     }
  110831             : const_str_cdir = {
  110832             :     ._ascii = {
  110833             :         .ob_base = {
  110834             :             .ob_refcnt = 999999999,
  110835             :             .ob_type = &PyUnicode_Type,
  110836             :         },
  110837             :         .length = 4,
  110838             :         .hash = -1,
  110839             :         .state = {
  110840             :             .kind = 1,
  110841             :             .compact = 1,
  110842             :             .ascii = 1,
  110843             :         },
  110844             :     },
  110845             :     ._data = "cdir",
  110846             : };
  110847             : static
  110848             :     struct {
  110849             :         PyGC_Head _gc_head;
  110850             :         struct {
  110851             :             PyObject_VAR_HEAD
  110852             :             PyObject *ob_item[6];
  110853             :         }_object;
  110854             :     }
  110855             : os_toplevel_consts_80_localsplusnames = {
  110856             :     ._object = {
  110857             :         .ob_base = {
  110858             :             .ob_base = {
  110859             :                 .ob_refcnt = 999999999,
  110860             :                 .ob_type = &PyTuple_Type,
  110861             :             },
  110862             :             .ob_size = 6,
  110863             :         },
  110864             :         .ob_item = {
  110865             :             &_Py_ID(name),
  110866             :             &_Py_ID(mode),
  110867             :             & const_str_exist_ok._ascii.ob_base,
  110868             :             & const_str_head._ascii.ob_base,
  110869             :             & const_str_tail._ascii.ob_base,
  110870             :             & const_str_cdir._ascii.ob_base,
  110871             :         },
  110872             :     },
  110873             : };
  110874             : static
  110875             :     struct _PyCode_DEF(454)
  110876             : os_toplevel_consts_80 = {
  110877             :     .ob_base = {
  110878             :         .ob_base = {
  110879             :             .ob_refcnt = 999999999,
  110880             :             .ob_type = &PyCode_Type,
  110881             :         },
  110882             :         .ob_size = 227,
  110883             :     },
  110884             :     .co_consts = & os_toplevel_consts_80_consts._object.ob_base.ob_base,
  110885             :     .co_names = & os_toplevel_consts_80_names._object.ob_base.ob_base,
  110886             :     .co_exceptiontable = & os_toplevel_consts_80_exceptiontable.ob_base.ob_base,
  110887             :     .co_flags = 3,
  110888             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  110889             :     ._co_linearray_entry_size = 0,
  110890             :     .co_argcount = 3,
  110891             :     .co_posonlyargcount = 0,
  110892             :     .co_kwonlyargcount = 0,
  110893             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  110894             :     .co_stacksize = 4,
  110895             :     .co_firstlineno = 200,
  110896             :     .co_nlocalsplus = 6,
  110897             :     .co_nlocals = 6,
  110898             :     .co_nplaincellvars = 0,
  110899             :     .co_ncellvars = 0,
  110900             :     .co_nfreevars = 0,
  110901             :     .co_localsplusnames = & os_toplevel_consts_80_localsplusnames._object.ob_base.ob_base,
  110902             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
  110903             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  110904             :     .co_name = & const_str_makedirs._ascii.ob_base,
  110905             :     .co_qualname = & const_str_makedirs._ascii.ob_base,
  110906             :     .co_linetable = & os_toplevel_consts_80_linetable.ob_base.ob_base,
  110907             :     ._co_code = NULL,
  110908             :     ._co_linearray = NULL,
  110909             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x73\x1a\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x03\x72\x5e\x7c\x04\x72\x5c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x45\x09\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x02\xac\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x7c\x05\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x03\x53\x00\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x52\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1e\x01\x00\x7c\x02\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x01\x82\x00\x59\x00\x64\x03\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  110910             :     ._co_firsttraceable = 0,
  110911             : };
  110912             : static
  110913             :     struct {
  110914             :         PyASCIIObject _ascii;
  110915             :         uint8_t _data[429];
  110916             :     }
  110917             : os_toplevel_consts_81_consts_0 = {
  110918             :     ._ascii = {
  110919             :         .ob_base = {
  110920             :             .ob_refcnt = 999999999,
  110921             :             .ob_type = &PyUnicode_Type,
  110922             :         },
  110923             :         .length = 428,
  110924             :         .hash = -1,
  110925             :         .state = {
  110926             :             .kind = 1,
  110927             :             .compact = 1,
  110928             :             .ascii = 1,
  110929             :         },
  110930             :     },
  110931             :     ._data = "\x72\x65\x6d\x6f\x76\x65\x64\x69\x72\x73\x28\x6e\x61\x6d\x65\x29\x0a\x0a\x20\x20\x20\x20\x53\x75\x70\x65\x72\x2d\x72\x6d\x64\x69\x72\x3b\x20\x72\x65\x6d\x6f\x76\x65\x20\x61\x20\x6c\x65\x61\x66\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x61\x6e\x64\x20\x61\x6c\x6c\x20\x65\x6d\x70\x74\x79\x20\x69\x6e\x74\x65\x72\x6d\x65\x64\x69\x61\x74\x65\x0a\x20\x20\x20\x20\x6f\x6e\x65\x73\x2e\x20\x20\x57\x6f\x72\x6b\x73\x20\x6c\x69\x6b\x65\x20\x72\x6d\x64\x69\x72\x20\x65\x78\x63\x65\x70\x74\x20\x74\x68\x61\x74\x2c\x20\x69\x66\x20\x74\x68\x65\x20\x6c\x65\x61\x66\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x0a\x20\x20\x20\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6c\x6c\x79\x20\x72\x65\x6d\x6f\x76\x65\x64\x2c\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x69\x6e\x67\x20\x74\x6f\x20\x72\x69\x67\x68\x74\x6d\x6f\x73\x74\x20\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x73\x65\x67\x6d\x65\x6e\x74\x73\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x70\x72\x75\x6e\x65\x64\x20\x61\x77\x61\x79\x20\x75\x6e\x74\x69\x6c\x20\x65\x69\x74\x68\x65\x72\x20\x74\x68\x65\x20\x77\x68\x6f\x6c\x65\x20\x70\x61\x74\x68\x20\x69\x73\x0a\x20\x20\x20\x20\x63\x6f\x6e\x73\x75\x6d\x65\x64\x20\x6f\x72\x20\x61\x6e\x20\x65\x72\x72\x6f\x72\x20\x6f\x63\x63\x75\x72\x73\x2e\x20\x20\x45\x72\x72\x6f\x72\x73\x20\x64\x75\x72\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6c\x61\x74\x74\x65\x72\x20\x70\x68\x61\x73\x65\x20\x61\x72\x65\x0a\x20\x20\x20\x20\x69\x67\x6e\x6f\x72\x65\x64\x20\x2d\x2d\x20\x74\x68\x65\x79\x20\x67\x65\x6e\x65\x72\x61\x6c\x6c\x79\x20\x6d\x65\x61\x6e\x20\x74\x68\x61\x74\x20\x61\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x77\x61\x73\x20\x6e\x6f\x74\x20\x65\x6d\x70\x74\x79\x2e\x0a\x0a\x20\x20\x20\x20",
  110932             : };
  110933             : static
  110934             :     struct {
  110935             :         PyGC_Head _gc_head;
  110936             :         struct {
  110937             :             PyObject_VAR_HEAD
  110938             :             PyObject *ob_item[2];
  110939             :         }_object;
  110940             :     }
  110941             : os_toplevel_consts_81_consts = {
  110942             :     ._object = {
  110943             :         .ob_base = {
  110944             :             .ob_base = {
  110945             :                 .ob_refcnt = 999999999,
  110946             :                 .ob_type = &PyTuple_Type,
  110947             :             },
  110948             :             .ob_size = 2,
  110949             :         },
  110950             :         .ob_item = {
  110951             :             & os_toplevel_consts_81_consts_0._ascii.ob_base,
  110952             :             Py_None,
  110953             :         },
  110954             :     },
  110955             : };
  110956             : static
  110957             :     struct {
  110958             :         PyGC_Head _gc_head;
  110959             :         struct {
  110960             :             PyObject_VAR_HEAD
  110961             :             PyObject *ob_item[4];
  110962             :         }_object;
  110963             :     }
  110964             : os_toplevel_consts_81_names = {
  110965             :     ._object = {
  110966             :         .ob_base = {
  110967             :             .ob_base = {
  110968             :                 .ob_refcnt = 999999999,
  110969             :                 .ob_type = &PyTuple_Type,
  110970             :             },
  110971             :             .ob_size = 4,
  110972             :         },
  110973             :         .ob_item = {
  110974             :             & const_str_rmdir._ascii.ob_base,
  110975             :             &_Py_ID(path),
  110976             :             & const_str_split._ascii.ob_base,
  110977             :             & const_str_OSError._ascii.ob_base,
  110978             :         },
  110979             :     },
  110980             : };
  110981             : static
  110982             :     struct {
  110983             :         PyASCIIObject _ascii;
  110984             :         uint8_t _data[11];
  110985             :     }
  110986             : const_str_removedirs = {
  110987             :     ._ascii = {
  110988             :         .ob_base = {
  110989             :             .ob_refcnt = 999999999,
  110990             :             .ob_type = &PyUnicode_Type,
  110991             :         },
  110992             :         .length = 10,
  110993             :         .hash = -1,
  110994             :         .state = {
  110995             :             .kind = 1,
  110996             :             .compact = 1,
  110997             :             .ascii = 1,
  110998             :         },
  110999             :     },
  111000             :     ._data = "removedirs",
  111001             : };
  111002             : static
  111003             :     struct {
  111004             :         PyObject_VAR_HEAD
  111005             :         Py_hash_t ob_shash;
  111006             :         char ob_sval[200];
  111007             :     }
  111008             : os_toplevel_consts_81_linetable = {
  111009             :     .ob_base = {
  111010             :         .ob_base = {
  111011             :             .ob_refcnt = 999999999,
  111012             :             .ob_type = &PyBytes_Type,
  111013             :         },
  111014             :         .ob_size = 199,
  111015             :     },
  111016             :     .ob_shash = -1,
  111017             :     .ob_sval = "\x80\x00\xf5\x16\x00\x05\x0a\x88\x24\x84\x4b\x80\x4b\xdd\x11\x1b\x97\x1a\x91\x1a\x98\x44\xd4\x11\x21\x81\x4a\x80\x44\x88\x24\xd8\x0b\x0f\xf0\x00\x01\x05\x26\xdd\x15\x1f\x97\x5a\x91\x5a\xa0\x04\xd4\x15\x25\x89\x0a\x88\x04\x88\x64\xd8\x0a\x0e\xf0\x00\x05\x05\x26\x90\x34\xf0\x00\x05\x05\x26\xf0\x02\x03\x09\x12\xdd\x0c\x11\x90\x24\x8c\x4b\x88\x4b\xf5\x06\x00\x16\x20\x97\x5a\x91\x5a\xa0\x04\xd4\x15\x25\x89\x0a\x88\x04\x88\x64\xf0\x0b\x00\x0b\x0f\xf0\x00\x05\x05\x26\x90\x34\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf8\xf5\x06\x00\x10\x17\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xd8\x0c\x11\x88\x45\x88\x45\xf0\x03\x01\x09\x12\xf8\xf8\xf8",
  111018             : };
  111019             : static
  111020             :     struct {
  111021             :         PyObject_VAR_HEAD
  111022             :         Py_hash_t ob_shash;
  111023             :         char ob_sval[19];
  111024             :     }
  111025             : os_toplevel_consts_81_exceptiontable = {
  111026             :     .ob_base = {
  111027             :         .ob_base = {
  111028             :             .ob_refcnt = 999999999,
  111029             :             .ob_type = &PyBytes_Type,
  111030             :         },
  111031             :         .ob_size = 18,
  111032             :     },
  111033             :     .ob_shash = -1,
  111034             :     .ob_sval = "\xc1\x09\x0d\x41\x3c\x00\xc1\x3c\x0a\x42\x0a\x03\xc2\x09\x01\x42\x0a\x03",
  111035             : };
  111036             : static
  111037             :     struct {
  111038             :         PyGC_Head _gc_head;
  111039             :         struct {
  111040             :             PyObject_VAR_HEAD
  111041             :             PyObject *ob_item[3];
  111042             :         }_object;
  111043             :     }
  111044             : os_toplevel_consts_81_localsplusnames = {
  111045             :     ._object = {
  111046             :         .ob_base = {
  111047             :             .ob_base = {
  111048             :                 .ob_refcnt = 999999999,
  111049             :                 .ob_type = &PyTuple_Type,
  111050             :             },
  111051             :             .ob_size = 3,
  111052             :         },
  111053             :         .ob_item = {
  111054             :             &_Py_ID(name),
  111055             :             & const_str_head._ascii.ob_base,
  111056             :             & const_str_tail._ascii.ob_base,
  111057             :         },
  111058             :     },
  111059             : };
  111060             : static
  111061             :     struct _PyCode_DEF(282)
  111062             : os_toplevel_consts_81 = {
  111063             :     .ob_base = {
  111064             :         .ob_base = {
  111065             :             .ob_refcnt = 999999999,
  111066             :             .ob_type = &PyCode_Type,
  111067             :         },
  111068             :         .ob_size = 141,
  111069             :     },
  111070             :     .co_consts = & os_toplevel_consts_81_consts._object.ob_base.ob_base,
  111071             :     .co_names = & os_toplevel_consts_81_names._object.ob_base.ob_base,
  111072             :     .co_exceptiontable = & os_toplevel_consts_81_exceptiontable.ob_base.ob_base,
  111073             :     .co_flags = 3,
  111074             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  111075             :     ._co_linearray_entry_size = 0,
  111076             :     .co_argcount = 1,
  111077             :     .co_posonlyargcount = 0,
  111078             :     .co_kwonlyargcount = 0,
  111079             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  111080             :     .co_stacksize = 4,
  111081             :     .co_firstlineno = 232,
  111082             :     .co_nlocalsplus = 3,
  111083             :     .co_nlocals = 3,
  111084             :     .co_nplaincellvars = 0,
  111085             :     .co_ncellvars = 0,
  111086             :     .co_nfreevars = 0,
  111087             :     .co_localsplusnames = & os_toplevel_consts_81_localsplusnames._object.ob_base.ob_base,
  111088             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  111089             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  111090             :     .co_name = & const_str_removedirs._ascii.ob_base,
  111091             :     .co_qualname = & const_str_removedirs._ascii.ob_base,
  111092             :     .co_linetable = & os_toplevel_consts_81_linetable.ob_base.ob_base,
  111093             :     ._co_code = NULL,
  111094             :     ._co_linearray = NULL,
  111095             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\x73\x1a\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x72\x34\x7c\x02\x72\x30\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x72\x04\x7c\x02\xb0\x2c\x64\x01\x53\x00\x64\x01\x53\x00\x64\x01\x53\x00\x64\x01\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  111096             :     ._co_firsttraceable = 0,
  111097             : };
  111098             : static
  111099             :     struct {
  111100             :         PyASCIIObject _ascii;
  111101             :         uint8_t _data[573];
  111102             :     }
  111103             : os_toplevel_consts_82_consts_0 = {
  111104             :     ._ascii = {
  111105             :         .ob_base = {
  111106             :             .ob_refcnt = 999999999,
  111107             :             .ob_type = &PyUnicode_Type,
  111108             :         },
  111109             :         .length = 572,
  111110             :         .hash = -1,
  111111             :         .state = {
  111112             :             .kind = 1,
  111113             :             .compact = 1,
  111114             :             .ascii = 1,
  111115             :         },
  111116             :     },
  111117             :     ._data = "\x72\x65\x6e\x61\x6d\x65\x73\x28\x6f\x6c\x64\x2c\x20\x6e\x65\x77\x29\x0a\x0a\x20\x20\x20\x20\x53\x75\x70\x65\x72\x2d\x72\x65\x6e\x61\x6d\x65\x3b\x20\x63\x72\x65\x61\x74\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x73\x20\x6e\x65\x63\x65\x73\x73\x61\x72\x79\x20\x61\x6e\x64\x20\x64\x65\x6c\x65\x74\x65\x20\x61\x6e\x79\x20\x6c\x65\x66\x74\x0a\x20\x20\x20\x20\x65\x6d\x70\x74\x79\x2e\x20\x20\x57\x6f\x72\x6b\x73\x20\x6c\x69\x6b\x65\x20\x72\x65\x6e\x61\x6d\x65\x2c\x20\x65\x78\x63\x65\x70\x74\x20\x63\x72\x65\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x61\x6e\x79\x20\x69\x6e\x74\x65\x72\x6d\x65\x64\x69\x61\x74\x65\x0a\x20\x20\x20\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x6e\x65\x65\x64\x65\x64\x20\x74\x6f\x20\x6d\x61\x6b\x65\x20\x74\x68\x65\x20\x6e\x65\x77\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x67\x6f\x6f\x64\x20\x69\x73\x20\x61\x74\x74\x65\x6d\x70\x74\x65\x64\x0a\x20\x20\x20\x20\x66\x69\x72\x73\x74\x2e\x20\x20\x41\x66\x74\x65\x72\x20\x74\x68\x65\x20\x72\x65\x6e\x61\x6d\x65\x2c\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x69\x6e\x67\x20\x74\x6f\x20\x72\x69\x67\x68\x74\x6d\x6f\x73\x74\x0a\x20\x20\x20\x20\x70\x61\x74\x68\x20\x73\x65\x67\x6d\x65\x6e\x74\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x6f\x6c\x64\x20\x6e\x61\x6d\x65\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x70\x72\x75\x6e\x65\x64\x20\x75\x6e\x74\x69\x6c\x20\x65\x69\x74\x68\x65\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x77\x68\x6f\x6c\x65\x20\x70\x61\x74\x68\x20\x69\x73\x20\x63\x6f\x6e\x73\x75\x6d\x65\x64\x20\x6f\x72\x20\x61\x20\x6e\x6f\x6e\x65\x6d\x70\x74\x79\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x0a\x20\x20\x20\x20\x4e\x6f\x74\x65\x3a\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x63\x61\x6e\x20\x66\x61\x69\x6c\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x6e\x65\x77\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x73\x74\x72\x75\x63\x74\x75\x72\x65\x20\x6d\x61\x64\x65\x0a\x20\x20\x20\x20\x69\x66\x20\x79\x6f\x75\x20\x6c\x61\x63\x6b\x20\x70\x65\x72\x6d\x69\x73\x73\x69\x6f\x6e\x73\x20\x6e\x65\x65\x64\x65\x64\x20\x74\x6f\x20\x75\x6e\x6c\x69\x6e\x6b\x20\x74\x68\x65\x20\x6c\x65\x61\x66\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x6f\x72\x0a\x20\x20\x20\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20",
  111118             : };
  111119             : static
  111120             :     struct {
  111121             :         PyGC_Head _gc_head;
  111122             :         struct {
  111123             :             PyObject_VAR_HEAD
  111124             :             PyObject *ob_item[2];
  111125             :         }_object;
  111126             :     }
  111127             : os_toplevel_consts_82_consts = {
  111128             :     ._object = {
  111129             :         .ob_base = {
  111130             :             .ob_base = {
  111131             :                 .ob_refcnt = 999999999,
  111132             :                 .ob_type = &PyTuple_Type,
  111133             :             },
  111134             :             .ob_size = 2,
  111135             :         },
  111136             :         .ob_item = {
  111137             :             & os_toplevel_consts_82_consts_0._ascii.ob_base,
  111138             :             Py_None,
  111139             :         },
  111140             :     },
  111141             : };
  111142             : static
  111143             :     struct {
  111144             :         PyGC_Head _gc_head;
  111145             :         struct {
  111146             :             PyObject_VAR_HEAD
  111147             :             PyObject *ob_item[7];
  111148             :         }_object;
  111149             :     }
  111150             : os_toplevel_consts_82_names = {
  111151             :     ._object = {
  111152             :         .ob_base = {
  111153             :             .ob_base = {
  111154             :                 .ob_refcnt = 999999999,
  111155             :                 .ob_type = &PyTuple_Type,
  111156             :             },
  111157             :             .ob_size = 7,
  111158             :         },
  111159             :         .ob_item = {
  111160             :             &_Py_ID(path),
  111161             :             & const_str_split._ascii.ob_base,
  111162             :             & const_str_exists._ascii.ob_base,
  111163             :             & const_str_makedirs._ascii.ob_base,
  111164             :             & const_str_rename._ascii.ob_base,
  111165             :             & const_str_removedirs._ascii.ob_base,
  111166             :             & const_str_OSError._ascii.ob_base,
  111167             :         },
  111168             :     },
  111169             : };
  111170             : static
  111171             :     struct {
  111172             :         PyASCIIObject _ascii;
  111173             :         uint8_t _data[8];
  111174             :     }
  111175             : const_str_renames = {
  111176             :     ._ascii = {
  111177             :         .ob_base = {
  111178             :             .ob_refcnt = 999999999,
  111179             :             .ob_type = &PyUnicode_Type,
  111180             :         },
  111181             :         .length = 7,
  111182             :         .hash = -1,
  111183             :         .state = {
  111184             :             .kind = 1,
  111185             :             .compact = 1,
  111186             :             .ascii = 1,
  111187             :         },
  111188             :     },
  111189             :     ._data = "renames",
  111190             : };
  111191             : static
  111192             :     struct {
  111193             :         PyObject_VAR_HEAD
  111194             :         Py_hash_t ob_shash;
  111195             :         char ob_sval[185];
  111196             :     }
  111197             : os_toplevel_consts_82_linetable = {
  111198             :     .ob_base = {
  111199             :         .ob_base = {
  111200             :             .ob_refcnt = 999999999,
  111201             :             .ob_type = &PyBytes_Type,
  111202             :         },
  111203             :         .ob_size = 184,
  111204             :     },
  111205             :     .ob_shash = -1,
  111206             :     .ob_sval = "\x80\x00\xf5\x1e\x00\x12\x1c\x97\x1a\x91\x1a\x98\x43\x94\x1f\x81\x4a\x80\x44\x88\x24\xd8\x07\x0b\xf0\x00\x01\x05\x17\x90\x04\xf0\x00\x01\x05\x17\x9d\x5b\x9f\x5b\x99\x5b\xa8\x14\xd4\x1d\x2e\xf0\x00\x01\x05\x17\xdd\x08\x10\x90\x14\x8c\x0e\x88\x0e\xdd\x04\x0a\x88\x33\x90\x03\xd4\x04\x14\xd0\x04\x14\xdd\x11\x1b\x97\x1a\x91\x1a\x98\x43\x94\x1f\x81\x4a\x80\x44\x88\x24\xd8\x07\x0b\xf0\x00\x04\x05\x11\x90\x04\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xdd\x0c\x16\x90\x74\xd4\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xf0\x05\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x00\x04\x05\x11\xf8\xf5\x06\x00\x10\x17\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
  111207             : };
  111208             : static
  111209             :     struct {
  111210             :         PyObject_VAR_HEAD
  111211             :         Py_hash_t ob_shash;
  111212             :         char ob_sval[19];
  111213             :     }
  111214             : os_toplevel_consts_82_exceptiontable = {
  111215             :     .ob_base = {
  111216             :         .ob_base = {
  111217             :             .ob_refcnt = 999999999,
  111218             :             .ob_type = &PyBytes_Type,
  111219             :         },
  111220             :         .ob_size = 18,
  111221             :     },
  111222             :     .ob_shash = -1,
  111223             :     .ob_sval = "\xc1\x30\x0d\x42\x03\x00\xc2\x03\x0a\x42\x11\x03\xc2\x10\x01\x42\x11\x03",
  111224             : };
  111225             : static
  111226             :     struct {
  111227             :         PyGC_Head _gc_head;
  111228             :         struct {
  111229             :             PyObject_VAR_HEAD
  111230             :             PyObject *ob_item[4];
  111231             :         }_object;
  111232             :     }
  111233             : os_toplevel_consts_82_localsplusnames = {
  111234             :     ._object = {
  111235             :         .ob_base = {
  111236             :             .ob_base = {
  111237             :                 .ob_refcnt = 999999999,
  111238             :                 .ob_type = &PyTuple_Type,
  111239             :             },
  111240             :             .ob_size = 4,
  111241             :         },
  111242             :         .ob_item = {
  111243             :             & const_str_old._ascii.ob_base,
  111244             :             & const_str_new._ascii.ob_base,
  111245             :             & const_str_head._ascii.ob_base,
  111246             :             & const_str_tail._ascii.ob_base,
  111247             :         },
  111248             :     },
  111249             : };
  111250             : static
  111251             :     struct _PyCode_DEF(296)
  111252             : os_toplevel_consts_82 = {
  111253             :     .ob_base = {
  111254             :         .ob_base = {
  111255             :             .ob_refcnt = 999999999,
  111256             :             .ob_type = &PyCode_Type,
  111257             :         },
  111258             :         .ob_size = 148,
  111259             :     },
  111260             :     .co_consts = & os_toplevel_consts_82_consts._object.ob_base.ob_base,
  111261             :     .co_names = & os_toplevel_consts_82_names._object.ob_base.ob_base,
  111262             :     .co_exceptiontable = & os_toplevel_consts_82_exceptiontable.ob_base.ob_base,
  111263             :     .co_flags = 3,
  111264             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  111265             :     ._co_linearray_entry_size = 0,
  111266             :     .co_argcount = 2,
  111267             :     .co_posonlyargcount = 0,
  111268             :     .co_kwonlyargcount = 0,
  111269             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  111270             :     .co_stacksize = 4,
  111271             :     .co_firstlineno = 254,
  111272             :     .co_nlocalsplus = 4,
  111273             :     .co_nlocals = 4,
  111274             :     .co_nplaincellvars = 0,
  111275             :     .co_ncellvars = 0,
  111276             :     .co_nfreevars = 0,
  111277             :     .co_localsplusnames = & os_toplevel_consts_82_localsplusnames._object.ob_base.ob_base,
  111278             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  111279             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  111280             :     .co_name = & const_str_renames._ascii.ob_base,
  111281             :     .co_qualname = & const_str_renames._ascii.ob_base,
  111282             :     .co_linetable = & os_toplevel_consts_82_linetable.ob_base.ob_base,
  111283             :     ._co_code = NULL,
  111284             :     ._co_linearray = NULL,
  111285             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x72\x26\x7c\x03\x72\x24\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x72\x14\x7c\x03\x72\x10\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x64\x01\x53\x00\x64\x01\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  111286             :     ._co_firsttraceable = 0,
  111287             : };
  111288             : static
  111289             :     struct {
  111290             :         PyGC_Head _gc_head;
  111291             :         struct {
  111292             :             PyObject_VAR_HEAD
  111293             :             PyObject *ob_item[3];
  111294             :         }_object;
  111295             :     }
  111296             : os_toplevel_consts_83 = {
  111297             :     ._object = {
  111298             :         .ob_base = {
  111299             :             .ob_base = {
  111300             :                 .ob_refcnt = 999999999,
  111301             :                 .ob_type = &PyTuple_Type,
  111302             :             },
  111303             :             .ob_size = 3,
  111304             :         },
  111305             :         .ob_item = {
  111306             :             & const_str_makedirs._ascii.ob_base,
  111307             :             & const_str_removedirs._ascii.ob_base,
  111308             :             & const_str_renames._ascii.ob_base,
  111309             :         },
  111310             :     },
  111311             : };
  111312             : static
  111313             :     struct {
  111314             :         PyASCIIObject _ascii;
  111315             :         uint8_t _data[2812];
  111316             :     }
  111317             : os_toplevel_consts_85_consts_0 = {
  111318             :     ._ascii = {
  111319             :         .ob_base = {
  111320             :             .ob_refcnt = 999999999,
  111321             :             .ob_type = &PyUnicode_Type,
  111322             :         },
  111323             :         .length = 2811,
  111324             :         .hash = -1,
  111325             :         .state = {
  111326             :             .kind = 1,
  111327             :             .compact = 1,
  111328             :             .ascii = 1,
  111329             :         },
  111330             :     },
  111331             :     ._data = "\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x74\x72\x65\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x0a\x20\x20\x20\x20\x46\x6f\x72\x20\x65\x61\x63\x68\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x6e\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x74\x72\x65\x65\x20\x72\x6f\x6f\x74\x65\x64\x20\x61\x74\x20\x74\x6f\x70\x20\x28\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x74\x6f\x70\x0a\x20\x20\x20\x20\x69\x74\x73\x65\x6c\x66\x2c\x20\x62\x75\x74\x20\x65\x78\x63\x6c\x75\x64\x69\x6e\x67\x20\x27\x2e\x27\x20\x61\x6e\x64\x20\x27\x2e\x2e\x27\x29\x2c\x20\x79\x69\x65\x6c\x64\x73\x20\x61\x20\x33\x2d\x74\x75\x70\x6c\x65\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x64\x69\x72\x70\x61\x74\x68\x2c\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x2c\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x73\x0a\x0a\x20\x20\x20\x20\x64\x69\x72\x70\x61\x74\x68\x20\x69\x73\x20\x61\x20\x73\x74\x72\x69\x6e\x67\x2c\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x2e\x20\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x20\x69\x73\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x69\x6e\x20\x64\x69\x72\x70\x61\x74\x68\x20\x28\x65\x78\x63\x6c\x75\x64\x69\x6e\x67\x20\x27\x2e\x27\x20\x61\x6e\x64\x20\x27\x2e\x2e\x27\x29\x2e\x0a\x20\x20\x20\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x73\x20\x69\x73\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x6e\x6f\x6e\x2d\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x66\x69\x6c\x65\x73\x20\x69\x6e\x20\x64\x69\x72\x70\x61\x74\x68\x2e\x0a\x20\x20\x20\x20\x4e\x6f\x74\x65\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x73\x20\x69\x6e\x20\x74\x68\x65\x20\x6c\x69\x73\x74\x73\x20\x61\x72\x65\x20\x6a\x75\x73\x74\x20\x6e\x61\x6d\x65\x73\x2c\x20\x77\x69\x74\x68\x20\x6e\x6f\x20\x70\x61\x74\x68\x20\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x73\x2e\x0a\x20\x20\x20\x20\x54\x6f\x20\x67\x65\x74\x20\x61\x20\x66\x75\x6c\x6c\x20\x70\x61\x74\x68\x20\x28\x77\x68\x69\x63\x68\x20\x62\x65\x67\x69\x6e\x73\x20\x77\x69\x74\x68\x20\x74\x6f\x70\x29\x20\x74\x6f\x20\x61\x20\x66\x69\x6c\x65\x20\x6f\x72\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x6e\x0a\x20\x20\x20\x20\x64\x69\x72\x70\x61\x74\x68\x2c\x20\x64\x6f\x20\x6f\x73\x2e\x70\x61\x74\x68\x2e\x6a\x6f\x69\x6e\x28\x64\x69\x72\x70\x61\x74\x68\x2c\x20\x6e\x61\x6d\x65\x29\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x61\x72\x67\x20\x27\x74\x6f\x70\x64\x6f\x77\x6e\x27\x20\x69\x73\x20\x74\x72\x75\x65\x20\x6f\x72\x20\x6e\x6f\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x2c\x20\x74\x68\x65\x20\x74\x72\x69\x70\x6c\x65\x20\x66\x6f\x72\x20\x61\x0a\x20\x20\x20\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x62\x65\x66\x6f\x72\x65\x20\x74\x68\x65\x20\x74\x72\x69\x70\x6c\x65\x73\x20\x66\x6f\x72\x20\x61\x6e\x79\x20\x6f\x66\x20\x69\x74\x73\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x0a\x20\x20\x20\x20\x28\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x72\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x74\x6f\x70\x20\x64\x6f\x77\x6e\x29\x2e\x20\x20\x49\x66\x20\x74\x6f\x70\x64\x6f\x77\x6e\x20\x69\x73\x20\x66\x61\x6c\x73\x65\x2c\x20\x74\x68\x65\x20\x74\x72\x69\x70\x6c\x65\x0a\x20\x20\x20\x20\x66\x6f\x72\x20\x61\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x61\x66\x74\x65\x72\x20\x74\x68\x65\x20\x74\x72\x69\x70\x6c\x65\x73\x20\x66\x6f\x72\x20\x61\x6c\x6c\x20\x6f\x66\x20\x69\x74\x73\x0a\x20\x20\x20\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x28\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x72\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x62\x6f\x74\x74\x6f\x6d\x20\x75\x70\x29\x2e\x0a\x0a\x20\x20\x20\x20\x57\x68\x65\x6e\x20\x74\x6f\x70\x64\x6f\x77\x6e\x20\x69\x73\x20\x74\x72\x75\x65\x2c\x20\x74\x68\x65\x20\x63\x61\x6c\x6c\x65\x72\x20\x63\x61\x6e\x20\x6d\x6f\x64\x69\x66\x79\x20\x74\x68\x65\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x20\x6c\x69\x73\x74\x20\x69\x6e\x2d\x70\x6c\x61\x63\x65\x0a\x20\x20\x20\x20\x28\x65\x2e\x67\x2e\x2c\x20\x76\x69\x61\x20\x64\x65\x6c\x20\x6f\x72\x20\x73\x6c\x69\x63\x65\x20\x61\x73\x73\x69\x67\x6e\x6d\x65\x6e\x74\x29\x2c\x20\x61\x6e\x64\x20\x77\x61\x6c\x6b\x20\x77\x69\x6c\x6c\x20\x6f\x6e\x6c\x79\x20\x72\x65\x63\x75\x72\x73\x65\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x77\x68\x6f\x73\x65\x20\x6e\x61\x6d\x65\x73\x20\x72\x65\x6d\x61\x69\x6e\x20\x69\x6e\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x3b\x20\x74\x68\x69\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x70\x72\x75\x6e\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x73\x65\x61\x72\x63\x68\x2c\x20\x6f\x72\x20\x74\x6f\x20\x69\x6d\x70\x6f\x73\x65\x20\x61\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6f\x72\x64\x65\x72\x20\x6f\x66\x20\x76\x69\x73\x69\x74\x69\x6e\x67\x2e\x20\x20\x4d\x6f\x64\x69\x66\x79\x69\x6e\x67\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x20\x77\x68\x65\x6e\x0a\x20\x20\x20\x20\x74\x6f\x70\x64\x6f\x77\x6e\x20\x69\x73\x20\x66\x61\x6c\x73\x65\x20\x68\x61\x73\x20\x6e\x6f\x20\x65\x66\x66\x65\x63\x74\x20\x6f\x6e\x20\x74\x68\x65\x20\x62\x65\x68\x61\x76\x69\x6f\x72\x20\x6f\x66\x20\x6f\x73\x2e\x77\x61\x6c\x6b\x28\x29\x2c\x20\x73\x69\x6e\x63\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x69\x6e\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x20\x68\x61\x76\x65\x20\x61\x6c\x72\x65\x61\x64\x79\x20\x62\x65\x65\x6e\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x74\x69\x6d\x65\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x0a\x20\x20\x20\x20\x69\x74\x73\x65\x6c\x66\x20\x69\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x2e\x20\x4e\x6f\x20\x6d\x61\x74\x74\x65\x72\x20\x74\x68\x65\x20\x76\x61\x6c\x75\x65\x20\x6f\x66\x20\x74\x6f\x70\x64\x6f\x77\x6e\x2c\x20\x74\x68\x65\x20\x6c\x69\x73\x74\x20\x6f\x66\x0a\x20\x20\x20\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x69\x73\x20\x72\x65\x74\x72\x69\x65\x76\x65\x64\x20\x62\x65\x66\x6f\x72\x65\x20\x74\x68\x65\x20\x74\x75\x70\x6c\x65\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x61\x6e\x64\x20\x69\x74\x73\x0a\x20\x20\x20\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x72\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x42\x79\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x65\x72\x72\x6f\x72\x73\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x6f\x73\x2e\x73\x63\x61\x6e\x64\x69\x72\x28\x29\x20\x63\x61\x6c\x6c\x20\x61\x72\x65\x20\x69\x67\x6e\x6f\x72\x65\x64\x2e\x20\x20\x49\x66\x0a\x20\x20\x20\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x61\x72\x67\x20\x27\x6f\x6e\x65\x72\x72\x6f\x72\x27\x20\x69\x73\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x2c\x20\x69\x74\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x61\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x3b\x20\x69\x74\x0a\x20\x20\x20\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x63\x61\x6c\x6c\x65\x64\x20\x77\x69\x74\x68\x20\x6f\x6e\x65\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x2c\x20\x61\x6e\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x20\x20\x49\x74\x20\x63\x61\x6e\x0a\x20\x20\x20\x20\x72\x65\x70\x6f\x72\x74\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x20\x74\x6f\x20\x63\x6f\x6e\x74\x69\x6e\x75\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x77\x61\x6c\x6b\x2c\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x74\x68\x65\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x0a\x20\x20\x20\x20\x74\x6f\x20\x61\x62\x6f\x72\x74\x20\x74\x68\x65\x20\x77\x61\x6c\x6b\x2e\x20\x20\x4e\x6f\x74\x65\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x69\x73\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x20\x61\x73\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x0a\x20\x20\x20\x20\x42\x79\x20\x64\x65\x66\x61\x75\x6c\x74\x2c\x20\x6f\x73\x2e\x77\x61\x6c\x6b\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x20\x66\x6f\x6c\x6c\x6f\x77\x20\x73\x79\x6d\x62\x6f\x6c\x69\x63\x20\x6c\x69\x6e\x6b\x73\x20\x74\x6f\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x6f\x6e\x0a\x20\x20\x20\x20\x73\x79\x73\x74\x65\x6d\x73\x20\x74\x68\x61\x74\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x74\x68\x65\x6d\x2e\x20\x20\x49\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x20\x67\x65\x74\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x61\x6c\x69\x74\x79\x2c\x20\x73\x65\x74\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x27\x66\x6f\x6c\x6c\x6f\x77\x6c\x69\x6e\x6b\x73\x27\x20\x74\x6f\x20\x74\x72\x75\x65\x2e\x0a\x0a\x20\x20\x20\x20\x43\x61\x75\x74\x69\x6f\x6e\x3a\x20\x20\x69\x66\x20\x79\x6f\x75\x20\x70\x61\x73\x73\x20\x61\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x66\x6f\x72\x20\x74\x6f\x70\x2c\x20\x64\x6f\x6e\x27\x74\x20\x63\x68\x61\x6e\x67\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x77\x6f\x72\x6b\x69\x6e\x67\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x72\x65\x73\x75\x6d\x70\x74\x69\x6f\x6e\x73\x20\x6f\x66\x20\x77\x61\x6c\x6b\x2e\x20\x20\x77\x61\x6c\x6b\x20\x6e\x65\x76\x65\x72\x0a\x20\x20\x20\x20\x63\x68\x61\x6e\x67\x65\x73\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x2c\x20\x61\x6e\x64\x20\x61\x73\x73\x75\x6d\x65\x73\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x63\x6c\x69\x65\x6e\x74\x20\x64\x6f\x65\x73\x6e\x27\x74\x0a\x20\x20\x20\x20\x65\x69\x74\x68\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x45\x78\x61\x6d\x70\x6c\x65\x3a\x0a\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x6f\x73\x0a\x20\x20\x20\x20\x66\x72\x6f\x6d\x20\x6f\x73\x2e\x70\x61\x74\x68\x20\x69\x6d\x70\x6f\x72\x74\x20\x6a\x6f\x69\x6e\x2c\x20\x67\x65\x74\x73\x69\x7a\x65\x0a\x20\x20\x20\x20\x66\x6f\x72\x20\x72\x6f\x6f\x74\x2c\x20\x64\x69\x72\x73\x2c\x20\x66\x69\x6c\x65\x73\x20\x69\x6e\x20\x6f\x73\x2e\x77\x61\x6c\x6b\x28\x27\x70\x79\x74\x68\x6f\x6e\x2f\x4c\x69\x62\x2f\x65\x6d\x61\x69\x6c\x27\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x72\x6f\x6f\x74\x2c\x20\x22\x63\x6f\x6e\x73\x75\x6d\x65\x73\x20\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x73\x75\x6d\x28\x67\x65\x74\x73\x69\x7a\x65\x28\x6a\x6f\x69\x6e\x28\x72\x6f\x6f\x74\x2c\x20\x6e\x61\x6d\x65\x29\x29\x20\x66\x6f\x72\x20\x6e\x61\x6d\x65\x20\x69\x6e\x20\x66\x69\x6c\x65\x73\x29\x2c\x20\x65\x6e\x64\x3d\x22\x20\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x22\x62\x79\x74\x65\x73\x20\x69\x6e\x22\x2c\x20\x6c\x65\x6e\x28\x66\x69\x6c\x65\x73\x29\x2c\x20\x22\x6e\x6f\x6e\x2d\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x66\x69\x6c\x65\x73\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x66\x20\x27\x43\x56\x53\x27\x20\x69\x6e\x20\x64\x69\x72\x73\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x69\x72\x73\x2e\x72\x65\x6d\x6f\x76\x65\x28\x27\x43\x56\x53\x27\x29\x20\x20\x23\x20\x64\x6f\x6e\x27\x74\x20\x76\x69\x73\x69\x74\x20\x43\x56\x53\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x0a\x0a\x20\x20\x20\x20",
  111332             : };
  111333             : static
  111334             :     struct {
  111335             :         PyASCIIObject _ascii;
  111336             :         uint8_t _data[8];
  111337             :     }
  111338             : os_toplevel_consts_85_consts_1 = {
  111339             :     ._ascii = {
  111340             :         .ob_base = {
  111341             :             .ob_refcnt = 999999999,
  111342             :             .ob_type = &PyUnicode_Type,
  111343             :         },
  111344             :         .length = 7,
  111345             :         .hash = -1,
  111346             :         .state = {
  111347             :             .kind = 1,
  111348             :             .compact = 1,
  111349             :             .ascii = 1,
  111350             :         },
  111351             :     },
  111352             :     ._data = "os.walk",
  111353             : };
  111354             : static
  111355             :     struct {
  111356             :         PyGC_Head _gc_head;
  111357             :         struct {
  111358             :             PyObject_VAR_HEAD
  111359             :             PyObject *ob_item[2];
  111360             :         }_object;
  111361             :     }
  111362             : os_toplevel_consts_85_consts = {
  111363             :     ._object = {
  111364             :         .ob_base = {
  111365             :             .ob_base = {
  111366             :                 .ob_refcnt = 999999999,
  111367             :                 .ob_type = &PyTuple_Type,
  111368             :             },
  111369             :             .ob_size = 2,
  111370             :         },
  111371             :         .ob_item = {
  111372             :             & os_toplevel_consts_85_consts_0._ascii.ob_base,
  111373             :             & os_toplevel_consts_85_consts_1._ascii.ob_base,
  111374             :         },
  111375             :     },
  111376             : };
  111377             : static
  111378             :     struct {
  111379             :         PyASCIIObject _ascii;
  111380             :         uint8_t _data[6];
  111381             :     }
  111382             : const_str_audit = {
  111383             :     ._ascii = {
  111384             :         .ob_base = {
  111385             :             .ob_refcnt = 999999999,
  111386             :             .ob_type = &PyUnicode_Type,
  111387             :         },
  111388             :         .length = 5,
  111389             :         .hash = -1,
  111390             :         .state = {
  111391             :             .kind = 1,
  111392             :             .compact = 1,
  111393             :             .ascii = 1,
  111394             :         },
  111395             :     },
  111396             :     ._data = "audit",
  111397             : };
  111398             : static
  111399             :     struct {
  111400             :         PyASCIIObject _ascii;
  111401             :         uint8_t _data[6];
  111402             :     }
  111403             : const_str__walk = {
  111404             :     ._ascii = {
  111405             :         .ob_base = {
  111406             :             .ob_refcnt = 999999999,
  111407             :             .ob_type = &PyUnicode_Type,
  111408             :         },
  111409             :         .length = 5,
  111410             :         .hash = -1,
  111411             :         .state = {
  111412             :             .kind = 1,
  111413             :             .compact = 1,
  111414             :             .ascii = 1,
  111415             :         },
  111416             :     },
  111417             :     ._data = "_walk",
  111418             : };
  111419             : static
  111420             :     struct {
  111421             :         PyGC_Head _gc_head;
  111422             :         struct {
  111423             :             PyObject_VAR_HEAD
  111424             :             PyObject *ob_item[4];
  111425             :         }_object;
  111426             :     }
  111427             : os_toplevel_consts_85_names = {
  111428             :     ._object = {
  111429             :         .ob_base = {
  111430             :             .ob_base = {
  111431             :                 .ob_refcnt = 999999999,
  111432             :                 .ob_type = &PyTuple_Type,
  111433             :             },
  111434             :             .ob_size = 4,
  111435             :         },
  111436             :         .ob_item = {
  111437             :             & const_str_sys._ascii.ob_base,
  111438             :             & const_str_audit._ascii.ob_base,
  111439             :             & const_str__walk._ascii.ob_base,
  111440             :             & const_str_fspath._ascii.ob_base,
  111441             :         },
  111442             :     },
  111443             : };
  111444             : static
  111445             :     struct {
  111446             :         PyASCIIObject _ascii;
  111447             :         uint8_t _data[5];
  111448             :     }
  111449             : const_str_walk = {
  111450             :     ._ascii = {
  111451             :         .ob_base = {
  111452             :             .ob_refcnt = 999999999,
  111453             :             .ob_type = &PyUnicode_Type,
  111454             :         },
  111455             :         .length = 4,
  111456             :         .hash = -1,
  111457             :         .state = {
  111458             :             .kind = 1,
  111459             :             .compact = 1,
  111460             :             .ascii = 1,
  111461             :         },
  111462             :     },
  111463             :     ._data = "walk",
  111464             : };
  111465             : static
  111466             :     struct {
  111467             :         PyObject_VAR_HEAD
  111468             :         Py_hash_t ob_shash;
  111469             :         char ob_sval[50];
  111470             :     }
  111471             : os_toplevel_consts_85_linetable = {
  111472             :     .ob_base = {
  111473             :         .ob_base = {
  111474             :             .ob_refcnt = 999999999,
  111475             :             .ob_type = &PyBytes_Type,
  111476             :         },
  111477             :         .ob_size = 49,
  111478             :     },
  111479             :     .ob_shash = -1,
  111480             :     .ob_sval = "\x80\x00\xf5\x76\x01\x00\x05\x0e\x87\x49\x81\x49\x88\x69\x98\x13\x98\x67\xa0\x77\xb0\x0b\xd4\x04\x3c\xd0\x04\x3c\xdd\x0b\x10\x95\x16\x98\x03\x94\x1b\x98\x67\xa0\x77\xb0\x0b\xd4\x0b\x3c\xd0\x04\x3c",
  111481             : };
  111482             : static
  111483             :     struct {
  111484             :         PyASCIIObject _ascii;
  111485             :         uint8_t _data[8];
  111486             :     }
  111487             : const_str_topdown = {
  111488             :     ._ascii = {
  111489             :         .ob_base = {
  111490             :             .ob_refcnt = 999999999,
  111491             :             .ob_type = &PyUnicode_Type,
  111492             :         },
  111493             :         .length = 7,
  111494             :         .hash = -1,
  111495             :         .state = {
  111496             :             .kind = 1,
  111497             :             .compact = 1,
  111498             :             .ascii = 1,
  111499             :         },
  111500             :     },
  111501             :     ._data = "topdown",
  111502             : };
  111503             : static
  111504             :     struct {
  111505             :         PyASCIIObject _ascii;
  111506             :         uint8_t _data[8];
  111507             :     }
  111508             : const_str_onerror = {
  111509             :     ._ascii = {
  111510             :         .ob_base = {
  111511             :             .ob_refcnt = 999999999,
  111512             :             .ob_type = &PyUnicode_Type,
  111513             :         },
  111514             :         .length = 7,
  111515             :         .hash = -1,
  111516             :         .state = {
  111517             :             .kind = 1,
  111518             :             .compact = 1,
  111519             :             .ascii = 1,
  111520             :         },
  111521             :     },
  111522             :     ._data = "onerror",
  111523             : };
  111524             : static
  111525             :     struct {
  111526             :         PyASCIIObject _ascii;
  111527             :         uint8_t _data[12];
  111528             :     }
  111529             : const_str_followlinks = {
  111530             :     ._ascii = {
  111531             :         .ob_base = {
  111532             :             .ob_refcnt = 999999999,
  111533             :             .ob_type = &PyUnicode_Type,
  111534             :         },
  111535             :         .length = 11,
  111536             :         .hash = -1,
  111537             :         .state = {
  111538             :             .kind = 1,
  111539             :             .compact = 1,
  111540             :             .ascii = 1,
  111541             :         },
  111542             :     },
  111543             :     ._data = "followlinks",
  111544             : };
  111545             : static
  111546             :     struct {
  111547             :         PyGC_Head _gc_head;
  111548             :         struct {
  111549             :             PyObject_VAR_HEAD
  111550             :             PyObject *ob_item[4];
  111551             :         }_object;
  111552             :     }
  111553             : os_toplevel_consts_85_localsplusnames = {
  111554             :     ._object = {
  111555             :         .ob_base = {
  111556             :             .ob_base = {
  111557             :                 .ob_refcnt = 999999999,
  111558             :                 .ob_type = &PyTuple_Type,
  111559             :             },
  111560             :             .ob_size = 4,
  111561             :         },
  111562             :         .ob_item = {
  111563             :             &_Py_ID(top),
  111564             :             & const_str_topdown._ascii.ob_base,
  111565             :             & const_str_onerror._ascii.ob_base,
  111566             :             & const_str_followlinks._ascii.ob_base,
  111567             :         },
  111568             :     },
  111569             : };
  111570             : static
  111571             :     struct _PyCode_DEF(110)
  111572             : os_toplevel_consts_85 = {
  111573             :     .ob_base = {
  111574             :         .ob_base = {
  111575             :             .ob_refcnt = 999999999,
  111576             :             .ob_type = &PyCode_Type,
  111577             :         },
  111578             :         .ob_size = 55,
  111579             :     },
  111580             :     .co_consts = & os_toplevel_consts_85_consts._object.ob_base.ob_base,
  111581             :     .co_names = & os_toplevel_consts_85_names._object.ob_base.ob_base,
  111582             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  111583             :     .co_flags = 3,
  111584             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  111585             :     ._co_linearray_entry_size = 0,
  111586             :     .co_argcount = 4,
  111587             :     .co_posonlyargcount = 0,
  111588             :     .co_kwonlyargcount = 0,
  111589             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  111590             :     .co_stacksize = 7,
  111591             :     .co_firstlineno = 282,
  111592             :     .co_nlocalsplus = 4,
  111593             :     .co_nlocals = 4,
  111594             :     .co_nplaincellvars = 0,
  111595             :     .co_ncellvars = 0,
  111596             :     .co_nfreevars = 0,
  111597             :     .co_localsplusnames = & os_toplevel_consts_85_localsplusnames._object.ob_base.ob_base,
  111598             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  111599             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  111600             :     .co_name = & const_str_walk._ascii.ob_base,
  111601             :     .co_qualname = & const_str_walk._ascii.ob_base,
  111602             :     .co_linetable = & os_toplevel_consts_85_linetable.ob_base.ob_base,
  111603             :     ._co_code = NULL,
  111604             :     ._co_linearray = NULL,
  111605             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7c\x01\x7c\x02\x7c\x03\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  111606             :     ._co_firsttraceable = 0,
  111607             : };
  111608             : static
  111609             :     struct {
  111610             :         PyASCIIObject _ascii;
  111611             :         uint8_t _data[7];
  111612             :     }
  111613             : const_str_is_dir = {
  111614             :     ._ascii = {
  111615             :         .ob_base = {
  111616             :             .ob_refcnt = 999999999,
  111617             :             .ob_type = &PyUnicode_Type,
  111618             :         },
  111619             :         .length = 6,
  111620             :         .hash = -1,
  111621             :         .state = {
  111622             :             .kind = 1,
  111623             :             .compact = 1,
  111624             :             .ascii = 1,
  111625             :         },
  111626             :     },
  111627             :     ._data = "is_dir",
  111628             : };
  111629             : static
  111630             :     struct {
  111631             :         PyASCIIObject _ascii;
  111632             :         uint8_t _data[11];
  111633             :     }
  111634             : const_str_is_symlink = {
  111635             :     ._ascii = {
  111636             :         .ob_base = {
  111637             :             .ob_refcnt = 999999999,
  111638             :             .ob_type = &PyUnicode_Type,
  111639             :         },
  111640             :         .length = 10,
  111641             :         .hash = -1,
  111642             :         .state = {
  111643             :             .kind = 1,
  111644             :             .compact = 1,
  111645             :             .ascii = 1,
  111646             :         },
  111647             :     },
  111648             :     ._data = "is_symlink",
  111649             : };
  111650             : static
  111651             :     struct {
  111652             :         PyGC_Head _gc_head;
  111653             :         struct {
  111654             :             PyObject_VAR_HEAD
  111655             :             PyObject *ob_item[12];
  111656             :         }_object;
  111657             :     }
  111658             : os_toplevel_consts_86_names = {
  111659             :     ._object = {
  111660             :         .ob_base = {
  111661             :             .ob_base = {
  111662             :                 .ob_refcnt = 999999999,
  111663             :                 .ob_type = &PyTuple_Type,
  111664             :             },
  111665             :             .ob_size = 12,
  111666             :         },
  111667             :         .ob_item = {
  111668             :             & const_str_scandir._ascii.ob_base,
  111669             :             & const_str_OSError._ascii.ob_base,
  111670             :             &_Py_ID(next),
  111671             :             & const_str_StopIteration._ascii.ob_base,
  111672             :             & const_str_is_dir._ascii.ob_base,
  111673             :             &_Py_ID(append),
  111674             :             &_Py_ID(name),
  111675             :             & const_str_is_symlink._ascii.ob_base,
  111676             :             &_Py_ID(path),
  111677             :             & const_str_islink._ascii.ob_base,
  111678             :             &_Py_ID(join),
  111679             :             & const_str__walk._ascii.ob_base,
  111680             :         },
  111681             :     },
  111682             : };
  111683             : static
  111684             :     struct {
  111685             :         PyObject_VAR_HEAD
  111686             :         Py_hash_t ob_shash;
  111687             :         char ob_sval[834];
  111688             :     }
  111689             : os_toplevel_consts_86_linetable = {
  111690             :     .ob_base = {
  111691             :         .ob_base = {
  111692             :             .ob_refcnt = 999999999,
  111693             :             .ob_type = &PyBytes_Type,
  111694             :         },
  111695             :         .ob_size = 833,
  111696             :     },
  111697             :     .ob_shash = -1,
  111698             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x0b\x0d\x80\x44\xd8\x0e\x10\x80\x47\xd8\x10\x12\x80\x49\xf0\x0e\x07\x05\x0f\xf5\x06\x00\x16\x1d\x98\x53\x94\x5c\x88\x0a\xf0\x0c\x00\x0a\x14\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xd8\x0e\x12\xf0\x02\x08\x0d\x17\xf0\x02\x03\x11\x1a\xdd\x1c\x20\xa0\x1a\xd4\x1c\x2c\x90\x45\x90\x45\xf0\x10\x05\x0d\x1f\xd8\x19\x1e\x9f\x1c\x99\x1c\x9c\x1e\x90\x06\xf0\x0c\x00\x10\x16\xf0\x00\x03\x0d\x2b\xd8\x10\x14\x97\x0b\x91\x0b\x98\x45\x9f\x4a\x99\x4a\xd4\x10\x27\xd0\x10\x27\xd0\x10\x27\xe0\x10\x17\x97\x0e\x91\x0e\x98\x75\x9f\x7a\x99\x7a\xd4\x10\x2a\xd0\x10\x2a\xe0\x13\x1a\xf0\x00\x10\x0d\x31\x98\x76\xf0\x00\x10\x0d\x31\xf0\x06\x00\x14\x1f\xf0\x00\x0a\x11\x2f\xd8\x20\x24\x90\x49\x90\x49\xf0\x04\x06\x15\x2b\xd8\x25\x2a\xd7\x25\x35\xd1\x25\x35\xd4\x25\x37\x98\x0a\xf0\x0c\x00\x25\x2f\xa0\x0e\x90\x49\xe0\x13\x1c\xf0\x00\x01\x11\x31\xd8\x14\x1d\xd7\x14\x24\xd1\x14\x24\xa0\x55\xa7\x5a\xa1\x5a\xd4\x14\x30\xd0\x14\x30\xf0\x4f\x01\x00\x0f\x13\xf8\xf5\x0d\x00\x0c\x13\xf0\x00\x03\x05\x0f\xf0\x00\x03\x05\x0f\xf0\x00\x03\x05\x0f\xd8\x0b\x12\xf0\x00\x01\x09\x1b\xd8\x0c\x13\x88\x47\x90\x45\x8c\x4e\x88\x4e\xd8\x08\x0e\x88\x06\x88\x06\x88\x06\x88\x06\x88\x06\xf8\xf8\xf8\xf8\xf0\x07\x03\x05\x0f\xf8\xf8\xf8\xf8\xf5\x14\x00\x18\x25\xf0\x00\x01\x11\x1a\xf0\x00\x01\x11\x1a\xf0\x00\x01\x11\x1a\xd8\x14\x19\x90\x45\xf0\x03\x01\x11\x1a\xf8\xf8\xf8\xf8\xe5\x13\x1a\xf0\x00\x03\x0d\x17\xf0\x00\x03\x0d\x17\xf0\x00\x03\x0d\x17\xd8\x13\x1a\xf0\x00\x01\x11\x23\xd8\x14\x1b\x90\x47\x98\x45\x94\x4e\x90\x4e\xd8\x10\x16\x90\x06\x90\x06\x90\x06\xf0\x15\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf4\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf8\xf8\xf8\xf8\xf0\x0e\x03\x0d\x17\xf8\xf8\xf8\xf8\xf5\x0e\x00\x14\x1b\xf0\x00\x03\x0d\x1f\xf0\x00\x03\x0d\x1f\xf0\x00\x03\x0d\x1f\xf0\x06\x00\x1a\x1f\x90\x06\x90\x06\x90\x06\xf0\x07\x03\x0d\x1f\xf8\xf8\xf8\xf8\xf5\x24\x00\x1c\x23\xf0\x00\x04\x15\x2b\xf0\x00\x04\x15\x2b\xf0\x00\x04\x15\x2b\xf0\x08\x00\x26\x2b\x98\x0a\x98\x0a\x98\x0a\xf0\x09\x04\x15\x2b\xf8\xf8\xf8\xf0\x35\x00\x15\x1a\xf0\x0d\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf4\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf8\xf8\xf8\xf0\x56\x01\x00\x08\x0f\xf0\x00\x12\x05\x21\xd8\x0e\x11\x90\x34\x98\x17\xd0\x0e\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xf5\x06\x00\x18\x1c\x97\x7b\x91\x7b\xa5\x44\xa7\x49\xa1\x49\x90\x04\x88\x06\xd8\x17\x1b\xf0\x00\x07\x09\x4a\x01\xf1\x00\x07\x09\x4a\x01\x88\x47\xd8\x17\x1b\x90\x74\x98\x43\xa0\x17\xd4\x17\x29\x88\x48\xf0\x0a\x00\x10\x1b\xf0\x00\x01\x0d\x4a\x01\xa0\x26\xa0\x26\xa8\x18\xd4\x22\x32\xf0\x00\x01\x0d\x4a\x01\xdd\x1b\x20\xa0\x18\xa8\x37\xb0\x47\xb8\x5b\xd4\x1b\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xf0\x0f\x07\x09\x4a\x01\xf0\x00\x07\x09\x4a\x01\xf0\x14\x00\x19\x22\xf0\x00\x01\x09\x46\x01\xf1\x00\x01\x09\x46\x01\x88\x48\xdd\x17\x1c\x98\x58\xa0\x77\xb0\x07\xb8\x1b\xd4\x17\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xe0\x0e\x11\x90\x34\x98\x17\xd0\x0e\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20",
  111699             : };
  111700             : static
  111701             :     struct {
  111702             :         PyObject_VAR_HEAD
  111703             :         Py_hash_t ob_shash;
  111704             :         char ob_sval[176];
  111705             :     }
  111706             : os_toplevel_consts_86_exceptiontable = {
  111707             :     .ob_base = {
  111708             :         .ob_base = {
  111709             :             .ob_refcnt = 999999999,
  111710             :             .ob_type = &PyBytes_Type,
  111711             :         },
  111712             :         .ob_size = 175,
  111713             :     },
  111714             :     .ob_shash = -1,
  111715             :     .ob_sval = "\x8a\x0d\x42\x35\x00\x99\x02\x45\x03\x03\x9d\x0d\x43\x18\x02\xaa\x01\x45\x03\x03\xac\x11\x44\x14\x02\xbd\x41\x04\x45\x03\x03\xc2\x02\x11\x44\x26\x02\xc2\x13\x22\x45\x03\x03\xc2\x35\x0a\x43\x15\x03\xc2\x3f\x0b\x43\x10\x03\xc3\x10\x05\x43\x15\x03\xc3\x18\x0a\x43\x25\x05\xc3\x22\x01\x43\x28\x02\xc3\x23\x01\x45\x03\x03\xc3\x24\x01\x43\x25\x05\xc3\x25\x03\x43\x28\x02\xc3\x28\x0a\x44\x11\x05\xc3\x32\x0b\x44\x0c\x05\xc3\x3d\x04\x45\x03\x03\xc4\x0c\x05\x44\x11\x05\xc4\x11\x03\x45\x03\x03\xc4\x14\x0c\x44\x23\x05\xc4\x20\x02\x45\x03\x03\xc4\x22\x01\x44\x23\x05\xc4\x23\x03\x45\x03\x03\xc4\x26\x0c\x44\x35\x05\xc4\x32\x02\x45\x03\x03\xc4\x34\x01\x44\x35\x05\xc4\x35\x03\x45\x03\x03\xc5\x03\x05\x45\x0c\x07",
  111716             : };
  111717             : static
  111718             :     struct {
  111719             :         PyASCIIObject _ascii;
  111720             :         uint8_t _data[8];
  111721             :     }
  111722             : const_str_nondirs = {
  111723             :     ._ascii = {
  111724             :         .ob_base = {
  111725             :             .ob_refcnt = 999999999,
  111726             :             .ob_type = &PyUnicode_Type,
  111727             :         },
  111728             :         .length = 7,
  111729             :         .hash = -1,
  111730             :         .state = {
  111731             :             .kind = 1,
  111732             :             .compact = 1,
  111733             :             .ascii = 1,
  111734             :         },
  111735             :     },
  111736             :     ._data = "nondirs",
  111737             : };
  111738             : static
  111739             :     struct {
  111740             :         PyASCIIObject _ascii;
  111741             :         uint8_t _data[10];
  111742             :     }
  111743             : const_str_walk_dirs = {
  111744             :     ._ascii = {
  111745             :         .ob_base = {
  111746             :             .ob_refcnt = 999999999,
  111747             :             .ob_type = &PyUnicode_Type,
  111748             :         },
  111749             :         .length = 9,
  111750             :         .hash = -1,
  111751             :         .state = {
  111752             :             .kind = 1,
  111753             :             .compact = 1,
  111754             :             .ascii = 1,
  111755             :         },
  111756             :     },
  111757             :     ._data = "walk_dirs",
  111758             : };
  111759             : static
  111760             :     struct {
  111761             :         PyASCIIObject _ascii;
  111762             :         uint8_t _data[11];
  111763             :     }
  111764             : const_str_scandir_it = {
  111765             :     ._ascii = {
  111766             :         .ob_base = {
  111767             :             .ob_refcnt = 999999999,
  111768             :             .ob_type = &PyUnicode_Type,
  111769             :         },
  111770             :         .length = 10,
  111771             :         .hash = -1,
  111772             :         .state = {
  111773             :             .kind = 1,
  111774             :             .compact = 1,
  111775             :             .ascii = 1,
  111776             :         },
  111777             :     },
  111778             :     ._data = "scandir_it",
  111779             : };
  111780             : static
  111781             :     struct {
  111782             :         PyASCIIObject _ascii;
  111783             :         uint8_t _data[6];
  111784             :     }
  111785             : const_str_error = {
  111786             :     ._ascii = {
  111787             :         .ob_base = {
  111788             :             .ob_refcnt = 999999999,
  111789             :             .ob_type = &PyUnicode_Type,
  111790             :         },
  111791             :         .length = 5,
  111792             :         .hash = -1,
  111793             :         .state = {
  111794             :             .kind = 1,
  111795             :             .compact = 1,
  111796             :             .ascii = 1,
  111797             :         },
  111798             :     },
  111799             :     ._data = "error",
  111800             : };
  111801             : static
  111802             :     struct {
  111803             :         PyASCIIObject _ascii;
  111804             :         uint8_t _data[10];
  111805             :     }
  111806             : const_str_walk_into = {
  111807             :     ._ascii = {
  111808             :         .ob_base = {
  111809             :             .ob_refcnt = 999999999,
  111810             :             .ob_type = &PyUnicode_Type,
  111811             :         },
  111812             :         .length = 9,
  111813             :         .hash = -1,
  111814             :         .state = {
  111815             :             .kind = 1,
  111816             :             .compact = 1,
  111817             :             .ascii = 1,
  111818             :         },
  111819             :     },
  111820             :     ._data = "walk_into",
  111821             : };
  111822             : static
  111823             :     struct {
  111824             :         PyGC_Head _gc_head;
  111825             :         struct {
  111826             :             PyObject_VAR_HEAD
  111827             :             PyObject *ob_item[17];
  111828             :         }_object;
  111829             :     }
  111830             : os_toplevel_consts_86_localsplusnames = {
  111831             :     ._object = {
  111832             :         .ob_base = {
  111833             :             .ob_base = {
  111834             :                 .ob_refcnt = 999999999,
  111835             :                 .ob_type = &PyTuple_Type,
  111836             :             },
  111837             :             .ob_size = 17,
  111838             :         },
  111839             :         .ob_item = {
  111840             :             &_Py_ID(top),
  111841             :             & const_str_topdown._ascii.ob_base,
  111842             :             & const_str_onerror._ascii.ob_base,
  111843             :             & const_str_followlinks._ascii.ob_base,
  111844             :             & const_str_dirs._ascii.ob_base,
  111845             :             & const_str_nondirs._ascii.ob_base,
  111846             :             & const_str_walk_dirs._ascii.ob_base,
  111847             :             & const_str_scandir_it._ascii.ob_base,
  111848             :             & const_str_error._ascii.ob_base,
  111849             :             & const_str_entry._ascii.ob_base,
  111850             :             & const_str_is_dir._ascii.ob_base,
  111851             :             & const_str_walk_into._ascii.ob_base,
  111852             :             & const_str_is_symlink._ascii.ob_base,
  111853             :             & const_str_islink._ascii.ob_base,
  111854             :             &_Py_ID(join),
  111855             :             & const_str_dirname._ascii.ob_base,
  111856             :             & const_str_new_path._ascii.ob_base,
  111857             :         },
  111858             :     },
  111859             : };
  111860             : static
  111861             :     struct _PyCode_DEF(932)
  111862             : os_toplevel_consts_86 = {
  111863             :     .ob_base = {
  111864             :         .ob_base = {
  111865             :             .ob_refcnt = 999999999,
  111866             :             .ob_type = &PyCode_Type,
  111867             :         },
  111868             :         .ob_size = 466,
  111869             :     },
  111870             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
  111871             :     .co_names = & os_toplevel_consts_86_names._object.ob_base.ob_base,
  111872             :     .co_exceptiontable = & os_toplevel_consts_86_exceptiontable.ob_base.ob_base,
  111873             :     .co_flags = 35,
  111874             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  111875             :     ._co_linearray_entry_size = 0,
  111876             :     .co_argcount = 4,
  111877             :     .co_posonlyargcount = 0,
  111878             :     .co_kwonlyargcount = 0,
  111879             :     .co_framesize = 24 + FRAME_SPECIALS_SIZE,
  111880             :     .co_stacksize = 7,
  111881             :     .co_firstlineno = 344,
  111882             :     .co_nlocalsplus = 17,
  111883             :     .co_nlocals = 17,
  111884             :     .co_nplaincellvars = 0,
  111885             :     .co_ncellvars = 0,
  111886             :     .co_nfreevars = 0,
  111887             :     .co_localsplusnames = & os_toplevel_consts_86_localsplusnames._object.ob_base.ob_base,
  111888             :     .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
  111889             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  111890             :     .co_name = & const_str__walk._ascii.ob_base,
  111891             :     .co_qualname = & const_str__walk._ascii.ob_base,
  111892             :     .co_linetable = & os_toplevel_consts_86_linetable.ob_base.ob_base,
  111893             :     ._co_code = NULL,
  111894             :     ._co_linearray = NULL,
  111895             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x67\x00\x7d\x04\x67\x00\x7d\x05\x67\x00\x7d\x06\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x35\x00\x01\x00\x09\x00\x09\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x09\x00\x09\x00\x7c\x09\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x0a\x72\x1d\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1c\x7c\x05\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x73\x3a\x7c\x0a\x72\x38\x7c\x03\x72\x03\x64\x01\x7d\x0b\x6e\x15\x09\x00\x7c\x09\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0c\x0c\x00\x7d\x0b\x7c\x0b\x72\x1c\x7c\x06\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x9a\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x16\x7d\x08\x7c\x02\x81\x09\x02\x00\x7c\x02\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x64\x00\x53\x00\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x54\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1f\x7d\x08\x7c\x02\x81\x09\x02\x00\x7c\x02\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x02\x7d\x0a\x59\x00\x8c\xe5\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x02\x7d\x0c\x59\x00\x8c\xa1\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0c\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x6e\x03\x78\x03\x59\x00\x77\x01\x7c\x01\x72\x5c\x7c\x00\x7c\x04\x7c\x05\x66\x03\x96\x01\x97\x01\x01\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7d\x0d\x7c\x04\x44\x00\x5d\x2d\x00\x00\x7d\x0f\x02\x00\x7c\x0e\x7c\x00\x7c\x0f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x7c\x03\x73\x09\x02\x00\x7c\x0d\x7c\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xb0\x18\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x10\x7c\x01\x7c\x02\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x96\x03\x97\x02\x86\x04\x01\x00\x8c\x2f\x64\x00\x53\x00\x7c\x06\x44\x00\x5d\x18\x00\x00\x7d\x10\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x10\x7c\x01\x7c\x02\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x96\x03\x97\x02\x86\x04\x01\x00\x8c\x1a\x7c\x00\x7c\x04\x7c\x05\x66\x03\x96\x01\x97\x01\x01\x00\x64\x00\x53\x00",
  111896             :     ._co_firsttraceable = 2,
  111897             : };
  111898             : static
  111899             :     struct {
  111900             :         PyASCIIObject _ascii;
  111901             :         uint8_t _data[16];
  111902             :     }
  111903             : const_str_follow_symlinks = {
  111904             :     ._ascii = {
  111905             :         .ob_base = {
  111906             :             .ob_refcnt = 999999999,
  111907             :             .ob_type = &PyUnicode_Type,
  111908             :         },
  111909             :         .length = 15,
  111910             :         .hash = -1,
  111911             :         .state = {
  111912             :             .kind = 1,
  111913             :             .compact = 1,
  111914             :             .ascii = 1,
  111915             :         },
  111916             :     },
  111917             :     ._data = "follow_symlinks",
  111918             : };
  111919             : static
  111920             :     struct {
  111921             :         PyASCIIObject _ascii;
  111922             :         uint8_t _data[7];
  111923             :     }
  111924             : const_str_dir_fd = {
  111925             :     ._ascii = {
  111926             :         .ob_base = {
  111927             :             .ob_refcnt = 999999999,
  111928             :             .ob_type = &PyUnicode_Type,
  111929             :         },
  111930             :         .length = 6,
  111931             :         .hash = -1,
  111932             :         .state = {
  111933             :             .kind = 1,
  111934             :             .compact = 1,
  111935             :             .ascii = 1,
  111936             :         },
  111937             :     },
  111938             :     ._data = "dir_fd",
  111939             : };
  111940             : static
  111941             :     struct {
  111942             :         PyGC_Head _gc_head;
  111943             :         struct {
  111944             :             PyObject_VAR_HEAD
  111945             :             PyObject *ob_item[2];
  111946             :         }_object;
  111947             :     }
  111948             : os_toplevel_consts_89 = {
  111949             :     ._object = {
  111950             :         .ob_base = {
  111951             :             .ob_base = {
  111952             :                 .ob_refcnt = 999999999,
  111953             :                 .ob_type = &PyTuple_Type,
  111954             :             },
  111955             :             .ob_size = 2,
  111956             :         },
  111957             :         .ob_item = {
  111958             :             & const_str_follow_symlinks._ascii.ob_base,
  111959             :             & const_str_dir_fd._ascii.ob_base,
  111960             :         },
  111961             :     },
  111962             : };
  111963             : static
  111964             :     struct {
  111965             :         PyASCIIObject _ascii;
  111966             :         uint8_t _data[1283];
  111967             :     }
  111968             : os_toplevel_consts_90_consts_0 = {
  111969             :     ._ascii = {
  111970             :         .ob_base = {
  111971             :             .ob_refcnt = 999999999,
  111972             :             .ob_type = &PyUnicode_Type,
  111973             :         },
  111974             :         .length = 1282,
  111975             :         .hash = -1,
  111976             :         .state = {
  111977             :             .kind = 1,
  111978             :             .compact = 1,
  111979             :             .ascii = 1,
  111980             :         },
  111981             :     },
  111982             :     ._data = "\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x74\x72\x65\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x62\x65\x68\x61\x76\x65\x73\x20\x65\x78\x61\x63\x74\x6c\x79\x20\x6c\x69\x6b\x65\x20\x77\x61\x6c\x6b\x28\x29\x2c\x20\x65\x78\x63\x65\x70\x74\x20\x74\x68\x61\x74\x20\x69\x74\x20\x79\x69\x65\x6c\x64\x73\x20\x61\x20\x34\x2d\x74\x75\x70\x6c\x65\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x69\x72\x70\x61\x74\x68\x2c\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x2c\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x73\x2c\x20\x64\x69\x72\x66\x64\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x60\x64\x69\x72\x70\x61\x74\x68\x60\x2c\x20\x60\x64\x69\x72\x6e\x61\x6d\x65\x73\x60\x20\x61\x6e\x64\x20\x60\x66\x69\x6c\x65\x6e\x61\x6d\x65\x73\x60\x20\x61\x72\x65\x20\x69\x64\x65\x6e\x74\x69\x63\x61\x6c\x20\x74\x6f\x20\x77\x61\x6c\x6b\x28\x29\x20\x6f\x75\x74\x70\x75\x74\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x6e\x64\x20\x60\x64\x69\x72\x66\x64\x60\x20\x69\x73\x20\x61\x20\x66\x69\x6c\x65\x20\x64\x65\x73\x63\x72\x69\x70\x74\x6f\x72\x20\x72\x65\x66\x65\x72\x72\x69\x6e\x67\x20\x74\x6f\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x60\x64\x69\x72\x70\x61\x74\x68\x60\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x61\x64\x76\x61\x6e\x74\x61\x67\x65\x20\x6f\x66\x20\x66\x77\x61\x6c\x6b\x28\x29\x20\x6f\x76\x65\x72\x20\x77\x61\x6c\x6b\x28\x29\x20\x69\x73\x20\x74\x68\x61\x74\x20\x69\x74\x27\x73\x20\x73\x61\x66\x65\x20\x61\x67\x61\x69\x6e\x73\x74\x20\x73\x79\x6d\x6c\x69\x6e\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x72\x61\x63\x65\x73\x20\x28\x77\x68\x65\x6e\x20\x66\x6f\x6c\x6c\x6f\x77\x5f\x73\x79\x6d\x6c\x69\x6e\x6b\x73\x20\x69\x73\x20\x46\x61\x6c\x73\x65\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x64\x69\x72\x5f\x66\x64\x20\x69\x73\x20\x6e\x6f\x74\x20\x4e\x6f\x6e\x65\x2c\x20\x69\x74\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x61\x20\x66\x69\x6c\x65\x20\x64\x65\x73\x63\x72\x69\x70\x74\x6f\x72\x20\x6f\x70\x65\x6e\x20\x74\x6f\x20\x61\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x61\x6e\x64\x20\x74\x6f\x70\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x3b\x20\x74\x6f\x70\x20\x77\x69\x6c\x6c\x20\x74\x68\x65\x6e\x20\x62\x65\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x74\x6f\x20\x74\x68\x61\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x28\x64\x69\x72\x5f\x66\x64\x20\x69\x73\x20\x61\x6c\x77\x61\x79\x73\x20\x73\x75\x70\x70\x6f\x72\x74\x65\x64\x20\x66\x6f\x72\x20\x66\x77\x61\x6c\x6b\x2e\x29\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x43\x61\x75\x74\x69\x6f\x6e\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x53\x69\x6e\x63\x65\x20\x66\x77\x61\x6c\x6b\x28\x29\x20\x79\x69\x65\x6c\x64\x73\x20\x66\x69\x6c\x65\x20\x64\x65\x73\x63\x72\x69\x70\x74\x6f\x72\x73\x2c\x20\x74\x68\x6f\x73\x65\x20\x61\x72\x65\x20\x6f\x6e\x6c\x79\x20\x76\x61\x6c\x69\x64\x20\x75\x6e\x74\x69\x6c\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6e\x65\x78\x74\x20\x69\x74\x65\x72\x61\x74\x69\x6f\x6e\x20\x73\x74\x65\x70\x2c\x20\x73\x6f\x20\x79\x6f\x75\x20\x73\x68\x6f\x75\x6c\x64\x20\x64\x75\x70\x28\x29\x20\x74\x68\x65\x6d\x20\x69\x66\x20\x79\x6f\x75\x20\x77\x61\x6e\x74\x20\x74\x6f\x20\x6b\x65\x65\x70\x20\x74\x68\x65\x6d\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x6f\x72\x20\x61\x20\x6c\x6f\x6e\x67\x65\x72\x20\x70\x65\x72\x69\x6f\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x45\x78\x61\x6d\x70\x6c\x65\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x6f\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x6f\x72\x20\x72\x6f\x6f\x74\x2c\x20\x64\x69\x72\x73\x2c\x20\x66\x69\x6c\x65\x73\x2c\x20\x72\x6f\x6f\x74\x66\x64\x20\x69\x6e\x20\x6f\x73\x2e\x66\x77\x61\x6c\x6b\x28\x27\x70\x79\x74\x68\x6f\x6e\x2f\x4c\x69\x62\x2f\x65\x6d\x61\x69\x6c\x27\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x72\x6f\x6f\x74\x2c\x20\x22\x63\x6f\x6e\x73\x75\x6d\x65\x73\x22\x2c\x20\x65\x6e\x64\x3d\x22\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x73\x75\x6d\x28\x6f\x73\x2e\x73\x74\x61\x74\x28\x6e\x61\x6d\x65\x2c\x20\x64\x69\x72\x5f\x66\x64\x3d\x72\x6f\x6f\x74\x66\x64\x29\x2e\x73\x74\x5f\x73\x69\x7a\x65\x20\x66\x6f\x72\x20\x6e\x61\x6d\x65\x20\x69\x6e\x20\x66\x69\x6c\x65\x73\x29\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x64\x3d\x22\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x22\x62\x79\x74\x65\x73\x20\x69\x6e\x22\x2c\x20\x6c\x65\x6e\x28\x66\x69\x6c\x65\x73\x29\x2c\x20\x22\x6e\x6f\x6e\x2d\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x66\x69\x6c\x65\x73\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x66\x20\x27\x43\x56\x53\x27\x20\x69\x6e\x20\x64\x69\x72\x73\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x69\x72\x73\x2e\x72\x65\x6d\x6f\x76\x65\x28\x27\x43\x56\x53\x27\x29\x20\x20\x23\x20\x64\x6f\x6e\x27\x74\x20\x76\x69\x73\x69\x74\x20\x43\x56\x53\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
  111983             : };
  111984             : static
  111985             :     struct {
  111986             :         PyASCIIObject _ascii;
  111987             :         uint8_t _data[9];
  111988             :     }
  111989             : os_toplevel_consts_90_consts_1 = {
  111990             :     ._ascii = {
  111991             :         .ob_base = {
  111992             :             .ob_refcnt = 999999999,
  111993             :             .ob_type = &PyUnicode_Type,
  111994             :         },
  111995             :         .length = 8,
  111996             :         .hash = -1,
  111997             :         .state = {
  111998             :             .kind = 1,
  111999             :             .compact = 1,
  112000             :             .ascii = 1,
  112001             :         },
  112002             :     },
  112003             :     ._data = "os.fwalk",
  112004             : };
  112005             : static
  112006             :     struct {
  112007             :         PyGC_Head _gc_head;
  112008             :         struct {
  112009             :             PyObject_VAR_HEAD
  112010             :             PyObject *ob_item[1];
  112011             :         }_object;
  112012             :     }
  112013             : os_toplevel_consts_90_consts_4 = {
  112014             :     ._object = {
  112015             :         .ob_base = {
  112016             :             .ob_base = {
  112017             :                 .ob_refcnt = 999999999,
  112018             :                 .ob_type = &PyTuple_Type,
  112019             :             },
  112020             :             .ob_size = 1,
  112021             :         },
  112022             :         .ob_item = {
  112023             :             & const_str_dir_fd._ascii.ob_base,
  112024             :         },
  112025             :     },
  112026             : };
  112027             : static
  112028             :     struct {
  112029             :         PyGC_Head _gc_head;
  112030             :         struct {
  112031             :             PyObject_VAR_HEAD
  112032             :             PyObject *ob_item[6];
  112033             :         }_object;
  112034             :     }
  112035             : os_toplevel_consts_90_consts = {
  112036             :     ._object = {
  112037             :         .ob_base = {
  112038             :             .ob_base = {
  112039             :                 .ob_refcnt = 999999999,
  112040             :                 .ob_type = &PyTuple_Type,
  112041             :             },
  112042             :             .ob_size = 6,
  112043             :         },
  112044             :         .ob_item = {
  112045             :             & os_toplevel_consts_90_consts_0._ascii.ob_base,
  112046             :             & os_toplevel_consts_90_consts_1._ascii.ob_base,
  112047             :             Py_False,
  112048             :             & os_toplevel_consts_89._object.ob_base.ob_base,
  112049             :             & os_toplevel_consts_90_consts_4._object.ob_base.ob_base,
  112050             :             Py_None,
  112051             :         },
  112052             :     },
  112053             : };
  112054             : static
  112055             :     struct {
  112056             :         PyASCIIObject _ascii;
  112057             :         uint8_t _data[9];
  112058             :     }
  112059             : const_str_O_RDONLY = {
  112060             :     ._ascii = {
  112061             :         .ob_base = {
  112062             :             .ob_refcnt = 999999999,
  112063             :             .ob_type = &PyUnicode_Type,
  112064             :         },
  112065             :         .length = 8,
  112066             :         .hash = -1,
  112067             :         .state = {
  112068             :             .kind = 1,
  112069             :             .compact = 1,
  112070             :             .ascii = 1,
  112071             :         },
  112072             :     },
  112073             :     ._data = "O_RDONLY",
  112074             : };
  112075             : static
  112076             :     struct {
  112077             :         PyASCIIObject _ascii;
  112078             :         uint8_t _data[7];
  112079             :     }
  112080             : const_str__fwalk = {
  112081             :     ._ascii = {
  112082             :         .ob_base = {
  112083             :             .ob_refcnt = 999999999,
  112084             :             .ob_type = &PyUnicode_Type,
  112085             :         },
  112086             :         .length = 6,
  112087             :         .hash = -1,
  112088             :         .state = {
  112089             :             .kind = 1,
  112090             :             .compact = 1,
  112091             :             .ascii = 1,
  112092             :         },
  112093             :     },
  112094             :     ._data = "_fwalk",
  112095             : };
  112096             : static
  112097             :     struct {
  112098             :         PyGC_Head _gc_head;
  112099             :         struct {
  112100             :             PyObject_VAR_HEAD
  112101             :             PyObject *ob_item[15];
  112102             :         }_object;
  112103             :     }
  112104             : os_toplevel_consts_90_names = {
  112105             :     ._object = {
  112106             :         .ob_base = {
  112107             :             .ob_base = {
  112108             :                 .ob_refcnt = 999999999,
  112109             :                 .ob_type = &PyTuple_Type,
  112110             :             },
  112111             :             .ob_size = 15,
  112112             :         },
  112113             :         .ob_item = {
  112114             :             & const_str_sys._ascii.ob_base,
  112115             :             & const_str_audit._ascii.ob_base,
  112116             :             & const_str_fspath._ascii.ob_base,
  112117             :             & const_str_stat._ascii.ob_base,
  112118             :             &_Py_ID(open),
  112119             :             & const_str_O_RDONLY._ascii.ob_base,
  112120             :             & const_str_st._ascii.ob_base,
  112121             :             & const_str_S_ISDIR._ascii.ob_base,
  112122             :             & const_str_st_mode._ascii.ob_base,
  112123             :             &_Py_ID(path),
  112124             :             & const_str_samestat._ascii.ob_base,
  112125             :             & const_str__fwalk._ascii.ob_base,
  112126             :             &_Py_ID(isinstance),
  112127             :             & const_str_bytes._ascii.ob_base,
  112128             :             &_Py_ID(close),
  112129             :         },
  112130             :     },
  112131             : };
  112132             : static
  112133             :     struct {
  112134             :         PyASCIIObject _ascii;
  112135             :         uint8_t _data[6];
  112136             :     }
  112137             : const_str_fwalk = {
  112138             :     ._ascii = {
  112139             :         .ob_base = {
  112140             :             .ob_refcnt = 999999999,
  112141             :             .ob_type = &PyUnicode_Type,
  112142             :         },
  112143             :         .length = 5,
  112144             :         .hash = -1,
  112145             :         .state = {
  112146             :             .kind = 1,
  112147             :             .compact = 1,
  112148             :             .ascii = 1,
  112149             :         },
  112150             :     },
  112151             :     ._data = "fwalk",
  112152             : };
  112153             : static
  112154             :     struct {
  112155             :         PyObject_VAR_HEAD
  112156             :         Py_hash_t ob_shash;
  112157             :         char ob_sval[248];
  112158             :     }
  112159             : os_toplevel_consts_90_linetable = {
  112160             :     .ob_base = {
  112161             :         .ob_base = {
  112162             :             .ob_refcnt = 999999999,
  112163             :             .ob_type = &PyBytes_Type,
  112164             :         },
  112165             :         .ob_size = 247,
  112166             :     },
  112167             :     .ob_shash = -1,
  112168             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x42\x01\x00\x09\x12\x8f\x09\x89\x09\x90\x2a\x98\x63\xa0\x37\xa8\x47\xb0\x5f\xc0\x66\xd4\x08\x4d\xd0\x08\x4d\xdd\x0e\x14\x90\x53\x8c\x6b\x88\x03\xf0\x06\x00\x10\x1f\xf0\x00\x01\x09\x46\x01\xdd\x16\x1a\x98\x33\xb0\x05\xb8\x66\xd0\x16\x45\xd4\x16\x45\x88\x47\xdd\x10\x14\x90\x53\x9d\x28\xa8\x36\xd0\x10\x32\xd4\x10\x32\x88\x05\xf0\x02\x06\x09\x19\xd8\x10\x1f\xf0\x00\x03\x0d\x45\x01\xa5\x4a\xa7\x4a\xa1\x4a\xa8\x77\xaf\x7f\xa9\x7f\xd4\x24\x3f\xf0\x00\x03\x0d\x45\x01\xdd\x24\x31\xa7\x4d\xa1\x4d\xb0\x27\xbd\x34\xc0\x05\xbc\x3b\xd4\x24\x47\xf0\x03\x03\x0d\x45\x01\xe5\x1b\x21\xa0\x25\xa8\x13\xad\x6a\xb8\x13\xbd\x65\xd4\x2e\x44\xd8\x22\x29\xa8\x37\xb0\x4f\xf4\x03\x01\x1c\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf5\x06\x00\x0d\x12\x90\x25\x8c\x4c\x88\x4c\x88\x4c\x88\x4c\xf8\x8d\x45\x90\x25\x8c\x4c\x88\x4c\x88\x4c\xf8\xf8\xf8",
  112169             : };
  112170             : static
  112171             :     struct {
  112172             :         PyObject_VAR_HEAD
  112173             :         Py_hash_t ob_shash;
  112174             :         char ob_sval[14];
  112175             :     }
  112176             : os_toplevel_consts_90_exceptiontable = {
  112177             :     .ob_base = {
  112178             :         .ob_base = {
  112179             :             .ob_refcnt = 999999999,
  112180             :             .ob_type = &PyBytes_Type,
  112181             :         },
  112182             :         .ob_size = 13,
  112183             :     },
  112184             :     .ob_shash = -1,
  112185             :     .ob_sval = "\xc1\x14\x41\x2f\x43\x12\x00\xc3\x12\x0f\x43\x21\x03",
  112186             : };
  112187             : static
  112188             :     struct {
  112189             :         PyASCIIObject _ascii;
  112190             :         uint8_t _data[8];
  112191             :     }
  112192             : const_str_orig_st = {
  112193             :     ._ascii = {
  112194             :         .ob_base = {
  112195             :             .ob_refcnt = 999999999,
  112196             :             .ob_type = &PyUnicode_Type,
  112197             :         },
  112198             :         .length = 7,
  112199             :         .hash = -1,
  112200             :         .state = {
  112201             :             .kind = 1,
  112202             :             .compact = 1,
  112203             :             .ascii = 1,
  112204             :         },
  112205             :     },
  112206             :     ._data = "orig_st",
  112207             : };
  112208             : static
  112209             :     struct {
  112210             :         PyASCIIObject _ascii;
  112211             :         uint8_t _data[6];
  112212             :     }
  112213             : const_str_topfd = {
  112214             :     ._ascii = {
  112215             :         .ob_base = {
  112216             :             .ob_refcnt = 999999999,
  112217             :             .ob_type = &PyUnicode_Type,
  112218             :         },
  112219             :         .length = 5,
  112220             :         .hash = -1,
  112221             :         .state = {
  112222             :             .kind = 1,
  112223             :             .compact = 1,
  112224             :             .ascii = 1,
  112225             :         },
  112226             :     },
  112227             :     ._data = "topfd",
  112228             : };
  112229             : static
  112230             :     struct {
  112231             :         PyGC_Head _gc_head;
  112232             :         struct {
  112233             :             PyObject_VAR_HEAD
  112234             :             PyObject *ob_item[7];
  112235             :         }_object;
  112236             :     }
  112237             : os_toplevel_consts_90_localsplusnames = {
  112238             :     ._object = {
  112239             :         .ob_base = {
  112240             :             .ob_base = {
  112241             :                 .ob_refcnt = 999999999,
  112242             :                 .ob_type = &PyTuple_Type,
  112243             :             },
  112244             :             .ob_size = 7,
  112245             :         },
  112246             :         .ob_item = {
  112247             :             &_Py_ID(top),
  112248             :             & const_str_topdown._ascii.ob_base,
  112249             :             & const_str_onerror._ascii.ob_base,
  112250             :             & const_str_follow_symlinks._ascii.ob_base,
  112251             :             & const_str_dir_fd._ascii.ob_base,
  112252             :             & const_str_orig_st._ascii.ob_base,
  112253             :             & const_str_topfd._ascii.ob_base,
  112254             :         },
  112255             :     },
  112256             : };
  112257             : static
  112258             :     struct _PyCode_DEF(456)
  112259             : os_toplevel_consts_90 = {
  112260             :     .ob_base = {
  112261             :         .ob_base = {
  112262             :             .ob_refcnt = 999999999,
  112263             :             .ob_type = &PyCode_Type,
  112264             :         },
  112265             :         .ob_size = 228,
  112266             :     },
  112267             :     .co_consts = & os_toplevel_consts_90_consts._object.ob_base.ob_base,
  112268             :     .co_names = & os_toplevel_consts_90_names._object.ob_base.ob_base,
  112269             :     .co_exceptiontable = & os_toplevel_consts_90_exceptiontable.ob_base.ob_base,
  112270             :     .co_flags = 35,
  112271             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  112272             :     ._co_linearray_entry_size = 0,
  112273             :     .co_argcount = 3,
  112274             :     .co_posonlyargcount = 0,
  112275             :     .co_kwonlyargcount = 2,
  112276             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
  112277             :     .co_stacksize = 8,
  112278             :     .co_firstlineno = 430,
  112279             :     .co_nlocalsplus = 7,
  112280             :     .co_nlocals = 7,
  112281             :     .co_nplaincellvars = 0,
  112282             :     .co_ncellvars = 0,
  112283             :     .co_nfreevars = 0,
  112284             :     .co_localsplusnames = & os_toplevel_consts_90_localsplusnames._object.ob_base.ob_base,
  112285             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
  112286             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  112287             :     .co_name = & const_str_fwalk._ascii.ob_base,
  112288             :     .co_qualname = & const_str_fwalk._ascii.ob_base,
  112289             :     .co_linetable = & os_toplevel_consts_90_linetable.ob_base.ob_base,
  112290             :     ._co_code = NULL,
  112291             :     ._co_linearray = NULL,
  112292             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x7c\x04\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x03\x73\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x7c\x04\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x7c\x03\x73\x44\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x05\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4c\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x29\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x05\x7b\x03\x96\x02\x97\x02\x86\x04\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x05\x53\x00\x23\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  112293             :     ._co_firsttraceable = 2,
  112294             : };
  112295             : static
  112296             :     struct {
  112297             :         PyGC_Head _gc_head;
  112298             :         struct {
  112299             :             PyObject_VAR_HEAD
  112300             :             PyObject *ob_item[2];
  112301             :         }_object;
  112302             :     }
  112303             : os_toplevel_consts_91_consts_2 = {
  112304             :     ._object = {
  112305             :         .ob_base = {
  112306             :             .ob_base = {
  112307             :                 .ob_refcnt = 999999999,
  112308             :                 .ob_type = &PyTuple_Type,
  112309             :             },
  112310             :             .ob_size = 2,
  112311             :         },
  112312             :         .ob_item = {
  112313             :             & const_str_dir_fd._ascii.ob_base,
  112314             :             & const_str_follow_symlinks._ascii.ob_base,
  112315             :         },
  112316             :     },
  112317             : };
  112318             : static
  112319             :     struct {
  112320             :         PyGC_Head _gc_head;
  112321             :         struct {
  112322             :             PyObject_VAR_HEAD
  112323             :             PyObject *ob_item[1];
  112324             :         }_object;
  112325             :     }
  112326             : os_toplevel_consts_91_consts_3 = {
  112327             :     ._object = {
  112328             :         .ob_base = {
  112329             :             .ob_base = {
  112330             :                 .ob_refcnt = 999999999,
  112331             :                 .ob_type = &PyTuple_Type,
  112332             :             },
  112333             :             .ob_size = 1,
  112334             :         },
  112335             :         .ob_item = {
  112336             :             & const_str_follow_symlinks._ascii.ob_base,
  112337             :         },
  112338             :     },
  112339             : };
  112340             : static
  112341             :     struct {
  112342             :         PyGC_Head _gc_head;
  112343             :         struct {
  112344             :             PyObject_VAR_HEAD
  112345             :             PyObject *ob_item[5];
  112346             :         }_object;
  112347             :     }
  112348             : os_toplevel_consts_91_consts = {
  112349             :     ._object = {
  112350             :         .ob_base = {
  112351             :             .ob_base = {
  112352             :                 .ob_refcnt = 999999999,
  112353             :                 .ob_type = &PyTuple_Type,
  112354             :             },
  112355             :             .ob_size = 5,
  112356             :         },
  112357             :         .ob_item = {
  112358             :             Py_None,
  112359             :             Py_False,
  112360             :             & os_toplevel_consts_91_consts_2._object.ob_base.ob_base,
  112361             :             & os_toplevel_consts_91_consts_3._object.ob_base.ob_base,
  112362             :             & os_toplevel_consts_90_consts_4._object.ob_base.ob_base,
  112363             :         },
  112364             :     },
  112365             : };
  112366             : static
  112367             :     struct {
  112368             :         PyGC_Head _gc_head;
  112369             :         struct {
  112370             :             PyObject_VAR_HEAD
  112371             :             PyObject *ob_item[16];
  112372             :         }_object;
  112373             :     }
  112374             : os_toplevel_consts_91_names = {
  112375             :     ._object = {
  112376             :         .ob_base = {
  112377             :             .ob_base = {
  112378             :                 .ob_refcnt = 999999999,
  112379             :                 .ob_type = &PyTuple_Type,
  112380             :             },
  112381             :             .ob_size = 16,
  112382             :         },
  112383             :         .ob_item = {
  112384             :             & const_str_scandir._ascii.ob_base,
  112385             :             &_Py_ID(name),
  112386             :             & const_str_fsencode._ascii.ob_base,
  112387             :             & const_str_is_dir._ascii.ob_base,
  112388             :             &_Py_ID(append),
  112389             :             & const_str_OSError._ascii.ob_base,
  112390             :             & const_str_is_symlink._ascii.ob_base,
  112391             :             & const_str_zip._ascii.ob_base,
  112392             :             & const_str_stat._ascii.ob_base,
  112393             :             &_Py_ID(open),
  112394             :             & const_str_O_RDONLY._ascii.ob_base,
  112395             :             &_Py_ID(path),
  112396             :             & const_str_samestat._ascii.ob_base,
  112397             :             &_Py_ID(join),
  112398             :             & const_str__fwalk._ascii.ob_base,
  112399             :             &_Py_ID(close),
  112400             :         },
  112401             :     },
  112402             : };
  112403             : static
  112404             :     struct {
  112405             :         PyObject_VAR_HEAD
  112406             :         Py_hash_t ob_shash;
  112407             :         char ob_sval[679];
  112408             :     }
  112409             : os_toplevel_consts_91_linetable = {
  112410             :     .ob_base = {
  112411             :         .ob_base = {
  112412             :             .ob_refcnt = 999999999,
  112413             :             .ob_type = &PyBytes_Type,
  112414             :         },
  112415             :         .ob_size = 678,
  112416             :     },
  112417             :     .ob_shash = -1,
  112418             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x0a\x00\x16\x1d\x98\x55\x94\x5e\x88\x0a\xd8\x0f\x11\x88\x04\xd8\x12\x14\x88\x07\xd8\x1a\x21\xd0\x12\x3c\xa0\x5f\xd0\x12\x3c\x90\x24\x90\x24\xb8\x22\x88\x07\xd8\x15\x1f\xf0\x00\x11\x09\x19\xf1\x00\x11\x09\x19\x88\x45\xd8\x13\x18\x97\x3a\x91\x3a\x88\x44\xd8\x0f\x16\xf0\x00\x01\x0d\x26\xdd\x17\x1f\xa0\x04\x94\x7e\x90\x04\xf0\x02\x0d\x0d\x19\xd8\x13\x18\x97\x3c\x91\x3c\x94\x3e\xf0\x00\x05\x11\x29\xd8\x14\x18\x97\x4b\x91\x4b\xa0\x04\xd4\x14\x25\xd0\x14\x25\xd8\x17\x1e\xf0\x00\x01\x15\x2e\xd8\x18\x1f\x9f\x0e\x99\x0e\xa0\x75\xd4\x18\x2d\xd0\x18\x2d\xd0\x18\x2d\xe0\x14\x1b\x97\x4e\x91\x4e\xa0\x34\xd4\x14\x28\xd0\x14\x28\xf8\xf0\x12\x00\x0c\x13\xf0\x00\x01\x09\x30\xd8\x12\x19\x98\x34\xa0\x17\xa8\x25\xd0\x12\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xe0\x1c\x23\xd0\x14\x43\x90\x44\x90\x44\xb5\x13\xb0\x54\xb8\x37\xd4\x31\x43\xf0\x00\x14\x09\x1d\xf1\x00\x14\x09\x1d\x88\x44\xf0\x02\x0c\x0d\x19\xd8\x17\x26\xf0\x00\x06\x11\x44\x01\xd8\x17\x1e\xf0\x00\x05\x15\x44\x01\xdd\x22\x26\xa0\x74\xb0\x45\xc8\x35\xd0\x22\x51\xd4\x22\x51\x98\x07\x98\x07\xe0\x1f\x26\xd0\x18\x32\xd0\x18\x32\xd0\x18\x32\xd8\x26\x2a\x99\x0b\x98\x04\x98\x65\xd8\x22\x27\xa7\x2a\xa1\x2a\xb8\x55\xa0\x2a\xd4\x22\x43\x98\x07\xdd\x18\x1c\x98\x54\xa5\x38\xb0\x45\xd0\x18\x3a\xd4\x18\x3a\x90\x05\xf0\x0a\x06\x0d\x1d\xd8\x13\x22\xf0\x00\x03\x11\x49\x01\xa5\x6d\xa7\x6d\xa1\x6d\xb0\x47\xbd\x54\xc0\x25\xbc\x5b\xd4\x26\x49\xf0\x00\x03\x11\x49\x01\xdd\x1e\x27\x9f\x69\x99\x69\xa8\x07\xb0\x14\xd4\x1e\x36\x90\x47\xdd\x1f\x25\xa0\x65\xa8\x57\xb0\x67\xd8\x26\x2d\xa8\x77\xb8\x0f\xf4\x03\x01\x20\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf5\x06\x00\x11\x16\x90\x65\x94\x0c\x90\x0c\x90\x0c\xe0\x0f\x16\xf0\x00\x01\x09\x30\xd8\x12\x19\x98\x34\xa0\x17\xa8\x25\xd0\x12\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xf0\x03\x01\x09\x30\xf0\x00\x01\x09\x30\xf8\xf5\x43\x01\x00\x14\x1b\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x02\x05\x11\x19\xe0\x17\x1c\xd7\x17\x27\xd1\x17\x27\xd4\x17\x29\xf0\x00\x01\x15\x2d\xd8\x18\x1f\x9f\x0e\x99\x0e\xa0\x74\xd4\x18\x2c\xd0\x18\x2c\xf8\xf8\xdd\x17\x1e\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xd8\x14\x18\x90\x44\xf0\x03\x01\x11\x19\xf8\xf8\xf8\xf8\xf9\xf0\x0b\x06\x0d\x19\xf8\xf8\xf8\xf8\xf5\x2a\x00\x14\x1b\xf0\x00\x03\x0d\x19\xf0\x00\x03\x0d\x19\xf0\x00\x03\x0d\x19\xd8\x13\x1a\xf0\x00\x01\x11\x21\xd8\x14\x1b\x90\x47\x98\x43\x94\x4c\x90\x4c\xd8\x10\x18\x90\x08\x90\x08\x90\x08\x91\x08\xf8\xf8\xf8\xf8\xf0\x07\x03\x0d\x19\xf8\xf8\xf8\xf8\xf5\x14\x00\x11\x16\x90\x65\x94\x0c\x90\x0c\x90\x0c\xf8\xf8\xf8",
  112419             : };
  112420             : static
  112421             :     struct {
  112422             :         PyObject_VAR_HEAD
  112423             :         Py_hash_t ob_shash;
  112424             :         char ob_sval[93];
  112425             :     }
  112426             : os_toplevel_consts_91_exceptiontable = {
  112427             :     .ob_base = {
  112428             :         .ob_base = {
  112429             :             .ob_refcnt = 999999999,
  112430             :             .ob_type = &PyBytes_Type,
  112431             :         },
  112432             :         .ob_size = 92,
  112433             :     },
  112434             :     .ob_shash = -1,
  112435             :     .ob_sval = "\xbd\x41\x0a\x45\x20\x02\xc2\x28\x41\x06\x46\x26\x02\xc3\x2f\x41\x15\x47\x09\x02\xc5\x20\x0a\x46\x23\x05\xc5\x2b\x23\x46\x0f\x04\xc6\x0e\x01\x46\x23\x05\xc6\x0f\x0a\x46\x1c\x07\xc6\x19\x02\x46\x23\x05\xc6\x1b\x01\x46\x1c\x07\xc6\x1c\x03\x46\x23\x05\xc6\x22\x01\x46\x23\x05\xc6\x26\x0a\x47\x06\x05\xc6\x30\x0b\x47\x01\x05\xc7\x01\x05\x47\x06\x05\xc7\x09\x0f\x47\x18\x05",
  112436             : };
  112437             : static
  112438             :     struct {
  112439             :         PyASCIIObject _ascii;
  112440             :         uint8_t _data[8];
  112441             :     }
  112442             : const_str_toppath = {
  112443             :     ._ascii = {
  112444             :         .ob_base = {
  112445             :             .ob_refcnt = 999999999,
  112446             :             .ob_type = &PyUnicode_Type,
  112447             :         },
  112448             :         .length = 7,
  112449             :         .hash = -1,
  112450             :         .state = {
  112451             :             .kind = 1,
  112452             :             .compact = 1,
  112453             :             .ascii = 1,
  112454             :         },
  112455             :     },
  112456             :     ._data = "toppath",
  112457             : };
  112458             : static
  112459             :     struct {
  112460             :         PyASCIIObject _ascii;
  112461             :         uint8_t _data[8];
  112462             :     }
  112463             : const_str_isbytes = {
  112464             :     ._ascii = {
  112465             :         .ob_base = {
  112466             :             .ob_refcnt = 999999999,
  112467             :             .ob_type = &PyUnicode_Type,
  112468             :         },
  112469             :         .length = 7,
  112470             :         .hash = -1,
  112471             :         .state = {
  112472             :             .kind = 1,
  112473             :             .compact = 1,
  112474             :             .ascii = 1,
  112475             :         },
  112476             :     },
  112477             :     ._data = "isbytes",
  112478             : };
  112479             : static
  112480             :     struct {
  112481             :         PyASCIIObject _ascii;
  112482             :         uint8_t _data[8];
  112483             :     }
  112484             : const_str_entries = {
  112485             :     ._ascii = {
  112486             :         .ob_base = {
  112487             :             .ob_refcnt = 999999999,
  112488             :             .ob_type = &PyUnicode_Type,
  112489             :         },
  112490             :         .length = 7,
  112491             :         .hash = -1,
  112492             :         .state = {
  112493             :             .kind = 1,
  112494             :             .compact = 1,
  112495             :             .ascii = 1,
  112496             :         },
  112497             :     },
  112498             :     ._data = "entries",
  112499             : };
  112500             : static
  112501             :     struct {
  112502             :         PyASCIIObject _ascii;
  112503             :         uint8_t _data[6];
  112504             :     }
  112505             : const_str_dirfd = {
  112506             :     ._ascii = {
  112507             :         .ob_base = {
  112508             :             .ob_refcnt = 999999999,
  112509             :             .ob_type = &PyUnicode_Type,
  112510             :         },
  112511             :         .length = 5,
  112512             :         .hash = -1,
  112513             :         .state = {
  112514             :             .kind = 1,
  112515             :             .compact = 1,
  112516             :             .ascii = 1,
  112517             :         },
  112518             :     },
  112519             :     ._data = "dirfd",
  112520             : };
  112521             : static
  112522             :     struct {
  112523             :         PyASCIIObject _ascii;
  112524             :         uint8_t _data[4];
  112525             :     }
  112526             : const_str_err = {
  112527             :     ._ascii = {
  112528             :         .ob_base = {
  112529             :             .ob_refcnt = 999999999,
  112530             :             .ob_type = &PyUnicode_Type,
  112531             :         },
  112532             :         .length = 3,
  112533             :         .hash = -1,
  112534             :         .state = {
  112535             :             .kind = 1,
  112536             :             .compact = 1,
  112537             :             .ascii = 1,
  112538             :         },
  112539             :     },
  112540             :     ._data = "err",
  112541             : };
  112542             : static
  112543             :     struct {
  112544             :         PyGC_Head _gc_head;
  112545             :         struct {
  112546             :             PyObject_VAR_HEAD
  112547             :             PyObject *ob_item[16];
  112548             :         }_object;
  112549             :     }
  112550             : os_toplevel_consts_91_localsplusnames = {
  112551             :     ._object = {
  112552             :         .ob_base = {
  112553             :             .ob_base = {
  112554             :                 .ob_refcnt = 999999999,
  112555             :                 .ob_type = &PyTuple_Type,
  112556             :             },
  112557             :             .ob_size = 16,
  112558             :         },
  112559             :         .ob_item = {
  112560             :             & const_str_topfd._ascii.ob_base,
  112561             :             & const_str_toppath._ascii.ob_base,
  112562             :             & const_str_isbytes._ascii.ob_base,
  112563             :             & const_str_topdown._ascii.ob_base,
  112564             :             & const_str_onerror._ascii.ob_base,
  112565             :             & const_str_follow_symlinks._ascii.ob_base,
  112566             :             & const_str_scandir_it._ascii.ob_base,
  112567             :             & const_str_dirs._ascii.ob_base,
  112568             :             & const_str_nondirs._ascii.ob_base,
  112569             :             & const_str_entries._ascii.ob_base,
  112570             :             & const_str_entry._ascii.ob_base,
  112571             :             &_Py_ID(name),
  112572             :             & const_str_orig_st._ascii.ob_base,
  112573             :             & const_str_dirfd._ascii.ob_base,
  112574             :             & const_str_err._ascii.ob_base,
  112575             :             & const_str_dirpath._ascii.ob_base,
  112576             :         },
  112577             :     },
  112578             : };
  112579             : static
  112580             :     struct {
  112581             :         PyObject_VAR_HEAD
  112582             :         Py_hash_t ob_shash;
  112583             :         char ob_sval[17];
  112584             :     }
  112585             : os_toplevel_consts_91_localspluskinds = {
  112586             :     .ob_base = {
  112587             :         .ob_base = {
  112588             :             .ob_refcnt = 999999999,
  112589             :             .ob_type = &PyBytes_Type,
  112590             :         },
  112591             :         .ob_size = 16,
  112592             :     },
  112593             :     .ob_shash = -1,
  112594             :     .ob_sval = "                ",
  112595             : };
  112596             : static
  112597             :     struct _PyCode_DEF(950)
  112598             : os_toplevel_consts_91 = {
  112599             :     .ob_base = {
  112600             :         .ob_base = {
  112601             :             .ob_refcnt = 999999999,
  112602             :             .ob_type = &PyCode_Type,
  112603             :         },
  112604             :         .ob_size = 475,
  112605             :     },
  112606             :     .co_consts = & os_toplevel_consts_91_consts._object.ob_base.ob_base,
  112607             :     .co_names = & os_toplevel_consts_91_names._object.ob_base.ob_base,
  112608             :     .co_exceptiontable = & os_toplevel_consts_91_exceptiontable.ob_base.ob_base,
  112609             :     .co_flags = 35,
  112610             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  112611             :     ._co_linearray_entry_size = 0,
  112612             :     .co_argcount = 6,
  112613             :     .co_posonlyargcount = 0,
  112614             :     .co_kwonlyargcount = 0,
  112615             :     .co_framesize = 25 + FRAME_SPECIALS_SIZE,
  112616             :     .co_stacksize = 9,
  112617             :     .co_firstlineno = 478,
  112618             :     .co_nlocalsplus = 16,
  112619             :     .co_nlocals = 16,
  112620             :     .co_nplaincellvars = 0,
  112621             :     .co_ncellvars = 0,
  112622             :     .co_nfreevars = 0,
  112623             :     .co_localsplusnames = & os_toplevel_consts_91_localsplusnames._object.ob_base.ob_base,
  112624             :     .co_localspluskinds = & os_toplevel_consts_91_localspluskinds.ob_base.ob_base,
  112625             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  112626             :     .co_name = & const_str__fwalk._ascii.ob_base,
  112627             :     .co_qualname = & const_str__fwalk._ascii.ob_base,
  112628             :     .co_linetable = & os_toplevel_consts_91_linetable.ob_base.ob_base,
  112629             :     ._co_code = NULL,
  112630             :     ._co_linearray = NULL,
  112631             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x67\x00\x7d\x07\x67\x00\x7d\x08\x7c\x03\x73\x02\x7c\x05\x72\x02\x64\x00\x6e\x01\x67\x00\x7d\x09\x7c\x06\x44\x00\x5d\x68\x00\x00\x7d\x0a\x7c\x0a\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x02\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x0a\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x27\x7c\x07\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x09\x81\x25\x7c\x09\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x12\x7c\x08\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x6a\x7c\x03\x72\x08\x7c\x01\x7c\x07\x7c\x08\x7c\x00\x66\x04\x96\x01\x97\x01\x01\x00\x7c\x09\x80\x02\x7c\x07\x6e\x0d\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x09\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xac\x00\x00\x7d\x0b\x09\x00\x7c\x05\x73\x2f\x7c\x03\x72\x11\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x7c\x00\x64\x01\xac\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x6e\x1c\x7c\x09\x80\x02\x4a\x00\x82\x01\x7c\x0b\x5c\x02\x00\x00\x7d\x0b\x7d\x0a\x7c\x0a\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xac\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x09\x00\x7c\x05\x73\x23\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x0c\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x0b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0f\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x7c\x0f\x7c\x02\x7c\x03\x7c\x04\x7c\x05\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x96\x03\x97\x02\x86\x04\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xae\x7c\x03\x73\x0a\x7c\x01\x7c\x07\x7c\x08\x7c\x00\x66\x04\x96\x01\x97\x01\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x39\x01\x00\x09\x00\x7c\x0a\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x08\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x59\x00\x3e\x01\x8c\x84\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x16\x7d\x0e\x7c\x04\x81\x09\x02\x00\x7c\x04\x7c\x0e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x7d\x0e\x7e\x0e\x3e\x01\x8c\x1d\x64\x00\x7d\x0e\x7e\x0e\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  112632             :     ._co_firsttraceable = 2,
  112633             : };
  112634             : static
  112635             :     struct {
  112636             :         PyASCIIObject _ascii;
  112637             :         uint8_t _data[113];
  112638             :     }
  112639             : os_toplevel_consts_93_consts_0 = {
  112640             :     ._ascii = {
  112641             :         .ob_base = {
  112642             :             .ob_refcnt = 999999999,
  112643             :             .ob_type = &PyUnicode_Type,
  112644             :         },
  112645             :         .length = 112,
  112646             :         .hash = -1,
  112647             :         .state = {
  112648             :             .kind = 1,
  112649             :             .compact = 1,
  112650             :             .ascii = 1,
  112651             :         },
  112652             :     },
  112653             :     ._data = "\x65\x78\x65\x63\x6c\x28\x66\x69\x6c\x65\x2c\x20\x2a\x61\x72\x67\x73\x29\x0a\x0a\x20\x20\x20\x20\x45\x78\x65\x63\x75\x74\x65\x20\x74\x68\x65\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x66\x69\x6c\x65\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x6c\x69\x73\x74\x20\x61\x72\x67\x73\x2c\x20\x72\x65\x70\x6c\x61\x63\x69\x6e\x67\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x20",
  112654             : };
  112655             : static
  112656             :     struct {
  112657             :         PyGC_Head _gc_head;
  112658             :         struct {
  112659             :             PyObject_VAR_HEAD
  112660             :             PyObject *ob_item[2];
  112661             :         }_object;
  112662             :     }
  112663             : os_toplevel_consts_93_consts = {
  112664             :     ._object = {
  112665             :         .ob_base = {
  112666             :             .ob_base = {
  112667             :                 .ob_refcnt = 999999999,
  112668             :                 .ob_type = &PyTuple_Type,
  112669             :             },
  112670             :             .ob_size = 2,
  112671             :         },
  112672             :         .ob_item = {
  112673             :             & os_toplevel_consts_93_consts_0._ascii.ob_base,
  112674             :             Py_None,
  112675             :         },
  112676             :     },
  112677             : };
  112678             : static
  112679             :     struct {
  112680             :         PyASCIIObject _ascii;
  112681             :         uint8_t _data[6];
  112682             :     }
  112683             : const_str_execv = {
  112684             :     ._ascii = {
  112685             :         .ob_base = {
  112686             :             .ob_refcnt = 999999999,
  112687             :             .ob_type = &PyUnicode_Type,
  112688             :         },
  112689             :         .length = 5,
  112690             :         .hash = -1,
  112691             :         .state = {
  112692             :             .kind = 1,
  112693             :             .compact = 1,
  112694             :             .ascii = 1,
  112695             :         },
  112696             :     },
  112697             :     ._data = "execv",
  112698             : };
  112699             : static
  112700             :     struct {
  112701             :         PyGC_Head _gc_head;
  112702             :         struct {
  112703             :             PyObject_VAR_HEAD
  112704             :             PyObject *ob_item[1];
  112705             :         }_object;
  112706             :     }
  112707             : os_toplevel_consts_93_names = {
  112708             :     ._object = {
  112709             :         .ob_base = {
  112710             :             .ob_base = {
  112711             :                 .ob_refcnt = 999999999,
  112712             :                 .ob_type = &PyTuple_Type,
  112713             :             },
  112714             :             .ob_size = 1,
  112715             :         },
  112716             :         .ob_item = {
  112717             :             & const_str_execv._ascii.ob_base,
  112718             :         },
  112719             :     },
  112720             : };
  112721             : static
  112722             :     struct {
  112723             :         PyASCIIObject _ascii;
  112724             :         uint8_t _data[6];
  112725             :     }
  112726             : const_str_execl = {
  112727             :     ._ascii = {
  112728             :         .ob_base = {
  112729             :             .ob_refcnt = 999999999,
  112730             :             .ob_type = &PyUnicode_Type,
  112731             :         },
  112732             :         .length = 5,
  112733             :         .hash = -1,
  112734             :         .state = {
  112735             :             .kind = 1,
  112736             :             .compact = 1,
  112737             :             .ascii = 1,
  112738             :         },
  112739             :     },
  112740             :     ._data = "execl",
  112741             : };
  112742             : static
  112743             :     struct {
  112744             :         PyObject_VAR_HEAD
  112745             :         Py_hash_t ob_shash;
  112746             :         char ob_sval[24];
  112747             :     }
  112748             : os_toplevel_consts_93_linetable = {
  112749             :     .ob_base = {
  112750             :         .ob_base = {
  112751             :             .ob_refcnt = 999999999,
  112752             :             .ob_type = &PyBytes_Type,
  112753             :         },
  112754             :         .ob_size = 23,
  112755             :     },
  112756             :     .ob_shash = -1,
  112757             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x05\x0a\x88\x24\x90\x04\xd4\x04\x15\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
  112758             : };
  112759             : static
  112760             :     struct {
  112761             :         PyGC_Head _gc_head;
  112762             :         struct {
  112763             :             PyObject_VAR_HEAD
  112764             :             PyObject *ob_item[2];
  112765             :         }_object;
  112766             :     }
  112767             : os_toplevel_consts_93_localsplusnames = {
  112768             :     ._object = {
  112769             :         .ob_base = {
  112770             :             .ob_base = {
  112771             :                 .ob_refcnt = 999999999,
  112772             :                 .ob_type = &PyTuple_Type,
  112773             :             },
  112774             :             .ob_size = 2,
  112775             :         },
  112776             :         .ob_item = {
  112777             :             & const_str_file._ascii.ob_base,
  112778             :             & const_str_args._ascii.ob_base,
  112779             :         },
  112780             :     },
  112781             : };
  112782             : static
  112783             :     struct _PyCode_DEF(34)
  112784             : os_toplevel_consts_93 = {
  112785             :     .ob_base = {
  112786             :         .ob_base = {
  112787             :             .ob_refcnt = 999999999,
  112788             :             .ob_type = &PyCode_Type,
  112789             :         },
  112790             :         .ob_size = 17,
  112791             :     },
  112792             :     .co_consts = & os_toplevel_consts_93_consts._object.ob_base.ob_base,
  112793             :     .co_names = & os_toplevel_consts_93_names._object.ob_base.ob_base,
  112794             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  112795             :     .co_flags = 7,
  112796             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  112797             :     ._co_linearray_entry_size = 0,
  112798             :     .co_argcount = 1,
  112799             :     .co_posonlyargcount = 0,
  112800             :     .co_kwonlyargcount = 0,
  112801             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  112802             :     .co_stacksize = 4,
  112803             :     .co_firstlineno = 536,
  112804             :     .co_nlocalsplus = 2,
  112805             :     .co_nlocals = 2,
  112806             :     .co_nplaincellvars = 0,
  112807             :     .co_ncellvars = 0,
  112808             :     .co_nfreevars = 0,
  112809             :     .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
  112810             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  112811             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  112812             :     .co_name = & const_str_execl._ascii.ob_base,
  112813             :     .co_qualname = & const_str_execl._ascii.ob_base,
  112814             :     .co_linetable = & os_toplevel_consts_93_linetable.ob_base.ob_base,
  112815             :     ._co_code = NULL,
  112816             :     ._co_linearray = NULL,
  112817             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
  112818             :     ._co_firsttraceable = 0,
  112819             : };
  112820             : static
  112821             :     struct {
  112822             :         PyASCIIObject _ascii;
  112823             :         uint8_t _data[139];
  112824             :     }
  112825             : os_toplevel_consts_94_consts_0 = {
  112826             :     ._ascii = {
  112827             :         .ob_base = {
  112828             :             .ob_refcnt = 999999999,
  112829             :             .ob_type = &PyUnicode_Type,
  112830             :         },
  112831             :         .length = 138,
  112832             :         .hash = -1,
  112833             :         .state = {
  112834             :             .kind = 1,
  112835             :             .compact = 1,
  112836             :             .ascii = 1,
  112837             :         },
  112838             :     },
  112839             :     ._data = "\x65\x78\x65\x63\x6c\x65\x28\x66\x69\x6c\x65\x2c\x20\x2a\x61\x72\x67\x73\x2c\x20\x65\x6e\x76\x29\x0a\x0a\x20\x20\x20\x20\x45\x78\x65\x63\x75\x74\x65\x20\x74\x68\x65\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x66\x69\x6c\x65\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x6c\x69\x73\x74\x20\x61\x72\x67\x73\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x65\x6e\x76\x2c\x20\x72\x65\x70\x6c\x61\x63\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x20",
  112840             : };
  112841             : static
  112842             :     struct {
  112843             :         PyGC_Head _gc_head;
  112844             :         struct {
  112845             :             PyObject_VAR_HEAD
  112846             :             PyObject *ob_item[3];
  112847             :         }_object;
  112848             :     }
  112849             : os_toplevel_consts_94_consts = {
  112850             :     ._object = {
  112851             :         .ob_base = {
  112852             :             .ob_base = {
  112853             :                 .ob_refcnt = 999999999,
  112854             :                 .ob_type = &PyTuple_Type,
  112855             :             },
  112856             :             .ob_size = 3,
  112857             :         },
  112858             :         .ob_item = {
  112859             :             & os_toplevel_consts_94_consts_0._ascii.ob_base,
  112860             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  112861             :             Py_None,
  112862             :         },
  112863             :     },
  112864             : };
  112865             : static
  112866             :     struct {
  112867             :         PyGC_Head _gc_head;
  112868             :         struct {
  112869             :             PyObject_VAR_HEAD
  112870             :             PyObject *ob_item[1];
  112871             :         }_object;
  112872             :     }
  112873             : os_toplevel_consts_94_names = {
  112874             :     ._object = {
  112875             :         .ob_base = {
  112876             :             .ob_base = {
  112877             :                 .ob_refcnt = 999999999,
  112878             :                 .ob_type = &PyTuple_Type,
  112879             :             },
  112880             :             .ob_size = 1,
  112881             :         },
  112882             :         .ob_item = {
  112883             :             & const_str_execve._ascii.ob_base,
  112884             :         },
  112885             :     },
  112886             : };
  112887             : static
  112888             :     struct {
  112889             :         PyASCIIObject _ascii;
  112890             :         uint8_t _data[7];
  112891             :     }
  112892             : const_str_execle = {
  112893             :     ._ascii = {
  112894             :         .ob_base = {
  112895             :             .ob_refcnt = 999999999,
  112896             :             .ob_type = &PyUnicode_Type,
  112897             :         },
  112898             :         .length = 6,
  112899             :         .hash = -1,
  112900             :         .state = {
  112901             :             .kind = 1,
  112902             :             .compact = 1,
  112903             :             .ascii = 1,
  112904             :         },
  112905             :     },
  112906             :     ._data = "execle",
  112907             : };
  112908             : static
  112909             :     struct {
  112910             :         PyObject_VAR_HEAD
  112911             :         Py_hash_t ob_shash;
  112912             :         char ob_sval[41];
  112913             :     }
  112914             : os_toplevel_consts_94_linetable = {
  112915             :     .ob_base = {
  112916             :         .ob_base = {
  112917             :             .ob_refcnt = 999999999,
  112918             :             .ob_type = &PyBytes_Type,
  112919             :         },
  112920             :         .ob_size = 40,
  112921             :     },
  112922             :     .ob_shash = -1,
  112923             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x0b\x0f\x88\x72\x8c\x28\x80\x43\xdd\x04\x0a\x88\x34\x90\x14\x90\x19\x90\x72\x90\x19\x98\x43\xd4\x04\x20\xd0\x04\x20\xd0\x04\x20\xd0\x04\x20",
  112924             : };
  112925             : static
  112926             :     struct {
  112927             :         PyASCIIObject _ascii;
  112928             :         uint8_t _data[4];
  112929             :     }
  112930             : const_str_env = {
  112931             :     ._ascii = {
  112932             :         .ob_base = {
  112933             :             .ob_refcnt = 999999999,
  112934             :             .ob_type = &PyUnicode_Type,
  112935             :         },
  112936             :         .length = 3,
  112937             :         .hash = -1,
  112938             :         .state = {
  112939             :             .kind = 1,
  112940             :             .compact = 1,
  112941             :             .ascii = 1,
  112942             :         },
  112943             :     },
  112944             :     ._data = "env",
  112945             : };
  112946             : static
  112947             :     struct {
  112948             :         PyGC_Head _gc_head;
  112949             :         struct {
  112950             :             PyObject_VAR_HEAD
  112951             :             PyObject *ob_item[3];
  112952             :         }_object;
  112953             :     }
  112954             : os_toplevel_consts_94_localsplusnames = {
  112955             :     ._object = {
  112956             :         .ob_base = {
  112957             :             .ob_base = {
  112958             :                 .ob_refcnt = 999999999,
  112959             :                 .ob_type = &PyTuple_Type,
  112960             :             },
  112961             :             .ob_size = 3,
  112962             :         },
  112963             :         .ob_item = {
  112964             :             & const_str_file._ascii.ob_base,
  112965             :             & const_str_args._ascii.ob_base,
  112966             :             & const_str_env._ascii.ob_base,
  112967             :         },
  112968             :     },
  112969             : };
  112970             : static
  112971             :     struct _PyCode_DEF(58)
  112972             : os_toplevel_consts_94 = {
  112973             :     .ob_base = {
  112974             :         .ob_base = {
  112975             :             .ob_refcnt = 999999999,
  112976             :             .ob_type = &PyCode_Type,
  112977             :         },
  112978             :         .ob_size = 29,
  112979             :     },
  112980             :     .co_consts = & os_toplevel_consts_94_consts._object.ob_base.ob_base,
  112981             :     .co_names = & os_toplevel_consts_94_names._object.ob_base.ob_base,
  112982             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  112983             :     .co_flags = 7,
  112984             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  112985             :     ._co_linearray_entry_size = 0,
  112986             :     .co_argcount = 1,
  112987             :     .co_posonlyargcount = 0,
  112988             :     .co_kwonlyargcount = 0,
  112989             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  112990             :     .co_stacksize = 6,
  112991             :     .co_firstlineno = 543,
  112992             :     .co_nlocalsplus = 3,
  112993             :     .co_nlocals = 3,
  112994             :     .co_nplaincellvars = 0,
  112995             :     .co_ncellvars = 0,
  112996             :     .co_nfreevars = 0,
  112997             :     .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
  112998             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  112999             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  113000             :     .co_name = & const_str_execle._ascii.ob_base,
  113001             :     .co_qualname = & const_str_execle._ascii.ob_base,
  113002             :     .co_linetable = & os_toplevel_consts_94_linetable.ob_base.ob_base,
  113003             :     ._co_code = NULL,
  113004             :     ._co_linearray = NULL,
  113005             :     .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x02\x64\x01\x1a\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
  113006             :     ._co_firsttraceable = 0,
  113007             : };
  113008             : static
  113009             :     struct {
  113010             :         PyASCIIObject _ascii;
  113011             :         uint8_t _data[150];
  113012             :     }
  113013             : os_toplevel_consts_95_consts_0 = {
  113014             :     ._ascii = {
  113015             :         .ob_base = {
  113016             :             .ob_refcnt = 999999999,
  113017             :             .ob_type = &PyUnicode_Type,
  113018             :         },
  113019             :         .length = 149,
  113020             :         .hash = -1,
  113021             :         .state = {
  113022             :             .kind = 1,
  113023             :             .compact = 1,
  113024             :             .ascii = 1,
  113025             :         },
  113026             :     },
  113027             :     ._data = "\x65\x78\x65\x63\x6c\x70\x28\x66\x69\x6c\x65\x2c\x20\x2a\x61\x72\x67\x73\x29\x0a\x0a\x20\x20\x20\x20\x45\x78\x65\x63\x75\x74\x65\x20\x74\x68\x65\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x66\x69\x6c\x65\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x73\x65\x61\x72\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x61\x6c\x6f\x6e\x67\x20\x24\x50\x41\x54\x48\x29\x0a\x20\x20\x20\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x6c\x69\x73\x74\x20\x61\x72\x67\x73\x2c\x20\x72\x65\x70\x6c\x61\x63\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x20",
  113028             : };
  113029             : static
  113030             :     struct {
  113031             :         PyGC_Head _gc_head;
  113032             :         struct {
  113033             :             PyObject_VAR_HEAD
  113034             :             PyObject *ob_item[2];
  113035             :         }_object;
  113036             :     }
  113037             : os_toplevel_consts_95_consts = {
  113038             :     ._object = {
  113039             :         .ob_base = {
  113040             :             .ob_base = {
  113041             :                 .ob_refcnt = 999999999,
  113042             :                 .ob_type = &PyTuple_Type,
  113043             :             },
  113044             :             .ob_size = 2,
  113045             :         },
  113046             :         .ob_item = {
  113047             :             & os_toplevel_consts_95_consts_0._ascii.ob_base,
  113048             :             Py_None,
  113049             :         },
  113050             :     },
  113051             : };
  113052             : static
  113053             :     struct {
  113054             :         PyASCIIObject _ascii;
  113055             :         uint8_t _data[7];
  113056             :     }
  113057             : const_str_execvp = {
  113058             :     ._ascii = {
  113059             :         .ob_base = {
  113060             :             .ob_refcnt = 999999999,
  113061             :             .ob_type = &PyUnicode_Type,
  113062             :         },
  113063             :         .length = 6,
  113064             :         .hash = -1,
  113065             :         .state = {
  113066             :             .kind = 1,
  113067             :             .compact = 1,
  113068             :             .ascii = 1,
  113069             :         },
  113070             :     },
  113071             :     ._data = "execvp",
  113072             : };
  113073             : static
  113074             :     struct {
  113075             :         PyGC_Head _gc_head;
  113076             :         struct {
  113077             :             PyObject_VAR_HEAD
  113078             :             PyObject *ob_item[1];
  113079             :         }_object;
  113080             :     }
  113081             : os_toplevel_consts_95_names = {
  113082             :     ._object = {
  113083             :         .ob_base = {
  113084             :             .ob_base = {
  113085             :                 .ob_refcnt = 999999999,
  113086             :                 .ob_type = &PyTuple_Type,
  113087             :             },
  113088             :             .ob_size = 1,
  113089             :         },
  113090             :         .ob_item = {
  113091             :             & const_str_execvp._ascii.ob_base,
  113092             :         },
  113093             :     },
  113094             : };
  113095             : static
  113096             :     struct {
  113097             :         PyASCIIObject _ascii;
  113098             :         uint8_t _data[7];
  113099             :     }
  113100             : const_str_execlp = {
  113101             :     ._ascii = {
  113102             :         .ob_base = {
  113103             :             .ob_refcnt = 999999999,
  113104             :             .ob_type = &PyUnicode_Type,
  113105             :         },
  113106             :         .length = 6,
  113107             :         .hash = -1,
  113108             :         .state = {
  113109             :             .kind = 1,
  113110             :             .compact = 1,
  113111             :             .ascii = 1,
  113112             :         },
  113113             :     },
  113114             :     ._data = "execlp",
  113115             : };
  113116             : static
  113117             :     struct {
  113118             :         PyObject_VAR_HEAD
  113119             :         Py_hash_t ob_shash;
  113120             :         char ob_sval[24];
  113121             :     }
  113122             : os_toplevel_consts_95_linetable = {
  113123             :     .ob_base = {
  113124             :         .ob_base = {
  113125             :             .ob_refcnt = 999999999,
  113126             :             .ob_type = &PyBytes_Type,
  113127             :         },
  113128             :         .ob_size = 23,
  113129             :     },
  113130             :     .ob_shash = -1,
  113131             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x05\x0b\x88\x34\x90\x14\xd4\x04\x16\xd0\x04\x16\xd0\x04\x16\xd0\x04\x16",
  113132             : };
  113133             : static
  113134             :     struct _PyCode_DEF(34)
  113135             : os_toplevel_consts_95 = {
  113136             :     .ob_base = {
  113137             :         .ob_base = {
  113138             :             .ob_refcnt = 999999999,
  113139             :             .ob_type = &PyCode_Type,
  113140             :         },
  113141             :         .ob_size = 17,
  113142             :     },
  113143             :     .co_consts = & os_toplevel_consts_95_consts._object.ob_base.ob_base,
  113144             :     .co_names = & os_toplevel_consts_95_names._object.ob_base.ob_base,
  113145             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  113146             :     .co_flags = 7,
  113147             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  113148             :     ._co_linearray_entry_size = 0,
  113149             :     .co_argcount = 1,
  113150             :     .co_posonlyargcount = 0,
  113151             :     .co_kwonlyargcount = 0,
  113152             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  113153             :     .co_stacksize = 4,
  113154             :     .co_firstlineno = 551,
  113155             :     .co_nlocalsplus = 2,
  113156             :     .co_nlocals = 2,
  113157             :     .co_nplaincellvars = 0,
  113158             :     .co_ncellvars = 0,
  113159             :     .co_nfreevars = 0,
  113160             :     .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
  113161             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  113162             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  113163             :     .co_name = & const_str_execlp._ascii.ob_base,
  113164             :     .co_qualname = & const_str_execlp._ascii.ob_base,
  113165             :     .co_linetable = & os_toplevel_consts_95_linetable.ob_base.ob_base,
  113166             :     ._co_code = NULL,
  113167             :     ._co_linearray = NULL,
  113168             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
  113169             :     ._co_firsttraceable = 0,
  113170             : };
  113171             : static
  113172             :     struct {
  113173             :         PyASCIIObject _ascii;
  113174             :         uint8_t _data[180];
  113175             :     }
  113176             : os_toplevel_consts_96_consts_0 = {
  113177             :     ._ascii = {
  113178             :         .ob_base = {
  113179             :             .ob_refcnt = 999999999,
  113180             :             .ob_type = &PyUnicode_Type,
  113181             :         },
  113182             :         .length = 179,
  113183             :         .hash = -1,
  113184             :         .state = {
  113185             :             .kind = 1,
  113186             :             .compact = 1,
  113187             :             .ascii = 1,
  113188             :         },
  113189             :     },
  113190             :     ._data = "\x65\x78\x65\x63\x6c\x70\x65\x28\x66\x69\x6c\x65\x2c\x20\x2a\x61\x72\x67\x73\x2c\x20\x65\x6e\x76\x29\x0a\x0a\x20\x20\x20\x20\x45\x78\x65\x63\x75\x74\x65\x20\x74\x68\x65\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x66\x69\x6c\x65\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x73\x65\x61\x72\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x61\x6c\x6f\x6e\x67\x20\x24\x50\x41\x54\x48\x29\x0a\x20\x20\x20\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x6c\x69\x73\x74\x20\x61\x72\x67\x73\x20\x61\x6e\x64\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x65\x6e\x76\x2c\x20\x72\x65\x70\x6c\x61\x63\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x0a\x20\x20\x20\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x20",
  113191             : };
  113192             : static
  113193             :     struct {
  113194             :         PyGC_Head _gc_head;
  113195             :         struct {
  113196             :             PyObject_VAR_HEAD
  113197             :             PyObject *ob_item[3];
  113198             :         }_object;
  113199             :     }
  113200             : os_toplevel_consts_96_consts = {
  113201             :     ._object = {
  113202             :         .ob_base = {
  113203             :             .ob_base = {
  113204             :                 .ob_refcnt = 999999999,
  113205             :                 .ob_type = &PyTuple_Type,
  113206             :             },
  113207             :             .ob_size = 3,
  113208             :         },
  113209             :         .ob_item = {
  113210             :             & os_toplevel_consts_96_consts_0._ascii.ob_base,
  113211             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  113212             :             Py_None,
  113213             :         },
  113214             :     },
  113215             : };
  113216             : static
  113217             :     struct {
  113218             :         PyASCIIObject _ascii;
  113219             :         uint8_t _data[8];
  113220             :     }
  113221             : const_str_execvpe = {
  113222             :     ._ascii = {
  113223             :         .ob_base = {
  113224             :             .ob_refcnt = 999999999,
  113225             :             .ob_type = &PyUnicode_Type,
  113226             :         },
  113227             :         .length = 7,
  113228             :         .hash = -1,
  113229             :         .state = {
  113230             :             .kind = 1,
  113231             :             .compact = 1,
  113232             :             .ascii = 1,
  113233             :         },
  113234             :     },
  113235             :     ._data = "execvpe",
  113236             : };
  113237             : static
  113238             :     struct {
  113239             :         PyGC_Head _gc_head;
  113240             :         struct {
  113241             :             PyObject_VAR_HEAD
  113242             :             PyObject *ob_item[1];
  113243             :         }_object;
  113244             :     }
  113245             : os_toplevel_consts_96_names = {
  113246             :     ._object = {
  113247             :         .ob_base = {
  113248             :             .ob_base = {
  113249             :                 .ob_refcnt = 999999999,
  113250             :                 .ob_type = &PyTuple_Type,
  113251             :             },
  113252             :             .ob_size = 1,
  113253             :         },
  113254             :         .ob_item = {
  113255             :             & const_str_execvpe._ascii.ob_base,
  113256             :         },
  113257             :     },
  113258             : };
  113259             : static
  113260             :     struct {
  113261             :         PyASCIIObject _ascii;
  113262             :         uint8_t _data[8];
  113263             :     }
  113264             : const_str_execlpe = {
  113265             :     ._ascii = {
  113266             :         .ob_base = {
  113267             :             .ob_refcnt = 999999999,
  113268             :             .ob_type = &PyUnicode_Type,
  113269             :         },
  113270             :         .length = 7,
  113271             :         .hash = -1,
  113272             :         .state = {
  113273             :             .kind = 1,
  113274             :             .compact = 1,
  113275             :             .ascii = 1,
  113276             :         },
  113277             :     },
  113278             :     ._data = "execlpe",
  113279             : };
  113280             : static
  113281             :     struct {
  113282             :         PyObject_VAR_HEAD
  113283             :         Py_hash_t ob_shash;
  113284             :         char ob_sval[41];
  113285             :     }
  113286             : os_toplevel_consts_96_linetable = {
  113287             :     .ob_base = {
  113288             :         .ob_base = {
  113289             :             .ob_refcnt = 999999999,
  113290             :             .ob_type = &PyBytes_Type,
  113291             :         },
  113292             :         .ob_size = 40,
  113293             :     },
  113294             :     .ob_shash = -1,
  113295             :     .ob_sval = "\x80\x00\xf0\x0c\x00\x0b\x0f\x88\x72\x8c\x28\x80\x43\xdd\x04\x0b\x88\x44\x90\x24\x90\x29\x98\x02\x90\x29\x98\x53\xd4\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21",
  113296             : };
  113297             : static
  113298             :     struct _PyCode_DEF(58)
  113299             : os_toplevel_consts_96 = {
  113300             :     .ob_base = {
  113301             :         .ob_base = {
  113302             :             .ob_refcnt = 999999999,
  113303             :             .ob_type = &PyCode_Type,
  113304             :         },
  113305             :         .ob_size = 29,
  113306             :     },
  113307             :     .co_consts = & os_toplevel_consts_96_consts._object.ob_base.ob_base,
  113308             :     .co_names = & os_toplevel_consts_96_names._object.ob_base.ob_base,
  113309             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  113310             :     .co_flags = 7,
  113311             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  113312             :     ._co_linearray_entry_size = 0,
  113313             :     .co_argcount = 1,
  113314             :     .co_posonlyargcount = 0,
  113315             :     .co_kwonlyargcount = 0,
  113316             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  113317             :     .co_stacksize = 6,
  113318             :     .co_firstlineno = 558,
  113319             :     .co_nlocalsplus = 3,
  113320             :     .co_nlocals = 3,
  113321             :     .co_nplaincellvars = 0,
  113322             :     .co_ncellvars = 0,
  113323             :     .co_nfreevars = 0,
  113324             :     .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
  113325             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  113326             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  113327             :     .co_name = & const_str_execlpe._ascii.ob_base,
  113328             :     .co_qualname = & const_str_execlpe._ascii.ob_base,
  113329             :     .co_linetable = & os_toplevel_consts_96_linetable.ob_base.ob_base,
  113330             :     ._co_code = NULL,
  113331             :     ._co_linearray = NULL,
  113332             :     .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x02\x64\x01\x1a\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
  113333             :     ._co_firsttraceable = 0,
  113334             : };
  113335             : static
  113336             :     struct {
  113337             :         PyASCIIObject _ascii;
  113338             :         uint8_t _data[193];
  113339             :     }
  113340             : os_toplevel_consts_97_consts_0 = {
  113341             :     ._ascii = {
  113342             :         .ob_base = {
  113343             :             .ob_refcnt = 999999999,
  113344             :             .ob_type = &PyUnicode_Type,
  113345             :         },
  113346             :         .length = 192,
  113347             :         .hash = -1,
  113348             :         .state = {
  113349             :             .kind = 1,
  113350             :             .compact = 1,
  113351             :             .ascii = 1,
  113352             :         },
  113353             :     },
  113354             :     ._data = "\x65\x78\x65\x63\x76\x70\x28\x66\x69\x6c\x65\x2c\x20\x61\x72\x67\x73\x29\x0a\x0a\x20\x20\x20\x20\x45\x78\x65\x63\x75\x74\x65\x20\x74\x68\x65\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x66\x69\x6c\x65\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x73\x65\x61\x72\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x61\x6c\x6f\x6e\x67\x20\x24\x50\x41\x54\x48\x29\x0a\x20\x20\x20\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x6c\x69\x73\x74\x20\x61\x72\x67\x73\x2c\x20\x72\x65\x70\x6c\x61\x63\x69\x6e\x67\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x20\x20\x20\x20\x61\x72\x67\x73\x20\x6d\x61\x79\x20\x62\x65\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x72\x20\x74\x75\x70\x6c\x65\x20\x6f\x66\x20\x73\x74\x72\x69\x6e\x67\x73\x2e\x20",
  113355             : };
  113356             : static
  113357             :     struct {
  113358             :         PyGC_Head _gc_head;
  113359             :         struct {
  113360             :             PyObject_VAR_HEAD
  113361             :             PyObject *ob_item[2];
  113362             :         }_object;
  113363             :     }
  113364             : os_toplevel_consts_97_consts = {
  113365             :     ._object = {
  113366             :         .ob_base = {
  113367             :             .ob_base = {
  113368             :                 .ob_refcnt = 999999999,
  113369             :                 .ob_type = &PyTuple_Type,
  113370             :             },
  113371             :             .ob_size = 2,
  113372             :         },
  113373             :         .ob_item = {
  113374             :             & os_toplevel_consts_97_consts_0._ascii.ob_base,
  113375             :             Py_None,
  113376             :         },
  113377             :     },
  113378             : };
  113379             : static
  113380             :     struct {
  113381             :         PyASCIIObject _ascii;
  113382             :         uint8_t _data[9];
  113383             :     }
  113384             : const_str__execvpe = {
  113385             :     ._ascii = {
  113386             :         .ob_base = {
  113387             :             .ob_refcnt = 999999999,
  113388             :             .ob_type = &PyUnicode_Type,
  113389             :         },
  113390             :         .length = 8,
  113391             :         .hash = -1,
  113392             :         .state = {
  113393             :             .kind = 1,
  113394             :             .compact = 1,
  113395             :             .ascii = 1,
  113396             :         },
  113397             :     },
  113398             :     ._data = "_execvpe",
  113399             : };
  113400             : static
  113401             :     struct {
  113402             :         PyGC_Head _gc_head;
  113403             :         struct {
  113404             :             PyObject_VAR_HEAD
  113405             :             PyObject *ob_item[1];
  113406             :         }_object;
  113407             :     }
  113408             : os_toplevel_consts_97_names = {
  113409             :     ._object = {
  113410             :         .ob_base = {
  113411             :             .ob_base = {
  113412             :                 .ob_refcnt = 999999999,
  113413             :                 .ob_type = &PyTuple_Type,
  113414             :             },
  113415             :             .ob_size = 1,
  113416             :         },
  113417             :         .ob_item = {
  113418             :             & const_str__execvpe._ascii.ob_base,
  113419             :         },
  113420             :     },
  113421             : };
  113422             : static
  113423             :     struct {
  113424             :         PyObject_VAR_HEAD
  113425             :         Py_hash_t ob_shash;
  113426             :         char ob_sval[24];
  113427             :     }
  113428             : os_toplevel_consts_97_linetable = {
  113429             :     .ob_base = {
  113430             :         .ob_base = {
  113431             :             .ob_refcnt = 999999999,
  113432             :             .ob_type = &PyBytes_Type,
  113433             :         },
  113434             :         .ob_size = 23,
  113435             :     },
  113436             :     .ob_shash = -1,
  113437             :     .ob_sval = "\x80\x00\xf5\x0c\x00\x05\x0d\x88\x54\x90\x34\xd4\x04\x18\xd0\x04\x18\xd0\x04\x18\xd0\x04\x18",
  113438             : };
  113439             : static
  113440             :     struct _PyCode_DEF(34)
  113441             : os_toplevel_consts_97 = {
  113442             :     .ob_base = {
  113443             :         .ob_base = {
  113444             :             .ob_refcnt = 999999999,
  113445             :             .ob_type = &PyCode_Type,
  113446             :         },
  113447             :         .ob_size = 17,
  113448             :     },
  113449             :     .co_consts = & os_toplevel_consts_97_consts._object.ob_base.ob_base,
  113450             :     .co_names = & os_toplevel_consts_97_names._object.ob_base.ob_base,
  113451             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  113452             :     .co_flags = 3,
  113453             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  113454             :     ._co_linearray_entry_size = 0,
  113455             :     .co_argcount = 2,
  113456             :     .co_posonlyargcount = 0,
  113457             :     .co_kwonlyargcount = 0,
  113458             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  113459             :     .co_stacksize = 4,
  113460             :     .co_firstlineno = 567,
  113461             :     .co_nlocalsplus = 2,
  113462             :     .co_nlocals = 2,
  113463             :     .co_nplaincellvars = 0,
  113464             :     .co_ncellvars = 0,
  113465             :     .co_nfreevars = 0,
  113466             :     .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
  113467             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  113468             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  113469             :     .co_name = & const_str_execvp._ascii.ob_base,
  113470             :     .co_qualname = & const_str_execvp._ascii.ob_base,
  113471             :     .co_linetable = & os_toplevel_consts_97_linetable.ob_base.ob_base,
  113472             :     ._co_code = NULL,
  113473             :     ._co_linearray = NULL,
  113474             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
  113475             :     ._co_firsttraceable = 0,
  113476             : };
  113477             : static
  113478             :     struct {
  113479             :         PyASCIIObject _ascii;
  113480             :         uint8_t _data[223];
  113481             :     }
  113482             : os_toplevel_consts_98_consts_0 = {
  113483             :     ._ascii = {
  113484             :         .ob_base = {
  113485             :             .ob_refcnt = 999999999,
  113486             :             .ob_type = &PyUnicode_Type,
  113487             :         },
  113488             :         .length = 222,
  113489             :         .hash = -1,
  113490             :         .state = {
  113491             :             .kind = 1,
  113492             :             .compact = 1,
  113493             :             .ascii = 1,
  113494             :         },
  113495             :     },
  113496             :     ._data = "\x65\x78\x65\x63\x76\x70\x65\x28\x66\x69\x6c\x65\x2c\x20\x61\x72\x67\x73\x2c\x20\x65\x6e\x76\x29\x0a\x0a\x20\x20\x20\x20\x45\x78\x65\x63\x75\x74\x65\x20\x74\x68\x65\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x66\x69\x6c\x65\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x73\x65\x61\x72\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x61\x6c\x6f\x6e\x67\x20\x24\x50\x41\x54\x48\x29\x0a\x20\x20\x20\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x6c\x69\x73\x74\x20\x61\x72\x67\x73\x20\x61\x6e\x64\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x65\x6e\x76\x2c\x20\x72\x65\x70\x6c\x61\x63\x69\x6e\x67\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x20\x20\x20\x20\x61\x72\x67\x73\x20\x6d\x61\x79\x20\x62\x65\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x72\x20\x74\x75\x70\x6c\x65\x20\x6f\x66\x20\x73\x74\x72\x69\x6e\x67\x73\x2e\x20",
  113497             : };
  113498             : static
  113499             :     struct {
  113500             :         PyGC_Head _gc_head;
  113501             :         struct {
  113502             :             PyObject_VAR_HEAD
  113503             :             PyObject *ob_item[2];
  113504             :         }_object;
  113505             :     }
  113506             : os_toplevel_consts_98_consts = {
  113507             :     ._object = {
  113508             :         .ob_base = {
  113509             :             .ob_base = {
  113510             :                 .ob_refcnt = 999999999,
  113511             :                 .ob_type = &PyTuple_Type,
  113512             :             },
  113513             :             .ob_size = 2,
  113514             :         },
  113515             :         .ob_item = {
  113516             :             & os_toplevel_consts_98_consts_0._ascii.ob_base,
  113517             :             Py_None,
  113518             :         },
  113519             :     },
  113520             : };
  113521             : static
  113522             :     struct {
  113523             :         PyObject_VAR_HEAD
  113524             :         Py_hash_t ob_shash;
  113525             :         char ob_sval[26];
  113526             :     }
  113527             : os_toplevel_consts_98_linetable = {
  113528             :     .ob_base = {
  113529             :         .ob_base = {
  113530             :             .ob_refcnt = 999999999,
  113531             :             .ob_type = &PyBytes_Type,
  113532             :         },
  113533             :         .ob_size = 25,
  113534             :     },
  113535             :     .ob_shash = -1,
  113536             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x05\x0d\x88\x54\x90\x34\x98\x13\xd4\x04\x1d\xd0\x04\x1d\xd0\x04\x1d\xd0\x04\x1d",
  113537             : };
  113538             : static
  113539             :     struct _PyCode_DEF(36)
  113540             : os_toplevel_consts_98 = {
  113541             :     .ob_base = {
  113542             :         .ob_base = {
  113543             :             .ob_refcnt = 999999999,
  113544             :             .ob_type = &PyCode_Type,
  113545             :         },
  113546             :         .ob_size = 18,
  113547             :     },
  113548             :     .co_consts = & os_toplevel_consts_98_consts._object.ob_base.ob_base,
  113549             :     .co_names = & os_toplevel_consts_97_names._object.ob_base.ob_base,
  113550             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  113551             :     .co_flags = 3,
  113552             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  113553             :     ._co_linearray_entry_size = 0,
  113554             :     .co_argcount = 3,
  113555             :     .co_posonlyargcount = 0,
  113556             :     .co_kwonlyargcount = 0,
  113557             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  113558             :     .co_stacksize = 5,
  113559             :     .co_firstlineno = 575,
  113560             :     .co_nlocalsplus = 3,
  113561             :     .co_nlocals = 3,
  113562             :     .co_nplaincellvars = 0,
  113563             :     .co_ncellvars = 0,
  113564             :     .co_nfreevars = 0,
  113565             :     .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
  113566             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  113567             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  113568             :     .co_name = & const_str_execvpe._ascii.ob_base,
  113569             :     .co_qualname = & const_str_execvpe._ascii.ob_base,
  113570             :     .co_linetable = & os_toplevel_consts_98_linetable.ob_base.ob_base,
  113571             :     ._co_code = NULL,
  113572             :     ._co_linearray = NULL,
  113573             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
  113574             :     ._co_firsttraceable = 0,
  113575             : };
  113576             : static
  113577             :     struct {
  113578             :         PyGC_Head _gc_head;
  113579             :         struct {
  113580             :             PyObject_VAR_HEAD
  113581             :             PyObject *ob_item[6];
  113582             :         }_object;
  113583             :     }
  113584             : os_toplevel_consts_99 = {
  113585             :     ._object = {
  113586             :         .ob_base = {
  113587             :             .ob_base = {
  113588             :                 .ob_refcnt = 999999999,
  113589             :                 .ob_type = &PyTuple_Type,
  113590             :             },
  113591             :             .ob_size = 6,
  113592             :         },
  113593             :         .ob_item = {
  113594             :             & const_str_execl._ascii.ob_base,
  113595             :             & const_str_execle._ascii.ob_base,
  113596             :             & const_str_execlp._ascii.ob_base,
  113597             :             & const_str_execlpe._ascii.ob_base,
  113598             :             & const_str_execvp._ascii.ob_base,
  113599             :             & const_str_execvpe._ascii.ob_base,
  113600             :         },
  113601             :     },
  113602             : };
  113603             : static
  113604             :     struct {
  113605             :         PyGC_Head _gc_head;
  113606             :         struct {
  113607             :             PyObject_VAR_HEAD
  113608             :             PyObject *ob_item[2];
  113609             :         }_object;
  113610             :     }
  113611             : os_toplevel_consts_100_consts = {
  113612             :     ._object = {
  113613             :         .ob_base = {
  113614             :             .ob_base = {
  113615             :                 .ob_refcnt = 999999999,
  113616             :                 .ob_type = &PyTuple_Type,
  113617             :             },
  113618             :             .ob_size = 2,
  113619             :         },
  113620             :         .ob_item = {
  113621             :             Py_None,
  113622             :             & const_str_nt._ascii.ob_base,
  113623             :         },
  113624             :     },
  113625             : };
  113626             : static
  113627             :     struct {
  113628             :         PyGC_Head _gc_head;
  113629             :         struct {
  113630             :             PyObject_VAR_HEAD
  113631             :             PyObject *ob_item[13];
  113632             :         }_object;
  113633             :     }
  113634             : os_toplevel_consts_100_names = {
  113635             :     ._object = {
  113636             :         .ob_base = {
  113637             :             .ob_base = {
  113638             :                 .ob_refcnt = 999999999,
  113639             :                 .ob_type = &PyTuple_Type,
  113640             :             },
  113641             :             .ob_size = 13,
  113642             :         },
  113643             :         .ob_item = {
  113644             :             & const_str_execve._ascii.ob_base,
  113645             :             & const_str_execv._ascii.ob_base,
  113646             :             & const_str_environ._ascii.ob_base,
  113647             :             &_Py_ID(path),
  113648             :             & const_str_dirname._ascii.ob_base,
  113649             :             & const_str_get_exec_path._ascii.ob_base,
  113650             :             &_Py_ID(name),
  113651             :             & const_str_fsencode._ascii.ob_base,
  113652             :             & const_str_map._ascii.ob_base,
  113653             :             &_Py_ID(join),
  113654             :             & const_str_FileNotFoundError._ascii.ob_base,
  113655             :             & const_str_NotADirectoryError._ascii.ob_base,
  113656             :             & const_str_OSError._ascii.ob_base,
  113657             :         },
  113658             :     },
  113659             : };
  113660             : static
  113661             :     struct {
  113662             :         PyObject_VAR_HEAD
  113663             :         Py_hash_t ob_shash;
  113664             :         char ob_sval[320];
  113665             :     }
  113666             : os_toplevel_consts_100_linetable = {
  113667             :     .ob_base = {
  113668             :         .ob_base = {
  113669             :             .ob_refcnt = 999999999,
  113670             :             .ob_type = &PyBytes_Type,
  113671             :         },
  113672             :         .ob_size = 319,
  113673             :     },
  113674             :     .ob_shash = -1,
  113675             :     .ob_sval = "\x80\x00\xd8\x07\x0a\xf0\x00\x06\x05\x16\xdd\x14\x1a\x88\x09\xd8\x13\x17\x98\x13\x90\x2b\x88\x07\x88\x07\xe5\x14\x19\x88\x09\xd8\x13\x17\x90\x27\x88\x07\xdd\x0e\x15\x88\x03\xe5\x07\x13\x87\x7c\x81\x7c\x90\x44\xd4\x07\x19\xf0\x00\x02\x05\x0f\xd8\x08\x11\x88\x09\x90\x24\xd0\x08\x21\x98\x17\xd0\x08\x21\xd0\x08\x21\xd0\x08\x21\xd0\x08\x21\xd8\x08\x0e\x88\x06\xd8\x10\x14\x80\x49\xdd\x10\x1d\x98\x63\xd4\x10\x22\x80\x49\xdd\x07\x0b\x88\x74\x82\x7c\xf0\x00\x02\x05\x2d\xdd\x0f\x17\x98\x04\x8c\x7e\x88\x04\xdd\x14\x17\x9d\x08\xa0\x29\xd4\x14\x2c\x88\x09\xd8\x0f\x18\xf0\x00\x09\x05\x1e\xf1\x00\x09\x05\x1e\x88\x03\xdd\x13\x1c\x97\x39\x91\x39\x98\x53\xa0\x24\xd4\x13\x27\x88\x08\xf0\x02\x07\x09\x1e\xd8\x0c\x15\x88\x49\x90\x68\xd0\x0c\x29\xa0\x17\xd0\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xf0\x0e\x00\x08\x11\xf0\x00\x01\x05\x18\xd8\x0e\x17\x88\x0f\xd8\x0a\x12\x80\x4e\xf8\xf5\x11\x00\x11\x22\xd5\x23\x35\xd0\x0f\x36\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xd8\x17\x18\x88\x48\x88\x48\x88\x48\x88\x48\x88\x48\x88\x48\xf8\xf8\xf8\xf8\xdd\x0f\x16\xf0\x00\x03\x09\x1e\xf0\x00\x03\x09\x1e\xf0\x00\x03\x09\x1e\xd8\x17\x18\x88\x48\xd8\x0f\x18\xf0\x00\x01\x0d\x1e\xd8\x1c\x1d\x90\x09\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf0\x07\x03\x09\x1e\xf8\xf8\xf8",
  113676             : };
  113677             : static
  113678             :     struct {
  113679             :         PyObject_VAR_HEAD
  113680             :         Py_hash_t ob_shash;
  113681             :         char ob_sval[37];
  113682             :     }
  113683             : os_toplevel_consts_100_exceptiontable = {
  113684             :     .ob_base = {
  113685             :         .ob_base = {
  113686             :             .ob_refcnt = 999999999,
  113687             :             .ob_type = &PyBytes_Type,
  113688             :         },
  113689             :         .ob_size = 36,
  113690             :     },
  113691             :     .ob_shash = -1,
  113692             :     .ob_sval = "\xc2\x1a\x09\x42\x2a\x02\xc2\x2a\x11\x43\x1f\x05\xc2\x3b\x02\x43\x02\x05\xc3\x02\x0d\x43\x1f\x05\xc3\x0f\x06\x43\x1a\x05\xc3\x1a\x05\x43\x1f\x05",
  113693             : };
  113694             : static
  113695             :     struct {
  113696             :         PyASCIIObject _ascii;
  113697             :         uint8_t _data[10];
  113698             :     }
  113699             : const_str_exec_func = {
  113700             :     ._ascii = {
  113701             :         .ob_base = {
  113702             :             .ob_refcnt = 999999999,
  113703             :             .ob_type = &PyUnicode_Type,
  113704             :         },
  113705             :         .length = 9,
  113706             :         .hash = -1,
  113707             :         .state = {
  113708             :             .kind = 1,
  113709             :             .compact = 1,
  113710             :             .ascii = 1,
  113711             :         },
  113712             :     },
  113713             :     ._data = "exec_func",
  113714             : };
  113715             : static
  113716             :     struct {
  113717             :         PyASCIIObject _ascii;
  113718             :         uint8_t _data[8];
  113719             :     }
  113720             : const_str_argrest = {
  113721             :     ._ascii = {
  113722             :         .ob_base = {
  113723             :             .ob_refcnt = 999999999,
  113724             :             .ob_type = &PyUnicode_Type,
  113725             :         },
  113726             :         .length = 7,
  113727             :         .hash = -1,
  113728             :         .state = {
  113729             :             .kind = 1,
  113730             :             .compact = 1,
  113731             :             .ascii = 1,
  113732             :         },
  113733             :     },
  113734             :     ._data = "argrest",
  113735             : };
  113736             : static
  113737             :     struct {
  113738             :         PyASCIIObject _ascii;
  113739             :         uint8_t _data[10];
  113740             :     }
  113741             : const_str_saved_exc = {
  113742             :     ._ascii = {
  113743             :         .ob_base = {
  113744             :             .ob_refcnt = 999999999,
  113745             :             .ob_type = &PyUnicode_Type,
  113746             :         },
  113747             :         .length = 9,
  113748             :         .hash = -1,
  113749             :         .state = {
  113750             :             .kind = 1,
  113751             :             .compact = 1,
  113752             :             .ascii = 1,
  113753             :         },
  113754             :     },
  113755             :     ._data = "saved_exc",
  113756             : };
  113757             : static
  113758             :     struct {
  113759             :         PyASCIIObject _ascii;
  113760             :         uint8_t _data[9];
  113761             :     }
  113762             : const_str_last_exc = {
  113763             :     ._ascii = {
  113764             :         .ob_base = {
  113765             :             .ob_refcnt = 999999999,
  113766             :             .ob_type = &PyUnicode_Type,
  113767             :         },
  113768             :         .length = 8,
  113769             :         .hash = -1,
  113770             :         .state = {
  113771             :             .kind = 1,
  113772             :             .compact = 1,
  113773             :             .ascii = 1,
  113774             :         },
  113775             :     },
  113776             :     ._data = "last_exc",
  113777             : };
  113778             : static
  113779             :     struct {
  113780             :         PyGC_Head _gc_head;
  113781             :         struct {
  113782             :             PyObject_VAR_HEAD
  113783             :             PyObject *ob_item[11];
  113784             :         }_object;
  113785             :     }
  113786             : os_toplevel_consts_100_localsplusnames = {
  113787             :     ._object = {
  113788             :         .ob_base = {
  113789             :             .ob_base = {
  113790             :                 .ob_refcnt = 999999999,
  113791             :                 .ob_type = &PyTuple_Type,
  113792             :             },
  113793             :             .ob_size = 11,
  113794             :         },
  113795             :         .ob_item = {
  113796             :             & const_str_file._ascii.ob_base,
  113797             :             & const_str_args._ascii.ob_base,
  113798             :             & const_str_env._ascii.ob_base,
  113799             :             & const_str_exec_func._ascii.ob_base,
  113800             :             & const_str_argrest._ascii.ob_base,
  113801             :             & const_str_saved_exc._ascii.ob_base,
  113802             :             & const_str_path_list._ascii.ob_base,
  113803             :             & const_str_dir._ascii.ob_base,
  113804             :             & const_str_fullname._ascii.ob_base,
  113805             :             & const_str_e._ascii.ob_base,
  113806             :             & const_str_last_exc._ascii.ob_base,
  113807             :         },
  113808             :     },
  113809             : };
  113810             : static
  113811             :     struct _PyCode_DEF(452)
  113812             : os_toplevel_consts_100 = {
  113813             :     .ob_base = {
  113814             :         .ob_base = {
  113815             :             .ob_refcnt = 999999999,
  113816             :             .ob_type = &PyCode_Type,
  113817             :         },
  113818             :         .ob_size = 226,
  113819             :     },
  113820             :     .co_consts = & os_toplevel_consts_100_consts._object.ob_base.ob_base,
  113821             :     .co_names = & os_toplevel_consts_100_names._object.ob_base.ob_base,
  113822             :     .co_exceptiontable = & os_toplevel_consts_100_exceptiontable.ob_base.ob_base,
  113823             :     .co_flags = 3,
  113824             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  113825             :     ._co_linearray_entry_size = 0,
  113826             :     .co_argcount = 3,
  113827             :     .co_posonlyargcount = 0,
  113828             :     .co_kwonlyargcount = 0,
  113829             :     .co_framesize = 16 + FRAME_SPECIALS_SIZE,
  113830             :     .co_stacksize = 5,
  113831             :     .co_firstlineno = 586,
  113832             :     .co_nlocalsplus = 11,
  113833             :     .co_nlocals = 11,
  113834             :     .co_nplaincellvars = 0,
  113835             :     .co_ncellvars = 0,
  113836             :     .co_nfreevars = 0,
  113837             :     .co_localsplusnames = & os_toplevel_consts_100_localsplusnames._object.ob_base.ob_base,
  113838             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
  113839             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  113840             :     .co_name = & const_str__execvpe._ascii.ob_base,
  113841             :     .co_qualname = & const_str__execvpe._ascii.ob_base,
  113842             :     .co_linetable = & os_toplevel_consts_100_linetable.ob_base.ob_base,
  113843             :     ._co_code = NULL,
  113844             :     ._co_linearray = NULL,
  113845             :     .co_code_adaptive = "\x97\x00\x7c\x02\x81\x0c\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x7c\x02\x66\x02\x7d\x04\x6e\x11\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x66\x01\x7d\x04\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0b\x02\x00\x7c\x03\x7c\x00\x67\x01\x7c\x04\xa2\x01\x52\x00\x8e\x00\x01\x00\x64\x00\x53\x00\x64\x00\x7d\x05\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x03\x00\x00\x00\x00\x72\x20\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x44\x00\x5d\x24\x00\x00\x7d\x07\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x09\x00\x02\x00\x7c\x03\x7c\x08\x67\x01\x7c\x04\xa2\x01\x52\x00\x8e\x00\x01\x00\x8c\x26\x7c\x05\x81\x02\x7c\x05\x82\x01\x7f\x0a\x82\x01\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x0c\x7d\x09\x7c\x09\x7d\x0a\x59\x00\x64\x00\x7d\x09\x7e\x09\x8c\x44\x64\x00\x7d\x09\x7e\x09\x77\x01\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x7d\x09\x7c\x09\x7d\x0a\x7c\x05\x80\x02\x7c\x09\x7d\x05\x59\x00\x64\x00\x7d\x09\x7e\x09\x8c\x5c\x64\x00\x7d\x09\x7e\x09\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
  113846             :     ._co_firsttraceable = 0,
  113847             : };
  113848             : static
  113849             :     struct {
  113850             :         PyASCIIObject _ascii;
  113851             :         uint8_t _data[244];
  113852             :     }
  113853             : os_toplevel_consts_101_consts_0 = {
  113854             :     ._ascii = {
  113855             :         .ob_base = {
  113856             :             .ob_refcnt = 999999999,
  113857             :             .ob_type = &PyUnicode_Type,
  113858             :         },
  113859             :         .length = 243,
  113860             :         .hash = -1,
  113861             :         .state = {
  113862             :             .kind = 1,
  113863             :             .compact = 1,
  113864             :             .ascii = 1,
  113865             :         },
  113866             :     },
  113867             :     ._data = "\x52\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x20\x6f\x66\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x74\x68\x61\x74\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x73\x65\x61\x72\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x6e\x61\x6d\x65\x64\x20\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x20\x28\x73\x69\x6d\x69\x6c\x61\x72\x20\x74\x6f\x20\x61\x20\x73\x68\x65\x6c\x6c\x29\x20\x77\x68\x65\x6e\x20\x6c\x61\x75\x6e\x63\x68\x69\x6e\x67\x20\x61\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x65\x6e\x76\x2a\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x61\x6e\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x20\x64\x69\x63\x74\x20\x6f\x72\x20\x4e\x6f\x6e\x65\x2e\x20\x20\x49\x66\x20\x2a\x65\x6e\x76\x2a\x20\x69\x73\x20\x4e\x6f\x6e\x65\x2c\x0a\x20\x20\x20\x20\x6f\x73\x2e\x65\x6e\x76\x69\x72\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x75\x73\x65\x64\x2e\x0a\x20\x20\x20\x20",
  113868             : };
  113869             : static
  113870             :     struct {
  113871             :         PyASCIIObject _ascii;
  113872             :         uint8_t _data[5];
  113873             :     }
  113874             : const_str_PATH = {
  113875             :     ._ascii = {
  113876             :         .ob_base = {
  113877             :             .ob_refcnt = 999999999,
  113878             :             .ob_type = &PyUnicode_Type,
  113879             :         },
  113880             :         .length = 4,
  113881             :         .hash = -1,
  113882             :         .state = {
  113883             :             .kind = 1,
  113884             :             .compact = 1,
  113885             :             .ascii = 1,
  113886             :         },
  113887             :     },
  113888             :     ._data = "PATH",
  113889             : };
  113890             : static
  113891             :     struct {
  113892             :         PyObject_VAR_HEAD
  113893             :         Py_hash_t ob_shash;
  113894             :         char ob_sval[5];
  113895             :     }
  113896             : os_toplevel_consts_101_consts_5 = {
  113897             :     .ob_base = {
  113898             :         .ob_base = {
  113899             :             .ob_refcnt = 999999999,
  113900             :             .ob_type = &PyBytes_Type,
  113901             :         },
  113902             :         .ob_size = 4,
  113903             :     },
  113904             :     .ob_shash = -1,
  113905             :     .ob_sval = "PATH",
  113906             : };
  113907             : static
  113908             :     struct {
  113909             :         PyASCIIObject _ascii;
  113910             :         uint8_t _data[43];
  113911             :     }
  113912             : os_toplevel_consts_101_consts_6 = {
  113913             :     ._ascii = {
  113914             :         .ob_base = {
  113915             :             .ob_refcnt = 999999999,
  113916             :             .ob_type = &PyUnicode_Type,
  113917             :         },
  113918             :         .length = 42,
  113919             :         .hash = -1,
  113920             :         .state = {
  113921             :             .kind = 1,
  113922             :             .compact = 1,
  113923             :             .ascii = 1,
  113924             :         },
  113925             :     },
  113926             :     ._data = "env cannot contain 'PATH' and b'PATH' keys",
  113927             : };
  113928             : static
  113929             :     struct {
  113930             :         PyGC_Head _gc_head;
  113931             :         struct {
  113932             :             PyObject_VAR_HEAD
  113933             :             PyObject *ob_item[7];
  113934             :         }_object;
  113935             :     }
  113936             : os_toplevel_consts_101_consts = {
  113937             :     ._object = {
  113938             :         .ob_base = {
  113939             :             .ob_base = {
  113940             :                 .ob_refcnt = 999999999,
  113941             :                 .ob_type = &PyTuple_Type,
  113942             :             },
  113943             :             .ob_size = 7,
  113944             :         },
  113945             :         .ob_item = {
  113946             :             & os_toplevel_consts_101_consts_0._ascii.ob_base,
  113947             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  113948             :             Py_None,
  113949             :             &_Py_ID(ignore),
  113950             :             & const_str_PATH._ascii.ob_base,
  113951             :             & os_toplevel_consts_101_consts_5.ob_base.ob_base,
  113952             :             & os_toplevel_consts_101_consts_6._ascii.ob_base,
  113953             :         },
  113954             :     },
  113955             : };
  113956             : static
  113957             :     struct {
  113958             :         PyASCIIObject _ascii;
  113959             :         uint8_t _data[15];
  113960             :     }
  113961             : const_str_catch_warnings = {
  113962             :     ._ascii = {
  113963             :         .ob_base = {
  113964             :             .ob_refcnt = 999999999,
  113965             :             .ob_type = &PyUnicode_Type,
  113966             :         },
  113967             :         .length = 14,
  113968             :         .hash = -1,
  113969             :         .state = {
  113970             :             .kind = 1,
  113971             :             .compact = 1,
  113972             :             .ascii = 1,
  113973             :         },
  113974             :     },
  113975             :     ._data = "catch_warnings",
  113976             : };
  113977             : static
  113978             :     struct {
  113979             :         PyASCIIObject _ascii;
  113980             :         uint8_t _data[13];
  113981             :     }
  113982             : const_str_simplefilter = {
  113983             :     ._ascii = {
  113984             :         .ob_base = {
  113985             :             .ob_refcnt = 999999999,
  113986             :             .ob_type = &PyUnicode_Type,
  113987             :         },
  113988             :         .length = 12,
  113989             :         .hash = -1,
  113990             :         .state = {
  113991             :             .kind = 1,
  113992             :             .compact = 1,
  113993             :             .ascii = 1,
  113994             :         },
  113995             :     },
  113996             :     ._data = "simplefilter",
  113997             : };
  113998             : static
  113999             :     struct {
  114000             :         PyASCIIObject _ascii;
  114001             :         uint8_t _data[23];
  114002             :     }
  114003             : const_str_supports_bytes_environ = {
  114004             :     ._ascii = {
  114005             :         .ob_base = {
  114006             :             .ob_refcnt = 999999999,
  114007             :             .ob_type = &PyUnicode_Type,
  114008             :         },
  114009             :         .length = 22,
  114010             :         .hash = -1,
  114011             :         .state = {
  114012             :             .kind = 1,
  114013             :             .compact = 1,
  114014             :             .ascii = 1,
  114015             :         },
  114016             :     },
  114017             :     ._data = "supports_bytes_environ",
  114018             : };
  114019             : static
  114020             :     struct {
  114021             :         PyGC_Head _gc_head;
  114022             :         struct {
  114023             :             PyObject_VAR_HEAD
  114024             :             PyObject *ob_item[16];
  114025             :         }_object;
  114026             :     }
  114027             : os_toplevel_consts_101_names = {
  114028             :     ._object = {
  114029             :         .ob_base = {
  114030             :             .ob_base = {
  114031             :                 .ob_refcnt = 999999999,
  114032             :                 .ob_type = &PyTuple_Type,
  114033             :             },
  114034             :             .ob_size = 16,
  114035             :         },
  114036             :         .ob_item = {
  114037             :             &_Py_ID(warnings),
  114038             :             & const_str_environ._ascii.ob_base,
  114039             :             & const_str_catch_warnings._ascii.ob_base,
  114040             :             & const_str_simplefilter._ascii.ob_base,
  114041             :             & const_str_BytesWarning._ascii.ob_base,
  114042             :             &_Py_ID(get),
  114043             :             & const_str_TypeError._ascii.ob_base,
  114044             :             & const_str_supports_bytes_environ._ascii.ob_base,
  114045             :             & const_str_ValueError._ascii.ob_base,
  114046             :             & const_str_KeyError._ascii.ob_base,
  114047             :             &_Py_ID(isinstance),
  114048             :             & const_str_bytes._ascii.ob_base,
  114049             :             & const_str_fsdecode._ascii.ob_base,
  114050             :             & const_str_defpath._ascii.ob_base,
  114051             :             & const_str_split._ascii.ob_base,
  114052             :             & const_str_pathsep._ascii.ob_base,
  114053             :         },
  114054             :     },
  114055             : };
  114056             : static
  114057             :     struct {
  114058             :         PyObject_VAR_HEAD
  114059             :         Py_hash_t ob_shash;
  114060             :         char ob_sval[358];
  114061             :     }
  114062             : os_toplevel_consts_101_linetable = {
  114063             :     .ob_base = {
  114064             :         .ob_base = {
  114065             :             .ob_refcnt = 999999999,
  114066             :             .ob_type = &PyBytes_Type,
  114067             :         },
  114068             :         .ob_size = 357,
  114069             :     },
  114070             :     .ob_shash = -1,
  114071             :     .ob_sval = "\x80\x00\xf0\x14\x00\x05\x14\x80\x4f\x80\x4f\x80\x4f\xe0\x07\x0a\xf0\x00\x01\x05\x16\xdd\x0e\x15\x88\x03\xf0\x08\x00\x0a\x12\xd7\x09\x20\xd1\x09\x20\xd4\x09\x22\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xd8\x08\x10\xd7\x08\x1d\xd1\x08\x1d\x98\x68\xad\x0c\xd4\x08\x35\xd0\x08\x35\xf0\x04\x03\x09\x1d\xd8\x18\x1b\x9f\x07\x99\x07\xa0\x06\x9c\x0f\x88\x49\xf5\x08\x00\x0c\x22\xf0\x00\x0c\x09\x30\xf0\x02\x08\x0d\x27\xd8\x1d\x20\xa0\x17\x9c\x5c\x90\x0a\xf0\x08\x00\x14\x1d\xf0\x00\x02\x11\x46\x01\xdd\x1a\x24\xd8\x18\x44\xf4\x03\x01\x1b\x46\x01\xf0\x00\x01\x15\x46\x01\xe0\x1c\x26\x90\x09\xe0\x0f\x18\xf0\x00\x01\x0d\x30\xad\x1a\xb0\x49\xbd\x75\xd4\x29\x45\xf0\x00\x01\x0d\x30\xdd\x1c\x24\xa0\x59\xd4\x1c\x2f\x90\x09\xf0\x29\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf4\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x2c\x00\x08\x11\xf0\x00\x01\x05\x1c\xdd\x14\x1b\x88\x09\xd8\x0b\x14\x8f\x3f\x89\x3f\x9d\x37\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x27\x00\x10\x19\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xd8\x18\x1c\x88\x49\x88\x49\x88\x49\xf0\x03\x01\x09\x1d\xf8\xf8\xf8\xf8\xf5\x0c\x00\x15\x1d\x9d\x69\xd0\x13\x28\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf0\x17\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf8\xf8\xf8",
  114072             : };
  114073             : static
  114074             :     struct {
  114075             :         PyObject_VAR_HEAD
  114076             :         Py_hash_t ob_shash;
  114077             :         char ob_sval[83];
  114078             :     }
  114079             : os_toplevel_consts_101_exceptiontable = {
  114080             :     .ob_base = {
  114081             :         .ob_base = {
  114082             :             .ob_refcnt = 999999999,
  114083             :             .ob_type = &PyBytes_Type,
  114084             :         },
  114085             :         .ob_size = 82,
  114086             :     },
  114087             :     .ob_shash = -1,
  114088             :     .ob_sval = "\x9f\x19\x43\x20\x03\xb9\x12\x42\x37\x02\xc1\x0b\x07\x43\x20\x03\xc1\x13\x08\x43\x09\x02\xc1\x1b\x33\x43\x20\x03\xc2\x37\x0c\x43\x06\x05\xc3\x03\x02\x43\x20\x03\xc3\x05\x01\x43\x06\x05\xc3\x06\x03\x43\x20\x03\xc3\x09\x11\x43\x1d\x05\xc3\x1a\x02\x43\x20\x03\xc3\x1c\x01\x43\x1d\x05\xc3\x1d\x03\x43\x20\x03\xc3\x20\x05\x43\x29\x07",
  114089             : };
  114090             : static
  114091             :     struct {
  114092             :         PyASCIIObject _ascii;
  114093             :         uint8_t _data[11];
  114094             :     }
  114095             : const_str_path_listb = {
  114096             :     ._ascii = {
  114097             :         .ob_base = {
  114098             :             .ob_refcnt = 999999999,
  114099             :             .ob_type = &PyUnicode_Type,
  114100             :         },
  114101             :         .length = 10,
  114102             :         .hash = -1,
  114103             :         .state = {
  114104             :             .kind = 1,
  114105             :             .compact = 1,
  114106             :             .ascii = 1,
  114107             :         },
  114108             :     },
  114109             :     ._data = "path_listb",
  114110             : };
  114111             : static
  114112             :     struct {
  114113             :         PyGC_Head _gc_head;
  114114             :         struct {
  114115             :             PyObject_VAR_HEAD
  114116             :             PyObject *ob_item[4];
  114117             :         }_object;
  114118             :     }
  114119             : os_toplevel_consts_101_localsplusnames = {
  114120             :     ._object = {
  114121             :         .ob_base = {
  114122             :             .ob_base = {
  114123             :                 .ob_refcnt = 999999999,
  114124             :                 .ob_type = &PyTuple_Type,
  114125             :             },
  114126             :             .ob_size = 4,
  114127             :         },
  114128             :         .ob_item = {
  114129             :             & const_str_env._ascii.ob_base,
  114130             :             &_Py_ID(warnings),
  114131             :             & const_str_path_list._ascii.ob_base,
  114132             :             & const_str_path_listb._ascii.ob_base,
  114133             :         },
  114134             :     },
  114135             : };
  114136             : static
  114137             :     struct _PyCode_DEF(472)
  114138             : os_toplevel_consts_101 = {
  114139             :     .ob_base = {
  114140             :         .ob_base = {
  114141             :             .ob_refcnt = 999999999,
  114142             :             .ob_type = &PyCode_Type,
  114143             :         },
  114144             :         .ob_size = 236,
  114145             :     },
  114146             :     .co_consts = & os_toplevel_consts_101_consts._object.ob_base.ob_base,
  114147             :     .co_names = & os_toplevel_consts_101_names._object.ob_base.ob_base,
  114148             :     .co_exceptiontable = & os_toplevel_consts_101_exceptiontable.ob_base.ob_base,
  114149             :     .co_flags = 3,
  114150             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  114151             :     ._co_linearray_entry_size = 0,
  114152             :     .co_argcount = 1,
  114153             :     .co_posonlyargcount = 0,
  114154             :     .co_kwonlyargcount = 0,
  114155             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  114156             :     .co_stacksize = 6,
  114157             :     .co_firstlineno = 618,
  114158             :     .co_nlocalsplus = 4,
  114159             :     .co_nlocals = 4,
  114160             :     .co_nplaincellvars = 0,
  114161             :     .co_ncellvars = 0,
  114162             :     .co_nfreevars = 0,
  114163             :     .co_localsplusnames = & os_toplevel_consts_101_localsplusnames._object.ob_base.ob_base,
  114164             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  114165             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  114166             :     .co_name = & const_str_get_exec_path._ascii.ob_base,
  114167             :     .co_qualname = & const_str_get_exec_path._ascii.ob_base,
  114168             :     .co_linetable = & os_toplevel_consts_101_linetable.ob_base.ob_base,
  114169             :     ._co_code = NULL,
  114170             :     ._co_linearray = NULL,
  114171             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x01\x7c\x00\x80\x07\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x01\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3c\x09\x00\x7c\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x81\x0d\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x7d\x02\x7c\x02\x81\x20\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x02\x64\x02\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x02\x80\x07\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x02\x7d\x02\x59\x00\x8c\x7a\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x70\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x52\x78\x03\x59\x00\x77\x01",
  114172             :     ._co_firsttraceable = 0,
  114173             : };
  114174             : static
  114175             :     struct {
  114176             :         PyGC_Head _gc_head;
  114177             :         struct {
  114178             :             PyObject_VAR_HEAD
  114179             :             PyObject *ob_item[2];
  114180             :         }_object;
  114181             :     }
  114182             : os_toplevel_consts_102 = {
  114183             :     ._object = {
  114184             :         .ob_base = {
  114185             :             .ob_base = {
  114186             :                 .ob_refcnt = 999999999,
  114187             :                 .ob_type = &PyTuple_Type,
  114188             :             },
  114189             :             .ob_size = 2,
  114190             :         },
  114191             :         .ob_item = {
  114192             :             & const_str_MutableMapping._ascii.ob_base,
  114193             :             & const_str_Mapping._ascii.ob_base,
  114194             :         },
  114195             :     },
  114196             : };
  114197             : static
  114198             :     struct {
  114199             :         PyASCIIObject _ascii;
  114200             :         uint8_t _data[9];
  114201             :     }
  114202             : const_str__Environ = {
  114203             :     ._ascii = {
  114204             :         .ob_base = {
  114205             :             .ob_refcnt = 999999999,
  114206             :             .ob_type = &PyUnicode_Type,
  114207             :         },
  114208             :         .length = 8,
  114209             :         .hash = -1,
  114210             :         .state = {
  114211             :             .kind = 1,
  114212             :             .compact = 1,
  114213             :             .ascii = 1,
  114214             :         },
  114215             :     },
  114216             :     ._data = "_Environ",
  114217             : };
  114218             : static
  114219             :     struct {
  114220             :         PyASCIIObject _ascii;
  114221             :         uint8_t _data[10];
  114222             :     }
  114223             : const_str_encodekey = {
  114224             :     ._ascii = {
  114225             :         .ob_base = {
  114226             :             .ob_refcnt = 999999999,
  114227             :             .ob_type = &PyUnicode_Type,
  114228             :         },
  114229             :         .length = 9,
  114230             :         .hash = -1,
  114231             :         .state = {
  114232             :             .kind = 1,
  114233             :             .compact = 1,
  114234             :             .ascii = 1,
  114235             :         },
  114236             :     },
  114237             :     ._data = "encodekey",
  114238             : };
  114239             : static
  114240             :     struct {
  114241             :         PyASCIIObject _ascii;
  114242             :         uint8_t _data[10];
  114243             :     }
  114244             : const_str_decodekey = {
  114245             :     ._ascii = {
  114246             :         .ob_base = {
  114247             :             .ob_refcnt = 999999999,
  114248             :             .ob_type = &PyUnicode_Type,
  114249             :         },
  114250             :         .length = 9,
  114251             :         .hash = -1,
  114252             :         .state = {
  114253             :             .kind = 1,
  114254             :             .compact = 1,
  114255             :             .ascii = 1,
  114256             :         },
  114257             :     },
  114258             :     ._data = "decodekey",
  114259             : };
  114260             : static
  114261             :     struct {
  114262             :         PyASCIIObject _ascii;
  114263             :         uint8_t _data[12];
  114264             :     }
  114265             : const_str_encodevalue = {
  114266             :     ._ascii = {
  114267             :         .ob_base = {
  114268             :             .ob_refcnt = 999999999,
  114269             :             .ob_type = &PyUnicode_Type,
  114270             :         },
  114271             :         .length = 11,
  114272             :         .hash = -1,
  114273             :         .state = {
  114274             :             .kind = 1,
  114275             :             .compact = 1,
  114276             :             .ascii = 1,
  114277             :         },
  114278             :     },
  114279             :     ._data = "encodevalue",
  114280             : };
  114281             : static
  114282             :     struct {
  114283             :         PyASCIIObject _ascii;
  114284             :         uint8_t _data[12];
  114285             :     }
  114286             : const_str_decodevalue = {
  114287             :     ._ascii = {
  114288             :         .ob_base = {
  114289             :             .ob_refcnt = 999999999,
  114290             :             .ob_type = &PyUnicode_Type,
  114291             :         },
  114292             :         .length = 11,
  114293             :         .hash = -1,
  114294             :         .state = {
  114295             :             .kind = 1,
  114296             :             .compact = 1,
  114297             :             .ascii = 1,
  114298             :         },
  114299             :     },
  114300             :     ._data = "decodevalue",
  114301             : };
  114302             : static
  114303             :     struct {
  114304             :         PyASCIIObject _ascii;
  114305             :         uint8_t _data[6];
  114306             :     }
  114307             : const_str__data = {
  114308             :     ._ascii = {
  114309             :         .ob_base = {
  114310             :             .ob_refcnt = 999999999,
  114311             :             .ob_type = &PyUnicode_Type,
  114312             :         },
  114313             :         .length = 5,
  114314             :         .hash = -1,
  114315             :         .state = {
  114316             :             .kind = 1,
  114317             :             .compact = 1,
  114318             :             .ascii = 1,
  114319             :         },
  114320             :     },
  114321             :     ._data = "_data",
  114322             : };
  114323             : static
  114324             :     struct {
  114325             :         PyGC_Head _gc_head;
  114326             :         struct {
  114327             :             PyObject_VAR_HEAD
  114328             :             PyObject *ob_item[5];
  114329             :         }_object;
  114330             :     }
  114331             : os_toplevel_consts_103_consts_1_names = {
  114332             :     ._object = {
  114333             :         .ob_base = {
  114334             :             .ob_base = {
  114335             :                 .ob_refcnt = 999999999,
  114336             :                 .ob_type = &PyTuple_Type,
  114337             :             },
  114338             :             .ob_size = 5,
  114339             :         },
  114340             :         .ob_item = {
  114341             :             & const_str_encodekey._ascii.ob_base,
  114342             :             & const_str_decodekey._ascii.ob_base,
  114343             :             & const_str_encodevalue._ascii.ob_base,
  114344             :             & const_str_decodevalue._ascii.ob_base,
  114345             :             & const_str__data._ascii.ob_base,
  114346             :         },
  114347             :     },
  114348             : };
  114349             : static
  114350             :     struct {
  114351             :         PyASCIIObject _ascii;
  114352             :         uint8_t _data[18];
  114353             :     }
  114354             : os_toplevel_consts_103_consts_1_qualname = {
  114355             :     ._ascii = {
  114356             :         .ob_base = {
  114357             :             .ob_refcnt = 999999999,
  114358             :             .ob_type = &PyUnicode_Type,
  114359             :         },
  114360             :         .length = 17,
  114361             :         .hash = -1,
  114362             :         .state = {
  114363             :             .kind = 1,
  114364             :             .compact = 1,
  114365             :             .ascii = 1,
  114366             :         },
  114367             :     },
  114368             :     ._data = "_Environ.__init__",
  114369             : };
  114370             : static
  114371             :     struct {
  114372             :         PyObject_VAR_HEAD
  114373             :         Py_hash_t ob_shash;
  114374             :         char ob_sval[44];
  114375             :     }
  114376             : os_toplevel_consts_103_consts_1_linetable = {
  114377             :     .ob_base = {
  114378             :         .ob_base = {
  114379             :             .ob_refcnt = 999999999,
  114380             :             .ob_type = &PyBytes_Type,
  114381             :         },
  114382             :         .ob_size = 43,
  114383             :     },
  114384             :     .ob_shash = -1,
  114385             :     .ob_sval = "\x80\x00\xd8\x19\x22\x88\x04\x8c\x0e\xd8\x19\x22\x88\x04\x8c\x0e\xd8\x1b\x26\x88\x04\xd4\x08\x18\xd8\x1b\x26\x88\x04\xd4\x08\x18\xd8\x15\x19\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
  114386             : };
  114387             : static
  114388             :     struct {
  114389             :         PyGC_Head _gc_head;
  114390             :         struct {
  114391             :             PyObject_VAR_HEAD
  114392             :             PyObject *ob_item[6];
  114393             :         }_object;
  114394             :     }
  114395             : os_toplevel_consts_103_consts_1_localsplusnames = {
  114396             :     ._object = {
  114397             :         .ob_base = {
  114398             :             .ob_base = {
  114399             :                 .ob_refcnt = 999999999,
  114400             :                 .ob_type = &PyTuple_Type,
  114401             :             },
  114402             :             .ob_size = 6,
  114403             :         },
  114404             :         .ob_item = {
  114405             :             & const_str_self._ascii.ob_base,
  114406             :             & const_str_data._ascii.ob_base,
  114407             :             & const_str_encodekey._ascii.ob_base,
  114408             :             & const_str_decodekey._ascii.ob_base,
  114409             :             & const_str_encodevalue._ascii.ob_base,
  114410             :             & const_str_decodevalue._ascii.ob_base,
  114411             :         },
  114412             :     },
  114413             : };
  114414             : static
  114415             :     struct _PyCode_DEF(76)
  114416             : os_toplevel_consts_103_consts_1 = {
  114417             :     .ob_base = {
  114418             :         .ob_base = {
  114419             :             .ob_refcnt = 999999999,
  114420             :             .ob_type = &PyCode_Type,
  114421             :         },
  114422             :         .ob_size = 38,
  114423             :     },
  114424             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  114425             :     .co_names = & os_toplevel_consts_103_consts_1_names._object.ob_base.ob_base,
  114426             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  114427             :     .co_flags = 3,
  114428             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  114429             :     ._co_linearray_entry_size = 0,
  114430             :     .co_argcount = 6,
  114431             :     .co_posonlyargcount = 0,
  114432             :     .co_kwonlyargcount = 0,
  114433             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  114434             :     .co_stacksize = 2,
  114435             :     .co_firstlineno = 666,
  114436             :     .co_nlocalsplus = 6,
  114437             :     .co_nlocals = 6,
  114438             :     .co_nplaincellvars = 0,
  114439             :     .co_ncellvars = 0,
  114440             :     .co_nfreevars = 0,
  114441             :     .co_localsplusnames = & os_toplevel_consts_103_consts_1_localsplusnames._object.ob_base.ob_base,
  114442             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
  114443             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  114444             :     .co_name = &_Py_ID(__init__),
  114445             :     .co_qualname = & os_toplevel_consts_103_consts_1_qualname._ascii.ob_base,
  114446             :     .co_linetable = & os_toplevel_consts_103_consts_1_linetable.ob_base.ob_base,
  114447             :     ._co_code = NULL,
  114448             :     ._co_linearray = NULL,
  114449             :     .co_code_adaptive = "\x97\x00\x7c\x02\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  114450             :     ._co_firsttraceable = 0,
  114451             : };
  114452             : static
  114453             :     struct {
  114454             :         PyGC_Head _gc_head;
  114455             :         struct {
  114456             :             PyObject_VAR_HEAD
  114457             :             PyObject *ob_item[4];
  114458             :         }_object;
  114459             :     }
  114460             : os_toplevel_consts_103_consts_2_names = {
  114461             :     ._object = {
  114462             :         .ob_base = {
  114463             :             .ob_base = {
  114464             :                 .ob_refcnt = 999999999,
  114465             :                 .ob_type = &PyTuple_Type,
  114466             :             },
  114467             :             .ob_size = 4,
  114468             :         },
  114469             :         .ob_item = {
  114470             :             & const_str__data._ascii.ob_base,
  114471             :             & const_str_encodekey._ascii.ob_base,
  114472             :             & const_str_KeyError._ascii.ob_base,
  114473             :             & const_str_decodevalue._ascii.ob_base,
  114474             :         },
  114475             :     },
  114476             : };
  114477             : static
  114478             :     struct {
  114479             :         PyASCIIObject _ascii;
  114480             :         uint8_t _data[21];
  114481             :     }
  114482             : os_toplevel_consts_103_consts_2_qualname = {
  114483             :     ._ascii = {
  114484             :         .ob_base = {
  114485             :             .ob_refcnt = 999999999,
  114486             :             .ob_type = &PyUnicode_Type,
  114487             :         },
  114488             :         .length = 20,
  114489             :         .hash = -1,
  114490             :         .state = {
  114491             :             .kind = 1,
  114492             :             .compact = 1,
  114493             :             .ascii = 1,
  114494             :         },
  114495             :     },
  114496             :     ._data = "_Environ.__getitem__",
  114497             : };
  114498             : static
  114499             :     struct {
  114500             :         PyObject_VAR_HEAD
  114501             :         Py_hash_t ob_shash;
  114502             :         char ob_sval[91];
  114503             :     }
  114504             : os_toplevel_consts_103_consts_2_linetable = {
  114505             :     .ob_base = {
  114506             :         .ob_base = {
  114507             :             .ob_refcnt = 999999999,
  114508             :             .ob_type = &PyBytes_Type,
  114509             :         },
  114510             :         .ob_size = 90,
  114511             :     },
  114512             :     .ob_shash = -1,
  114513             :     .ob_sval = "\x80\x00\xf0\x02\x04\x09\x2a\xd8\x14\x18\x97\x4a\x91\x4a\x98\x74\x9f\x7e\x99\x7e\xa8\x63\xd4\x1f\x32\xd4\x14\x33\x88\x45\xf0\x08\x00\x10\x14\xd7\x0f\x1f\xd1\x0f\x1f\xa0\x05\xd4\x0f\x26\xd0\x08\x26\xf8\xf5\x07\x00\x10\x18\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xe5\x12\x1a\x98\x33\x94\x2d\xa0\x54\xd0\x0c\x29\xf0\x05\x02\x09\x2a\xf8\xf8\xf8",
  114514             : };
  114515             : static
  114516             :     struct {
  114517             :         PyObject_VAR_HEAD
  114518             :         Py_hash_t ob_shash;
  114519             :         char ob_sval[10];
  114520             :     }
  114521             : os_toplevel_consts_103_consts_2_exceptiontable = {
  114522             :     .ob_base = {
  114523             :         .ob_base = {
  114524             :             .ob_refcnt = 999999999,
  114525             :             .ob_type = &PyBytes_Type,
  114526             :         },
  114527             :         .ob_size = 9,
  114528             :     },
  114529             :     .ob_shash = -1,
  114530             :     .ob_sval = "\x82\x22\x36\x00\xb6\x19\x41\x0f\x03",
  114531             : };
  114532             : static
  114533             :     struct _PyCode_DEF(164)
  114534             : os_toplevel_consts_103_consts_2 = {
  114535             :     .ob_base = {
  114536             :         .ob_base = {
  114537             :             .ob_refcnt = 999999999,
  114538             :             .ob_type = &PyCode_Type,
  114539             :         },
  114540             :         .ob_size = 82,
  114541             :     },
  114542             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  114543             :     .co_names = & os_toplevel_consts_103_consts_2_names._object.ob_base.ob_base,
  114544             :     .co_exceptiontable = & os_toplevel_consts_103_consts_2_exceptiontable.ob_base.ob_base,
  114545             :     .co_flags = 3,
  114546             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  114547             :     ._co_linearray_entry_size = 0,
  114548             :     .co_argcount = 2,
  114549             :     .co_posonlyargcount = 0,
  114550             :     .co_kwonlyargcount = 0,
  114551             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  114552             :     .co_stacksize = 4,
  114553             :     .co_firstlineno = 673,
  114554             :     .co_nlocalsplus = 3,
  114555             :     .co_nlocals = 3,
  114556             :     .co_nplaincellvars = 0,
  114557             :     .co_ncellvars = 0,
  114558             :     .co_nfreevars = 0,
  114559             :     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
  114560             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  114561             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  114562             :     .co_name = &_Py_ID(__getitem__),
  114563             :     .co_qualname = & os_toplevel_consts_103_consts_2_qualname._ascii.ob_base,
  114564             :     .co_linetable = & os_toplevel_consts_103_consts_2_linetable.ob_base.ob_base,
  114565             :     ._co_code = NULL,
  114566             :     ._co_linearray = NULL,
  114567             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
  114568             :     ._co_firsttraceable = 0,
  114569             : };
  114570             : static
  114571             :     struct {
  114572             :         PyASCIIObject _ascii;
  114573             :         uint8_t _data[7];
  114574             :     }
  114575             : const_str_putenv = {
  114576             :     ._ascii = {
  114577             :         .ob_base = {
  114578             :             .ob_refcnt = 999999999,
  114579             :             .ob_type = &PyUnicode_Type,
  114580             :         },
  114581             :         .length = 6,
  114582             :         .hash = -1,
  114583             :         .state = {
  114584             :             .kind = 1,
  114585             :             .compact = 1,
  114586             :             .ascii = 1,
  114587             :         },
  114588             :     },
  114589             :     ._data = "putenv",
  114590             : };
  114591             : static
  114592             :     struct {
  114593             :         PyGC_Head _gc_head;
  114594             :         struct {
  114595             :             PyObject_VAR_HEAD
  114596             :             PyObject *ob_item[4];
  114597             :         }_object;
  114598             :     }
  114599             : os_toplevel_consts_103_consts_3_names = {
  114600             :     ._object = {
  114601             :         .ob_base = {
  114602             :             .ob_base = {
  114603             :                 .ob_refcnt = 999999999,
  114604             :                 .ob_type = &PyTuple_Type,
  114605             :             },
  114606             :             .ob_size = 4,
  114607             :         },
  114608             :         .ob_item = {
  114609             :             & const_str_encodekey._ascii.ob_base,
  114610             :             & const_str_encodevalue._ascii.ob_base,
  114611             :             & const_str_putenv._ascii.ob_base,
  114612             :             & const_str__data._ascii.ob_base,
  114613             :         },
  114614             :     },
  114615             : };
  114616             : static
  114617             :     struct {
  114618             :         PyASCIIObject _ascii;
  114619             :         uint8_t _data[21];
  114620             :     }
  114621             : os_toplevel_consts_103_consts_3_qualname = {
  114622             :     ._ascii = {
  114623             :         .ob_base = {
  114624             :             .ob_refcnt = 999999999,
  114625             :             .ob_type = &PyUnicode_Type,
  114626             :         },
  114627             :         .length = 20,
  114628             :         .hash = -1,
  114629             :         .state = {
  114630             :             .kind = 1,
  114631             :             .compact = 1,
  114632             :             .ascii = 1,
  114633             :         },
  114634             :     },
  114635             :     ._data = "_Environ.__setitem__",
  114636             : };
  114637             : static
  114638             :     struct {
  114639             :         PyObject_VAR_HEAD
  114640             :         Py_hash_t ob_shash;
  114641             :         char ob_sval[63];
  114642             :     }
  114643             : os_toplevel_consts_103_consts_3_linetable = {
  114644             :     .ob_base = {
  114645             :         .ob_base = {
  114646             :             .ob_refcnt = 999999999,
  114647             :             .ob_type = &PyBytes_Type,
  114648             :         },
  114649             :         .ob_size = 62,
  114650             :     },
  114651             :     .ob_shash = -1,
  114652             :     .ob_sval = "\x80\x00\xd8\x0e\x12\x8f\x6e\x89\x6e\x98\x53\xd4\x0e\x21\x88\x03\xd8\x10\x14\xd7\x10\x20\xd1\x10\x20\xa0\x15\xd4\x10\x27\x88\x05\xdd\x08\x0e\x88\x73\x90\x45\xd4\x08\x1a\xd0\x08\x1a\xd8\x1a\x1f\x88\x04\x8f\x0a\x89\x0a\x90\x33\x89\x0f\x88\x0f\x88\x0f",
  114653             : };
  114654             : static
  114655             :     struct _PyCode_DEF(136)
  114656             : os_toplevel_consts_103_consts_3 = {
  114657             :     .ob_base = {
  114658             :         .ob_base = {
  114659             :             .ob_refcnt = 999999999,
  114660             :             .ob_type = &PyCode_Type,
  114661             :         },
  114662             :         .ob_size = 68,
  114663             :     },
  114664             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  114665             :     .co_names = & os_toplevel_consts_103_consts_3_names._object.ob_base.ob_base,
  114666             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  114667             :     .co_flags = 3,
  114668             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  114669             :     ._co_linearray_entry_size = 0,
  114670             :     .co_argcount = 3,
  114671             :     .co_posonlyargcount = 0,
  114672             :     .co_kwonlyargcount = 0,
  114673             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  114674             :     .co_stacksize = 4,
  114675             :     .co_firstlineno = 681,
  114676             :     .co_nlocalsplus = 3,
  114677             :     .co_nlocals = 3,
  114678             :     .co_nplaincellvars = 0,
  114679             :     .co_ncellvars = 0,
  114680             :     .co_nfreevars = 0,
  114681             :     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
  114682             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  114683             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  114684             :     .co_name = &_Py_ID(__setitem__),
  114685             :     .co_qualname = & os_toplevel_consts_103_consts_3_qualname._ascii.ob_base,
  114686             :     .co_linetable = & os_toplevel_consts_103_consts_3_linetable.ob_base.ob_base,
  114687             :     ._co_code = NULL,
  114688             :     ._co_linearray = NULL,
  114689             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
  114690             :     ._co_firsttraceable = 0,
  114691             : };
  114692             : static
  114693             :     struct {
  114694             :         PyASCIIObject _ascii;
  114695             :         uint8_t _data[9];
  114696             :     }
  114697             : const_str_unsetenv = {
  114698             :     ._ascii = {
  114699             :         .ob_base = {
  114700             :             .ob_refcnt = 999999999,
  114701             :             .ob_type = &PyUnicode_Type,
  114702             :         },
  114703             :         .length = 8,
  114704             :         .hash = -1,
  114705             :         .state = {
  114706             :             .kind = 1,
  114707             :             .compact = 1,
  114708             :             .ascii = 1,
  114709             :         },
  114710             :     },
  114711             :     ._data = "unsetenv",
  114712             : };
  114713             : static
  114714             :     struct {
  114715             :         PyGC_Head _gc_head;
  114716             :         struct {
  114717             :             PyObject_VAR_HEAD
  114718             :             PyObject *ob_item[4];
  114719             :         }_object;
  114720             :     }
  114721             : os_toplevel_consts_103_consts_4_names = {
  114722             :     ._object = {
  114723             :         .ob_base = {
  114724             :             .ob_base = {
  114725             :                 .ob_refcnt = 999999999,
  114726             :                 .ob_type = &PyTuple_Type,
  114727             :             },
  114728             :             .ob_size = 4,
  114729             :         },
  114730             :         .ob_item = {
  114731             :             & const_str_encodekey._ascii.ob_base,
  114732             :             & const_str_unsetenv._ascii.ob_base,
  114733             :             & const_str__data._ascii.ob_base,
  114734             :             & const_str_KeyError._ascii.ob_base,
  114735             :         },
  114736             :     },
  114737             : };
  114738             : static
  114739             :     struct {
  114740             :         PyASCIIObject _ascii;
  114741             :         uint8_t _data[21];
  114742             :     }
  114743             : os_toplevel_consts_103_consts_4_qualname = {
  114744             :     ._ascii = {
  114745             :         .ob_base = {
  114746             :             .ob_refcnt = 999999999,
  114747             :             .ob_type = &PyUnicode_Type,
  114748             :         },
  114749             :         .length = 20,
  114750             :         .hash = -1,
  114751             :         .state = {
  114752             :             .kind = 1,
  114753             :             .compact = 1,
  114754             :             .ascii = 1,
  114755             :         },
  114756             :     },
  114757             :     ._data = "_Environ.__delitem__",
  114758             : };
  114759             : static
  114760             :     struct {
  114761             :         PyObject_VAR_HEAD
  114762             :         Py_hash_t ob_shash;
  114763             :         char ob_sval[90];
  114764             :     }
  114765             : os_toplevel_consts_103_consts_4_linetable = {
  114766             :     .ob_base = {
  114767             :         .ob_base = {
  114768             :             .ob_refcnt = 999999999,
  114769             :             .ob_type = &PyBytes_Type,
  114770             :         },
  114771             :         .ob_size = 89,
  114772             :     },
  114773             :     .ob_shash = -1,
  114774             :     .ob_sval = "\x80\x00\xd8\x15\x19\x97\x5e\x91\x5e\xa0\x43\xd4\x15\x28\x88\x0a\xdd\x08\x10\x90\x1a\xd4\x08\x1c\xd0\x08\x1c\xf0\x02\x04\x09\x2a\xd8\x10\x14\x97\x0a\x91\x0a\x98\x3a\xd0\x10\x26\xd0\x10\x26\xd0\x10\x26\xf8\xdd\x0f\x17\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xe5\x12\x1a\x98\x33\x94\x2d\xa0\x54\xd0\x0c\x29\xf0\x05\x02\x09\x2a\xf8\xf8\xf8",
  114775             : };
  114776             : static
  114777             :     struct {
  114778             :         PyObject_VAR_HEAD
  114779             :         Py_hash_t ob_shash;
  114780             :         char ob_sval[10];
  114781             :     }
  114782             : os_toplevel_consts_103_consts_4_exceptiontable = {
  114783             :     .ob_base = {
  114784             :         .ob_base = {
  114785             :             .ob_refcnt = 999999999,
  114786             :             .ob_type = &PyBytes_Type,
  114787             :         },
  114788             :         .ob_size = 9,
  114789             :     },
  114790             :     .ob_shash = -1,
  114791             :     .ob_sval = "\xa1\x0d\x30\x00\xb0\x19\x41\x09\x03",
  114792             : };
  114793             : static
  114794             :     struct {
  114795             :         PyASCIIObject _ascii;
  114796             :         uint8_t _data[11];
  114797             :     }
  114798             : const_str_encodedkey = {
  114799             :     ._ascii = {
  114800             :         .ob_base = {
  114801             :             .ob_refcnt = 999999999,
  114802             :             .ob_type = &PyUnicode_Type,
  114803             :         },
  114804             :         .length = 10,
  114805             :         .hash = -1,
  114806             :         .state = {
  114807             :             .kind = 1,
  114808             :             .compact = 1,
  114809             :             .ascii = 1,
  114810             :         },
  114811             :     },
  114812             :     ._data = "encodedkey",
  114813             : };
  114814             : static
  114815             :     struct {
  114816             :         PyGC_Head _gc_head;
  114817             :         struct {
  114818             :             PyObject_VAR_HEAD
  114819             :             PyObject *ob_item[3];
  114820             :         }_object;
  114821             :     }
  114822             : os_toplevel_consts_103_consts_4_localsplusnames = {
  114823             :     ._object = {
  114824             :         .ob_base = {
  114825             :             .ob_base = {
  114826             :                 .ob_refcnt = 999999999,
  114827             :                 .ob_type = &PyTuple_Type,
  114828             :             },
  114829             :             .ob_size = 3,
  114830             :         },
  114831             :         .ob_item = {
  114832             :             & const_str_self._ascii.ob_base,
  114833             :             & const_str_key._ascii.ob_base,
  114834             :             & const_str_encodedkey._ascii.ob_base,
  114835             :         },
  114836             :     },
  114837             : };
  114838             : static
  114839             :     struct _PyCode_DEF(152)
  114840             : os_toplevel_consts_103_consts_4 = {
  114841             :     .ob_base = {
  114842             :         .ob_base = {
  114843             :             .ob_refcnt = 999999999,
  114844             :             .ob_type = &PyCode_Type,
  114845             :         },
  114846             :         .ob_size = 76,
  114847             :     },
  114848             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  114849             :     .co_names = & os_toplevel_consts_103_consts_4_names._object.ob_base.ob_base,
  114850             :     .co_exceptiontable = & os_toplevel_consts_103_consts_4_exceptiontable.ob_base.ob_base,
  114851             :     .co_flags = 3,
  114852             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  114853             :     ._co_linearray_entry_size = 0,
  114854             :     .co_argcount = 2,
  114855             :     .co_posonlyargcount = 0,
  114856             :     .co_kwonlyargcount = 0,
  114857             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  114858             :     .co_stacksize = 4,
  114859             :     .co_firstlineno = 687,
  114860             :     .co_nlocalsplus = 3,
  114861             :     .co_nlocals = 3,
  114862             :     .co_nplaincellvars = 0,
  114863             :     .co_ncellvars = 0,
  114864             :     .co_nfreevars = 0,
  114865             :     .co_localsplusnames = & os_toplevel_consts_103_consts_4_localsplusnames._object.ob_base.ob_base,
  114866             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  114867             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  114868             :     .co_name = &_Py_ID(__delitem__),
  114869             :     .co_qualname = & os_toplevel_consts_103_consts_4_qualname._ascii.ob_base,
  114870             :     .co_linetable = & os_toplevel_consts_103_consts_4_linetable.ob_base.ob_base,
  114871             :     ._co_code = NULL,
  114872             :     ._co_linearray = NULL,
  114873             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x3d\x00\x64\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
  114874             :     ._co_firsttraceable = 0,
  114875             : };
  114876             : static
  114877             :     struct {
  114878             :         PyGC_Head _gc_head;
  114879             :         struct {
  114880             :             PyObject_VAR_HEAD
  114881             :             PyObject *ob_item[3];
  114882             :         }_object;
  114883             :     }
  114884             : os_toplevel_consts_103_consts_5_names = {
  114885             :     ._object = {
  114886             :         .ob_base = {
  114887             :             .ob_base = {
  114888             :                 .ob_refcnt = 999999999,
  114889             :                 .ob_type = &PyTuple_Type,
  114890             :             },
  114891             :             .ob_size = 3,
  114892             :         },
  114893             :         .ob_item = {
  114894             :             & const_str_list._ascii.ob_base,
  114895             :             & const_str__data._ascii.ob_base,
  114896             :             & const_str_decodekey._ascii.ob_base,
  114897             :         },
  114898             :     },
  114899             : };
  114900             : static
  114901             :     struct {
  114902             :         PyASCIIObject _ascii;
  114903             :         uint8_t _data[18];
  114904             :     }
  114905             : os_toplevel_consts_103_consts_5_qualname = {
  114906             :     ._ascii = {
  114907             :         .ob_base = {
  114908             :             .ob_refcnt = 999999999,
  114909             :             .ob_type = &PyUnicode_Type,
  114910             :         },
  114911             :         .length = 17,
  114912             :         .hash = -1,
  114913             :         .state = {
  114914             :             .kind = 1,
  114915             :             .compact = 1,
  114916             :             .ascii = 1,
  114917             :         },
  114918             :     },
  114919             :     ._data = "_Environ.__iter__",
  114920             : };
  114921             : static
  114922             :     struct {
  114923             :         PyObject_VAR_HEAD
  114924             :         Py_hash_t ob_shash;
  114925             :         char ob_sval[70];
  114926             :     }
  114927             : os_toplevel_consts_103_consts_5_linetable = {
  114928             :     .ob_base = {
  114929             :         .ob_base = {
  114930             :             .ob_refcnt = 999999999,
  114931             :             .ob_type = &PyBytes_Type,
  114932             :         },
  114933             :         .ob_size = 69,
  114934             :     },
  114935             :     .ob_shash = -1,
  114936             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe5\x0f\x13\x90\x44\x97\x4a\x91\x4a\xd4\x0f\x1f\x88\x04\xd8\x13\x17\xf0\x00\x01\x09\x26\xf1\x00\x01\x09\x26\x88\x43\xd8\x12\x16\x97\x2e\x91\x2e\xa0\x13\xd4\x12\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xf0\x03\x01\x09\x26\xf0\x00\x01\x09\x26",
  114937             : };
  114938             : static
  114939             :     struct {
  114940             :         PyGC_Head _gc_head;
  114941             :         struct {
  114942             :             PyObject_VAR_HEAD
  114943             :             PyObject *ob_item[3];
  114944             :         }_object;
  114945             :     }
  114946             : os_toplevel_consts_103_consts_5_localsplusnames = {
  114947             :     ._object = {
  114948             :         .ob_base = {
  114949             :             .ob_base = {
  114950             :                 .ob_refcnt = 999999999,
  114951             :                 .ob_type = &PyTuple_Type,
  114952             :             },
  114953             :             .ob_size = 3,
  114954             :         },
  114955             :         .ob_item = {
  114956             :             & const_str_self._ascii.ob_base,
  114957             :             &_Py_ID(keys),
  114958             :             & const_str_key._ascii.ob_base,
  114959             :         },
  114960             :     },
  114961             : };
  114962             : static
  114963             :     struct _PyCode_DEF(108)
  114964             : os_toplevel_consts_103_consts_5 = {
  114965             :     .ob_base = {
  114966             :         .ob_base = {
  114967             :             .ob_refcnt = 999999999,
  114968             :             .ob_type = &PyCode_Type,
  114969             :         },
  114970             :         .ob_size = 54,
  114971             :     },
  114972             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  114973             :     .co_names = & os_toplevel_consts_103_consts_5_names._object.ob_base.ob_base,
  114974             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  114975             :     .co_flags = 35,
  114976             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  114977             :     ._co_linearray_entry_size = 0,
  114978             :     .co_argcount = 1,
  114979             :     .co_posonlyargcount = 0,
  114980             :     .co_kwonlyargcount = 0,
  114981             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  114982             :     .co_stacksize = 4,
  114983             :     .co_firstlineno = 696,
  114984             :     .co_nlocalsplus = 3,
  114985             :     .co_nlocals = 3,
  114986             :     .co_nplaincellvars = 0,
  114987             :     .co_ncellvars = 0,
  114988             :     .co_nfreevars = 0,
  114989             :     .co_localsplusnames = & os_toplevel_consts_103_consts_5_localsplusnames._object.ob_base.ob_base,
  114990             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  114991             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  114992             :     .co_name = &_Py_ID(__iter__),
  114993             :     .co_qualname = & os_toplevel_consts_103_consts_5_qualname._ascii.ob_base,
  114994             :     .co_linetable = & os_toplevel_consts_103_consts_5_linetable.ob_base.ob_base,
  114995             :     ._co_code = NULL,
  114996             :     ._co_linearray = NULL,
  114997             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x16\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x18\x64\x00\x53\x00",
  114998             :     ._co_firsttraceable = 2,
  114999             : };
  115000             : static
  115001             :     struct {
  115002             :         PyGC_Head _gc_head;
  115003             :         struct {
  115004             :             PyObject_VAR_HEAD
  115005             :             PyObject *ob_item[2];
  115006             :         }_object;
  115007             :     }
  115008             : os_toplevel_consts_103_consts_6_names = {
  115009             :     ._object = {
  115010             :         .ob_base = {
  115011             :             .ob_base = {
  115012             :                 .ob_refcnt = 999999999,
  115013             :                 .ob_type = &PyTuple_Type,
  115014             :             },
  115015             :             .ob_size = 2,
  115016             :         },
  115017             :         .ob_item = {
  115018             :             &_Py_ID(len),
  115019             :             & const_str__data._ascii.ob_base,
  115020             :         },
  115021             :     },
  115022             : };
  115023             : static
  115024             :     struct {
  115025             :         PyASCIIObject _ascii;
  115026             :         uint8_t _data[17];
  115027             :     }
  115028             : os_toplevel_consts_103_consts_6_qualname = {
  115029             :     ._ascii = {
  115030             :         .ob_base = {
  115031             :             .ob_refcnt = 999999999,
  115032             :             .ob_type = &PyUnicode_Type,
  115033             :         },
  115034             :         .length = 16,
  115035             :         .hash = -1,
  115036             :         .state = {
  115037             :             .kind = 1,
  115038             :             .compact = 1,
  115039             :             .ascii = 1,
  115040             :         },
  115041             :     },
  115042             :     ._data = "_Environ.__len__",
  115043             : };
  115044             : static
  115045             :     struct {
  115046             :         PyObject_VAR_HEAD
  115047             :         Py_hash_t ob_shash;
  115048             :         char ob_sval[17];
  115049             :     }
  115050             : os_toplevel_consts_103_consts_6_linetable = {
  115051             :     .ob_base = {
  115052             :         .ob_base = {
  115053             :             .ob_refcnt = 999999999,
  115054             :             .ob_type = &PyBytes_Type,
  115055             :         },
  115056             :         .ob_size = 16,
  115057             :     },
  115058             :     .ob_shash = -1,
  115059             :     .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\x97\x3a\x91\x3a\x8c\x7f\xd0\x08\x1e",
  115060             : };
  115061             : static
  115062             :     struct _PyCode_DEF(48)
  115063             : os_toplevel_consts_103_consts_6 = {
  115064             :     .ob_base = {
  115065             :         .ob_base = {
  115066             :             .ob_refcnt = 999999999,
  115067             :             .ob_type = &PyCode_Type,
  115068             :         },
  115069             :         .ob_size = 24,
  115070             :     },
  115071             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  115072             :     .co_names = & os_toplevel_consts_103_consts_6_names._object.ob_base.ob_base,
  115073             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  115074             :     .co_flags = 3,
  115075             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  115076             :     ._co_linearray_entry_size = 0,
  115077             :     .co_argcount = 1,
  115078             :     .co_posonlyargcount = 0,
  115079             :     .co_kwonlyargcount = 0,
  115080             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  115081             :     .co_stacksize = 3,
  115082             :     .co_firstlineno = 702,
  115083             :     .co_nlocalsplus = 1,
  115084             :     .co_nlocals = 1,
  115085             :     .co_nplaincellvars = 0,
  115086             :     .co_ncellvars = 0,
  115087             :     .co_nfreevars = 0,
  115088             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  115089             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  115090             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  115091             :     .co_name = &_Py_ID(__len__),
  115092             :     .co_qualname = & os_toplevel_consts_103_consts_6_qualname._ascii.ob_base,
  115093             :     .co_linetable = & os_toplevel_consts_103_consts_6_linetable.ob_base.ob_base,
  115094             :     ._co_code = NULL,
  115095             :     ._co_linearray = NULL,
  115096             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  115097             :     ._co_firsttraceable = 0,
  115098             : };
  115099             : static
  115100             :     struct {
  115101             :         PyGC_Head _gc_head;
  115102             :         struct {
  115103             :             PyObject_VAR_HEAD
  115104             :             PyObject *ob_item[2];
  115105             :         }_object;
  115106             :     }
  115107             : os_toplevel_consts_103_consts_7_consts_2_consts = {
  115108             :     ._object = {
  115109             :         .ob_base = {
  115110             :             .ob_base = {
  115111             :                 .ob_refcnt = 999999999,
  115112             :                 .ob_type = &PyTuple_Type,
  115113             :             },
  115114             :             .ob_size = 2,
  115115             :         },
  115116             :         .ob_item = {
  115117             :             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
  115118             :             Py_None,
  115119             :         },
  115120             :     },
  115121             : };
  115122             : static
  115123             :     struct {
  115124             :         PyGC_Head _gc_head;
  115125             :         struct {
  115126             :             PyObject_VAR_HEAD
  115127             :             PyObject *ob_item[2];
  115128             :         }_object;
  115129             :     }
  115130             : os_toplevel_consts_103_consts_7_consts_2_names = {
  115131             :     ._object = {
  115132             :         .ob_base = {
  115133             :             .ob_base = {
  115134             :                 .ob_refcnt = 999999999,
  115135             :                 .ob_type = &PyTuple_Type,
  115136             :             },
  115137             :             .ob_size = 2,
  115138             :         },
  115139             :         .ob_item = {
  115140             :             & const_str_decodekey._ascii.ob_base,
  115141             :             & const_str_decodevalue._ascii.ob_base,
  115142             :         },
  115143             :     },
  115144             : };
  115145             : static
  115146             :     struct {
  115147             :         PyASCIIObject _ascii;
  115148             :         uint8_t _data[37];
  115149             :     }
  115150             : os_toplevel_consts_103_consts_7_consts_2_qualname = {
  115151             :     ._ascii = {
  115152             :         .ob_base = {
  115153             :             .ob_refcnt = 999999999,
  115154             :             .ob_type = &PyUnicode_Type,
  115155             :         },
  115156             :         .length = 36,
  115157             :         .hash = -1,
  115158             :         .state = {
  115159             :             .kind = 1,
  115160             :             .compact = 1,
  115161             :             .ascii = 1,
  115162             :         },
  115163             :     },
  115164             :     ._data = "_Environ.__repr__.<locals>.<genexpr>",
  115165             : };
  115166             : static
  115167             :     struct {
  115168             :         PyObject_VAR_HEAD
  115169             :         Py_hash_t ob_shash;
  115170             :         char ob_sval[94];
  115171             :     }
  115172             : os_toplevel_consts_103_consts_7_consts_2_linetable = {
  115173             :     .ob_base = {
  115174             :         .ob_base = {
  115175             :             .ob_refcnt = 999999999,
  115176             :             .ob_type = &PyBytes_Type,
  115177             :         },
  115178             :         .ob_size = 93,
  115179             :     },
  115180             :     .ob_shash = -1,
  115181             :     .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x03\x24\x0a\xf1\x00\x03\x24\x0a\xe1\x10\x1a\x90\x03\x90\x55\xf0\x03\x00\x10\x14\x8f\x7e\x89\x7e\x98\x63\xd4\x0f\x22\xd0\x0c\x43\xd0\x0c\x43\xa8\x04\xd7\x28\x38\xd1\x28\x38\xb8\x15\xd4\x28\x3f\xd0\x0c\x43\xd0\x0c\x43\xf0\x03\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a",
  115182             : };
  115183             : static
  115184             :     struct {
  115185             :         PyGC_Head _gc_head;
  115186             :         struct {
  115187             :             PyObject_VAR_HEAD
  115188             :             PyObject *ob_item[4];
  115189             :         }_object;
  115190             :     }
  115191             : os_toplevel_consts_103_consts_7_consts_2_localsplusnames = {
  115192             :     ._object = {
  115193             :         .ob_base = {
  115194             :             .ob_base = {
  115195             :                 .ob_refcnt = 999999999,
  115196             :                 .ob_type = &PyTuple_Type,
  115197             :             },
  115198             :             .ob_size = 4,
  115199             :         },
  115200             :         .ob_item = {
  115201             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  115202             :             & const_str_key._ascii.ob_base,
  115203             :             & const_str_value._ascii.ob_base,
  115204             :             & const_str_self._ascii.ob_base,
  115205             :         },
  115206             :     },
  115207             : };
  115208             : static
  115209             :     struct _PyCode_DEF(110)
  115210             : os_toplevel_consts_103_consts_7_consts_2 = {
  115211             :     .ob_base = {
  115212             :         .ob_base = {
  115213             :             .ob_refcnt = 999999999,
  115214             :             .ob_type = &PyCode_Type,
  115215             :         },
  115216             :         .ob_size = 55,
  115217             :     },
  115218             :     .co_consts = & os_toplevel_consts_103_consts_7_consts_2_consts._object.ob_base.ob_base,
  115219             :     .co_names = & os_toplevel_consts_103_consts_7_consts_2_names._object.ob_base.ob_base,
  115220             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  115221             :     .co_flags = 51,
  115222             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  115223             :     ._co_linearray_entry_size = 0,
  115224             :     .co_argcount = 1,
  115225             :     .co_posonlyargcount = 0,
  115226             :     .co_kwonlyargcount = 0,
  115227             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  115228             :     .co_stacksize = 6,
  115229             :     .co_firstlineno = 706,
  115230             :     .co_nlocalsplus = 4,
  115231             :     .co_nlocals = 3,
  115232             :     .co_nplaincellvars = 0,
  115233             :     .co_ncellvars = 0,
  115234             :     .co_nfreevars = 1,
  115235             :     .co_localsplusnames = & os_toplevel_consts_103_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
  115236             :     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
  115237             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  115238             :     .co_name = &_Py_STR(anon_genexpr),
  115239             :     .co_qualname = & os_toplevel_consts_103_consts_7_consts_2_qualname._ascii.ob_base,
  115240             :     .co_linetable = & os_toplevel_consts_103_consts_7_consts_2_linetable.ob_base.ob_base,
  115241             :     ._co_code = NULL,
  115242             :     ._co_linearray = NULL,
  115243             :     .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x2e\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x89\x03\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x64\x00\x89\x03\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x03\x96\x02\x97\x01\x01\x00\x8c\x30\x64\x01\x53\x00",
  115244             :     ._co_firsttraceable = 3,
  115245             : };
  115246             : static
  115247             :     struct {
  115248             :         PyASCIIObject _ascii;
  115249             :         uint8_t _data[10];
  115250             :     }
  115251             : os_toplevel_consts_103_consts_7_consts_3 = {
  115252             :     ._ascii = {
  115253             :         .ob_base = {
  115254             :             .ob_refcnt = 999999999,
  115255             :             .ob_type = &PyUnicode_Type,
  115256             :         },
  115257             :         .length = 9,
  115258             :         .hash = -1,
  115259             :         .state = {
  115260             :             .kind = 1,
  115261             :             .compact = 1,
  115262             :             .ascii = 1,
  115263             :         },
  115264             :     },
  115265             :     ._data = "environ({",
  115266             : };
  115267             : static
  115268             :     struct {
  115269             :         PyASCIIObject _ascii;
  115270             :         uint8_t _data[3];
  115271             :     }
  115272             : os_toplevel_consts_103_consts_7_consts_4 = {
  115273             :     ._ascii = {
  115274             :         .ob_base = {
  115275             :             .ob_refcnt = 999999999,
  115276             :             .ob_type = &PyUnicode_Type,
  115277             :         },
  115278             :         .length = 2,
  115279             :         .hash = -1,
  115280             :         .state = {
  115281             :             .kind = 1,
  115282             :             .compact = 1,
  115283             :             .ascii = 1,
  115284             :         },
  115285             :     },
  115286             :     ._data = "})",
  115287             : };
  115288             : static
  115289             :     struct {
  115290             :         PyGC_Head _gc_head;
  115291             :         struct {
  115292             :             PyObject_VAR_HEAD
  115293             :             PyObject *ob_item[5];
  115294             :         }_object;
  115295             :     }
  115296             : os_toplevel_consts_103_consts_7_consts = {
  115297             :     ._object = {
  115298             :         .ob_base = {
  115299             :             .ob_base = {
  115300             :                 .ob_refcnt = 999999999,
  115301             :                 .ob_type = &PyTuple_Type,
  115302             :             },
  115303             :             .ob_size = 5,
  115304             :         },
  115305             :         .ob_item = {
  115306             :             Py_None,
  115307             :             &_Py_STR(comma_sep),
  115308             :             & os_toplevel_consts_103_consts_7_consts_2.ob_base.ob_base,
  115309             :             & os_toplevel_consts_103_consts_7_consts_3._ascii.ob_base,
  115310             :             & os_toplevel_consts_103_consts_7_consts_4._ascii.ob_base,
  115311             :         },
  115312             :     },
  115313             : };
  115314             : static
  115315             :     struct {
  115316             :         PyGC_Head _gc_head;
  115317             :         struct {
  115318             :             PyObject_VAR_HEAD
  115319             :             PyObject *ob_item[3];
  115320             :         }_object;
  115321             :     }
  115322             : os_toplevel_consts_103_consts_7_names = {
  115323             :     ._object = {
  115324             :         .ob_base = {
  115325             :             .ob_base = {
  115326             :                 .ob_refcnt = 999999999,
  115327             :                 .ob_type = &PyTuple_Type,
  115328             :             },
  115329             :             .ob_size = 3,
  115330             :         },
  115331             :         .ob_item = {
  115332             :             &_Py_ID(join),
  115333             :             & const_str__data._ascii.ob_base,
  115334             :             &_Py_ID(items),
  115335             :         },
  115336             :     },
  115337             : };
  115338             : static
  115339             :     struct {
  115340             :         PyASCIIObject _ascii;
  115341             :         uint8_t _data[18];
  115342             :     }
  115343             : os_toplevel_consts_103_consts_7_qualname = {
  115344             :     ._ascii = {
  115345             :         .ob_base = {
  115346             :             .ob_refcnt = 999999999,
  115347             :             .ob_type = &PyUnicode_Type,
  115348             :         },
  115349             :         .length = 17,
  115350             :         .hash = -1,
  115351             :         .state = {
  115352             :             .kind = 1,
  115353             :             .compact = 1,
  115354             :             .ascii = 1,
  115355             :         },
  115356             :     },
  115357             :     ._data = "_Environ.__repr__",
  115358             : };
  115359             : static
  115360             :     struct {
  115361             :         PyObject_VAR_HEAD
  115362             :         Py_hash_t ob_shash;
  115363             :         char ob_sval[83];
  115364             :     }
  115365             : os_toplevel_consts_103_consts_7_linetable = {
  115366             :     .ob_base = {
  115367             :         .ob_base = {
  115368             :             .ob_refcnt = 999999999,
  115369             :             .ob_type = &PyBytes_Type,
  115370             :         },
  115371             :         .ob_size = 82,
  115372             :     },
  115373             :     .ob_shash = -1,
  115374             :     .ob_sval = "\xf8\x80\x00\xd8\x1a\x1e\x9f\x29\x99\x29\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xe0\x1e\x22\x9f\x6a\x99\x6a\xd7\x1e\x2e\xd1\x1e\x2e\xd4\x1e\x30\xf0\x05\x03\x24\x0a\xf4\x00\x03\x24\x0a\xf4\x00\x03\x1b\x0a\x88\x0f\xf0\x08\x00\x10\x31\x98\x4f\xd0\x0f\x30\xd0\x0f\x30\xd0\x0f\x30\xd0\x08\x30",
  115375             : };
  115376             : static
  115377             :     struct {
  115378             :         PyASCIIObject _ascii;
  115379             :         uint8_t _data[16];
  115380             :     }
  115381             : const_str_formatted_items = {
  115382             :     ._ascii = {
  115383             :         .ob_base = {
  115384             :             .ob_refcnt = 999999999,
  115385             :             .ob_type = &PyUnicode_Type,
  115386             :         },
  115387             :         .length = 15,
  115388             :         .hash = -1,
  115389             :         .state = {
  115390             :             .kind = 1,
  115391             :             .compact = 1,
  115392             :             .ascii = 1,
  115393             :         },
  115394             :     },
  115395             :     ._data = "formatted_items",
  115396             : };
  115397             : static
  115398             :     struct {
  115399             :         PyGC_Head _gc_head;
  115400             :         struct {
  115401             :             PyObject_VAR_HEAD
  115402             :             PyObject *ob_item[2];
  115403             :         }_object;
  115404             :     }
  115405             : os_toplevel_consts_103_consts_7_localsplusnames = {
  115406             :     ._object = {
  115407             :         .ob_base = {
  115408             :             .ob_base = {
  115409             :                 .ob_refcnt = 999999999,
  115410             :                 .ob_type = &PyTuple_Type,
  115411             :             },
  115412             :             .ob_size = 2,
  115413             :         },
  115414             :         .ob_item = {
  115415             :             & const_str_self._ascii.ob_base,
  115416             :             & const_str_formatted_items._ascii.ob_base,
  115417             :         },
  115418             :     },
  115419             : };
  115420             : static
  115421             :     struct _PyCode_DEF(122)
  115422             : os_toplevel_consts_103_consts_7 = {
  115423             :     .ob_base = {
  115424             :         .ob_base = {
  115425             :             .ob_refcnt = 999999999,
  115426             :             .ob_type = &PyCode_Type,
  115427             :         },
  115428             :         .ob_size = 61,
  115429             :     },
  115430             :     .co_consts = & os_toplevel_consts_103_consts_7_consts._object.ob_base.ob_base,
  115431             :     .co_names = & os_toplevel_consts_103_consts_7_names._object.ob_base.ob_base,
  115432             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  115433             :     .co_flags = 3,
  115434             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  115435             :     ._co_linearray_entry_size = 0,
  115436             :     .co_argcount = 1,
  115437             :     .co_posonlyargcount = 0,
  115438             :     .co_kwonlyargcount = 0,
  115439             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  115440             :     .co_stacksize = 5,
  115441             :     .co_firstlineno = 705,
  115442             :     .co_nlocalsplus = 2,
  115443             :     .co_nlocals = 2,
  115444             :     .co_nplaincellvars = 0,
  115445             :     .co_ncellvars = 1,
  115446             :     .co_nfreevars = 0,
  115447             :     .co_localsplusnames = & os_toplevel_consts_103_consts_7_localsplusnames._object.ob_base.ob_base,
  115448             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
  115449             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  115450             :     .co_name = &_Py_ID(__repr__),
  115451             :     .co_qualname = & os_toplevel_consts_103_consts_7_qualname._ascii.ob_base,
  115452             :     .co_linetable = & os_toplevel_consts_103_consts_7_linetable.ob_base.ob_base,
  115453             :     ._co_code = NULL,
  115454             :     ._co_linearray = NULL,
  115455             :     .co_code_adaptive = "\x87\x00\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x02\x84\x08\x89\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x03\x7c\x01\x9b\x00\x64\x04\x9d\x03\x53\x00",
  115456             :     ._co_firsttraceable = 1,
  115457             : };
  115458             : static
  115459             :     struct {
  115460             :         PyGC_Head _gc_head;
  115461             :         struct {
  115462             :             PyObject_VAR_HEAD
  115463             :             PyObject *ob_item[1];
  115464             :         }_object;
  115465             :     }
  115466             : os_toplevel_consts_103_consts_8_names = {
  115467             :     ._object = {
  115468             :         .ob_base = {
  115469             :             .ob_base = {
  115470             :                 .ob_refcnt = 999999999,
  115471             :                 .ob_type = &PyTuple_Type,
  115472             :             },
  115473             :             .ob_size = 1,
  115474             :         },
  115475             :         .ob_item = {
  115476             :             & const_str_dict._ascii.ob_base,
  115477             :         },
  115478             :     },
  115479             : };
  115480             : static
  115481             :     struct {
  115482             :         PyASCIIObject _ascii;
  115483             :         uint8_t _data[14];
  115484             :     }
  115485             : os_toplevel_consts_103_consts_8_qualname = {
  115486             :     ._ascii = {
  115487             :         .ob_base = {
  115488             :             .ob_refcnt = 999999999,
  115489             :             .ob_type = &PyUnicode_Type,
  115490             :         },
  115491             :         .length = 13,
  115492             :         .hash = -1,
  115493             :         .state = {
  115494             :             .kind = 1,
  115495             :             .compact = 1,
  115496             :             .ascii = 1,
  115497             :         },
  115498             :     },
  115499             :     ._data = "_Environ.copy",
  115500             : };
  115501             : static
  115502             :     struct {
  115503             :         PyObject_VAR_HEAD
  115504             :         Py_hash_t ob_shash;
  115505             :         char ob_sval[13];
  115506             :     }
  115507             : os_toplevel_consts_103_consts_8_linetable = {
  115508             :     .ob_base = {
  115509             :         .ob_base = {
  115510             :             .ob_refcnt = 999999999,
  115511             :             .ob_type = &PyBytes_Type,
  115512             :         },
  115513             :         .ob_size = 12,
  115514             :     },
  115515             :     .ob_shash = -1,
  115516             :     .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\x8c\x7a\xd0\x08\x19",
  115517             : };
  115518             : static
  115519             :     struct _PyCode_DEF(28)
  115520             : os_toplevel_consts_103_consts_8 = {
  115521             :     .ob_base = {
  115522             :         .ob_base = {
  115523             :             .ob_refcnt = 999999999,
  115524             :             .ob_type = &PyCode_Type,
  115525             :         },
  115526             :         .ob_size = 14,
  115527             :     },
  115528             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  115529             :     .co_names = & os_toplevel_consts_103_consts_8_names._object.ob_base.ob_base,
  115530             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  115531             :     .co_flags = 3,
  115532             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  115533             :     ._co_linearray_entry_size = 0,
  115534             :     .co_argcount = 1,
  115535             :     .co_posonlyargcount = 0,
  115536             :     .co_kwonlyargcount = 0,
  115537             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  115538             :     .co_stacksize = 3,
  115539             :     .co_firstlineno = 712,
  115540             :     .co_nlocalsplus = 1,
  115541             :     .co_nlocals = 1,
  115542             :     .co_nplaincellvars = 0,
  115543             :     .co_ncellvars = 0,
  115544             :     .co_nfreevars = 0,
  115545             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  115546             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  115547             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  115548             :     .co_name = &_Py_ID(copy),
  115549             :     .co_qualname = & os_toplevel_consts_103_consts_8_qualname._ascii.ob_base,
  115550             :     .co_linetable = & os_toplevel_consts_103_consts_8_linetable.ob_base.ob_base,
  115551             :     ._co_code = NULL,
  115552             :     ._co_linearray = NULL,
  115553             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  115554             :     ._co_firsttraceable = 0,
  115555             : };
  115556             : static
  115557             :     struct {
  115558             :         PyASCIIObject _ascii;
  115559             :         uint8_t _data[20];
  115560             :     }
  115561             : os_toplevel_consts_103_consts_9_qualname = {
  115562             :     ._ascii = {
  115563             :         .ob_base = {
  115564             :             .ob_refcnt = 999999999,
  115565             :             .ob_type = &PyUnicode_Type,
  115566             :         },
  115567             :         .length = 19,
  115568             :         .hash = -1,
  115569             :         .state = {
  115570             :             .kind = 1,
  115571             :             .compact = 1,
  115572             :             .ascii = 1,
  115573             :         },
  115574             :     },
  115575             :     ._data = "_Environ.setdefault",
  115576             : };
  115577             : static
  115578             :     struct {
  115579             :         PyObject_VAR_HEAD
  115580             :         Py_hash_t ob_shash;
  115581             :         char ob_sval[34];
  115582             :     }
  115583             : os_toplevel_consts_103_consts_9_linetable = {
  115584             :     .ob_base = {
  115585             :         .ob_base = {
  115586             :             .ob_refcnt = 999999999,
  115587             :             .ob_type = &PyBytes_Type,
  115588             :         },
  115589             :         .ob_size = 33,
  115590             :     },
  115591             :     .ob_shash = -1,
  115592             :     .ob_sval = "\x80\x00\xd8\x0b\x0e\x90\x64\x88\x3f\xf0\x00\x01\x09\x1e\xd8\x18\x1d\x88\x44\x90\x13\x89\x49\xd8\x0f\x13\x90\x43\x8c\x79\xd0\x08\x18",
  115593             : };
  115594             : static
  115595             :     struct _PyCode_DEF(36)
  115596             : os_toplevel_consts_103_consts_9 = {
  115597             :     .ob_base = {
  115598             :         .ob_base = {
  115599             :             .ob_refcnt = 999999999,
  115600             :             .ob_type = &PyCode_Type,
  115601             :         },
  115602             :         .ob_size = 18,
  115603             :     },
  115604             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  115605             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  115606             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  115607             :     .co_flags = 3,
  115608             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  115609             :     ._co_linearray_entry_size = 0,
  115610             :     .co_argcount = 3,
  115611             :     .co_posonlyargcount = 0,
  115612             :     .co_kwonlyargcount = 0,
  115613             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  115614             :     .co_stacksize = 3,
  115615             :     .co_firstlineno = 715,
  115616             :     .co_nlocalsplus = 3,
  115617             :     .co_nlocals = 3,
  115618             :     .co_nplaincellvars = 0,
  115619             :     .co_ncellvars = 0,
  115620             :     .co_nfreevars = 0,
  115621             :     .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
  115622             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  115623             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  115624             :     .co_name = & const_str_setdefault._ascii.ob_base,
  115625             :     .co_qualname = & os_toplevel_consts_103_consts_9_qualname._ascii.ob_base,
  115626             :     .co_linetable = & os_toplevel_consts_103_consts_9_linetable.ob_base.ob_base,
  115627             :     ._co_code = NULL,
  115628             :     ._co_linearray = NULL,
  115629             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x76\x01\x72\x05\x7c\x02\x7c\x00\x7c\x01\x3c\x00\x00\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  115630             :     ._co_firsttraceable = 0,
  115631             : };
  115632             : static
  115633             :     struct {
  115634             :         PyGC_Head _gc_head;
  115635             :         struct {
  115636             :             PyObject_VAR_HEAD
  115637             :             PyObject *ob_item[1];
  115638             :         }_object;
  115639             :     }
  115640             : os_toplevel_consts_103_consts_10_names = {
  115641             :     ._object = {
  115642             :         .ob_base = {
  115643             :             .ob_base = {
  115644             :                 .ob_refcnt = 999999999,
  115645             :                 .ob_type = &PyTuple_Type,
  115646             :             },
  115647             :             .ob_size = 1,
  115648             :         },
  115649             :         .ob_item = {
  115650             :             & const_str_update._ascii.ob_base,
  115651             :         },
  115652             :     },
  115653             : };
  115654             : static
  115655             :     struct {
  115656             :         PyASCIIObject _ascii;
  115657             :         uint8_t _data[17];
  115658             :     }
  115659             : os_toplevel_consts_103_consts_10_qualname = {
  115660             :     ._ascii = {
  115661             :         .ob_base = {
  115662             :             .ob_refcnt = 999999999,
  115663             :             .ob_type = &PyUnicode_Type,
  115664             :         },
  115665             :         .length = 16,
  115666             :         .hash = -1,
  115667             :         .state = {
  115668             :             .kind = 1,
  115669             :             .compact = 1,
  115670             :             .ascii = 1,
  115671             :         },
  115672             :     },
  115673             :     ._data = "_Environ.__ior__",
  115674             : };
  115675             : static
  115676             :     struct {
  115677             :         PyObject_VAR_HEAD
  115678             :         Py_hash_t ob_shash;
  115679             :         char ob_sval[23];
  115680             :     }
  115681             : os_toplevel_consts_103_consts_10_linetable = {
  115682             :     .ob_base = {
  115683             :         .ob_base = {
  115684             :             .ob_refcnt = 999999999,
  115685             :             .ob_type = &PyBytes_Type,
  115686             :         },
  115687             :         .ob_size = 22,
  115688             :     },
  115689             :     .ob_shash = -1,
  115690             :     .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\x90\x45\xd4\x08\x1a\xd0\x08\x1a\xd8\x0f\x13\x88\x0b",
  115691             : };
  115692             : static
  115693             :     struct _PyCode_DEF(42)
  115694             : os_toplevel_consts_103_consts_10 = {
  115695             :     .ob_base = {
  115696             :         .ob_base = {
  115697             :             .ob_refcnt = 999999999,
  115698             :             .ob_type = &PyCode_Type,
  115699             :         },
  115700             :         .ob_size = 21,
  115701             :     },
  115702             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  115703             :     .co_names = & os_toplevel_consts_103_consts_10_names._object.ob_base.ob_base,
  115704             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  115705             :     .co_flags = 3,
  115706             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  115707             :     ._co_linearray_entry_size = 0,
  115708             :     .co_argcount = 2,
  115709             :     .co_posonlyargcount = 0,
  115710             :     .co_kwonlyargcount = 0,
  115711             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  115712             :     .co_stacksize = 3,
  115713             :     .co_firstlineno = 720,
  115714             :     .co_nlocalsplus = 2,
  115715             :     .co_nlocals = 2,
  115716             :     .co_nplaincellvars = 0,
  115717             :     .co_ncellvars = 0,
  115718             :     .co_nfreevars = 0,
  115719             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
  115720             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  115721             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  115722             :     .co_name = &_Py_ID(__ior__),
  115723             :     .co_qualname = & os_toplevel_consts_103_consts_10_qualname._ascii.ob_base,
  115724             :     .co_linetable = & os_toplevel_consts_103_consts_10_linetable.ob_base.ob_base,
  115725             :     ._co_code = NULL,
  115726             :     ._co_linearray = NULL,
  115727             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
  115728             :     ._co_firsttraceable = 0,
  115729             : };
  115730             : static
  115731             :     struct {
  115732             :         PyGC_Head _gc_head;
  115733             :         struct {
  115734             :             PyObject_VAR_HEAD
  115735             :             PyObject *ob_item[5];
  115736             :         }_object;
  115737             :     }
  115738             : os_toplevel_consts_103_consts_11_names = {
  115739             :     ._object = {
  115740             :         .ob_base = {
  115741             :             .ob_base = {
  115742             :                 .ob_refcnt = 999999999,
  115743             :                 .ob_type = &PyTuple_Type,
  115744             :             },
  115745             :             .ob_size = 5,
  115746             :         },
  115747             :         .ob_item = {
  115748             :             &_Py_ID(isinstance),
  115749             :             & const_str_Mapping._ascii.ob_base,
  115750             :             & const_str_NotImplemented._ascii.ob_base,
  115751             :             & const_str_dict._ascii.ob_base,
  115752             :             & const_str_update._ascii.ob_base,
  115753             :         },
  115754             :     },
  115755             : };
  115756             : static
  115757             :     struct {
  115758             :         PyASCIIObject _ascii;
  115759             :         uint8_t _data[16];
  115760             :     }
  115761             : os_toplevel_consts_103_consts_11_qualname = {
  115762             :     ._ascii = {
  115763             :         .ob_base = {
  115764             :             .ob_refcnt = 999999999,
  115765             :             .ob_type = &PyUnicode_Type,
  115766             :         },
  115767             :         .length = 15,
  115768             :         .hash = -1,
  115769             :         .state = {
  115770             :             .kind = 1,
  115771             :             .compact = 1,
  115772             :             .ascii = 1,
  115773             :         },
  115774             :     },
  115775             :     ._data = "_Environ.__or__",
  115776             : };
  115777             : static
  115778             :     struct {
  115779             :         PyObject_VAR_HEAD
  115780             :         Py_hash_t ob_shash;
  115781             :         char ob_sval[53];
  115782             :     }
  115783             : os_toplevel_consts_103_consts_11_linetable = {
  115784             :     .ob_base = {
  115785             :         .ob_base = {
  115786             :             .ob_refcnt = 999999999,
  115787             :             .ob_type = &PyBytes_Type,
  115788             :         },
  115789             :         .ob_size = 52,
  115790             :     },
  115791             :     .ob_shash = -1,
  115792             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0e\x12\x90\x34\x8c\x6a\x88\x03\xd8\x08\x0b\x8f\x0a\x89\x0a\x90\x35\xd4\x08\x19\xd0\x08\x19\xd8\x0f\x12\x88\x0a",
  115793             : };
  115794             : static
  115795             :     struct {
  115796             :         PyGC_Head _gc_head;
  115797             :         struct {
  115798             :             PyObject_VAR_HEAD
  115799             :             PyObject *ob_item[3];
  115800             :         }_object;
  115801             :     }
  115802             : os_toplevel_consts_103_consts_11_localsplusnames = {
  115803             :     ._object = {
  115804             :         .ob_base = {
  115805             :             .ob_base = {
  115806             :                 .ob_refcnt = 999999999,
  115807             :                 .ob_type = &PyTuple_Type,
  115808             :             },
  115809             :             .ob_size = 3,
  115810             :         },
  115811             :         .ob_item = {
  115812             :             & const_str_self._ascii.ob_base,
  115813             :             & const_str_other._ascii.ob_base,
  115814             :             & const_str_new._ascii.ob_base,
  115815             :         },
  115816             :     },
  115817             : };
  115818             : static
  115819             :     struct _PyCode_DEF(120)
  115820             : os_toplevel_consts_103_consts_11 = {
  115821             :     .ob_base = {
  115822             :         .ob_base = {
  115823             :             .ob_refcnt = 999999999,
  115824             :             .ob_type = &PyCode_Type,
  115825             :         },
  115826             :         .ob_size = 60,
  115827             :     },
  115828             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  115829             :     .co_names = & os_toplevel_consts_103_consts_11_names._object.ob_base.ob_base,
  115830             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  115831             :     .co_flags = 3,
  115832             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  115833             :     ._co_linearray_entry_size = 0,
  115834             :     .co_argcount = 2,
  115835             :     .co_posonlyargcount = 0,
  115836             :     .co_kwonlyargcount = 0,
  115837             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  115838             :     .co_stacksize = 4,
  115839             :     .co_firstlineno = 724,
  115840             :     .co_nlocalsplus = 3,
  115841             :     .co_nlocals = 3,
  115842             :     .co_nplaincellvars = 0,
  115843             :     .co_ncellvars = 0,
  115844             :     .co_nfreevars = 0,
  115845             :     .co_localsplusnames = & os_toplevel_consts_103_consts_11_localsplusnames._object.ob_base.ob_base,
  115846             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  115847             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  115848             :     .co_name = &_Py_ID(__or__),
  115849             :     .co_qualname = & os_toplevel_consts_103_consts_11_qualname._ascii.ob_base,
  115850             :     .co_linetable = & os_toplevel_consts_103_consts_11_linetable.ob_base.ob_base,
  115851             :     ._co_code = NULL,
  115852             :     ._co_linearray = NULL,
  115853             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
  115854             :     ._co_firsttraceable = 0,
  115855             : };
  115856             : static
  115857             :     struct {
  115858             :         PyASCIIObject _ascii;
  115859             :         uint8_t _data[17];
  115860             :     }
  115861             : os_toplevel_consts_103_consts_12_qualname = {
  115862             :     ._ascii = {
  115863             :         .ob_base = {
  115864             :             .ob_refcnt = 999999999,
  115865             :             .ob_type = &PyUnicode_Type,
  115866             :         },
  115867             :         .length = 16,
  115868             :         .hash = -1,
  115869             :         .state = {
  115870             :             .kind = 1,
  115871             :             .compact = 1,
  115872             :             .ascii = 1,
  115873             :         },
  115874             :     },
  115875             :     ._data = "_Environ.__ror__",
  115876             : };
  115877             : static
  115878             :     struct {
  115879             :         PyObject_VAR_HEAD
  115880             :         Py_hash_t ob_shash;
  115881             :         char ob_sval[53];
  115882             :     }
  115883             : os_toplevel_consts_103_consts_12_linetable = {
  115884             :     .ob_base = {
  115885             :         .ob_base = {
  115886             :             .ob_refcnt = 999999999,
  115887             :             .ob_type = &PyBytes_Type,
  115888             :         },
  115889             :         .ob_size = 52,
  115890             :     },
  115891             :     .ob_shash = -1,
  115892             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0e\x12\x90\x35\x8c\x6b\x88\x03\xd8\x08\x0b\x8f\x0a\x89\x0a\x90\x34\xd4\x08\x18\xd0\x08\x18\xd8\x0f\x12\x88\x0a",
  115893             : };
  115894             : static
  115895             :     struct _PyCode_DEF(120)
  115896             : os_toplevel_consts_103_consts_12 = {
  115897             :     .ob_base = {
  115898             :         .ob_base = {
  115899             :             .ob_refcnt = 999999999,
  115900             :             .ob_type = &PyCode_Type,
  115901             :         },
  115902             :         .ob_size = 60,
  115903             :     },
  115904             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  115905             :     .co_names = & os_toplevel_consts_103_consts_11_names._object.ob_base.ob_base,
  115906             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  115907             :     .co_flags = 3,
  115908             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  115909             :     ._co_linearray_entry_size = 0,
  115910             :     .co_argcount = 2,
  115911             :     .co_posonlyargcount = 0,
  115912             :     .co_kwonlyargcount = 0,
  115913             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  115914             :     .co_stacksize = 4,
  115915             :     .co_firstlineno = 731,
  115916             :     .co_nlocalsplus = 3,
  115917             :     .co_nlocals = 3,
  115918             :     .co_nplaincellvars = 0,
  115919             :     .co_ncellvars = 0,
  115920             :     .co_nfreevars = 0,
  115921             :     .co_localsplusnames = & os_toplevel_consts_103_consts_11_localsplusnames._object.ob_base.ob_base,
  115922             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  115923             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  115924             :     .co_name = &_Py_ID(__ror__),
  115925             :     .co_qualname = & os_toplevel_consts_103_consts_12_qualname._ascii.ob_base,
  115926             :     .co_linetable = & os_toplevel_consts_103_consts_12_linetable.ob_base.ob_base,
  115927             :     ._co_code = NULL,
  115928             :     ._co_linearray = NULL,
  115929             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
  115930             :     ._co_firsttraceable = 0,
  115931             : };
  115932             : static
  115933             :     struct {
  115934             :         PyGC_Head _gc_head;
  115935             :         struct {
  115936             :             PyObject_VAR_HEAD
  115937             :             PyObject *ob_item[14];
  115938             :         }_object;
  115939             :     }
  115940             : os_toplevel_consts_103_consts = {
  115941             :     ._object = {
  115942             :         .ob_base = {
  115943             :             .ob_base = {
  115944             :                 .ob_refcnt = 999999999,
  115945             :                 .ob_type = &PyTuple_Type,
  115946             :             },
  115947             :             .ob_size = 14,
  115948             :         },
  115949             :         .ob_item = {
  115950             :             & const_str__Environ._ascii.ob_base,
  115951             :             & os_toplevel_consts_103_consts_1.ob_base.ob_base,
  115952             :             & os_toplevel_consts_103_consts_2.ob_base.ob_base,
  115953             :             & os_toplevel_consts_103_consts_3.ob_base.ob_base,
  115954             :             & os_toplevel_consts_103_consts_4.ob_base.ob_base,
  115955             :             & os_toplevel_consts_103_consts_5.ob_base.ob_base,
  115956             :             & os_toplevel_consts_103_consts_6.ob_base.ob_base,
  115957             :             & os_toplevel_consts_103_consts_7.ob_base.ob_base,
  115958             :             & os_toplevel_consts_103_consts_8.ob_base.ob_base,
  115959             :             & os_toplevel_consts_103_consts_9.ob_base.ob_base,
  115960             :             & os_toplevel_consts_103_consts_10.ob_base.ob_base,
  115961             :             & os_toplevel_consts_103_consts_11.ob_base.ob_base,
  115962             :             & os_toplevel_consts_103_consts_12.ob_base.ob_base,
  115963             :             Py_None,
  115964             :         },
  115965             :     },
  115966             : };
  115967             : static
  115968             :     struct {
  115969             :         PyGC_Head _gc_head;
  115970             :         struct {
  115971             :             PyObject_VAR_HEAD
  115972             :             PyObject *ob_item[15];
  115973             :         }_object;
  115974             :     }
  115975             : os_toplevel_consts_103_names = {
  115976             :     ._object = {
  115977             :         .ob_base = {
  115978             :             .ob_base = {
  115979             :                 .ob_refcnt = 999999999,
  115980             :                 .ob_type = &PyTuple_Type,
  115981             :             },
  115982             :             .ob_size = 15,
  115983             :         },
  115984             :         .ob_item = {
  115985             :             &_Py_ID(__name__),
  115986             :             &_Py_ID(__module__),
  115987             :             &_Py_ID(__qualname__),
  115988             :             &_Py_ID(__init__),
  115989             :             &_Py_ID(__getitem__),
  115990             :             &_Py_ID(__setitem__),
  115991             :             &_Py_ID(__delitem__),
  115992             :             &_Py_ID(__iter__),
  115993             :             &_Py_ID(__len__),
  115994             :             &_Py_ID(__repr__),
  115995             :             &_Py_ID(copy),
  115996             :             & const_str_setdefault._ascii.ob_base,
  115997             :             &_Py_ID(__ior__),
  115998             :             &_Py_ID(__or__),
  115999             :             &_Py_ID(__ror__),
  116000             :         },
  116001             :     },
  116002             : };
  116003             : static
  116004             :     struct {
  116005             :         PyObject_VAR_HEAD
  116006             :         Py_hash_t ob_shash;
  116007             :         char ob_sval[201];
  116008             :     }
  116009             : os_toplevel_consts_103_linetable = {
  116010             :     .ob_base = {
  116011             :         .ob_base = {
  116012             :             .ob_refcnt = 999999999,
  116013             :             .ob_type = &PyBytes_Type,
  116014             :         },
  116015             :         .ob_size = 200,
  116016             :     },
  116017             :     .ob_shash = -1,
  116018             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x05\x05\x1a\xf0\x00\x05\x05\x1a\xf0\x00\x05\x05\x1a\xf0\x0e\x06\x05\x27\xf0\x00\x06\x05\x27\xf0\x00\x06\x05\x27\xf0\x10\x04\x05\x20\xf0\x00\x04\x05\x20\xf0\x00\x04\x05\x20\xf0\x0c\x07\x05\x2a\xf0\x00\x07\x05\x2a\xf0\x00\x07\x05\x2a\xf0\x12\x04\x05\x26\xf0\x00\x04\x05\x26\xf0\x00\x04\x05\x26\xf0\x0c\x01\x05\x1f\xf0\x00\x01\x05\x1f\xf0\x00\x01\x05\x1f\xf0\x06\x05\x05\x31\xf0\x00\x05\x05\x31\xf0\x00\x05\x05\x31\xf0\x0e\x01\x05\x1a\xf0\x00\x01\x05\x1a\xf0\x00\x01\x05\x1a\xf0\x06\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x0a\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x08\x05\x05\x13\xf0\x00\x05\x05\x13\xf0\x00\x05\x05\x13\xf0\x0e\x05\x05\x13\xf0\x00\x05\x05\x13\xf0\x00\x05\x05\x13\xf0\x00\x05\x05\x13\xf0\x00\x05\x05\x13",
  116019             : };
  116020             : static
  116021             :     struct _PyCode_DEF(86)
  116022             : os_toplevel_consts_103 = {
  116023             :     .ob_base = {
  116024             :         .ob_base = {
  116025             :             .ob_refcnt = 999999999,
  116026             :             .ob_type = &PyCode_Type,
  116027             :         },
  116028             :         .ob_size = 43,
  116029             :     },
  116030             :     .co_consts = & os_toplevel_consts_103_consts._object.ob_base.ob_base,
  116031             :     .co_names = & os_toplevel_consts_103_names._object.ob_base.ob_base,
  116032             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  116033             :     .co_flags = 0,
  116034             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  116035             :     ._co_linearray_entry_size = 0,
  116036             :     .co_argcount = 0,
  116037             :     .co_posonlyargcount = 0,
  116038             :     .co_kwonlyargcount = 0,
  116039             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  116040             :     .co_stacksize = 1,
  116041             :     .co_firstlineno = 665,
  116042             :     .co_nlocalsplus = 0,
  116043             :     .co_nlocals = 0,
  116044             :     .co_nplaincellvars = 0,
  116045             :     .co_ncellvars = 0,
  116046             :     .co_nfreevars = 0,
  116047             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  116048             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  116049             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  116050             :     .co_name = & const_str__Environ._ascii.ob_base,
  116051             :     .co_qualname = & const_str__Environ._ascii.ob_base,
  116052             :     .co_linetable = & os_toplevel_consts_103_linetable.ob_base.ob_base,
  116053             :     ._co_code = NULL,
  116054             :     ._co_linearray = NULL,
  116055             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x84\x00\x5a\x09\x64\x08\x84\x00\x5a\x0a\x64\x09\x84\x00\x5a\x0b\x64\x0a\x84\x00\x5a\x0c\x64\x0b\x84\x00\x5a\x0d\x64\x0c\x84\x00\x5a\x0e\x64\x0d\x53\x00",
  116056             :     ._co_firsttraceable = 0,
  116057             : };
  116058             : static
  116059             :     struct {
  116060             :         PyASCIIObject _ascii;
  116061             :         uint8_t _data[21];
  116062             :     }
  116063             : os_toplevel_consts_105_consts_2_consts_1 = {
  116064             :     ._ascii = {
  116065             :         .ob_base = {
  116066             :             .ob_refcnt = 999999999,
  116067             :             .ob_type = &PyUnicode_Type,
  116068             :         },
  116069             :         .length = 20,
  116070             :         .hash = -1,
  116071             :         .state = {
  116072             :             .kind = 1,
  116073             :             .compact = 1,
  116074             :             .ascii = 1,
  116075             :         },
  116076             :     },
  116077             :     ._data = "str expected, not %s",
  116078             : };
  116079             : static
  116080             :     struct {
  116081             :         PyGC_Head _gc_head;
  116082             :         struct {
  116083             :             PyObject_VAR_HEAD
  116084             :             PyObject *ob_item[2];
  116085             :         }_object;
  116086             :     }
  116087             : os_toplevel_consts_105_consts_2_consts = {
  116088             :     ._object = {
  116089             :         .ob_base = {
  116090             :             .ob_base = {
  116091             :                 .ob_refcnt = 999999999,
  116092             :                 .ob_type = &PyTuple_Type,
  116093             :             },
  116094             :             .ob_size = 2,
  116095             :         },
  116096             :         .ob_item = {
  116097             :             Py_None,
  116098             :             & os_toplevel_consts_105_consts_2_consts_1._ascii.ob_base,
  116099             :         },
  116100             :     },
  116101             : };
  116102             : static
  116103             :     struct {
  116104             :         PyGC_Head _gc_head;
  116105             :         struct {
  116106             :             PyObject_VAR_HEAD
  116107             :             PyObject *ob_item[5];
  116108             :         }_object;
  116109             :     }
  116110             : os_toplevel_consts_105_consts_2_names = {
  116111             :     ._object = {
  116112             :         .ob_base = {
  116113             :             .ob_base = {
  116114             :                 .ob_refcnt = 999999999,
  116115             :                 .ob_type = &PyTuple_Type,
  116116             :             },
  116117             :             .ob_size = 5,
  116118             :         },
  116119             :         .ob_item = {
  116120             :             &_Py_ID(isinstance),
  116121             :             & const_str_str._ascii.ob_base,
  116122             :             & const_str_TypeError._ascii.ob_base,
  116123             :             & const_str_type._ascii.ob_base,
  116124             :             &_Py_ID(__name__),
  116125             :         },
  116126             :     },
  116127             : };
  116128             : static
  116129             :     struct {
  116130             :         PyASCIIObject _ascii;
  116131             :         uint8_t _data[10];
  116132             :     }
  116133             : const_str_check_str = {
  116134             :     ._ascii = {
  116135             :         .ob_base = {
  116136             :             .ob_refcnt = 999999999,
  116137             :             .ob_type = &PyUnicode_Type,
  116138             :         },
  116139             :         .length = 9,
  116140             :         .hash = -1,
  116141             :         .state = {
  116142             :             .kind = 1,
  116143             :             .compact = 1,
  116144             :             .ascii = 1,
  116145             :         },
  116146             :     },
  116147             :     ._data = "check_str",
  116148             : };
  116149             : static
  116150             :     struct {
  116151             :         PyASCIIObject _ascii;
  116152             :         uint8_t _data[34];
  116153             :     }
  116154             : os_toplevel_consts_105_consts_2_qualname = {
  116155             :     ._ascii = {
  116156             :         .ob_base = {
  116157             :             .ob_refcnt = 999999999,
  116158             :             .ob_type = &PyUnicode_Type,
  116159             :         },
  116160             :         .length = 33,
  116161             :         .hash = -1,
  116162             :         .state = {
  116163             :             .kind = 1,
  116164             :             .compact = 1,
  116165             :             .ascii = 1,
  116166             :         },
  116167             :     },
  116168             :     ._data = "_createenviron.<locals>.check_str",
  116169             : };
  116170             : static
  116171             :     struct {
  116172             :         PyObject_VAR_HEAD
  116173             :         Py_hash_t ob_shash;
  116174             :         char ob_sval[51];
  116175             :     }
  116176             : os_toplevel_consts_105_consts_2_linetable = {
  116177             :     .ob_base = {
  116178             :         .ob_base = {
  116179             :             .ob_refcnt = 999999999,
  116180             :             .ob_type = &PyBytes_Type,
  116181             :         },
  116182             :         .ob_size = 50,
  116183             :     },
  116184             :     .ob_shash = -1,
  116185             :     .ob_sval = "\x80\x00\xdd\x13\x1d\x98\x65\xa5\x53\xd4\x13\x29\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x1f\xd0\x20\x36\xbd\x14\xb8\x65\xbc\x1b\xd7\x39\x4d\xd1\x39\x4d\xd1\x20\x4d\xd4\x16\x4e\xd0\x10\x4e\xd8\x13\x18\x88\x4c",
  116186             : };
  116187             : static
  116188             :     struct {
  116189             :         PyGC_Head _gc_head;
  116190             :         struct {
  116191             :             PyObject_VAR_HEAD
  116192             :             PyObject *ob_item[1];
  116193             :         }_object;
  116194             :     }
  116195             : os_toplevel_consts_105_consts_2_localsplusnames = {
  116196             :     ._object = {
  116197             :         .ob_base = {
  116198             :             .ob_base = {
  116199             :                 .ob_refcnt = 999999999,
  116200             :                 .ob_type = &PyTuple_Type,
  116201             :             },
  116202             :             .ob_size = 1,
  116203             :         },
  116204             :         .ob_item = {
  116205             :             & const_str_value._ascii.ob_base,
  116206             :         },
  116207             :     },
  116208             : };
  116209             : static
  116210             :     struct _PyCode_DEF(118)
  116211             : os_toplevel_consts_105_consts_2 = {
  116212             :     .ob_base = {
  116213             :         .ob_base = {
  116214             :             .ob_refcnt = 999999999,
  116215             :             .ob_type = &PyCode_Type,
  116216             :         },
  116217             :         .ob_size = 59,
  116218             :     },
  116219             :     .co_consts = & os_toplevel_consts_105_consts_2_consts._object.ob_base.ob_base,
  116220             :     .co_names = & os_toplevel_consts_105_consts_2_names._object.ob_base.ob_base,
  116221             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  116222             :     .co_flags = 19,
  116223             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  116224             :     ._co_linearray_entry_size = 0,
  116225             :     .co_argcount = 1,
  116226             :     .co_posonlyargcount = 0,
  116227             :     .co_kwonlyargcount = 0,
  116228             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  116229             :     .co_stacksize = 6,
  116230             :     .co_firstlineno = 741,
  116231             :     .co_nlocalsplus = 1,
  116232             :     .co_nlocals = 1,
  116233             :     .co_nplaincellvars = 0,
  116234             :     .co_ncellvars = 0,
  116235             :     .co_nfreevars = 0,
  116236             :     .co_localsplusnames = & os_toplevel_consts_105_consts_2_localsplusnames._object.ob_base.ob_base,
  116237             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  116238             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  116239             :     .co_name = & const_str_check_str._ascii.ob_base,
  116240             :     .co_qualname = & os_toplevel_consts_105_consts_2_qualname._ascii.ob_base,
  116241             :     .co_linetable = & os_toplevel_consts_105_consts_2_linetable.ob_base.ob_base,
  116242             :     ._co_code = NULL,
  116243             :     ._co_linearray = NULL,
  116244             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x53\x00",
  116245             :     ._co_firsttraceable = 0,
  116246             : };
  116247             : static
  116248             :     struct {
  116249             :         PyGC_Head _gc_head;
  116250             :         struct {
  116251             :             PyObject_VAR_HEAD
  116252             :             PyObject *ob_item[1];
  116253             :         }_object;
  116254             :     }
  116255             : os_toplevel_consts_105_consts_3_names = {
  116256             :     ._object = {
  116257             :         .ob_base = {
  116258             :             .ob_base = {
  116259             :                 .ob_refcnt = 999999999,
  116260             :                 .ob_type = &PyTuple_Type,
  116261             :             },
  116262             :             .ob_size = 1,
  116263             :         },
  116264             :         .ob_item = {
  116265             :             & const_str_upper._ascii.ob_base,
  116266             :         },
  116267             :     },
  116268             : };
  116269             : static
  116270             :     struct {
  116271             :         PyASCIIObject _ascii;
  116272             :         uint8_t _data[34];
  116273             :     }
  116274             : os_toplevel_consts_105_consts_3_qualname = {
  116275             :     ._ascii = {
  116276             :         .ob_base = {
  116277             :             .ob_refcnt = 999999999,
  116278             :             .ob_type = &PyUnicode_Type,
  116279             :         },
  116280             :         .length = 33,
  116281             :         .hash = -1,
  116282             :         .state = {
  116283             :             .kind = 1,
  116284             :             .compact = 1,
  116285             :             .ascii = 1,
  116286             :         },
  116287             :     },
  116288             :     ._data = "_createenviron.<locals>.encodekey",
  116289             : };
  116290             : static
  116291             :     struct {
  116292             :         PyObject_VAR_HEAD
  116293             :         Py_hash_t ob_shash;
  116294             :         char ob_sval[25];
  116295             :     }
  116296             : os_toplevel_consts_105_consts_3_linetable = {
  116297             :     .ob_base = {
  116298             :         .ob_base = {
  116299             :             .ob_refcnt = 999999999,
  116300             :             .ob_type = &PyBytes_Type,
  116301             :         },
  116302             :         .ob_size = 24,
  116303             :     },
  116304             :     .ob_shash = -1,
  116305             :     .ob_sval = "\xf8\x80\x00\xd8\x13\x19\x90\x36\x98\x23\x94\x3b\xd7\x13\x24\xd1\x13\x24\xd4\x13\x26\xd0\x0c\x26",
  116306             : };
  116307             : static
  116308             :     struct {
  116309             :         PyGC_Head _gc_head;
  116310             :         struct {
  116311             :             PyObject_VAR_HEAD
  116312             :             PyObject *ob_item[2];
  116313             :         }_object;
  116314             :     }
  116315             : os_toplevel_consts_105_consts_3_localsplusnames = {
  116316             :     ._object = {
  116317             :         .ob_base = {
  116318             :             .ob_base = {
  116319             :                 .ob_refcnt = 999999999,
  116320             :                 .ob_type = &PyTuple_Type,
  116321             :             },
  116322             :             .ob_size = 2,
  116323             :         },
  116324             :         .ob_item = {
  116325             :             & const_str_key._ascii.ob_base,
  116326             :             &_Py_ID(encode),
  116327             :         },
  116328             :     },
  116329             : };
  116330             : static
  116331             :     struct _PyCode_DEF(52)
  116332             : os_toplevel_consts_105_consts_3 = {
  116333             :     .ob_base = {
  116334             :         .ob_base = {
  116335             :             .ob_refcnt = 999999999,
  116336             :             .ob_type = &PyCode_Type,
  116337             :         },
  116338             :         .ob_size = 26,
  116339             :     },
  116340             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  116341             :     .co_names = & os_toplevel_consts_105_consts_3_names._object.ob_base.ob_base,
  116342             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  116343             :     .co_flags = 19,
  116344             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  116345             :     ._co_linearray_entry_size = 0,
  116346             :     .co_argcount = 1,
  116347             :     .co_posonlyargcount = 0,
  116348             :     .co_kwonlyargcount = 0,
  116349             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  116350             :     .co_stacksize = 3,
  116351             :     .co_firstlineno = 747,
  116352             :     .co_nlocalsplus = 2,
  116353             :     .co_nlocals = 1,
  116354             :     .co_nplaincellvars = 0,
  116355             :     .co_ncellvars = 0,
  116356             :     .co_nfreevars = 1,
  116357             :     .co_localsplusnames = & os_toplevel_consts_105_consts_3_localsplusnames._object.ob_base.ob_base,
  116358             :     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
  116359             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  116360             :     .co_name = & const_str_encodekey._ascii.ob_base,
  116361             :     .co_qualname = & os_toplevel_consts_105_consts_3_qualname._ascii.ob_base,
  116362             :     .co_linetable = & os_toplevel_consts_105_consts_3_linetable.ob_base.ob_base,
  116363             :     ._co_code = NULL,
  116364             :     ._co_linearray = NULL,
  116365             :     .co_code_adaptive = "\x95\x01\x97\x00\x02\x00\x89\x01\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  116366             :     ._co_firsttraceable = 1,
  116367             : };
  116368             : static
  116369             :     struct {
  116370             :         PyGC_Head _gc_head;
  116371             :         struct {
  116372             :             PyObject_VAR_HEAD
  116373             :             PyObject *ob_item[3];
  116374             :         }_object;
  116375             :     }
  116376             : os_toplevel_consts_105_consts_4_consts = {
  116377             :     ._object = {
  116378             :         .ob_base = {
  116379             :             .ob_base = {
  116380             :                 .ob_refcnt = 999999999,
  116381             :                 .ob_type = &PyTuple_Type,
  116382             :             },
  116383             :             .ob_size = 3,
  116384             :         },
  116385             :         .ob_item = {
  116386             :             Py_None,
  116387             :             & os_toplevel_consts_105_consts_2_consts_1._ascii.ob_base,
  116388             :             & const_str_surrogateescape._ascii.ob_base,
  116389             :         },
  116390             :     },
  116391             : };
  116392             : static
  116393             :     struct {
  116394             :         PyGC_Head _gc_head;
  116395             :         struct {
  116396             :             PyObject_VAR_HEAD
  116397             :             PyObject *ob_item[6];
  116398             :         }_object;
  116399             :     }
  116400             : os_toplevel_consts_105_consts_4_names = {
  116401             :     ._object = {
  116402             :         .ob_base = {
  116403             :             .ob_base = {
  116404             :                 .ob_refcnt = 999999999,
  116405             :                 .ob_type = &PyTuple_Type,
  116406             :             },
  116407             :             .ob_size = 6,
  116408             :         },
  116409             :         .ob_item = {
  116410             :             &_Py_ID(isinstance),
  116411             :             & const_str_str._ascii.ob_base,
  116412             :             & const_str_TypeError._ascii.ob_base,
  116413             :             & const_str_type._ascii.ob_base,
  116414             :             &_Py_ID(__name__),
  116415             :             &_Py_ID(encode),
  116416             :         },
  116417             :     },
  116418             : };
  116419             : static
  116420             :     struct {
  116421             :         PyASCIIObject _ascii;
  116422             :         uint8_t _data[31];
  116423             :     }
  116424             : os_toplevel_consts_105_consts_4_qualname = {
  116425             :     ._ascii = {
  116426             :         .ob_base = {
  116427             :             .ob_refcnt = 999999999,
  116428             :             .ob_type = &PyUnicode_Type,
  116429             :         },
  116430             :         .length = 30,
  116431             :         .hash = -1,
  116432             :         .state = {
  116433             :             .kind = 1,
  116434             :             .compact = 1,
  116435             :             .ascii = 1,
  116436             :         },
  116437             :     },
  116438             :     ._data = "_createenviron.<locals>.encode",
  116439             : };
  116440             : static
  116441             :     struct {
  116442             :         PyObject_VAR_HEAD
  116443             :         Py_hash_t ob_shash;
  116444             :         char ob_sval[65];
  116445             :     }
  116446             : os_toplevel_consts_105_consts_4_linetable = {
  116447             :     .ob_base = {
  116448             :         .ob_base = {
  116449             :             .ob_refcnt = 999999999,
  116450             :             .ob_type = &PyBytes_Type,
  116451             :         },
  116452             :         .ob_size = 64,
  116453             :     },
  116454             :     .ob_shash = -1,
  116455             :     .ob_sval = "\xf8\x80\x00\xdd\x13\x1d\x98\x65\xa5\x53\xd4\x13\x29\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x1f\xd0\x20\x36\xbd\x14\xb8\x65\xbc\x1b\xd7\x39\x4d\xd1\x39\x4d\xd1\x20\x4d\xd4\x16\x4e\xd0\x10\x4e\xd8\x13\x18\x97\x3c\x91\x3c\xa0\x08\xd0\x2a\x3b\xd4\x13\x3c\xd0\x0c\x3c",
  116456             : };
  116457             : static
  116458             :     struct {
  116459             :         PyGC_Head _gc_head;
  116460             :         struct {
  116461             :             PyObject_VAR_HEAD
  116462             :             PyObject *ob_item[2];
  116463             :         }_object;
  116464             :     }
  116465             : os_toplevel_consts_105_consts_4_localsplusnames = {
  116466             :     ._object = {
  116467             :         .ob_base = {
  116468             :             .ob_base = {
  116469             :                 .ob_refcnt = 999999999,
  116470             :                 .ob_type = &PyTuple_Type,
  116471             :             },
  116472             :             .ob_size = 2,
  116473             :         },
  116474             :         .ob_item = {
  116475             :             & const_str_value._ascii.ob_base,
  116476             :             &_Py_ID(encoding),
  116477             :         },
  116478             :     },
  116479             : };
  116480             : static
  116481             :     struct _PyCode_DEF(154)
  116482             : os_toplevel_consts_105_consts_4 = {
  116483             :     .ob_base = {
  116484             :         .ob_base = {
  116485             :             .ob_refcnt = 999999999,
  116486             :             .ob_type = &PyCode_Type,
  116487             :         },
  116488             :         .ob_size = 77,
  116489             :     },
  116490             :     .co_consts = & os_toplevel_consts_105_consts_4_consts._object.ob_base.ob_base,
  116491             :     .co_names = & os_toplevel_consts_105_consts_4_names._object.ob_base.ob_base,
  116492             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  116493             :     .co_flags = 19,
  116494             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  116495             :     ._co_linearray_entry_size = 0,
  116496             :     .co_argcount = 1,
  116497             :     .co_posonlyargcount = 0,
  116498             :     .co_kwonlyargcount = 0,
  116499             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  116500             :     .co_stacksize = 6,
  116501             :     .co_firstlineno = 755,
  116502             :     .co_nlocalsplus = 2,
  116503             :     .co_nlocals = 1,
  116504             :     .co_nplaincellvars = 0,
  116505             :     .co_ncellvars = 0,
  116506             :     .co_nfreevars = 1,
  116507             :     .co_localsplusnames = & os_toplevel_consts_105_consts_4_localsplusnames._object.ob_base.ob_base,
  116508             :     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
  116509             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  116510             :     .co_name = &_Py_ID(encode),
  116511             :     .co_qualname = & os_toplevel_consts_105_consts_4_qualname._ascii.ob_base,
  116512             :     .co_linetable = & os_toplevel_consts_105_consts_4_linetable.ob_base.ob_base,
  116513             :     ._co_code = NULL,
  116514             :     ._co_linearray = NULL,
  116515             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  116516             :     ._co_firsttraceable = 1,
  116517             : };
  116518             : static
  116519             :     struct {
  116520             :         PyGC_Head _gc_head;
  116521             :         struct {
  116522             :             PyObject_VAR_HEAD
  116523             :             PyObject *ob_item[2];
  116524             :         }_object;
  116525             :     }
  116526             : os_toplevel_consts_105_consts_5_consts = {
  116527             :     ._object = {
  116528             :         .ob_base = {
  116529             :             .ob_base = {
  116530             :                 .ob_refcnt = 999999999,
  116531             :                 .ob_type = &PyTuple_Type,
  116532             :             },
  116533             :             .ob_size = 2,
  116534             :         },
  116535             :         .ob_item = {
  116536             :             Py_None,
  116537             :             & const_str_surrogateescape._ascii.ob_base,
  116538             :         },
  116539             :     },
  116540             : };
  116541             : static
  116542             :     struct {
  116543             :         PyGC_Head _gc_head;
  116544             :         struct {
  116545             :             PyObject_VAR_HEAD
  116546             :             PyObject *ob_item[1];
  116547             :         }_object;
  116548             :     }
  116549             : os_toplevel_consts_105_consts_5_names = {
  116550             :     ._object = {
  116551             :         .ob_base = {
  116552             :             .ob_base = {
  116553             :                 .ob_refcnt = 999999999,
  116554             :                 .ob_type = &PyTuple_Type,
  116555             :             },
  116556             :             .ob_size = 1,
  116557             :         },
  116558             :         .ob_item = {
  116559             :             &_Py_ID(decode),
  116560             :         },
  116561             :     },
  116562             : };
  116563             : static
  116564             :     struct {
  116565             :         PyASCIIObject _ascii;
  116566             :         uint8_t _data[31];
  116567             :     }
  116568             : os_toplevel_consts_105_consts_5_qualname = {
  116569             :     ._ascii = {
  116570             :         .ob_base = {
  116571             :             .ob_refcnt = 999999999,
  116572             :             .ob_type = &PyUnicode_Type,
  116573             :         },
  116574             :         .length = 30,
  116575             :         .hash = -1,
  116576             :         .state = {
  116577             :             .kind = 1,
  116578             :             .compact = 1,
  116579             :             .ascii = 1,
  116580             :         },
  116581             :     },
  116582             :     ._data = "_createenviron.<locals>.decode",
  116583             : };
  116584             : static
  116585             :     struct {
  116586             :         PyObject_VAR_HEAD
  116587             :         Py_hash_t ob_shash;
  116588             :         char ob_sval[22];
  116589             :     }
  116590             : os_toplevel_consts_105_consts_5_linetable = {
  116591             :     .ob_base = {
  116592             :         .ob_base = {
  116593             :             .ob_refcnt = 999999999,
  116594             :             .ob_type = &PyBytes_Type,
  116595             :         },
  116596             :         .ob_size = 21,
  116597             :     },
  116598             :     .ob_shash = -1,
  116599             :     .ob_sval = "\xf8\x80\x00\xd8\x13\x18\x97\x3c\x91\x3c\xa0\x08\xd0\x2a\x3b\xd4\x13\x3c\xd0\x0c\x3c",
  116600             : };
  116601             : static
  116602             :     struct _PyCode_DEF(42)
  116603             : os_toplevel_consts_105_consts_5 = {
  116604             :     .ob_base = {
  116605             :         .ob_base = {
  116606             :             .ob_refcnt = 999999999,
  116607             :             .ob_type = &PyCode_Type,
  116608             :         },
  116609             :         .ob_size = 21,
  116610             :     },
  116611             :     .co_consts = & os_toplevel_consts_105_consts_5_consts._object.ob_base.ob_base,
  116612             :     .co_names = & os_toplevel_consts_105_consts_5_names._object.ob_base.ob_base,
  116613             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  116614             :     .co_flags = 19,
  116615             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  116616             :     ._co_linearray_entry_size = 0,
  116617             :     .co_argcount = 1,
  116618             :     .co_posonlyargcount = 0,
  116619             :     .co_kwonlyargcount = 0,
  116620             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  116621             :     .co_stacksize = 4,
  116622             :     .co_firstlineno = 759,
  116623             :     .co_nlocalsplus = 2,
  116624             :     .co_nlocals = 1,
  116625             :     .co_nplaincellvars = 0,
  116626             :     .co_ncellvars = 0,
  116627             :     .co_nfreevars = 1,
  116628             :     .co_localsplusnames = & os_toplevel_consts_105_consts_4_localsplusnames._object.ob_base.ob_base,
  116629             :     .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
  116630             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  116631             :     .co_name = &_Py_ID(decode),
  116632             :     .co_qualname = & os_toplevel_consts_105_consts_5_qualname._ascii.ob_base,
  116633             :     .co_linetable = & os_toplevel_consts_105_consts_5_linetable.ob_base.ob_base,
  116634             :     ._co_code = NULL,
  116635             :     ._co_linearray = NULL,
  116636             :     .co_code_adaptive = "\x95\x01\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  116637             :     ._co_firsttraceable = 1,
  116638             : };
  116639             : static
  116640             :     struct {
  116641             :         PyGC_Head _gc_head;
  116642             :         struct {
  116643             :             PyObject_VAR_HEAD
  116644             :             PyObject *ob_item[6];
  116645             :         }_object;
  116646             :     }
  116647             : os_toplevel_consts_105_consts = {
  116648             :     ._object = {
  116649             :         .ob_base = {
  116650             :             .ob_base = {
  116651             :                 .ob_refcnt = 999999999,
  116652             :                 .ob_type = &PyTuple_Type,
  116653             :             },
  116654             :             .ob_size = 6,
  116655             :         },
  116656             :         .ob_item = {
  116657             :             Py_None,
  116658             :             & const_str_nt._ascii.ob_base,
  116659             :             & os_toplevel_consts_105_consts_2.ob_base.ob_base,
  116660             :             & os_toplevel_consts_105_consts_3.ob_base.ob_base,
  116661             :             & os_toplevel_consts_105_consts_4.ob_base.ob_base,
  116662             :             & os_toplevel_consts_105_consts_5.ob_base.ob_base,
  116663             :         },
  116664             :     },
  116665             : };
  116666             : static
  116667             :     struct {
  116668             :         PyGC_Head _gc_head;
  116669             :         struct {
  116670             :             PyObject_VAR_HEAD
  116671             :             PyObject *ob_item[7];
  116672             :         }_object;
  116673             :     }
  116674             : os_toplevel_consts_105_names = {
  116675             :     ._object = {
  116676             :         .ob_base = {
  116677             :             .ob_base = {
  116678             :                 .ob_refcnt = 999999999,
  116679             :                 .ob_type = &PyTuple_Type,
  116680             :             },
  116681             :             .ob_size = 7,
  116682             :         },
  116683             :         .ob_item = {
  116684             :             &_Py_ID(name),
  116685             :             & const_str_str._ascii.ob_base,
  116686             :             & const_str_environ._ascii.ob_base,
  116687             :             &_Py_ID(items),
  116688             :             & const_str_sys._ascii.ob_base,
  116689             :             & const_str_getfilesystemencoding._ascii.ob_base,
  116690             :             & const_str__Environ._ascii.ob_base,
  116691             :         },
  116692             :     },
  116693             : };
  116694             : static
  116695             :     struct {
  116696             :         PyASCIIObject _ascii;
  116697             :         uint8_t _data[15];
  116698             :     }
  116699             : const_str__createenviron = {
  116700             :     ._ascii = {
  116701             :         .ob_base = {
  116702             :             .ob_refcnt = 999999999,
  116703             :             .ob_type = &PyUnicode_Type,
  116704             :         },
  116705             :         .length = 14,
  116706             :         .hash = -1,
  116707             :         .state = {
  116708             :             .kind = 1,
  116709             :             .compact = 1,
  116710             :             .ascii = 1,
  116711             :         },
  116712             :     },
  116713             :     ._data = "_createenviron",
  116714             : };
  116715             : static
  116716             :     struct {
  116717             :         PyObject_VAR_HEAD
  116718             :         Py_hash_t ob_shash;
  116719             :         char ob_sval[224];
  116720             :     }
  116721             : os_toplevel_consts_105_linetable = {
  116722             :     .ob_base = {
  116723             :         .ob_base = {
  116724             :             .ob_refcnt = 999999999,
  116725             :             .ob_type = &PyBytes_Type,
  116726             :         },
  116727             :         .ob_size = 223,
  116728             :     },
  116729             :     .ob_shash = -1,
  116730             :     .ob_sval = "\xf8\xf8\x80\x00\xdd\x07\x0b\x88\x74\x82\x7c\xf0\x00\x17\x05\x17\xf0\x04\x03\x09\x19\xf0\x00\x03\x09\x19\xf0\x00\x03\x09\x19\xf0\x08\x00\x12\x1b\x88\x06\xdd\x11\x14\x88\x06\xf0\x02\x01\x09\x27\xf0\x00\x01\x09\x27\xf0\x00\x01\x09\x27\xf0\x00\x01\x09\x27\xf0\x00\x01\x09\x27\xe0\x0f\x11\x88\x04\xdd\x1a\x21\x9f\x2d\x99\x2d\x9c\x2f\xf0\x00\x01\x09\x29\xf1\x00\x01\x09\x29\x89\x4a\x88\x43\x90\x15\xd8\x23\x28\x88\x44\x90\x19\x90\x19\x98\x33\x94\x1e\xd1\x0c\x20\xd0\x0c\x20\xf0\x03\x01\x09\x29\xf5\x08\x00\x14\x2d\xd7\x13\x2c\xd1\x13\x2c\xd4\x13\x2e\x88\x08\xf0\x02\x03\x09\x3d\xf0\x00\x03\x09\x3d\xf0\x00\x03\x09\x3d\xf0\x00\x03\x09\x3d\xf0\x00\x03\x09\x3d\xf0\x08\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x00\x01\x09\x3d\xe0\x14\x1a\x88\x09\xdd\x0f\x16\x88\x04\xdd\x0b\x13\x90\x44\xd8\x08\x11\x90\x36\xd8\x08\x0e\x90\x06\xf4\x05\x02\x0c\x18\xf0\x00\x02\x05\x18",
  116731             : };
  116732             : static
  116733             :     struct {
  116734             :         PyGC_Head _gc_head;
  116735             :         struct {
  116736             :             PyObject_VAR_HEAD
  116737             :             PyObject *ob_item[8];
  116738             :         }_object;
  116739             :     }
  116740             : os_toplevel_consts_105_localsplusnames = {
  116741             :     ._object = {
  116742             :         .ob_base = {
  116743             :             .ob_base = {
  116744             :                 .ob_refcnt = 999999999,
  116745             :                 .ob_type = &PyTuple_Type,
  116746             :             },
  116747             :             .ob_size = 8,
  116748             :         },
  116749             :         .ob_item = {
  116750             :             & const_str_check_str._ascii.ob_base,
  116751             :             &_Py_ID(decode),
  116752             :             & const_str_encodekey._ascii.ob_base,
  116753             :             & const_str_data._ascii.ob_base,
  116754             :             & const_str_key._ascii.ob_base,
  116755             :             & const_str_value._ascii.ob_base,
  116756             :             &_Py_ID(encode),
  116757             :             &_Py_ID(encoding),
  116758             :         },
  116759             :     },
  116760             : };
  116761             : static
  116762             :     struct {
  116763             :         PyObject_VAR_HEAD
  116764             :         Py_hash_t ob_shash;
  116765             :         char ob_sval[9];
  116766             :     }
  116767             : os_toplevel_consts_105_localspluskinds = {
  116768             :     .ob_base = {
  116769             :         .ob_base = {
  116770             :             .ob_refcnt = 999999999,
  116771             :             .ob_type = &PyBytes_Type,
  116772             :         },
  116773             :         .ob_size = 8,
  116774             :     },
  116775             :     .ob_shash = -1,
  116776             :     .ob_sval = "      @@",
  116777             : };
  116778             : static
  116779             :     struct _PyCode_DEF(266)
  116780             : os_toplevel_consts_105 = {
  116781             :     .ob_base = {
  116782             :         .ob_base = {
  116783             :             .ob_refcnt = 999999999,
  116784             :             .ob_type = &PyCode_Type,
  116785             :         },
  116786             :         .ob_size = 133,
  116787             :     },
  116788             :     .co_consts = & os_toplevel_consts_105_consts._object.ob_base.ob_base,
  116789             :     .co_names = & os_toplevel_consts_105_names._object.ob_base.ob_base,
  116790             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  116791             :     .co_flags = 3,
  116792             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  116793             :     ._co_linearray_entry_size = 0,
  116794             :     .co_argcount = 0,
  116795             :     .co_posonlyargcount = 0,
  116796             :     .co_kwonlyargcount = 0,
  116797             :     .co_framesize = 15 + FRAME_SPECIALS_SIZE,
  116798             :     .co_stacksize = 7,
  116799             :     .co_firstlineno = 738,
  116800             :     .co_nlocalsplus = 8,
  116801             :     .co_nlocals = 6,
  116802             :     .co_nplaincellvars = 2,
  116803             :     .co_ncellvars = 2,
  116804             :     .co_nfreevars = 0,
  116805             :     .co_localsplusnames = & os_toplevel_consts_105_localsplusnames._object.ob_base.ob_base,
  116806             :     .co_localspluskinds = & os_toplevel_consts_105_localspluskinds.ob_base.ob_base,
  116807             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  116808             :     .co_name = & const_str__createenviron._ascii.ob_base,
  116809             :     .co_qualname = & const_str__createenviron._ascii.ob_base,
  116810             :     .co_linetable = & os_toplevel_consts_105_linetable.ob_base.ob_base,
  116811             :     ._co_code = NULL,
  116812             :     ._co_linearray = NULL,
  116813             :     .co_code_adaptive = "\x87\x06\x87\x07\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x3d\x64\x02\x84\x00\x7d\x00\x7c\x00\x8a\x06\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x88\x06\x66\x01\x64\x03\x84\x08\x7d\x02\x69\x00\x7d\x03\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x11\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\x7c\x03\x02\x00\x7c\x02\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x8c\x13\x6e\x29\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x07\x88\x07\x66\x01\x64\x04\x84\x08\x8a\x06\x88\x07\x66\x01\x64\x05\x84\x08\x7d\x01\x89\x06\x7d\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x02\x7c\x01\x89\x06\x7c\x01\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  116814             :     ._co_firsttraceable = 2,
  116815             : };
  116816             : static
  116817             :     struct {
  116818             :         PyASCIIObject _ascii;
  116819             :         uint8_t _data[170];
  116820             :     }
  116821             : os_toplevel_consts_106_consts_0 = {
  116822             :     ._ascii = {
  116823             :         .ob_base = {
  116824             :             .ob_refcnt = 999999999,
  116825             :             .ob_type = &PyUnicode_Type,
  116826             :         },
  116827             :         .length = 169,
  116828             :         .hash = -1,
  116829             :         .state = {
  116830             :             .kind = 1,
  116831             :             .compact = 1,
  116832             :             .ascii = 1,
  116833             :         },
  116834             :     },
  116835             :     ._data = "\x47\x65\x74\x20\x61\x6e\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x4e\x6f\x6e\x65\x20\x69\x66\x20\x69\x74\x20\x64\x6f\x65\x73\x6e\x27\x74\x20\x65\x78\x69\x73\x74\x2e\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x73\x65\x63\x6f\x6e\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x63\x61\x6e\x20\x73\x70\x65\x63\x69\x66\x79\x20\x61\x6e\x20\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x2e\x0a\x20\x20\x20\x20\x6b\x65\x79\x2c\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x72\x65\x73\x75\x6c\x74\x20\x61\x72\x65\x20\x73\x74\x72\x2e",
  116836             : };
  116837             : static
  116838             :     struct {
  116839             :         PyGC_Head _gc_head;
  116840             :         struct {
  116841             :             PyObject_VAR_HEAD
  116842             :             PyObject *ob_item[1];
  116843             :         }_object;
  116844             :     }
  116845             : os_toplevel_consts_106_consts = {
  116846             :     ._object = {
  116847             :         .ob_base = {
  116848             :             .ob_base = {
  116849             :                 .ob_refcnt = 999999999,
  116850             :                 .ob_type = &PyTuple_Type,
  116851             :             },
  116852             :             .ob_size = 1,
  116853             :         },
  116854             :         .ob_item = {
  116855             :             & os_toplevel_consts_106_consts_0._ascii.ob_base,
  116856             :         },
  116857             :     },
  116858             : };
  116859             : static
  116860             :     struct {
  116861             :         PyGC_Head _gc_head;
  116862             :         struct {
  116863             :             PyObject_VAR_HEAD
  116864             :             PyObject *ob_item[2];
  116865             :         }_object;
  116866             :     }
  116867             : os_toplevel_consts_106_names = {
  116868             :     ._object = {
  116869             :         .ob_base = {
  116870             :             .ob_base = {
  116871             :                 .ob_refcnt = 999999999,
  116872             :                 .ob_type = &PyTuple_Type,
  116873             :             },
  116874             :             .ob_size = 2,
  116875             :         },
  116876             :         .ob_item = {
  116877             :             & const_str_environ._ascii.ob_base,
  116878             :             &_Py_ID(get),
  116879             :         },
  116880             :     },
  116881             : };
  116882             : static
  116883             :     struct {
  116884             :         PyASCIIObject _ascii;
  116885             :         uint8_t _data[7];
  116886             :     }
  116887             : const_str_getenv = {
  116888             :     ._ascii = {
  116889             :         .ob_base = {
  116890             :             .ob_refcnt = 999999999,
  116891             :             .ob_type = &PyUnicode_Type,
  116892             :         },
  116893             :         .length = 6,
  116894             :         .hash = -1,
  116895             :         .state = {
  116896             :             .kind = 1,
  116897             :             .compact = 1,
  116898             :             .ascii = 1,
  116899             :         },
  116900             :     },
  116901             :     ._data = "getenv",
  116902             : };
  116903             : static
  116904             :     struct {
  116905             :         PyObject_VAR_HEAD
  116906             :         Py_hash_t ob_shash;
  116907             :         char ob_sval[22];
  116908             :     }
  116909             : os_toplevel_consts_106_linetable = {
  116910             :     .ob_base = {
  116911             :         .ob_base = {
  116912             :             .ob_refcnt = 999999999,
  116913             :             .ob_type = &PyBytes_Type,
  116914             :         },
  116915             :         .ob_size = 21,
  116916             :     },
  116917             :     .ob_shash = -1,
  116918             :     .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x13\x8f\x3b\x89\x3b\x90\x73\x98\x47\xd4\x0b\x24\xd0\x04\x24",
  116919             : };
  116920             : static
  116921             :     struct {
  116922             :         PyGC_Head _gc_head;
  116923             :         struct {
  116924             :             PyObject_VAR_HEAD
  116925             :             PyObject *ob_item[2];
  116926             :         }_object;
  116927             :     }
  116928             : os_toplevel_consts_106_localsplusnames = {
  116929             :     ._object = {
  116930             :         .ob_base = {
  116931             :             .ob_base = {
  116932             :                 .ob_refcnt = 999999999,
  116933             :                 .ob_type = &PyTuple_Type,
  116934             :             },
  116935             :             .ob_size = 2,
  116936             :         },
  116937             :         .ob_item = {
  116938             :             & const_str_key._ascii.ob_base,
  116939             :             &_Py_ID(default),
  116940             :         },
  116941             :     },
  116942             : };
  116943             : static
  116944             :     struct _PyCode_DEF(50)
  116945             : os_toplevel_consts_106 = {
  116946             :     .ob_base = {
  116947             :         .ob_base = {
  116948             :             .ob_refcnt = 999999999,
  116949             :             .ob_type = &PyCode_Type,
  116950             :         },
  116951             :         .ob_size = 25,
  116952             :     },
  116953             :     .co_consts = & os_toplevel_consts_106_consts._object.ob_base.ob_base,
  116954             :     .co_names = & os_toplevel_consts_106_names._object.ob_base.ob_base,
  116955             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  116956             :     .co_flags = 3,
  116957             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  116958             :     ._co_linearray_entry_size = 0,
  116959             :     .co_argcount = 2,
  116960             :     .co_posonlyargcount = 0,
  116961             :     .co_kwonlyargcount = 0,
  116962             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  116963             :     .co_stacksize = 4,
  116964             :     .co_firstlineno = 772,
  116965             :     .co_nlocalsplus = 2,
  116966             :     .co_nlocals = 2,
  116967             :     .co_nplaincellvars = 0,
  116968             :     .co_ncellvars = 0,
  116969             :     .co_nfreevars = 0,
  116970             :     .co_localsplusnames = & os_toplevel_consts_106_localsplusnames._object.ob_base.ob_base,
  116971             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  116972             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  116973             :     .co_name = & const_str_getenv._ascii.ob_base,
  116974             :     .co_qualname = & const_str_getenv._ascii.ob_base,
  116975             :     .co_linetable = & os_toplevel_consts_106_linetable.ob_base.ob_base,
  116976             :     ._co_code = NULL,
  116977             :     ._co_linearray = NULL,
  116978             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  116979             :     ._co_firsttraceable = 0,
  116980             : };
  116981             : static
  116982             :     struct {
  116983             :         PyGC_Head _gc_head;
  116984             :         struct {
  116985             :             PyObject_VAR_HEAD
  116986             :             PyObject *ob_item[2];
  116987             :         }_object;
  116988             :     }
  116989             : os_toplevel_consts_107 = {
  116990             :     ._object = {
  116991             :         .ob_base = {
  116992             :             .ob_base = {
  116993             :                 .ob_refcnt = 999999999,
  116994             :                 .ob_type = &PyTuple_Type,
  116995             :             },
  116996             :             .ob_size = 2,
  116997             :         },
  116998             :         .ob_item = {
  116999             :             & const_str_getenv._ascii.ob_base,
  117000             :             & const_str_supports_bytes_environ._ascii.ob_base,
  117001             :         },
  117002             :     },
  117003             : };
  117004             : static
  117005             :     struct {
  117006             :         PyASCIIObject _ascii;
  117007             :         uint8_t _data[23];
  117008             :     }
  117009             : os_toplevel_consts_108_consts_1 = {
  117010             :     ._ascii = {
  117011             :         .ob_base = {
  117012             :             .ob_refcnt = 999999999,
  117013             :             .ob_type = &PyUnicode_Type,
  117014             :         },
  117015             :         .length = 22,
  117016             :         .hash = -1,
  117017             :         .state = {
  117018             :             .kind = 1,
  117019             :             .compact = 1,
  117020             :             .ascii = 1,
  117021             :         },
  117022             :     },
  117023             :     ._data = "bytes expected, not %s",
  117024             : };
  117025             : static
  117026             :     struct {
  117027             :         PyGC_Head _gc_head;
  117028             :         struct {
  117029             :             PyObject_VAR_HEAD
  117030             :             PyObject *ob_item[2];
  117031             :         }_object;
  117032             :     }
  117033             : os_toplevel_consts_108_consts = {
  117034             :     ._object = {
  117035             :         .ob_base = {
  117036             :             .ob_base = {
  117037             :                 .ob_refcnt = 999999999,
  117038             :                 .ob_type = &PyTuple_Type,
  117039             :             },
  117040             :             .ob_size = 2,
  117041             :         },
  117042             :         .ob_item = {
  117043             :             Py_None,
  117044             :             & os_toplevel_consts_108_consts_1._ascii.ob_base,
  117045             :         },
  117046             :     },
  117047             : };
  117048             : static
  117049             :     struct {
  117050             :         PyGC_Head _gc_head;
  117051             :         struct {
  117052             :             PyObject_VAR_HEAD
  117053             :             PyObject *ob_item[5];
  117054             :         }_object;
  117055             :     }
  117056             : os_toplevel_consts_108_names = {
  117057             :     ._object = {
  117058             :         .ob_base = {
  117059             :             .ob_base = {
  117060             :                 .ob_refcnt = 999999999,
  117061             :                 .ob_type = &PyTuple_Type,
  117062             :             },
  117063             :             .ob_size = 5,
  117064             :         },
  117065             :         .ob_item = {
  117066             :             &_Py_ID(isinstance),
  117067             :             & const_str_bytes._ascii.ob_base,
  117068             :             & const_str_TypeError._ascii.ob_base,
  117069             :             & const_str_type._ascii.ob_base,
  117070             :             &_Py_ID(__name__),
  117071             :         },
  117072             :     },
  117073             : };
  117074             : static
  117075             :     struct {
  117076             :         PyASCIIObject _ascii;
  117077             :         uint8_t _data[13];
  117078             :     }
  117079             : const_str__check_bytes = {
  117080             :     ._ascii = {
  117081             :         .ob_base = {
  117082             :             .ob_refcnt = 999999999,
  117083             :             .ob_type = &PyUnicode_Type,
  117084             :         },
  117085             :         .length = 12,
  117086             :         .hash = -1,
  117087             :         .state = {
  117088             :             .kind = 1,
  117089             :             .compact = 1,
  117090             :             .ascii = 1,
  117091             :         },
  117092             :     },
  117093             :     ._data = "_check_bytes",
  117094             : };
  117095             : static
  117096             :     struct {
  117097             :         PyObject_VAR_HEAD
  117098             :         Py_hash_t ob_shash;
  117099             :         char ob_sval[51];
  117100             :     }
  117101             : os_toplevel_consts_108_linetable = {
  117102             :     .ob_base = {
  117103             :         .ob_base = {
  117104             :             .ob_refcnt = 999999999,
  117105             :             .ob_type = &PyBytes_Type,
  117106             :         },
  117107             :         .ob_size = 50,
  117108             :     },
  117109             :     .ob_shash = -1,
  117110             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x15\xd4\x0f\x27\xf0\x00\x01\x09\x4d\x01\xdd\x12\x1b\xd0\x1c\x34\xb5\x74\xb8\x45\xb4\x7b\xd7\x37\x4b\xd1\x37\x4b\xd1\x1c\x4b\xd4\x12\x4c\xd0\x0c\x4c\xd8\x0f\x14\x88\x0c",
  117111             : };
  117112             : static
  117113             :     struct _PyCode_DEF(118)
  117114             : os_toplevel_consts_108 = {
  117115             :     .ob_base = {
  117116             :         .ob_base = {
  117117             :             .ob_refcnt = 999999999,
  117118             :             .ob_type = &PyCode_Type,
  117119             :         },
  117120             :         .ob_size = 59,
  117121             :     },
  117122             :     .co_consts = & os_toplevel_consts_108_consts._object.ob_base.ob_base,
  117123             :     .co_names = & os_toplevel_consts_108_names._object.ob_base.ob_base,
  117124             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  117125             :     .co_flags = 3,
  117126             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  117127             :     ._co_linearray_entry_size = 0,
  117128             :     .co_argcount = 1,
  117129             :     .co_posonlyargcount = 0,
  117130             :     .co_kwonlyargcount = 0,
  117131             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  117132             :     .co_stacksize = 6,
  117133             :     .co_firstlineno = 782,
  117134             :     .co_nlocalsplus = 1,
  117135             :     .co_nlocals = 1,
  117136             :     .co_nplaincellvars = 0,
  117137             :     .co_ncellvars = 0,
  117138             :     .co_nfreevars = 0,
  117139             :     .co_localsplusnames = & os_toplevel_consts_105_consts_2_localsplusnames._object.ob_base.ob_base,
  117140             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  117141             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  117142             :     .co_name = & const_str__check_bytes._ascii.ob_base,
  117143             :     .co_qualname = & const_str__check_bytes._ascii.ob_base,
  117144             :     .co_linetable = & os_toplevel_consts_108_linetable.ob_base.ob_base,
  117145             :     ._co_code = NULL,
  117146             :     ._co_linearray = NULL,
  117147             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x53\x00",
  117148             :     ._co_firsttraceable = 0,
  117149             : };
  117150             : static
  117151             :     struct {
  117152             :         PyASCIIObject _ascii;
  117153             :         uint8_t _data[180];
  117154             :     }
  117155             : os_toplevel_consts_109_consts_0 = {
  117156             :     ._ascii = {
  117157             :         .ob_base = {
  117158             :             .ob_refcnt = 999999999,
  117159             :             .ob_type = &PyUnicode_Type,
  117160             :         },
  117161             :         .length = 179,
  117162             :         .hash = -1,
  117163             :         .state = {
  117164             :             .kind = 1,
  117165             :             .compact = 1,
  117166             :             .ascii = 1,
  117167             :         },
  117168             :     },
  117169             :     ._data = "\x47\x65\x74\x20\x61\x6e\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x4e\x6f\x6e\x65\x20\x69\x66\x20\x69\x74\x20\x64\x6f\x65\x73\x6e\x27\x74\x20\x65\x78\x69\x73\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x73\x65\x63\x6f\x6e\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x63\x61\x6e\x20\x73\x70\x65\x63\x69\x66\x79\x20\x61\x6e\x20\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x6b\x65\x79\x2c\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x72\x65\x73\x75\x6c\x74\x20\x61\x72\x65\x20\x62\x79\x74\x65\x73\x2e",
  117170             : };
  117171             : static
  117172             :     struct {
  117173             :         PyGC_Head _gc_head;
  117174             :         struct {
  117175             :             PyObject_VAR_HEAD
  117176             :             PyObject *ob_item[1];
  117177             :         }_object;
  117178             :     }
  117179             : os_toplevel_consts_109_consts = {
  117180             :     ._object = {
  117181             :         .ob_base = {
  117182             :             .ob_base = {
  117183             :                 .ob_refcnt = 999999999,
  117184             :                 .ob_type = &PyTuple_Type,
  117185             :             },
  117186             :             .ob_size = 1,
  117187             :         },
  117188             :         .ob_item = {
  117189             :             & os_toplevel_consts_109_consts_0._ascii.ob_base,
  117190             :         },
  117191             :     },
  117192             : };
  117193             : static
  117194             :     struct {
  117195             :         PyGC_Head _gc_head;
  117196             :         struct {
  117197             :             PyObject_VAR_HEAD
  117198             :             PyObject *ob_item[2];
  117199             :         }_object;
  117200             :     }
  117201             : os_toplevel_consts_109_names = {
  117202             :     ._object = {
  117203             :         .ob_base = {
  117204             :             .ob_base = {
  117205             :                 .ob_refcnt = 999999999,
  117206             :                 .ob_type = &PyTuple_Type,
  117207             :             },
  117208             :             .ob_size = 2,
  117209             :         },
  117210             :         .ob_item = {
  117211             :             & const_str_environb._ascii.ob_base,
  117212             :             &_Py_ID(get),
  117213             :         },
  117214             :     },
  117215             : };
  117216             : static
  117217             :     struct {
  117218             :         PyASCIIObject _ascii;
  117219             :         uint8_t _data[8];
  117220             :     }
  117221             : const_str_getenvb = {
  117222             :     ._ascii = {
  117223             :         .ob_base = {
  117224             :             .ob_refcnt = 999999999,
  117225             :             .ob_type = &PyUnicode_Type,
  117226             :         },
  117227             :         .length = 7,
  117228             :         .hash = -1,
  117229             :         .state = {
  117230             :             .kind = 1,
  117231             :             .compact = 1,
  117232             :             .ascii = 1,
  117233             :         },
  117234             :     },
  117235             :     ._data = "getenvb",
  117236             : };
  117237             : static
  117238             :     struct {
  117239             :         PyObject_VAR_HEAD
  117240             :         Py_hash_t ob_shash;
  117241             :         char ob_sval[22];
  117242             :     }
  117243             : os_toplevel_consts_109_linetable = {
  117244             :     .ob_base = {
  117245             :         .ob_base = {
  117246             :             .ob_refcnt = 999999999,
  117247             :             .ob_type = &PyBytes_Type,
  117248             :         },
  117249             :         .ob_size = 21,
  117250             :     },
  117251             :     .ob_shash = -1,
  117252             :     .ob_sval = "\x80\x00\xf5\x08\x00\x10\x18\x8f\x7c\x89\x7c\x98\x43\xa0\x17\xd4\x0f\x29\xd0\x08\x29",
  117253             : };
  117254             : static
  117255             :     struct _PyCode_DEF(50)
  117256             : os_toplevel_consts_109 = {
  117257             :     .ob_base = {
  117258             :         .ob_base = {
  117259             :             .ob_refcnt = 999999999,
  117260             :             .ob_type = &PyCode_Type,
  117261             :         },
  117262             :         .ob_size = 25,
  117263             :     },
  117264             :     .co_consts = & os_toplevel_consts_109_consts._object.ob_base.ob_base,
  117265             :     .co_names = & os_toplevel_consts_109_names._object.ob_base.ob_base,
  117266             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  117267             :     .co_flags = 3,
  117268             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  117269             :     ._co_linearray_entry_size = 0,
  117270             :     .co_argcount = 2,
  117271             :     .co_posonlyargcount = 0,
  117272             :     .co_kwonlyargcount = 0,
  117273             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  117274             :     .co_stacksize = 4,
  117275             :     .co_firstlineno = 793,
  117276             :     .co_nlocalsplus = 2,
  117277             :     .co_nlocals = 2,
  117278             :     .co_nplaincellvars = 0,
  117279             :     .co_ncellvars = 0,
  117280             :     .co_nfreevars = 0,
  117281             :     .co_localsplusnames = & os_toplevel_consts_106_localsplusnames._object.ob_base.ob_base,
  117282             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  117283             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  117284             :     .co_name = & const_str_getenvb._ascii.ob_base,
  117285             :     .co_qualname = & const_str_getenvb._ascii.ob_base,
  117286             :     .co_linetable = & os_toplevel_consts_109_linetable.ob_base.ob_base,
  117287             :     ._co_code = NULL,
  117288             :     ._co_linearray = NULL,
  117289             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  117290             :     ._co_firsttraceable = 0,
  117291             : };
  117292             : static
  117293             :     struct {
  117294             :         PyGC_Head _gc_head;
  117295             :         struct {
  117296             :             PyObject_VAR_HEAD
  117297             :             PyObject *ob_item[2];
  117298             :         }_object;
  117299             :     }
  117300             : os_toplevel_consts_110 = {
  117301             :     ._object = {
  117302             :         .ob_base = {
  117303             :             .ob_base = {
  117304             :                 .ob_refcnt = 999999999,
  117305             :                 .ob_type = &PyTuple_Type,
  117306             :             },
  117307             :             .ob_size = 2,
  117308             :         },
  117309             :         .ob_item = {
  117310             :             & const_str_environb._ascii.ob_base,
  117311             :             & const_str_getenvb._ascii.ob_base,
  117312             :         },
  117313             :     },
  117314             : };
  117315             : static
  117316             :     struct {
  117317             :         PyASCIIObject _ascii;
  117318             :         uint8_t _data[280];
  117319             :     }
  117320             : os_toplevel_consts_111_consts_1_consts_0 = {
  117321             :     ._ascii = {
  117322             :         .ob_base = {
  117323             :             .ob_refcnt = 999999999,
  117324             :             .ob_type = &PyUnicode_Type,
  117325             :         },
  117326             :         .length = 279,
  117327             :         .hash = -1,
  117328             :         .state = {
  117329             :             .kind = 1,
  117330             :             .compact = 1,
  117331             :             .ascii = 1,
  117332             :         },
  117333             :     },
  117334             :     ._data = "\x45\x6e\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x28\x61\x6e\x20\x6f\x73\x2e\x50\x61\x74\x68\x4c\x69\x6b\x65\x2c\x20\x62\x79\x74\x65\x73\x2c\x20\x6f\x72\x20\x73\x74\x72\x29\x20\x74\x6f\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x73\x79\x73\x74\x65\x6d\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x69\x74\x68\x20\x27\x73\x75\x72\x72\x6f\x67\x61\x74\x65\x65\x73\x63\x61\x70\x65\x27\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x65\x72\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x62\x79\x74\x65\x73\x20\x75\x6e\x63\x68\x61\x6e\x67\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4f\x6e\x20\x57\x69\x6e\x64\x6f\x77\x73\x2c\x20\x75\x73\x65\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x65\x72\x20\x69\x66\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x73\x79\x73\x74\x65\x6d\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x69\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x27\x6d\x62\x63\x73\x27\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x74\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
  117335             : };
  117336             : static
  117337             :     struct {
  117338             :         PyGC_Head _gc_head;
  117339             :         struct {
  117340             :             PyObject_VAR_HEAD
  117341             :             PyObject *ob_item[1];
  117342             :         }_object;
  117343             :     }
  117344             : os_toplevel_consts_111_consts_1_consts = {
  117345             :     ._object = {
  117346             :         .ob_base = {
  117347             :             .ob_base = {
  117348             :                 .ob_refcnt = 999999999,
  117349             :                 .ob_type = &PyTuple_Type,
  117350             :             },
  117351             :             .ob_size = 1,
  117352             :         },
  117353             :         .ob_item = {
  117354             :             & os_toplevel_consts_111_consts_1_consts_0._ascii.ob_base,
  117355             :         },
  117356             :     },
  117357             : };
  117358             : static
  117359             :     struct {
  117360             :         PyGC_Head _gc_head;
  117361             :         struct {
  117362             :             PyObject_VAR_HEAD
  117363             :             PyObject *ob_item[4];
  117364             :         }_object;
  117365             :     }
  117366             : os_toplevel_consts_111_consts_1_names = {
  117367             :     ._object = {
  117368             :         .ob_base = {
  117369             :             .ob_base = {
  117370             :                 .ob_refcnt = 999999999,
  117371             :                 .ob_type = &PyTuple_Type,
  117372             :             },
  117373             :             .ob_size = 4,
  117374             :         },
  117375             :         .ob_item = {
  117376             :             & const_str_fspath._ascii.ob_base,
  117377             :             &_Py_ID(isinstance),
  117378             :             & const_str_str._ascii.ob_base,
  117379             :             &_Py_ID(encode),
  117380             :         },
  117381             :     },
  117382             : };
  117383             : static
  117384             :     struct {
  117385             :         PyASCIIObject _ascii;
  117386             :         uint8_t _data[27];
  117387             :     }
  117388             : os_toplevel_consts_111_consts_1_qualname = {
  117389             :     ._ascii = {
  117390             :         .ob_base = {
  117391             :             .ob_refcnt = 999999999,
  117392             :             .ob_type = &PyUnicode_Type,
  117393             :         },
  117394             :         .length = 26,
  117395             :         .hash = -1,
  117396             :         .state = {
  117397             :             .kind = 1,
  117398             :             .compact = 1,
  117399             :             .ascii = 1,
  117400             :         },
  117401             :     },
  117402             :     ._data = "_fscodec.<locals>.fsencode",
  117403             : };
  117404             : static
  117405             :     struct {
  117406             :         PyObject_VAR_HEAD
  117407             :         Py_hash_t ob_shash;
  117408             :         char ob_sval[53];
  117409             :     }
  117410             : os_toplevel_consts_111_consts_1_linetable = {
  117411             :     .ob_base = {
  117412             :         .ob_base = {
  117413             :             .ob_refcnt = 999999999,
  117414             :             .ob_type = &PyBytes_Type,
  117415             :         },
  117416             :         .ob_size = 52,
  117417             :     },
  117418             :     .ob_shash = -1,
  117419             :     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x14\x1a\x98\x28\xd4\x13\x23\x88\x08\xdd\x0b\x15\x90\x68\xa5\x03\xd4\x0b\x24\xf0\x00\x03\x09\x1c\xd8\x13\x1b\x97\x3f\x91\x3f\xa0\x38\xa8\x56\xd4\x13\x34\xd0\x0c\x34\xe0\x13\x1b\x88\x4f",
  117420             : };
  117421             : static
  117422             :     struct {
  117423             :         PyGC_Head _gc_head;
  117424             :         struct {
  117425             :             PyObject_VAR_HEAD
  117426             :             PyObject *ob_item[3];
  117427             :         }_object;
  117428             :     }
  117429             : os_toplevel_consts_111_consts_1_localsplusnames = {
  117430             :     ._object = {
  117431             :         .ob_base = {
  117432             :             .ob_base = {
  117433             :                 .ob_refcnt = 999999999,
  117434             :                 .ob_type = &PyTuple_Type,
  117435             :             },
  117436             :             .ob_size = 3,
  117437             :         },
  117438             :         .ob_item = {
  117439             :             &_Py_ID(filename),
  117440             :             &_Py_ID(encoding),
  117441             :             &_Py_ID(errors),
  117442             :         },
  117443             :     },
  117444             : };
  117445             : static
  117446             :     struct _PyCode_DEF(110)
  117447             : os_toplevel_consts_111_consts_1 = {
  117448             :     .ob_base = {
  117449             :         .ob_base = {
  117450             :             .ob_refcnt = 999999999,
  117451             :             .ob_type = &PyCode_Type,
  117452             :         },
  117453             :         .ob_size = 55,
  117454             :     },
  117455             :     .co_consts = & os_toplevel_consts_111_consts_1_consts._object.ob_base.ob_base,
  117456             :     .co_names = & os_toplevel_consts_111_consts_1_names._object.ob_base.ob_base,
  117457             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  117458             :     .co_flags = 19,
  117459             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  117460             :     ._co_linearray_entry_size = 0,
  117461             :     .co_argcount = 1,
  117462             :     .co_posonlyargcount = 0,
  117463             :     .co_kwonlyargcount = 0,
  117464             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  117465             :     .co_stacksize = 4,
  117466             :     .co_firstlineno = 805,
  117467             :     .co_nlocalsplus = 3,
  117468             :     .co_nlocals = 1,
  117469             :     .co_nplaincellvars = 0,
  117470             :     .co_ncellvars = 0,
  117471             :     .co_nfreevars = 2,
  117472             :     .co_localsplusnames = & os_toplevel_consts_111_consts_1_localsplusnames._object.ob_base.ob_base,
  117473             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
  117474             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  117475             :     .co_name = & const_str_fsencode._ascii.ob_base,
  117476             :     .co_qualname = & os_toplevel_consts_111_consts_1_qualname._ascii.ob_base,
  117477             :     .co_linetable = & os_toplevel_consts_111_consts_1_linetable.ob_base.ob_base,
  117478             :     ._co_code = NULL,
  117479             :     ._co_linearray = NULL,
  117480             :     .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x89\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x53\x00",
  117481             :     ._co_firsttraceable = 1,
  117482             : };
  117483             : static
  117484             :     struct {
  117485             :         PyASCIIObject _ascii;
  117486             :         uint8_t _data[280];
  117487             :     }
  117488             : os_toplevel_consts_111_consts_2_consts_0 = {
  117489             :     ._ascii = {
  117490             :         .ob_base = {
  117491             :             .ob_refcnt = 999999999,
  117492             :             .ob_type = &PyUnicode_Type,
  117493             :         },
  117494             :         .length = 279,
  117495             :         .hash = -1,
  117496             :         .state = {
  117497             :             .kind = 1,
  117498             :             .compact = 1,
  117499             :             .ascii = 1,
  117500             :         },
  117501             :     },
  117502             :     ._data = "\x44\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x28\x61\x6e\x20\x6f\x73\x2e\x50\x61\x74\x68\x4c\x69\x6b\x65\x2c\x20\x62\x79\x74\x65\x73\x2c\x20\x6f\x72\x20\x73\x74\x72\x29\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x73\x79\x73\x74\x65\x6d\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x69\x74\x68\x20\x27\x73\x75\x72\x72\x6f\x67\x61\x74\x65\x65\x73\x63\x61\x70\x65\x27\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x65\x72\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x73\x74\x72\x20\x75\x6e\x63\x68\x61\x6e\x67\x65\x64\x2e\x20\x4f\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x57\x69\x6e\x64\x6f\x77\x73\x2c\x20\x75\x73\x65\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x65\x72\x20\x69\x66\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x73\x79\x73\x74\x65\x6d\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x69\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x27\x6d\x62\x63\x73\x27\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x74\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x29\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
  117503             : };
  117504             : static
  117505             :     struct {
  117506             :         PyGC_Head _gc_head;
  117507             :         struct {
  117508             :             PyObject_VAR_HEAD
  117509             :             PyObject *ob_item[1];
  117510             :         }_object;
  117511             :     }
  117512             : os_toplevel_consts_111_consts_2_consts = {
  117513             :     ._object = {
  117514             :         .ob_base = {
  117515             :             .ob_base = {
  117516             :                 .ob_refcnt = 999999999,
  117517             :                 .ob_type = &PyTuple_Type,
  117518             :             },
  117519             :             .ob_size = 1,
  117520             :         },
  117521             :         .ob_item = {
  117522             :             & os_toplevel_consts_111_consts_2_consts_0._ascii.ob_base,
  117523             :         },
  117524             :     },
  117525             : };
  117526             : static
  117527             :     struct {
  117528             :         PyGC_Head _gc_head;
  117529             :         struct {
  117530             :             PyObject_VAR_HEAD
  117531             :             PyObject *ob_item[4];
  117532             :         }_object;
  117533             :     }
  117534             : os_toplevel_consts_111_consts_2_names = {
  117535             :     ._object = {
  117536             :         .ob_base = {
  117537             :             .ob_base = {
  117538             :                 .ob_refcnt = 999999999,
  117539             :                 .ob_type = &PyTuple_Type,
  117540             :             },
  117541             :             .ob_size = 4,
  117542             :         },
  117543             :         .ob_item = {
  117544             :             & const_str_fspath._ascii.ob_base,
  117545             :             &_Py_ID(isinstance),
  117546             :             & const_str_bytes._ascii.ob_base,
  117547             :             &_Py_ID(decode),
  117548             :         },
  117549             :     },
  117550             : };
  117551             : static
  117552             :     struct {
  117553             :         PyASCIIObject _ascii;
  117554             :         uint8_t _data[27];
  117555             :     }
  117556             : os_toplevel_consts_111_consts_2_qualname = {
  117557             :     ._ascii = {
  117558             :         .ob_base = {
  117559             :             .ob_refcnt = 999999999,
  117560             :             .ob_type = &PyUnicode_Type,
  117561             :         },
  117562             :         .length = 26,
  117563             :         .hash = -1,
  117564             :         .state = {
  117565             :             .kind = 1,
  117566             :             .compact = 1,
  117567             :             .ascii = 1,
  117568             :         },
  117569             :     },
  117570             :     ._data = "_fscodec.<locals>.fsdecode",
  117571             : };
  117572             : static
  117573             :     struct {
  117574             :         PyObject_VAR_HEAD
  117575             :         Py_hash_t ob_shash;
  117576             :         char ob_sval[53];
  117577             :     }
  117578             : os_toplevel_consts_111_consts_2_linetable = {
  117579             :     .ob_base = {
  117580             :         .ob_base = {
  117581             :             .ob_refcnt = 999999999,
  117582             :             .ob_type = &PyBytes_Type,
  117583             :         },
  117584             :         .ob_size = 52,
  117585             :     },
  117586             :     .ob_shash = -1,
  117587             :     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x14\x1a\x98\x28\xd4\x13\x23\x88\x08\xdd\x0b\x15\x90\x68\xa5\x05\xd4\x0b\x26\xf0\x00\x03\x09\x1c\xd8\x13\x1b\x97\x3f\x91\x3f\xa0\x38\xa8\x56\xd4\x13\x34\xd0\x0c\x34\xe0\x13\x1b\x88\x4f",
  117588             : };
  117589             : static
  117590             :     struct _PyCode_DEF(110)
  117591             : os_toplevel_consts_111_consts_2 = {
  117592             :     .ob_base = {
  117593             :         .ob_base = {
  117594             :             .ob_refcnt = 999999999,
  117595             :             .ob_type = &PyCode_Type,
  117596             :         },
  117597             :         .ob_size = 55,
  117598             :     },
  117599             :     .co_consts = & os_toplevel_consts_111_consts_2_consts._object.ob_base.ob_base,
  117600             :     .co_names = & os_toplevel_consts_111_consts_2_names._object.ob_base.ob_base,
  117601             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  117602             :     .co_flags = 19,
  117603             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  117604             :     ._co_linearray_entry_size = 0,
  117605             :     .co_argcount = 1,
  117606             :     .co_posonlyargcount = 0,
  117607             :     .co_kwonlyargcount = 0,
  117608             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  117609             :     .co_stacksize = 4,
  117610             :     .co_firstlineno = 817,
  117611             :     .co_nlocalsplus = 3,
  117612             :     .co_nlocals = 1,
  117613             :     .co_nplaincellvars = 0,
  117614             :     .co_ncellvars = 0,
  117615             :     .co_nfreevars = 2,
  117616             :     .co_localsplusnames = & os_toplevel_consts_111_consts_1_localsplusnames._object.ob_base.ob_base,
  117617             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
  117618             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  117619             :     .co_name = & const_str_fsdecode._ascii.ob_base,
  117620             :     .co_qualname = & os_toplevel_consts_111_consts_2_qualname._ascii.ob_base,
  117621             :     .co_linetable = & os_toplevel_consts_111_consts_2_linetable.ob_base.ob_base,
  117622             :     ._co_code = NULL,
  117623             :     ._co_linearray = NULL,
  117624             :     .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x89\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x53\x00",
  117625             :     ._co_firsttraceable = 1,
  117626             : };
  117627             : static
  117628             :     struct {
  117629             :         PyGC_Head _gc_head;
  117630             :         struct {
  117631             :             PyObject_VAR_HEAD
  117632             :             PyObject *ob_item[3];
  117633             :         }_object;
  117634             :     }
  117635             : os_toplevel_consts_111_consts = {
  117636             :     ._object = {
  117637             :         .ob_base = {
  117638             :             .ob_base = {
  117639             :                 .ob_refcnt = 999999999,
  117640             :                 .ob_type = &PyTuple_Type,
  117641             :             },
  117642             :             .ob_size = 3,
  117643             :         },
  117644             :         .ob_item = {
  117645             :             Py_None,
  117646             :             & os_toplevel_consts_111_consts_1.ob_base.ob_base,
  117647             :             & os_toplevel_consts_111_consts_2.ob_base.ob_base,
  117648             :         },
  117649             :     },
  117650             : };
  117651             : static
  117652             :     struct {
  117653             :         PyASCIIObject _ascii;
  117654             :         uint8_t _data[26];
  117655             :     }
  117656             : const_str_getfilesystemencodeerrors = {
  117657             :     ._ascii = {
  117658             :         .ob_base = {
  117659             :             .ob_refcnt = 999999999,
  117660             :             .ob_type = &PyUnicode_Type,
  117661             :         },
  117662             :         .length = 25,
  117663             :         .hash = -1,
  117664             :         .state = {
  117665             :             .kind = 1,
  117666             :             .compact = 1,
  117667             :             .ascii = 1,
  117668             :         },
  117669             :     },
  117670             :     ._data = "getfilesystemencodeerrors",
  117671             : };
  117672             : static
  117673             :     struct {
  117674             :         PyGC_Head _gc_head;
  117675             :         struct {
  117676             :             PyObject_VAR_HEAD
  117677             :             PyObject *ob_item[3];
  117678             :         }_object;
  117679             :     }
  117680             : os_toplevel_consts_111_names = {
  117681             :     ._object = {
  117682             :         .ob_base = {
  117683             :             .ob_base = {
  117684             :                 .ob_refcnt = 999999999,
  117685             :                 .ob_type = &PyTuple_Type,
  117686             :             },
  117687             :             .ob_size = 3,
  117688             :         },
  117689             :         .ob_item = {
  117690             :             & const_str_sys._ascii.ob_base,
  117691             :             & const_str_getfilesystemencoding._ascii.ob_base,
  117692             :             & const_str_getfilesystemencodeerrors._ascii.ob_base,
  117693             :         },
  117694             :     },
  117695             : };
  117696             : static
  117697             :     struct {
  117698             :         PyASCIIObject _ascii;
  117699             :         uint8_t _data[9];
  117700             :     }
  117701             : const_str__fscodec = {
  117702             :     ._ascii = {
  117703             :         .ob_base = {
  117704             :             .ob_refcnt = 999999999,
  117705             :             .ob_type = &PyUnicode_Type,
  117706             :         },
  117707             :         .length = 8,
  117708             :         .hash = -1,
  117709             :         .state = {
  117710             :             .kind = 1,
  117711             :             .compact = 1,
  117712             :             .ascii = 1,
  117713             :         },
  117714             :     },
  117715             :     ._data = "_fscodec",
  117716             : };
  117717             : static
  117718             :     struct {
  117719             :         PyObject_VAR_HEAD
  117720             :         Py_hash_t ob_shash;
  117721             :         char ob_sval[106];
  117722             :     }
  117723             : os_toplevel_consts_111_linetable = {
  117724             :     .ob_base = {
  117725             :         .ob_base = {
  117726             :             .ob_refcnt = 999999999,
  117727             :             .ob_type = &PyBytes_Type,
  117728             :         },
  117729             :         .ob_size = 105,
  117730             :     },
  117731             :     .ob_shash = -1,
  117732             :     .ob_sval = "\xf8\xf8\x80\x00\xdd\x0f\x28\xd7\x0f\x28\xd1\x0f\x28\xd4\x0f\x2a\x80\x48\xdd\x0d\x2a\xd7\x0d\x2a\xd1\x0d\x2a\xd4\x0d\x2c\x80\x46\xf0\x04\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x18\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x18\x00\x0c\x14\x90\x58\xd0\x0b\x1d\xd0\x04\x1d",
  117733             : };
  117734             : static
  117735             :     struct {
  117736             :         PyGC_Head _gc_head;
  117737             :         struct {
  117738             :             PyObject_VAR_HEAD
  117739             :             PyObject *ob_item[4];
  117740             :         }_object;
  117741             :     }
  117742             : os_toplevel_consts_111_localsplusnames = {
  117743             :     ._object = {
  117744             :         .ob_base = {
  117745             :             .ob_base = {
  117746             :                 .ob_refcnt = 999999999,
  117747             :                 .ob_type = &PyTuple_Type,
  117748             :             },
  117749             :             .ob_size = 4,
  117750             :         },
  117751             :         .ob_item = {
  117752             :             & const_str_fsencode._ascii.ob_base,
  117753             :             & const_str_fsdecode._ascii.ob_base,
  117754             :             &_Py_ID(encoding),
  117755             :             &_Py_ID(errors),
  117756             :         },
  117757             :     },
  117758             : };
  117759             : static
  117760             :     struct {
  117761             :         PyObject_VAR_HEAD
  117762             :         Py_hash_t ob_shash;
  117763             :         char ob_sval[5];
  117764             :     }
  117765             : os_toplevel_consts_111_localspluskinds = {
  117766             :     .ob_base = {
  117767             :         .ob_base = {
  117768             :             .ob_refcnt = 999999999,
  117769             :             .ob_type = &PyBytes_Type,
  117770             :         },
  117771             :         .ob_size = 4,
  117772             :     },
  117773             :     .ob_shash = -1,
  117774             :     .ob_sval = "  @@",
  117775             : };
  117776             : static
  117777             :     struct _PyCode_DEF(126)
  117778             : os_toplevel_consts_111 = {
  117779             :     .ob_base = {
  117780             :         .ob_base = {
  117781             :             .ob_refcnt = 999999999,
  117782             :             .ob_type = &PyCode_Type,
  117783             :         },
  117784             :         .ob_size = 63,
  117785             :     },
  117786             :     .co_consts = & os_toplevel_consts_111_consts._object.ob_base.ob_base,
  117787             :     .co_names = & os_toplevel_consts_111_names._object.ob_base.ob_base,
  117788             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  117789             :     .co_flags = 3,
  117790             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  117791             :     ._co_linearray_entry_size = 0,
  117792             :     .co_argcount = 0,
  117793             :     .co_posonlyargcount = 0,
  117794             :     .co_kwonlyargcount = 0,
  117795             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  117796             :     .co_stacksize = 2,
  117797             :     .co_firstlineno = 801,
  117798             :     .co_nlocalsplus = 4,
  117799             :     .co_nlocals = 2,
  117800             :     .co_nplaincellvars = 2,
  117801             :     .co_ncellvars = 2,
  117802             :     .co_nfreevars = 0,
  117803             :     .co_localsplusnames = & os_toplevel_consts_111_localsplusnames._object.ob_base.ob_base,
  117804             :     .co_localspluskinds = & os_toplevel_consts_111_localspluskinds.ob_base.ob_base,
  117805             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  117806             :     .co_name = & const_str__fscodec._ascii.ob_base,
  117807             :     .co_qualname = & const_str__fscodec._ascii.ob_base,
  117808             :     .co_linetable = & os_toplevel_consts_111_linetable.ob_base.ob_base,
  117809             :     ._co_code = NULL,
  117810             :     ._co_linearray = NULL,
  117811             :     .co_code_adaptive = "\x87\x02\x87\x03\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x03\x88\x02\x88\x03\x66\x02\x64\x01\x84\x08\x7d\x00\x88\x02\x88\x03\x66\x02\x64\x02\x84\x08\x7d\x01\x7c\x00\x7c\x01\x66\x02\x53\x00",
  117812             :     ._co_firsttraceable = 2,
  117813             : };
  117814             : static
  117815             :     struct {
  117816             :         PyASCIIObject _ascii;
  117817             :         uint8_t _data[5];
  117818             :     }
  117819             : const_str_fork = {
  117820             :     ._ascii = {
  117821             :         .ob_base = {
  117822             :             .ob_refcnt = 999999999,
  117823             :             .ob_type = &PyUnicode_Type,
  117824             :         },
  117825             :         .length = 4,
  117826             :         .hash = -1,
  117827             :         .state = {
  117828             :             .kind = 1,
  117829             :             .compact = 1,
  117830             :             .ascii = 1,
  117831             :         },
  117832             :     },
  117833             :     ._data = "fork",
  117834             : };
  117835             : static
  117836             :     struct {
  117837             :         PyASCIIObject _ascii;
  117838             :         uint8_t _data[7];
  117839             :     }
  117840             : const_str_spawnv = {
  117841             :     ._ascii = {
  117842             :         .ob_base = {
  117843             :             .ob_refcnt = 999999999,
  117844             :             .ob_type = &PyUnicode_Type,
  117845             :         },
  117846             :         .length = 6,
  117847             :         .hash = -1,
  117848             :         .state = {
  117849             :             .kind = 1,
  117850             :             .compact = 1,
  117851             :             .ascii = 1,
  117852             :         },
  117853             :     },
  117854             :     ._data = "spawnv",
  117855             : };
  117856             : static
  117857             :     struct {
  117858             :         PyASCIIObject _ascii;
  117859             :         uint8_t _data[7];
  117860             :     }
  117861             : const_str_P_WAIT = {
  117862             :     ._ascii = {
  117863             :         .ob_base = {
  117864             :             .ob_refcnt = 999999999,
  117865             :             .ob_type = &PyUnicode_Type,
  117866             :         },
  117867             :         .length = 6,
  117868             :         .hash = -1,
  117869             :         .state = {
  117870             :             .kind = 1,
  117871             :             .compact = 1,
  117872             :             .ascii = 1,
  117873             :         },
  117874             :     },
  117875             :     ._data = "P_WAIT",
  117876             : };
  117877             : static
  117878             :     struct {
  117879             :         PyASCIIObject _ascii;
  117880             :         uint8_t _data[9];
  117881             :     }
  117882             : const_str_P_NOWAIT = {
  117883             :     ._ascii = {
  117884             :         .ob_base = {
  117885             :             .ob_refcnt = 999999999,
  117886             :             .ob_type = &PyUnicode_Type,
  117887             :         },
  117888             :         .length = 8,
  117889             :         .hash = -1,
  117890             :         .state = {
  117891             :             .kind = 1,
  117892             :             .compact = 1,
  117893             :             .ascii = 1,
  117894             :         },
  117895             :     },
  117896             :     ._data = "P_NOWAIT",
  117897             : };
  117898             : static
  117899             :     struct {
  117900             :         PyASCIIObject _ascii;
  117901             :         uint8_t _data[10];
  117902             :     }
  117903             : const_str_P_NOWAITO = {
  117904             :     ._ascii = {
  117905             :         .ob_base = {
  117906             :             .ob_refcnt = 999999999,
  117907             :             .ob_type = &PyUnicode_Type,
  117908             :         },
  117909             :         .length = 9,
  117910             :         .hash = -1,
  117911             :         .state = {
  117912             :             .kind = 1,
  117913             :             .compact = 1,
  117914             :             .ascii = 1,
  117915             :         },
  117916             :     },
  117917             :     ._data = "P_NOWAITO",
  117918             : };
  117919             : static
  117920             :     struct {
  117921             :         PyGC_Head _gc_head;
  117922             :         struct {
  117923             :             PyObject_VAR_HEAD
  117924             :             PyObject *ob_item[3];
  117925             :         }_object;
  117926             :     }
  117927             : os_toplevel_consts_115 = {
  117928             :     ._object = {
  117929             :         .ob_base = {
  117930             :             .ob_base = {
  117931             :                 .ob_refcnt = 999999999,
  117932             :                 .ob_type = &PyTuple_Type,
  117933             :             },
  117934             :             .ob_size = 3,
  117935             :         },
  117936             :         .ob_item = {
  117937             :             & const_str_P_WAIT._ascii.ob_base,
  117938             :             & const_str_P_NOWAIT._ascii.ob_base,
  117939             :             & const_str_P_NOWAITO._ascii.ob_base,
  117940             :         },
  117941             :     },
  117942             : };
  117943             : static
  117944             :     struct {
  117945             :         PyASCIIObject _ascii;
  117946             :         uint8_t _data[31];
  117947             :     }
  117948             : os_toplevel_consts_116_consts_1 = {
  117949             :     ._ascii = {
  117950             :         .ob_base = {
  117951             :             .ob_refcnt = 999999999,
  117952             :             .ob_type = &PyUnicode_Type,
  117953             :         },
  117954             :         .length = 30,
  117955             :         .hash = -1,
  117956             :         .state = {
  117957             :             .kind = 1,
  117958             :             .compact = 1,
  117959             :             .ascii = 1,
  117960             :         },
  117961             :     },
  117962             :     ._data = "argv must be a tuple or a list",
  117963             : };
  117964             : static
  117965             :     struct {
  117966             :         PyASCIIObject _ascii;
  117967             :         uint8_t _data[35];
  117968             :     }
  117969             : os_toplevel_consts_116_consts_3 = {
  117970             :     ._ascii = {
  117971             :         .ob_base = {
  117972             :             .ob_refcnt = 999999999,
  117973             :             .ob_type = &PyUnicode_Type,
  117974             :         },
  117975             :         .length = 34,
  117976             :         .hash = -1,
  117977             :         .state = {
  117978             :             .kind = 1,
  117979             :             .compact = 1,
  117980             :             .ascii = 1,
  117981             :         },
  117982             :     },
  117983             :     ._data = "argv first element cannot be empty",
  117984             : };
  117985             : static
  117986             :     struct {
  117987             :         PyGC_Head _gc_head;
  117988             :         struct {
  117989             :             PyObject_VAR_HEAD
  117990             :             PyObject *ob_item[5];
  117991             :         }_object;
  117992             :     }
  117993             : os_toplevel_consts_116_consts = {
  117994             :     ._object = {
  117995             :         .ob_base = {
  117996             :             .ob_base = {
  117997             :                 .ob_refcnt = 999999999,
  117998             :                 .ob_type = &PyTuple_Type,
  117999             :             },
  118000             :             .ob_size = 5,
  118001             :         },
  118002             :         .ob_item = {
  118003             :             Py_None,
  118004             :             & os_toplevel_consts_116_consts_1._ascii.ob_base,
  118005             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  118006             :             & os_toplevel_consts_116_consts_3._ascii.ob_base,
  118007             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 127],
  118008             :         },
  118009             :     },
  118010             : };
  118011             : static
  118012             :     struct {
  118013             :         PyASCIIObject _ascii;
  118014             :         uint8_t _data[8];
  118015             :     }
  118016             : const_str_waitpid = {
  118017             :     ._ascii = {
  118018             :         .ob_base = {
  118019             :             .ob_refcnt = 999999999,
  118020             :             .ob_type = &PyUnicode_Type,
  118021             :         },
  118022             :         .length = 7,
  118023             :         .hash = -1,
  118024             :         .state = {
  118025             :             .kind = 1,
  118026             :             .compact = 1,
  118027             :             .ascii = 1,
  118028             :         },
  118029             :     },
  118030             :     ._data = "waitpid",
  118031             : };
  118032             : static
  118033             :     struct {
  118034             :         PyASCIIObject _ascii;
  118035             :         uint8_t _data[11];
  118036             :     }
  118037             : const_str_WIFSTOPPED = {
  118038             :     ._ascii = {
  118039             :         .ob_base = {
  118040             :             .ob_refcnt = 999999999,
  118041             :             .ob_type = &PyUnicode_Type,
  118042             :         },
  118043             :         .length = 10,
  118044             :         .hash = -1,
  118045             :         .state = {
  118046             :             .kind = 1,
  118047             :             .compact = 1,
  118048             :             .ascii = 1,
  118049             :         },
  118050             :     },
  118051             :     ._data = "WIFSTOPPED",
  118052             : };
  118053             : static
  118054             :     struct {
  118055             :         PyASCIIObject _ascii;
  118056             :         uint8_t _data[23];
  118057             :     }
  118058             : const_str_waitstatus_to_exitcode = {
  118059             :     ._ascii = {
  118060             :         .ob_base = {
  118061             :             .ob_refcnt = 999999999,
  118062             :             .ob_type = &PyUnicode_Type,
  118063             :         },
  118064             :         .length = 22,
  118065             :         .hash = -1,
  118066             :         .state = {
  118067             :             .kind = 1,
  118068             :             .compact = 1,
  118069             :             .ascii = 1,
  118070             :         },
  118071             :     },
  118072             :     ._data = "waitstatus_to_exitcode",
  118073             : };
  118074             : static
  118075             :     struct {
  118076             :         PyGC_Head _gc_head;
  118077             :         struct {
  118078             :             PyObject_VAR_HEAD
  118079             :             PyObject *ob_item[11];
  118080             :         }_object;
  118081             :     }
  118082             : os_toplevel_consts_116_names = {
  118083             :     ._object = {
  118084             :         .ob_base = {
  118085             :             .ob_base = {
  118086             :                 .ob_refcnt = 999999999,
  118087             :                 .ob_type = &PyTuple_Type,
  118088             :             },
  118089             :             .ob_size = 11,
  118090             :         },
  118091             :         .ob_item = {
  118092             :             &_Py_ID(isinstance),
  118093             :             & const_str_tuple._ascii.ob_base,
  118094             :             & const_str_list._ascii.ob_base,
  118095             :             & const_str_TypeError._ascii.ob_base,
  118096             :             & const_str_ValueError._ascii.ob_base,
  118097             :             & const_str_fork._ascii.ob_base,
  118098             :             & const_str__exit._ascii.ob_base,
  118099             :             & const_str_P_NOWAIT._ascii.ob_base,
  118100             :             & const_str_waitpid._ascii.ob_base,
  118101             :             & const_str_WIFSTOPPED._ascii.ob_base,
  118102             :             & const_str_waitstatus_to_exitcode._ascii.ob_base,
  118103             :         },
  118104             :     },
  118105             : };
  118106             : static
  118107             :     struct {
  118108             :         PyASCIIObject _ascii;
  118109             :         uint8_t _data[10];
  118110             :     }
  118111             : const_str__spawnvef = {
  118112             :     ._ascii = {
  118113             :         .ob_base = {
  118114             :             .ob_refcnt = 999999999,
  118115             :             .ob_type = &PyUnicode_Type,
  118116             :         },
  118117             :         .length = 9,
  118118             :         .hash = -1,
  118119             :         .state = {
  118120             :             .kind = 1,
  118121             :             .compact = 1,
  118122             :             .ascii = 1,
  118123             :         },
  118124             :     },
  118125             :     ._data = "_spawnvef",
  118126             : };
  118127             : static
  118128             :     struct {
  118129             :         PyObject_VAR_HEAD
  118130             :         Py_hash_t ob_shash;
  118131             :         char ob_sval[232];
  118132             :     }
  118133             : os_toplevel_consts_116_linetable = {
  118134             :     .ob_base = {
  118135             :         .ob_base = {
  118136             :             .ob_refcnt = 999999999,
  118137             :             .ob_type = &PyBytes_Type,
  118138             :         },
  118139             :         .ob_size = 231,
  118140             :     },
  118141             :     .ob_shash = -1,
  118142             :     .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x24\xa5\x15\xad\x04\xa0\x0d\xd4\x0f\x2e\xf0\x00\x01\x09\x3e\xdd\x12\x1b\xd0\x1c\x3c\xd4\x12\x3d\xd0\x0c\x3d\xd8\x0f\x13\xf0\x00\x01\x09\x43\x01\x98\x34\xa0\x01\x9c\x37\xf0\x00\x01\x09\x43\x01\xdd\x12\x1c\xd0\x1d\x41\xd4\x12\x42\xd0\x0c\x42\xdd\x0e\x12\x8c\x66\x88\x03\xd8\x0f\x12\xf0\x00\x12\x09\x33\xf0\x04\x06\x0d\x1b\xd8\x13\x16\xf0\x00\x03\x11\x2a\xd8\x14\x18\x90\x44\x98\x14\x98\x74\xd4\x14\x24\xd0\x14\x24\xd0\x14\x24\xe0\x14\x18\x90\x44\x98\x14\x98\x74\xa0\x53\xd4\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xf0\x05\x00\x15\x25\xd0\x14\x24\xf0\x0e\x00\x10\x14\x95\x78\xd2\x0f\x1f\xf0\x00\x01\x0d\x1b\xd8\x17\x1a\x90\x0a\xd8\x12\x13\xdd\x1c\x23\xa0\x43\xa8\x11\x9c\x4f\x91\x09\x90\x04\x90\x63\xdd\x13\x1d\x98\x63\x94\x3f\xf0\x00\x01\x11\x1d\xd8\x14\x1c\xe5\x17\x2d\xa8\x63\xd4\x17\x32\xd0\x10\x32\xf8\xf0\x17\x01\x0d\x1b\xdd\x10\x15\x90\x63\x94\x0a\x90\x0a\x90\x0a\x90\x0a\x90\x0a\xf8\xf8\xf8",
  118143             : };
  118144             : static
  118145             :     struct {
  118146             :         PyObject_VAR_HEAD
  118147             :         Py_hash_t ob_shash;
  118148             :         char ob_sval[13];
  118149             :     }
  118150             : os_toplevel_consts_116_exceptiontable = {
  118151             :     .ob_base = {
  118152             :         .ob_base = {
  118153             :             .ob_refcnt = 999999999,
  118154             :             .ob_type = &PyBytes_Type,
  118155             :         },
  118156             :         .ob_size = 12,
  118157             :     },
  118158             :     .ob_shash = -1,
  118159             :     .ob_sval = "\xc1\x0e\x18\x42\x24\x00\xc2\x24\x0f\x42\x36\x03",
  118160             : };
  118161             : static
  118162             :     struct {
  118163             :         PyASCIIObject _ascii;
  118164             :         uint8_t _data[5];
  118165             :     }
  118166             : const_str_func = {
  118167             :     ._ascii = {
  118168             :         .ob_base = {
  118169             :             .ob_refcnt = 999999999,
  118170             :             .ob_type = &PyUnicode_Type,
  118171             :         },
  118172             :         .length = 4,
  118173             :         .hash = -1,
  118174             :         .state = {
  118175             :             .kind = 1,
  118176             :             .compact = 1,
  118177             :             .ascii = 1,
  118178             :         },
  118179             :     },
  118180             :     ._data = "func",
  118181             : };
  118182             : static
  118183             :     struct {
  118184             :         PyASCIIObject _ascii;
  118185             :         uint8_t _data[4];
  118186             :     }
  118187             : const_str_pid = {
  118188             :     ._ascii = {
  118189             :         .ob_base = {
  118190             :             .ob_refcnt = 999999999,
  118191             :             .ob_type = &PyUnicode_Type,
  118192             :         },
  118193             :         .length = 3,
  118194             :         .hash = -1,
  118195             :         .state = {
  118196             :             .kind = 1,
  118197             :             .compact = 1,
  118198             :             .ascii = 1,
  118199             :         },
  118200             :     },
  118201             :     ._data = "pid",
  118202             : };
  118203             : static
  118204             :     struct {
  118205             :         PyASCIIObject _ascii;
  118206             :         uint8_t _data[5];
  118207             :     }
  118208             : const_str_wpid = {
  118209             :     ._ascii = {
  118210             :         .ob_base = {
  118211             :             .ob_refcnt = 999999999,
  118212             :             .ob_type = &PyUnicode_Type,
  118213             :         },
  118214             :         .length = 4,
  118215             :         .hash = -1,
  118216             :         .state = {
  118217             :             .kind = 1,
  118218             :             .compact = 1,
  118219             :             .ascii = 1,
  118220             :         },
  118221             :     },
  118222             :     ._data = "wpid",
  118223             : };
  118224             : static
  118225             :     struct {
  118226             :         PyASCIIObject _ascii;
  118227             :         uint8_t _data[4];
  118228             :     }
  118229             : const_str_sts = {
  118230             :     ._ascii = {
  118231             :         .ob_base = {
  118232             :             .ob_refcnt = 999999999,
  118233             :             .ob_type = &PyUnicode_Type,
  118234             :         },
  118235             :         .length = 3,
  118236             :         .hash = -1,
  118237             :         .state = {
  118238             :             .kind = 1,
  118239             :             .compact = 1,
  118240             :             .ascii = 1,
  118241             :         },
  118242             :     },
  118243             :     ._data = "sts",
  118244             : };
  118245             : static
  118246             :     struct {
  118247             :         PyGC_Head _gc_head;
  118248             :         struct {
  118249             :             PyObject_VAR_HEAD
  118250             :             PyObject *ob_item[8];
  118251             :         }_object;
  118252             :     }
  118253             : os_toplevel_consts_116_localsplusnames = {
  118254             :     ._object = {
  118255             :         .ob_base = {
  118256             :             .ob_base = {
  118257             :                 .ob_refcnt = 999999999,
  118258             :                 .ob_type = &PyTuple_Type,
  118259             :             },
  118260             :             .ob_size = 8,
  118261             :         },
  118262             :         .ob_item = {
  118263             :             &_Py_ID(mode),
  118264             :             & const_str_file._ascii.ob_base,
  118265             :             & const_str_args._ascii.ob_base,
  118266             :             & const_str_env._ascii.ob_base,
  118267             :             & const_str_func._ascii.ob_base,
  118268             :             & const_str_pid._ascii.ob_base,
  118269             :             & const_str_wpid._ascii.ob_base,
  118270             :             & const_str_sts._ascii.ob_base,
  118271             :         },
  118272             :     },
  118273             : };
  118274             : static
  118275             :     struct _PyCode_DEF(370)
  118276             : os_toplevel_consts_116 = {
  118277             :     .ob_base = {
  118278             :         .ob_base = {
  118279             :             .ob_refcnt = 999999999,
  118280             :             .ob_type = &PyCode_Type,
  118281             :         },
  118282             :         .ob_size = 185,
  118283             :     },
  118284             :     .co_consts = & os_toplevel_consts_116_consts._object.ob_base.ob_base,
  118285             :     .co_names = & os_toplevel_consts_116_names._object.ob_base.ob_base,
  118286             :     .co_exceptiontable = & os_toplevel_consts_116_exceptiontable.ob_base.ob_base,
  118287             :     .co_flags = 3,
  118288             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  118289             :     ._co_linearray_entry_size = 0,
  118290             :     .co_argcount = 5,
  118291             :     .co_posonlyargcount = 0,
  118292             :     .co_kwonlyargcount = 0,
  118293             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  118294             :     .co_stacksize = 5,
  118295             :     .co_firstlineno = 846,
  118296             :     .co_nlocalsplus = 8,
  118297             :     .co_nlocals = 8,
  118298             :     .co_nplaincellvars = 0,
  118299             :     .co_ncellvars = 0,
  118300             :     .co_nfreevars = 0,
  118301             :     .co_localsplusnames = & os_toplevel_consts_116_localsplusnames._object.ob_base.ob_base,
  118302             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
  118303             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  118304             :     .co_name = & const_str__spawnvef._ascii.ob_base,
  118305             :     .co_qualname = & const_str__spawnvef._ascii.ob_base,
  118306             :     .co_linetable = & os_toplevel_consts_116_linetable.ob_base.ob_base,
  118307             :     ._co_code = NULL,
  118308             :     ._co_linearray = NULL,
  118309             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x72\x08\x7c\x02\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x73\x1d\x09\x00\x7c\x03\x80\x0b\x02\x00\x7c\x04\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0d\x02\x00\x7c\x04\x7c\x01\x7c\x02\x7c\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x7c\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x05\x53\x00\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x01\x8c\x20\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x01\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x53\x00\x78\x03\x59\x00\x77\x01",
  118310             :     ._co_firsttraceable = 0,
  118311             : };
  118312             : static
  118313             :     struct {
  118314             :         PyASCIIObject _ascii;
  118315             :         uint8_t _data[278];
  118316             :     }
  118317             : os_toplevel_consts_117_consts_0 = {
  118318             :     ._ascii = {
  118319             :         .ob_base = {
  118320             :             .ob_refcnt = 999999999,
  118321             :             .ob_type = &PyUnicode_Type,
  118322             :         },
  118323             :         .length = 277,
  118324             :         .hash = -1,
  118325             :         .state = {
  118326             :             .kind = 1,
  118327             :             .compact = 1,
  118328             :             .ascii = 1,
  118329             :         },
  118330             :     },
  118331             :     ._data = "\x73\x70\x61\x77\x6e\x76\x28\x6d\x6f\x64\x65\x2c\x20\x66\x69\x6c\x65\x2c\x20\x61\x72\x67\x73\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x0a\x45\x78\x65\x63\x75\x74\x65\x20\x66\x69\x6c\x65\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x66\x72\x6f\x6d\x20\x61\x72\x67\x73\x20\x69\x6e\x20\x61\x20\x73\x75\x62\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x4e\x4f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x69\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x27\x73\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x20\x69\x66\x20\x69\x74\x20\x65\x78\x69\x74\x73\x20\x6e\x6f\x72\x6d\x61\x6c\x6c\x79\x3b\x0a\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x2d\x53\x49\x47\x2c\x20\x77\x68\x65\x72\x65\x20\x53\x49\x47\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x67\x6e\x61\x6c\x20\x74\x68\x61\x74\x20\x6b\x69\x6c\x6c\x65\x64\x20\x69\x74\x2e\x20",
  118332             : };
  118333             : static
  118334             :     struct {
  118335             :         PyGC_Head _gc_head;
  118336             :         struct {
  118337             :             PyObject_VAR_HEAD
  118338             :             PyObject *ob_item[2];
  118339             :         }_object;
  118340             :     }
  118341             : os_toplevel_consts_117_consts = {
  118342             :     ._object = {
  118343             :         .ob_base = {
  118344             :             .ob_base = {
  118345             :                 .ob_refcnt = 999999999,
  118346             :                 .ob_type = &PyTuple_Type,
  118347             :             },
  118348             :             .ob_size = 2,
  118349             :         },
  118350             :         .ob_item = {
  118351             :             & os_toplevel_consts_117_consts_0._ascii.ob_base,
  118352             :             Py_None,
  118353             :         },
  118354             :     },
  118355             : };
  118356             : static
  118357             :     struct {
  118358             :         PyGC_Head _gc_head;
  118359             :         struct {
  118360             :             PyObject_VAR_HEAD
  118361             :             PyObject *ob_item[2];
  118362             :         }_object;
  118363             :     }
  118364             : os_toplevel_consts_117_names = {
  118365             :     ._object = {
  118366             :         .ob_base = {
  118367             :             .ob_base = {
  118368             :                 .ob_refcnt = 999999999,
  118369             :                 .ob_type = &PyTuple_Type,
  118370             :             },
  118371             :             .ob_size = 2,
  118372             :         },
  118373             :         .ob_item = {
  118374             :             & const_str__spawnvef._ascii.ob_base,
  118375             :             & const_str_execv._ascii.ob_base,
  118376             :         },
  118377             :     },
  118378             : };
  118379             : static
  118380             :     struct {
  118381             :         PyObject_VAR_HEAD
  118382             :         Py_hash_t ob_shash;
  118383             :         char ob_sval[24];
  118384             :     }
  118385             : os_toplevel_consts_117_linetable = {
  118386             :     .ob_base = {
  118387             :         .ob_base = {
  118388             :             .ob_refcnt = 999999999,
  118389             :             .ob_type = &PyBytes_Type,
  118390             :         },
  118391             :         .ob_size = 23,
  118392             :     },
  118393             :     .ob_shash = -1,
  118394             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x34\xb5\x15\xd4\x0f\x37\xd0\x08\x37",
  118395             : };
  118396             : static
  118397             :     struct {
  118398             :         PyGC_Head _gc_head;
  118399             :         struct {
  118400             :             PyObject_VAR_HEAD
  118401             :             PyObject *ob_item[3];
  118402             :         }_object;
  118403             :     }
  118404             : os_toplevel_consts_117_localsplusnames = {
  118405             :     ._object = {
  118406             :         .ob_base = {
  118407             :             .ob_base = {
  118408             :                 .ob_refcnt = 999999999,
  118409             :                 .ob_type = &PyTuple_Type,
  118410             :             },
  118411             :             .ob_size = 3,
  118412             :         },
  118413             :         .ob_item = {
  118414             :             &_Py_ID(mode),
  118415             :             & const_str_file._ascii.ob_base,
  118416             :             & const_str_args._ascii.ob_base,
  118417             :         },
  118418             :     },
  118419             : };
  118420             : static
  118421             :     struct _PyCode_DEF(46)
  118422             : os_toplevel_consts_117 = {
  118423             :     .ob_base = {
  118424             :         .ob_base = {
  118425             :             .ob_refcnt = 999999999,
  118426             :             .ob_type = &PyCode_Type,
  118427             :         },
  118428             :         .ob_size = 23,
  118429             :     },
  118430             :     .co_consts = & os_toplevel_consts_117_consts._object.ob_base.ob_base,
  118431             :     .co_names = & os_toplevel_consts_117_names._object.ob_base.ob_base,
  118432             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  118433             :     .co_flags = 3,
  118434             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  118435             :     ._co_linearray_entry_size = 0,
  118436             :     .co_argcount = 3,
  118437             :     .co_posonlyargcount = 0,
  118438             :     .co_kwonlyargcount = 0,
  118439             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  118440             :     .co_stacksize = 7,
  118441             :     .co_firstlineno = 873,
  118442             :     .co_nlocalsplus = 3,
  118443             :     .co_nlocals = 3,
  118444             :     .co_nplaincellvars = 0,
  118445             :     .co_ncellvars = 0,
  118446             :     .co_nfreevars = 0,
  118447             :     .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
  118448             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  118449             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  118450             :     .co_name = & const_str_spawnv._ascii.ob_base,
  118451             :     .co_qualname = & const_str_spawnv._ascii.ob_base,
  118452             :     .co_linetable = & os_toplevel_consts_117_linetable.ob_base.ob_base,
  118453             :     ._co_code = NULL,
  118454             :     ._co_linearray = NULL,
  118455             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x64\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  118456             :     ._co_firsttraceable = 0,
  118457             : };
  118458             : static
  118459             :     struct {
  118460             :         PyASCIIObject _ascii;
  118461             :         uint8_t _data[315];
  118462             :     }
  118463             : os_toplevel_consts_118_consts_0 = {
  118464             :     ._ascii = {
  118465             :         .ob_base = {
  118466             :             .ob_refcnt = 999999999,
  118467             :             .ob_type = &PyUnicode_Type,
  118468             :         },
  118469             :         .length = 314,
  118470             :         .hash = -1,
  118471             :         .state = {
  118472             :             .kind = 1,
  118473             :             .compact = 1,
  118474             :             .ascii = 1,
  118475             :         },
  118476             :     },
  118477             :     ._data = "\x73\x70\x61\x77\x6e\x76\x65\x28\x6d\x6f\x64\x65\x2c\x20\x66\x69\x6c\x65\x2c\x20\x61\x72\x67\x73\x2c\x20\x65\x6e\x76\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x0a\x45\x78\x65\x63\x75\x74\x65\x20\x66\x69\x6c\x65\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x66\x72\x6f\x6d\x20\x61\x72\x67\x73\x20\x69\x6e\x20\x61\x20\x73\x75\x62\x70\x72\x6f\x63\x65\x73\x73\x20\x77\x69\x74\x68\x20\x74\x68\x65\x0a\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x4e\x4f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x69\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x27\x73\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x20\x69\x66\x20\x69\x74\x20\x65\x78\x69\x74\x73\x20\x6e\x6f\x72\x6d\x61\x6c\x6c\x79\x3b\x0a\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x2d\x53\x49\x47\x2c\x20\x77\x68\x65\x72\x65\x20\x53\x49\x47\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x67\x6e\x61\x6c\x20\x74\x68\x61\x74\x20\x6b\x69\x6c\x6c\x65\x64\x20\x69\x74\x2e\x20",
  118478             : };
  118479             : static
  118480             :     struct {
  118481             :         PyGC_Head _gc_head;
  118482             :         struct {
  118483             :             PyObject_VAR_HEAD
  118484             :             PyObject *ob_item[1];
  118485             :         }_object;
  118486             :     }
  118487             : os_toplevel_consts_118_consts = {
  118488             :     ._object = {
  118489             :         .ob_base = {
  118490             :             .ob_base = {
  118491             :                 .ob_refcnt = 999999999,
  118492             :                 .ob_type = &PyTuple_Type,
  118493             :             },
  118494             :             .ob_size = 1,
  118495             :         },
  118496             :         .ob_item = {
  118497             :             & os_toplevel_consts_118_consts_0._ascii.ob_base,
  118498             :         },
  118499             :     },
  118500             : };
  118501             : static
  118502             :     struct {
  118503             :         PyGC_Head _gc_head;
  118504             :         struct {
  118505             :             PyObject_VAR_HEAD
  118506             :             PyObject *ob_item[2];
  118507             :         }_object;
  118508             :     }
  118509             : os_toplevel_consts_118_names = {
  118510             :     ._object = {
  118511             :         .ob_base = {
  118512             :             .ob_base = {
  118513             :                 .ob_refcnt = 999999999,
  118514             :                 .ob_type = &PyTuple_Type,
  118515             :             },
  118516             :             .ob_size = 2,
  118517             :         },
  118518             :         .ob_item = {
  118519             :             & const_str__spawnvef._ascii.ob_base,
  118520             :             & const_str_execve._ascii.ob_base,
  118521             :         },
  118522             :     },
  118523             : };
  118524             : static
  118525             :     struct {
  118526             :         PyASCIIObject _ascii;
  118527             :         uint8_t _data[8];
  118528             :     }
  118529             : const_str_spawnve = {
  118530             :     ._ascii = {
  118531             :         .ob_base = {
  118532             :             .ob_refcnt = 999999999,
  118533             :             .ob_type = &PyUnicode_Type,
  118534             :         },
  118535             :         .length = 7,
  118536             :         .hash = -1,
  118537             :         .state = {
  118538             :             .kind = 1,
  118539             :             .compact = 1,
  118540             :             .ascii = 1,
  118541             :         },
  118542             :     },
  118543             :     ._data = "spawnve",
  118544             : };
  118545             : static
  118546             :     struct {
  118547             :         PyObject_VAR_HEAD
  118548             :         Py_hash_t ob_shash;
  118549             :         char ob_sval[24];
  118550             :     }
  118551             : os_toplevel_consts_118_linetable = {
  118552             :     .ob_base = {
  118553             :         .ob_base = {
  118554             :             .ob_refcnt = 999999999,
  118555             :             .ob_type = &PyBytes_Type,
  118556             :         },
  118557             :         .ob_size = 23,
  118558             :     },
  118559             :     .ob_shash = -1,
  118560             :     .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x33\xb5\x06\xd4\x0f\x37\xd0\x08\x37",
  118561             : };
  118562             : static
  118563             :     struct {
  118564             :         PyGC_Head _gc_head;
  118565             :         struct {
  118566             :             PyObject_VAR_HEAD
  118567             :             PyObject *ob_item[4];
  118568             :         }_object;
  118569             :     }
  118570             : os_toplevel_consts_118_localsplusnames = {
  118571             :     ._object = {
  118572             :         .ob_base = {
  118573             :             .ob_base = {
  118574             :                 .ob_refcnt = 999999999,
  118575             :                 .ob_type = &PyTuple_Type,
  118576             :             },
  118577             :             .ob_size = 4,
  118578             :         },
  118579             :         .ob_item = {
  118580             :             &_Py_ID(mode),
  118581             :             & const_str_file._ascii.ob_base,
  118582             :             & const_str_args._ascii.ob_base,
  118583             :             & const_str_env._ascii.ob_base,
  118584             :         },
  118585             :     },
  118586             : };
  118587             : static
  118588             :     struct _PyCode_DEF(46)
  118589             : os_toplevel_consts_118 = {
  118590             :     .ob_base = {
  118591             :         .ob_base = {
  118592             :             .ob_refcnt = 999999999,
  118593             :             .ob_type = &PyCode_Type,
  118594             :         },
  118595             :         .ob_size = 23,
  118596             :     },
  118597             :     .co_consts = & os_toplevel_consts_118_consts._object.ob_base.ob_base,
  118598             :     .co_names = & os_toplevel_consts_118_names._object.ob_base.ob_base,
  118599             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  118600             :     .co_flags = 3,
  118601             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  118602             :     ._co_linearray_entry_size = 0,
  118603             :     .co_argcount = 4,
  118604             :     .co_posonlyargcount = 0,
  118605             :     .co_kwonlyargcount = 0,
  118606             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  118607             :     .co_stacksize = 7,
  118608             :     .co_firstlineno = 882,
  118609             :     .co_nlocalsplus = 4,
  118610             :     .co_nlocals = 4,
  118611             :     .co_nplaincellvars = 0,
  118612             :     .co_ncellvars = 0,
  118613             :     .co_nfreevars = 0,
  118614             :     .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
  118615             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  118616             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  118617             :     .co_name = & const_str_spawnve._ascii.ob_base,
  118618             :     .co_qualname = & const_str_spawnve._ascii.ob_base,
  118619             :     .co_linetable = & os_toplevel_consts_118_linetable.ob_base.ob_base,
  118620             :     ._co_code = NULL,
  118621             :     ._co_linearray = NULL,
  118622             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  118623             :     ._co_firsttraceable = 0,
  118624             : };
  118625             : static
  118626             :     struct {
  118627             :         PyASCIIObject _ascii;
  118628             :         uint8_t _data[313];
  118629             :     }
  118630             : os_toplevel_consts_119_consts_0 = {
  118631             :     ._ascii = {
  118632             :         .ob_base = {
  118633             :             .ob_refcnt = 999999999,
  118634             :             .ob_type = &PyUnicode_Type,
  118635             :         },
  118636             :         .length = 312,
  118637             :         .hash = -1,
  118638             :         .state = {
  118639             :             .kind = 1,
  118640             :             .compact = 1,
  118641             :             .ascii = 1,
  118642             :         },
  118643             :     },
  118644             :     ._data = "\x73\x70\x61\x77\x6e\x76\x70\x28\x6d\x6f\x64\x65\x2c\x20\x66\x69\x6c\x65\x2c\x20\x61\x72\x67\x73\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x0a\x45\x78\x65\x63\x75\x74\x65\x20\x66\x69\x6c\x65\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x6c\x6f\x6f\x6b\x65\x64\x20\x66\x6f\x72\x20\x61\x6c\x6f\x6e\x67\x20\x24\x50\x41\x54\x48\x29\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x66\x72\x6f\x6d\x0a\x61\x72\x67\x73\x20\x69\x6e\x20\x61\x20\x73\x75\x62\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x4e\x4f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x69\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x27\x73\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x20\x69\x66\x20\x69\x74\x20\x65\x78\x69\x74\x73\x20\x6e\x6f\x72\x6d\x61\x6c\x6c\x79\x3b\x0a\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x2d\x53\x49\x47\x2c\x20\x77\x68\x65\x72\x65\x20\x53\x49\x47\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x67\x6e\x61\x6c\x20\x74\x68\x61\x74\x20\x6b\x69\x6c\x6c\x65\x64\x20\x69\x74\x2e\x20",
  118645             : };
  118646             : static
  118647             :     struct {
  118648             :         PyGC_Head _gc_head;
  118649             :         struct {
  118650             :             PyObject_VAR_HEAD
  118651             :             PyObject *ob_item[2];
  118652             :         }_object;
  118653             :     }
  118654             : os_toplevel_consts_119_consts = {
  118655             :     ._object = {
  118656             :         .ob_base = {
  118657             :             .ob_base = {
  118658             :                 .ob_refcnt = 999999999,
  118659             :                 .ob_type = &PyTuple_Type,
  118660             :             },
  118661             :             .ob_size = 2,
  118662             :         },
  118663             :         .ob_item = {
  118664             :             & os_toplevel_consts_119_consts_0._ascii.ob_base,
  118665             :             Py_None,
  118666             :         },
  118667             :     },
  118668             : };
  118669             : static
  118670             :     struct {
  118671             :         PyGC_Head _gc_head;
  118672             :         struct {
  118673             :             PyObject_VAR_HEAD
  118674             :             PyObject *ob_item[2];
  118675             :         }_object;
  118676             :     }
  118677             : os_toplevel_consts_119_names = {
  118678             :     ._object = {
  118679             :         .ob_base = {
  118680             :             .ob_base = {
  118681             :                 .ob_refcnt = 999999999,
  118682             :                 .ob_type = &PyTuple_Type,
  118683             :             },
  118684             :             .ob_size = 2,
  118685             :         },
  118686             :         .ob_item = {
  118687             :             & const_str__spawnvef._ascii.ob_base,
  118688             :             & const_str_execvp._ascii.ob_base,
  118689             :         },
  118690             :     },
  118691             : };
  118692             : static
  118693             :     struct {
  118694             :         PyASCIIObject _ascii;
  118695             :         uint8_t _data[8];
  118696             :     }
  118697             : const_str_spawnvp = {
  118698             :     ._ascii = {
  118699             :         .ob_base = {
  118700             :             .ob_refcnt = 999999999,
  118701             :             .ob_type = &PyUnicode_Type,
  118702             :         },
  118703             :         .length = 7,
  118704             :         .hash = -1,
  118705             :         .state = {
  118706             :             .kind = 1,
  118707             :             .compact = 1,
  118708             :             .ascii = 1,
  118709             :         },
  118710             :     },
  118711             :     ._data = "spawnvp",
  118712             : };
  118713             : static
  118714             :     struct {
  118715             :         PyObject_VAR_HEAD
  118716             :         Py_hash_t ob_shash;
  118717             :         char ob_sval[24];
  118718             :     }
  118719             : os_toplevel_consts_119_linetable = {
  118720             :     .ob_base = {
  118721             :         .ob_base = {
  118722             :             .ob_refcnt = 999999999,
  118723             :             .ob_type = &PyBytes_Type,
  118724             :         },
  118725             :         .ob_size = 23,
  118726             :     },
  118727             :     .ob_shash = -1,
  118728             :     .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x34\xb5\x16\xd4\x0f\x38\xd0\x08\x38",
  118729             : };
  118730             : static
  118731             :     struct _PyCode_DEF(46)
  118732             : os_toplevel_consts_119 = {
  118733             :     .ob_base = {
  118734             :         .ob_base = {
  118735             :             .ob_refcnt = 999999999,
  118736             :             .ob_type = &PyCode_Type,
  118737             :         },
  118738             :         .ob_size = 23,
  118739             :     },
  118740             :     .co_consts = & os_toplevel_consts_119_consts._object.ob_base.ob_base,
  118741             :     .co_names = & os_toplevel_consts_119_names._object.ob_base.ob_base,
  118742             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  118743             :     .co_flags = 3,
  118744             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  118745             :     ._co_linearray_entry_size = 0,
  118746             :     .co_argcount = 3,
  118747             :     .co_posonlyargcount = 0,
  118748             :     .co_kwonlyargcount = 0,
  118749             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  118750             :     .co_stacksize = 7,
  118751             :     .co_firstlineno = 894,
  118752             :     .co_nlocalsplus = 3,
  118753             :     .co_nlocals = 3,
  118754             :     .co_nplaincellvars = 0,
  118755             :     .co_ncellvars = 0,
  118756             :     .co_nfreevars = 0,
  118757             :     .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
  118758             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  118759             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  118760             :     .co_name = & const_str_spawnvp._ascii.ob_base,
  118761             :     .co_qualname = & const_str_spawnvp._ascii.ob_base,
  118762             :     .co_linetable = & os_toplevel_consts_119_linetable.ob_base.ob_base,
  118763             :     ._co_code = NULL,
  118764             :     ._co_linearray = NULL,
  118765             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x64\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  118766             :     ._co_firsttraceable = 0,
  118767             : };
  118768             : static
  118769             :     struct {
  118770             :         PyASCIIObject _ascii;
  118771             :         uint8_t _data[349];
  118772             :     }
  118773             : os_toplevel_consts_120_consts_0 = {
  118774             :     ._ascii = {
  118775             :         .ob_base = {
  118776             :             .ob_refcnt = 999999999,
  118777             :             .ob_type = &PyUnicode_Type,
  118778             :         },
  118779             :         .length = 348,
  118780             :         .hash = -1,
  118781             :         .state = {
  118782             :             .kind = 1,
  118783             :             .compact = 1,
  118784             :             .ascii = 1,
  118785             :         },
  118786             :     },
  118787             :     ._data = "\x73\x70\x61\x77\x6e\x76\x70\x65\x28\x6d\x6f\x64\x65\x2c\x20\x66\x69\x6c\x65\x2c\x20\x61\x72\x67\x73\x2c\x20\x65\x6e\x76\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x0a\x45\x78\x65\x63\x75\x74\x65\x20\x66\x69\x6c\x65\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x6c\x6f\x6f\x6b\x65\x64\x20\x66\x6f\x72\x20\x61\x6c\x6f\x6e\x67\x20\x24\x50\x41\x54\x48\x29\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x66\x72\x6f\x6d\x0a\x61\x72\x67\x73\x20\x69\x6e\x20\x61\x20\x73\x75\x62\x70\x72\x6f\x63\x65\x73\x73\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x73\x75\x70\x70\x6c\x69\x65\x64\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x4e\x4f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x69\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x27\x73\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x20\x69\x66\x20\x69\x74\x20\x65\x78\x69\x74\x73\x20\x6e\x6f\x72\x6d\x61\x6c\x6c\x79\x3b\x0a\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x2d\x53\x49\x47\x2c\x20\x77\x68\x65\x72\x65\x20\x53\x49\x47\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x67\x6e\x61\x6c\x20\x74\x68\x61\x74\x20\x6b\x69\x6c\x6c\x65\x64\x20\x69\x74\x2e\x20",
  118788             : };
  118789             : static
  118790             :     struct {
  118791             :         PyGC_Head _gc_head;
  118792             :         struct {
  118793             :             PyObject_VAR_HEAD
  118794             :             PyObject *ob_item[1];
  118795             :         }_object;
  118796             :     }
  118797             : os_toplevel_consts_120_consts = {
  118798             :     ._object = {
  118799             :         .ob_base = {
  118800             :             .ob_base = {
  118801             :                 .ob_refcnt = 999999999,
  118802             :                 .ob_type = &PyTuple_Type,
  118803             :             },
  118804             :             .ob_size = 1,
  118805             :         },
  118806             :         .ob_item = {
  118807             :             & os_toplevel_consts_120_consts_0._ascii.ob_base,
  118808             :         },
  118809             :     },
  118810             : };
  118811             : static
  118812             :     struct {
  118813             :         PyGC_Head _gc_head;
  118814             :         struct {
  118815             :             PyObject_VAR_HEAD
  118816             :             PyObject *ob_item[2];
  118817             :         }_object;
  118818             :     }
  118819             : os_toplevel_consts_120_names = {
  118820             :     ._object = {
  118821             :         .ob_base = {
  118822             :             .ob_base = {
  118823             :                 .ob_refcnt = 999999999,
  118824             :                 .ob_type = &PyTuple_Type,
  118825             :             },
  118826             :             .ob_size = 2,
  118827             :         },
  118828             :         .ob_item = {
  118829             :             & const_str__spawnvef._ascii.ob_base,
  118830             :             & const_str_execvpe._ascii.ob_base,
  118831             :         },
  118832             :     },
  118833             : };
  118834             : static
  118835             :     struct {
  118836             :         PyASCIIObject _ascii;
  118837             :         uint8_t _data[9];
  118838             :     }
  118839             : const_str_spawnvpe = {
  118840             :     ._ascii = {
  118841             :         .ob_base = {
  118842             :             .ob_refcnt = 999999999,
  118843             :             .ob_type = &PyUnicode_Type,
  118844             :         },
  118845             :         .length = 8,
  118846             :         .hash = -1,
  118847             :         .state = {
  118848             :             .kind = 1,
  118849             :             .compact = 1,
  118850             :             .ascii = 1,
  118851             :         },
  118852             :     },
  118853             :     ._data = "spawnvpe",
  118854             : };
  118855             : static
  118856             :     struct {
  118857             :         PyObject_VAR_HEAD
  118858             :         Py_hash_t ob_shash;
  118859             :         char ob_sval[24];
  118860             :     }
  118861             : os_toplevel_consts_120_linetable = {
  118862             :     .ob_base = {
  118863             :         .ob_base = {
  118864             :             .ob_refcnt = 999999999,
  118865             :             .ob_type = &PyBytes_Type,
  118866             :         },
  118867             :         .ob_size = 23,
  118868             :     },
  118869             :     .ob_shash = -1,
  118870             :     .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x33\xb5\x07\xd4\x0f\x38\xd0\x08\x38",
  118871             : };
  118872             : static
  118873             :     struct _PyCode_DEF(46)
  118874             : os_toplevel_consts_120 = {
  118875             :     .ob_base = {
  118876             :         .ob_base = {
  118877             :             .ob_refcnt = 999999999,
  118878             :             .ob_type = &PyCode_Type,
  118879             :         },
  118880             :         .ob_size = 23,
  118881             :     },
  118882             :     .co_consts = & os_toplevel_consts_120_consts._object.ob_base.ob_base,
  118883             :     .co_names = & os_toplevel_consts_120_names._object.ob_base.ob_base,
  118884             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  118885             :     .co_flags = 3,
  118886             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  118887             :     ._co_linearray_entry_size = 0,
  118888             :     .co_argcount = 4,
  118889             :     .co_posonlyargcount = 0,
  118890             :     .co_kwonlyargcount = 0,
  118891             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  118892             :     .co_stacksize = 7,
  118893             :     .co_firstlineno = 904,
  118894             :     .co_nlocalsplus = 4,
  118895             :     .co_nlocals = 4,
  118896             :     .co_nplaincellvars = 0,
  118897             :     .co_ncellvars = 0,
  118898             :     .co_nfreevars = 0,
  118899             :     .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
  118900             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  118901             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  118902             :     .co_name = & const_str_spawnvpe._ascii.ob_base,
  118903             :     .co_qualname = & const_str_spawnvpe._ascii.ob_base,
  118904             :     .co_linetable = & os_toplevel_consts_120_linetable.ob_base.ob_base,
  118905             :     ._co_code = NULL,
  118906             :     ._co_linearray = NULL,
  118907             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  118908             :     ._co_firsttraceable = 0,
  118909             : };
  118910             : static
  118911             :     struct {
  118912             :         PyGC_Head _gc_head;
  118913             :         struct {
  118914             :             PyObject_VAR_HEAD
  118915             :             PyObject *ob_item[4];
  118916             :         }_object;
  118917             :     }
  118918             : os_toplevel_consts_121 = {
  118919             :     ._object = {
  118920             :         .ob_base = {
  118921             :             .ob_base = {
  118922             :                 .ob_refcnt = 999999999,
  118923             :                 .ob_type = &PyTuple_Type,
  118924             :             },
  118925             :             .ob_size = 4,
  118926             :         },
  118927             :         .ob_item = {
  118928             :             & const_str_spawnv._ascii.ob_base,
  118929             :             & const_str_spawnve._ascii.ob_base,
  118930             :             & const_str_spawnvp._ascii.ob_base,
  118931             :             & const_str_spawnvpe._ascii.ob_base,
  118932             :         },
  118933             :     },
  118934             : };
  118935             : static
  118936             :     struct {
  118937             :         PyASCIIObject _ascii;
  118938             :         uint8_t _data[279];
  118939             :     }
  118940             : os_toplevel_consts_122_consts_0 = {
  118941             :     ._ascii = {
  118942             :         .ob_base = {
  118943             :             .ob_refcnt = 999999999,
  118944             :             .ob_type = &PyUnicode_Type,
  118945             :         },
  118946             :         .length = 278,
  118947             :         .hash = -1,
  118948             :         .state = {
  118949             :             .kind = 1,
  118950             :             .compact = 1,
  118951             :             .ascii = 1,
  118952             :         },
  118953             :     },
  118954             :     ._data = "\x73\x70\x61\x77\x6e\x6c\x28\x6d\x6f\x64\x65\x2c\x20\x66\x69\x6c\x65\x2c\x20\x2a\x61\x72\x67\x73\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x0a\x45\x78\x65\x63\x75\x74\x65\x20\x66\x69\x6c\x65\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x66\x72\x6f\x6d\x20\x61\x72\x67\x73\x20\x69\x6e\x20\x61\x20\x73\x75\x62\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x4e\x4f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x69\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x27\x73\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x20\x69\x66\x20\x69\x74\x20\x65\x78\x69\x74\x73\x20\x6e\x6f\x72\x6d\x61\x6c\x6c\x79\x3b\x0a\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x2d\x53\x49\x47\x2c\x20\x77\x68\x65\x72\x65\x20\x53\x49\x47\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x67\x6e\x61\x6c\x20\x74\x68\x61\x74\x20\x6b\x69\x6c\x6c\x65\x64\x20\x69\x74\x2e\x20",
  118955             : };
  118956             : static
  118957             :     struct {
  118958             :         PyGC_Head _gc_head;
  118959             :         struct {
  118960             :             PyObject_VAR_HEAD
  118961             :             PyObject *ob_item[1];
  118962             :         }_object;
  118963             :     }
  118964             : os_toplevel_consts_122_consts = {
  118965             :     ._object = {
  118966             :         .ob_base = {
  118967             :             .ob_base = {
  118968             :                 .ob_refcnt = 999999999,
  118969             :                 .ob_type = &PyTuple_Type,
  118970             :             },
  118971             :             .ob_size = 1,
  118972             :         },
  118973             :         .ob_item = {
  118974             :             & os_toplevel_consts_122_consts_0._ascii.ob_base,
  118975             :         },
  118976             :     },
  118977             : };
  118978             : static
  118979             :     struct {
  118980             :         PyGC_Head _gc_head;
  118981             :         struct {
  118982             :             PyObject_VAR_HEAD
  118983             :             PyObject *ob_item[1];
  118984             :         }_object;
  118985             :     }
  118986             : os_toplevel_consts_122_names = {
  118987             :     ._object = {
  118988             :         .ob_base = {
  118989             :             .ob_base = {
  118990             :                 .ob_refcnt = 999999999,
  118991             :                 .ob_type = &PyTuple_Type,
  118992             :             },
  118993             :             .ob_size = 1,
  118994             :         },
  118995             :         .ob_item = {
  118996             :             & const_str_spawnv._ascii.ob_base,
  118997             :         },
  118998             :     },
  118999             : };
  119000             : static
  119001             :     struct {
  119002             :         PyASCIIObject _ascii;
  119003             :         uint8_t _data[7];
  119004             :     }
  119005             : const_str_spawnl = {
  119006             :     ._ascii = {
  119007             :         .ob_base = {
  119008             :             .ob_refcnt = 999999999,
  119009             :             .ob_type = &PyUnicode_Type,
  119010             :         },
  119011             :         .length = 6,
  119012             :         .hash = -1,
  119013             :         .state = {
  119014             :             .kind = 1,
  119015             :             .compact = 1,
  119016             :             .ascii = 1,
  119017             :         },
  119018             :     },
  119019             :     ._data = "spawnl",
  119020             : };
  119021             : static
  119022             :     struct {
  119023             :         PyObject_VAR_HEAD
  119024             :         Py_hash_t ob_shash;
  119025             :         char ob_sval[20];
  119026             :     }
  119027             : os_toplevel_consts_122_linetable = {
  119028             :     .ob_base = {
  119029             :         .ob_base = {
  119030             :             .ob_refcnt = 999999999,
  119031             :             .ob_type = &PyBytes_Type,
  119032             :         },
  119033             :         .ob_size = 19,
  119034             :     },
  119035             :     .ob_shash = -1,
  119036             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x16\x90\x64\x98\x44\xa0\x24\xd4\x0f\x27\xd0\x08\x27",
  119037             : };
  119038             : static
  119039             :     struct _PyCode_DEF(32)
  119040             : os_toplevel_consts_122 = {
  119041             :     .ob_base = {
  119042             :         .ob_base = {
  119043             :             .ob_refcnt = 999999999,
  119044             :             .ob_type = &PyCode_Type,
  119045             :         },
  119046             :         .ob_size = 16,
  119047             :     },
  119048             :     .co_consts = & os_toplevel_consts_122_consts._object.ob_base.ob_base,
  119049             :     .co_names = & os_toplevel_consts_122_names._object.ob_base.ob_base,
  119050             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  119051             :     .co_flags = 7,
  119052             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  119053             :     ._co_linearray_entry_size = 0,
  119054             :     .co_argcount = 2,
  119055             :     .co_posonlyargcount = 0,
  119056             :     .co_kwonlyargcount = 0,
  119057             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  119058             :     .co_stacksize = 5,
  119059             :     .co_firstlineno = 922,
  119060             :     .co_nlocalsplus = 3,
  119061             :     .co_nlocals = 3,
  119062             :     .co_nplaincellvars = 0,
  119063             :     .co_ncellvars = 0,
  119064             :     .co_nfreevars = 0,
  119065             :     .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
  119066             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  119067             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  119068             :     .co_name = & const_str_spawnl._ascii.ob_base,
  119069             :     .co_qualname = & const_str_spawnl._ascii.ob_base,
  119070             :     .co_linetable = & os_toplevel_consts_122_linetable.ob_base.ob_base,
  119071             :     ._co_code = NULL,
  119072             :     ._co_linearray = NULL,
  119073             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  119074             :     ._co_firsttraceable = 0,
  119075             : };
  119076             : static
  119077             :     struct {
  119078             :         PyASCIIObject _ascii;
  119079             :         uint8_t _data[315];
  119080             :     }
  119081             : os_toplevel_consts_123_consts_0 = {
  119082             :     ._ascii = {
  119083             :         .ob_base = {
  119084             :             .ob_refcnt = 999999999,
  119085             :             .ob_type = &PyUnicode_Type,
  119086             :         },
  119087             :         .length = 314,
  119088             :         .hash = -1,
  119089             :         .state = {
  119090             :             .kind = 1,
  119091             :             .compact = 1,
  119092             :             .ascii = 1,
  119093             :         },
  119094             :     },
  119095             :     ._data = "\x73\x70\x61\x77\x6e\x6c\x65\x28\x6d\x6f\x64\x65\x2c\x20\x66\x69\x6c\x65\x2c\x20\x2a\x61\x72\x67\x73\x2c\x20\x65\x6e\x76\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x0a\x45\x78\x65\x63\x75\x74\x65\x20\x66\x69\x6c\x65\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x66\x72\x6f\x6d\x20\x61\x72\x67\x73\x20\x69\x6e\x20\x61\x20\x73\x75\x62\x70\x72\x6f\x63\x65\x73\x73\x20\x77\x69\x74\x68\x20\x74\x68\x65\x0a\x73\x75\x70\x70\x6c\x69\x65\x64\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x4e\x4f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x69\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x27\x73\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x20\x69\x66\x20\x69\x74\x20\x65\x78\x69\x74\x73\x20\x6e\x6f\x72\x6d\x61\x6c\x6c\x79\x3b\x0a\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x2d\x53\x49\x47\x2c\x20\x77\x68\x65\x72\x65\x20\x53\x49\x47\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x67\x6e\x61\x6c\x20\x74\x68\x61\x74\x20\x6b\x69\x6c\x6c\x65\x64\x20\x69\x74\x2e\x20",
  119096             : };
  119097             : static
  119098             :     struct {
  119099             :         PyGC_Head _gc_head;
  119100             :         struct {
  119101             :             PyObject_VAR_HEAD
  119102             :             PyObject *ob_item[3];
  119103             :         }_object;
  119104             :     }
  119105             : os_toplevel_consts_123_consts = {
  119106             :     ._object = {
  119107             :         .ob_base = {
  119108             :             .ob_base = {
  119109             :                 .ob_refcnt = 999999999,
  119110             :                 .ob_type = &PyTuple_Type,
  119111             :             },
  119112             :             .ob_size = 3,
  119113             :         },
  119114             :         .ob_item = {
  119115             :             & os_toplevel_consts_123_consts_0._ascii.ob_base,
  119116             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  119117             :             Py_None,
  119118             :         },
  119119             :     },
  119120             : };
  119121             : static
  119122             :     struct {
  119123             :         PyGC_Head _gc_head;
  119124             :         struct {
  119125             :             PyObject_VAR_HEAD
  119126             :             PyObject *ob_item[1];
  119127             :         }_object;
  119128             :     }
  119129             : os_toplevel_consts_123_names = {
  119130             :     ._object = {
  119131             :         .ob_base = {
  119132             :             .ob_base = {
  119133             :                 .ob_refcnt = 999999999,
  119134             :                 .ob_type = &PyTuple_Type,
  119135             :             },
  119136             :             .ob_size = 1,
  119137             :         },
  119138             :         .ob_item = {
  119139             :             & const_str_spawnve._ascii.ob_base,
  119140             :         },
  119141             :     },
  119142             : };
  119143             : static
  119144             :     struct {
  119145             :         PyASCIIObject _ascii;
  119146             :         uint8_t _data[8];
  119147             :     }
  119148             : const_str_spawnle = {
  119149             :     ._ascii = {
  119150             :         .ob_base = {
  119151             :             .ob_refcnt = 999999999,
  119152             :             .ob_type = &PyUnicode_Type,
  119153             :         },
  119154             :         .length = 7,
  119155             :         .hash = -1,
  119156             :         .state = {
  119157             :             .kind = 1,
  119158             :             .compact = 1,
  119159             :             .ascii = 1,
  119160             :         },
  119161             :     },
  119162             :     ._data = "spawnle",
  119163             : };
  119164             : static
  119165             :     struct {
  119166             :         PyObject_VAR_HEAD
  119167             :         Py_hash_t ob_shash;
  119168             :         char ob_sval[37];
  119169             :     }
  119170             : os_toplevel_consts_123_linetable = {
  119171             :     .ob_base = {
  119172             :         .ob_base = {
  119173             :             .ob_refcnt = 999999999,
  119174             :             .ob_type = &PyBytes_Type,
  119175             :         },
  119176             :         .ob_size = 36,
  119177             :     },
  119178             :     .ob_shash = -1,
  119179             :     .ob_sval = "\x80\x00\xf0\x10\x00\x0f\x13\x90\x32\x8c\x68\x88\x03\xdd\x0f\x16\x90\x74\x98\x54\xa0\x34\xa0\x39\xa8\x12\xa0\x39\xa8\x63\xd4\x0f\x32\xd0\x08\x32",
  119180             : };
  119181             : static
  119182             :     struct _PyCode_DEF(56)
  119183             : os_toplevel_consts_123 = {
  119184             :     .ob_base = {
  119185             :         .ob_base = {
  119186             :             .ob_refcnt = 999999999,
  119187             :             .ob_type = &PyCode_Type,
  119188             :         },
  119189             :         .ob_size = 28,
  119190             :     },
  119191             :     .co_consts = & os_toplevel_consts_123_consts._object.ob_base.ob_base,
  119192             :     .co_names = & os_toplevel_consts_123_names._object.ob_base.ob_base,
  119193             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  119194             :     .co_flags = 7,
  119195             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  119196             :     ._co_linearray_entry_size = 0,
  119197             :     .co_argcount = 2,
  119198             :     .co_posonlyargcount = 0,
  119199             :     .co_kwonlyargcount = 0,
  119200             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  119201             :     .co_stacksize = 7,
  119202             :     .co_firstlineno = 931,
  119203             :     .co_nlocalsplus = 4,
  119204             :     .co_nlocals = 4,
  119205             :     .co_nplaincellvars = 0,
  119206             :     .co_ncellvars = 0,
  119207             :     .co_nfreevars = 0,
  119208             :     .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
  119209             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  119210             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  119211             :     .co_name = & const_str_spawnle._ascii.ob_base,
  119212             :     .co_qualname = & const_str_spawnle._ascii.ob_base,
  119213             :     .co_linetable = & os_toplevel_consts_123_linetable.ob_base.ob_base,
  119214             :     ._co_code = NULL,
  119215             :     ._co_linearray = NULL,
  119216             :     .co_code_adaptive = "\x97\x00\x7c\x02\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x64\x02\x64\x01\x1a\x00\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  119217             :     ._co_firsttraceable = 0,
  119218             : };
  119219             : static
  119220             :     struct {
  119221             :         PyASCIIObject _ascii;
  119222             :         uint8_t _data[344];
  119223             :     }
  119224             : os_toplevel_consts_127_consts_0 = {
  119225             :     ._ascii = {
  119226             :         .ob_base = {
  119227             :             .ob_refcnt = 999999999,
  119228             :             .ob_type = &PyUnicode_Type,
  119229             :         },
  119230             :         .length = 343,
  119231             :         .hash = -1,
  119232             :         .state = {
  119233             :             .kind = 1,
  119234             :             .compact = 1,
  119235             :             .ascii = 1,
  119236             :         },
  119237             :     },
  119238             :     ._data = "\x73\x70\x61\x77\x6e\x6c\x70\x28\x6d\x6f\x64\x65\x2c\x20\x66\x69\x6c\x65\x2c\x20\x2a\x61\x72\x67\x73\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x0a\x45\x78\x65\x63\x75\x74\x65\x20\x66\x69\x6c\x65\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x6c\x6f\x6f\x6b\x65\x64\x20\x66\x6f\x72\x20\x61\x6c\x6f\x6e\x67\x20\x24\x50\x41\x54\x48\x29\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x66\x72\x6f\x6d\x0a\x61\x72\x67\x73\x20\x69\x6e\x20\x61\x20\x73\x75\x62\x70\x72\x6f\x63\x65\x73\x73\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x73\x75\x70\x70\x6c\x69\x65\x64\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x4e\x4f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x69\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x27\x73\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x20\x69\x66\x20\x69\x74\x20\x65\x78\x69\x74\x73\x20\x6e\x6f\x72\x6d\x61\x6c\x6c\x79\x3b\x0a\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x2d\x53\x49\x47\x2c\x20\x77\x68\x65\x72\x65\x20\x53\x49\x47\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x67\x6e\x61\x6c\x20\x74\x68\x61\x74\x20\x6b\x69\x6c\x6c\x65\x64\x20\x69\x74\x2e\x20",
  119239             : };
  119240             : static
  119241             :     struct {
  119242             :         PyGC_Head _gc_head;
  119243             :         struct {
  119244             :             PyObject_VAR_HEAD
  119245             :             PyObject *ob_item[1];
  119246             :         }_object;
  119247             :     }
  119248             : os_toplevel_consts_127_consts = {
  119249             :     ._object = {
  119250             :         .ob_base = {
  119251             :             .ob_base = {
  119252             :                 .ob_refcnt = 999999999,
  119253             :                 .ob_type = &PyTuple_Type,
  119254             :             },
  119255             :             .ob_size = 1,
  119256             :         },
  119257             :         .ob_item = {
  119258             :             & os_toplevel_consts_127_consts_0._ascii.ob_base,
  119259             :         },
  119260             :     },
  119261             : };
  119262             : static
  119263             :     struct {
  119264             :         PyGC_Head _gc_head;
  119265             :         struct {
  119266             :             PyObject_VAR_HEAD
  119267             :             PyObject *ob_item[1];
  119268             :         }_object;
  119269             :     }
  119270             : os_toplevel_consts_127_names = {
  119271             :     ._object = {
  119272             :         .ob_base = {
  119273             :             .ob_base = {
  119274             :                 .ob_refcnt = 999999999,
  119275             :                 .ob_type = &PyTuple_Type,
  119276             :             },
  119277             :             .ob_size = 1,
  119278             :         },
  119279             :         .ob_item = {
  119280             :             & const_str_spawnvp._ascii.ob_base,
  119281             :         },
  119282             :     },
  119283             : };
  119284             : static
  119285             :     struct {
  119286             :         PyASCIIObject _ascii;
  119287             :         uint8_t _data[8];
  119288             :     }
  119289             : const_str_spawnlp = {
  119290             :     ._ascii = {
  119291             :         .ob_base = {
  119292             :             .ob_refcnt = 999999999,
  119293             :             .ob_type = &PyUnicode_Type,
  119294             :         },
  119295             :         .length = 7,
  119296             :         .hash = -1,
  119297             :         .state = {
  119298             :             .kind = 1,
  119299             :             .compact = 1,
  119300             :             .ascii = 1,
  119301             :         },
  119302             :     },
  119303             :     ._data = "spawnlp",
  119304             : };
  119305             : static
  119306             :     struct {
  119307             :         PyObject_VAR_HEAD
  119308             :         Py_hash_t ob_shash;
  119309             :         char ob_sval[20];
  119310             :     }
  119311             : os_toplevel_consts_127_linetable = {
  119312             :     .ob_base = {
  119313             :         .ob_base = {
  119314             :             .ob_refcnt = 999999999,
  119315             :             .ob_type = &PyBytes_Type,
  119316             :         },
  119317             :         .ob_size = 19,
  119318             :     },
  119319             :     .ob_shash = -1,
  119320             :     .ob_sval = "\x80\x00\xf5\x10\x00\x10\x17\x90\x74\x98\x54\xa0\x34\xd4\x0f\x28\xd0\x08\x28",
  119321             : };
  119322             : static
  119323             :     struct _PyCode_DEF(32)
  119324             : os_toplevel_consts_127 = {
  119325             :     .ob_base = {
  119326             :         .ob_base = {
  119327             :             .ob_refcnt = 999999999,
  119328             :             .ob_type = &PyCode_Type,
  119329             :         },
  119330             :         .ob_size = 16,
  119331             :     },
  119332             :     .co_consts = & os_toplevel_consts_127_consts._object.ob_base.ob_base,
  119333             :     .co_names = & os_toplevel_consts_127_names._object.ob_base.ob_base,
  119334             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  119335             :     .co_flags = 7,
  119336             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  119337             :     ._co_linearray_entry_size = 0,
  119338             :     .co_argcount = 2,
  119339             :     .co_posonlyargcount = 0,
  119340             :     .co_kwonlyargcount = 0,
  119341             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  119342             :     .co_stacksize = 5,
  119343             :     .co_firstlineno = 949,
  119344             :     .co_nlocalsplus = 3,
  119345             :     .co_nlocals = 3,
  119346             :     .co_nplaincellvars = 0,
  119347             :     .co_ncellvars = 0,
  119348             :     .co_nfreevars = 0,
  119349             :     .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
  119350             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  119351             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  119352             :     .co_name = & const_str_spawnlp._ascii.ob_base,
  119353             :     .co_qualname = & const_str_spawnlp._ascii.ob_base,
  119354             :     .co_linetable = & os_toplevel_consts_127_linetable.ob_base.ob_base,
  119355             :     ._co_code = NULL,
  119356             :     ._co_linearray = NULL,
  119357             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  119358             :     ._co_firsttraceable = 0,
  119359             : };
  119360             : static
  119361             :     struct {
  119362             :         PyASCIIObject _ascii;
  119363             :         uint8_t _data[350];
  119364             :     }
  119365             : os_toplevel_consts_128_consts_0 = {
  119366             :     ._ascii = {
  119367             :         .ob_base = {
  119368             :             .ob_refcnt = 999999999,
  119369             :             .ob_type = &PyUnicode_Type,
  119370             :         },
  119371             :         .length = 349,
  119372             :         .hash = -1,
  119373             :         .state = {
  119374             :             .kind = 1,
  119375             :             .compact = 1,
  119376             :             .ascii = 1,
  119377             :         },
  119378             :     },
  119379             :     ._data = "\x73\x70\x61\x77\x6e\x6c\x70\x65\x28\x6d\x6f\x64\x65\x2c\x20\x66\x69\x6c\x65\x2c\x20\x2a\x61\x72\x67\x73\x2c\x20\x65\x6e\x76\x29\x20\x2d\x3e\x20\x69\x6e\x74\x65\x67\x65\x72\x0a\x0a\x45\x78\x65\x63\x75\x74\x65\x20\x66\x69\x6c\x65\x20\x28\x77\x68\x69\x63\x68\x20\x69\x73\x20\x6c\x6f\x6f\x6b\x65\x64\x20\x66\x6f\x72\x20\x61\x6c\x6f\x6e\x67\x20\x24\x50\x41\x54\x48\x29\x20\x77\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x66\x72\x6f\x6d\x0a\x61\x72\x67\x73\x20\x69\x6e\x20\x61\x20\x73\x75\x62\x70\x72\x6f\x63\x65\x73\x73\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x73\x75\x70\x70\x6c\x69\x65\x64\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x4e\x4f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x69\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x2e\x0a\x49\x66\x20\x6d\x6f\x64\x65\x20\x3d\x3d\x20\x50\x5f\x57\x41\x49\x54\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x63\x65\x73\x73\x27\x73\x20\x65\x78\x69\x74\x20\x63\x6f\x64\x65\x20\x69\x66\x20\x69\x74\x20\x65\x78\x69\x74\x73\x20\x6e\x6f\x72\x6d\x61\x6c\x6c\x79\x3b\x0a\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x72\x65\x74\x75\x72\x6e\x20\x2d\x53\x49\x47\x2c\x20\x77\x68\x65\x72\x65\x20\x53\x49\x47\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x67\x6e\x61\x6c\x20\x74\x68\x61\x74\x20\x6b\x69\x6c\x6c\x65\x64\x20\x69\x74\x2e\x20",
  119380             : };
  119381             : static
  119382             :     struct {
  119383             :         PyGC_Head _gc_head;
  119384             :         struct {
  119385             :             PyObject_VAR_HEAD
  119386             :             PyObject *ob_item[3];
  119387             :         }_object;
  119388             :     }
  119389             : os_toplevel_consts_128_consts = {
  119390             :     ._object = {
  119391             :         .ob_base = {
  119392             :             .ob_base = {
  119393             :                 .ob_refcnt = 999999999,
  119394             :                 .ob_type = &PyTuple_Type,
  119395             :             },
  119396             :             .ob_size = 3,
  119397             :         },
  119398             :         .ob_item = {
  119399             :             & os_toplevel_consts_128_consts_0._ascii.ob_base,
  119400             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  119401             :             Py_None,
  119402             :         },
  119403             :     },
  119404             : };
  119405             : static
  119406             :     struct {
  119407             :         PyGC_Head _gc_head;
  119408             :         struct {
  119409             :             PyObject_VAR_HEAD
  119410             :             PyObject *ob_item[1];
  119411             :         }_object;
  119412             :     }
  119413             : os_toplevel_consts_128_names = {
  119414             :     ._object = {
  119415             :         .ob_base = {
  119416             :             .ob_base = {
  119417             :                 .ob_refcnt = 999999999,
  119418             :                 .ob_type = &PyTuple_Type,
  119419             :             },
  119420             :             .ob_size = 1,
  119421             :         },
  119422             :         .ob_item = {
  119423             :             & const_str_spawnvpe._ascii.ob_base,
  119424             :         },
  119425             :     },
  119426             : };
  119427             : static
  119428             :     struct {
  119429             :         PyASCIIObject _ascii;
  119430             :         uint8_t _data[9];
  119431             :     }
  119432             : const_str_spawnlpe = {
  119433             :     ._ascii = {
  119434             :         .ob_base = {
  119435             :             .ob_refcnt = 999999999,
  119436             :             .ob_type = &PyUnicode_Type,
  119437             :         },
  119438             :         .length = 8,
  119439             :         .hash = -1,
  119440             :         .state = {
  119441             :             .kind = 1,
  119442             :             .compact = 1,
  119443             :             .ascii = 1,
  119444             :         },
  119445             :     },
  119446             :     ._data = "spawnlpe",
  119447             : };
  119448             : static
  119449             :     struct {
  119450             :         PyObject_VAR_HEAD
  119451             :         Py_hash_t ob_shash;
  119452             :         char ob_sval[37];
  119453             :     }
  119454             : os_toplevel_consts_128_linetable = {
  119455             :     .ob_base = {
  119456             :         .ob_base = {
  119457             :             .ob_refcnt = 999999999,
  119458             :             .ob_type = &PyBytes_Type,
  119459             :         },
  119460             :         .ob_size = 36,
  119461             :     },
  119462             :     .ob_shash = -1,
  119463             :     .ob_sval = "\x80\x00\xf0\x10\x00\x0f\x13\x90\x32\x8c\x68\x88\x03\xdd\x0f\x17\x98\x04\x98\x64\xa0\x44\xa0\x49\xa8\x22\xa0\x49\xa8\x73\xd4\x0f\x33\xd0\x08\x33",
  119464             : };
  119465             : static
  119466             :     struct _PyCode_DEF(56)
  119467             : os_toplevel_consts_128 = {
  119468             :     .ob_base = {
  119469             :         .ob_base = {
  119470             :             .ob_refcnt = 999999999,
  119471             :             .ob_type = &PyCode_Type,
  119472             :         },
  119473             :         .ob_size = 28,
  119474             :     },
  119475             :     .co_consts = & os_toplevel_consts_128_consts._object.ob_base.ob_base,
  119476             :     .co_names = & os_toplevel_consts_128_names._object.ob_base.ob_base,
  119477             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  119478             :     .co_flags = 7,
  119479             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  119480             :     ._co_linearray_entry_size = 0,
  119481             :     .co_argcount = 2,
  119482             :     .co_posonlyargcount = 0,
  119483             :     .co_kwonlyargcount = 0,
  119484             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  119485             :     .co_stacksize = 7,
  119486             :     .co_firstlineno = 959,
  119487             :     .co_nlocalsplus = 4,
  119488             :     .co_nlocals = 4,
  119489             :     .co_nplaincellvars = 0,
  119490             :     .co_ncellvars = 0,
  119491             :     .co_nfreevars = 0,
  119492             :     .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
  119493             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  119494             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  119495             :     .co_name = & const_str_spawnlpe._ascii.ob_base,
  119496             :     .co_qualname = & const_str_spawnlpe._ascii.ob_base,
  119497             :     .co_linetable = & os_toplevel_consts_128_linetable.ob_base.ob_base,
  119498             :     ._co_code = NULL,
  119499             :     ._co_linearray = NULL,
  119500             :     .co_code_adaptive = "\x97\x00\x7c\x02\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x64\x02\x64\x01\x1a\x00\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  119501             :     ._co_firsttraceable = 0,
  119502             : };
  119503             : static
  119504             :     struct {
  119505             :         PyASCIIObject _ascii;
  119506             :         uint8_t _data[39];
  119507             :     }
  119508             : os_toplevel_consts_134_consts_1 = {
  119509             :     ._ascii = {
  119510             :         .ob_base = {
  119511             :             .ob_refcnt = 999999999,
  119512             :             .ob_type = &PyUnicode_Type,
  119513             :         },
  119514             :         .length = 38,
  119515             :         .hash = -1,
  119516             :         .state = {
  119517             :             .kind = 1,
  119518             :             .compact = 1,
  119519             :             .ascii = 1,
  119520             :         },
  119521             :     },
  119522             :     ._data = "invalid cmd type (%s, expected string)",
  119523             : };
  119524             : static
  119525             :     struct {
  119526             :         PyASCIIObject _ascii;
  119527             :         uint8_t _data[2];
  119528             :     }
  119529             : const_str_w = {
  119530             :     ._ascii = {
  119531             :         .ob_base = {
  119532             :             .ob_refcnt = 999999999,
  119533             :             .ob_type = &PyUnicode_Type,
  119534             :         },
  119535             :         .length = 1,
  119536             :         .hash = -1,
  119537             :         .state = {
  119538             :             .kind = 1,
  119539             :             .compact = 1,
  119540             :             .ascii = 1,
  119541             :         },
  119542             :     },
  119543             :     ._data = "w",
  119544             : };
  119545             : static
  119546             :     struct {
  119547             :         PyGC_Head _gc_head;
  119548             :         struct {
  119549             :             PyObject_VAR_HEAD
  119550             :             PyObject *ob_item[2];
  119551             :         }_object;
  119552             :     }
  119553             : os_toplevel_consts_134_consts_2 = {
  119554             :     ._object = {
  119555             :         .ob_base = {
  119556             :             .ob_base = {
  119557             :                 .ob_refcnt = 999999999,
  119558             :                 .ob_type = &PyTuple_Type,
  119559             :             },
  119560             :             .ob_size = 2,
  119561             :         },
  119562             :         .ob_item = {
  119563             :             & const_str_r._ascii.ob_base,
  119564             :             & const_str_w._ascii.ob_base,
  119565             :         },
  119566             :     },
  119567             : };
  119568             : static
  119569             :     struct {
  119570             :         PyASCIIObject _ascii;
  119571             :         uint8_t _data[16];
  119572             :     }
  119573             : os_toplevel_consts_134_consts_3 = {
  119574             :     ._ascii = {
  119575             :         .ob_base = {
  119576             :             .ob_refcnt = 999999999,
  119577             :             .ob_type = &PyUnicode_Type,
  119578             :         },
  119579             :         .length = 15,
  119580             :         .hash = -1,
  119581             :         .state = {
  119582             :             .kind = 1,
  119583             :             .compact = 1,
  119584             :             .ascii = 1,
  119585             :         },
  119586             :     },
  119587             :     ._data = "invalid mode %r",
  119588             : };
  119589             : static
  119590             :     struct {
  119591             :         PyASCIIObject _ascii;
  119592             :         uint8_t _data[44];
  119593             :     }
  119594             : os_toplevel_consts_134_consts_5 = {
  119595             :     ._ascii = {
  119596             :         .ob_base = {
  119597             :             .ob_refcnt = 999999999,
  119598             :             .ob_type = &PyUnicode_Type,
  119599             :         },
  119600             :         .length = 43,
  119601             :         .hash = -1,
  119602             :         .state = {
  119603             :             .kind = 1,
  119604             :             .compact = 1,
  119605             :             .ascii = 1,
  119606             :         },
  119607             :     },
  119608             :     ._data = "popen() does not support unbuffered streams",
  119609             : };
  119610             : static
  119611             :     struct {
  119612             :         PyASCIIObject _ascii;
  119613             :         uint8_t _data[6];
  119614             :     }
  119615             : const_str_shell = {
  119616             :     ._ascii = {
  119617             :         .ob_base = {
  119618             :             .ob_refcnt = 999999999,
  119619             :             .ob_type = &PyUnicode_Type,
  119620             :         },
  119621             :         .length = 5,
  119622             :         .hash = -1,
  119623             :         .state = {
  119624             :             .kind = 1,
  119625             :             .compact = 1,
  119626             :             .ascii = 1,
  119627             :         },
  119628             :     },
  119629             :     ._data = "shell",
  119630             : };
  119631             : static
  119632             :     struct {
  119633             :         PyASCIIObject _ascii;
  119634             :         uint8_t _data[8];
  119635             :     }
  119636             : const_str_bufsize = {
  119637             :     ._ascii = {
  119638             :         .ob_base = {
  119639             :             .ob_refcnt = 999999999,
  119640             :             .ob_type = &PyUnicode_Type,
  119641             :         },
  119642             :         .length = 7,
  119643             :         .hash = -1,
  119644             :         .state = {
  119645             :             .kind = 1,
  119646             :             .compact = 1,
  119647             :             .ascii = 1,
  119648             :         },
  119649             :     },
  119650             :     ._data = "bufsize",
  119651             : };
  119652             : static
  119653             :     struct {
  119654             :         PyGC_Head _gc_head;
  119655             :         struct {
  119656             :             PyObject_VAR_HEAD
  119657             :             PyObject *ob_item[4];
  119658             :         }_object;
  119659             :     }
  119660             : os_toplevel_consts_134_consts_8 = {
  119661             :     ._object = {
  119662             :         .ob_base = {
  119663             :             .ob_base = {
  119664             :                 .ob_refcnt = 999999999,
  119665             :                 .ob_type = &PyTuple_Type,
  119666             :             },
  119667             :             .ob_size = 4,
  119668             :         },
  119669             :         .ob_item = {
  119670             :             & const_str_shell._ascii.ob_base,
  119671             :             &_Py_ID(text),
  119672             :             &_Py_ID(stdout),
  119673             :             & const_str_bufsize._ascii.ob_base,
  119674             :         },
  119675             :     },
  119676             : };
  119677             : static
  119678             :     struct {
  119679             :         PyGC_Head _gc_head;
  119680             :         struct {
  119681             :             PyObject_VAR_HEAD
  119682             :             PyObject *ob_item[4];
  119683             :         }_object;
  119684             :     }
  119685             : os_toplevel_consts_134_consts_9 = {
  119686             :     ._object = {
  119687             :         .ob_base = {
  119688             :             .ob_base = {
  119689             :                 .ob_refcnt = 999999999,
  119690             :                 .ob_type = &PyTuple_Type,
  119691             :             },
  119692             :             .ob_size = 4,
  119693             :         },
  119694             :         .ob_item = {
  119695             :             & const_str_shell._ascii.ob_base,
  119696             :             &_Py_ID(text),
  119697             :             &_Py_ID(stdin),
  119698             :             & const_str_bufsize._ascii.ob_base,
  119699             :         },
  119700             :     },
  119701             : };
  119702             : static
  119703             :     struct {
  119704             :         PyGC_Head _gc_head;
  119705             :         struct {
  119706             :             PyObject_VAR_HEAD
  119707             :             PyObject *ob_item[10];
  119708             :         }_object;
  119709             :     }
  119710             : os_toplevel_consts_134_consts = {
  119711             :     ._object = {
  119712             :         .ob_base = {
  119713             :             .ob_base = {
  119714             :                 .ob_refcnt = 999999999,
  119715             :                 .ob_type = &PyTuple_Type,
  119716             :             },
  119717             :             .ob_size = 10,
  119718             :         },
  119719             :         .ob_item = {
  119720             :             Py_None,
  119721             :             & os_toplevel_consts_134_consts_1._ascii.ob_base,
  119722             :             & os_toplevel_consts_134_consts_2._object.ob_base.ob_base,
  119723             :             & os_toplevel_consts_134_consts_3._ascii.ob_base,
  119724             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  119725             :             & os_toplevel_consts_134_consts_5._ascii.ob_base,
  119726             :             & const_str_r._ascii.ob_base,
  119727             :             Py_True,
  119728             :             & os_toplevel_consts_134_consts_8._object.ob_base.ob_base,
  119729             :             & os_toplevel_consts_134_consts_9._object.ob_base.ob_base,
  119730             :         },
  119731             :     },
  119732             : };
  119733             : static
  119734             :     struct {
  119735             :         PyASCIIObject _ascii;
  119736             :         uint8_t _data[11];
  119737             :     }
  119738             : const_str_subprocess = {
  119739             :     ._ascii = {
  119740             :         .ob_base = {
  119741             :             .ob_refcnt = 999999999,
  119742             :             .ob_type = &PyUnicode_Type,
  119743             :         },
  119744             :         .length = 10,
  119745             :         .hash = -1,
  119746             :         .state = {
  119747             :             .kind = 1,
  119748             :             .compact = 1,
  119749             :             .ascii = 1,
  119750             :         },
  119751             :     },
  119752             :     ._data = "subprocess",
  119753             : };
  119754             : static
  119755             :     struct {
  119756             :         PyASCIIObject _ascii;
  119757             :         uint8_t _data[6];
  119758             :     }
  119759             : const_str_Popen = {
  119760             :     ._ascii = {
  119761             :         .ob_base = {
  119762             :             .ob_refcnt = 999999999,
  119763             :             .ob_type = &PyUnicode_Type,
  119764             :         },
  119765             :         .length = 5,
  119766             :         .hash = -1,
  119767             :         .state = {
  119768             :             .kind = 1,
  119769             :             .compact = 1,
  119770             :             .ascii = 1,
  119771             :         },
  119772             :     },
  119773             :     ._data = "Popen",
  119774             : };
  119775             : static
  119776             :     struct {
  119777             :         PyASCIIObject _ascii;
  119778             :         uint8_t _data[5];
  119779             :     }
  119780             : const_str_PIPE = {
  119781             :     ._ascii = {
  119782             :         .ob_base = {
  119783             :             .ob_refcnt = 999999999,
  119784             :             .ob_type = &PyUnicode_Type,
  119785             :         },
  119786             :         .length = 4,
  119787             :         .hash = -1,
  119788             :         .state = {
  119789             :             .kind = 1,
  119790             :             .compact = 1,
  119791             :             .ascii = 1,
  119792             :         },
  119793             :     },
  119794             :     ._data = "PIPE",
  119795             : };
  119796             : static
  119797             :     struct {
  119798             :         PyASCIIObject _ascii;
  119799             :         uint8_t _data[12];
  119800             :     }
  119801             : const_str__wrap_close = {
  119802             :     ._ascii = {
  119803             :         .ob_base = {
  119804             :             .ob_refcnt = 999999999,
  119805             :             .ob_type = &PyUnicode_Type,
  119806             :         },
  119807             :         .length = 11,
  119808             :         .hash = -1,
  119809             :         .state = {
  119810             :             .kind = 1,
  119811             :             .compact = 1,
  119812             :             .ascii = 1,
  119813             :         },
  119814             :     },
  119815             :     ._data = "_wrap_close",
  119816             : };
  119817             : static
  119818             :     struct {
  119819             :         PyGC_Head _gc_head;
  119820             :         struct {
  119821             :             PyObject_VAR_HEAD
  119822             :             PyObject *ob_item[11];
  119823             :         }_object;
  119824             :     }
  119825             : os_toplevel_consts_134_names = {
  119826             :     ._object = {
  119827             :         .ob_base = {
  119828             :             .ob_base = {
  119829             :                 .ob_refcnt = 999999999,
  119830             :                 .ob_type = &PyTuple_Type,
  119831             :             },
  119832             :             .ob_size = 11,
  119833             :         },
  119834             :         .ob_item = {
  119835             :             &_Py_ID(isinstance),
  119836             :             & const_str_str._ascii.ob_base,
  119837             :             & const_str_TypeError._ascii.ob_base,
  119838             :             & const_str_type._ascii.ob_base,
  119839             :             & const_str_ValueError._ascii.ob_base,
  119840             :             & const_str_subprocess._ascii.ob_base,
  119841             :             & const_str_Popen._ascii.ob_base,
  119842             :             & const_str_PIPE._ascii.ob_base,
  119843             :             & const_str__wrap_close._ascii.ob_base,
  119844             :             &_Py_ID(stdout),
  119845             :             &_Py_ID(stdin),
  119846             :         },
  119847             :     },
  119848             : };
  119849             : static
  119850             :     struct {
  119851             :         PyASCIIObject _ascii;
  119852             :         uint8_t _data[6];
  119853             :     }
  119854             : const_str_popen = {
  119855             :     ._ascii = {
  119856             :         .ob_base = {
  119857             :             .ob_refcnt = 999999999,
  119858             :             .ob_type = &PyUnicode_Type,
  119859             :         },
  119860             :         .length = 5,
  119861             :         .hash = -1,
  119862             :         .state = {
  119863             :             .kind = 1,
  119864             :             .compact = 1,
  119865             :             .ascii = 1,
  119866             :         },
  119867             :     },
  119868             :     ._data = "popen",
  119869             : };
  119870             : static
  119871             :     struct {
  119872             :         PyObject_VAR_HEAD
  119873             :         Py_hash_t ob_shash;
  119874             :         char ob_sval[241];
  119875             :     }
  119876             : os_toplevel_consts_134_linetable = {
  119877             :     .ob_base = {
  119878             :         .ob_base = {
  119879             :             .ob_refcnt = 999999999,
  119880             :             .ob_type = &PyBytes_Type,
  119881             :         },
  119882             :         .ob_size = 240,
  119883             :     },
  119884             :     .ob_shash = -1,
  119885             :     .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x23\x9d\x73\xd4\x0f\x23\xf0\x00\x01\x09\x52\x01\xdd\x12\x1b\xd0\x1c\x44\xc5\x74\xc8\x43\xc4\x79\xd1\x1c\x50\xd4\x12\x51\xd0\x0c\x51\xd8\x0b\x0f\x90\x7a\xd0\x0b\x21\xf0\x00\x01\x09\x37\xdd\x12\x1c\xd0\x1d\x2e\xb0\x14\xd1\x1d\x35\xd4\x12\x36\xd0\x0c\x36\xd8\x0b\x14\x98\x01\x8a\x3e\xf0\x00\x01\x09\x4c\x01\x98\x59\xf0\x00\x01\x09\x4c\x01\xdd\x12\x1c\xd0\x1d\x4a\xd4\x12\x4b\xd0\x0c\x4b\xd8\x08\x19\xd0\x08\x19\xd0\x08\x19\xd0\x08\x19\xd8\x0b\x0f\x90\x33\x8a\x3b\xf0\x00\x0b\x09\x31\xd8\x13\x1d\xd7\x13\x23\xd1\x13\x23\xa0\x43\xd8\x2a\x2e\xb0\x54\xd8\x2b\x35\xaf\x3f\xa9\x3f\xd8\x2c\x35\xf0\x07\x00\x14\x24\xf4\x00\x03\x14\x37\x88\x44\xf5\x08\x00\x14\x1f\x98\x74\x9f\x7b\x99\x7b\xa8\x44\xd4\x13\x31\xd0\x0c\x31\xe0\x13\x1d\xd7\x13\x23\xd1\x13\x23\xa0\x43\xd8\x2a\x2e\xb0\x54\xd8\x2a\x34\xaf\x2f\xa9\x2f\xd8\x2c\x35\xf0\x07\x00\x14\x24\xf4\x00\x03\x14\x37\x88\x44\xf5\x08\x00\x14\x1f\x98\x74\x9f\x7a\x99\x7a\xa8\x34\xd4\x13\x30\xd0\x0c\x30",
  119886             : };
  119887             : static
  119888             :     struct {
  119889             :         PyASCIIObject _ascii;
  119890             :         uint8_t _data[4];
  119891             :     }
  119892             : const_str_cmd = {
  119893             :     ._ascii = {
  119894             :         .ob_base = {
  119895             :             .ob_refcnt = 999999999,
  119896             :             .ob_type = &PyUnicode_Type,
  119897             :         },
  119898             :         .length = 3,
  119899             :         .hash = -1,
  119900             :         .state = {
  119901             :             .kind = 1,
  119902             :             .compact = 1,
  119903             :             .ascii = 1,
  119904             :         },
  119905             :     },
  119906             :     ._data = "cmd",
  119907             : };
  119908             : static
  119909             :     struct {
  119910             :         PyASCIIObject _ascii;
  119911             :         uint8_t _data[5];
  119912             :     }
  119913             : const_str_proc = {
  119914             :     ._ascii = {
  119915             :         .ob_base = {
  119916             :             .ob_refcnt = 999999999,
  119917             :             .ob_type = &PyUnicode_Type,
  119918             :         },
  119919             :         .length = 4,
  119920             :         .hash = -1,
  119921             :         .state = {
  119922             :             .kind = 1,
  119923             :             .compact = 1,
  119924             :             .ascii = 1,
  119925             :         },
  119926             :     },
  119927             :     ._data = "proc",
  119928             : };
  119929             : static
  119930             :     struct {
  119931             :         PyGC_Head _gc_head;
  119932             :         struct {
  119933             :             PyObject_VAR_HEAD
  119934             :             PyObject *ob_item[5];
  119935             :         }_object;
  119936             :     }
  119937             : os_toplevel_consts_134_localsplusnames = {
  119938             :     ._object = {
  119939             :         .ob_base = {
  119940             :             .ob_base = {
  119941             :                 .ob_refcnt = 999999999,
  119942             :                 .ob_type = &PyTuple_Type,
  119943             :             },
  119944             :             .ob_size = 5,
  119945             :         },
  119946             :         .ob_item = {
  119947             :             & const_str_cmd._ascii.ob_base,
  119948             :             &_Py_ID(mode),
  119949             :             & const_str_buffering._ascii.ob_base,
  119950             :             & const_str_subprocess._ascii.ob_base,
  119951             :             & const_str_proc._ascii.ob_base,
  119952             :         },
  119953             :     },
  119954             : };
  119955             : static
  119956             :     struct _PyCode_DEF(424)
  119957             : os_toplevel_consts_134 = {
  119958             :     .ob_base = {
  119959             :         .ob_base = {
  119960             :             .ob_refcnt = 999999999,
  119961             :             .ob_type = &PyCode_Type,
  119962             :         },
  119963             :         .ob_size = 212,
  119964             :     },
  119965             :     .co_consts = & os_toplevel_consts_134_consts._object.ob_base.ob_base,
  119966             :     .co_names = & os_toplevel_consts_134_names._object.ob_base.ob_base,
  119967             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  119968             :     .co_flags = 3,
  119969             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  119970             :     ._co_linearray_entry_size = 0,
  119971             :     .co_argcount = 3,
  119972             :     .co_posonlyargcount = 0,
  119973             :     .co_kwonlyargcount = 0,
  119974             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
  119975             :     .co_stacksize = 7,
  119976             :     .co_firstlineno = 977,
  119977             :     .co_nlocalsplus = 5,
  119978             :     .co_nlocals = 5,
  119979             :     .co_nplaincellvars = 0,
  119980             :     .co_ncellvars = 0,
  119981             :     .co_nfreevars = 0,
  119982             :     .co_localsplusnames = & os_toplevel_consts_134_localsplusnames._object.ob_base.ob_base,
  119983             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
  119984             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  119985             :     .co_name = & const_str_popen._ascii.ob_base,
  119986             :     .co_qualname = & const_str_popen._ascii.ob_base,
  119987             :     .co_linetable = & os_toplevel_consts_134_linetable.ob_base.ob_base,
  119988             :     ._co_code = NULL,
  119989             :     ._co_linearray = NULL,
  119990             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1b\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x64\x02\x76\x01\x72\x10\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x01\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x64\x04\x6b\x02\x00\x00\x00\x00\x73\x02\x7c\x02\x80\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x04\x64\x00\x6c\x05\x7d\x03\x7c\x01\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x39\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x07\x64\x07\x7c\x03\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xac\x08\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x07\x64\x07\x7c\x03\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xac\x09\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  119991             :     ._co_firsttraceable = 0,
  119992             : };
  119993             : static
  119994             :     struct {
  119995             :         PyASCIIObject _ascii;
  119996             :         uint8_t _data[8];
  119997             :     }
  119998             : const_str__stream = {
  119999             :     ._ascii = {
  120000             :         .ob_base = {
  120001             :             .ob_refcnt = 999999999,
  120002             :             .ob_type = &PyUnicode_Type,
  120003             :         },
  120004             :         .length = 7,
  120005             :         .hash = -1,
  120006             :         .state = {
  120007             :             .kind = 1,
  120008             :             .compact = 1,
  120009             :             .ascii = 1,
  120010             :         },
  120011             :     },
  120012             :     ._data = "_stream",
  120013             : };
  120014             : static
  120015             :     struct {
  120016             :         PyASCIIObject _ascii;
  120017             :         uint8_t _data[6];
  120018             :     }
  120019             : const_str__proc = {
  120020             :     ._ascii = {
  120021             :         .ob_base = {
  120022             :             .ob_refcnt = 999999999,
  120023             :             .ob_type = &PyUnicode_Type,
  120024             :         },
  120025             :         .length = 5,
  120026             :         .hash = -1,
  120027             :         .state = {
  120028             :             .kind = 1,
  120029             :             .compact = 1,
  120030             :             .ascii = 1,
  120031             :         },
  120032             :     },
  120033             :     ._data = "_proc",
  120034             : };
  120035             : static
  120036             :     struct {
  120037             :         PyGC_Head _gc_head;
  120038             :         struct {
  120039             :             PyObject_VAR_HEAD
  120040             :             PyObject *ob_item[2];
  120041             :         }_object;
  120042             :     }
  120043             : os_toplevel_consts_135_consts_1_names = {
  120044             :     ._object = {
  120045             :         .ob_base = {
  120046             :             .ob_base = {
  120047             :                 .ob_refcnt = 999999999,
  120048             :                 .ob_type = &PyTuple_Type,
  120049             :             },
  120050             :             .ob_size = 2,
  120051             :         },
  120052             :         .ob_item = {
  120053             :             & const_str__stream._ascii.ob_base,
  120054             :             & const_str__proc._ascii.ob_base,
  120055             :         },
  120056             :     },
  120057             : };
  120058             : static
  120059             :     struct {
  120060             :         PyASCIIObject _ascii;
  120061             :         uint8_t _data[21];
  120062             :     }
  120063             : os_toplevel_consts_135_consts_1_qualname = {
  120064             :     ._ascii = {
  120065             :         .ob_base = {
  120066             :             .ob_refcnt = 999999999,
  120067             :             .ob_type = &PyUnicode_Type,
  120068             :         },
  120069             :         .length = 20,
  120070             :         .hash = -1,
  120071             :         .state = {
  120072             :             .kind = 1,
  120073             :             .compact = 1,
  120074             :             .ascii = 1,
  120075             :         },
  120076             :     },
  120077             :     ._data = "_wrap_close.__init__",
  120078             : };
  120079             : static
  120080             :     struct {
  120081             :         PyObject_VAR_HEAD
  120082             :         Py_hash_t ob_shash;
  120083             :         char ob_sval[21];
  120084             :     }
  120085             : os_toplevel_consts_135_consts_1_linetable = {
  120086             :     .ob_base = {
  120087             :         .ob_base = {
  120088             :             .ob_refcnt = 999999999,
  120089             :             .ob_type = &PyBytes_Type,
  120090             :         },
  120091             :         .ob_size = 20,
  120092             :     },
  120093             :     .ob_shash = -1,
  120094             :     .ob_sval = "\x80\x00\xd8\x1b\x21\x88\x44\x8c\x4c\xd8\x19\x1d\x88\x44\x8c\x4a\x88\x4a\x88\x4a",
  120095             : };
  120096             : static
  120097             :     struct {
  120098             :         PyGC_Head _gc_head;
  120099             :         struct {
  120100             :             PyObject_VAR_HEAD
  120101             :             PyObject *ob_item[3];
  120102             :         }_object;
  120103             :     }
  120104             : os_toplevel_consts_135_consts_1_localsplusnames = {
  120105             :     ._object = {
  120106             :         .ob_base = {
  120107             :             .ob_base = {
  120108             :                 .ob_refcnt = 999999999,
  120109             :                 .ob_type = &PyTuple_Type,
  120110             :             },
  120111             :             .ob_size = 3,
  120112             :         },
  120113             :         .ob_item = {
  120114             :             & const_str_self._ascii.ob_base,
  120115             :             & const_str_stream._ascii.ob_base,
  120116             :             & const_str_proc._ascii.ob_base,
  120117             :         },
  120118             :     },
  120119             : };
  120120             : static
  120121             :     struct _PyCode_DEF(34)
  120122             : os_toplevel_consts_135_consts_1 = {
  120123             :     .ob_base = {
  120124             :         .ob_base = {
  120125             :             .ob_refcnt = 999999999,
  120126             :             .ob_type = &PyCode_Type,
  120127             :         },
  120128             :         .ob_size = 17,
  120129             :     },
  120130             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  120131             :     .co_names = & os_toplevel_consts_135_consts_1_names._object.ob_base.ob_base,
  120132             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120133             :     .co_flags = 3,
  120134             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  120135             :     ._co_linearray_entry_size = 0,
  120136             :     .co_argcount = 3,
  120137             :     .co_posonlyargcount = 0,
  120138             :     .co_kwonlyargcount = 0,
  120139             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  120140             :     .co_stacksize = 2,
  120141             :     .co_firstlineno = 1000,
  120142             :     .co_nlocalsplus = 3,
  120143             :     .co_nlocals = 3,
  120144             :     .co_nplaincellvars = 0,
  120145             :     .co_ncellvars = 0,
  120146             :     .co_nfreevars = 0,
  120147             :     .co_localsplusnames = & os_toplevel_consts_135_consts_1_localsplusnames._object.ob_base.ob_base,
  120148             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  120149             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  120150             :     .co_name = &_Py_ID(__init__),
  120151             :     .co_qualname = & os_toplevel_consts_135_consts_1_qualname._ascii.ob_base,
  120152             :     .co_linetable = & os_toplevel_consts_135_consts_1_linetable.ob_base.ob_base,
  120153             :     ._co_code = NULL,
  120154             :     ._co_linearray = NULL,
  120155             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  120156             :     ._co_firsttraceable = 0,
  120157             : };
  120158             : static
  120159             :     struct {
  120160             :         PyGC_Head _gc_head;
  120161             :         struct {
  120162             :             PyObject_VAR_HEAD
  120163             :             PyObject *ob_item[4];
  120164             :         }_object;
  120165             :     }
  120166             : os_toplevel_consts_135_consts_2_consts = {
  120167             :     ._object = {
  120168             :         .ob_base = {
  120169             :             .ob_base = {
  120170             :                 .ob_refcnt = 999999999,
  120171             :                 .ob_type = &PyTuple_Type,
  120172             :             },
  120173             :             .ob_size = 4,
  120174             :         },
  120175             :         .ob_item = {
  120176             :             Py_None,
  120177             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  120178             :             & const_str_nt._ascii.ob_base,
  120179             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
  120180             :         },
  120181             :     },
  120182             : };
  120183             : static
  120184             :     struct {
  120185             :         PyASCIIObject _ascii;
  120186             :         uint8_t _data[5];
  120187             :     }
  120188             : const_str_wait = {
  120189             :     ._ascii = {
  120190             :         .ob_base = {
  120191             :             .ob_refcnt = 999999999,
  120192             :             .ob_type = &PyUnicode_Type,
  120193             :         },
  120194             :         .length = 4,
  120195             :         .hash = -1,
  120196             :         .state = {
  120197             :             .kind = 1,
  120198             :             .compact = 1,
  120199             :             .ascii = 1,
  120200             :         },
  120201             :     },
  120202             :     ._data = "wait",
  120203             : };
  120204             : static
  120205             :     struct {
  120206             :         PyGC_Head _gc_head;
  120207             :         struct {
  120208             :             PyObject_VAR_HEAD
  120209             :             PyObject *ob_item[5];
  120210             :         }_object;
  120211             :     }
  120212             : os_toplevel_consts_135_consts_2_names = {
  120213             :     ._object = {
  120214             :         .ob_base = {
  120215             :             .ob_base = {
  120216             :                 .ob_refcnt = 999999999,
  120217             :                 .ob_type = &PyTuple_Type,
  120218             :             },
  120219             :             .ob_size = 5,
  120220             :         },
  120221             :         .ob_item = {
  120222             :             & const_str__stream._ascii.ob_base,
  120223             :             &_Py_ID(close),
  120224             :             & const_str__proc._ascii.ob_base,
  120225             :             & const_str_wait._ascii.ob_base,
  120226             :             &_Py_ID(name),
  120227             :         },
  120228             :     },
  120229             : };
  120230             : static
  120231             :     struct {
  120232             :         PyASCIIObject _ascii;
  120233             :         uint8_t _data[18];
  120234             :     }
  120235             : os_toplevel_consts_135_consts_2_qualname = {
  120236             :     ._ascii = {
  120237             :         .ob_base = {
  120238             :             .ob_refcnt = 999999999,
  120239             :             .ob_type = &PyUnicode_Type,
  120240             :         },
  120241             :         .length = 17,
  120242             :         .hash = -1,
  120243             :         .state = {
  120244             :             .kind = 1,
  120245             :             .compact = 1,
  120246             :             .ascii = 1,
  120247             :         },
  120248             :     },
  120249             :     ._data = "_wrap_close.close",
  120250             : };
  120251             : static
  120252             :     struct {
  120253             :         PyObject_VAR_HEAD
  120254             :         Py_hash_t ob_shash;
  120255             :         char ob_sval[83];
  120256             :     }
  120257             : os_toplevel_consts_135_consts_2_linetable = {
  120258             :     .ob_base = {
  120259             :         .ob_base = {
  120260             :             .ob_refcnt = 999999999,
  120261             :             .ob_type = &PyBytes_Type,
  120262             :         },
  120263             :         .ob_size = 82,
  120264             :     },
  120265             :     .ob_shash = -1,
  120266             :     .ob_sval = "\x80\x00\xd8\x0c\x10\x8f\x4c\x89\x4c\xd7\x0c\x1e\xd1\x0c\x1e\xd4\x0c\x20\xd0\x0c\x20\xd8\x19\x1d\x9f\x1a\x99\x1a\x9f\x1f\x99\x1f\xd4\x19\x2a\x88\x4a\xd8\x0f\x19\x98\x51\x8a\x7f\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\xdd\x0f\x13\x90\x74\x8a\x7c\xf0\x00\x03\x0d\x27\xd8\x17\x21\xd0\x10\x21\xe0\x17\x21\xa0\x51\x91\x7f\xd0\x10\x26",
  120267             : };
  120268             : static
  120269             :     struct {
  120270             :         PyASCIIObject _ascii;
  120271             :         uint8_t _data[11];
  120272             :     }
  120273             : const_str_returncode = {
  120274             :     ._ascii = {
  120275             :         .ob_base = {
  120276             :             .ob_refcnt = 999999999,
  120277             :             .ob_type = &PyUnicode_Type,
  120278             :         },
  120279             :         .length = 10,
  120280             :         .hash = -1,
  120281             :         .state = {
  120282             :             .kind = 1,
  120283             :             .compact = 1,
  120284             :             .ascii = 1,
  120285             :         },
  120286             :     },
  120287             :     ._data = "returncode",
  120288             : };
  120289             : static
  120290             :     struct {
  120291             :         PyGC_Head _gc_head;
  120292             :         struct {
  120293             :             PyObject_VAR_HEAD
  120294             :             PyObject *ob_item[2];
  120295             :         }_object;
  120296             :     }
  120297             : os_toplevel_consts_135_consts_2_localsplusnames = {
  120298             :     ._object = {
  120299             :         .ob_base = {
  120300             :             .ob_base = {
  120301             :                 .ob_refcnt = 999999999,
  120302             :                 .ob_type = &PyTuple_Type,
  120303             :             },
  120304             :             .ob_size = 2,
  120305             :         },
  120306             :         .ob_item = {
  120307             :             & const_str_self._ascii.ob_base,
  120308             :             & const_str_returncode._ascii.ob_base,
  120309             :         },
  120310             :     },
  120311             : };
  120312             : static
  120313             :     struct _PyCode_DEF(162)
  120314             : os_toplevel_consts_135_consts_2 = {
  120315             :     .ob_base = {
  120316             :         .ob_base = {
  120317             :             .ob_refcnt = 999999999,
  120318             :             .ob_type = &PyCode_Type,
  120319             :         },
  120320             :         .ob_size = 81,
  120321             :     },
  120322             :     .co_consts = & os_toplevel_consts_135_consts_2_consts._object.ob_base.ob_base,
  120323             :     .co_names = & os_toplevel_consts_135_consts_2_names._object.ob_base.ob_base,
  120324             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120325             :     .co_flags = 3,
  120326             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  120327             :     ._co_linearray_entry_size = 0,
  120328             :     .co_argcount = 1,
  120329             :     .co_posonlyargcount = 0,
  120330             :     .co_kwonlyargcount = 0,
  120331             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  120332             :     .co_stacksize = 2,
  120333             :     .co_firstlineno = 1003,
  120334             :     .co_nlocalsplus = 2,
  120335             :     .co_nlocals = 2,
  120336             :     .co_nplaincellvars = 0,
  120337             :     .co_ncellvars = 0,
  120338             :     .co_nfreevars = 0,
  120339             :     .co_localsplusnames = & os_toplevel_consts_135_consts_2_localsplusnames._object.ob_base.ob_base,
  120340             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  120341             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  120342             :     .co_name = &_Py_ID(close),
  120343             :     .co_qualname = & os_toplevel_consts_135_consts_2_qualname._ascii.ob_base,
  120344             :     .co_linetable = & os_toplevel_consts_135_consts_2_linetable.ob_base.ob_base,
  120345             :     ._co_code = NULL,
  120346             :     ._co_linearray = NULL,
  120347             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x00\x53\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x01\x53\x00\x7c\x01\x64\x03\x7a\x03\x00\x00\x53\x00",
  120348             :     ._co_firsttraceable = 0,
  120349             : };
  120350             : static
  120351             :     struct {
  120352             :         PyASCIIObject _ascii;
  120353             :         uint8_t _data[22];
  120354             :     }
  120355             : os_toplevel_consts_135_consts_3_qualname = {
  120356             :     ._ascii = {
  120357             :         .ob_base = {
  120358             :             .ob_refcnt = 999999999,
  120359             :             .ob_type = &PyUnicode_Type,
  120360             :         },
  120361             :         .length = 21,
  120362             :         .hash = -1,
  120363             :         .state = {
  120364             :             .kind = 1,
  120365             :             .compact = 1,
  120366             :             .ascii = 1,
  120367             :         },
  120368             :     },
  120369             :     ._data = "_wrap_close.__enter__",
  120370             : };
  120371             : static
  120372             :     struct {
  120373             :         PyObject_VAR_HEAD
  120374             :         Py_hash_t ob_shash;
  120375             :         char ob_sval[8];
  120376             :     }
  120377             : os_toplevel_consts_135_consts_3_linetable = {
  120378             :     .ob_base = {
  120379             :         .ob_base = {
  120380             :             .ob_refcnt = 999999999,
  120381             :             .ob_type = &PyBytes_Type,
  120382             :         },
  120383             :         .ob_size = 7,
  120384             :     },
  120385             :     .ob_shash = -1,
  120386             :     .ob_sval = "\x80\x00\xd8\x13\x17\x88\x4b",
  120387             : };
  120388             : static
  120389             :     struct _PyCode_DEF(6)
  120390             : os_toplevel_consts_135_consts_3 = {
  120391             :     .ob_base = {
  120392             :         .ob_base = {
  120393             :             .ob_refcnt = 999999999,
  120394             :             .ob_type = &PyCode_Type,
  120395             :         },
  120396             :         .ob_size = 3,
  120397             :     },
  120398             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  120399             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  120400             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120401             :     .co_flags = 3,
  120402             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  120403             :     ._co_linearray_entry_size = 0,
  120404             :     .co_argcount = 1,
  120405             :     .co_posonlyargcount = 0,
  120406             :     .co_kwonlyargcount = 0,
  120407             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  120408             :     .co_stacksize = 1,
  120409             :     .co_firstlineno = 1012,
  120410             :     .co_nlocalsplus = 1,
  120411             :     .co_nlocals = 1,
  120412             :     .co_nplaincellvars = 0,
  120413             :     .co_ncellvars = 0,
  120414             :     .co_nfreevars = 0,
  120415             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  120416             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  120417             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  120418             :     .co_name = &_Py_ID(__enter__),
  120419             :     .co_qualname = & os_toplevel_consts_135_consts_3_qualname._ascii.ob_base,
  120420             :     .co_linetable = & os_toplevel_consts_135_consts_3_linetable.ob_base.ob_base,
  120421             :     ._co_code = NULL,
  120422             :     ._co_linearray = NULL,
  120423             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
  120424             :     ._co_firsttraceable = 0,
  120425             : };
  120426             : static
  120427             :     struct {
  120428             :         PyGC_Head _gc_head;
  120429             :         struct {
  120430             :             PyObject_VAR_HEAD
  120431             :             PyObject *ob_item[1];
  120432             :         }_object;
  120433             :     }
  120434             : os_toplevel_consts_135_consts_4_names = {
  120435             :     ._object = {
  120436             :         .ob_base = {
  120437             :             .ob_base = {
  120438             :                 .ob_refcnt = 999999999,
  120439             :                 .ob_type = &PyTuple_Type,
  120440             :             },
  120441             :             .ob_size = 1,
  120442             :         },
  120443             :         .ob_item = {
  120444             :             &_Py_ID(close),
  120445             :         },
  120446             :     },
  120447             : };
  120448             : static
  120449             :     struct {
  120450             :         PyASCIIObject _ascii;
  120451             :         uint8_t _data[21];
  120452             :     }
  120453             : os_toplevel_consts_135_consts_4_qualname = {
  120454             :     ._ascii = {
  120455             :         .ob_base = {
  120456             :             .ob_refcnt = 999999999,
  120457             :             .ob_type = &PyUnicode_Type,
  120458             :         },
  120459             :         .length = 20,
  120460             :         .hash = -1,
  120461             :         .state = {
  120462             :             .kind = 1,
  120463             :             .compact = 1,
  120464             :             .ascii = 1,
  120465             :         },
  120466             :     },
  120467             :     ._data = "_wrap_close.__exit__",
  120468             : };
  120469             : static
  120470             :     struct {
  120471             :         PyObject_VAR_HEAD
  120472             :         Py_hash_t ob_shash;
  120473             :         char ob_sval[18];
  120474             :     }
  120475             : os_toplevel_consts_135_consts_4_linetable = {
  120476             :     .ob_base = {
  120477             :         .ob_base = {
  120478             :             .ob_refcnt = 999999999,
  120479             :             .ob_type = &PyBytes_Type,
  120480             :         },
  120481             :         .ob_size = 17,
  120482             :     },
  120483             :     .ob_shash = -1,
  120484             :     .ob_sval = "\x80\x00\xd8\x0c\x10\x8f\x4a\x89\x4a\x8c\x4c\x88\x4c\x88\x4c\x88\x4c",
  120485             : };
  120486             : static
  120487             :     struct _PyCode_DEF(40)
  120488             : os_toplevel_consts_135_consts_4 = {
  120489             :     .ob_base = {
  120490             :         .ob_base = {
  120491             :             .ob_refcnt = 999999999,
  120492             :             .ob_type = &PyCode_Type,
  120493             :         },
  120494             :         .ob_size = 20,
  120495             :     },
  120496             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  120497             :     .co_names = & os_toplevel_consts_135_consts_4_names._object.ob_base.ob_base,
  120498             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120499             :     .co_flags = 7,
  120500             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  120501             :     ._co_linearray_entry_size = 0,
  120502             :     .co_argcount = 1,
  120503             :     .co_posonlyargcount = 0,
  120504             :     .co_kwonlyargcount = 0,
  120505             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  120506             :     .co_stacksize = 2,
  120507             :     .co_firstlineno = 1014,
  120508             :     .co_nlocalsplus = 2,
  120509             :     .co_nlocals = 2,
  120510             :     .co_nplaincellvars = 0,
  120511             :     .co_ncellvars = 0,
  120512             :     .co_nfreevars = 0,
  120513             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
  120514             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  120515             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  120516             :     .co_name = &_Py_ID(__exit__),
  120517             :     .co_qualname = & os_toplevel_consts_135_consts_4_qualname._ascii.ob_base,
  120518             :     .co_linetable = & os_toplevel_consts_135_consts_4_linetable.ob_base.ob_base,
  120519             :     ._co_code = NULL,
  120520             :     ._co_linearray = NULL,
  120521             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
  120522             :     ._co_firsttraceable = 0,
  120523             : };
  120524             : static
  120525             :     struct {
  120526             :         PyGC_Head _gc_head;
  120527             :         struct {
  120528             :             PyObject_VAR_HEAD
  120529             :             PyObject *ob_item[2];
  120530             :         }_object;
  120531             :     }
  120532             : os_toplevel_consts_135_consts_5_names = {
  120533             :     ._object = {
  120534             :         .ob_base = {
  120535             :             .ob_base = {
  120536             :                 .ob_refcnt = 999999999,
  120537             :                 .ob_type = &PyTuple_Type,
  120538             :             },
  120539             :             .ob_size = 2,
  120540             :         },
  120541             :         .ob_item = {
  120542             :             &_Py_ID(getattr),
  120543             :             & const_str__stream._ascii.ob_base,
  120544             :         },
  120545             :     },
  120546             : };
  120547             : static
  120548             :     struct {
  120549             :         PyASCIIObject _ascii;
  120550             :         uint8_t _data[24];
  120551             :     }
  120552             : os_toplevel_consts_135_consts_5_qualname = {
  120553             :     ._ascii = {
  120554             :         .ob_base = {
  120555             :             .ob_refcnt = 999999999,
  120556             :             .ob_type = &PyUnicode_Type,
  120557             :         },
  120558             :         .length = 23,
  120559             :         .hash = -1,
  120560             :         .state = {
  120561             :             .kind = 1,
  120562             :             .compact = 1,
  120563             :             .ascii = 1,
  120564             :         },
  120565             :     },
  120566             :     ._data = "_wrap_close.__getattr__",
  120567             : };
  120568             : static
  120569             :     struct {
  120570             :         PyObject_VAR_HEAD
  120571             :         Py_hash_t ob_shash;
  120572             :         char ob_sval[20];
  120573             :     }
  120574             : os_toplevel_consts_135_consts_5_linetable = {
  120575             :     .ob_base = {
  120576             :         .ob_base = {
  120577             :             .ob_refcnt = 999999999,
  120578             :             .ob_type = &PyBytes_Type,
  120579             :         },
  120580             :         .ob_size = 19,
  120581             :     },
  120582             :     .ob_shash = -1,
  120583             :     .ob_sval = "\x80\x00\xdd\x13\x1a\x98\x34\x9f\x3c\x99\x3c\xa8\x14\xd4\x13\x2e\xd0\x0c\x2e",
  120584             : };
  120585             : static
  120586             :     struct _PyCode_DEF(50)
  120587             : os_toplevel_consts_135_consts_5 = {
  120588             :     .ob_base = {
  120589             :         .ob_base = {
  120590             :             .ob_refcnt = 999999999,
  120591             :             .ob_type = &PyCode_Type,
  120592             :         },
  120593             :         .ob_size = 25,
  120594             :     },
  120595             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  120596             :     .co_names = & os_toplevel_consts_135_consts_5_names._object.ob_base.ob_base,
  120597             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120598             :     .co_flags = 3,
  120599             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  120600             :     ._co_linearray_entry_size = 0,
  120601             :     .co_argcount = 2,
  120602             :     .co_posonlyargcount = 0,
  120603             :     .co_kwonlyargcount = 0,
  120604             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  120605             :     .co_stacksize = 4,
  120606             :     .co_firstlineno = 1016,
  120607             :     .co_nlocalsplus = 2,
  120608             :     .co_nlocals = 2,
  120609             :     .co_nplaincellvars = 0,
  120610             :     .co_ncellvars = 0,
  120611             :     .co_nfreevars = 0,
  120612             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
  120613             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  120614             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  120615             :     .co_name = &_Py_ID(__getattr__),
  120616             :     .co_qualname = & os_toplevel_consts_135_consts_5_qualname._ascii.ob_base,
  120617             :     .co_linetable = & os_toplevel_consts_135_consts_5_linetable.ob_base.ob_base,
  120618             :     ._co_code = NULL,
  120619             :     ._co_linearray = NULL,
  120620             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  120621             :     ._co_firsttraceable = 0,
  120622             : };
  120623             : static
  120624             :     struct {
  120625             :         PyGC_Head _gc_head;
  120626             :         struct {
  120627             :             PyObject_VAR_HEAD
  120628             :             PyObject *ob_item[2];
  120629             :         }_object;
  120630             :     }
  120631             : os_toplevel_consts_135_consts_6_names = {
  120632             :     ._object = {
  120633             :         .ob_base = {
  120634             :             .ob_base = {
  120635             :                 .ob_refcnt = 999999999,
  120636             :                 .ob_type = &PyTuple_Type,
  120637             :             },
  120638             :             .ob_size = 2,
  120639             :         },
  120640             :         .ob_item = {
  120641             :             &_Py_ID(iter),
  120642             :             & const_str__stream._ascii.ob_base,
  120643             :         },
  120644             :     },
  120645             : };
  120646             : static
  120647             :     struct {
  120648             :         PyASCIIObject _ascii;
  120649             :         uint8_t _data[21];
  120650             :     }
  120651             : os_toplevel_consts_135_consts_6_qualname = {
  120652             :     ._ascii = {
  120653             :         .ob_base = {
  120654             :             .ob_refcnt = 999999999,
  120655             :             .ob_type = &PyUnicode_Type,
  120656             :         },
  120657             :         .length = 20,
  120658             :         .hash = -1,
  120659             :         .state = {
  120660             :             .kind = 1,
  120661             :             .compact = 1,
  120662             :             .ascii = 1,
  120663             :         },
  120664             :     },
  120665             :     ._data = "_wrap_close.__iter__",
  120666             : };
  120667             : static
  120668             :     struct {
  120669             :         PyObject_VAR_HEAD
  120670             :         Py_hash_t ob_shash;
  120671             :         char ob_sval[18];
  120672             :     }
  120673             : os_toplevel_consts_135_consts_6_linetable = {
  120674             :     .ob_base = {
  120675             :         .ob_base = {
  120676             :             .ob_refcnt = 999999999,
  120677             :             .ob_type = &PyBytes_Type,
  120678             :         },
  120679             :         .ob_size = 17,
  120680             :     },
  120681             :     .ob_shash = -1,
  120682             :     .ob_sval = "\x80\x00\xdd\x13\x17\x98\x04\x9f\x0c\x99\x0c\xd4\x13\x25\xd0\x0c\x25",
  120683             : };
  120684             : static
  120685             :     struct _PyCode_DEF(48)
  120686             : os_toplevel_consts_135_consts_6 = {
  120687             :     .ob_base = {
  120688             :         .ob_base = {
  120689             :             .ob_refcnt = 999999999,
  120690             :             .ob_type = &PyCode_Type,
  120691             :         },
  120692             :         .ob_size = 24,
  120693             :     },
  120694             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  120695             :     .co_names = & os_toplevel_consts_135_consts_6_names._object.ob_base.ob_base,
  120696             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120697             :     .co_flags = 3,
  120698             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  120699             :     ._co_linearray_entry_size = 0,
  120700             :     .co_argcount = 1,
  120701             :     .co_posonlyargcount = 0,
  120702             :     .co_kwonlyargcount = 0,
  120703             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  120704             :     .co_stacksize = 3,
  120705             :     .co_firstlineno = 1018,
  120706             :     .co_nlocalsplus = 1,
  120707             :     .co_nlocals = 1,
  120708             :     .co_nplaincellvars = 0,
  120709             :     .co_ncellvars = 0,
  120710             :     .co_nfreevars = 0,
  120711             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  120712             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  120713             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  120714             :     .co_name = &_Py_ID(__iter__),
  120715             :     .co_qualname = & os_toplevel_consts_135_consts_6_qualname._ascii.ob_base,
  120716             :     .co_linetable = & os_toplevel_consts_135_consts_6_linetable.ob_base.ob_base,
  120717             :     ._co_code = NULL,
  120718             :     ._co_linearray = NULL,
  120719             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  120720             :     ._co_firsttraceable = 0,
  120721             : };
  120722             : static
  120723             :     struct {
  120724             :         PyGC_Head _gc_head;
  120725             :         struct {
  120726             :             PyObject_VAR_HEAD
  120727             :             PyObject *ob_item[8];
  120728             :         }_object;
  120729             :     }
  120730             : os_toplevel_consts_135_consts = {
  120731             :     ._object = {
  120732             :         .ob_base = {
  120733             :             .ob_base = {
  120734             :                 .ob_refcnt = 999999999,
  120735             :                 .ob_type = &PyTuple_Type,
  120736             :             },
  120737             :             .ob_size = 8,
  120738             :         },
  120739             :         .ob_item = {
  120740             :             & const_str__wrap_close._ascii.ob_base,
  120741             :             & os_toplevel_consts_135_consts_1.ob_base.ob_base,
  120742             :             & os_toplevel_consts_135_consts_2.ob_base.ob_base,
  120743             :             & os_toplevel_consts_135_consts_3.ob_base.ob_base,
  120744             :             & os_toplevel_consts_135_consts_4.ob_base.ob_base,
  120745             :             & os_toplevel_consts_135_consts_5.ob_base.ob_base,
  120746             :             & os_toplevel_consts_135_consts_6.ob_base.ob_base,
  120747             :             Py_None,
  120748             :         },
  120749             :     },
  120750             : };
  120751             : static
  120752             :     struct {
  120753             :         PyGC_Head _gc_head;
  120754             :         struct {
  120755             :             PyObject_VAR_HEAD
  120756             :             PyObject *ob_item[9];
  120757             :         }_object;
  120758             :     }
  120759             : os_toplevel_consts_135_names = {
  120760             :     ._object = {
  120761             :         .ob_base = {
  120762             :             .ob_base = {
  120763             :                 .ob_refcnt = 999999999,
  120764             :                 .ob_type = &PyTuple_Type,
  120765             :             },
  120766             :             .ob_size = 9,
  120767             :         },
  120768             :         .ob_item = {
  120769             :             &_Py_ID(__name__),
  120770             :             &_Py_ID(__module__),
  120771             :             &_Py_ID(__qualname__),
  120772             :             &_Py_ID(__init__),
  120773             :             &_Py_ID(close),
  120774             :             &_Py_ID(__enter__),
  120775             :             &_Py_ID(__exit__),
  120776             :             &_Py_ID(__getattr__),
  120777             :             &_Py_ID(__iter__),
  120778             :         },
  120779             :     },
  120780             : };
  120781             : static
  120782             :     struct {
  120783             :         PyObject_VAR_HEAD
  120784             :         Py_hash_t ob_shash;
  120785             :         char ob_sval[111];
  120786             :     }
  120787             : os_toplevel_consts_135_linetable = {
  120788             :     .ob_base = {
  120789             :         .ob_base = {
  120790             :             .ob_refcnt = 999999999,
  120791             :             .ob_type = &PyBytes_Type,
  120792             :         },
  120793             :         .ob_size = 110,
  120794             :     },
  120795             :     .ob_shash = -1,
  120796             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x02\x09\x1e\xf0\x00\x02\x09\x1e\xf0\x00\x02\x09\x1e\xf0\x06\x08\x09\x27\xf0\x00\x08\x09\x27\xf0\x00\x08\x09\x27\xf0\x12\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x04\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x04\x01\x09\x2f\xf0\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f\xf0\x04\x01\x09\x26\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26",
  120797             : };
  120798             : static
  120799             :     struct _PyCode_DEF(50)
  120800             : os_toplevel_consts_135 = {
  120801             :     .ob_base = {
  120802             :         .ob_base = {
  120803             :             .ob_refcnt = 999999999,
  120804             :             .ob_type = &PyCode_Type,
  120805             :         },
  120806             :         .ob_size = 25,
  120807             :     },
  120808             :     .co_consts = & os_toplevel_consts_135_consts._object.ob_base.ob_base,
  120809             :     .co_names = & os_toplevel_consts_135_names._object.ob_base.ob_base,
  120810             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120811             :     .co_flags = 0,
  120812             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  120813             :     ._co_linearray_entry_size = 0,
  120814             :     .co_argcount = 0,
  120815             :     .co_posonlyargcount = 0,
  120816             :     .co_kwonlyargcount = 0,
  120817             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  120818             :     .co_stacksize = 1,
  120819             :     .co_firstlineno = 999,
  120820             :     .co_nlocalsplus = 0,
  120821             :     .co_nlocals = 0,
  120822             :     .co_nplaincellvars = 0,
  120823             :     .co_ncellvars = 0,
  120824             :     .co_nfreevars = 0,
  120825             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  120826             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120827             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  120828             :     .co_name = & const_str__wrap_close._ascii.ob_base,
  120829             :     .co_qualname = & const_str__wrap_close._ascii.ob_base,
  120830             :     .co_linetable = & os_toplevel_consts_135_linetable.ob_base.ob_base,
  120831             :     ._co_code = NULL,
  120832             :     ._co_linearray = NULL,
  120833             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x53\x00",
  120834             :     ._co_firsttraceable = 0,
  120835             : };
  120836             : static
  120837             :     struct {
  120838             :         PyASCIIObject _ascii;
  120839             :         uint8_t _data[39];
  120840             :     }
  120841             : os_toplevel_consts_138_consts_1 = {
  120842             :     ._ascii = {
  120843             :         .ob_base = {
  120844             :             .ob_refcnt = 999999999,
  120845             :             .ob_type = &PyUnicode_Type,
  120846             :         },
  120847             :         .length = 38,
  120848             :         .hash = -1,
  120849             :         .state = {
  120850             :             .kind = 1,
  120851             :             .compact = 1,
  120852             :             .ascii = 1,
  120853             :         },
  120854             :     },
  120855             :     ._data = "invalid fd type (%s, expected integer)",
  120856             : };
  120857             : static
  120858             :     struct {
  120859             :         PyGC_Head _gc_head;
  120860             :         struct {
  120861             :             PyObject_VAR_HEAD
  120862             :             PyObject *ob_item[4];
  120863             :         }_object;
  120864             :     }
  120865             : os_toplevel_consts_138_consts = {
  120866             :     ._object = {
  120867             :         .ob_base = {
  120868             :             .ob_base = {
  120869             :                 .ob_refcnt = 999999999,
  120870             :                 .ob_type = &PyTuple_Type,
  120871             :             },
  120872             :             .ob_size = 4,
  120873             :         },
  120874             :         .ob_item = {
  120875             :             Py_None,
  120876             :             & os_toplevel_consts_138_consts_1._ascii.ob_base,
  120877             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  120878             :             & const_str_b._ascii.ob_base,
  120879             :         },
  120880             :     },
  120881             : };
  120882             : static
  120883             :     struct {
  120884             :         PyGC_Head _gc_head;
  120885             :         struct {
  120886             :             PyObject_VAR_HEAD
  120887             :             PyObject *ob_item[7];
  120888             :         }_object;
  120889             :     }
  120890             : os_toplevel_consts_138_names = {
  120891             :     ._object = {
  120892             :         .ob_base = {
  120893             :             .ob_base = {
  120894             :                 .ob_refcnt = 999999999,
  120895             :                 .ob_type = &PyTuple_Type,
  120896             :             },
  120897             :             .ob_size = 7,
  120898             :         },
  120899             :         .ob_item = {
  120900             :             &_Py_ID(isinstance),
  120901             :             & const_str_int._ascii.ob_base,
  120902             :             & const_str_TypeError._ascii.ob_base,
  120903             :             & const_str_type._ascii.ob_base,
  120904             :             & const_str_io._ascii.ob_base,
  120905             :             & const_str_text_encoding._ascii.ob_base,
  120906             :             &_Py_ID(open),
  120907             :         },
  120908             :     },
  120909             : };
  120910             : static
  120911             :     struct {
  120912             :         PyObject_VAR_HEAD
  120913             :         Py_hash_t ob_shash;
  120914             :         char ob_sval[119];
  120915             :     }
  120916             : os_toplevel_consts_138_linetable = {
  120917             :     .ob_base = {
  120918             :         .ob_base = {
  120919             :             .ob_refcnt = 999999999,
  120920             :             .ob_type = &PyBytes_Type,
  120921             :         },
  120922             :         .ob_size = 118,
  120923             :     },
  120924             :     .ob_shash = -1,
  120925             :     .ob_sval = "\x80\x00\xdd\x0b\x15\x90\x62\x9d\x23\xd4\x0b\x1e\xf0\x00\x01\x05\x4d\x01\xdd\x0e\x17\xd0\x18\x40\xc5\x34\xc8\x02\xc4\x38\xd1\x18\x4b\xd4\x0e\x4c\xd0\x08\x4c\xd8\x04\x0d\x80\x49\x80\x49\x80\x49\xd8\x07\x0a\x90\x24\x80\x7f\xf0\x00\x01\x05\x2e\xd8\x13\x15\xd7\x13\x23\xd1\x13\x23\xa0\x48\xd4\x13\x2d\x88\x08\xd8\x0b\x12\x88\x32\x8f\x37\x89\x37\x90\x32\x90\x74\x98\x59\xa8\x08\xd0\x0b\x42\xb0\x34\xd0\x0b\x42\xd0\x0b\x42\xd0\x0b\x42\xb8\x36\xd0\x0b\x42\xd0\x0b\x42\xd0\x04\x42",
  120926             : };
  120927             : static
  120928             :     struct {
  120929             :         PyGC_Head _gc_head;
  120930             :         struct {
  120931             :             PyObject_VAR_HEAD
  120932             :             PyObject *ob_item[7];
  120933             :         }_object;
  120934             :     }
  120935             : os_toplevel_consts_138_localsplusnames = {
  120936             :     ._object = {
  120937             :         .ob_base = {
  120938             :             .ob_base = {
  120939             :                 .ob_refcnt = 999999999,
  120940             :                 .ob_type = &PyTuple_Type,
  120941             :             },
  120942             :             .ob_size = 7,
  120943             :         },
  120944             :         .ob_item = {
  120945             :             & const_str_fd._ascii.ob_base,
  120946             :             &_Py_ID(mode),
  120947             :             & const_str_buffering._ascii.ob_base,
  120948             :             &_Py_ID(encoding),
  120949             :             & const_str_args._ascii.ob_base,
  120950             :             & const_str_kwargs._ascii.ob_base,
  120951             :             & const_str_io._ascii.ob_base,
  120952             :         },
  120953             :     },
  120954             : };
  120955             : static
  120956             :     struct _PyCode_DEF(196)
  120957             : os_toplevel_consts_138 = {
  120958             :     .ob_base = {
  120959             :         .ob_base = {
  120960             :             .ob_refcnt = 999999999,
  120961             :             .ob_type = &PyCode_Type,
  120962             :         },
  120963             :         .ob_size = 98,
  120964             :     },
  120965             :     .co_consts = & os_toplevel_consts_138_consts._object.ob_base.ob_base,
  120966             :     .co_names = & os_toplevel_consts_138_names._object.ob_base.ob_base,
  120967             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  120968             :     .co_flags = 15,
  120969             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  120970             :     ._co_linearray_entry_size = 0,
  120971             :     .co_argcount = 4,
  120972             :     .co_posonlyargcount = 0,
  120973             :     .co_kwonlyargcount = 0,
  120974             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  120975             :     .co_stacksize = 6,
  120976             :     .co_firstlineno = 1024,
  120977             :     .co_nlocalsplus = 7,
  120978             :     .co_nlocals = 7,
  120979             :     .co_nplaincellvars = 0,
  120980             :     .co_ncellvars = 0,
  120981             :     .co_nfreevars = 0,
  120982             :     .co_localsplusnames = & os_toplevel_consts_138_localsplusnames._object.ob_base.ob_base,
  120983             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
  120984             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  120985             :     .co_name = & const_str_fdopen._ascii.ob_base,
  120986             :     .co_qualname = & const_str_fdopen._ascii.ob_base,
  120987             :     .co_linetable = & os_toplevel_consts_138_linetable.ob_base.ob_base,
  120988             :     ._co_code = NULL,
  120989             :     ._co_linearray = NULL,
  120990             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1b\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x02\x64\x00\x6c\x04\x7d\x06\x64\x03\x7c\x01\x76\x01\x72\x12\x7c\x06\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x02\x00\x7c\x06\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x67\x04\x7c\x04\xa2\x01\x52\x00\x69\x00\x7c\x05\xa4\x01\x8e\x01\x53\x00",
  120991             :     ._co_firsttraceable = 0,
  120992             : };
  120993             : static
  120994             :     struct {
  120995             :         PyASCIIObject _ascii;
  120996             :         uint8_t _data[354];
  120997             :     }
  120998             : os_toplevel_consts_139_consts_0 = {
  120999             :     ._ascii = {
  121000             :         .ob_base = {
  121001             :             .ob_refcnt = 999999999,
  121002             :             .ob_type = &PyUnicode_Type,
  121003             :         },
  121004             :         .length = 353,
  121005             :         .hash = -1,
  121006             :         .state = {
  121007             :             .kind = 1,
  121008             :             .compact = 1,
  121009             :             .ascii = 1,
  121010             :         },
  121011             :     },
  121012             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x61\x20\x70\x61\x74\x68\x2d\x6c\x69\x6b\x65\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x73\x74\x72\x20\x6f\x72\x20\x62\x79\x74\x65\x73\x20\x69\x73\x20\x70\x61\x73\x73\x65\x64\x20\x69\x6e\x2c\x20\x69\x74\x20\x69\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x75\x6e\x63\x68\x61\x6e\x67\x65\x64\x2e\x20\x4f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x6f\x73\x2e\x50\x61\x74\x68\x4c\x69\x6b\x65\x20\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x20\x69\x73\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x67\x65\x74\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x2e\x20\x49\x66\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x70\x61\x74\x68\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x69\x73\x20\x6e\x6f\x74\x20\x73\x74\x72\x20\x6f\x72\x20\x62\x79\x74\x65\x73\x2c\x20\x54\x79\x70\x65\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x20\x49\x66\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x70\x72\x6f\x76\x69\x64\x65\x64\x20\x70\x61\x74\x68\x20\x69\x73\x20\x6e\x6f\x74\x20\x73\x74\x72\x2c\x20\x62\x79\x74\x65\x73\x2c\x20\x6f\x72\x20\x6f\x73\x2e\x50\x61\x74\x68\x4c\x69\x6b\x65\x2c\x20\x54\x79\x70\x65\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x20\x20\x20\x20",
  121013             : };
  121014             : static
  121015             :     struct {
  121016             :         PyASCIIObject _ascii;
  121017             :         uint8_t _data[48];
  121018             :     }
  121019             : os_toplevel_consts_139_consts_2 = {
  121020             :     ._ascii = {
  121021             :         .ob_base = {
  121022             :             .ob_refcnt = 999999999,
  121023             :             .ob_type = &PyUnicode_Type,
  121024             :         },
  121025             :         .length = 47,
  121026             :         .hash = -1,
  121027             :         .state = {
  121028             :             .kind = 1,
  121029             :             .compact = 1,
  121030             :             .ascii = 1,
  121031             :         },
  121032             :     },
  121033             :     ._data = "expected str, bytes or os.PathLike object, not ",
  121034             : };
  121035             : static
  121036             :     struct {
  121037             :         PyASCIIObject _ascii;
  121038             :         uint8_t _data[56];
  121039             :     }
  121040             : os_toplevel_consts_139_consts_3 = {
  121041             :     ._ascii = {
  121042             :         .ob_base = {
  121043             :             .ob_refcnt = 999999999,
  121044             :             .ob_type = &PyUnicode_Type,
  121045             :         },
  121046             :         .length = 55,
  121047             :         .hash = -1,
  121048             :         .state = {
  121049             :             .kind = 1,
  121050             :             .compact = 1,
  121051             :             .ascii = 1,
  121052             :         },
  121053             :     },
  121054             :     ._data = "expected {}.__fspath__() to return str or bytes, not {}",
  121055             : };
  121056             : static
  121057             :     struct {
  121058             :         PyGC_Head _gc_head;
  121059             :         struct {
  121060             :             PyObject_VAR_HEAD
  121061             :             PyObject *ob_item[4];
  121062             :         }_object;
  121063             :     }
  121064             : os_toplevel_consts_139_consts = {
  121065             :     ._object = {
  121066             :         .ob_base = {
  121067             :             .ob_base = {
  121068             :                 .ob_refcnt = 999999999,
  121069             :                 .ob_type = &PyTuple_Type,
  121070             :             },
  121071             :             .ob_size = 4,
  121072             :         },
  121073             :         .ob_item = {
  121074             :             & os_toplevel_consts_139_consts_0._ascii.ob_base,
  121075             :             &_Py_ID(__fspath__),
  121076             :             & os_toplevel_consts_139_consts_2._ascii.ob_base,
  121077             :             & os_toplevel_consts_139_consts_3._ascii.ob_base,
  121078             :         },
  121079             :     },
  121080             : };
  121081             : static
  121082             :     struct {
  121083             :         PyGC_Head _gc_head;
  121084             :         struct {
  121085             :             PyObject_VAR_HEAD
  121086             :             PyObject *ob_item[10];
  121087             :         }_object;
  121088             :     }
  121089             : os_toplevel_consts_139_names = {
  121090             :     ._object = {
  121091             :         .ob_base = {
  121092             :             .ob_base = {
  121093             :                 .ob_refcnt = 999999999,
  121094             :                 .ob_type = &PyTuple_Type,
  121095             :             },
  121096             :             .ob_size = 10,
  121097             :         },
  121098             :         .ob_item = {
  121099             :             &_Py_ID(isinstance),
  121100             :             & const_str_str._ascii.ob_base,
  121101             :             & const_str_bytes._ascii.ob_base,
  121102             :             & const_str_type._ascii.ob_base,
  121103             :             &_Py_ID(__fspath__),
  121104             :             & const_str_AttributeError._ascii.ob_base,
  121105             :             & const_str_hasattr._ascii.ob_base,
  121106             :             & const_str_TypeError._ascii.ob_base,
  121107             :             &_Py_ID(__name__),
  121108             :             & const_str_format._ascii.ob_base,
  121109             :         },
  121110             :     },
  121111             : };
  121112             : static
  121113             :     struct {
  121114             :         PyASCIIObject _ascii;
  121115             :         uint8_t _data[8];
  121116             :     }
  121117             : const_str__fspath = {
  121118             :     ._ascii = {
  121119             :         .ob_base = {
  121120             :             .ob_refcnt = 999999999,
  121121             :             .ob_type = &PyUnicode_Type,
  121122             :         },
  121123             :         .length = 7,
  121124             :         .hash = -1,
  121125             :         .state = {
  121126             :             .kind = 1,
  121127             :             .compact = 1,
  121128             :             .ascii = 1,
  121129             :         },
  121130             :     },
  121131             :     ._data = "_fspath",
  121132             : };
  121133             : static
  121134             :     struct {
  121135             :         PyObject_VAR_HEAD
  121136             :         Py_hash_t ob_shash;
  121137             :         char ob_sval[220];
  121138             :     }
  121139             : os_toplevel_consts_139_linetable = {
  121140             :     .ob_base = {
  121141             :         .ob_base = {
  121142             :             .ob_refcnt = 999999999,
  121143             :             .ob_type = &PyBytes_Type,
  121144             :         },
  121145             :         .ob_size = 219,
  121146             :     },
  121147             :     .ob_shash = -1,
  121148             :     .ob_sval = "\x80\x00\xf5\x10\x00\x08\x12\x90\x24\x9d\x13\x9d\x65\x98\x0c\xd4\x07\x25\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xf5\x08\x00\x11\x15\x90\x54\x94\x0a\x80\x49\xf0\x02\x07\x05\x39\xd8\x14\x1d\xd7\x14\x28\xd1\x14\x28\xa8\x14\xd4\x14\x2e\x88\x09\xf5\x0e\x00\x08\x12\x90\x29\x9d\x63\xa5\x35\x98\x5c\xd4\x07\x2a\xf0\x00\x05\x05\x43\x01\xd8\x0f\x18\xd0\x08\x18\xe5\x0e\x17\xf0\x00\x01\x19\x21\xdf\x20\x27\xa1\x07\xa8\x09\xd7\x28\x3a\xd1\x28\x3a\xdd\x28\x2c\xa8\x59\xac\x0f\xd7\x28\x40\xd1\x28\x40\xf4\x03\x01\x21\x42\x01\xf4\x03\x02\x0f\x43\x01\xf0\x00\x02\x09\x43\x01\xf8\xf5\x13\x00\x0c\x1a\xf0\x00\x05\x05\x39\xf0\x00\x05\x05\x39\xf0\x00\x05\x05\x39\xdd\x0b\x12\x90\x39\x98\x6c\xd4\x0b\x2b\xf0\x00\x04\x09\x39\xd8\x0c\x11\xe5\x12\x1b\xf0\x00\x01\x1d\x23\xd8\x25\x2e\xd7\x25\x37\xd1\x25\x37\xf1\x03\x01\x1d\x38\xf4\x00\x01\x13\x39\xf0\x00\x01\x0d\x39\xf0\x09\x05\x05\x39\xf8\xf8\xf8",
  121149             : };
  121150             : static
  121151             :     struct {
  121152             :         PyObject_VAR_HEAD
  121153             :         Py_hash_t ob_shash;
  121154             :         char ob_sval[12];
  121155             :     }
  121156             : os_toplevel_consts_139_exceptiontable = {
  121157             :     .ob_base = {
  121158             :         .ob_base = {
  121159             :             .ob_refcnt = 999999999,
  121160             :             .ob_type = &PyBytes_Type,
  121161             :         },
  121162             :         .ob_size = 11,
  121163             :     },
  121164             :     .ob_shash = -1,
  121165             :     .ob_sval = "\xab\x12\x42\x16\x00\xc2\x16\x34\x43\x0a\x03",
  121166             : };
  121167             : static
  121168             :     struct {
  121169             :         PyASCIIObject _ascii;
  121170             :         uint8_t _data[10];
  121171             :     }
  121172             : const_str_path_type = {
  121173             :     ._ascii = {
  121174             :         .ob_base = {
  121175             :             .ob_refcnt = 999999999,
  121176             :             .ob_type = &PyUnicode_Type,
  121177             :         },
  121178             :         .length = 9,
  121179             :         .hash = -1,
  121180             :         .state = {
  121181             :             .kind = 1,
  121182             :             .compact = 1,
  121183             :             .ascii = 1,
  121184             :         },
  121185             :     },
  121186             :     ._data = "path_type",
  121187             : };
  121188             : static
  121189             :     struct {
  121190             :         PyASCIIObject _ascii;
  121191             :         uint8_t _data[10];
  121192             :     }
  121193             : const_str_path_repr = {
  121194             :     ._ascii = {
  121195             :         .ob_base = {
  121196             :             .ob_refcnt = 999999999,
  121197             :             .ob_type = &PyUnicode_Type,
  121198             :         },
  121199             :         .length = 9,
  121200             :         .hash = -1,
  121201             :         .state = {
  121202             :             .kind = 1,
  121203             :             .compact = 1,
  121204             :             .ascii = 1,
  121205             :         },
  121206             :     },
  121207             :     ._data = "path_repr",
  121208             : };
  121209             : static
  121210             :     struct {
  121211             :         PyGC_Head _gc_head;
  121212             :         struct {
  121213             :             PyObject_VAR_HEAD
  121214             :             PyObject *ob_item[3];
  121215             :         }_object;
  121216             :     }
  121217             : os_toplevel_consts_139_localsplusnames = {
  121218             :     ._object = {
  121219             :         .ob_base = {
  121220             :             .ob_base = {
  121221             :                 .ob_refcnt = 999999999,
  121222             :                 .ob_type = &PyTuple_Type,
  121223             :             },
  121224             :             .ob_size = 3,
  121225             :         },
  121226             :         .ob_item = {
  121227             :             &_Py_ID(path),
  121228             :             & const_str_path_type._ascii.ob_base,
  121229             :             & const_str_path_repr._ascii.ob_base,
  121230             :         },
  121231             :     },
  121232             : };
  121233             : static
  121234             :     struct _PyCode_DEF(410)
  121235             : os_toplevel_consts_139 = {
  121236             :     .ob_base = {
  121237             :         .ob_base = {
  121238             :             .ob_refcnt = 999999999,
  121239             :             .ob_type = &PyCode_Type,
  121240             :         },
  121241             :         .ob_size = 205,
  121242             :     },
  121243             :     .co_consts = & os_toplevel_consts_139_consts._object.ob_base.ob_base,
  121244             :     .co_names = & os_toplevel_consts_139_names._object.ob_base.ob_base,
  121245             :     .co_exceptiontable = & os_toplevel_consts_139_exceptiontable.ob_base.ob_base,
  121246             :     .co_flags = 3,
  121247             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  121248             :     ._co_linearray_entry_size = 0,
  121249             :     .co_argcount = 1,
  121250             :     .co_posonlyargcount = 0,
  121251             :     .co_kwonlyargcount = 0,
  121252             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  121253             :     .co_stacksize = 8,
  121254             :     .co_firstlineno = 1035,
  121255             :     .co_nlocalsplus = 3,
  121256             :     .co_nlocals = 3,
  121257             :     .co_nplaincellvars = 0,
  121258             :     .co_ncellvars = 0,
  121259             :     .co_nfreevars = 0,
  121260             :     .co_localsplusnames = & os_toplevel_consts_139_localsplusnames._object.ob_base.ob_base,
  121261             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  121262             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  121263             :     .co_name = & const_str__fspath._ascii.ob_base,
  121264             :     .co_qualname = & const_str__fspath._ascii.ob_base,
  121265             :     .co_linetable = & os_toplevel_consts_139_linetable.ob_base.ob_base,
  121266             :     ._co_code = NULL,
  121267             :     ._co_linearray = NULL,
  121268             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x02\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2a\x01\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x01\x82\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01",
  121269             :     ._co_firsttraceable = 0,
  121270             : };
  121271             : static
  121272             :     struct {
  121273             :         PyASCIIObject _ascii;
  121274             :         uint8_t _data[9];
  121275             :     }
  121276             : const_str_PathLike = {
  121277             :     ._ascii = {
  121278             :         .ob_base = {
  121279             :             .ob_refcnt = 999999999,
  121280             :             .ob_type = &PyUnicode_Type,
  121281             :         },
  121282             :         .length = 8,
  121283             :         .hash = -1,
  121284             :         .state = {
  121285             :             .kind = 1,
  121286             :             .compact = 1,
  121287             :             .ascii = 1,
  121288             :         },
  121289             :     },
  121290             :     ._data = "PathLike",
  121291             : };
  121292             : static
  121293             :     struct {
  121294             :         PyASCIIObject _ascii;
  121295             :         uint8_t _data[68];
  121296             :     }
  121297             : os_toplevel_consts_141_consts_1 = {
  121298             :     ._ascii = {
  121299             :         .ob_base = {
  121300             :             .ob_refcnt = 999999999,
  121301             :             .ob_type = &PyUnicode_Type,
  121302             :         },
  121303             :         .length = 67,
  121304             :         .hash = -1,
  121305             :         .state = {
  121306             :             .kind = 1,
  121307             :             .compact = 1,
  121308             :             .ascii = 1,
  121309             :         },
  121310             :     },
  121311             :     ._data = "Abstract base class for implementing the file system path protocol.",
  121312             : };
  121313             : static
  121314             :     struct {
  121315             :         PyASCIIObject _ascii;
  121316             :         uint8_t _data[58];
  121317             :     }
  121318             : os_toplevel_consts_141_consts_2_consts_0 = {
  121319             :     ._ascii = {
  121320             :         .ob_base = {
  121321             :             .ob_refcnt = 999999999,
  121322             :             .ob_type = &PyUnicode_Type,
  121323             :         },
  121324             :         .length = 57,
  121325             :         .hash = -1,
  121326             :         .state = {
  121327             :             .kind = 1,
  121328             :             .compact = 1,
  121329             :             .ascii = 1,
  121330             :         },
  121331             :     },
  121332             :     ._data = "Return the file system path representation of the object.",
  121333             : };
  121334             : static
  121335             :     struct {
  121336             :         PyGC_Head _gc_head;
  121337             :         struct {
  121338             :             PyObject_VAR_HEAD
  121339             :             PyObject *ob_item[1];
  121340             :         }_object;
  121341             :     }
  121342             : os_toplevel_consts_141_consts_2_consts = {
  121343             :     ._object = {
  121344             :         .ob_base = {
  121345             :             .ob_base = {
  121346             :                 .ob_refcnt = 999999999,
  121347             :                 .ob_type = &PyTuple_Type,
  121348             :             },
  121349             :             .ob_size = 1,
  121350             :         },
  121351             :         .ob_item = {
  121352             :             & os_toplevel_consts_141_consts_2_consts_0._ascii.ob_base,
  121353             :         },
  121354             :     },
  121355             : };
  121356             : static
  121357             :     struct {
  121358             :         PyASCIIObject _ascii;
  121359             :         uint8_t _data[20];
  121360             :     }
  121361             : os_toplevel_consts_141_consts_2_qualname = {
  121362             :     ._ascii = {
  121363             :         .ob_base = {
  121364             :             .ob_refcnt = 999999999,
  121365             :             .ob_type = &PyUnicode_Type,
  121366             :         },
  121367             :         .length = 19,
  121368             :         .hash = -1,
  121369             :         .state = {
  121370             :             .kind = 1,
  121371             :             .compact = 1,
  121372             :             .ascii = 1,
  121373             :         },
  121374             :     },
  121375             :     ._data = "PathLike.__fspath__",
  121376             : };
  121377             : static
  121378             :     struct _PyCode_DEF(16)
  121379             : os_toplevel_consts_141_consts_2 = {
  121380             :     .ob_base = {
  121381             :         .ob_base = {
  121382             :             .ob_refcnt = 999999999,
  121383             :             .ob_type = &PyCode_Type,
  121384             :         },
  121385             :         .ob_size = 8,
  121386             :     },
  121387             :     .co_consts = & os_toplevel_consts_141_consts_2_consts._object.ob_base.ob_base,
  121388             :     .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
  121389             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  121390             :     .co_flags = 3,
  121391             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  121392             :     ._co_linearray_entry_size = 0,
  121393             :     .co_argcount = 1,
  121394             :     .co_posonlyargcount = 0,
  121395             :     .co_kwonlyargcount = 0,
  121396             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  121397             :     .co_stacksize = 1,
  121398             :     .co_firstlineno = 1075,
  121399             :     .co_nlocalsplus = 1,
  121400             :     .co_nlocals = 1,
  121401             :     .co_nplaincellvars = 0,
  121402             :     .co_ncellvars = 0,
  121403             :     .co_nfreevars = 0,
  121404             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  121405             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  121406             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  121407             :     .co_name = &_Py_ID(__fspath__),
  121408             :     .co_qualname = & os_toplevel_consts_141_consts_2_qualname._ascii.ob_base,
  121409             :     .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
  121410             :     ._co_code = NULL,
  121411             :     ._co_linearray = NULL,
  121412             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
  121413             :     ._co_firsttraceable = 0,
  121414             : };
  121415             : static
  121416             :     struct {
  121417             :         PyGC_Head _gc_head;
  121418             :         struct {
  121419             :             PyObject_VAR_HEAD
  121420             :             PyObject *ob_item[2];
  121421             :         }_object;
  121422             :     }
  121423             : os_toplevel_consts_141_consts_3_consts = {
  121424             :     ._object = {
  121425             :         .ob_base = {
  121426             :             .ob_base = {
  121427             :                 .ob_refcnt = 999999999,
  121428             :                 .ob_type = &PyTuple_Type,
  121429             :             },
  121430             :             .ob_size = 2,
  121431             :         },
  121432             :         .ob_item = {
  121433             :             Py_None,
  121434             :             &_Py_ID(__fspath__),
  121435             :         },
  121436             :     },
  121437             : };
  121438             : static
  121439             :     struct {
  121440             :         PyGC_Head _gc_head;
  121441             :         struct {
  121442             :             PyObject_VAR_HEAD
  121443             :             PyObject *ob_item[3];
  121444             :         }_object;
  121445             :     }
  121446             : os_toplevel_consts_141_consts_3_names = {
  121447             :     ._object = {
  121448             :         .ob_base = {
  121449             :             .ob_base = {
  121450             :                 .ob_refcnt = 999999999,
  121451             :                 .ob_type = &PyTuple_Type,
  121452             :             },
  121453             :             .ob_size = 3,
  121454             :         },
  121455             :         .ob_item = {
  121456             :             & const_str_PathLike._ascii.ob_base,
  121457             :             & const_str__check_methods._ascii.ob_base,
  121458             :             & const_str_NotImplemented._ascii.ob_base,
  121459             :         },
  121460             :     },
  121461             : };
  121462             : static
  121463             :     struct {
  121464             :         PyASCIIObject _ascii;
  121465             :         uint8_t _data[26];
  121466             :     }
  121467             : os_toplevel_consts_141_consts_3_qualname = {
  121468             :     ._ascii = {
  121469             :         .ob_base = {
  121470             :             .ob_refcnt = 999999999,
  121471             :             .ob_type = &PyUnicode_Type,
  121472             :         },
  121473             :         .length = 25,
  121474             :         .hash = -1,
  121475             :         .state = {
  121476             :             .kind = 1,
  121477             :             .compact = 1,
  121478             :             .ascii = 1,
  121479             :         },
  121480             :     },
  121481             :     ._data = "PathLike.__subclasshook__",
  121482             : };
  121483             : static
  121484             :     struct {
  121485             :         PyObject_VAR_HEAD
  121486             :         Py_hash_t ob_shash;
  121487             :         char ob_sval[34];
  121488             :     }
  121489             : os_toplevel_consts_141_consts_3_linetable = {
  121490             :     .ob_base = {
  121491             :         .ob_base = {
  121492             :             .ob_refcnt = 999999999,
  121493             :             .ob_type = &PyBytes_Type,
  121494             :         },
  121495             :         .ob_size = 33,
  121496             :     },
  121497             :     .ob_shash = -1,
  121498             :     .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\xf0\x00\x01\x09\x3a\xdd\x13\x21\xa0\x28\xa8\x4c\xd4\x13\x39\xd0\x0c\x39\xdd\x0f\x1d\xd0\x08\x1d",
  121499             : };
  121500             : static
  121501             :     struct _PyCode_DEF(62)
  121502             : os_toplevel_consts_141_consts_3 = {
  121503             :     .ob_base = {
  121504             :         .ob_base = {
  121505             :             .ob_refcnt = 999999999,
  121506             :             .ob_type = &PyCode_Type,
  121507             :         },
  121508             :         .ob_size = 31,
  121509             :     },
  121510             :     .co_consts = & os_toplevel_consts_141_consts_3_consts._object.ob_base.ob_base,
  121511             :     .co_names = & os_toplevel_consts_141_consts_3_names._object.ob_base.ob_base,
  121512             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  121513             :     .co_flags = 3,
  121514             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  121515             :     ._co_linearray_entry_size = 0,
  121516             :     .co_argcount = 2,
  121517             :     .co_posonlyargcount = 0,
  121518             :     .co_kwonlyargcount = 0,
  121519             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  121520             :     .co_stacksize = 4,
  121521             :     .co_firstlineno = 1080,
  121522             :     .co_nlocalsplus = 2,
  121523             :     .co_nlocals = 2,
  121524             :     .co_nplaincellvars = 0,
  121525             :     .co_ncellvars = 0,
  121526             :     .co_nfreevars = 0,
  121527             :     .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
  121528             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  121529             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  121530             :     .co_name = &_Py_ID(__subclasshook__),
  121531             :     .co_qualname = & os_toplevel_consts_141_consts_3_qualname._ascii.ob_base,
  121532             :     .co_linetable = & os_toplevel_consts_141_consts_3_linetable.ob_base.ob_base,
  121533             :     ._co_code = NULL,
  121534             :     ._co_linearray = NULL,
  121535             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  121536             :     ._co_firsttraceable = 0,
  121537             : };
  121538             : static
  121539             :     struct {
  121540             :         PyGC_Head _gc_head;
  121541             :         struct {
  121542             :             PyObject_VAR_HEAD
  121543             :             PyObject *ob_item[5];
  121544             :         }_object;
  121545             :     }
  121546             : os_toplevel_consts_141_consts = {
  121547             :     ._object = {
  121548             :         .ob_base = {
  121549             :             .ob_base = {
  121550             :                 .ob_refcnt = 999999999,
  121551             :                 .ob_type = &PyTuple_Type,
  121552             :             },
  121553             :             .ob_size = 5,
  121554             :         },
  121555             :         .ob_item = {
  121556             :             & const_str_PathLike._ascii.ob_base,
  121557             :             & os_toplevel_consts_141_consts_1._ascii.ob_base,
  121558             :             & os_toplevel_consts_141_consts_2.ob_base.ob_base,
  121559             :             & os_toplevel_consts_141_consts_3.ob_base.ob_base,
  121560             :             Py_None,
  121561             :         },
  121562             :     },
  121563             : };
  121564             : static
  121565             :     struct {
  121566             :         PyGC_Head _gc_head;
  121567             :         struct {
  121568             :             PyObject_VAR_HEAD
  121569             :             PyObject *ob_item[11];
  121570             :         }_object;
  121571             :     }
  121572             : os_toplevel_consts_141_names = {
  121573             :     ._object = {
  121574             :         .ob_base = {
  121575             :             .ob_base = {
  121576             :                 .ob_refcnt = 999999999,
  121577             :                 .ob_type = &PyTuple_Type,
  121578             :             },
  121579             :             .ob_size = 11,
  121580             :         },
  121581             :         .ob_item = {
  121582             :             &_Py_ID(__name__),
  121583             :             &_Py_ID(__module__),
  121584             :             &_Py_ID(__qualname__),
  121585             :             &_Py_ID(__doc__),
  121586             :             & const_str_abc._ascii.ob_base,
  121587             :             & const_str_abstractmethod._ascii.ob_base,
  121588             :             &_Py_ID(__fspath__),
  121589             :             & const_str_classmethod._ascii.ob_base,
  121590             :             &_Py_ID(__subclasshook__),
  121591             :             & const_str_GenericAlias._ascii.ob_base,
  121592             :             &_Py_ID(__class_getitem__),
  121593             :         },
  121594             :     },
  121595             : };
  121596             : static
  121597             :     struct {
  121598             :         PyObject_VAR_HEAD
  121599             :         Py_hash_t ob_shash;
  121600             :         char ob_sval[92];
  121601             :     }
  121602             : os_toplevel_consts_141_linetable = {
  121603             :     .ob_base = {
  121604             :         .ob_base = {
  121605             :             .ob_refcnt = 999999999,
  121606             :             .ob_type = &PyBytes_Type,
  121607             :         },
  121608             :         .ob_size = 91,
  121609             :     },
  121610             :     .ob_shash = -1,
  121611             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x4d\xd0\x04\x4d\xe0\x05\x08\xd7\x05\x17\xd1\x05\x17\xf0\x02\x02\x05\x22\xf0\x00\x02\x05\x22\xf4\x03\x00\x06\x18\xf0\x02\x02\x05\x22\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
  121612             : };
  121613             : static
  121614             :     struct _PyCode_DEF(92)
  121615             : os_toplevel_consts_141 = {
  121616             :     .ob_base = {
  121617             :         .ob_base = {
  121618             :             .ob_refcnt = 999999999,
  121619             :             .ob_type = &PyCode_Type,
  121620             :         },
  121621             :         .ob_size = 46,
  121622             :     },
  121623             :     .co_consts = & os_toplevel_consts_141_consts._object.ob_base.ob_base,
  121624             :     .co_names = & os_toplevel_consts_141_names._object.ob_base.ob_base,
  121625             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  121626             :     .co_flags = 0,
  121627             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  121628             :     ._co_linearray_entry_size = 0,
  121629             :     .co_argcount = 0,
  121630             :     .co_posonlyargcount = 0,
  121631             :     .co_kwonlyargcount = 0,
  121632             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
  121633             :     .co_stacksize = 3,
  121634             :     .co_firstlineno = 1071,
  121635             :     .co_nlocalsplus = 0,
  121636             :     .co_nlocals = 0,
  121637             :     .co_nplaincellvars = 0,
  121638             :     .co_ncellvars = 0,
  121639             :     .co_nfreevars = 0,
  121640             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  121641             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  121642             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  121643             :     .co_name = & const_str_PathLike._ascii.ob_base,
  121644             :     .co_qualname = & const_str_PathLike._ascii.ob_base,
  121645             :     .co_linetable = & os_toplevel_consts_141_linetable.ob_base.ob_base,
  121646             :     ._co_code = NULL,
  121647             :     ._co_linearray = NULL,
  121648             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x02\x00\x65\x07\x65\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
  121649             :     ._co_firsttraceable = 0,
  121650             : };
  121651             : static
  121652             :     struct {
  121653             :         PyASCIIObject _ascii;
  121654             :         uint8_t _data[19];
  121655             :     }
  121656             : const_str__AddedDllDirectory = {
  121657             :     ._ascii = {
  121658             :         .ob_base = {
  121659             :             .ob_refcnt = 999999999,
  121660             :             .ob_type = &PyUnicode_Type,
  121661             :         },
  121662             :         .length = 18,
  121663             :         .hash = -1,
  121664             :         .state = {
  121665             :             .kind = 1,
  121666             :             .compact = 1,
  121667             :             .ascii = 1,
  121668             :         },
  121669             :     },
  121670             :     ._data = "_AddedDllDirectory",
  121671             : };
  121672             : static
  121673             :     struct {
  121674             :         PyASCIIObject _ascii;
  121675             :         uint8_t _data[8];
  121676             :     }
  121677             : const_str__cookie = {
  121678             :     ._ascii = {
  121679             :         .ob_base = {
  121680             :             .ob_refcnt = 999999999,
  121681             :             .ob_type = &PyUnicode_Type,
  121682             :         },
  121683             :         .length = 7,
  121684             :         .hash = -1,
  121685             :         .state = {
  121686             :             .kind = 1,
  121687             :             .compact = 1,
  121688             :             .ascii = 1,
  121689             :         },
  121690             :     },
  121691             :     ._data = "_cookie",
  121692             : };
  121693             : static
  121694             :     struct {
  121695             :         PyASCIIObject _ascii;
  121696             :         uint8_t _data[22];
  121697             :     }
  121698             : const_str__remove_dll_directory = {
  121699             :     ._ascii = {
  121700             :         .ob_base = {
  121701             :             .ob_refcnt = 999999999,
  121702             :             .ob_type = &PyUnicode_Type,
  121703             :         },
  121704             :         .length = 21,
  121705             :         .hash = -1,
  121706             :         .state = {
  121707             :             .kind = 1,
  121708             :             .compact = 1,
  121709             :             .ascii = 1,
  121710             :         },
  121711             :     },
  121712             :     ._data = "_remove_dll_directory",
  121713             : };
  121714             : static
  121715             :     struct {
  121716             :         PyGC_Head _gc_head;
  121717             :         struct {
  121718             :             PyObject_VAR_HEAD
  121719             :             PyObject *ob_item[3];
  121720             :         }_object;
  121721             :     }
  121722             : os_toplevel_consts_143_consts_1_names = {
  121723             :     ._object = {
  121724             :         .ob_base = {
  121725             :             .ob_base = {
  121726             :                 .ob_refcnt = 999999999,
  121727             :                 .ob_type = &PyTuple_Type,
  121728             :             },
  121729             :             .ob_size = 3,
  121730             :         },
  121731             :         .ob_item = {
  121732             :             &_Py_ID(path),
  121733             :             & const_str__cookie._ascii.ob_base,
  121734             :             & const_str__remove_dll_directory._ascii.ob_base,
  121735             :         },
  121736             :     },
  121737             : };
  121738             : static
  121739             :     struct {
  121740             :         PyASCIIObject _ascii;
  121741             :         uint8_t _data[28];
  121742             :     }
  121743             : os_toplevel_consts_143_consts_1_qualname = {
  121744             :     ._ascii = {
  121745             :         .ob_base = {
  121746             :             .ob_refcnt = 999999999,
  121747             :             .ob_type = &PyUnicode_Type,
  121748             :         },
  121749             :         .length = 27,
  121750             :         .hash = -1,
  121751             :         .state = {
  121752             :             .kind = 1,
  121753             :             .compact = 1,
  121754             :             .ascii = 1,
  121755             :         },
  121756             :     },
  121757             :     ._data = "_AddedDllDirectory.__init__",
  121758             : };
  121759             : static
  121760             :     struct {
  121761             :         PyObject_VAR_HEAD
  121762             :         Py_hash_t ob_shash;
  121763             :         char ob_sval[31];
  121764             :     }
  121765             : os_toplevel_consts_143_consts_1_linetable = {
  121766             :     .ob_base = {
  121767             :         .ob_base = {
  121768             :             .ob_refcnt = 999999999,
  121769             :             .ob_type = &PyBytes_Type,
  121770             :         },
  121771             :         .ob_size = 30,
  121772             :     },
  121773             :     .ob_shash = -1,
  121774             :     .ob_sval = "\x80\x00\xd8\x18\x1c\x88\x44\x8c\x49\xd8\x1b\x21\x88\x44\x8c\x4c\xd8\x29\x3d\x88\x44\xd4\x0c\x26\xd0\x0c\x26\xd0\x0c\x26",
  121775             : };
  121776             : static
  121777             :     struct {
  121778             :         PyASCIIObject _ascii;
  121779             :         uint8_t _data[7];
  121780             :     }
  121781             : const_str_cookie = {
  121782             :     ._ascii = {
  121783             :         .ob_base = {
  121784             :             .ob_refcnt = 999999999,
  121785             :             .ob_type = &PyUnicode_Type,
  121786             :         },
  121787             :         .length = 6,
  121788             :         .hash = -1,
  121789             :         .state = {
  121790             :             .kind = 1,
  121791             :             .compact = 1,
  121792             :             .ascii = 1,
  121793             :         },
  121794             :     },
  121795             :     ._data = "cookie",
  121796             : };
  121797             : static
  121798             :     struct {
  121799             :         PyASCIIObject _ascii;
  121800             :         uint8_t _data[21];
  121801             :     }
  121802             : const_str_remove_dll_directory = {
  121803             :     ._ascii = {
  121804             :         .ob_base = {
  121805             :             .ob_refcnt = 999999999,
  121806             :             .ob_type = &PyUnicode_Type,
  121807             :         },
  121808             :         .length = 20,
  121809             :         .hash = -1,
  121810             :         .state = {
  121811             :             .kind = 1,
  121812             :             .compact = 1,
  121813             :             .ascii = 1,
  121814             :         },
  121815             :     },
  121816             :     ._data = "remove_dll_directory",
  121817             : };
  121818             : static
  121819             :     struct {
  121820             :         PyGC_Head _gc_head;
  121821             :         struct {
  121822             :             PyObject_VAR_HEAD
  121823             :             PyObject *ob_item[4];
  121824             :         }_object;
  121825             :     }
  121826             : os_toplevel_consts_143_consts_1_localsplusnames = {
  121827             :     ._object = {
  121828             :         .ob_base = {
  121829             :             .ob_base = {
  121830             :                 .ob_refcnt = 999999999,
  121831             :                 .ob_type = &PyTuple_Type,
  121832             :             },
  121833             :             .ob_size = 4,
  121834             :         },
  121835             :         .ob_item = {
  121836             :             & const_str_self._ascii.ob_base,
  121837             :             &_Py_ID(path),
  121838             :             & const_str_cookie._ascii.ob_base,
  121839             :             & const_str_remove_dll_directory._ascii.ob_base,
  121840             :         },
  121841             :     },
  121842             : };
  121843             : static
  121844             :     struct _PyCode_DEF(48)
  121845             : os_toplevel_consts_143_consts_1 = {
  121846             :     .ob_base = {
  121847             :         .ob_base = {
  121848             :             .ob_refcnt = 999999999,
  121849             :             .ob_type = &PyCode_Type,
  121850             :         },
  121851             :         .ob_size = 24,
  121852             :     },
  121853             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  121854             :     .co_names = & os_toplevel_consts_143_consts_1_names._object.ob_base.ob_base,
  121855             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  121856             :     .co_flags = 3,
  121857             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  121858             :     ._co_linearray_entry_size = 0,
  121859             :     .co_argcount = 4,
  121860             :     .co_posonlyargcount = 0,
  121861             :     .co_kwonlyargcount = 0,
  121862             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  121863             :     .co_stacksize = 2,
  121864             :     .co_firstlineno = 1091,
  121865             :     .co_nlocalsplus = 4,
  121866             :     .co_nlocals = 4,
  121867             :     .co_nplaincellvars = 0,
  121868             :     .co_ncellvars = 0,
  121869             :     .co_nfreevars = 0,
  121870             :     .co_localsplusnames = & os_toplevel_consts_143_consts_1_localsplusnames._object.ob_base.ob_base,
  121871             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  121872             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  121873             :     .co_name = &_Py_ID(__init__),
  121874             :     .co_qualname = & os_toplevel_consts_143_consts_1_qualname._ascii.ob_base,
  121875             :     .co_linetable = & os_toplevel_consts_143_consts_1_linetable.ob_base.ob_base,
  121876             :     ._co_code = NULL,
  121877             :     ._co_linearray = NULL,
  121878             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  121879             :     ._co_firsttraceable = 0,
  121880             : };
  121881             : static
  121882             :     struct {
  121883             :         PyGC_Head _gc_head;
  121884             :         struct {
  121885             :             PyObject_VAR_HEAD
  121886             :             PyObject *ob_item[3];
  121887             :         }_object;
  121888             :     }
  121889             : os_toplevel_consts_143_consts_2_names = {
  121890             :     ._object = {
  121891             :         .ob_base = {
  121892             :             .ob_base = {
  121893             :                 .ob_refcnt = 999999999,
  121894             :                 .ob_type = &PyTuple_Type,
  121895             :             },
  121896             :             .ob_size = 3,
  121897             :         },
  121898             :         .ob_item = {
  121899             :             & const_str__remove_dll_directory._ascii.ob_base,
  121900             :             & const_str__cookie._ascii.ob_base,
  121901             :             &_Py_ID(path),
  121902             :         },
  121903             :     },
  121904             : };
  121905             : static
  121906             :     struct {
  121907             :         PyASCIIObject _ascii;
  121908             :         uint8_t _data[25];
  121909             :     }
  121910             : os_toplevel_consts_143_consts_2_qualname = {
  121911             :     ._ascii = {
  121912             :         .ob_base = {
  121913             :             .ob_refcnt = 999999999,
  121914             :             .ob_type = &PyUnicode_Type,
  121915             :         },
  121916             :         .length = 24,
  121917             :         .hash = -1,
  121918             :         .state = {
  121919             :             .kind = 1,
  121920             :             .compact = 1,
  121921             :             .ascii = 1,
  121922             :         },
  121923             :     },
  121924             :     ._data = "_AddedDllDirectory.close",
  121925             : };
  121926             : static
  121927             :     struct {
  121928             :         PyObject_VAR_HEAD
  121929             :         Py_hash_t ob_shash;
  121930             :         char ob_sval[35];
  121931             :     }
  121932             : os_toplevel_consts_143_consts_2_linetable = {
  121933             :     .ob_base = {
  121934             :         .ob_base = {
  121935             :             .ob_refcnt = 999999999,
  121936             :             .ob_type = &PyBytes_Type,
  121937             :         },
  121938             :         .ob_size = 34,
  121939             :     },
  121940             :     .ob_shash = -1,
  121941             :     .ob_sval = "\x80\x00\xd8\x0c\x10\xd7\x0c\x26\xd1\x0c\x26\xa0\x74\xa7\x7c\xa1\x7c\xd4\x0c\x34\xd0\x0c\x34\xd8\x18\x1c\x88\x44\x8c\x49\x88\x49\x88\x49",
  121942             : };
  121943             : static
  121944             :     struct _PyCode_DEF(76)
  121945             : os_toplevel_consts_143_consts_2 = {
  121946             :     .ob_base = {
  121947             :         .ob_base = {
  121948             :             .ob_refcnt = 999999999,
  121949             :             .ob_type = &PyCode_Type,
  121950             :         },
  121951             :         .ob_size = 38,
  121952             :     },
  121953             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  121954             :     .co_names = & os_toplevel_consts_143_consts_2_names._object.ob_base.ob_base,
  121955             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  121956             :     .co_flags = 3,
  121957             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  121958             :     ._co_linearray_entry_size = 0,
  121959             :     .co_argcount = 1,
  121960             :     .co_posonlyargcount = 0,
  121961             :     .co_kwonlyargcount = 0,
  121962             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  121963             :     .co_stacksize = 3,
  121964             :     .co_firstlineno = 1095,
  121965             :     .co_nlocalsplus = 1,
  121966             :     .co_nlocals = 1,
  121967             :     .co_nplaincellvars = 0,
  121968             :     .co_ncellvars = 0,
  121969             :     .co_nfreevars = 0,
  121970             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  121971             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  121972             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  121973             :     .co_name = &_Py_ID(close),
  121974             :     .co_qualname = & os_toplevel_consts_143_consts_2_qualname._ascii.ob_base,
  121975             :     .co_linetable = & os_toplevel_consts_143_consts_2_linetable.ob_base.ob_base,
  121976             :     ._co_code = NULL,
  121977             :     ._co_linearray = NULL,
  121978             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  121979             :     ._co_firsttraceable = 0,
  121980             : };
  121981             : static
  121982             :     struct {
  121983             :         PyASCIIObject _ascii;
  121984             :         uint8_t _data[29];
  121985             :     }
  121986             : os_toplevel_consts_143_consts_3_qualname = {
  121987             :     ._ascii = {
  121988             :         .ob_base = {
  121989             :             .ob_refcnt = 999999999,
  121990             :             .ob_type = &PyUnicode_Type,
  121991             :         },
  121992             :         .length = 28,
  121993             :         .hash = -1,
  121994             :         .state = {
  121995             :             .kind = 1,
  121996             :             .compact = 1,
  121997             :             .ascii = 1,
  121998             :         },
  121999             :     },
  122000             :     ._data = "_AddedDllDirectory.__enter__",
  122001             : };
  122002             : static
  122003             :     struct _PyCode_DEF(6)
  122004             : os_toplevel_consts_143_consts_3 = {
  122005             :     .ob_base = {
  122006             :         .ob_base = {
  122007             :             .ob_refcnt = 999999999,
  122008             :             .ob_type = &PyCode_Type,
  122009             :         },
  122010             :         .ob_size = 3,
  122011             :     },
  122012             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  122013             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  122014             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  122015             :     .co_flags = 3,
  122016             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  122017             :     ._co_linearray_entry_size = 0,
  122018             :     .co_argcount = 1,
  122019             :     .co_posonlyargcount = 0,
  122020             :     .co_kwonlyargcount = 0,
  122021             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  122022             :     .co_stacksize = 1,
  122023             :     .co_firstlineno = 1098,
  122024             :     .co_nlocalsplus = 1,
  122025             :     .co_nlocals = 1,
  122026             :     .co_nplaincellvars = 0,
  122027             :     .co_ncellvars = 0,
  122028             :     .co_nfreevars = 0,
  122029             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  122030             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  122031             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  122032             :     .co_name = &_Py_ID(__enter__),
  122033             :     .co_qualname = & os_toplevel_consts_143_consts_3_qualname._ascii.ob_base,
  122034             :     .co_linetable = & os_toplevel_consts_135_consts_3_linetable.ob_base.ob_base,
  122035             :     ._co_code = NULL,
  122036             :     ._co_linearray = NULL,
  122037             :     .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
  122038             :     ._co_firsttraceable = 0,
  122039             : };
  122040             : static
  122041             :     struct {
  122042             :         PyASCIIObject _ascii;
  122043             :         uint8_t _data[28];
  122044             :     }
  122045             : os_toplevel_consts_143_consts_4_qualname = {
  122046             :     ._ascii = {
  122047             :         .ob_base = {
  122048             :             .ob_refcnt = 999999999,
  122049             :             .ob_type = &PyUnicode_Type,
  122050             :         },
  122051             :         .length = 27,
  122052             :         .hash = -1,
  122053             :         .state = {
  122054             :             .kind = 1,
  122055             :             .compact = 1,
  122056             :             .ascii = 1,
  122057             :         },
  122058             :     },
  122059             :     ._data = "_AddedDllDirectory.__exit__",
  122060             : };
  122061             : static
  122062             :     struct _PyCode_DEF(40)
  122063             : os_toplevel_consts_143_consts_4 = {
  122064             :     .ob_base = {
  122065             :         .ob_base = {
  122066             :             .ob_refcnt = 999999999,
  122067             :             .ob_type = &PyCode_Type,
  122068             :         },
  122069             :         .ob_size = 20,
  122070             :     },
  122071             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  122072             :     .co_names = & os_toplevel_consts_135_consts_4_names._object.ob_base.ob_base,
  122073             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  122074             :     .co_flags = 7,
  122075             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  122076             :     ._co_linearray_entry_size = 0,
  122077             :     .co_argcount = 1,
  122078             :     .co_posonlyargcount = 0,
  122079             :     .co_kwonlyargcount = 0,
  122080             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  122081             :     .co_stacksize = 2,
  122082             :     .co_firstlineno = 1100,
  122083             :     .co_nlocalsplus = 2,
  122084             :     .co_nlocals = 2,
  122085             :     .co_nplaincellvars = 0,
  122086             :     .co_ncellvars = 0,
  122087             :     .co_nfreevars = 0,
  122088             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
  122089             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  122090             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  122091             :     .co_name = &_Py_ID(__exit__),
  122092             :     .co_qualname = & os_toplevel_consts_143_consts_4_qualname._ascii.ob_base,
  122093             :     .co_linetable = & os_toplevel_consts_135_consts_4_linetable.ob_base.ob_base,
  122094             :     ._co_code = NULL,
  122095             :     ._co_linearray = NULL,
  122096             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
  122097             :     ._co_firsttraceable = 0,
  122098             : };
  122099             : static
  122100             :     struct {
  122101             :         PyASCIIObject _ascii;
  122102             :         uint8_t _data[26];
  122103             :     }
  122104             : os_toplevel_consts_143_consts_5_consts_1 = {
  122105             :     ._ascii = {
  122106             :         .ob_base = {
  122107             :             .ob_refcnt = 999999999,
  122108             :             .ob_type = &PyUnicode_Type,
  122109             :         },
  122110             :         .length = 25,
  122111             :         .hash = -1,
  122112             :         .state = {
  122113             :             .kind = 1,
  122114             :             .compact = 1,
  122115             :             .ascii = 1,
  122116             :         },
  122117             :     },
  122118             :     ._data = "<AddedDllDirectory({!r})>",
  122119             : };
  122120             : static
  122121             :     struct {
  122122             :         PyASCIIObject _ascii;
  122123             :         uint8_t _data[22];
  122124             :     }
  122125             : os_toplevel_consts_143_consts_5_consts_2 = {
  122126             :     ._ascii = {
  122127             :         .ob_base = {
  122128             :             .ob_refcnt = 999999999,
  122129             :             .ob_type = &PyUnicode_Type,
  122130             :         },
  122131             :         .length = 21,
  122132             :         .hash = -1,
  122133             :         .state = {
  122134             :             .kind = 1,
  122135             :             .compact = 1,
  122136             :             .ascii = 1,
  122137             :         },
  122138             :     },
  122139             :     ._data = "<AddedDllDirectory()>",
  122140             : };
  122141             : static
  122142             :     struct {
  122143             :         PyGC_Head _gc_head;
  122144             :         struct {
  122145             :             PyObject_VAR_HEAD
  122146             :             PyObject *ob_item[3];
  122147             :         }_object;
  122148             :     }
  122149             : os_toplevel_consts_143_consts_5_consts = {
  122150             :     ._object = {
  122151             :         .ob_base = {
  122152             :             .ob_base = {
  122153             :                 .ob_refcnt = 999999999,
  122154             :                 .ob_type = &PyTuple_Type,
  122155             :             },
  122156             :             .ob_size = 3,
  122157             :         },
  122158             :         .ob_item = {
  122159             :             Py_None,
  122160             :             & os_toplevel_consts_143_consts_5_consts_1._ascii.ob_base,
  122161             :             & os_toplevel_consts_143_consts_5_consts_2._ascii.ob_base,
  122162             :         },
  122163             :     },
  122164             : };
  122165             : static
  122166             :     struct {
  122167             :         PyGC_Head _gc_head;
  122168             :         struct {
  122169             :             PyObject_VAR_HEAD
  122170             :             PyObject *ob_item[2];
  122171             :         }_object;
  122172             :     }
  122173             : os_toplevel_consts_143_consts_5_names = {
  122174             :     ._object = {
  122175             :         .ob_base = {
  122176             :             .ob_base = {
  122177             :                 .ob_refcnt = 999999999,
  122178             :                 .ob_type = &PyTuple_Type,
  122179             :             },
  122180             :             .ob_size = 2,
  122181             :         },
  122182             :         .ob_item = {
  122183             :             &_Py_ID(path),
  122184             :             & const_str_format._ascii.ob_base,
  122185             :         },
  122186             :     },
  122187             : };
  122188             : static
  122189             :     struct {
  122190             :         PyASCIIObject _ascii;
  122191             :         uint8_t _data[28];
  122192             :     }
  122193             : os_toplevel_consts_143_consts_5_qualname = {
  122194             :     ._ascii = {
  122195             :         .ob_base = {
  122196             :             .ob_refcnt = 999999999,
  122197             :             .ob_type = &PyUnicode_Type,
  122198             :         },
  122199             :         .length = 27,
  122200             :         .hash = -1,
  122201             :         .state = {
  122202             :             .kind = 1,
  122203             :             .compact = 1,
  122204             :             .ascii = 1,
  122205             :         },
  122206             :     },
  122207             :     ._data = "_AddedDllDirectory.__repr__",
  122208             : };
  122209             : static
  122210             :     struct {
  122211             :         PyObject_VAR_HEAD
  122212             :         Py_hash_t ob_shash;
  122213             :         char ob_sval[43];
  122214             :     }
  122215             : os_toplevel_consts_143_consts_5_linetable = {
  122216             :     .ob_base = {
  122217             :         .ob_base = {
  122218             :             .ob_refcnt = 999999999,
  122219             :             .ob_type = &PyBytes_Type,
  122220             :         },
  122221             :         .ob_size = 42,
  122222             :     },
  122223             :     .ob_shash = -1,
  122224             :     .ob_sval = "\x80\x00\xd8\x0f\x13\x8f\x79\x89\x79\xf0\x00\x01\x0d\x45\x01\xd8\x17\x32\xd7\x17\x39\xd1\x17\x39\xb8\x24\xbf\x29\xb9\x29\xd4\x17\x44\xd0\x10\x44\xd8\x13\x2a\xd0\x13\x2a",
  122225             : };
  122226             : static
  122227             :     struct _PyCode_DEF(86)
  122228             : os_toplevel_consts_143_consts_5 = {
  122229             :     .ob_base = {
  122230             :         .ob_base = {
  122231             :             .ob_refcnt = 999999999,
  122232             :             .ob_type = &PyCode_Type,
  122233             :         },
  122234             :         .ob_size = 43,
  122235             :     },
  122236             :     .co_consts = & os_toplevel_consts_143_consts_5_consts._object.ob_base.ob_base,
  122237             :     .co_names = & os_toplevel_consts_143_consts_5_names._object.ob_base.ob_base,
  122238             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  122239             :     .co_flags = 3,
  122240             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  122241             :     ._co_linearray_entry_size = 0,
  122242             :     .co_argcount = 1,
  122243             :     .co_posonlyargcount = 0,
  122244             :     .co_kwonlyargcount = 0,
  122245             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  122246             :     .co_stacksize = 3,
  122247             :     .co_firstlineno = 1102,
  122248             :     .co_nlocalsplus = 1,
  122249             :     .co_nlocals = 1,
  122250             :     .co_nplaincellvars = 0,
  122251             :     .co_ncellvars = 0,
  122252             :     .co_nfreevars = 0,
  122253             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  122254             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  122255             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  122256             :     .co_name = &_Py_ID(__repr__),
  122257             :     .co_qualname = & os_toplevel_consts_143_consts_5_qualname._ascii.ob_base,
  122258             :     .co_linetable = & os_toplevel_consts_143_consts_5_linetable.ob_base.ob_base,
  122259             :     ._co_code = NULL,
  122260             :     ._co_linearray = NULL,
  122261             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1c\x64\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x53\x00",
  122262             :     ._co_firsttraceable = 0,
  122263             : };
  122264             : static
  122265             :     struct {
  122266             :         PyGC_Head _gc_head;
  122267             :         struct {
  122268             :             PyObject_VAR_HEAD
  122269             :             PyObject *ob_item[7];
  122270             :         }_object;
  122271             :     }
  122272             : os_toplevel_consts_143_consts = {
  122273             :     ._object = {
  122274             :         .ob_base = {
  122275             :             .ob_base = {
  122276             :                 .ob_refcnt = 999999999,
  122277             :                 .ob_type = &PyTuple_Type,
  122278             :             },
  122279             :             .ob_size = 7,
  122280             :         },
  122281             :         .ob_item = {
  122282             :             & const_str__AddedDllDirectory._ascii.ob_base,
  122283             :             & os_toplevel_consts_143_consts_1.ob_base.ob_base,
  122284             :             & os_toplevel_consts_143_consts_2.ob_base.ob_base,
  122285             :             & os_toplevel_consts_143_consts_3.ob_base.ob_base,
  122286             :             & os_toplevel_consts_143_consts_4.ob_base.ob_base,
  122287             :             & os_toplevel_consts_143_consts_5.ob_base.ob_base,
  122288             :             Py_None,
  122289             :         },
  122290             :     },
  122291             : };
  122292             : static
  122293             :     struct {
  122294             :         PyGC_Head _gc_head;
  122295             :         struct {
  122296             :             PyObject_VAR_HEAD
  122297             :             PyObject *ob_item[8];
  122298             :         }_object;
  122299             :     }
  122300             : os_toplevel_consts_143_names = {
  122301             :     ._object = {
  122302             :         .ob_base = {
  122303             :             .ob_base = {
  122304             :                 .ob_refcnt = 999999999,
  122305             :                 .ob_type = &PyTuple_Type,
  122306             :             },
  122307             :             .ob_size = 8,
  122308             :         },
  122309             :         .ob_item = {
  122310             :             &_Py_ID(__name__),
  122311             :             &_Py_ID(__module__),
  122312             :             &_Py_ID(__qualname__),
  122313             :             &_Py_ID(__init__),
  122314             :             &_Py_ID(close),
  122315             :             &_Py_ID(__enter__),
  122316             :             &_Py_ID(__exit__),
  122317             :             &_Py_ID(__repr__),
  122318             :         },
  122319             :     },
  122320             : };
  122321             : static
  122322             :     struct {
  122323             :         PyObject_VAR_HEAD
  122324             :         Py_hash_t ob_shash;
  122325             :         char ob_sval[96];
  122326             :     }
  122327             : os_toplevel_consts_143_linetable = {
  122328             :     .ob_base = {
  122329             :         .ob_base = {
  122330             :             .ob_refcnt = 999999999,
  122331             :             .ob_type = &PyBytes_Type,
  122332             :         },
  122333             :         .ob_size = 95,
  122334             :     },
  122335             :     .ob_shash = -1,
  122336             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x08\x02\x09\x1d\xf0\x00\x02\x09\x1d\xf0\x00\x02\x09\x1d\xf0\x06\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x04\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x04\x03\x09\x2b\xf0\x00\x03\x09\x2b\xf0\x00\x03\x09\x2b\xf0\x00\x03\x09\x2b\xf0\x00\x03\x09\x2b",
  122337             : };
  122338             : static
  122339             :     struct _PyCode_DEF(44)
  122340             : os_toplevel_consts_143 = {
  122341             :     .ob_base = {
  122342             :         .ob_base = {
  122343             :             .ob_refcnt = 999999999,
  122344             :             .ob_type = &PyCode_Type,
  122345             :         },
  122346             :         .ob_size = 22,
  122347             :     },
  122348             :     .co_consts = & os_toplevel_consts_143_consts._object.ob_base.ob_base,
  122349             :     .co_names = & os_toplevel_consts_143_names._object.ob_base.ob_base,
  122350             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  122351             :     .co_flags = 0,
  122352             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  122353             :     ._co_linearray_entry_size = 0,
  122354             :     .co_argcount = 0,
  122355             :     .co_posonlyargcount = 0,
  122356             :     .co_kwonlyargcount = 0,
  122357             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  122358             :     .co_stacksize = 1,
  122359             :     .co_firstlineno = 1090,
  122360             :     .co_nlocalsplus = 0,
  122361             :     .co_nlocals = 0,
  122362             :     .co_nplaincellvars = 0,
  122363             :     .co_ncellvars = 0,
  122364             :     .co_nfreevars = 0,
  122365             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  122366             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  122367             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  122368             :     .co_name = & const_str__AddedDllDirectory._ascii.ob_base,
  122369             :     .co_qualname = & const_str__AddedDllDirectory._ascii.ob_base,
  122370             :     .co_linetable = & os_toplevel_consts_143_linetable.ob_base.ob_base,
  122371             :     ._co_code = NULL,
  122372             :     ._co_linearray = NULL,
  122373             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x53\x00",
  122374             :     ._co_firsttraceable = 0,
  122375             : };
  122376             : static
  122377             :     struct {
  122378             :         PyASCIIObject _ascii;
  122379             :         uint8_t _data[336];
  122380             :     }
  122381             : os_toplevel_consts_145_consts_0 = {
  122382             :     ._ascii = {
  122383             :         .ob_base = {
  122384             :             .ob_refcnt = 999999999,
  122385             :             .ob_type = &PyUnicode_Type,
  122386             :         },
  122387             :         .length = 335,
  122388             :         .hash = -1,
  122389             :         .state = {
  122390             :             .kind = 1,
  122391             :             .compact = 1,
  122392             :             .ascii = 1,
  122393             :         },
  122394             :     },
  122395             :     ._data = "\x41\x64\x64\x20\x61\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x74\x68\x65\x20\x44\x4c\x4c\x20\x73\x65\x61\x72\x63\x68\x20\x70\x61\x74\x68\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x73\x65\x61\x72\x63\x68\x20\x70\x61\x74\x68\x20\x69\x73\x20\x75\x73\x65\x64\x20\x77\x68\x65\x6e\x20\x72\x65\x73\x6f\x6c\x76\x69\x6e\x67\x20\x64\x65\x70\x65\x6e\x64\x65\x6e\x63\x69\x65\x73\x20\x66\x6f\x72\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x28\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x74\x73\x65\x6c\x66\x20\x69\x73\x20\x72\x65\x73\x6f\x6c\x76\x65\x64\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x29\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x6e\x64\x20\x61\x6c\x73\x6f\x20\x62\x79\x20\x63\x74\x79\x70\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x6d\x6f\x76\x65\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x62\x79\x20\x63\x61\x6c\x6c\x69\x6e\x67\x20\x63\x6c\x6f\x73\x65\x28\x29\x20\x6f\x6e\x20\x74\x68\x65\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x6f\x62\x6a\x65\x63\x74\x20\x6f\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x75\x73\x69\x6e\x67\x20\x69\x74\x20\x69\x6e\x20\x61\x20\x77\x69\x74\x68\x20\x73\x74\x61\x74\x65\x6d\x65\x6e\x74\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
  122396             : };
  122397             : static
  122398             :     struct {
  122399             :         PyGC_Head _gc_head;
  122400             :         struct {
  122401             :             PyObject_VAR_HEAD
  122402             :             PyObject *ob_item[3];
  122403             :         }_object;
  122404             :     }
  122405             : os_toplevel_consts_145_consts = {
  122406             :     ._object = {
  122407             :         .ob_base = {
  122408             :             .ob_base = {
  122409             :                 .ob_refcnt = 999999999,
  122410             :                 .ob_type = &PyTuple_Type,
  122411             :             },
  122412             :             .ob_size = 3,
  122413             :         },
  122414             :         .ob_item = {
  122415             :             & os_toplevel_consts_145_consts_0._ascii.ob_base,
  122416             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  122417             :             Py_None,
  122418             :         },
  122419             :     },
  122420             : };
  122421             : static
  122422             :     struct {
  122423             :         PyASCIIObject _ascii;
  122424             :         uint8_t _data[19];
  122425             :     }
  122426             : const_str__add_dll_directory = {
  122427             :     ._ascii = {
  122428             :         .ob_base = {
  122429             :             .ob_refcnt = 999999999,
  122430             :             .ob_type = &PyUnicode_Type,
  122431             :         },
  122432             :         .length = 18,
  122433             :         .hash = -1,
  122434             :         .state = {
  122435             :             .kind = 1,
  122436             :             .compact = 1,
  122437             :             .ascii = 1,
  122438             :         },
  122439             :     },
  122440             :     ._data = "_add_dll_directory",
  122441             : };
  122442             : static
  122443             :     struct {
  122444             :         PyGC_Head _gc_head;
  122445             :         struct {
  122446             :             PyObject_VAR_HEAD
  122447             :             PyObject *ob_item[4];
  122448             :         }_object;
  122449             :     }
  122450             : os_toplevel_consts_145_names = {
  122451             :     ._object = {
  122452             :         .ob_base = {
  122453             :             .ob_base = {
  122454             :                 .ob_refcnt = 999999999,
  122455             :                 .ob_type = &PyTuple_Type,
  122456             :             },
  122457             :             .ob_size = 4,
  122458             :         },
  122459             :         .ob_item = {
  122460             :             & const_str_nt._ascii.ob_base,
  122461             :             & const_str__add_dll_directory._ascii.ob_base,
  122462             :             & const_str__AddedDllDirectory._ascii.ob_base,
  122463             :             & const_str__remove_dll_directory._ascii.ob_base,
  122464             :         },
  122465             :     },
  122466             : };
  122467             : static
  122468             :     struct {
  122469             :         PyASCIIObject _ascii;
  122470             :         uint8_t _data[18];
  122471             :     }
  122472             : const_str_add_dll_directory = {
  122473             :     ._ascii = {
  122474             :         .ob_base = {
  122475             :             .ob_refcnt = 999999999,
  122476             :             .ob_type = &PyUnicode_Type,
  122477             :         },
  122478             :         .length = 17,
  122479             :         .hash = -1,
  122480             :         .state = {
  122481             :             .kind = 1,
  122482             :             .compact = 1,
  122483             :             .ascii = 1,
  122484             :         },
  122485             :     },
  122486             :     ._data = "add_dll_directory",
  122487             : };
  122488             : static
  122489             :     struct {
  122490             :         PyObject_VAR_HEAD
  122491             :         Py_hash_t ob_shash;
  122492             :         char ob_sval[60];
  122493             :     }
  122494             : os_toplevel_consts_145_linetable = {
  122495             :     .ob_base = {
  122496             :         .ob_base = {
  122497             :             .ob_refcnt = 999999999,
  122498             :             .ob_type = &PyBytes_Type,
  122499             :         },
  122500             :         .ob_size = 59,
  122501             :     },
  122502             :     .ob_shash = -1,
  122503             :     .ob_sval = "\x80\x00\xf0\x14\x00\x09\x12\x88\x09\x88\x09\x88\x09\xd8\x11\x26\x90\x12\xd7\x11\x26\xd1\x11\x26\xa0\x74\xd4\x11\x2c\x88\x06\xdd\x0f\x21\xd8\x0c\x10\xd8\x0c\x12\xd8\x0c\x0e\xd7\x0c\x24\xd1\x0c\x24\xf4\x07\x04\x10\x0a\xf0\x00\x04\x09\x0a",
  122504             : };
  122505             : static
  122506             :     struct {
  122507             :         PyGC_Head _gc_head;
  122508             :         struct {
  122509             :             PyObject_VAR_HEAD
  122510             :             PyObject *ob_item[3];
  122511             :         }_object;
  122512             :     }
  122513             : os_toplevel_consts_145_localsplusnames = {
  122514             :     ._object = {
  122515             :         .ob_base = {
  122516             :             .ob_base = {
  122517             :                 .ob_refcnt = 999999999,
  122518             :                 .ob_type = &PyTuple_Type,
  122519             :             },
  122520             :             .ob_size = 3,
  122521             :         },
  122522             :         .ob_item = {
  122523             :             &_Py_ID(path),
  122524             :             & const_str_nt._ascii.ob_base,
  122525             :             & const_str_cookie._ascii.ob_base,
  122526             :         },
  122527             :     },
  122528             : };
  122529             : static
  122530             :     struct _PyCode_DEF(98)
  122531             : os_toplevel_consts_145 = {
  122532             :     .ob_base = {
  122533             :         .ob_base = {
  122534             :             .ob_refcnt = 999999999,
  122535             :             .ob_type = &PyCode_Type,
  122536             :         },
  122537             :         .ob_size = 49,
  122538             :     },
  122539             :     .co_consts = & os_toplevel_consts_145_consts._object.ob_base.ob_base,
  122540             :     .co_names = & os_toplevel_consts_145_names._object.ob_base.ob_base,
  122541             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  122542             :     .co_flags = 3,
  122543             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  122544             :     ._co_linearray_entry_size = 0,
  122545             :     .co_argcount = 1,
  122546             :     .co_posonlyargcount = 0,
  122547             :     .co_kwonlyargcount = 0,
  122548             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  122549             :     .co_stacksize = 5,
  122550             :     .co_firstlineno = 1107,
  122551             :     .co_nlocalsplus = 3,
  122552             :     .co_nlocals = 3,
  122553             :     .co_nplaincellvars = 0,
  122554             :     .co_ncellvars = 0,
  122555             :     .co_nfreevars = 0,
  122556             :     .co_localsplusnames = & os_toplevel_consts_145_localsplusnames._object.ob_base.ob_base,
  122557             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  122558             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  122559             :     .co_name = & const_str_add_dll_directory._ascii.ob_base,
  122560             :     .co_qualname = & const_str_add_dll_directory._ascii.ob_base,
  122561             :     .co_linetable = & os_toplevel_consts_145_linetable.ob_base.ob_base,
  122562             :     ._co_code = NULL,
  122563             :     ._co_linearray = NULL,
  122564             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x01\x02\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  122565             :     ._co_firsttraceable = 0,
  122566             : };
  122567             : static
  122568             :     struct {
  122569             :         PyGC_Head _gc_head;
  122570             :         struct {
  122571             :             PyObject_VAR_HEAD
  122572             :             PyObject *ob_item[2];
  122573             :         }_object;
  122574             :     }
  122575             : os_toplevel_consts_146 = {
  122576             :     ._object = {
  122577             :         .ob_base = {
  122578             :             .ob_base = {
  122579             :                 .ob_refcnt = 999999999,
  122580             :                 .ob_type = &PyTuple_Type,
  122581             :             },
  122582             :             .ob_size = 2,
  122583             :         },
  122584             :         .ob_item = {
  122585             :             & const_int_511.ob_base.ob_base,
  122586             :             Py_False,
  122587             :         },
  122588             :     },
  122589             : };
  122590             : static
  122591             :     struct {
  122592             :         PyGC_Head _gc_head;
  122593             :         struct {
  122594             :             PyObject_VAR_HEAD
  122595             :             PyObject *ob_item[3];
  122596             :         }_object;
  122597             :     }
  122598             : os_toplevel_consts_147 = {
  122599             :     ._object = {
  122600             :         .ob_base = {
  122601             :             .ob_base = {
  122602             :                 .ob_refcnt = 999999999,
  122603             :                 .ob_type = &PyTuple_Type,
  122604             :             },
  122605             :             .ob_size = 3,
  122606             :         },
  122607             :         .ob_item = {
  122608             :             Py_True,
  122609             :             Py_None,
  122610             :             Py_False,
  122611             :         },
  122612             :     },
  122613             : };
  122614             : static
  122615             :     struct {
  122616             :         PyGC_Head _gc_head;
  122617             :         struct {
  122618             :             PyObject_VAR_HEAD
  122619             :             PyObject *ob_item[3];
  122620             :         }_object;
  122621             :     }
  122622             : os_toplevel_consts_148 = {
  122623             :     ._object = {
  122624             :         .ob_base = {
  122625             :             .ob_base = {
  122626             :                 .ob_refcnt = 999999999,
  122627             :                 .ob_type = &PyTuple_Type,
  122628             :             },
  122629             :             .ob_size = 3,
  122630             :         },
  122631             :         .ob_item = {
  122632             :             &_Py_STR(dot),
  122633             :             Py_True,
  122634             :             Py_None,
  122635             :         },
  122636             :     },
  122637             : };
  122638             : static
  122639             :     struct {
  122640             :         PyGC_Head _gc_head;
  122641             :         struct {
  122642             :             PyObject_VAR_HEAD
  122643             :             PyObject *ob_item[2];
  122644             :         }_object;
  122645             :     }
  122646             : os_toplevel_consts_150 = {
  122647             :     ._object = {
  122648             :         .ob_base = {
  122649             :             .ob_base = {
  122650             :                 .ob_refcnt = 999999999,
  122651             :                 .ob_type = &PyTuple_Type,
  122652             :             },
  122653             :             .ob_size = 2,
  122654             :         },
  122655             :         .ob_item = {
  122656             :             & const_str_r._ascii.ob_base,
  122657             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  122658             :         },
  122659             :     },
  122660             : };
  122661             : static
  122662             :     struct {
  122663             :         PyGC_Head _gc_head;
  122664             :         struct {
  122665             :             PyObject_VAR_HEAD
  122666             :             PyObject *ob_item[3];
  122667             :         }_object;
  122668             :     }
  122669             : os_toplevel_consts_151 = {
  122670             :     ._object = {
  122671             :         .ob_base = {
  122672             :             .ob_base = {
  122673             :                 .ob_refcnt = 999999999,
  122674             :                 .ob_type = &PyTuple_Type,
  122675             :             },
  122676             :             .ob_size = 3,
  122677             :         },
  122678             :         .ob_item = {
  122679             :             & const_str_r._ascii.ob_base,
  122680             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  122681             :             Py_None,
  122682             :         },
  122683             :     },
  122684             : };
  122685             : static
  122686             :     struct {
  122687             :         PyGC_Head _gc_head;
  122688             :         struct {
  122689             :             PyObject_VAR_HEAD
  122690             :             PyObject *ob_item[152];
  122691             :         }_object;
  122692             :     }
  122693             : os_toplevel_consts = {
  122694             :     ._object = {
  122695             :         .ob_base = {
  122696             :             .ob_base = {
  122697             :                 .ob_refcnt = 999999999,
  122698             :                 .ob_type = &PyTuple_Type,
  122699             :             },
  122700             :             .ob_size = 152,
  122701             :         },
  122702             :         .ob_item = {
  122703             :             & os_toplevel_consts_0._ascii.ob_base,
  122704             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  122705             :             Py_None,
  122706             :             & os_toplevel_consts_3._object.ob_base.ob_base,
  122707             :             & os_toplevel_consts_4._object.ob_base.ob_base,
  122708             :             & os_toplevel_consts_5.ob_base.ob_base,
  122709             :             & os_toplevel_consts_6.ob_base.ob_base,
  122710             :             & const_str_posix._ascii.ob_base,
  122711             :             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
  122712             :             & codecs_toplevel_consts_3._object.ob_base.ob_base,
  122713             :             & os_toplevel_consts_10._object.ob_base.ob_base,
  122714             :             & const_str__exit._ascii.ob_base,
  122715             :             & os_toplevel_consts_12._object.ob_base.ob_base,
  122716             :             & const_str_nt._ascii.ob_base,
  122717             :             & os_toplevel_consts_14._ascii.ob_base,
  122718             :             & os_toplevel_consts_15._ascii.ob_base,
  122719             :             & os_toplevel_consts_16._ascii.ob_base,
  122720             :             & os_toplevel_consts_17._object.ob_base.ob_base,
  122721             :             & const_str__have_functions._ascii.ob_base,
  122722             :             & os_toplevel_consts_19.ob_base.ob_base,
  122723             :             & const_str_HAVE_FACCESSAT._ascii.ob_base,
  122724             :             & const_str_access._ascii.ob_base,
  122725             :             & const_str_HAVE_FCHMODAT._ascii.ob_base,
  122726             :             & const_str_chmod._ascii.ob_base,
  122727             :             & const_str_HAVE_FCHOWNAT._ascii.ob_base,
  122728             :             & const_str_chown._ascii.ob_base,
  122729             :             & const_str_HAVE_FSTATAT._ascii.ob_base,
  122730             :             & const_str_stat._ascii.ob_base,
  122731             :             & const_str_HAVE_FUTIMESAT._ascii.ob_base,
  122732             :             & const_str_utime._ascii.ob_base,
  122733             :             & const_str_HAVE_LINKAT._ascii.ob_base,
  122734             :             & const_str_link._ascii.ob_base,
  122735             :             & const_str_HAVE_MKDIRAT._ascii.ob_base,
  122736             :             & const_str_mkdir._ascii.ob_base,
  122737             :             & const_str_HAVE_MKFIFOAT._ascii.ob_base,
  122738             :             & const_str_mkfifo._ascii.ob_base,
  122739             :             & const_str_HAVE_MKNODAT._ascii.ob_base,
  122740             :             & const_str_mknod._ascii.ob_base,
  122741             :             & const_str_HAVE_OPENAT._ascii.ob_base,
  122742             :             &_Py_ID(open),
  122743             :             & const_str_HAVE_READLINKAT._ascii.ob_base,
  122744             :             & const_str_readlink._ascii.ob_base,
  122745             :             & const_str_HAVE_RENAMEAT._ascii.ob_base,
  122746             :             & const_str_rename._ascii.ob_base,
  122747             :             & const_str_HAVE_SYMLINKAT._ascii.ob_base,
  122748             :             & const_str_symlink._ascii.ob_base,
  122749             :             & const_str_HAVE_UNLINKAT._ascii.ob_base,
  122750             :             & const_str_unlink._ascii.ob_base,
  122751             :             & const_str_rmdir._ascii.ob_base,
  122752             :             & const_str_HAVE_UTIMENSAT._ascii.ob_base,
  122753             :             & const_str_HAVE_FCHDIR._ascii.ob_base,
  122754             :             & const_str_chdir._ascii.ob_base,
  122755             :             & const_str_HAVE_FCHMOD._ascii.ob_base,
  122756             :             & const_str_HAVE_FCHOWN._ascii.ob_base,
  122757             :             & const_str_HAVE_FDOPENDIR._ascii.ob_base,
  122758             :             & const_str_listdir._ascii.ob_base,
  122759             :             & const_str_scandir._ascii.ob_base,
  122760             :             & const_str_HAVE_FEXECVE._ascii.ob_base,
  122761             :             & const_str_execve._ascii.ob_base,
  122762             :             & const_str_HAVE_FTRUNCATE._ascii.ob_base,
  122763             :             &_Py_ID(truncate),
  122764             :             & const_str_HAVE_FUTIMENS._ascii.ob_base,
  122765             :             & const_str_HAVE_FUTIMES._ascii.ob_base,
  122766             :             & const_str_HAVE_FPATHCONF._ascii.ob_base,
  122767             :             & const_str_pathconf._ascii.ob_base,
  122768             :             & const_str_statvfs._ascii.ob_base,
  122769             :             & const_str_fstatvfs._ascii.ob_base,
  122770             :             & const_str_HAVE_FSTATVFS._ascii.ob_base,
  122771             :             & const_str_HAVE_LCHFLAGS._ascii.ob_base,
  122772             :             & const_str_chflags._ascii.ob_base,
  122773             :             & const_str_HAVE_LCHMOD._ascii.ob_base,
  122774             :             & const_str_lchown._ascii.ob_base,
  122775             :             & const_str_HAVE_LCHOWN._ascii.ob_base,
  122776             :             & const_str_HAVE_LUTIMES._ascii.ob_base,
  122777             :             & const_str_HAVE_LSTAT._ascii.ob_base,
  122778             :             & const_str_MS_WINDOWS._ascii.ob_base,
  122779             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  122780             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  122781             :             & const_int_511.ob_base.ob_base,
  122782             :             Py_False,
  122783             :             & os_toplevel_consts_80.ob_base.ob_base,
  122784             :             & os_toplevel_consts_81.ob_base.ob_base,
  122785             :             & os_toplevel_consts_82.ob_base.ob_base,
  122786             :             & os_toplevel_consts_83._object.ob_base.ob_base,
  122787             :             Py_True,
  122788             :             & os_toplevel_consts_85.ob_base.ob_base,
  122789             :             & os_toplevel_consts_86.ob_base.ob_base,
  122790             :             & const_str_walk._ascii.ob_base,
  122791             :             &_Py_STR(dot),
  122792             :             & os_toplevel_consts_89._object.ob_base.ob_base,
  122793             :             & os_toplevel_consts_90.ob_base.ob_base,
  122794             :             & os_toplevel_consts_91.ob_base.ob_base,
  122795             :             & const_str_fwalk._ascii.ob_base,
  122796             :             & os_toplevel_consts_93.ob_base.ob_base,
  122797             :             & os_toplevel_consts_94.ob_base.ob_base,
  122798             :             & os_toplevel_consts_95.ob_base.ob_base,
  122799             :             & os_toplevel_consts_96.ob_base.ob_base,
  122800             :             & os_toplevel_consts_97.ob_base.ob_base,
  122801             :             & os_toplevel_consts_98.ob_base.ob_base,
  122802             :             & os_toplevel_consts_99._object.ob_base.ob_base,
  122803             :             & os_toplevel_consts_100.ob_base.ob_base,
  122804             :             & os_toplevel_consts_101.ob_base.ob_base,
  122805             :             & os_toplevel_consts_102._object.ob_base.ob_base,
  122806             :             & os_toplevel_consts_103.ob_base.ob_base,
  122807             :             & const_str__Environ._ascii.ob_base,
  122808             :             & os_toplevel_consts_105.ob_base.ob_base,
  122809             :             & os_toplevel_consts_106.ob_base.ob_base,
  122810             :             & os_toplevel_consts_107._object.ob_base.ob_base,
  122811             :             & os_toplevel_consts_108.ob_base.ob_base,
  122812             :             & os_toplevel_consts_109.ob_base.ob_base,
  122813             :             & os_toplevel_consts_110._object.ob_base.ob_base,
  122814             :             & os_toplevel_consts_111.ob_base.ob_base,
  122815             :             & const_str_fork._ascii.ob_base,
  122816             :             & const_str_spawnv._ascii.ob_base,
  122817             :             & const_str_execv._ascii.ob_base,
  122818             :             & os_toplevel_consts_115._object.ob_base.ob_base,
  122819             :             & os_toplevel_consts_116.ob_base.ob_base,
  122820             :             & os_toplevel_consts_117.ob_base.ob_base,
  122821             :             & os_toplevel_consts_118.ob_base.ob_base,
  122822             :             & os_toplevel_consts_119.ob_base.ob_base,
  122823             :             & os_toplevel_consts_120.ob_base.ob_base,
  122824             :             & os_toplevel_consts_121._object.ob_base.ob_base,
  122825             :             & os_toplevel_consts_122.ob_base.ob_base,
  122826             :             & os_toplevel_consts_123.ob_base.ob_base,
  122827             :             & const_str_spawnl._ascii.ob_base,
  122828             :             & const_str_spawnle._ascii.ob_base,
  122829             :             & const_str_spawnvp._ascii.ob_base,
  122830             :             & os_toplevel_consts_127.ob_base.ob_base,
  122831             :             & os_toplevel_consts_128.ob_base.ob_base,
  122832             :             & const_str_spawnlp._ascii.ob_base,
  122833             :             & const_str_spawnlpe._ascii.ob_base,
  122834             :             & const_str_vxworks._ascii.ob_base,
  122835             :             & const_str_r._ascii.ob_base,
  122836             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
  122837             :             & os_toplevel_consts_134.ob_base.ob_base,
  122838             :             & os_toplevel_consts_135.ob_base.ob_base,
  122839             :             & const_str__wrap_close._ascii.ob_base,
  122840             :             & const_str_popen._ascii.ob_base,
  122841             :             & os_toplevel_consts_138.ob_base.ob_base,
  122842             :             & os_toplevel_consts_139.ob_base.ob_base,
  122843             :             & const_str_fspath._ascii.ob_base,
  122844             :             & os_toplevel_consts_141.ob_base.ob_base,
  122845             :             & const_str_PathLike._ascii.ob_base,
  122846             :             & os_toplevel_consts_143.ob_base.ob_base,
  122847             :             & const_str__AddedDllDirectory._ascii.ob_base,
  122848             :             & os_toplevel_consts_145.ob_base.ob_base,
  122849             :             & os_toplevel_consts_146._object.ob_base.ob_base,
  122850             :             & os_toplevel_consts_147._object.ob_base.ob_base,
  122851             :             & os_toplevel_consts_148._object.ob_base.ob_base,
  122852             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  122853             :             & os_toplevel_consts_150._object.ob_base.ob_base,
  122854             :             & os_toplevel_consts_151._object.ob_base.ob_base,
  122855             :         },
  122856             :     },
  122857             : };
  122858             : static
  122859             :     struct {
  122860             :         PyASCIIObject _ascii;
  122861             :         uint8_t _data[17];
  122862             :     }
  122863             : const_str__collections_abc = {
  122864             :     ._ascii = {
  122865             :         .ob_base = {
  122866             :             .ob_refcnt = 999999999,
  122867             :             .ob_type = &PyUnicode_Type,
  122868             :         },
  122869             :         .length = 16,
  122870             :         .hash = -1,
  122871             :         .state = {
  122872             :             .kind = 1,
  122873             :             .compact = 1,
  122874             :             .ascii = 1,
  122875             :         },
  122876             :     },
  122877             :     ._data = "_collections_abc",
  122878             : };
  122879             : static
  122880             :     struct {
  122881             :         PyASCIIObject _ascii;
  122882             :         uint8_t _data[7];
  122883             :     }
  122884             : const_str__names = {
  122885             :     ._ascii = {
  122886             :         .ob_base = {
  122887             :             .ob_refcnt = 999999999,
  122888             :             .ob_type = &PyUnicode_Type,
  122889             :         },
  122890             :         .length = 6,
  122891             :         .hash = -1,
  122892             :         .state = {
  122893             :             .kind = 1,
  122894             :             .compact = 1,
  122895             :             .ascii = 1,
  122896             :         },
  122897             :     },
  122898             :     ._data = "_names",
  122899             : };
  122900             : static
  122901             :     struct {
  122902             :         PyASCIIObject _ascii;
  122903             :         uint8_t _data[10];
  122904             :     }
  122905             : const_str_posixpath = {
  122906             :     ._ascii = {
  122907             :         .ob_base = {
  122908             :             .ob_refcnt = 999999999,
  122909             :             .ob_type = &PyUnicode_Type,
  122910             :         },
  122911             :         .length = 9,
  122912             :         .hash = -1,
  122913             :         .state = {
  122914             :             .kind = 1,
  122915             :             .compact = 1,
  122916             :             .ascii = 1,
  122917             :         },
  122918             :     },
  122919             :     ._data = "posixpath",
  122920             : };
  122921             : static
  122922             :     struct {
  122923             :         PyASCIIObject _ascii;
  122924             :         uint8_t _data[7];
  122925             :     }
  122926             : const_str_ntpath = {
  122927             :     ._ascii = {
  122928             :         .ob_base = {
  122929             :             .ob_refcnt = 999999999,
  122930             :             .ob_type = &PyUnicode_Type,
  122931             :         },
  122932             :         .length = 6,
  122933             :         .hash = -1,
  122934             :         .state = {
  122935             :             .kind = 1,
  122936             :             .compact = 1,
  122937             :             .ascii = 1,
  122938             :         },
  122939             :     },
  122940             :     ._data = "ntpath",
  122941             : };
  122942             : static
  122943             :     struct {
  122944             :         PyASCIIObject _ascii;
  122945             :         uint8_t _data[16];
  122946             :     }
  122947             : const_str_supports_dir_fd = {
  122948             :     ._ascii = {
  122949             :         .ob_base = {
  122950             :             .ob_refcnt = 999999999,
  122951             :             .ob_type = &PyUnicode_Type,
  122952             :         },
  122953             :         .length = 15,
  122954             :         .hash = -1,
  122955             :         .state = {
  122956             :             .kind = 1,
  122957             :             .compact = 1,
  122958             :             .ascii = 1,
  122959             :         },
  122960             :     },
  122961             :     ._data = "supports_dir_fd",
  122962             : };
  122963             : static
  122964             :     struct {
  122965             :         PyASCIIObject _ascii;
  122966             :         uint8_t _data[23];
  122967             :     }
  122968             : const_str_supports_effective_ids = {
  122969             :     ._ascii = {
  122970             :         .ob_base = {
  122971             :             .ob_refcnt = 999999999,
  122972             :             .ob_type = &PyUnicode_Type,
  122973             :         },
  122974             :         .length = 22,
  122975             :         .hash = -1,
  122976             :         .state = {
  122977             :             .kind = 1,
  122978             :             .compact = 1,
  122979             :             .ascii = 1,
  122980             :         },
  122981             :     },
  122982             :     ._data = "supports_effective_ids",
  122983             : };
  122984             : static
  122985             :     struct {
  122986             :         PyASCIIObject _ascii;
  122987             :         uint8_t _data[12];
  122988             :     }
  122989             : const_str_supports_fd = {
  122990             :     ._ascii = {
  122991             :         .ob_base = {
  122992             :             .ob_refcnt = 999999999,
  122993             :             .ob_type = &PyUnicode_Type,
  122994             :         },
  122995             :         .length = 11,
  122996             :         .hash = -1,
  122997             :         .state = {
  122998             :             .kind = 1,
  122999             :             .compact = 1,
  123000             :             .ascii = 1,
  123001             :         },
  123002             :     },
  123003             :     ._data = "supports_fd",
  123004             : };
  123005             : static
  123006             :     struct {
  123007             :         PyASCIIObject _ascii;
  123008             :         uint8_t _data[25];
  123009             :     }
  123010             : const_str_supports_follow_symlinks = {
  123011             :     ._ascii = {
  123012             :         .ob_base = {
  123013             :             .ob_refcnt = 999999999,
  123014             :             .ob_type = &PyUnicode_Type,
  123015             :         },
  123016             :         .length = 24,
  123017             :         .hash = -1,
  123018             :         .state = {
  123019             :             .kind = 1,
  123020             :             .compact = 1,
  123021             :             .ascii = 1,
  123022             :         },
  123023             :     },
  123024             :     ._data = "supports_follow_symlinks",
  123025             : };
  123026             : static
  123027             :     struct {
  123028             :         PyGC_Head _gc_head;
  123029             :         struct {
  123030             :             PyObject_VAR_HEAD
  123031             :             PyObject *ob_item[106];
  123032             :         }_object;
  123033             :     }
  123034             : os_toplevel_names = {
  123035             :     ._object = {
  123036             :         .ob_base = {
  123037             :             .ob_base = {
  123038             :                 .ob_refcnt = 999999999,
  123039             :                 .ob_type = &PyTuple_Type,
  123040             :             },
  123041             :             .ob_size = 106,
  123042             :         },
  123043             :         .ob_item = {
  123044             :             &_Py_ID(__doc__),
  123045             :             & const_str_abc._ascii.ob_base,
  123046             :             & const_str_sys._ascii.ob_base,
  123047             :             & const_str_stat._ascii.ob_base,
  123048             :             & const_str_st._ascii.ob_base,
  123049             :             & const_str__collections_abc._ascii.ob_base,
  123050             :             & const_str__check_methods._ascii.ob_base,
  123051             :             & const_str_type._ascii.ob_base,
  123052             :             & const_str_list._ascii.ob_base,
  123053             :             & const_str_int._ascii.ob_base,
  123054             :             & const_str_GenericAlias._ascii.ob_base,
  123055             :             & const_str_builtin_module_names._ascii.ob_base,
  123056             :             & const_str__names._ascii.ob_base,
  123057             :             &_Py_ID(__all__),
  123058             :             & const_str__exists._ascii.ob_base,
  123059             :             & const_str__get_exports_list._ascii.ob_base,
  123060             :             &_Py_ID(name),
  123061             :             & const_str_linesep._ascii.ob_base,
  123062             :             & const_str_posix._ascii.ob_base,
  123063             :             & const_str__exit._ascii.ob_base,
  123064             :             &_Py_ID(append),
  123065             :             & const_str_ImportError._ascii.ob_base,
  123066             :             & const_str_posixpath._ascii.ob_base,
  123067             :             &_Py_ID(path),
  123068             :             & const_str__have_functions._ascii.ob_base,
  123069             :             &_Py_ID(extend),
  123070             :             & const_str_nt._ascii.ob_base,
  123071             :             & const_str_ntpath._ascii.ob_base,
  123072             :             &_Py_ID(modules),
  123073             :             & os_toplevel_consts_16._ascii.ob_base,
  123074             :             & const_str_curdir._ascii.ob_base,
  123075             :             & const_str_pardir._ascii.ob_base,
  123076             :             & const_str_sep._ascii.ob_base,
  123077             :             & const_str_pathsep._ascii.ob_base,
  123078             :             & const_str_defpath._ascii.ob_base,
  123079             :             & const_str_extsep._ascii.ob_base,
  123080             :             & const_str_altsep._ascii.ob_base,
  123081             :             & const_str_devnull._ascii.ob_base,
  123082             :             & const_str_globals._ascii.ob_base,
  123083             :             & const_str__globals._ascii.ob_base,
  123084             :             & const_str__add._ascii.ob_base,
  123085             :             & const_str_set._ascii.ob_base,
  123086             :             & const_str__set._ascii.ob_base,
  123087             :             & const_str_supports_dir_fd._ascii.ob_base,
  123088             :             & const_str_supports_effective_ids._ascii.ob_base,
  123089             :             &_Py_ID(add),
  123090             :             & const_str_supports_fd._ascii.ob_base,
  123091             :             & const_str_supports_follow_symlinks._ascii.ob_base,
  123092             :             & const_str_SEEK_SET._ascii.ob_base,
  123093             :             & const_str_SEEK_CUR._ascii.ob_base,
  123094             :             & const_str_SEEK_END._ascii.ob_base,
  123095             :             & const_str_makedirs._ascii.ob_base,
  123096             :             & const_str_removedirs._ascii.ob_base,
  123097             :             & const_str_renames._ascii.ob_base,
  123098             :             & const_str_walk._ascii.ob_base,
  123099             :             & const_str__walk._ascii.ob_base,
  123100             :             &_Py_ID(open),
  123101             :             & const_str_scandir._ascii.ob_base,
  123102             :             & const_str_fwalk._ascii.ob_base,
  123103             :             & const_str__fwalk._ascii.ob_base,
  123104             :             & const_str_execl._ascii.ob_base,
  123105             :             & const_str_execle._ascii.ob_base,
  123106             :             & const_str_execlp._ascii.ob_base,
  123107             :             & const_str_execlpe._ascii.ob_base,
  123108             :             & const_str_execvp._ascii.ob_base,
  123109             :             & const_str_execvpe._ascii.ob_base,
  123110             :             & const_str__execvpe._ascii.ob_base,
  123111             :             & const_str_get_exec_path._ascii.ob_base,
  123112             :             & const_str_MutableMapping._ascii.ob_base,
  123113             :             & const_str_Mapping._ascii.ob_base,
  123114             :             & const_str__Environ._ascii.ob_base,
  123115             :             & const_str__createenviron._ascii.ob_base,
  123116             :             & const_str_environ._ascii.ob_base,
  123117             :             & const_str_getenv._ascii.ob_base,
  123118             :             & const_str_supports_bytes_environ._ascii.ob_base,
  123119             :             & const_str__check_bytes._ascii.ob_base,
  123120             :             & const_str__data._ascii.ob_base,
  123121             :             & const_str_bytes._ascii.ob_base,
  123122             :             & const_str_environb._ascii.ob_base,
  123123             :             & const_str_getenvb._ascii.ob_base,
  123124             :             & const_str__fscodec._ascii.ob_base,
  123125             :             & const_str_fsencode._ascii.ob_base,
  123126             :             & const_str_fsdecode._ascii.ob_base,
  123127             :             & const_str_P_WAIT._ascii.ob_base,
  123128             :             & const_str_P_NOWAIT._ascii.ob_base,
  123129             :             & const_str_P_NOWAITO._ascii.ob_base,
  123130             :             & const_str__spawnvef._ascii.ob_base,
  123131             :             & const_str_spawnv._ascii.ob_base,
  123132             :             & const_str_spawnve._ascii.ob_base,
  123133             :             & const_str_spawnvp._ascii.ob_base,
  123134             :             & const_str_spawnvpe._ascii.ob_base,
  123135             :             & const_str_spawnl._ascii.ob_base,
  123136             :             & const_str_spawnle._ascii.ob_base,
  123137             :             & const_str_spawnlp._ascii.ob_base,
  123138             :             & const_str_spawnlpe._ascii.ob_base,
  123139             :             & const_str_platform._ascii.ob_base,
  123140             :             & const_str_popen._ascii.ob_base,
  123141             :             & const_str__wrap_close._ascii.ob_base,
  123142             :             & const_str_fdopen._ascii.ob_base,
  123143             :             & const_str__fspath._ascii.ob_base,
  123144             :             & const_str_fspath._ascii.ob_base,
  123145             :             &_Py_ID(__name__),
  123146             :             & const_str_ABC._ascii.ob_base,
  123147             :             & const_str_PathLike._ascii.ob_base,
  123148             :             & const_str__AddedDllDirectory._ascii.ob_base,
  123149             :             & const_str_add_dll_directory._ascii.ob_base,
  123150             :         },
  123151             :     },
  123152             : };
  123153             : static
  123154             :     struct {
  123155             :         PyObject_VAR_HEAD
  123156             :         Py_hash_t ob_shash;
  123157             :         char ob_sval[2785];
  123158             :     }
  123159             : os_toplevel_linetable = {
  123160             :     .ob_base = {
  123161             :         .ob_base = {
  123162             :             .ob_refcnt = 999999999,
  123163             :             .ob_type = &PyBytes_Type,
  123164             :         },
  123165             :         .ob_size = 2784,
  123166             :     },
  123167             :     .ob_shash = -1,
  123168             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x15\x01\x04\xf0\x00\x15\x01\x04\xf0\x30\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x11\xd0\x00\x11\xd0\x00\x11\xd0\x00\x11\xe0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xe0\x0f\x13\x88\x74\x90\x44\x98\x13\x94\x49\x8c\x7f\x80\x0c\xe0\x09\x0c\xd7\x09\x21\xd1\x09\x21\x80\x06\xf0\x06\x03\x0b\x15\xf0\x00\x03\x0b\x15\xf0\x00\x03\x0b\x15\x80\x07\xf0\x0a\x01\x01\x1d\xf0\x00\x01\x01\x1d\xf0\x00\x01\x01\x1d\xf0\x06\x04\x01\x37\xf0\x00\x04\x01\x37\xf0\x00\x04\x01\x37\xf0\x10\x00\x04\x0b\x88\x66\xd0\x03\x14\xf0\x00\x29\x01\x35\xd8\x0b\x12\x80\x44\xd8\x0e\x12\x80\x47\xd8\x04\x17\xd0\x04\x17\xd0\x04\x17\xd0\x04\x17\xf0\x02\x04\x05\x0d\xd8\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd8\x08\x0f\x8f\x0e\x89\x0e\x90\x77\xd4\x08\x1f\xd0\x08\x1f\xf0\x06\x00\x05\x1d\xd0\x04\x1c\xd0\x04\x1c\xd0\x04\x1c\xf0\x04\x03\x05\x0d\xd8\x08\x29\xd0\x08\x29\xd0\x08\x29\xd0\x08\x29\xd0\x08\x29\xd0\x08\x29\xf0\x08\x00\x05\x11\x80\x4c\x80\x4c\x80\x4c\xd8\x04\x0b\x87\x4e\x81\x4e\xd0\x13\x24\xd0\x13\x24\xa0\x55\xd4\x13\x2b\xd4\x04\x2c\xd0\x04\x2c\xd8\x08\x0d\x88\x05\xe0\x05\x09\x88\x56\x80\x5e\xf0\x00\x15\x01\x35\xd8\x0b\x0f\x80\x44\xd8\x0e\x14\x80\x47\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xf0\x02\x04\x05\x0d\xd8\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd8\x08\x0f\x8f\x0e\x89\x0e\x90\x77\xd4\x08\x1f\xd0\x08\x1f\xf0\x06\x00\x05\x1a\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19\xe0\x04\x0d\x80\x49\x80\x49\x80\x49\xd8\x04\x0b\x87\x4e\x81\x4e\xd0\x13\x24\xd0\x13\x24\xa0\x52\xd4\x13\x28\xd4\x04\x29\xd0\x04\x29\xd8\x08\x0a\xf0\x04\x03\x05\x0d\xd8\x08\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xf0\x0a\x00\x0b\x16\x88\x2b\xd0\x16\x33\xd4\x0a\x34\xd0\x04\x34\xe0\x19\x1d\x80\x03\x87\x0b\x81\x0b\x88\x49\xd1\x00\x16\xf0\x02\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x06\x00\x05\x0b\xf0\x06\x00\x04\x0b\x80\x37\xd0\x0b\x1c\xd4\x03\x1d\xf1\x00\x55\x01\x01\x0d\xd8\x0f\x16\x88\x77\x8c\x79\x80\x48\xf0\x02\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x08\x00\x0c\x0f\x88\x33\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x1a\x98\x4a\xd4\x04\x27\xd0\x04\x27\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x16\x1a\x80\x4f\xe0\x0b\x0e\x88\x33\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x1d\x21\xd0\x04\x1a\xe0\x0b\x0e\x88\x33\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1e\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x87\x48\x81\x48\x88\x54\x84\x4e\x80\x4e\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x4a\xd4\x04\x27\xd0\x04\x27\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x4a\xd4\x04\x27\xd0\x04\x27\xd8\x07\x0e\x80\x77\x88\x79\xd4\x07\x19\xf0\x00\x01\x05\x29\x98\x67\x98\x67\xa0\x6a\xd4\x1e\x31\xf0\x00\x01\x05\x29\xd8\x08\x0c\x88\x04\x88\x5f\x98\x69\xd4\x08\x28\xd0\x08\x28\xd8\x12\x16\x80\x4b\xe0\x0b\x0e\x88\x33\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd4\x04\x25\xd0\x04\x25\xf0\x2c\x00\x05\x09\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1f\x98\x49\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x07\x0e\x80\x77\x88\x78\xd4\x07\x18\xf0\x00\x01\x05\x25\xd8\x08\x0c\x88\x04\x88\x5d\x98\x47\xd4\x08\x24\xd0\x08\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1c\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1c\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x1f\x23\xd0\x04\x1c\xe0\x08\x0c\xd8\x08\x17\xd8\x08\x10\xd8\x08\x0c\xf0\x0c\x00\x0c\x0d\x80\x08\xd8\x0b\x0c\x80\x08\xd8\x0b\x0c\x80\x08\xf0\x0a\x00\x19\x1e\xf0\x00\x1e\x01\x12\xf0\x00\x1e\x01\x12\xf0\x00\x1e\x01\x12\xf0\x40\x01\x14\x01\x26\xf0\x00\x14\x01\x26\xf0\x00\x14\x01\x26\xf0\x2c\x18\x01\x11\xf0\x00\x18\x01\x11\xf0\x00\x18\x01\x11\xf0\x34\x00\x01\x08\x87\x0e\x81\x0e\xd0\x0f\x34\xd0\x0f\x34\xd0\x0f\x34\xd4\x00\x35\xd0\x00\x35\xe0\x16\x1a\xf0\x00\x3c\x01\x3d\xf0\x00\x3c\x01\x3d\xf0\x00\x3c\x01\x3d\xf0\x7c\x01\x50\x01\x01\x21\xf0\x00\x50\x01\x01\x21\xf0\x00\x50\x01\x01\x21\xf0\x64\x02\x00\x01\x08\x87\x0e\x81\x0e\x88\x76\xd4\x00\x16\xd0\x00\x16\xe0\x04\x08\x88\x24\x80\x3c\x90\x3f\xd2\x03\x22\xf0\x00\x6a\x01\x01\x1c\xa8\x07\xb0\x14\xa0\x7f\xb8\x2b\xd2\x27\x45\xf0\x00\x6a\x01\x01\x1c\xe0\x12\x15\xc0\x65\xd0\x54\x58\xf0\x00\x2e\x05\x19\xf0\x00\x2e\x05\x19\xf0\x00\x2e\x05\x19\xf0\x00\x2e\x05\x19\xf0\x00\x2e\x05\x19\xf0\x60\x01\x36\x05\x30\xf0\x00\x36\x05\x30\xf0\x00\x36\x05\x30\xf0\x70\x01\x00\x05\x0c\x87\x4e\x81\x4e\x90\x37\xd4\x04\x1b\xd0\x04\x1b\xf0\x04\x05\x01\x16\xf0\x00\x05\x01\x16\xf0\x00\x05\x01\x16\xf0\x0e\x06\x01\x21\xf0\x00\x06\x01\x21\xf0\x00\x06\x01\x21\xf0\x10\x05\x01\x17\xf0\x00\x05\x01\x17\xf0\x00\x05\x01\x17\xf0\x0e\x07\x01\x22\xf0\x00\x07\x01\x22\xf0\x00\x07\x01\x22\xf0\x12\x06\x01\x19\xf0\x00\x06\x01\x19\xf0\x00\x06\x01\x19\xf0\x10\x07\x01\x1e\xf0\x00\x07\x01\x1e\xf0\x00\x07\x01\x1e\xf0\x12\x00\x01\x08\x87\x0e\x81\x0e\xd0\x0f\x47\xd0\x0f\x47\xd0\x0f\x47\xd4\x00\x48\xd0\x00\x48\xe0\x1d\x21\xf0\x00\x1d\x01\x13\xf0\x00\x1d\x01\x13\xf0\x00\x1d\x01\x13\xf0\x40\x01\x00\x17\x1b\xf0\x00\x29\x01\x24\xf0\x00\x29\x01\x24\xf0\x00\x29\x01\x24\xf0\x5a\x01\x00\x01\x35\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xf0\x04\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\x88\x7e\xf4\x00\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\xf0\x52\x02\x1b\x01\x18\xf0\x00\x1b\x01\x18\xf0\x00\x1b\x01\x18\xf0\x3c\x00\x0b\x19\x88\x2e\xd4\x0a\x1a\x80\x07\xd8\x04\x12\xf0\x06\x00\x19\x1d\xf0\x00\x04\x01\x25\xf0\x00\x04\x01\x25\xf0\x00\x04\x01\x25\xf0\x0c\x00\x1b\x1f\xa0\x24\x9a\x2c\xd0\x00\x16\xd8\x00\x07\x87\x0e\x81\x0e\xd0\x0f\x33\xd4\x00\x34\xd0\x00\x34\xe0\x03\x19\xf0\x00\x12\x01\x2c\xf0\x02\x03\x05\x15\xf0\x00\x03\x05\x15\xf0\x00\x03\x05\x15\xf0\x0c\x00\x10\x18\x88\x78\x98\x07\x9f\x0d\x99\x0d\xd8\x08\x14\x90\x65\xd8\x08\x14\x90\x65\xf4\x05\x02\x10\x1d\x80\x48\xf0\x06\x00\x09\x15\xe0\x1d\x21\xf0\x00\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x0c\x00\x05\x0c\x87\x4e\x81\x4e\xd0\x13\x2a\xd4\x04\x2b\xd0\x04\x2b\xf0\x04\x1c\x01\x1e\xf0\x00\x1c\x01\x1e\xf0\x00\x1c\x01\x1e\xf0\x3c\x00\x16\x1e\x90\x58\x94\x5a\xd1\x00\x12\x80\x08\x88\x28\xd8\x04\x0c\xf0\x06\x00\x04\x0b\x80\x37\x88\x36\x84\x3f\xf0\x00\x50\x01\x01\x41\x01\x98\x37\x98\x37\xa0\x38\xd4\x1b\x2c\xf0\x00\x50\x01\x01\x41\x01\xb0\x17\xb0\x17\xb8\x17\xd4\x31\x41\xf0\x00\x50\x01\x01\x41\x01\xe0\x0d\x0e\x80\x46\xd8\x1b\x1c\xd0\x04\x1c\x80\x48\x88\x79\xe0\x04\x0b\x87\x4e\x81\x4e\xd0\x13\x36\xd0\x13\x36\xd0\x13\x36\xd4\x04\x37\xd0\x04\x37\xf0\x0c\x19\x05\x33\xf0\x00\x19\x05\x33\xf0\x00\x19\x05\x33\xf0\x36\x07\x05\x38\xf0\x00\x07\x05\x38\xf0\x00\x07\x05\x38\xf0\x12\x08\x05\x38\xf0\x00\x08\x05\x38\xf0\x00\x08\x05\x38\xf0\x18\x08\x05\x39\xf0\x00\x08\x05\x39\xf0\x00\x08\x05\x39\xf0\x14\x08\x05\x39\xf0\x00\x08\x05\x39\xf0\x00\x08\x05\x39\xf0\x16\x00\x05\x0c\x87\x4e\x81\x4e\xd0\x13\x3f\xd0\x13\x3f\xd0\x13\x3f\xd4\x04\x40\xd0\x04\x40\xf0\x06\x00\x04\x0b\x80\x37\x88\x38\xd4\x03\x14\xf0\x00\x19\x01\x2a\xf0\x08\x07\x05\x28\xf0\x00\x07\x05\x28\xf0\x00\x07\x05\x28\xf0\x12\x09\x05\x33\xf0\x00\x09\x05\x33\xf0\x00\x09\x05\x33\xf0\x18\x00\x05\x0c\x87\x4e\x81\x4e\x90\x48\x98\x69\xd0\x13\x28\xd4\x04\x29\xd0\x04\x29\xf0\x06\x00\x04\x0b\x80\x37\x88\x39\xd4\x03\x15\xf0\x00\x19\x01\x2c\xf0\x06\x08\x05\x29\xf0\x00\x08\x05\x29\xf0\x00\x08\x05\x29\xf0\x14\x09\x05\x34\xf0\x00\x09\x05\x34\xf0\x00\x09\x05\x34\xf0\x18\x00\x05\x0c\x87\x4e\x81\x4e\x90\x49\x98\x7a\xd0\x13\x2a\xd4\x04\x2b\xd0\x04\x2b\xf0\x08\x00\x04\x07\x87\x3c\x81\x3c\x90\x39\xd2\x03\x1c\xf0\x00\x2e\x01\x1c\xe0\x18\x1b\xf0\x00\x13\x05\x31\xf0\x00\x13\x05\x31\xf0\x00\x13\x05\x31\xf0\x2c\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf4\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x2c\x00\x05\x0c\x87\x4e\x81\x4e\x90\x37\xd4\x04\x1b\xd0\x04\x1b\xf0\x06\x00\x15\x18\xf0\x00\x06\x01\x43\x01\xf0\x00\x06\x01\x43\x01\xf0\x00\x06\x01\x43\x01\xf0\x16\x1b\x01\x43\x01\xf0\x00\x1b\x01\x43\x01\xf0\x00\x1b\x01\x43\x01\xf0\x3e\x00\x08\x0f\x80\x77\x88\x78\xd4\x07\x18\xf0\x00\x02\x01\x1f\xd8\x0d\x14\x80\x46\xd8\x16\x1e\x80\x46\x84\x4f\xf0\x06\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\x88\x73\x8f\x77\x89\x77\xf4\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x24\x00\x04\x08\x88\x34\x82\x3c\xf0\x00\x22\x01\x0a\xf0\x02\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf4\x00\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf0\x22\x10\x05\x0a\xf0\x00\x10\x05\x0a\xf0\x00\x10\x05\x0a\xf0\x00\x10\x05\x0a\xf0\x00\x10\x05\x0a\xf0\x25\x22\x01\x0a\xf0\x00\x22\x01\x0a\xf8\xf0\x4d\x20\x00\x0c\x17\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x89\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf0\x0c\x00\x0c\x17\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x89\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf0\x1c\x00\x0c\x17\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x89\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf0\x14\x00\x0c\x17\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x89\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8",
  123169             : };
  123170             : static
  123171             :     struct {
  123172             :         PyObject_VAR_HEAD
  123173             :         Py_hash_t ob_shash;
  123174             :         char ob_sval[73];
  123175             :     }
  123176             : os_toplevel_exceptiontable = {
  123177             :     .ob_base = {
  123178             :         .ob_base = {
  123179             :             .ob_refcnt = 999999999,
  123180             :             .ob_type = &PyBytes_Type,
  123181             :         },
  123182             :         .ob_size = 72,
  123183             :     },
  123184             :     .ob_shash = -1,
  123185             :     .ob_sval = "\xc1\x07\x18\x54\x2f\x00\xc1\x24\x06\x54\x3b\x00\xc2\x16\x18\x55\x07\x00\xc3\x11\x06\x55\x13\x00\xd4\x2f\x05\x54\x38\x03\xd4\x37\x01\x54\x38\x03\xd4\x3b\x05\x55\x04\x03\xd5\x03\x01\x55\x04\x03\xd5\x07\x05\x55\x10\x03\xd5\x0f\x01\x55\x10\x03\xd5\x13\x05\x55\x1c\x03\xd5\x1b\x01\x55\x1c\x03",
  123186             : };
  123187             : static
  123188             :     struct _PyCode_DEF(2750)
  123189             : os_toplevel = {
  123190             :     .ob_base = {
  123191             :         .ob_base = {
  123192             :             .ob_refcnt = 999999999,
  123193             :             .ob_type = &PyCode_Type,
  123194             :         },
  123195             :         .ob_size = 1375,
  123196             :     },
  123197             :     .co_consts = & os_toplevel_consts._object.ob_base.ob_base,
  123198             :     .co_names = & os_toplevel_names._object.ob_base.ob_base,
  123199             :     .co_exceptiontable = & os_toplevel_exceptiontable.ob_base.ob_base,
  123200             :     .co_flags = 0,
  123201             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  123202             :     ._co_linearray_entry_size = 0,
  123203             :     .co_argcount = 0,
  123204             :     .co_posonlyargcount = 0,
  123205             :     .co_kwonlyargcount = 0,
  123206             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  123207             :     .co_stacksize = 7,
  123208             :     .co_firstlineno = 1,
  123209             :     .co_nlocalsplus = 0,
  123210             :     .co_nlocals = 0,
  123211             :     .co_nplaincellvars = 0,
  123212             :     .co_ncellvars = 0,
  123213             :     .co_nfreevars = 0,
  123214             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  123215             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  123216             :     .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
  123217             :     .co_name = &_Py_STR(anon_module),
  123218             :     .co_qualname = &_Py_STR(anon_module),
  123219             :     .co_linetable = & os_toplevel_linetable.ob_base.ob_base,
  123220             :     ._co_code = NULL,
  123221             :     ._co_linearray = NULL,
  123222             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x02\x64\x01\x64\x02\x6c\x03\x5a\x04\x64\x01\x64\x03\x6c\x05\x6d\x06\x5a\x06\x01\x00\x02\x00\x65\x07\x65\x08\x65\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x02\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x67\x00\x64\x04\xa2\x01\x5a\x0d\x64\x05\x84\x00\x5a\x0e\x64\x06\x84\x00\x5a\x0f\x64\x07\x65\x0c\x76\x00\x72\x4b\x64\x07\x5a\x10\x64\x08\x5a\x11\x64\x01\x64\x09\x6c\x12\x54\x00\x09\x00\x64\x01\x64\x0a\x6c\x12\x6d\x13\x5a\x13\x01\x00\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x02\x6c\x16\x5a\x17\x09\x00\x64\x01\x64\x0c\x6c\x12\x6d\x18\x5a\x18\x01\x00\x64\x01\x64\x02\x6c\x12\x5a\x12\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x65\x0f\x65\x12\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x5b\x12\x6e\x58\x64\x0d\x65\x0c\x76\x00\x72\x4b\x64\x0d\x5a\x10\x64\x0e\x5a\x11\x64\x01\x64\x09\x6c\x1a\x54\x00\x09\x00\x64\x01\x64\x0a\x6c\x1a\x6d\x13\x5a\x13\x01\x00\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x02\x6c\x1b\x5a\x17\x64\x01\x64\x02\x6c\x1a\x5a\x1a\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x65\x0f\x65\x1a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x5b\x1a\x09\x00\x64\x01\x64\x0c\x6c\x1a\x6d\x18\x5a\x18\x01\x00\x6e\x09\x02\x00\x65\x15\x64\x0f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x65\x17\x65\x02\x6a\x38\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\x3c\x00\x00\x00\x64\x01\x64\x11\x6c\x1d\x6d\x1e\x5a\x1e\x6d\x1f\x5a\x1f\x6d\x20\x5a\x20\x6d\x21\x5a\x21\x6d\x22\x5a\x22\x6d\x23\x5a\x23\x6d\x24\x5a\x24\x6d\x25\x5a\x25\x01\x00\x5b\x0c\x02\x00\x65\x0e\x64\x12\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x3e\x01\x72\xf4\x02\x00\x65\x26\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x27\x64\x13\x84\x00\x5a\x28\x02\x00\x65\x29\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x16\x64\x17\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x18\x64\x19\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1c\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1e\x64\x1f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x20\x64\x21\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x22\x64\x23\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x24\x64\x25\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x26\x64\x27\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x28\x64\x29\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2a\x64\x2b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2c\x64\x2d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2e\x64\x2f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2e\x64\x30\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x31\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2b\x02\x00\x65\x29\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2c\x02\x00\x65\x29\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x32\x64\x33\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x34\x64\x17\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x35\x64\x19\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x36\x64\x37\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x36\x64\x38\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x39\x64\x3a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x6a\x5b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3b\x64\x3c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3d\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3e\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3f\x64\x40\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x41\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x02\x00\x65\x0e\x64\x42\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x28\x64\x43\x64\x41\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2e\x02\x00\x65\x29\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x18\x64\x19\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x44\x64\x45\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x46\x64\x17\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x47\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x28\x64\x48\x64\x19\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1e\x64\x1f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x49\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x4a\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x31\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x4b\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2f\x5b\x2a\x5b\x18\x5b\x27\x5b\x28\x64\x01\x5a\x30\x64\x4c\x5a\x31\x64\x4d\x5a\x32\x64\x92\x64\x50\x84\x01\x5a\x33\x64\x51\x84\x00\x5a\x34\x64\x52\x84\x00\x5a\x35\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x53\xa2\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x93\x64\x55\x84\x01\x5a\x36\x64\x56\x84\x00\x5a\x37\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x57\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x65\x03\x68\x02\x65\x2b\x6b\x01\x00\x00\x00\x00\x72\x25\x65\x39\x65\x03\x68\x02\x65\x2e\x6b\x01\x00\x00\x00\x00\x72\x1d\x64\x94\x64\x4f\x64\x02\x64\x59\x9c\x02\x64\x5a\x84\x03\x5a\x3a\x64\x5b\x84\x00\x5a\x3b\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x5c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x5d\x84\x00\x5a\x3c\x64\x5e\x84\x00\x5a\x3d\x64\x5f\x84\x00\x5a\x3e\x64\x60\x84\x00\x5a\x3f\x64\x61\x84\x00\x5a\x40\x64\x62\x84\x00\x5a\x41\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x63\xa2\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x95\x64\x64\x84\x01\x5a\x42\x64\x95\x64\x65\x84\x01\x5a\x43\x64\x01\x64\x66\x6c\x05\x6d\x44\x5a\x44\x6d\x45\x5a\x45\x01\x00\x02\x00\x47\x00\x64\x67\x84\x00\x64\x68\x65\x44\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x46\x64\x69\x84\x00\x5a\x47\x02\x00\x65\x47\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x48\x5b\x47\x64\x95\x64\x6a\x84\x01\x5a\x49\x65\x10\x64\x0d\x6b\x03\x00\x00\x00\x00\x5a\x4a\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x6b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4a\x72\x31\x64\x6c\x84\x00\x5a\x4b\x02\x00\x65\x46\x65\x48\x6a\x98\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4b\x65\x4d\x65\x4b\x65\x4d\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4e\x5b\x4b\x64\x95\x64\x6d\x84\x01\x5a\x4f\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x6e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x6f\x84\x00\x5a\x50\x02\x00\x65\x50\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x5a\x51\x5a\x52\x5b\x50\x02\x00\x65\x0e\x64\x70\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4f\x02\x00\x65\x0e\x64\x71\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x46\x02\x00\x65\x0e\x64\x72\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3d\x64\x01\x5a\x53\x64\x4c\x78\x01\x5a\x54\x5a\x55\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x73\xa2\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x74\x84\x00\x5a\x56\x64\x75\x84\x00\x5a\x57\x64\x76\x84\x00\x5a\x58\x64\x77\x84\x00\x5a\x59\x64\x78\x84\x00\x5a\x5a\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x79\xa2\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x71\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x64\x7a\x84\x00\x5a\x5b\x64\x7b\x84\x00\x5a\x5c\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x7c\x64\x7d\x67\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x7e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x64\x7f\x84\x00\x5a\x5d\x64\x80\x84\x00\x5a\x5e\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x81\x64\x82\x67\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x02\x6a\xbe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x83\x6b\x03\x00\x00\x00\x00\x72\x21\x64\x96\x64\x86\x84\x01\x5a\x60\x02\x00\x47\x00\x64\x87\x84\x00\x64\x88\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x61\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x89\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x97\x64\x8a\x84\x01\x5a\x62\x64\x8b\x84\x00\x5a\x63\x02\x00\x65\x0e\x64\x8c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x09\x65\x63\x5a\x64\x64\x8c\x65\x64\x5f\x65\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x47\x00\x64\x8d\x84\x00\x64\x8e\x65\x01\x6a\xcc\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x67\x65\x10\x64\x0d\x6b\x02\x00\x00\x00\x00\x72\x10\x02\x00\x47\x00\x64\x8f\x84\x00\x64\x90\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x68\x64\x91\x84\x00\x5a\x69\x64\x02\x53\x00\x64\x02\x53\x00\x23\x00\x65\x15\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x04\x8c\xd8\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x15\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x04\x8c\xd9\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x15\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x04\x8c\xa1\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x15\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x04\x8c\x7a\x77\x00\x78\x03\x59\x00\x77\x01",
  123223             :     ._co_firsttraceable = 0,
  123224             : };
  123225           8 : static void os_do_patchups(void) {
  123226           8 : }
  123227             : 
  123228             : PyObject *
  123229           8 : _Py_get_os_toplevel(void)
  123230             : {
  123231           8 :     os_do_patchups();
  123232           8 :     return Py_NewRef((PyObject *) &os_toplevel);
  123233             : }
  123234             : 
  123235             : static
  123236             :     struct {
  123237             :         PyASCIIObject _ascii;
  123238             :         uint8_t _data[2999];
  123239             :     }
  123240             : site_toplevel_consts_0 = {
  123241             :     ._ascii = {
  123242             :         .ob_base = {
  123243             :             .ob_refcnt = 999999999,
  123244             :             .ob_type = &PyUnicode_Type,
  123245             :         },
  123246             :         .length = 2998,
  123247             :         .hash = -1,
  123248             :         .state = {
  123249             :             .kind = 1,
  123250             :             .compact = 1,
  123251             :             .ascii = 1,
  123252             :         },
  123253             :     },
  123254             :     ._data = "\x41\x70\x70\x65\x6e\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x73\x65\x61\x72\x63\x68\x20\x70\x61\x74\x68\x73\x20\x66\x6f\x72\x20\x74\x68\x69\x72\x64\x2d\x70\x61\x72\x74\x79\x20\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x74\x6f\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x2e\x0a\x0a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x0a\x2a\x20\x54\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x61\x75\x74\x6f\x6d\x61\x74\x69\x63\x61\x6c\x6c\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x20\x64\x75\x72\x69\x6e\x67\x20\x69\x6e\x69\x74\x69\x61\x6c\x69\x7a\x61\x74\x69\x6f\x6e\x2e\x20\x2a\x0a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x2a\x0a\x0a\x54\x68\x69\x73\x20\x77\x69\x6c\x6c\x20\x61\x70\x70\x65\x6e\x64\x20\x73\x69\x74\x65\x2d\x73\x70\x65\x63\x69\x66\x69\x63\x20\x70\x61\x74\x68\x73\x20\x74\x6f\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x73\x65\x61\x72\x63\x68\x20\x70\x61\x74\x68\x2e\x20\x20\x4f\x6e\x0a\x55\x6e\x69\x78\x20\x28\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x4d\x61\x63\x20\x4f\x53\x58\x29\x2c\x20\x69\x74\x20\x73\x74\x61\x72\x74\x73\x20\x77\x69\x74\x68\x20\x73\x79\x73\x2e\x70\x72\x65\x66\x69\x78\x20\x61\x6e\x64\x0a\x73\x79\x73\x2e\x65\x78\x65\x63\x5f\x70\x72\x65\x66\x69\x78\x20\x28\x69\x66\x20\x64\x69\x66\x66\x65\x72\x65\x6e\x74\x29\x20\x61\x6e\x64\x20\x61\x70\x70\x65\x6e\x64\x73\x0a\x6c\x69\x62\x2f\x70\x79\x74\x68\x6f\x6e\x3c\x76\x65\x72\x73\x69\x6f\x6e\x3e\x2f\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x2e\x0a\x4f\x6e\x20\x6f\x74\x68\x65\x72\x20\x70\x6c\x61\x74\x66\x6f\x72\x6d\x73\x20\x28\x73\x75\x63\x68\x20\x61\x73\x20\x57\x69\x6e\x64\x6f\x77\x73\x29\x2c\x20\x69\x74\x20\x74\x72\x69\x65\x73\x20\x65\x61\x63\x68\x20\x6f\x66\x20\x74\x68\x65\x0a\x70\x72\x65\x66\x69\x78\x65\x73\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x2c\x20\x61\x73\x20\x77\x65\x6c\x6c\x20\x61\x73\x20\x77\x69\x74\x68\x20\x6c\x69\x62\x2f\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x61\x70\x70\x65\x6e\x64\x65\x64\x2e\x20\x20\x54\x68\x65\x0a\x72\x65\x73\x75\x6c\x74\x69\x6e\x67\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x2c\x20\x69\x66\x20\x74\x68\x65\x79\x20\x65\x78\x69\x73\x74\x2c\x20\x61\x72\x65\x20\x61\x70\x70\x65\x6e\x64\x65\x64\x20\x74\x6f\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x2c\x20\x61\x6e\x64\x0a\x61\x6c\x73\x6f\x20\x69\x6e\x73\x70\x65\x63\x74\x65\x64\x20\x66\x6f\x72\x20\x70\x61\x74\x68\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x20\x66\x69\x6c\x65\x73\x2e\x0a\x0a\x49\x66\x20\x61\x20\x66\x69\x6c\x65\x20\x6e\x61\x6d\x65\x64\x20\x22\x70\x79\x76\x65\x6e\x76\x2e\x63\x66\x67\x22\x20\x65\x78\x69\x73\x74\x73\x20\x6f\x6e\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x61\x62\x6f\x76\x65\x20\x73\x79\x73\x2e\x65\x78\x65\x63\x75\x74\x61\x62\x6c\x65\x2c\x0a\x73\x79\x73\x2e\x70\x72\x65\x66\x69\x78\x20\x61\x6e\x64\x20\x73\x79\x73\x2e\x65\x78\x65\x63\x5f\x70\x72\x65\x66\x69\x78\x20\x61\x72\x65\x20\x73\x65\x74\x20\x74\x6f\x20\x74\x68\x61\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x61\x6e\x64\x0a\x69\x74\x20\x69\x73\x20\x61\x6c\x73\x6f\x20\x63\x68\x65\x63\x6b\x65\x64\x20\x66\x6f\x72\x20\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x28\x73\x79\x73\x2e\x62\x61\x73\x65\x5f\x70\x72\x65\x66\x69\x78\x20\x61\x6e\x64\x0a\x73\x79\x73\x2e\x62\x61\x73\x65\x5f\x65\x78\x65\x63\x5f\x70\x72\x65\x66\x69\x78\x20\x77\x69\x6c\x6c\x20\x61\x6c\x77\x61\x79\x73\x20\x62\x65\x20\x74\x68\x65\x20\x22\x72\x65\x61\x6c\x22\x20\x70\x72\x65\x66\x69\x78\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x50\x79\x74\x68\x6f\x6e\x0a\x69\x6e\x73\x74\x61\x6c\x6c\x61\x74\x69\x6f\x6e\x29\x2e\x20\x49\x66\x20\x22\x70\x79\x76\x65\x6e\x76\x2e\x63\x66\x67\x22\x20\x28\x61\x20\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x20\x66\x69\x6c\x65\x29\x20\x63\x6f\x6e\x74\x61\x69\x6e\x73\x0a\x74\x68\x65\x20\x6b\x65\x79\x20\x22\x69\x6e\x63\x6c\x75\x64\x65\x2d\x73\x79\x73\x74\x65\x6d\x2d\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x22\x20\x73\x65\x74\x20\x74\x6f\x20\x61\x6e\x79\x74\x68\x69\x6e\x67\x20\x6f\x74\x68\x65\x72\x20\x74\x68\x61\x6e\x20\x22\x66\x61\x6c\x73\x65\x22\x0a\x28\x63\x61\x73\x65\x2d\x69\x6e\x73\x65\x6e\x73\x69\x74\x69\x76\x65\x29\x2c\x20\x74\x68\x65\x20\x73\x79\x73\x74\x65\x6d\x2d\x6c\x65\x76\x65\x6c\x20\x70\x72\x65\x66\x69\x78\x65\x73\x20\x77\x69\x6c\x6c\x20\x73\x74\x69\x6c\x6c\x20\x61\x6c\x73\x6f\x20\x62\x65\x0a\x73\x65\x61\x72\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x3b\x20\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x74\x68\x65\x79\x20\x77\x6f\x6e\x27\x74\x2e\x0a\x0a\x41\x6c\x6c\x20\x6f\x66\x20\x74\x68\x65\x20\x72\x65\x73\x75\x6c\x74\x69\x6e\x67\x20\x73\x69\x74\x65\x2d\x73\x70\x65\x63\x69\x66\x69\x63\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x2c\x20\x69\x66\x20\x74\x68\x65\x79\x20\x65\x78\x69\x73\x74\x2c\x20\x61\x72\x65\x0a\x61\x70\x70\x65\x6e\x64\x65\x64\x20\x74\x6f\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x2c\x20\x61\x6e\x64\x20\x61\x6c\x73\x6f\x20\x69\x6e\x73\x70\x65\x63\x74\x65\x64\x20\x66\x6f\x72\x20\x70\x61\x74\x68\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x0a\x66\x69\x6c\x65\x73\x2e\x0a\x0a\x41\x20\x70\x61\x74\x68\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x20\x66\x69\x6c\x65\x20\x69\x73\x20\x61\x20\x66\x69\x6c\x65\x20\x77\x68\x6f\x73\x65\x20\x6e\x61\x6d\x65\x20\x68\x61\x73\x20\x74\x68\x65\x20\x66\x6f\x72\x6d\x0a\x3c\x70\x61\x63\x6b\x61\x67\x65\x3e\x2e\x70\x74\x68\x3b\x20\x69\x74\x73\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x61\x72\x65\x20\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x28\x6f\x6e\x65\x20\x70\x65\x72\x20\x6c\x69\x6e\x65\x29\x0a\x74\x6f\x20\x62\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6f\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x2e\x20\x20\x4e\x6f\x6e\x2d\x65\x78\x69\x73\x74\x69\x6e\x67\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x28\x6f\x72\x0a\x6e\x6f\x6e\x2d\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x29\x20\x61\x72\x65\x20\x6e\x65\x76\x65\x72\x20\x61\x64\x64\x65\x64\x20\x74\x6f\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x3b\x20\x6e\x6f\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x61\x64\x64\x65\x64\x20\x74\x6f\x0a\x73\x79\x73\x2e\x70\x61\x74\x68\x20\x6d\x6f\x72\x65\x20\x74\x68\x61\x6e\x20\x6f\x6e\x63\x65\x2e\x20\x20\x42\x6c\x61\x6e\x6b\x20\x6c\x69\x6e\x65\x73\x20\x61\x6e\x64\x20\x6c\x69\x6e\x65\x73\x20\x62\x65\x67\x69\x6e\x6e\x69\x6e\x67\x20\x77\x69\x74\x68\x0a\x27\x23\x27\x20\x61\x72\x65\x20\x73\x6b\x69\x70\x70\x65\x64\x2e\x20\x4c\x69\x6e\x65\x73\x20\x73\x74\x61\x72\x74\x69\x6e\x67\x20\x77\x69\x74\x68\x20\x27\x69\x6d\x70\x6f\x72\x74\x27\x20\x61\x72\x65\x20\x65\x78\x65\x63\x75\x74\x65\x64\x2e\x0a\x0a\x46\x6f\x72\x20\x65\x78\x61\x6d\x70\x6c\x65\x2c\x20\x73\x75\x70\x70\x6f\x73\x65\x20\x73\x79\x73\x2e\x70\x72\x65\x66\x69\x78\x20\x61\x6e\x64\x20\x73\x79\x73\x2e\x65\x78\x65\x63\x5f\x70\x72\x65\x66\x69\x78\x20\x61\x72\x65\x20\x73\x65\x74\x20\x74\x6f\x0a\x2f\x75\x73\x72\x2f\x6c\x6f\x63\x61\x6c\x20\x61\x6e\x64\x20\x74\x68\x65\x72\x65\x20\x69\x73\x20\x61\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x2f\x75\x73\x72\x2f\x6c\x6f\x63\x61\x6c\x2f\x6c\x69\x62\x2f\x70\x79\x74\x68\x6f\x6e\x32\x2e\x35\x2f\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x0a\x77\x69\x74\x68\x20\x74\x68\x72\x65\x65\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x2c\x20\x66\x6f\x6f\x2c\x20\x62\x61\x72\x20\x61\x6e\x64\x20\x73\x70\x61\x6d\x2c\x20\x61\x6e\x64\x20\x74\x77\x6f\x20\x70\x61\x74\x68\x0a\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x20\x66\x69\x6c\x65\x73\x2c\x20\x66\x6f\x6f\x2e\x70\x74\x68\x20\x61\x6e\x64\x20\x62\x61\x72\x2e\x70\x74\x68\x2e\x20\x20\x41\x73\x73\x75\x6d\x65\x20\x66\x6f\x6f\x2e\x70\x74\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x73\x20\x74\x68\x65\x0a\x66\x6f\x6c\x6c\x6f\x77\x69\x6e\x67\x3a\x0a\x0a\x20\x20\x23\x20\x66\x6f\x6f\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x0a\x20\x20\x66\x6f\x6f\x0a\x20\x20\x62\x61\x72\x0a\x20\x20\x62\x6c\x65\x74\x63\x68\x0a\x0a\x61\x6e\x64\x20\x62\x61\x72\x2e\x70\x74\x68\x20\x63\x6f\x6e\x74\x61\x69\x6e\x73\x3a\x0a\x0a\x20\x20\x23\x20\x62\x61\x72\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x0a\x20\x20\x62\x61\x72\x0a\x0a\x54\x68\x65\x6e\x20\x74\x68\x65\x20\x66\x6f\x6c\x6c\x6f\x77\x69\x6e\x67\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x72\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6f\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x2c\x20\x69\x6e\x20\x74\x68\x69\x73\x20\x6f\x72\x64\x65\x72\x3a\x0a\x0a\x20\x20\x2f\x75\x73\x72\x2f\x6c\x6f\x63\x61\x6c\x2f\x6c\x69\x62\x2f\x70\x79\x74\x68\x6f\x6e\x32\x2e\x35\x2f\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x2f\x62\x61\x72\x0a\x20\x20\x2f\x75\x73\x72\x2f\x6c\x6f\x63\x61\x6c\x2f\x6c\x69\x62\x2f\x70\x79\x74\x68\x6f\x6e\x32\x2e\x35\x2f\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x2f\x66\x6f\x6f\x0a\x0a\x4e\x6f\x74\x65\x20\x74\x68\x61\x74\x20\x62\x6c\x65\x74\x63\x68\x20\x69\x73\x20\x6f\x6d\x69\x74\x74\x65\x64\x20\x62\x65\x63\x61\x75\x73\x65\x20\x69\x74\x20\x64\x6f\x65\x73\x6e\x27\x74\x20\x65\x78\x69\x73\x74\x3b\x20\x62\x61\x72\x20\x70\x72\x65\x63\x65\x64\x65\x73\x20\x66\x6f\x6f\x0a\x62\x65\x63\x61\x75\x73\x65\x20\x62\x61\x72\x2e\x70\x74\x68\x20\x63\x6f\x6d\x65\x73\x20\x61\x6c\x70\x68\x61\x62\x65\x74\x69\x63\x61\x6c\x6c\x79\x20\x62\x65\x66\x6f\x72\x65\x20\x66\x6f\x6f\x2e\x70\x74\x68\x3b\x20\x61\x6e\x64\x20\x73\x70\x61\x6d\x20\x69\x73\x0a\x6f\x6d\x69\x74\x74\x65\x64\x20\x62\x65\x63\x61\x75\x73\x65\x20\x69\x74\x20\x69\x73\x20\x6e\x6f\x74\x20\x6d\x65\x6e\x74\x69\x6f\x6e\x65\x64\x20\x69\x6e\x20\x65\x69\x74\x68\x65\x72\x20\x70\x61\x74\x68\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x54\x68\x65\x20\x72\x65\x61\x64\x6c\x69\x6e\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x61\x6c\x73\x6f\x20\x61\x75\x74\x6f\x6d\x61\x74\x69\x63\x61\x6c\x6c\x79\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x65\x64\x20\x74\x6f\x20\x65\x6e\x61\x62\x6c\x65\x0a\x63\x6f\x6d\x70\x6c\x65\x74\x69\x6f\x6e\x20\x66\x6f\x72\x20\x73\x79\x73\x74\x65\x6d\x73\x20\x74\x68\x61\x74\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x69\x74\x2e\x20\x20\x54\x68\x69\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x6f\x76\x65\x72\x72\x69\x64\x64\x65\x6e\x20\x69\x6e\x0a\x73\x69\x74\x65\x63\x75\x73\x74\x6f\x6d\x69\x7a\x65\x2c\x20\x75\x73\x65\x72\x63\x75\x73\x74\x6f\x6d\x69\x7a\x65\x20\x6f\x72\x20\x50\x59\x54\x48\x4f\x4e\x53\x54\x41\x52\x54\x55\x50\x2e\x20\x20\x53\x74\x61\x72\x74\x69\x6e\x67\x20\x50\x79\x74\x68\x6f\x6e\x20\x69\x6e\x0a\x69\x73\x6f\x6c\x61\x74\x65\x64\x20\x6d\x6f\x64\x65\x20\x28\x2d\x49\x29\x20\x64\x69\x73\x61\x62\x6c\x65\x73\x20\x61\x75\x74\x6f\x6d\x61\x74\x69\x63\x20\x72\x65\x61\x64\x6c\x69\x6e\x65\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x2e\x0a\x0a\x41\x66\x74\x65\x72\x20\x74\x68\x65\x73\x65\x20\x6f\x70\x65\x72\x61\x74\x69\x6f\x6e\x73\x2c\x20\x61\x6e\x20\x61\x74\x74\x65\x6d\x70\x74\x20\x69\x73\x20\x6d\x61\x64\x65\x20\x74\x6f\x20\x69\x6d\x70\x6f\x72\x74\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x0a\x6e\x61\x6d\x65\x64\x20\x73\x69\x74\x65\x63\x75\x73\x74\x6f\x6d\x69\x7a\x65\x2c\x20\x77\x68\x69\x63\x68\x20\x63\x61\x6e\x20\x70\x65\x72\x66\x6f\x72\x6d\x20\x61\x72\x62\x69\x74\x72\x61\x72\x79\x20\x61\x64\x64\x69\x74\x69\x6f\x6e\x61\x6c\x0a\x73\x69\x74\x65\x2d\x73\x70\x65\x63\x69\x66\x69\x63\x20\x63\x75\x73\x74\x6f\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x73\x2e\x20\x20\x49\x66\x20\x74\x68\x69\x73\x20\x69\x6d\x70\x6f\x72\x74\x20\x66\x61\x69\x6c\x73\x20\x77\x69\x74\x68\x20\x61\x6e\x0a\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x2c\x20\x69\x74\x20\x69\x73\x20\x73\x69\x6c\x65\x6e\x74\x6c\x79\x20\x69\x67\x6e\x6f\x72\x65\x64\x2e\x0a",
  123255             : };
  123256             : static
  123257             :     struct {
  123258             :         PyGC_Head _gc_head;
  123259             :         struct {
  123260             :             PyObject_VAR_HEAD
  123261             :             PyObject *ob_item[2];
  123262             :         }_object;
  123263             :     }
  123264             : site_toplevel_consts_3_consts = {
  123265             :     ._object = {
  123266             :         .ob_base = {
  123267             :             .ob_base = {
  123268             :                 .ob_refcnt = 999999999,
  123269             :                 .ob_type = &PyTuple_Type,
  123270             :             },
  123271             :             .ob_size = 2,
  123272             :         },
  123273             :         .ob_item = {
  123274             :             Py_None,
  123275             :             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
  123276             :         },
  123277             :     },
  123278             : };
  123279             : static
  123280             :     struct {
  123281             :         PyGC_Head _gc_head;
  123282             :         struct {
  123283             :             PyObject_VAR_HEAD
  123284             :             PyObject *ob_item[5];
  123285             :         }_object;
  123286             :     }
  123287             : site_toplevel_consts_3_names = {
  123288             :     ._object = {
  123289             :         .ob_base = {
  123290             :             .ob_base = {
  123291             :                 .ob_refcnt = 999999999,
  123292             :                 .ob_type = &PyTuple_Type,
  123293             :             },
  123294             :             .ob_size = 5,
  123295             :         },
  123296             :         .ob_item = {
  123297             :             & const_str_sys._ascii.ob_base,
  123298             :             & const_str_flags._ascii.ob_base,
  123299             :             & const_str_verbose._ascii.ob_base,
  123300             :             & const_str_print._ascii.ob_base,
  123301             :             &_Py_ID(stderr),
  123302             :         },
  123303             :     },
  123304             : };
  123305             : static
  123306             :     struct {
  123307             :         PyASCIIObject _ascii;
  123308             :         uint8_t _data[14];
  123309             :     }
  123310             : site_toplevel_consts_3_filename = {
  123311             :     ._ascii = {
  123312             :         .ob_base = {
  123313             :             .ob_refcnt = 999999999,
  123314             :             .ob_type = &PyUnicode_Type,
  123315             :         },
  123316             :         .length = 13,
  123317             :         .hash = -1,
  123318             :         .state = {
  123319             :             .kind = 1,
  123320             :             .compact = 1,
  123321             :             .ascii = 1,
  123322             :         },
  123323             :     },
  123324             :     ._data = "<frozen site>",
  123325             : };
  123326             : static
  123327             :     struct {
  123328             :         PyASCIIObject _ascii;
  123329             :         uint8_t _data[7];
  123330             :     }
  123331             : const_str__trace = {
  123332             :     ._ascii = {
  123333             :         .ob_base = {
  123334             :             .ob_refcnt = 999999999,
  123335             :             .ob_type = &PyUnicode_Type,
  123336             :         },
  123337             :         .length = 6,
  123338             :         .hash = -1,
  123339             :         .state = {
  123340             :             .kind = 1,
  123341             :             .compact = 1,
  123342             :             .ascii = 1,
  123343             :         },
  123344             :     },
  123345             :     ._data = "_trace",
  123346             : };
  123347             : static
  123348             :     struct {
  123349             :         PyObject_VAR_HEAD
  123350             :         Py_hash_t ob_shash;
  123351             :         char ob_sval[57];
  123352             :     }
  123353             : site_toplevel_consts_3_linetable = {
  123354             :     .ob_base = {
  123355             :         .ob_base = {
  123356             :             .ob_refcnt = 999999999,
  123357             :             .ob_type = &PyBytes_Type,
  123358             :         },
  123359             :         .ob_size = 56,
  123360             :     },
  123361             :     .ob_shash = -1,
  123362             :     .ob_sval = "\x80\x00\xdd\x07\x0a\x87\x79\x81\x79\xd7\x07\x18\xd1\x07\x18\xf0\x00\x01\x05\x28\xdd\x08\x0d\x88\x67\x9d\x43\x9f\x4a\x99\x4a\xd0\x08\x27\xd4\x08\x27\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27\xf0\x03\x01\x05\x28\xf0\x00\x01\x05\x28",
  123363             : };
  123364             : static
  123365             :     struct {
  123366             :         PyGC_Head _gc_head;
  123367             :         struct {
  123368             :             PyObject_VAR_HEAD
  123369             :             PyObject *ob_item[1];
  123370             :         }_object;
  123371             :     }
  123372             : site_toplevel_consts_3_localsplusnames = {
  123373             :     ._object = {
  123374             :         .ob_base = {
  123375             :             .ob_base = {
  123376             :                 .ob_refcnt = 999999999,
  123377             :                 .ob_type = &PyTuple_Type,
  123378             :             },
  123379             :             .ob_size = 1,
  123380             :         },
  123381             :         .ob_item = {
  123382             :             & const_str_message._ascii.ob_base,
  123383             :         },
  123384             :     },
  123385             : };
  123386             : static
  123387             :     struct _PyCode_DEF(124)
  123388             : site_toplevel_consts_3 = {
  123389             :     .ob_base = {
  123390             :         .ob_base = {
  123391             :             .ob_refcnt = 999999999,
  123392             :             .ob_type = &PyCode_Type,
  123393             :         },
  123394             :         .ob_size = 62,
  123395             :     },
  123396             :     .co_consts = & site_toplevel_consts_3_consts._object.ob_base.ob_base,
  123397             :     .co_names = & site_toplevel_consts_3_names._object.ob_base.ob_base,
  123398             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  123399             :     .co_flags = 3,
  123400             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  123401             :     ._co_linearray_entry_size = 0,
  123402             :     .co_argcount = 1,
  123403             :     .co_posonlyargcount = 0,
  123404             :     .co_kwonlyargcount = 0,
  123405             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  123406             :     .co_stacksize = 4,
  123407             :     .co_firstlineno = 91,
  123408             :     .co_nlocalsplus = 1,
  123409             :     .co_nlocals = 1,
  123410             :     .co_nplaincellvars = 0,
  123411             :     .co_ncellvars = 0,
  123412             :     .co_nfreevars = 0,
  123413             :     .co_localsplusnames = & site_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
  123414             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  123415             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  123416             :     .co_name = & const_str__trace._ascii.ob_base,
  123417             :     .co_qualname = & const_str__trace._ascii.ob_base,
  123418             :     .co_linetable = & site_toplevel_consts_3_linetable.ob_base.ob_base,
  123419             :     ._co_code = NULL,
  123420             :     ._co_linearray = NULL,
  123421             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x20\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00",
  123422             :     ._co_firsttraceable = 0,
  123423             : };
  123424             : static
  123425             :     struct {
  123426             :         PyGC_Head _gc_head;
  123427             :         struct {
  123428             :             PyObject_VAR_HEAD
  123429             :             PyObject *ob_item[6];
  123430             :         }_object;
  123431             :     }
  123432             : site_toplevel_consts_4_names = {
  123433             :     ._object = {
  123434             :         .ob_base = {
  123435             :             .ob_base = {
  123436             :                 .ob_refcnt = 999999999,
  123437             :                 .ob_type = &PyTuple_Type,
  123438             :             },
  123439             :             .ob_size = 6,
  123440             :         },
  123441             :         .ob_item = {
  123442             :             & const_str_os._ascii.ob_base,
  123443             :             &_Py_ID(path),
  123444             :             &_Py_ID(join),
  123445             :             & const_str_abspath._ascii.ob_base,
  123446             :             & const_str_OSError._ascii.ob_base,
  123447             :             & const_str_normcase._ascii.ob_base,
  123448             :         },
  123449             :     },
  123450             : };
  123451             : static
  123452             :     struct {
  123453             :         PyASCIIObject _ascii;
  123454             :         uint8_t _data[9];
  123455             :     }
  123456             : const_str_makepath = {
  123457             :     ._ascii = {
  123458             :         .ob_base = {
  123459             :             .ob_refcnt = 999999999,
  123460             :             .ob_type = &PyUnicode_Type,
  123461             :         },
  123462             :         .length = 8,
  123463             :         .hash = -1,
  123464             :         .state = {
  123465             :             .kind = 1,
  123466             :             .compact = 1,
  123467             :             .ascii = 1,
  123468             :         },
  123469             :     },
  123470             :     ._data = "makepath",
  123471             : };
  123472             : static
  123473             :     struct {
  123474             :         PyObject_VAR_HEAD
  123475             :         Py_hash_t ob_shash;
  123476             :         char ob_sval[106];
  123477             :     }
  123478             : site_toplevel_consts_4_linetable = {
  123479             :     .ob_base = {
  123480             :         .ob_base = {
  123481             :             .ob_refcnt = 999999999,
  123482             :             .ob_type = &PyBytes_Type,
  123483             :         },
  123484             :         .ob_size = 105,
  123485             :     },
  123486             :     .ob_shash = -1,
  123487             :     .ob_sval = "\x80\x00\xdd\x0a\x16\x8f\x27\x89\x27\x8f\x2c\x89\x2c\x98\x05\xd0\x0a\x1e\x80\x43\xf0\x02\x03\x05\x0d\xdd\x0e\x10\x8f\x67\x89\x67\x8f\x6f\x89\x6f\x98\x63\xd4\x0e\x22\x88\x03\xf0\x06\x00\x0c\x0f\x95\x02\x97\x07\x91\x07\xd7\x10\x20\xd1\x10\x20\xa0\x13\xd4\x10\x25\xd0\x0b\x25\xd0\x04\x25\xf8\xf5\x05\x00\x0c\x13\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x88\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8",
  123488             : };
  123489             : static
  123490             :     struct {
  123491             :         PyObject_VAR_HEAD
  123492             :         Py_hash_t ob_shash;
  123493             :         char ob_sval[18];
  123494             :     }
  123495             : site_toplevel_consts_4_exceptiontable = {
  123496             :     .ob_base = {
  123497             :         .ob_base = {
  123498             :             .ob_refcnt = 999999999,
  123499             :             .ob_type = &PyBytes_Type,
  123500             :         },
  123501             :         .ob_size = 17,
  123502             :     },
  123503             :     .ob_shash = -1,
  123504             :     .ob_sval = "\x9f\x21\x41\x23\x00\xc1\x23\x0a\x41\x30\x03\xc1\x2f\x01\x41\x30\x03",
  123505             : };
  123506             : static
  123507             :     struct {
  123508             :         PyGC_Head _gc_head;
  123509             :         struct {
  123510             :             PyObject_VAR_HEAD
  123511             :             PyObject *ob_item[2];
  123512             :         }_object;
  123513             :     }
  123514             : site_toplevel_consts_4_localsplusnames = {
  123515             :     ._object = {
  123516             :         .ob_base = {
  123517             :             .ob_base = {
  123518             :                 .ob_refcnt = 999999999,
  123519             :                 .ob_type = &PyTuple_Type,
  123520             :             },
  123521             :             .ob_size = 2,
  123522             :         },
  123523             :         .ob_item = {
  123524             :             & const_str_paths._ascii.ob_base,
  123525             :             & const_str_dir._ascii.ob_base,
  123526             :         },
  123527             :     },
  123528             : };
  123529             : static
  123530             :     struct _PyCode_DEF(230)
  123531             : site_toplevel_consts_4 = {
  123532             :     .ob_base = {
  123533             :         .ob_base = {
  123534             :             .ob_refcnt = 999999999,
  123535             :             .ob_type = &PyCode_Type,
  123536             :         },
  123537             :         .ob_size = 115,
  123538             :     },
  123539             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  123540             :     .co_names = & site_toplevel_consts_4_names._object.ob_base.ob_base,
  123541             :     .co_exceptiontable = & site_toplevel_consts_4_exceptiontable.ob_base.ob_base,
  123542             :     .co_flags = 7,
  123543             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  123544             :     ._co_linearray_entry_size = 0,
  123545             :     .co_argcount = 0,
  123546             :     .co_posonlyargcount = 0,
  123547             :     .co_kwonlyargcount = 0,
  123548             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  123549             :     .co_stacksize = 4,
  123550             :     .co_firstlineno = 96,
  123551             :     .co_nlocalsplus = 2,
  123552             :     .co_nlocals = 2,
  123553             :     .co_nplaincellvars = 0,
  123554             :     .co_ncellvars = 0,
  123555             :     .co_nfreevars = 0,
  123556             :     .co_localsplusnames = & site_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
  123557             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  123558             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  123559             :     .co_name = & const_str_makepath._ascii.ob_base,
  123560             :     .co_qualname = & const_str_makepath._ascii.ob_base,
  123561             :     .co_linetable = & site_toplevel_consts_4_linetable.ob_base.ob_base,
  123562             :     ._co_code = NULL,
  123563             :     ._co_linearray = NULL,
  123564             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x8e\x00\x7d\x01\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x2f\x77\x00\x78\x03\x59\x00\x77\x01",
  123565             :     ._co_firsttraceable = 0,
  123566             : };
  123567             : static
  123568             :     struct {
  123569             :         PyASCIIObject _ascii;
  123570             :         uint8_t _data[70];
  123571             :     }
  123572             : site_toplevel_consts_5_consts_0 = {
  123573             :     ._ascii = {
  123574             :         .ob_base = {
  123575             :             .ob_refcnt = 999999999,
  123576             :             .ob_type = &PyUnicode_Type,
  123577             :         },
  123578             :         .length = 69,
  123579             :         .hash = -1,
  123580             :         .state = {
  123581             :             .kind = 1,
  123582             :             .compact = 1,
  123583             :             .ascii = 1,
  123584             :         },
  123585             :     },
  123586             :     ._data = "Set all module __file__ and __cached__ attributes to an absolute path",
  123587             : };
  123588             : static
  123589             :     struct {
  123590             :         PyGC_Head _gc_head;
  123591             :         struct {
  123592             :             PyObject_VAR_HEAD
  123593             :             PyObject *ob_item[2];
  123594             :         }_object;
  123595             :     }
  123596             : site_toplevel_consts_5_consts_2 = {
  123597             :     ._object = {
  123598             :         .ob_base = {
  123599             :             .ob_base = {
  123600             :                 .ob_refcnt = 999999999,
  123601             :                 .ob_type = &PyTuple_Type,
  123602             :             },
  123603             :             .ob_size = 2,
  123604             :         },
  123605             :         .ob_item = {
  123606             :             & const_str__frozen_importlib._ascii.ob_base,
  123607             :             & const_str__frozen_importlib_external._ascii.ob_base,
  123608             :         },
  123609             :     },
  123610             : };
  123611             : // TODO: The above tuple should be a frozenset
  123612             : static
  123613             :     struct {
  123614             :         PyGC_Head _gc_head;
  123615             :         struct {
  123616             :             PyObject_VAR_HEAD
  123617             :             PyObject *ob_item[3];
  123618             :         }_object;
  123619             :     }
  123620             : site_toplevel_consts_5_consts = {
  123621             :     ._object = {
  123622             :         .ob_base = {
  123623             :             .ob_base = {
  123624             :                 .ob_refcnt = 999999999,
  123625             :                 .ob_type = &PyTuple_Type,
  123626             :             },
  123627             :             .ob_size = 3,
  123628             :         },
  123629             :         .ob_item = {
  123630             :             & site_toplevel_consts_5_consts_0._ascii.ob_base,
  123631             :             Py_None,
  123632             :             & site_toplevel_consts_5_consts_2._object.ob_base.ob_base,
  123633             :         },
  123634             :     },
  123635             : };
  123636             : static
  123637             :     struct {
  123638             :         PyGC_Head _gc_head;
  123639             :         struct {
  123640             :             PyObject_VAR_HEAD
  123641             :             PyObject *ob_item[16];
  123642             :         }_object;
  123643             :     }
  123644             : site_toplevel_consts_5_names = {
  123645             :     ._object = {
  123646             :         .ob_base = {
  123647             :             .ob_base = {
  123648             :                 .ob_refcnt = 999999999,
  123649             :                 .ob_type = &PyTuple_Type,
  123650             :             },
  123651             :             .ob_size = 16,
  123652             :         },
  123653             :         .ob_item = {
  123654             :             & const_str_set._ascii.ob_base,
  123655             :             & const_str_sys._ascii.ob_base,
  123656             :             &_Py_ID(modules),
  123657             :             &_Py_ID(values),
  123658             :             &_Py_ID(__loader__),
  123659             :             &_Py_ID(__module__),
  123660             :             & const_str_AttributeError._ascii.ob_base,
  123661             :             &_Py_ID(__spec__),
  123662             :             & const_str_loader._ascii.ob_base,
  123663             :             & const_str_os._ascii.ob_base,
  123664             :             &_Py_ID(path),
  123665             :             & const_str_abspath._ascii.ob_base,
  123666             :             &_Py_ID(__file__),
  123667             :             & const_str_OSError._ascii.ob_base,
  123668             :             & const_str_TypeError._ascii.ob_base,
  123669             :             & const_str___cached__._ascii.ob_base,
  123670             :         },
  123671             :     },
  123672             : };
  123673             : static
  123674             :     struct {
  123675             :         PyASCIIObject _ascii;
  123676             :         uint8_t _data[10];
  123677             :     }
  123678             : const_str_abs_paths = {
  123679             :     ._ascii = {
  123680             :         .ob_base = {
  123681             :             .ob_refcnt = 999999999,
  123682             :             .ob_type = &PyUnicode_Type,
  123683             :         },
  123684             :         .length = 9,
  123685             :         .hash = -1,
  123686             :         .state = {
  123687             :             .kind = 1,
  123688             :             .compact = 1,
  123689             :             .ascii = 1,
  123690             :         },
  123691             :     },
  123692             :     ._data = "abs_paths",
  123693             : };
  123694             : static
  123695             :     struct {
  123696             :         PyObject_VAR_HEAD
  123697             :         Py_hash_t ob_shash;
  123698             :         char ob_sval[323];
  123699             :     }
  123700             : site_toplevel_consts_5_linetable = {
  123701             :     .ob_base = {
  123702             :         .ob_base = {
  123703             :             .ob_refcnt = 999999999,
  123704             :             .ob_type = &PyBytes_Type,
  123705             :         },
  123706             :         .ob_size = 322,
  123707             :     },
  123708             :     .ob_shash = -1,
  123709             :     .ob_sval = "\x80\x00\xe5\x0d\x10\x95\x13\x97\x1b\x91\x1b\xd7\x11\x23\xd1\x11\x23\xd4\x11\x25\xd4\x0d\x26\xf0\x00\x12\x05\x11\xf1\x00\x12\x05\x11\x88\x01\xd8\x18\x1c\x88\x0d\xf0\x02\x06\x09\x15\xd8\x1c\x1d\x9f\x4c\x99\x4c\xd7\x1c\x33\xd1\x1c\x33\x88\x4d\xf0\x0c\x00\x0c\x19\xd0\x20\x53\xd0\x0b\x53\xf0\x00\x01\x09\x15\xd8\x0c\x14\xf0\x02\x03\x09\x11\xdd\x19\x1b\x9f\x17\x99\x17\x9f\x1f\x99\x1f\xa8\x11\xaf\x1a\xa9\x1a\xd4\x19\x34\x88\x41\x8c\x4a\xf0\x06\x03\x09\x11\xdd\x1b\x1d\x9f\x37\x99\x37\x9f\x3f\x99\x3f\xa8\x31\xaf\x3c\xa9\x3c\xd4\x1b\x38\x88\x41\x8c\x4c\x88\x4c\xf0\x21\x12\x05\x11\xf0\x00\x12\x05\x11\xf8\xf5\x08\x00\x10\x1e\xf0\x00\x04\x09\x15\xf0\x00\x04\x09\x15\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xd8\x20\x21\xa7\x0a\xa1\x0a\xd7\x20\x31\xd1\x20\x31\xd7\x20\x3c\xd1\x20\x3c\x90\x0d\x90\x0d\xf8\xdd\x13\x21\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf8\xf0\x07\x04\x09\x15\xf8\xf8\xf8\xf8\xf5\x12\x00\x11\x1f\xa5\x07\xad\x19\xd0\x0f\x33\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x08\x00\x11\x1f\xa5\x07\xad\x19\xd0\x0f\x33\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
  123710             : };
  123711             : static
  123712             :     struct {
  123713             :         PyObject_VAR_HEAD
  123714             :         Py_hash_t ob_shash;
  123715             :         char ob_sval[90];
  123716             :     }
  123717             : site_toplevel_consts_5_exceptiontable = {
  123718             :     .ob_base = {
  123719             :         .ob_base = {
  123720             :             .ob_refcnt = 999999999,
  123721             :             .ob_type = &PyBytes_Type,
  123722             :         },
  123723             :         .ob_size = 89,
  123724             :     },
  123725             :     .ob_shash = -1,
  123726             :     .ob_sval = "\xb2\x16\x42\x32\x02\xc1\x0e\x30\x43\x34\x02\xc1\x3f\x30\x44\x11\x02\xc2\x32\x0a\x43\x31\x05\xc2\x3d\x20\x43\x1e\x04\xc3\x1d\x01\x43\x31\x05\xc3\x1e\x0a\x43\x2b\x07\xc3\x28\x02\x43\x31\x05\xc3\x2a\x01\x43\x2b\x07\xc3\x2b\x03\x43\x31\x05\xc3\x30\x01\x43\x31\x05\xc3\x34\x17\x44\x0e\x05\xc4\x0d\x01\x44\x0e\x05\xc4\x11\x17\x44\x2b\x05\xc4\x2a\x01\x44\x2b\x05",
  123727             : };
  123728             : static
  123729             :     struct {
  123730             :         PyASCIIObject _ascii;
  123731             :         uint8_t _data[14];
  123732             :     }
  123733             : const_str_loader_module = {
  123734             :     ._ascii = {
  123735             :         .ob_base = {
  123736             :             .ob_refcnt = 999999999,
  123737             :             .ob_type = &PyUnicode_Type,
  123738             :         },
  123739             :         .length = 13,
  123740             :         .hash = -1,
  123741             :         .state = {
  123742             :             .kind = 1,
  123743             :             .compact = 1,
  123744             :             .ascii = 1,
  123745             :         },
  123746             :     },
  123747             :     ._data = "loader_module",
  123748             : };
  123749             : static
  123750             :     struct {
  123751             :         PyGC_Head _gc_head;
  123752             :         struct {
  123753             :             PyObject_VAR_HEAD
  123754             :             PyObject *ob_item[2];
  123755             :         }_object;
  123756             :     }
  123757             : site_toplevel_consts_5_localsplusnames = {
  123758             :     ._object = {
  123759             :         .ob_base = {
  123760             :             .ob_base = {
  123761             :                 .ob_refcnt = 999999999,
  123762             :                 .ob_type = &PyTuple_Type,
  123763             :             },
  123764             :             .ob_size = 2,
  123765             :         },
  123766             :         .ob_item = {
  123767             :             & const_str_m._ascii.ob_base,
  123768             :             & const_str_loader_module._ascii.ob_base,
  123769             :         },
  123770             :     },
  123771             : };
  123772             : static
  123773             :     struct _PyCode_DEF(604)
  123774             : site_toplevel_consts_5 = {
  123775             :     .ob_base = {
  123776             :         .ob_base = {
  123777             :             .ob_refcnt = 999999999,
  123778             :             .ob_type = &PyCode_Type,
  123779             :         },
  123780             :         .ob_size = 302,
  123781             :     },
  123782             :     .co_consts = & site_toplevel_consts_5_consts._object.ob_base.ob_base,
  123783             :     .co_names = & site_toplevel_consts_5_names._object.ob_base.ob_base,
  123784             :     .co_exceptiontable = & site_toplevel_consts_5_exceptiontable.ob_base.ob_base,
  123785             :     .co_flags = 3,
  123786             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  123787             :     ._co_linearray_entry_size = 0,
  123788             :     .co_argcount = 0,
  123789             :     .co_posonlyargcount = 0,
  123790             :     .co_kwonlyargcount = 0,
  123791             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  123792             :     .co_stacksize = 6,
  123793             :     .co_firstlineno = 105,
  123794             :     .co_nlocalsplus = 2,
  123795             :     .co_nlocals = 2,
  123796             :     .co_nplaincellvars = 0,
  123797             :     .co_ncellvars = 0,
  123798             :     .co_nfreevars = 0,
  123799             :     .co_localsplusnames = & site_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
  123800             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  123801             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  123802             :     .co_name = & const_str_abs_paths._ascii.ob_base,
  123803             :     .co_qualname = & const_str_abs_paths._ascii.ob_base,
  123804             :     .co_linetable = & site_toplevel_consts_5_linetable.ob_base.ob_base,
  123805             :     ._co_code = NULL,
  123806             :     ._co_linearray = NULL,
  123807             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x82\x00\x00\x7d\x00\x64\x01\x7d\x01\x09\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x64\x02\x76\x01\x72\x01\x8c\x21\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x8c\x84\x64\x01\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x35\x01\x00\x09\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x10\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x59\x00\x8c\xa8\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x8f\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xfe\x77\x00\x78\x03\x59\x00\x77\x01",
  123808             :     ._co_firsttraceable = 0,
  123809             : };
  123810             : static
  123811             :     struct {
  123812             :         PyASCIIObject _ascii;
  123813             :         uint8_t _data[76];
  123814             :     }
  123815             : site_toplevel_consts_6_consts_0 = {
  123816             :     ._ascii = {
  123817             :         .ob_base = {
  123818             :             .ob_refcnt = 999999999,
  123819             :             .ob_type = &PyUnicode_Type,
  123820             :         },
  123821             :         .length = 75,
  123822             :         .hash = -1,
  123823             :         .state = {
  123824             :             .kind = 1,
  123825             :             .compact = 1,
  123826             :             .ascii = 1,
  123827             :         },
  123828             :     },
  123829             :     ._data = "\x20\x52\x65\x6d\x6f\x76\x65\x20\x64\x75\x70\x6c\x69\x63\x61\x74\x65\x20\x65\x6e\x74\x72\x69\x65\x73\x20\x66\x72\x6f\x6d\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x20\x61\x6c\x6f\x6e\x67\x20\x77\x69\x74\x68\x20\x6d\x61\x6b\x69\x6e\x67\x20\x74\x68\x65\x6d\x0a\x20\x20\x20\x20\x61\x62\x73\x6f\x6c\x75\x74\x65",
  123830             : };
  123831             : static
  123832             :     struct {
  123833             :         PyGC_Head _gc_head;
  123834             :         struct {
  123835             :             PyObject_VAR_HEAD
  123836             :             PyObject *ob_item[2];
  123837             :         }_object;
  123838             :     }
  123839             : site_toplevel_consts_6_consts = {
  123840             :     ._object = {
  123841             :         .ob_base = {
  123842             :             .ob_base = {
  123843             :                 .ob_refcnt = 999999999,
  123844             :                 .ob_type = &PyTuple_Type,
  123845             :             },
  123846             :             .ob_size = 2,
  123847             :         },
  123848             :         .ob_item = {
  123849             :             & site_toplevel_consts_6_consts_0._ascii.ob_base,
  123850             :             Py_None,
  123851             :         },
  123852             :     },
  123853             : };
  123854             : static
  123855             :     struct {
  123856             :         PyGC_Head _gc_head;
  123857             :         struct {
  123858             :             PyObject_VAR_HEAD
  123859             :             PyObject *ob_item[6];
  123860             :         }_object;
  123861             :     }
  123862             : site_toplevel_consts_6_names = {
  123863             :     ._object = {
  123864             :         .ob_base = {
  123865             :             .ob_base = {
  123866             :                 .ob_refcnt = 999999999,
  123867             :                 .ob_type = &PyTuple_Type,
  123868             :             },
  123869             :             .ob_size = 6,
  123870             :         },
  123871             :         .ob_item = {
  123872             :             & const_str_set._ascii.ob_base,
  123873             :             & const_str_sys._ascii.ob_base,
  123874             :             &_Py_ID(path),
  123875             :             & const_str_makepath._ascii.ob_base,
  123876             :             &_Py_ID(append),
  123877             :             &_Py_ID(add),
  123878             :         },
  123879             :     },
  123880             : };
  123881             : static
  123882             :     struct {
  123883             :         PyASCIIObject _ascii;
  123884             :         uint8_t _data[15];
  123885             :     }
  123886             : const_str_removeduppaths = {
  123887             :     ._ascii = {
  123888             :         .ob_base = {
  123889             :             .ob_refcnt = 999999999,
  123890             :             .ob_type = &PyUnicode_Type,
  123891             :         },
  123892             :         .length = 14,
  123893             :         .hash = -1,
  123894             :         .state = {
  123895             :             .kind = 1,
  123896             :             .compact = 1,
  123897             :             .ascii = 1,
  123898             :         },
  123899             :     },
  123900             :     ._data = "removeduppaths",
  123901             : };
  123902             : static
  123903             :     struct {
  123904             :         PyObject_VAR_HEAD
  123905             :         Py_hash_t ob_shash;
  123906             :         char ob_sval[116];
  123907             :     }
  123908             : site_toplevel_consts_6_linetable = {
  123909             :     .ob_base = {
  123910             :         .ob_base = {
  123911             :             .ob_refcnt = 999999999,
  123912             :             .ob_type = &PyBytes_Type,
  123913             :         },
  123914             :         .ob_size = 115,
  123915             :     },
  123916             :     .ob_shash = -1,
  123917             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0b\x80\x41\xdd\x12\x15\x94\x25\x80\x4b\xdd\x0f\x12\x8f\x78\x89\x78\xf0\x00\x07\x05\x25\xf1\x00\x07\x05\x25\x88\x03\xf5\x08\x00\x18\x20\xa0\x03\x94\x7d\x89\x0c\x88\x03\x88\x57\xd8\x0b\x12\x98\x2b\xd0\x0b\x25\xf0\x00\x02\x09\x25\xd8\x0c\x0d\x8f\x48\x89\x48\x90\x53\x8c\x4d\x88\x4d\xd8\x0c\x17\x8f\x4f\x89\x4f\x98\x47\xd4\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xd8\x12\x13\x85\x43\x87\x48\x81\x48\x80\x4b\x80\x4b\x80\x4b\xd8\x0b\x16\xd0\x04\x16",
  123918             : };
  123919             : static
  123920             :     struct {
  123921             :         PyASCIIObject _ascii;
  123922             :         uint8_t _data[2];
  123923             :     }
  123924             : const_str_L = {
  123925             :     ._ascii = {
  123926             :         .ob_base = {
  123927             :             .ob_refcnt = 999999999,
  123928             :             .ob_type = &PyUnicode_Type,
  123929             :         },
  123930             :         .length = 1,
  123931             :         .hash = -1,
  123932             :         .state = {
  123933             :             .kind = 1,
  123934             :             .compact = 1,
  123935             :             .ascii = 1,
  123936             :         },
  123937             :     },
  123938             :     ._data = "L",
  123939             : };
  123940             : static
  123941             :     struct {
  123942             :         PyASCIIObject _ascii;
  123943             :         uint8_t _data[12];
  123944             :     }
  123945             : const_str_known_paths = {
  123946             :     ._ascii = {
  123947             :         .ob_base = {
  123948             :             .ob_refcnt = 999999999,
  123949             :             .ob_type = &PyUnicode_Type,
  123950             :         },
  123951             :         .length = 11,
  123952             :         .hash = -1,
  123953             :         .state = {
  123954             :             .kind = 1,
  123955             :             .compact = 1,
  123956             :             .ascii = 1,
  123957             :         },
  123958             :     },
  123959             :     ._data = "known_paths",
  123960             : };
  123961             : static
  123962             :     struct {
  123963             :         PyASCIIObject _ascii;
  123964             :         uint8_t _data[8];
  123965             :     }
  123966             : const_str_dircase = {
  123967             :     ._ascii = {
  123968             :         .ob_base = {
  123969             :             .ob_refcnt = 999999999,
  123970             :             .ob_type = &PyUnicode_Type,
  123971             :         },
  123972             :         .length = 7,
  123973             :         .hash = -1,
  123974             :         .state = {
  123975             :             .kind = 1,
  123976             :             .compact = 1,
  123977             :             .ascii = 1,
  123978             :         },
  123979             :     },
  123980             :     ._data = "dircase",
  123981             : };
  123982             : static
  123983             :     struct {
  123984             :         PyGC_Head _gc_head;
  123985             :         struct {
  123986             :             PyObject_VAR_HEAD
  123987             :             PyObject *ob_item[4];
  123988             :         }_object;
  123989             :     }
  123990             : site_toplevel_consts_6_localsplusnames = {
  123991             :     ._object = {
  123992             :         .ob_base = {
  123993             :             .ob_base = {
  123994             :                 .ob_refcnt = 999999999,
  123995             :                 .ob_type = &PyTuple_Type,
  123996             :             },
  123997             :             .ob_size = 4,
  123998             :         },
  123999             :         .ob_item = {
  124000             :             & const_str_L._ascii.ob_base,
  124001             :             & const_str_known_paths._ascii.ob_base,
  124002             :             & const_str_dir._ascii.ob_base,
  124003             :             & const_str_dircase._ascii.ob_base,
  124004             :         },
  124005             :     },
  124006             : };
  124007             : static
  124008             :     struct _PyCode_DEF(228)
  124009             : site_toplevel_consts_6 = {
  124010             :     .ob_base = {
  124011             :         .ob_base = {
  124012             :             .ob_refcnt = 999999999,
  124013             :             .ob_type = &PyCode_Type,
  124014             :         },
  124015             :         .ob_size = 114,
  124016             :     },
  124017             :     .co_consts = & site_toplevel_consts_6_consts._object.ob_base.ob_base,
  124018             :     .co_names = & site_toplevel_consts_6_names._object.ob_base.ob_base,
  124019             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  124020             :     .co_flags = 3,
  124021             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  124022             :     ._co_linearray_entry_size = 0,
  124023             :     .co_argcount = 0,
  124024             :     .co_posonlyargcount = 0,
  124025             :     .co_kwonlyargcount = 0,
  124026             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  124027             :     .co_stacksize = 4,
  124028             :     .co_firstlineno = 128,
  124029             :     .co_nlocalsplus = 4,
  124030             :     .co_nlocals = 4,
  124031             :     .co_nplaincellvars = 0,
  124032             :     .co_ncellvars = 0,
  124033             :     .co_nfreevars = 0,
  124034             :     .co_localsplusnames = & site_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
  124035             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  124036             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  124037             :     .co_name = & const_str_removeduppaths._ascii.ob_base,
  124038             :     .co_qualname = & const_str_removeduppaths._ascii.ob_base,
  124039             :     .co_linetable = & site_toplevel_consts_6_linetable.ob_base.ob_base,
  124040             :     ._co_code = NULL,
  124041             :     ._co_linearray = NULL,
  124042             :     .co_code_adaptive = "\x97\x00\x67\x00\x7d\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3a\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x03\x7c\x01\x76\x01\xaf\x17\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x3c\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x01\x1b\x00\x7c\x01\x53\x00",
  124043             :     ._co_firsttraceable = 0,
  124044             : };
  124045             : static
  124046             :     struct {
  124047             :         PyASCIIObject _ascii;
  124048             :         uint8_t _data[70];
  124049             :     }
  124050             : site_toplevel_consts_7_consts_0 = {
  124051             :     ._ascii = {
  124052             :         .ob_base = {
  124053             :             .ob_refcnt = 999999999,
  124054             :             .ob_type = &PyUnicode_Type,
  124055             :         },
  124056             :         .length = 69,
  124057             :         .hash = -1,
  124058             :         .state = {
  124059             :             .kind = 1,
  124060             :             .compact = 1,
  124061             :             .ascii = 1,
  124062             :         },
  124063             :     },
  124064             :     ._data = "Return a set containing all existing file system items from sys.path.",
  124065             : };
  124066             : static
  124067             :     struct {
  124068             :         PyGC_Head _gc_head;
  124069             :         struct {
  124070             :             PyObject_VAR_HEAD
  124071             :             PyObject *ob_item[1];
  124072             :         }_object;
  124073             :     }
  124074             : site_toplevel_consts_7_consts = {
  124075             :     ._object = {
  124076             :         .ob_base = {
  124077             :             .ob_base = {
  124078             :                 .ob_refcnt = 999999999,
  124079             :                 .ob_type = &PyTuple_Type,
  124080             :             },
  124081             :             .ob_size = 1,
  124082             :         },
  124083             :         .ob_item = {
  124084             :             & site_toplevel_consts_7_consts_0._ascii.ob_base,
  124085             :         },
  124086             :     },
  124087             : };
  124088             : static
  124089             :     struct {
  124090             :         PyGC_Head _gc_head;
  124091             :         struct {
  124092             :             PyObject_VAR_HEAD
  124093             :             PyObject *ob_item[8];
  124094             :         }_object;
  124095             :     }
  124096             : site_toplevel_consts_7_names = {
  124097             :     ._object = {
  124098             :         .ob_base = {
  124099             :             .ob_base = {
  124100             :                 .ob_refcnt = 999999999,
  124101             :                 .ob_type = &PyTuple_Type,
  124102             :             },
  124103             :             .ob_size = 8,
  124104             :         },
  124105             :         .ob_item = {
  124106             :             & const_str_set._ascii.ob_base,
  124107             :             & const_str_sys._ascii.ob_base,
  124108             :             &_Py_ID(path),
  124109             :             & const_str_os._ascii.ob_base,
  124110             :             & const_str_exists._ascii.ob_base,
  124111             :             & const_str_makepath._ascii.ob_base,
  124112             :             &_Py_ID(add),
  124113             :             & const_str_TypeError._ascii.ob_base,
  124114             :         },
  124115             :     },
  124116             : };
  124117             : static
  124118             :     struct {
  124119             :         PyASCIIObject _ascii;
  124120             :         uint8_t _data[15];
  124121             :     }
  124122             : const_str__init_pathinfo = {
  124123             :     ._ascii = {
  124124             :         .ob_base = {
  124125             :             .ob_refcnt = 999999999,
  124126             :             .ob_type = &PyUnicode_Type,
  124127             :         },
  124128             :         .length = 14,
  124129             :         .hash = -1,
  124130             :         .state = {
  124131             :             .kind = 1,
  124132             :             .compact = 1,
  124133             :             .ascii = 1,
  124134             :         },
  124135             :     },
  124136             :     ._data = "_init_pathinfo",
  124137             : };
  124138             : static
  124139             :     struct {
  124140             :         PyObject_VAR_HEAD
  124141             :         Py_hash_t ob_shash;
  124142             :         char ob_sval[123];
  124143             :     }
  124144             : site_toplevel_consts_7_linetable = {
  124145             :     .ob_base = {
  124146             :         .ob_base = {
  124147             :             .ob_refcnt = 999999999,
  124148             :             .ob_type = &PyBytes_Type,
  124149             :         },
  124150             :         .ob_size = 122,
  124151             :     },
  124152             :     .ob_shash = -1,
  124153             :     .ob_sval = "\x80\x00\xe5\x08\x0b\x8c\x05\x80\x41\xdd\x10\x13\x97\x08\x91\x08\xf0\x00\x06\x05\x15\xf1\x00\x06\x05\x15\x88\x04\xf0\x02\x05\x09\x15\xdd\x0f\x11\x8f\x77\x89\x77\x8f\x7e\x89\x7e\x98\x64\xd4\x0f\x23\xf0\x00\x02\x0d\x20\xdd\x1e\x26\xa0\x74\x9c\x6e\x91\x0b\x90\x01\x90\x38\xd8\x10\x11\x97\x05\x91\x05\x90\x68\x94\x0f\x90\x0f\xf8\xf0\x06\x00\x0c\x0d\x80\x48\xf8\xf5\x05\x00\x10\x19\xf0\x00\x01\x09\x15\xf0\x00\x01\x09\x15\xf0\x00\x01\x09\x15\xd8\x0c\x14\x88\x48\xf0\x03\x01\x09\x15\xf8\xf8\xf8",
  124154             : };
  124155             : static
  124156             :     struct {
  124157             :         PyObject_VAR_HEAD
  124158             :         Py_hash_t ob_shash;
  124159             :         char ob_sval[19];
  124160             :     }
  124161             : site_toplevel_consts_7_exceptiontable = {
  124162             :     .ob_base = {
  124163             :         .ob_base = {
  124164             :             .ob_refcnt = 999999999,
  124165             :             .ob_type = &PyBytes_Type,
  124166             :         },
  124167             :         .ob_size = 18,
  124168             :     },
  124169             :     .ob_shash = -1,
  124170             :     .ob_sval = "\xa2\x41\x03\x41\x28\x02\xc1\x28\x0a\x41\x35\x05\xc1\x34\x01\x41\x35\x05",
  124171             : };
  124172             : static
  124173             :     struct {
  124174             :         PyASCIIObject _ascii;
  124175             :         uint8_t _data[9];
  124176             :     }
  124177             : const_str_itemcase = {
  124178             :     ._ascii = {
  124179             :         .ob_base = {
  124180             :             .ob_refcnt = 999999999,
  124181             :             .ob_type = &PyUnicode_Type,
  124182             :         },
  124183             :         .length = 8,
  124184             :         .hash = -1,
  124185             :         .state = {
  124186             :             .kind = 1,
  124187             :             .compact = 1,
  124188             :             .ascii = 1,
  124189             :         },
  124190             :     },
  124191             :     ._data = "itemcase",
  124192             : };
  124193             : static
  124194             :     struct {
  124195             :         PyGC_Head _gc_head;
  124196             :         struct {
  124197             :             PyObject_VAR_HEAD
  124198             :             PyObject *ob_item[4];
  124199             :         }_object;
  124200             :     }
  124201             : site_toplevel_consts_7_localsplusnames = {
  124202             :     ._object = {
  124203             :         .ob_base = {
  124204             :             .ob_base = {
  124205             :                 .ob_refcnt = 999999999,
  124206             :                 .ob_type = &PyTuple_Type,
  124207             :             },
  124208             :             .ob_size = 4,
  124209             :         },
  124210             :         .ob_item = {
  124211             :             & const_str_d._ascii.ob_base,
  124212             :             & const_str_item._ascii.ob_base,
  124213             :             &_Py_ID(_),
  124214             :             & const_str_itemcase._ascii.ob_base,
  124215             :         },
  124216             :     },
  124217             : };
  124218             : static
  124219             :     struct _PyCode_DEF(240)
  124220             : site_toplevel_consts_7 = {
  124221             :     .ob_base = {
  124222             :         .ob_base = {
  124223             :             .ob_refcnt = 999999999,
  124224             :             .ob_type = &PyCode_Type,
  124225             :         },
  124226             :         .ob_size = 120,
  124227             :     },
  124228             :     .co_consts = & site_toplevel_consts_7_consts._object.ob_base.ob_base,
  124229             :     .co_names = & site_toplevel_consts_7_names._object.ob_base.ob_base,
  124230             :     .co_exceptiontable = & site_toplevel_consts_7_exceptiontable.ob_base.ob_base,
  124231             :     .co_flags = 3,
  124232             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  124233             :     ._co_linearray_entry_size = 0,
  124234             :     .co_argcount = 0,
  124235             :     .co_posonlyargcount = 0,
  124236             :     .co_kwonlyargcount = 0,
  124237             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  124238             :     .co_stacksize = 5,
  124239             :     .co_firstlineno = 147,
  124240             :     .co_nlocalsplus = 4,
  124241             :     .co_nlocals = 4,
  124242             :     .co_nplaincellvars = 0,
  124243             :     .co_ncellvars = 0,
  124244             :     .co_nfreevars = 0,
  124245             :     .co_localsplusnames = & site_toplevel_consts_7_localsplusnames._object.ob_base.ob_base,
  124246             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  124247             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  124248             :     .co_name = & const_str__init_pathinfo._ascii.ob_base,
  124249             :     .co_qualname = & const_str__init_pathinfo._ascii.ob_base,
  124250             :     .co_linetable = & site_toplevel_consts_7_linetable.ob_base.ob_base,
  124251             :     ._co_code = NULL,
  124252             :     ._co_linearray = NULL,
  124253             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x46\x00\x00\x7d\x01\x09\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x22\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x48\x7c\x00\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x56\x77\x00\x78\x03\x59\x00\x77\x01",
  124254             :     ._co_firsttraceable = 0,
  124255             : };
  124256             : static
  124257             :     struct {
  124258             :         PyASCIIObject _ascii;
  124259             :         uint8_t _data[215];
  124260             :     }
  124261             : site_toplevel_consts_8_consts_0 = {
  124262             :     ._ascii = {
  124263             :         .ob_base = {
  124264             :             .ob_refcnt = 999999999,
  124265             :             .ob_type = &PyUnicode_Type,
  124266             :         },
  124267             :         .length = 214,
  124268             :         .hash = -1,
  124269             :         .state = {
  124270             :             .kind = 1,
  124271             :             .compact = 1,
  124272             :             .ascii = 1,
  124273             :         },
  124274             :     },
  124275             :     ._data = "\x50\x72\x6f\x63\x65\x73\x73\x20\x61\x20\x2e\x70\x74\x68\x20\x66\x69\x6c\x65\x20\x77\x69\x74\x68\x69\x6e\x20\x74\x68\x65\x20\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x46\x6f\x72\x20\x65\x61\x63\x68\x20\x6c\x69\x6e\x65\x20\x69\x6e\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x2c\x20\x65\x69\x74\x68\x65\x72\x20\x63\x6f\x6d\x62\x69\x6e\x65\x20\x69\x74\x20\x77\x69\x74\x68\x20\x73\x69\x74\x65\x64\x69\x72\x20\x74\x6f\x20\x61\x20\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x61\x6e\x64\x20\x61\x64\x64\x20\x74\x68\x61\x74\x20\x74\x6f\x20\x6b\x6e\x6f\x77\x6e\x5f\x70\x61\x74\x68\x73\x2c\x20\x6f\x72\x20\x65\x78\x65\x63\x75\x74\x65\x20\x69\x74\x20\x69\x66\x20\x69\x74\x20\x73\x74\x61\x72\x74\x73\x20\x77\x69\x74\x68\x20\x27\x69\x6d\x70\x6f\x72\x74\x20\x27\x2e\x0a\x20\x20\x20\x20",
  124276             : };
  124277             : static
  124278             :     struct {
  124279             :         PyASCIIObject _ascii;
  124280             :         uint8_t _data[23];
  124281             :     }
  124282             : site_toplevel_consts_8_consts_4 = {
  124283             :     ._ascii = {
  124284             :         .ob_base = {
  124285             :             .ob_refcnt = 999999999,
  124286             :             .ob_type = &PyUnicode_Type,
  124287             :         },
  124288             :         .length = 22,
  124289             :         .hash = -1,
  124290             :         .state = {
  124291             :             .kind = 1,
  124292             :             .compact = 1,
  124293             :             .ascii = 1,
  124294             :         },
  124295             :     },
  124296             :     ._data = "Processing .pth file: ",
  124297             : };
  124298             : static
  124299             :     struct {
  124300             :         PyASCIIObject _ascii;
  124301             :         uint8_t _data[8];
  124302             :     }
  124303             : site_toplevel_consts_8_consts_9_1 = {
  124304             :     ._ascii = {
  124305             :         .ob_base = {
  124306             :             .ob_refcnt = 999999999,
  124307             :             .ob_type = &PyUnicode_Type,
  124308             :         },
  124309             :         .length = 7,
  124310             :         .hash = -1,
  124311             :         .state = {
  124312             :             .kind = 1,
  124313             :             .compact = 1,
  124314             :             .ascii = 1,
  124315             :         },
  124316             :     },
  124317             :     ._data = "\x69\x6d\x70\x6f\x72\x74\x09",
  124318             : };
  124319             : static
  124320             :     struct {
  124321             :         PyGC_Head _gc_head;
  124322             :         struct {
  124323             :             PyObject_VAR_HEAD
  124324             :             PyObject *ob_item[2];
  124325             :         }_object;
  124326             :     }
  124327             : site_toplevel_consts_8_consts_9 = {
  124328             :     ._object = {
  124329             :         .ob_base = {
  124330             :             .ob_base = {
  124331             :                 .ob_refcnt = 999999999,
  124332             :                 .ob_type = &PyTuple_Type,
  124333             :             },
  124334             :             .ob_size = 2,
  124335             :         },
  124336             :         .ob_item = {
  124337             :             & importlib__bootstrap_toplevel_consts_18_consts_1_1._ascii.ob_base,
  124338             :             & site_toplevel_consts_8_consts_9_1._ascii.ob_base,
  124339             :         },
  124340             :     },
  124341             : };
  124342             : static
  124343             :     struct {
  124344             :         PyASCIIObject _ascii;
  124345             :         uint8_t _data[35];
  124346             :     }
  124347             : site_toplevel_consts_8_consts_10 = {
  124348             :     ._ascii = {
  124349             :         .ob_base = {
  124350             :             .ob_refcnt = 999999999,
  124351             :             .ob_type = &PyUnicode_Type,
  124352             :         },
  124353             :         .length = 34,
  124354             :         .hash = -1,
  124355             :         .state = {
  124356             :             .kind = 1,
  124357             :             .compact = 1,
  124358             :             .ascii = 1,
  124359             :         },
  124360             :     },
  124361             :     ._data = "\x45\x72\x72\x6f\x72\x20\x70\x72\x6f\x63\x65\x73\x73\x69\x6e\x67\x20\x6c\x69\x6e\x65\x20\x7b\x3a\x64\x7d\x20\x6f\x66\x20\x7b\x7d\x3a\x0a",
  124362             : };
  124363             : static
  124364             :     struct {
  124365             :         PyASCIIObject _ascii;
  124366             :         uint8_t _data[3];
  124367             :     }
  124368             : site_toplevel_consts_8_consts_14 = {
  124369             :     ._ascii = {
  124370             :         .ob_base = {
  124371             :             .ob_refcnt = 999999999,
  124372             :             .ob_type = &PyUnicode_Type,
  124373             :         },
  124374             :         .length = 2,
  124375             :         .hash = -1,
  124376             :         .state = {
  124377             :             .kind = 1,
  124378             :             .compact = 1,
  124379             :             .ascii = 1,
  124380             :         },
  124381             :     },
  124382             :     ._data = "  ",
  124383             : };
  124384             : static
  124385             :     struct {
  124386             :         PyASCIIObject _ascii;
  124387             :         uint8_t _data[27];
  124388             :     }
  124389             : site_toplevel_consts_8_consts_15 = {
  124390             :     ._ascii = {
  124391             :         .ob_base = {
  124392             :             .ob_refcnt = 999999999,
  124393             :             .ob_type = &PyUnicode_Type,
  124394             :         },
  124395             :         .length = 26,
  124396             :         .hash = -1,
  124397             :         .state = {
  124398             :             .kind = 1,
  124399             :             .compact = 1,
  124400             :             .ascii = 1,
  124401             :         },
  124402             :     },
  124403             :     ._data = "\x0a\x52\x65\x6d\x61\x69\x6e\x64\x65\x72\x20\x6f\x66\x20\x66\x69\x6c\x65\x20\x69\x67\x6e\x6f\x72\x65\x64",
  124404             : };
  124405             : static
  124406             :     struct {
  124407             :         PyGC_Head _gc_head;
  124408             :         struct {
  124409             :             PyObject_VAR_HEAD
  124410             :             PyObject *ob_item[16];
  124411             :         }_object;
  124412             :     }
  124413             : site_toplevel_consts_8_consts = {
  124414             :     ._object = {
  124415             :         .ob_base = {
  124416             :             .ob_base = {
  124417             :                 .ob_refcnt = 999999999,
  124418             :                 .ob_type = &PyTuple_Type,
  124419             :             },
  124420             :             .ob_size = 16,
  124421             :         },
  124422             :         .ob_item = {
  124423             :             & site_toplevel_consts_8_consts_0._ascii.ob_base,
  124424             :             Py_None,
  124425             :             Py_True,
  124426             :             Py_False,
  124427             :             & site_toplevel_consts_8_consts_4._ascii.ob_base,
  124428             :             &_Py_ID(locale),
  124429             :             & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
  124430             :             & importlib__bootstrap_toplevel_consts_18_consts_1_0._ascii.ob_base,
  124431             :             &_Py_STR(empty),
  124432             :             & site_toplevel_consts_8_consts_9._object.ob_base.ob_base,
  124433             :             & site_toplevel_consts_8_consts_10._ascii.ob_base,
  124434             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  124435             :             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
  124436             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  124437             :             & site_toplevel_consts_8_consts_14._ascii.ob_base,
  124438             :             & site_toplevel_consts_8_consts_15._ascii.ob_base,
  124439             :         },
  124440             :     },
  124441             : };
  124442             : static
  124443             :     struct {
  124444             :         PyASCIIObject _ascii;
  124445             :         uint8_t _data[6];
  124446             :     }
  124447             : const_str_strip = {
  124448             :     ._ascii = {
  124449             :         .ob_base = {
  124450             :             .ob_refcnt = 999999999,
  124451             :             .ob_type = &PyUnicode_Type,
  124452             :         },
  124453             :         .length = 5,
  124454             :         .hash = -1,
  124455             :         .state = {
  124456             :             .kind = 1,
  124457             :             .compact = 1,
  124458             :             .ascii = 1,
  124459             :         },
  124460             :     },
  124461             :     ._data = "strip",
  124462             : };
  124463             : static
  124464             :     struct {
  124465             :         PyASCIIObject _ascii;
  124466             :         uint8_t _data[10];
  124467             :     }
  124468             : const_str_traceback = {
  124469             :     ._ascii = {
  124470             :         .ob_base = {
  124471             :             .ob_refcnt = 999999999,
  124472             :             .ob_type = &PyUnicode_Type,
  124473             :         },
  124474             :         .length = 9,
  124475             :         .hash = -1,
  124476             :         .state = {
  124477             :             .kind = 1,
  124478             :             .compact = 1,
  124479             :             .ascii = 1,
  124480             :         },
  124481             :     },
  124482             :     ._data = "traceback",
  124483             : };
  124484             : static
  124485             :     struct {
  124486             :         PyASCIIObject _ascii;
  124487             :         uint8_t _data[17];
  124488             :     }
  124489             : const_str_format_exception = {
  124490             :     ._ascii = {
  124491             :         .ob_base = {
  124492             :             .ob_refcnt = 999999999,
  124493             :             .ob_type = &PyUnicode_Type,
  124494             :         },
  124495             :         .length = 16,
  124496             :         .hash = -1,
  124497             :         .state = {
  124498             :             .kind = 1,
  124499             :             .compact = 1,
  124500             :             .ascii = 1,
  124501             :         },
  124502             :     },
  124503             :     ._data = "format_exception",
  124504             : };
  124505             : static
  124506             :     struct {
  124507             :         PyASCIIObject _ascii;
  124508             :         uint8_t _data[9];
  124509             :     }
  124510             : const_str_exc_info = {
  124511             :     ._ascii = {
  124512             :         .ob_base = {
  124513             :             .ob_refcnt = 999999999,
  124514             :             .ob_type = &PyUnicode_Type,
  124515             :         },
  124516             :         .length = 8,
  124517             :         .hash = -1,
  124518             :         .state = {
  124519             :             .kind = 1,
  124520             :             .compact = 1,
  124521             :             .ascii = 1,
  124522             :         },
  124523             :     },
  124524             :     ._data = "exc_info",
  124525             : };
  124526             : static
  124527             :     struct {
  124528             :         PyGC_Head _gc_head;
  124529             :         struct {
  124530             :             PyObject_VAR_HEAD
  124531             :             PyObject *ob_item[27];
  124532             :         }_object;
  124533             :     }
  124534             : site_toplevel_consts_8_names = {
  124535             :     ._object = {
  124536             :         .ob_base = {
  124537             :             .ob_base = {
  124538             :                 .ob_refcnt = 999999999,
  124539             :                 .ob_type = &PyTuple_Type,
  124540             :             },
  124541             :             .ob_size = 27,
  124542             :         },
  124543             :         .ob_item = {
  124544             :             & const_str__init_pathinfo._ascii.ob_base,
  124545             :             & const_str_os._ascii.ob_base,
  124546             :             &_Py_ID(path),
  124547             :             &_Py_ID(join),
  124548             :             & const_str__trace._ascii.ob_base,
  124549             :             & const_str_io._ascii.ob_base,
  124550             :             &_Py_ID(TextIOWrapper),
  124551             :             & const_str_open_code._ascii.ob_base,
  124552             :             & const_str_OSError._ascii.ob_base,
  124553             :             & const_str_enumerate._ascii.ob_base,
  124554             :             & const_str_startswith._ascii.ob_base,
  124555             :             & const_str_strip._ascii.ob_base,
  124556             :             & const_str_exec._ascii.ob_base,
  124557             :             & const_str_rstrip._ascii.ob_base,
  124558             :             & const_str_makepath._ascii.ob_base,
  124559             :             & const_str_exists._ascii.ob_base,
  124560             :             & const_str_sys._ascii.ob_base,
  124561             :             &_Py_ID(append),
  124562             :             &_Py_ID(add),
  124563             :             & const_str_Exception._ascii.ob_base,
  124564             :             & const_str_print._ascii.ob_base,
  124565             :             & const_str_format._ascii.ob_base,
  124566             :             &_Py_ID(stderr),
  124567             :             & const_str_traceback._ascii.ob_base,
  124568             :             & const_str_format_exception._ascii.ob_base,
  124569             :             & const_str_exc_info._ascii.ob_base,
  124570             :             & const_str_splitlines._ascii.ob_base,
  124571             :         },
  124572             :     },
  124573             : };
  124574             : static
  124575             :     struct {
  124576             :         PyASCIIObject _ascii;
  124577             :         uint8_t _data[11];
  124578             :     }
  124579             : const_str_addpackage = {
  124580             :     ._ascii = {
  124581             :         .ob_base = {
  124582             :             .ob_refcnt = 999999999,
  124583             :             .ob_type = &PyUnicode_Type,
  124584             :         },
  124585             :         .length = 10,
  124586             :         .hash = -1,
  124587             :         .state = {
  124588             :             .kind = 1,
  124589             :             .compact = 1,
  124590             :             .ascii = 1,
  124591             :         },
  124592             :     },
  124593             :     ._data = "addpackage",
  124594             : };
  124595             : static
  124596             :     struct {
  124597             :         PyObject_VAR_HEAD
  124598             :         Py_hash_t ob_shash;
  124599             :         char ob_sval[654];
  124600             :     }
  124601             : site_toplevel_consts_8_linetable = {
  124602             :     .ob_base = {
  124603             :         .ob_base = {
  124604             :             .ob_refcnt = 999999999,
  124605             :             .ob_type = &PyBytes_Type,
  124606             :         },
  124607             :         .ob_size = 653,
  124608             :     },
  124609             :     .ob_shash = -1,
  124610             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x08\x13\xf0\x00\x04\x05\x16\xdd\x16\x24\xd4\x16\x26\x88\x0b\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x15\x88\x05\xdd\x0f\x11\x8f\x77\x89\x77\x8f\x7c\x89\x7c\x98\x47\xa0\x54\xd4\x0f\x2a\x80\x48\xdd\x04\x0a\xd0\x0b\x30\xa0\x48\xd0\x0b\x30\xd0\x0b\x30\xd4\x04\x31\xd0\x04\x31\xf0\x02\x05\x05\x0f\xf5\x06\x00\x0d\x1d\xd7\x0c\x1c\xd1\x0c\x1c\x9d\x52\x9f\x5c\x99\x5c\xa8\x28\xd4\x1d\x33\xb8\x68\xd0\x0c\x47\xd4\x0c\x47\x88\x01\xf0\x06\x00\x0a\x0b\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xdd\x17\x20\xa0\x11\x94\x7c\xf0\x00\x16\x09\x16\xf1\x00\x16\x09\x16\x89\x47\x88\x41\x88\x74\xd8\x0f\x13\x8f\x7f\x89\x7f\x98\x73\xd4\x0f\x23\xf0\x00\x01\x0d\x19\xd8\x10\x18\xd8\x0f\x13\x8f\x7a\x89\x7a\x8c\x7c\x98\x72\xd2\x0f\x21\xf0\x00\x01\x0d\x19\xd8\x10\x18\xf0\x02\x11\x0d\x16\xd8\x13\x17\x97\x3f\x91\x3f\xd0\x23\x3a\xd4\x13\x3b\xf0\x00\x02\x11\x1d\xdd\x14\x18\x98\x14\x94\x4a\x90\x4a\xd8\x14\x1c\xd8\x17\x1b\x97\x7b\x91\x7b\x94\x7d\x90\x04\xdd\x1f\x27\xa8\x07\xb0\x14\xd4\x1f\x36\x91\x0c\x90\x03\x90\x57\xd8\x17\x1e\xa0\x2b\xd0\x17\x2d\xf0\x00\x02\x11\x2d\xb5\x22\xb7\x27\xb1\x27\xb7\x2e\xb1\x2e\xc0\x13\xd4\x32\x45\xf0\x00\x02\x11\x2d\xdd\x14\x17\x97\x48\x91\x48\x97\x4f\x91\x4f\xa0\x43\xd4\x14\x28\xd0\x14\x28\xd8\x14\x1f\x97\x4f\x91\x4f\xa0\x47\xd4\x14\x2c\xd0\x14\x2c\xf8\xf0\x1d\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf4\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x30\x00\x08\x0d\xf0\x00\x01\x05\x1b\xd8\x16\x1a\x88\x0b\xd8\x0b\x16\xd0\x04\x16\xf8\xf5\x39\x00\x0c\x13\xf0\x00\x01\x05\x0f\xf0\x00\x01\x05\x0f\xf0\x00\x01\x05\x0f\xd8\x08\x0e\x88\x06\x88\x06\xf0\x03\x01\x05\x0f\xf8\xf8\xf8\xf8\xf5\x22\x00\x14\x1d\xf0\x00\x08\x0d\x16\xf0\x00\x08\x0d\x16\xf0\x00\x08\x0d\x16\xdd\x10\x15\xd0\x16\x3b\xd7\x16\x42\xd1\x16\x42\xc0\x31\xc0\x51\xc1\x33\xc8\x08\xd4\x16\x51\xdd\x1b\x1e\x9f\x3a\x99\x3a\xf0\x03\x01\x11\x27\xf4\x00\x01\x11\x27\xf0\x00\x01\x11\x27\xe0\x10\x20\xd0\x10\x20\xd0\x10\x20\xd0\x10\x20\xd8\x1e\x38\x98\x69\xd7\x1e\x38\xd1\x1e\x38\xbd\x23\xbf\x2c\xb9\x2c\xbc\x2e\xd0\x1e\x49\xf0\x00\x02\x11\x3a\xf1\x00\x02\x11\x3a\x90\x46\xd8\x20\x26\xd7\x20\x31\xd1\x20\x31\xd4\x20\x33\xf0\x00\x01\x15\x3a\xf1\x00\x01\x15\x3a\x98\x04\xdd\x18\x1d\x98\x64\xa0\x34\x99\x69\xad\x63\xaf\x6a\xa9\x6a\xd0\x18\x39\xd4\x18\x39\xd0\x18\x39\xd0\x18\x39\xf0\x03\x01\x15\x3a\xe5\x10\x15\xd0\x16\x33\xbd\x23\xbf\x2a\xb9\x2a\xd0\x10\x45\xd4\x10\x45\xd0\x10\x45\xd8\x10\x15\x90\x05\x90\x05\xf0\x11\x08\x0d\x16\xf8\xf8\xf8\xf0\x1f\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf8\xf8\xf8",
  124611             : };
  124612             : static
  124613             :     struct {
  124614             :         PyObject_VAR_HEAD
  124615             :         Py_hash_t ob_shash;
  124616             :         char ob_sval[81];
  124617             :     }
  124618             : site_toplevel_consts_8_exceptiontable = {
  124619             :     .ob_base = {
  124620             :         .ob_base = {
  124621             :             .ob_refcnt = 999999999,
  124622             :             .ob_type = &PyBytes_Type,
  124623             :         },
  124624             :         .ob_size = 80,
  124625             :     },
  124626             :     .ob_shash = -1,
  124627             :     .ob_sval = "\xc1\x07\x2e\x45\x1f\x00\xc1\x37\x3d\x48\x32\x03\xc2\x35\x1f\x45\x30\x04\xc3\x14\x01\x48\x32\x03\xc3\x15\x41\x3a\x45\x30\x04\xc5\x0f\x01\x48\x32\x03\xc5\x1f\x0a\x45\x2d\x03\xc5\x2c\x01\x45\x2d\x03\xc5\x30\x42\x3b\x48\x2f\x07\xc8\x2b\x03\x48\x32\x03\xc8\x2e\x01\x48\x2f\x07\xc8\x2f\x03\x48\x32\x03\xc8\x32\x05\x48\x3b\x07",
  124628             : };
  124629             : static
  124630             :     struct {
  124631             :         PyASCIIObject _ascii;
  124632             :         uint8_t _data[8];
  124633             :     }
  124634             : const_str_sitedir = {
  124635             :     ._ascii = {
  124636             :         .ob_base = {
  124637             :             .ob_refcnt = 999999999,
  124638             :             .ob_type = &PyUnicode_Type,
  124639             :         },
  124640             :         .length = 7,
  124641             :         .hash = -1,
  124642             :         .state = {
  124643             :             .kind = 1,
  124644             :             .compact = 1,
  124645             :             .ascii = 1,
  124646             :         },
  124647             :     },
  124648             :     ._data = "sitedir",
  124649             : };
  124650             : static
  124651             :     struct {
  124652             :         PyASCIIObject _ascii;
  124653             :         uint8_t _data[7];
  124654             :     }
  124655             : const_str_record = {
  124656             :     ._ascii = {
  124657             :         .ob_base = {
  124658             :             .ob_refcnt = 999999999,
  124659             :             .ob_type = &PyUnicode_Type,
  124660             :         },
  124661             :         .length = 6,
  124662             :         .hash = -1,
  124663             :         .state = {
  124664             :             .kind = 1,
  124665             :             .compact = 1,
  124666             :             .ascii = 1,
  124667             :         },
  124668             :     },
  124669             :     ._data = "record",
  124670             : };
  124671             : static
  124672             :     struct {
  124673             :         PyGC_Head _gc_head;
  124674             :         struct {
  124675             :             PyObject_VAR_HEAD
  124676             :             PyObject *ob_item[12];
  124677             :         }_object;
  124678             :     }
  124679             : site_toplevel_consts_8_localsplusnames = {
  124680             :     ._object = {
  124681             :         .ob_base = {
  124682             :             .ob_base = {
  124683             :                 .ob_refcnt = 999999999,
  124684             :                 .ob_type = &PyTuple_Type,
  124685             :             },
  124686             :             .ob_size = 12,
  124687             :         },
  124688             :         .ob_item = {
  124689             :             & const_str_sitedir._ascii.ob_base,
  124690             :             &_Py_ID(name),
  124691             :             & const_str_known_paths._ascii.ob_base,
  124692             :             &_Py_ID(reset),
  124693             :             & const_str_fullname._ascii.ob_base,
  124694             :             & const_str_f._ascii.ob_base,
  124695             :             & const_str_n._ascii.ob_base,
  124696             :             &_Py_ID(line),
  124697             :             & const_str_dir._ascii.ob_base,
  124698             :             & const_str_dircase._ascii.ob_base,
  124699             :             & const_str_traceback._ascii.ob_base,
  124700             :             & const_str_record._ascii.ob_base,
  124701             :         },
  124702             :     },
  124703             : };
  124704             : static
  124705             :     struct _PyCode_DEF(1148)
  124706             : site_toplevel_consts_8 = {
  124707             :     .ob_base = {
  124708             :         .ob_base = {
  124709             :             .ob_refcnt = 999999999,
  124710             :             .ob_type = &PyCode_Type,
  124711             :         },
  124712             :         .ob_size = 574,
  124713             :     },
  124714             :     .co_consts = & site_toplevel_consts_8_consts._object.ob_base.ob_base,
  124715             :     .co_names = & site_toplevel_consts_8_names._object.ob_base.ob_base,
  124716             :     .co_exceptiontable = & site_toplevel_consts_8_exceptiontable.ob_base.ob_base,
  124717             :     .co_flags = 3,
  124718             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  124719             :     ._co_linearray_entry_size = 0,
  124720             :     .co_argcount = 3,
  124721             :     .co_posonlyargcount = 0,
  124722             :     .co_kwonlyargcount = 0,
  124723             :     .co_framesize = 21 + FRAME_SPECIALS_SIZE,
  124724             :     .co_stacksize = 9,
  124725             :     .co_firstlineno = 160,
  124726             :     .co_nlocalsplus = 12,
  124727             :     .co_nlocals = 12,
  124728             :     .co_nplaincellvars = 0,
  124729             :     .co_ncellvars = 0,
  124730             :     .co_nfreevars = 0,
  124731             :     .co_localsplusnames = & site_toplevel_consts_8_localsplusnames._object.ob_base.ob_base,
  124732             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
  124733             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  124734             :     .co_name = & const_str_addpackage._ascii.ob_base,
  124735             :     .co_qualname = & const_str_addpackage._ascii.ob_base,
  124736             :     .co_linetable = & site_toplevel_consts_8_linetable.ob_base.ob_base,
  124737             :     ._co_code = NULL,
  124738             :     ._co_linearray = NULL,
  124739             :     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x02\x7d\x03\x6e\x02\x64\x03\x7d\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x04\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xac\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x35\x00\x01\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xc9\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x07\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x01\x8c\x19\x7c\x07\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x01\x8c\x2f\x09\x00\x7c\x07\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x50\x7c\x07\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x08\x7d\x09\x7c\x09\x7c\x02\x76\x01\x72\x54\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x33\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xcb\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x72\x02\x64\x01\x7d\x02\x7c\x02\x53\x00\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\xb5\x01\x00\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x6a\x2b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x0b\x7a\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x0d\x64\x01\x6c\x17\x7d\x0a\x02\x00\x7c\x0a\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x44\x00\x5d\x38\x00\x00\x7d\x0b\x7c\x0b\x6a\x35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x23\x00\x00\x7d\x07\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0e\x7c\x07\x7a\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x25\x8c\x3a\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x01\x00\x8c\xde\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\xe2\x78\x03\x59\x00\x77\x01",
  124740             :     ._co_firsttraceable = 0,
  124741             : };
  124742             : static
  124743             :     struct {
  124744             :         PyASCIIObject _ascii;
  124745             :         uint8_t _data[85];
  124746             :     }
  124747             : site_toplevel_consts_9_consts_0 = {
  124748             :     ._ascii = {
  124749             :         .ob_base = {
  124750             :             .ob_refcnt = 999999999,
  124751             :             .ob_type = &PyUnicode_Type,
  124752             :         },
  124753             :         .length = 84,
  124754             :         .hash = -1,
  124755             :         .state = {
  124756             :             .kind = 1,
  124757             :             .compact = 1,
  124758             :             .ascii = 1,
  124759             :         },
  124760             :     },
  124761             :     ._data = "\x41\x64\x64\x20\x27\x73\x69\x74\x65\x64\x69\x72\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x74\x6f\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x20\x69\x66\x20\x6d\x69\x73\x73\x69\x6e\x67\x20\x61\x6e\x64\x20\x68\x61\x6e\x64\x6c\x65\x20\x2e\x70\x74\x68\x20\x66\x69\x6c\x65\x73\x20\x69\x6e\x0a\x20\x20\x20\x20\x27\x73\x69\x74\x65\x64\x69\x72\x27",
  124762             : };
  124763             : static
  124764             :     struct {
  124765             :         PyASCIIObject _ascii;
  124766             :         uint8_t _data[19];
  124767             :     }
  124768             : site_toplevel_consts_9_consts_1 = {
  124769             :     ._ascii = {
  124770             :         .ob_base = {
  124771             :             .ob_refcnt = 999999999,
  124772             :             .ob_type = &PyUnicode_Type,
  124773             :         },
  124774             :         .length = 18,
  124775             :         .hash = -1,
  124776             :         .state = {
  124777             :             .kind = 1,
  124778             :             .compact = 1,
  124779             :             .ascii = 1,
  124780             :         },
  124781             :     },
  124782             :     ._data = "Adding directory: ",
  124783             : };
  124784             : static
  124785             :     struct {
  124786             :         PyASCIIObject _ascii;
  124787             :         uint8_t _data[5];
  124788             :     }
  124789             : site_toplevel_consts_9_consts_5_consts_0 = {
  124790             :     ._ascii = {
  124791             :         .ob_base = {
  124792             :             .ob_refcnt = 999999999,
  124793             :             .ob_type = &PyUnicode_Type,
  124794             :         },
  124795             :         .length = 4,
  124796             :         .hash = -1,
  124797             :         .state = {
  124798             :             .kind = 1,
  124799             :             .compact = 1,
  124800             :             .ascii = 1,
  124801             :         },
  124802             :     },
  124803             :     ._data = ".pth",
  124804             : };
  124805             : static
  124806             :     struct {
  124807             :         PyGC_Head _gc_head;
  124808             :         struct {
  124809             :             PyObject_VAR_HEAD
  124810             :             PyObject *ob_item[1];
  124811             :         }_object;
  124812             :     }
  124813             : site_toplevel_consts_9_consts_5_consts = {
  124814             :     ._object = {
  124815             :         .ob_base = {
  124816             :             .ob_base = {
  124817             :                 .ob_refcnt = 999999999,
  124818             :                 .ob_type = &PyTuple_Type,
  124819             :             },
  124820             :             .ob_size = 1,
  124821             :         },
  124822             :         .ob_item = {
  124823             :             & site_toplevel_consts_9_consts_5_consts_0._ascii.ob_base,
  124824             :         },
  124825             :     },
  124826             : };
  124827             : static
  124828             :     struct {
  124829             :         PyGC_Head _gc_head;
  124830             :         struct {
  124831             :             PyObject_VAR_HEAD
  124832             :             PyObject *ob_item[1];
  124833             :         }_object;
  124834             :     }
  124835             : site_toplevel_consts_9_consts_5_names = {
  124836             :     ._object = {
  124837             :         .ob_base = {
  124838             :             .ob_base = {
  124839             :                 .ob_refcnt = 999999999,
  124840             :                 .ob_type = &PyTuple_Type,
  124841             :             },
  124842             :             .ob_size = 1,
  124843             :         },
  124844             :         .ob_item = {
  124845             :             & const_str_endswith._ascii.ob_base,
  124846             :         },
  124847             :     },
  124848             : };
  124849             : static
  124850             :     struct {
  124851             :         PyASCIIObject _ascii;
  124852             :         uint8_t _data[31];
  124853             :     }
  124854             : site_toplevel_consts_9_consts_5_qualname = {
  124855             :     ._ascii = {
  124856             :         .ob_base = {
  124857             :             .ob_refcnt = 999999999,
  124858             :             .ob_type = &PyUnicode_Type,
  124859             :         },
  124860             :         .length = 30,
  124861             :         .hash = -1,
  124862             :         .state = {
  124863             :             .kind = 1,
  124864             :             .compact = 1,
  124865             :             .ascii = 1,
  124866             :         },
  124867             :     },
  124868             :     ._data = "addsitedir.<locals>.<listcomp>",
  124869             : };
  124870             : static
  124871             :     struct {
  124872             :         PyObject_VAR_HEAD
  124873             :         Py_hash_t ob_shash;
  124874             :         char ob_sval[39];
  124875             :     }
  124876             : site_toplevel_consts_9_consts_5_linetable = {
  124877             :     .ob_base = {
  124878             :         .ob_base = {
  124879             :             .ob_refcnt = 999999999,
  124880             :             .ob_type = &PyBytes_Type,
  124881             :         },
  124882             :         .ob_size = 38,
  124883             :     },
  124884             :     .ob_shash = -1,
  124885             :     .ob_sval = "\x80\x00\xd0\x0c\x3d\xd0\x0c\x3d\xd1\x0c\x3d\x90\x64\xa0\x74\xa7\x7d\xa1\x7d\xb0\x56\xd4\x27\x3c\xd0\x0c\x3d\x88\x54\xd0\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d",
  124886             : };
  124887             : static
  124888             :     struct {
  124889             :         PyGC_Head _gc_head;
  124890             :         struct {
  124891             :             PyObject_VAR_HEAD
  124892             :             PyObject *ob_item[2];
  124893             :         }_object;
  124894             :     }
  124895             : site_toplevel_consts_9_consts_5_localsplusnames = {
  124896             :     ._object = {
  124897             :         .ob_base = {
  124898             :             .ob_base = {
  124899             :                 .ob_refcnt = 999999999,
  124900             :                 .ob_type = &PyTuple_Type,
  124901             :             },
  124902             :             .ob_size = 2,
  124903             :         },
  124904             :         .ob_item = {
  124905             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  124906             :             &_Py_ID(name),
  124907             :         },
  124908             :     },
  124909             : };
  124910             : static
  124911             :     struct _PyCode_DEF(56)
  124912             : site_toplevel_consts_9_consts_5 = {
  124913             :     .ob_base = {
  124914             :         .ob_base = {
  124915             :             .ob_refcnt = 999999999,
  124916             :             .ob_type = &PyCode_Type,
  124917             :         },
  124918             :         .ob_size = 28,
  124919             :     },
  124920             :     .co_consts = & site_toplevel_consts_9_consts_5_consts._object.ob_base.ob_base,
  124921             :     .co_names = & site_toplevel_consts_9_consts_5_names._object.ob_base.ob_base,
  124922             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  124923             :     .co_flags = 19,
  124924             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  124925             :     ._co_linearray_entry_size = 0,
  124926             :     .co_argcount = 1,
  124927             :     .co_posonlyargcount = 0,
  124928             :     .co_kwonlyargcount = 0,
  124929             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  124930             :     .co_stacksize = 5,
  124931             :     .co_firstlineno = 224,
  124932             :     .co_nlocalsplus = 2,
  124933             :     .co_nlocals = 2,
  124934             :     .co_nplaincellvars = 0,
  124935             :     .co_ncellvars = 0,
  124936             :     .co_nfreevars = 0,
  124937             :     .co_localsplusnames = & site_toplevel_consts_9_consts_5_localsplusnames._object.ob_base.ob_base,
  124938             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  124939             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  124940             :     .co_name = &_Py_STR(anon_listcomp),
  124941             :     .co_qualname = & site_toplevel_consts_9_consts_5_qualname._ascii.ob_base,
  124942             :     .co_linetable = & site_toplevel_consts_9_consts_5_linetable.ob_base.ob_base,
  124943             :     ._co_code = NULL,
  124944             :     ._co_linearray = NULL,
  124945             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x16\x00\x00\x7d\x01\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x15\x7c\x01\x91\x02\x8c\x18\x53\x00",
  124946             :     ._co_firsttraceable = 0,
  124947             : };
  124948             : static
  124949             :     struct {
  124950             :         PyGC_Head _gc_head;
  124951             :         struct {
  124952             :             PyObject_VAR_HEAD
  124953             :             PyObject *ob_item[6];
  124954             :         }_object;
  124955             :     }
  124956             : site_toplevel_consts_9_consts = {
  124957             :     ._object = {
  124958             :         .ob_base = {
  124959             :             .ob_base = {
  124960             :                 .ob_refcnt = 999999999,
  124961             :                 .ob_type = &PyTuple_Type,
  124962             :             },
  124963             :             .ob_size = 6,
  124964             :         },
  124965             :         .ob_item = {
  124966             :             & site_toplevel_consts_9_consts_0._ascii.ob_base,
  124967             :             & site_toplevel_consts_9_consts_1._ascii.ob_base,
  124968             :             Py_None,
  124969             :             Py_True,
  124970             :             Py_False,
  124971             :             & site_toplevel_consts_9_consts_5.ob_base.ob_base,
  124972             :         },
  124973             :     },
  124974             : };
  124975             : static
  124976             :     struct {
  124977             :         PyGC_Head _gc_head;
  124978             :         struct {
  124979             :             PyObject_VAR_HEAD
  124980             :             PyObject *ob_item[12];
  124981             :         }_object;
  124982             :     }
  124983             : site_toplevel_consts_9_names = {
  124984             :     ._object = {
  124985             :         .ob_base = {
  124986             :             .ob_base = {
  124987             :                 .ob_refcnt = 999999999,
  124988             :                 .ob_type = &PyTuple_Type,
  124989             :             },
  124990             :             .ob_size = 12,
  124991             :         },
  124992             :         .ob_item = {
  124993             :             & const_str__trace._ascii.ob_base,
  124994             :             & const_str__init_pathinfo._ascii.ob_base,
  124995             :             & const_str_makepath._ascii.ob_base,
  124996             :             & const_str_sys._ascii.ob_base,
  124997             :             &_Py_ID(path),
  124998             :             &_Py_ID(append),
  124999             :             &_Py_ID(add),
  125000             :             & const_str_os._ascii.ob_base,
  125001             :             & const_str_listdir._ascii.ob_base,
  125002             :             & const_str_OSError._ascii.ob_base,
  125003             :             & const_str_sorted._ascii.ob_base,
  125004             :             & const_str_addpackage._ascii.ob_base,
  125005             :         },
  125006             :     },
  125007             : };
  125008             : static
  125009             :     struct {
  125010             :         PyASCIIObject _ascii;
  125011             :         uint8_t _data[11];
  125012             :     }
  125013             : const_str_addsitedir = {
  125014             :     ._ascii = {
  125015             :         .ob_base = {
  125016             :             .ob_refcnt = 999999999,
  125017             :             .ob_type = &PyUnicode_Type,
  125018             :         },
  125019             :         .length = 10,
  125020             :         .hash = -1,
  125021             :         .state = {
  125022             :             .kind = 1,
  125023             :             .compact = 1,
  125024             :             .ascii = 1,
  125025             :         },
  125026             :     },
  125027             :     ._data = "addsitedir",
  125028             : };
  125029             : static
  125030             :     struct {
  125031             :         PyObject_VAR_HEAD
  125032             :         Py_hash_t ob_shash;
  125033             :         char ob_sval[244];
  125034             :     }
  125035             : site_toplevel_consts_9_linetable = {
  125036             :     .ob_base = {
  125037             :         .ob_base = {
  125038             :             .ob_refcnt = 999999999,
  125039             :             .ob_type = &PyBytes_Type,
  125040             :         },
  125041             :         .ob_size = 243,
  125042             :     },
  125043             :     .ob_shash = -1,
  125044             :     .ob_sval = "\x80\x00\xf5\x06\x00\x05\x0b\xd0\x0b\x2b\xa0\x07\xd0\x0b\x2b\xd0\x0b\x2b\xd4\x04\x2c\xd0\x04\x2c\xd8\x07\x12\xf0\x00\x04\x05\x16\xdd\x16\x24\xd4\x16\x26\x88\x0b\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x15\x88\x05\xdd\x1b\x23\xa0\x47\xd4\x1b\x2c\xd1\x04\x18\x80\x47\x88\x5b\xd8\x0b\x16\x98\x2b\xd0\x0b\x25\xf0\x00\x02\x05\x25\xdd\x08\x0b\x8f\x08\x89\x08\x8f\x0f\x89\x0f\x98\x07\xd4\x08\x20\xd0\x08\x20\xd8\x08\x13\x8f\x0f\x89\x0f\x98\x0b\xd4\x08\x24\xd0\x08\x24\xf0\x02\x03\x05\x0f\xdd\x10\x1a\x97\x0a\x91\x0a\x98\x37\xd4\x10\x23\x88\x05\xf0\x06\x00\x0d\x3e\xd0\x0c\x3d\x98\x65\xd0\x0c\x3d\xd4\x0c\x3d\x80\x45\xdd\x10\x16\x90\x75\x94\x0d\xf0\x00\x01\x05\x2f\xf1\x00\x01\x05\x2f\x88\x04\xdd\x08\x12\x90\x37\x98\x44\xa0\x2b\xd4\x08\x2e\xd0\x08\x2e\xd0\x08\x2e\xd8\x07\x0c\xf0\x00\x01\x05\x1b\xd8\x16\x1a\x88\x0b\xd8\x0b\x16\xd0\x04\x16\xf8\xf5\x0f\x00\x0c\x13\xf0\x00\x01\x05\x0f\xf0\x00\x01\x05\x0f\xf0\x00\x01\x05\x0f\xd8\x08\x0e\x88\x06\x88\x06\xf0\x03\x01\x05\x0f\xf8\xf8\xf8",
  125045             : };
  125046             : static
  125047             :     struct {
  125048             :         PyObject_VAR_HEAD
  125049             :         Py_hash_t ob_shash;
  125050             :         char ob_sval[19];
  125051             :     }
  125052             : site_toplevel_consts_9_exceptiontable = {
  125053             :     .ob_base = {
  125054             :         .ob_base = {
  125055             :             .ob_refcnt = 999999999,
  125056             :             .ob_type = &PyBytes_Type,
  125057             :         },
  125058             :         .ob_size = 18,
  125059             :     },
  125060             :     .ob_shash = -1,
  125061             :     .ob_sval = "\xc1\x2c\x17\x42\x33\x00\xc2\x33\x0a\x43\x01\x03\xc3\x00\x01\x43\x01\x03",
  125062             : };
  125063             : static
  125064             :     struct {
  125065             :         PyASCIIObject _ascii;
  125066             :         uint8_t _data[12];
  125067             :     }
  125068             : const_str_sitedircase = {
  125069             :     ._ascii = {
  125070             :         .ob_base = {
  125071             :             .ob_refcnt = 999999999,
  125072             :             .ob_type = &PyUnicode_Type,
  125073             :         },
  125074             :         .length = 11,
  125075             :         .hash = -1,
  125076             :         .state = {
  125077             :             .kind = 1,
  125078             :             .compact = 1,
  125079             :             .ascii = 1,
  125080             :         },
  125081             :     },
  125082             :     ._data = "sitedircase",
  125083             : };
  125084             : static
  125085             :     struct {
  125086             :         PyGC_Head _gc_head;
  125087             :         struct {
  125088             :             PyObject_VAR_HEAD
  125089             :             PyObject *ob_item[6];
  125090             :         }_object;
  125091             :     }
  125092             : site_toplevel_consts_9_localsplusnames = {
  125093             :     ._object = {
  125094             :         .ob_base = {
  125095             :             .ob_base = {
  125096             :                 .ob_refcnt = 999999999,
  125097             :                 .ob_type = &PyTuple_Type,
  125098             :             },
  125099             :             .ob_size = 6,
  125100             :         },
  125101             :         .ob_item = {
  125102             :             & const_str_sitedir._ascii.ob_base,
  125103             :             & const_str_known_paths._ascii.ob_base,
  125104             :             &_Py_ID(reset),
  125105             :             & const_str_sitedircase._ascii.ob_base,
  125106             :             & const_str_names._ascii.ob_base,
  125107             :             &_Py_ID(name),
  125108             :         },
  125109             :     },
  125110             : };
  125111             : static
  125112             :     struct _PyCode_DEF(392)
  125113             : site_toplevel_consts_9 = {
  125114             :     .ob_base = {
  125115             :         .ob_base = {
  125116             :             .ob_refcnt = 999999999,
  125117             :             .ob_type = &PyCode_Type,
  125118             :         },
  125119             :         .ob_size = 196,
  125120             :     },
  125121             :     .co_consts = & site_toplevel_consts_9_consts._object.ob_base.ob_base,
  125122             :     .co_names = & site_toplevel_consts_9_names._object.ob_base.ob_base,
  125123             :     .co_exceptiontable = & site_toplevel_consts_9_exceptiontable.ob_base.ob_base,
  125124             :     .co_flags = 3,
  125125             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  125126             :     ._co_linearray_entry_size = 0,
  125127             :     .co_argcount = 2,
  125128             :     .co_posonlyargcount = 0,
  125129             :     .co_kwonlyargcount = 0,
  125130             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
  125131             :     .co_stacksize = 6,
  125132             :     .co_firstlineno = 207,
  125133             :     .co_nlocalsplus = 6,
  125134             :     .co_nlocals = 6,
  125135             :     .co_nplaincellvars = 0,
  125136             :     .co_ncellvars = 0,
  125137             :     .co_nfreevars = 0,
  125138             :     .co_localsplusnames = & site_toplevel_consts_9_localsplusnames._object.ob_base.ob_base,
  125139             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
  125140             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  125141             :     .co_name = & const_str_addsitedir._ascii.ob_base,
  125142             :     .co_qualname = & const_str_addsitedir._ascii.ob_base,
  125143             :     .co_linetable = & site_toplevel_consts_9_linetable.ob_base.ob_base,
  125144             :     ._co_code = NULL,
  125145             :     ._co_linearray = NULL,
  125146             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x80\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x03\x7d\x02\x6e\x02\x64\x04\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x03\x7c\x03\x7c\x01\x76\x01\x72\x33\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x64\x05\x84\x00\x7c\x04\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x11\x00\x00\x7d\x05\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x05\x7c\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x13\x7c\x02\x72\x02\x64\x02\x7d\x01\x7c\x01\x53\x00\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  125147             :     ._co_firsttraceable = 0,
  125148             : };
  125149             : static
  125150             :     struct {
  125151             :         PyASCIIObject _ascii;
  125152             :         uint8_t _data[301];
  125153             :     }
  125154             : site_toplevel_consts_10_consts_0 = {
  125155             :     ._ascii = {
  125156             :         .ob_base = {
  125157             :             .ob_refcnt = 999999999,
  125158             :             .ob_type = &PyUnicode_Type,
  125159             :         },
  125160             :         .length = 300,
  125161             :         .hash = -1,
  125162             :         .state = {
  125163             :             .kind = 1,
  125164             :             .compact = 1,
  125165             :             .ascii = 1,
  125166             :         },
  125167             :     },
  125168             :     ._data = "\x43\x68\x65\x63\x6b\x20\x69\x66\x20\x75\x73\x65\x72\x20\x73\x69\x74\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x73\x61\x66\x65\x20\x66\x6f\x72\x20\x69\x6e\x63\x6c\x75\x73\x69\x6f\x6e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x74\x65\x73\x74\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x20\x6c\x69\x6e\x65\x20\x66\x6c\x61\x67\x20\x28\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x20\x76\x61\x72\x29\x2c\x0a\x20\x20\x20\x20\x70\x72\x6f\x63\x65\x73\x73\x20\x75\x69\x64\x2f\x67\x69\x64\x20\x65\x71\x75\x61\x6c\x20\x74\x6f\x20\x65\x66\x66\x65\x63\x74\x69\x76\x65\x20\x75\x69\x64\x2f\x67\x69\x64\x2e\x0a\x0a\x20\x20\x20\x20\x4e\x6f\x6e\x65\x3a\x20\x44\x69\x73\x61\x62\x6c\x65\x64\x20\x66\x6f\x72\x20\x73\x65\x63\x75\x72\x69\x74\x79\x20\x72\x65\x61\x73\x6f\x6e\x73\x0a\x20\x20\x20\x20\x46\x61\x6c\x73\x65\x3a\x20\x44\x69\x73\x61\x62\x6c\x65\x64\x20\x62\x79\x20\x75\x73\x65\x72\x20\x28\x63\x6f\x6d\x6d\x61\x6e\x64\x20\x6c\x69\x6e\x65\x20\x6f\x70\x74\x69\x6f\x6e\x29\x0a\x20\x20\x20\x20\x54\x72\x75\x65\x3a\x20\x53\x61\x66\x65\x20\x61\x6e\x64\x20\x65\x6e\x61\x62\x6c\x65\x64\x0a\x20\x20\x20\x20",
  125169             : };
  125170             : static
  125171             :     struct {
  125172             :         PyASCIIObject _ascii;
  125173             :         uint8_t _data[8];
  125174             :     }
  125175             : const_str_geteuid = {
  125176             :     ._ascii = {
  125177             :         .ob_base = {
  125178             :             .ob_refcnt = 999999999,
  125179             :             .ob_type = &PyUnicode_Type,
  125180             :         },
  125181             :         .length = 7,
  125182             :         .hash = -1,
  125183             :         .state = {
  125184             :             .kind = 1,
  125185             :             .compact = 1,
  125186             :             .ascii = 1,
  125187             :         },
  125188             :     },
  125189             :     ._data = "geteuid",
  125190             : };
  125191             : static
  125192             :     struct {
  125193             :         PyASCIIObject _ascii;
  125194             :         uint8_t _data[7];
  125195             :     }
  125196             : const_str_getgid = {
  125197             :     ._ascii = {
  125198             :         .ob_base = {
  125199             :             .ob_refcnt = 999999999,
  125200             :             .ob_type = &PyUnicode_Type,
  125201             :         },
  125202             :         .length = 6,
  125203             :         .hash = -1,
  125204             :         .state = {
  125205             :             .kind = 1,
  125206             :             .compact = 1,
  125207             :             .ascii = 1,
  125208             :         },
  125209             :     },
  125210             :     ._data = "getgid",
  125211             : };
  125212             : static
  125213             :     struct {
  125214             :         PyASCIIObject _ascii;
  125215             :         uint8_t _data[8];
  125216             :     }
  125217             : const_str_getegid = {
  125218             :     ._ascii = {
  125219             :         .ob_base = {
  125220             :             .ob_refcnt = 999999999,
  125221             :             .ob_type = &PyUnicode_Type,
  125222             :         },
  125223             :         .length = 7,
  125224             :         .hash = -1,
  125225             :         .state = {
  125226             :             .kind = 1,
  125227             :             .compact = 1,
  125228             :             .ascii = 1,
  125229             :         },
  125230             :     },
  125231             :     ._data = "getegid",
  125232             : };
  125233             : static
  125234             :     struct {
  125235             :         PyGC_Head _gc_head;
  125236             :         struct {
  125237             :             PyObject_VAR_HEAD
  125238             :             PyObject *ob_item[8];
  125239             :         }_object;
  125240             :     }
  125241             : site_toplevel_consts_10_consts = {
  125242             :     ._object = {
  125243             :         .ob_base = {
  125244             :             .ob_base = {
  125245             :                 .ob_refcnt = 999999999,
  125246             :                 .ob_type = &PyTuple_Type,
  125247             :             },
  125248             :             .ob_size = 8,
  125249             :         },
  125250             :         .ob_item = {
  125251             :             & site_toplevel_consts_10_consts_0._ascii.ob_base,
  125252             :             Py_False,
  125253             :             & const_str_getuid._ascii.ob_base,
  125254             :             & const_str_geteuid._ascii.ob_base,
  125255             :             Py_None,
  125256             :             & const_str_getgid._ascii.ob_base,
  125257             :             & const_str_getegid._ascii.ob_base,
  125258             :             Py_True,
  125259             :         },
  125260             :     },
  125261             : };
  125262             : static
  125263             :     struct {
  125264             :         PyASCIIObject _ascii;
  125265             :         uint8_t _data[13];
  125266             :     }
  125267             : const_str_no_user_site = {
  125268             :     ._ascii = {
  125269             :         .ob_base = {
  125270             :             .ob_refcnt = 999999999,
  125271             :             .ob_type = &PyUnicode_Type,
  125272             :         },
  125273             :         .length = 12,
  125274             :         .hash = -1,
  125275             :         .state = {
  125276             :             .kind = 1,
  125277             :             .compact = 1,
  125278             :             .ascii = 1,
  125279             :         },
  125280             :     },
  125281             :     ._data = "no_user_site",
  125282             : };
  125283             : static
  125284             :     struct {
  125285             :         PyGC_Head _gc_head;
  125286             :         struct {
  125287             :             PyObject_VAR_HEAD
  125288             :             PyObject *ob_item[9];
  125289             :         }_object;
  125290             :     }
  125291             : site_toplevel_consts_10_names = {
  125292             :     ._object = {
  125293             :         .ob_base = {
  125294             :             .ob_base = {
  125295             :                 .ob_refcnt = 999999999,
  125296             :                 .ob_type = &PyTuple_Type,
  125297             :             },
  125298             :             .ob_size = 9,
  125299             :         },
  125300             :         .ob_item = {
  125301             :             & const_str_sys._ascii.ob_base,
  125302             :             & const_str_flags._ascii.ob_base,
  125303             :             & const_str_no_user_site._ascii.ob_base,
  125304             :             & const_str_hasattr._ascii.ob_base,
  125305             :             & const_str_os._ascii.ob_base,
  125306             :             & const_str_geteuid._ascii.ob_base,
  125307             :             & const_str_getuid._ascii.ob_base,
  125308             :             & const_str_getegid._ascii.ob_base,
  125309             :             & const_str_getgid._ascii.ob_base,
  125310             :         },
  125311             :     },
  125312             : };
  125313             : static
  125314             :     struct {
  125315             :         PyASCIIObject _ascii;
  125316             :         uint8_t _data[21];
  125317             :     }
  125318             : const_str_check_enableusersite = {
  125319             :     ._ascii = {
  125320             :         .ob_base = {
  125321             :             .ob_refcnt = 999999999,
  125322             :             .ob_type = &PyUnicode_Type,
  125323             :         },
  125324             :         .length = 20,
  125325             :         .hash = -1,
  125326             :         .state = {
  125327             :             .kind = 1,
  125328             :             .compact = 1,
  125329             :             .ascii = 1,
  125330             :         },
  125331             :     },
  125332             :     ._data = "check_enableusersite",
  125333             : };
  125334             : static
  125335             :     struct {
  125336             :         PyObject_VAR_HEAD
  125337             :         Py_hash_t ob_shash;
  125338             :         char ob_sval[151];
  125339             :     }
  125340             : site_toplevel_consts_10_linetable = {
  125341             :     .ob_base = {
  125342             :         .ob_base = {
  125343             :             .ob_refcnt = 999999999,
  125344             :             .ob_type = &PyBytes_Type,
  125345             :         },
  125346             :         .ob_size = 150,
  125347             :     },
  125348             :     .ob_shash = -1,
  125349             :     .ob_sval = "\x80\x00\xf5\x14\x00\x08\x0b\x87\x79\x81\x79\xd7\x07\x1d\xd1\x07\x1d\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\xe5\x07\x0e\x8d\x72\x90\x38\xd4\x07\x1c\xf0\x00\x03\x05\x18\xa5\x17\xad\x12\xa8\x59\xd4\x21\x37\xf0\x00\x03\x05\x18\xe5\x0b\x15\x8f\x3a\x89\x3a\x8c\x3c\x9d\x32\x9f\x39\x99\x39\x9c\x3b\xd2\x0b\x26\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xdd\x07\x0e\x8d\x72\x90\x38\xd4\x07\x1c\xf0\x00\x03\x05\x18\xa5\x17\xad\x12\xa8\x59\xd4\x21\x37\xf0\x00\x03\x05\x18\xe5\x0b\x15\x8f\x3a\x89\x3a\x8c\x3c\x9d\x32\x9f\x39\x99\x39\x9c\x3b\xd2\x0b\x26\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xe0\x0b\x0f\x88\x34",
  125350             : };
  125351             : static
  125352             :     struct _PyCode_DEF(408)
  125353             : site_toplevel_consts_10 = {
  125354             :     .ob_base = {
  125355             :         .ob_base = {
  125356             :             .ob_refcnt = 999999999,
  125357             :             .ob_type = &PyCode_Type,
  125358             :         },
  125359             :         .ob_size = 204,
  125360             :     },
  125361             :     .co_consts = & site_toplevel_consts_10_consts._object.ob_base.ob_base,
  125362             :     .co_names = & site_toplevel_consts_10_names._object.ob_base.ob_base,
  125363             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  125364             :     .co_flags = 3,
  125365             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  125366             :     ._co_linearray_entry_size = 0,
  125367             :     .co_argcount = 0,
  125368             :     .co_posonlyargcount = 0,
  125369             :     .co_kwonlyargcount = 0,
  125370             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  125371             :     .co_stacksize = 4,
  125372             :     .co_firstlineno = 232,
  125373             :     .co_nlocalsplus = 0,
  125374             :     .co_nlocals = 0,
  125375             :     .co_nplaincellvars = 0,
  125376             :     .co_ncellvars = 0,
  125377             :     .co_nfreevars = 0,
  125378             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  125379             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  125380             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  125381             :     .co_name = & const_str_check_enableusersite._ascii.ob_base,
  125382             :     .co_qualname = & const_str_check_enableusersite._ascii.ob_base,
  125383             :     .co_linetable = & site_toplevel_consts_10_linetable.ob_base.ob_base,
  125384             :     ._co_code = NULL,
  125385             :     ._co_linearray = NULL,
  125386             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x43\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x43\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x64\x07\x53\x00",
  125387             :     ._co_firsttraceable = 0,
  125388             : };
  125389             : static
  125390             :     struct {
  125391             :         PyASCIIObject _ascii;
  125392             :         uint8_t _data[15];
  125393             :     }
  125394             : const_str_PYTHONUSERBASE = {
  125395             :     ._ascii = {
  125396             :         .ob_base = {
  125397             :             .ob_refcnt = 999999999,
  125398             :             .ob_type = &PyUnicode_Type,
  125399             :         },
  125400             :         .length = 14,
  125401             :         .hash = -1,
  125402             :         .state = {
  125403             :             .kind = 1,
  125404             :             .compact = 1,
  125405             :             .ascii = 1,
  125406             :         },
  125407             :     },
  125408             :     ._data = "PYTHONUSERBASE",
  125409             : };
  125410             : static
  125411             :     struct {
  125412             :         PyASCIIObject _ascii;
  125413             :         uint8_t _data[11];
  125414             :     }
  125415             : const_str_emscripten = {
  125416             :     ._ascii = {
  125417             :         .ob_base = {
  125418             :             .ob_refcnt = 999999999,
  125419             :             .ob_type = &PyUnicode_Type,
  125420             :         },
  125421             :         .length = 10,
  125422             :         .hash = -1,
  125423             :         .state = {
  125424             :             .kind = 1,
  125425             :             .compact = 1,
  125426             :             .ascii = 1,
  125427             :         },
  125428             :     },
  125429             :     ._data = "emscripten",
  125430             : };
  125431             : static
  125432             :     struct {
  125433             :         PyASCIIObject _ascii;
  125434             :         uint8_t _data[5];
  125435             :     }
  125436             : const_str_wasi = {
  125437             :     ._ascii = {
  125438             :         .ob_base = {
  125439             :             .ob_refcnt = 999999999,
  125440             :             .ob_type = &PyUnicode_Type,
  125441             :         },
  125442             :         .length = 4,
  125443             :         .hash = -1,
  125444             :         .state = {
  125445             :             .kind = 1,
  125446             :             .compact = 1,
  125447             :             .ascii = 1,
  125448             :         },
  125449             :     },
  125450             :     ._data = "wasi",
  125451             : };
  125452             : static
  125453             :     struct {
  125454             :         PyGC_Head _gc_head;
  125455             :         struct {
  125456             :             PyObject_VAR_HEAD
  125457             :             PyObject *ob_item[3];
  125458             :         }_object;
  125459             :     }
  125460             : site_toplevel_consts_11_consts_2 = {
  125461             :     ._object = {
  125462             :         .ob_base = {
  125463             :             .ob_base = {
  125464             :                 .ob_refcnt = 999999999,
  125465             :                 .ob_type = &PyTuple_Type,
  125466             :             },
  125467             :             .ob_size = 3,
  125468             :         },
  125469             :         .ob_item = {
  125470             :             & const_str_emscripten._ascii.ob_base,
  125471             :             & const_str_vxworks._ascii.ob_base,
  125472             :             & const_str_wasi._ascii.ob_base,
  125473             :         },
  125474             :     },
  125475             : };
  125476             : // TODO: The above tuple should be a frozenset
  125477             : static
  125478             :     struct {
  125479             :         PyGC_Head _gc_head;
  125480             :         struct {
  125481             :             PyObject_VAR_HEAD
  125482             :             PyObject *ob_item[4];
  125483             :         }_object;
  125484             :     }
  125485             : site_toplevel_consts_11_consts_3_names = {
  125486             :     ._object = {
  125487             :         .ob_base = {
  125488             :             .ob_base = {
  125489             :                 .ob_refcnt = 999999999,
  125490             :                 .ob_type = &PyTuple_Type,
  125491             :             },
  125492             :             .ob_size = 4,
  125493             :         },
  125494             :         .ob_item = {
  125495             :             & const_str_os._ascii.ob_base,
  125496             :             &_Py_ID(path),
  125497             :             & const_str_expanduser._ascii.ob_base,
  125498             :             &_Py_ID(join),
  125499             :         },
  125500             :     },
  125501             : };
  125502             : static
  125503             :     struct {
  125504             :         PyASCIIObject _ascii;
  125505             :         uint8_t _data[9];
  125506             :     }
  125507             : const_str_joinuser = {
  125508             :     ._ascii = {
  125509             :         .ob_base = {
  125510             :             .ob_refcnt = 999999999,
  125511             :             .ob_type = &PyUnicode_Type,
  125512             :         },
  125513             :         .length = 8,
  125514             :         .hash = -1,
  125515             :         .state = {
  125516             :             .kind = 1,
  125517             :             .compact = 1,
  125518             :             .ascii = 1,
  125519             :         },
  125520             :     },
  125521             :     ._data = "joinuser",
  125522             : };
  125523             : static
  125524             :     struct {
  125525             :         PyASCIIObject _ascii;
  125526             :         uint8_t _data[31];
  125527             :     }
  125528             : site_toplevel_consts_11_consts_3_qualname = {
  125529             :     ._ascii = {
  125530             :         .ob_base = {
  125531             :             .ob_refcnt = 999999999,
  125532             :             .ob_type = &PyUnicode_Type,
  125533             :         },
  125534             :         .length = 30,
  125535             :         .hash = -1,
  125536             :         .state = {
  125537             :             .kind = 1,
  125538             :             .compact = 1,
  125539             :             .ascii = 1,
  125540             :         },
  125541             :     },
  125542             :     ._data = "_getuserbase.<locals>.joinuser",
  125543             : };
  125544             : static
  125545             :     struct {
  125546             :         PyObject_VAR_HEAD
  125547             :         Py_hash_t ob_shash;
  125548             :         char ob_sval[37];
  125549             :     }
  125550             : site_toplevel_consts_11_consts_3_linetable = {
  125551             :     .ob_base = {
  125552             :         .ob_base = {
  125553             :             .ob_refcnt = 999999999,
  125554             :             .ob_type = &PyBytes_Type,
  125555             :         },
  125556             :         .ob_size = 36,
  125557             :     },
  125558             :     .ob_shash = -1,
  125559             :     .ob_sval = "\x80\x00\xdd\x0f\x11\x8f\x77\x89\x77\xd7\x0f\x21\xd1\x0f\x21\xa5\x22\xa7\x27\xa1\x27\xa7\x2c\xa1\x2c\xb0\x04\xd0\x22\x35\xd4\x0f\x36\xd0\x08\x36",
  125560             : };
  125561             : static
  125562             :     struct {
  125563             :         PyGC_Head _gc_head;
  125564             :         struct {
  125565             :             PyObject_VAR_HEAD
  125566             :             PyObject *ob_item[1];
  125567             :         }_object;
  125568             :     }
  125569             : site_toplevel_consts_11_consts_3_localsplusnames = {
  125570             :     ._object = {
  125571             :         .ob_base = {
  125572             :             .ob_base = {
  125573             :                 .ob_refcnt = 999999999,
  125574             :                 .ob_type = &PyTuple_Type,
  125575             :             },
  125576             :             .ob_size = 1,
  125577             :         },
  125578             :         .ob_item = {
  125579             :             & const_str_args._ascii.ob_base,
  125580             :         },
  125581             :     },
  125582             : };
  125583             : static
  125584             :     struct _PyCode_DEF(122)
  125585             : site_toplevel_consts_11_consts_3 = {
  125586             :     .ob_base = {
  125587             :         .ob_base = {
  125588             :             .ob_refcnt = 999999999,
  125589             :             .ob_type = &PyCode_Type,
  125590             :         },
  125591             :         .ob_size = 61,
  125592             :     },
  125593             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  125594             :     .co_names = & site_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
  125595             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  125596             :     .co_flags = 23,
  125597             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  125598             :     ._co_linearray_entry_size = 0,
  125599             :     .co_argcount = 0,
  125600             :     .co_posonlyargcount = 0,
  125601             :     .co_kwonlyargcount = 0,
  125602             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  125603             :     .co_stacksize = 5,
  125604             :     .co_firstlineno = 273,
  125605             :     .co_nlocalsplus = 1,
  125606             :     .co_nlocals = 1,
  125607             :     .co_nplaincellvars = 0,
  125608             :     .co_ncellvars = 0,
  125609             :     .co_nfreevars = 0,
  125610             :     .co_localsplusnames = & site_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
  125611             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  125612             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  125613             :     .co_name = & const_str_joinuser._ascii.ob_base,
  125614             :     .co_qualname = & site_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
  125615             :     .co_linetable = & site_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
  125616             :     ._co_code = NULL,
  125617             :     ._co_linearray = NULL,
  125618             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x8e\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  125619             :     ._co_firsttraceable = 0,
  125620             : };
  125621             : static
  125622             :     struct {
  125623             :         PyASCIIObject _ascii;
  125624             :         uint8_t _data[8];
  125625             :     }
  125626             : const_str_APPDATA = {
  125627             :     ._ascii = {
  125628             :         .ob_base = {
  125629             :             .ob_refcnt = 999999999,
  125630             :             .ob_type = &PyUnicode_Type,
  125631             :         },
  125632             :         .length = 7,
  125633             :         .hash = -1,
  125634             :         .state = {
  125635             :             .kind = 1,
  125636             :             .compact = 1,
  125637             :             .ascii = 1,
  125638             :         },
  125639             :     },
  125640             :     ._data = "APPDATA",
  125641             : };
  125642             : static
  125643             :     struct {
  125644             :         PyASCIIObject _ascii;
  125645             :         uint8_t _data[7];
  125646             :     }
  125647             : const_str_Python = {
  125648             :     ._ascii = {
  125649             :         .ob_base = {
  125650             :             .ob_refcnt = 999999999,
  125651             :             .ob_type = &PyUnicode_Type,
  125652             :         },
  125653             :         .length = 6,
  125654             :         .hash = -1,
  125655             :         .state = {
  125656             :             .kind = 1,
  125657             :             .compact = 1,
  125658             :             .ascii = 1,
  125659             :         },
  125660             :     },
  125661             :     ._data = "Python",
  125662             : };
  125663             : static
  125664             :     struct {
  125665             :         PyASCIIObject _ascii;
  125666             :         uint8_t _data[8];
  125667             :     }
  125668             : const_str_Library = {
  125669             :     ._ascii = {
  125670             :         .ob_base = {
  125671             :             .ob_refcnt = 999999999,
  125672             :             .ob_type = &PyUnicode_Type,
  125673             :         },
  125674             :         .length = 7,
  125675             :         .hash = -1,
  125676             :         .state = {
  125677             :             .kind = 1,
  125678             :             .compact = 1,
  125679             :             .ascii = 1,
  125680             :         },
  125681             :     },
  125682             :     ._data = "Library",
  125683             : };
  125684             : static
  125685             :     struct {
  125686             :         PyASCIIObject _ascii;
  125687             :         uint8_t _data[7];
  125688             :     }
  125689             : site_toplevel_consts_11_consts_12 = {
  125690             :     ._ascii = {
  125691             :         .ob_base = {
  125692             :             .ob_refcnt = 999999999,
  125693             :             .ob_type = &PyUnicode_Type,
  125694             :         },
  125695             :         .length = 6,
  125696             :         .hash = -1,
  125697             :         .state = {
  125698             :             .kind = 1,
  125699             :             .compact = 1,
  125700             :             .ascii = 1,
  125701             :         },
  125702             :     },
  125703             :     ._data = ".local",
  125704             : };
  125705             : static
  125706             :     struct {
  125707             :         PyGC_Head _gc_head;
  125708             :         struct {
  125709             :             PyObject_VAR_HEAD
  125710             :             PyObject *ob_item[13];
  125711             :         }_object;
  125712             :     }
  125713             : site_toplevel_consts_11_consts = {
  125714             :     ._object = {
  125715             :         .ob_base = {
  125716             :             .ob_base = {
  125717             :                 .ob_refcnt = 999999999,
  125718             :                 .ob_type = &PyTuple_Type,
  125719             :             },
  125720             :             .ob_size = 13,
  125721             :         },
  125722             :         .ob_item = {
  125723             :             Py_None,
  125724             :             & const_str_PYTHONUSERBASE._ascii.ob_base,
  125725             :             & site_toplevel_consts_11_consts_2._object.ob_base.ob_base,
  125726             :             & site_toplevel_consts_11_consts_3.ob_base.ob_base,
  125727             :             & const_str_nt._ascii.ob_base,
  125728             :             & const_str_APPDATA._ascii.ob_base,
  125729             :             & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
  125730             :             & const_str_Python._ascii.ob_base,
  125731             :             & const_str_darwin._ascii.ob_base,
  125732             :             & const_str_Library._ascii.ob_base,
  125733             :             & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1._ascii.ob_base,
  125734             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  125735             :             & site_toplevel_consts_11_consts_12._ascii.ob_base,
  125736             :         },
  125737             :     },
  125738             : };
  125739             : static
  125740             :     struct {
  125741             :         PyASCIIObject _ascii;
  125742             :         uint8_t _data[11];
  125743             :     }
  125744             : const_str__framework = {
  125745             :     ._ascii = {
  125746             :         .ob_base = {
  125747             :             .ob_refcnt = 999999999,
  125748             :             .ob_type = &PyUnicode_Type,
  125749             :         },
  125750             :         .length = 10,
  125751             :         .hash = -1,
  125752             :         .state = {
  125753             :             .kind = 1,
  125754             :             .compact = 1,
  125755             :             .ascii = 1,
  125756             :         },
  125757             :     },
  125758             :     ._data = "_framework",
  125759             : };
  125760             : static
  125761             :     struct {
  125762             :         PyGC_Head _gc_head;
  125763             :         struct {
  125764             :             PyObject_VAR_HEAD
  125765             :             PyObject *ob_item[8];
  125766             :         }_object;
  125767             :     }
  125768             : site_toplevel_consts_11_names = {
  125769             :     ._object = {
  125770             :         .ob_base = {
  125771             :             .ob_base = {
  125772             :                 .ob_refcnt = 999999999,
  125773             :                 .ob_type = &PyTuple_Type,
  125774             :             },
  125775             :             .ob_size = 8,
  125776             :         },
  125777             :         .ob_item = {
  125778             :             & const_str_os._ascii.ob_base,
  125779             :             & const_str_environ._ascii.ob_base,
  125780             :             &_Py_ID(get),
  125781             :             & const_str_sys._ascii.ob_base,
  125782             :             & const_str_platform._ascii.ob_base,
  125783             :             &_Py_ID(name),
  125784             :             & const_str__framework._ascii.ob_base,
  125785             :             & const_str_version_info._ascii.ob_base,
  125786             :         },
  125787             :     },
  125788             : };
  125789             : static
  125790             :     struct {
  125791             :         PyASCIIObject _ascii;
  125792             :         uint8_t _data[13];
  125793             :     }
  125794             : const_str__getuserbase = {
  125795             :     ._ascii = {
  125796             :         .ob_base = {
  125797             :             .ob_refcnt = 999999999,
  125798             :             .ob_type = &PyUnicode_Type,
  125799             :         },
  125800             :         .length = 12,
  125801             :         .hash = -1,
  125802             :         .state = {
  125803             :             .kind = 1,
  125804             :             .compact = 1,
  125805             :             .ascii = 1,
  125806             :         },
  125807             :     },
  125808             :     ._data = "_getuserbase",
  125809             : };
  125810             : static
  125811             :     struct {
  125812             :         PyObject_VAR_HEAD
  125813             :         Py_hash_t ob_shash;
  125814             :         char ob_sval[225];
  125815             :     }
  125816             : site_toplevel_consts_11_linetable = {
  125817             :     .ob_base = {
  125818             :         .ob_base = {
  125819             :             .ob_refcnt = 999999999,
  125820             :             .ob_type = &PyBytes_Type,
  125821             :         },
  125822             :         .ob_size = 224,
  125823             :     },
  125824             :     .ob_shash = -1,
  125825             :     .ob_sval = "\x80\x00\xdd\x0f\x11\x8f\x7a\x89\x7a\x8f\x7e\x89\x7e\xd0\x1e\x2e\xb0\x04\xd4\x0f\x35\x80\x48\xd8\x07\x0f\xf0\x00\x01\x05\x18\xd8\x0f\x17\x88\x0f\xf5\x06\x00\x08\x0b\x87\x7c\x81\x7c\xd0\x17\x38\xd0\x07\x38\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xf0\x04\x01\x05\x37\xf0\x00\x01\x05\x37\xf0\x00\x01\x05\x37\xf5\x06\x00\x08\x0a\x87\x77\x81\x77\x90\x24\x82\x7f\xf0\x00\x02\x05\x28\xdd\x0f\x11\x8f\x7a\x89\x7a\x8f\x7e\x89\x7e\x98\x69\xd4\x0f\x28\xd0\x0f\x2f\xa8\x43\x88\x04\xd8\x0f\x17\x88\x78\x98\x04\x98\x68\xd4\x0f\x27\xd0\x08\x27\xe5\x07\x0a\x87\x7c\x81\x7c\x90\x78\xd2\x07\x1f\xf0\x00\x02\x05\x38\xa5\x43\xa7\x4e\xa1\x4e\xf0\x00\x02\x05\x38\xd8\x0f\x17\x88\x78\x98\x03\x98\x59\xad\x03\xaf\x0e\xa9\x0e\xd8\x18\x1f\xa5\x23\xd7\x22\x32\xd1\x22\x32\xd0\x22\x36\xb0\x41\xd0\x22\x36\xd1\x18\x36\xf4\x03\x01\x10\x38\xf0\x00\x01\x09\x38\xf0\x06\x00\x0c\x14\x88\x38\x90\x43\x98\x18\xd4\x0b\x22\xd0\x04\x22",
  125826             : };
  125827             : static
  125828             :     struct {
  125829             :         PyASCIIObject _ascii;
  125830             :         uint8_t _data[9];
  125831             :     }
  125832             : const_str_env_base = {
  125833             :     ._ascii = {
  125834             :         .ob_base = {
  125835             :             .ob_refcnt = 999999999,
  125836             :             .ob_type = &PyUnicode_Type,
  125837             :         },
  125838             :         .length = 8,
  125839             :         .hash = -1,
  125840             :         .state = {
  125841             :             .kind = 1,
  125842             :             .compact = 1,
  125843             :             .ascii = 1,
  125844             :         },
  125845             :     },
  125846             :     ._data = "env_base",
  125847             : };
  125848             : static
  125849             :     struct {
  125850             :         PyGC_Head _gc_head;
  125851             :         struct {
  125852             :             PyObject_VAR_HEAD
  125853             :             PyObject *ob_item[3];
  125854             :         }_object;
  125855             :     }
  125856             : site_toplevel_consts_11_localsplusnames = {
  125857             :     ._object = {
  125858             :         .ob_base = {
  125859             :             .ob_base = {
  125860             :                 .ob_refcnt = 999999999,
  125861             :                 .ob_type = &PyTuple_Type,
  125862             :             },
  125863             :             .ob_size = 3,
  125864             :         },
  125865             :         .ob_item = {
  125866             :             & const_str_env_base._ascii.ob_base,
  125867             :             & const_str_joinuser._ascii.ob_base,
  125868             :             & const_str_base._ascii.ob_base,
  125869             :         },
  125870             :     },
  125871             : };
  125872             : static
  125873             :     struct _PyCode_DEF(450)
  125874             : site_toplevel_consts_11 = {
  125875             :     .ob_base = {
  125876             :         .ob_base = {
  125877             :             .ob_refcnt = 999999999,
  125878             :             .ob_type = &PyCode_Type,
  125879             :         },
  125880             :         .ob_size = 225,
  125881             :     },
  125882             :     .co_consts = & site_toplevel_consts_11_consts._object.ob_base.ob_base,
  125883             :     .co_names = & site_toplevel_consts_11_names._object.ob_base.ob_base,
  125884             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  125885             :     .co_flags = 3,
  125886             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  125887             :     ._co_linearray_entry_size = 0,
  125888             :     .co_argcount = 0,
  125889             :     .co_posonlyargcount = 0,
  125890             :     .co_kwonlyargcount = 0,
  125891             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
  125892             :     .co_stacksize = 9,
  125893             :     .co_firstlineno = 264,
  125894             :     .co_nlocalsplus = 3,
  125895             :     .co_nlocals = 3,
  125896             :     .co_nplaincellvars = 0,
  125897             :     .co_ncellvars = 0,
  125898             :     .co_nfreevars = 0,
  125899             :     .co_localsplusnames = & site_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  125900             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  125901             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  125902             :     .co_name = & const_str__getuserbase._ascii.ob_base,
  125903             :     .co_qualname = & const_str__getuserbase._ascii.ob_base,
  125904             :     .co_linetable = & site_toplevel_consts_11_linetable.ob_base.ob_base,
  125905             :     ._co_code = NULL,
  125906             :     ._co_linearray = NULL,
  125907             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x72\x02\x7c\x00\x53\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x76\x00\x72\x02\x64\x00\x53\x00\x64\x03\x84\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x6b\x02\x00\x00\x00\x00\x72\x2d\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x06\x7d\x02\x02\x00\x7c\x01\x7c\x02\x64\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x41\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x02\x00\x7c\x01\x64\x06\x64\x09\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x0b\x1a\x00\x7a\x06\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x02\x00\x7c\x01\x64\x06\x64\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  125908             :     ._co_firsttraceable = 0,
  125909             : };
  125910             : static
  125911             :     struct {
  125912             :         PyASCIIObject _ascii;
  125913             :         uint8_t _data[8];
  125914             :     }
  125915             : site_toplevel_consts_12_consts_4 = {
  125916             :     ._ascii = {
  125917             :         .ob_base = {
  125918             :             .ob_refcnt = 999999999,
  125919             :             .ob_type = &PyUnicode_Type,
  125920             :         },
  125921             :         .length = 7,
  125922             :         .hash = -1,
  125923             :         .state = {
  125924             :             .kind = 1,
  125925             :             .compact = 1,
  125926             :             .ascii = 1,
  125927             :         },
  125928             :     },
  125929             :     ._data = "\\Python",
  125930             : };
  125931             : static
  125932             :     struct {
  125933             :         PyASCIIObject _ascii;
  125934             :         uint8_t _data[15];
  125935             :     }
  125936             : site_toplevel_consts_12_consts_5 = {
  125937             :     ._ascii = {
  125938             :         .ob_base = {
  125939             :             .ob_refcnt = 999999999,
  125940             :             .ob_type = &PyUnicode_Type,
  125941             :         },
  125942             :         .length = 14,
  125943             :         .hash = -1,
  125944             :         .state = {
  125945             :             .kind = 1,
  125946             :             .compact = 1,
  125947             :             .ascii = 1,
  125948             :         },
  125949             :     },
  125950             :     ._data = "\\site-packages",
  125951             : };
  125952             : static
  125953             :     struct {
  125954             :         PyASCIIObject _ascii;
  125955             :         uint8_t _data[26];
  125956             :     }
  125957             : site_toplevel_consts_12_consts_7 = {
  125958             :     ._ascii = {
  125959             :         .ob_base = {
  125960             :             .ob_refcnt = 999999999,
  125961             :             .ob_type = &PyUnicode_Type,
  125962             :         },
  125963             :         .length = 25,
  125964             :         .hash = -1,
  125965             :         .state = {
  125966             :             .kind = 1,
  125967             :             .compact = 1,
  125968             :             .ascii = 1,
  125969             :         },
  125970             :     },
  125971             :     ._data = "/lib/python/site-packages",
  125972             : };
  125973             : static
  125974             :     struct {
  125975             :         PyASCIIObject _ascii;
  125976             :         uint8_t _data[12];
  125977             :     }
  125978             : site_toplevel_consts_12_consts_8 = {
  125979             :     ._ascii = {
  125980             :         .ob_base = {
  125981             :             .ob_refcnt = 999999999,
  125982             :             .ob_type = &PyUnicode_Type,
  125983             :         },
  125984             :         .length = 11,
  125985             :         .hash = -1,
  125986             :         .state = {
  125987             :             .kind = 1,
  125988             :             .compact = 1,
  125989             :             .ascii = 1,
  125990             :         },
  125991             :     },
  125992             :     ._data = "/lib/python",
  125993             : };
  125994             : static
  125995             :     struct {
  125996             :         PyASCIIObject _ascii;
  125997             :         uint8_t _data[15];
  125998             :     }
  125999             : site_toplevel_consts_12_consts_11 = {
  126000             :     ._ascii = {
  126001             :         .ob_base = {
  126002             :             .ob_refcnt = 999999999,
  126003             :             .ob_type = &PyUnicode_Type,
  126004             :         },
  126005             :         .length = 14,
  126006             :         .hash = -1,
  126007             :         .state = {
  126008             :             .kind = 1,
  126009             :             .compact = 1,
  126010             :             .ascii = 1,
  126011             :         },
  126012             :     },
  126013             :     ._data = "/site-packages",
  126014             : };
  126015             : static
  126016             :     struct {
  126017             :         PyGC_Head _gc_head;
  126018             :         struct {
  126019             :             PyObject_VAR_HEAD
  126020             :             PyObject *ob_item[12];
  126021             :         }_object;
  126022             :     }
  126023             : site_toplevel_consts_12_consts = {
  126024             :     ._object = {
  126025             :         .ob_base = {
  126026             :             .ob_base = {
  126027             :                 .ob_refcnt = 999999999,
  126028             :                 .ob_type = &PyTuple_Type,
  126029             :             },
  126030             :             .ob_size = 12,
  126031             :         },
  126032             :         .ob_item = {
  126033             :             Py_None,
  126034             :             & const_str_nt._ascii.ob_base,
  126035             :             &_Py_STR(dot),
  126036             :             &_Py_STR(empty),
  126037             :             & site_toplevel_consts_12_consts_4._ascii.ob_base,
  126038             :             & site_toplevel_consts_12_consts_5._ascii.ob_base,
  126039             :             & const_str_darwin._ascii.ob_base,
  126040             :             & site_toplevel_consts_12_consts_7._ascii.ob_base,
  126041             :             & site_toplevel_consts_12_consts_8._ascii.ob_base,
  126042             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  126043             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  126044             :             & site_toplevel_consts_12_consts_11._ascii.ob_base,
  126045             :         },
  126046             :     },
  126047             : };
  126048             : static
  126049             :     struct {
  126050             :         PyASCIIObject _ascii;
  126051             :         uint8_t _data[7];
  126052             :     }
  126053             : const_str_winver = {
  126054             :     ._ascii = {
  126055             :         .ob_base = {
  126056             :             .ob_refcnt = 999999999,
  126057             :             .ob_type = &PyUnicode_Type,
  126058             :         },
  126059             :         .length = 6,
  126060             :         .hash = -1,
  126061             :         .state = {
  126062             :             .kind = 1,
  126063             :             .compact = 1,
  126064             :             .ascii = 1,
  126065             :         },
  126066             :     },
  126067             :     ._data = "winver",
  126068             : };
  126069             : static
  126070             :     struct {
  126071             :         PyGC_Head _gc_head;
  126072             :         struct {
  126073             :             PyObject_VAR_HEAD
  126074             :             PyObject *ob_item[8];
  126075             :         }_object;
  126076             :     }
  126077             : site_toplevel_consts_12_names = {
  126078             :     ._object = {
  126079             :         .ob_base = {
  126080             :             .ob_base = {
  126081             :                 .ob_refcnt = 999999999,
  126082             :                 .ob_type = &PyTuple_Type,
  126083             :             },
  126084             :             .ob_size = 8,
  126085             :         },
  126086             :         .ob_item = {
  126087             :             & const_str_sys._ascii.ob_base,
  126088             :             & const_str_version_info._ascii.ob_base,
  126089             :             & const_str_os._ascii.ob_base,
  126090             :             &_Py_ID(name),
  126091             :             & const_str_winver._ascii.ob_base,
  126092             :             &_Py_ID(replace),
  126093             :             & const_str_platform._ascii.ob_base,
  126094             :             & const_str__framework._ascii.ob_base,
  126095             :         },
  126096             :     },
  126097             : };
  126098             : static
  126099             :     struct {
  126100             :         PyASCIIObject _ascii;
  126101             :         uint8_t _data[10];
  126102             :     }
  126103             : const_str__get_path = {
  126104             :     ._ascii = {
  126105             :         .ob_base = {
  126106             :             .ob_refcnt = 999999999,
  126107             :             .ob_type = &PyUnicode_Type,
  126108             :         },
  126109             :         .length = 9,
  126110             :         .hash = -1,
  126111             :         .state = {
  126112             :             .kind = 1,
  126113             :             .compact = 1,
  126114             :             .ascii = 1,
  126115             :         },
  126116             :     },
  126117             :     ._data = "_get_path",
  126118             : };
  126119             : static
  126120             :     struct {
  126121             :         PyObject_VAR_HEAD
  126122             :         Py_hash_t ob_shash;
  126123             :         char ob_sval[157];
  126124             :     }
  126125             : site_toplevel_consts_12_linetable = {
  126126             :     .ob_base = {
  126127             :         .ob_base = {
  126128             :             .ob_refcnt = 999999999,
  126129             :             .ob_type = &PyBytes_Type,
  126130             :         },
  126131             :         .ob_size = 156,
  126132             :     },
  126133             :     .ob_shash = -1,
  126134             :     .ob_sval = "\x80\x00\xdd\x0e\x11\xd7\x0e\x1e\xd1\x0e\x1e\x80\x47\xe5\x07\x09\x87\x77\x81\x77\x90\x24\x82\x7f\xf0\x00\x02\x05\x3f\xdd\x14\x17\x97\x4a\x91\x4a\xd7\x14\x26\xd1\x14\x26\xa0\x73\xa8\x42\xd4\x14\x2f\x88\x09\xd8\x12\x1a\xd0\x0f\x3e\xd0\x0f\x3e\xa0\x49\xd0\x0f\x3e\xd0\x0f\x3e\xd0\x0f\x3e\xd0\x08\x3e\xe5\x07\x0a\x87\x7c\x81\x7c\x90\x78\xd2\x07\x1f\xf0\x00\x01\x05\x36\xa5\x43\xa7\x4e\xa1\x4e\xf0\x00\x01\x05\x36\xd8\x12\x1a\xd0\x0f\x35\xd0\x0f\x35\xd0\x0f\x35\xd0\x08\x35\xe0\x0e\x16\xd0\x0b\x4a\xd0\x0b\x4a\xa0\x37\xa8\x31\xa4\x3a\xd0\x0b\x4a\xd0\x0b\x4a\xb0\x07\xb8\x01\xb4\x0a\xd0\x0b\x4a\xd0\x0b\x4a\xd0\x0b\x4a\xd0\x04\x4a",
  126135             : };
  126136             : static
  126137             :     struct {
  126138             :         PyASCIIObject _ascii;
  126139             :         uint8_t _data[9];
  126140             :     }
  126141             : const_str_userbase = {
  126142             :     ._ascii = {
  126143             :         .ob_base = {
  126144             :             .ob_refcnt = 999999999,
  126145             :             .ob_type = &PyUnicode_Type,
  126146             :         },
  126147             :         .length = 8,
  126148             :         .hash = -1,
  126149             :         .state = {
  126150             :             .kind = 1,
  126151             :             .compact = 1,
  126152             :             .ascii = 1,
  126153             :         },
  126154             :     },
  126155             :     ._data = "userbase",
  126156             : };
  126157             : static
  126158             :     struct {
  126159             :         PyASCIIObject _ascii;
  126160             :         uint8_t _data[10];
  126161             :     }
  126162             : const_str_ver_nodot = {
  126163             :     ._ascii = {
  126164             :         .ob_base = {
  126165             :             .ob_refcnt = 999999999,
  126166             :             .ob_type = &PyUnicode_Type,
  126167             :         },
  126168             :         .length = 9,
  126169             :         .hash = -1,
  126170             :         .state = {
  126171             :             .kind = 1,
  126172             :             .compact = 1,
  126173             :             .ascii = 1,
  126174             :         },
  126175             :     },
  126176             :     ._data = "ver_nodot",
  126177             : };
  126178             : static
  126179             :     struct {
  126180             :         PyGC_Head _gc_head;
  126181             :         struct {
  126182             :             PyObject_VAR_HEAD
  126183             :             PyObject *ob_item[3];
  126184             :         }_object;
  126185             :     }
  126186             : site_toplevel_consts_12_localsplusnames = {
  126187             :     ._object = {
  126188             :         .ob_base = {
  126189             :             .ob_base = {
  126190             :                 .ob_refcnt = 999999999,
  126191             :                 .ob_type = &PyTuple_Type,
  126192             :             },
  126193             :             .ob_size = 3,
  126194             :         },
  126195             :         .ob_item = {
  126196             :             & const_str_userbase._ascii.ob_base,
  126197             :             &_Py_ID(version),
  126198             :             & const_str_ver_nodot._ascii.ob_base,
  126199             :         },
  126200             :     },
  126201             : };
  126202             : static
  126203             :     struct _PyCode_DEF(294)
  126204             : site_toplevel_consts_12 = {
  126205             :     .ob_base = {
  126206             :         .ob_base = {
  126207             :             .ob_refcnt = 999999999,
  126208             :             .ob_type = &PyCode_Type,
  126209             :         },
  126210             :         .ob_size = 147,
  126211             :     },
  126212             :     .co_consts = & site_toplevel_consts_12_consts._object.ob_base.ob_base,
  126213             :     .co_names = & site_toplevel_consts_12_names._object.ob_base.ob_base,
  126214             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  126215             :     .co_flags = 3,
  126216             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  126217             :     ._co_linearray_entry_size = 0,
  126218             :     .co_argcount = 1,
  126219             :     .co_posonlyargcount = 0,
  126220             :     .co_kwonlyargcount = 0,
  126221             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  126222             :     .co_stacksize = 6,
  126223             :     .co_firstlineno = 288,
  126224             :     .co_nlocalsplus = 3,
  126225             :     .co_nlocals = 3,
  126226             :     .co_nplaincellvars = 0,
  126227             :     .co_ncellvars = 0,
  126228             :     .co_nfreevars = 0,
  126229             :     .co_localsplusnames = & site_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
  126230             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  126231             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  126232             :     .co_name = & const_str__get_path._ascii.ob_base,
  126233             :     .co_qualname = & const_str__get_path._ascii.ob_base,
  126234             :     .co_linetable = & site_toplevel_consts_12_linetable.ob_base.ob_base,
  126235             :     ._co_code = NULL,
  126236             :     ._co_linearray = NULL,
  126237             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x2a\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x9b\x00\x64\x04\x7c\x02\x9b\x00\x64\x05\x9d\x04\x53\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x16\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x05\x7c\x00\x9b\x00\x64\x07\x9d\x02\x53\x00\x7c\x00\x9b\x00\x64\x08\x7c\x01\x64\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x7c\x01\x64\x0a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x0b\x9d\x06\x53\x00",
  126238             :     ._co_firsttraceable = 0,
  126239             : };
  126240             : static
  126241             :     struct {
  126242             :         PyASCIIObject _ascii;
  126243             :         uint8_t _data[204];
  126244             :     }
  126245             : site_toplevel_consts_13_consts_0 = {
  126246             :     ._ascii = {
  126247             :         .ob_base = {
  126248             :             .ob_refcnt = 999999999,
  126249             :             .ob_type = &PyUnicode_Type,
  126250             :         },
  126251             :         .length = 203,
  126252             :         .hash = -1,
  126253             :         .state = {
  126254             :             .kind = 1,
  126255             :             .compact = 1,
  126256             :             .ascii = 1,
  126257             :         },
  126258             :     },
  126259             :     ._data = "\x52\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x60\x75\x73\x65\x72\x20\x62\x61\x73\x65\x60\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x70\x61\x74\x68\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x60\x75\x73\x65\x72\x20\x62\x61\x73\x65\x60\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x63\x61\x6e\x20\x62\x65\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x73\x74\x6f\x72\x65\x20\x64\x61\x74\x61\x2e\x20\x49\x66\x20\x74\x68\x65\x20\x67\x6c\x6f\x62\x61\x6c\x0a\x20\x20\x20\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x20\x60\x60\x55\x53\x45\x52\x5f\x42\x41\x53\x45\x60\x60\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x69\x74\x69\x61\x6c\x69\x7a\x65\x64\x20\x79\x65\x74\x2c\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x61\x6c\x73\x6f\x20\x73\x65\x74\x0a\x20\x20\x20\x20\x69\x74\x2e\x0a\x20\x20\x20\x20",
  126260             : };
  126261             : static
  126262             :     struct {
  126263             :         PyGC_Head _gc_head;
  126264             :         struct {
  126265             :             PyObject_VAR_HEAD
  126266             :             PyObject *ob_item[1];
  126267             :         }_object;
  126268             :     }
  126269             : site_toplevel_consts_13_consts = {
  126270             :     ._object = {
  126271             :         .ob_base = {
  126272             :             .ob_base = {
  126273             :                 .ob_refcnt = 999999999,
  126274             :                 .ob_type = &PyTuple_Type,
  126275             :             },
  126276             :             .ob_size = 1,
  126277             :         },
  126278             :         .ob_item = {
  126279             :             & site_toplevel_consts_13_consts_0._ascii.ob_base,
  126280             :         },
  126281             :     },
  126282             : };
  126283             : static
  126284             :     struct {
  126285             :         PyASCIIObject _ascii;
  126286             :         uint8_t _data[10];
  126287             :     }
  126288             : const_str_USER_BASE = {
  126289             :     ._ascii = {
  126290             :         .ob_base = {
  126291             :             .ob_refcnt = 999999999,
  126292             :             .ob_type = &PyUnicode_Type,
  126293             :         },
  126294             :         .length = 9,
  126295             :         .hash = -1,
  126296             :         .state = {
  126297             :             .kind = 1,
  126298             :             .compact = 1,
  126299             :             .ascii = 1,
  126300             :         },
  126301             :     },
  126302             :     ._data = "USER_BASE",
  126303             : };
  126304             : static
  126305             :     struct {
  126306             :         PyGC_Head _gc_head;
  126307             :         struct {
  126308             :             PyObject_VAR_HEAD
  126309             :             PyObject *ob_item[2];
  126310             :         }_object;
  126311             :     }
  126312             : site_toplevel_consts_13_names = {
  126313             :     ._object = {
  126314             :         .ob_base = {
  126315             :             .ob_base = {
  126316             :                 .ob_refcnt = 999999999,
  126317             :                 .ob_type = &PyTuple_Type,
  126318             :             },
  126319             :             .ob_size = 2,
  126320             :         },
  126321             :         .ob_item = {
  126322             :             & const_str_USER_BASE._ascii.ob_base,
  126323             :             & const_str__getuserbase._ascii.ob_base,
  126324             :         },
  126325             :     },
  126326             : };
  126327             : static
  126328             :     struct {
  126329             :         PyASCIIObject _ascii;
  126330             :         uint8_t _data[12];
  126331             :     }
  126332             : const_str_getuserbase = {
  126333             :     ._ascii = {
  126334             :         .ob_base = {
  126335             :             .ob_refcnt = 999999999,
  126336             :             .ob_type = &PyUnicode_Type,
  126337             :         },
  126338             :         .length = 11,
  126339             :         .hash = -1,
  126340             :         .state = {
  126341             :             .kind = 1,
  126342             :             .compact = 1,
  126343             :             .ascii = 1,
  126344             :         },
  126345             :     },
  126346             :     ._data = "getuserbase",
  126347             : };
  126348             : static
  126349             :     struct {
  126350             :         PyObject_VAR_HEAD
  126351             :         Py_hash_t ob_shash;
  126352             :         char ob_sval[26];
  126353             :     }
  126354             : site_toplevel_consts_13_linetable = {
  126355             :     .ob_base = {
  126356             :         .ob_base = {
  126357             :             .ob_refcnt = 999999999,
  126358             :             .ob_type = &PyBytes_Type,
  126359             :         },
  126360             :         .ob_size = 25,
  126361             :     },
  126362             :     .ob_shash = -1,
  126363             :     .ob_sval = "\x80\x00\xf5\x10\x00\x08\x11\xf0\x00\x01\x05\x23\xdd\x14\x20\x94\x4e\x88\x09\xdd\x0b\x14\xd0\x04\x14",
  126364             : };
  126365             : static
  126366             :     struct _PyCode_DEF(54)
  126367             : site_toplevel_consts_13 = {
  126368             :     .ob_base = {
  126369             :         .ob_base = {
  126370             :             .ob_refcnt = 999999999,
  126371             :             .ob_type = &PyCode_Type,
  126372             :         },
  126373             :         .ob_size = 27,
  126374             :     },
  126375             :     .co_consts = & site_toplevel_consts_13_consts._object.ob_base.ob_base,
  126376             :     .co_names = & site_toplevel_consts_13_names._object.ob_base.ob_base,
  126377             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  126378             :     .co_flags = 3,
  126379             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  126380             :     ._co_linearray_entry_size = 0,
  126381             :     .co_argcount = 0,
  126382             :     .co_posonlyargcount = 0,
  126383             :     .co_kwonlyargcount = 0,
  126384             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  126385             :     .co_stacksize = 2,
  126386             :     .co_firstlineno = 301,
  126387             :     .co_nlocalsplus = 0,
  126388             :     .co_nlocals = 0,
  126389             :     .co_nplaincellvars = 0,
  126390             :     .co_ncellvars = 0,
  126391             :     .co_nfreevars = 0,
  126392             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  126393             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  126394             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  126395             :     .co_name = & const_str_getuserbase._ascii.ob_base,
  126396             :     .co_qualname = & const_str_getuserbase._ascii.ob_base,
  126397             :     .co_linetable = & site_toplevel_consts_13_linetable.ob_base.ob_base,
  126398             :     ._co_code = NULL,
  126399             :     ._co_linearray = NULL,
  126400             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0c\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x61\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  126401             :     ._co_firsttraceable = 0,
  126402             : };
  126403             : static
  126404             :     struct {
  126405             :         PyASCIIObject _ascii;
  126406             :         uint8_t _data[163];
  126407             :     }
  126408             : site_toplevel_consts_14_consts_0 = {
  126409             :     ._ascii = {
  126410             :         .ob_base = {
  126411             :             .ob_refcnt = 999999999,
  126412             :             .ob_type = &PyUnicode_Type,
  126413             :         },
  126414             :         .length = 162,
  126415             :         .hash = -1,
  126416             :         .state = {
  126417             :             .kind = 1,
  126418             :             .compact = 1,
  126419             :             .ascii = 1,
  126420             :         },
  126421             :     },
  126422             :     ._data = "\x52\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x75\x73\x65\x72\x2d\x73\x70\x65\x63\x69\x66\x69\x63\x20\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x70\x61\x74\x68\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x74\x68\x65\x20\x67\x6c\x6f\x62\x61\x6c\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x20\x60\x60\x55\x53\x45\x52\x5f\x53\x49\x54\x45\x60\x60\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x69\x74\x69\x61\x6c\x69\x7a\x65\x64\x20\x79\x65\x74\x2c\x20\x74\x68\x69\x73\x0a\x20\x20\x20\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x61\x6c\x73\x6f\x20\x73\x65\x74\x20\x69\x74\x2e\x0a\x20\x20\x20\x20",
  126423             : };
  126424             : static
  126425             :     struct {
  126426             :         PyGC_Head _gc_head;
  126427             :         struct {
  126428             :             PyObject_VAR_HEAD
  126429             :             PyObject *ob_item[3];
  126430             :         }_object;
  126431             :     }
  126432             : site_toplevel_consts_14_consts = {
  126433             :     ._object = {
  126434             :         .ob_base = {
  126435             :             .ob_base = {
  126436             :                 .ob_refcnt = 999999999,
  126437             :                 .ob_type = &PyTuple_Type,
  126438             :             },
  126439             :             .ob_size = 3,
  126440             :         },
  126441             :         .ob_item = {
  126442             :             & site_toplevel_consts_14_consts_0._ascii.ob_base,
  126443             :             Py_None,
  126444             :             Py_False,
  126445             :         },
  126446             :     },
  126447             : };
  126448             : static
  126449             :     struct {
  126450             :         PyASCIIObject _ascii;
  126451             :         uint8_t _data[10];
  126452             :     }
  126453             : const_str_USER_SITE = {
  126454             :     ._ascii = {
  126455             :         .ob_base = {
  126456             :             .ob_refcnt = 999999999,
  126457             :             .ob_type = &PyUnicode_Type,
  126458             :         },
  126459             :         .length = 9,
  126460             :         .hash = -1,
  126461             :         .state = {
  126462             :             .kind = 1,
  126463             :             .compact = 1,
  126464             :             .ascii = 1,
  126465             :         },
  126466             :     },
  126467             :     ._data = "USER_SITE",
  126468             : };
  126469             : static
  126470             :     struct {
  126471             :         PyASCIIObject _ascii;
  126472             :         uint8_t _data[17];
  126473             :     }
  126474             : const_str_ENABLE_USER_SITE = {
  126475             :     ._ascii = {
  126476             :         .ob_base = {
  126477             :             .ob_refcnt = 999999999,
  126478             :             .ob_type = &PyUnicode_Type,
  126479             :         },
  126480             :         .length = 16,
  126481             :         .hash = -1,
  126482             :         .state = {
  126483             :             .kind = 1,
  126484             :             .compact = 1,
  126485             :             .ascii = 1,
  126486             :         },
  126487             :     },
  126488             :     ._data = "ENABLE_USER_SITE",
  126489             : };
  126490             : static
  126491             :     struct {
  126492             :         PyGC_Head _gc_head;
  126493             :         struct {
  126494             :             PyObject_VAR_HEAD
  126495             :             PyObject *ob_item[4];
  126496             :         }_object;
  126497             :     }
  126498             : site_toplevel_consts_14_names = {
  126499             :     ._object = {
  126500             :         .ob_base = {
  126501             :             .ob_base = {
  126502             :                 .ob_refcnt = 999999999,
  126503             :                 .ob_type = &PyTuple_Type,
  126504             :             },
  126505             :             .ob_size = 4,
  126506             :         },
  126507             :         .ob_item = {
  126508             :             & const_str_getuserbase._ascii.ob_base,
  126509             :             & const_str_USER_SITE._ascii.ob_base,
  126510             :             & const_str_ENABLE_USER_SITE._ascii.ob_base,
  126511             :             & const_str__get_path._ascii.ob_base,
  126512             :         },
  126513             :     },
  126514             : };
  126515             : static
  126516             :     struct {
  126517             :         PyASCIIObject _ascii;
  126518             :         uint8_t _data[20];
  126519             :     }
  126520             : const_str_getusersitepackages = {
  126521             :     ._ascii = {
  126522             :         .ob_base = {
  126523             :             .ob_refcnt = 999999999,
  126524             :             .ob_type = &PyUnicode_Type,
  126525             :         },
  126526             :         .length = 19,
  126527             :         .hash = -1,
  126528             :         .state = {
  126529             :             .kind = 1,
  126530             :             .compact = 1,
  126531             :             .ascii = 1,
  126532             :         },
  126533             :     },
  126534             :     ._data = "getusersitepackages",
  126535             : };
  126536             : static
  126537             :     struct {
  126538             :         PyObject_VAR_HEAD
  126539             :         Py_hash_t ob_shash;
  126540             :         char ob_sval[53];
  126541             :     }
  126542             : site_toplevel_consts_14_linetable = {
  126543             :     .ob_base = {
  126544             :         .ob_base = {
  126545             :             .ob_refcnt = 999999999,
  126546             :             .ob_type = &PyBytes_Type,
  126547             :         },
  126548             :         .ob_size = 52,
  126549             :     },
  126550             :     .ob_shash = -1,
  126551             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x1b\x8c\x7d\x80\x48\xe5\x07\x10\xf0\x00\x04\x05\x2c\xd8\x0b\x13\xf0\x00\x03\x09\x2c\xd8\x1f\x24\xd0\x0c\x1c\xd0\x0c\x1c\xe5\x18\x21\xa0\x28\xd4\x18\x2b\x88\x49\xe5\x0b\x14\xd0\x04\x14",
  126552             : };
  126553             : static
  126554             :     struct {
  126555             :         PyGC_Head _gc_head;
  126556             :         struct {
  126557             :             PyObject_VAR_HEAD
  126558             :             PyObject *ob_item[1];
  126559             :         }_object;
  126560             :     }
  126561             : site_toplevel_consts_14_localsplusnames = {
  126562             :     ._object = {
  126563             :         .ob_base = {
  126564             :             .ob_base = {
  126565             :                 .ob_refcnt = 999999999,
  126566             :                 .ob_type = &PyTuple_Type,
  126567             :             },
  126568             :             .ob_size = 1,
  126569             :         },
  126570             :         .ob_item = {
  126571             :             & const_str_userbase._ascii.ob_base,
  126572             :         },
  126573             :     },
  126574             : };
  126575             : static
  126576             :     struct _PyCode_DEF(90)
  126577             : site_toplevel_consts_14 = {
  126578             :     .ob_base = {
  126579             :         .ob_base = {
  126580             :             .ob_refcnt = 999999999,
  126581             :             .ob_type = &PyCode_Type,
  126582             :         },
  126583             :         .ob_size = 45,
  126584             :     },
  126585             :     .co_consts = & site_toplevel_consts_14_consts._object.ob_base.ob_base,
  126586             :     .co_names = & site_toplevel_consts_14_names._object.ob_base.ob_base,
  126587             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  126588             :     .co_flags = 3,
  126589             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  126590             :     ._co_linearray_entry_size = 0,
  126591             :     .co_argcount = 0,
  126592             :     .co_posonlyargcount = 0,
  126593             :     .co_kwonlyargcount = 0,
  126594             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  126595             :     .co_stacksize = 3,
  126596             :     .co_firstlineno = 314,
  126597             :     .co_nlocalsplus = 1,
  126598             :     .co_nlocals = 1,
  126599             :     .co_nplaincellvars = 0,
  126600             :     .co_ncellvars = 0,
  126601             :     .co_nfreevars = 0,
  126602             :     .co_localsplusnames = & site_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
  126603             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  126604             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  126605             :     .co_name = & const_str_getusersitepackages._ascii.ob_base,
  126606             :     .co_qualname = & const_str_getusersitepackages._ascii.ob_base,
  126607             :     .co_linetable = & site_toplevel_consts_14_linetable.ob_base.ob_base,
  126608             :     ._co_code = NULL,
  126609             :     ._co_linearray = NULL,
  126610             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x7c\x00\x80\x03\x64\x02\x61\x02\x6e\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x61\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  126611             :     ._co_firsttraceable = 0,
  126612             : };
  126613             : static
  126614             :     struct {
  126615             :         PyASCIIObject _ascii;
  126616             :         uint8_t _data[135];
  126617             :     }
  126618             : site_toplevel_consts_15_consts_0 = {
  126619             :     ._ascii = {
  126620             :         .ob_base = {
  126621             :             .ob_refcnt = 999999999,
  126622             :             .ob_type = &PyUnicode_Type,
  126623             :         },
  126624             :         .length = 134,
  126625             :         .hash = -1,
  126626             :         .state = {
  126627             :             .kind = 1,
  126628             :             .compact = 1,
  126629             :             .ascii = 1,
  126630             :         },
  126631             :     },
  126632             :     ._data = "\x41\x64\x64\x20\x61\x20\x70\x65\x72\x20\x75\x73\x65\x72\x20\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x20\x74\x6f\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x0a\x0a\x20\x20\x20\x20\x45\x61\x63\x68\x20\x75\x73\x65\x72\x20\x68\x61\x73\x20\x69\x74\x73\x20\x6f\x77\x6e\x20\x70\x79\x74\x68\x6f\x6e\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x77\x69\x74\x68\x20\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x69\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x68\x6f\x6d\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x2e\x0a\x20\x20\x20\x20",
  126633             : };
  126634             : static
  126635             :     struct {
  126636             :         PyASCIIObject _ascii;
  126637             :         uint8_t _data[30];
  126638             :     }
  126639             : site_toplevel_consts_15_consts_1 = {
  126640             :     ._ascii = {
  126641             :         .ob_base = {
  126642             :             .ob_refcnt = 999999999,
  126643             :             .ob_type = &PyUnicode_Type,
  126644             :         },
  126645             :         .length = 29,
  126646             :         .hash = -1,
  126647             :         .state = {
  126648             :             .kind = 1,
  126649             :             .compact = 1,
  126650             :             .ascii = 1,
  126651             :         },
  126652             :     },
  126653             :     ._data = "Processing user site-packages",
  126654             : };
  126655             : static
  126656             :     struct {
  126657             :         PyGC_Head _gc_head;
  126658             :         struct {
  126659             :             PyObject_VAR_HEAD
  126660             :             PyObject *ob_item[2];
  126661             :         }_object;
  126662             :     }
  126663             : site_toplevel_consts_15_consts = {
  126664             :     ._object = {
  126665             :         .ob_base = {
  126666             :             .ob_base = {
  126667             :                 .ob_refcnt = 999999999,
  126668             :                 .ob_type = &PyTuple_Type,
  126669             :             },
  126670             :             .ob_size = 2,
  126671             :         },
  126672             :         .ob_item = {
  126673             :             & site_toplevel_consts_15_consts_0._ascii.ob_base,
  126674             :             & site_toplevel_consts_15_consts_1._ascii.ob_base,
  126675             :         },
  126676             :     },
  126677             : };
  126678             : static
  126679             :     struct {
  126680             :         PyGC_Head _gc_head;
  126681             :         struct {
  126682             :             PyObject_VAR_HEAD
  126683             :             PyObject *ob_item[7];
  126684             :         }_object;
  126685             :     }
  126686             : site_toplevel_consts_15_names = {
  126687             :     ._object = {
  126688             :         .ob_base = {
  126689             :             .ob_base = {
  126690             :                 .ob_refcnt = 999999999,
  126691             :                 .ob_type = &PyTuple_Type,
  126692             :             },
  126693             :             .ob_size = 7,
  126694             :         },
  126695             :         .ob_item = {
  126696             :             & const_str__trace._ascii.ob_base,
  126697             :             & const_str_getusersitepackages._ascii.ob_base,
  126698             :             & const_str_ENABLE_USER_SITE._ascii.ob_base,
  126699             :             & const_str_os._ascii.ob_base,
  126700             :             &_Py_ID(path),
  126701             :             & const_str_isdir._ascii.ob_base,
  126702             :             & const_str_addsitedir._ascii.ob_base,
  126703             :         },
  126704             :     },
  126705             : };
  126706             : static
  126707             :     struct {
  126708             :         PyASCIIObject _ascii;
  126709             :         uint8_t _data[20];
  126710             :     }
  126711             : const_str_addusersitepackages = {
  126712             :     ._ascii = {
  126713             :         .ob_base = {
  126714             :             .ob_refcnt = 999999999,
  126715             :             .ob_type = &PyUnicode_Type,
  126716             :         },
  126717             :         .length = 19,
  126718             :         .hash = -1,
  126719             :         .state = {
  126720             :             .kind = 1,
  126721             :             .compact = 1,
  126722             :             .ascii = 1,
  126723             :         },
  126724             :     },
  126725             :     ._data = "addusersitepackages",
  126726             : };
  126727             : static
  126728             :     struct {
  126729             :         PyObject_VAR_HEAD
  126730             :         Py_hash_t ob_shash;
  126731             :         char ob_sval[72];
  126732             :     }
  126733             : site_toplevel_consts_15_linetable = {
  126734             :     .ob_base = {
  126735             :         .ob_base = {
  126736             :             .ob_refcnt = 999999999,
  126737             :             .ob_type = &PyBytes_Type,
  126738             :         },
  126739             :         .ob_size = 71,
  126740             :     },
  126741             :     .ob_shash = -1,
  126742             :     .ob_sval = "\x80\x00\xf5\x10\x00\x05\x0b\xd0\x0b\x2a\xd4\x04\x2b\xd0\x04\x2b\xdd\x10\x23\xd4\x10\x25\x80\x49\xe5\x07\x17\xf0\x00\x01\x05\x2b\x9d\x42\x9f\x47\x99\x47\x9f\x4d\x99\x4d\xa8\x29\xd4\x1c\x34\xf0\x00\x01\x05\x2b\xdd\x08\x12\x90\x39\x98\x6b\xd4\x08\x2a\xd0\x08\x2a\xd8\x0b\x16\xd0\x04\x16",
  126743             : };
  126744             : static
  126745             :     struct {
  126746             :         PyASCIIObject _ascii;
  126747             :         uint8_t _data[10];
  126748             :     }
  126749             : const_str_user_site = {
  126750             :     ._ascii = {
  126751             :         .ob_base = {
  126752             :             .ob_refcnt = 999999999,
  126753             :             .ob_type = &PyUnicode_Type,
  126754             :         },
  126755             :         .length = 9,
  126756             :         .hash = -1,
  126757             :         .state = {
  126758             :             .kind = 1,
  126759             :             .compact = 1,
  126760             :             .ascii = 1,
  126761             :         },
  126762             :     },
  126763             :     ._data = "user_site",
  126764             : };
  126765             : static
  126766             :     struct {
  126767             :         PyGC_Head _gc_head;
  126768             :         struct {
  126769             :             PyObject_VAR_HEAD
  126770             :             PyObject *ob_item[2];
  126771             :         }_object;
  126772             :     }
  126773             : site_toplevel_consts_15_localsplusnames = {
  126774             :     ._object = {
  126775             :         .ob_base = {
  126776             :             .ob_base = {
  126777             :                 .ob_refcnt = 999999999,
  126778             :                 .ob_type = &PyTuple_Type,
  126779             :             },
  126780             :             .ob_size = 2,
  126781             :         },
  126782             :         .ob_item = {
  126783             :             & const_str_known_paths._ascii.ob_base,
  126784             :             & const_str_user_site._ascii.ob_base,
  126785             :         },
  126786             :     },
  126787             : };
  126788             : static
  126789             :     struct _PyCode_DEF(164)
  126790             : site_toplevel_consts_15 = {
  126791             :     .ob_base = {
  126792             :         .ob_base = {
  126793             :             .ob_refcnt = 999999999,
  126794             :             .ob_type = &PyCode_Type,
  126795             :         },
  126796             :         .ob_size = 82,
  126797             :     },
  126798             :     .co_consts = & site_toplevel_consts_15_consts._object.ob_base.ob_base,
  126799             :     .co_names = & site_toplevel_consts_15_names._object.ob_base.ob_base,
  126800             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  126801             :     .co_flags = 3,
  126802             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  126803             :     ._co_linearray_entry_size = 0,
  126804             :     .co_argcount = 1,
  126805             :     .co_posonlyargcount = 0,
  126806             :     .co_kwonlyargcount = 0,
  126807             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  126808             :     .co_stacksize = 4,
  126809             :     .co_firstlineno = 331,
  126810             :     .co_nlocalsplus = 2,
  126811             :     .co_nlocals = 2,
  126812             :     .co_nplaincellvars = 0,
  126813             :     .co_ncellvars = 0,
  126814             :     .co_nfreevars = 0,
  126815             :     .co_localsplusnames = & site_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
  126816             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  126817             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  126818             :     .co_name = & const_str_addusersitepackages._ascii.ob_base,
  126819             :     .co_qualname = & const_str_addusersitepackages._ascii.ob_base,
  126820             :     .co_linetable = & site_toplevel_consts_15_linetable.ob_base.ob_base,
  126821             :     ._co_code = NULL,
  126822             :     ._co_linearray = NULL,
  126823             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2f\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
  126824             :     ._co_firsttraceable = 0,
  126825             : };
  126826             : static
  126827             :     struct {
  126828             :         PyASCIIObject _ascii;
  126829             :         uint8_t _data[287];
  126830             :     }
  126831             : site_toplevel_consts_16_consts_0 = {
  126832             :     ._ascii = {
  126833             :         .ob_base = {
  126834             :             .ob_refcnt = 999999999,
  126835             :             .ob_type = &PyUnicode_Type,
  126836             :         },
  126837             :         .length = 286,
  126838             :         .hash = -1,
  126839             :         .state = {
  126840             :             .kind = 1,
  126841             :             .compact = 1,
  126842             :             .ascii = 1,
  126843             :         },
  126844             :     },
  126845             :     ._data = "\x52\x65\x74\x75\x72\x6e\x73\x20\x61\x20\x6c\x69\x73\x74\x20\x63\x6f\x6e\x74\x61\x69\x6e\x69\x6e\x67\x20\x61\x6c\x6c\x20\x67\x6c\x6f\x62\x61\x6c\x20\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x46\x6f\x72\x20\x65\x61\x63\x68\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x70\x72\x65\x73\x65\x6e\x74\x20\x69\x6e\x20\x60\x60\x70\x72\x65\x66\x69\x78\x65\x73\x60\x60\x20\x28\x6f\x72\x20\x74\x68\x65\x20\x67\x6c\x6f\x62\x61\x6c\x20\x60\x60\x50\x52\x45\x46\x49\x58\x45\x53\x60\x60\x29\x2c\x0a\x20\x20\x20\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x66\x69\x6e\x64\x20\x69\x74\x73\x20\x60\x73\x69\x74\x65\x2d\x70\x61\x63\x6b\x61\x67\x65\x73\x60\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x64\x65\x70\x65\x6e\x64\x69\x6e\x67\x20\x6f\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x73\x79\x73\x74\x65\x6d\x20\x65\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x2c\x20\x61\x6e\x64\x20\x77\x69\x6c\x6c\x20\x72\x65\x74\x75\x72\x6e\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x66\x75\x6c\x6c\x20\x70\x61\x74\x68\x73\x2e\x0a\x20\x20\x20\x20",
  126846             : };
  126847             : static
  126848             :     struct {
  126849             :         PyASCIIObject _ascii;
  126850             :         uint8_t _data[4];
  126851             :     }
  126852             : const_str_lib = {
  126853             :     ._ascii = {
  126854             :         .ob_base = {
  126855             :             .ob_refcnt = 999999999,
  126856             :             .ob_type = &PyUnicode_Type,
  126857             :         },
  126858             :         .length = 3,
  126859             :         .hash = -1,
  126860             :         .state = {
  126861             :             .kind = 1,
  126862             :             .compact = 1,
  126863             :             .ascii = 1,
  126864             :         },
  126865             :     },
  126866             :     ._data = "lib",
  126867             : };
  126868             : static
  126869             :     struct {
  126870             :         PyASCIIObject _ascii;
  126871             :         uint8_t _data[12];
  126872             :     }
  126873             : site_toplevel_consts_16_consts_4 = {
  126874             :     ._ascii = {
  126875             :         .ob_base = {
  126876             :             .ob_refcnt = 999999999,
  126877             :             .ob_type = &PyUnicode_Type,
  126878             :         },
  126879             :         .length = 11,
  126880             :         .hash = -1,
  126881             :         .state = {
  126882             :             .kind = 1,
  126883             :             .compact = 1,
  126884             :             .ascii = 1,
  126885             :         },
  126886             :     },
  126887             :     ._data = "python%d.%d",
  126888             : };
  126889             : static
  126890             :     struct {
  126891             :         PyASCIIObject _ascii;
  126892             :         uint8_t _data[14];
  126893             :     }
  126894             : site_toplevel_consts_16_consts_6 = {
  126895             :     ._ascii = {
  126896             :         .ob_base = {
  126897             :             .ob_refcnt = 999999999,
  126898             :             .ob_type = &PyUnicode_Type,
  126899             :         },
  126900             :         .length = 13,
  126901             :         .hash = -1,
  126902             :         .state = {
  126903             :             .kind = 1,
  126904             :             .compact = 1,
  126905             :             .ascii = 1,
  126906             :         },
  126907             :     },
  126908             :     ._data = "site-packages",
  126909             : };
  126910             : static
  126911             :     struct {
  126912             :         PyASCIIObject _ascii;
  126913             :         uint8_t _data[4];
  126914             :     }
  126915             : const_str_Lib = {
  126916             :     ._ascii = {
  126917             :         .ob_base = {
  126918             :             .ob_refcnt = 999999999,
  126919             :             .ob_type = &PyUnicode_Type,
  126920             :         },
  126921             :         .length = 3,
  126922             :         .hash = -1,
  126923             :         .state = {
  126924             :             .kind = 1,
  126925             :             .compact = 1,
  126926             :             .ascii = 1,
  126927             :         },
  126928             :     },
  126929             :     ._data = "Lib",
  126930             : };
  126931             : static
  126932             :     struct {
  126933             :         PyGC_Head _gc_head;
  126934             :         struct {
  126935             :             PyObject_VAR_HEAD
  126936             :             PyObject *ob_item[8];
  126937             :         }_object;
  126938             :     }
  126939             : site_toplevel_consts_16_consts = {
  126940             :     ._object = {
  126941             :         .ob_base = {
  126942             :             .ob_base = {
  126943             :                 .ob_refcnt = 999999999,
  126944             :                 .ob_type = &PyTuple_Type,
  126945             :             },
  126946             :             .ob_size = 8,
  126947             :         },
  126948             :         .ob_item = {
  126949             :             & site_toplevel_consts_16_consts_0._ascii.ob_base,
  126950             :             Py_None,
  126951             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
  126952             :             & const_str_lib._ascii.ob_base,
  126953             :             & site_toplevel_consts_16_consts_4._ascii.ob_base,
  126954             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  126955             :             & site_toplevel_consts_16_consts_6._ascii.ob_base,
  126956             :             & const_str_Lib._ascii.ob_base,
  126957             :         },
  126958             :     },
  126959             : };
  126960             : static
  126961             :     struct {
  126962             :         PyASCIIObject _ascii;
  126963             :         uint8_t _data[9];
  126964             :     }
  126965             : const_str_PREFIXES = {
  126966             :     ._ascii = {
  126967             :         .ob_base = {
  126968             :             .ob_refcnt = 999999999,
  126969             :             .ob_type = &PyUnicode_Type,
  126970             :         },
  126971             :         .length = 8,
  126972             :         .hash = -1,
  126973             :         .state = {
  126974             :             .kind = 1,
  126975             :             .compact = 1,
  126976             :             .ascii = 1,
  126977             :         },
  126978             :     },
  126979             :     ._data = "PREFIXES",
  126980             : };
  126981             : static
  126982             :     struct {
  126983             :         PyASCIIObject _ascii;
  126984             :         uint8_t _data[11];
  126985             :     }
  126986             : const_str_platlibdir = {
  126987             :     ._ascii = {
  126988             :         .ob_base = {
  126989             :             .ob_refcnt = 999999999,
  126990             :             .ob_type = &PyUnicode_Type,
  126991             :         },
  126992             :         .length = 10,
  126993             :         .hash = -1,
  126994             :         .state = {
  126995             :             .kind = 1,
  126996             :             .compact = 1,
  126997             :             .ascii = 1,
  126998             :         },
  126999             :     },
  127000             :     ._data = "platlibdir",
  127001             : };
  127002             : static
  127003             :     struct {
  127004             :         PyGC_Head _gc_head;
  127005             :         struct {
  127006             :             PyObject_VAR_HEAD
  127007             :             PyObject *ob_item[11];
  127008             :         }_object;
  127009             :     }
  127010             : site_toplevel_consts_16_names = {
  127011             :     ._object = {
  127012             :         .ob_base = {
  127013             :             .ob_base = {
  127014             :                 .ob_refcnt = 999999999,
  127015             :                 .ob_type = &PyTuple_Type,
  127016             :             },
  127017             :             .ob_size = 11,
  127018             :         },
  127019             :         .ob_item = {
  127020             :             & const_str_set._ascii.ob_base,
  127021             :             & const_str_PREFIXES._ascii.ob_base,
  127022             :             &_Py_ID(add),
  127023             :             & const_str_os._ascii.ob_base,
  127024             :             & const_str_sep._ascii.ob_base,
  127025             :             & const_str_sys._ascii.ob_base,
  127026             :             & const_str_platlibdir._ascii.ob_base,
  127027             :             &_Py_ID(append),
  127028             :             &_Py_ID(path),
  127029             :             &_Py_ID(join),
  127030             :             & const_str_version_info._ascii.ob_base,
  127031             :         },
  127032             :     },
  127033             : };
  127034             : static
  127035             :     struct {
  127036             :         PyASCIIObject _ascii;
  127037             :         uint8_t _data[16];
  127038             :     }
  127039             : const_str_getsitepackages = {
  127040             :     ._ascii = {
  127041             :         .ob_base = {
  127042             :             .ob_refcnt = 999999999,
  127043             :             .ob_type = &PyUnicode_Type,
  127044             :         },
  127045             :         .length = 15,
  127046             :         .hash = -1,
  127047             :         .state = {
  127048             :             .kind = 1,
  127049             :             .compact = 1,
  127050             :             .ascii = 1,
  127051             :         },
  127052             :     },
  127053             :     ._data = "getsitepackages",
  127054             : };
  127055             : static
  127056             :     struct {
  127057             :         PyObject_VAR_HEAD
  127058             :         Py_hash_t ob_shash;
  127059             :         char ob_sval[296];
  127060             :     }
  127061             : site_toplevel_consts_16_linetable = {
  127062             :     .ob_base = {
  127063             :         .ob_base = {
  127064             :             .ob_refcnt = 999999999,
  127065             :             .ob_type = &PyBytes_Type,
  127066             :         },
  127067             :         .ob_size = 295,
  127068             :     },
  127069             :     .ob_shash = -1,
  127070             :     .ob_sval = "\x80\x00\xf0\x0e\x00\x14\x16\x80\x4c\xdd\x0b\x0e\x8c\x35\x80\x44\xe0\x07\x0f\xf0\x00\x01\x05\x1c\xdd\x13\x1b\x88\x08\xe0\x12\x1a\xf0\x00\x11\x05\x4e\x01\xf2\x00\x11\x05\x4e\x01\x88\x06\xd8\x0f\x15\xf0\x00\x01\x09\x15\x98\x16\xa0\x34\x98\x1e\xf0\x00\x01\x09\x15\xd8\x0c\x14\xd8\x08\x0c\x8f\x08\x89\x08\x90\x16\xd4\x08\x18\xd0\x08\x18\xe5\x0b\x0d\x8f\x36\x89\x36\x90\x53\x8a\x3d\xf0\x00\x0c\x09\x4e\x01\xdd\x17\x1a\x97\x7e\x91\x7e\xd0\x16\x26\x88\x47\xdd\x0f\x12\x8f\x7e\x89\x7e\xa0\x15\xd2\x0f\x26\xf0\x00\x01\x0d\x26\xd8\x10\x17\x97\x0e\x91\x0e\x98\x75\xd4\x10\x25\xd0\x10\x25\xe0\x1a\x21\xf0\x00\x04\x0d\x2a\xf1\x00\x04\x0d\x2a\x90\x06\xdd\x17\x19\x97\x77\x91\x77\x97\x7c\x91\x7c\xa0\x46\xa8\x46\xd8\x24\x31\xb5\x43\xd7\x34\x44\xd1\x34\x44\xd0\x34\x48\xc0\x61\xd0\x34\x48\xd1\x24\x48\xd8\x24\x33\xf4\x05\x02\x18\x35\x90\x04\xf0\x06\x00\x11\x1d\xd7\x10\x23\xd1\x10\x23\xa0\x44\xd4\x10\x29\xd0\x10\x29\xd0\x10\x29\xf0\x09\x04\x0d\x2a\xf0\x0c\x00\x0d\x19\xd7\x0c\x1f\xd1\x0c\x1f\xa0\x06\xd4\x0c\x27\xd0\x0c\x27\xd8\x0c\x18\xd7\x0c\x1f\xd1\x0c\x1f\xa5\x02\xa7\x07\xa1\x07\xa7\x0c\xa1\x0c\xa8\x56\xb0\x55\xb8\x4f\xd4\x20\x4c\xd4\x0c\x4d\xd0\x0c\x4d\xd1\x0c\x4d\xd8\x0b\x17\xd0\x04\x17",
  127071             : };
  127072             : static
  127073             :     struct {
  127074             :         PyASCIIObject _ascii;
  127075             :         uint8_t _data[9];
  127076             :     }
  127077             : const_str_prefixes = {
  127078             :     ._ascii = {
  127079             :         .ob_base = {
  127080             :             .ob_refcnt = 999999999,
  127081             :             .ob_type = &PyUnicode_Type,
  127082             :         },
  127083             :         .length = 8,
  127084             :         .hash = -1,
  127085             :         .state = {
  127086             :             .kind = 1,
  127087             :             .compact = 1,
  127088             :             .ascii = 1,
  127089             :         },
  127090             :     },
  127091             :     ._data = "prefixes",
  127092             : };
  127093             : static
  127094             :     struct {
  127095             :         PyASCIIObject _ascii;
  127096             :         uint8_t _data[13];
  127097             :     }
  127098             : const_str_sitepackages = {
  127099             :     ._ascii = {
  127100             :         .ob_base = {
  127101             :             .ob_refcnt = 999999999,
  127102             :             .ob_type = &PyUnicode_Type,
  127103             :         },
  127104             :         .length = 12,
  127105             :         .hash = -1,
  127106             :         .state = {
  127107             :             .kind = 1,
  127108             :             .compact = 1,
  127109             :             .ascii = 1,
  127110             :         },
  127111             :     },
  127112             :     ._data = "sitepackages",
  127113             : };
  127114             : static
  127115             :     struct {
  127116             :         PyASCIIObject _ascii;
  127117             :         uint8_t _data[8];
  127118             :     }
  127119             : const_str_libdirs = {
  127120             :     ._ascii = {
  127121             :         .ob_base = {
  127122             :             .ob_refcnt = 999999999,
  127123             :             .ob_type = &PyUnicode_Type,
  127124             :         },
  127125             :         .length = 7,
  127126             :         .hash = -1,
  127127             :         .state = {
  127128             :             .kind = 1,
  127129             :             .compact = 1,
  127130             :             .ascii = 1,
  127131             :         },
  127132             :     },
  127133             :     ._data = "libdirs",
  127134             : };
  127135             : static
  127136             :     struct {
  127137             :         PyASCIIObject _ascii;
  127138             :         uint8_t _data[7];
  127139             :     }
  127140             : const_str_libdir = {
  127141             :     ._ascii = {
  127142             :         .ob_base = {
  127143             :             .ob_refcnt = 999999999,
  127144             :             .ob_type = &PyUnicode_Type,
  127145             :         },
  127146             :         .length = 6,
  127147             :         .hash = -1,
  127148             :         .state = {
  127149             :             .kind = 1,
  127150             :             .compact = 1,
  127151             :             .ascii = 1,
  127152             :         },
  127153             :     },
  127154             :     ._data = "libdir",
  127155             : };
  127156             : static
  127157             :     struct {
  127158             :         PyGC_Head _gc_head;
  127159             :         struct {
  127160             :             PyObject_VAR_HEAD
  127161             :             PyObject *ob_item[7];
  127162             :         }_object;
  127163             :     }
  127164             : site_toplevel_consts_16_localsplusnames = {
  127165             :     ._object = {
  127166             :         .ob_base = {
  127167             :             .ob_base = {
  127168             :                 .ob_refcnt = 999999999,
  127169             :                 .ob_type = &PyTuple_Type,
  127170             :             },
  127171             :             .ob_size = 7,
  127172             :         },
  127173             :         .ob_item = {
  127174             :             & const_str_prefixes._ascii.ob_base,
  127175             :             & const_str_sitepackages._ascii.ob_base,
  127176             :             & const_str_seen._ascii.ob_base,
  127177             :             & const_str_prefix._ascii.ob_base,
  127178             :             & const_str_libdirs._ascii.ob_base,
  127179             :             & const_str_libdir._ascii.ob_base,
  127180             :             &_Py_ID(path),
  127181             :         },
  127182             :     },
  127183             : };
  127184             : static
  127185             :     struct _PyCode_DEF(576)
  127186             : site_toplevel_consts_16 = {
  127187             :     .ob_base = {
  127188             :         .ob_base = {
  127189             :             .ob_refcnt = 999999999,
  127190             :             .ob_type = &PyCode_Type,
  127191             :         },
  127192             :         .ob_size = 288,
  127193             :     },
  127194             :     .co_consts = & site_toplevel_consts_16_consts._object.ob_base.ob_base,
  127195             :     .co_names = & site_toplevel_consts_16_names._object.ob_base.ob_base,
  127196             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  127197             :     .co_flags = 3,
  127198             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  127199             :     ._co_linearray_entry_size = 0,
  127200             :     .co_argcount = 1,
  127201             :     .co_posonlyargcount = 0,
  127202             :     .co_kwonlyargcount = 0,
  127203             :     .co_framesize = 17 + FRAME_SPECIALS_SIZE,
  127204             :     .co_stacksize = 10,
  127205             :     .co_firstlineno = 346,
  127206             :     .co_nlocalsplus = 7,
  127207             :     .co_nlocals = 7,
  127208             :     .co_nplaincellvars = 0,
  127209             :     .co_ncellvars = 0,
  127210             :     .co_nfreevars = 0,
  127211             :     .co_localsplusnames = & site_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
  127212             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
  127213             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  127214             :     .co_name = & const_str_getsitepackages._ascii.ob_base,
  127215             :     .co_qualname = & const_str_getsitepackages._ascii.ob_base,
  127216             :     .co_linetable = & site_toplevel_consts_16_linetable.ob_base.ob_base,
  127217             :     ._co_code = NULL,
  127218             :     ._co_linearray = NULL,
  127219             :     .co_code_adaptive = "\x97\x00\x67\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x80\x07\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x44\x00\x3e\x01\x5d\x01\x00\x00\x7d\x03\x7c\x03\x72\x04\x7c\x03\x7c\x02\x76\x00\x72\x01\x8c\x0b\x7c\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x8b\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x01\x7d\x04\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x03\x00\x00\x00\x00\x72\x12\x7c\x04\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x44\x00\x5d\x4d\x00\x00\x7d\x05\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x05\x64\x04\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x05\x1a\x00\x7a\x06\x00\x00\x64\x06\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x4f\x8c\xbd\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x07\x64\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x3e\x01\x8c\x04\x7c\x01\x53\x00",
  127220             :     ._co_firsttraceable = 0,
  127221             : };
  127222             : static
  127223             :     struct {
  127224             :         PyASCIIObject _ascii;
  127225             :         uint8_t _data[30];
  127226             :     }
  127227             : site_toplevel_consts_17_consts_0 = {
  127228             :     ._ascii = {
  127229             :         .ob_base = {
  127230             :             .ob_refcnt = 999999999,
  127231             :             .ob_type = &PyUnicode_Type,
  127232             :         },
  127233             :         .length = 29,
  127234             :         .hash = -1,
  127235             :         .state = {
  127236             :             .kind = 1,
  127237             :             .compact = 1,
  127238             :             .ascii = 1,
  127239             :         },
  127240             :     },
  127241             :     ._data = "Add site-packages to sys.path",
  127242             : };
  127243             : static
  127244             :     struct {
  127245             :         PyASCIIObject _ascii;
  127246             :         uint8_t _data[32];
  127247             :     }
  127248             : site_toplevel_consts_17_consts_1 = {
  127249             :     ._ascii = {
  127250             :         .ob_base = {
  127251             :             .ob_refcnt = 999999999,
  127252             :             .ob_type = &PyUnicode_Type,
  127253             :         },
  127254             :         .length = 31,
  127255             :         .hash = -1,
  127256             :         .state = {
  127257             :             .kind = 1,
  127258             :             .compact = 1,
  127259             :             .ascii = 1,
  127260             :         },
  127261             :     },
  127262             :     ._data = "Processing global site-packages",
  127263             : };
  127264             : static
  127265             :     struct {
  127266             :         PyGC_Head _gc_head;
  127267             :         struct {
  127268             :             PyObject_VAR_HEAD
  127269             :             PyObject *ob_item[2];
  127270             :         }_object;
  127271             :     }
  127272             : site_toplevel_consts_17_consts = {
  127273             :     ._object = {
  127274             :         .ob_base = {
  127275             :             .ob_base = {
  127276             :                 .ob_refcnt = 999999999,
  127277             :                 .ob_type = &PyTuple_Type,
  127278             :             },
  127279             :             .ob_size = 2,
  127280             :         },
  127281             :         .ob_item = {
  127282             :             & site_toplevel_consts_17_consts_0._ascii.ob_base,
  127283             :             & site_toplevel_consts_17_consts_1._ascii.ob_base,
  127284             :         },
  127285             :     },
  127286             : };
  127287             : static
  127288             :     struct {
  127289             :         PyGC_Head _gc_head;
  127290             :         struct {
  127291             :             PyObject_VAR_HEAD
  127292             :             PyObject *ob_item[6];
  127293             :         }_object;
  127294             :     }
  127295             : site_toplevel_consts_17_names = {
  127296             :     ._object = {
  127297             :         .ob_base = {
  127298             :             .ob_base = {
  127299             :                 .ob_refcnt = 999999999,
  127300             :                 .ob_type = &PyTuple_Type,
  127301             :             },
  127302             :             .ob_size = 6,
  127303             :         },
  127304             :         .ob_item = {
  127305             :             & const_str__trace._ascii.ob_base,
  127306             :             & const_str_getsitepackages._ascii.ob_base,
  127307             :             & const_str_os._ascii.ob_base,
  127308             :             &_Py_ID(path),
  127309             :             & const_str_isdir._ascii.ob_base,
  127310             :             & const_str_addsitedir._ascii.ob_base,
  127311             :         },
  127312             :     },
  127313             : };
  127314             : static
  127315             :     struct {
  127316             :         PyASCIIObject _ascii;
  127317             :         uint8_t _data[16];
  127318             :     }
  127319             : const_str_addsitepackages = {
  127320             :     ._ascii = {
  127321             :         .ob_base = {
  127322             :             .ob_refcnt = 999999999,
  127323             :             .ob_type = &PyUnicode_Type,
  127324             :         },
  127325             :         .length = 15,
  127326             :         .hash = -1,
  127327             :         .state = {
  127328             :             .kind = 1,
  127329             :             .compact = 1,
  127330             :             .ascii = 1,
  127331             :         },
  127332             :     },
  127333             :     ._data = "addsitepackages",
  127334             : };
  127335             : static
  127336             :     struct {
  127337             :         PyObject_VAR_HEAD
  127338             :         Py_hash_t ob_shash;
  127339             :         char ob_sval[78];
  127340             :     }
  127341             : site_toplevel_consts_17_linetable = {
  127342             :     .ob_base = {
  127343             :         .ob_base = {
  127344             :             .ob_refcnt = 999999999,
  127345             :             .ob_type = &PyBytes_Type,
  127346             :         },
  127347             :         .ob_size = 77,
  127348             :     },
  127349             :     .ob_shash = -1,
  127350             :     .ob_sval = "\x80\x00\xe5\x04\x0a\xd0\x0b\x2c\xd4\x04\x2d\xd0\x04\x2d\xdd\x13\x22\xa0\x38\xd4\x13\x2c\xf0\x00\x02\x05\x2d\xf1\x00\x02\x05\x2d\x88\x07\xdd\x0b\x0d\x8f\x37\x89\x37\x8f\x3d\x89\x3d\x98\x17\xd4\x0b\x21\xf0\x00\x01\x09\x2d\xdd\x0c\x16\x90\x77\xa0\x0b\xd4\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xe0\x0b\x16\xd0\x04\x16",
  127351             : };
  127352             : static
  127353             :     struct {
  127354             :         PyGC_Head _gc_head;
  127355             :         struct {
  127356             :             PyObject_VAR_HEAD
  127357             :             PyObject *ob_item[3];
  127358             :         }_object;
  127359             :     }
  127360             : site_toplevel_consts_17_localsplusnames = {
  127361             :     ._object = {
  127362             :         .ob_base = {
  127363             :             .ob_base = {
  127364             :                 .ob_refcnt = 999999999,
  127365             :                 .ob_type = &PyTuple_Type,
  127366             :             },
  127367             :             .ob_size = 3,
  127368             :         },
  127369             :         .ob_item = {
  127370             :             & const_str_known_paths._ascii.ob_base,
  127371             :             & const_str_prefixes._ascii.ob_base,
  127372             :             & const_str_sitedir._ascii.ob_base,
  127373             :         },
  127374             :     },
  127375             : };
  127376             : static
  127377             :     struct _PyCode_DEF(160)
  127378             : site_toplevel_consts_17 = {
  127379             :     .ob_base = {
  127380             :         .ob_base = {
  127381             :             .ob_refcnt = 999999999,
  127382             :             .ob_type = &PyCode_Type,
  127383             :         },
  127384             :         .ob_size = 80,
  127385             :     },
  127386             :     .co_consts = & site_toplevel_consts_17_consts._object.ob_base.ob_base,
  127387             :     .co_names = & site_toplevel_consts_17_names._object.ob_base.ob_base,
  127388             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  127389             :     .co_flags = 3,
  127390             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  127391             :     ._co_linearray_entry_size = 0,
  127392             :     .co_argcount = 2,
  127393             :     .co_posonlyargcount = 0,
  127394             :     .co_kwonlyargcount = 0,
  127395             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  127396             :     .co_stacksize = 5,
  127397             :     .co_firstlineno = 379,
  127398             :     .co_nlocalsplus = 3,
  127399             :     .co_nlocals = 3,
  127400             :     .co_nplaincellvars = 0,
  127401             :     .co_ncellvars = 0,
  127402             :     .co_nfreevars = 0,
  127403             :     .co_localsplusnames = & site_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
  127404             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  127405             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  127406             :     .co_name = & const_str_addsitepackages._ascii.ob_base,
  127407             :     .co_qualname = & const_str_addsitepackages._ascii.ob_base,
  127408             :     .co_linetable = & site_toplevel_consts_17_linetable.ob_base.ob_base,
  127409             :     ._co_code = NULL,
  127410             :     ._co_linearray = NULL,
  127411             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x31\x00\x00\x7d\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x24\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x33\x7c\x00\x53\x00",
  127412             :     ._co_firsttraceable = 0,
  127413             : };
  127414             : static
  127415             :     struct {
  127416             :         PyASCIIObject _ascii;
  127417             :         uint8_t _data[174];
  127418             :     }
  127419             : site_toplevel_consts_18_consts_0 = {
  127420             :     ._ascii = {
  127421             :         .ob_base = {
  127422             :             .ob_refcnt = 999999999,
  127423             :             .ob_type = &PyUnicode_Type,
  127424             :         },
  127425             :         .length = 173,
  127426             :         .hash = -1,
  127427             :         .state = {
  127428             :             .kind = 1,
  127429             :             .compact = 1,
  127430             :             .ascii = 1,
  127431             :         },
  127432             :     },
  127433             :     ._data = "\x44\x65\x66\x69\x6e\x65\x20\x6e\x65\x77\x20\x62\x75\x69\x6c\x74\x69\x6e\x73\x20\x27\x71\x75\x69\x74\x27\x20\x61\x6e\x64\x20\x27\x65\x78\x69\x74\x27\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x73\x65\x20\x61\x72\x65\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x77\x68\x69\x63\x68\x20\x6d\x61\x6b\x65\x20\x74\x68\x65\x20\x69\x6e\x74\x65\x72\x70\x72\x65\x74\x65\x72\x20\x65\x78\x69\x74\x20\x77\x68\x65\x6e\x20\x63\x61\x6c\x6c\x65\x64\x2e\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x72\x65\x70\x72\x20\x6f\x66\x20\x65\x61\x63\x68\x20\x6f\x62\x6a\x65\x63\x74\x20\x63\x6f\x6e\x74\x61\x69\x6e\x73\x20\x61\x20\x68\x69\x6e\x74\x20\x61\x74\x20\x68\x6f\x77\x20\x69\x74\x20\x77\x6f\x72\x6b\x73\x2e\x0a\x0a\x20\x20\x20\x20",
  127434             : };
  127435             : static
  127436             :     struct {
  127437             :         PyASCIIObject _ascii;
  127438             :         uint8_t _data[19];
  127439             :     }
  127440             : site_toplevel_consts_18_consts_2 = {
  127441             :     ._ascii = {
  127442             :         .ob_base = {
  127443             :             .ob_refcnt = 999999999,
  127444             :             .ob_type = &PyUnicode_Type,
  127445             :         },
  127446             :         .length = 18,
  127447             :         .hash = -1,
  127448             :         .state = {
  127449             :             .kind = 1,
  127450             :             .compact = 1,
  127451             :             .ascii = 1,
  127452             :         },
  127453             :     },
  127454             :     ._data = "Ctrl-Z plus Return",
  127455             : };
  127456             : static
  127457             :     struct {
  127458             :         PyASCIIObject _ascii;
  127459             :         uint8_t _data[18];
  127460             :     }
  127461             : site_toplevel_consts_18_consts_3 = {
  127462             :     ._ascii = {
  127463             :         .ob_base = {
  127464             :             .ob_refcnt = 999999999,
  127465             :             .ob_type = &PyUnicode_Type,
  127466             :         },
  127467             :         .length = 17,
  127468             :         .hash = -1,
  127469             :         .state = {
  127470             :             .kind = 1,
  127471             :             .compact = 1,
  127472             :             .ascii = 1,
  127473             :         },
  127474             :     },
  127475             :     ._data = "Ctrl-D (i.e. EOF)",
  127476             : };
  127477             : static
  127478             :     struct {
  127479             :         PyASCIIObject _ascii;
  127480             :         uint8_t _data[5];
  127481             :     }
  127482             : const_str_quit = {
  127483             :     ._ascii = {
  127484             :         .ob_base = {
  127485             :             .ob_refcnt = 999999999,
  127486             :             .ob_type = &PyUnicode_Type,
  127487             :         },
  127488             :         .length = 4,
  127489             :         .hash = -1,
  127490             :         .state = {
  127491             :             .kind = 1,
  127492             :             .compact = 1,
  127493             :             .ascii = 1,
  127494             :         },
  127495             :     },
  127496             :     ._data = "quit",
  127497             : };
  127498             : static
  127499             :     struct {
  127500             :         PyASCIIObject _ascii;
  127501             :         uint8_t _data[5];
  127502             :     }
  127503             : const_str_exit = {
  127504             :     ._ascii = {
  127505             :         .ob_base = {
  127506             :             .ob_refcnt = 999999999,
  127507             :             .ob_type = &PyUnicode_Type,
  127508             :         },
  127509             :         .length = 4,
  127510             :         .hash = -1,
  127511             :         .state = {
  127512             :             .kind = 1,
  127513             :             .compact = 1,
  127514             :             .ascii = 1,
  127515             :         },
  127516             :     },
  127517             :     ._data = "exit",
  127518             : };
  127519             : static
  127520             :     struct {
  127521             :         PyGC_Head _gc_head;
  127522             :         struct {
  127523             :             PyObject_VAR_HEAD
  127524             :             PyObject *ob_item[7];
  127525             :         }_object;
  127526             :     }
  127527             : site_toplevel_consts_18_consts = {
  127528             :     ._object = {
  127529             :         .ob_base = {
  127530             :             .ob_base = {
  127531             :                 .ob_refcnt = 999999999,
  127532             :                 .ob_type = &PyTuple_Type,
  127533             :             },
  127534             :             .ob_size = 7,
  127535             :         },
  127536             :         .ob_item = {
  127537             :             & site_toplevel_consts_18_consts_0._ascii.ob_base,
  127538             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
  127539             :             & site_toplevel_consts_18_consts_2._ascii.ob_base,
  127540             :             & site_toplevel_consts_18_consts_3._ascii.ob_base,
  127541             :             & const_str_quit._ascii.ob_base,
  127542             :             & const_str_exit._ascii.ob_base,
  127543             :             Py_None,
  127544             :         },
  127545             :     },
  127546             : };
  127547             : static
  127548             :     struct {
  127549             :         PyASCIIObject _ascii;
  127550             :         uint8_t _data[14];
  127551             :     }
  127552             : const_str__sitebuiltins = {
  127553             :     ._ascii = {
  127554             :         .ob_base = {
  127555             :             .ob_refcnt = 999999999,
  127556             :             .ob_type = &PyUnicode_Type,
  127557             :         },
  127558             :         .length = 13,
  127559             :         .hash = -1,
  127560             :         .state = {
  127561             :             .kind = 1,
  127562             :             .compact = 1,
  127563             :             .ascii = 1,
  127564             :         },
  127565             :     },
  127566             :     ._data = "_sitebuiltins",
  127567             : };
  127568             : static
  127569             :     struct {
  127570             :         PyGC_Head _gc_head;
  127571             :         struct {
  127572             :             PyObject_VAR_HEAD
  127573             :             PyObject *ob_item[7];
  127574             :         }_object;
  127575             :     }
  127576             : site_toplevel_consts_18_names = {
  127577             :     ._object = {
  127578             :         .ob_base = {
  127579             :             .ob_base = {
  127580             :                 .ob_refcnt = 999999999,
  127581             :                 .ob_type = &PyTuple_Type,
  127582             :             },
  127583             :             .ob_size = 7,
  127584             :         },
  127585             :         .ob_item = {
  127586             :             & const_str_os._ascii.ob_base,
  127587             :             & const_str_sep._ascii.ob_base,
  127588             :             & const_str__sitebuiltins._ascii.ob_base,
  127589             :             & const_str_Quitter._ascii.ob_base,
  127590             :             &_Py_ID(builtins),
  127591             :             & const_str_quit._ascii.ob_base,
  127592             :             & const_str_exit._ascii.ob_base,
  127593             :         },
  127594             :     },
  127595             : };
  127596             : static
  127597             :     struct {
  127598             :         PyASCIIObject _ascii;
  127599             :         uint8_t _data[8];
  127600             :     }
  127601             : const_str_setquit = {
  127602             :     ._ascii = {
  127603             :         .ob_base = {
  127604             :             .ob_refcnt = 999999999,
  127605             :             .ob_type = &PyUnicode_Type,
  127606             :         },
  127607             :         .length = 7,
  127608             :         .hash = -1,
  127609             :         .state = {
  127610             :             .kind = 1,
  127611             :             .compact = 1,
  127612             :             .ascii = 1,
  127613             :         },
  127614             :     },
  127615             :     ._data = "setquit",
  127616             : };
  127617             : static
  127618             :     struct {
  127619             :         PyObject_VAR_HEAD
  127620             :         Py_hash_t ob_shash;
  127621             :         char ob_sval[77];
  127622             :     }
  127623             : site_toplevel_consts_18_linetable = {
  127624             :     .ob_base = {
  127625             :         .ob_base = {
  127626             :             .ob_refcnt = 999999999,
  127627             :             .ob_type = &PyBytes_Type,
  127628             :         },
  127629             :         .ob_size = 76,
  127630             :     },
  127631             :     .ob_shash = -1,
  127632             :     .ob_sval = "\x80\x00\xf5\x0e\x00\x08\x0a\x87\x76\x81\x76\x90\x14\x82\x7e\xf0\x00\x03\x05\x22\xd8\x0e\x22\x88\x03\x88\x03\xe0\x0e\x21\x88\x03\xe5\x14\x29\xd7\x14\x29\xd1\x14\x29\xa8\x26\xb0\x23\xd4\x14\x36\x85\x48\x84\x4d\xdd\x14\x29\xd7\x14\x29\xd1\x14\x29\xa8\x26\xb0\x23\xd4\x14\x36\x85\x48\x84\x4d\x80\x4d\x80\x4d",
  127633             : };
  127634             : static
  127635             :     struct {
  127636             :         PyGC_Head _gc_head;
  127637             :         struct {
  127638             :             PyObject_VAR_HEAD
  127639             :             PyObject *ob_item[1];
  127640             :         }_object;
  127641             :     }
  127642             : site_toplevel_consts_18_localsplusnames = {
  127643             :     ._object = {
  127644             :         .ob_base = {
  127645             :             .ob_base = {
  127646             :                 .ob_refcnt = 999999999,
  127647             :                 .ob_type = &PyTuple_Type,
  127648             :             },
  127649             :             .ob_size = 1,
  127650             :         },
  127651             :         .ob_item = {
  127652             :             & const_str_eof._ascii.ob_base,
  127653             :         },
  127654             :     },
  127655             : };
  127656             : static
  127657             :     struct _PyCode_DEF(194)
  127658             : site_toplevel_consts_18 = {
  127659             :     .ob_base = {
  127660             :         .ob_base = {
  127661             :             .ob_refcnt = 999999999,
  127662             :             .ob_type = &PyCode_Type,
  127663             :         },
  127664             :         .ob_size = 97,
  127665             :     },
  127666             :     .co_consts = & site_toplevel_consts_18_consts._object.ob_base.ob_base,
  127667             :     .co_names = & site_toplevel_consts_18_names._object.ob_base.ob_base,
  127668             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  127669             :     .co_flags = 3,
  127670             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  127671             :     ._co_linearray_entry_size = 0,
  127672             :     .co_argcount = 0,
  127673             :     .co_posonlyargcount = 0,
  127674             :     .co_kwonlyargcount = 0,
  127675             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  127676             :     .co_stacksize = 4,
  127677             :     .co_firstlineno = 388,
  127678             :     .co_nlocalsplus = 1,
  127679             :     .co_nlocals = 1,
  127680             :     .co_nplaincellvars = 0,
  127681             :     .co_ncellvars = 0,
  127682             :     .co_nfreevars = 0,
  127683             :     .co_localsplusnames = & site_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  127684             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  127685             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  127686             :     .co_name = & const_str_setquit._ascii.ob_base,
  127687             :     .co_qualname = & const_str_setquit._ascii.ob_base,
  127688             :     .co_linetable = & site_toplevel_consts_18_linetable.ob_base.ob_base,
  127689             :     ._co_code = NULL,
  127690             :     ._co_linearray = NULL,
  127691             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x03\x64\x02\x7d\x00\x6e\x02\x64\x03\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x53\x00",
  127692             :     ._co_firsttraceable = 0,
  127693             : };
  127694             : static
  127695             :     struct {
  127696             :         PyASCIIObject _ascii;
  127697             :         uint8_t _data[42];
  127698             :     }
  127699             : site_toplevel_consts_19_consts_0 = {
  127700             :     ._ascii = {
  127701             :         .ob_base = {
  127702             :             .ob_refcnt = 999999999,
  127703             :             .ob_type = &PyUnicode_Type,
  127704             :         },
  127705             :         .length = 41,
  127706             :         .hash = -1,
  127707             :         .state = {
  127708             :             .kind = 1,
  127709             :             .compact = 1,
  127710             :             .ascii = 1,
  127711             :         },
  127712             :     },
  127713             :     ._data = "Set 'copyright' and 'credits' in builtins",
  127714             : };
  127715             : static
  127716             :     struct {
  127717             :         PyASCIIObject _ascii;
  127718             :         uint8_t _data[10];
  127719             :     }
  127720             : const_str_copyright = {
  127721             :     ._ascii = {
  127722             :         .ob_base = {
  127723             :             .ob_refcnt = 999999999,
  127724             :             .ob_type = &PyUnicode_Type,
  127725             :         },
  127726             :         .length = 9,
  127727             :         .hash = -1,
  127728             :         .state = {
  127729             :             .kind = 1,
  127730             :             .compact = 1,
  127731             :             .ascii = 1,
  127732             :         },
  127733             :     },
  127734             :     ._data = "copyright",
  127735             : };
  127736             : static
  127737             :     struct {
  127738             :         PyASCIIObject _ascii;
  127739             :         uint8_t _data[5];
  127740             :     }
  127741             : const_str_java = {
  127742             :     ._ascii = {
  127743             :         .ob_base = {
  127744             :             .ob_refcnt = 999999999,
  127745             :             .ob_type = &PyUnicode_Type,
  127746             :         },
  127747             :         .length = 4,
  127748             :         .hash = -1,
  127749             :         .state = {
  127750             :             .kind = 1,
  127751             :             .compact = 1,
  127752             :             .ascii = 1,
  127753             :         },
  127754             :     },
  127755             :     ._data = "java",
  127756             : };
  127757             : static
  127758             :     struct {
  127759             :         PyASCIIObject _ascii;
  127760             :         uint8_t _data[8];
  127761             :     }
  127762             : const_str_credits = {
  127763             :     ._ascii = {
  127764             :         .ob_base = {
  127765             :             .ob_refcnt = 999999999,
  127766             :             .ob_type = &PyUnicode_Type,
  127767             :         },
  127768             :         .length = 7,
  127769             :         .hash = -1,
  127770             :         .state = {
  127771             :             .kind = 1,
  127772             :             .compact = 1,
  127773             :             .ascii = 1,
  127774             :         },
  127775             :     },
  127776             :     ._data = "credits",
  127777             : };
  127778             : static
  127779             :     struct {
  127780             :         PyASCIIObject _ascii;
  127781             :         uint8_t _data[64];
  127782             :     }
  127783             : site_toplevel_consts_19_consts_6 = {
  127784             :     ._ascii = {
  127785             :         .ob_base = {
  127786             :             .ob_refcnt = 999999999,
  127787             :             .ob_type = &PyUnicode_Type,
  127788             :         },
  127789             :         .length = 63,
  127790             :         .hash = -1,
  127791             :         .state = {
  127792             :             .kind = 1,
  127793             :             .compact = 1,
  127794             :             .ascii = 1,
  127795             :         },
  127796             :     },
  127797             :     ._data = "Jython is maintained by the Jython developers (www.jython.org).",
  127798             : };
  127799             : static
  127800             :     struct {
  127801             :         PyASCIIObject _ascii;
  127802             :         uint8_t _data[159];
  127803             :     }
  127804             : site_toplevel_consts_19_consts_7 = {
  127805             :     ._ascii = {
  127806             :         .ob_base = {
  127807             :             .ob_refcnt = 999999999,
  127808             :             .ob_type = &PyUnicode_Type,
  127809             :         },
  127810             :         .length = 158,
  127811             :         .hash = -1,
  127812             :         .state = {
  127813             :             .kind = 1,
  127814             :             .compact = 1,
  127815             :             .ascii = 1,
  127816             :         },
  127817             :     },
  127818             :     ._data = "\x20\x20\x20\x20\x54\x68\x61\x6e\x6b\x73\x20\x74\x6f\x20\x43\x57\x49\x2c\x20\x43\x4e\x52\x49\x2c\x20\x42\x65\x4f\x70\x65\x6e\x2e\x63\x6f\x6d\x2c\x20\x5a\x6f\x70\x65\x20\x43\x6f\x72\x70\x6f\x72\x61\x74\x69\x6f\x6e\x20\x61\x6e\x64\x20\x61\x20\x63\x61\x73\x74\x20\x6f\x66\x20\x74\x68\x6f\x75\x73\x61\x6e\x64\x73\x0a\x20\x20\x20\x20\x66\x6f\x72\x20\x73\x75\x70\x70\x6f\x72\x74\x69\x6e\x67\x20\x50\x79\x74\x68\x6f\x6e\x20\x64\x65\x76\x65\x6c\x6f\x70\x6d\x65\x6e\x74\x2e\x20\x20\x53\x65\x65\x20\x77\x77\x77\x2e\x70\x79\x74\x68\x6f\x6e\x2e\x6f\x72\x67\x20\x66\x6f\x72\x20\x6d\x6f\x72\x65\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x2e",
  127819             : };
  127820             : static
  127821             :     struct {
  127822             :         PyASCIIObject _ascii;
  127823             :         uint8_t _data[12];
  127824             :     }
  127825             : site_toplevel_consts_19_consts_10 = {
  127826             :     ._ascii = {
  127827             :         .ob_base = {
  127828             :             .ob_refcnt = 999999999,
  127829             :             .ob_type = &PyUnicode_Type,
  127830             :         },
  127831             :         .length = 11,
  127832             :         .hash = -1,
  127833             :         .state = {
  127834             :             .kind = 1,
  127835             :             .compact = 1,
  127836             :             .ascii = 1,
  127837             :         },
  127838             :     },
  127839             :     ._data = "LICENSE.txt",
  127840             : };
  127841             : static
  127842             :     struct {
  127843             :         PyASCIIObject _ascii;
  127844             :         uint8_t _data[8];
  127845             :     }
  127846             : const_str_LICENSE = {
  127847             :     ._ascii = {
  127848             :         .ob_base = {
  127849             :             .ob_refcnt = 999999999,
  127850             :             .ob_type = &PyUnicode_Type,
  127851             :         },
  127852             :         .length = 7,
  127853             :         .hash = -1,
  127854             :         .state = {
  127855             :             .kind = 1,
  127856             :             .compact = 1,
  127857             :             .ascii = 1,
  127858             :         },
  127859             :     },
  127860             :     ._data = "LICENSE",
  127861             : };
  127862             : static
  127863             :     struct {
  127864             :         PyASCIIObject _ascii;
  127865             :         uint8_t _data[8];
  127866             :     }
  127867             : const_str_license = {
  127868             :     ._ascii = {
  127869             :         .ob_base = {
  127870             :             .ob_refcnt = 999999999,
  127871             :             .ob_type = &PyUnicode_Type,
  127872             :         },
  127873             :         .length = 7,
  127874             :         .hash = -1,
  127875             :         .state = {
  127876             :             .kind = 1,
  127877             :             .compact = 1,
  127878             :             .ascii = 1,
  127879             :         },
  127880             :     },
  127881             :     ._data = "license",
  127882             : };
  127883             : static
  127884             :     struct {
  127885             :         PyASCIIObject _ascii;
  127886             :         uint8_t _data[40];
  127887             :     }
  127888             : site_toplevel_consts_19_consts_13 = {
  127889             :     ._ascii = {
  127890             :         .ob_base = {
  127891             :             .ob_refcnt = 999999999,
  127892             :             .ob_type = &PyUnicode_Type,
  127893             :         },
  127894             :         .length = 39,
  127895             :         .hash = -1,
  127896             :         .state = {
  127897             :             .kind = 1,
  127898             :             .compact = 1,
  127899             :             .ascii = 1,
  127900             :         },
  127901             :     },
  127902             :     ._data = "See https://www.python.org/psf/license/",
  127903             : };
  127904             : static
  127905             :     struct {
  127906             :         PyGC_Head _gc_head;
  127907             :         struct {
  127908             :             PyObject_VAR_HEAD
  127909             :             PyObject *ob_item[14];
  127910             :         }_object;
  127911             :     }
  127912             : site_toplevel_consts_19_consts = {
  127913             :     ._object = {
  127914             :         .ob_base = {
  127915             :             .ob_base = {
  127916             :                 .ob_refcnt = 999999999,
  127917             :                 .ob_type = &PyTuple_Type,
  127918             :             },
  127919             :             .ob_size = 14,
  127920             :         },
  127921             :         .ob_item = {
  127922             :             & site_toplevel_consts_19_consts_0._ascii.ob_base,
  127923             :             & const_str_copyright._ascii.ob_base,
  127924             :             Py_None,
  127925             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
  127926             :             & const_str_java._ascii.ob_base,
  127927             :             & const_str_credits._ascii.ob_base,
  127928             :             & site_toplevel_consts_19_consts_6._ascii.ob_base,
  127929             :             & site_toplevel_consts_19_consts_7._ascii.ob_base,
  127930             :             & const_str__stdlib_dir._ascii.ob_base,
  127931             :             &_Py_ID(__file__),
  127932             :             & site_toplevel_consts_19_consts_10._ascii.ob_base,
  127933             :             & const_str_LICENSE._ascii.ob_base,
  127934             :             & const_str_license._ascii.ob_base,
  127935             :             & site_toplevel_consts_19_consts_13._ascii.ob_base,
  127936             :         },
  127937             :     },
  127938             : };
  127939             : static
  127940             :     struct {
  127941             :         PyGC_Head _gc_head;
  127942             :         struct {
  127943             :             PyObject_VAR_HEAD
  127944             :             PyObject *ob_item[18];
  127945             :         }_object;
  127946             :     }
  127947             : site_toplevel_consts_19_names = {
  127948             :     ._object = {
  127949             :         .ob_base = {
  127950             :             .ob_base = {
  127951             :                 .ob_refcnt = 999999999,
  127952             :                 .ob_type = &PyTuple_Type,
  127953             :             },
  127954             :             .ob_size = 18,
  127955             :         },
  127956             :         .ob_item = {
  127957             :             & const_str__sitebuiltins._ascii.ob_base,
  127958             :             & const_str__Printer._ascii.ob_base,
  127959             :             & const_str_sys._ascii.ob_base,
  127960             :             & const_str_copyright._ascii.ob_base,
  127961             :             &_Py_ID(builtins),
  127962             :             & const_str_platform._ascii.ob_base,
  127963             :             & const_str_credits._ascii.ob_base,
  127964             :             &_Py_ID(getattr),
  127965             :             & const_str_hasattr._ascii.ob_base,
  127966             :             & const_str_os._ascii.ob_base,
  127967             :             &_Py_ID(path),
  127968             :             & const_str_dirname._ascii.ob_base,
  127969             :             &_Py_ID(__file__),
  127970             :             &_Py_ID(extend),
  127971             :             &_Py_ID(join),
  127972             :             & const_str_pardir._ascii.ob_base,
  127973             :             & const_str_curdir._ascii.ob_base,
  127974             :             & const_str_license._ascii.ob_base,
  127975             :         },
  127976             :     },
  127977             : };
  127978             : static
  127979             :     struct {
  127980             :         PyASCIIObject _ascii;
  127981             :         uint8_t _data[13];
  127982             :     }
  127983             : const_str_setcopyright = {
  127984             :     ._ascii = {
  127985             :         .ob_base = {
  127986             :             .ob_refcnt = 999999999,
  127987             :             .ob_type = &PyUnicode_Type,
  127988             :         },
  127989             :         .length = 12,
  127990             :         .hash = -1,
  127991             :         .state = {
  127992             :             .kind = 1,
  127993             :             .compact = 1,
  127994             :             .ascii = 1,
  127995             :         },
  127996             :     },
  127997             :     ._data = "setcopyright",
  127998             : };
  127999             : static
  128000             :     struct {
  128001             :         PyObject_VAR_HEAD
  128002             :         Py_hash_t ob_shash;
  128003             :         char ob_sval[294];
  128004             :     }
  128005             : site_toplevel_consts_19_linetable = {
  128006             :     .ob_base = {
  128007             :         .ob_base = {
  128008             :             .ob_refcnt = 999999999,
  128009             :             .ob_type = &PyBytes_Type,
  128010             :         },
  128011             :         .ob_size = 293,
  128012             :     },
  128013             :     .ob_shash = -1,
  128014             :     .ob_sval = "\x80\x00\xe5\x19\x2f\xd7\x19\x2f\xd1\x19\x2f\xb0\x0b\xbd\x53\xbf\x5d\xb9\x5d\xd4\x19\x4b\x85\x48\xd4\x04\x16\xdd\x07\x0a\x87\x7c\x81\x7c\xd0\x07\x17\x90\x51\xd0\x07\x17\x98\x36\xd2\x07\x21\xf0\x00\x07\x05\x55\x01\xdd\x1b\x31\xd7\x1b\x31\xd1\x1b\x31\xd8\x0c\x15\xd8\x0c\x4d\xf4\x05\x02\x1c\x4f\x01\x8d\x08\xd4\x08\x18\xd0\x08\x18\xf5\x08\x00\x1c\x32\xd7\x1b\x31\xd1\x1b\x31\xb0\x29\xf0\x00\x02\x3e\x54\x01\xf4\x00\x02\x1c\x55\x01\x8d\x08\xd4\x08\x18\xf0\x06\x00\x13\x15\x90\x62\x88\x34\x80\x45\xf5\x06\x00\x0c\x13\x95\x33\x98\x0d\xa0\x74\xd4\x0b\x2c\x80\x44\xd8\x0b\x0f\xf0\x00\x01\x05\x2c\x95\x47\x9d\x42\xa0\x0a\xd4\x14\x2b\xf0\x00\x01\x05\x2c\xdd\x0f\x11\x8f\x77\x89\x77\x8f\x7f\x89\x7f\x9d\x72\x9f\x7b\x99\x7b\xd4\x0f\x2b\x88\x04\xd8\x07\x0b\xf0\x00\x02\x05\x46\x01\xd8\x08\x0d\x8f\x0c\x89\x0c\x90\x6d\xa0\x59\xd0\x15\x2f\xd4\x08\x30\xd0\x08\x30\xd8\x08\x0c\x8f\x0b\x89\x0b\x95\x52\x97\x57\x91\x57\x97\x5c\x91\x5c\xa0\x24\xad\x02\xaf\x09\xa9\x09\xd4\x15\x32\xb0\x44\xbd\x22\xbf\x29\xb9\x29\xd0\x14\x44\xd4\x08\x45\xd0\x08\x45\xdd\x17\x2d\xd7\x17\x2d\xd1\x17\x2d\xd8\x08\x11\xd8\x08\x31\xd8\x08\x0d\x88\x74\xf4\x07\x03\x18\x15\x85\x48\xd4\x04\x14\xd0\x04\x14\xd0\x04\x14",
  128015             : };
  128016             : static
  128017             :     struct {
  128018             :         PyASCIIObject _ascii;
  128019             :         uint8_t _data[5];
  128020             :     }
  128021             : const_str_here = {
  128022             :     ._ascii = {
  128023             :         .ob_base = {
  128024             :             .ob_refcnt = 999999999,
  128025             :             .ob_type = &PyUnicode_Type,
  128026             :         },
  128027             :         .length = 4,
  128028             :         .hash = -1,
  128029             :         .state = {
  128030             :             .kind = 1,
  128031             :             .compact = 1,
  128032             :             .ascii = 1,
  128033             :         },
  128034             :     },
  128035             :     ._data = "here",
  128036             : };
  128037             : static
  128038             :     struct {
  128039             :         PyGC_Head _gc_head;
  128040             :         struct {
  128041             :             PyObject_VAR_HEAD
  128042             :             PyObject *ob_item[3];
  128043             :         }_object;
  128044             :     }
  128045             : site_toplevel_consts_19_localsplusnames = {
  128046             :     ._object = {
  128047             :         .ob_base = {
  128048             :             .ob_base = {
  128049             :                 .ob_refcnt = 999999999,
  128050             :                 .ob_type = &PyTuple_Type,
  128051             :             },
  128052             :             .ob_size = 3,
  128053             :         },
  128054             :         .ob_item = {
  128055             :             & const_str_files._ascii.ob_base,
  128056             :             & const_str_dirs._ascii.ob_base,
  128057             :             & const_str_here._ascii.ob_base,
  128058             :         },
  128059             :     },
  128060             : };
  128061             : static
  128062             :     struct _PyCode_DEF(758)
  128063             : site_toplevel_consts_19 = {
  128064             :     .ob_base = {
  128065             :         .ob_base = {
  128066             :             .ob_refcnt = 999999999,
  128067             :             .ob_type = &PyCode_Type,
  128068             :         },
  128069             :         .ob_size = 379,
  128070             :     },
  128071             :     .co_consts = & site_toplevel_consts_19_consts._object.ob_base.ob_base,
  128072             :     .co_names = & site_toplevel_consts_19_names._object.ob_base.ob_base,
  128073             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  128074             :     .co_flags = 3,
  128075             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  128076             :     ._co_linearray_entry_size = 0,
  128077             :     .co_argcount = 0,
  128078             :     .co_posonlyargcount = 0,
  128079             :     .co_kwonlyargcount = 0,
  128080             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  128081             :     .co_stacksize = 6,
  128082             :     .co_firstlineno = 404,
  128083             :     .co_nlocalsplus = 3,
  128084             :     .co_nlocals = 3,
  128085             :     .co_nplaincellvars = 0,
  128086             :     .co_ncellvars = 0,
  128087             :     .co_nfreevars = 0,
  128088             :     .co_localsplusnames = & site_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
  128089             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  128090             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  128091             :     .co_name = & const_str_setcopyright._ascii.ob_base,
  128092             :     .co_qualname = & const_str_setcopyright._ascii.ob_base,
  128093             :     .co_linetable = & site_toplevel_consts_19_linetable.ob_base.ob_base,
  128094             :     ._co_code = NULL,
  128095             :     ._co_linearray = NULL,
  128096             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\x1a\x00\x64\x04\x6b\x02\x00\x00\x00\x00\x72\x23\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x22\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x64\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x67\x00\x7d\x01\x7d\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x73\x43\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x72\x67\x7c\x00\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x64\x0b\x67\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x64\x0d\x7c\x00\x7c\x01\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x11\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
  128097             :     ._co_firsttraceable = 0,
  128098             : };
  128099             : static
  128100             :     struct {
  128101             :         PyGC_Head _gc_head;
  128102             :         struct {
  128103             :             PyObject_VAR_HEAD
  128104             :             PyObject *ob_item[4];
  128105             :         }_object;
  128106             :     }
  128107             : site_toplevel_consts_20_names = {
  128108             :     ._object = {
  128109             :         .ob_base = {
  128110             :             .ob_base = {
  128111             :                 .ob_refcnt = 999999999,
  128112             :                 .ob_type = &PyTuple_Type,
  128113             :             },
  128114             :             .ob_size = 4,
  128115             :         },
  128116             :         .ob_item = {
  128117             :             & const_str__sitebuiltins._ascii.ob_base,
  128118             :             & const_str__Helper._ascii.ob_base,
  128119             :             &_Py_ID(builtins),
  128120             :             & const_str_help._ascii.ob_base,
  128121             :         },
  128122             :     },
  128123             : };
  128124             : static
  128125             :     struct {
  128126             :         PyASCIIObject _ascii;
  128127             :         uint8_t _data[10];
  128128             :     }
  128129             : const_str_sethelper = {
  128130             :     ._ascii = {
  128131             :         .ob_base = {
  128132             :             .ob_refcnt = 999999999,
  128133             :             .ob_type = &PyUnicode_Type,
  128134             :         },
  128135             :         .length = 9,
  128136             :         .hash = -1,
  128137             :         .state = {
  128138             :             .kind = 1,
  128139             :             .compact = 1,
  128140             :             .ascii = 1,
  128141             :         },
  128142             :     },
  128143             :     ._data = "sethelper",
  128144             : };
  128145             : static
  128146             :     struct {
  128147             :         PyObject_VAR_HEAD
  128148             :         Py_hash_t ob_shash;
  128149             :         char ob_sval[23];
  128150             :     }
  128151             : site_toplevel_consts_20_linetable = {
  128152             :     .ob_base = {
  128153             :         .ob_base = {
  128154             :             .ob_refcnt = 999999999,
  128155             :             .ob_type = &PyBytes_Type,
  128156             :         },
  128157             :         .ob_size = 22,
  128158             :     },
  128159             :     .ob_shash = -1,
  128160             :     .ob_sval = "\x80\x00\xdd\x14\x29\xd7\x14\x29\xd1\x14\x29\xd4\x14\x2b\x85\x48\x84\x4d\x80\x4d\x80\x4d",
  128161             : };
  128162             : static
  128163             :     struct _PyCode_DEF(70)
  128164             : site_toplevel_consts_20 = {
  128165             :     .ob_base = {
  128166             :         .ob_base = {
  128167             :             .ob_refcnt = 999999999,
  128168             :             .ob_type = &PyCode_Type,
  128169             :         },
  128170             :         .ob_size = 35,
  128171             :     },
  128172             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  128173             :     .co_names = & site_toplevel_consts_20_names._object.ob_base.ob_base,
  128174             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  128175             :     .co_flags = 3,
  128176             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  128177             :     ._co_linearray_entry_size = 0,
  128178             :     .co_argcount = 0,
  128179             :     .co_posonlyargcount = 0,
  128180             :     .co_kwonlyargcount = 0,
  128181             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  128182             :     .co_stacksize = 2,
  128183             :     .co_firstlineno = 430,
  128184             :     .co_nlocalsplus = 0,
  128185             :     .co_nlocals = 0,
  128186             :     .co_nplaincellvars = 0,
  128187             :     .co_ncellvars = 0,
  128188             :     .co_nfreevars = 0,
  128189             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  128190             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  128191             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  128192             :     .co_name = & const_str_sethelper._ascii.ob_base,
  128193             :     .co_qualname = & const_str_sethelper._ascii.ob_base,
  128194             :     .co_linetable = & site_toplevel_consts_20_linetable.ob_base.ob_base,
  128195             :     ._co_code = NULL,
  128196             :     ._co_linearray = NULL,
  128197             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  128198             :     ._co_firsttraceable = 0,
  128199             : };
  128200             : static
  128201             :     struct {
  128202             :         PyASCIIObject _ascii;
  128203             :         uint8_t _data[363];
  128204             :     }
  128205             : site_toplevel_consts_21_consts_0 = {
  128206             :     ._ascii = {
  128207             :         .ob_base = {
  128208             :             .ob_refcnt = 999999999,
  128209             :             .ob_type = &PyUnicode_Type,
  128210             :         },
  128211             :         .length = 362,
  128212             :         .hash = -1,
  128213             :         .state = {
  128214             :             .kind = 1,
  128215             :             .compact = 1,
  128216             :             .ascii = 1,
  128217             :         },
  128218             :     },
  128219             :     ._data = "\x45\x6e\x61\x62\x6c\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x72\x65\x61\x64\x6c\x69\x6e\x65\x20\x63\x6f\x6e\x66\x69\x67\x75\x72\x61\x74\x69\x6f\x6e\x20\x6f\x6e\x20\x69\x6e\x74\x65\x72\x61\x63\x74\x69\x76\x65\x20\x70\x72\x6f\x6d\x70\x74\x73\x2c\x20\x62\x79\x0a\x20\x20\x20\x20\x72\x65\x67\x69\x73\x74\x65\x72\x69\x6e\x67\x20\x61\x20\x73\x79\x73\x2e\x5f\x5f\x69\x6e\x74\x65\x72\x61\x63\x74\x69\x76\x65\x68\x6f\x6f\x6b\x5f\x5f\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x74\x68\x65\x20\x72\x65\x61\x64\x6c\x69\x6e\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x63\x61\x6e\x20\x62\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2c\x20\x74\x68\x65\x20\x68\x6f\x6f\x6b\x20\x77\x69\x6c\x6c\x20\x73\x65\x74\x20\x74\x68\x65\x20\x54\x61\x62\x20\x6b\x65\x79\x0a\x20\x20\x20\x20\x61\x73\x20\x63\x6f\x6d\x70\x6c\x65\x74\x69\x6f\x6e\x20\x6b\x65\x79\x20\x61\x6e\x64\x20\x72\x65\x67\x69\x73\x74\x65\x72\x20\x7e\x2f\x2e\x70\x79\x74\x68\x6f\x6e\x5f\x68\x69\x73\x74\x6f\x72\x79\x20\x61\x73\x20\x68\x69\x73\x74\x6f\x72\x79\x20\x66\x69\x6c\x65\x2e\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x6f\x76\x65\x72\x72\x69\x64\x64\x65\x6e\x20\x69\x6e\x20\x74\x68\x65\x20\x73\x69\x74\x65\x63\x75\x73\x74\x6f\x6d\x69\x7a\x65\x20\x6f\x72\x20\x75\x73\x65\x72\x63\x75\x73\x74\x6f\x6d\x69\x7a\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x0a\x20\x20\x20\x20\x6f\x72\x20\x69\x6e\x20\x61\x20\x50\x59\x54\x48\x4f\x4e\x53\x54\x41\x52\x54\x55\x50\x20\x66\x69\x6c\x65\x2e\x0a\x20\x20\x20\x20",
  128220             : };
  128221             : static
  128222             :     struct {
  128223             :         PyASCIIObject _ascii;
  128224             :         uint8_t _data[8];
  128225             :     }
  128226             : const_str_libedit = {
  128227             :     ._ascii = {
  128228             :         .ob_base = {
  128229             :             .ob_refcnt = 999999999,
  128230             :             .ob_type = &PyUnicode_Type,
  128231             :         },
  128232             :         .length = 7,
  128233             :         .hash = -1,
  128234             :         .state = {
  128235             :             .kind = 1,
  128236             :             .compact = 1,
  128237             :             .ascii = 1,
  128238             :         },
  128239             :     },
  128240             :     ._data = "libedit",
  128241             : };
  128242             : static
  128243             :     struct {
  128244             :         PyASCIIObject _ascii;
  128245             :         uint8_t _data[20];
  128246             :     }
  128247             : site_toplevel_consts_21_consts_1_consts_5 = {
  128248             :     ._ascii = {
  128249             :         .ob_base = {
  128250             :             .ob_refcnt = 999999999,
  128251             :             .ob_type = &PyUnicode_Type,
  128252             :         },
  128253             :         .length = 19,
  128254             :         .hash = -1,
  128255             :         .state = {
  128256             :             .kind = 1,
  128257             :             .compact = 1,
  128258             :             .ascii = 1,
  128259             :         },
  128260             :     },
  128261             :     ._data = "bind ^I rl_complete",
  128262             : };
  128263             : static
  128264             :     struct {
  128265             :         PyASCIIObject _ascii;
  128266             :         uint8_t _data[14];
  128267             :     }
  128268             : site_toplevel_consts_21_consts_1_consts_6 = {
  128269             :     ._ascii = {
  128270             :         .ob_base = {
  128271             :             .ob_refcnt = 999999999,
  128272             :             .ob_type = &PyUnicode_Type,
  128273             :         },
  128274             :         .length = 13,
  128275             :         .hash = -1,
  128276             :         .state = {
  128277             :             .kind = 1,
  128278             :             .compact = 1,
  128279             :             .ascii = 1,
  128280             :         },
  128281             :     },
  128282             :     ._data = "tab: complete",
  128283             : };
  128284             : static
  128285             :     struct {
  128286             :         PyASCIIObject _ascii;
  128287             :         uint8_t _data[16];
  128288             :     }
  128289             : site_toplevel_consts_21_consts_1_consts_8 = {
  128290             :     ._ascii = {
  128291             :         .ob_base = {
  128292             :             .ob_refcnt = 999999999,
  128293             :             .ob_type = &PyUnicode_Type,
  128294             :         },
  128295             :         .length = 15,
  128296             :         .hash = -1,
  128297             :         .state = {
  128298             :             .kind = 1,
  128299             :             .compact = 1,
  128300             :             .ascii = 1,
  128301             :         },
  128302             :     },
  128303             :     ._data = ".python_history",
  128304             : };
  128305             : static
  128306             :     struct {
  128307             :         PyASCIIObject _ascii;
  128308             :         uint8_t _data[19];
  128309             :     }
  128310             : const_str_write_history_file = {
  128311             :     ._ascii = {
  128312             :         .ob_base = {
  128313             :             .ob_refcnt = 999999999,
  128314             :             .ob_type = &PyUnicode_Type,
  128315             :         },
  128316             :         .length = 18,
  128317             :         .hash = -1,
  128318             :         .state = {
  128319             :             .kind = 1,
  128320             :             .compact = 1,
  128321             :             .ascii = 1,
  128322             :         },
  128323             :     },
  128324             :     ._data = "write_history_file",
  128325             : };
  128326             : static
  128327             :     struct {
  128328             :         PyGC_Head _gc_head;
  128329             :         struct {
  128330             :             PyObject_VAR_HEAD
  128331             :             PyObject *ob_item[2];
  128332             :         }_object;
  128333             :     }
  128334             : site_toplevel_consts_21_consts_1_consts_9_names = {
  128335             :     ._object = {
  128336             :         .ob_base = {
  128337             :             .ob_base = {
  128338             :                 .ob_refcnt = 999999999,
  128339             :                 .ob_type = &PyTuple_Type,
  128340             :             },
  128341             :             .ob_size = 2,
  128342             :         },
  128343             :         .ob_item = {
  128344             :             & const_str_write_history_file._ascii.ob_base,
  128345             :             & const_str_OSError._ascii.ob_base,
  128346             :         },
  128347             :     },
  128348             : };
  128349             : static
  128350             :     struct {
  128351             :         PyASCIIObject _ascii;
  128352             :         uint8_t _data[14];
  128353             :     }
  128354             : const_str_write_history = {
  128355             :     ._ascii = {
  128356             :         .ob_base = {
  128357             :             .ob_refcnt = 999999999,
  128358             :             .ob_type = &PyUnicode_Type,
  128359             :         },
  128360             :         .length = 13,
  128361             :         .hash = -1,
  128362             :         .state = {
  128363             :             .kind = 1,
  128364             :             .compact = 1,
  128365             :             .ascii = 1,
  128366             :         },
  128367             :     },
  128368             :     ._data = "write_history",
  128369             : };
  128370             : static
  128371             :     struct {
  128372             :         PyASCIIObject _ascii;
  128373             :         uint8_t _data[68];
  128374             :     }
  128375             : site_toplevel_consts_21_consts_1_consts_9_qualname = {
  128376             :     ._ascii = {
  128377             :         .ob_base = {
  128378             :             .ob_refcnt = 999999999,
  128379             :             .ob_type = &PyUnicode_Type,
  128380             :         },
  128381             :         .length = 67,
  128382             :         .hash = -1,
  128383             :         .state = {
  128384             :             .kind = 1,
  128385             :             .compact = 1,
  128386             :             .ascii = 1,
  128387             :         },
  128388             :     },
  128389             :     ._data = "enablerlcompleter.<locals>.register_readline.<locals>.write_history",
  128390             : };
  128391             : static
  128392             :     struct {
  128393             :         PyObject_VAR_HEAD
  128394             :         Py_hash_t ob_shash;
  128395             :         char ob_sval[68];
  128396             :     }
  128397             : site_toplevel_consts_21_consts_1_consts_9_linetable = {
  128398             :     .ob_base = {
  128399             :         .ob_base = {
  128400             :             .ob_refcnt = 999999999,
  128401             :             .ob_type = &PyBytes_Type,
  128402             :         },
  128403             :         .ob_size = 67,
  128404             :     },
  128405             :     .ob_shash = -1,
  128406             :     .ob_sval = "\xf8\x80\x00\xf0\x02\x05\x11\x19\xd8\x14\x1c\xd7\x14\x2f\xd1\x14\x2f\xb0\x07\xd4\x14\x38\xd0\x14\x38\xd0\x14\x38\xd0\x14\x38\xf8\xdd\x17\x1e\xf0\x00\x03\x11\x19\xf0\x00\x03\x11\x19\xf0\x00\x03\x11\x19\xf0\x06\x00\x15\x19\x90\x44\x90\x44\xf0\x07\x03\x11\x19\xf8\xf8\xf8",
  128407             : };
  128408             : static
  128409             :     struct {
  128410             :         PyObject_VAR_HEAD
  128411             :         Py_hash_t ob_shash;
  128412             :         char ob_sval[13];
  128413             :     }
  128414             : site_toplevel_consts_21_consts_1_consts_9_exceptiontable = {
  128415             :     .ob_base = {
  128416             :         .ob_base = {
  128417             :             .ob_refcnt = 999999999,
  128418             :             .ob_type = &PyBytes_Type,
  128419             :         },
  128420             :         .ob_size = 12,
  128421             :     },
  128422             :     .ob_shash = -1,
  128423             :     .ob_sval = "\x83\x12\x17\x00\x97\x0a\x25\x03\xa4\x01\x25\x03",
  128424             : };
  128425             : static
  128426             :     struct {
  128427             :         PyASCIIObject _ascii;
  128428             :         uint8_t _data[8];
  128429             :     }
  128430             : const_str_history = {
  128431             :     ._ascii = {
  128432             :         .ob_base = {
  128433             :             .ob_refcnt = 999999999,
  128434             :             .ob_type = &PyUnicode_Type,
  128435             :         },
  128436             :         .length = 7,
  128437             :         .hash = -1,
  128438             :         .state = {
  128439             :             .kind = 1,
  128440             :             .compact = 1,
  128441             :             .ascii = 1,
  128442             :         },
  128443             :     },
  128444             :     ._data = "history",
  128445             : };
  128446             : static
  128447             :     struct {
  128448             :         PyGC_Head _gc_head;
  128449             :         struct {
  128450             :             PyObject_VAR_HEAD
  128451             :             PyObject *ob_item[2];
  128452             :         }_object;
  128453             :     }
  128454             : site_toplevel_consts_21_consts_1_consts_9_localsplusnames = {
  128455             :     ._object = {
  128456             :         .ob_base = {
  128457             :             .ob_base = {
  128458             :                 .ob_refcnt = 999999999,
  128459             :                 .ob_type = &PyTuple_Type,
  128460             :             },
  128461             :             .ob_size = 2,
  128462             :         },
  128463             :         .ob_item = {
  128464             :             & const_str_history._ascii.ob_base,
  128465             :             &_Py_ID(readline),
  128466             :         },
  128467             :     },
  128468             : };
  128469             : static
  128470             :     struct {
  128471             :         PyObject_VAR_HEAD
  128472             :         Py_hash_t ob_shash;
  128473             :         char ob_sval[3];
  128474             :     }
  128475             : site_toplevel_consts_21_consts_1_consts_9_localspluskinds = {
  128476             :     .ob_base = {
  128477             :         .ob_base = {
  128478             :             .ob_refcnt = 999999999,
  128479             :             .ob_type = &PyBytes_Type,
  128480             :         },
  128481             :         .ob_size = 2,
  128482             :     },
  128483             :     .ob_shash = -1,
  128484             :     .ob_sval = "\x80\x80",
  128485             : };
  128486             : static
  128487             :     struct _PyCode_DEF(80)
  128488             : site_toplevel_consts_21_consts_1_consts_9 = {
  128489             :     .ob_base = {
  128490             :         .ob_base = {
  128491             :             .ob_refcnt = 999999999,
  128492             :             .ob_type = &PyCode_Type,
  128493             :         },
  128494             :         .ob_size = 40,
  128495             :     },
  128496             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  128497             :     .co_names = & site_toplevel_consts_21_consts_1_consts_9_names._object.ob_base.ob_base,
  128498             :     .co_exceptiontable = & site_toplevel_consts_21_consts_1_consts_9_exceptiontable.ob_base.ob_base,
  128499             :     .co_flags = 19,
  128500             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  128501             :     ._co_linearray_entry_size = 0,
  128502             :     .co_argcount = 0,
  128503             :     .co_posonlyargcount = 0,
  128504             :     .co_kwonlyargcount = 0,
  128505             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  128506             :     .co_stacksize = 4,
  128507             :     .co_firstlineno = 480,
  128508             :     .co_nlocalsplus = 2,
  128509             :     .co_nlocals = 0,
  128510             :     .co_nplaincellvars = 0,
  128511             :     .co_ncellvars = 0,
  128512             :     .co_nfreevars = 2,
  128513             :     .co_localsplusnames = & site_toplevel_consts_21_consts_1_consts_9_localsplusnames._object.ob_base.ob_base,
  128514             :     .co_localspluskinds = & site_toplevel_consts_21_consts_1_consts_9_localspluskinds.ob_base.ob_base,
  128515             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  128516             :     .co_name = & const_str_write_history._ascii.ob_base,
  128517             :     .co_qualname = & site_toplevel_consts_21_consts_1_consts_9_qualname._ascii.ob_base,
  128518             :     .co_linetable = & site_toplevel_consts_21_consts_1_consts_9_linetable.ob_base.ob_base,
  128519             :     ._co_code = NULL,
  128520             :     ._co_linearray = NULL,
  128521             :     .co_code_adaptive = "\x95\x02\x97\x00\x09\x00\x89\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  128522             :     ._co_firsttraceable = 1,
  128523             : };
  128524             : static
  128525             :     struct {
  128526             :         PyGC_Head _gc_head;
  128527             :         struct {
  128528             :             PyObject_VAR_HEAD
  128529             :             PyObject *ob_item[10];
  128530             :         }_object;
  128531             :     }
  128532             : site_toplevel_consts_21_consts_1_consts = {
  128533             :     ._object = {
  128534             :         .ob_base = {
  128535             :             .ob_base = {
  128536             :                 .ob_refcnt = 999999999,
  128537             :                 .ob_type = &PyTuple_Type,
  128538             :             },
  128539             :             .ob_size = 10,
  128540             :         },
  128541             :         .ob_item = {
  128542             :             Py_None,
  128543             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  128544             :             &_Py_ID(__doc__),
  128545             :             &_Py_STR(empty),
  128546             :             & const_str_libedit._ascii.ob_base,
  128547             :             & site_toplevel_consts_21_consts_1_consts_5._ascii.ob_base,
  128548             :             & site_toplevel_consts_21_consts_1_consts_6._ascii.ob_base,
  128549             :             & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
  128550             :             & site_toplevel_consts_21_consts_1_consts_8._ascii.ob_base,
  128551             :             & site_toplevel_consts_21_consts_1_consts_9.ob_base.ob_base,
  128552             :         },
  128553             :     },
  128554             : };
  128555             : static
  128556             :     struct {
  128557             :         PyASCIIObject _ascii;
  128558             :         uint8_t _data[7];
  128559             :     }
  128560             : const_str_atexit = {
  128561             :     ._ascii = {
  128562             :         .ob_base = {
  128563             :             .ob_refcnt = 999999999,
  128564             :             .ob_type = &PyUnicode_Type,
  128565             :         },
  128566             :         .length = 6,
  128567             :         .hash = -1,
  128568             :         .state = {
  128569             :             .kind = 1,
  128570             :             .compact = 1,
  128571             :             .ascii = 1,
  128572             :         },
  128573             :     },
  128574             :     ._data = "atexit",
  128575             : };
  128576             : static
  128577             :     struct {
  128578             :         PyASCIIObject _ascii;
  128579             :         uint8_t _data[12];
  128580             :     }
  128581             : const_str_rlcompleter = {
  128582             :     ._ascii = {
  128583             :         .ob_base = {
  128584             :             .ob_refcnt = 999999999,
  128585             :             .ob_type = &PyUnicode_Type,
  128586             :         },
  128587             :         .length = 11,
  128588             :         .hash = -1,
  128589             :         .state = {
  128590             :             .kind = 1,
  128591             :             .compact = 1,
  128592             :             .ascii = 1,
  128593             :         },
  128594             :     },
  128595             :     ._data = "rlcompleter",
  128596             : };
  128597             : static
  128598             :     struct {
  128599             :         PyASCIIObject _ascii;
  128600             :         uint8_t _data[15];
  128601             :     }
  128602             : const_str_parse_and_bind = {
  128603             :     ._ascii = {
  128604             :         .ob_base = {
  128605             :             .ob_refcnt = 999999999,
  128606             :             .ob_type = &PyUnicode_Type,
  128607             :         },
  128608             :         .length = 14,
  128609             :         .hash = -1,
  128610             :         .state = {
  128611             :             .kind = 1,
  128612             :             .compact = 1,
  128613             :             .ascii = 1,
  128614             :         },
  128615             :     },
  128616             :     ._data = "parse_and_bind",
  128617             : };
  128618             : static
  128619             :     struct {
  128620             :         PyASCIIObject _ascii;
  128621             :         uint8_t _data[15];
  128622             :     }
  128623             : const_str_read_init_file = {
  128624             :     ._ascii = {
  128625             :         .ob_base = {
  128626             :             .ob_refcnt = 999999999,
  128627             :             .ob_type = &PyUnicode_Type,
  128628             :         },
  128629             :         .length = 14,
  128630             :         .hash = -1,
  128631             :         .state = {
  128632             :             .kind = 1,
  128633             :             .compact = 1,
  128634             :             .ascii = 1,
  128635             :         },
  128636             :     },
  128637             :     ._data = "read_init_file",
  128638             : };
  128639             : static
  128640             :     struct {
  128641             :         PyASCIIObject _ascii;
  128642             :         uint8_t _data[27];
  128643             :     }
  128644             : const_str_get_current_history_length = {
  128645             :     ._ascii = {
  128646             :         .ob_base = {
  128647             :             .ob_refcnt = 999999999,
  128648             :             .ob_type = &PyUnicode_Type,
  128649             :         },
  128650             :         .length = 26,
  128651             :         .hash = -1,
  128652             :         .state = {
  128653             :             .kind = 1,
  128654             :             .compact = 1,
  128655             :             .ascii = 1,
  128656             :         },
  128657             :     },
  128658             :     ._data = "get_current_history_length",
  128659             : };
  128660             : static
  128661             :     struct {
  128662             :         PyASCIIObject _ascii;
  128663             :         uint8_t _data[18];
  128664             :     }
  128665             : const_str_read_history_file = {
  128666             :     ._ascii = {
  128667             :         .ob_base = {
  128668             :             .ob_refcnt = 999999999,
  128669             :             .ob_type = &PyUnicode_Type,
  128670             :         },
  128671             :         .length = 17,
  128672             :         .hash = -1,
  128673             :         .state = {
  128674             :             .kind = 1,
  128675             :             .compact = 1,
  128676             :             .ascii = 1,
  128677             :         },
  128678             :     },
  128679             :     ._data = "read_history_file",
  128680             : };
  128681             : static
  128682             :     struct {
  128683             :         PyGC_Head _gc_head;
  128684             :         struct {
  128685             :             PyObject_VAR_HEAD
  128686             :             PyObject *ob_item[15];
  128687             :         }_object;
  128688             :     }
  128689             : site_toplevel_consts_21_consts_1_names = {
  128690             :     ._object = {
  128691             :         .ob_base = {
  128692             :             .ob_base = {
  128693             :                 .ob_refcnt = 999999999,
  128694             :                 .ob_type = &PyTuple_Type,
  128695             :             },
  128696             :             .ob_size = 15,
  128697             :         },
  128698             :         .ob_item = {
  128699             :             & const_str_atexit._ascii.ob_base,
  128700             :             &_Py_ID(readline),
  128701             :             & const_str_rlcompleter._ascii.ob_base,
  128702             :             & const_str_ImportError._ascii.ob_base,
  128703             :             &_Py_ID(getattr),
  128704             :             & const_str_parse_and_bind._ascii.ob_base,
  128705             :             & const_str_read_init_file._ascii.ob_base,
  128706             :             & const_str_OSError._ascii.ob_base,
  128707             :             & const_str_get_current_history_length._ascii.ob_base,
  128708             :             & const_str_os._ascii.ob_base,
  128709             :             &_Py_ID(path),
  128710             :             &_Py_ID(join),
  128711             :             & const_str_expanduser._ascii.ob_base,
  128712             :             & const_str_read_history_file._ascii.ob_base,
  128713             :             & const_str_register._ascii.ob_base,
  128714             :         },
  128715             :     },
  128716             : };
  128717             : static
  128718             :     struct {
  128719             :         PyASCIIObject _ascii;
  128720             :         uint8_t _data[18];
  128721             :     }
  128722             : const_str_register_readline = {
  128723             :     ._ascii = {
  128724             :         .ob_base = {
  128725             :             .ob_refcnt = 999999999,
  128726             :             .ob_type = &PyUnicode_Type,
  128727             :         },
  128728             :         .length = 17,
  128729             :         .hash = -1,
  128730             :         .state = {
  128731             :             .kind = 1,
  128732             :             .compact = 1,
  128733             :             .ascii = 1,
  128734             :         },
  128735             :     },
  128736             :     ._data = "register_readline",
  128737             : };
  128738             : static
  128739             :     struct {
  128740             :         PyASCIIObject _ascii;
  128741             :         uint8_t _data[45];
  128742             :     }
  128743             : site_toplevel_consts_21_consts_1_qualname = {
  128744             :     ._ascii = {
  128745             :         .ob_base = {
  128746             :             .ob_refcnt = 999999999,
  128747             :             .ob_type = &PyUnicode_Type,
  128748             :         },
  128749             :         .length = 44,
  128750             :         .hash = -1,
  128751             :         .state = {
  128752             :             .kind = 1,
  128753             :             .compact = 1,
  128754             :             .ascii = 1,
  128755             :         },
  128756             :     },
  128757             :     ._data = "enablerlcompleter.<locals>.register_readline",
  128758             : };
  128759             : static
  128760             :     struct {
  128761             :         PyObject_VAR_HEAD
  128762             :         Py_hash_t ob_shash;
  128763             :         char ob_sval[389];
  128764             :     }
  128765             : site_toplevel_consts_21_consts_1_linetable = {
  128766             :     .ob_base = {
  128767             :         .ob_base = {
  128768             :             .ob_refcnt = 999999999,
  128769             :             .ob_type = &PyBytes_Type,
  128770             :         },
  128771             :         .ob_size = 388,
  128772             :     },
  128773             :     .ob_shash = -1,
  128774             :     .ob_sval = "\xf8\xf8\x80\x00\xd8\x08\x15\x88\x0d\x88\x0d\x88\x0d\xf0\x02\x04\x09\x13\xd8\x0c\x1b\x88\x4f\x88\x4f\x88\x4f\xd8\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e\xf5\x0c\x00\x18\x1f\x98\x78\xa8\x19\xb0\x42\xd4\x17\x37\x88\x0c\xd8\x0b\x17\xf0\x00\x03\x09\x35\xa8\x09\xb0\x5c\xd0\x28\x41\xf0\x00\x03\x09\x35\xd8\x0c\x14\xd7\x0c\x23\xd1\x0c\x23\xd0\x24\x39\xd4\x0c\x3a\xd0\x0c\x3a\xd0\x0c\x3a\xe0\x0c\x14\xd7\x0c\x23\xd1\x0c\x23\xa0\x4f\xd4\x0c\x34\xd0\x0c\x34\xf0\x04\x07\x09\x11\xd8\x0c\x14\xd7\x0c\x23\xd1\x0c\x23\xd4\x0c\x25\xd0\x0c\x25\xf0\x10\x00\x0c\x14\xd7\x0b\x2e\xd1\x0b\x2e\xd4\x0b\x30\xb0\x41\xd2\x0b\x35\xf0\x00\x15\x09\x2b\xf5\x0c\x00\x17\x19\x97\x67\x91\x67\x97\x6c\x91\x6c\xa5\x32\xa7\x37\xa1\x37\xd7\x23\x35\xd1\x23\x35\xb0\x63\xd4\x23\x3a\xd8\x23\x34\xf4\x03\x01\x17\x36\x88\x47\xf0\x04\x03\x0d\x15\xd8\x10\x18\xd7\x10\x2a\xd1\x10\x2a\xa8\x37\xd4\x10\x33\xd0\x10\x33\xf0\x08\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x10\x00\x0d\x13\x8f\x4f\x89\x4f\x98\x4d\xd4\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xf0\x2b\x15\x09\x2b\xf0\x00\x15\x09\x2b\xf8\xf5\x29\x00\x10\x1b\xf0\x00\x01\x09\x13\xf0\x00\x01\x09\x13\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\x88\x46\xf0\x03\x01\x09\x13\xf8\xf8\xf8\xf8\xf5\x1a\x00\x10\x17\xf0\x00\x05\x09\x11\xf0\x00\x05\x09\x11\xf0\x00\x05\x09\x11\xf0\x0a\x00\x0d\x11\x88\x44\xf0\x0b\x05\x09\x11\xf8\xf8\xf8\xf8\xf5\x22\x00\x14\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8",
  128775             : };
  128776             : static
  128777             :     struct {
  128778             :         PyObject_VAR_HEAD
  128779             :         Py_hash_t ob_shash;
  128780             :         char ob_sval[54];
  128781             :     }
  128782             : site_toplevel_consts_21_consts_1_exceptiontable = {
  128783             :     .ob_base = {
  128784             :         .ob_base = {
  128785             :             .ob_refcnt = 999999999,
  128786             :             .ob_type = &PyBytes_Type,
  128787             :         },
  128788             :         .ob_size = 53,
  128789             :     },
  128790             :     .ob_shash = -1,
  128791             :     .ob_sval = "\x88\x08\x43\x21\x00\xc1\x0b\x11\x43\x32\x00\xc2\x33\x12\x44\x02\x00\xc3\x21\x0a\x43\x2f\x03\xc3\x2e\x01\x43\x2f\x03\xc3\x32\x0a\x43\x3f\x03\xc3\x3e\x01\x43\x3f\x03\xc4\x02\x0a\x44\x0f\x03\xc4\x0e\x01\x44\x0f\x03",
  128792             : };
  128793             : static
  128794             :     struct {
  128795             :         PyASCIIObject _ascii;
  128796             :         uint8_t _data[13];
  128797             :     }
  128798             : const_str_readline_doc = {
  128799             :     ._ascii = {
  128800             :         .ob_base = {
  128801             :             .ob_refcnt = 999999999,
  128802             :             .ob_type = &PyUnicode_Type,
  128803             :         },
  128804             :         .length = 12,
  128805             :         .hash = -1,
  128806             :         .state = {
  128807             :             .kind = 1,
  128808             :             .compact = 1,
  128809             :             .ascii = 1,
  128810             :         },
  128811             :     },
  128812             :     ._data = "readline_doc",
  128813             : };
  128814             : static
  128815             :     struct {
  128816             :         PyGC_Head _gc_head;
  128817             :         struct {
  128818             :             PyObject_VAR_HEAD
  128819             :             PyObject *ob_item[6];
  128820             :         }_object;
  128821             :     }
  128822             : site_toplevel_consts_21_consts_1_localsplusnames = {
  128823             :     ._object = {
  128824             :         .ob_base = {
  128825             :             .ob_base = {
  128826             :                 .ob_refcnt = 999999999,
  128827             :                 .ob_type = &PyTuple_Type,
  128828             :             },
  128829             :             .ob_size = 6,
  128830             :         },
  128831             :         .ob_item = {
  128832             :             & const_str_atexit._ascii.ob_base,
  128833             :             & const_str_rlcompleter._ascii.ob_base,
  128834             :             & const_str_readline_doc._ascii.ob_base,
  128835             :             & const_str_write_history._ascii.ob_base,
  128836             :             & const_str_history._ascii.ob_base,
  128837             :             &_Py_ID(readline),
  128838             :         },
  128839             :     },
  128840             : };
  128841             : static
  128842             :     struct {
  128843             :         PyObject_VAR_HEAD
  128844             :         Py_hash_t ob_shash;
  128845             :         char ob_sval[7];
  128846             :     }
  128847             : site_toplevel_consts_21_consts_1_localspluskinds = {
  128848             :     .ob_base = {
  128849             :         .ob_base = {
  128850             :             .ob_refcnt = 999999999,
  128851             :             .ob_type = &PyBytes_Type,
  128852             :         },
  128853             :         .ob_size = 6,
  128854             :     },
  128855             :     .ob_shash = -1,
  128856             :     .ob_sval = "    @@",
  128857             : };
  128858             : static
  128859             :     struct _PyCode_DEF(548)
  128860             : site_toplevel_consts_21_consts_1 = {
  128861             :     .ob_base = {
  128862             :         .ob_base = {
  128863             :             .ob_refcnt = 999999999,
  128864             :             .ob_type = &PyCode_Type,
  128865             :         },
  128866             :         .ob_size = 274,
  128867             :     },
  128868             :     .co_consts = & site_toplevel_consts_21_consts_1_consts._object.ob_base.ob_base,
  128869             :     .co_names = & site_toplevel_consts_21_consts_1_names._object.ob_base.ob_base,
  128870             :     .co_exceptiontable = & site_toplevel_consts_21_consts_1_exceptiontable.ob_base.ob_base,
  128871             :     .co_flags = 19,
  128872             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  128873             :     ._co_linearray_entry_size = 0,
  128874             :     .co_argcount = 0,
  128875             :     .co_posonlyargcount = 0,
  128876             :     .co_kwonlyargcount = 0,
  128877             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  128878             :     .co_stacksize = 5,
  128879             :     .co_firstlineno = 442,
  128880             :     .co_nlocalsplus = 6,
  128881             :     .co_nlocals = 4,
  128882             :     .co_nplaincellvars = 2,
  128883             :     .co_ncellvars = 2,
  128884             :     .co_nfreevars = 0,
  128885             :     .co_localsplusnames = & site_toplevel_consts_21_consts_1_localsplusnames._object.ob_base.ob_base,
  128886             :     .co_localspluskinds = & site_toplevel_consts_21_consts_1_localspluskinds.ob_base.ob_base,
  128887             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  128888             :     .co_name = & const_str_register_readline._ascii.ob_base,
  128889             :     .co_qualname = & site_toplevel_consts_21_consts_1_qualname._ascii.ob_base,
  128890             :     .co_linetable = & site_toplevel_consts_21_consts_1_linetable.ob_base.ob_base,
  128891             :     ._co_code = NULL,
  128892             :     ._co_linearray = NULL,
  128893             :     .co_code_adaptive = "\x87\x04\x87\x05\x97\x00\x64\x01\x64\x00\x6c\x00\x7d\x00\x09\x00\x64\x01\x64\x00\x6c\x01\x8a\x05\x64\x01\x64\x00\x6c\x02\x7d\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x05\x64\x02\x64\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x81\x17\x64\x04\x7c\x02\x76\x00\x72\x13\x89\x05\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x12\x89\x05\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x89\x05\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x89\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x6e\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x04\x09\x00\x89\x05\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x88\x04\x88\x05\x66\x02\x64\x09\x84\x08\x7d\x03\x7c\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xa2\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x49\x77\x00\x78\x03\x59\x00\x77\x01",
  128894             :     ._co_firsttraceable = 2,
  128895             : };
  128896             : static
  128897             :     struct {
  128898             :         PyGC_Head _gc_head;
  128899             :         struct {
  128900             :             PyObject_VAR_HEAD
  128901             :             PyObject *ob_item[3];
  128902             :         }_object;
  128903             :     }
  128904             : site_toplevel_consts_21_consts = {
  128905             :     ._object = {
  128906             :         .ob_base = {
  128907             :             .ob_base = {
  128908             :                 .ob_refcnt = 999999999,
  128909             :                 .ob_type = &PyTuple_Type,
  128910             :             },
  128911             :             .ob_size = 3,
  128912             :         },
  128913             :         .ob_item = {
  128914             :             & site_toplevel_consts_21_consts_0._ascii.ob_base,
  128915             :             & site_toplevel_consts_21_consts_1.ob_base.ob_base,
  128916             :             Py_None,
  128917             :         },
  128918             :     },
  128919             : };
  128920             : static
  128921             :     struct {
  128922             :         PyASCIIObject _ascii;
  128923             :         uint8_t _data[20];
  128924             :     }
  128925             : const_str___interactivehook__ = {
  128926             :     ._ascii = {
  128927             :         .ob_base = {
  128928             :             .ob_refcnt = 999999999,
  128929             :             .ob_type = &PyUnicode_Type,
  128930             :         },
  128931             :         .length = 19,
  128932             :         .hash = -1,
  128933             :         .state = {
  128934             :             .kind = 1,
  128935             :             .compact = 1,
  128936             :             .ascii = 1,
  128937             :         },
  128938             :     },
  128939             :     ._data = "__interactivehook__",
  128940             : };
  128941             : static
  128942             :     struct {
  128943             :         PyGC_Head _gc_head;
  128944             :         struct {
  128945             :             PyObject_VAR_HEAD
  128946             :             PyObject *ob_item[2];
  128947             :         }_object;
  128948             :     }
  128949             : site_toplevel_consts_21_names = {
  128950             :     ._object = {
  128951             :         .ob_base = {
  128952             :             .ob_base = {
  128953             :                 .ob_refcnt = 999999999,
  128954             :                 .ob_type = &PyTuple_Type,
  128955             :             },
  128956             :             .ob_size = 2,
  128957             :         },
  128958             :         .ob_item = {
  128959             :             & const_str_sys._ascii.ob_base,
  128960             :             & const_str___interactivehook__._ascii.ob_base,
  128961             :         },
  128962             :     },
  128963             : };
  128964             : static
  128965             :     struct {
  128966             :         PyASCIIObject _ascii;
  128967             :         uint8_t _data[18];
  128968             :     }
  128969             : const_str_enablerlcompleter = {
  128970             :     ._ascii = {
  128971             :         .ob_base = {
  128972             :             .ob_refcnt = 999999999,
  128973             :             .ob_type = &PyUnicode_Type,
  128974             :         },
  128975             :         .length = 17,
  128976             :         .hash = -1,
  128977             :         .state = {
  128978             :             .kind = 1,
  128979             :             .compact = 1,
  128980             :             .ascii = 1,
  128981             :         },
  128982             :     },
  128983             :     ._data = "enablerlcompleter",
  128984             : };
  128985             : static
  128986             :     struct {
  128987             :         PyObject_VAR_HEAD
  128988             :         Py_hash_t ob_shash;
  128989             :         char ob_sval[35];
  128990             :     }
  128991             : site_toplevel_consts_21_linetable = {
  128992             :     .ob_base = {
  128993             :         .ob_base = {
  128994             :             .ob_refcnt = 999999999,
  128995             :             .ob_type = &PyBytes_Type,
  128996             :         },
  128997             :         .ob_size = 34,
  128998             :     },
  128999             :     .ob_shash = -1,
  129000             :     .ob_sval = "\x80\x00\xf0\x12\x2e\x05\x2b\xf0\x00\x2e\x05\x2b\xf0\x00\x2e\x05\x2b\xf0\x60\x01\x00\x1f\x30\x85\x43\xd4\x04\x1b\xd0\x04\x1b\xd0\x04\x1b",
  129001             : };
  129002             : static
  129003             :     struct {
  129004             :         PyGC_Head _gc_head;
  129005             :         struct {
  129006             :             PyObject_VAR_HEAD
  129007             :             PyObject *ob_item[1];
  129008             :         }_object;
  129009             :     }
  129010             : site_toplevel_consts_21_localsplusnames = {
  129011             :     ._object = {
  129012             :         .ob_base = {
  129013             :             .ob_base = {
  129014             :                 .ob_refcnt = 999999999,
  129015             :                 .ob_type = &PyTuple_Type,
  129016             :             },
  129017             :             .ob_size = 1,
  129018             :         },
  129019             :         .ob_item = {
  129020             :             & const_str_register_readline._ascii.ob_base,
  129021             :         },
  129022             :     },
  129023             : };
  129024             : static
  129025             :     struct _PyCode_DEF(36)
  129026             : site_toplevel_consts_21 = {
  129027             :     .ob_base = {
  129028             :         .ob_base = {
  129029             :             .ob_refcnt = 999999999,
  129030             :             .ob_type = &PyCode_Type,
  129031             :         },
  129032             :         .ob_size = 18,
  129033             :     },
  129034             :     .co_consts = & site_toplevel_consts_21_consts._object.ob_base.ob_base,
  129035             :     .co_names = & site_toplevel_consts_21_names._object.ob_base.ob_base,
  129036             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  129037             :     .co_flags = 3,
  129038             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  129039             :     ._co_linearray_entry_size = 0,
  129040             :     .co_argcount = 0,
  129041             :     .co_posonlyargcount = 0,
  129042             :     .co_kwonlyargcount = 0,
  129043             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
  129044             :     .co_stacksize = 2,
  129045             :     .co_firstlineno = 433,
  129046             :     .co_nlocalsplus = 1,
  129047             :     .co_nlocals = 1,
  129048             :     .co_nplaincellvars = 0,
  129049             :     .co_ncellvars = 0,
  129050             :     .co_nfreevars = 0,
  129051             :     .co_localsplusnames = & site_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
  129052             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  129053             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  129054             :     .co_name = & const_str_enablerlcompleter._ascii.ob_base,
  129055             :     .co_qualname = & const_str_enablerlcompleter._ascii.ob_base,
  129056             :     .co_linetable = & site_toplevel_consts_21_linetable.ob_base.ob_base,
  129057             :     ._co_code = NULL,
  129058             :     ._co_linearray = NULL,
  129059             :     .co_code_adaptive = "\x97\x00\x64\x01\x84\x00\x7d\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
  129060             :     ._co_firsttraceable = 0,
  129061             : };
  129062             : static
  129063             :     struct {
  129064             :         PyASCIIObject _ascii;
  129065             :         uint8_t _data[20];
  129066             :     }
  129067             : const_str___PYVENV_LAUNCHER__ = {
  129068             :     ._ascii = {
  129069             :         .ob_base = {
  129070             :             .ob_refcnt = 999999999,
  129071             :             .ob_type = &PyUnicode_Type,
  129072             :         },
  129073             :         .length = 19,
  129074             :         .hash = -1,
  129075             :         .state = {
  129076             :             .kind = 1,
  129077             :             .compact = 1,
  129078             :             .ascii = 1,
  129079             :         },
  129080             :     },
  129081             :     ._data = "__PYVENV_LAUNCHER__",
  129082             : };
  129083             : static
  129084             :     struct {
  129085             :         PyASCIIObject _ascii;
  129086             :         uint8_t _data[11];
  129087             :     }
  129088             : site_toplevel_consts_22_consts_3 = {
  129089             :     ._ascii = {
  129090             :         .ob_base = {
  129091             :             .ob_refcnt = 999999999,
  129092             :             .ob_type = &PyUnicode_Type,
  129093             :         },
  129094             :         .length = 10,
  129095             :         .hash = -1,
  129096             :         .state = {
  129097             :             .kind = 1,
  129098             :             .compact = 1,
  129099             :             .ascii = 1,
  129100             :         },
  129101             :     },
  129102             :     ._data = "pyvenv.cfg",
  129103             : };
  129104             : static
  129105             :     struct {
  129106             :         PyGC_Head _gc_head;
  129107             :         struct {
  129108             :             PyObject_VAR_HEAD
  129109             :             PyObject *ob_item[3];
  129110             :         }_object;
  129111             :     }
  129112             : site_toplevel_consts_22_consts_4_names = {
  129113             :     ._object = {
  129114             :         .ob_base = {
  129115             :             .ob_base = {
  129116             :                 .ob_refcnt = 999999999,
  129117             :                 .ob_type = &PyTuple_Type,
  129118             :             },
  129119             :             .ob_size = 3,
  129120             :         },
  129121             :         .ob_item = {
  129122             :             & const_str_os._ascii.ob_base,
  129123             :             &_Py_ID(path),
  129124             :             & const_str_isfile._ascii.ob_base,
  129125             :         },
  129126             :     },
  129127             : };
  129128             : static
  129129             :     struct {
  129130             :         PyASCIIObject _ascii;
  129131             :         uint8_t _data[25];
  129132             :     }
  129133             : site_toplevel_consts_22_consts_4_qualname = {
  129134             :     ._ascii = {
  129135             :         .ob_base = {
  129136             :             .ob_refcnt = 999999999,
  129137             :             .ob_type = &PyUnicode_Type,
  129138             :         },
  129139             :         .length = 24,
  129140             :         .hash = -1,
  129141             :         .state = {
  129142             :             .kind = 1,
  129143             :             .compact = 1,
  129144             :             .ascii = 1,
  129145             :         },
  129146             :     },
  129147             :     ._data = "venv.<locals>.<listcomp>",
  129148             : };
  129149             : static
  129150             :     struct {
  129151             :         PyObject_VAR_HEAD
  129152             :         Py_hash_t ob_shash;
  129153             :         char ob_sval[62];
  129154             :     }
  129155             : site_toplevel_consts_22_consts_4_linetable = {
  129156             :     .ob_base = {
  129157             :         .ob_base = {
  129158             :             .ob_refcnt = 999999999,
  129159             :             .ob_type = &PyBytes_Type,
  129160             :         },
  129161             :         .ob_size = 61,
  129162             :     },
  129163             :     .ob_shash = -1,
  129164             :     .ob_sval = "\x80\x00\xf0\x00\x06\x17\x0a\xf0\x00\x06\x17\x0a\xf1\x00\x06\x17\x0a\xd8\x15\x1d\xf5\x08\x00\x0c\x0e\x8f\x37\x89\x37\x8f\x3e\x89\x3e\x98\x28\xd4\x0b\x23\xf0\x0b\x06\x17\x0a\xd8\x08\x10\xf0\x03\x06\x17\x0a\xf0\x00\x06\x17\x0a\xf0\x00\x06\x17\x0a",
  129165             : };
  129166             : static
  129167             :     struct {
  129168             :         PyASCIIObject _ascii;
  129169             :         uint8_t _data[9];
  129170             :     }
  129171             : const_str_conffile = {
  129172             :     ._ascii = {
  129173             :         .ob_base = {
  129174             :             .ob_refcnt = 999999999,
  129175             :             .ob_type = &PyUnicode_Type,
  129176             :         },
  129177             :         .length = 8,
  129178             :         .hash = -1,
  129179             :         .state = {
  129180             :             .kind = 1,
  129181             :             .compact = 1,
  129182             :             .ascii = 1,
  129183             :         },
  129184             :     },
  129185             :     ._data = "conffile",
  129186             : };
  129187             : static
  129188             :     struct {
  129189             :         PyGC_Head _gc_head;
  129190             :         struct {
  129191             :             PyObject_VAR_HEAD
  129192             :             PyObject *ob_item[2];
  129193             :         }_object;
  129194             :     }
  129195             : site_toplevel_consts_22_consts_4_localsplusnames = {
  129196             :     ._object = {
  129197             :         .ob_base = {
  129198             :             .ob_base = {
  129199             :                 .ob_refcnt = 999999999,
  129200             :                 .ob_type = &PyTuple_Type,
  129201             :             },
  129202             :             .ob_size = 2,
  129203             :         },
  129204             :         .ob_item = {
  129205             :             & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
  129206             :             & const_str_conffile._ascii.ob_base,
  129207             :         },
  129208             :     },
  129209             : };
  129210             : static
  129211             :     struct _PyCode_DEF(86)
  129212             : site_toplevel_consts_22_consts_4 = {
  129213             :     .ob_base = {
  129214             :         .ob_base = {
  129215             :             .ob_refcnt = 999999999,
  129216             :             .ob_type = &PyCode_Type,
  129217             :         },
  129218             :         .ob_size = 43,
  129219             :     },
  129220             :     .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
  129221             :     .co_names = & site_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
  129222             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  129223             :     .co_flags = 19,
  129224             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  129225             :     ._co_linearray_entry_size = 0,
  129226             :     .co_argcount = 1,
  129227             :     .co_posonlyargcount = 0,
  129228             :     .co_kwonlyargcount = 0,
  129229             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  129230             :     .co_stacksize = 5,
  129231             :     .co_firstlineno = 504,
  129232             :     .co_nlocalsplus = 2,
  129233             :     .co_nlocals = 2,
  129234             :     .co_nplaincellvars = 0,
  129235             :     .co_ncellvars = 0,
  129236             :     .co_nfreevars = 0,
  129237             :     .co_localsplusnames = & site_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
  129238             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  129239             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  129240             :     .co_name = &_Py_STR(anon_listcomp),
  129241             :     .co_qualname = & site_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
  129242             :     .co_linetable = & site_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
  129243             :     ._co_code = NULL,
  129244             :     ._co_linearray = NULL,
  129245             :     .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x25\x00\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x24\x7c\x01\x91\x02\x8c\x27\x53\x00",
  129246             :     ._co_firsttraceable = 0,
  129247             : };
  129248             : static
  129249             :     struct {
  129250             :         PyASCIIObject _ascii;
  129251             :         uint8_t _data[5];
  129252             :     }
  129253             : const_str_true = {
  129254             :     ._ascii = {
  129255             :         .ob_base = {
  129256             :             .ob_refcnt = 999999999,
  129257             :             .ob_type = &PyUnicode_Type,
  129258             :         },
  129259             :         .length = 4,
  129260             :         .hash = -1,
  129261             :         .state = {
  129262             :             .kind = 1,
  129263             :             .compact = 1,
  129264             :             .ascii = 1,
  129265             :         },
  129266             :     },
  129267             :     ._data = "true",
  129268             : };
  129269             : static
  129270             :     struct {
  129271             :         PyASCIIObject _ascii;
  129272             :         uint8_t _data[2];
  129273             :     }
  129274             : site_toplevel_consts_22_consts_9 = {
  129275             :     ._ascii = {
  129276             :         .ob_base = {
  129277             :             .ob_refcnt = 999999999,
  129278             :             .ob_type = &PyUnicode_Type,
  129279             :         },
  129280             :         .length = 1,
  129281             :         .hash = -1,
  129282             :         .state = {
  129283             :             .kind = 1,
  129284             :             .compact = 1,
  129285             :             .ascii = 1,
  129286             :         },
  129287             :     },
  129288             :     ._data = "=",
  129289             : };
  129290             : static
  129291             :     struct {
  129292             :         PyASCIIObject _ascii;
  129293             :         uint8_t _data[29];
  129294             :     }
  129295             : site_toplevel_consts_22_consts_10 = {
  129296             :     ._ascii = {
  129297             :         .ob_base = {
  129298             :             .ob_refcnt = 999999999,
  129299             :             .ob_type = &PyUnicode_Type,
  129300             :         },
  129301             :         .length = 28,
  129302             :         .hash = -1,
  129303             :         .state = {
  129304             :             .kind = 1,
  129305             :             .compact = 1,
  129306             :             .ascii = 1,
  129307             :         },
  129308             :     },
  129309             :     ._data = "include-system-site-packages",
  129310             : };
  129311             : static
  129312             :     struct {
  129313             :         PyASCIIObject _ascii;
  129314             :         uint8_t _data[5];
  129315             :     }
  129316             : const_str_home = {
  129317             :     ._ascii = {
  129318             :         .ob_base = {
  129319             :             .ob_refcnt = 999999999,
  129320             :             .ob_type = &PyUnicode_Type,
  129321             :         },
  129322             :         .length = 4,
  129323             :         .hash = -1,
  129324             :         .state = {
  129325             :             .kind = 1,
  129326             :             .compact = 1,
  129327             :             .ascii = 1,
  129328             :         },
  129329             :     },
  129330             :     ._data = "home",
  129331             : };
  129332             : static
  129333             :     struct {
  129334             :         PyGC_Head _gc_head;
  129335             :         struct {
  129336             :             PyObject_VAR_HEAD
  129337             :             PyObject *ob_item[13];
  129338             :         }_object;
  129339             :     }
  129340             : site_toplevel_consts_22_consts = {
  129341             :     ._object = {
  129342             :         .ob_base = {
  129343             :             .ob_base = {
  129344             :                 .ob_refcnt = 999999999,
  129345             :                 .ob_type = &PyTuple_Type,
  129346             :             },
  129347             :             .ob_size = 13,
  129348             :         },
  129349             :         .ob_item = {
  129350             :             Py_None,
  129351             :             & const_str_darwin._ascii.ob_base,
  129352             :             & const_str___PYVENV_LAUNCHER__._ascii.ob_base,
  129353             :             & site_toplevel_consts_22_consts_3._ascii.ob_base,
  129354             :             & site_toplevel_consts_22_consts_4.ob_base.ob_base,
  129355             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  129356             :             & const_str_true._ascii.ob_base,
  129357             :             &_Py_STR(utf_8),
  129358             :             & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
  129359             :             & site_toplevel_consts_22_consts_9._ascii.ob_base,
  129360             :             & site_toplevel_consts_22_consts_10._ascii.ob_base,
  129361             :             & const_str_home._ascii.ob_base,
  129362             :             Py_False,
  129363             :         },
  129364             :     },
  129365             : };
  129366             : static
  129367             :     struct {
  129368             :         PyASCIIObject _ascii;
  129369             :         uint8_t _data[17];
  129370             :     }
  129371             : const_str__base_executable = {
  129372             :     ._ascii = {
  129373             :         .ob_base = {
  129374             :             .ob_refcnt = 999999999,
  129375             :             .ob_type = &PyUnicode_Type,
  129376             :         },
  129377             :         .length = 16,
  129378             :         .hash = -1,
  129379             :         .state = {
  129380             :             .kind = 1,
  129381             :             .compact = 1,
  129382             :             .ascii = 1,
  129383             :         },
  129384             :     },
  129385             :     ._data = "_base_executable",
  129386             : };
  129387             : static
  129388             :     struct {
  129389             :         PyASCIIObject _ascii;
  129390             :         uint8_t _data[11];
  129391             :     }
  129392             : const_str_executable = {
  129393             :     ._ascii = {
  129394             :         .ob_base = {
  129395             :             .ob_refcnt = 999999999,
  129396             :             .ob_type = &PyUnicode_Type,
  129397             :         },
  129398             :         .length = 10,
  129399             :         .hash = -1,
  129400             :         .state = {
  129401             :             .kind = 1,
  129402             :             .compact = 1,
  129403             :             .ascii = 1,
  129404             :         },
  129405             :     },
  129406             :     ._data = "executable",
  129407             : };
  129408             : static
  129409             :     struct {
  129410             :         PyASCIIObject _ascii;
  129411             :         uint8_t _data[6];
  129412             :     }
  129413             : const_str__home = {
  129414             :     ._ascii = {
  129415             :         .ob_base = {
  129416             :             .ob_refcnt = 999999999,
  129417             :             .ob_type = &PyUnicode_Type,
  129418             :         },
  129419             :         .length = 5,
  129420             :         .hash = -1,
  129421             :         .state = {
  129422             :             .kind = 1,
  129423             :             .compact = 1,
  129424             :             .ascii = 1,
  129425             :         },
  129426             :     },
  129427             :     ._data = "_home",
  129428             : };
  129429             : static
  129430             :     struct {
  129431             :         PyASCIIObject _ascii;
  129432             :         uint8_t _data[12];
  129433             :     }
  129434             : const_str_exec_prefix = {
  129435             :     ._ascii = {
  129436             :         .ob_base = {
  129437             :             .ob_refcnt = 999999999,
  129438             :             .ob_type = &PyUnicode_Type,
  129439             :         },
  129440             :         .length = 11,
  129441             :         .hash = -1,
  129442             :         .state = {
  129443             :             .kind = 1,
  129444             :             .compact = 1,
  129445             :             .ascii = 1,
  129446             :         },
  129447             :     },
  129448             :     ._data = "exec_prefix",
  129449             : };
  129450             : static
  129451             :     struct {
  129452             :         PyGC_Head _gc_head;
  129453             :         struct {
  129454             :             PyObject_VAR_HEAD
  129455             :             PyObject *ob_item[22];
  129456             :         }_object;
  129457             :     }
  129458             : site_toplevel_consts_22_names = {
  129459             :     ._object = {
  129460             :         .ob_base = {
  129461             :             .ob_base = {
  129462             :                 .ob_refcnt = 999999999,
  129463             :                 .ob_type = &PyTuple_Type,
  129464             :             },
  129465             :             .ob_size = 22,
  129466             :         },
  129467             :         .ob_item = {
  129468             :             & const_str_os._ascii.ob_base,
  129469             :             & const_str_environ._ascii.ob_base,
  129470             :             & const_str_sys._ascii.ob_base,
  129471             :             & const_str_platform._ascii.ob_base,
  129472             :             & const_str__base_executable._ascii.ob_base,
  129473             :             & const_str_executable._ascii.ob_base,
  129474             :             &_Py_ID(path),
  129475             :             & const_str_split._ascii.ob_base,
  129476             :             & const_str_abspath._ascii.ob_base,
  129477             :             & const_str_dirname._ascii.ob_base,
  129478             :             & const_str__home._ascii.ob_base,
  129479             :             &_Py_ID(join),
  129480             :             &_Py_ID(open),
  129481             :             & const_str_partition._ascii.ob_base,
  129482             :             & const_str_strip._ascii.ob_base,
  129483             :             & const_str_lower._ascii.ob_base,
  129484             :             & const_str_prefix._ascii.ob_base,
  129485             :             & const_str_exec_prefix._ascii.ob_base,
  129486             :             & const_str_addsitepackages._ascii.ob_base,
  129487             :             & const_str_PREFIXES._ascii.ob_base,
  129488             :             & const_str_insert._ascii.ob_base,
  129489             :             & const_str_ENABLE_USER_SITE._ascii.ob_base,
  129490             :         },
  129491             :     },
  129492             : };
  129493             : static
  129494             :     struct {
  129495             :         PyASCIIObject _ascii;
  129496             :         uint8_t _data[5];
  129497             :     }
  129498             : const_str_venv = {
  129499             :     ._ascii = {
  129500             :         .ob_base = {
  129501             :             .ob_refcnt = 999999999,
  129502             :             .ob_type = &PyUnicode_Type,
  129503             :         },
  129504             :         .length = 4,
  129505             :         .hash = -1,
  129506             :         .state = {
  129507             :             .kind = 1,
  129508             :             .compact = 1,
  129509             :             .ascii = 1,
  129510             :         },
  129511             :     },
  129512             :     ._data = "venv",
  129513             : };
  129514             : static
  129515             :     struct {
  129516             :         PyObject_VAR_HEAD
  129517             :         Py_hash_t ob_shash;
  129518             :         char ob_sval[557];
  129519             :     }
  129520             : site_toplevel_consts_22_linetable = {
  129521             :     .ob_base = {
  129522             :         .ob_base = {
  129523             :             .ob_refcnt = 999999999,
  129524             :             .ob_type = &PyBytes_Type,
  129525             :         },
  129526             :         .ob_size = 556,
  129527             :     },
  129528             :     .ob_shash = -1,
  129529             :     .ob_sval = "\x80\x00\xf5\x06\x00\x0b\x0d\x8f\x2a\x89\x2a\x80\x43\xdd\x07\x0a\x87\x7c\x81\x7c\x90\x78\xd2\x07\x1f\xf0\x00\x03\x05\x24\xd0\x24\x39\xb8\x53\xd0\x24\x40\xf0\x00\x03\x05\x24\xdd\x2c\x2e\xaf\x4a\xa9\x4a\xd0\x37\x4c\xd4\x2c\x4d\xd0\x08\x4d\x88\x0a\x95\x53\xd4\x15\x29\xd0\x15\x29\xe5\x15\x18\x97\x5e\x91\x5e\x88\x0a\xdd\x11\x13\x97\x17\x91\x17\x97\x1d\x91\x1d\x9d\x72\x9f\x77\x99\x77\x9f\x7f\x99\x7f\xa8\x7a\xd4\x1f\x3a\xd4\x11\x3b\x81\x4a\x80\x47\x88\x51\xdd\x12\x14\x97\x27\x91\x27\x97\x2f\x91\x2f\xa0\x27\xd4\x12\x2a\x80\x4b\xd8\x10\x14\x85\x43\x84\x49\xd8\x14\x20\x80\x4d\xf0\x02\x06\x17\x0a\xf0\x00\x06\x17\x0a\xe5\x0c\x0e\x8f\x47\x89\x47\x8f\x4c\x89\x4c\x98\x17\xa0\x2d\xd4\x0c\x30\xdd\x0c\x0e\x8f\x47\x89\x47\x8f\x4c\x89\x4c\x98\x1b\xa0\x6d\xd4\x0c\x34\xf0\x05\x03\x22\x0e\xf0\x03\x06\x17\x0a\xf4\x00\x06\x17\x0a\x80\x4f\xf0\x10\x00\x08\x17\xf1\x00\x1b\x05\x25\xd8\x17\x26\xa0\x71\xd4\x17\x29\x88\x0c\xd8\x16\x1c\x88\x0b\xf5\x06\x00\x0e\x12\x90\x2c\xa8\x17\xd0\x0d\x31\xd4\x0d\x31\xf0\x00\x09\x09\x2a\xb0\x51\xd8\x18\x19\xf0\x00\x08\x0d\x2a\xf1\x00\x08\x0d\x2a\x90\x04\xd8\x13\x16\x98\x24\x90\x3b\xf0\x00\x07\x11\x2a\xd8\x24\x28\xa7\x4e\xa1\x4e\xb0\x33\xd4\x24\x37\x91\x4d\x90\x43\x98\x11\x98\x45\xd8\x1a\x1d\x9f\x29\x99\x29\x9c\x2b\xd7\x1a\x2b\xd1\x1a\x2b\xd4\x1a\x2d\x90\x43\xd8\x1c\x21\x9f\x4b\x99\x4b\x9c\x4d\x90\x45\xd8\x17\x1a\xd0\x1e\x3c\xd2\x17\x3c\xf0\x00\x03\x15\x2a\xd8\x26\x2b\xa7\x6b\xa1\x6b\xa4\x6d\x98\x0b\x98\x0b\xd8\x19\x1c\xa0\x06\x9a\x1d\xf0\x00\x01\x15\x2a\xd8\x24\x29\x9d\x03\x9c\x09\x98\x09\xf0\x11\x08\x0d\x2a\xf0\x03\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf4\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x16\x00\x28\x33\xd0\x08\x32\x8d\x03\x8c\x0a\x95\x53\x94\x5f\xf5\x06\x00\x09\x18\x98\x0b\xa5\x63\xa7\x6a\xa1\x6a\xa0\x5c\xd4\x08\x32\xd0\x08\x32\xf0\x08\x00\x0c\x17\x98\x26\xd2\x0b\x20\xf0\x00\x04\x09\x25\xdd\x0c\x14\x8f\x4f\x89\x4f\x98\x41\x9d\x73\x9f\x7a\x99\x7a\xd4\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xe5\x18\x1b\x9f\x0a\x99\x0a\x90\x7c\x88\x48\xd8\x1f\x24\xd0\x0c\x1c\xe0\x0b\x16\xd0\x04\x16\xf0\x31\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf8\xf8\xf8",
  129530             : };
  129531             : static
  129532             :     struct {
  129533             :         PyObject_VAR_HEAD
  129534             :         Py_hash_t ob_shash;
  129535             :         char ob_sval[14];
  129536             :     }
  129537             : site_toplevel_consts_22_exceptiontable = {
  129538             :     .ob_base = {
  129539             :         .ob_base = {
  129540             :             .ob_refcnt = 999999999,
  129541             :             .ob_type = &PyBytes_Type,
  129542             :         },
  129543             :         .ob_size = 13,
  129544             :     },
  129545             :     .ob_shash = -1,
  129546             :     .ob_sval = "\xc4\x3a\x41\x3c\x48\x3a\x03\xc8\x3a\x05\x49\x03\x07",
  129547             : };
  129548             : static
  129549             :     struct {
  129550             :         PyASCIIObject _ascii;
  129551             :         uint8_t _data[8];
  129552             :     }
  129553             : const_str_exe_dir = {
  129554             :     ._ascii = {
  129555             :         .ob_base = {
  129556             :             .ob_refcnt = 999999999,
  129557             :             .ob_type = &PyUnicode_Type,
  129558             :         },
  129559             :         .length = 7,
  129560             :         .hash = -1,
  129561             :         .state = {
  129562             :             .kind = 1,
  129563             :             .compact = 1,
  129564             :             .ascii = 1,
  129565             :         },
  129566             :     },
  129567             :     ._data = "exe_dir",
  129568             : };
  129569             : static
  129570             :     struct {
  129571             :         PyASCIIObject _ascii;
  129572             :         uint8_t _data[12];
  129573             :     }
  129574             : const_str_site_prefix = {
  129575             :     ._ascii = {
  129576             :         .ob_base = {
  129577             :             .ob_refcnt = 999999999,
  129578             :             .ob_type = &PyUnicode_Type,
  129579             :         },
  129580             :         .length = 11,
  129581             :         .hash = -1,
  129582             :         .state = {
  129583             :             .kind = 1,
  129584             :             .compact = 1,
  129585             :             .ascii = 1,
  129586             :         },
  129587             :     },
  129588             :     ._data = "site_prefix",
  129589             : };
  129590             : static
  129591             :     struct {
  129592             :         PyASCIIObject _ascii;
  129593             :         uint8_t _data[14];
  129594             :     }
  129595             : const_str_conf_basename = {
  129596             :     ._ascii = {
  129597             :         .ob_base = {
  129598             :             .ob_refcnt = 999999999,
  129599             :             .ob_type = &PyUnicode_Type,
  129600             :         },
  129601             :         .length = 13,
  129602             :         .hash = -1,
  129603             :         .state = {
  129604             :             .kind = 1,
  129605             :             .compact = 1,
  129606             :             .ascii = 1,
  129607             :         },
  129608             :     },
  129609             :     ._data = "conf_basename",
  129610             : };
  129611             : static
  129612             :     struct {
  129613             :         PyASCIIObject _ascii;
  129614             :         uint8_t _data[16];
  129615             :     }
  129616             : const_str_candidate_confs = {
  129617             :     ._ascii = {
  129618             :         .ob_base = {
  129619             :             .ob_refcnt = 999999999,
  129620             :             .ob_type = &PyUnicode_Type,
  129621             :         },
  129622             :         .length = 15,
  129623             :         .hash = -1,
  129624             :         .state = {
  129625             :             .kind = 1,
  129626             :             .compact = 1,
  129627             :             .ascii = 1,
  129628             :         },
  129629             :     },
  129630             :     ._data = "candidate_confs",
  129631             : };
  129632             : static
  129633             :     struct {
  129634             :         PyASCIIObject _ascii;
  129635             :         uint8_t _data[13];
  129636             :     }
  129637             : const_str_virtual_conf = {
  129638             :     ._ascii = {
  129639             :         .ob_base = {
  129640             :             .ob_refcnt = 999999999,
  129641             :             .ob_type = &PyUnicode_Type,
  129642             :         },
  129643             :         .length = 12,
  129644             :         .hash = -1,
  129645             :         .state = {
  129646             :             .kind = 1,
  129647             :             .compact = 1,
  129648             :             .ascii = 1,
  129649             :         },
  129650             :     },
  129651             :     ._data = "virtual_conf",
  129652             : };
  129653             : static
  129654             :     struct {
  129655             :         PyASCIIObject _ascii;
  129656             :         uint8_t _data[12];
  129657             :     }
  129658             : const_str_system_site = {
  129659             :     ._ascii = {
  129660             :         .ob_base = {
  129661             :             .ob_refcnt = 999999999,
  129662             :             .ob_type = &PyUnicode_Type,
  129663             :         },
  129664             :         .length = 11,
  129665             :         .hash = -1,
  129666             :         .state = {
  129667             :             .kind = 1,
  129668             :             .compact = 1,
  129669             :             .ascii = 1,
  129670             :         },
  129671             :     },
  129672             :     ._data = "system_site",
  129673             : };
  129674             : static
  129675             :     struct {
  129676             :         PyGC_Head _gc_head;
  129677             :         struct {
  129678             :             PyObject_VAR_HEAD
  129679             :             PyObject *ob_item[14];
  129680             :         }_object;
  129681             :     }
  129682             : site_toplevel_consts_22_localsplusnames = {
  129683             :     ._object = {
  129684             :         .ob_base = {
  129685             :             .ob_base = {
  129686             :                 .ob_refcnt = 999999999,
  129687             :                 .ob_type = &PyTuple_Type,
  129688             :             },
  129689             :             .ob_size = 14,
  129690             :         },
  129691             :         .ob_item = {
  129692             :             & const_str_known_paths._ascii.ob_base,
  129693             :             & const_str_env._ascii.ob_base,
  129694             :             & const_str_executable._ascii.ob_base,
  129695             :             & const_str_exe_dir._ascii.ob_base,
  129696             :             &_Py_ID(_),
  129697             :             & const_str_site_prefix._ascii.ob_base,
  129698             :             & const_str_conf_basename._ascii.ob_base,
  129699             :             & const_str_candidate_confs._ascii.ob_base,
  129700             :             & const_str_virtual_conf._ascii.ob_base,
  129701             :             & const_str_system_site._ascii.ob_base,
  129702             :             & const_str_f._ascii.ob_base,
  129703             :             &_Py_ID(line),
  129704             :             & const_str_key._ascii.ob_base,
  129705             :             & const_str_value._ascii.ob_base,
  129706             :         },
  129707             :     },
  129708             : };
  129709             : static
  129710             :     struct _PyCode_DEF(1164)
  129711             : site_toplevel_consts_22 = {
  129712             :     .ob_base = {
  129713             :         .ob_base = {
  129714             :             .ob_refcnt = 999999999,
  129715             :             .ob_type = &PyCode_Type,
  129716             :         },
  129717             :         .ob_size = 582,
  129718             :     },
  129719             :     .co_consts = & site_toplevel_consts_22_consts._object.ob_base.ob_base,
  129720             :     .co_names = & site_toplevel_consts_22_names._object.ob_base.ob_base,
  129721             :     .co_exceptiontable = & site_toplevel_consts_22_exceptiontable.ob_base.ob_base,
  129722             :     .co_flags = 3,
  129723             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  129724             :     ._co_linearray_entry_size = 0,
  129725             :     .co_argcount = 1,
  129726             :     .co_posonlyargcount = 0,
  129727             :     .co_kwonlyargcount = 0,
  129728             :     .co_framesize = 20 + FRAME_SPECIALS_SIZE,
  129729             :     .co_stacksize = 6,
  129730             :     .co_firstlineno = 492,
  129731             :     .co_nlocalsplus = 14,
  129732             :     .co_nlocals = 14,
  129733             :     .co_nplaincellvars = 0,
  129734             :     .co_ncellvars = 0,
  129735             :     .co_nfreevars = 0,
  129736             :     .co_localsplusnames = & site_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
  129737             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
  129738             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  129739             :     .co_name = & const_str_venv._ascii.ob_base,
  129740             :     .co_qualname = & const_str_venv._ascii.ob_base,
  129741             :     .co_linetable = & site_toplevel_consts_22_linetable.ob_base.ob_base,
  129742             :     ._co_code = NULL,
  129743             :     ._co_linearray = NULL,
  129744             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x28\x64\x02\x7c\x01\x76\x00\x72\x24\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x7d\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x11\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7d\x06\x64\x04\x84\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x3e\x01\x72\x17\x7c\x07\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x64\x06\x7d\x09\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x64\x07\xac\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x0a\x7c\x0a\x44\x00\x5d\x77\x00\x00\x7d\x0b\x64\x09\x7c\x0b\x76\x00\xaf\x07\x7c\x0b\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x0c\x7d\x04\x7d\x0d\x7c\x0c\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0d\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x7c\x0c\x64\x0a\x6b\x02\x00\x00\x00\x00\x72\x12\x7c\x0d\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x8c\x66\x7c\x0c\x64\x0b\x6b\x02\x00\x00\x00\x00\xaf\x6c\x7c\x0d\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x8c\x79\x09\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x78\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x10\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x11\x00\x00\x00\x00\x00\x00\x00\x00\x74\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x09\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x28\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x14\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x01\x61\x13\x64\x0c\x61\x15\x7c\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x83\x78\x03\x59\x00\x77\x01",
  129745             :     ._co_firsttraceable = 0,
  129746             : };
  129747             : static
  129748             :     struct {
  129749             :         PyASCIIObject _ascii;
  129750             :         uint8_t _data[45];
  129751             :     }
  129752             : site_toplevel_consts_23_consts_0 = {
  129753             :     ._ascii = {
  129754             :         .ob_base = {
  129755             :             .ob_refcnt = 999999999,
  129756             :             .ob_type = &PyUnicode_Type,
  129757             :         },
  129758             :         .length = 44,
  129759             :         .hash = -1,
  129760             :         .state = {
  129761             :             .kind = 1,
  129762             :             .compact = 1,
  129763             :             .ascii = 1,
  129764             :         },
  129765             :     },
  129766             :     ._data = "Run custom site specific code, if available.",
  129767             : };
  129768             : static
  129769             :     struct {
  129770             :         PyASCIIObject _ascii;
  129771             :         uint8_t _data[14];
  129772             :     }
  129773             : const_str_sitecustomize = {
  129774             :     ._ascii = {
  129775             :         .ob_base = {
  129776             :             .ob_refcnt = 999999999,
  129777             :             .ob_type = &PyUnicode_Type,
  129778             :         },
  129779             :         .length = 13,
  129780             :         .hash = -1,
  129781             :         .state = {
  129782             :             .kind = 1,
  129783             :             .compact = 1,
  129784             :             .ascii = 1,
  129785             :         },
  129786             :     },
  129787             :     ._data = "sitecustomize",
  129788             : };
  129789             : static
  129790             :     struct {
  129791             :         PyASCIIObject _ascii;
  129792             :         uint8_t _data[58];
  129793             :     }
  129794             : site_toplevel_consts_23_consts_4 = {
  129795             :     ._ascii = {
  129796             :         .ob_base = {
  129797             :             .ob_refcnt = 999999999,
  129798             :             .ob_type = &PyUnicode_Type,
  129799             :         },
  129800             :         .length = 57,
  129801             :         .hash = -1,
  129802             :         .state = {
  129803             :             .kind = 1,
  129804             :             .compact = 1,
  129805             :             .ascii = 1,
  129806             :         },
  129807             :     },
  129808             :     ._data = "\x45\x72\x72\x6f\x72\x20\x69\x6e\x20\x73\x69\x74\x65\x63\x75\x73\x74\x6f\x6d\x69\x7a\x65\x3b\x20\x73\x65\x74\x20\x50\x59\x54\x48\x4f\x4e\x56\x45\x52\x42\x4f\x53\x45\x20\x66\x6f\x72\x20\x74\x72\x61\x63\x65\x62\x61\x63\x6b\x3a\x0a",
  129809             : };
  129810             : static
  129811             :     struct {
  129812             :         PyGC_Head _gc_head;
  129813             :         struct {
  129814             :             PyObject_VAR_HEAD
  129815             :             PyObject *ob_item[7];
  129816             :         }_object;
  129817             :     }
  129818             : site_toplevel_consts_23_consts = {
  129819             :     ._object = {
  129820             :         .ob_base = {
  129821             :             .ob_base = {
  129822             :                 .ob_refcnt = 999999999,
  129823             :                 .ob_type = &PyTuple_Type,
  129824             :             },
  129825             :             .ob_size = 7,
  129826             :         },
  129827             :         .ob_item = {
  129828             :             & site_toplevel_consts_23_consts_0._ascii.ob_base,
  129829             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  129830             :             Py_None,
  129831             :             & const_str_sitecustomize._ascii.ob_base,
  129832             :             & site_toplevel_consts_23_consts_4._ascii.ob_base,
  129833             :             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
  129834             :             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
  129835             :         },
  129836             :     },
  129837             : };
  129838             : static
  129839             :     struct {
  129840             :         PyGC_Head _gc_head;
  129841             :         struct {
  129842             :             PyObject_VAR_HEAD
  129843             :             PyObject *ob_item[13];
  129844             :         }_object;
  129845             :     }
  129846             : site_toplevel_consts_23_names = {
  129847             :     ._object = {
  129848             :         .ob_base = {
  129849             :             .ob_base = {
  129850             :                 .ob_refcnt = 999999999,
  129851             :                 .ob_type = &PyTuple_Type,
  129852             :             },
  129853             :             .ob_size = 13,
  129854             :         },
  129855             :         .ob_item = {
  129856             :             & const_str_sitecustomize._ascii.ob_base,
  129857             :             & const_str_ImportError._ascii.ob_base,
  129858             :             &_Py_ID(name),
  129859             :             & const_str_Exception._ascii.ob_base,
  129860             :             & const_str_sys._ascii.ob_base,
  129861             :             & const_str_flags._ascii.ob_base,
  129862             :             & const_str_verbose._ascii.ob_base,
  129863             :             &_Py_ID(excepthook),
  129864             :             & const_str_exc_info._ascii.ob_base,
  129865             :             &_Py_ID(stderr),
  129866             :             &_Py_ID(write),
  129867             :             &_Py_ID(__class__),
  129868             :             &_Py_ID(__name__),
  129869             :         },
  129870             :     },
  129871             : };
  129872             : static
  129873             :     struct {
  129874             :         PyASCIIObject _ascii;
  129875             :         uint8_t _data[18];
  129876             :     }
  129877             : const_str_execsitecustomize = {
  129878             :     ._ascii = {
  129879             :         .ob_base = {
  129880             :             .ob_refcnt = 999999999,
  129881             :             .ob_type = &PyUnicode_Type,
  129882             :         },
  129883             :         .length = 17,
  129884             :         .hash = -1,
  129885             :         .state = {
  129886             :             .kind = 1,
  129887             :             .compact = 1,
  129888             :             .ascii = 1,
  129889             :         },
  129890             :     },
  129891             :     ._data = "execsitecustomize",
  129892             : };
  129893             : static
  129894             :     struct {
  129895             :         PyObject_VAR_HEAD
  129896             :         Py_hash_t ob_shash;
  129897             :         char ob_sval[283];
  129898             :     }
  129899             : site_toplevel_consts_23_linetable = {
  129900             :     .ob_base = {
  129901             :         .ob_base = {
  129902             :             .ob_refcnt = 999999999,
  129903             :             .ob_type = &PyBytes_Type,
  129904             :         },
  129905             :         .ob_size = 282,
  129906             :     },
  129907             :     .ob_shash = -1,
  129908             :     .ob_sval = "\x80\x00\xf0\x04\x0f\x05\x2f\xf0\x02\x06\x09\x16\xd8\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xf8\xdd\x0f\x1a\xf0\x00\x04\x09\x16\xf0\x00\x04\x09\x16\xf0\x00\x04\x09\x16\xd8\x0f\x12\x8f\x78\x89\x78\x98\x3f\xd2\x0f\x2a\xf0\x00\x03\x0d\x16\xd8\x10\x14\xe0\x10\x15\xf0\x05\x00\x11\x15\x90\x04\x90\x04\x90\x04\x90\x04\x90\x04\xf8\xf8\xf8\xf8\xf0\x05\x04\x09\x16\xf8\xf8\xf8\xf8\xf5\x0a\x00\x0c\x15\xf0\x00\x07\x05\x2f\xf0\x00\x07\x05\x2f\xf0\x00\x07\x05\x2f\xdd\x0b\x0e\x8f\x39\x89\x39\xd7\x0b\x1c\xd1\x0b\x1c\xf0\x00\x06\x09\x2f\xdd\x0c\x1a\x8f\x4e\x89\x4e\x9d\x43\x9f\x4c\x99\x4c\x9c\x4e\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xe5\x0c\x0f\x8f\x4a\x89\x4a\xd7\x0c\x1c\xd1\x0c\x1c\xd0\x0c\x1c\xf0\x06\x00\x12\x15\x97\x1d\x91\x1d\xd7\x11\x27\xd1\x11\x27\xd0\x11\x27\xd0\x11\x27\xa8\x13\xa8\x13\xa8\x13\xf0\x05\x02\x11\x2e\xf4\x03\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x05\x00\x0d\x2c\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xf8\xf8\xf8\xf8\xf0\x05\x07\x05\x2f\xf8\xf8\xf8",
  129909             : };
  129910             : static
  129911             :     struct {
  129912             :         PyObject_VAR_HEAD
  129913             :         Py_hash_t ob_shash;
  129914             :         char ob_sval[42];
  129915             :     }
  129916             : site_toplevel_consts_23_exceptiontable = {
  129917             :     .ob_base = {
  129918             :         .ob_base = {
  129919             :             .ob_refcnt = 999999999,
  129920             :             .ob_type = &PyBytes_Type,
  129921             :         },
  129922             :         .ob_size = 41,
  129923             :     },
  129924             :     .ob_shash = -1,
  129925             :     .ob_sval = "\x83\x04\x09\x00\x89\x0a\x30\x03\x93\x12\x2b\x03\xa5\x04\x33\x00\xab\x05\x30\x03\xb0\x03\x33\x00\xb3\x0a\x43\x0d\x03\xbd\x41\x3f\x43\x08\x03\xc3\x08\x05\x43\x0d\x03",
  129926             : };
  129927             : static
  129928             :     struct {
  129929             :         PyGC_Head _gc_head;
  129930             :         struct {
  129931             :             PyObject_VAR_HEAD
  129932             :             PyObject *ob_item[3];
  129933             :         }_object;
  129934             :     }
  129935             : site_toplevel_consts_23_localsplusnames = {
  129936             :     ._object = {
  129937             :         .ob_base = {
  129938             :             .ob_base = {
  129939             :                 .ob_refcnt = 999999999,
  129940             :                 .ob_type = &PyTuple_Type,
  129941             :             },
  129942             :             .ob_size = 3,
  129943             :         },
  129944             :         .ob_item = {
  129945             :             & const_str_sitecustomize._ascii.ob_base,
  129946             :             & const_str_exc._ascii.ob_base,
  129947             :             & const_str_err._ascii.ob_base,
  129948             :         },
  129949             :     },
  129950             : };
  129951             : static
  129952             :     struct _PyCode_DEF(416)
  129953             : site_toplevel_consts_23 = {
  129954             :     .ob_base = {
  129955             :         .ob_base = {
  129956             :             .ob_refcnt = 999999999,
  129957             :             .ob_type = &PyCode_Type,
  129958             :         },
  129959             :         .ob_size = 208,
  129960             :     },
  129961             :     .co_consts = & site_toplevel_consts_23_consts._object.ob_base.ob_base,
  129962             :     .co_names = & site_toplevel_consts_23_names._object.ob_base.ob_base,
  129963             :     .co_exceptiontable = & site_toplevel_consts_23_exceptiontable.ob_base.ob_base,
  129964             :     .co_flags = 3,
  129965             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  129966             :     ._co_linearray_entry_size = 0,
  129967             :     .co_argcount = 0,
  129968             :     .co_posonlyargcount = 0,
  129969             :     .co_kwonlyargcount = 0,
  129970             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  129971             :     .co_stacksize = 8,
  129972             :     .co_firstlineno = 544,
  129973             :     .co_nlocalsplus = 3,
  129974             :     .co_nlocals = 3,
  129975             :     .co_nplaincellvars = 0,
  129976             :     .co_ncellvars = 0,
  129977             :     .co_nfreevars = 0,
  129978             :     .co_localsplusnames = & site_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
  129979             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  129980             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  129981             :     .co_name = & const_str_execsitecustomize._ascii.ob_base,
  129982             :     .co_qualname = & const_str_execsitecustomize._ascii.ob_base,
  129983             :     .co_linetable = & site_toplevel_consts_23_linetable.ob_base.ob_base,
  129984             :     ._co_code = NULL,
  129985             :     ._co_linearray = NULL,
  129986             :     .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x64\x01\x64\x02\x6c\x00\x7d\x00\x64\x02\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1d\x7d\x01\x7c\x01\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x01\x6e\x01\x82\x00\x59\x00\x64\x02\x7d\x01\x7e\x01\x64\x02\x53\x00\x64\x02\x7d\x01\x7e\x01\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x90\x7d\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x28\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x01\x00\x6e\x42\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x02\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x05\x7c\x02\x9b\x01\x64\x06\x9d\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x02\x7d\x02\x7e\x02\x64\x02\x53\x00\x59\x00\x64\x02\x7d\x02\x7e\x02\x64\x02\x53\x00\x64\x02\x7d\x02\x7e\x02\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
  129987             :     ._co_firsttraceable = 0,
  129988             : };
  129989             : static
  129990             :     struct {
  129991             :         PyASCIIObject _ascii;
  129992             :         uint8_t _data[45];
  129993             :     }
  129994             : site_toplevel_consts_24_consts_0 = {
  129995             :     ._ascii = {
  129996             :         .ob_base = {
  129997             :             .ob_refcnt = 999999999,
  129998             :             .ob_type = &PyUnicode_Type,
  129999             :         },
  130000             :         .length = 44,
  130001             :         .hash = -1,
  130002             :         .state = {
  130003             :             .kind = 1,
  130004             :             .compact = 1,
  130005             :             .ascii = 1,
  130006             :         },
  130007             :     },
  130008             :     ._data = "Run custom user specific code, if available.",
  130009             : };
  130010             : static
  130011             :     struct {
  130012             :         PyASCIIObject _ascii;
  130013             :         uint8_t _data[14];
  130014             :     }
  130015             : const_str_usercustomize = {
  130016             :     ._ascii = {
  130017             :         .ob_base = {
  130018             :             .ob_refcnt = 999999999,
  130019             :             .ob_type = &PyUnicode_Type,
  130020             :         },
  130021             :         .length = 13,
  130022             :         .hash = -1,
  130023             :         .state = {
  130024             :             .kind = 1,
  130025             :             .compact = 1,
  130026             :             .ascii = 1,
  130027             :         },
  130028             :     },
  130029             :     ._data = "usercustomize",
  130030             : };
  130031             : static
  130032             :     struct {
  130033             :         PyASCIIObject _ascii;
  130034             :         uint8_t _data[58];
  130035             :     }
  130036             : site_toplevel_consts_24_consts_4 = {
  130037             :     ._ascii = {
  130038             :         .ob_base = {
  130039             :             .ob_refcnt = 999999999,
  130040             :             .ob_type = &PyUnicode_Type,
  130041             :         },
  130042             :         .length = 57,
  130043             :         .hash = -1,
  130044             :         .state = {
  130045             :             .kind = 1,
  130046             :             .compact = 1,
  130047             :             .ascii = 1,
  130048             :         },
  130049             :     },
  130050             :     ._data = "\x45\x72\x72\x6f\x72\x20\x69\x6e\x20\x75\x73\x65\x72\x63\x75\x73\x74\x6f\x6d\x69\x7a\x65\x3b\x20\x73\x65\x74\x20\x50\x59\x54\x48\x4f\x4e\x56\x45\x52\x42\x4f\x53\x45\x20\x66\x6f\x72\x20\x74\x72\x61\x63\x65\x62\x61\x63\x6b\x3a\x0a",
  130051             : };
  130052             : static
  130053             :     struct {
  130054             :         PyGC_Head _gc_head;
  130055             :         struct {
  130056             :             PyObject_VAR_HEAD
  130057             :             PyObject *ob_item[7];
  130058             :         }_object;
  130059             :     }
  130060             : site_toplevel_consts_24_consts = {
  130061             :     ._object = {
  130062             :         .ob_base = {
  130063             :             .ob_base = {
  130064             :                 .ob_refcnt = 999999999,
  130065             :                 .ob_type = &PyTuple_Type,
  130066             :             },
  130067             :             .ob_size = 7,
  130068             :         },
  130069             :         .ob_item = {
  130070             :             & site_toplevel_consts_24_consts_0._ascii.ob_base,
  130071             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  130072             :             Py_None,
  130073             :             & const_str_usercustomize._ascii.ob_base,
  130074             :             & site_toplevel_consts_24_consts_4._ascii.ob_base,
  130075             :             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
  130076             :             & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
  130077             :         },
  130078             :     },
  130079             : };
  130080             : static
  130081             :     struct {
  130082             :         PyGC_Head _gc_head;
  130083             :         struct {
  130084             :             PyObject_VAR_HEAD
  130085             :             PyObject *ob_item[13];
  130086             :         }_object;
  130087             :     }
  130088             : site_toplevel_consts_24_names = {
  130089             :     ._object = {
  130090             :         .ob_base = {
  130091             :             .ob_base = {
  130092             :                 .ob_refcnt = 999999999,
  130093             :                 .ob_type = &PyTuple_Type,
  130094             :             },
  130095             :             .ob_size = 13,
  130096             :         },
  130097             :         .ob_item = {
  130098             :             & const_str_usercustomize._ascii.ob_base,
  130099             :             & const_str_ImportError._ascii.ob_base,
  130100             :             &_Py_ID(name),
  130101             :             & const_str_Exception._ascii.ob_base,
  130102             :             & const_str_sys._ascii.ob_base,
  130103             :             & const_str_flags._ascii.ob_base,
  130104             :             & const_str_verbose._ascii.ob_base,
  130105             :             &_Py_ID(excepthook),
  130106             :             & const_str_exc_info._ascii.ob_base,
  130107             :             &_Py_ID(stderr),
  130108             :             &_Py_ID(write),
  130109             :             &_Py_ID(__class__),
  130110             :             &_Py_ID(__name__),
  130111             :         },
  130112             :     },
  130113             : };
  130114             : static
  130115             :     struct {
  130116             :         PyASCIIObject _ascii;
  130117             :         uint8_t _data[18];
  130118             :     }
  130119             : const_str_execusercustomize = {
  130120             :     ._ascii = {
  130121             :         .ob_base = {
  130122             :             .ob_refcnt = 999999999,
  130123             :             .ob_type = &PyUnicode_Type,
  130124             :         },
  130125             :         .length = 17,
  130126             :         .hash = -1,
  130127             :         .state = {
  130128             :             .kind = 1,
  130129             :             .compact = 1,
  130130             :             .ascii = 1,
  130131             :         },
  130132             :     },
  130133             :     ._data = "execusercustomize",
  130134             : };
  130135             : static
  130136             :     struct {
  130137             :         PyGC_Head _gc_head;
  130138             :         struct {
  130139             :             PyObject_VAR_HEAD
  130140             :             PyObject *ob_item[3];
  130141             :         }_object;
  130142             :     }
  130143             : site_toplevel_consts_24_localsplusnames = {
  130144             :     ._object = {
  130145             :         .ob_base = {
  130146             :             .ob_base = {
  130147             :                 .ob_refcnt = 999999999,
  130148             :                 .ob_type = &PyTuple_Type,
  130149             :             },
  130150             :             .ob_size = 3,
  130151             :         },
  130152             :         .ob_item = {
  130153             :             & const_str_usercustomize._ascii.ob_base,
  130154             :             & const_str_exc._ascii.ob_base,
  130155             :             & const_str_err._ascii.ob_base,
  130156             :         },
  130157             :     },
  130158             : };
  130159             : static
  130160             :     struct _PyCode_DEF(416)
  130161             : site_toplevel_consts_24 = {
  130162             :     .ob_base = {
  130163             :         .ob_base = {
  130164             :             .ob_refcnt = 999999999,
  130165             :             .ob_type = &PyCode_Type,
  130166             :         },
  130167             :         .ob_size = 208,
  130168             :     },
  130169             :     .co_consts = & site_toplevel_consts_24_consts._object.ob_base.ob_base,
  130170             :     .co_names = & site_toplevel_consts_24_names._object.ob_base.ob_base,
  130171             :     .co_exceptiontable = & site_toplevel_consts_23_exceptiontable.ob_base.ob_base,
  130172             :     .co_flags = 3,
  130173             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  130174             :     ._co_linearray_entry_size = 0,
  130175             :     .co_argcount = 0,
  130176             :     .co_posonlyargcount = 0,
  130177             :     .co_kwonlyargcount = 0,
  130178             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  130179             :     .co_stacksize = 8,
  130180             :     .co_firstlineno = 564,
  130181             :     .co_nlocalsplus = 3,
  130182             :     .co_nlocals = 3,
  130183             :     .co_nplaincellvars = 0,
  130184             :     .co_ncellvars = 0,
  130185             :     .co_nfreevars = 0,
  130186             :     .co_localsplusnames = & site_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
  130187             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  130188             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  130189             :     .co_name = & const_str_execusercustomize._ascii.ob_base,
  130190             :     .co_qualname = & const_str_execusercustomize._ascii.ob_base,
  130191             :     .co_linetable = & site_toplevel_consts_23_linetable.ob_base.ob_base,
  130192             :     ._co_code = NULL,
  130193             :     ._co_linearray = NULL,
  130194             :     .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x64\x01\x64\x02\x6c\x00\x7d\x00\x64\x02\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1d\x7d\x01\x7c\x01\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x01\x6e\x01\x82\x00\x59\x00\x64\x02\x7d\x01\x7e\x01\x64\x02\x53\x00\x64\x02\x7d\x01\x7e\x01\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x90\x7d\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x28\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x01\x00\x6e\x42\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x02\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x05\x7c\x02\x9b\x01\x64\x06\x9d\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x02\x7d\x02\x7e\x02\x64\x02\x53\x00\x59\x00\x64\x02\x7d\x02\x7e\x02\x64\x02\x53\x00\x64\x02\x7d\x02\x7e\x02\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
  130195             :     ._co_firsttraceable = 0,
  130196             : };
  130197             : static
  130198             :     struct {
  130199             :         PyASCIIObject _ascii;
  130200             :         uint8_t _data[208];
  130201             :     }
  130202             : site_toplevel_consts_25_consts_0 = {
  130203             :     ._ascii = {
  130204             :         .ob_base = {
  130205             :             .ob_refcnt = 999999999,
  130206             :             .ob_type = &PyUnicode_Type,
  130207             :         },
  130208             :         .length = 207,
  130209             :         .hash = -1,
  130210             :         .state = {
  130211             :             .kind = 1,
  130212             :             .compact = 1,
  130213             :             .ascii = 1,
  130214             :         },
  130215             :     },
  130216             :     ._data = "\x41\x64\x64\x20\x73\x74\x61\x6e\x64\x61\x72\x64\x20\x73\x69\x74\x65\x2d\x73\x70\x65\x63\x69\x66\x69\x63\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x74\x6f\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x73\x65\x61\x72\x63\x68\x20\x70\x61\x74\x68\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x73\x20\x63\x61\x6c\x6c\x65\x64\x20\x61\x75\x74\x6f\x6d\x61\x74\x69\x63\x61\x6c\x6c\x79\x20\x77\x68\x65\x6e\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2c\x0a\x20\x20\x20\x20\x75\x6e\x6c\x65\x73\x73\x20\x74\x68\x65\x20\x70\x79\x74\x68\x6f\x6e\x20\x69\x6e\x74\x65\x72\x70\x72\x65\x74\x65\x72\x20\x77\x61\x73\x20\x73\x74\x61\x72\x74\x65\x64\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x2d\x53\x20\x66\x6c\x61\x67\x2e\x0a\x20\x20\x20\x20",
  130217             : };
  130218             : static
  130219             :     struct {
  130220             :         PyGC_Head _gc_head;
  130221             :         struct {
  130222             :             PyObject_VAR_HEAD
  130223             :             PyObject *ob_item[2];
  130224             :         }_object;
  130225             :     }
  130226             : site_toplevel_consts_25_consts = {
  130227             :     ._object = {
  130228             :         .ob_base = {
  130229             :             .ob_base = {
  130230             :                 .ob_refcnt = 999999999,
  130231             :                 .ob_type = &PyTuple_Type,
  130232             :             },
  130233             :             .ob_size = 2,
  130234             :         },
  130235             :         .ob_item = {
  130236             :             & site_toplevel_consts_25_consts_0._ascii.ob_base,
  130237             :             Py_None,
  130238             :         },
  130239             :     },
  130240             : };
  130241             : static
  130242             :     struct {
  130243             :         PyASCIIObject _ascii;
  130244             :         uint8_t _data[9];
  130245             :     }
  130246             : const_str_isolated = {
  130247             :     ._ascii = {
  130248             :         .ob_base = {
  130249             :             .ob_refcnt = 999999999,
  130250             :             .ob_type = &PyUnicode_Type,
  130251             :         },
  130252             :         .length = 8,
  130253             :         .hash = -1,
  130254             :         .state = {
  130255             :             .kind = 1,
  130256             :             .compact = 1,
  130257             :             .ascii = 1,
  130258             :         },
  130259             :     },
  130260             :     ._data = "isolated",
  130261             : };
  130262             : static
  130263             :     struct {
  130264             :         PyGC_Head _gc_head;
  130265             :         struct {
  130266             :             PyObject_VAR_HEAD
  130267             :             PyObject *ob_item[17];
  130268             :         }_object;
  130269             :     }
  130270             : site_toplevel_consts_25_names = {
  130271             :     ._object = {
  130272             :         .ob_base = {
  130273             :             .ob_base = {
  130274             :                 .ob_refcnt = 999999999,
  130275             :                 .ob_type = &PyTuple_Type,
  130276             :             },
  130277             :             .ob_size = 17,
  130278             :         },
  130279             :         .ob_item = {
  130280             :             & const_str_sys._ascii.ob_base,
  130281             :             &_Py_ID(path),
  130282             :             & const_str_removeduppaths._ascii.ob_base,
  130283             :             & const_str_abs_paths._ascii.ob_base,
  130284             :             & const_str_venv._ascii.ob_base,
  130285             :             & const_str_ENABLE_USER_SITE._ascii.ob_base,
  130286             :             & const_str_check_enableusersite._ascii.ob_base,
  130287             :             & const_str_addusersitepackages._ascii.ob_base,
  130288             :             & const_str_addsitepackages._ascii.ob_base,
  130289             :             & const_str_setquit._ascii.ob_base,
  130290             :             & const_str_setcopyright._ascii.ob_base,
  130291             :             & const_str_sethelper._ascii.ob_base,
  130292             :             & const_str_flags._ascii.ob_base,
  130293             :             & const_str_isolated._ascii.ob_base,
  130294             :             & const_str_enablerlcompleter._ascii.ob_base,
  130295             :             & const_str_execsitecustomize._ascii.ob_base,
  130296             :             & const_str_execusercustomize._ascii.ob_base,
  130297             :         },
  130298             :     },
  130299             : };
  130300             : static
  130301             :     struct {
  130302             :         PyASCIIObject _ascii;
  130303             :         uint8_t _data[5];
  130304             :     }
  130305             : const_str_main = {
  130306             :     ._ascii = {
  130307             :         .ob_base = {
  130308             :             .ob_refcnt = 999999999,
  130309             :             .ob_type = &PyUnicode_Type,
  130310             :         },
  130311             :         .length = 4,
  130312             :         .hash = -1,
  130313             :         .state = {
  130314             :             .kind = 1,
  130315             :             .compact = 1,
  130316             :             .ascii = 1,
  130317             :         },
  130318             :     },
  130319             :     ._data = "main",
  130320             : };
  130321             : static
  130322             :     struct {
  130323             :         PyObject_VAR_HEAD
  130324             :         Py_hash_t ob_shash;
  130325             :         char ob_sval[191];
  130326             :     }
  130327             : site_toplevel_consts_25_linetable = {
  130328             :     .ob_base = {
  130329             :         .ob_base = {
  130330             :             .ob_refcnt = 999999999,
  130331             :             .ob_type = &PyBytes_Type,
  130332             :         },
  130333             :         .ob_size = 190,
  130334             :     },
  130335             :     .ob_shash = -1,
  130336             :     .ob_sval = "\x80\x00\xf5\x10\x00\x11\x14\x97\x08\x91\x08\x90\x0b\x90\x0b\x90\x0b\x80\x49\xdd\x12\x20\xd4\x12\x22\x80\x4b\xd8\x07\x10\x95\x43\x97\x48\x91\x48\xd2\x07\x1c\xf0\x00\x03\x05\x14\xf5\x06\x00\x09\x12\x8c\x0b\x88\x0b\xe5\x12\x16\x90\x7b\xd4\x12\x23\x80\x4b\xdd\x07\x17\xf0\x00\x01\x05\x32\xdd\x1b\x2f\xd4\x1b\x31\xd0\x08\x18\xdd\x12\x25\xa0\x6b\xd4\x12\x32\x80\x4b\xdd\x12\x21\xa0\x2b\xd4\x12\x2e\x80\x4b\xdd\x04\x0b\x84\x49\x80\x49\xdd\x04\x10\x84\x4e\x80\x4e\xdd\x04\x0d\x84\x4b\x80\x4b\xdd\x0b\x0e\x8f\x39\x89\x39\xd7\x0b\x1d\xd1\x0b\x1d\xf0\x00\x01\x05\x1c\xdd\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xdd\x04\x15\xd4\x04\x17\xd0\x04\x17\xdd\x07\x17\xf0\x00\x01\x05\x1c\xdd\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xf0\x03\x01\x05\x1c\xf0\x00\x01\x05\x1c",
  130337             : };
  130338             : static
  130339             :     struct {
  130340             :         PyASCIIObject _ascii;
  130341             :         uint8_t _data[10];
  130342             :     }
  130343             : const_str_orig_path = {
  130344             :     ._ascii = {
  130345             :         .ob_base = {
  130346             :             .ob_refcnt = 999999999,
  130347             :             .ob_type = &PyUnicode_Type,
  130348             :         },
  130349             :         .length = 9,
  130350             :         .hash = -1,
  130351             :         .state = {
  130352             :             .kind = 1,
  130353             :             .compact = 1,
  130354             :             .ascii = 1,
  130355             :         },
  130356             :     },
  130357             :     ._data = "orig_path",
  130358             : };
  130359             : static
  130360             :     struct {
  130361             :         PyGC_Head _gc_head;
  130362             :         struct {
  130363             :             PyObject_VAR_HEAD
  130364             :             PyObject *ob_item[2];
  130365             :         }_object;
  130366             :     }
  130367             : site_toplevel_consts_25_localsplusnames = {
  130368             :     ._object = {
  130369             :         .ob_base = {
  130370             :             .ob_base = {
  130371             :                 .ob_refcnt = 999999999,
  130372             :                 .ob_type = &PyTuple_Type,
  130373             :             },
  130374             :             .ob_size = 2,
  130375             :         },
  130376             :         .ob_item = {
  130377             :             & const_str_orig_path._ascii.ob_base,
  130378             :             & const_str_known_paths._ascii.ob_base,
  130379             :         },
  130380             :     },
  130381             : };
  130382             : static
  130383             :     struct _PyCode_DEF(468)
  130384             : site_toplevel_consts_25 = {
  130385             :     .ob_base = {
  130386             :         .ob_base = {
  130387             :             .ob_refcnt = 999999999,
  130388             :             .ob_type = &PyCode_Type,
  130389             :         },
  130390             :         .ob_size = 234,
  130391             :     },
  130392             :     .co_consts = & site_toplevel_consts_25_consts._object.ob_base.ob_base,
  130393             :     .co_names = & site_toplevel_consts_25_names._object.ob_base.ob_base,
  130394             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  130395             :     .co_flags = 3,
  130396             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  130397             :     ._co_linearray_entry_size = 0,
  130398             :     .co_argcount = 0,
  130399             :     .co_posonlyargcount = 0,
  130400             :     .co_kwonlyargcount = 0,
  130401             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  130402             :     .co_stacksize = 3,
  130403             :     .co_firstlineno = 584,
  130404             :     .co_nlocalsplus = 2,
  130405             :     .co_nlocals = 2,
  130406             :     .co_nplaincellvars = 0,
  130407             :     .co_ncellvars = 0,
  130408             :     .co_nfreevars = 0,
  130409             :     .co_localsplusnames = & site_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
  130410             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  130411             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  130412             :     .co_name = & const_str_main._ascii.ob_base,
  130413             :     .co_qualname = & const_str_main._ascii.ob_base,
  130414             :     .co_linetable = & site_toplevel_consts_25_linetable.ob_base.ob_base,
  130415             :     ._co_code = NULL,
  130416             :     ._co_linearray = NULL,
  130417             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x01\x1a\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x0c\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0c\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x61\x05\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0c\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x64\x01\x53\x00",
  130418             :     ._co_firsttraceable = 0,
  130419             : };
  130420             : static
  130421             :     struct {
  130422             :         PyASCIIObject _ascii;
  130423             :         uint8_t _data[435];
  130424             :     }
  130425             : site_toplevel_consts_26_consts_1 = {
  130426             :     ._ascii = {
  130427             :         .ob_base = {
  130428             :             .ob_refcnt = 999999999,
  130429             :             .ob_type = &PyUnicode_Type,
  130430             :         },
  130431             :         .length = 434,
  130432             :         .hash = -1,
  130433             :         .state = {
  130434             :             .kind = 1,
  130435             :             .compact = 1,
  130436             :             .ascii = 1,
  130437             :         },
  130438             :     },
  130439             :     ._data = "\x20\x20\x20\x20\x25\x73\x20\x5b\x2d\x2d\x75\x73\x65\x72\x2d\x62\x61\x73\x65\x5d\x20\x5b\x2d\x2d\x75\x73\x65\x72\x2d\x73\x69\x74\x65\x5d\x0a\x0a\x20\x20\x20\x20\x57\x69\x74\x68\x6f\x75\x74\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x70\x72\x69\x6e\x74\x20\x73\x6f\x6d\x65\x20\x75\x73\x65\x66\x75\x6c\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x0a\x20\x20\x20\x20\x57\x69\x74\x68\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x70\x72\x69\x6e\x74\x20\x74\x68\x65\x20\x76\x61\x6c\x75\x65\x20\x6f\x66\x20\x55\x53\x45\x52\x5f\x42\x41\x53\x45\x20\x61\x6e\x64\x2f\x6f\x72\x20\x55\x53\x45\x52\x5f\x53\x49\x54\x45\x20\x73\x65\x70\x61\x72\x61\x74\x65\x64\x0a\x20\x20\x20\x20\x62\x79\x20\x27\x25\x73\x27\x2e\x0a\x0a\x20\x20\x20\x20\x45\x78\x69\x74\x20\x63\x6f\x64\x65\x73\x20\x77\x69\x74\x68\x20\x2d\x2d\x75\x73\x65\x72\x2d\x62\x61\x73\x65\x20\x6f\x72\x20\x2d\x2d\x75\x73\x65\x72\x2d\x73\x69\x74\x65\x3a\x0a\x20\x20\x20\x20\x20\x20\x30\x20\x2d\x20\x75\x73\x65\x72\x20\x73\x69\x74\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x65\x6e\x61\x62\x6c\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x31\x20\x2d\x20\x75\x73\x65\x72\x20\x73\x69\x74\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x64\x69\x73\x61\x62\x6c\x65\x64\x20\x62\x79\x20\x75\x73\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x32\x20\x2d\x20\x75\x73\x65\x72\x20\x73\x69\x74\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x64\x69\x73\x61\x62\x6c\x65\x64\x20\x62\x79\x20\x73\x75\x70\x65\x72\x20\x75\x73\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x72\x20\x66\x6f\x72\x20\x73\x65\x63\x75\x72\x69\x74\x79\x20\x72\x65\x61\x73\x6f\x6e\x73\x0a\x20\x20\x20\x20\x20\x3e\x32\x20\x2d\x20\x75\x6e\x6b\x6e\x6f\x77\x6e\x20\x65\x72\x72\x6f\x72\x0a\x20\x20\x20\x20",
  130440             : };
  130441             : static
  130442             :     struct {
  130443             :         PyASCIIObject _ascii;
  130444             :         uint8_t _data[13];
  130445             :     }
  130446             : site_toplevel_consts_26_consts_3 = {
  130447             :     ._ascii = {
  130448             :         .ob_base = {
  130449             :             .ob_refcnt = 999999999,
  130450             :             .ob_type = &PyUnicode_Type,
  130451             :         },
  130452             :         .length = 12,
  130453             :         .hash = -1,
  130454             :         .state = {
  130455             :             .kind = 1,
  130456             :             .compact = 1,
  130457             :             .ascii = 1,
  130458             :         },
  130459             :     },
  130460             :     ._data = "sys.path = [",
  130461             : };
  130462             : static
  130463             :     struct {
  130464             :         PyASCIIObject _ascii;
  130465             :         uint8_t _data[5];
  130466             :     }
  130467             : site_toplevel_consts_26_consts_4 = {
  130468             :     ._ascii = {
  130469             :         .ob_base = {
  130470             :             .ob_refcnt = 999999999,
  130471             :             .ob_type = &PyUnicode_Type,
  130472             :         },
  130473             :         .length = 4,
  130474             :         .hash = -1,
  130475             :         .state = {
  130476             :             .kind = 1,
  130477             :             .compact = 1,
  130478             :             .ascii = 1,
  130479             :         },
  130480             :     },
  130481             :     ._data = "    ",
  130482             : };
  130483             : static
  130484             :     struct {
  130485             :         PyASCIIObject _ascii;
  130486             :         uint8_t _data[2];
  130487             :     }
  130488             : site_toplevel_consts_26_consts_5 = {
  130489             :     ._ascii = {
  130490             :         .ob_base = {
  130491             :             .ob_refcnt = 999999999,
  130492             :             .ob_type = &PyUnicode_Type,
  130493             :         },
  130494             :         .length = 1,
  130495             :         .hash = -1,
  130496             :         .state = {
  130497             :             .kind = 1,
  130498             :             .compact = 1,
  130499             :             .ascii = 1,
  130500             :         },
  130501             :     },
  130502             :     ._data = ",",
  130503             : };
  130504             : static
  130505             :     struct {
  130506             :         PyASCIIObject _ascii;
  130507             :         uint8_t _data[14];
  130508             :     }
  130509             : site_toplevel_consts_26_consts_7_consts_2 = {
  130510             :     ._ascii = {
  130511             :         .ob_base = {
  130512             :             .ob_refcnt = 999999999,
  130513             :             .ob_type = &PyUnicode_Type,
  130514             :         },
  130515             :         .length = 13,
  130516             :         .hash = -1,
  130517             :         .state = {
  130518             :             .kind = 1,
  130519             :             .compact = 1,
  130520             :             .ascii = 1,
  130521             :         },
  130522             :     },
  130523             :     ._data = "doesn't exist",
  130524             : };
  130525             : static
  130526             :     struct {
  130527             :         PyGC_Head _gc_head;
  130528             :         struct {
  130529             :             PyObject_VAR_HEAD
  130530             :             PyObject *ob_item[3];
  130531             :         }_object;
  130532             :     }
  130533             : site_toplevel_consts_26_consts_7_consts = {
  130534             :     ._object = {
  130535             :         .ob_base = {
  130536             :             .ob_base = {
  130537             :                 .ob_refcnt = 999999999,
  130538             :                 .ob_type = &PyTuple_Type,
  130539             :             },
  130540             :             .ob_size = 3,
  130541             :         },
  130542             :         .ob_item = {
  130543             :             Py_None,
  130544             :             & const_str_exists._ascii.ob_base,
  130545             :             & site_toplevel_consts_26_consts_7_consts_2._ascii.ob_base,
  130546             :         },
  130547             :     },
  130548             : };
  130549             : static
  130550             :     struct {
  130551             :         PyGC_Head _gc_head;
  130552             :         struct {
  130553             :             PyObject_VAR_HEAD
  130554             :             PyObject *ob_item[3];
  130555             :         }_object;
  130556             :     }
  130557             : site_toplevel_consts_26_consts_7_names = {
  130558             :     ._object = {
  130559             :         .ob_base = {
  130560             :             .ob_base = {
  130561             :                 .ob_refcnt = 999999999,
  130562             :                 .ob_type = &PyTuple_Type,
  130563             :             },
  130564             :             .ob_size = 3,
  130565             :         },
  130566             :         .ob_item = {
  130567             :             & const_str_os._ascii.ob_base,
  130568             :             &_Py_ID(path),
  130569             :             & const_str_isdir._ascii.ob_base,
  130570             :         },
  130571             :     },
  130572             : };
  130573             : static
  130574             :     struct {
  130575             :         PyASCIIObject _ascii;
  130576             :         uint8_t _data[24];
  130577             :     }
  130578             : site_toplevel_consts_26_consts_7_qualname = {
  130579             :     ._ascii = {
  130580             :         .ob_base = {
  130581             :             .ob_refcnt = 999999999,
  130582             :             .ob_type = &PyUnicode_Type,
  130583             :         },
  130584             :         .length = 23,
  130585             :         .hash = -1,
  130586             :         .state = {
  130587             :             .kind = 1,
  130588             :             .compact = 1,
  130589             :             .ascii = 1,
  130590             :         },
  130591             :     },
  130592             :     ._data = "_script.<locals>.exists",
  130593             : };
  130594             : static
  130595             :     struct {
  130596             :         PyObject_VAR_HEAD
  130597             :         Py_hash_t ob_shash;
  130598             :         char ob_sval[41];
  130599             :     }
  130600             : site_toplevel_consts_26_consts_7_linetable = {
  130601             :     .ob_base = {
  130602             :         .ob_base = {
  130603             :             .ob_refcnt = 999999999,
  130604             :             .ob_type = &PyBytes_Type,
  130605             :         },
  130606             :         .ob_size = 40,
  130607             :     },
  130608             :     .ob_shash = -1,
  130609             :     .ob_sval = "\x80\x00\xd8\x0f\x13\xf0\x00\x03\x0d\x27\xa5\x42\xa7\x47\xa1\x47\xa7\x4d\xa1\x4d\xb0\x24\xd4\x24\x37\xf0\x00\x03\x0d\x27\xd8\x17\x1f\x90\x78\xe0\x17\x26\x90\x7f",
  130610             : };
  130611             : static
  130612             :     struct _PyCode_DEF(80)
  130613             : site_toplevel_consts_26_consts_7 = {
  130614             :     .ob_base = {
  130615             :         .ob_base = {
  130616             :             .ob_refcnt = 999999999,
  130617             :             .ob_type = &PyCode_Type,
  130618             :         },
  130619             :         .ob_size = 40,
  130620             :     },
  130621             :     .co_consts = & site_toplevel_consts_26_consts_7_consts._object.ob_base.ob_base,
  130622             :     .co_names = & site_toplevel_consts_26_consts_7_names._object.ob_base.ob_base,
  130623             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  130624             :     .co_flags = 19,
  130625             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  130626             :     ._co_linearray_entry_size = 0,
  130627             :     .co_argcount = 1,
  130628             :     .co_posonlyargcount = 0,
  130629             :     .co_kwonlyargcount = 0,
  130630             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  130631             :     .co_stacksize = 3,
  130632             :     .co_firstlineno = 641,
  130633             :     .co_nlocalsplus = 1,
  130634             :     .co_nlocals = 1,
  130635             :     .co_nplaincellvars = 0,
  130636             :     .co_ncellvars = 0,
  130637             :     .co_nfreevars = 0,
  130638             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  130639             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  130640             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  130641             :     .co_name = & const_str_exists._ascii.ob_base,
  130642             :     .co_qualname = & site_toplevel_consts_26_consts_7_qualname._ascii.ob_base,
  130643             :     .co_linetable = & site_toplevel_consts_26_consts_7_linetable.ob_base.ob_base,
  130644             :     ._co_code = NULL,
  130645             :     ._co_linearray = NULL,
  130646             :     .co_code_adaptive = "\x97\x00\x7c\x00\x81\x23\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
  130647             :     ._co_firsttraceable = 0,
  130648             : };
  130649             : static
  130650             :     struct {
  130651             :         PyASCIIObject _ascii;
  130652             :         uint8_t _data[12];
  130653             :     }
  130654             : site_toplevel_consts_26_consts_8 = {
  130655             :     ._ascii = {
  130656             :         .ob_base = {
  130657             :             .ob_refcnt = 999999999,
  130658             :             .ob_type = &PyUnicode_Type,
  130659             :         },
  130660             :         .length = 11,
  130661             :         .hash = -1,
  130662             :         .state = {
  130663             :             .kind = 1,
  130664             :             .compact = 1,
  130665             :             .ascii = 1,
  130666             :         },
  130667             :     },
  130668             :     ._data = "USER_BASE: ",
  130669             : };
  130670             : static
  130671             :     struct {
  130672             :         PyASCIIObject _ascii;
  130673             :         uint8_t _data[12];
  130674             :     }
  130675             : site_toplevel_consts_26_consts_11 = {
  130676             :     ._ascii = {
  130677             :         .ob_base = {
  130678             :             .ob_refcnt = 999999999,
  130679             :             .ob_type = &PyUnicode_Type,
  130680             :         },
  130681             :         .length = 11,
  130682             :         .hash = -1,
  130683             :         .state = {
  130684             :             .kind = 1,
  130685             :             .compact = 1,
  130686             :             .ascii = 1,
  130687             :         },
  130688             :     },
  130689             :     ._data = "USER_SITE: ",
  130690             : };
  130691             : static
  130692             :     struct {
  130693             :         PyASCIIObject _ascii;
  130694             :         uint8_t _data[19];
  130695             :     }
  130696             : site_toplevel_consts_26_consts_12 = {
  130697             :     ._ascii = {
  130698             :         .ob_base = {
  130699             :             .ob_refcnt = 999999999,
  130700             :             .ob_type = &PyUnicode_Type,
  130701             :         },
  130702             :         .length = 18,
  130703             :         .hash = -1,
  130704             :         .state = {
  130705             :             .kind = 1,
  130706             :             .compact = 1,
  130707             :             .ascii = 1,
  130708             :         },
  130709             :     },
  130710             :     ._data = "ENABLE_USER_SITE: ",
  130711             : };
  130712             : static
  130713             :     struct {
  130714             :         PyASCIIObject _ascii;
  130715             :         uint8_t _data[12];
  130716             :     }
  130717             : site_toplevel_consts_26_consts_14 = {
  130718             :     ._ascii = {
  130719             :         .ob_base = {
  130720             :             .ob_refcnt = 999999999,
  130721             :             .ob_type = &PyUnicode_Type,
  130722             :         },
  130723             :         .length = 11,
  130724             :         .hash = -1,
  130725             :         .state = {
  130726             :             .kind = 1,
  130727             :             .compact = 1,
  130728             :             .ascii = 1,
  130729             :         },
  130730             :     },
  130731             :     ._data = "--user-base",
  130732             : };
  130733             : static
  130734             :     struct {
  130735             :         PyASCIIObject _ascii;
  130736             :         uint8_t _data[12];
  130737             :     }
  130738             : site_toplevel_consts_26_consts_15 = {
  130739             :     ._ascii = {
  130740             :         .ob_base = {
  130741             :             .ob_refcnt = 999999999,
  130742             :             .ob_type = &PyUnicode_Type,
  130743             :         },
  130744             :         .length = 11,
  130745             :         .hash = -1,
  130746             :         .state = {
  130747             :             .kind = 1,
  130748             :             .compact = 1,
  130749             :             .ascii = 1,
  130750             :         },
  130751             :     },
  130752             :     ._data = "--user-site",
  130753             : };
  130754             : static
  130755             :     struct {
  130756             :         PyGC_Head _gc_head;
  130757             :         struct {
  130758             :             PyObject_VAR_HEAD
  130759             :             PyObject *ob_item[20];
  130760             :         }_object;
  130761             :     }
  130762             : site_toplevel_consts_26_consts = {
  130763             :     ._object = {
  130764             :         .ob_base = {
  130765             :             .ob_base = {
  130766             :                 .ob_refcnt = 999999999,
  130767             :                 .ob_type = &PyTuple_Type,
  130768             :             },
  130769             :             .ob_size = 20,
  130770             :         },
  130771             :         .ob_item = {
  130772             :             Py_None,
  130773             :             & site_toplevel_consts_26_consts_1._ascii.ob_base,
  130774             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  130775             :             & site_toplevel_consts_26_consts_3._ascii.ob_base,
  130776             :             & site_toplevel_consts_26_consts_4._ascii.ob_base,
  130777             :             & site_toplevel_consts_26_consts_5._ascii.ob_base,
  130778             :             & _collections_abc_toplevel_consts_44_consts_4_consts_8._ascii.ob_base,
  130779             :             & site_toplevel_consts_26_consts_7.ob_base.ob_base,
  130780             :             & site_toplevel_consts_26_consts_8._ascii.ob_base,
  130781             :             & importlib__bootstrap_toplevel_consts_37_consts_3_consts_3._ascii.ob_base,
  130782             :             & importlib__bootstrap_toplevel_consts_55_consts_6._ascii.ob_base,
  130783             :             & site_toplevel_consts_26_consts_11._ascii.ob_base,
  130784             :             & site_toplevel_consts_26_consts_12._ascii.ob_base,
  130785             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  130786             :             & site_toplevel_consts_26_consts_14._ascii.ob_base,
  130787             :             & site_toplevel_consts_26_consts_15._ascii.ob_base,
  130788             :             Py_False,
  130789             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  130790             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
  130791             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 10],
  130792             :         },
  130793             :     },
  130794             : };
  130795             : static
  130796             :     struct {
  130797             :         PyASCIIObject _ascii;
  130798             :         uint8_t _data[5];
  130799             :     }
  130800             : const_str_argv = {
  130801             :     ._ascii = {
  130802             :         .ob_base = {
  130803             :             .ob_refcnt = 999999999,
  130804             :             .ob_type = &PyUnicode_Type,
  130805             :         },
  130806             :         .length = 4,
  130807             :         .hash = -1,
  130808             :         .state = {
  130809             :             .kind = 1,
  130810             :             .compact = 1,
  130811             :             .ascii = 1,
  130812             :         },
  130813             :     },
  130814             :     ._data = "argv",
  130815             : };
  130816             : static
  130817             :     struct {
  130818             :         PyASCIIObject _ascii;
  130819             :         uint8_t _data[9];
  130820             :     }
  130821             : const_str_textwrap = {
  130822             :     ._ascii = {
  130823             :         .ob_base = {
  130824             :             .ob_refcnt = 999999999,
  130825             :             .ob_type = &PyUnicode_Type,
  130826             :         },
  130827             :         .length = 8,
  130828             :         .hash = -1,
  130829             :         .state = {
  130830             :             .kind = 1,
  130831             :             .compact = 1,
  130832             :             .ascii = 1,
  130833             :         },
  130834             :     },
  130835             :     ._data = "textwrap",
  130836             : };
  130837             : static
  130838             :     struct {
  130839             :         PyASCIIObject _ascii;
  130840             :         uint8_t _data[7];
  130841             :     }
  130842             : const_str_dedent = {
  130843             :     ._ascii = {
  130844             :         .ob_base = {
  130845             :             .ob_refcnt = 999999999,
  130846             :             .ob_type = &PyUnicode_Type,
  130847             :         },
  130848             :         .length = 6,
  130849             :         .hash = -1,
  130850             :         .state = {
  130851             :             .kind = 1,
  130852             :             .compact = 1,
  130853             :             .ascii = 1,
  130854             :         },
  130855             :     },
  130856             :     ._data = "dedent",
  130857             : };
  130858             : static
  130859             :     struct {
  130860             :         PyGC_Head _gc_head;
  130861             :         struct {
  130862             :             PyObject_VAR_HEAD
  130863             :             PyObject *ob_item[16];
  130864             :         }_object;
  130865             :     }
  130866             : site_toplevel_consts_26_names = {
  130867             :     ._object = {
  130868             :         .ob_base = {
  130869             :             .ob_base = {
  130870             :                 .ob_refcnt = 999999999,
  130871             :                 .ob_type = &PyTuple_Type,
  130872             :             },
  130873             :             .ob_size = 16,
  130874             :         },
  130875             :         .ob_item = {
  130876             :             & const_str_sys._ascii.ob_base,
  130877             :             & const_str_argv._ascii.ob_base,
  130878             :             & const_str_getuserbase._ascii.ob_base,
  130879             :             & const_str_getusersitepackages._ascii.ob_base,
  130880             :             & const_str_print._ascii.ob_base,
  130881             :             &_Py_ID(path),
  130882             :             & const_str_ENABLE_USER_SITE._ascii.ob_base,
  130883             :             & const_str_exit._ascii.ob_base,
  130884             :             &_Py_ID(append),
  130885             :             & const_str_USER_BASE._ascii.ob_base,
  130886             :             & const_str_USER_SITE._ascii.ob_base,
  130887             :             & const_str_os._ascii.ob_base,
  130888             :             & const_str_pathsep._ascii.ob_base,
  130889             :             &_Py_ID(join),
  130890             :             & const_str_textwrap._ascii.ob_base,
  130891             :             & const_str_dedent._ascii.ob_base,
  130892             :         },
  130893             :     },
  130894             : };
  130895             : static
  130896             :     struct {
  130897             :         PyASCIIObject _ascii;
  130898             :         uint8_t _data[8];
  130899             :     }
  130900             : const_str__script = {
  130901             :     ._ascii = {
  130902             :         .ob_base = {
  130903             :             .ob_refcnt = 999999999,
  130904             :             .ob_type = &PyUnicode_Type,
  130905             :         },
  130906             :         .length = 7,
  130907             :         .hash = -1,
  130908             :         .state = {
  130909             :             .kind = 1,
  130910             :             .compact = 1,
  130911             :             .ascii = 1,
  130912             :         },
  130913             :     },
  130914             :     ._data = "_script",
  130915             : };
  130916             : static
  130917             :     struct {
  130918             :         PyObject_VAR_HEAD
  130919             :         Py_hash_t ob_shash;
  130920             :         char ob_sval[497];
  130921             :     }
  130922             : site_toplevel_consts_26_linetable = {
  130923             :     .ob_base = {
  130924             :         .ob_base = {
  130925             :             .ob_refcnt = 999999999,
  130926             :             .ob_type = &PyBytes_Type,
  130927             :         },
  130928             :         .ob_size = 496,
  130929             :     },
  130930             :     .ob_shash = -1,
  130931             :     .ob_sval = "\x80\x00\xf0\x02\x0d\x0c\x08\x80\x44\xf5\x1c\x00\x0c\x0f\x8f\x38\x89\x38\x90\x41\x88\x3c\x88\x3c\x80\x44\xd8\x0b\x0f\xf0\x00\x0f\x05\x14\xdd\x14\x1f\x94\x4d\x88\x09\xdd\x14\x27\xd4\x14\x29\x88\x09\xdd\x08\x0d\x88\x6e\xd4\x08\x1d\xd0\x08\x1d\xdd\x13\x16\x97\x38\x91\x38\xf0\x00\x01\x09\x26\xf1\x00\x01\x09\x26\x88\x43\xdd\x0c\x11\x88\x45\x98\x73\x98\x73\x98\x73\xd0\x12\x24\xd4\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xdd\x08\x0d\x88\x63\x8c\x0a\x88\x0a\xf0\x02\x04\x09\x27\xf0\x00\x04\x09\x27\xf0\x00\x04\x09\x27\xf5\x0a\x00\x09\x0e\xd0\x0e\x3f\x98\x49\xd0\x0e\x3f\xd0\x0e\x3f\xa8\x36\xa8\x36\xb0\x29\xd4\x2b\x3c\xd0\x0e\x3f\xd0\x0e\x3f\xd0\x0e\x3f\xd4\x08\x40\xd0\x08\x40\xdd\x08\x0d\xd0\x0e\x3f\x98\x49\xd0\x0e\x3f\xd0\x0e\x3f\xa8\x36\xa8\x36\xb0\x29\xd4\x2b\x3c\xd0\x0e\x3f\xd0\x0e\x3f\xd0\x0e\x3f\xd4\x08\x40\xd0\x08\x40\xdd\x08\x0d\xd0\x0e\x37\xd5\x23\x33\xd0\x0e\x37\xd0\x0e\x37\xd4\x08\x38\xd0\x08\x38\xdd\x08\x10\x8f\x08\x89\x08\x90\x11\x8c\x0b\x88\x0b\xe0\x0d\x0f\x80\x46\xd8\x07\x14\x98\x04\xd0\x07\x1c\xf0\x00\x01\x05\x21\xd8\x08\x0e\x8f\x0d\x89\x0d\x95\x69\xd4\x08\x20\xd0\x08\x20\xd8\x07\x14\x98\x04\xd0\x07\x1c\xf0\x00\x01\x05\x21\xd8\x08\x0e\x8f\x0d\x89\x0d\x95\x69\xd4\x08\x20\xd0\x08\x20\xe0\x07\x0d\xf0\x00\x0d\x05\x15\xdd\x08\x0d\x8d\x62\x8f\x6a\x89\x6a\x8f\x6f\x89\x6f\x98\x66\xd4\x0e\x25\xd4\x08\x26\xd0\x08\x26\xdd\x0b\x1b\xf0\x00\x07\x09\x18\xdd\x0c\x14\x8f\x48\x89\x48\x90\x51\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xdd\x0d\x1d\xa0\x15\xd0\x0d\x26\xf0\x00\x05\x09\x18\xdd\x0c\x14\x8f\x48\x89\x48\x90\x51\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xdd\x0d\x1d\xf0\x00\x03\x09\x18\xdd\x0c\x14\x8f\x48\x89\x48\x90\x51\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xe5\x0c\x14\x8f\x48\x89\x48\x90\x51\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xe0\x08\x17\x88\x0f\x88\x0f\x88\x0f\xdd\x08\x0d\x88\x68\x8f\x6f\x89\x6f\x98\x64\xa5\x63\xa7\x68\xa1\x68\xa8\x71\xa4\x6b\xb5\x32\xb7\x3a\xb1\x3a\xd0\x25\x3e\xd1\x1e\x3e\xd4\x0e\x3f\xd4\x08\x40\xd0\x08\x40\xdd\x08\x10\x8f\x08\x89\x08\x90\x12\x8c\x0c\x88\x0c\x88\x0c\x88\x0c",
  130932             : };
  130933             : static
  130934             :     struct {
  130935             :         PyASCIIObject _ascii;
  130936             :         uint8_t _data[10];
  130937             :     }
  130938             : const_str_user_base = {
  130939             :     ._ascii = {
  130940             :         .ob_base = {
  130941             :             .ob_refcnt = 999999999,
  130942             :             .ob_type = &PyUnicode_Type,
  130943             :         },
  130944             :         .length = 9,
  130945             :         .hash = -1,
  130946             :         .state = {
  130947             :             .kind = 1,
  130948             :             .compact = 1,
  130949             :             .ascii = 1,
  130950             :         },
  130951             :     },
  130952             :     ._data = "user_base",
  130953             : };
  130954             : static
  130955             :     struct {
  130956             :         PyGC_Head _gc_head;
  130957             :         struct {
  130958             :             PyObject_VAR_HEAD
  130959             :             PyObject *ob_item[8];
  130960             :         }_object;
  130961             :     }
  130962             : site_toplevel_consts_26_localsplusnames = {
  130963             :     ._object = {
  130964             :         .ob_base = {
  130965             :             .ob_base = {
  130966             :                 .ob_refcnt = 999999999,
  130967             :                 .ob_type = &PyTuple_Type,
  130968             :             },
  130969             :             .ob_size = 8,
  130970             :         },
  130971             :         .ob_item = {
  130972             :             & const_str_help._ascii.ob_base,
  130973             :             & const_str_args._ascii.ob_base,
  130974             :             & const_str_user_base._ascii.ob_base,
  130975             :             & const_str_user_site._ascii.ob_base,
  130976             :             & const_str_dir._ascii.ob_base,
  130977             :             & const_str_exists._ascii.ob_base,
  130978             :             &_Py_ID(buffer),
  130979             :             & const_str_textwrap._ascii.ob_base,
  130980             :         },
  130981             :     },
  130982             : };
  130983             : static
  130984             :     struct _PyCode_DEF(1076)
  130985             : site_toplevel_consts_26 = {
  130986             :     .ob_base = {
  130987             :         .ob_base = {
  130988             :             .ob_refcnt = 999999999,
  130989             :             .ob_type = &PyCode_Type,
  130990             :         },
  130991             :         .ob_size = 538,
  130992             :     },
  130993             :     .co_consts = & site_toplevel_consts_26_consts._object.ob_base.ob_base,
  130994             :     .co_names = & site_toplevel_consts_26_names._object.ob_base.ob_base,
  130995             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  130996             :     .co_flags = 3,
  130997             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  130998             :     ._co_linearray_entry_size = 0,
  130999             :     .co_argcount = 0,
  131000             :     .co_posonlyargcount = 0,
  131001             :     .co_kwonlyargcount = 0,
  131002             :     .co_framesize = 16 + FRAME_SPECIALS_SIZE,
  131003             :     .co_stacksize = 8,
  131004             :     .co_firstlineno = 618,
  131005             :     .co_nlocalsplus = 8,
  131006             :     .co_nlocals = 8,
  131007             :     .co_nplaincellvars = 0,
  131008             :     .co_ncellvars = 0,
  131009             :     .co_nfreevars = 0,
  131010             :     .co_localsplusnames = & site_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
  131011             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
  131012             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  131013             :     .co_name = & const_str__script._ascii.ob_base,
  131014             :     .co_qualname = & const_str__script._ascii.ob_base,
  131015             :     .co_linetable = & site_toplevel_consts_26_linetable.ob_base.ob_base,
  131016             :     ._co_code = NULL,
  131017             :     ._co_linearray = NULL,
  131018             :     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x00\x1a\x00\x7d\x01\x7c\x01\x73\xbd\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x13\x00\x00\x7d\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x04\x9b\x02\x64\x05\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x15\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x07\x84\x00\x7d\x05\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x02\x9b\x02\x64\x09\x02\x00\x7c\x05\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x0a\x9d\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x7c\x03\x9b\x02\x64\x09\x02\x00\x7c\x05\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x0a\x9d\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x67\x00\x7d\x06\x64\x0e\x7c\x01\x76\x00\x72\x17\x7c\x06\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x0f\x7c\x01\x76\x00\x72\x17\x7c\x06\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x72\xa7\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x19\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\x75\x00\x72\x19\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x19\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x12\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x0d\x64\x00\x6c\x0e\x7d\x07\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x13\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
  131019             :     ._co_firsttraceable = 0,
  131020             : };
  131021             : static
  131022             :     struct {
  131023             :         PyGC_Head _gc_head;
  131024             :         struct {
  131025             :             PyObject_VAR_HEAD
  131026             :             PyObject *ob_item[29];
  131027             :         }_object;
  131028             :     }
  131029             : site_toplevel_consts = {
  131030             :     ._object = {
  131031             :         .ob_base = {
  131032             :             .ob_base = {
  131033             :                 .ob_refcnt = 999999999,
  131034             :                 .ob_type = &PyTuple_Type,
  131035             :             },
  131036             :             .ob_size = 29,
  131037             :         },
  131038             :         .ob_item = {
  131039             :             & site_toplevel_consts_0._ascii.ob_base,
  131040             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  131041             :             Py_None,
  131042             :             & site_toplevel_consts_3.ob_base.ob_base,
  131043             :             & site_toplevel_consts_4.ob_base.ob_base,
  131044             :             & site_toplevel_consts_5.ob_base.ob_base,
  131045             :             & site_toplevel_consts_6.ob_base.ob_base,
  131046             :             & site_toplevel_consts_7.ob_base.ob_base,
  131047             :             & site_toplevel_consts_8.ob_base.ob_base,
  131048             :             & site_toplevel_consts_9.ob_base.ob_base,
  131049             :             & site_toplevel_consts_10.ob_base.ob_base,
  131050             :             & site_toplevel_consts_11.ob_base.ob_base,
  131051             :             & site_toplevel_consts_12.ob_base.ob_base,
  131052             :             & site_toplevel_consts_13.ob_base.ob_base,
  131053             :             & site_toplevel_consts_14.ob_base.ob_base,
  131054             :             & site_toplevel_consts_15.ob_base.ob_base,
  131055             :             & site_toplevel_consts_16.ob_base.ob_base,
  131056             :             & site_toplevel_consts_17.ob_base.ob_base,
  131057             :             & site_toplevel_consts_18.ob_base.ob_base,
  131058             :             & site_toplevel_consts_19.ob_base.ob_base,
  131059             :             & site_toplevel_consts_20.ob_base.ob_base,
  131060             :             & site_toplevel_consts_21.ob_base.ob_base,
  131061             :             & site_toplevel_consts_22.ob_base.ob_base,
  131062             :             & site_toplevel_consts_23.ob_base.ob_base,
  131063             :             & site_toplevel_consts_24.ob_base.ob_base,
  131064             :             & site_toplevel_consts_25.ob_base.ob_base,
  131065             :             & site_toplevel_consts_26.ob_base.ob_base,
  131066             :             &_Py_ID(__main__),
  131067             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  131068             :         },
  131069             :     },
  131070             : };
  131071             : static
  131072             :     struct {
  131073             :         PyASCIIObject _ascii;
  131074             :         uint8_t _data[8];
  131075             :     }
  131076             : const_str_no_site = {
  131077             :     ._ascii = {
  131078             :         .ob_base = {
  131079             :             .ob_refcnt = 999999999,
  131080             :             .ob_type = &PyUnicode_Type,
  131081             :         },
  131082             :         .length = 7,
  131083             :         .hash = -1,
  131084             :         .state = {
  131085             :             .kind = 1,
  131086             :             .compact = 1,
  131087             :             .ascii = 1,
  131088             :         },
  131089             :     },
  131090             :     ._data = "no_site",
  131091             : };
  131092             : static
  131093             :     struct {
  131094             :         PyGC_Head _gc_head;
  131095             :         struct {
  131096             :             PyObject_VAR_HEAD
  131097             :             PyObject *ob_item[39];
  131098             :         }_object;
  131099             :     }
  131100             : site_toplevel_names = {
  131101             :     ._object = {
  131102             :         .ob_base = {
  131103             :             .ob_base = {
  131104             :                 .ob_refcnt = 999999999,
  131105             :                 .ob_type = &PyTuple_Type,
  131106             :             },
  131107             :             .ob_size = 39,
  131108             :         },
  131109             :         .ob_item = {
  131110             :             &_Py_ID(__doc__),
  131111             :             & const_str_sys._ascii.ob_base,
  131112             :             & const_str_os._ascii.ob_base,
  131113             :             &_Py_ID(builtins),
  131114             :             & const_str__sitebuiltins._ascii.ob_base,
  131115             :             & const_str_io._ascii.ob_base,
  131116             :             & const_str_prefix._ascii.ob_base,
  131117             :             & const_str_exec_prefix._ascii.ob_base,
  131118             :             & const_str_PREFIXES._ascii.ob_base,
  131119             :             & const_str_ENABLE_USER_SITE._ascii.ob_base,
  131120             :             & const_str_USER_SITE._ascii.ob_base,
  131121             :             & const_str_USER_BASE._ascii.ob_base,
  131122             :             & const_str__trace._ascii.ob_base,
  131123             :             & const_str_makepath._ascii.ob_base,
  131124             :             & const_str_abs_paths._ascii.ob_base,
  131125             :             & const_str_removeduppaths._ascii.ob_base,
  131126             :             & const_str__init_pathinfo._ascii.ob_base,
  131127             :             & const_str_addpackage._ascii.ob_base,
  131128             :             & const_str_addsitedir._ascii.ob_base,
  131129             :             & const_str_check_enableusersite._ascii.ob_base,
  131130             :             & const_str__getuserbase._ascii.ob_base,
  131131             :             & const_str__get_path._ascii.ob_base,
  131132             :             & const_str_getuserbase._ascii.ob_base,
  131133             :             & const_str_getusersitepackages._ascii.ob_base,
  131134             :             & const_str_addusersitepackages._ascii.ob_base,
  131135             :             & const_str_getsitepackages._ascii.ob_base,
  131136             :             & const_str_addsitepackages._ascii.ob_base,
  131137             :             & const_str_setquit._ascii.ob_base,
  131138             :             & const_str_setcopyright._ascii.ob_base,
  131139             :             & const_str_sethelper._ascii.ob_base,
  131140             :             & const_str_enablerlcompleter._ascii.ob_base,
  131141             :             & const_str_venv._ascii.ob_base,
  131142             :             & const_str_execsitecustomize._ascii.ob_base,
  131143             :             & const_str_execusercustomize._ascii.ob_base,
  131144             :             & const_str_main._ascii.ob_base,
  131145             :             & const_str_flags._ascii.ob_base,
  131146             :             & const_str_no_site._ascii.ob_base,
  131147             :             & const_str__script._ascii.ob_base,
  131148             :             &_Py_ID(__name__),
  131149             :         },
  131150             :     },
  131151             : };
  131152             : static
  131153             :     struct {
  131154             :         PyObject_VAR_HEAD
  131155             :         Py_hash_t ob_shash;
  131156             :         char ob_sval[560];
  131157             :     }
  131158             : site_toplevel_linetable = {
  131159             :     .ob_base = {
  131160             :         .ob_base = {
  131161             :             .ob_refcnt = 999999999,
  131162             :             .ob_type = &PyBytes_Type,
  131163             :         },
  131164             :         .ob_size = 559,
  131165             :     },
  131166             :     .ob_shash = -1,
  131167             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x45\x01\x01\x04\xf0\x00\x45\x01\x01\x04\xf0\x4e\x02\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x09\x80\x09\x80\x09\x80\x09\xd8\x00\x0f\x80\x0f\x80\x0f\x80\x0f\xd8\x00\x14\xd0\x00\x14\xd0\x00\x14\xd0\x00\x14\xd8\x00\x09\x80\x09\x80\x09\x80\x09\xf0\x06\x00\x0d\x10\x8f\x4a\x89\x4a\x98\x03\x9f\x0f\x99\x0f\xd0\x0b\x28\x80\x08\xf0\x06\x00\x14\x18\xd0\x00\x10\xf0\x0a\x00\x0d\x11\x80\x09\xd8\x0c\x10\x80\x09\xf0\x06\x02\x01\x28\xf0\x00\x02\x01\x28\xf0\x00\x02\x01\x28\xf0\x0a\x06\x01\x26\xf0\x00\x06\x01\x26\xf0\x00\x06\x01\x26\xf0\x12\x14\x01\x11\xf0\x00\x14\x01\x11\xf0\x00\x14\x01\x11\xf0\x2e\x10\x01\x17\xf0\x00\x10\x01\x17\xf0\x00\x10\x01\x17\xf0\x26\x0a\x01\x0d\xf0\x00\x0a\x01\x0d\xf0\x00\x0a\x01\x0d\xf0\x1a\x2c\x01\x17\xf0\x00\x2c\x01\x17\xf0\x00\x2c\x01\x17\xf0\x5e\x01\x00\x25\x29\xf0\x00\x16\x01\x17\xf0\x00\x16\x01\x17\xf0\x00\x16\x01\x17\xf0\x32\x16\x01\x10\xf0\x00\x16\x01\x10\xf0\x00\x16\x01\x10\xf0\x40\x01\x14\x01\x23\xf0\x00\x14\x01\x23\xf0\x00\x14\x01\x23\xf0\x30\x0a\x01\x4b\x01\xf0\x00\x0a\x01\x4b\x01\xf0\x00\x0a\x01\x4b\x01\xf0\x1a\x0a\x01\x15\xf0\x00\x0a\x01\x15\xf0\x00\x0a\x01\x15\xf0\x1a\x0f\x01\x15\xf0\x00\x0f\x01\x15\xf0\x00\x0f\x01\x15\xf0\x22\x0d\x01\x17\xf0\x00\x0d\x01\x17\xf0\x00\x0d\x01\x17\xf0\x1e\x00\x1e\x22\xf0\x00\x1f\x01\x18\xf0\x00\x1f\x01\x18\xf0\x00\x1f\x01\x18\xf0\x42\x01\x00\x2b\x2f\xf0\x00\x07\x01\x17\xf0\x00\x07\x01\x17\xf0\x00\x07\x01\x17\xf0\x12\x0d\x01\x37\xf0\x00\x0d\x01\x37\xf0\x00\x0d\x01\x37\xf0\x20\x17\x01\x15\xf0\x00\x17\x01\x15\xf0\x00\x17\x01\x15\xf0\x34\x01\x01\x2c\xf0\x00\x01\x01\x2c\xf0\x00\x01\x01\x2c\xf0\x06\x39\x01\x30\xf0\x00\x39\x01\x30\xf0\x00\x39\x01\x30\xf0\x76\x01\x31\x01\x17\xf0\x00\x31\x01\x17\xf0\x00\x31\x01\x17\xf0\x68\x01\x11\x01\x2f\xf0\x00\x11\x01\x2f\xf0\x00\x11\x01\x2f\xf0\x28\x11\x01\x2f\xf0\x00\x11\x01\x2f\xf0\x00\x11\x01\x2f\xf0\x28\x1b\x01\x1c\xf0\x00\x1b\x01\x1c\xf0\x00\x1b\x01\x1c\xf0\x3e\x00\x08\x0b\x87\x79\x81\x79\xd7\x07\x18\xd1\x07\x18\xf0\x00\x01\x01\x0b\xd8\x04\x08\x80\x44\x84\x46\x80\x46\xf0\x04\x34\x01\x15\xf0\x00\x34\x01\x15\xf0\x00\x34\x01\x15\xf0\x6c\x01\x00\x04\x0c\x88\x7a\xd2\x03\x19\xf0\x00\x01\x01\x0e\xd8\x04\x0b\x80\x47\x84\x49\x80\x49\x80\x49\x80\x49\xf0\x03\x01\x01\x0e\xf0\x00\x01\x01\x0e",
  131168             : };
  131169             : static
  131170             :     struct _PyCode_DEF(352)
  131171             : site_toplevel = {
  131172             :     .ob_base = {
  131173             :         .ob_base = {
  131174             :             .ob_refcnt = 999999999,
  131175             :             .ob_type = &PyCode_Type,
  131176             :         },
  131177             :         .ob_size = 176,
  131178             :     },
  131179             :     .co_consts = & site_toplevel_consts._object.ob_base.ob_base,
  131180             :     .co_names = & site_toplevel_names._object.ob_base.ob_base,
  131181             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  131182             :     .co_flags = 0,
  131183             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  131184             :     ._co_linearray_entry_size = 0,
  131185             :     .co_argcount = 0,
  131186             :     .co_posonlyargcount = 0,
  131187             :     .co_kwonlyargcount = 0,
  131188             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  131189             :     .co_stacksize = 2,
  131190             :     .co_firstlineno = 1,
  131191             :     .co_nlocalsplus = 0,
  131192             :     .co_nlocals = 0,
  131193             :     .co_nplaincellvars = 0,
  131194             :     .co_ncellvars = 0,
  131195             :     .co_nfreevars = 0,
  131196             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  131197             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  131198             :     .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
  131199             :     .co_name = &_Py_STR(anon_module),
  131200             :     .co_qualname = &_Py_STR(anon_module),
  131201             :     .co_linetable = & site_toplevel_linetable.ob_base.ob_base,
  131202             :     ._co_code = NULL,
  131203             :     ._co_linearray = NULL,
  131204             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x02\x64\x01\x64\x02\x6c\x03\x5a\x03\x64\x01\x64\x02\x6c\x04\x5a\x04\x64\x01\x64\x02\x6c\x05\x5a\x05\x65\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x02\x61\x08\x64\x02\x61\x09\x64\x02\x61\x0a\x64\x02\x61\x0b\x64\x03\x84\x00\x5a\x0c\x64\x04\x84\x00\x5a\x0d\x64\x05\x84\x00\x5a\x0e\x64\x06\x84\x00\x5a\x0f\x64\x07\x84\x00\x5a\x10\x64\x08\x84\x00\x5a\x11\x64\x1c\x64\x09\x84\x01\x5a\x12\x64\x0a\x84\x00\x5a\x13\x64\x0b\x84\x00\x5a\x14\x64\x0c\x84\x00\x5a\x15\x64\x0d\x84\x00\x5a\x16\x64\x0e\x84\x00\x5a\x17\x64\x0f\x84\x00\x5a\x18\x64\x1c\x64\x10\x84\x01\x5a\x19\x64\x1c\x64\x11\x84\x01\x5a\x1a\x64\x12\x84\x00\x5a\x1b\x64\x13\x84\x00\x5a\x1c\x64\x14\x84\x00\x5a\x1d\x64\x15\x84\x00\x5a\x1e\x64\x16\x84\x00\x5a\x1f\x64\x17\x84\x00\x5a\x20\x64\x18\x84\x00\x5a\x21\x64\x19\x84\x00\x5a\x22\x65\x01\x6a\x46\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x48\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x08\x02\x00\x65\x22\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x1a\x84\x00\x5a\x25\x65\x26\x64\x1b\x6b\x02\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x25\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x64\x02\x53\x00",
  131205             :     ._co_firsttraceable = 0,
  131206             : };
  131207           8 : static void site_do_patchups(void) {
  131208           8 : }
  131209             : 
  131210             : PyObject *
  131211           8 : _Py_get_site_toplevel(void)
  131212             : {
  131213           8 :     site_do_patchups();
  131214           8 :     return Py_NewRef((PyObject *) &site_toplevel);
  131215             : }
  131216             : 
  131217             : static
  131218             :     struct {
  131219             :         PyASCIIObject _ascii;
  131220             :         uint8_t _data[112];
  131221             :     }
  131222             : stat_toplevel_consts_0 = {
  131223             :     ._ascii = {
  131224             :         .ob_base = {
  131225             :             .ob_refcnt = 999999999,
  131226             :             .ob_type = &PyUnicode_Type,
  131227             :         },
  131228             :         .length = 111,
  131229             :         .hash = -1,
  131230             :         .state = {
  131231             :             .kind = 1,
  131232             :             .compact = 1,
  131233             :             .ascii = 1,
  131234             :         },
  131235             :     },
  131236             :     ._data = "\x43\x6f\x6e\x73\x74\x61\x6e\x74\x73\x2f\x66\x75\x6e\x63\x74\x69\x6f\x6e\x73\x20\x66\x6f\x72\x20\x69\x6e\x74\x65\x72\x70\x72\x65\x74\x69\x6e\x67\x20\x72\x65\x73\x75\x6c\x74\x73\x20\x6f\x66\x20\x6f\x73\x2e\x73\x74\x61\x74\x28\x29\x20\x61\x6e\x64\x20\x6f\x73\x2e\x6c\x73\x74\x61\x74\x28\x29\x2e\x0a\x0a\x53\x75\x67\x67\x65\x73\x74\x65\x64\x20\x75\x73\x61\x67\x65\x3a\x20\x66\x72\x6f\x6d\x20\x73\x74\x61\x74\x20\x69\x6d\x70\x6f\x72\x74\x20\x2a\x0a",
  131237             : };
  131238             : static
  131239             :     struct {
  131240             :         PyASCIIObject _ascii;
  131241             :         uint8_t _data[78];
  131242             :     }
  131243             : stat_toplevel_consts_11_consts_0 = {
  131244             :     ._ascii = {
  131245             :         .ob_base = {
  131246             :             .ob_refcnt = 999999999,
  131247             :             .ob_type = &PyUnicode_Type,
  131248             :         },
  131249             :         .length = 77,
  131250             :         .hash = -1,
  131251             :         .state = {
  131252             :             .kind = 1,
  131253             :             .compact = 1,
  131254             :             .ascii = 1,
  131255             :         },
  131256             :     },
  131257             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x6f\x72\x74\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x27\x73\x20\x6d\x6f\x64\x65\x20\x74\x68\x61\x74\x20\x63\x61\x6e\x20\x62\x65\x20\x73\x65\x74\x20\x62\x79\x0a\x20\x20\x20\x20\x6f\x73\x2e\x63\x68\x6d\x6f\x64\x28\x29\x2e\x0a\x20\x20\x20\x20",
  131258             : };
  131259             : static
  131260             :     struct {
  131261             :         PyObject_VAR_HEAD
  131262             :         digit ob_digit[1];
  131263             :     }
  131264             : const_int_4095 = {
  131265             :     .ob_base = {
  131266             :         .ob_base = {
  131267             :             .ob_refcnt = 999999999,
  131268             :             .ob_type = &PyLong_Type,
  131269             :         },
  131270             :         .ob_size = 1,
  131271             :     },
  131272             :     .ob_digit = { 4095 },
  131273             : };
  131274             : static
  131275             :     struct {
  131276             :         PyGC_Head _gc_head;
  131277             :         struct {
  131278             :             PyObject_VAR_HEAD
  131279             :             PyObject *ob_item[2];
  131280             :         }_object;
  131281             :     }
  131282             : stat_toplevel_consts_11_consts = {
  131283             :     ._object = {
  131284             :         .ob_base = {
  131285             :             .ob_base = {
  131286             :                 .ob_refcnt = 999999999,
  131287             :                 .ob_type = &PyTuple_Type,
  131288             :             },
  131289             :             .ob_size = 2,
  131290             :         },
  131291             :         .ob_item = {
  131292             :             & stat_toplevel_consts_11_consts_0._ascii.ob_base,
  131293             :             & const_int_4095.ob_base.ob_base,
  131294             :         },
  131295             :     },
  131296             : };
  131297             : static
  131298             :     struct {
  131299             :         PyASCIIObject _ascii;
  131300             :         uint8_t _data[14];
  131301             :     }
  131302             : stat_toplevel_consts_11_filename = {
  131303             :     ._ascii = {
  131304             :         .ob_base = {
  131305             :             .ob_refcnt = 999999999,
  131306             :             .ob_type = &PyUnicode_Type,
  131307             :         },
  131308             :         .length = 13,
  131309             :         .hash = -1,
  131310             :         .state = {
  131311             :             .kind = 1,
  131312             :             .compact = 1,
  131313             :             .ascii = 1,
  131314             :         },
  131315             :     },
  131316             :     ._data = "<frozen stat>",
  131317             : };
  131318             : static
  131319             :     struct {
  131320             :         PyASCIIObject _ascii;
  131321             :         uint8_t _data[8];
  131322             :     }
  131323             : const_str_S_IMODE = {
  131324             :     ._ascii = {
  131325             :         .ob_base = {
  131326             :             .ob_refcnt = 999999999,
  131327             :             .ob_type = &PyUnicode_Type,
  131328             :         },
  131329             :         .length = 7,
  131330             :         .hash = -1,
  131331             :         .state = {
  131332             :             .kind = 1,
  131333             :             .compact = 1,
  131334             :             .ascii = 1,
  131335             :         },
  131336             :     },
  131337             :     ._data = "S_IMODE",
  131338             : };
  131339             : static
  131340             :     struct {
  131341             :         PyObject_VAR_HEAD
  131342             :         Py_hash_t ob_shash;
  131343             :         char ob_sval[15];
  131344             :     }
  131345             : stat_toplevel_consts_11_linetable = {
  131346             :     .ob_base = {
  131347             :         .ob_base = {
  131348             :             .ob_refcnt = 999999999,
  131349             :             .ob_type = &PyBytes_Type,
  131350             :         },
  131351             :         .ob_size = 14,
  131352             :     },
  131353             :     .ob_shash = -1,
  131354             :     .ob_sval = "\x80\x00\xf0\x08\x00\x0c\x10\x90\x26\x89\x3d\xd0\x04\x18",
  131355             : };
  131356             : static
  131357             :     struct {
  131358             :         PyGC_Head _gc_head;
  131359             :         struct {
  131360             :             PyObject_VAR_HEAD
  131361             :             PyObject *ob_item[1];
  131362             :         }_object;
  131363             :     }
  131364             : stat_toplevel_consts_11_localsplusnames = {
  131365             :     ._object = {
  131366             :         .ob_base = {
  131367             :             .ob_base = {
  131368             :                 .ob_refcnt = 999999999,
  131369             :                 .ob_type = &PyTuple_Type,
  131370             :             },
  131371             :             .ob_size = 1,
  131372             :         },
  131373             :         .ob_item = {
  131374             :             &_Py_ID(mode),
  131375             :         },
  131376             :     },
  131377             : };
  131378             : static
  131379             :     struct _PyCode_DEF(12)
  131380             : stat_toplevel_consts_11 = {
  131381             :     .ob_base = {
  131382             :         .ob_base = {
  131383             :             .ob_refcnt = 999999999,
  131384             :             .ob_type = &PyCode_Type,
  131385             :         },
  131386             :         .ob_size = 6,
  131387             :     },
  131388             :     .co_consts = & stat_toplevel_consts_11_consts._object.ob_base.ob_base,
  131389             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  131390             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  131391             :     .co_flags = 3,
  131392             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  131393             :     ._co_linearray_entry_size = 0,
  131394             :     .co_argcount = 1,
  131395             :     .co_posonlyargcount = 0,
  131396             :     .co_kwonlyargcount = 0,
  131397             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
  131398             :     .co_stacksize = 2,
  131399             :     .co_firstlineno = 21,
  131400             :     .co_nlocalsplus = 1,
  131401             :     .co_nlocals = 1,
  131402             :     .co_nplaincellvars = 0,
  131403             :     .co_ncellvars = 0,
  131404             :     .co_nfreevars = 0,
  131405             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  131406             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  131407             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  131408             :     .co_name = & const_str_S_IMODE._ascii.ob_base,
  131409             :     .co_qualname = & const_str_S_IMODE._ascii.ob_base,
  131410             :     .co_linetable = & stat_toplevel_consts_11_linetable.ob_base.ob_base,
  131411             :     ._co_code = NULL,
  131412             :     ._co_linearray = NULL,
  131413             :     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x7a\x01\x00\x00\x53\x00",
  131414             :     ._co_firsttraceable = 0,
  131415             : };
  131416             : static
  131417             :     struct {
  131418             :         PyASCIIObject _ascii;
  131419             :         uint8_t _data[77];
  131420             :     }
  131421             : stat_toplevel_consts_12_consts_0 = {
  131422             :     ._ascii = {
  131423             :         .ob_base = {
  131424             :             .ob_refcnt = 999999999,
  131425             :             .ob_type = &PyUnicode_Type,
  131426             :         },
  131427             :         .length = 76,
  131428             :         .hash = -1,
  131429             :         .state = {
  131430             :             .kind = 1,
  131431             :             .compact = 1,
  131432             :             .ascii = 1,
  131433             :         },
  131434             :     },
  131435             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x6f\x72\x74\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x27\x73\x20\x6d\x6f\x64\x65\x20\x74\x68\x61\x74\x20\x64\x65\x73\x63\x72\x69\x62\x65\x73\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x66\x69\x6c\x65\x20\x74\x79\x70\x65\x2e\x0a\x20\x20\x20\x20",
  131436             : };
  131437             : static
  131438             :     struct {
  131439             :         PyGC_Head _gc_head;
  131440             :         struct {
  131441             :             PyObject_VAR_HEAD
  131442             :             PyObject *ob_item[2];
  131443             :         }_object;
  131444             :     }
  131445             : stat_toplevel_consts_12_consts = {
  131446             :     ._object = {
  131447             :         .ob_base = {
  131448             :             .ob_base = {
  131449             :                 .ob_refcnt = 999999999,
  131450             :                 .ob_type = &PyTuple_Type,
  131451             :             },
  131452             :             .ob_size = 2,
  131453             :         },
  131454             :         .ob_item = {
  131455             :             & stat_toplevel_consts_12_consts_0._ascii.ob_base,
  131456             :             & const_int_61440.ob_base.ob_base,
  131457             :         },
  131458             :     },
  131459             : };
  131460             : static
  131461             :     struct {
  131462             :         PyASCIIObject _ascii;
  131463             :         uint8_t _data[7];
  131464             :     }
  131465             : const_str_S_IFMT = {
  131466             :     ._ascii = {
  131467             :         .ob_base = {
  131468             :             .ob_refcnt = 999999999,
  131469             :             .ob_type = &PyUnicode_Type,
  131470             :         },
  131471             :         .length = 6,
  131472             :         .hash = -1,
  131473             :         .state = {
  131474             :             .kind = 1,
  131475             :             .compact = 1,
  131476             :             .ascii = 1,
  131477             :         },
  131478             :     },
  131479             :     ._data = "S_IFMT",
  131480             : };
  131481             : static
  131482             :     struct {
  131483             :         PyObject_VAR_HEAD
  131484             :         Py_hash_t ob_shash;
  131485             :         char ob_sval[15];
  131486             :     }
  131487             : stat_toplevel_consts_12_linetable = {
  131488             :     .ob_base = {
  131489             :         .ob_base = {
  131490             :             .ob_refcnt = 999999999,
  131491             :             .ob_type = &PyBytes_Type,
  131492             :         },
  131493             :         .ob_size = 14,
  131494             :     },
  131495             :     .ob_shash = -1,
  131496             :     .ob_sval = "\x80\x00\xf0\x08\x00\x0c\x10\x90\x28\x89\x3f\xd0\x04\x1a",
  131497             : };
  131498             : static
  131499             :     struct _PyCode_DEF(12)
  131500             : stat_toplevel_consts_12 = {
  131501             :     .ob_base = {
  131502             :         .ob_base = {
  131503             :             .ob_refcnt = 999999999,
  131504             :             .ob_type = &PyCode_Type,
  131505             :         },
  131506             :         .ob_size = 6,
  131507             :     },
  131508             :     .co_consts = & stat_toplevel_consts_12_consts._object.ob_base.ob_base,
  131509             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  131510             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  131511             :     .co_flags = 3,
  131512             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  131513             :     ._co_linearray_entry_size = 0,
  131514             :     .co_argcount = 1,
  131515             :     .co_posonlyargcount = 0,
  131516             :     .co_kwonlyargcount = 0,
  131517             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
  131518             :     .co_stacksize = 2,
  131519             :     .co_firstlineno = 27,
  131520             :     .co_nlocalsplus = 1,
  131521             :     .co_nlocals = 1,
  131522             :     .co_nplaincellvars = 0,
  131523             :     .co_ncellvars = 0,
  131524             :     .co_nfreevars = 0,
  131525             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  131526             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  131527             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  131528             :     .co_name = & const_str_S_IFMT._ascii.ob_base,
  131529             :     .co_qualname = & const_str_S_IFMT._ascii.ob_base,
  131530             :     .co_linetable = & stat_toplevel_consts_12_linetable.ob_base.ob_base,
  131531             :     ._co_code = NULL,
  131532             :     ._co_linearray = NULL,
  131533             :     .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x7a\x01\x00\x00\x53\x00",
  131534             :     ._co_firsttraceable = 0,
  131535             : };
  131536             : static
  131537             :     struct {
  131538             :         PyObject_VAR_HEAD
  131539             :         digit ob_digit[1];
  131540             :     }
  131541             : const_int_8192 = {
  131542             :     .ob_base = {
  131543             :         .ob_base = {
  131544             :             .ob_refcnt = 999999999,
  131545             :             .ob_type = &PyLong_Type,
  131546             :         },
  131547             :         .ob_size = 1,
  131548             :     },
  131549             :     .ob_digit = { 8192 },
  131550             : };
  131551             : static
  131552             :     struct {
  131553             :         PyObject_VAR_HEAD
  131554             :         digit ob_digit[1];
  131555             :     }
  131556             : const_int_24576 = {
  131557             :     .ob_base = {
  131558             :         .ob_base = {
  131559             :             .ob_refcnt = 999999999,
  131560             :             .ob_type = &PyLong_Type,
  131561             :         },
  131562             :         .ob_size = 1,
  131563             :     },
  131564             :     .ob_digit = { 24576 },
  131565             : };
  131566             : static
  131567             :     struct {
  131568             :         PyObject_VAR_HEAD
  131569             :         digit ob_digit[1];
  131570             :     }
  131571             : const_int_4096 = {
  131572             :     .ob_base = {
  131573             :         .ob_base = {
  131574             :             .ob_refcnt = 999999999,
  131575             :             .ob_type = &PyLong_Type,
  131576             :         },
  131577             :         .ob_size = 1,
  131578             :     },
  131579             :     .ob_digit = { 4096 },
  131580             : };
  131581             : #if PYLONG_BITS_IN_DIGIT == 15
  131582             : static
  131583             :     struct {
  131584             :         PyObject_VAR_HEAD
  131585             :         digit ob_digit[2];
  131586             :     }
  131587             : const_int_40960 = {
  131588             :     .ob_base = {
  131589             :         .ob_base = {
  131590             :             .ob_refcnt = 999999999,
  131591             :             .ob_type = &PyLong_Type,
  131592             :         },
  131593             :         .ob_size = 2,
  131594             :     },
  131595             :     .ob_digit = { 8192, 1 },
  131596             : };
  131597             : #elif PYLONG_BITS_IN_DIGIT == 30
  131598             : static
  131599             :     struct {
  131600             :         PyObject_VAR_HEAD
  131601             :         digit ob_digit[1];
  131602             :     }
  131603             : const_int_40960 = {
  131604             :     .ob_base = {
  131605             :         .ob_base = {
  131606             :             .ob_refcnt = 999999999,
  131607             :             .ob_type = &PyLong_Type,
  131608             :         },
  131609             :         .ob_size = 1,
  131610             :     },
  131611             :     .ob_digit = { 40960 },
  131612             : };
  131613             : #else
  131614             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
  131615             : #endif
  131616             : #if PYLONG_BITS_IN_DIGIT == 15
  131617             : static
  131618             :     struct {
  131619             :         PyObject_VAR_HEAD
  131620             :         digit ob_digit[2];
  131621             :     }
  131622             : const_int_49152 = {
  131623             :     .ob_base = {
  131624             :         .ob_base = {
  131625             :             .ob_refcnt = 999999999,
  131626             :             .ob_type = &PyLong_Type,
  131627             :         },
  131628             :         .ob_size = 2,
  131629             :     },
  131630             :     .ob_digit = { 16384, 1 },
  131631             : };
  131632             : #elif PYLONG_BITS_IN_DIGIT == 30
  131633             : static
  131634             :     struct {
  131635             :         PyObject_VAR_HEAD
  131636             :         digit ob_digit[1];
  131637             :     }
  131638             : const_int_49152 = {
  131639             :     .ob_base = {
  131640             :         .ob_base = {
  131641             :             .ob_refcnt = 999999999,
  131642             :             .ob_type = &PyLong_Type,
  131643             :         },
  131644             :         .ob_size = 1,
  131645             :     },
  131646             :     .ob_digit = { 49152 },
  131647             : };
  131648             : #else
  131649             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
  131650             : #endif
  131651             : static
  131652             :     struct {
  131653             :         PyASCIIObject _ascii;
  131654             :         uint8_t _data[41];
  131655             :     }
  131656             : stat_toplevel_consts_20_consts_0 = {
  131657             :     ._ascii = {
  131658             :         .ob_base = {
  131659             :             .ob_refcnt = 999999999,
  131660             :             .ob_type = &PyUnicode_Type,
  131661             :         },
  131662             :         .length = 40,
  131663             :         .hash = -1,
  131664             :         .state = {
  131665             :             .kind = 1,
  131666             :             .compact = 1,
  131667             :             .ascii = 1,
  131668             :         },
  131669             :     },
  131670             :     ._data = "Return True if mode is from a directory.",
  131671             : };
  131672             : static
  131673             :     struct {
  131674             :         PyGC_Head _gc_head;
  131675             :         struct {
  131676             :             PyObject_VAR_HEAD
  131677             :             PyObject *ob_item[1];
  131678             :         }_object;
  131679             :     }
  131680             : stat_toplevel_consts_20_consts = {
  131681             :     ._object = {
  131682             :         .ob_base = {
  131683             :             .ob_base = {
  131684             :                 .ob_refcnt = 999999999,
  131685             :                 .ob_type = &PyTuple_Type,
  131686             :             },
  131687             :             .ob_size = 1,
  131688             :         },
  131689             :         .ob_item = {
  131690             :             & stat_toplevel_consts_20_consts_0._ascii.ob_base,
  131691             :         },
  131692             :     },
  131693             : };
  131694             : static
  131695             :     struct {
  131696             :         PyASCIIObject _ascii;
  131697             :         uint8_t _data[8];
  131698             :     }
  131699             : const_str_S_IFDIR = {
  131700             :     ._ascii = {
  131701             :         .ob_base = {
  131702             :             .ob_refcnt = 999999999,
  131703             :             .ob_type = &PyUnicode_Type,
  131704             :         },
  131705             :         .length = 7,
  131706             :         .hash = -1,
  131707             :         .state = {
  131708             :             .kind = 1,
  131709             :             .compact = 1,
  131710             :             .ascii = 1,
  131711             :         },
  131712             :     },
  131713             :     ._data = "S_IFDIR",
  131714             : };
  131715             : static
  131716             :     struct {
  131717             :         PyGC_Head _gc_head;
  131718             :         struct {
  131719             :             PyObject_VAR_HEAD
  131720             :             PyObject *ob_item[2];
  131721             :         }_object;
  131722             :     }
  131723             : stat_toplevel_consts_20_names = {
  131724             :     ._object = {
  131725             :         .ob_base = {
  131726             :             .ob_base = {
  131727             :                 .ob_refcnt = 999999999,
  131728             :                 .ob_type = &PyTuple_Type,
  131729             :             },
  131730             :             .ob_size = 2,
  131731             :         },
  131732             :         .ob_item = {
  131733             :             & const_str_S_IFMT._ascii.ob_base,
  131734             :             & const_str_S_IFDIR._ascii.ob_base,
  131735             :         },
  131736             :     },
  131737             : };
  131738             : static
  131739             :     struct {
  131740             :         PyObject_VAR_HEAD
  131741             :         Py_hash_t ob_shash;
  131742             :         char ob_sval[18];
  131743             :     }
  131744             : stat_toplevel_consts_20_linetable = {
  131745             :     .ob_base = {
  131746             :         .ob_base = {
  131747             :             .ob_refcnt = 999999999,
  131748             :             .ob_type = &PyBytes_Type,
  131749             :         },
  131750             :         .ob_size = 17,
  131751             :     },
  131752             :     .ob_shash = -1,
  131753             :     .ob_sval = "\x80\x00\xe5\x0b\x11\x90\x24\x8c\x3c\x9d\x37\xd2\x0b\x22\xd0\x04\x22",
  131754             : };
  131755             : static
  131756             :     struct _PyCode_DEF(46)
  131757             : stat_toplevel_consts_20 = {
  131758             :     .ob_base = {
  131759             :         .ob_base = {
  131760             :             .ob_refcnt = 999999999,
  131761             :             .ob_type = &PyCode_Type,
  131762             :         },
  131763             :         .ob_size = 23,
  131764             :     },
  131765             :     .co_consts = & stat_toplevel_consts_20_consts._object.ob_base.ob_base,
  131766             :     .co_names = & stat_toplevel_consts_20_names._object.ob_base.ob_base,
  131767             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  131768             :     .co_flags = 3,
  131769             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  131770             :     ._co_linearray_entry_size = 0,
  131771             :     .co_argcount = 1,
  131772             :     .co_posonlyargcount = 0,
  131773             :     .co_kwonlyargcount = 0,
  131774             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  131775             :     .co_stacksize = 3,
  131776             :     .co_firstlineno = 50,
  131777             :     .co_nlocalsplus = 1,
  131778             :     .co_nlocals = 1,
  131779             :     .co_nplaincellvars = 0,
  131780             :     .co_ncellvars = 0,
  131781             :     .co_nfreevars = 0,
  131782             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  131783             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  131784             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  131785             :     .co_name = & const_str_S_ISDIR._ascii.ob_base,
  131786             :     .co_qualname = & const_str_S_ISDIR._ascii.ob_base,
  131787             :     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
  131788             :     ._co_code = NULL,
  131789             :     ._co_linearray = NULL,
  131790             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
  131791             :     ._co_firsttraceable = 0,
  131792             : };
  131793             : static
  131794             :     struct {
  131795             :         PyASCIIObject _ascii;
  131796             :         uint8_t _data[61];
  131797             :     }
  131798             : stat_toplevel_consts_21_consts_0 = {
  131799             :     ._ascii = {
  131800             :         .ob_base = {
  131801             :             .ob_refcnt = 999999999,
  131802             :             .ob_type = &PyUnicode_Type,
  131803             :         },
  131804             :         .length = 60,
  131805             :         .hash = -1,
  131806             :         .state = {
  131807             :             .kind = 1,
  131808             :             .compact = 1,
  131809             :             .ascii = 1,
  131810             :         },
  131811             :     },
  131812             :     ._data = "Return True if mode is from a character special device file.",
  131813             : };
  131814             : static
  131815             :     struct {
  131816             :         PyGC_Head _gc_head;
  131817             :         struct {
  131818             :             PyObject_VAR_HEAD
  131819             :             PyObject *ob_item[1];
  131820             :         }_object;
  131821             :     }
  131822             : stat_toplevel_consts_21_consts = {
  131823             :     ._object = {
  131824             :         .ob_base = {
  131825             :             .ob_base = {
  131826             :                 .ob_refcnt = 999999999,
  131827             :                 .ob_type = &PyTuple_Type,
  131828             :             },
  131829             :             .ob_size = 1,
  131830             :         },
  131831             :         .ob_item = {
  131832             :             & stat_toplevel_consts_21_consts_0._ascii.ob_base,
  131833             :         },
  131834             :     },
  131835             : };
  131836             : static
  131837             :     struct {
  131838             :         PyASCIIObject _ascii;
  131839             :         uint8_t _data[8];
  131840             :     }
  131841             : const_str_S_IFCHR = {
  131842             :     ._ascii = {
  131843             :         .ob_base = {
  131844             :             .ob_refcnt = 999999999,
  131845             :             .ob_type = &PyUnicode_Type,
  131846             :         },
  131847             :         .length = 7,
  131848             :         .hash = -1,
  131849             :         .state = {
  131850             :             .kind = 1,
  131851             :             .compact = 1,
  131852             :             .ascii = 1,
  131853             :         },
  131854             :     },
  131855             :     ._data = "S_IFCHR",
  131856             : };
  131857             : static
  131858             :     struct {
  131859             :         PyGC_Head _gc_head;
  131860             :         struct {
  131861             :             PyObject_VAR_HEAD
  131862             :             PyObject *ob_item[2];
  131863             :         }_object;
  131864             :     }
  131865             : stat_toplevel_consts_21_names = {
  131866             :     ._object = {
  131867             :         .ob_base = {
  131868             :             .ob_base = {
  131869             :                 .ob_refcnt = 999999999,
  131870             :                 .ob_type = &PyTuple_Type,
  131871             :             },
  131872             :             .ob_size = 2,
  131873             :         },
  131874             :         .ob_item = {
  131875             :             & const_str_S_IFMT._ascii.ob_base,
  131876             :             & const_str_S_IFCHR._ascii.ob_base,
  131877             :         },
  131878             :     },
  131879             : };
  131880             : static
  131881             :     struct {
  131882             :         PyASCIIObject _ascii;
  131883             :         uint8_t _data[8];
  131884             :     }
  131885             : const_str_S_ISCHR = {
  131886             :     ._ascii = {
  131887             :         .ob_base = {
  131888             :             .ob_refcnt = 999999999,
  131889             :             .ob_type = &PyUnicode_Type,
  131890             :         },
  131891             :         .length = 7,
  131892             :         .hash = -1,
  131893             :         .state = {
  131894             :             .kind = 1,
  131895             :             .compact = 1,
  131896             :             .ascii = 1,
  131897             :         },
  131898             :     },
  131899             :     ._data = "S_ISCHR",
  131900             : };
  131901             : static
  131902             :     struct _PyCode_DEF(46)
  131903             : stat_toplevel_consts_21 = {
  131904             :     .ob_base = {
  131905             :         .ob_base = {
  131906             :             .ob_refcnt = 999999999,
  131907             :             .ob_type = &PyCode_Type,
  131908             :         },
  131909             :         .ob_size = 23,
  131910             :     },
  131911             :     .co_consts = & stat_toplevel_consts_21_consts._object.ob_base.ob_base,
  131912             :     .co_names = & stat_toplevel_consts_21_names._object.ob_base.ob_base,
  131913             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  131914             :     .co_flags = 3,
  131915             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  131916             :     ._co_linearray_entry_size = 0,
  131917             :     .co_argcount = 1,
  131918             :     .co_posonlyargcount = 0,
  131919             :     .co_kwonlyargcount = 0,
  131920             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  131921             :     .co_stacksize = 3,
  131922             :     .co_firstlineno = 54,
  131923             :     .co_nlocalsplus = 1,
  131924             :     .co_nlocals = 1,
  131925             :     .co_nplaincellvars = 0,
  131926             :     .co_ncellvars = 0,
  131927             :     .co_nfreevars = 0,
  131928             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  131929             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  131930             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  131931             :     .co_name = & const_str_S_ISCHR._ascii.ob_base,
  131932             :     .co_qualname = & const_str_S_ISCHR._ascii.ob_base,
  131933             :     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
  131934             :     ._co_code = NULL,
  131935             :     ._co_linearray = NULL,
  131936             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
  131937             :     ._co_firsttraceable = 0,
  131938             : };
  131939             : static
  131940             :     struct {
  131941             :         PyASCIIObject _ascii;
  131942             :         uint8_t _data[57];
  131943             :     }
  131944             : stat_toplevel_consts_22_consts_0 = {
  131945             :     ._ascii = {
  131946             :         .ob_base = {
  131947             :             .ob_refcnt = 999999999,
  131948             :             .ob_type = &PyUnicode_Type,
  131949             :         },
  131950             :         .length = 56,
  131951             :         .hash = -1,
  131952             :         .state = {
  131953             :             .kind = 1,
  131954             :             .compact = 1,
  131955             :             .ascii = 1,
  131956             :         },
  131957             :     },
  131958             :     ._data = "Return True if mode is from a block special device file.",
  131959             : };
  131960             : static
  131961             :     struct {
  131962             :         PyGC_Head _gc_head;
  131963             :         struct {
  131964             :             PyObject_VAR_HEAD
  131965             :             PyObject *ob_item[1];
  131966             :         }_object;
  131967             :     }
  131968             : stat_toplevel_consts_22_consts = {
  131969             :     ._object = {
  131970             :         .ob_base = {
  131971             :             .ob_base = {
  131972             :                 .ob_refcnt = 999999999,
  131973             :                 .ob_type = &PyTuple_Type,
  131974             :             },
  131975             :             .ob_size = 1,
  131976             :         },
  131977             :         .ob_item = {
  131978             :             & stat_toplevel_consts_22_consts_0._ascii.ob_base,
  131979             :         },
  131980             :     },
  131981             : };
  131982             : static
  131983             :     struct {
  131984             :         PyASCIIObject _ascii;
  131985             :         uint8_t _data[8];
  131986             :     }
  131987             : const_str_S_IFBLK = {
  131988             :     ._ascii = {
  131989             :         .ob_base = {
  131990             :             .ob_refcnt = 999999999,
  131991             :             .ob_type = &PyUnicode_Type,
  131992             :         },
  131993             :         .length = 7,
  131994             :         .hash = -1,
  131995             :         .state = {
  131996             :             .kind = 1,
  131997             :             .compact = 1,
  131998             :             .ascii = 1,
  131999             :         },
  132000             :     },
  132001             :     ._data = "S_IFBLK",
  132002             : };
  132003             : static
  132004             :     struct {
  132005             :         PyGC_Head _gc_head;
  132006             :         struct {
  132007             :             PyObject_VAR_HEAD
  132008             :             PyObject *ob_item[2];
  132009             :         }_object;
  132010             :     }
  132011             : stat_toplevel_consts_22_names = {
  132012             :     ._object = {
  132013             :         .ob_base = {
  132014             :             .ob_base = {
  132015             :                 .ob_refcnt = 999999999,
  132016             :                 .ob_type = &PyTuple_Type,
  132017             :             },
  132018             :             .ob_size = 2,
  132019             :         },
  132020             :         .ob_item = {
  132021             :             & const_str_S_IFMT._ascii.ob_base,
  132022             :             & const_str_S_IFBLK._ascii.ob_base,
  132023             :         },
  132024             :     },
  132025             : };
  132026             : static
  132027             :     struct {
  132028             :         PyASCIIObject _ascii;
  132029             :         uint8_t _data[8];
  132030             :     }
  132031             : const_str_S_ISBLK = {
  132032             :     ._ascii = {
  132033             :         .ob_base = {
  132034             :             .ob_refcnt = 999999999,
  132035             :             .ob_type = &PyUnicode_Type,
  132036             :         },
  132037             :         .length = 7,
  132038             :         .hash = -1,
  132039             :         .state = {
  132040             :             .kind = 1,
  132041             :             .compact = 1,
  132042             :             .ascii = 1,
  132043             :         },
  132044             :     },
  132045             :     ._data = "S_ISBLK",
  132046             : };
  132047             : static
  132048             :     struct _PyCode_DEF(46)
  132049             : stat_toplevel_consts_22 = {
  132050             :     .ob_base = {
  132051             :         .ob_base = {
  132052             :             .ob_refcnt = 999999999,
  132053             :             .ob_type = &PyCode_Type,
  132054             :         },
  132055             :         .ob_size = 23,
  132056             :     },
  132057             :     .co_consts = & stat_toplevel_consts_22_consts._object.ob_base.ob_base,
  132058             :     .co_names = & stat_toplevel_consts_22_names._object.ob_base.ob_base,
  132059             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  132060             :     .co_flags = 3,
  132061             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  132062             :     ._co_linearray_entry_size = 0,
  132063             :     .co_argcount = 1,
  132064             :     .co_posonlyargcount = 0,
  132065             :     .co_kwonlyargcount = 0,
  132066             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  132067             :     .co_stacksize = 3,
  132068             :     .co_firstlineno = 58,
  132069             :     .co_nlocalsplus = 1,
  132070             :     .co_nlocals = 1,
  132071             :     .co_nplaincellvars = 0,
  132072             :     .co_ncellvars = 0,
  132073             :     .co_nfreevars = 0,
  132074             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  132075             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  132076             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  132077             :     .co_name = & const_str_S_ISBLK._ascii.ob_base,
  132078             :     .co_qualname = & const_str_S_ISBLK._ascii.ob_base,
  132079             :     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
  132080             :     ._co_code = NULL,
  132081             :     ._co_linearray = NULL,
  132082             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
  132083             :     ._co_firsttraceable = 0,
  132084             : };
  132085             : static
  132086             :     struct {
  132087             :         PyASCIIObject _ascii;
  132088             :         uint8_t _data[44];
  132089             :     }
  132090             : stat_toplevel_consts_23_consts_0 = {
  132091             :     ._ascii = {
  132092             :         .ob_base = {
  132093             :             .ob_refcnt = 999999999,
  132094             :             .ob_type = &PyUnicode_Type,
  132095             :         },
  132096             :         .length = 43,
  132097             :         .hash = -1,
  132098             :         .state = {
  132099             :             .kind = 1,
  132100             :             .compact = 1,
  132101             :             .ascii = 1,
  132102             :         },
  132103             :     },
  132104             :     ._data = "Return True if mode is from a regular file.",
  132105             : };
  132106             : static
  132107             :     struct {
  132108             :         PyGC_Head _gc_head;
  132109             :         struct {
  132110             :             PyObject_VAR_HEAD
  132111             :             PyObject *ob_item[1];
  132112             :         }_object;
  132113             :     }
  132114             : stat_toplevel_consts_23_consts = {
  132115             :     ._object = {
  132116             :         .ob_base = {
  132117             :             .ob_base = {
  132118             :                 .ob_refcnt = 999999999,
  132119             :                 .ob_type = &PyTuple_Type,
  132120             :             },
  132121             :             .ob_size = 1,
  132122             :         },
  132123             :         .ob_item = {
  132124             :             & stat_toplevel_consts_23_consts_0._ascii.ob_base,
  132125             :         },
  132126             :     },
  132127             : };
  132128             : static
  132129             :     struct {
  132130             :         PyASCIIObject _ascii;
  132131             :         uint8_t _data[8];
  132132             :     }
  132133             : const_str_S_IFREG = {
  132134             :     ._ascii = {
  132135             :         .ob_base = {
  132136             :             .ob_refcnt = 999999999,
  132137             :             .ob_type = &PyUnicode_Type,
  132138             :         },
  132139             :         .length = 7,
  132140             :         .hash = -1,
  132141             :         .state = {
  132142             :             .kind = 1,
  132143             :             .compact = 1,
  132144             :             .ascii = 1,
  132145             :         },
  132146             :     },
  132147             :     ._data = "S_IFREG",
  132148             : };
  132149             : static
  132150             :     struct {
  132151             :         PyGC_Head _gc_head;
  132152             :         struct {
  132153             :             PyObject_VAR_HEAD
  132154             :             PyObject *ob_item[2];
  132155             :         }_object;
  132156             :     }
  132157             : stat_toplevel_consts_23_names = {
  132158             :     ._object = {
  132159             :         .ob_base = {
  132160             :             .ob_base = {
  132161             :                 .ob_refcnt = 999999999,
  132162             :                 .ob_type = &PyTuple_Type,
  132163             :             },
  132164             :             .ob_size = 2,
  132165             :         },
  132166             :         .ob_item = {
  132167             :             & const_str_S_IFMT._ascii.ob_base,
  132168             :             & const_str_S_IFREG._ascii.ob_base,
  132169             :         },
  132170             :     },
  132171             : };
  132172             : static
  132173             :     struct _PyCode_DEF(46)
  132174             : stat_toplevel_consts_23 = {
  132175             :     .ob_base = {
  132176             :         .ob_base = {
  132177             :             .ob_refcnt = 999999999,
  132178             :             .ob_type = &PyCode_Type,
  132179             :         },
  132180             :         .ob_size = 23,
  132181             :     },
  132182             :     .co_consts = & stat_toplevel_consts_23_consts._object.ob_base.ob_base,
  132183             :     .co_names = & stat_toplevel_consts_23_names._object.ob_base.ob_base,
  132184             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  132185             :     .co_flags = 3,
  132186             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  132187             :     ._co_linearray_entry_size = 0,
  132188             :     .co_argcount = 1,
  132189             :     .co_posonlyargcount = 0,
  132190             :     .co_kwonlyargcount = 0,
  132191             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  132192             :     .co_stacksize = 3,
  132193             :     .co_firstlineno = 62,
  132194             :     .co_nlocalsplus = 1,
  132195             :     .co_nlocals = 1,
  132196             :     .co_nplaincellvars = 0,
  132197             :     .co_ncellvars = 0,
  132198             :     .co_nfreevars = 0,
  132199             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  132200             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  132201             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  132202             :     .co_name = & const_str_S_ISREG._ascii.ob_base,
  132203             :     .co_qualname = & const_str_S_ISREG._ascii.ob_base,
  132204             :     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
  132205             :     ._co_code = NULL,
  132206             :     ._co_linearray = NULL,
  132207             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
  132208             :     ._co_firsttraceable = 0,
  132209             : };
  132210             : static
  132211             :     struct {
  132212             :         PyASCIIObject _ascii;
  132213             :         uint8_t _data[49];
  132214             :     }
  132215             : stat_toplevel_consts_24_consts_0 = {
  132216             :     ._ascii = {
  132217             :         .ob_base = {
  132218             :             .ob_refcnt = 999999999,
  132219             :             .ob_type = &PyUnicode_Type,
  132220             :         },
  132221             :         .length = 48,
  132222             :         .hash = -1,
  132223             :         .state = {
  132224             :             .kind = 1,
  132225             :             .compact = 1,
  132226             :             .ascii = 1,
  132227             :         },
  132228             :     },
  132229             :     ._data = "Return True if mode is from a FIFO (named pipe).",
  132230             : };
  132231             : static
  132232             :     struct {
  132233             :         PyGC_Head _gc_head;
  132234             :         struct {
  132235             :             PyObject_VAR_HEAD
  132236             :             PyObject *ob_item[1];
  132237             :         }_object;
  132238             :     }
  132239             : stat_toplevel_consts_24_consts = {
  132240             :     ._object = {
  132241             :         .ob_base = {
  132242             :             .ob_base = {
  132243             :                 .ob_refcnt = 999999999,
  132244             :                 .ob_type = &PyTuple_Type,
  132245             :             },
  132246             :             .ob_size = 1,
  132247             :         },
  132248             :         .ob_item = {
  132249             :             & stat_toplevel_consts_24_consts_0._ascii.ob_base,
  132250             :         },
  132251             :     },
  132252             : };
  132253             : static
  132254             :     struct {
  132255             :         PyASCIIObject _ascii;
  132256             :         uint8_t _data[8];
  132257             :     }
  132258             : const_str_S_IFIFO = {
  132259             :     ._ascii = {
  132260             :         .ob_base = {
  132261             :             .ob_refcnt = 999999999,
  132262             :             .ob_type = &PyUnicode_Type,
  132263             :         },
  132264             :         .length = 7,
  132265             :         .hash = -1,
  132266             :         .state = {
  132267             :             .kind = 1,
  132268             :             .compact = 1,
  132269             :             .ascii = 1,
  132270             :         },
  132271             :     },
  132272             :     ._data = "S_IFIFO",
  132273             : };
  132274             : static
  132275             :     struct {
  132276             :         PyGC_Head _gc_head;
  132277             :         struct {
  132278             :             PyObject_VAR_HEAD
  132279             :             PyObject *ob_item[2];
  132280             :         }_object;
  132281             :     }
  132282             : stat_toplevel_consts_24_names = {
  132283             :     ._object = {
  132284             :         .ob_base = {
  132285             :             .ob_base = {
  132286             :                 .ob_refcnt = 999999999,
  132287             :                 .ob_type = &PyTuple_Type,
  132288             :             },
  132289             :             .ob_size = 2,
  132290             :         },
  132291             :         .ob_item = {
  132292             :             & const_str_S_IFMT._ascii.ob_base,
  132293             :             & const_str_S_IFIFO._ascii.ob_base,
  132294             :         },
  132295             :     },
  132296             : };
  132297             : static
  132298             :     struct {
  132299             :         PyASCIIObject _ascii;
  132300             :         uint8_t _data[9];
  132301             :     }
  132302             : const_str_S_ISFIFO = {
  132303             :     ._ascii = {
  132304             :         .ob_base = {
  132305             :             .ob_refcnt = 999999999,
  132306             :             .ob_type = &PyUnicode_Type,
  132307             :         },
  132308             :         .length = 8,
  132309             :         .hash = -1,
  132310             :         .state = {
  132311             :             .kind = 1,
  132312             :             .compact = 1,
  132313             :             .ascii = 1,
  132314             :         },
  132315             :     },
  132316             :     ._data = "S_ISFIFO",
  132317             : };
  132318             : static
  132319             :     struct _PyCode_DEF(46)
  132320             : stat_toplevel_consts_24 = {
  132321             :     .ob_base = {
  132322             :         .ob_base = {
  132323             :             .ob_refcnt = 999999999,
  132324             :             .ob_type = &PyCode_Type,
  132325             :         },
  132326             :         .ob_size = 23,
  132327             :     },
  132328             :     .co_consts = & stat_toplevel_consts_24_consts._object.ob_base.ob_base,
  132329             :     .co_names = & stat_toplevel_consts_24_names._object.ob_base.ob_base,
  132330             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  132331             :     .co_flags = 3,
  132332             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  132333             :     ._co_linearray_entry_size = 0,
  132334             :     .co_argcount = 1,
  132335             :     .co_posonlyargcount = 0,
  132336             :     .co_kwonlyargcount = 0,
  132337             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  132338             :     .co_stacksize = 3,
  132339             :     .co_firstlineno = 66,
  132340             :     .co_nlocalsplus = 1,
  132341             :     .co_nlocals = 1,
  132342             :     .co_nplaincellvars = 0,
  132343             :     .co_ncellvars = 0,
  132344             :     .co_nfreevars = 0,
  132345             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  132346             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  132347             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  132348             :     .co_name = & const_str_S_ISFIFO._ascii.ob_base,
  132349             :     .co_qualname = & const_str_S_ISFIFO._ascii.ob_base,
  132350             :     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
  132351             :     ._co_code = NULL,
  132352             :     ._co_linearray = NULL,
  132353             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
  132354             :     ._co_firsttraceable = 0,
  132355             : };
  132356             : static
  132357             :     struct {
  132358             :         PyASCIIObject _ascii;
  132359             :         uint8_t _data[45];
  132360             :     }
  132361             : stat_toplevel_consts_25_consts_0 = {
  132362             :     ._ascii = {
  132363             :         .ob_base = {
  132364             :             .ob_refcnt = 999999999,
  132365             :             .ob_type = &PyUnicode_Type,
  132366             :         },
  132367             :         .length = 44,
  132368             :         .hash = -1,
  132369             :         .state = {
  132370             :             .kind = 1,
  132371             :             .compact = 1,
  132372             :             .ascii = 1,
  132373             :         },
  132374             :     },
  132375             :     ._data = "Return True if mode is from a symbolic link.",
  132376             : };
  132377             : static
  132378             :     struct {
  132379             :         PyGC_Head _gc_head;
  132380             :         struct {
  132381             :             PyObject_VAR_HEAD
  132382             :             PyObject *ob_item[1];
  132383             :         }_object;
  132384             :     }
  132385             : stat_toplevel_consts_25_consts = {
  132386             :     ._object = {
  132387             :         .ob_base = {
  132388             :             .ob_base = {
  132389             :                 .ob_refcnt = 999999999,
  132390             :                 .ob_type = &PyTuple_Type,
  132391             :             },
  132392             :             .ob_size = 1,
  132393             :         },
  132394             :         .ob_item = {
  132395             :             & stat_toplevel_consts_25_consts_0._ascii.ob_base,
  132396             :         },
  132397             :     },
  132398             : };
  132399             : static
  132400             :     struct {
  132401             :         PyASCIIObject _ascii;
  132402             :         uint8_t _data[8];
  132403             :     }
  132404             : const_str_S_IFLNK = {
  132405             :     ._ascii = {
  132406             :         .ob_base = {
  132407             :             .ob_refcnt = 999999999,
  132408             :             .ob_type = &PyUnicode_Type,
  132409             :         },
  132410             :         .length = 7,
  132411             :         .hash = -1,
  132412             :         .state = {
  132413             :             .kind = 1,
  132414             :             .compact = 1,
  132415             :             .ascii = 1,
  132416             :         },
  132417             :     },
  132418             :     ._data = "S_IFLNK",
  132419             : };
  132420             : static
  132421             :     struct {
  132422             :         PyGC_Head _gc_head;
  132423             :         struct {
  132424             :             PyObject_VAR_HEAD
  132425             :             PyObject *ob_item[2];
  132426             :         }_object;
  132427             :     }
  132428             : stat_toplevel_consts_25_names = {
  132429             :     ._object = {
  132430             :         .ob_base = {
  132431             :             .ob_base = {
  132432             :                 .ob_refcnt = 999999999,
  132433             :                 .ob_type = &PyTuple_Type,
  132434             :             },
  132435             :             .ob_size = 2,
  132436             :         },
  132437             :         .ob_item = {
  132438             :             & const_str_S_IFMT._ascii.ob_base,
  132439             :             & const_str_S_IFLNK._ascii.ob_base,
  132440             :         },
  132441             :     },
  132442             : };
  132443             : static
  132444             :     struct _PyCode_DEF(46)
  132445             : stat_toplevel_consts_25 = {
  132446             :     .ob_base = {
  132447             :         .ob_base = {
  132448             :             .ob_refcnt = 999999999,
  132449             :             .ob_type = &PyCode_Type,
  132450             :         },
  132451             :         .ob_size = 23,
  132452             :     },
  132453             :     .co_consts = & stat_toplevel_consts_25_consts._object.ob_base.ob_base,
  132454             :     .co_names = & stat_toplevel_consts_25_names._object.ob_base.ob_base,
  132455             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  132456             :     .co_flags = 3,
  132457             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  132458             :     ._co_linearray_entry_size = 0,
  132459             :     .co_argcount = 1,
  132460             :     .co_posonlyargcount = 0,
  132461             :     .co_kwonlyargcount = 0,
  132462             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  132463             :     .co_stacksize = 3,
  132464             :     .co_firstlineno = 70,
  132465             :     .co_nlocalsplus = 1,
  132466             :     .co_nlocals = 1,
  132467             :     .co_nplaincellvars = 0,
  132468             :     .co_ncellvars = 0,
  132469             :     .co_nfreevars = 0,
  132470             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  132471             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  132472             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  132473             :     .co_name = & const_str_S_ISLNK._ascii.ob_base,
  132474             :     .co_qualname = & const_str_S_ISLNK._ascii.ob_base,
  132475             :     .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
  132476             :     ._co_code = NULL,
  132477             :     ._co_linearray = NULL,
  132478             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
  132479             :     ._co_firsttraceable = 0,
  132480             : };
  132481             : static
  132482             :     struct {
  132483             :         PyASCIIObject _ascii;
  132484             :         uint8_t _data[38];
  132485             :     }
  132486             : stat_toplevel_consts_26_consts_0 = {
  132487             :     ._ascii = {
  132488             :         .ob_base = {
  132489             :             .ob_refcnt = 999999999,
  132490             :             .ob_type = &PyUnicode_Type,
  132491             :         },
  132492             :         .length = 37,
  132493             :         .hash = -1,
  132494             :         .state = {
  132495             :             .kind = 1,
  132496             :             .compact = 1,
  132497             :             .ascii = 1,
  132498             :         },
  132499             :     },
  132500             :     ._data = "Return True if mode is from a socket.",
  132501             : };
  132502             : static
  132503             :     struct {
  132504             :         PyGC_Head _gc_head;
  132505             :         struct {
  132506             :             PyObject_VAR_HEAD
  132507             :             PyObject *ob_item[1];
  132508             :         }_object;
  132509             :     }
  132510             : stat_toplevel_consts_26_consts = {
  132511             :     ._object = {
  132512             :         .ob_base = {
  132513             :             .ob_base = {
  132514             :                 .ob_refcnt = 999999999,
  132515             :                 .ob_type = &PyTuple_Type,
  132516             :             },
  132517             :             .ob_size = 1,
  132518             :         },
  132519             :         .ob_item = {
  132520             :             & stat_toplevel_consts_26_consts_0._ascii.ob_base,
  132521             :         },
  132522             :     },
  132523             : };
  132524             : static
  132525             :     struct {
  132526             :         PyASCIIObject _ascii;
  132527             :         uint8_t _data[9];
  132528             :     }
  132529             : const_str_S_IFSOCK = {
  132530             :     ._ascii = {
  132531             :         .ob_base = {
  132532             :             .ob_refcnt = 999999999,
  132533             :             .ob_type = &PyUnicode_Type,
  132534             :         },
  132535             :         .length = 8,
  132536             :         .hash = -1,
  132537             :         .state = {
  132538             :             .kind = 1,
  132539             :             .compact = 1,
  132540             :             .ascii = 1,
  132541             :         },
  132542             :     },
  132543             :     ._data = "S_IFSOCK",
  132544             : };
  132545             : static
  132546             :     struct {
  132547             :         PyGC_Head _gc_head;
  132548             :         struct {
  132549             :             PyObject_VAR_HEAD
  132550             :             PyObject *ob_item[2];
  132551             :         }_object;
  132552             :     }
  132553             : stat_toplevel_consts_26_names = {
  132554             :     ._object = {
  132555             :         .ob_base = {
  132556             :             .ob_base = {
  132557             :                 .ob_refcnt = 999999999,
  132558             :                 .ob_type = &PyTuple_Type,
  132559             :             },
  132560             :             .ob_size = 2,
  132561             :         },
  132562             :         .ob_item = {
  132563             :             & const_str_S_IFMT._ascii.ob_base,
  132564             :             & const_str_S_IFSOCK._ascii.ob_base,
  132565             :         },
  132566             :     },
  132567             : };
  132568             : static
  132569             :     struct {
  132570             :         PyASCIIObject _ascii;
  132571             :         uint8_t _data[9];
  132572             :     }
  132573             : const_str_S_ISSOCK = {
  132574             :     ._ascii = {
  132575             :         .ob_base = {
  132576             :             .ob_refcnt = 999999999,
  132577             :             .ob_type = &PyUnicode_Type,
  132578             :         },
  132579             :         .length = 8,
  132580             :         .hash = -1,
  132581             :         .state = {
  132582             :             .kind = 1,
  132583             :             .compact = 1,
  132584             :             .ascii = 1,
  132585             :         },
  132586             :     },
  132587             :     ._data = "S_ISSOCK",
  132588             : };
  132589             : static
  132590             :     struct {
  132591             :         PyObject_VAR_HEAD
  132592             :         Py_hash_t ob_shash;
  132593             :         char ob_sval[18];
  132594             :     }
  132595             : stat_toplevel_consts_26_linetable = {
  132596             :     .ob_base = {
  132597             :         .ob_base = {
  132598             :             .ob_refcnt = 999999999,
  132599             :             .ob_type = &PyBytes_Type,
  132600             :         },
  132601             :         .ob_size = 17,
  132602             :     },
  132603             :     .ob_shash = -1,
  132604             :     .ob_sval = "\x80\x00\xe5\x0b\x11\x90\x24\x8c\x3c\x9d\x38\xd2\x0b\x23\xd0\x04\x23",
  132605             : };
  132606             : static
  132607             :     struct _PyCode_DEF(46)
  132608             : stat_toplevel_consts_26 = {
  132609             :     .ob_base = {
  132610             :         .ob_base = {
  132611             :             .ob_refcnt = 999999999,
  132612             :             .ob_type = &PyCode_Type,
  132613             :         },
  132614             :         .ob_size = 23,
  132615             :     },
  132616             :     .co_consts = & stat_toplevel_consts_26_consts._object.ob_base.ob_base,
  132617             :     .co_names = & stat_toplevel_consts_26_names._object.ob_base.ob_base,
  132618             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  132619             :     .co_flags = 3,
  132620             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  132621             :     ._co_linearray_entry_size = 0,
  132622             :     .co_argcount = 1,
  132623             :     .co_posonlyargcount = 0,
  132624             :     .co_kwonlyargcount = 0,
  132625             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  132626             :     .co_stacksize = 3,
  132627             :     .co_firstlineno = 74,
  132628             :     .co_nlocalsplus = 1,
  132629             :     .co_nlocals = 1,
  132630             :     .co_nplaincellvars = 0,
  132631             :     .co_ncellvars = 0,
  132632             :     .co_nfreevars = 0,
  132633             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  132634             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  132635             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  132636             :     .co_name = & const_str_S_ISSOCK._ascii.ob_base,
  132637             :     .co_qualname = & const_str_S_ISSOCK._ascii.ob_base,
  132638             :     .co_linetable = & stat_toplevel_consts_26_linetable.ob_base.ob_base,
  132639             :     ._co_code = NULL,
  132640             :     ._co_linearray = NULL,
  132641             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
  132642             :     ._co_firsttraceable = 0,
  132643             : };
  132644             : static
  132645             :     struct {
  132646             :         PyASCIIObject _ascii;
  132647             :         uint8_t _data[36];
  132648             :     }
  132649             : stat_toplevel_consts_27_consts_0 = {
  132650             :     ._ascii = {
  132651             :         .ob_base = {
  132652             :             .ob_refcnt = 999999999,
  132653             :             .ob_type = &PyUnicode_Type,
  132654             :         },
  132655             :         .length = 35,
  132656             :         .hash = -1,
  132657             :         .state = {
  132658             :             .kind = 1,
  132659             :             .compact = 1,
  132660             :             .ascii = 1,
  132661             :         },
  132662             :     },
  132663             :     ._data = "Return True if mode is from a door.",
  132664             : };
  132665             : static
  132666             :     struct {
  132667             :         PyGC_Head _gc_head;
  132668             :         struct {
  132669             :             PyObject_VAR_HEAD
  132670             :             PyObject *ob_item[2];
  132671             :         }_object;
  132672             :     }
  132673             : stat_toplevel_consts_27_consts = {
  132674             :     ._object = {
  132675             :         .ob_base = {
  132676             :             .ob_base = {
  132677             :                 .ob_refcnt = 999999999,
  132678             :                 .ob_type = &PyTuple_Type,
  132679             :             },
  132680             :             .ob_size = 2,
  132681             :         },
  132682             :         .ob_item = {
  132683             :             & stat_toplevel_consts_27_consts_0._ascii.ob_base,
  132684             :             Py_False,
  132685             :         },
  132686             :     },
  132687             : };
  132688             : static
  132689             :     struct {
  132690             :         PyASCIIObject _ascii;
  132691             :         uint8_t _data[9];
  132692             :     }
  132693             : const_str_S_ISDOOR = {
  132694             :     ._ascii = {
  132695             :         .ob_base = {
  132696             :             .ob_refcnt = 999999999,
  132697             :             .ob_type = &PyUnicode_Type,
  132698             :         },
  132699             :         .length = 8,
  132700             :         .hash = -1,
  132701             :         .state = {
  132702             :             .kind = 1,
  132703             :             .compact = 1,
  132704             :             .ascii = 1,
  132705             :         },
  132706             :     },
  132707             :     ._data = "S_ISDOOR",
  132708             : };
  132709             : static
  132710             :     struct {
  132711             :         PyObject_VAR_HEAD
  132712             :         Py_hash_t ob_shash;
  132713             :         char ob_sval[8];
  132714             :     }
  132715             : stat_toplevel_consts_27_linetable = {
  132716             :     .ob_base = {
  132717             :         .ob_base = {
  132718             :             .ob_refcnt = 999999999,
  132719             :             .ob_type = &PyBytes_Type,
  132720             :         },
  132721             :         .ob_size = 7,
  132722             :     },
  132723             :     .ob_shash = -1,
  132724             :     .ob_sval = "\x80\x00\xe0\x0b\x10\x88\x35",
  132725             : };
  132726             : static
  132727             :     struct _PyCode_DEF(6)
  132728             : stat_toplevel_consts_27 = {
  132729             :     .ob_base = {
  132730             :         .ob_base = {
  132731             :             .ob_refcnt = 999999999,
  132732             :             .ob_type = &PyCode_Type,
  132733             :         },
  132734             :         .ob_size = 3,
  132735             :     },
  132736             :     .co_consts = & stat_toplevel_consts_27_consts._object.ob_base.ob_base,
  132737             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  132738             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  132739             :     .co_flags = 3,
  132740             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  132741             :     ._co_linearray_entry_size = 0,
  132742             :     .co_argcount = 1,
  132743             :     .co_posonlyargcount = 0,
  132744             :     .co_kwonlyargcount = 0,
  132745             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  132746             :     .co_stacksize = 1,
  132747             :     .co_firstlineno = 78,
  132748             :     .co_nlocalsplus = 1,
  132749             :     .co_nlocals = 1,
  132750             :     .co_nplaincellvars = 0,
  132751             :     .co_ncellvars = 0,
  132752             :     .co_nfreevars = 0,
  132753             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  132754             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  132755             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  132756             :     .co_name = & const_str_S_ISDOOR._ascii.ob_base,
  132757             :     .co_qualname = & const_str_S_ISDOOR._ascii.ob_base,
  132758             :     .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
  132759             :     ._co_code = NULL,
  132760             :     ._co_linearray = NULL,
  132761             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
  132762             :     ._co_firsttraceable = 0,
  132763             : };
  132764             : static
  132765             :     struct {
  132766             :         PyASCIIObject _ascii;
  132767             :         uint8_t _data[43];
  132768             :     }
  132769             : stat_toplevel_consts_28_consts_0 = {
  132770             :     ._ascii = {
  132771             :         .ob_base = {
  132772             :             .ob_refcnt = 999999999,
  132773             :             .ob_type = &PyUnicode_Type,
  132774             :         },
  132775             :         .length = 42,
  132776             :         .hash = -1,
  132777             :         .state = {
  132778             :             .kind = 1,
  132779             :             .compact = 1,
  132780             :             .ascii = 1,
  132781             :         },
  132782             :     },
  132783             :     ._data = "Return True if mode is from an event port.",
  132784             : };
  132785             : static
  132786             :     struct {
  132787             :         PyGC_Head _gc_head;
  132788             :         struct {
  132789             :             PyObject_VAR_HEAD
  132790             :             PyObject *ob_item[2];
  132791             :         }_object;
  132792             :     }
  132793             : stat_toplevel_consts_28_consts = {
  132794             :     ._object = {
  132795             :         .ob_base = {
  132796             :             .ob_base = {
  132797             :                 .ob_refcnt = 999999999,
  132798             :                 .ob_type = &PyTuple_Type,
  132799             :             },
  132800             :             .ob_size = 2,
  132801             :         },
  132802             :         .ob_item = {
  132803             :             & stat_toplevel_consts_28_consts_0._ascii.ob_base,
  132804             :             Py_False,
  132805             :         },
  132806             :     },
  132807             : };
  132808             : static
  132809             :     struct {
  132810             :         PyASCIIObject _ascii;
  132811             :         uint8_t _data[9];
  132812             :     }
  132813             : const_str_S_ISPORT = {
  132814             :     ._ascii = {
  132815             :         .ob_base = {
  132816             :             .ob_refcnt = 999999999,
  132817             :             .ob_type = &PyUnicode_Type,
  132818             :         },
  132819             :         .length = 8,
  132820             :         .hash = -1,
  132821             :         .state = {
  132822             :             .kind = 1,
  132823             :             .compact = 1,
  132824             :             .ascii = 1,
  132825             :         },
  132826             :     },
  132827             :     ._data = "S_ISPORT",
  132828             : };
  132829             : static
  132830             :     struct _PyCode_DEF(6)
  132831             : stat_toplevel_consts_28 = {
  132832             :     .ob_base = {
  132833             :         .ob_base = {
  132834             :             .ob_refcnt = 999999999,
  132835             :             .ob_type = &PyCode_Type,
  132836             :         },
  132837             :         .ob_size = 3,
  132838             :     },
  132839             :     .co_consts = & stat_toplevel_consts_28_consts._object.ob_base.ob_base,
  132840             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  132841             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  132842             :     .co_flags = 3,
  132843             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  132844             :     ._co_linearray_entry_size = 0,
  132845             :     .co_argcount = 1,
  132846             :     .co_posonlyargcount = 0,
  132847             :     .co_kwonlyargcount = 0,
  132848             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  132849             :     .co_stacksize = 1,
  132850             :     .co_firstlineno = 82,
  132851             :     .co_nlocalsplus = 1,
  132852             :     .co_nlocals = 1,
  132853             :     .co_nplaincellvars = 0,
  132854             :     .co_ncellvars = 0,
  132855             :     .co_nfreevars = 0,
  132856             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  132857             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  132858             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  132859             :     .co_name = & const_str_S_ISPORT._ascii.ob_base,
  132860             :     .co_qualname = & const_str_S_ISPORT._ascii.ob_base,
  132861             :     .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
  132862             :     ._co_code = NULL,
  132863             :     ._co_linearray = NULL,
  132864             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
  132865             :     ._co_firsttraceable = 0,
  132866             : };
  132867             : static
  132868             :     struct {
  132869             :         PyASCIIObject _ascii;
  132870             :         uint8_t _data[40];
  132871             :     }
  132872             : stat_toplevel_consts_29_consts_0 = {
  132873             :     ._ascii = {
  132874             :         .ob_base = {
  132875             :             .ob_refcnt = 999999999,
  132876             :             .ob_type = &PyUnicode_Type,
  132877             :         },
  132878             :         .length = 39,
  132879             :         .hash = -1,
  132880             :         .state = {
  132881             :             .kind = 1,
  132882             :             .compact = 1,
  132883             :             .ascii = 1,
  132884             :         },
  132885             :     },
  132886             :     ._data = "Return True if mode is from a whiteout.",
  132887             : };
  132888             : static
  132889             :     struct {
  132890             :         PyGC_Head _gc_head;
  132891             :         struct {
  132892             :             PyObject_VAR_HEAD
  132893             :             PyObject *ob_item[2];
  132894             :         }_object;
  132895             :     }
  132896             : stat_toplevel_consts_29_consts = {
  132897             :     ._object = {
  132898             :         .ob_base = {
  132899             :             .ob_base = {
  132900             :                 .ob_refcnt = 999999999,
  132901             :                 .ob_type = &PyTuple_Type,
  132902             :             },
  132903             :             .ob_size = 2,
  132904             :         },
  132905             :         .ob_item = {
  132906             :             & stat_toplevel_consts_29_consts_0._ascii.ob_base,
  132907             :             Py_False,
  132908             :         },
  132909             :     },
  132910             : };
  132911             : static
  132912             :     struct {
  132913             :         PyASCIIObject _ascii;
  132914             :         uint8_t _data[8];
  132915             :     }
  132916             : const_str_S_ISWHT = {
  132917             :     ._ascii = {
  132918             :         .ob_base = {
  132919             :             .ob_refcnt = 999999999,
  132920             :             .ob_type = &PyUnicode_Type,
  132921             :         },
  132922             :         .length = 7,
  132923             :         .hash = -1,
  132924             :         .state = {
  132925             :             .kind = 1,
  132926             :             .compact = 1,
  132927             :             .ascii = 1,
  132928             :         },
  132929             :     },
  132930             :     ._data = "S_ISWHT",
  132931             : };
  132932             : static
  132933             :     struct _PyCode_DEF(6)
  132934             : stat_toplevel_consts_29 = {
  132935             :     .ob_base = {
  132936             :         .ob_base = {
  132937             :             .ob_refcnt = 999999999,
  132938             :             .ob_type = &PyCode_Type,
  132939             :         },
  132940             :         .ob_size = 3,
  132941             :     },
  132942             :     .co_consts = & stat_toplevel_consts_29_consts._object.ob_base.ob_base,
  132943             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  132944             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  132945             :     .co_flags = 3,
  132946             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  132947             :     ._co_linearray_entry_size = 0,
  132948             :     .co_argcount = 1,
  132949             :     .co_posonlyargcount = 0,
  132950             :     .co_kwonlyargcount = 0,
  132951             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  132952             :     .co_stacksize = 1,
  132953             :     .co_firstlineno = 86,
  132954             :     .co_nlocalsplus = 1,
  132955             :     .co_nlocals = 1,
  132956             :     .co_nplaincellvars = 0,
  132957             :     .co_ncellvars = 0,
  132958             :     .co_nfreevars = 0,
  132959             :     .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  132960             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  132961             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  132962             :     .co_name = & const_str_S_ISWHT._ascii.ob_base,
  132963             :     .co_qualname = & const_str_S_ISWHT._ascii.ob_base,
  132964             :     .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
  132965             :     ._co_code = NULL,
  132966             :     ._co_linearray = NULL,
  132967             :     .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
  132968             :     ._co_firsttraceable = 0,
  132969             : };
  132970             : static
  132971             :     struct {
  132972             :         PyObject_VAR_HEAD
  132973             :         digit ob_digit[1];
  132974             :     }
  132975             : const_int_1024 = {
  132976             :     .ob_base = {
  132977             :         .ob_base = {
  132978             :             .ob_refcnt = 999999999,
  132979             :             .ob_type = &PyLong_Type,
  132980             :         },
  132981             :         .ob_size = 1,
  132982             :     },
  132983             :     .ob_digit = { 1024 },
  132984             : };
  132985             : static
  132986             :     struct {
  132987             :         PyObject_VAR_HEAD
  132988             :         digit ob_digit[1];
  132989             :     }
  132990             : const_int_512 = {
  132991             :     .ob_base = {
  132992             :         .ob_base = {
  132993             :             .ob_refcnt = 999999999,
  132994             :             .ob_type = &PyLong_Type,
  132995             :         },
  132996             :         .ob_size = 1,
  132997             :     },
  132998             :     .ob_digit = { 512 },
  132999             : };
  133000             : static
  133001             :     struct {
  133002             :         PyObject_VAR_HEAD
  133003             :         digit ob_digit[1];
  133004             :     }
  133005             : const_int_448 = {
  133006             :     .ob_base = {
  133007             :         .ob_base = {
  133008             :             .ob_refcnt = 999999999,
  133009             :             .ob_type = &PyLong_Type,
  133010             :         },
  133011             :         .ob_size = 1,
  133012             :     },
  133013             :     .ob_digit = { 448 },
  133014             : };
  133015             : #if PYLONG_BITS_IN_DIGIT == 15
  133016             : static
  133017             :     struct {
  133018             :         PyObject_VAR_HEAD
  133019             :         digit ob_digit[2];
  133020             :     }
  133021             : const_int_65536 = {
  133022             :     .ob_base = {
  133023             :         .ob_base = {
  133024             :             .ob_refcnt = 999999999,
  133025             :             .ob_type = &PyLong_Type,
  133026             :         },
  133027             :         .ob_size = 2,
  133028             :     },
  133029             :     .ob_digit = { 0, 2 },
  133030             : };
  133031             : #elif PYLONG_BITS_IN_DIGIT == 30
  133032             : static
  133033             :     struct {
  133034             :         PyObject_VAR_HEAD
  133035             :         digit ob_digit[1];
  133036             :     }
  133037             : const_int_65536 = {
  133038             :     .ob_base = {
  133039             :         .ob_base = {
  133040             :             .ob_refcnt = 999999999,
  133041             :             .ob_type = &PyLong_Type,
  133042             :         },
  133043             :         .ob_size = 1,
  133044             :     },
  133045             :     .ob_digit = { 65536 },
  133046             : };
  133047             : #else
  133048             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
  133049             : #endif
  133050             : #if PYLONG_BITS_IN_DIGIT == 15
  133051             : static
  133052             :     struct {
  133053             :         PyObject_VAR_HEAD
  133054             :         digit ob_digit[2];
  133055             :     }
  133056             : const_int_131072 = {
  133057             :     .ob_base = {
  133058             :         .ob_base = {
  133059             :             .ob_refcnt = 999999999,
  133060             :             .ob_type = &PyLong_Type,
  133061             :         },
  133062             :         .ob_size = 2,
  133063             :     },
  133064             :     .ob_digit = { 0, 4 },
  133065             : };
  133066             : #elif PYLONG_BITS_IN_DIGIT == 30
  133067             : static
  133068             :     struct {
  133069             :         PyObject_VAR_HEAD
  133070             :         digit ob_digit[1];
  133071             :     }
  133072             : const_int_131072 = {
  133073             :     .ob_base = {
  133074             :         .ob_base = {
  133075             :             .ob_refcnt = 999999999,
  133076             :             .ob_type = &PyLong_Type,
  133077             :         },
  133078             :         .ob_size = 1,
  133079             :     },
  133080             :     .ob_digit = { 131072 },
  133081             : };
  133082             : #else
  133083             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
  133084             : #endif
  133085             : #if PYLONG_BITS_IN_DIGIT == 15
  133086             : static
  133087             :     struct {
  133088             :         PyObject_VAR_HEAD
  133089             :         digit ob_digit[2];
  133090             :     }
  133091             : const_int_262144 = {
  133092             :     .ob_base = {
  133093             :         .ob_base = {
  133094             :             .ob_refcnt = 999999999,
  133095             :             .ob_type = &PyLong_Type,
  133096             :         },
  133097             :         .ob_size = 2,
  133098             :     },
  133099             :     .ob_digit = { 0, 8 },
  133100             : };
  133101             : #elif PYLONG_BITS_IN_DIGIT == 30
  133102             : static
  133103             :     struct {
  133104             :         PyObject_VAR_HEAD
  133105             :         digit ob_digit[1];
  133106             :     }
  133107             : const_int_262144 = {
  133108             :     .ob_base = {
  133109             :         .ob_base = {
  133110             :             .ob_refcnt = 999999999,
  133111             :             .ob_type = &PyLong_Type,
  133112             :         },
  133113             :         .ob_size = 1,
  133114             :     },
  133115             :     .ob_digit = { 262144 },
  133116             : };
  133117             : #else
  133118             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
  133119             : #endif
  133120             : #if PYLONG_BITS_IN_DIGIT == 15
  133121             : static
  133122             :     struct {
  133123             :         PyObject_VAR_HEAD
  133124             :         digit ob_digit[2];
  133125             :     }
  133126             : const_int_1048576 = {
  133127             :     .ob_base = {
  133128             :         .ob_base = {
  133129             :             .ob_refcnt = 999999999,
  133130             :             .ob_type = &PyLong_Type,
  133131             :         },
  133132             :         .ob_size = 2,
  133133             :     },
  133134             :     .ob_digit = { 0, 32 },
  133135             : };
  133136             : #elif PYLONG_BITS_IN_DIGIT == 30
  133137             : static
  133138             :     struct {
  133139             :         PyObject_VAR_HEAD
  133140             :         digit ob_digit[1];
  133141             :     }
  133142             : const_int_1048576 = {
  133143             :     .ob_base = {
  133144             :         .ob_base = {
  133145             :             .ob_refcnt = 999999999,
  133146             :             .ob_type = &PyLong_Type,
  133147             :         },
  133148             :         .ob_size = 1,
  133149             :     },
  133150             :     .ob_digit = { 1048576 },
  133151             : };
  133152             : #else
  133153             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
  133154             : #endif
  133155             : #if PYLONG_BITS_IN_DIGIT == 15
  133156             : static
  133157             :     struct {
  133158             :         PyObject_VAR_HEAD
  133159             :         digit ob_digit[2];
  133160             :     }
  133161             : const_int_2097152 = {
  133162             :     .ob_base = {
  133163             :         .ob_base = {
  133164             :             .ob_refcnt = 999999999,
  133165             :             .ob_type = &PyLong_Type,
  133166             :         },
  133167             :         .ob_size = 2,
  133168             :     },
  133169             :     .ob_digit = { 0, 64 },
  133170             : };
  133171             : #elif PYLONG_BITS_IN_DIGIT == 30
  133172             : static
  133173             :     struct {
  133174             :         PyObject_VAR_HEAD
  133175             :         digit ob_digit[1];
  133176             :     }
  133177             : const_int_2097152 = {
  133178             :     .ob_base = {
  133179             :         .ob_base = {
  133180             :             .ob_refcnt = 999999999,
  133181             :             .ob_type = &PyLong_Type,
  133182             :         },
  133183             :         .ob_size = 1,
  133184             :     },
  133185             :     .ob_digit = { 2097152 },
  133186             : };
  133187             : #else
  133188             : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
  133189             : #endif
  133190             : static
  133191             :     struct {
  133192             :         PyASCIIObject _ascii;
  133193             :         uint8_t _data[2];
  133194             :     }
  133195             : const_str_l = {
  133196             :     ._ascii = {
  133197             :         .ob_base = {
  133198             :             .ob_refcnt = 999999999,
  133199             :             .ob_type = &PyUnicode_Type,
  133200             :         },
  133201             :         .length = 1,
  133202             :         .hash = -1,
  133203             :         .state = {
  133204             :             .kind = 1,
  133205             :             .compact = 1,
  133206             :             .ascii = 1,
  133207             :         },
  133208             :     },
  133209             :     ._data = "l",
  133210             : };
  133211             : static
  133212             :     struct {
  133213             :         PyASCIIObject _ascii;
  133214             :         uint8_t _data[2];
  133215             :     }
  133216             : stat_toplevel_consts_47 = {
  133217             :     ._ascii = {
  133218             :         .ob_base = {
  133219             :             .ob_refcnt = 999999999,
  133220             :             .ob_type = &PyUnicode_Type,
  133221             :         },
  133222             :         .length = 1,
  133223             :         .hash = -1,
  133224             :         .state = {
  133225             :             .kind = 1,
  133226             :             .compact = 1,
  133227             :             .ascii = 1,
  133228             :         },
  133229             :     },
  133230             :     ._data = "-",
  133231             : };
  133232             : static
  133233             :     struct {
  133234             :         PyASCIIObject _ascii;
  133235             :         uint8_t _data[2];
  133236             :     }
  133237             : const_str_S = {
  133238             :     ._ascii = {
  133239             :         .ob_base = {
  133240             :             .ob_refcnt = 999999999,
  133241             :             .ob_type = &PyUnicode_Type,
  133242             :         },
  133243             :         .length = 1,
  133244             :         .hash = -1,
  133245             :         .state = {
  133246             :             .kind = 1,
  133247             :             .compact = 1,
  133248             :             .ascii = 1,
  133249             :         },
  133250             :     },
  133251             :     ._data = "S",
  133252             : };
  133253             : static
  133254             :     struct {
  133255             :         PyASCIIObject _ascii;
  133256             :         uint8_t _data[2];
  133257             :     }
  133258             : const_str_T = {
  133259             :     ._ascii = {
  133260             :         .ob_base = {
  133261             :             .ob_refcnt = 999999999,
  133262             :             .ob_type = &PyUnicode_Type,
  133263             :         },
  133264             :         .length = 1,
  133265             :         .hash = -1,
  133266             :         .state = {
  133267             :             .kind = 1,
  133268             :             .compact = 1,
  133269             :             .ascii = 1,
  133270             :         },
  133271             :     },
  133272             :     ._data = "T",
  133273             : };
  133274             : static
  133275             :     struct {
  133276             :         PyASCIIObject _ascii;
  133277             :         uint8_t _data[60];
  133278             :     }
  133279             : stat_toplevel_consts_58_consts_0 = {
  133280             :     ._ascii = {
  133281             :         .ob_base = {
  133282             :             .ob_refcnt = 999999999,
  133283             :             .ob_type = &PyUnicode_Type,
  133284             :         },
  133285             :         .length = 59,
  133286             :         .hash = -1,
  133287             :         .state = {
  133288             :             .kind = 1,
  133289             :             .compact = 1,
  133290             :             .ascii = 1,
  133291             :         },
  133292             :     },
  133293             :     ._data = "Convert a file's mode to a string of the form '-rwxrwxrwx'.",
  133294             : };
  133295             : static
  133296             :     struct {
  133297             :         PyGC_Head _gc_head;
  133298             :         struct {
  133299             :             PyObject_VAR_HEAD
  133300             :             PyObject *ob_item[3];
  133301             :         }_object;
  133302             :     }
  133303             : stat_toplevel_consts_58_consts = {
  133304             :     ._object = {
  133305             :         .ob_base = {
  133306             :             .ob_base = {
  133307             :                 .ob_refcnt = 999999999,
  133308             :                 .ob_type = &PyTuple_Type,
  133309             :             },
  133310             :             .ob_size = 3,
  133311             :         },
  133312             :         .ob_item = {
  133313             :             & stat_toplevel_consts_58_consts_0._ascii.ob_base,
  133314             :             & stat_toplevel_consts_47._ascii.ob_base,
  133315             :             &_Py_STR(empty),
  133316             :         },
  133317             :     },
  133318             : };
  133319             : static
  133320             :     struct {
  133321             :         PyASCIIObject _ascii;
  133322             :         uint8_t _data[16];
  133323             :     }
  133324             : const_str__filemode_table = {
  133325             :     ._ascii = {
  133326             :         .ob_base = {
  133327             :             .ob_refcnt = 999999999,
  133328             :             .ob_type = &PyUnicode_Type,
  133329             :         },
  133330             :         .length = 15,
  133331             :         .hash = -1,
  133332             :         .state = {
  133333             :             .kind = 1,
  133334             :             .compact = 1,
  133335             :             .ascii = 1,
  133336             :         },
  133337             :     },
  133338             :     ._data = "_filemode_table",
  133339             : };
  133340             : static
  133341             :     struct {
  133342             :         PyGC_Head _gc_head;
  133343             :         struct {
  133344             :             PyObject_VAR_HEAD
  133345             :             PyObject *ob_item[3];
  133346             :         }_object;
  133347             :     }
  133348             : stat_toplevel_consts_58_names = {
  133349             :     ._object = {
  133350             :         .ob_base = {
  133351             :             .ob_base = {
  133352             :                 .ob_refcnt = 999999999,
  133353             :                 .ob_type = &PyTuple_Type,
  133354             :             },
  133355             :             .ob_size = 3,
  133356             :         },
  133357             :         .ob_item = {
  133358             :             & const_str__filemode_table._ascii.ob_base,
  133359             :             &_Py_ID(append),
  133360             :             &_Py_ID(join),
  133361             :         },
  133362             :     },
  133363             : };
  133364             : static
  133365             :     struct {
  133366             :         PyASCIIObject _ascii;
  133367             :         uint8_t _data[9];
  133368             :     }
  133369             : const_str_filemode = {
  133370             :     ._ascii = {
  133371             :         .ob_base = {
  133372             :             .ob_refcnt = 999999999,
  133373             :             .ob_type = &PyUnicode_Type,
  133374             :         },
  133375             :         .length = 8,
  133376             :         .hash = -1,
  133377             :         .state = {
  133378             :             .kind = 1,
  133379             :             .compact = 1,
  133380             :             .ascii = 1,
  133381             :         },
  133382             :     },
  133383             :     ._data = "filemode",
  133384             : };
  133385             : static
  133386             :     struct {
  133387             :         PyObject_VAR_HEAD
  133388             :         Py_hash_t ob_shash;
  133389             :         char ob_sval[111];
  133390             :     }
  133391             : stat_toplevel_consts_58_linetable = {
  133392             :     .ob_base = {
  133393             :         .ob_base = {
  133394             :             .ob_refcnt = 999999999,
  133395             :             .ob_type = &PyBytes_Type,
  133396             :         },
  133397             :         .ob_size = 110,
  133398             :     },
  133399             :     .ob_shash = -1,
  133400             :     .ob_sval = "\x80\x00\xe0\x0b\x0d\x80\x44\xdd\x11\x20\xf0\x00\x06\x05\x1d\xf1\x00\x06\x05\x1d\x88\x05\xd8\x19\x1e\xf0\x00\x05\x09\x1d\xf1\x00\x05\x09\x1d\x89\x49\x88\x43\x90\x14\xd8\x0f\x13\x90\x63\x89\x7a\x98\x53\xd2\x0f\x20\xf0\x00\x02\x0d\x16\xd8\x10\x14\x97\x0b\x91\x0b\x98\x44\xd4\x10\x21\xd0\x10\x21\xd8\x10\x15\x90\x05\xe0\x0c\x10\x8f\x4b\x89\x4b\x98\x03\xd4\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd8\x0b\x0d\x8f\x37\x89\x37\x90\x34\x8c\x3d\xd0\x04\x18",
  133401             : };
  133402             : static
  133403             :     struct {
  133404             :         PyASCIIObject _ascii;
  133405             :         uint8_t _data[5];
  133406             :     }
  133407             : const_str_perm = {
  133408             :     ._ascii = {
  133409             :         .ob_base = {
  133410             :             .ob_refcnt = 999999999,
  133411             :             .ob_type = &PyUnicode_Type,
  133412             :         },
  133413             :         .length = 4,
  133414             :         .hash = -1,
  133415             :         .state = {
  133416             :             .kind = 1,
  133417             :             .compact = 1,
  133418             :             .ascii = 1,
  133419             :         },
  133420             :     },
  133421             :     ._data = "perm",
  133422             : };
  133423             : static
  133424             :     struct {
  133425             :         PyASCIIObject _ascii;
  133426             :         uint8_t _data[6];
  133427             :     }
  133428             : const_str_table = {
  133429             :     ._ascii = {
  133430             :         .ob_base = {
  133431             :             .ob_refcnt = 999999999,
  133432             :             .ob_type = &PyUnicode_Type,
  133433             :         },
  133434             :         .length = 5,
  133435             :         .hash = -1,
  133436             :         .state = {
  133437             :             .kind = 1,
  133438             :             .compact = 1,
  133439             :             .ascii = 1,
  133440             :         },
  133441             :     },
  133442             :     ._data = "table",
  133443             : };
  133444             : static
  133445             :     struct {
  133446             :         PyASCIIObject _ascii;
  133447             :         uint8_t _data[4];
  133448             :     }
  133449             : const_str_bit = {
  133450             :     ._ascii = {
  133451             :         .ob_base = {
  133452             :             .ob_refcnt = 999999999,
  133453             :             .ob_type = &PyUnicode_Type,
  133454             :         },
  133455             :         .length = 3,
  133456             :         .hash = -1,
  133457             :         .state = {
  133458             :             .kind = 1,
  133459             :             .compact = 1,
  133460             :             .ascii = 1,
  133461             :         },
  133462             :     },
  133463             :     ._data = "bit",
  133464             : };
  133465             : static
  133466             :     struct {
  133467             :         PyASCIIObject _ascii;
  133468             :         uint8_t _data[5];
  133469             :     }
  133470             : const_str_char = {
  133471             :     ._ascii = {
  133472             :         .ob_base = {
  133473             :             .ob_refcnt = 999999999,
  133474             :             .ob_type = &PyUnicode_Type,
  133475             :         },
  133476             :         .length = 4,
  133477             :         .hash = -1,
  133478             :         .state = {
  133479             :             .kind = 1,
  133480             :             .compact = 1,
  133481             :             .ascii = 1,
  133482             :         },
  133483             :     },
  133484             :     ._data = "char",
  133485             : };
  133486             : static
  133487             :     struct {
  133488             :         PyGC_Head _gc_head;
  133489             :         struct {
  133490             :             PyObject_VAR_HEAD
  133491             :             PyObject *ob_item[5];
  133492             :         }_object;
  133493             :     }
  133494             : stat_toplevel_consts_58_localsplusnames = {
  133495             :     ._object = {
  133496             :         .ob_base = {
  133497             :             .ob_base = {
  133498             :                 .ob_refcnt = 999999999,
  133499             :                 .ob_type = &PyTuple_Type,
  133500             :             },
  133501             :             .ob_size = 5,
  133502             :         },
  133503             :         .ob_item = {
  133504             :             &_Py_ID(mode),
  133505             :             & const_str_perm._ascii.ob_base,
  133506             :             & const_str_table._ascii.ob_base,
  133507             :             & const_str_bit._ascii.ob_base,
  133508             :             & const_str_char._ascii.ob_base,
  133509             :         },
  133510             :     },
  133511             : };
  133512             : static
  133513             :     struct _PyCode_DEF(174)
  133514             : stat_toplevel_consts_58 = {
  133515             :     .ob_base = {
  133516             :         .ob_base = {
  133517             :             .ob_refcnt = 999999999,
  133518             :             .ob_type = &PyCode_Type,
  133519             :         },
  133520             :         .ob_size = 87,
  133521             :     },
  133522             :     .co_consts = & stat_toplevel_consts_58_consts._object.ob_base.ob_base,
  133523             :     .co_names = & stat_toplevel_consts_58_names._object.ob_base.ob_base,
  133524             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  133525             :     .co_flags = 3,
  133526             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  133527             :     ._co_linearray_entry_size = 0,
  133528             :     .co_argcount = 1,
  133529             :     .co_posonlyargcount = 0,
  133530             :     .co_kwonlyargcount = 0,
  133531             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  133532             :     .co_stacksize = 5,
  133533             :     .co_firstlineno = 156,
  133534             :     .co_nlocalsplus = 5,
  133535             :     .co_nlocals = 5,
  133536             :     .co_nplaincellvars = 0,
  133537             :     .co_ncellvars = 0,
  133538             :     .co_nfreevars = 0,
  133539             :     .co_localsplusnames = & stat_toplevel_consts_58_localsplusnames._object.ob_base.ob_base,
  133540             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
  133541             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  133542             :     .co_name = & const_str_filemode._ascii.ob_base,
  133543             :     .co_qualname = & const_str_filemode._ascii.ob_base,
  133544             :     .co_linetable = & stat_toplevel_consts_58_linetable.ob_base.ob_base,
  133545             :     ._co_code = NULL,
  133546             :     ._co_linearray = NULL,
  133547             :     .co_code_adaptive = "\x97\x00\x67\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x39\x00\x00\x7d\x02\x7c\x02\x44\x00\x5d\x21\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x00\x7c\x03\x7a\x01\x00\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\xaf\x0f\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x00\x8c\x28\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x3b\x64\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  133548             :     ._co_firsttraceable = 0,
  133549             : };
  133550             : static
  133551             :     struct {
  133552             :         PyGC_Head _gc_head;
  133553             :         struct {
  133554             :             PyObject_VAR_HEAD
  133555             :             PyObject *ob_item[61];
  133556             :         }_object;
  133557             :     }
  133558             : stat_toplevel_consts = {
  133559             :     ._object = {
  133560             :         .ob_base = {
  133561             :             .ob_base = {
  133562             :                 .ob_refcnt = 999999999,
  133563             :                 .ob_type = &PyTuple_Type,
  133564             :             },
  133565             :             .ob_size = 61,
  133566             :         },
  133567             :         .ob_item = {
  133568             :             & stat_toplevel_consts_0._ascii.ob_base,
  133569             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  133570             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  133571             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  133572             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
  133573             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
  133574             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
  133575             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 6],
  133576             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 7],
  133577             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
  133578             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 9],
  133579             :             & stat_toplevel_consts_11.ob_base.ob_base,
  133580             :             & stat_toplevel_consts_12.ob_base.ob_base,
  133581             :             & const_int_16384.ob_base.ob_base,
  133582             :             & const_int_8192.ob_base.ob_base,
  133583             :             & const_int_24576.ob_base.ob_base,
  133584             :             & const_int_32768.ob_base.ob_base,
  133585             :             & const_int_4096.ob_base.ob_base,
  133586             :             & const_int_40960.ob_base.ob_base,
  133587             :             & const_int_49152.ob_base.ob_base,
  133588             :             & stat_toplevel_consts_20.ob_base.ob_base,
  133589             :             & stat_toplevel_consts_21.ob_base.ob_base,
  133590             :             & stat_toplevel_consts_22.ob_base.ob_base,
  133591             :             & stat_toplevel_consts_23.ob_base.ob_base,
  133592             :             & stat_toplevel_consts_24.ob_base.ob_base,
  133593             :             & stat_toplevel_consts_25.ob_base.ob_base,
  133594             :             & stat_toplevel_consts_26.ob_base.ob_base,
  133595             :             & stat_toplevel_consts_27.ob_base.ob_base,
  133596             :             & stat_toplevel_consts_28.ob_base.ob_base,
  133597             :             & stat_toplevel_consts_29.ob_base.ob_base,
  133598             :             & const_int_2048.ob_base.ob_base,
  133599             :             & const_int_1024.ob_base.ob_base,
  133600             :             & const_int_512.ob_base.ob_base,
  133601             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 256],
  133602             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 128],
  133603             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 64],
  133604             :             & const_int_448.ob_base.ob_base,
  133605             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 56],
  133606             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
  133607             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
  133608             :             & const_int_65536.ob_base.ob_base,
  133609             :             & const_int_131072.ob_base.ob_base,
  133610             :             & const_int_262144.ob_base.ob_base,
  133611             :             & const_int_1048576.ob_base.ob_base,
  133612             :             & const_int_2097152.ob_base.ob_base,
  133613             :             & const_str_l._ascii.ob_base,
  133614             :             & const_str_s._ascii.ob_base,
  133615             :             & stat_toplevel_consts_47._ascii.ob_base,
  133616             :             & const_str_b._ascii.ob_base,
  133617             :             & const_str_d._ascii.ob_base,
  133618             :             & const_str_c._ascii.ob_base,
  133619             :             & const_str_p._ascii.ob_base,
  133620             :             & const_str_r._ascii.ob_base,
  133621             :             & const_str_w._ascii.ob_base,
  133622             :             & const_str_S._ascii.ob_base,
  133623             :             & const_str_x._ascii.ob_base,
  133624             :             & const_str_t._ascii.ob_base,
  133625             :             & const_str_T._ascii.ob_base,
  133626             :             & stat_toplevel_consts_58.ob_base.ob_base,
  133627             :             & codecs_toplevel_consts_3._object.ob_base.ob_base,
  133628             :             Py_None,
  133629             :         },
  133630             :     },
  133631             : };
  133632             : static
  133633             :     struct {
  133634             :         PyASCIIObject _ascii;
  133635             :         uint8_t _data[8];
  133636             :     }
  133637             : const_str_ST_MODE = {
  133638             :     ._ascii = {
  133639             :         .ob_base = {
  133640             :             .ob_refcnt = 999999999,
  133641             :             .ob_type = &PyUnicode_Type,
  133642             :         },
  133643             :         .length = 7,
  133644             :         .hash = -1,
  133645             :         .state = {
  133646             :             .kind = 1,
  133647             :             .compact = 1,
  133648             :             .ascii = 1,
  133649             :         },
  133650             :     },
  133651             :     ._data = "ST_MODE",
  133652             : };
  133653             : static
  133654             :     struct {
  133655             :         PyASCIIObject _ascii;
  133656             :         uint8_t _data[7];
  133657             :     }
  133658             : const_str_ST_INO = {
  133659             :     ._ascii = {
  133660             :         .ob_base = {
  133661             :             .ob_refcnt = 999999999,
  133662             :             .ob_type = &PyUnicode_Type,
  133663             :         },
  133664             :         .length = 6,
  133665             :         .hash = -1,
  133666             :         .state = {
  133667             :             .kind = 1,
  133668             :             .compact = 1,
  133669             :             .ascii = 1,
  133670             :         },
  133671             :     },
  133672             :     ._data = "ST_INO",
  133673             : };
  133674             : static
  133675             :     struct {
  133676             :         PyASCIIObject _ascii;
  133677             :         uint8_t _data[7];
  133678             :     }
  133679             : const_str_ST_DEV = {
  133680             :     ._ascii = {
  133681             :         .ob_base = {
  133682             :             .ob_refcnt = 999999999,
  133683             :             .ob_type = &PyUnicode_Type,
  133684             :         },
  133685             :         .length = 6,
  133686             :         .hash = -1,
  133687             :         .state = {
  133688             :             .kind = 1,
  133689             :             .compact = 1,
  133690             :             .ascii = 1,
  133691             :         },
  133692             :     },
  133693             :     ._data = "ST_DEV",
  133694             : };
  133695             : static
  133696             :     struct {
  133697             :         PyASCIIObject _ascii;
  133698             :         uint8_t _data[9];
  133699             :     }
  133700             : const_str_ST_NLINK = {
  133701             :     ._ascii = {
  133702             :         .ob_base = {
  133703             :             .ob_refcnt = 999999999,
  133704             :             .ob_type = &PyUnicode_Type,
  133705             :         },
  133706             :         .length = 8,
  133707             :         .hash = -1,
  133708             :         .state = {
  133709             :             .kind = 1,
  133710             :             .compact = 1,
  133711             :             .ascii = 1,
  133712             :         },
  133713             :     },
  133714             :     ._data = "ST_NLINK",
  133715             : };
  133716             : static
  133717             :     struct {
  133718             :         PyASCIIObject _ascii;
  133719             :         uint8_t _data[7];
  133720             :     }
  133721             : const_str_ST_UID = {
  133722             :     ._ascii = {
  133723             :         .ob_base = {
  133724             :             .ob_refcnt = 999999999,
  133725             :             .ob_type = &PyUnicode_Type,
  133726             :         },
  133727             :         .length = 6,
  133728             :         .hash = -1,
  133729             :         .state = {
  133730             :             .kind = 1,
  133731             :             .compact = 1,
  133732             :             .ascii = 1,
  133733             :         },
  133734             :     },
  133735             :     ._data = "ST_UID",
  133736             : };
  133737             : static
  133738             :     struct {
  133739             :         PyASCIIObject _ascii;
  133740             :         uint8_t _data[7];
  133741             :     }
  133742             : const_str_ST_GID = {
  133743             :     ._ascii = {
  133744             :         .ob_base = {
  133745             :             .ob_refcnt = 999999999,
  133746             :             .ob_type = &PyUnicode_Type,
  133747             :         },
  133748             :         .length = 6,
  133749             :         .hash = -1,
  133750             :         .state = {
  133751             :             .kind = 1,
  133752             :             .compact = 1,
  133753             :             .ascii = 1,
  133754             :         },
  133755             :     },
  133756             :     ._data = "ST_GID",
  133757             : };
  133758             : static
  133759             :     struct {
  133760             :         PyASCIIObject _ascii;
  133761             :         uint8_t _data[8];
  133762             :     }
  133763             : const_str_ST_SIZE = {
  133764             :     ._ascii = {
  133765             :         .ob_base = {
  133766             :             .ob_refcnt = 999999999,
  133767             :             .ob_type = &PyUnicode_Type,
  133768             :         },
  133769             :         .length = 7,
  133770             :         .hash = -1,
  133771             :         .state = {
  133772             :             .kind = 1,
  133773             :             .compact = 1,
  133774             :             .ascii = 1,
  133775             :         },
  133776             :     },
  133777             :     ._data = "ST_SIZE",
  133778             : };
  133779             : static
  133780             :     struct {
  133781             :         PyASCIIObject _ascii;
  133782             :         uint8_t _data[9];
  133783             :     }
  133784             : const_str_ST_ATIME = {
  133785             :     ._ascii = {
  133786             :         .ob_base = {
  133787             :             .ob_refcnt = 999999999,
  133788             :             .ob_type = &PyUnicode_Type,
  133789             :         },
  133790             :         .length = 8,
  133791             :         .hash = -1,
  133792             :         .state = {
  133793             :             .kind = 1,
  133794             :             .compact = 1,
  133795             :             .ascii = 1,
  133796             :         },
  133797             :     },
  133798             :     ._data = "ST_ATIME",
  133799             : };
  133800             : static
  133801             :     struct {
  133802             :         PyASCIIObject _ascii;
  133803             :         uint8_t _data[9];
  133804             :     }
  133805             : const_str_ST_MTIME = {
  133806             :     ._ascii = {
  133807             :         .ob_base = {
  133808             :             .ob_refcnt = 999999999,
  133809             :             .ob_type = &PyUnicode_Type,
  133810             :         },
  133811             :         .length = 8,
  133812             :         .hash = -1,
  133813             :         .state = {
  133814             :             .kind = 1,
  133815             :             .compact = 1,
  133816             :             .ascii = 1,
  133817             :         },
  133818             :     },
  133819             :     ._data = "ST_MTIME",
  133820             : };
  133821             : static
  133822             :     struct {
  133823             :         PyASCIIObject _ascii;
  133824             :         uint8_t _data[9];
  133825             :     }
  133826             : const_str_ST_CTIME = {
  133827             :     ._ascii = {
  133828             :         .ob_base = {
  133829             :             .ob_refcnt = 999999999,
  133830             :             .ob_type = &PyUnicode_Type,
  133831             :         },
  133832             :         .length = 8,
  133833             :         .hash = -1,
  133834             :         .state = {
  133835             :             .kind = 1,
  133836             :             .compact = 1,
  133837             :             .ascii = 1,
  133838             :         },
  133839             :     },
  133840             :     ._data = "ST_CTIME",
  133841             : };
  133842             : static
  133843             :     struct {
  133844             :         PyASCIIObject _ascii;
  133845             :         uint8_t _data[9];
  133846             :     }
  133847             : const_str_S_IFDOOR = {
  133848             :     ._ascii = {
  133849             :         .ob_base = {
  133850             :             .ob_refcnt = 999999999,
  133851             :             .ob_type = &PyUnicode_Type,
  133852             :         },
  133853             :         .length = 8,
  133854             :         .hash = -1,
  133855             :         .state = {
  133856             :             .kind = 1,
  133857             :             .compact = 1,
  133858             :             .ascii = 1,
  133859             :         },
  133860             :     },
  133861             :     ._data = "S_IFDOOR",
  133862             : };
  133863             : static
  133864             :     struct {
  133865             :         PyASCIIObject _ascii;
  133866             :         uint8_t _data[9];
  133867             :     }
  133868             : const_str_S_IFPORT = {
  133869             :     ._ascii = {
  133870             :         .ob_base = {
  133871             :             .ob_refcnt = 999999999,
  133872             :             .ob_type = &PyUnicode_Type,
  133873             :         },
  133874             :         .length = 8,
  133875             :         .hash = -1,
  133876             :         .state = {
  133877             :             .kind = 1,
  133878             :             .compact = 1,
  133879             :             .ascii = 1,
  133880             :         },
  133881             :     },
  133882             :     ._data = "S_IFPORT",
  133883             : };
  133884             : static
  133885             :     struct {
  133886             :         PyASCIIObject _ascii;
  133887             :         uint8_t _data[8];
  133888             :     }
  133889             : const_str_S_IFWHT = {
  133890             :     ._ascii = {
  133891             :         .ob_base = {
  133892             :             .ob_refcnt = 999999999,
  133893             :             .ob_type = &PyUnicode_Type,
  133894             :         },
  133895             :         .length = 7,
  133896             :         .hash = -1,
  133897             :         .state = {
  133898             :             .kind = 1,
  133899             :             .compact = 1,
  133900             :             .ascii = 1,
  133901             :         },
  133902             :     },
  133903             :     ._data = "S_IFWHT",
  133904             : };
  133905             : static
  133906             :     struct {
  133907             :         PyASCIIObject _ascii;
  133908             :         uint8_t _data[8];
  133909             :     }
  133910             : const_str_S_ISUID = {
  133911             :     ._ascii = {
  133912             :         .ob_base = {
  133913             :             .ob_refcnt = 999999999,
  133914             :             .ob_type = &PyUnicode_Type,
  133915             :         },
  133916             :         .length = 7,
  133917             :         .hash = -1,
  133918             :         .state = {
  133919             :             .kind = 1,
  133920             :             .compact = 1,
  133921             :             .ascii = 1,
  133922             :         },
  133923             :     },
  133924             :     ._data = "S_ISUID",
  133925             : };
  133926             : static
  133927             :     struct {
  133928             :         PyASCIIObject _ascii;
  133929             :         uint8_t _data[8];
  133930             :     }
  133931             : const_str_S_ISGID = {
  133932             :     ._ascii = {
  133933             :         .ob_base = {
  133934             :             .ob_refcnt = 999999999,
  133935             :             .ob_type = &PyUnicode_Type,
  133936             :         },
  133937             :         .length = 7,
  133938             :         .hash = -1,
  133939             :         .state = {
  133940             :             .kind = 1,
  133941             :             .compact = 1,
  133942             :             .ascii = 1,
  133943             :         },
  133944             :     },
  133945             :     ._data = "S_ISGID",
  133946             : };
  133947             : static
  133948             :     struct {
  133949             :         PyASCIIObject _ascii;
  133950             :         uint8_t _data[8];
  133951             :     }
  133952             : const_str_S_ENFMT = {
  133953             :     ._ascii = {
  133954             :         .ob_base = {
  133955             :             .ob_refcnt = 999999999,
  133956             :             .ob_type = &PyUnicode_Type,
  133957             :         },
  133958             :         .length = 7,
  133959             :         .hash = -1,
  133960             :         .state = {
  133961             :             .kind = 1,
  133962             :             .compact = 1,
  133963             :             .ascii = 1,
  133964             :         },
  133965             :     },
  133966             :     ._data = "S_ENFMT",
  133967             : };
  133968             : static
  133969             :     struct {
  133970             :         PyASCIIObject _ascii;
  133971             :         uint8_t _data[8];
  133972             :     }
  133973             : const_str_S_ISVTX = {
  133974             :     ._ascii = {
  133975             :         .ob_base = {
  133976             :             .ob_refcnt = 999999999,
  133977             :             .ob_type = &PyUnicode_Type,
  133978             :         },
  133979             :         .length = 7,
  133980             :         .hash = -1,
  133981             :         .state = {
  133982             :             .kind = 1,
  133983             :             .compact = 1,
  133984             :             .ascii = 1,
  133985             :         },
  133986             :     },
  133987             :     ._data = "S_ISVTX",
  133988             : };
  133989             : static
  133990             :     struct {
  133991             :         PyASCIIObject _ascii;
  133992             :         uint8_t _data[8];
  133993             :     }
  133994             : const_str_S_IREAD = {
  133995             :     ._ascii = {
  133996             :         .ob_base = {
  133997             :             .ob_refcnt = 999999999,
  133998             :             .ob_type = &PyUnicode_Type,
  133999             :         },
  134000             :         .length = 7,
  134001             :         .hash = -1,
  134002             :         .state = {
  134003             :             .kind = 1,
  134004             :             .compact = 1,
  134005             :             .ascii = 1,
  134006             :         },
  134007             :     },
  134008             :     ._data = "S_IREAD",
  134009             : };
  134010             : static
  134011             :     struct {
  134012             :         PyASCIIObject _ascii;
  134013             :         uint8_t _data[9];
  134014             :     }
  134015             : const_str_S_IWRITE = {
  134016             :     ._ascii = {
  134017             :         .ob_base = {
  134018             :             .ob_refcnt = 999999999,
  134019             :             .ob_type = &PyUnicode_Type,
  134020             :         },
  134021             :         .length = 8,
  134022             :         .hash = -1,
  134023             :         .state = {
  134024             :             .kind = 1,
  134025             :             .compact = 1,
  134026             :             .ascii = 1,
  134027             :         },
  134028             :     },
  134029             :     ._data = "S_IWRITE",
  134030             : };
  134031             : static
  134032             :     struct {
  134033             :         PyASCIIObject _ascii;
  134034             :         uint8_t _data[8];
  134035             :     }
  134036             : const_str_S_IEXEC = {
  134037             :     ._ascii = {
  134038             :         .ob_base = {
  134039             :             .ob_refcnt = 999999999,
  134040             :             .ob_type = &PyUnicode_Type,
  134041             :         },
  134042             :         .length = 7,
  134043             :         .hash = -1,
  134044             :         .state = {
  134045             :             .kind = 1,
  134046             :             .compact = 1,
  134047             :             .ascii = 1,
  134048             :         },
  134049             :     },
  134050             :     ._data = "S_IEXEC",
  134051             : };
  134052             : static
  134053             :     struct {
  134054             :         PyASCIIObject _ascii;
  134055             :         uint8_t _data[8];
  134056             :     }
  134057             : const_str_S_IRWXU = {
  134058             :     ._ascii = {
  134059             :         .ob_base = {
  134060             :             .ob_refcnt = 999999999,
  134061             :             .ob_type = &PyUnicode_Type,
  134062             :         },
  134063             :         .length = 7,
  134064             :         .hash = -1,
  134065             :         .state = {
  134066             :             .kind = 1,
  134067             :             .compact = 1,
  134068             :             .ascii = 1,
  134069             :         },
  134070             :     },
  134071             :     ._data = "S_IRWXU",
  134072             : };
  134073             : static
  134074             :     struct {
  134075             :         PyASCIIObject _ascii;
  134076             :         uint8_t _data[8];
  134077             :     }
  134078             : const_str_S_IRUSR = {
  134079             :     ._ascii = {
  134080             :         .ob_base = {
  134081             :             .ob_refcnt = 999999999,
  134082             :             .ob_type = &PyUnicode_Type,
  134083             :         },
  134084             :         .length = 7,
  134085             :         .hash = -1,
  134086             :         .state = {
  134087             :             .kind = 1,
  134088             :             .compact = 1,
  134089             :             .ascii = 1,
  134090             :         },
  134091             :     },
  134092             :     ._data = "S_IRUSR",
  134093             : };
  134094             : static
  134095             :     struct {
  134096             :         PyASCIIObject _ascii;
  134097             :         uint8_t _data[8];
  134098             :     }
  134099             : const_str_S_IWUSR = {
  134100             :     ._ascii = {
  134101             :         .ob_base = {
  134102             :             .ob_refcnt = 999999999,
  134103             :             .ob_type = &PyUnicode_Type,
  134104             :         },
  134105             :         .length = 7,
  134106             :         .hash = -1,
  134107             :         .state = {
  134108             :             .kind = 1,
  134109             :             .compact = 1,
  134110             :             .ascii = 1,
  134111             :         },
  134112             :     },
  134113             :     ._data = "S_IWUSR",
  134114             : };
  134115             : static
  134116             :     struct {
  134117             :         PyASCIIObject _ascii;
  134118             :         uint8_t _data[8];
  134119             :     }
  134120             : const_str_S_IXUSR = {
  134121             :     ._ascii = {
  134122             :         .ob_base = {
  134123             :             .ob_refcnt = 999999999,
  134124             :             .ob_type = &PyUnicode_Type,
  134125             :         },
  134126             :         .length = 7,
  134127             :         .hash = -1,
  134128             :         .state = {
  134129             :             .kind = 1,
  134130             :             .compact = 1,
  134131             :             .ascii = 1,
  134132             :         },
  134133             :     },
  134134             :     ._data = "S_IXUSR",
  134135             : };
  134136             : static
  134137             :     struct {
  134138             :         PyASCIIObject _ascii;
  134139             :         uint8_t _data[8];
  134140             :     }
  134141             : const_str_S_IRWXG = {
  134142             :     ._ascii = {
  134143             :         .ob_base = {
  134144             :             .ob_refcnt = 999999999,
  134145             :             .ob_type = &PyUnicode_Type,
  134146             :         },
  134147             :         .length = 7,
  134148             :         .hash = -1,
  134149             :         .state = {
  134150             :             .kind = 1,
  134151             :             .compact = 1,
  134152             :             .ascii = 1,
  134153             :         },
  134154             :     },
  134155             :     ._data = "S_IRWXG",
  134156             : };
  134157             : static
  134158             :     struct {
  134159             :         PyASCIIObject _ascii;
  134160             :         uint8_t _data[8];
  134161             :     }
  134162             : const_str_S_IRGRP = {
  134163             :     ._ascii = {
  134164             :         .ob_base = {
  134165             :             .ob_refcnt = 999999999,
  134166             :             .ob_type = &PyUnicode_Type,
  134167             :         },
  134168             :         .length = 7,
  134169             :         .hash = -1,
  134170             :         .state = {
  134171             :             .kind = 1,
  134172             :             .compact = 1,
  134173             :             .ascii = 1,
  134174             :         },
  134175             :     },
  134176             :     ._data = "S_IRGRP",
  134177             : };
  134178             : static
  134179             :     struct {
  134180             :         PyASCIIObject _ascii;
  134181             :         uint8_t _data[8];
  134182             :     }
  134183             : const_str_S_IWGRP = {
  134184             :     ._ascii = {
  134185             :         .ob_base = {
  134186             :             .ob_refcnt = 999999999,
  134187             :             .ob_type = &PyUnicode_Type,
  134188             :         },
  134189             :         .length = 7,
  134190             :         .hash = -1,
  134191             :         .state = {
  134192             :             .kind = 1,
  134193             :             .compact = 1,
  134194             :             .ascii = 1,
  134195             :         },
  134196             :     },
  134197             :     ._data = "S_IWGRP",
  134198             : };
  134199             : static
  134200             :     struct {
  134201             :         PyASCIIObject _ascii;
  134202             :         uint8_t _data[8];
  134203             :     }
  134204             : const_str_S_IXGRP = {
  134205             :     ._ascii = {
  134206             :         .ob_base = {
  134207             :             .ob_refcnt = 999999999,
  134208             :             .ob_type = &PyUnicode_Type,
  134209             :         },
  134210             :         .length = 7,
  134211             :         .hash = -1,
  134212             :         .state = {
  134213             :             .kind = 1,
  134214             :             .compact = 1,
  134215             :             .ascii = 1,
  134216             :         },
  134217             :     },
  134218             :     ._data = "S_IXGRP",
  134219             : };
  134220             : static
  134221             :     struct {
  134222             :         PyASCIIObject _ascii;
  134223             :         uint8_t _data[8];
  134224             :     }
  134225             : const_str_S_IRWXO = {
  134226             :     ._ascii = {
  134227             :         .ob_base = {
  134228             :             .ob_refcnt = 999999999,
  134229             :             .ob_type = &PyUnicode_Type,
  134230             :         },
  134231             :         .length = 7,
  134232             :         .hash = -1,
  134233             :         .state = {
  134234             :             .kind = 1,
  134235             :             .compact = 1,
  134236             :             .ascii = 1,
  134237             :         },
  134238             :     },
  134239             :     ._data = "S_IRWXO",
  134240             : };
  134241             : static
  134242             :     struct {
  134243             :         PyASCIIObject _ascii;
  134244             :         uint8_t _data[8];
  134245             :     }
  134246             : const_str_S_IROTH = {
  134247             :     ._ascii = {
  134248             :         .ob_base = {
  134249             :             .ob_refcnt = 999999999,
  134250             :             .ob_type = &PyUnicode_Type,
  134251             :         },
  134252             :         .length = 7,
  134253             :         .hash = -1,
  134254             :         .state = {
  134255             :             .kind = 1,
  134256             :             .compact = 1,
  134257             :             .ascii = 1,
  134258             :         },
  134259             :     },
  134260             :     ._data = "S_IROTH",
  134261             : };
  134262             : static
  134263             :     struct {
  134264             :         PyASCIIObject _ascii;
  134265             :         uint8_t _data[8];
  134266             :     }
  134267             : const_str_S_IWOTH = {
  134268             :     ._ascii = {
  134269             :         .ob_base = {
  134270             :             .ob_refcnt = 999999999,
  134271             :             .ob_type = &PyUnicode_Type,
  134272             :         },
  134273             :         .length = 7,
  134274             :         .hash = -1,
  134275             :         .state = {
  134276             :             .kind = 1,
  134277             :             .compact = 1,
  134278             :             .ascii = 1,
  134279             :         },
  134280             :     },
  134281             :     ._data = "S_IWOTH",
  134282             : };
  134283             : static
  134284             :     struct {
  134285             :         PyASCIIObject _ascii;
  134286             :         uint8_t _data[8];
  134287             :     }
  134288             : const_str_S_IXOTH = {
  134289             :     ._ascii = {
  134290             :         .ob_base = {
  134291             :             .ob_refcnt = 999999999,
  134292             :             .ob_type = &PyUnicode_Type,
  134293             :         },
  134294             :         .length = 7,
  134295             :         .hash = -1,
  134296             :         .state = {
  134297             :             .kind = 1,
  134298             :             .compact = 1,
  134299             :             .ascii = 1,
  134300             :         },
  134301             :     },
  134302             :     ._data = "S_IXOTH",
  134303             : };
  134304             : static
  134305             :     struct {
  134306             :         PyASCIIObject _ascii;
  134307             :         uint8_t _data[10];
  134308             :     }
  134309             : const_str_UF_NODUMP = {
  134310             :     ._ascii = {
  134311             :         .ob_base = {
  134312             :             .ob_refcnt = 999999999,
  134313             :             .ob_type = &PyUnicode_Type,
  134314             :         },
  134315             :         .length = 9,
  134316             :         .hash = -1,
  134317             :         .state = {
  134318             :             .kind = 1,
  134319             :             .compact = 1,
  134320             :             .ascii = 1,
  134321             :         },
  134322             :     },
  134323             :     ._data = "UF_NODUMP",
  134324             : };
  134325             : static
  134326             :     struct {
  134327             :         PyASCIIObject _ascii;
  134328             :         uint8_t _data[13];
  134329             :     }
  134330             : const_str_UF_IMMUTABLE = {
  134331             :     ._ascii = {
  134332             :         .ob_base = {
  134333             :             .ob_refcnt = 999999999,
  134334             :             .ob_type = &PyUnicode_Type,
  134335             :         },
  134336             :         .length = 12,
  134337             :         .hash = -1,
  134338             :         .state = {
  134339             :             .kind = 1,
  134340             :             .compact = 1,
  134341             :             .ascii = 1,
  134342             :         },
  134343             :     },
  134344             :     ._data = "UF_IMMUTABLE",
  134345             : };
  134346             : static
  134347             :     struct {
  134348             :         PyASCIIObject _ascii;
  134349             :         uint8_t _data[10];
  134350             :     }
  134351             : const_str_UF_APPEND = {
  134352             :     ._ascii = {
  134353             :         .ob_base = {
  134354             :             .ob_refcnt = 999999999,
  134355             :             .ob_type = &PyUnicode_Type,
  134356             :         },
  134357             :         .length = 9,
  134358             :         .hash = -1,
  134359             :         .state = {
  134360             :             .kind = 1,
  134361             :             .compact = 1,
  134362             :             .ascii = 1,
  134363             :         },
  134364             :     },
  134365             :     ._data = "UF_APPEND",
  134366             : };
  134367             : static
  134368             :     struct {
  134369             :         PyASCIIObject _ascii;
  134370             :         uint8_t _data[10];
  134371             :     }
  134372             : const_str_UF_OPAQUE = {
  134373             :     ._ascii = {
  134374             :         .ob_base = {
  134375             :             .ob_refcnt = 999999999,
  134376             :             .ob_type = &PyUnicode_Type,
  134377             :         },
  134378             :         .length = 9,
  134379             :         .hash = -1,
  134380             :         .state = {
  134381             :             .kind = 1,
  134382             :             .compact = 1,
  134383             :             .ascii = 1,
  134384             :         },
  134385             :     },
  134386             :     ._data = "UF_OPAQUE",
  134387             : };
  134388             : static
  134389             :     struct {
  134390             :         PyASCIIObject _ascii;
  134391             :         uint8_t _data[12];
  134392             :     }
  134393             : const_str_UF_NOUNLINK = {
  134394             :     ._ascii = {
  134395             :         .ob_base = {
  134396             :             .ob_refcnt = 999999999,
  134397             :             .ob_type = &PyUnicode_Type,
  134398             :         },
  134399             :         .length = 11,
  134400             :         .hash = -1,
  134401             :         .state = {
  134402             :             .kind = 1,
  134403             :             .compact = 1,
  134404             :             .ascii = 1,
  134405             :         },
  134406             :     },
  134407             :     ._data = "UF_NOUNLINK",
  134408             : };
  134409             : static
  134410             :     struct {
  134411             :         PyASCIIObject _ascii;
  134412             :         uint8_t _data[14];
  134413             :     }
  134414             : const_str_UF_COMPRESSED = {
  134415             :     ._ascii = {
  134416             :         .ob_base = {
  134417             :             .ob_refcnt = 999999999,
  134418             :             .ob_type = &PyUnicode_Type,
  134419             :         },
  134420             :         .length = 13,
  134421             :         .hash = -1,
  134422             :         .state = {
  134423             :             .kind = 1,
  134424             :             .compact = 1,
  134425             :             .ascii = 1,
  134426             :         },
  134427             :     },
  134428             :     ._data = "UF_COMPRESSED",
  134429             : };
  134430             : static
  134431             :     struct {
  134432             :         PyASCIIObject _ascii;
  134433             :         uint8_t _data[10];
  134434             :     }
  134435             : const_str_UF_HIDDEN = {
  134436             :     ._ascii = {
  134437             :         .ob_base = {
  134438             :             .ob_refcnt = 999999999,
  134439             :             .ob_type = &PyUnicode_Type,
  134440             :         },
  134441             :         .length = 9,
  134442             :         .hash = -1,
  134443             :         .state = {
  134444             :             .kind = 1,
  134445             :             .compact = 1,
  134446             :             .ascii = 1,
  134447             :         },
  134448             :     },
  134449             :     ._data = "UF_HIDDEN",
  134450             : };
  134451             : static
  134452             :     struct {
  134453             :         PyASCIIObject _ascii;
  134454             :         uint8_t _data[12];
  134455             :     }
  134456             : const_str_SF_ARCHIVED = {
  134457             :     ._ascii = {
  134458             :         .ob_base = {
  134459             :             .ob_refcnt = 999999999,
  134460             :             .ob_type = &PyUnicode_Type,
  134461             :         },
  134462             :         .length = 11,
  134463             :         .hash = -1,
  134464             :         .state = {
  134465             :             .kind = 1,
  134466             :             .compact = 1,
  134467             :             .ascii = 1,
  134468             :         },
  134469             :     },
  134470             :     ._data = "SF_ARCHIVED",
  134471             : };
  134472             : static
  134473             :     struct {
  134474             :         PyASCIIObject _ascii;
  134475             :         uint8_t _data[13];
  134476             :     }
  134477             : const_str_SF_IMMUTABLE = {
  134478             :     ._ascii = {
  134479             :         .ob_base = {
  134480             :             .ob_refcnt = 999999999,
  134481             :             .ob_type = &PyUnicode_Type,
  134482             :         },
  134483             :         .length = 12,
  134484             :         .hash = -1,
  134485             :         .state = {
  134486             :             .kind = 1,
  134487             :             .compact = 1,
  134488             :             .ascii = 1,
  134489             :         },
  134490             :     },
  134491             :     ._data = "SF_IMMUTABLE",
  134492             : };
  134493             : static
  134494             :     struct {
  134495             :         PyASCIIObject _ascii;
  134496             :         uint8_t _data[10];
  134497             :     }
  134498             : const_str_SF_APPEND = {
  134499             :     ._ascii = {
  134500             :         .ob_base = {
  134501             :             .ob_refcnt = 999999999,
  134502             :             .ob_type = &PyUnicode_Type,
  134503             :         },
  134504             :         .length = 9,
  134505             :         .hash = -1,
  134506             :         .state = {
  134507             :             .kind = 1,
  134508             :             .compact = 1,
  134509             :             .ascii = 1,
  134510             :         },
  134511             :     },
  134512             :     ._data = "SF_APPEND",
  134513             : };
  134514             : static
  134515             :     struct {
  134516             :         PyASCIIObject _ascii;
  134517             :         uint8_t _data[12];
  134518             :     }
  134519             : const_str_SF_NOUNLINK = {
  134520             :     ._ascii = {
  134521             :         .ob_base = {
  134522             :             .ob_refcnt = 999999999,
  134523             :             .ob_type = &PyUnicode_Type,
  134524             :         },
  134525             :         .length = 11,
  134526             :         .hash = -1,
  134527             :         .state = {
  134528             :             .kind = 1,
  134529             :             .compact = 1,
  134530             :             .ascii = 1,
  134531             :         },
  134532             :     },
  134533             :     ._data = "SF_NOUNLINK",
  134534             : };
  134535             : static
  134536             :     struct {
  134537             :         PyASCIIObject _ascii;
  134538             :         uint8_t _data[12];
  134539             :     }
  134540             : const_str_SF_SNAPSHOT = {
  134541             :     ._ascii = {
  134542             :         .ob_base = {
  134543             :             .ob_refcnt = 999999999,
  134544             :             .ob_type = &PyUnicode_Type,
  134545             :         },
  134546             :         .length = 11,
  134547             :         .hash = -1,
  134548             :         .state = {
  134549             :             .kind = 1,
  134550             :             .compact = 1,
  134551             :             .ascii = 1,
  134552             :         },
  134553             :     },
  134554             :     ._data = "SF_SNAPSHOT",
  134555             : };
  134556             : static
  134557             :     struct {
  134558             :         PyASCIIObject _ascii;
  134559             :         uint8_t _data[23];
  134560             :     }
  134561             : const_str_FILE_ATTRIBUTE_ARCHIVE = {
  134562             :     ._ascii = {
  134563             :         .ob_base = {
  134564             :             .ob_refcnt = 999999999,
  134565             :             .ob_type = &PyUnicode_Type,
  134566             :         },
  134567             :         .length = 22,
  134568             :         .hash = -1,
  134569             :         .state = {
  134570             :             .kind = 1,
  134571             :             .compact = 1,
  134572             :             .ascii = 1,
  134573             :         },
  134574             :     },
  134575             :     ._data = "FILE_ATTRIBUTE_ARCHIVE",
  134576             : };
  134577             : static
  134578             :     struct {
  134579             :         PyASCIIObject _ascii;
  134580             :         uint8_t _data[26];
  134581             :     }
  134582             : const_str_FILE_ATTRIBUTE_COMPRESSED = {
  134583             :     ._ascii = {
  134584             :         .ob_base = {
  134585             :             .ob_refcnt = 999999999,
  134586             :             .ob_type = &PyUnicode_Type,
  134587             :         },
  134588             :         .length = 25,
  134589             :         .hash = -1,
  134590             :         .state = {
  134591             :             .kind = 1,
  134592             :             .compact = 1,
  134593             :             .ascii = 1,
  134594             :         },
  134595             :     },
  134596             :     ._data = "FILE_ATTRIBUTE_COMPRESSED",
  134597             : };
  134598             : static
  134599             :     struct {
  134600             :         PyASCIIObject _ascii;
  134601             :         uint8_t _data[22];
  134602             :     }
  134603             : const_str_FILE_ATTRIBUTE_DEVICE = {
  134604             :     ._ascii = {
  134605             :         .ob_base = {
  134606             :             .ob_refcnt = 999999999,
  134607             :             .ob_type = &PyUnicode_Type,
  134608             :         },
  134609             :         .length = 21,
  134610             :         .hash = -1,
  134611             :         .state = {
  134612             :             .kind = 1,
  134613             :             .compact = 1,
  134614             :             .ascii = 1,
  134615             :         },
  134616             :     },
  134617             :     ._data = "FILE_ATTRIBUTE_DEVICE",
  134618             : };
  134619             : static
  134620             :     struct {
  134621             :         PyASCIIObject _ascii;
  134622             :         uint8_t _data[25];
  134623             :     }
  134624             : const_str_FILE_ATTRIBUTE_DIRECTORY = {
  134625             :     ._ascii = {
  134626             :         .ob_base = {
  134627             :             .ob_refcnt = 999999999,
  134628             :             .ob_type = &PyUnicode_Type,
  134629             :         },
  134630             :         .length = 24,
  134631             :         .hash = -1,
  134632             :         .state = {
  134633             :             .kind = 1,
  134634             :             .compact = 1,
  134635             :             .ascii = 1,
  134636             :         },
  134637             :     },
  134638             :     ._data = "FILE_ATTRIBUTE_DIRECTORY",
  134639             : };
  134640             : static
  134641             :     struct {
  134642             :         PyASCIIObject _ascii;
  134643             :         uint8_t _data[25];
  134644             :     }
  134645             : const_str_FILE_ATTRIBUTE_ENCRYPTED = {
  134646             :     ._ascii = {
  134647             :         .ob_base = {
  134648             :             .ob_refcnt = 999999999,
  134649             :             .ob_type = &PyUnicode_Type,
  134650             :         },
  134651             :         .length = 24,
  134652             :         .hash = -1,
  134653             :         .state = {
  134654             :             .kind = 1,
  134655             :             .compact = 1,
  134656             :             .ascii = 1,
  134657             :         },
  134658             :     },
  134659             :     ._data = "FILE_ATTRIBUTE_ENCRYPTED",
  134660             : };
  134661             : static
  134662             :     struct {
  134663             :         PyASCIIObject _ascii;
  134664             :         uint8_t _data[22];
  134665             :     }
  134666             : const_str_FILE_ATTRIBUTE_HIDDEN = {
  134667             :     ._ascii = {
  134668             :         .ob_base = {
  134669             :             .ob_refcnt = 999999999,
  134670             :             .ob_type = &PyUnicode_Type,
  134671             :         },
  134672             :         .length = 21,
  134673             :         .hash = -1,
  134674             :         .state = {
  134675             :             .kind = 1,
  134676             :             .compact = 1,
  134677             :             .ascii = 1,
  134678             :         },
  134679             :     },
  134680             :     ._data = "FILE_ATTRIBUTE_HIDDEN",
  134681             : };
  134682             : static
  134683             :     struct {
  134684             :         PyASCIIObject _ascii;
  134685             :         uint8_t _data[32];
  134686             :     }
  134687             : const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM = {
  134688             :     ._ascii = {
  134689             :         .ob_base = {
  134690             :             .ob_refcnt = 999999999,
  134691             :             .ob_type = &PyUnicode_Type,
  134692             :         },
  134693             :         .length = 31,
  134694             :         .hash = -1,
  134695             :         .state = {
  134696             :             .kind = 1,
  134697             :             .compact = 1,
  134698             :             .ascii = 1,
  134699             :         },
  134700             :     },
  134701             :     ._data = "FILE_ATTRIBUTE_INTEGRITY_STREAM",
  134702             : };
  134703             : static
  134704             :     struct {
  134705             :         PyASCIIObject _ascii;
  134706             :         uint8_t _data[22];
  134707             :     }
  134708             : const_str_FILE_ATTRIBUTE_NORMAL = {
  134709             :     ._ascii = {
  134710             :         .ob_base = {
  134711             :             .ob_refcnt = 999999999,
  134712             :             .ob_type = &PyUnicode_Type,
  134713             :         },
  134714             :         .length = 21,
  134715             :         .hash = -1,
  134716             :         .state = {
  134717             :             .kind = 1,
  134718             :             .compact = 1,
  134719             :             .ascii = 1,
  134720             :         },
  134721             :     },
  134722             :     ._data = "FILE_ATTRIBUTE_NORMAL",
  134723             : };
  134724             : static
  134725             :     struct {
  134726             :         PyASCIIObject _ascii;
  134727             :         uint8_t _data[35];
  134728             :     }
  134729             : const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = {
  134730             :     ._ascii = {
  134731             :         .ob_base = {
  134732             :             .ob_refcnt = 999999999,
  134733             :             .ob_type = &PyUnicode_Type,
  134734             :         },
  134735             :         .length = 34,
  134736             :         .hash = -1,
  134737             :         .state = {
  134738             :             .kind = 1,
  134739             :             .compact = 1,
  134740             :             .ascii = 1,
  134741             :         },
  134742             :     },
  134743             :     ._data = "FILE_ATTRIBUTE_NOT_CONTENT_INDEXED",
  134744             : };
  134745             : static
  134746             :     struct {
  134747             :         PyASCIIObject _ascii;
  134748             :         uint8_t _data[29];
  134749             :     }
  134750             : const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA = {
  134751             :     ._ascii = {
  134752             :         .ob_base = {
  134753             :             .ob_refcnt = 999999999,
  134754             :             .ob_type = &PyUnicode_Type,
  134755             :         },
  134756             :         .length = 28,
  134757             :         .hash = -1,
  134758             :         .state = {
  134759             :             .kind = 1,
  134760             :             .compact = 1,
  134761             :             .ascii = 1,
  134762             :         },
  134763             :     },
  134764             :     ._data = "FILE_ATTRIBUTE_NO_SCRUB_DATA",
  134765             : };
  134766             : static
  134767             :     struct {
  134768             :         PyASCIIObject _ascii;
  134769             :         uint8_t _data[23];
  134770             :     }
  134771             : const_str_FILE_ATTRIBUTE_OFFLINE = {
  134772             :     ._ascii = {
  134773             :         .ob_base = {
  134774             :             .ob_refcnt = 999999999,
  134775             :             .ob_type = &PyUnicode_Type,
  134776             :         },
  134777             :         .length = 22,
  134778             :         .hash = -1,
  134779             :         .state = {
  134780             :             .kind = 1,
  134781             :             .compact = 1,
  134782             :             .ascii = 1,
  134783             :         },
  134784             :     },
  134785             :     ._data = "FILE_ATTRIBUTE_OFFLINE",
  134786             : };
  134787             : static
  134788             :     struct {
  134789             :         PyASCIIObject _ascii;
  134790             :         uint8_t _data[24];
  134791             :     }
  134792             : const_str_FILE_ATTRIBUTE_READONLY = {
  134793             :     ._ascii = {
  134794             :         .ob_base = {
  134795             :             .ob_refcnt = 999999999,
  134796             :             .ob_type = &PyUnicode_Type,
  134797             :         },
  134798             :         .length = 23,
  134799             :         .hash = -1,
  134800             :         .state = {
  134801             :             .kind = 1,
  134802             :             .compact = 1,
  134803             :             .ascii = 1,
  134804             :         },
  134805             :     },
  134806             :     ._data = "FILE_ATTRIBUTE_READONLY",
  134807             : };
  134808             : static
  134809             :     struct {
  134810             :         PyASCIIObject _ascii;
  134811             :         uint8_t _data[29];
  134812             :     }
  134813             : const_str_FILE_ATTRIBUTE_REPARSE_POINT = {
  134814             :     ._ascii = {
  134815             :         .ob_base = {
  134816             :             .ob_refcnt = 999999999,
  134817             :             .ob_type = &PyUnicode_Type,
  134818             :         },
  134819             :         .length = 28,
  134820             :         .hash = -1,
  134821             :         .state = {
  134822             :             .kind = 1,
  134823             :             .compact = 1,
  134824             :             .ascii = 1,
  134825             :         },
  134826             :     },
  134827             :     ._data = "FILE_ATTRIBUTE_REPARSE_POINT",
  134828             : };
  134829             : static
  134830             :     struct {
  134831             :         PyASCIIObject _ascii;
  134832             :         uint8_t _data[27];
  134833             :     }
  134834             : const_str_FILE_ATTRIBUTE_SPARSE_FILE = {
  134835             :     ._ascii = {
  134836             :         .ob_base = {
  134837             :             .ob_refcnt = 999999999,
  134838             :             .ob_type = &PyUnicode_Type,
  134839             :         },
  134840             :         .length = 26,
  134841             :         .hash = -1,
  134842             :         .state = {
  134843             :             .kind = 1,
  134844             :             .compact = 1,
  134845             :             .ascii = 1,
  134846             :         },
  134847             :     },
  134848             :     ._data = "FILE_ATTRIBUTE_SPARSE_FILE",
  134849             : };
  134850             : static
  134851             :     struct {
  134852             :         PyASCIIObject _ascii;
  134853             :         uint8_t _data[22];
  134854             :     }
  134855             : const_str_FILE_ATTRIBUTE_SYSTEM = {
  134856             :     ._ascii = {
  134857             :         .ob_base = {
  134858             :             .ob_refcnt = 999999999,
  134859             :             .ob_type = &PyUnicode_Type,
  134860             :         },
  134861             :         .length = 21,
  134862             :         .hash = -1,
  134863             :         .state = {
  134864             :             .kind = 1,
  134865             :             .compact = 1,
  134866             :             .ascii = 1,
  134867             :         },
  134868             :     },
  134869             :     ._data = "FILE_ATTRIBUTE_SYSTEM",
  134870             : };
  134871             : static
  134872             :     struct {
  134873             :         PyASCIIObject _ascii;
  134874             :         uint8_t _data[25];
  134875             :     }
  134876             : const_str_FILE_ATTRIBUTE_TEMPORARY = {
  134877             :     ._ascii = {
  134878             :         .ob_base = {
  134879             :             .ob_refcnt = 999999999,
  134880             :             .ob_type = &PyUnicode_Type,
  134881             :         },
  134882             :         .length = 24,
  134883             :         .hash = -1,
  134884             :         .state = {
  134885             :             .kind = 1,
  134886             :             .compact = 1,
  134887             :             .ascii = 1,
  134888             :         },
  134889             :     },
  134890             :     ._data = "FILE_ATTRIBUTE_TEMPORARY",
  134891             : };
  134892             : static
  134893             :     struct {
  134894             :         PyASCIIObject _ascii;
  134895             :         uint8_t _data[23];
  134896             :     }
  134897             : const_str_FILE_ATTRIBUTE_VIRTUAL = {
  134898             :     ._ascii = {
  134899             :         .ob_base = {
  134900             :             .ob_refcnt = 999999999,
  134901             :             .ob_type = &PyUnicode_Type,
  134902             :         },
  134903             :         .length = 22,
  134904             :         .hash = -1,
  134905             :         .state = {
  134906             :             .kind = 1,
  134907             :             .compact = 1,
  134908             :             .ascii = 1,
  134909             :         },
  134910             :     },
  134911             :     ._data = "FILE_ATTRIBUTE_VIRTUAL",
  134912             : };
  134913             : static
  134914             :     struct {
  134915             :         PyASCIIObject _ascii;
  134916             :         uint8_t _data[6];
  134917             :     }
  134918             : const_str__stat = {
  134919             :     ._ascii = {
  134920             :         .ob_base = {
  134921             :             .ob_refcnt = 999999999,
  134922             :             .ob_type = &PyUnicode_Type,
  134923             :         },
  134924             :         .length = 5,
  134925             :         .hash = -1,
  134926             :         .state = {
  134927             :             .kind = 1,
  134928             :             .compact = 1,
  134929             :             .ascii = 1,
  134930             :         },
  134931             :     },
  134932             :     ._data = "_stat",
  134933             : };
  134934             : static
  134935             :     struct {
  134936             :         PyGC_Head _gc_head;
  134937             :         struct {
  134938             :             PyObject_VAR_HEAD
  134939             :             PyObject *ob_item[85];
  134940             :         }_object;
  134941             :     }
  134942             : stat_toplevel_names = {
  134943             :     ._object = {
  134944             :         .ob_base = {
  134945             :             .ob_base = {
  134946             :                 .ob_refcnt = 999999999,
  134947             :                 .ob_type = &PyTuple_Type,
  134948             :             },
  134949             :             .ob_size = 85,
  134950             :         },
  134951             :         .ob_item = {
  134952             :             &_Py_ID(__doc__),
  134953             :             & const_str_ST_MODE._ascii.ob_base,
  134954             :             & const_str_ST_INO._ascii.ob_base,
  134955             :             & const_str_ST_DEV._ascii.ob_base,
  134956             :             & const_str_ST_NLINK._ascii.ob_base,
  134957             :             & const_str_ST_UID._ascii.ob_base,
  134958             :             & const_str_ST_GID._ascii.ob_base,
  134959             :             & const_str_ST_SIZE._ascii.ob_base,
  134960             :             & const_str_ST_ATIME._ascii.ob_base,
  134961             :             & const_str_ST_MTIME._ascii.ob_base,
  134962             :             & const_str_ST_CTIME._ascii.ob_base,
  134963             :             & const_str_S_IMODE._ascii.ob_base,
  134964             :             & const_str_S_IFMT._ascii.ob_base,
  134965             :             & const_str_S_IFDIR._ascii.ob_base,
  134966             :             & const_str_S_IFCHR._ascii.ob_base,
  134967             :             & const_str_S_IFBLK._ascii.ob_base,
  134968             :             & const_str_S_IFREG._ascii.ob_base,
  134969             :             & const_str_S_IFIFO._ascii.ob_base,
  134970             :             & const_str_S_IFLNK._ascii.ob_base,
  134971             :             & const_str_S_IFSOCK._ascii.ob_base,
  134972             :             & const_str_S_IFDOOR._ascii.ob_base,
  134973             :             & const_str_S_IFPORT._ascii.ob_base,
  134974             :             & const_str_S_IFWHT._ascii.ob_base,
  134975             :             & const_str_S_ISDIR._ascii.ob_base,
  134976             :             & const_str_S_ISCHR._ascii.ob_base,
  134977             :             & const_str_S_ISBLK._ascii.ob_base,
  134978             :             & const_str_S_ISREG._ascii.ob_base,
  134979             :             & const_str_S_ISFIFO._ascii.ob_base,
  134980             :             & const_str_S_ISLNK._ascii.ob_base,
  134981             :             & const_str_S_ISSOCK._ascii.ob_base,
  134982             :             & const_str_S_ISDOOR._ascii.ob_base,
  134983             :             & const_str_S_ISPORT._ascii.ob_base,
  134984             :             & const_str_S_ISWHT._ascii.ob_base,
  134985             :             & const_str_S_ISUID._ascii.ob_base,
  134986             :             & const_str_S_ISGID._ascii.ob_base,
  134987             :             & const_str_S_ENFMT._ascii.ob_base,
  134988             :             & const_str_S_ISVTX._ascii.ob_base,
  134989             :             & const_str_S_IREAD._ascii.ob_base,
  134990             :             & const_str_S_IWRITE._ascii.ob_base,
  134991             :             & const_str_S_IEXEC._ascii.ob_base,
  134992             :             & const_str_S_IRWXU._ascii.ob_base,
  134993             :             & const_str_S_IRUSR._ascii.ob_base,
  134994             :             & const_str_S_IWUSR._ascii.ob_base,
  134995             :             & const_str_S_IXUSR._ascii.ob_base,
  134996             :             & const_str_S_IRWXG._ascii.ob_base,
  134997             :             & const_str_S_IRGRP._ascii.ob_base,
  134998             :             & const_str_S_IWGRP._ascii.ob_base,
  134999             :             & const_str_S_IXGRP._ascii.ob_base,
  135000             :             & const_str_S_IRWXO._ascii.ob_base,
  135001             :             & const_str_S_IROTH._ascii.ob_base,
  135002             :             & const_str_S_IWOTH._ascii.ob_base,
  135003             :             & const_str_S_IXOTH._ascii.ob_base,
  135004             :             & const_str_UF_NODUMP._ascii.ob_base,
  135005             :             & const_str_UF_IMMUTABLE._ascii.ob_base,
  135006             :             & const_str_UF_APPEND._ascii.ob_base,
  135007             :             & const_str_UF_OPAQUE._ascii.ob_base,
  135008             :             & const_str_UF_NOUNLINK._ascii.ob_base,
  135009             :             & const_str_UF_COMPRESSED._ascii.ob_base,
  135010             :             & const_str_UF_HIDDEN._ascii.ob_base,
  135011             :             & const_str_SF_ARCHIVED._ascii.ob_base,
  135012             :             & const_str_SF_IMMUTABLE._ascii.ob_base,
  135013             :             & const_str_SF_APPEND._ascii.ob_base,
  135014             :             & const_str_SF_NOUNLINK._ascii.ob_base,
  135015             :             & const_str_SF_SNAPSHOT._ascii.ob_base,
  135016             :             & const_str__filemode_table._ascii.ob_base,
  135017             :             & const_str_filemode._ascii.ob_base,
  135018             :             & const_str_FILE_ATTRIBUTE_ARCHIVE._ascii.ob_base,
  135019             :             & const_str_FILE_ATTRIBUTE_COMPRESSED._ascii.ob_base,
  135020             :             & const_str_FILE_ATTRIBUTE_DEVICE._ascii.ob_base,
  135021             :             & const_str_FILE_ATTRIBUTE_DIRECTORY._ascii.ob_base,
  135022             :             & const_str_FILE_ATTRIBUTE_ENCRYPTED._ascii.ob_base,
  135023             :             & const_str_FILE_ATTRIBUTE_HIDDEN._ascii.ob_base,
  135024             :             & const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM._ascii.ob_base,
  135025             :             & const_str_FILE_ATTRIBUTE_NORMAL._ascii.ob_base,
  135026             :             & const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED._ascii.ob_base,
  135027             :             & const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA._ascii.ob_base,
  135028             :             & const_str_FILE_ATTRIBUTE_OFFLINE._ascii.ob_base,
  135029             :             & const_str_FILE_ATTRIBUTE_READONLY._ascii.ob_base,
  135030             :             & const_str_FILE_ATTRIBUTE_REPARSE_POINT._ascii.ob_base,
  135031             :             & const_str_FILE_ATTRIBUTE_SPARSE_FILE._ascii.ob_base,
  135032             :             & const_str_FILE_ATTRIBUTE_SYSTEM._ascii.ob_base,
  135033             :             & const_str_FILE_ATTRIBUTE_TEMPORARY._ascii.ob_base,
  135034             :             & const_str_FILE_ATTRIBUTE_VIRTUAL._ascii.ob_base,
  135035             :             & const_str__stat._ascii.ob_base,
  135036             :             & const_str_ImportError._ascii.ob_base,
  135037             :         },
  135038             :     },
  135039             : };
  135040             : static
  135041             :     struct {
  135042             :         PyObject_VAR_HEAD
  135043             :         Py_hash_t ob_shash;
  135044             :         char ob_sval[876];
  135045             :     }
  135046             : stat_toplevel_linetable = {
  135047             :     .ob_base = {
  135048             :         .ob_base = {
  135049             :             .ob_refcnt = 999999999,
  135050             :             .ob_type = &PyBytes_Type,
  135051             :         },
  135052             :         .ob_size = 875,
  135053             :     },
  135054             :     .ob_shash = -1,
  135055             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x03\x01\x04\xf0\x00\x03\x01\x04\xf0\x0e\x00\x0c\x0d\x80\x07\xd8\x0b\x0c\x80\x06\xd8\x0b\x0c\x80\x06\xd8\x0b\x0c\x80\x08\xd8\x0b\x0c\x80\x06\xd8\x0b\x0c\x80\x06\xd8\x0b\x0c\x80\x07\xd8\x0b\x0c\x80\x08\xd8\x0b\x0c\x80\x08\xd8\x0b\x0c\x80\x08\xf0\x08\x04\x01\x19\xf0\x00\x04\x01\x19\xf0\x00\x04\x01\x19\xf0\x0c\x04\x01\x1b\xf0\x00\x04\x01\x1b\xf0\x00\x04\x01\x1b\xf0\x12\x00\x0c\x14\x80\x07\xd8\x0b\x13\x80\x07\xd8\x0b\x13\x80\x07\xd8\x0b\x13\x80\x07\xd8\x0b\x13\x80\x07\xd8\x0b\x13\x80\x07\xd8\x0b\x13\x80\x08\xe0\x0b\x0c\x80\x08\xd8\x0b\x0c\x80\x08\xd8\x0a\x0b\x80\x07\xf0\x08\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x08\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x08\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x08\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x08\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x08\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x08\x02\x01\x24\xf0\x00\x02\x01\x24\xf0\x00\x02\x01\x24\xf0\x08\x02\x01\x11\xf0\x00\x02\x01\x11\xf0\x00\x02\x01\x11\xf0\x08\x02\x01\x11\xf0\x00\x02\x01\x11\xf0\x00\x02\x01\x11\xf0\x08\x02\x01\x11\xf0\x00\x02\x01\x11\xf0\x00\x02\x01\x11\xf0\x0c\x00\x0b\x11\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x11\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0b\x11\x80\x08\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xd8\x0a\x10\x80\x07\xf0\x08\x00\x10\x1a\x80\x09\xd8\x0f\x19\x80\x0c\xd8\x0f\x19\x80\x09\xd8\x0f\x19\x80\x09\xd8\x0f\x19\x80\x0b\xd8\x10\x1a\x80\x0d\xd8\x0f\x19\x80\x09\xd8\x0f\x19\x80\x0b\xd8\x0f\x19\x80\x0c\xd8\x0f\x19\x80\x09\xd8\x0f\x19\x80\x0b\xd8\x0f\x19\x80\x0b\xf0\x08\x00\x07\x0e\x90\x73\xd0\x05\x1b\xd8\x06\x0e\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xf0\x0d\x06\x05\x1d\xf0\x10\x00\x07\x0e\x90\x73\xd0\x05\x1b\xd0\x04\x1d\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd0\x04\x1d\xd8\x06\x0d\x88\x67\x81\x6f\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xf0\x05\x02\x05\x1d\xf0\x08\x00\x07\x0e\x90\x73\xd0\x05\x1b\xd0\x04\x1d\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd0\x04\x1d\xd8\x06\x0d\x88\x67\x81\x6f\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xf0\x05\x02\x05\x1d\xf0\x08\x00\x07\x0e\x90\x73\xd0\x05\x1b\xd0\x04\x1d\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd0\x04\x1d\xd8\x06\x0d\x88\x67\x81\x6f\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xd8\x06\x0d\x90\x73\xd0\x05\x1b\xf0\x05\x02\x05\x1d\xf0\x2f\x1a\x13\x02\x80\x0f\xf0\x38\x0a\x01\x19\xf0\x00\x0a\x01\x19\xf0\x00\x0a\x01\x19\xf0\x20\x00\x1a\x1c\xd0\x00\x16\xd8\x1c\x20\xd0\x00\x19\xd8\x18\x1a\xd0\x00\x15\xd8\x1b\x1d\xd0\x00\x18\xd8\x1b\x20\xd0\x00\x18\xd8\x18\x19\xd0\x00\x15\xd8\x22\x27\xd0\x00\x1f\xd8\x18\x1b\xd0\x00\x15\xd8\x25\x29\xd0\x00\x22\xd8\x1f\x25\xd0\x00\x1c\xd8\x19\x1d\xd0\x00\x16\xd8\x1a\x1b\xd0\x00\x17\xd8\x1f\x23\xd0\x00\x1c\xd8\x1d\x20\xd0\x00\x1a\xd8\x18\x19\xd0\x00\x15\xd8\x1b\x1e\xd0\x00\x18\xd8\x19\x1e\xd0\x00\x16\xf0\x08\x03\x01\x09\xd8\x04\x17\xd0\x04\x17\xd0\x04\x17\xd0\x04\x17\xd0\x04\x17\xd0\x04\x17\xf8\xd8\x07\x12\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xd8\x04\x08\x80\x44\x80\x44\xf0\x03\x01\x01\x09\xf8\xf8\xf8",
  135056             : };
  135057             : static
  135058             :     struct {
  135059             :         PyObject_VAR_HEAD
  135060             :         Py_hash_t ob_shash;
  135061             :         char ob_sval[19];
  135062             :     }
  135063             : stat_toplevel_exceptiontable = {
  135064             :     .ob_base = {
  135065             :         .ob_base = {
  135066             :             .ob_refcnt = 999999999,
  135067             :             .ob_type = &PyBytes_Type,
  135068             :         },
  135069             :         .ob_size = 18,
  135070             :     },
  135071             :     .ob_shash = -1,
  135072             :     .ob_sval = "\xc4\x0a\x04\x44\x10\x00\xc4\x10\x05\x44\x19\x03\xc4\x18\x01\x44\x19\x03",
  135073             : };
  135074             : static
  135075             :     struct _PyCode_DEF(568)
  135076             : stat_toplevel = {
  135077             :     .ob_base = {
  135078             :         .ob_base = {
  135079             :             .ob_refcnt = 999999999,
  135080             :             .ob_type = &PyCode_Type,
  135081             :         },
  135082             :         .ob_size = 284,
  135083             :     },
  135084             :     .co_consts = & stat_toplevel_consts._object.ob_base.ob_base,
  135085             :     .co_names = & stat_toplevel_names._object.ob_base.ob_base,
  135086             :     .co_exceptiontable = & stat_toplevel_exceptiontable.ob_base.ob_base,
  135087             :     .co_flags = 0,
  135088             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  135089             :     ._co_linearray_entry_size = 0,
  135090             :     .co_argcount = 0,
  135091             :     .co_posonlyargcount = 0,
  135092             :     .co_kwonlyargcount = 0,
  135093             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  135094             :     .co_stacksize = 13,
  135095             :     .co_firstlineno = 1,
  135096             :     .co_nlocalsplus = 0,
  135097             :     .co_nlocals = 0,
  135098             :     .co_nplaincellvars = 0,
  135099             :     .co_ncellvars = 0,
  135100             :     .co_nfreevars = 0,
  135101             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  135102             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  135103             :     .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
  135104             :     .co_name = &_Py_STR(anon_module),
  135105             :     .co_qualname = &_Py_STR(anon_module),
  135106             :     .co_linetable = & stat_toplevel_linetable.ob_base.ob_base,
  135107             :     ._co_code = NULL,
  135108             :     ._co_linearray = NULL,
  135109             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x5a\x01\x64\x02\x5a\x02\x64\x03\x5a\x03\x64\x04\x5a\x04\x64\x05\x5a\x05\x64\x06\x5a\x06\x64\x07\x5a\x07\x64\x08\x5a\x08\x64\x09\x5a\x09\x64\x0a\x5a\x0a\x64\x0b\x84\x00\x5a\x0b\x64\x0c\x84\x00\x5a\x0c\x64\x0d\x5a\x0d\x64\x0e\x5a\x0e\x64\x0f\x5a\x0f\x64\x10\x5a\x10\x64\x11\x5a\x11\x64\x12\x5a\x12\x64\x13\x5a\x13\x64\x01\x5a\x14\x64\x01\x5a\x15\x64\x01\x5a\x16\x64\x14\x84\x00\x5a\x17\x64\x15\x84\x00\x5a\x18\x64\x16\x84\x00\x5a\x19\x64\x17\x84\x00\x5a\x1a\x64\x18\x84\x00\x5a\x1b\x64\x19\x84\x00\x5a\x1c\x64\x1a\x84\x00\x5a\x1d\x64\x1b\x84\x00\x5a\x1e\x64\x1c\x84\x00\x5a\x1f\x64\x1d\x84\x00\x5a\x20\x64\x1e\x5a\x21\x64\x1f\x5a\x22\x65\x22\x5a\x23\x64\x20\x5a\x24\x64\x21\x5a\x25\x64\x22\x5a\x26\x64\x23\x5a\x27\x64\x24\x5a\x28\x64\x21\x5a\x29\x64\x22\x5a\x2a\x64\x23\x5a\x2b\x64\x25\x5a\x2c\x64\x26\x5a\x2d\x64\x27\x5a\x2e\x64\x09\x5a\x2f\x64\x08\x5a\x30\x64\x05\x5a\x31\x64\x03\x5a\x32\x64\x02\x5a\x33\x64\x02\x5a\x34\x64\x03\x5a\x35\x64\x05\x5a\x36\x64\x09\x5a\x37\x64\x27\x5a\x38\x64\x26\x5a\x39\x64\x10\x5a\x3a\x64\x28\x5a\x3b\x64\x29\x5a\x3c\x64\x2a\x5a\x3d\x64\x2b\x5a\x3e\x64\x2c\x5a\x3f\x65\x12\x64\x2d\x66\x02\x65\x13\x64\x2e\x66\x02\x65\x10\x64\x2f\x66\x02\x65\x0f\x64\x30\x66\x02\x65\x0d\x64\x31\x66\x02\x65\x0e\x64\x32\x66\x02\x65\x11\x64\x33\x66\x02\x66\x07\x65\x29\x64\x34\x66\x02\x66\x01\x65\x2a\x64\x35\x66\x02\x66\x01\x65\x2b\x65\x21\x7a\x07\x00\x00\x64\x2e\x66\x02\x65\x21\x64\x36\x66\x02\x65\x2b\x64\x37\x66\x02\x66\x03\x65\x2d\x64\x34\x66\x02\x66\x01\x65\x2e\x64\x35\x66\x02\x66\x01\x65\x2f\x65\x22\x7a\x07\x00\x00\x64\x2e\x66\x02\x65\x22\x64\x36\x66\x02\x65\x2f\x64\x37\x66\x02\x66\x03\x65\x31\x64\x34\x66\x02\x66\x01\x65\x32\x64\x35\x66\x02\x66\x01\x65\x33\x65\x24\x7a\x07\x00\x00\x64\x38\x66\x02\x65\x24\x64\x39\x66\x02\x65\x33\x64\x37\x66\x02\x66\x03\x66\x0a\x5a\x40\x64\x3a\x84\x00\x5a\x41\x64\x26\x5a\x42\x64\x1e\x5a\x43\x64\x23\x5a\x44\x64\x27\x5a\x45\x64\x0d\x5a\x46\x64\x03\x5a\x47\x64\x10\x5a\x48\x64\x22\x5a\x49\x64\x0e\x5a\x4a\x64\x29\x5a\x4b\x64\x11\x5a\x4c\x64\x02\x5a\x4d\x64\x1f\x5a\x4e\x64\x20\x5a\x4f\x64\x05\x5a\x50\x64\x21\x5a\x51\x64\x28\x5a\x52\x09\x00\x64\x01\x64\x3b\x6c\x53\x54\x00\x64\x3c\x53\x00\x23\x00\x65\x54\x24\x00\x72\x04\x01\x00\x59\x00\x64\x3c\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  135110             :     ._co_firsttraceable = 0,
  135111             : };
  135112           8 : static void stat_do_patchups(void) {
  135113           8 : }
  135114             : 
  135115             : PyObject *
  135116           8 : _Py_get_stat_toplevel(void)
  135117             : {
  135118           8 :     stat_do_patchups();
  135119           8 :     return Py_NewRef((PyObject *) &stat_toplevel);
  135120             : }
  135121             : 
  135122             : static
  135123             :     struct {
  135124             :         PyASCIIObject _ascii;
  135125             :         uint8_t _data[46];
  135126             :     }
  135127             : importlib_util_toplevel_consts_0 = {
  135128             :     ._ascii = {
  135129             :         .ob_base = {
  135130             :             .ob_refcnt = 999999999,
  135131             :             .ob_type = &PyUnicode_Type,
  135132             :         },
  135133             :         .length = 45,
  135134             :         .hash = -1,
  135135             :         .state = {
  135136             :             .kind = 1,
  135137             :             .compact = 1,
  135138             :             .ascii = 1,
  135139             :         },
  135140             :     },
  135141             :     ._data = "Utility code for constructing importers, etc.",
  135142             : };
  135143             : static
  135144             :     struct {
  135145             :         PyASCIIObject _ascii;
  135146             :         uint8_t _data[7];
  135147             :     }
  135148             : const_str_Loader = {
  135149             :     ._ascii = {
  135150             :         .ob_base = {
  135151             :             .ob_refcnt = 999999999,
  135152             :             .ob_type = &PyUnicode_Type,
  135153             :         },
  135154             :         .length = 6,
  135155             :         .hash = -1,
  135156             :         .state = {
  135157             :             .kind = 1,
  135158             :             .compact = 1,
  135159             :             .ascii = 1,
  135160             :         },
  135161             :     },
  135162             :     ._data = "Loader",
  135163             : };
  135164             : static
  135165             :     struct {
  135166             :         PyGC_Head _gc_head;
  135167             :         struct {
  135168             :             PyObject_VAR_HEAD
  135169             :             PyObject *ob_item[1];
  135170             :         }_object;
  135171             :     }
  135172             : importlib_util_toplevel_consts_2 = {
  135173             :     ._object = {
  135174             :         .ob_base = {
  135175             :             .ob_base = {
  135176             :                 .ob_refcnt = 999999999,
  135177             :                 .ob_type = &PyTuple_Type,
  135178             :             },
  135179             :             .ob_size = 1,
  135180             :         },
  135181             :         .ob_item = {
  135182             :             & const_str_Loader._ascii.ob_base,
  135183             :         },
  135184             :     },
  135185             : };
  135186             : static
  135187             :     struct {
  135188             :         PyGC_Head _gc_head;
  135189             :         struct {
  135190             :             PyObject_VAR_HEAD
  135191             :             PyObject *ob_item[1];
  135192             :         }_object;
  135193             :     }
  135194             : importlib_util_toplevel_consts_3 = {
  135195             :     ._object = {
  135196             :         .ob_base = {
  135197             :             .ob_base = {
  135198             :                 .ob_refcnt = 999999999,
  135199             :                 .ob_type = &PyTuple_Type,
  135200             :             },
  135201             :             .ob_size = 1,
  135202             :         },
  135203             :         .ob_item = {
  135204             :             & const_str_module_from_spec._ascii.ob_base,
  135205             :         },
  135206             :     },
  135207             : };
  135208             : static
  135209             :     struct {
  135210             :         PyGC_Head _gc_head;
  135211             :         struct {
  135212             :             PyObject_VAR_HEAD
  135213             :             PyObject *ob_item[1];
  135214             :         }_object;
  135215             :     }
  135216             : importlib_util_toplevel_consts_4 = {
  135217             :     ._object = {
  135218             :         .ob_base = {
  135219             :             .ob_base = {
  135220             :                 .ob_refcnt = 999999999,
  135221             :                 .ob_type = &PyTuple_Type,
  135222             :             },
  135223             :             .ob_size = 1,
  135224             :         },
  135225             :         .ob_item = {
  135226             :             & const_str__resolve_name._ascii.ob_base,
  135227             :         },
  135228             :     },
  135229             : };
  135230             : static
  135231             :     struct {
  135232             :         PyGC_Head _gc_head;
  135233             :         struct {
  135234             :             PyObject_VAR_HEAD
  135235             :             PyObject *ob_item[1];
  135236             :         }_object;
  135237             :     }
  135238             : importlib_util_toplevel_consts_5 = {
  135239             :     ._object = {
  135240             :         .ob_base = {
  135241             :             .ob_base = {
  135242             :                 .ob_refcnt = 999999999,
  135243             :                 .ob_type = &PyTuple_Type,
  135244             :             },
  135245             :             .ob_size = 1,
  135246             :         },
  135247             :         .ob_item = {
  135248             :             & const_str_spec_from_loader._ascii.ob_base,
  135249             :         },
  135250             :     },
  135251             : };
  135252             : static
  135253             :     struct {
  135254             :         PyGC_Head _gc_head;
  135255             :         struct {
  135256             :             PyObject_VAR_HEAD
  135257             :             PyObject *ob_item[1];
  135258             :         }_object;
  135259             :     }
  135260             : importlib_util_toplevel_consts_6 = {
  135261             :     ._object = {
  135262             :         .ob_base = {
  135263             :             .ob_base = {
  135264             :                 .ob_refcnt = 999999999,
  135265             :                 .ob_type = &PyTuple_Type,
  135266             :             },
  135267             :             .ob_size = 1,
  135268             :         },
  135269             :         .ob_item = {
  135270             :             & const_str__find_spec._ascii.ob_base,
  135271             :         },
  135272             :     },
  135273             : };
  135274             : static
  135275             :     struct {
  135276             :         PyGC_Head _gc_head;
  135277             :         struct {
  135278             :             PyObject_VAR_HEAD
  135279             :             PyObject *ob_item[1];
  135280             :         }_object;
  135281             :     }
  135282             : importlib_util_toplevel_consts_7 = {
  135283             :     ._object = {
  135284             :         .ob_base = {
  135285             :             .ob_base = {
  135286             :                 .ob_refcnt = 999999999,
  135287             :                 .ob_type = &PyTuple_Type,
  135288             :             },
  135289             :             .ob_size = 1,
  135290             :         },
  135291             :         .ob_item = {
  135292             :             & const_str_MAGIC_NUMBER._ascii.ob_base,
  135293             :         },
  135294             :     },
  135295             : };
  135296             : static
  135297             :     struct {
  135298             :         PyGC_Head _gc_head;
  135299             :         struct {
  135300             :             PyObject_VAR_HEAD
  135301             :             PyObject *ob_item[1];
  135302             :         }_object;
  135303             :     }
  135304             : importlib_util_toplevel_consts_8 = {
  135305             :     ._object = {
  135306             :         .ob_base = {
  135307             :             .ob_base = {
  135308             :                 .ob_refcnt = 999999999,
  135309             :                 .ob_type = &PyTuple_Type,
  135310             :             },
  135311             :             .ob_size = 1,
  135312             :         },
  135313             :         .ob_item = {
  135314             :             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
  135315             :         },
  135316             :     },
  135317             : };
  135318             : static
  135319             :     struct {
  135320             :         PyGC_Head _gc_head;
  135321             :         struct {
  135322             :             PyObject_VAR_HEAD
  135323             :             PyObject *ob_item[1];
  135324             :         }_object;
  135325             :     }
  135326             : importlib_util_toplevel_consts_9 = {
  135327             :     ._object = {
  135328             :         .ob_base = {
  135329             :             .ob_base = {
  135330             :                 .ob_refcnt = 999999999,
  135331             :                 .ob_type = &PyTuple_Type,
  135332             :             },
  135333             :             .ob_size = 1,
  135334             :         },
  135335             :         .ob_item = {
  135336             :             & const_str_cache_from_source._ascii.ob_base,
  135337             :         },
  135338             :     },
  135339             : };
  135340             : static
  135341             :     struct {
  135342             :         PyGC_Head _gc_head;
  135343             :         struct {
  135344             :             PyObject_VAR_HEAD
  135345             :             PyObject *ob_item[1];
  135346             :         }_object;
  135347             :     }
  135348             : importlib_util_toplevel_consts_10 = {
  135349             :     ._object = {
  135350             :         .ob_base = {
  135351             :             .ob_base = {
  135352             :                 .ob_refcnt = 999999999,
  135353             :                 .ob_type = &PyTuple_Type,
  135354             :             },
  135355             :             .ob_size = 1,
  135356             :         },
  135357             :         .ob_item = {
  135358             :             & const_str_decode_source._ascii.ob_base,
  135359             :         },
  135360             :     },
  135361             : };
  135362             : static
  135363             :     struct {
  135364             :         PyGC_Head _gc_head;
  135365             :         struct {
  135366             :             PyObject_VAR_HEAD
  135367             :             PyObject *ob_item[1];
  135368             :         }_object;
  135369             :     }
  135370             : importlib_util_toplevel_consts_11 = {
  135371             :     ._object = {
  135372             :         .ob_base = {
  135373             :             .ob_base = {
  135374             :                 .ob_refcnt = 999999999,
  135375             :                 .ob_type = &PyTuple_Type,
  135376             :             },
  135377             :             .ob_size = 1,
  135378             :         },
  135379             :         .ob_item = {
  135380             :             & const_str_source_from_cache._ascii.ob_base,
  135381             :         },
  135382             :     },
  135383             : };
  135384             : static
  135385             :     struct {
  135386             :         PyASCIIObject _ascii;
  135387             :         uint8_t _data[15];
  135388             :     }
  135389             : const_str_contextmanager = {
  135390             :     ._ascii = {
  135391             :         .ob_base = {
  135392             :             .ob_refcnt = 999999999,
  135393             :             .ob_type = &PyUnicode_Type,
  135394             :         },
  135395             :         .length = 14,
  135396             :         .hash = -1,
  135397             :         .state = {
  135398             :             .kind = 1,
  135399             :             .compact = 1,
  135400             :             .ascii = 1,
  135401             :         },
  135402             :     },
  135403             :     ._data = "contextmanager",
  135404             : };
  135405             : static
  135406             :     struct {
  135407             :         PyGC_Head _gc_head;
  135408             :         struct {
  135409             :             PyObject_VAR_HEAD
  135410             :             PyObject *ob_item[1];
  135411             :         }_object;
  135412             :     }
  135413             : importlib_util_toplevel_consts_14 = {
  135414             :     ._object = {
  135415             :         .ob_base = {
  135416             :             .ob_base = {
  135417             :                 .ob_refcnt = 999999999,
  135418             :                 .ob_type = &PyTuple_Type,
  135419             :             },
  135420             :             .ob_size = 1,
  135421             :         },
  135422             :         .ob_item = {
  135423             :             & const_str_contextmanager._ascii.ob_base,
  135424             :         },
  135425             :     },
  135426             : };
  135427             : static
  135428             :     struct {
  135429             :         PyASCIIObject _ascii;
  135430             :         uint8_t _data[67];
  135431             :     }
  135432             : importlib_util_toplevel_consts_16_consts_0 = {
  135433             :     ._ascii = {
  135434             :         .ob_base = {
  135435             :             .ob_refcnt = 999999999,
  135436             :             .ob_type = &PyUnicode_Type,
  135437             :         },
  135438             :         .length = 66,
  135439             :         .hash = -1,
  135440             :         .state = {
  135441             :             .kind = 1,
  135442             :             .compact = 1,
  135443             :             .ascii = 1,
  135444             :         },
  135445             :     },
  135446             :     ._data = "Return the hash of *source_bytes* as used in hash-based pyc files.",
  135447             : };
  135448             : static
  135449             :     struct {
  135450             :         PyGC_Head _gc_head;
  135451             :         struct {
  135452             :             PyObject_VAR_HEAD
  135453             :             PyObject *ob_item[1];
  135454             :         }_object;
  135455             :     }
  135456             : importlib_util_toplevel_consts_16_consts = {
  135457             :     ._object = {
  135458             :         .ob_base = {
  135459             :             .ob_base = {
  135460             :                 .ob_refcnt = 999999999,
  135461             :                 .ob_type = &PyTuple_Type,
  135462             :             },
  135463             :             .ob_size = 1,
  135464             :         },
  135465             :         .ob_item = {
  135466             :             & importlib_util_toplevel_consts_16_consts_0._ascii.ob_base,
  135467             :         },
  135468             :     },
  135469             : };
  135470             : static
  135471             :     struct {
  135472             :         PyGC_Head _gc_head;
  135473             :         struct {
  135474             :             PyObject_VAR_HEAD
  135475             :             PyObject *ob_item[3];
  135476             :         }_object;
  135477             :     }
  135478             : importlib_util_toplevel_consts_16_names = {
  135479             :     ._object = {
  135480             :         .ob_base = {
  135481             :             .ob_base = {
  135482             :                 .ob_refcnt = 999999999,
  135483             :                 .ob_type = &PyTuple_Type,
  135484             :             },
  135485             :             .ob_size = 3,
  135486             :         },
  135487             :         .ob_item = {
  135488             :             & const_str__imp._ascii.ob_base,
  135489             :             & const_str_source_hash._ascii.ob_base,
  135490             :             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
  135491             :         },
  135492             :     },
  135493             : };
  135494             : static
  135495             :     struct {
  135496             :         PyASCIIObject _ascii;
  135497             :         uint8_t _data[24];
  135498             :     }
  135499             : importlib_util_toplevel_consts_16_filename = {
  135500             :     ._ascii = {
  135501             :         .ob_base = {
  135502             :             .ob_refcnt = 999999999,
  135503             :             .ob_type = &PyUnicode_Type,
  135504             :         },
  135505             :         .length = 23,
  135506             :         .hash = -1,
  135507             :         .state = {
  135508             :             .kind = 1,
  135509             :             .compact = 1,
  135510             :             .ascii = 1,
  135511             :         },
  135512             :     },
  135513             :     ._data = "<frozen importlib.util>",
  135514             : };
  135515             : static
  135516             :     struct {
  135517             :         PyObject_VAR_HEAD
  135518             :         Py_hash_t ob_shash;
  135519             :         char ob_sval[23];
  135520             :     }
  135521             : importlib_util_toplevel_consts_16_linetable = {
  135522             :     .ob_base = {
  135523             :         .ob_base = {
  135524             :             .ob_refcnt = 999999999,
  135525             :             .ob_type = &PyBytes_Type,
  135526             :         },
  135527             :         .ob_size = 22,
  135528             :     },
  135529             :     .ob_shash = -1,
  135530             :     .ob_sval = "\x80\x00\xe5\x0b\x1b\xd7\x0b\x1b\xd1\x0b\x1b\xd5\x1c\x2d\xa8\x7c\xd4\x0b\x3c\xd0\x04\x3c",
  135531             : };
  135532             : static
  135533             :     struct {
  135534             :         PyGC_Head _gc_head;
  135535             :         struct {
  135536             :             PyObject_VAR_HEAD
  135537             :             PyObject *ob_item[1];
  135538             :         }_object;
  135539             :     }
  135540             : importlib_util_toplevel_consts_16_localsplusnames = {
  135541             :     ._object = {
  135542             :         .ob_base = {
  135543             :             .ob_base = {
  135544             :                 .ob_refcnt = 999999999,
  135545             :                 .ob_type = &PyTuple_Type,
  135546             :             },
  135547             :             .ob_size = 1,
  135548             :         },
  135549             :         .ob_item = {
  135550             :             & const_str_source_bytes._ascii.ob_base,
  135551             :         },
  135552             :     },
  135553             : };
  135554             : static
  135555             :     struct _PyCode_DEF(60)
  135556             : importlib_util_toplevel_consts_16 = {
  135557             :     .ob_base = {
  135558             :         .ob_base = {
  135559             :             .ob_refcnt = 999999999,
  135560             :             .ob_type = &PyCode_Type,
  135561             :         },
  135562             :         .ob_size = 30,
  135563             :     },
  135564             :     .co_consts = & importlib_util_toplevel_consts_16_consts._object.ob_base.ob_base,
  135565             :     .co_names = & importlib_util_toplevel_consts_16_names._object.ob_base.ob_base,
  135566             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  135567             :     .co_flags = 3,
  135568             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  135569             :     ._co_linearray_entry_size = 0,
  135570             :     .co_argcount = 1,
  135571             :     .co_posonlyargcount = 0,
  135572             :     .co_kwonlyargcount = 0,
  135573             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  135574             :     .co_stacksize = 4,
  135575             :     .co_firstlineno = 22,
  135576             :     .co_nlocalsplus = 1,
  135577             :     .co_nlocals = 1,
  135578             :     .co_nplaincellvars = 0,
  135579             :     .co_ncellvars = 0,
  135580             :     .co_nfreevars = 0,
  135581             :     .co_localsplusnames = & importlib_util_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
  135582             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  135583             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  135584             :     .co_name = & const_str_source_hash._ascii.ob_base,
  135585             :     .co_qualname = & const_str_source_hash._ascii.ob_base,
  135586             :     .co_linetable = & importlib_util_toplevel_consts_16_linetable.ob_base.ob_base,
  135587             :     ._co_code = NULL,
  135588             :     ._co_linearray = NULL,
  135589             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  135590             :     ._co_firsttraceable = 0,
  135591             : };
  135592             : static
  135593             :     struct {
  135594             :         PyASCIIObject _ascii;
  135595             :         uint8_t _data[26];
  135596             :     }
  135597             : importlib_util_toplevel_consts_17_consts_2 = {
  135598             :     ._ascii = {
  135599             :         .ob_base = {
  135600             :             .ob_refcnt = 999999999,
  135601             :             .ob_type = &PyUnicode_Type,
  135602             :         },
  135603             :         .length = 25,
  135604             :         .hash = -1,
  135605             :         .state = {
  135606             :             .kind = 1,
  135607             :             .compact = 1,
  135608             :             .ascii = 1,
  135609             :         },
  135610             :     },
  135611             :     ._data = "no package specified for ",
  135612             : };
  135613             : static
  135614             :     struct {
  135615             :         PyASCIIObject _ascii;
  135616             :         uint8_t _data[38];
  135617             :     }
  135618             : importlib_util_toplevel_consts_17_consts_3 = {
  135619             :     ._ascii = {
  135620             :         .ob_base = {
  135621             :             .ob_refcnt = 999999999,
  135622             :             .ob_type = &PyUnicode_Type,
  135623             :         },
  135624             :         .length = 37,
  135625             :         .hash = -1,
  135626             :         .state = {
  135627             :             .kind = 1,
  135628             :             .compact = 1,
  135629             :             .ascii = 1,
  135630             :         },
  135631             :     },
  135632             :     ._data = " (required for relative module names)",
  135633             : };
  135634             : static
  135635             :     struct {
  135636             :         PyGC_Head _gc_head;
  135637             :         struct {
  135638             :             PyObject_VAR_HEAD
  135639             :             PyObject *ob_item[7];
  135640             :         }_object;
  135641             :     }
  135642             : importlib_util_toplevel_consts_17_consts = {
  135643             :     ._object = {
  135644             :         .ob_base = {
  135645             :             .ob_base = {
  135646             :                 .ob_refcnt = 999999999,
  135647             :                 .ob_type = &PyTuple_Type,
  135648             :             },
  135649             :             .ob_size = 7,
  135650             :         },
  135651             :         .ob_item = {
  135652             :             & importlib__bootstrap_toplevel_consts_43_consts_0._ascii.ob_base,
  135653             :             &_Py_STR(dot),
  135654             :             & importlib_util_toplevel_consts_17_consts_2._ascii.ob_base,
  135655             :             & importlib_util_toplevel_consts_17_consts_3._ascii.ob_base,
  135656             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  135657             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  135658             :             Py_None,
  135659             :         },
  135660             :     },
  135661             : };
  135662             : static
  135663             :     struct {
  135664             :         PyGC_Head _gc_head;
  135665             :         struct {
  135666             :             PyObject_VAR_HEAD
  135667             :             PyObject *ob_item[4];
  135668             :         }_object;
  135669             :     }
  135670             : importlib_util_toplevel_consts_17_names = {
  135671             :     ._object = {
  135672             :         .ob_base = {
  135673             :             .ob_base = {
  135674             :                 .ob_refcnt = 999999999,
  135675             :                 .ob_type = &PyTuple_Type,
  135676             :             },
  135677             :             .ob_size = 4,
  135678             :         },
  135679             :         .ob_item = {
  135680             :             & const_str_startswith._ascii.ob_base,
  135681             :             & const_str_ImportError._ascii.ob_base,
  135682             :             & const_str_repr._ascii.ob_base,
  135683             :             & const_str__resolve_name._ascii.ob_base,
  135684             :         },
  135685             :     },
  135686             : };
  135687             : static
  135688             :     struct {
  135689             :         PyASCIIObject _ascii;
  135690             :         uint8_t _data[13];
  135691             :     }
  135692             : const_str_resolve_name = {
  135693             :     ._ascii = {
  135694             :         .ob_base = {
  135695             :             .ob_refcnt = 999999999,
  135696             :             .ob_type = &PyUnicode_Type,
  135697             :         },
  135698             :         .length = 12,
  135699             :         .hash = -1,
  135700             :         .state = {
  135701             :             .kind = 1,
  135702             :             .compact = 1,
  135703             :             .ascii = 1,
  135704             :         },
  135705             :     },
  135706             :     ._data = "resolve_name",
  135707             : };
  135708             : static
  135709             :     struct {
  135710             :         PyObject_VAR_HEAD
  135711             :         Py_hash_t ob_shash;
  135712             :         char ob_sval[150];
  135713             :     }
  135714             : importlib_util_toplevel_consts_17_linetable = {
  135715             :     .ob_base = {
  135716             :         .ob_base = {
  135717             :             .ob_refcnt = 999999999,
  135718             :             .ob_type = &PyBytes_Type,
  135719             :         },
  135720             :         .ob_size = 149,
  135721             :     },
  135722             :     .ob_shash = -1,
  135723             :     .ob_sval = "\x80\x00\xe0\x0b\x0f\x8f\x3f\x89\x3f\x98\x33\xd4\x0b\x1f\xf0\x00\x04\x05\x42\x01\xd8\x0f\x13\x88\x0b\xd8\x0d\x14\xf0\x00\x02\x05\x42\x01\xdd\x0e\x19\xf0\x00\x01\x1b\x41\x01\xb5\x64\xb8\x34\xb4\x6a\xf0\x00\x01\x1b\x41\x01\xf0\x00\x01\x1b\x41\x01\xf0\x00\x01\x1b\x41\x01\xf4\x00\x01\x0f\x42\x01\xf0\x00\x01\x09\x42\x01\xe0\x0c\x0d\x80\x45\xd8\x15\x19\xf0\x00\x03\x05\x13\xf1\x00\x03\x05\x13\x88\x09\xd8\x0b\x14\x98\x03\xd2\x0b\x1b\xf0\x00\x01\x09\x12\xd8\x0c\x11\x88\x45\xd8\x08\x0d\x90\x11\x89\x0a\x88\x05\x88\x05\xdd\x0b\x18\x98\x14\x98\x65\x98\x1c\x98\x1c\xa0\x77\xb0\x05\xd4\x0b\x36\xd0\x04\x36",
  135724             : };
  135725             : static
  135726             :     struct {
  135727             :         PyASCIIObject _ascii;
  135728             :         uint8_t _data[10];
  135729             :     }
  135730             : const_str_character = {
  135731             :     ._ascii = {
  135732             :         .ob_base = {
  135733             :             .ob_refcnt = 999999999,
  135734             :             .ob_type = &PyUnicode_Type,
  135735             :         },
  135736             :         .length = 9,
  135737             :         .hash = -1,
  135738             :         .state = {
  135739             :             .kind = 1,
  135740             :             .compact = 1,
  135741             :             .ascii = 1,
  135742             :         },
  135743             :     },
  135744             :     ._data = "character",
  135745             : };
  135746             : static
  135747             :     struct {
  135748             :         PyGC_Head _gc_head;
  135749             :         struct {
  135750             :             PyObject_VAR_HEAD
  135751             :             PyObject *ob_item[4];
  135752             :         }_object;
  135753             :     }
  135754             : importlib_util_toplevel_consts_17_localsplusnames = {
  135755             :     ._object = {
  135756             :         .ob_base = {
  135757             :             .ob_base = {
  135758             :                 .ob_refcnt = 999999999,
  135759             :                 .ob_type = &PyTuple_Type,
  135760             :             },
  135761             :             .ob_size = 4,
  135762             :         },
  135763             :         .ob_item = {
  135764             :             &_Py_ID(name),
  135765             :             & const_str_package._ascii.ob_base,
  135766             :             & const_str_level._ascii.ob_base,
  135767             :             & const_str_character._ascii.ob_base,
  135768             :         },
  135769             :     },
  135770             : };
  135771             : static
  135772             :     struct _PyCode_DEF(180)
  135773             : importlib_util_toplevel_consts_17 = {
  135774             :     .ob_base = {
  135775             :         .ob_base = {
  135776             :             .ob_refcnt = 999999999,
  135777             :             .ob_type = &PyCode_Type,
  135778             :         },
  135779             :         .ob_size = 90,
  135780             :     },
  135781             :     .co_consts = & importlib_util_toplevel_consts_17_consts._object.ob_base.ob_base,
  135782             :     .co_names = & importlib_util_toplevel_consts_17_names._object.ob_base.ob_base,
  135783             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  135784             :     .co_flags = 3,
  135785             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  135786             :     ._co_linearray_entry_size = 0,
  135787             :     .co_argcount = 2,
  135788             :     .co_posonlyargcount = 0,
  135789             :     .co_kwonlyargcount = 0,
  135790             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  135791             :     .co_stacksize = 6,
  135792             :     .co_firstlineno = 27,
  135793             :     .co_nlocalsplus = 4,
  135794             :     .co_nlocals = 4,
  135795             :     .co_nplaincellvars = 0,
  135796             :     .co_ncellvars = 0,
  135797             :     .co_nfreevars = 0,
  135798             :     .co_localsplusnames = & importlib_util_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
  135799             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  135800             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  135801             :     .co_name = & const_str_resolve_name._ascii.ob_base,
  135802             :     .co_qualname = & const_str_resolve_name._ascii.ob_base,
  135803             :     .co_linetable = & importlib_util_toplevel_consts_17_linetable.ob_base.ob_base,
  135804             :     ._co_code = NULL,
  135805             :     ._co_linearray = NULL,
  135806             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x7c\x01\x73\x1c\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x03\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x04\x7d\x02\x7c\x00\x44\x00\x5d\x0f\x00\x00\x7d\x03\x7c\x03\x64\x01\x6b\x03\x00\x00\x00\x00\x72\x02\x01\x00\x6e\x06\x7c\x02\x64\x05\x7a\x0d\x00\x00\x7d\x02\x8c\x11\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x64\x06\x1a\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  135807             :     ._co_firsttraceable = 0,
  135808             : };
  135809             : static
  135810             :     struct {
  135811             :         PyASCIIObject _ascii;
  135812             :         uint8_t _data[648];
  135813             :     }
  135814             : importlib_util_toplevel_consts_18_consts_0 = {
  135815             :     ._ascii = {
  135816             :         .ob_base = {
  135817             :             .ob_refcnt = 999999999,
  135818             :             .ob_type = &PyUnicode_Type,
  135819             :         },
  135820             :         .length = 647,
  135821             :         .hash = -1,
  135822             :         .state = {
  135823             :             .kind = 1,
  135824             :             .compact = 1,
  135825             :             .ascii = 1,
  135826             :         },
  135827             :     },
  135828             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x73\x70\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x46\x69\x72\x73\x74\x2c\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x20\x69\x73\x20\x63\x68\x65\x63\x6b\x65\x64\x20\x74\x6f\x20\x73\x65\x65\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x77\x61\x73\x20\x61\x6c\x72\x65\x61\x64\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x49\x66\x0a\x20\x20\x20\x20\x73\x6f\x2c\x20\x74\x68\x65\x6e\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x5b\x6e\x61\x6d\x65\x5d\x2e\x5f\x5f\x73\x70\x65\x63\x5f\x5f\x20\x69\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x2e\x20\x49\x66\x20\x74\x68\x61\x74\x20\x68\x61\x70\x70\x65\x6e\x73\x20\x74\x6f\x20\x62\x65\x0a\x20\x20\x20\x20\x73\x65\x74\x20\x74\x6f\x20\x4e\x6f\x6e\x65\x2c\x20\x74\x68\x65\x6e\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x20\x49\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x0a\x20\x20\x20\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x2c\x20\x74\x68\x65\x6e\x20\x73\x79\x73\x2e\x6d\x65\x74\x61\x5f\x70\x61\x74\x68\x20\x69\x73\x20\x73\x65\x61\x72\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x61\x20\x73\x75\x69\x74\x61\x62\x6c\x65\x20\x73\x70\x65\x63\x20\x77\x69\x74\x68\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x76\x61\x6c\x75\x65\x20\x6f\x66\x20\x27\x70\x61\x74\x68\x27\x20\x67\x69\x76\x65\x6e\x20\x74\x6f\x20\x74\x68\x65\x20\x66\x69\x6e\x64\x65\x72\x73\x2e\x20\x4e\x6f\x6e\x65\x20\x69\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x69\x66\x20\x6e\x6f\x20\x73\x70\x65\x63\x20\x63\x6f\x75\x6c\x64\x0a\x20\x20\x20\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x0a\x20\x20\x20\x20\x44\x6f\x74\x74\x65\x64\x20\x6e\x61\x6d\x65\x73\x20\x64\x6f\x20\x6e\x6f\x74\x20\x68\x61\x76\x65\x20\x74\x68\x65\x69\x72\x20\x70\x61\x72\x65\x6e\x74\x20\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x69\x6d\x70\x6c\x69\x63\x69\x74\x6c\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x59\x6f\x75\x20\x77\x69\x6c\x6c\x0a\x20\x20\x20\x20\x6d\x6f\x73\x74\x20\x6c\x69\x6b\x65\x6c\x79\x20\x6e\x65\x65\x64\x20\x74\x6f\x20\x65\x78\x70\x6c\x69\x63\x69\x74\x6c\x79\x20\x69\x6d\x70\x6f\x72\x74\x20\x61\x6c\x6c\x20\x70\x61\x72\x65\x6e\x74\x20\x70\x61\x63\x6b\x61\x67\x65\x73\x20\x69\x6e\x20\x74\x68\x65\x20\x70\x72\x6f\x70\x65\x72\x0a\x20\x20\x20\x20\x6f\x72\x64\x65\x72\x20\x66\x6f\x72\x20\x61\x20\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x20\x74\x6f\x20\x67\x65\x74\x20\x74\x68\x65\x20\x63\x6f\x72\x72\x65\x63\x74\x20\x73\x70\x65\x63\x2e\x0a\x0a\x20\x20\x20\x20",
  135829             : };
  135830             : static
  135831             :     struct {
  135832             :         PyASCIIObject _ascii;
  135833             :         uint8_t _data[20];
  135834             :     }
  135835             : importlib_util_toplevel_consts_18_consts_2 = {
  135836             :     ._ascii = {
  135837             :         .ob_base = {
  135838             :             .ob_refcnt = 999999999,
  135839             :             .ob_type = &PyUnicode_Type,
  135840             :         },
  135841             :         .length = 19,
  135842             :         .hash = -1,
  135843             :         .state = {
  135844             :             .kind = 1,
  135845             :             .compact = 1,
  135846             :             .ascii = 1,
  135847             :         },
  135848             :     },
  135849             :     ._data = "{}.__spec__ is None",
  135850             : };
  135851             : static
  135852             :     struct {
  135853             :         PyASCIIObject _ascii;
  135854             :         uint8_t _data[23];
  135855             :     }
  135856             : importlib_util_toplevel_consts_18_consts_3 = {
  135857             :     ._ascii = {
  135858             :         .ob_base = {
  135859             :             .ob_refcnt = 999999999,
  135860             :             .ob_type = &PyUnicode_Type,
  135861             :         },
  135862             :         .length = 22,
  135863             :         .hash = -1,
  135864             :         .state = {
  135865             :             .kind = 1,
  135866             :             .compact = 1,
  135867             :             .ascii = 1,
  135868             :         },
  135869             :     },
  135870             :     ._data = "{}.__spec__ is not set",
  135871             : };
  135872             : static
  135873             :     struct {
  135874             :         PyGC_Head _gc_head;
  135875             :         struct {
  135876             :             PyObject_VAR_HEAD
  135877             :             PyObject *ob_item[4];
  135878             :         }_object;
  135879             :     }
  135880             : importlib_util_toplevel_consts_18_consts = {
  135881             :     ._object = {
  135882             :         .ob_base = {
  135883             :             .ob_base = {
  135884             :                 .ob_refcnt = 999999999,
  135885             :                 .ob_type = &PyTuple_Type,
  135886             :             },
  135887             :             .ob_size = 4,
  135888             :         },
  135889             :         .ob_item = {
  135890             :             & importlib_util_toplevel_consts_18_consts_0._ascii.ob_base,
  135891             :             Py_None,
  135892             :             & importlib_util_toplevel_consts_18_consts_2._ascii.ob_base,
  135893             :             & importlib_util_toplevel_consts_18_consts_3._ascii.ob_base,
  135894             :         },
  135895             :     },
  135896             : };
  135897             : static
  135898             :     struct {
  135899             :         PyGC_Head _gc_head;
  135900             :         struct {
  135901             :             PyObject_VAR_HEAD
  135902             :             PyObject *ob_item[7];
  135903             :         }_object;
  135904             :     }
  135905             : importlib_util_toplevel_consts_18_names = {
  135906             :     ._object = {
  135907             :         .ob_base = {
  135908             :             .ob_base = {
  135909             :                 .ob_refcnt = 999999999,
  135910             :                 .ob_type = &PyTuple_Type,
  135911             :             },
  135912             :             .ob_size = 7,
  135913             :         },
  135914             :         .ob_item = {
  135915             :             & const_str_sys._ascii.ob_base,
  135916             :             &_Py_ID(modules),
  135917             :             & const_str__find_spec._ascii.ob_base,
  135918             :             &_Py_ID(__spec__),
  135919             :             & const_str_ValueError._ascii.ob_base,
  135920             :             & const_str_format._ascii.ob_base,
  135921             :             & const_str_AttributeError._ascii.ob_base,
  135922             :         },
  135923             :     },
  135924             : };
  135925             : static
  135926             :     struct {
  135927             :         PyASCIIObject _ascii;
  135928             :         uint8_t _data[21];
  135929             :     }
  135930             : const_str__find_spec_from_path = {
  135931             :     ._ascii = {
  135932             :         .ob_base = {
  135933             :             .ob_refcnt = 999999999,
  135934             :             .ob_type = &PyUnicode_Type,
  135935             :         },
  135936             :         .length = 20,
  135937             :         .hash = -1,
  135938             :         .state = {
  135939             :             .kind = 1,
  135940             :             .compact = 1,
  135941             :             .ascii = 1,
  135942             :         },
  135943             :     },
  135944             :     ._data = "_find_spec_from_path",
  135945             : };
  135946             : static
  135947             :     struct {
  135948             :         PyObject_VAR_HEAD
  135949             :         Py_hash_t ob_shash;
  135950             :         char ob_sval[173];
  135951             :     }
  135952             : importlib_util_toplevel_consts_18_linetable = {
  135953             :     .ob_base = {
  135954             :         .ob_base = {
  135955             :             .ob_refcnt = 999999999,
  135956             :             .ob_type = &PyBytes_Type,
  135957             :         },
  135958             :         .ob_size = 172,
  135959             :     },
  135960             :     .ob_shash = -1,
  135961             :     .ob_sval = "\x80\x00\xf0\x1e\x00\x08\x0c\x95\x33\x97\x3b\x91\x3b\xd0\x07\x1e\xf0\x00\x0d\x05\x18\xdd\x0f\x19\x98\x24\xa0\x04\xd4\x0f\x25\xd0\x08\x25\xe5\x11\x14\x97\x1b\x91\x1b\x98\x54\xd4\x11\x22\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xf0\x02\x07\x09\x18\xd8\x13\x19\x97\x3f\x91\x3f\x88\x44\xf0\x08\x00\x10\x14\xf0\x00\x01\x0d\x45\x01\xdd\x16\x20\xd0\x21\x36\xd7\x21\x3d\xd1\x21\x3d\xb8\x64\xd4\x21\x43\xd4\x16\x44\xd0\x10\x44\xd8\x13\x17\x88\x4b\xf8\xf5\x0b\x00\x10\x1e\xf0\x00\x01\x09\x4e\x01\xf0\x00\x01\x09\x4e\x01\xf0\x00\x01\x09\x4e\x01\xdd\x12\x1c\xd0\x1d\x35\xd7\x1d\x3c\xd1\x1d\x3c\xb8\x54\xd4\x1d\x42\xd4\x12\x43\xc8\x14\xd0\x0c\x4d\xf0\x03\x01\x09\x4e\x01\xf8\xf8\xf8",
  135962             : };
  135963             : static
  135964             :     struct {
  135965             :         PyObject_VAR_HEAD
  135966             :         Py_hash_t ob_shash;
  135967             :         char ob_sval[12];
  135968             :     }
  135969             : importlib_util_toplevel_consts_18_exceptiontable = {
  135970             :     .ob_base = {
  135971             :         .ob_base = {
  135972             :             .ob_refcnt = 999999999,
  135973             :             .ob_type = &PyBytes_Type,
  135974             :         },
  135975             :         .ob_size = 11,
  135976             :     },
  135977             :     .ob_shash = -1,
  135978             :     .ob_sval = "\xbe\x0c\x41\x2b\x00\xc1\x2b\x29\x42\x14\x03",
  135979             : };
  135980             : static
  135981             :     struct {
  135982             :         PyGC_Head _gc_head;
  135983             :         struct {
  135984             :             PyObject_VAR_HEAD
  135985             :             PyObject *ob_item[4];
  135986             :         }_object;
  135987             :     }
  135988             : importlib_util_toplevel_consts_18_localsplusnames = {
  135989             :     ._object = {
  135990             :         .ob_base = {
  135991             :             .ob_base = {
  135992             :                 .ob_refcnt = 999999999,
  135993             :                 .ob_type = &PyTuple_Type,
  135994             :             },
  135995             :             .ob_size = 4,
  135996             :         },
  135997             :         .ob_item = {
  135998             :             &_Py_ID(name),
  135999             :             &_Py_ID(path),
  136000             :             & const_str_module._ascii.ob_base,
  136001             :             & const_str_spec._ascii.ob_base,
  136002             :         },
  136003             :     },
  136004             : };
  136005             : static
  136006             :     struct _PyCode_DEF(302)
  136007             : importlib_util_toplevel_consts_18 = {
  136008             :     .ob_base = {
  136009             :         .ob_base = {
  136010             :             .ob_refcnt = 999999999,
  136011             :             .ob_type = &PyCode_Type,
  136012             :         },
  136013             :         .ob_size = 151,
  136014             :     },
  136015             :     .co_consts = & importlib_util_toplevel_consts_18_consts._object.ob_base.ob_base,
  136016             :     .co_names = & importlib_util_toplevel_consts_18_names._object.ob_base.ob_base,
  136017             :     .co_exceptiontable = & importlib_util_toplevel_consts_18_exceptiontable.ob_base.ob_base,
  136018             :     .co_flags = 3,
  136019             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  136020             :     ._co_linearray_entry_size = 0,
  136021             :     .co_argcount = 2,
  136022             :     .co_posonlyargcount = 0,
  136023             :     .co_kwonlyargcount = 0,
  136024             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  136025             :     .co_stacksize = 6,
  136026             :     .co_firstlineno = 42,
  136027             :     .co_nlocalsplus = 4,
  136028             :     .co_nlocals = 4,
  136029             :     .co_nplaincellvars = 0,
  136030             :     .co_ncellvars = 0,
  136031             :     .co_nfreevars = 0,
  136032             :     .co_localsplusnames = & importlib_util_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  136033             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  136034             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  136035             :     .co_name = & const_str__find_spec_from_path._ascii.ob_base,
  136036             :     .co_qualname = & const_str__find_spec_from_path._ascii.ob_base,
  136037             :     .co_linetable = & importlib_util_toplevel_consts_18_linetable.ob_base.ob_base,
  136038             :     ._co_code = NULL,
  136039             :     ._co_linearray = NULL,
  136040             :     .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x0e\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x02\x64\x01\x53\x00\x09\x00\x7c\x02\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x1d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1f\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
  136041             :     ._co_firsttraceable = 0,
  136042             : };
  136043             : static
  136044             :     struct {
  136045             :         PyASCIIObject _ascii;
  136046             :         uint8_t _data[688];
  136047             :     }
  136048             : importlib_util_toplevel_consts_19_consts_0 = {
  136049             :     ._ascii = {
  136050             :         .ob_base = {
  136051             :             .ob_refcnt = 999999999,
  136052             :             .ob_type = &PyUnicode_Type,
  136053             :         },
  136054             :         .length = 687,
  136055             :         .hash = -1,
  136056             :         .state = {
  136057             :             .kind = 1,
  136058             :             .compact = 1,
  136059             :             .ascii = 1,
  136060             :         },
  136061             :     },
  136062             :     ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x73\x70\x65\x63\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x46\x69\x72\x73\x74\x2c\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x20\x69\x73\x20\x63\x68\x65\x63\x6b\x65\x64\x20\x74\x6f\x20\x73\x65\x65\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x77\x61\x73\x20\x61\x6c\x72\x65\x61\x64\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x49\x66\x0a\x20\x20\x20\x20\x73\x6f\x2c\x20\x74\x68\x65\x6e\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x5b\x6e\x61\x6d\x65\x5d\x2e\x5f\x5f\x73\x70\x65\x63\x5f\x5f\x20\x69\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x2e\x20\x49\x66\x20\x74\x68\x61\x74\x20\x68\x61\x70\x70\x65\x6e\x73\x20\x74\x6f\x20\x62\x65\x0a\x20\x20\x20\x20\x73\x65\x74\x20\x74\x6f\x20\x4e\x6f\x6e\x65\x2c\x20\x74\x68\x65\x6e\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x20\x49\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x0a\x20\x20\x20\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x2c\x20\x74\x68\x65\x6e\x20\x73\x79\x73\x2e\x6d\x65\x74\x61\x5f\x70\x61\x74\x68\x20\x69\x73\x20\x73\x65\x61\x72\x63\x68\x65\x64\x20\x66\x6f\x72\x20\x61\x20\x73\x75\x69\x74\x61\x62\x6c\x65\x20\x73\x70\x65\x63\x20\x77\x69\x74\x68\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x76\x61\x6c\x75\x65\x20\x6f\x66\x20\x27\x70\x61\x74\x68\x27\x20\x67\x69\x76\x65\x6e\x20\x74\x6f\x20\x74\x68\x65\x20\x66\x69\x6e\x64\x65\x72\x73\x2e\x20\x4e\x6f\x6e\x65\x20\x69\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x69\x66\x20\x6e\x6f\x20\x73\x70\x65\x63\x20\x63\x6f\x75\x6c\x64\x0a\x20\x20\x20\x20\x62\x65\x20\x66\x6f\x75\x6e\x64\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x69\x73\x20\x66\x6f\x72\x20\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x20\x28\x63\x6f\x6e\x74\x61\x69\x6e\x73\x20\x61\x20\x64\x6f\x74\x29\x2c\x20\x74\x68\x65\x20\x70\x61\x72\x65\x6e\x74\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x0a\x20\x20\x20\x20\x61\x75\x74\x6f\x6d\x61\x74\x69\x63\x61\x6c\x6c\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x6e\x61\x6d\x65\x20\x61\x6e\x64\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x73\x20\x77\x6f\x72\x6b\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x61\x73\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x2e\x69\x6d\x70\x6f\x72\x74\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x2e\x0a\x20\x20\x20\x20\x49\x6e\x20\x6f\x74\x68\x65\x72\x20\x77\x6f\x72\x64\x73\x2c\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x73\x20\x28\x77\x69\x74\x68\x20\x6c\x65\x61\x64\x69\x6e\x67\x20\x64\x6f\x74\x73\x29\x20\x77\x6f\x72\x6b\x2e\x0a\x0a\x20\x20\x20\x20",
  136063             : };
  136064             : static
  136065             :     struct {
  136066             :         PyGC_Head _gc_head;
  136067             :         struct {
  136068             :             PyObject_VAR_HEAD
  136069             :             PyObject *ob_item[1];
  136070             :         }_object;
  136071             :     }
  136072             : importlib_util_toplevel_consts_19_consts_4 = {
  136073             :     ._object = {
  136074             :         .ob_base = {
  136075             :             .ob_base = {
  136076             :                 .ob_refcnt = 999999999,
  136077             :                 .ob_type = &PyTuple_Type,
  136078             :             },
  136079             :             .ob_size = 1,
  136080             :         },
  136081             :         .ob_item = {
  136082             :             & const_str_fromlist._ascii.ob_base,
  136083             :         },
  136084             :     },
  136085             : };
  136086             : static
  136087             :     struct {
  136088             :         PyASCIIObject _ascii;
  136089             :         uint8_t _data[33];
  136090             :     }
  136091             : importlib_util_toplevel_consts_19_consts_5 = {
  136092             :     ._ascii = {
  136093             :         .ob_base = {
  136094             :             .ob_refcnt = 999999999,
  136095             :             .ob_type = &PyUnicode_Type,
  136096             :         },
  136097             :         .length = 32,
  136098             :         .hash = -1,
  136099             :         .state = {
  136100             :             .kind = 1,
  136101             :             .compact = 1,
  136102             :             .ascii = 1,
  136103             :         },
  136104             :     },
  136105             :     ._data = "__path__ attribute not found on ",
  136106             : };
  136107             : static
  136108             :     struct {
  136109             :         PyASCIIObject _ascii;
  136110             :         uint8_t _data[23];
  136111             :     }
  136112             : importlib_util_toplevel_consts_19_consts_6 = {
  136113             :     ._ascii = {
  136114             :         .ob_base = {
  136115             :             .ob_refcnt = 999999999,
  136116             :             .ob_type = &PyUnicode_Type,
  136117             :         },
  136118             :         .length = 22,
  136119             :         .hash = -1,
  136120             :         .state = {
  136121             :             .kind = 1,
  136122             :             .compact = 1,
  136123             :             .ascii = 1,
  136124             :         },
  136125             :     },
  136126             :     ._data = " while trying to find ",
  136127             : };
  136128             : static
  136129             :     struct {
  136130             :         PyGC_Head _gc_head;
  136131             :         struct {
  136132             :             PyObject_VAR_HEAD
  136133             :             PyObject *ob_item[11];
  136134             :         }_object;
  136135             :     }
  136136             : importlib_util_toplevel_consts_19_consts = {
  136137             :     ._object = {
  136138             :         .ob_base = {
  136139             :             .ob_base = {
  136140             :                 .ob_refcnt = 999999999,
  136141             :                 .ob_type = &PyTuple_Type,
  136142             :             },
  136143             :             .ob_size = 11,
  136144             :         },
  136145             :         .ob_item = {
  136146             :             & importlib_util_toplevel_consts_19_consts_0._ascii.ob_base,
  136147             :             &_Py_STR(dot),
  136148             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  136149             :             &_Py_ID(__path__),
  136150             :             & importlib_util_toplevel_consts_19_consts_4._object.ob_base.ob_base,
  136151             :             & importlib_util_toplevel_consts_19_consts_5._ascii.ob_base,
  136152             :             & importlib_util_toplevel_consts_19_consts_6._ascii.ob_base,
  136153             :             & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
  136154             :             Py_None,
  136155             :             & importlib_util_toplevel_consts_18_consts_2._ascii.ob_base,
  136156             :             & importlib_util_toplevel_consts_18_consts_3._ascii.ob_base,
  136157             :         },
  136158             :     },
  136159             : };
  136160             : static
  136161             :     struct {
  136162             :         PyGC_Head _gc_head;
  136163             :         struct {
  136164             :             PyObject_VAR_HEAD
  136165             :             PyObject *ob_item[13];
  136166             :         }_object;
  136167             :     }
  136168             : importlib_util_toplevel_consts_19_names = {
  136169             :     ._object = {
  136170             :         .ob_base = {
  136171             :             .ob_base = {
  136172             :                 .ob_refcnt = 999999999,
  136173             :                 .ob_type = &PyTuple_Type,
  136174             :             },
  136175             :             .ob_size = 13,
  136176             :         },
  136177             :         .ob_item = {
  136178             :             & const_str_startswith._ascii.ob_base,
  136179             :             & const_str_resolve_name._ascii.ob_base,
  136180             :             & const_str_sys._ascii.ob_base,
  136181             :             &_Py_ID(modules),
  136182             :             & const_str_rpartition._ascii.ob_base,
  136183             :             &_Py_ID(__import__),
  136184             :             &_Py_ID(__path__),
  136185             :             & const_str_AttributeError._ascii.ob_base,
  136186             :             & const_str_ModuleNotFoundError._ascii.ob_base,
  136187             :             & const_str__find_spec._ascii.ob_base,
  136188             :             &_Py_ID(__spec__),
  136189             :             & const_str_ValueError._ascii.ob_base,
  136190             :             & const_str_format._ascii.ob_base,
  136191             :         },
  136192             :     },
  136193             : };
  136194             : static
  136195             :     struct {
  136196             :         PyObject_VAR_HEAD
  136197             :         Py_hash_t ob_shash;
  136198             :         char ob_sval[368];
  136199             :     }
  136200             : importlib_util_toplevel_consts_19_linetable = {
  136201             :     .ob_base = {
  136202             :         .ob_base = {
  136203             :             .ob_refcnt = 999999999,
  136204             :             .ob_type = &PyBytes_Type,
  136205             :         },
  136206             :         .ob_size = 367,
  136207             :     },
  136208             :     .ob_shash = -1,
  136209             :     .ob_sval = "\x80\x00\xf0\x22\x00\x2f\x33\xaf\x6f\xa9\x6f\xb8\x63\xd4\x2e\x42\xd0\x0f\x4c\x8d\x7c\x98\x44\xa0\x27\xd4\x0f\x2a\xd0\x0f\x2a\xc8\x04\x80\x48\xd8\x07\x0f\x95\x73\x97\x7b\x91\x7b\xd0\x07\x22\xf0\x00\x18\x05\x18\xd8\x16\x1e\xd7\x16\x29\xd1\x16\x29\xa8\x23\xd4\x16\x2e\xa8\x71\xd4\x16\x31\x88\x0b\xd8\x0b\x16\xf0\x00\x09\x09\x1f\xdd\x15\x1f\xa0\x0b\xb0\x7a\xb0\x6c\xd0\x15\x43\xd4\x15\x43\x88\x46\xf0\x02\x05\x0d\x50\x01\xd8\x1e\x24\x9f\x6f\x99\x6f\x90\x0b\x90\x0b\xf0\x0c\x00\x1b\x1f\x88\x4b\xdd\x0f\x19\x98\x28\xa0\x4b\xd4\x0f\x30\xd0\x08\x30\xe5\x11\x14\x97\x1b\x91\x1b\x98\x58\xd4\x11\x26\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xf0\x02\x07\x09\x18\xd8\x13\x19\x97\x3f\x91\x3f\x88\x44\xf0\x08\x00\x10\x14\xf0\x00\x01\x0d\x45\x01\xdd\x16\x20\xd0\x21\x36\xd7\x21\x3d\xd1\x21\x3d\xb8\x64\xd4\x21\x43\xd4\x16\x44\xd0\x10\x44\xd8\x13\x17\x88\x4b\xf8\xf5\x25\x00\x14\x22\xf0\x00\x03\x0d\x50\x01\xf0\x00\x03\x0d\x50\x01\xf0\x00\x03\x0d\x50\x01\xdd\x16\x29\xf0\x02\x01\x15\x39\xb0\x7b\xf0\x00\x01\x15\x39\xf0\x00\x01\x15\x39\xd8\x2c\x34\xf0\x03\x01\x15\x39\xf0\x00\x01\x15\x39\xd8\x3f\x47\xf0\x05\x02\x17\x49\x01\xf4\x00\x02\x17\x49\x01\xe0\x4e\x4f\xf0\x05\x02\x11\x50\x01\xf8\xf8\xf8\xf8\xf0\x03\x03\x0d\x50\x01\xf8\xf8\xf8\xf8\xf5\x1a\x00\x10\x1e\xf0\x00\x01\x09\x4e\x01\xf0\x00\x01\x09\x4e\x01\xf0\x00\x01\x09\x4e\x01\xdd\x12\x1c\xd0\x1d\x35\xd7\x1d\x3c\xd1\x1d\x3c\xb8\x54\xd4\x1d\x42\xd4\x12\x43\xc8\x14\xd0\x0c\x4d\xf0\x03\x01\x09\x4e\x01\xf8\xf8\xf8",
  136210             : };
  136211             : static
  136212             :     struct {
  136213             :         PyObject_VAR_HEAD
  136214             :         Py_hash_t ob_shash;
  136215             :         char ob_sval[37];
  136216             :     }
  136217             : importlib_util_toplevel_consts_19_exceptiontable = {
  136218             :     .ob_base = {
  136219             :         .ob_base = {
  136220             :             .ob_refcnt = 999999999,
  136221             :             .ob_type = &PyBytes_Type,
  136222             :         },
  136223             :         .ob_size = 36,
  136224             :     },
  136225             :     .ob_shash = -1,
  136226             :     .ob_sval = "\xc1\x21\x0c\x43\x07\x00\xc2\x1a\x0c\x43\x2f\x00\xc3\x07\x0a\x43\x2c\x03\xc3\x11\x16\x43\x27\x03\xc3\x27\x05\x43\x2c\x03\xc3\x2f\x29\x44\x18\x03",
  136227             : };
  136228             : static
  136229             :     struct {
  136230             :         PyASCIIObject _ascii;
  136231             :         uint8_t _data[12];
  136232             :     }
  136233             : const_str_parent_name = {
  136234             :     ._ascii = {
  136235             :         .ob_base = {
  136236             :             .ob_refcnt = 999999999,
  136237             :             .ob_type = &PyUnicode_Type,
  136238             :         },
  136239             :         .length = 11,
  136240             :         .hash = -1,
  136241             :         .state = {
  136242             :             .kind = 1,
  136243             :             .compact = 1,
  136244             :             .ascii = 1,
  136245             :         },
  136246             :     },
  136247             :     ._data = "parent_name",
  136248             : };
  136249             : static
  136250             :     struct {
  136251             :         PyGC_Head _gc_head;
  136252             :         struct {
  136253             :             PyObject_VAR_HEAD
  136254             :             PyObject *ob_item[9];
  136255             :         }_object;
  136256             :     }
  136257             : importlib_util_toplevel_consts_19_localsplusnames = {
  136258             :     ._object = {
  136259             :         .ob_base = {
  136260             :             .ob_base = {
  136261             :                 .ob_refcnt = 999999999,
  136262             :                 .ob_type = &PyTuple_Type,
  136263             :             },
  136264             :             .ob_size = 9,
  136265             :         },
  136266             :         .ob_item = {
  136267             :             &_Py_ID(name),
  136268             :             & const_str_package._ascii.ob_base,
  136269             :             & const_str_fullname._ascii.ob_base,
  136270             :             & const_str_parent_name._ascii.ob_base,
  136271             :             &_Py_ID(parent),
  136272             :             & const_str_parent_path._ascii.ob_base,
  136273             :             & const_str_e._ascii.ob_base,
  136274             :             & const_str_module._ascii.ob_base,
  136275             :             & const_str_spec._ascii.ob_base,
  136276             :         },
  136277             :     },
  136278             : };
  136279             : static
  136280             :     struct _PyCode_DEF(566)
  136281             : importlib_util_toplevel_consts_19 = {
  136282             :     .ob_base = {
  136283             :         .ob_base = {
  136284             :             .ob_refcnt = 999999999,
  136285             :             .ob_type = &PyCode_Type,
  136286             :         },
  136287             :         .ob_size = 283,
  136288             :     },
  136289             :     .co_consts = & importlib_util_toplevel_consts_19_consts._object.ob_base.ob_base,
  136290             :     .co_names = & importlib_util_toplevel_consts_19_names._object.ob_base.ob_base,
  136291             :     .co_exceptiontable = & importlib_util_toplevel_consts_19_exceptiontable.ob_base.ob_base,
  136292             :     .co_flags = 3,
  136293             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  136294             :     ._co_linearray_entry_size = 0,
  136295             :     .co_argcount = 2,
  136296             :     .co_posonlyargcount = 0,
  136297             :     .co_kwonlyargcount = 0,
  136298             :     .co_framesize = 16 + FRAME_SPECIALS_SIZE,
  136299             :     .co_stacksize = 7,
  136300             :     .co_firstlineno = 73,
  136301             :     .co_nlocalsplus = 9,
  136302             :     .co_nlocals = 9,
  136303             :     .co_nplaincellvars = 0,
  136304             :     .co_ncellvars = 0,
  136305             :     .co_nfreevars = 0,
  136306             :     .co_localsplusnames = & importlib_util_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
  136307             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
  136308             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  136309             :     .co_name = & const_str_find_spec._ascii.ob_base,
  136310             :     .co_qualname = & const_str_find_spec._ascii.ob_base,
  136311             :     .co_linetable = & importlib_util_toplevel_consts_19_linetable.ob_base.ob_base,
  136312             :     ._co_code = NULL,
  136313             :     ._co_linearray = NULL,
  136314             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x00\x7d\x02\x7c\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x48\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x72\x1e\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x03\x67\x01\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x7c\x04\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x02\x64\x08\x7d\x05\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x80\x02\x64\x08\x53\x00\x09\x00\x7c\x07\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x1d\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1b\x7d\x06\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x03\x9b\x02\x64\x06\x7c\x02\x9b\x02\x9d\x04\x7c\x02\xac\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x82\x02\x64\x08\x7d\x06\x7e\x06\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1f\x01\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
  136315             :     ._co_firsttraceable = 0,
  136316             : };
  136317             : static
  136318             :     struct {
  136319             :         PyASCIIObject _ascii;
  136320             :         uint8_t _data[17];
  136321             :     }
  136322             : const_str___initializing__ = {
  136323             :     ._ascii = {
  136324             :         .ob_base = {
  136325             :             .ob_refcnt = 999999999,
  136326             :             .ob_type = &PyUnicode_Type,
  136327             :         },
  136328             :         .length = 16,
  136329             :         .hash = -1,
  136330             :         .state = {
  136331             :             .kind = 1,
  136332             :             .compact = 1,
  136333             :             .ascii = 1,
  136334             :         },
  136335             :     },
  136336             :     ._data = "__initializing__",
  136337             : };
  136338             : static
  136339             :     struct {
  136340             :         PyGC_Head _gc_head;
  136341             :         struct {
  136342             :             PyObject_VAR_HEAD
  136343             :             PyObject *ob_item[7];
  136344             :         }_object;
  136345             :     }
  136346             : importlib_util_toplevel_consts_20_names = {
  136347             :     ._object = {
  136348             :         .ob_base = {
  136349             :             .ob_base = {
  136350             :                 .ob_refcnt = 999999999,
  136351             :                 .ob_type = &PyTuple_Type,
  136352             :             },
  136353             :             .ob_size = 7,
  136354             :         },
  136355             :         .ob_item = {
  136356             :             & const_str_sys._ascii.ob_base,
  136357             :             &_Py_ID(modules),
  136358             :             &_Py_ID(get),
  136359             :             & const_str_type._ascii.ob_base,
  136360             :             & const_str___initializing__._ascii.ob_base,
  136361             :             & const_str_Exception._ascii.ob_base,
  136362             :             & const_str_KeyError._ascii.ob_base,
  136363             :         },
  136364             :     },
  136365             : };
  136366             : static
  136367             :     struct {
  136368             :         PyASCIIObject _ascii;
  136369             :         uint8_t _data[16];
  136370             :     }
  136371             : const_str__module_to_load = {
  136372             :     ._ascii = {
  136373             :         .ob_base = {
  136374             :             .ob_refcnt = 999999999,
  136375             :             .ob_type = &PyUnicode_Type,
  136376             :         },
  136377             :         .length = 15,
  136378             :         .hash = -1,
  136379             :         .state = {
  136380             :             .kind = 1,
  136381             :             .compact = 1,
  136382             :             .ascii = 1,
  136383             :         },
  136384             :     },
  136385             :     ._data = "_module_to_load",
  136386             : };
  136387             : static
  136388             :     struct {
  136389             :         PyObject_VAR_HEAD
  136390             :         Py_hash_t ob_shash;
  136391             :         char ob_sval[232];
  136392             :     }
  136393             : importlib_util_toplevel_consts_20_linetable = {
  136394             :     .ob_base = {
  136395             :         .ob_base = {
  136396             :             .ob_refcnt = 999999999,
  136397             :             .ob_type = &PyBytes_Type,
  136398             :         },
  136399             :         .ob_size = 231,
  136400             :     },
  136401             :     .ob_shash = -1,
  136402             :     .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe0\x10\x14\x9d\x03\x9f\x0b\x99\x0b\xd0\x10\x23\x80\x49\xe5\x0d\x10\x8f\x5b\x89\x5b\x8f\x5f\x89\x5f\x98\x54\xd4\x0d\x22\x80\x46\xd8\x0b\x14\xf0\x00\x08\x05\x23\xf0\x08\x00\x12\x1b\x95\x14\x95\x63\x94\x19\x98\x34\x94\x1f\x88\x06\xf0\x06\x00\x23\x27\x88\x06\xd4\x08\x1f\xd8\x1c\x22\x8d\x03\x8f\x0b\x89\x0b\x90\x44\xd1\x08\x19\xf0\x02\x09\x05\x28\xd8\x0e\x14\x88\x0c\x88\x0c\x88\x0c\xf0\x10\x00\x23\x28\x88\x06\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xf8\xf5\x0f\x00\x0c\x15\xf0\x00\x05\x05\x15\xf0\x00\x05\x05\x15\xf0\x00\x05\x05\x15\xd8\x0f\x18\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xdd\x14\x17\x97\x4b\x91\x4b\xa0\x04\xd0\x14\x25\xd0\x14\x25\xf8\xdd\x13\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf8\xf0\x09\x05\x05\x15\xf8\xf8\xf8\xf8\xf0\x0e\x00\x23\x28\x88\x06\xd4\x08\x1f\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27",
  136403             : };
  136404             : static
  136405             :     struct {
  136406             :         PyObject_VAR_HEAD
  136407             :         Py_hash_t ob_shash;
  136408             :         char ob_sval[73];
  136409             :     }
  136410             : importlib_util_toplevel_consts_20_exceptiontable = {
  136411             :     .ob_base = {
  136412             :         .ob_base = {
  136413             :             .ob_refcnt = 999999999,
  136414             :             .ob_type = &PyBytes_Type,
  136415             :         },
  136416             :         .ob_size = 72,
  136417             :     },
  136418             :     .ob_shash = -1,
  136419             :     .ob_sval = "\xc1\x2e\x04\x41\x3b\x00\xc1\x3b\x0c\x42\x2e\x03\xc2\x08\x12\x42\x1b\x02\xc2\x1a\x01\x42\x2e\x03\xc2\x1b\x0a\x42\x28\x05\xc2\x25\x02\x42\x2e\x03\xc2\x27\x01\x42\x28\x05\xc2\x28\x03\x42\x2e\x03\xc2\x2b\x02\x42\x31\x00\xc2\x2d\x01\x42\x2e\x03\xc2\x2e\x03\x42\x31\x00\xc2\x31\x09\x42\x3a\x03",
  136420             : };
  136421             : static
  136422             :     struct {
  136423             :         PyGC_Head _gc_head;
  136424             :         struct {
  136425             :             PyObject_VAR_HEAD
  136426             :             PyObject *ob_item[3];
  136427             :         }_object;
  136428             :     }
  136429             : importlib_util_toplevel_consts_20_localsplusnames = {
  136430             :     ._object = {
  136431             :         .ob_base = {
  136432             :             .ob_base = {
  136433             :                 .ob_refcnt = 999999999,
  136434             :                 .ob_type = &PyTuple_Type,
  136435             :             },
  136436             :             .ob_size = 3,
  136437             :         },
  136438             :         .ob_item = {
  136439             :             &_Py_ID(name),
  136440             :             & const_str_is_reload._ascii.ob_base,
  136441             :             & const_str_module._ascii.ob_base,
  136442             :         },
  136443             :     },
  136444             : };
  136445             : static
  136446             :     struct _PyCode_DEF(378)
  136447             : importlib_util_toplevel_consts_20 = {
  136448             :     .ob_base = {
  136449             :         .ob_base = {
  136450             :             .ob_refcnt = 999999999,
  136451             :             .ob_type = &PyCode_Type,
  136452             :         },
  136453             :         .ob_size = 189,
  136454             :     },
  136455             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
  136456             :     .co_names = & importlib_util_toplevel_consts_20_names._object.ob_base.ob_base,
  136457             :     .co_exceptiontable = & importlib_util_toplevel_consts_20_exceptiontable.ob_base.ob_base,
  136458             :     .co_flags = 35,
  136459             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  136460             :     ._co_linearray_entry_size = 0,
  136461             :     .co_argcount = 1,
  136462             :     .co_posonlyargcount = 0,
  136463             :     .co_kwonlyargcount = 0,
  136464             :     .co_framesize = 8 + FRAME_SPECIALS_SIZE,
  136465             :     .co_stacksize = 5,
  136466             :     .co_firstlineno = 118,
  136467             :     .co_nlocalsplus = 3,
  136468             :     .co_nlocals = 3,
  136469             :     .co_nplaincellvars = 0,
  136470             :     .co_ncellvars = 0,
  136471             :     .co_nfreevars = 0,
  136472             :     .co_localsplusnames = & importlib_util_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
  136473             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  136474             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  136475             :     .co_name = & const_str__module_to_load._ascii.ob_base,
  136476             :     .co_qualname = & const_str__module_to_load._ascii.ob_base,
  136477             :     .co_linetable = & importlib_util_toplevel_consts_20_linetable.ob_base.ob_base,
  136478             :     ._co_code = NULL,
  136479             :     ._co_linearray = NULL,
  136480             :     .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x73\x34\x02\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x01\x7c\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3c\x00\x00\x00\x09\x00\x7c\x02\x96\x01\x97\x01\x01\x00\x64\x02\x7c\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x29\x01\x00\x7c\x01\x73\x24\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3d\x00\x6e\x10\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x59\x00\x8c\x3b\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x64\x02\x7c\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  136481             :     ._co_firsttraceable = 2,
  136482             : };
  136483             : static
  136484             :     struct {
  136485             :         PyASCIIObject _ascii;
  136486             :         uint8_t _data[80];
  136487             :     }
  136488             : importlib_util_toplevel_consts_21_consts_0 = {
  136489             :     ._ascii = {
  136490             :         .ob_base = {
  136491             :             .ob_refcnt = 999999999,
  136492             :             .ob_type = &PyUnicode_Type,
  136493             :         },
  136494             :         .length = 79,
  136495             :         .hash = -1,
  136496             :         .state = {
  136497             :             .kind = 1,
  136498             :             .compact = 1,
  136499             :             .ascii = 1,
  136500             :         },
  136501             :     },
  136502             :     ._data = "\x53\x65\x74\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x20\x6f\x6e\x20\x74\x68\x65\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
  136503             : };
  136504             : static
  136505             :     struct {
  136506             :         PyASCIIObject _ascii;
  136507             :         uint8_t _data[108];
  136508             :     }
  136509             : importlib_util_toplevel_consts_21_consts_1_consts_1 = {
  136510             :     ._ascii = {
  136511             :         .ob_base = {
  136512             :             .ob_refcnt = 999999999,
  136513             :             .ob_type = &PyUnicode_Type,
  136514             :         },
  136515             :         .length = 107,
  136516             :         .hash = -1,
  136517             :         .state = {
  136518             :             .kind = 1,
  136519             :             .compact = 1,
  136520             :             .ascii = 1,
  136521             :         },
  136522             :     },
  136523             :     ._data = "The import system now takes care of this automatically; this decorator is slated for removal in Python 3.12",
  136524             : };
  136525             : static
  136526             :     struct {
  136527             :         PyGC_Head _gc_head;
  136528             :         struct {
  136529             :             PyObject_VAR_HEAD
  136530             :             PyObject *ob_item[8];
  136531             :         }_object;
  136532             :     }
  136533             : importlib_util_toplevel_consts_21_consts_1_consts = {
  136534             :     ._object = {
  136535             :         .ob_base = {
  136536             :             .ob_base = {
  136537             :                 .ob_refcnt = 999999999,
  136538             :                 .ob_type = &PyTuple_Type,
  136539             :             },
  136540             :             .ob_size = 8,
  136541             :         },
  136542             :         .ob_item = {
  136543             :             Py_None,
  136544             :             & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
  136545             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  136546             :             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
  136547             :             &_Py_ID(__package__),
  136548             :             &_Py_ID(__path__),
  136549             :             &_Py_STR(dot),
  136550             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  136551             :         },
  136552             :     },
  136553             : };
  136554             : static
  136555             :     struct {
  136556             :         PyGC_Head _gc_head;
  136557             :         struct {
  136558             :             PyObject_VAR_HEAD
  136559             :             PyObject *ob_item[8];
  136560             :         }_object;
  136561             :     }
  136562             : importlib_util_toplevel_consts_21_consts_1_names = {
  136563             :     ._object = {
  136564             :         .ob_base = {
  136565             :             .ob_base = {
  136566             :                 .ob_refcnt = 999999999,
  136567             :                 .ob_type = &PyTuple_Type,
  136568             :             },
  136569             :             .ob_size = 8,
  136570             :         },
  136571             :         .ob_item = {
  136572             :             &_Py_ID(warnings),
  136573             :             & const_str_warn._ascii.ob_base,
  136574             :             & const_str_DeprecationWarning._ascii.ob_base,
  136575             :             &_Py_ID(getattr),
  136576             :             &_Py_ID(__name__),
  136577             :             &_Py_ID(__package__),
  136578             :             & const_str_hasattr._ascii.ob_base,
  136579             :             & const_str_rpartition._ascii.ob_base,
  136580             :         },
  136581             :     },
  136582             : };
  136583             : static
  136584             :     struct {
  136585             :         PyASCIIObject _ascii;
  136586             :         uint8_t _data[20];
  136587             :     }
  136588             : const_str_set_package_wrapper = {
  136589             :     ._ascii = {
  136590             :         .ob_base = {
  136591             :             .ob_refcnt = 999999999,
  136592             :             .ob_type = &PyUnicode_Type,
  136593             :         },
  136594             :         .length = 19,
  136595             :         .hash = -1,
  136596             :         .state = {
  136597             :             .kind = 1,
  136598             :             .compact = 1,
  136599             :             .ascii = 1,
  136600             :         },
  136601             :     },
  136602             :     ._data = "set_package_wrapper",
  136603             : };
  136604             : static
  136605             :     struct {
  136606             :         PyASCIIObject _ascii;
  136607             :         uint8_t _data[41];
  136608             :     }
  136609             : importlib_util_toplevel_consts_21_consts_1_qualname = {
  136610             :     ._ascii = {
  136611             :         .ob_base = {
  136612             :             .ob_refcnt = 999999999,
  136613             :             .ob_type = &PyUnicode_Type,
  136614             :         },
  136615             :         .length = 40,
  136616             :         .hash = -1,
  136617             :         .state = {
  136618             :             .kind = 1,
  136619             :             .compact = 1,
  136620             :             .ascii = 1,
  136621             :         },
  136622             :     },
  136623             :     ._data = "set_package.<locals>.set_package_wrapper",
  136624             : };
  136625             : static
  136626             :     struct {
  136627             :         PyObject_VAR_HEAD
  136628             :         Py_hash_t ob_shash;
  136629             :         char ob_sval[140];
  136630             :     }
  136631             : importlib_util_toplevel_consts_21_consts_1_linetable = {
  136632             :     .ob_base = {
  136633             :         .ob_base = {
  136634             :             .ob_refcnt = 999999999,
  136635             :             .ob_type = &PyBytes_Type,
  136636             :         },
  136637             :         .ob_size = 139,
  136638             :     },
  136639             :     .ob_shash = -1,
  136640             :     .ob_sval = "\xf8\x80\x00\xe5\x08\x15\x8f\x0d\x89\x0d\xf0\x00\x01\x17\x4c\x01\xe5\x16\x28\xb0\x51\xf0\x05\x02\x09\x38\xf4\x00\x02\x09\x38\xf0\x00\x02\x09\x38\xf0\x06\x00\x12\x15\x90\x13\x90\x64\xd0\x11\x25\x98\x66\xd0\x11\x25\xd0\x11\x25\x88\x06\xdd\x0b\x12\x90\x36\x98\x3d\xa8\x24\xd4\x0b\x2f\xf0\x00\x03\x09\x4b\x01\xd8\x21\x27\xa7\x1f\xa1\x1f\x88\x46\xd4\x0c\x1e\xdd\x13\x1a\x98\x36\xa0\x3a\xd4\x13\x2e\xf0\x00\x01\x0d\x4b\x01\xd8\x25\x2b\xd7\x25\x37\xd1\x25\x37\xd7\x25\x42\xd1\x25\x42\xc0\x33\xd4\x25\x47\xc8\x01\xd4\x25\x4a\x90\x06\xd4\x10\x22\xd8\x0f\x15\x88\x0d",
  136641             : };
  136642             : static
  136643             :     struct {
  136644             :         PyGC_Head _gc_head;
  136645             :         struct {
  136646             :             PyObject_VAR_HEAD
  136647             :             PyObject *ob_item[4];
  136648             :         }_object;
  136649             :     }
  136650             : importlib_util_toplevel_consts_21_consts_1_localsplusnames = {
  136651             :     ._object = {
  136652             :         .ob_base = {
  136653             :             .ob_base = {
  136654             :                 .ob_refcnt = 999999999,
  136655             :                 .ob_type = &PyTuple_Type,
  136656             :             },
  136657             :             .ob_size = 4,
  136658             :         },
  136659             :         .ob_item = {
  136660             :             & const_str_args._ascii.ob_base,
  136661             :             & const_str_kwargs._ascii.ob_base,
  136662             :             & const_str_module._ascii.ob_base,
  136663             :             & const_str_fxn._ascii.ob_base,
  136664             :         },
  136665             :     },
  136666             : };
  136667             : static
  136668             :     struct _PyCode_DEF(256)
  136669             : importlib_util_toplevel_consts_21_consts_1 = {
  136670             :     .ob_base = {
  136671             :         .ob_base = {
  136672             :             .ob_refcnt = 999999999,
  136673             :             .ob_type = &PyCode_Type,
  136674             :         },
  136675             :         .ob_size = 128,
  136676             :     },
  136677             :     .co_consts = & importlib_util_toplevel_consts_21_consts_1_consts._object.ob_base.ob_base,
  136678             :     .co_names = & importlib_util_toplevel_consts_21_consts_1_names._object.ob_base.ob_base,
  136679             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  136680             :     .co_flags = 31,
  136681             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  136682             :     ._co_linearray_entry_size = 0,
  136683             :     .co_argcount = 0,
  136684             :     .co_posonlyargcount = 0,
  136685             :     .co_kwonlyargcount = 0,
  136686             :     .co_framesize = 9 + FRAME_SPECIALS_SIZE,
  136687             :     .co_stacksize = 5,
  136688             :     .co_firstlineno = 150,
  136689             :     .co_nlocalsplus = 4,
  136690             :     .co_nlocals = 3,
  136691             :     .co_nplaincellvars = 0,
  136692             :     .co_ncellvars = 0,
  136693             :     .co_nfreevars = 1,
  136694             :     .co_localsplusnames = & importlib_util_toplevel_consts_21_consts_1_localsplusnames._object.ob_base.ob_base,
  136695             :     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
  136696             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  136697             :     .co_name = & const_str_set_package_wrapper._ascii.ob_base,
  136698             :     .co_qualname = & importlib_util_toplevel_consts_21_consts_1_qualname._ascii.ob_base,
  136699             :     .co_linetable = & importlib_util_toplevel_consts_21_consts_1_linetable.ob_base.ob_base,
  136700             :     ._co_code = NULL,
  136701             :     ._co_linearray = NULL,
  136702             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x89\x03\x7c\x00\x69\x00\x7c\x01\xa4\x01\x8e\x01\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x04\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x46\x7c\x02\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x27\x7c\x02\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x53\x00",
  136703             :     ._co_firsttraceable = 1,
  136704             : };
  136705             : static
  136706             :     struct {
  136707             :         PyGC_Head _gc_head;
  136708             :         struct {
  136709             :             PyObject_VAR_HEAD
  136710             :             PyObject *ob_item[2];
  136711             :         }_object;
  136712             :     }
  136713             : importlib_util_toplevel_consts_21_consts = {
  136714             :     ._object = {
  136715             :         .ob_base = {
  136716             :             .ob_base = {
  136717             :                 .ob_refcnt = 999999999,
  136718             :                 .ob_type = &PyTuple_Type,
  136719             :             },
  136720             :             .ob_size = 2,
  136721             :         },
  136722             :         .ob_item = {
  136723             :             & importlib_util_toplevel_consts_21_consts_0._ascii.ob_base,
  136724             :             & importlib_util_toplevel_consts_21_consts_1.ob_base.ob_base,
  136725             :         },
  136726             :     },
  136727             : };
  136728             : static
  136729             :     struct {
  136730             :         PyASCIIObject _ascii;
  136731             :         uint8_t _data[10];
  136732             :     }
  136733             : const_str_functools = {
  136734             :     ._ascii = {
  136735             :         .ob_base = {
  136736             :             .ob_refcnt = 999999999,
  136737             :             .ob_type = &PyUnicode_Type,
  136738             :         },
  136739             :         .length = 9,
  136740             :         .hash = -1,
  136741             :         .state = {
  136742             :             .kind = 1,
  136743             :             .compact = 1,
  136744             :             .ascii = 1,
  136745             :         },
  136746             :     },
  136747             :     ._data = "functools",
  136748             : };
  136749             : static
  136750             :     struct {
  136751             :         PyASCIIObject _ascii;
  136752             :         uint8_t _data[6];
  136753             :     }
  136754             : const_str_wraps = {
  136755             :     ._ascii = {
  136756             :         .ob_base = {
  136757             :             .ob_refcnt = 999999999,
  136758             :             .ob_type = &PyUnicode_Type,
  136759             :         },
  136760             :         .length = 5,
  136761             :         .hash = -1,
  136762             :         .state = {
  136763             :             .kind = 1,
  136764             :             .compact = 1,
  136765             :             .ascii = 1,
  136766             :         },
  136767             :     },
  136768             :     ._data = "wraps",
  136769             : };
  136770             : static
  136771             :     struct {
  136772             :         PyGC_Head _gc_head;
  136773             :         struct {
  136774             :             PyObject_VAR_HEAD
  136775             :             PyObject *ob_item[2];
  136776             :         }_object;
  136777             :     }
  136778             : importlib_util_toplevel_consts_21_names = {
  136779             :     ._object = {
  136780             :         .ob_base = {
  136781             :             .ob_base = {
  136782             :                 .ob_refcnt = 999999999,
  136783             :                 .ob_type = &PyTuple_Type,
  136784             :             },
  136785             :             .ob_size = 2,
  136786             :         },
  136787             :         .ob_item = {
  136788             :             & const_str_functools._ascii.ob_base,
  136789             :             & const_str_wraps._ascii.ob_base,
  136790             :         },
  136791             :     },
  136792             : };
  136793             : static
  136794             :     struct {
  136795             :         PyASCIIObject _ascii;
  136796             :         uint8_t _data[12];
  136797             :     }
  136798             : const_str_set_package = {
  136799             :     ._ascii = {
  136800             :         .ob_base = {
  136801             :             .ob_refcnt = 999999999,
  136802             :             .ob_type = &PyUnicode_Type,
  136803             :         },
  136804             :         .length = 11,
  136805             :         .hash = -1,
  136806             :         .state = {
  136807             :             .kind = 1,
  136808             :             .compact = 1,
  136809             :             .ascii = 1,
  136810             :         },
  136811             :     },
  136812             :     ._data = "set_package",
  136813             : };
  136814             : static
  136815             :     struct {
  136816             :         PyObject_VAR_HEAD
  136817             :         Py_hash_t ob_shash;
  136818             :         char ob_sval[56];
  136819             :     }
  136820             : importlib_util_toplevel_consts_21_linetable = {
  136821             :     .ob_base = {
  136822             :         .ob_base = {
  136823             :             .ob_refcnt = 999999999,
  136824             :             .ob_type = &PyBytes_Type,
  136825             :         },
  136826             :         .ob_size = 55,
  136827             :     },
  136828             :     .ob_shash = -1,
  136829             :     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x06\x15\x87\x5f\x81\x5f\x90\x53\xd4\x05\x19\xf0\x02\x09\x05\x16\xf0\x00\x09\x05\x16\xf0\x00\x09\x05\x16\xf0\x00\x09\x05\x16\xf4\x03\x00\x06\x1a\xf0\x02\x09\x05\x16\xf0\x14\x00\x0c\x1f\xd0\x04\x1e",
  136830             : };
  136831             : static
  136832             :     struct {
  136833             :         PyGC_Head _gc_head;
  136834             :         struct {
  136835             :             PyObject_VAR_HEAD
  136836             :             PyObject *ob_item[2];
  136837             :         }_object;
  136838             :     }
  136839             : importlib_util_toplevel_consts_21_localsplusnames = {
  136840             :     ._object = {
  136841             :         .ob_base = {
  136842             :             .ob_base = {
  136843             :                 .ob_refcnt = 999999999,
  136844             :                 .ob_type = &PyTuple_Type,
  136845             :             },
  136846             :             .ob_size = 2,
  136847             :         },
  136848             :         .ob_item = {
  136849             :             & const_str_fxn._ascii.ob_base,
  136850             :             & const_str_set_package_wrapper._ascii.ob_base,
  136851             :         },
  136852             :     },
  136853             : };
  136854             : static
  136855             :     struct _PyCode_DEF(72)
  136856             : importlib_util_toplevel_consts_21 = {
  136857             :     .ob_base = {
  136858             :         .ob_base = {
  136859             :             .ob_refcnt = 999999999,
  136860             :             .ob_type = &PyCode_Type,
  136861             :         },
  136862             :         .ob_size = 36,
  136863             :     },
  136864             :     .co_consts = & importlib_util_toplevel_consts_21_consts._object.ob_base.ob_base,
  136865             :     .co_names = & importlib_util_toplevel_consts_21_names._object.ob_base.ob_base,
  136866             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  136867             :     .co_flags = 3,
  136868             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  136869             :     ._co_linearray_entry_size = 0,
  136870             :     .co_argcount = 1,
  136871             :     .co_posonlyargcount = 0,
  136872             :     .co_kwonlyargcount = 0,
  136873             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  136874             :     .co_stacksize = 3,
  136875             :     .co_firstlineno = 144,
  136876             :     .co_nlocalsplus = 2,
  136877             :     .co_nlocals = 2,
  136878             :     .co_nplaincellvars = 0,
  136879             :     .co_ncellvars = 1,
  136880             :     .co_nfreevars = 0,
  136881             :     .co_localsplusnames = & importlib_util_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
  136882             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
  136883             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  136884             :     .co_name = & const_str_set_package._ascii.ob_base,
  136885             :     .co_qualname = & const_str_set_package._ascii.ob_base,
  136886             :     .co_linetable = & importlib_util_toplevel_consts_21_linetable.ob_base.ob_base,
  136887             :     ._co_code = NULL,
  136888             :     ._co_linearray = NULL,
  136889             :     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
  136890             :     ._co_firsttraceable = 1,
  136891             : };
  136892             : static
  136893             :     struct {
  136894             :         PyASCIIObject _ascii;
  136895             :         uint8_t _data[79];
  136896             :     }
  136897             : importlib_util_toplevel_consts_22_consts_0 = {
  136898             :     ._ascii = {
  136899             :         .ob_base = {
  136900             :             .ob_refcnt = 999999999,
  136901             :             .ob_type = &PyUnicode_Type,
  136902             :         },
  136903             :         .length = 78,
  136904             :         .hash = -1,
  136905             :         .state = {
  136906             :             .kind = 1,
  136907             :             .compact = 1,
  136908             :             .ascii = 1,
  136909             :         },
  136910             :     },
  136911             :     ._data = "\x53\x65\x74\x20\x5f\x5f\x6c\x6f\x61\x64\x65\x72\x5f\x5f\x20\x6f\x6e\x20\x74\x68\x65\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
  136912             : };
  136913             : static
  136914             :     struct {
  136915             :         PyGC_Head _gc_head;
  136916             :         struct {
  136917             :             PyObject_VAR_HEAD
  136918             :             PyObject *ob_item[5];
  136919             :         }_object;
  136920             :     }
  136921             : importlib_util_toplevel_consts_22_consts_1_consts = {
  136922             :     ._object = {
  136923             :         .ob_base = {
  136924             :             .ob_base = {
  136925             :                 .ob_refcnt = 999999999,
  136926             :                 .ob_type = &PyTuple_Type,
  136927             :             },
  136928             :             .ob_size = 5,
  136929             :         },
  136930             :         .ob_item = {
  136931             :             Py_None,
  136932             :             & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
  136933             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  136934             :             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
  136935             :             &_Py_ID(__loader__),
  136936             :         },
  136937             :     },
  136938             : };
  136939             : static
  136940             :     struct {
  136941             :         PyGC_Head _gc_head;
  136942             :         struct {
  136943             :             PyObject_VAR_HEAD
  136944             :             PyObject *ob_item[5];
  136945             :         }_object;
  136946             :     }
  136947             : importlib_util_toplevel_consts_22_consts_1_names = {
  136948             :     ._object = {
  136949             :         .ob_base = {
  136950             :             .ob_base = {
  136951             :                 .ob_refcnt = 999999999,
  136952             :                 .ob_type = &PyTuple_Type,
  136953             :             },
  136954             :             .ob_size = 5,
  136955             :         },
  136956             :         .ob_item = {
  136957             :             &_Py_ID(warnings),
  136958             :             & const_str_warn._ascii.ob_base,
  136959             :             & const_str_DeprecationWarning._ascii.ob_base,
  136960             :             &_Py_ID(getattr),
  136961             :             &_Py_ID(__loader__),
  136962             :         },
  136963             :     },
  136964             : };
  136965             : static
  136966             :     struct {
  136967             :         PyASCIIObject _ascii;
  136968             :         uint8_t _data[19];
  136969             :     }
  136970             : const_str_set_loader_wrapper = {
  136971             :     ._ascii = {
  136972             :         .ob_base = {
  136973             :             .ob_refcnt = 999999999,
  136974             :             .ob_type = &PyUnicode_Type,
  136975             :         },
  136976             :         .length = 18,
  136977             :         .hash = -1,
  136978             :         .state = {
  136979             :             .kind = 1,
  136980             :             .compact = 1,
  136981             :             .ascii = 1,
  136982             :         },
  136983             :     },
  136984             :     ._data = "set_loader_wrapper",
  136985             : };
  136986             : static
  136987             :     struct {
  136988             :         PyASCIIObject _ascii;
  136989             :         uint8_t _data[39];
  136990             :     }
  136991             : importlib_util_toplevel_consts_22_consts_1_qualname = {
  136992             :     ._ascii = {
  136993             :         .ob_base = {
  136994             :             .ob_refcnt = 999999999,
  136995             :             .ob_type = &PyUnicode_Type,
  136996             :         },
  136997             :         .length = 38,
  136998             :         .hash = -1,
  136999             :         .state = {
  137000             :             .kind = 1,
  137001             :             .compact = 1,
  137002             :             .ascii = 1,
  137003             :         },
  137004             :     },
  137005             :     ._data = "set_loader.<locals>.set_loader_wrapper",
  137006             : };
  137007             : static
  137008             :     struct {
  137009             :         PyObject_VAR_HEAD
  137010             :         Py_hash_t ob_shash;
  137011             :         char ob_sval[100];
  137012             :     }
  137013             : importlib_util_toplevel_consts_22_consts_1_linetable = {
  137014             :     .ob_base = {
  137015             :         .ob_base = {
  137016             :             .ob_refcnt = 999999999,
  137017             :             .ob_type = &PyBytes_Type,
  137018             :         },
  137019             :         .ob_size = 99,
  137020             :     },
  137021             :     .ob_shash = -1,
  137022             :     .ob_sval = "\xf8\x80\x00\xe5\x08\x15\x8f\x0d\x89\x0d\xf0\x00\x01\x17\x4c\x01\xe5\x16\x28\xb0\x51\xf0\x05\x02\x09\x38\xf4\x00\x02\x09\x38\xf0\x00\x02\x09\x38\xf0\x06\x00\x12\x15\x90\x13\x90\x54\xd0\x11\x2b\x98\x44\xd0\x11\x2b\xd0\x11\x2b\xd0\x11\x2b\xa0\x46\xd0\x11\x2b\xd0\x11\x2b\x88\x06\xdd\x0b\x12\x90\x36\x98\x3c\xa8\x14\xd4\x0b\x2e\xf0\x00\x01\x09\x25\xd8\x20\x24\x88\x46\xd4\x0c\x1d\xd8\x0f\x15\x88\x0d",
  137023             : };
  137024             : static
  137025             :     struct {
  137026             :         PyGC_Head _gc_head;
  137027             :         struct {
  137028             :             PyObject_VAR_HEAD
  137029             :             PyObject *ob_item[5];
  137030             :         }_object;
  137031             :     }
  137032             : importlib_util_toplevel_consts_22_consts_1_localsplusnames = {
  137033             :     ._object = {
  137034             :         .ob_base = {
  137035             :             .ob_base = {
  137036             :                 .ob_refcnt = 999999999,
  137037             :                 .ob_type = &PyTuple_Type,
  137038             :             },
  137039             :             .ob_size = 5,
  137040             :         },
  137041             :         .ob_item = {
  137042             :             & const_str_self._ascii.ob_base,
  137043             :             & const_str_args._ascii.ob_base,
  137044             :             & const_str_kwargs._ascii.ob_base,
  137045             :             & const_str_module._ascii.ob_base,
  137046             :             & const_str_fxn._ascii.ob_base,
  137047             :         },
  137048             :     },
  137049             : };
  137050             : static
  137051             :     struct _PyCode_DEF(138)
  137052             : importlib_util_toplevel_consts_22_consts_1 = {
  137053             :     .ob_base = {
  137054             :         .ob_base = {
  137055             :             .ob_refcnt = 999999999,
  137056             :             .ob_type = &PyCode_Type,
  137057             :         },
  137058             :         .ob_size = 69,
  137059             :     },
  137060             :     .co_consts = & importlib_util_toplevel_consts_22_consts_1_consts._object.ob_base.ob_base,
  137061             :     .co_names = & importlib_util_toplevel_consts_22_consts_1_names._object.ob_base.ob_base,
  137062             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  137063             :     .co_flags = 31,
  137064             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  137065             :     ._co_linearray_entry_size = 0,
  137066             :     .co_argcount = 1,
  137067             :     .co_posonlyargcount = 0,
  137068             :     .co_kwonlyargcount = 0,
  137069             :     .co_framesize = 10 + FRAME_SPECIALS_SIZE,
  137070             :     .co_stacksize = 5,
  137071             :     .co_firstlineno = 170,
  137072             :     .co_nlocalsplus = 5,
  137073             :     .co_nlocals = 4,
  137074             :     .co_nplaincellvars = 0,
  137075             :     .co_ncellvars = 0,
  137076             :     .co_nfreevars = 1,
  137077             :     .co_localsplusnames = & importlib_util_toplevel_consts_22_consts_1_localsplusnames._object.ob_base.ob_base,
  137078             :     .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds.ob_base.ob_base,
  137079             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  137080             :     .co_name = & const_str_set_loader_wrapper._ascii.ob_base,
  137081             :     .co_qualname = & importlib_util_toplevel_consts_22_consts_1_qualname._ascii.ob_base,
  137082             :     .co_linetable = & importlib_util_toplevel_consts_22_consts_1_linetable.ob_base.ob_base,
  137083             :     ._co_code = NULL,
  137084             :     ._co_linearray = NULL,
  137085             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x89\x04\x7c\x00\x67\x01\x7c\x01\xa2\x01\x52\x00\x69\x00\x7c\x02\xa4\x01\x8e\x01\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x04\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x07\x7c\x00\x7c\x03\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x53\x00",
  137086             :     ._co_firsttraceable = 1,
  137087             : };
  137088             : static
  137089             :     struct {
  137090             :         PyGC_Head _gc_head;
  137091             :         struct {
  137092             :             PyObject_VAR_HEAD
  137093             :             PyObject *ob_item[2];
  137094             :         }_object;
  137095             :     }
  137096             : importlib_util_toplevel_consts_22_consts = {
  137097             :     ._object = {
  137098             :         .ob_base = {
  137099             :             .ob_base = {
  137100             :                 .ob_refcnt = 999999999,
  137101             :                 .ob_type = &PyTuple_Type,
  137102             :             },
  137103             :             .ob_size = 2,
  137104             :         },
  137105             :         .ob_item = {
  137106             :             & importlib_util_toplevel_consts_22_consts_0._ascii.ob_base,
  137107             :             & importlib_util_toplevel_consts_22_consts_1.ob_base.ob_base,
  137108             :         },
  137109             :     },
  137110             : };
  137111             : static
  137112             :     struct {
  137113             :         PyASCIIObject _ascii;
  137114             :         uint8_t _data[11];
  137115             :     }
  137116             : const_str_set_loader = {
  137117             :     ._ascii = {
  137118             :         .ob_base = {
  137119             :             .ob_refcnt = 999999999,
  137120             :             .ob_type = &PyUnicode_Type,
  137121             :         },
  137122             :         .length = 10,
  137123             :         .hash = -1,
  137124             :         .state = {
  137125             :             .kind = 1,
  137126             :             .compact = 1,
  137127             :             .ascii = 1,
  137128             :         },
  137129             :     },
  137130             :     ._data = "set_loader",
  137131             : };
  137132             : static
  137133             :     struct {
  137134             :         PyObject_VAR_HEAD
  137135             :         Py_hash_t ob_shash;
  137136             :         char ob_sval[56];
  137137             :     }
  137138             : importlib_util_toplevel_consts_22_linetable = {
  137139             :     .ob_base = {
  137140             :         .ob_base = {
  137141             :             .ob_refcnt = 999999999,
  137142             :             .ob_type = &PyBytes_Type,
  137143             :         },
  137144             :         .ob_size = 55,
  137145             :     },
  137146             :     .ob_shash = -1,
  137147             :     .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x06\x15\x87\x5f\x81\x5f\x90\x53\xd4\x05\x19\xf0\x02\x07\x05\x16\xf0\x00\x07\x05\x16\xf0\x00\x07\x05\x16\xf0\x00\x07\x05\x16\xf4\x03\x00\x06\x1a\xf0\x02\x07\x05\x16\xf0\x10\x00\x0c\x1e\xd0\x04\x1d",
  137148             : };
  137149             : static
  137150             :     struct {
  137151             :         PyGC_Head _gc_head;
  137152             :         struct {
  137153             :             PyObject_VAR_HEAD
  137154             :             PyObject *ob_item[2];
  137155             :         }_object;
  137156             :     }
  137157             : importlib_util_toplevel_consts_22_localsplusnames = {
  137158             :     ._object = {
  137159             :         .ob_base = {
  137160             :             .ob_base = {
  137161             :                 .ob_refcnt = 999999999,
  137162             :                 .ob_type = &PyTuple_Type,
  137163             :             },
  137164             :             .ob_size = 2,
  137165             :         },
  137166             :         .ob_item = {
  137167             :             & const_str_fxn._ascii.ob_base,
  137168             :             & const_str_set_loader_wrapper._ascii.ob_base,
  137169             :         },
  137170             :     },
  137171             : };
  137172             : static
  137173             :     struct _PyCode_DEF(72)
  137174             : importlib_util_toplevel_consts_22 = {
  137175             :     .ob_base = {
  137176             :         .ob_base = {
  137177             :             .ob_refcnt = 999999999,
  137178             :             .ob_type = &PyCode_Type,
  137179             :         },
  137180             :         .ob_size = 36,
  137181             :     },
  137182             :     .co_consts = & importlib_util_toplevel_consts_22_consts._object.ob_base.ob_base,
  137183             :     .co_names = & importlib_util_toplevel_consts_21_names._object.ob_base.ob_base,
  137184             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  137185             :     .co_flags = 3,
  137186             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  137187             :     ._co_linearray_entry_size = 0,
  137188             :     .co_argcount = 1,
  137189             :     .co_posonlyargcount = 0,
  137190             :     .co_kwonlyargcount = 0,
  137191             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  137192             :     .co_stacksize = 3,
  137193             :     .co_firstlineno = 164,
  137194             :     .co_nlocalsplus = 2,
  137195             :     .co_nlocals = 2,
  137196             :     .co_nplaincellvars = 0,
  137197             :     .co_ncellvars = 1,
  137198             :     .co_nfreevars = 0,
  137199             :     .co_localsplusnames = & importlib_util_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
  137200             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
  137201             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  137202             :     .co_name = & const_str_set_loader._ascii.ob_base,
  137203             :     .co_qualname = & const_str_set_loader._ascii.ob_base,
  137204             :     .co_linetable = & importlib_util_toplevel_consts_22_linetable.ob_base.ob_base,
  137205             :     ._co_code = NULL,
  137206             :     ._co_linearray = NULL,
  137207             :     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
  137208             :     ._co_firsttraceable = 1,
  137209             : };
  137210             : static
  137211             :     struct {
  137212             :         PyASCIIObject _ascii;
  137213             :         uint8_t _data[811];
  137214             :     }
  137215             : importlib_util_toplevel_consts_23_consts_0 = {
  137216             :     ._ascii = {
  137217             :         .ob_base = {
  137218             :             .ob_refcnt = 999999999,
  137219             :             .ob_type = &PyUnicode_Type,
  137220             :         },
  137221             :         .length = 810,
  137222             :         .hash = -1,
  137223             :         .state = {
  137224             :             .kind = 1,
  137225             :             .compact = 1,
  137226             :             .ascii = 1,
  137227             :         },
  137228             :     },
  137229             :     ._data = "\x44\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x74\x6f\x20\x68\x61\x6e\x64\x6c\x65\x20\x73\x65\x6c\x65\x63\x74\x69\x6e\x67\x20\x74\x68\x65\x20\x70\x72\x6f\x70\x65\x72\x20\x6d\x6f\x64\x75\x6c\x65\x20\x66\x6f\x72\x20\x6c\x6f\x61\x64\x65\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x64\x65\x63\x6f\x72\x61\x74\x65\x64\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x73\x20\x70\x61\x73\x73\x65\x64\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x74\x6f\x20\x75\x73\x65\x20\x69\x6e\x73\x74\x65\x61\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x0a\x20\x20\x20\x20\x6e\x61\x6d\x65\x2e\x20\x54\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x70\x61\x73\x73\x65\x64\x20\x69\x6e\x20\x74\x6f\x20\x74\x68\x65\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x69\x73\x20\x65\x69\x74\x68\x65\x72\x20\x66\x72\x6f\x6d\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x20\x69\x66\x0a\x20\x20\x20\x20\x69\x74\x20\x61\x6c\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73\x20\x6f\x72\x20\x69\x73\x20\x61\x20\x6e\x65\x77\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x49\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x6e\x65\x77\x2c\x20\x74\x68\x65\x6e\x20\x5f\x5f\x6e\x61\x6d\x65\x5f\x5f\x0a\x20\x20\x20\x20\x69\x73\x20\x73\x65\x74\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x74\x6f\x20\x74\x68\x65\x20\x6d\x65\x74\x68\x6f\x64\x2c\x20\x5f\x5f\x6c\x6f\x61\x64\x65\x72\x5f\x5f\x20\x69\x73\x20\x73\x65\x74\x20\x74\x6f\x20\x73\x65\x6c\x66\x2c\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x20\x69\x73\x20\x73\x65\x74\x20\x61\x63\x63\x6f\x72\x64\x69\x6e\x67\x6c\x79\x20\x28\x69\x66\x20\x73\x65\x6c\x66\x2e\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x28\x29\x20\x69\x73\x20\x64\x65\x66\x69\x6e\x65\x64\x29\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x73\x65\x74\x0a\x20\x20\x20\x20\x62\x65\x66\x6f\x72\x65\x20\x69\x74\x20\x69\x73\x20\x70\x61\x73\x73\x65\x64\x20\x74\x6f\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x72\x61\x74\x65\x64\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x28\x69\x66\x20\x73\x65\x6c\x66\x2e\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x28\x29\x20\x64\x6f\x65\x73\x0a\x20\x20\x20\x20\x6e\x6f\x74\x20\x77\x6f\x72\x6b\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x74\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x73\x65\x74\x20\x70\x6f\x73\x74\x2d\x6c\x6f\x61\x64\x29\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x61\x6e\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x63\x72\x65\x61\x74\x65\x64\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x74\x20\x69\x73\x0a\x20\x20\x20\x20\x73\x75\x62\x73\x65\x71\x75\x65\x6e\x74\x6c\x79\x20\x72\x65\x6d\x6f\x76\x65\x64\x20\x66\x72\x6f\x6d\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x61\x73\x73\x75\x6d\x65\x73\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x72\x61\x74\x65\x64\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x74\x61\x6b\x65\x73\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x20\x61\x73\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x73\x65\x63\x6f\x6e\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x2e\x0a\x0a\x20\x20\x20\x20",
  137230             : };
  137231             : static
  137232             :     struct {
  137233             :         PyGC_Head _gc_head;
  137234             :         struct {
  137235             :             PyObject_VAR_HEAD
  137236             :             PyObject *ob_item[3];
  137237             :         }_object;
  137238             :     }
  137239             : importlib_util_toplevel_consts_23_consts_4_consts = {
  137240             :     ._object = {
  137241             :         .ob_base = {
  137242             :             .ob_base = {
  137243             :                 .ob_refcnt = 999999999,
  137244             :                 .ob_type = &PyTuple_Type,
  137245             :             },
  137246             :             .ob_size = 3,
  137247             :         },
  137248             :         .ob_item = {
  137249             :             Py_None,
  137250             :             &_Py_STR(dot),
  137251             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  137252             :         },
  137253             :     },
  137254             : };
  137255             : static
  137256             :     struct {
  137257             :         PyGC_Head _gc_head;
  137258             :         struct {
  137259             :             PyObject_VAR_HEAD
  137260             :             PyObject *ob_item[7];
  137261             :         }_object;
  137262             :     }
  137263             : importlib_util_toplevel_consts_23_consts_4_names = {
  137264             :     ._object = {
  137265             :         .ob_base = {
  137266             :             .ob_base = {
  137267             :                 .ob_refcnt = 999999999,
  137268             :                 .ob_type = &PyTuple_Type,
  137269             :             },
  137270             :             .ob_size = 7,
  137271             :         },
  137272             :         .ob_item = {
  137273             :             & const_str__module_to_load._ascii.ob_base,
  137274             :             &_Py_ID(__loader__),
  137275             :             & const_str_is_package._ascii.ob_base,
  137276             :             &_Py_ID(__package__),
  137277             :             & const_str_rpartition._ascii.ob_base,
  137278             :             & const_str_ImportError._ascii.ob_base,
  137279             :             & const_str_AttributeError._ascii.ob_base,
  137280             :         },
  137281             :     },
  137282             : };
  137283             : static
  137284             :     struct {
  137285             :         PyASCIIObject _ascii;
  137286             :         uint8_t _data[26];
  137287             :     }
  137288             : const_str_module_for_loader_wrapper = {
  137289             :     ._ascii = {
  137290             :         .ob_base = {
  137291             :             .ob_refcnt = 999999999,
  137292             :             .ob_type = &PyUnicode_Type,
  137293             :         },
  137294             :         .length = 25,
  137295             :         .hash = -1,
  137296             :         .state = {
  137297             :             .kind = 1,
  137298             :             .compact = 1,
  137299             :             .ascii = 1,
  137300             :         },
  137301             :     },
  137302             :     ._data = "module_for_loader_wrapper",
  137303             : };
  137304             : static
  137305             :     struct {
  137306             :         PyASCIIObject _ascii;
  137307             :         uint8_t _data[53];
  137308             :     }
  137309             : importlib_util_toplevel_consts_23_consts_4_qualname = {
  137310             :     ._ascii = {
  137311             :         .ob_base = {
  137312             :             .ob_refcnt = 999999999,
  137313             :             .ob_type = &PyUnicode_Type,
  137314             :         },
  137315             :         .length = 52,
  137316             :         .hash = -1,
  137317             :         .state = {
  137318             :             .kind = 1,
  137319             :             .compact = 1,
  137320             :             .ascii = 1,
  137321             :         },
  137322             :     },
  137323             :     ._data = "module_for_loader.<locals>.module_for_loader_wrapper",
  137324             : };
  137325             : static
  137326             :     struct {
  137327             :         PyObject_VAR_HEAD
  137328             :         Py_hash_t ob_shash;
  137329             :         char ob_sval[254];
  137330             :     }
  137331             : importlib_util_toplevel_consts_23_consts_4_linetable = {
  137332             :     .ob_base = {
  137333             :         .ob_base = {
  137334             :             .ob_refcnt = 999999999,
  137335             :             .ob_type = &PyBytes_Type,
  137336             :         },
  137337             :         .ob_size = 253,
  137338             :     },
  137339             :     .ob_shash = -1,
  137340             :     .ob_sval = "\xf8\x80\x00\xe5\x0d\x1c\x98\x58\xd4\x0d\x26\xf0\x00\x0c\x09\x36\xa8\x26\xd8\x20\x24\x88\x46\xd4\x0c\x1d\xf0\x02\x08\x0d\x45\x01\xd8\x1d\x21\x9f\x5f\x99\x5f\xa8\x58\xd4\x1d\x36\x90\x0a\xf0\x08\x00\x14\x1e\xf0\x00\x03\x11\x45\x01\xd8\x29\x31\x90\x46\xd4\x14\x26\xd0\x14\x26\xe0\x29\x31\xd7\x29\x3c\xd1\x29\x3c\xb8\x53\xd4\x29\x41\xc0\x21\xd4\x29\x44\x90\x46\xd4\x14\x26\xd0\x14\x26\xe0\x13\x16\x90\x33\x90\x74\x98\x56\xd0\x13\x35\xa0\x64\xd0\x13\x35\xd0\x13\x35\xd0\x13\x35\xa8\x66\xd0\x13\x35\xd0\x13\x35\xf0\x19\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf4\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf8\xf5\x08\x00\x15\x20\xa5\x1e\xd0\x13\x30\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf0\x09\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf8\xf8\xf8",
  137341             : };
  137342             : static
  137343             :     struct {
  137344             :         PyObject_VAR_HEAD
  137345             :         Py_hash_t ob_shash;
  137346             :         char ob_sval[46];
  137347             :     }
  137348             : importlib_util_toplevel_consts_23_consts_4_exceptiontable = {
  137349             :     .ob_base = {
  137350             :         .ob_base = {
  137351             :             .ob_refcnt = 999999999,
  137352             :             .ob_type = &PyBytes_Type,
  137353             :         },
  137354             :         .ob_size = 45,
  137355             :     },
  137356             :     .ob_shash = -1,
  137357             :     .ob_sval = "\x8f\x08\x42\x00\x03\x98\x12\x41\x29\x02\xaa\x34\x42\x00\x03\xc1\x29\x11\x41\x3d\x05\xc1\x3a\x02\x42\x00\x03\xc1\x3c\x01\x41\x3d\x05\xc1\x3d\x03\x42\x00\x03\xc2\x00\x05\x42\x0a\x07",
  137358             : };
  137359             : static
  137360             :     struct {
  137361             :         PyGC_Head _gc_head;
  137362             :         struct {
  137363             :             PyObject_VAR_HEAD
  137364             :             PyObject *ob_item[7];
  137365             :         }_object;
  137366             :     }
  137367             : importlib_util_toplevel_consts_23_consts_4_localsplusnames = {
  137368             :     ._object = {
  137369             :         .ob_base = {
  137370             :             .ob_base = {
  137371             :                 .ob_refcnt = 999999999,
  137372             :                 .ob_type = &PyTuple_Type,
  137373             :             },
  137374             :             .ob_size = 7,
  137375             :         },
  137376             :         .ob_item = {
  137377             :             & const_str_self._ascii.ob_base,
  137378             :             & const_str_fullname._ascii.ob_base,
  137379             :             & const_str_args._ascii.ob_base,
  137380             :             & const_str_kwargs._ascii.ob_base,
  137381             :             & const_str_module._ascii.ob_base,
  137382             :             & const_str_is_package._ascii.ob_base,
  137383             :             & const_str_fxn._ascii.ob_base,
  137384             :         },
  137385             :     },
  137386             : };
  137387             : static
  137388             :     struct _PyCode_DEF(282)
  137389             : importlib_util_toplevel_consts_23_consts_4 = {
  137390             :     .ob_base = {
  137391             :         .ob_base = {
  137392             :             .ob_refcnt = 999999999,
  137393             :             .ob_type = &PyCode_Type,
  137394             :         },
  137395             :         .ob_size = 141,
  137396             :     },
  137397             :     .co_consts = & importlib_util_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
  137398             :     .co_names = & importlib_util_toplevel_consts_23_consts_4_names._object.ob_base.ob_base,
  137399             :     .co_exceptiontable = & importlib_util_toplevel_consts_23_consts_4_exceptiontable.ob_base.ob_base,
  137400             :     .co_flags = 31,
  137401             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  137402             :     ._co_linearray_entry_size = 0,
  137403             :     .co_argcount = 2,
  137404             :     .co_posonlyargcount = 0,
  137405             :     .co_kwonlyargcount = 0,
  137406             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  137407             :     .co_stacksize = 6,
  137408             :     .co_firstlineno = 203,
  137409             :     .co_nlocalsplus = 7,
  137410             :     .co_nlocals = 6,
  137411             :     .co_nplaincellvars = 0,
  137412             :     .co_ncellvars = 0,
  137413             :     .co_nfreevars = 1,
  137414             :     .co_localsplusnames = & importlib_util_toplevel_consts_23_consts_4_localsplusnames._object.ob_base.ob_base,
  137415             :     .co_localspluskinds = & abc_toplevel_consts_10_consts_2_localspluskinds.ob_base.ob_base,
  137416             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  137417             :     .co_name = & const_str_module_for_loader_wrapper._ascii.ob_base,
  137418             :     .co_qualname = & importlib_util_toplevel_consts_23_consts_4_qualname._ascii.ob_base,
  137419             :     .co_linetable = & importlib_util_toplevel_consts_23_consts_4_linetable.ob_base.ob_base,
  137420             :     ._co_code = NULL,
  137421             :     ._co_linearray = NULL,
  137422             :     .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x7c\x00\x7c\x04\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x08\x7c\x01\x7c\x04\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x1e\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x02\x00\x89\x06\x7c\x00\x7c\x04\x67\x02\x7c\x02\xa2\x01\x52\x00\x69\x00\x7c\x03\xa4\x01\x8e\x01\x63\x02\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x2a\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x00\x53\x00\x78\x03\x59\x00\x77\x01",
  137423             :     ._co_firsttraceable = 1,
  137424             : };
  137425             : static
  137426             :     struct {
  137427             :         PyGC_Head _gc_head;
  137428             :         struct {
  137429             :             PyObject_VAR_HEAD
  137430             :             PyObject *ob_item[5];
  137431             :         }_object;
  137432             :     }
  137433             : importlib_util_toplevel_consts_23_consts = {
  137434             :     ._object = {
  137435             :         .ob_base = {
  137436             :             .ob_base = {
  137437             :                 .ob_refcnt = 999999999,
  137438             :                 .ob_type = &PyTuple_Type,
  137439             :             },
  137440             :             .ob_size = 5,
  137441             :         },
  137442             :         .ob_item = {
  137443             :             & importlib_util_toplevel_consts_23_consts_0._ascii.ob_base,
  137444             :             & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
  137445             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  137446             :             & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
  137447             :             & importlib_util_toplevel_consts_23_consts_4.ob_base.ob_base,
  137448             :         },
  137449             :     },
  137450             : };
  137451             : static
  137452             :     struct {
  137453             :         PyGC_Head _gc_head;
  137454             :         struct {
  137455             :             PyObject_VAR_HEAD
  137456             :             PyObject *ob_item[5];
  137457             :         }_object;
  137458             :     }
  137459             : importlib_util_toplevel_consts_23_names = {
  137460             :     ._object = {
  137461             :         .ob_base = {
  137462             :             .ob_base = {
  137463             :                 .ob_refcnt = 999999999,
  137464             :                 .ob_type = &PyTuple_Type,
  137465             :             },
  137466             :             .ob_size = 5,
  137467             :         },
  137468             :         .ob_item = {
  137469             :             &_Py_ID(warnings),
  137470             :             & const_str_warn._ascii.ob_base,
  137471             :             & const_str_DeprecationWarning._ascii.ob_base,
  137472             :             & const_str_functools._ascii.ob_base,
  137473             :             & const_str_wraps._ascii.ob_base,
  137474             :         },
  137475             :     },
  137476             : };
  137477             : static
  137478             :     struct {
  137479             :         PyASCIIObject _ascii;
  137480             :         uint8_t _data[18];
  137481             :     }
  137482             : const_str_module_for_loader = {
  137483             :     ._ascii = {
  137484             :         .ob_base = {
  137485             :             .ob_refcnt = 999999999,
  137486             :             .ob_type = &PyUnicode_Type,
  137487             :         },
  137488             :         .length = 17,
  137489             :         .hash = -1,
  137490             :         .state = {
  137491             :             .kind = 1,
  137492             :             .compact = 1,
  137493             :             .ascii = 1,
  137494             :         },
  137495             :     },
  137496             :     ._data = "module_for_loader",
  137497             : };
  137498             : static
  137499             :     struct {
  137500             :         PyObject_VAR_HEAD
  137501             :         Py_hash_t ob_shash;
  137502             :         char ob_sval[91];
  137503             :     }
  137504             : importlib_util_toplevel_consts_23_linetable = {
  137505             :     .ob_base = {
  137506             :         .ob_base = {
  137507             :             .ob_refcnt = 999999999,
  137508             :             .ob_type = &PyBytes_Type,
  137509             :         },
  137510             :         .ob_size = 90,
  137511             :     },
  137512             :     .ob_shash = -1,
  137513             :     .ob_sval = "\xf8\x80\x00\xf5\x24\x00\x05\x12\x87\x4d\x81\x4d\xf0\x00\x01\x13\x48\x01\xe5\x12\x24\xb0\x11\xf0\x05\x02\x05\x34\xf4\x00\x02\x05\x34\xf0\x00\x02\x05\x34\xf5\x06\x00\x06\x15\x87\x5f\x81\x5f\x90\x53\xd4\x05\x19\xf0\x02\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf4\x03\x00\x06\x1a\xf0\x02\x0d\x05\x36\xf0\x1e\x00\x0c\x25\xd0\x04\x24",
  137514             : };
  137515             : static
  137516             :     struct {
  137517             :         PyGC_Head _gc_head;
  137518             :         struct {
  137519             :             PyObject_VAR_HEAD
  137520             :             PyObject *ob_item[2];
  137521             :         }_object;
  137522             :     }
  137523             : importlib_util_toplevel_consts_23_localsplusnames = {
  137524             :     ._object = {
  137525             :         .ob_base = {
  137526             :             .ob_base = {
  137527             :                 .ob_refcnt = 999999999,
  137528             :                 .ob_type = &PyTuple_Type,
  137529             :             },
  137530             :             .ob_size = 2,
  137531             :         },
  137532             :         .ob_item = {
  137533             :             & const_str_fxn._ascii.ob_base,
  137534             :             & const_str_module_for_loader_wrapper._ascii.ob_base,
  137535             :         },
  137536             :     },
  137537             : };
  137538             : static
  137539             :     struct _PyCode_DEF(134)
  137540             : importlib_util_toplevel_consts_23 = {
  137541             :     .ob_base = {
  137542             :         .ob_base = {
  137543             :             .ob_refcnt = 999999999,
  137544             :             .ob_type = &PyCode_Type,
  137545             :         },
  137546             :         .ob_size = 67,
  137547             :     },
  137548             :     .co_consts = & importlib_util_toplevel_consts_23_consts._object.ob_base.ob_base,
  137549             :     .co_names = & importlib_util_toplevel_consts_23_names._object.ob_base.ob_base,
  137550             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  137551             :     .co_flags = 3,
  137552             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  137553             :     ._co_linearray_entry_size = 0,
  137554             :     .co_argcount = 1,
  137555             :     .co_posonlyargcount = 0,
  137556             :     .co_kwonlyargcount = 0,
  137557             :     .co_framesize = 7 + FRAME_SPECIALS_SIZE,
  137558             :     .co_stacksize = 5,
  137559             :     .co_firstlineno = 182,
  137560             :     .co_nlocalsplus = 2,
  137561             :     .co_nlocals = 2,
  137562             :     .co_nplaincellvars = 0,
  137563             :     .co_ncellvars = 1,
  137564             :     .co_nfreevars = 0,
  137565             :     .co_localsplusnames = & importlib_util_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
  137566             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
  137567             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  137568             :     .co_name = & const_str_module_for_loader._ascii.ob_base,
  137569             :     .co_qualname = & const_str_module_for_loader._ascii.ob_base,
  137570             :     .co_linetable = & importlib_util_toplevel_consts_23_linetable.ob_base.ob_base,
  137571             :     ._co_code = NULL,
  137572             :     ._co_linearray = NULL,
  137573             :     .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x04\x84\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
  137574             :     ._co_firsttraceable = 1,
  137575             : };
  137576             : static
  137577             :     struct {
  137578             :         PyASCIIObject _ascii;
  137579             :         uint8_t _data[12];
  137580             :     }
  137581             : const_str__LazyModule = {
  137582             :     ._ascii = {
  137583             :         .ob_base = {
  137584             :             .ob_refcnt = 999999999,
  137585             :             .ob_type = &PyUnicode_Type,
  137586             :         },
  137587             :         .length = 11,
  137588             :         .hash = -1,
  137589             :         .state = {
  137590             :             .kind = 1,
  137591             :             .compact = 1,
  137592             :             .ascii = 1,
  137593             :         },
  137594             :     },
  137595             :     ._data = "_LazyModule",
  137596             : };
  137597             : static
  137598             :     struct {
  137599             :         PyASCIIObject _ascii;
  137600             :         uint8_t _data[76];
  137601             :     }
  137602             : importlib_util_toplevel_consts_24_consts_1 = {
  137603             :     ._ascii = {
  137604             :         .ob_base = {
  137605             :             .ob_refcnt = 999999999,
  137606             :             .ob_type = &PyUnicode_Type,
  137607             :         },
  137608             :         .length = 75,
  137609             :         .hash = -1,
  137610             :         .state = {
  137611             :             .kind = 1,
  137612             :             .compact = 1,
  137613             :             .ascii = 1,
  137614             :         },
  137615             :     },
  137616             :     ._data = "A subclass of the module type which triggers loading upon attribute access.",
  137617             : };
  137618             : static
  137619             :     struct {
  137620             :         PyASCIIObject _ascii;
  137621             :         uint8_t _data[57];
  137622             :     }
  137623             : importlib_util_toplevel_consts_24_consts_2_consts_0 = {
  137624             :     ._ascii = {
  137625             :         .ob_base = {
  137626             :             .ob_refcnt = 999999999,
  137627             :             .ob_type = &PyUnicode_Type,
  137628             :         },
  137629             :         .length = 56,
  137630             :         .hash = -1,
  137631             :         .state = {
  137632             :             .kind = 1,
  137633             :             .compact = 1,
  137634             :             .ascii = 1,
  137635             :         },
  137636             :     },
  137637             :     ._data = "Trigger the load of the module and return the attribute.",
  137638             : };
  137639             : static
  137640             :     struct {
  137641             :         PyASCIIObject _ascii;
  137642             :         uint8_t _data[19];
  137643             :     }
  137644             : importlib_util_toplevel_consts_24_consts_2_consts_2 = {
  137645             :     ._ascii = {
  137646             :         .ob_base = {
  137647             :             .ob_refcnt = 999999999,
  137648             :             .ob_type = &PyUnicode_Type,
  137649             :         },
  137650             :         .length = 18,
  137651             :         .hash = -1,
  137652             :         .state = {
  137653             :             .kind = 1,
  137654             :             .compact = 1,
  137655             :             .ascii = 1,
  137656             :         },
  137657             :     },
  137658             :     ._data = "module object for ",
  137659             : };
  137660             : static
  137661             :     struct {
  137662             :         PyASCIIObject _ascii;
  137663             :         uint8_t _data[47];
  137664             :     }
  137665             : importlib_util_toplevel_consts_24_consts_2_consts_3 = {
  137666             :     ._ascii = {
  137667             :         .ob_base = {
  137668             :             .ob_refcnt = 999999999,
  137669             :             .ob_type = &PyUnicode_Type,
  137670             :         },
  137671             :         .length = 46,
  137672             :         .hash = -1,
  137673             :         .state = {
  137674             :             .kind = 1,
  137675             :             .compact = 1,
  137676             :             .ascii = 1,
  137677             :         },
  137678             :     },
  137679             :     ._data = " substituted in sys.modules during a lazy load",
  137680             : };
  137681             : static
  137682             :     struct {
  137683             :         PyGC_Head _gc_head;
  137684             :         struct {
  137685             :             PyObject_VAR_HEAD
  137686             :             PyObject *ob_item[4];
  137687             :         }_object;
  137688             :     }
  137689             : importlib_util_toplevel_consts_24_consts_2_consts = {
  137690             :     ._object = {
  137691             :         .ob_base = {
  137692             :             .ob_base = {
  137693             :                 .ob_refcnt = 999999999,
  137694             :                 .ob_type = &PyTuple_Type,
  137695             :             },
  137696             :             .ob_size = 4,
  137697             :         },
  137698             :         .ob_item = {
  137699             :             & importlib_util_toplevel_consts_24_consts_2_consts_0._ascii.ob_base,
  137700             :             &_Py_ID(__dict__),
  137701             :             & importlib_util_toplevel_consts_24_consts_2_consts_2._ascii.ob_base,
  137702             :             & importlib_util_toplevel_consts_24_consts_2_consts_3._ascii.ob_base,
  137703             :         },
  137704             :     },
  137705             : };
  137706             : static
  137707             :     struct {
  137708             :         PyASCIIObject _ascii;
  137709             :         uint8_t _data[6];
  137710             :     }
  137711             : const_str_types = {
  137712             :     ._ascii = {
  137713             :         .ob_base = {
  137714             :             .ob_refcnt = 999999999,
  137715             :             .ob_type = &PyUnicode_Type,
  137716             :         },
  137717             :         .length = 5,
  137718             :         .hash = -1,
  137719             :         .state = {
  137720             :             .kind = 1,
  137721             :             .compact = 1,
  137722             :             .ascii = 1,
  137723             :         },
  137724             :     },
  137725             :     ._data = "types",
  137726             : };
  137727             : static
  137728             :     struct {
  137729             :         PyASCIIObject _ascii;
  137730             :         uint8_t _data[11];
  137731             :     }
  137732             : const_str_ModuleType = {
  137733             :     ._ascii = {
  137734             :         .ob_base = {
  137735             :             .ob_refcnt = 999999999,
  137736             :             .ob_type = &PyUnicode_Type,
  137737             :         },
  137738             :         .length = 10,
  137739             :         .hash = -1,
  137740             :         .state = {
  137741             :             .kind = 1,
  137742             :             .compact = 1,
  137743             :             .ascii = 1,
  137744             :         },
  137745             :     },
  137746             :     ._data = "ModuleType",
  137747             : };
  137748             : static
  137749             :     struct {
  137750             :         PyGC_Head _gc_head;
  137751             :         struct {
  137752             :             PyObject_VAR_HEAD
  137753             :             PyObject *ob_item[16];
  137754             :         }_object;
  137755             :     }
  137756             : importlib_util_toplevel_consts_24_consts_2_names = {
  137757             :     ._object = {
  137758             :         .ob_base = {
  137759             :             .ob_base = {
  137760             :                 .ob_refcnt = 999999999,
  137761             :                 .ob_type = &PyTuple_Type,
  137762             :             },
  137763             :             .ob_size = 16,
  137764             :         },
  137765             :         .ob_item = {
  137766             :             & const_str_types._ascii.ob_base,
  137767             :             & const_str_ModuleType._ascii.ob_base,
  137768             :             &_Py_ID(__class__),
  137769             :             &_Py_ID(__spec__),
  137770             :             &_Py_ID(name),
  137771             :             & const_str_loader_state._ascii.ob_base,
  137772             :             &_Py_ID(__dict__),
  137773             :             &_Py_ID(items),
  137774             :             & const_str_id._ascii.ob_base,
  137775             :             & const_str_loader._ascii.ob_base,
  137776             :             & const_str_exec_module._ascii.ob_base,
  137777             :             & const_str_sys._ascii.ob_base,
  137778             :             &_Py_ID(modules),
  137779             :             & const_str_ValueError._ascii.ob_base,
  137780             :             & const_str_update._ascii.ob_base,
  137781             :             &_Py_ID(getattr),
  137782             :         },
  137783             :     },
  137784             : };
  137785             : static
  137786             :     struct {
  137787             :         PyASCIIObject _ascii;
  137788             :         uint8_t _data[29];
  137789             :     }
  137790             : importlib_util_toplevel_consts_24_consts_2_qualname = {
  137791             :     ._ascii = {
  137792             :         .ob_base = {
  137793             :             .ob_refcnt = 999999999,
  137794             :             .ob_type = &PyUnicode_Type,
  137795             :         },
  137796             :         .length = 28,
  137797             :         .hash = -1,
  137798             :         .state = {
  137799             :             .kind = 1,
  137800             :             .compact = 1,
  137801             :             .ascii = 1,
  137802             :         },
  137803             :     },
  137804             :     ._data = "_LazyModule.__getattribute__",
  137805             : };
  137806             : static
  137807             :     struct {
  137808             :         PyObject_VAR_HEAD
  137809             :         Py_hash_t ob_shash;
  137810             :         char ob_sval[317];
  137811             :     }
  137812             : importlib_util_toplevel_consts_24_consts_2_linetable = {
  137813             :     .ob_base = {
  137814             :         .ob_base = {
  137815             :             .ob_refcnt = 999999999,
  137816             :             .ob_type = &PyBytes_Type,
  137817             :         },
  137818             :         .ob_size = 316,
  137819             :     },
  137820             :     .ob_shash = -1,
  137821             :     .ob_sval = "\x80\x00\xf5\x0a\x00\x1a\x1f\xd7\x19\x29\xd1\x19\x29\x88\x04\x8c\x0e\xf0\x06\x00\x19\x1d\x9f\x0d\x99\x0d\xd7\x18\x2a\xd1\x18\x2a\x88\x0d\xf0\x06\x00\x16\x1a\x97\x5d\x91\x5d\xd7\x15\x2f\xd1\x15\x2f\xb0\x0a\xd4\x15\x3b\x88\x0a\xd8\x14\x18\x97\x4d\x91\x4d\x88\x09\xd8\x18\x1a\x88\x0d\xd8\x1a\x23\x9f\x2f\x99\x2f\xd4\x1a\x2b\xf0\x00\x06\x09\x2b\xf1\x00\x06\x09\x2b\x89\x4a\x88\x43\x90\x15\xf0\x06\x00\x10\x13\x98\x2a\xd0\x0f\x24\xf0\x00\x03\x0d\x2b\xd8\x25\x2a\x90\x0d\x98\x63\xd1\x10\x22\xd0\x10\x22\xdd\x11\x13\x90\x49\x98\x63\x94\x4e\xd4\x11\x23\xa5\x72\xa8\x2a\xb0\x53\xac\x2f\xd4\x27\x3a\xd2\x11\x3a\xf0\x00\x01\x0d\x2b\xd8\x25\x2a\x90\x0d\x98\x63\xd1\x10\x22\xd0\x10\x22\xd8\x08\x0c\x8f\x0d\x89\x0d\xd7\x08\x1c\xd1\x08\x1c\xd7\x08\x28\xd1\x08\x28\xa8\x14\xd4\x08\x2e\xd0\x08\x2e\xf0\x06\x00\x0c\x19\x9d\x43\x9f\x4b\x99\x4b\xd0\x0b\x27\xf0\x00\x04\x09\x2a\xdd\x0f\x11\x90\x24\x8c\x78\x9d\x32\x9d\x63\x9f\x6b\x99\x6b\xa8\x2d\xd4\x1e\x38\xd4\x1b\x39\xd2\x0f\x39\xf0\x00\x03\x0d\x2a\xdd\x16\x20\xf0\x00\x02\x22\x29\xb0\x6d\xf0\x00\x02\x22\x29\xf0\x00\x02\x22\x29\xf0\x00\x02\x22\x29\xf4\x00\x02\x17\x2a\xf0\x00\x02\x11\x2a\xf0\x0a\x00\x09\x0d\x8f\x0d\x89\x0d\xd7\x08\x1c\xd1\x08\x1c\x98\x5d\xd4\x08\x2b\xd0\x08\x2b\xdd\x0f\x16\x90\x74\x98\x54\xd4\x0f\x22\xd0\x08\x22",
  137822             : };
  137823             : static
  137824             :     struct {
  137825             :         PyASCIIObject _ascii;
  137826             :         uint8_t _data[5];
  137827             :     }
  137828             : const_str_attr = {
  137829             :     ._ascii = {
  137830             :         .ob_base = {
  137831             :             .ob_refcnt = 999999999,
  137832             :             .ob_type = &PyUnicode_Type,
  137833             :         },
  137834             :         .length = 4,
  137835             :         .hash = -1,
  137836             :         .state = {
  137837             :             .kind = 1,
  137838             :             .compact = 1,
  137839             :             .ascii = 1,
  137840             :         },
  137841             :     },
  137842             :     ._data = "attr",
  137843             : };
  137844             : static
  137845             :     struct {
  137846             :         PyASCIIObject _ascii;
  137847             :         uint8_t _data[14];
  137848             :     }
  137849             : const_str_original_name = {
  137850             :     ._ascii = {
  137851             :         .ob_base = {
  137852             :             .ob_refcnt = 999999999,
  137853             :             .ob_type = &PyUnicode_Type,
  137854             :         },
  137855             :         .length = 13,
  137856             :         .hash = -1,
  137857             :         .state = {
  137858             :             .kind = 1,
  137859             :             .compact = 1,
  137860             :             .ascii = 1,
  137861             :         },
  137862             :     },
  137863             :     ._data = "original_name",
  137864             : };
  137865             : static
  137866             :     struct {
  137867             :         PyASCIIObject _ascii;
  137868             :         uint8_t _data[11];
  137869             :     }
  137870             : const_str_attrs_then = {
  137871             :     ._ascii = {
  137872             :         .ob_base = {
  137873             :             .ob_refcnt = 999999999,
  137874             :             .ob_type = &PyUnicode_Type,
  137875             :         },
  137876             :         .length = 10,
  137877             :         .hash = -1,
  137878             :         .state = {
  137879             :             .kind = 1,
  137880             :             .compact = 1,
  137881             :             .ascii = 1,
  137882             :         },
  137883             :     },
  137884             :     ._data = "attrs_then",
  137885             : };
  137886             : static
  137887             :     struct {
  137888             :         PyASCIIObject _ascii;
  137889             :         uint8_t _data[10];
  137890             :     }
  137891             : const_str_attrs_now = {
  137892             :     ._ascii = {
  137893             :         .ob_base = {
  137894             :             .ob_refcnt = 999999999,
  137895             :             .ob_type = &PyUnicode_Type,
  137896             :         },
  137897             :         .length = 9,
  137898             :         .hash = -1,
  137899             :         .state = {
  137900             :             .kind = 1,
  137901             :             .compact = 1,
  137902             :             .ascii = 1,
  137903             :         },
  137904             :     },
  137905             :     ._data = "attrs_now",
  137906             : };
  137907             : static
  137908             :     struct {
  137909             :         PyASCIIObject _ascii;
  137910             :         uint8_t _data[14];
  137911             :     }
  137912             : const_str_attrs_updated = {
  137913             :     ._ascii = {
  137914             :         .ob_base = {
  137915             :             .ob_refcnt = 999999999,
  137916             :             .ob_type = &PyUnicode_Type,
  137917             :         },
  137918             :         .length = 13,
  137919             :         .hash = -1,
  137920             :         .state = {
  137921             :             .kind = 1,
  137922             :             .compact = 1,
  137923             :             .ascii = 1,
  137924             :         },
  137925             :     },
  137926             :     ._data = "attrs_updated",
  137927             : };
  137928             : static
  137929             :     struct {
  137930             :         PyGC_Head _gc_head;
  137931             :         struct {
  137932             :             PyObject_VAR_HEAD
  137933             :             PyObject *ob_item[8];
  137934             :         }_object;
  137935             :     }
  137936             : importlib_util_toplevel_consts_24_consts_2_localsplusnames = {
  137937             :     ._object = {
  137938             :         .ob_base = {
  137939             :             .ob_base = {
  137940             :                 .ob_refcnt = 999999999,
  137941             :                 .ob_type = &PyTuple_Type,
  137942             :             },
  137943             :             .ob_size = 8,
  137944             :         },
  137945             :         .ob_item = {
  137946             :             & const_str_self._ascii.ob_base,
  137947             :             & const_str_attr._ascii.ob_base,
  137948             :             & const_str_original_name._ascii.ob_base,
  137949             :             & const_str_attrs_then._ascii.ob_base,
  137950             :             & const_str_attrs_now._ascii.ob_base,
  137951             :             & const_str_attrs_updated._ascii.ob_base,
  137952             :             & const_str_key._ascii.ob_base,
  137953             :             & const_str_value._ascii.ob_base,
  137954             :         },
  137955             :     },
  137956             : };
  137957             : static
  137958             :     struct _PyCode_DEF(662)
  137959             : importlib_util_toplevel_consts_24_consts_2 = {
  137960             :     .ob_base = {
  137961             :         .ob_base = {
  137962             :             .ob_refcnt = 999999999,
  137963             :             .ob_type = &PyCode_Type,
  137964             :         },
  137965             :         .ob_size = 331,
  137966             :     },
  137967             :     .co_consts = & importlib_util_toplevel_consts_24_consts_2_consts._object.ob_base.ob_base,
  137968             :     .co_names = & importlib_util_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
  137969             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  137970             :     .co_flags = 3,
  137971             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  137972             :     ._co_linearray_entry_size = 0,
  137973             :     .co_argcount = 2,
  137974             :     .co_posonlyargcount = 0,
  137975             :     .co_kwonlyargcount = 0,
  137976             :     .co_framesize = 14 + FRAME_SPECIALS_SIZE,
  137977             :     .co_stacksize = 6,
  137978             :     .co_firstlineno = 226,
  137979             :     .co_nlocalsplus = 8,
  137980             :     .co_nlocals = 8,
  137981             :     .co_nplaincellvars = 0,
  137982             :     .co_ncellvars = 0,
  137983             :     .co_nfreevars = 0,
  137984             :     .co_localsplusnames = & importlib_util_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
  137985             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
  137986             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  137987             :     .co_name = &_Py_ID(__getattribute__),
  137988             :     .co_qualname = & importlib_util_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
  137989             :     .co_linetable = & importlib_util_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
  137990             :     ._co_code = NULL,
  137991             :     ._co_linearray = NULL,
  137992             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x69\x00\x7d\x05\x7c\x04\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3c\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x06\x7c\x03\x76\x01\x72\x06\x7c\x07\x7c\x05\x7c\x06\x3c\x00\x00\x00\x8c\x10\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\xaf\x38\x7c\x07\x7c\x05\x7c\x06\x3c\x00\x00\x00\x8c\x3e\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x42\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x11\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x02\x9b\x02\x64\x03\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  137993             :     ._co_firsttraceable = 0,
  137994             : };
  137995             : static
  137996             :     struct {
  137997             :         PyASCIIObject _ascii;
  137998             :         uint8_t _data[48];
  137999             :     }
  138000             : importlib_util_toplevel_consts_24_consts_3_consts_0 = {
  138001             :     ._ascii = {
  138002             :         .ob_base = {
  138003             :             .ob_refcnt = 999999999,
  138004             :             .ob_type = &PyUnicode_Type,
  138005             :         },
  138006             :         .length = 47,
  138007             :         .hash = -1,
  138008             :         .state = {
  138009             :             .kind = 1,
  138010             :             .compact = 1,
  138011             :             .ascii = 1,
  138012             :         },
  138013             :     },
  138014             :     ._data = "Trigger the load and then perform the deletion.",
  138015             : };
  138016             : static
  138017             :     struct {
  138018             :         PyGC_Head _gc_head;
  138019             :         struct {
  138020             :             PyObject_VAR_HEAD
  138021             :             PyObject *ob_item[2];
  138022             :         }_object;
  138023             :     }
  138024             : importlib_util_toplevel_consts_24_consts_3_consts = {
  138025             :     ._object = {
  138026             :         .ob_base = {
  138027             :             .ob_base = {
  138028             :                 .ob_refcnt = 999999999,
  138029             :                 .ob_type = &PyTuple_Type,
  138030             :             },
  138031             :             .ob_size = 2,
  138032             :         },
  138033             :         .ob_item = {
  138034             :             & importlib_util_toplevel_consts_24_consts_3_consts_0._ascii.ob_base,
  138035             :             Py_None,
  138036             :         },
  138037             :     },
  138038             : };
  138039             : static
  138040             :     struct {
  138041             :         PyASCIIObject _ascii;
  138042             :         uint8_t _data[8];
  138043             :     }
  138044             : const_str_delattr = {
  138045             :     ._ascii = {
  138046             :         .ob_base = {
  138047             :             .ob_refcnt = 999999999,
  138048             :             .ob_type = &PyUnicode_Type,
  138049             :         },
  138050             :         .length = 7,
  138051             :         .hash = -1,
  138052             :         .state = {
  138053             :             .kind = 1,
  138054             :             .compact = 1,
  138055             :             .ascii = 1,
  138056             :         },
  138057             :     },
  138058             :     ._data = "delattr",
  138059             : };
  138060             : static
  138061             :     struct {
  138062             :         PyGC_Head _gc_head;
  138063             :         struct {
  138064             :             PyObject_VAR_HEAD
  138065             :             PyObject *ob_item[2];
  138066             :         }_object;
  138067             :     }
  138068             : importlib_util_toplevel_consts_24_consts_3_names = {
  138069             :     ._object = {
  138070             :         .ob_base = {
  138071             :             .ob_base = {
  138072             :                 .ob_refcnt = 999999999,
  138073             :                 .ob_type = &PyTuple_Type,
  138074             :             },
  138075             :             .ob_size = 2,
  138076             :         },
  138077             :         .ob_item = {
  138078             :             &_Py_ID(__getattribute__),
  138079             :             & const_str_delattr._ascii.ob_base,
  138080             :         },
  138081             :     },
  138082             : };
  138083             : static
  138084             :     struct {
  138085             :         PyASCIIObject _ascii;
  138086             :         uint8_t _data[24];
  138087             :     }
  138088             : importlib_util_toplevel_consts_24_consts_3_qualname = {
  138089             :     ._ascii = {
  138090             :         .ob_base = {
  138091             :             .ob_refcnt = 999999999,
  138092             :             .ob_type = &PyUnicode_Type,
  138093             :         },
  138094             :         .length = 23,
  138095             :         .hash = -1,
  138096             :         .state = {
  138097             :             .kind = 1,
  138098             :             .compact = 1,
  138099             :             .ascii = 1,
  138100             :         },
  138101             :     },
  138102             :     ._data = "_LazyModule.__delattr__",
  138103             : };
  138104             : static
  138105             :     struct {
  138106             :         PyObject_VAR_HEAD
  138107             :         Py_hash_t ob_shash;
  138108             :         char ob_sval[41];
  138109             :     }
  138110             : importlib_util_toplevel_consts_24_consts_3_linetable = {
  138111             :     .ob_base = {
  138112             :         .ob_base = {
  138113             :             .ob_refcnt = 999999999,
  138114             :             .ob_type = &PyBytes_Type,
  138115             :         },
  138116             :         .ob_size = 40,
  138117             :     },
  138118             :     .ob_shash = -1,
  138119             :     .ob_sval = "\x80\x00\xf0\x08\x00\x09\x0d\xd7\x08\x1d\xd1\x08\x1d\x98\x64\xd4\x08\x23\xd0\x08\x23\xdd\x08\x0f\x90\x04\x90\x64\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
  138120             : };
  138121             : static
  138122             :     struct {
  138123             :         PyGC_Head _gc_head;
  138124             :         struct {
  138125             :             PyObject_VAR_HEAD
  138126             :             PyObject *ob_item[2];
  138127             :         }_object;
  138128             :     }
  138129             : importlib_util_toplevel_consts_24_consts_3_localsplusnames = {
  138130             :     ._object = {
  138131             :         .ob_base = {
  138132             :             .ob_base = {
  138133             :                 .ob_refcnt = 999999999,
  138134             :                 .ob_type = &PyTuple_Type,
  138135             :             },
  138136             :             .ob_size = 2,
  138137             :         },
  138138             :         .ob_item = {
  138139             :             & const_str_self._ascii.ob_base,
  138140             :             & const_str_attr._ascii.ob_base,
  138141             :         },
  138142             :     },
  138143             : };
  138144             : static
  138145             :     struct _PyCode_DEF(70)
  138146             : importlib_util_toplevel_consts_24_consts_3 = {
  138147             :     .ob_base = {
  138148             :         .ob_base = {
  138149             :             .ob_refcnt = 999999999,
  138150             :             .ob_type = &PyCode_Type,
  138151             :         },
  138152             :         .ob_size = 35,
  138153             :     },
  138154             :     .co_consts = & importlib_util_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
  138155             :     .co_names = & importlib_util_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
  138156             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  138157             :     .co_flags = 3,
  138158             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  138159             :     ._co_linearray_entry_size = 0,
  138160             :     .co_argcount = 2,
  138161             :     .co_posonlyargcount = 0,
  138162             :     .co_kwonlyargcount = 0,
  138163             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  138164             :     .co_stacksize = 4,
  138165             :     .co_firstlineno = 260,
  138166             :     .co_nlocalsplus = 2,
  138167             :     .co_nlocals = 2,
  138168             :     .co_nplaincellvars = 0,
  138169             :     .co_ncellvars = 0,
  138170             :     .co_nfreevars = 0,
  138171             :     .co_localsplusnames = & importlib_util_toplevel_consts_24_consts_3_localsplusnames._object.ob_base.ob_base,
  138172             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  138173             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  138174             :     .co_name = &_Py_ID(__delattr__),
  138175             :     .co_qualname = & importlib_util_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
  138176             :     .co_linetable = & importlib_util_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
  138177             :     ._co_code = NULL,
  138178             :     ._co_linearray = NULL,
  138179             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
  138180             :     ._co_firsttraceable = 0,
  138181             : };
  138182             : static
  138183             :     struct {
  138184             :         PyGC_Head _gc_head;
  138185             :         struct {
  138186             :             PyObject_VAR_HEAD
  138187             :             PyObject *ob_item[5];
  138188             :         }_object;
  138189             :     }
  138190             : importlib_util_toplevel_consts_24_consts = {
  138191             :     ._object = {
  138192             :         .ob_base = {
  138193             :             .ob_base = {
  138194             :                 .ob_refcnt = 999999999,
  138195             :                 .ob_type = &PyTuple_Type,
  138196             :             },
  138197             :             .ob_size = 5,
  138198             :         },
  138199             :         .ob_item = {
  138200             :             & const_str__LazyModule._ascii.ob_base,
  138201             :             & importlib_util_toplevel_consts_24_consts_1._ascii.ob_base,
  138202             :             & importlib_util_toplevel_consts_24_consts_2.ob_base.ob_base,
  138203             :             & importlib_util_toplevel_consts_24_consts_3.ob_base.ob_base,
  138204             :             Py_None,
  138205             :         },
  138206             :     },
  138207             : };
  138208             : static
  138209             :     struct {
  138210             :         PyGC_Head _gc_head;
  138211             :         struct {
  138212             :             PyObject_VAR_HEAD
  138213             :             PyObject *ob_item[6];
  138214             :         }_object;
  138215             :     }
  138216             : importlib_util_toplevel_consts_24_names = {
  138217             :     ._object = {
  138218             :         .ob_base = {
  138219             :             .ob_base = {
  138220             :                 .ob_refcnt = 999999999,
  138221             :                 .ob_type = &PyTuple_Type,
  138222             :             },
  138223             :             .ob_size = 6,
  138224             :         },
  138225             :         .ob_item = {
  138226             :             &_Py_ID(__name__),
  138227             :             &_Py_ID(__module__),
  138228             :             &_Py_ID(__qualname__),
  138229             :             &_Py_ID(__doc__),
  138230             :             &_Py_ID(__getattribute__),
  138231             :             &_Py_ID(__delattr__),
  138232             :         },
  138233             :     },
  138234             : };
  138235             : static
  138236             :     struct {
  138237             :         PyObject_VAR_HEAD
  138238             :         Py_hash_t ob_shash;
  138239             :         char ob_sval[58];
  138240             :     }
  138241             : importlib_util_toplevel_consts_24_linetable = {
  138242             :     .ob_base = {
  138243             :         .ob_base = {
  138244             :             .ob_refcnt = 999999999,
  138245             :             .ob_type = &PyBytes_Type,
  138246             :         },
  138247             :         .ob_size = 57,
  138248             :     },
  138249             :     .ob_shash = -1,
  138250             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x55\xd0\x04\x55\xf0\x04\x20\x05\x23\xf0\x00\x20\x05\x23\xf0\x00\x20\x05\x23\xf0\x44\x01\x05\x05\x1c\xf0\x00\x05\x05\x1c\xf0\x00\x05\x05\x1c\xf0\x00\x05\x05\x1c\xf0\x00\x05\x05\x1c",
  138251             : };
  138252             : static
  138253             :     struct _PyCode_DEF(30)
  138254             : importlib_util_toplevel_consts_24 = {
  138255             :     .ob_base = {
  138256             :         .ob_base = {
  138257             :             .ob_refcnt = 999999999,
  138258             :             .ob_type = &PyCode_Type,
  138259             :         },
  138260             :         .ob_size = 15,
  138261             :     },
  138262             :     .co_consts = & importlib_util_toplevel_consts_24_consts._object.ob_base.ob_base,
  138263             :     .co_names = & importlib_util_toplevel_consts_24_names._object.ob_base.ob_base,
  138264             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  138265             :     .co_flags = 0,
  138266             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  138267             :     ._co_linearray_entry_size = 0,
  138268             :     .co_argcount = 0,
  138269             :     .co_posonlyargcount = 0,
  138270             :     .co_kwonlyargcount = 0,
  138271             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  138272             :     .co_stacksize = 1,
  138273             :     .co_firstlineno = 222,
  138274             :     .co_nlocalsplus = 0,
  138275             :     .co_nlocals = 0,
  138276             :     .co_nplaincellvars = 0,
  138277             :     .co_ncellvars = 0,
  138278             :     .co_nfreevars = 0,
  138279             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  138280             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  138281             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  138282             :     .co_name = & const_str__LazyModule._ascii.ob_base,
  138283             :     .co_qualname = & const_str__LazyModule._ascii.ob_base,
  138284             :     .co_linetable = & importlib_util_toplevel_consts_24_linetable.ob_base.ob_base,
  138285             :     ._co_code = NULL,
  138286             :     ._co_linearray = NULL,
  138287             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
  138288             :     ._co_firsttraceable = 0,
  138289             : };
  138290             : static
  138291             :     struct {
  138292             :         PyASCIIObject _ascii;
  138293             :         uint8_t _data[11];
  138294             :     }
  138295             : const_str_LazyLoader = {
  138296             :     ._ascii = {
  138297             :         .ob_base = {
  138298             :             .ob_refcnt = 999999999,
  138299             :             .ob_type = &PyUnicode_Type,
  138300             :         },
  138301             :         .length = 10,
  138302             :         .hash = -1,
  138303             :         .state = {
  138304             :             .kind = 1,
  138305             :             .compact = 1,
  138306             :             .ascii = 1,
  138307             :         },
  138308             :     },
  138309             :     ._data = "LazyLoader",
  138310             : };
  138311             : static
  138312             :     struct {
  138313             :         PyASCIIObject _ascii;
  138314             :         uint8_t _data[76];
  138315             :     }
  138316             : importlib_util_toplevel_consts_26_consts_1 = {
  138317             :     ._ascii = {
  138318             :         .ob_base = {
  138319             :             .ob_refcnt = 999999999,
  138320             :             .ob_type = &PyUnicode_Type,
  138321             :         },
  138322             :         .length = 75,
  138323             :         .hash = -1,
  138324             :         .state = {
  138325             :             .kind = 1,
  138326             :             .compact = 1,
  138327             :             .ascii = 1,
  138328             :         },
  138329             :     },
  138330             :     ._data = "A loader that creates a module which defers loading until attribute access.",
  138331             : };
  138332             : static
  138333             :     struct {
  138334             :         PyASCIIObject _ascii;
  138335             :         uint8_t _data[33];
  138336             :     }
  138337             : importlib_util_toplevel_consts_26_consts_2_consts_2 = {
  138338             :     ._ascii = {
  138339             :         .ob_base = {
  138340             :             .ob_refcnt = 999999999,
  138341             :             .ob_type = &PyUnicode_Type,
  138342             :         },
  138343             :         .length = 32,
  138344             :         .hash = -1,
  138345             :         .state = {
  138346             :             .kind = 1,
  138347             :             .compact = 1,
  138348             :             .ascii = 1,
  138349             :         },
  138350             :     },
  138351             :     ._data = "loader must define exec_module()",
  138352             : };
  138353             : static
  138354             :     struct {
  138355             :         PyGC_Head _gc_head;
  138356             :         struct {
  138357             :             PyObject_VAR_HEAD
  138358             :             PyObject *ob_item[3];
  138359             :         }_object;
  138360             :     }
  138361             : importlib_util_toplevel_consts_26_consts_2_consts = {
  138362             :     ._object = {
  138363             :         .ob_base = {
  138364             :             .ob_base = {
  138365             :                 .ob_refcnt = 999999999,
  138366             :                 .ob_type = &PyTuple_Type,
  138367             :             },
  138368             :             .ob_size = 3,
  138369             :         },
  138370             :         .ob_item = {
  138371             :             Py_None,
  138372             :             & const_str_exec_module._ascii.ob_base,
  138373             :             & importlib_util_toplevel_consts_26_consts_2_consts_2._ascii.ob_base,
  138374             :         },
  138375             :     },
  138376             : };
  138377             : static
  138378             :     struct {
  138379             :         PyGC_Head _gc_head;
  138380             :         struct {
  138381             :             PyObject_VAR_HEAD
  138382             :             PyObject *ob_item[2];
  138383             :         }_object;
  138384             :     }
  138385             : importlib_util_toplevel_consts_26_consts_2_names = {
  138386             :     ._object = {
  138387             :         .ob_base = {
  138388             :             .ob_base = {
  138389             :                 .ob_refcnt = 999999999,
  138390             :                 .ob_type = &PyTuple_Type,
  138391             :             },
  138392             :             .ob_size = 2,
  138393             :         },
  138394             :         .ob_item = {
  138395             :             & const_str_hasattr._ascii.ob_base,
  138396             :             & const_str_TypeError._ascii.ob_base,
  138397             :         },
  138398             :     },
  138399             : };
  138400             : static
  138401             :     struct {
  138402             :         PyASCIIObject _ascii;
  138403             :         uint8_t _data[21];
  138404             :     }
  138405             : const_str___check_eager_loader = {
  138406             :     ._ascii = {
  138407             :         .ob_base = {
  138408             :             .ob_refcnt = 999999999,
  138409             :             .ob_type = &PyUnicode_Type,
  138410             :         },
  138411             :         .length = 20,
  138412             :         .hash = -1,
  138413             :         .state = {
  138414             :             .kind = 1,
  138415             :             .compact = 1,
  138416             :             .ascii = 1,
  138417             :         },
  138418             :     },
  138419             :     ._data = "__check_eager_loader",
  138420             : };
  138421             : static
  138422             :     struct {
  138423             :         PyASCIIObject _ascii;
  138424             :         uint8_t _data[32];
  138425             :     }
  138426             : importlib_util_toplevel_consts_26_consts_2_qualname = {
  138427             :     ._ascii = {
  138428             :         .ob_base = {
  138429             :             .ob_refcnt = 999999999,
  138430             :             .ob_type = &PyUnicode_Type,
  138431             :         },
  138432             :         .length = 31,
  138433             :         .hash = -1,
  138434             :         .state = {
  138435             :             .kind = 1,
  138436             :             .compact = 1,
  138437             :             .ascii = 1,
  138438             :         },
  138439             :     },
  138440             :     ._data = "LazyLoader.__check_eager_loader",
  138441             : };
  138442             : static
  138443             :     struct {
  138444             :         PyObject_VAR_HEAD
  138445             :         Py_hash_t ob_shash;
  138446             :         char ob_sval[43];
  138447             :     }
  138448             : importlib_util_toplevel_consts_26_consts_2_linetable = {
  138449             :     .ob_base = {
  138450             :         .ob_base = {
  138451             :             .ob_refcnt = 999999999,
  138452             :             .ob_type = &PyBytes_Type,
  138453             :         },
  138454             :         .ob_size = 42,
  138455             :     },
  138456             :     .ob_shash = -1,
  138457             :     .ob_sval = "\x80\x00\xe5\x0f\x16\x90\x76\x98\x7d\xd4\x0f\x2d\xf0\x00\x01\x09\x40\x01\xdd\x12\x1b\xd0\x1c\x3e\xd4\x12\x3f\xd0\x0c\x3f\xf0\x03\x01\x09\x40\x01\xf0\x00\x01\x09\x40\x01",
  138458             : };
  138459             : static
  138460             :     struct _PyCode_DEF(60)
  138461             : importlib_util_toplevel_consts_26_consts_2 = {
  138462             :     .ob_base = {
  138463             :         .ob_base = {
  138464             :             .ob_refcnt = 999999999,
  138465             :             .ob_type = &PyCode_Type,
  138466             :         },
  138467             :         .ob_size = 30,
  138468             :     },
  138469             :     .co_consts = & importlib_util_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
  138470             :     .co_names = & importlib_util_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
  138471             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  138472             :     .co_flags = 3,
  138473             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  138474             :     ._co_linearray_entry_size = 0,
  138475             :     .co_argcount = 1,
  138476             :     .co_posonlyargcount = 0,
  138477             :     .co_kwonlyargcount = 0,
  138478             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  138479             :     .co_stacksize = 4,
  138480             :     .co_firstlineno = 272,
  138481             :     .co_nlocalsplus = 1,
  138482             :     .co_nlocals = 1,
  138483             :     .co_nplaincellvars = 0,
  138484             :     .co_ncellvars = 0,
  138485             :     .co_nfreevars = 0,
  138486             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
  138487             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  138488             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  138489             :     .co_name = & const_str___check_eager_loader._ascii.ob_base,
  138490             :     .co_qualname = & importlib_util_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
  138491             :     .co_linetable = & importlib_util_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
  138492             :     ._co_code = NULL,
  138493             :     ._co_linearray = NULL,
  138494             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x00\x53\x00",
  138495             :     ._co_firsttraceable = 0,
  138496             : };
  138497             : static
  138498             :     struct {
  138499             :         PyASCIIObject _ascii;
  138500             :         uint8_t _data[63];
  138501             :     }
  138502             : importlib_util_toplevel_consts_26_consts_3_consts_0 = {
  138503             :     ._ascii = {
  138504             :         .ob_base = {
  138505             :             .ob_refcnt = 999999999,
  138506             :             .ob_type = &PyUnicode_Type,
  138507             :         },
  138508             :         .length = 62,
  138509             :         .hash = -1,
  138510             :         .state = {
  138511             :             .kind = 1,
  138512             :             .compact = 1,
  138513             :             .ascii = 1,
  138514             :         },
  138515             :     },
  138516             :     ._data = "Construct a callable which returns the eager loader made lazy.",
  138517             : };
  138518             : static
  138519             :     struct {
  138520             :         PyASCIIObject _ascii;
  138521             :         uint8_t _data[37];
  138522             :     }
  138523             : importlib_util_toplevel_consts_26_consts_3_consts_1_qualname = {
  138524             :     ._ascii = {
  138525             :         .ob_base = {
  138526             :             .ob_refcnt = 999999999,
  138527             :             .ob_type = &PyUnicode_Type,
  138528             :         },
  138529             :         .length = 36,
  138530             :         .hash = -1,
  138531             :         .state = {
  138532             :             .kind = 1,
  138533             :             .compact = 1,
  138534             :             .ascii = 1,
  138535             :         },
  138536             :     },
  138537             :     ._data = "LazyLoader.factory.<locals>.<lambda>",
  138538             : };
  138539             : static
  138540             :     struct {
  138541             :         PyObject_VAR_HEAD
  138542             :         Py_hash_t ob_shash;
  138543             :         char ob_sval[30];
  138544             :     }
  138545             : importlib_util_toplevel_consts_26_consts_3_consts_1_linetable = {
  138546             :     .ob_base = {
  138547             :         .ob_base = {
  138548             :             .ob_refcnt = 999999999,
  138549             :             .ob_type = &PyBytes_Type,
  138550             :         },
  138551             :         .ob_size = 29,
  138552             :     },
  138553             :     .ob_shash = -1,
  138554             :     .ob_sval = "\xf8\x80\x00\xa0\x73\xa0\x73\xa8\x36\xa8\x36\xb0\x34\xd0\x2b\x42\xb8\x36\xd0\x2b\x42\xd0\x2b\x42\xd4\x27\x43\x80\x00",
  138555             : };
  138556             : static
  138557             :     struct {
  138558             :         PyGC_Head _gc_head;
  138559             :         struct {
  138560             :             PyObject_VAR_HEAD
  138561             :             PyObject *ob_item[4];
  138562             :         }_object;
  138563             :     }
  138564             : importlib_util_toplevel_consts_26_consts_3_consts_1_localsplusnames = {
  138565             :     ._object = {
  138566             :         .ob_base = {
  138567             :             .ob_base = {
  138568             :                 .ob_refcnt = 999999999,
  138569             :                 .ob_type = &PyTuple_Type,
  138570             :             },
  138571             :             .ob_size = 4,
  138572             :         },
  138573             :         .ob_item = {
  138574             :             & const_str_args._ascii.ob_base,
  138575             :             & const_str_kwargs._ascii.ob_base,
  138576             :             & const_str_cls._ascii.ob_base,
  138577             :             & const_str_loader._ascii.ob_base,
  138578             :         },
  138579             :     },
  138580             : };
  138581             : static
  138582             :     struct _PyCode_DEF(34)
  138583             : importlib_util_toplevel_consts_26_consts_3_consts_1 = {
  138584             :     .ob_base = {
  138585             :         .ob_base = {
  138586             :             .ob_refcnt = 999999999,
  138587             :             .ob_type = &PyCode_Type,
  138588             :         },
  138589             :         .ob_size = 17,
  138590             :     },
  138591             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  138592             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  138593             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  138594             :     .co_flags = 31,
  138595             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  138596             :     ._co_linearray_entry_size = 0,
  138597             :     .co_argcount = 0,
  138598             :     .co_posonlyargcount = 0,
  138599             :     .co_kwonlyargcount = 0,
  138600             :     .co_framesize = 11 + FRAME_SPECIALS_SIZE,
  138601             :     .co_stacksize = 7,
  138602             :     .co_firstlineno = 281,
  138603             :     .co_nlocalsplus = 4,
  138604             :     .co_nlocals = 2,
  138605             :     .co_nplaincellvars = 0,
  138606             :     .co_ncellvars = 0,
  138607             :     .co_nfreevars = 2,
  138608             :     .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_3_consts_1_localsplusnames._object.ob_base.ob_base,
  138609             :     .co_localspluskinds = & ntpath_toplevel_consts_45_consts_9_localspluskinds.ob_base.ob_base,
  138610             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  138611             :     .co_name = &_Py_STR(anon_lambda),
  138612             :     .co_qualname = & importlib_util_toplevel_consts_26_consts_3_consts_1_qualname._ascii.ob_base,
  138613             :     .co_linetable = & importlib_util_toplevel_consts_26_consts_3_consts_1_linetable.ob_base.ob_base,
  138614             :     ._co_code = NULL,
  138615             :     ._co_linearray = NULL,
  138616             :     .co_code_adaptive = "\x95\x02\x97\x00\x02\x00\x89\x02\x02\x00\x89\x03\x7c\x00\x69\x00\x7c\x01\xa4\x01\x8e\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  138617             :     ._co_firsttraceable = 1,
  138618             : };
  138619             : static
  138620             :     struct {
  138621             :         PyGC_Head _gc_head;
  138622             :         struct {
  138623             :             PyObject_VAR_HEAD
  138624             :             PyObject *ob_item[2];
  138625             :         }_object;
  138626             :     }
  138627             : importlib_util_toplevel_consts_26_consts_3_consts = {
  138628             :     ._object = {
  138629             :         .ob_base = {
  138630             :             .ob_base = {
  138631             :                 .ob_refcnt = 999999999,
  138632             :                 .ob_type = &PyTuple_Type,
  138633             :             },
  138634             :             .ob_size = 2,
  138635             :         },
  138636             :         .ob_item = {
  138637             :             & importlib_util_toplevel_consts_26_consts_3_consts_0._ascii.ob_base,
  138638             :             & importlib_util_toplevel_consts_26_consts_3_consts_1.ob_base.ob_base,
  138639             :         },
  138640             :     },
  138641             : };
  138642             : static
  138643             :     struct {
  138644             :         PyASCIIObject _ascii;
  138645             :         uint8_t _data[32];
  138646             :     }
  138647             : const_str__LazyLoader__check_eager_loader = {
  138648             :     ._ascii = {
  138649             :         .ob_base = {
  138650             :             .ob_refcnt = 999999999,
  138651             :             .ob_type = &PyUnicode_Type,
  138652             :         },
  138653             :         .length = 31,
  138654             :         .hash = -1,
  138655             :         .state = {
  138656             :             .kind = 1,
  138657             :             .compact = 1,
  138658             :             .ascii = 1,
  138659             :         },
  138660             :     },
  138661             :     ._data = "_LazyLoader__check_eager_loader",
  138662             : };
  138663             : static
  138664             :     struct {
  138665             :         PyGC_Head _gc_head;
  138666             :         struct {
  138667             :             PyObject_VAR_HEAD
  138668             :             PyObject *ob_item[1];
  138669             :         }_object;
  138670             :     }
  138671             : importlib_util_toplevel_consts_26_consts_3_names = {
  138672             :     ._object = {
  138673             :         .ob_base = {
  138674             :             .ob_base = {
  138675             :                 .ob_refcnt = 999999999,
  138676             :                 .ob_type = &PyTuple_Type,
  138677             :             },
  138678             :             .ob_size = 1,
  138679             :         },
  138680             :         .ob_item = {
  138681             :             & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
  138682             :         },
  138683             :     },
  138684             : };
  138685             : static
  138686             :     struct {
  138687             :         PyASCIIObject _ascii;
  138688             :         uint8_t _data[8];
  138689             :     }
  138690             : const_str_factory = {
  138691             :     ._ascii = {
  138692             :         .ob_base = {
  138693             :             .ob_refcnt = 999999999,
  138694             :             .ob_type = &PyUnicode_Type,
  138695             :         },
  138696             :         .length = 7,
  138697             :         .hash = -1,
  138698             :         .state = {
  138699             :             .kind = 1,
  138700             :             .compact = 1,
  138701             :             .ascii = 1,
  138702             :         },
  138703             :     },
  138704             :     ._data = "factory",
  138705             : };
  138706             : static
  138707             :     struct {
  138708             :         PyASCIIObject _ascii;
  138709             :         uint8_t _data[19];
  138710             :     }
  138711             : importlib_util_toplevel_consts_26_consts_3_qualname = {
  138712             :     ._ascii = {
  138713             :         .ob_base = {
  138714             :             .ob_refcnt = 999999999,
  138715             :             .ob_type = &PyUnicode_Type,
  138716             :         },
  138717             :         .length = 18,
  138718             :         .hash = -1,
  138719             :         .state = {
  138720             :             .kind = 1,
  138721             :             .compact = 1,
  138722             :             .ascii = 1,
  138723             :         },
  138724             :     },
  138725             :     ._data = "LazyLoader.factory",
  138726             : };
  138727             : static
  138728             :     struct {
  138729             :         PyObject_VAR_HEAD
  138730             :         Py_hash_t ob_shash;
  138731             :         char ob_sval[42];
  138732             :     }
  138733             : importlib_util_toplevel_consts_26_consts_3_linetable = {
  138734             :     .ob_base = {
  138735             :         .ob_base = {
  138736             :             .ob_refcnt = 999999999,
  138737             :             .ob_type = &PyBytes_Type,
  138738             :         },
  138739             :         .ob_size = 41,
  138740             :     },
  138741             :     .ob_shash = -1,
  138742             :     .ob_sval = "\xf8\xf8\x80\x00\xf0\x06\x00\x09\x0c\xd7\x08\x20\xd1\x08\x20\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x08\x43",
  138743             : };
  138744             : static
  138745             :     struct {
  138746             :         PyGC_Head _gc_head;
  138747             :         struct {
  138748             :             PyObject_VAR_HEAD
  138749             :             PyObject *ob_item[2];
  138750             :         }_object;
  138751             :     }
  138752             : importlib_util_toplevel_consts_26_consts_3_localsplusnames = {
  138753             :     ._object = {
  138754             :         .ob_base = {
  138755             :             .ob_base = {
  138756             :                 .ob_refcnt = 999999999,
  138757             :                 .ob_type = &PyTuple_Type,
  138758             :             },
  138759             :             .ob_size = 2,
  138760             :         },
  138761             :         .ob_item = {
  138762             :             & const_str_cls._ascii.ob_base,
  138763             :             & const_str_loader._ascii.ob_base,
  138764             :         },
  138765             :     },
  138766             : };
  138767             : static
  138768             :     struct {
  138769             :         PyObject_VAR_HEAD
  138770             :         Py_hash_t ob_shash;
  138771             :         char ob_sval[3];
  138772             :     }
  138773             : importlib_util_toplevel_consts_26_consts_3_localspluskinds = {
  138774             :     .ob_base = {
  138775             :         .ob_base = {
  138776             :             .ob_refcnt = 999999999,
  138777             :             .ob_type = &PyBytes_Type,
  138778             :         },
  138779             :         .ob_size = 2,
  138780             :     },
  138781             :     .ob_shash = -1,
  138782             :     .ob_sval = "``",
  138783             : };
  138784             : static
  138785             :     struct _PyCode_DEF(54)
  138786             : importlib_util_toplevel_consts_26_consts_3 = {
  138787             :     .ob_base = {
  138788             :         .ob_base = {
  138789             :             .ob_refcnt = 999999999,
  138790             :             .ob_type = &PyCode_Type,
  138791             :         },
  138792             :         .ob_size = 27,
  138793             :     },
  138794             :     .co_consts = & importlib_util_toplevel_consts_26_consts_3_consts._object.ob_base.ob_base,
  138795             :     .co_names = & importlib_util_toplevel_consts_26_consts_3_names._object.ob_base.ob_base,
  138796             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  138797             :     .co_flags = 3,
  138798             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  138799             :     ._co_linearray_entry_size = 0,
  138800             :     .co_argcount = 2,
  138801             :     .co_posonlyargcount = 0,
  138802             :     .co_kwonlyargcount = 0,
  138803             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  138804             :     .co_stacksize = 3,
  138805             :     .co_firstlineno = 277,
  138806             :     .co_nlocalsplus = 2,
  138807             :     .co_nlocals = 2,
  138808             :     .co_nplaincellvars = 0,
  138809             :     .co_ncellvars = 2,
  138810             :     .co_nfreevars = 0,
  138811             :     .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_3_localsplusnames._object.ob_base.ob_base,
  138812             :     .co_localspluskinds = & importlib_util_toplevel_consts_26_consts_3_localspluskinds.ob_base.ob_base,
  138813             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  138814             :     .co_name = & const_str_factory._ascii.ob_base,
  138815             :     .co_qualname = & importlib_util_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
  138816             :     .co_linetable = & importlib_util_toplevel_consts_26_consts_3_linetable.ob_base.ob_base,
  138817             :     ._co_code = NULL,
  138818             :     ._co_linearray = NULL,
  138819             :     .co_code_adaptive = "\x87\x00\x87\x01\x97\x00\x89\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x88\x00\x88\x01\x66\x02\x64\x01\x84\x08\x53\x00",
  138820             :     ._co_firsttraceable = 2,
  138821             : };
  138822             : static
  138823             :     struct {
  138824             :         PyGC_Head _gc_head;
  138825             :         struct {
  138826             :             PyObject_VAR_HEAD
  138827             :             PyObject *ob_item[2];
  138828             :         }_object;
  138829             :     }
  138830             : importlib_util_toplevel_consts_26_consts_4_names = {
  138831             :     ._object = {
  138832             :         .ob_base = {
  138833             :             .ob_base = {
  138834             :                 .ob_refcnt = 999999999,
  138835             :                 .ob_type = &PyTuple_Type,
  138836             :             },
  138837             :             .ob_size = 2,
  138838             :         },
  138839             :         .ob_item = {
  138840             :             & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
  138841             :             & const_str_loader._ascii.ob_base,
  138842             :         },
  138843             :     },
  138844             : };
  138845             : static
  138846             :     struct {
  138847             :         PyASCIIObject _ascii;
  138848             :         uint8_t _data[20];
  138849             :     }
  138850             : importlib_util_toplevel_consts_26_consts_4_qualname = {
  138851             :     ._ascii = {
  138852             :         .ob_base = {
  138853             :             .ob_refcnt = 999999999,
  138854             :             .ob_type = &PyUnicode_Type,
  138855             :         },
  138856             :         .length = 19,
  138857             :         .hash = -1,
  138858             :         .state = {
  138859             :             .kind = 1,
  138860             :             .compact = 1,
  138861             :             .ascii = 1,
  138862             :         },
  138863             :     },
  138864             :     ._data = "LazyLoader.__init__",
  138865             : };
  138866             : static
  138867             :     struct {
  138868             :         PyObject_VAR_HEAD
  138869             :         Py_hash_t ob_shash;
  138870             :         char ob_sval[31];
  138871             :     }
  138872             : importlib_util_toplevel_consts_26_consts_4_linetable = {
  138873             :     .ob_base = {
  138874             :         .ob_base = {
  138875             :             .ob_refcnt = 999999999,
  138876             :             .ob_type = &PyBytes_Type,
  138877             :         },
  138878             :         .ob_size = 30,
  138879             :     },
  138880             :     .ob_shash = -1,
  138881             :     .ob_sval = "\x80\x00\xd8\x08\x0c\xd7\x08\x21\xd1\x08\x21\xa0\x26\xd4\x08\x29\xd0\x08\x29\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
  138882             : };
  138883             : static
  138884             :     struct {
  138885             :         PyGC_Head _gc_head;
  138886             :         struct {
  138887             :             PyObject_VAR_HEAD
  138888             :             PyObject *ob_item[2];
  138889             :         }_object;
  138890             :     }
  138891             : importlib_util_toplevel_consts_26_consts_4_localsplusnames = {
  138892             :     ._object = {
  138893             :         .ob_base = {
  138894             :             .ob_base = {
  138895             :                 .ob_refcnt = 999999999,
  138896             :                 .ob_type = &PyTuple_Type,
  138897             :             },
  138898             :             .ob_size = 2,
  138899             :         },
  138900             :         .ob_item = {
  138901             :             & const_str_self._ascii.ob_base,
  138902             :             & const_str_loader._ascii.ob_base,
  138903             :         },
  138904             :     },
  138905             : };
  138906             : static
  138907             :     struct _PyCode_DEF(56)
  138908             : importlib_util_toplevel_consts_26_consts_4 = {
  138909             :     .ob_base = {
  138910             :         .ob_base = {
  138911             :             .ob_refcnt = 999999999,
  138912             :             .ob_type = &PyCode_Type,
  138913             :         },
  138914             :         .ob_size = 28,
  138915             :     },
  138916             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  138917             :     .co_names = & importlib_util_toplevel_consts_26_consts_4_names._object.ob_base.ob_base,
  138918             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  138919             :     .co_flags = 3,
  138920             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  138921             :     ._co_linearray_entry_size = 0,
  138922             :     .co_argcount = 2,
  138923             :     .co_posonlyargcount = 0,
  138924             :     .co_kwonlyargcount = 0,
  138925             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  138926             :     .co_stacksize = 3,
  138927             :     .co_firstlineno = 283,
  138928             :     .co_nlocalsplus = 2,
  138929             :     .co_nlocals = 2,
  138930             :     .co_nplaincellvars = 0,
  138931             :     .co_ncellvars = 0,
  138932             :     .co_nfreevars = 0,
  138933             :     .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_4_localsplusnames._object.ob_base.ob_base,
  138934             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  138935             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  138936             :     .co_name = &_Py_ID(__init__),
  138937             :     .co_qualname = & importlib_util_toplevel_consts_26_consts_4_qualname._ascii.ob_base,
  138938             :     .co_linetable = & importlib_util_toplevel_consts_26_consts_4_linetable.ob_base.ob_base,
  138939             :     ._co_code = NULL,
  138940             :     ._co_linearray = NULL,
  138941             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  138942             :     ._co_firsttraceable = 0,
  138943             : };
  138944             : static
  138945             :     struct {
  138946             :         PyGC_Head _gc_head;
  138947             :         struct {
  138948             :             PyObject_VAR_HEAD
  138949             :             PyObject *ob_item[2];
  138950             :         }_object;
  138951             :     }
  138952             : importlib_util_toplevel_consts_26_consts_5_names = {
  138953             :     ._object = {
  138954             :         .ob_base = {
  138955             :             .ob_base = {
  138956             :                 .ob_refcnt = 999999999,
  138957             :                 .ob_type = &PyTuple_Type,
  138958             :             },
  138959             :             .ob_size = 2,
  138960             :         },
  138961             :         .ob_item = {
  138962             :             & const_str_loader._ascii.ob_base,
  138963             :             & const_str_create_module._ascii.ob_base,
  138964             :         },
  138965             :     },
  138966             : };
  138967             : static
  138968             :     struct {
  138969             :         PyASCIIObject _ascii;
  138970             :         uint8_t _data[25];
  138971             :     }
  138972             : importlib_util_toplevel_consts_26_consts_5_qualname = {
  138973             :     ._ascii = {
  138974             :         .ob_base = {
  138975             :             .ob_refcnt = 999999999,
  138976             :             .ob_type = &PyUnicode_Type,
  138977             :         },
  138978             :         .length = 24,
  138979             :         .hash = -1,
  138980             :         .state = {
  138981             :             .kind = 1,
  138982             :             .compact = 1,
  138983             :             .ascii = 1,
  138984             :         },
  138985             :     },
  138986             :     ._data = "LazyLoader.create_module",
  138987             : };
  138988             : static
  138989             :     struct {
  138990             :         PyObject_VAR_HEAD
  138991             :         Py_hash_t ob_shash;
  138992             :         char ob_sval[24];
  138993             :     }
  138994             : importlib_util_toplevel_consts_26_consts_5_linetable = {
  138995             :     .ob_base = {
  138996             :         .ob_base = {
  138997             :             .ob_refcnt = 999999999,
  138998             :             .ob_type = &PyBytes_Type,
  138999             :         },
  139000             :         .ob_size = 23,
  139001             :     },
  139002             :     .ob_shash = -1,
  139003             :     .ob_sval = "\x80\x00\xd8\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x28\xd1\x0f\x28\xa8\x14\xd4\x0f\x2e\xd0\x08\x2e",
  139004             : };
  139005             : static
  139006             :     struct _PyCode_DEF(58)
  139007             : importlib_util_toplevel_consts_26_consts_5 = {
  139008             :     .ob_base = {
  139009             :         .ob_base = {
  139010             :             .ob_refcnt = 999999999,
  139011             :             .ob_type = &PyCode_Type,
  139012             :         },
  139013             :         .ob_size = 29,
  139014             :     },
  139015             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  139016             :     .co_names = & importlib_util_toplevel_consts_26_consts_5_names._object.ob_base.ob_base,
  139017             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  139018             :     .co_flags = 3,
  139019             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  139020             :     ._co_linearray_entry_size = 0,
  139021             :     .co_argcount = 2,
  139022             :     .co_posonlyargcount = 0,
  139023             :     .co_kwonlyargcount = 0,
  139024             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  139025             :     .co_stacksize = 3,
  139026             :     .co_firstlineno = 287,
  139027             :     .co_nlocalsplus = 2,
  139028             :     .co_nlocals = 2,
  139029             :     .co_nplaincellvars = 0,
  139030             :     .co_ncellvars = 0,
  139031             :     .co_nfreevars = 0,
  139032             :     .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
  139033             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  139034             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  139035             :     .co_name = & const_str_create_module._ascii.ob_base,
  139036             :     .co_qualname = & importlib_util_toplevel_consts_26_consts_5_qualname._ascii.ob_base,
  139037             :     .co_linetable = & importlib_util_toplevel_consts_26_consts_5_linetable.ob_base.ob_base,
  139038             :     ._co_code = NULL,
  139039             :     ._co_linearray = NULL,
  139040             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  139041             :     ._co_firsttraceable = 0,
  139042             : };
  139043             : static
  139044             :     struct {
  139045             :         PyASCIIObject _ascii;
  139046             :         uint8_t _data[29];
  139047             :     }
  139048             : importlib_util_toplevel_consts_26_consts_6_consts_0 = {
  139049             :     ._ascii = {
  139050             :         .ob_base = {
  139051             :             .ob_refcnt = 999999999,
  139052             :             .ob_type = &PyUnicode_Type,
  139053             :         },
  139054             :         .length = 28,
  139055             :         .hash = -1,
  139056             :         .state = {
  139057             :             .kind = 1,
  139058             :             .compact = 1,
  139059             :             .ascii = 1,
  139060             :         },
  139061             :     },
  139062             :     ._data = "Make the module load lazily.",
  139063             : };
  139064             : static
  139065             :     struct {
  139066             :         PyGC_Head _gc_head;
  139067             :         struct {
  139068             :             PyObject_VAR_HEAD
  139069             :             PyObject *ob_item[4];
  139070             :         }_object;
  139071             :     }
  139072             : importlib_util_toplevel_consts_26_consts_6_consts = {
  139073             :     ._object = {
  139074             :         .ob_base = {
  139075             :             .ob_base = {
  139076             :                 .ob_refcnt = 999999999,
  139077             :                 .ob_type = &PyTuple_Type,
  139078             :             },
  139079             :             .ob_size = 4,
  139080             :         },
  139081             :         .ob_item = {
  139082             :             & importlib_util_toplevel_consts_26_consts_6_consts_0._ascii.ob_base,
  139083             :             &_Py_ID(__dict__),
  139084             :             &_Py_ID(__class__),
  139085             :             Py_None,
  139086             :         },
  139087             :     },
  139088             : };
  139089             : static
  139090             :     struct {
  139091             :         PyGC_Head _gc_head;
  139092             :         struct {
  139093             :             PyObject_VAR_HEAD
  139094             :             PyObject *ob_item[8];
  139095             :         }_object;
  139096             :     }
  139097             : importlib_util_toplevel_consts_26_consts_6_names = {
  139098             :     ._object = {
  139099             :         .ob_base = {
  139100             :             .ob_base = {
  139101             :                 .ob_refcnt = 999999999,
  139102             :                 .ob_type = &PyTuple_Type,
  139103             :             },
  139104             :             .ob_size = 8,
  139105             :         },
  139106             :         .ob_item = {
  139107             :             & const_str_loader._ascii.ob_base,
  139108             :             &_Py_ID(__spec__),
  139109             :             &_Py_ID(__loader__),
  139110             :             &_Py_ID(__dict__),
  139111             :             &_Py_ID(copy),
  139112             :             &_Py_ID(__class__),
  139113             :             & const_str_loader_state._ascii.ob_base,
  139114             :             & const_str__LazyModule._ascii.ob_base,
  139115             :         },
  139116             :     },
  139117             : };
  139118             : static
  139119             :     struct {
  139120             :         PyASCIIObject _ascii;
  139121             :         uint8_t _data[23];
  139122             :     }
  139123             : importlib_util_toplevel_consts_26_consts_6_qualname = {
  139124             :     ._ascii = {
  139125             :         .ob_base = {
  139126             :             .ob_refcnt = 999999999,
  139127             :             .ob_type = &PyUnicode_Type,
  139128             :         },
  139129             :         .length = 22,
  139130             :         .hash = -1,
  139131             :         .state = {
  139132             :             .kind = 1,
  139133             :             .compact = 1,
  139134             :             .ascii = 1,
  139135             :         },
  139136             :     },
  139137             :     ._data = "LazyLoader.exec_module",
  139138             : };
  139139             : static
  139140             :     struct {
  139141             :         PyObject_VAR_HEAD
  139142             :         Py_hash_t ob_shash;
  139143             :         char ob_sval[103];
  139144             :     }
  139145             : importlib_util_toplevel_consts_26_consts_6_linetable = {
  139146             :     .ob_base = {
  139147             :         .ob_base = {
  139148             :             .ob_refcnt = 999999999,
  139149             :             .ob_type = &PyBytes_Type,
  139150             :         },
  139151             :         .ob_size = 102,
  139152             :     },
  139153             :     .ob_shash = -1,
  139154             :     .ob_sval = "\x80\x00\xe0\x21\x25\xa7\x1b\xa1\x1b\x88\x06\x8f\x0f\x89\x0f\xd4\x08\x1e\xd8\x1c\x20\x9f\x4b\x99\x4b\x88\x06\xd4\x08\x19\xf0\x0a\x00\x18\x1a\x88\x0c\xd8\x23\x29\xa7\x3f\xa1\x3f\xd7\x23\x37\xd1\x23\x37\xd4\x23\x39\x88\x0c\x90\x5a\xd1\x08\x20\xd8\x24\x2a\xd7\x24\x34\xd1\x24\x34\x88\x0c\x90\x5b\xd1\x08\x21\xd8\x27\x33\x88\x06\x8f\x0f\x89\x0f\xd4\x08\x24\xdd\x1b\x26\x88\x06\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
  139155             : };
  139156             : static
  139157             :     struct {
  139158             :         PyGC_Head _gc_head;
  139159             :         struct {
  139160             :             PyObject_VAR_HEAD
  139161             :             PyObject *ob_item[3];
  139162             :         }_object;
  139163             :     }
  139164             : importlib_util_toplevel_consts_26_consts_6_localsplusnames = {
  139165             :     ._object = {
  139166             :         .ob_base = {
  139167             :             .ob_base = {
  139168             :                 .ob_refcnt = 999999999,
  139169             :                 .ob_type = &PyTuple_Type,
  139170             :             },
  139171             :             .ob_size = 3,
  139172             :         },
  139173             :         .ob_item = {
  139174             :             & const_str_self._ascii.ob_base,
  139175             :             & const_str_module._ascii.ob_base,
  139176             :             & const_str_loader_state._ascii.ob_base,
  139177             :         },
  139178             :     },
  139179             : };
  139180             : static
  139181             :     struct _PyCode_DEF(246)
  139182             : importlib_util_toplevel_consts_26_consts_6 = {
  139183             :     .ob_base = {
  139184             :         .ob_base = {
  139185             :             .ob_refcnt = 999999999,
  139186             :             .ob_type = &PyCode_Type,
  139187             :         },
  139188             :         .ob_size = 123,
  139189             :     },
  139190             :     .co_consts = & importlib_util_toplevel_consts_26_consts_6_consts._object.ob_base.ob_base,
  139191             :     .co_names = & importlib_util_toplevel_consts_26_consts_6_names._object.ob_base.ob_base,
  139192             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  139193             :     .co_flags = 3,
  139194             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  139195             :     ._co_linearray_entry_size = 0,
  139196             :     .co_argcount = 2,
  139197             :     .co_posonlyargcount = 0,
  139198             :     .co_kwonlyargcount = 0,
  139199             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  139200             :     .co_stacksize = 3,
  139201             :     .co_firstlineno = 290,
  139202             :     .co_nlocalsplus = 3,
  139203             :     .co_nlocals = 3,
  139204             :     .co_nplaincellvars = 0,
  139205             :     .co_ncellvars = 0,
  139206             :     .co_nfreevars = 0,
  139207             :     .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_6_localsplusnames._object.ob_base.ob_base,
  139208             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
  139209             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  139210             :     .co_name = & const_str_exec_module._ascii.ob_base,
  139211             :     .co_qualname = & importlib_util_toplevel_consts_26_consts_6_qualname._ascii.ob_base,
  139212             :     .co_linetable = & importlib_util_toplevel_consts_26_consts_6_linetable.ob_base.ob_base,
  139213             :     ._co_code = NULL,
  139214             :     ._co_linearray = NULL,
  139215             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x69\x00\x7d\x02\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x3c\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x02\x3c\x00\x00\x00\x7c\x02\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x53\x00",
  139216             :     ._co_firsttraceable = 0,
  139217             : };
  139218             : static
  139219             :     struct {
  139220             :         PyGC_Head _gc_head;
  139221             :         struct {
  139222             :             PyObject_VAR_HEAD
  139223             :             PyObject *ob_item[8];
  139224             :         }_object;
  139225             :     }
  139226             : importlib_util_toplevel_consts_26_consts = {
  139227             :     ._object = {
  139228             :         .ob_base = {
  139229             :             .ob_base = {
  139230             :                 .ob_refcnt = 999999999,
  139231             :                 .ob_type = &PyTuple_Type,
  139232             :             },
  139233             :             .ob_size = 8,
  139234             :         },
  139235             :         .ob_item = {
  139236             :             & const_str_LazyLoader._ascii.ob_base,
  139237             :             & importlib_util_toplevel_consts_26_consts_1._ascii.ob_base,
  139238             :             & importlib_util_toplevel_consts_26_consts_2.ob_base.ob_base,
  139239             :             & importlib_util_toplevel_consts_26_consts_3.ob_base.ob_base,
  139240             :             & importlib_util_toplevel_consts_26_consts_4.ob_base.ob_base,
  139241             :             & importlib_util_toplevel_consts_26_consts_5.ob_base.ob_base,
  139242             :             & importlib_util_toplevel_consts_26_consts_6.ob_base.ob_base,
  139243             :             Py_None,
  139244             :         },
  139245             :     },
  139246             : };
  139247             : static
  139248             :     struct {
  139249             :         PyGC_Head _gc_head;
  139250             :         struct {
  139251             :             PyObject_VAR_HEAD
  139252             :             PyObject *ob_item[11];
  139253             :         }_object;
  139254             :     }
  139255             : importlib_util_toplevel_consts_26_names = {
  139256             :     ._object = {
  139257             :         .ob_base = {
  139258             :             .ob_base = {
  139259             :                 .ob_refcnt = 999999999,
  139260             :                 .ob_type = &PyTuple_Type,
  139261             :             },
  139262             :             .ob_size = 11,
  139263             :         },
  139264             :         .ob_item = {
  139265             :             &_Py_ID(__name__),
  139266             :             &_Py_ID(__module__),
  139267             :             &_Py_ID(__qualname__),
  139268             :             &_Py_ID(__doc__),
  139269             :             & const_str_staticmethod._ascii.ob_base,
  139270             :             & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
  139271             :             & const_str_classmethod._ascii.ob_base,
  139272             :             & const_str_factory._ascii.ob_base,
  139273             :             &_Py_ID(__init__),
  139274             :             & const_str_create_module._ascii.ob_base,
  139275             :             & const_str_exec_module._ascii.ob_base,
  139276             :         },
  139277             :     },
  139278             : };
  139279             : static
  139280             :     struct {
  139281             :         PyObject_VAR_HEAD
  139282             :         Py_hash_t ob_shash;
  139283             :         char ob_sval[126];
  139284             :     }
  139285             : importlib_util_toplevel_consts_26_linetable = {
  139286             :     .ob_base = {
  139287             :         .ob_base = {
  139288             :             .ob_refcnt = 999999999,
  139289             :             .ob_type = &PyBytes_Type,
  139290             :         },
  139291             :         .ob_size = 125,
  139292             :     },
  139293             :     .ob_shash = -1,
  139294             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x55\xd0\x04\x55\xe0\x05\x11\xf0\x02\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01\xf4\x03\x00\x06\x12\xf0\x02\x02\x05\x40\x01\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x44\x01\xf0\x00\x03\x05\x44\x01\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x44\x01\xf0\x0a\x02\x05\x1d\xf0\x00\x02\x05\x1d\xf0\x00\x02\x05\x1d\xf0\x08\x01\x05\x2f\xf0\x00\x01\x05\x2f\xf0\x00\x01\x05\x2f\xf0\x06\x0c\x05\x27\xf0\x00\x0c\x05\x27\xf0\x00\x0c\x05\x27\xf0\x00\x0c\x05\x27\xf0\x00\x0c\x05\x27",
  139295             : };
  139296             : static
  139297             :     struct _PyCode_DEF(72)
  139298             : importlib_util_toplevel_consts_26 = {
  139299             :     .ob_base = {
  139300             :         .ob_base = {
  139301             :             .ob_refcnt = 999999999,
  139302             :             .ob_type = &PyCode_Type,
  139303             :         },
  139304             :         .ob_size = 36,
  139305             :     },
  139306             :     .co_consts = & importlib_util_toplevel_consts_26_consts._object.ob_base.ob_base,
  139307             :     .co_names = & importlib_util_toplevel_consts_26_names._object.ob_base.ob_base,
  139308             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  139309             :     .co_flags = 0,
  139310             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  139311             :     ._co_linearray_entry_size = 0,
  139312             :     .co_argcount = 0,
  139313             :     .co_posonlyargcount = 0,
  139314             :     .co_kwonlyargcount = 0,
  139315             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  139316             :     .co_stacksize = 2,
  139317             :     .co_firstlineno = 268,
  139318             :     .co_nlocalsplus = 0,
  139319             :     .co_nlocals = 0,
  139320             :     .co_nplaincellvars = 0,
  139321             :     .co_ncellvars = 0,
  139322             :     .co_nfreevars = 0,
  139323             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  139324             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  139325             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  139326             :     .co_name = & const_str_LazyLoader._ascii.ob_base,
  139327             :     .co_qualname = & const_str_LazyLoader._ascii.ob_base,
  139328             :     .co_linetable = & importlib_util_toplevel_consts_26_linetable.ob_base.ob_base,
  139329             :     ._co_code = NULL,
  139330             :     ._co_linearray = NULL,
  139331             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x84\x00\x5a\x08\x64\x05\x84\x00\x5a\x09\x64\x06\x84\x00\x5a\x0a\x64\x07\x53\x00",
  139332             :     ._co_firsttraceable = 0,
  139333             : };
  139334             : static
  139335             :     struct {
  139336             :         PyGC_Head _gc_head;
  139337             :         struct {
  139338             :             PyObject_VAR_HEAD
  139339             :             PyObject *ob_item[29];
  139340             :         }_object;
  139341             :     }
  139342             : importlib_util_toplevel_consts = {
  139343             :     ._object = {
  139344             :         .ob_base = {
  139345             :             .ob_base = {
  139346             :                 .ob_refcnt = 999999999,
  139347             :                 .ob_type = &PyTuple_Type,
  139348             :             },
  139349             :             .ob_size = 29,
  139350             :         },
  139351             :         .ob_item = {
  139352             :             & importlib_util_toplevel_consts_0._ascii.ob_base,
  139353             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  139354             :             & importlib_util_toplevel_consts_2._object.ob_base.ob_base,
  139355             :             & importlib_util_toplevel_consts_3._object.ob_base.ob_base,
  139356             :             & importlib_util_toplevel_consts_4._object.ob_base.ob_base,
  139357             :             & importlib_util_toplevel_consts_5._object.ob_base.ob_base,
  139358             :             & importlib_util_toplevel_consts_6._object.ob_base.ob_base,
  139359             :             & importlib_util_toplevel_consts_7._object.ob_base.ob_base,
  139360             :             & importlib_util_toplevel_consts_8._object.ob_base.ob_base,
  139361             :             & importlib_util_toplevel_consts_9._object.ob_base.ob_base,
  139362             :             & importlib_util_toplevel_consts_10._object.ob_base.ob_base,
  139363             :             & importlib_util_toplevel_consts_11._object.ob_base.ob_base,
  139364             :             & importlib__bootstrap_external_toplevel_consts_73_consts_5_names._object.ob_base.ob_base,
  139365             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  139366             :             & importlib_util_toplevel_consts_14._object.ob_base.ob_base,
  139367             :             Py_None,
  139368             :             & importlib_util_toplevel_consts_16.ob_base.ob_base,
  139369             :             & importlib_util_toplevel_consts_17.ob_base.ob_base,
  139370             :             & importlib_util_toplevel_consts_18.ob_base.ob_base,
  139371             :             & importlib_util_toplevel_consts_19.ob_base.ob_base,
  139372             :             & importlib_util_toplevel_consts_20.ob_base.ob_base,
  139373             :             & importlib_util_toplevel_consts_21.ob_base.ob_base,
  139374             :             & importlib_util_toplevel_consts_22.ob_base.ob_base,
  139375             :             & importlib_util_toplevel_consts_23.ob_base.ob_base,
  139376             :             & importlib_util_toplevel_consts_24.ob_base.ob_base,
  139377             :             & const_str__LazyModule._ascii.ob_base,
  139378             :             & importlib_util_toplevel_consts_26.ob_base.ob_base,
  139379             :             & const_str_LazyLoader._ascii.ob_base,
  139380             :             & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  139381             :         },
  139382             :     },
  139383             : };
  139384             : static
  139385             :     struct {
  139386             :         PyASCIIObject _ascii;
  139387             :         uint8_t _data[11];
  139388             :     }
  139389             : const_str_contextlib = {
  139390             :     ._ascii = {
  139391             :         .ob_base = {
  139392             :             .ob_refcnt = 999999999,
  139393             :             .ob_type = &PyUnicode_Type,
  139394             :         },
  139395             :         .length = 10,
  139396             :         .hash = -1,
  139397             :         .state = {
  139398             :             .kind = 1,
  139399             :             .compact = 1,
  139400             :             .ascii = 1,
  139401             :         },
  139402             :     },
  139403             :     ._data = "contextlib",
  139404             : };
  139405             : static
  139406             :     struct {
  139407             :         PyGC_Head _gc_head;
  139408             :         struct {
  139409             :             PyObject_VAR_HEAD
  139410             :             PyObject *ob_item[33];
  139411             :         }_object;
  139412             :     }
  139413             : importlib_util_toplevel_names = {
  139414             :     ._object = {
  139415             :         .ob_base = {
  139416             :             .ob_base = {
  139417             :                 .ob_refcnt = 999999999,
  139418             :                 .ob_type = &PyTuple_Type,
  139419             :             },
  139420             :             .ob_size = 33,
  139421             :         },
  139422             :         .ob_item = {
  139423             :             &_Py_ID(__doc__),
  139424             :             & const_str__abc._ascii.ob_base,
  139425             :             & const_str_Loader._ascii.ob_base,
  139426             :             &_Py_ID(_bootstrap),
  139427             :             & const_str_module_from_spec._ascii.ob_base,
  139428             :             & const_str__resolve_name._ascii.ob_base,
  139429             :             & const_str_spec_from_loader._ascii.ob_base,
  139430             :             & const_str__find_spec._ascii.ob_base,
  139431             :             & const_str__bootstrap_external._ascii.ob_base,
  139432             :             & const_str_MAGIC_NUMBER._ascii.ob_base,
  139433             :             & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
  139434             :             & const_str_cache_from_source._ascii.ob_base,
  139435             :             & const_str_decode_source._ascii.ob_base,
  139436             :             & const_str_source_from_cache._ascii.ob_base,
  139437             :             & const_str_spec_from_file_location._ascii.ob_base,
  139438             :             & const_str_contextlib._ascii.ob_base,
  139439             :             & const_str_contextmanager._ascii.ob_base,
  139440             :             & const_str__imp._ascii.ob_base,
  139441             :             & const_str_functools._ascii.ob_base,
  139442             :             & const_str_sys._ascii.ob_base,
  139443             :             & const_str_types._ascii.ob_base,
  139444             :             &_Py_ID(warnings),
  139445             :             & const_str_source_hash._ascii.ob_base,
  139446             :             & const_str_resolve_name._ascii.ob_base,
  139447             :             & const_str__find_spec_from_path._ascii.ob_base,
  139448             :             & const_str_find_spec._ascii.ob_base,
  139449             :             & const_str__module_to_load._ascii.ob_base,
  139450             :             & const_str_set_package._ascii.ob_base,
  139451             :             & const_str_set_loader._ascii.ob_base,
  139452             :             & const_str_module_for_loader._ascii.ob_base,
  139453             :             & const_str_ModuleType._ascii.ob_base,
  139454             :             & const_str__LazyModule._ascii.ob_base,
  139455             :             & const_str_LazyLoader._ascii.ob_base,
  139456             :         },
  139457             :     },
  139458             : };
  139459             : static
  139460             :     struct {
  139461             :         PyObject_VAR_HEAD
  139462             :         Py_hash_t ob_shash;
  139463             :         char ob_sval[509];
  139464             :     }
  139465             : importlib_util_toplevel_linetable = {
  139466             :     .ob_base = {
  139467             :         .ob_base = {
  139468             :             .ob_refcnt = 999999999,
  139469             :             .ob_type = &PyBytes_Type,
  139470             :         },
  139471             :         .ob_size = 508,
  139472             :     },
  139473             :     .ob_shash = -1,
  139474             :     .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x00\x33\xd0\x00\x33\xd8\x00\x18\xd0\x00\x18\xd0\x00\x18\xd0\x00\x18\xd0\x00\x18\xd0\x00\x18\xd8\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd8\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd8\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd8\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd8\x00\x2d\xd0\x00\x2d\xd0\x00\x2d\xd0\x00\x2d\xd0\x00\x2d\xd0\x00\x2d\xd8\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd8\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd8\x00\x2e\xd0\x00\x2e\xd0\x00\x2e\xd0\x00\x2e\xd0\x00\x2e\xd0\x00\x2e\xd8\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd8\x00\x38\xd0\x00\x38\xd0\x00\x38\xd0\x00\x38\xd0\x00\x38\xd0\x00\x38\xe0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x10\xd0\x00\x10\xd0\x00\x10\xd0\x00\x10\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0c\x80\x0c\x80\x0c\x80\x0c\xd8\x00\x0f\x80\x0f\x80\x0f\x80\x0f\xf0\x06\x02\x01\x3d\xf0\x00\x02\x01\x3d\xf0\x00\x02\x01\x3d\xf0\x0a\x0c\x01\x37\xf0\x00\x0c\x01\x37\xf0\x00\x0c\x01\x37\xf0\x1e\x00\x25\x29\xf0\x00\x1c\x01\x18\xf0\x00\x1c\x01\x18\xf0\x00\x1c\x01\x18\xf0\x3e\x00\x1d\x21\xf0\x00\x2a\x01\x18\xf0\x00\x2a\x01\x18\xf0\x00\x2a\x01\x18\xf0\x5a\x01\x00\x02\x10\xf0\x02\x16\x01\x28\xf0\x00\x16\x01\x28\xf4\x03\x00\x02\x10\xf0\x02\x16\x01\x28\xf0\x32\x11\x01\x1f\xf0\x00\x11\x01\x1f\xf0\x00\x11\x01\x1f\xf0\x28\x0f\x01\x1e\xf0\x00\x0f\x01\x1e\xf0\x00\x0f\x01\x1e\xf0\x24\x25\x01\x25\xf0\x00\x25\x01\x25\xf0\x00\x25\x01\x25\xf0\x50\x01\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\x90\x25\xd7\x12\x22\xd1\x12\x22\xf4\x00\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\xf0\x5c\x01\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\x90\x16\xf4\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27",
  139475             : };
  139476             : static
  139477             :     struct _PyCode_DEF(326)
  139478             : importlib_util_toplevel = {
  139479             :     .ob_base = {
  139480             :         .ob_base = {
  139481             :             .ob_refcnt = 999999999,
  139482             :             .ob_type = &PyCode_Type,
  139483             :         },
  139484             :         .ob_size = 163,
  139485             :     },
  139486             :     .co_consts = & importlib_util_toplevel_consts._object.ob_base.ob_base,
  139487             :     .co_names = & importlib_util_toplevel_names._object.ob_base.ob_base,
  139488             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  139489             :     .co_flags = 0,
  139490             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  139491             :     ._co_linearray_entry_size = 0,
  139492             :     .co_argcount = 0,
  139493             :     .co_posonlyargcount = 0,
  139494             :     .co_kwonlyargcount = 0,
  139495             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  139496             :     .co_stacksize = 5,
  139497             :     .co_firstlineno = 1,
  139498             :     .co_nlocalsplus = 0,
  139499             :     .co_nlocals = 0,
  139500             :     .co_nplaincellvars = 0,
  139501             :     .co_ncellvars = 0,
  139502             :     .co_nfreevars = 0,
  139503             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  139504             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  139505             :     .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
  139506             :     .co_name = &_Py_STR(anon_module),
  139507             :     .co_qualname = &_Py_STR(anon_module),
  139508             :     .co_linetable = & importlib_util_toplevel_linetable.ob_base.ob_base,
  139509             :     ._co_code = NULL,
  139510             :     ._co_linearray = NULL,
  139511             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x6d\x02\x5a\x02\x01\x00\x64\x01\x64\x03\x6c\x03\x6d\x04\x5a\x04\x01\x00\x64\x01\x64\x04\x6c\x03\x6d\x05\x5a\x05\x01\x00\x64\x01\x64\x05\x6c\x03\x6d\x06\x5a\x06\x01\x00\x64\x01\x64\x06\x6c\x03\x6d\x07\x5a\x07\x01\x00\x64\x01\x64\x07\x6c\x08\x6d\x09\x5a\x09\x01\x00\x64\x01\x64\x08\x6c\x08\x6d\x0a\x5a\x0a\x01\x00\x64\x01\x64\x09\x6c\x08\x6d\x0b\x5a\x0b\x01\x00\x64\x01\x64\x0a\x6c\x08\x6d\x0c\x5a\x0c\x01\x00\x64\x01\x64\x0b\x6c\x08\x6d\x0d\x5a\x0d\x01\x00\x64\x01\x64\x0c\x6c\x08\x6d\x0e\x5a\x0e\x01\x00\x64\x0d\x64\x0e\x6c\x0f\x6d\x10\x5a\x10\x01\x00\x64\x0d\x64\x0f\x6c\x11\x5a\x11\x64\x0d\x64\x0f\x6c\x12\x5a\x12\x64\x0d\x64\x0f\x6c\x13\x5a\x13\x64\x0d\x64\x0f\x6c\x14\x5a\x14\x64\x0d\x64\x0f\x6c\x15\x5a\x15\x64\x10\x84\x00\x5a\x16\x64\x11\x84\x00\x5a\x17\x64\x1c\x64\x12\x84\x01\x5a\x18\x64\x1c\x64\x13\x84\x01\x5a\x19\x65\x10\x64\x14\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1a\x64\x15\x84\x00\x5a\x1b\x64\x16\x84\x00\x5a\x1c\x64\x17\x84\x00\x5a\x1d\x02\x00\x47\x00\x64\x18\x84\x00\x64\x19\x65\x14\x6a\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1f\x02\x00\x47\x00\x64\x1a\x84\x00\x64\x1b\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x64\x0f\x53\x00",
  139512             :     ._co_firsttraceable = 0,
  139513             : };
  139514           0 : static void importlib_util_do_patchups(void) {
  139515           0 : }
  139516             : 
  139517             : PyObject *
  139518           0 : _Py_get_importlib_util_toplevel(void)
  139519             : {
  139520           0 :     importlib_util_do_patchups();
  139521           0 :     return Py_NewRef((PyObject *) &importlib_util_toplevel);
  139522             : }
  139523             : 
  139524             : static
  139525             :     struct {
  139526             :         PyASCIIObject _ascii;
  139527             :         uint8_t _data[58];
  139528             :     }
  139529             : importlib_machinery_toplevel_consts_0 = {
  139530             :     ._ascii = {
  139531             :         .ob_base = {
  139532             :             .ob_refcnt = 999999999,
  139533             :             .ob_type = &PyUnicode_Type,
  139534             :         },
  139535             :         .length = 57,
  139536             :         .hash = -1,
  139537             :         .state = {
  139538             :             .kind = 1,
  139539             :             .compact = 1,
  139540             :             .ascii = 1,
  139541             :         },
  139542             :     },
  139543             :     ._data = "The machinery of importlib: finders, loaders, hooks, etc.",
  139544             : };
  139545             : static
  139546             :     struct {
  139547             :         PyGC_Head _gc_head;
  139548             :         struct {
  139549             :             PyObject_VAR_HEAD
  139550             :             PyObject *ob_item[1];
  139551             :         }_object;
  139552             :     }
  139553             : importlib_machinery_toplevel_consts_2 = {
  139554             :     ._object = {
  139555             :         .ob_base = {
  139556             :             .ob_base = {
  139557             :                 .ob_refcnt = 999999999,
  139558             :                 .ob_type = &PyTuple_Type,
  139559             :             },
  139560             :             .ob_size = 1,
  139561             :         },
  139562             :         .ob_item = {
  139563             :             & const_str_ModuleSpec._ascii.ob_base,
  139564             :         },
  139565             :     },
  139566             : };
  139567             : static
  139568             :     struct {
  139569             :         PyGC_Head _gc_head;
  139570             :         struct {
  139571             :             PyObject_VAR_HEAD
  139572             :             PyObject *ob_item[1];
  139573             :         }_object;
  139574             :     }
  139575             : importlib_machinery_toplevel_consts_3 = {
  139576             :     ._object = {
  139577             :         .ob_base = {
  139578             :             .ob_base = {
  139579             :                 .ob_refcnt = 999999999,
  139580             :                 .ob_type = &PyTuple_Type,
  139581             :             },
  139582             :             .ob_size = 1,
  139583             :         },
  139584             :         .ob_item = {
  139585             :             & const_str_BuiltinImporter._ascii.ob_base,
  139586             :         },
  139587             :     },
  139588             : };
  139589             : static
  139590             :     struct {
  139591             :         PyGC_Head _gc_head;
  139592             :         struct {
  139593             :             PyObject_VAR_HEAD
  139594             :             PyObject *ob_item[1];
  139595             :         }_object;
  139596             :     }
  139597             : importlib_machinery_toplevel_consts_4 = {
  139598             :     ._object = {
  139599             :         .ob_base = {
  139600             :             .ob_base = {
  139601             :                 .ob_refcnt = 999999999,
  139602             :                 .ob_type = &PyTuple_Type,
  139603             :             },
  139604             :             .ob_size = 1,
  139605             :         },
  139606             :         .ob_item = {
  139607             :             & const_str_FrozenImporter._ascii.ob_base,
  139608             :         },
  139609             :     },
  139610             : };
  139611             : static
  139612             :     struct {
  139613             :         PyGC_Head _gc_head;
  139614             :         struct {
  139615             :             PyObject_VAR_HEAD
  139616             :             PyObject *ob_item[5];
  139617             :         }_object;
  139618             :     }
  139619             : importlib_machinery_toplevel_consts_5 = {
  139620             :     ._object = {
  139621             :         .ob_base = {
  139622             :             .ob_base = {
  139623             :                 .ob_refcnt = 999999999,
  139624             :                 .ob_type = &PyTuple_Type,
  139625             :             },
  139626             :             .ob_size = 5,
  139627             :         },
  139628             :         .ob_item = {
  139629             :             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
  139630             :             & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
  139631             :             & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
  139632             :             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
  139633             :             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
  139634             :         },
  139635             :     },
  139636             : };
  139637             : static
  139638             :     struct {
  139639             :         PyGC_Head _gc_head;
  139640             :         struct {
  139641             :             PyObject_VAR_HEAD
  139642             :             PyObject *ob_item[1];
  139643             :         }_object;
  139644             :     }
  139645             : importlib_machinery_toplevel_consts_6 = {
  139646             :     ._object = {
  139647             :         .ob_base = {
  139648             :             .ob_base = {
  139649             :                 .ob_refcnt = 999999999,
  139650             :                 .ob_type = &PyTuple_Type,
  139651             :             },
  139652             :             .ob_size = 1,
  139653             :         },
  139654             :         .ob_item = {
  139655             :             & const_str_WindowsRegistryFinder._ascii.ob_base,
  139656             :         },
  139657             :     },
  139658             : };
  139659             : static
  139660             :     struct {
  139661             :         PyGC_Head _gc_head;
  139662             :         struct {
  139663             :             PyObject_VAR_HEAD
  139664             :             PyObject *ob_item[1];
  139665             :         }_object;
  139666             :     }
  139667             : importlib_machinery_toplevel_consts_7 = {
  139668             :     ._object = {
  139669             :         .ob_base = {
  139670             :             .ob_base = {
  139671             :                 .ob_refcnt = 999999999,
  139672             :                 .ob_type = &PyTuple_Type,
  139673             :             },
  139674             :             .ob_size = 1,
  139675             :         },
  139676             :         .ob_item = {
  139677             :             & const_str_PathFinder._ascii.ob_base,
  139678             :         },
  139679             :     },
  139680             : };
  139681             : static
  139682             :     struct {
  139683             :         PyGC_Head _gc_head;
  139684             :         struct {
  139685             :             PyObject_VAR_HEAD
  139686             :             PyObject *ob_item[1];
  139687             :         }_object;
  139688             :     }
  139689             : importlib_machinery_toplevel_consts_8 = {
  139690             :     ._object = {
  139691             :         .ob_base = {
  139692             :             .ob_base = {
  139693             :                 .ob_refcnt = 999999999,
  139694             :                 .ob_type = &PyTuple_Type,
  139695             :             },
  139696             :             .ob_size = 1,
  139697             :         },
  139698             :         .ob_item = {
  139699             :             & const_str_FileFinder._ascii.ob_base,
  139700             :         },
  139701             :     },
  139702             : };
  139703             : static
  139704             :     struct {
  139705             :         PyGC_Head _gc_head;
  139706             :         struct {
  139707             :             PyObject_VAR_HEAD
  139708             :             PyObject *ob_item[1];
  139709             :         }_object;
  139710             :     }
  139711             : importlib_machinery_toplevel_consts_9 = {
  139712             :     ._object = {
  139713             :         .ob_base = {
  139714             :             .ob_base = {
  139715             :                 .ob_refcnt = 999999999,
  139716             :                 .ob_type = &PyTuple_Type,
  139717             :             },
  139718             :             .ob_size = 1,
  139719             :         },
  139720             :         .ob_item = {
  139721             :             & const_str_SourceFileLoader._ascii.ob_base,
  139722             :         },
  139723             :     },
  139724             : };
  139725             : static
  139726             :     struct {
  139727             :         PyGC_Head _gc_head;
  139728             :         struct {
  139729             :             PyObject_VAR_HEAD
  139730             :             PyObject *ob_item[1];
  139731             :         }_object;
  139732             :     }
  139733             : importlib_machinery_toplevel_consts_10 = {
  139734             :     ._object = {
  139735             :         .ob_base = {
  139736             :             .ob_base = {
  139737             :                 .ob_refcnt = 999999999,
  139738             :                 .ob_type = &PyTuple_Type,
  139739             :             },
  139740             :             .ob_size = 1,
  139741             :         },
  139742             :         .ob_item = {
  139743             :             & const_str_SourcelessFileLoader._ascii.ob_base,
  139744             :         },
  139745             :     },
  139746             : };
  139747             : static
  139748             :     struct {
  139749             :         PyGC_Head _gc_head;
  139750             :         struct {
  139751             :             PyObject_VAR_HEAD
  139752             :             PyObject *ob_item[1];
  139753             :         }_object;
  139754             :     }
  139755             : importlib_machinery_toplevel_consts_11 = {
  139756             :     ._object = {
  139757             :         .ob_base = {
  139758             :             .ob_base = {
  139759             :                 .ob_refcnt = 999999999,
  139760             :                 .ob_type = &PyTuple_Type,
  139761             :             },
  139762             :             .ob_size = 1,
  139763             :         },
  139764             :         .ob_item = {
  139765             :             & const_str_ExtensionFileLoader._ascii.ob_base,
  139766             :         },
  139767             :     },
  139768             : };
  139769             : static
  139770             :     struct {
  139771             :         PyGC_Head _gc_head;
  139772             :         struct {
  139773             :             PyObject_VAR_HEAD
  139774             :             PyObject *ob_item[1];
  139775             :         }_object;
  139776             :     }
  139777             : importlib_machinery_toplevel_consts_12 = {
  139778             :     ._object = {
  139779             :         .ob_base = {
  139780             :             .ob_base = {
  139781             :                 .ob_refcnt = 999999999,
  139782             :                 .ob_type = &PyTuple_Type,
  139783             :             },
  139784             :             .ob_size = 1,
  139785             :         },
  139786             :         .ob_item = {
  139787             :             & const_str_NamespaceLoader._ascii.ob_base,
  139788             :         },
  139789             :     },
  139790             : };
  139791             : static
  139792             :     struct {
  139793             :         PyASCIIObject _ascii;
  139794             :         uint8_t _data[66];
  139795             :     }
  139796             : importlib_machinery_toplevel_consts_13_consts_0 = {
  139797             :     ._ascii = {
  139798             :         .ob_base = {
  139799             :             .ob_refcnt = 999999999,
  139800             :             .ob_type = &PyUnicode_Type,
  139801             :         },
  139802             :         .length = 65,
  139803             :         .hash = -1,
  139804             :         .state = {
  139805             :             .kind = 1,
  139806             :             .compact = 1,
  139807             :             .ascii = 1,
  139808             :         },
  139809             :     },
  139810             :     ._data = "Returns a list of all recognized module suffixes for this process",
  139811             : };
  139812             : static
  139813             :     struct {
  139814             :         PyGC_Head _gc_head;
  139815             :         struct {
  139816             :             PyObject_VAR_HEAD
  139817             :             PyObject *ob_item[1];
  139818             :         }_object;
  139819             :     }
  139820             : importlib_machinery_toplevel_consts_13_consts = {
  139821             :     ._object = {
  139822             :         .ob_base = {
  139823             :             .ob_base = {
  139824             :                 .ob_refcnt = 999999999,
  139825             :                 .ob_type = &PyTuple_Type,
  139826             :             },
  139827             :             .ob_size = 1,
  139828             :         },
  139829             :         .ob_item = {
  139830             :             & importlib_machinery_toplevel_consts_13_consts_0._ascii.ob_base,
  139831             :         },
  139832             :     },
  139833             : };
  139834             : static
  139835             :     struct {
  139836             :         PyGC_Head _gc_head;
  139837             :         struct {
  139838             :             PyObject_VAR_HEAD
  139839             :             PyObject *ob_item[3];
  139840             :         }_object;
  139841             :     }
  139842             : importlib_machinery_toplevel_consts_13_names = {
  139843             :     ._object = {
  139844             :         .ob_base = {
  139845             :             .ob_base = {
  139846             :                 .ob_refcnt = 999999999,
  139847             :                 .ob_type = &PyTuple_Type,
  139848             :             },
  139849             :             .ob_size = 3,
  139850             :         },
  139851             :         .ob_item = {
  139852             :             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
  139853             :             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
  139854             :             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
  139855             :         },
  139856             :     },
  139857             : };
  139858             : static
  139859             :     struct {
  139860             :         PyASCIIObject _ascii;
  139861             :         uint8_t _data[29];
  139862             :     }
  139863             : importlib_machinery_toplevel_consts_13_filename = {
  139864             :     ._ascii = {
  139865             :         .ob_base = {
  139866             :             .ob_refcnt = 999999999,
  139867             :             .ob_type = &PyUnicode_Type,
  139868             :         },
  139869             :         .length = 28,
  139870             :         .hash = -1,
  139871             :         .state = {
  139872             :             .kind = 1,
  139873             :             .compact = 1,
  139874             :             .ascii = 1,
  139875             :         },
  139876             :     },
  139877             :     ._data = "<frozen importlib.machinery>",
  139878             : };
  139879             : static
  139880             :     struct {
  139881             :         PyASCIIObject _ascii;
  139882             :         uint8_t _data[13];
  139883             :     }
  139884             : const_str_all_suffixes = {
  139885             :     ._ascii = {
  139886             :         .ob_base = {
  139887             :             .ob_refcnt = 999999999,
  139888             :             .ob_type = &PyUnicode_Type,
  139889             :         },
  139890             :         .length = 12,
  139891             :         .hash = -1,
  139892             :         .state = {
  139893             :             .kind = 1,
  139894             :             .compact = 1,
  139895             :             .ascii = 1,
  139896             :         },
  139897             :     },
  139898             :     ._data = "all_suffixes",
  139899             : };
  139900             : static
  139901             :     struct {
  139902             :         PyObject_VAR_HEAD
  139903             :         Py_hash_t ob_shash;
  139904             :         char ob_sval[21];
  139905             :     }
  139906             : importlib_machinery_toplevel_consts_13_linetable = {
  139907             :     .ob_base = {
  139908             :         .ob_base = {
  139909             :             .ob_refcnt = 999999999,
  139910             :             .ob_type = &PyBytes_Type,
  139911             :         },
  139912             :         .ob_size = 20,
  139913             :     },
  139914             :     .ob_shash = -1,
  139915             :     .ob_sval = "\x80\x00\xe5\x0b\x1a\xd5\x1d\x2e\xd1\x0b\x2e\xd5\x31\x43\xd1\x0b\x43\xd0\x04\x43",
  139916             : };
  139917             : static
  139918             :     struct _PyCode_DEF(48)
  139919             : importlib_machinery_toplevel_consts_13 = {
  139920             :     .ob_base = {
  139921             :         .ob_base = {
  139922             :             .ob_refcnt = 999999999,
  139923             :             .ob_type = &PyCode_Type,
  139924             :         },
  139925             :         .ob_size = 24,
  139926             :     },
  139927             :     .co_consts = & importlib_machinery_toplevel_consts_13_consts._object.ob_base.ob_base,
  139928             :     .co_names = & importlib_machinery_toplevel_consts_13_names._object.ob_base.ob_base,
  139929             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  139930             :     .co_flags = 3,
  139931             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  139932             :     ._co_linearray_entry_size = 0,
  139933             :     .co_argcount = 0,
  139934             :     .co_posonlyargcount = 0,
  139935             :     .co_kwonlyargcount = 0,
  139936             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  139937             :     .co_stacksize = 2,
  139938             :     .co_firstlineno = 18,
  139939             :     .co_nlocalsplus = 0,
  139940             :     .co_nlocals = 0,
  139941             :     .co_nplaincellvars = 0,
  139942             :     .co_ncellvars = 0,
  139943             :     .co_nfreevars = 0,
  139944             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  139945             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  139946             :     .co_filename = & importlib_machinery_toplevel_consts_13_filename._ascii.ob_base,
  139947             :     .co_name = & const_str_all_suffixes._ascii.ob_base,
  139948             :     .co_qualname = & const_str_all_suffixes._ascii.ob_base,
  139949             :     .co_linetable = & importlib_machinery_toplevel_consts_13_linetable.ob_base.ob_base,
  139950             :     ._co_code = NULL,
  139951             :     ._co_linearray = NULL,
  139952             :     .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
  139953             :     ._co_firsttraceable = 0,
  139954             : };
  139955             : static
  139956             :     struct {
  139957             :         PyGC_Head _gc_head;
  139958             :         struct {
  139959             :             PyObject_VAR_HEAD
  139960             :             PyObject *ob_item[15];
  139961             :         }_object;
  139962             :     }
  139963             : importlib_machinery_toplevel_consts = {
  139964             :     ._object = {
  139965             :         .ob_base = {
  139966             :             .ob_base = {
  139967             :                 .ob_refcnt = 999999999,
  139968             :                 .ob_type = &PyTuple_Type,
  139969             :             },
  139970             :             .ob_size = 15,
  139971             :         },
  139972             :         .ob_item = {
  139973             :             & importlib_machinery_toplevel_consts_0._ascii.ob_base,
  139974             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
  139975             :             & importlib_machinery_toplevel_consts_2._object.ob_base.ob_base,
  139976             :             & importlib_machinery_toplevel_consts_3._object.ob_base.ob_base,
  139977             :             & importlib_machinery_toplevel_consts_4._object.ob_base.ob_base,
  139978             :             & importlib_machinery_toplevel_consts_5._object.ob_base.ob_base,
  139979             :             & importlib_machinery_toplevel_consts_6._object.ob_base.ob_base,
  139980             :             & importlib_machinery_toplevel_consts_7._object.ob_base.ob_base,
  139981             :             & importlib_machinery_toplevel_consts_8._object.ob_base.ob_base,
  139982             :             & importlib_machinery_toplevel_consts_9._object.ob_base.ob_base,
  139983             :             & importlib_machinery_toplevel_consts_10._object.ob_base.ob_base,
  139984             :             & importlib_machinery_toplevel_consts_11._object.ob_base.ob_base,
  139985             :             & importlib_machinery_toplevel_consts_12._object.ob_base.ob_base,
  139986             :             & importlib_machinery_toplevel_consts_13.ob_base.ob_base,
  139987             :             Py_None,
  139988             :         },
  139989             :     },
  139990             : };
  139991             : static
  139992             :     struct {
  139993             :         PyGC_Head _gc_head;
  139994             :         struct {
  139995             :             PyObject_VAR_HEAD
  139996             :             PyObject *ob_item[19];
  139997             :         }_object;
  139998             :     }
  139999             : importlib_machinery_toplevel_names = {
  140000             :     ._object = {
  140001             :         .ob_base = {
  140002             :             .ob_base = {
  140003             :                 .ob_refcnt = 999999999,
  140004             :                 .ob_type = &PyTuple_Type,
  140005             :             },
  140006             :             .ob_size = 19,
  140007             :         },
  140008             :         .ob_item = {
  140009             :             &_Py_ID(__doc__),
  140010             :             &_Py_ID(_bootstrap),
  140011             :             & const_str_ModuleSpec._ascii.ob_base,
  140012             :             & const_str_BuiltinImporter._ascii.ob_base,
  140013             :             & const_str_FrozenImporter._ascii.ob_base,
  140014             :             & const_str__bootstrap_external._ascii.ob_base,
  140015             :             & const_str_SOURCE_SUFFIXES._ascii.ob_base,
  140016             :             & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
  140017             :             & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
  140018             :             & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
  140019             :             & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
  140020             :             & const_str_WindowsRegistryFinder._ascii.ob_base,
  140021             :             & const_str_PathFinder._ascii.ob_base,
  140022             :             & const_str_FileFinder._ascii.ob_base,
  140023             :             & const_str_SourceFileLoader._ascii.ob_base,
  140024             :             & const_str_SourcelessFileLoader._ascii.ob_base,
  140025             :             & const_str_ExtensionFileLoader._ascii.ob_base,
  140026             :             & const_str_NamespaceLoader._ascii.ob_base,
  140027             :             & const_str_all_suffixes._ascii.ob_base,
  140028             :         },
  140029             :     },
  140030             : };
  140031             : static
  140032             :     struct {
  140033             :         PyObject_VAR_HEAD
  140034             :         Py_hash_t ob_shash;
  140035             :         char ob_sval[294];
  140036             :     }
  140037             : importlib_machinery_toplevel_linetable = {
  140038             :     .ob_base = {
  140039             :         .ob_base = {
  140040             :             .ob_refcnt = 999999999,
  140041             :             .ob_type = &PyBytes_Type,
  140042             :         },
  140043             :         .ob_size = 293,
  140044             :     },
  140045             :     .ob_shash = -1,
  140046             :     .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x00\x3f\xd0\x00\x3f\xe0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd8\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd8\x00\x26\xd0\x00\x26\xd0\x00\x26\xd0\x00\x26\xd0\x00\x26\xd0\x00\x26\xf0\x02\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x00\x02\x01\x29\xf0\x06\x00\x01\x37\xd0\x00\x36\xd0\x00\x36\xd0\x00\x36\xd0\x00\x36\xd0\x00\x36\xd8\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd8\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd8\x00\x31\xd0\x00\x31\xd0\x00\x31\xd0\x00\x31\xd0\x00\x31\xd0\x00\x31\xd8\x00\x35\xd0\x00\x35\xd0\x00\x35\xd0\x00\x35\xd0\x00\x35\xd0\x00\x35\xd8\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd8\x00\x30\xd0\x00\x30\xd0\x00\x30\xd0\x00\x30\xd0\x00\x30\xd0\x00\x30\xf0\x06\x02\x01\x44\x01\xf0\x00\x02\x01\x44\x01\xf0\x00\x02\x01\x44\x01\xf0\x00\x02\x01\x44\x01\xf0\x00\x02\x01\x44\x01",
  140047             : };
  140048             : static
  140049             :     struct _PyCode_DEF(164)
  140050             : importlib_machinery_toplevel = {
  140051             :     .ob_base = {
  140052             :         .ob_base = {
  140053             :             .ob_refcnt = 999999999,
  140054             :             .ob_type = &PyCode_Type,
  140055             :         },
  140056             :         .ob_size = 82,
  140057             :     },
  140058             :     .co_consts = & importlib_machinery_toplevel_consts._object.ob_base.ob_base,
  140059             :     .co_names = & importlib_machinery_toplevel_names._object.ob_base.ob_base,
  140060             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  140061             :     .co_flags = 0,
  140062             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  140063             :     ._co_linearray_entry_size = 0,
  140064             :     .co_argcount = 0,
  140065             :     .co_posonlyargcount = 0,
  140066             :     .co_kwonlyargcount = 0,
  140067             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  140068             :     .co_stacksize = 2,
  140069             :     .co_firstlineno = 1,
  140070             :     .co_nlocalsplus = 0,
  140071             :     .co_nlocals = 0,
  140072             :     .co_nplaincellvars = 0,
  140073             :     .co_ncellvars = 0,
  140074             :     .co_nfreevars = 0,
  140075             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  140076             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  140077             :     .co_filename = & importlib_machinery_toplevel_consts_13_filename._ascii.ob_base,
  140078             :     .co_name = &_Py_STR(anon_module),
  140079             :     .co_qualname = &_Py_STR(anon_module),
  140080             :     .co_linetable = & importlib_machinery_toplevel_linetable.ob_base.ob_base,
  140081             :     ._co_code = NULL,
  140082             :     ._co_linearray = NULL,
  140083             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x6d\x02\x5a\x02\x01\x00\x64\x01\x64\x03\x6c\x01\x6d\x03\x5a\x03\x01\x00\x64\x01\x64\x04\x6c\x01\x6d\x04\x5a\x04\x01\x00\x64\x01\x64\x05\x6c\x05\x6d\x06\x5a\x06\x6d\x07\x5a\x07\x6d\x08\x5a\x08\x6d\x09\x5a\x09\x6d\x0a\x5a\x0a\x01\x00\x64\x01\x64\x06\x6c\x05\x6d\x0b\x5a\x0b\x01\x00\x64\x01\x64\x07\x6c\x05\x6d\x0c\x5a\x0c\x01\x00\x64\x01\x64\x08\x6c\x05\x6d\x0d\x5a\x0d\x01\x00\x64\x01\x64\x09\x6c\x05\x6d\x0e\x5a\x0e\x01\x00\x64\x01\x64\x0a\x6c\x05\x6d\x0f\x5a\x0f\x01\x00\x64\x01\x64\x0b\x6c\x05\x6d\x10\x5a\x10\x01\x00\x64\x01\x64\x0c\x6c\x05\x6d\x11\x5a\x11\x01\x00\x64\x0d\x84\x00\x5a\x12\x64\x0e\x53\x00",
  140084             :     ._co_firsttraceable = 0,
  140085             : };
  140086           0 : static void importlib_machinery_do_patchups(void) {
  140087           0 : }
  140088             : 
  140089             : PyObject *
  140090           0 : _Py_get_importlib_machinery_toplevel(void)
  140091             : {
  140092           0 :     importlib_machinery_do_patchups();
  140093           0 :     return Py_NewRef((PyObject *) &importlib_machinery_toplevel);
  140094             : }
  140095             : 
  140096             : static
  140097             :     struct {
  140098             :         PyASCIIObject _ascii;
  140099             :         uint8_t _data[347];
  140100             :     }
  140101             : runpy_toplevel_consts_0 = {
  140102             :     ._ascii = {
  140103             :         .ob_base = {
  140104             :             .ob_refcnt = 999999999,
  140105             :             .ob_type = &PyUnicode_Type,
  140106             :         },
  140107             :         .length = 346,
  140108             :         .hash = -1,
  140109             :         .state = {
  140110             :             .kind = 1,
  140111             :             .compact = 1,
  140112             :             .ascii = 1,
  140113             :         },
  140114             :     },
  140115             :     ._data = "\x72\x75\x6e\x70\x79\x2e\x70\x79\x20\x2d\x20\x6c\x6f\x63\x61\x74\x69\x6e\x67\x20\x61\x6e\x64\x20\x72\x75\x6e\x6e\x69\x6e\x67\x20\x50\x79\x74\x68\x6f\x6e\x20\x63\x6f\x64\x65\x20\x75\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x0a\x0a\x50\x72\x6f\x76\x69\x64\x65\x73\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x66\x6f\x72\x20\x6c\x6f\x63\x61\x74\x69\x6e\x67\x20\x61\x6e\x64\x20\x72\x75\x6e\x6e\x69\x6e\x67\x20\x50\x79\x74\x68\x6f\x6e\x20\x73\x63\x72\x69\x70\x74\x73\x20\x75\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x50\x79\x74\x68\x6f\x6e\x0a\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x20\x69\x6e\x73\x74\x65\x61\x64\x20\x6f\x66\x20\x74\x68\x65\x20\x6e\x61\x74\x69\x76\x65\x20\x66\x69\x6c\x65\x73\x79\x73\x74\x65\x6d\x2e\x0a\x0a\x54\x68\x69\x73\x20\x61\x6c\x6c\x6f\x77\x73\x20\x50\x79\x74\x68\x6f\x6e\x20\x63\x6f\x64\x65\x20\x74\x6f\x20\x70\x6c\x61\x79\x20\x6e\x69\x63\x65\x6c\x79\x20\x77\x69\x74\x68\x20\x6e\x6f\x6e\x2d\x66\x69\x6c\x65\x73\x79\x73\x74\x65\x6d\x20\x62\x61\x73\x65\x64\x20\x50\x45\x50\x20\x33\x30\x32\x0a\x69\x6d\x70\x6f\x72\x74\x65\x72\x73\x20\x77\x68\x65\x6e\x20\x6c\x6f\x63\x61\x74\x69\x6e\x67\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x73\x63\x72\x69\x70\x74\x73\x20\x61\x73\x20\x77\x65\x6c\x6c\x20\x61\x73\x20\x77\x68\x65\x6e\x20\x69\x6d\x70\x6f\x72\x74\x69\x6e\x67\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x0a",
  140116             : };
  140117             : static
  140118             :     struct {
  140119             :         PyASCIIObject _ascii;
  140120             :         uint8_t _data[11];
  140121             :     }
  140122             : const_str_run_module = {
  140123             :     ._ascii = {
  140124             :         .ob_base = {
  140125             :             .ob_refcnt = 999999999,
  140126             :             .ob_type = &PyUnicode_Type,
  140127             :         },
  140128             :         .length = 10,
  140129             :         .hash = -1,
  140130             :         .state = {
  140131             :             .kind = 1,
  140132             :             .compact = 1,
  140133             :             .ascii = 1,
  140134             :         },
  140135             :     },
  140136             :     ._data = "run_module",
  140137             : };
  140138             : static
  140139             :     struct {
  140140             :         PyASCIIObject _ascii;
  140141             :         uint8_t _data[9];
  140142             :     }
  140143             : const_str_run_path = {
  140144             :     ._ascii = {
  140145             :         .ob_base = {
  140146             :             .ob_refcnt = 999999999,
  140147             :             .ob_type = &PyUnicode_Type,
  140148             :         },
  140149             :         .length = 8,
  140150             :         .hash = -1,
  140151             :         .state = {
  140152             :             .kind = 1,
  140153             :             .compact = 1,
  140154             :             .ascii = 1,
  140155             :         },
  140156             :     },
  140157             :     ._data = "run_path",
  140158             : };
  140159             : static
  140160             :     struct {
  140161             :         PyASCIIObject _ascii;
  140162             :         uint8_t _data[12];
  140163             :     }
  140164             : const_str__TempModule = {
  140165             :     ._ascii = {
  140166             :         .ob_base = {
  140167             :             .ob_refcnt = 999999999,
  140168             :             .ob_type = &PyUnicode_Type,
  140169             :         },
  140170             :         .length = 11,
  140171             :         .hash = -1,
  140172             :         .state = {
  140173             :             .kind = 1,
  140174             :             .compact = 1,
  140175             :             .ascii = 1,
  140176             :         },
  140177             :     },
  140178             :     ._data = "_TempModule",
  140179             : };
  140180             : static
  140181             :     struct {
  140182             :         PyASCIIObject _ascii;
  140183             :         uint8_t _data[68];
  140184             :     }
  140185             : runpy_toplevel_consts_5_consts_1 = {
  140186             :     ._ascii = {
  140187             :         .ob_base = {
  140188             :             .ob_refcnt = 999999999,
  140189             :             .ob_type = &PyUnicode_Type,
  140190             :         },
  140191             :         .length = 67,
  140192             :         .hash = -1,
  140193             :         .state = {
  140194             :             .kind = 1,
  140195             :             .compact = 1,
  140196             :             .ascii = 1,
  140197             :         },
  140198             :     },
  140199             :     ._data = "Temporarily replace a module in sys.modules with an empty namespace",
  140200             : };
  140201             : static
  140202             :     struct {
  140203             :         PyASCIIObject _ascii;
  140204             :         uint8_t _data[9];
  140205             :     }
  140206             : const_str_mod_name = {
  140207             :     ._ascii = {
  140208             :         .ob_base = {
  140209             :             .ob_refcnt = 999999999,
  140210             :             .ob_type = &PyUnicode_Type,
  140211             :         },
  140212             :         .length = 8,
  140213             :         .hash = -1,
  140214             :         .state = {
  140215             :             .kind = 1,
  140216             :             .compact = 1,
  140217             :             .ascii = 1,
  140218             :         },
  140219             :     },
  140220             :     ._data = "mod_name",
  140221             : };
  140222             : static
  140223             :     struct {
  140224             :         PyASCIIObject _ascii;
  140225             :         uint8_t _data[14];
  140226             :     }
  140227             : const_str__saved_module = {
  140228             :     ._ascii = {
  140229             :         .ob_base = {
  140230             :             .ob_refcnt = 999999999,
  140231             :             .ob_type = &PyUnicode_Type,
  140232             :         },
  140233             :         .length = 13,
  140234             :         .hash = -1,
  140235             :         .state = {
  140236             :             .kind = 1,
  140237             :             .compact = 1,
  140238             :             .ascii = 1,
  140239             :         },
  140240             :     },
  140241             :     ._data = "_saved_module",
  140242             : };
  140243             : static
  140244             :     struct {
  140245             :         PyGC_Head _gc_head;
  140246             :         struct {
  140247             :             PyObject_VAR_HEAD
  140248             :             PyObject *ob_item[4];
  140249             :         }_object;
  140250             :     }
  140251             : runpy_toplevel_consts_5_consts_2_names = {
  140252             :     ._object = {
  140253             :         .ob_base = {
  140254             :             .ob_base = {
  140255             :                 .ob_refcnt = 999999999,
  140256             :                 .ob_type = &PyTuple_Type,
  140257             :             },
  140258             :             .ob_size = 4,
  140259             :         },
  140260             :         .ob_item = {
  140261             :             & const_str_mod_name._ascii.ob_base,
  140262             :             & const_str_ModuleType._ascii.ob_base,
  140263             :             & const_str_module._ascii.ob_base,
  140264             :             & const_str__saved_module._ascii.ob_base,
  140265             :         },
  140266             :     },
  140267             : };
  140268             : static
  140269             :     struct {
  140270             :         PyASCIIObject _ascii;
  140271             :         uint8_t _data[15];
  140272             :     }
  140273             : runpy_toplevel_consts_5_consts_2_filename = {
  140274             :     ._ascii = {
  140275             :         .ob_base = {
  140276             :             .ob_refcnt = 999999999,
  140277             :             .ob_type = &PyUnicode_Type,
  140278             :         },
  140279             :         .length = 14,
  140280             :         .hash = -1,
  140281             :         .state = {
  140282             :             .kind = 1,
  140283             :             .compact = 1,
  140284             :             .ascii = 1,
  140285             :         },
  140286             :     },
  140287             :     ._data = "<frozen runpy>",
  140288             : };
  140289             : static
  140290             :     struct {
  140291             :         PyASCIIObject _ascii;
  140292             :         uint8_t _data[21];
  140293             :     }
  140294             : runpy_toplevel_consts_5_consts_2_qualname = {
  140295             :     ._ascii = {
  140296             :         .ob_base = {
  140297             :             .ob_refcnt = 999999999,
  140298             :             .ob_type = &PyUnicode_Type,
  140299             :         },
  140300             :         .length = 20,
  140301             :         .hash = -1,
  140302             :         .state = {
  140303             :             .kind = 1,
  140304             :             .compact = 1,
  140305             :             .ascii = 1,
  140306             :         },
  140307             :     },
  140308             :     ._data = "_TempModule.__init__",
  140309             : };
  140310             : static
  140311             :     struct {
  140312             :         PyObject_VAR_HEAD
  140313             :         Py_hash_t ob_shash;
  140314             :         char ob_sval[36];
  140315             :     }
  140316             : runpy_toplevel_consts_5_consts_2_linetable = {
  140317             :     .ob_base = {
  140318             :         .ob_base = {
  140319             :             .ob_refcnt = 999999999,
  140320             :             .ob_type = &PyBytes_Type,
  140321             :         },
  140322             :         .ob_size = 35,
  140323             :     },
  140324             :     .ob_shash = -1,
  140325             :     .ob_sval = "\x80\x00\xd8\x18\x20\x88\x04\x8c\x0d\xdd\x16\x20\xa0\x18\xd4\x16\x2a\x88\x04\x8c\x0b\xd8\x1d\x1f\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
  140326             : };
  140327             : static
  140328             :     struct {
  140329             :         PyGC_Head _gc_head;
  140330             :         struct {
  140331             :             PyObject_VAR_HEAD
  140332             :             PyObject *ob_item[2];
  140333             :         }_object;
  140334             :     }
  140335             : runpy_toplevel_consts_5_consts_2_localsplusnames = {
  140336             :     ._object = {
  140337             :         .ob_base = {
  140338             :             .ob_base = {
  140339             :                 .ob_refcnt = 999999999,
  140340             :                 .ob_type = &PyTuple_Type,
  140341             :             },
  140342             :             .ob_size = 2,
  140343             :         },
  140344             :         .ob_item = {
  140345             :             & const_str_self._ascii.ob_base,
  140346             :             & const_str_mod_name._ascii.ob_base,
  140347             :         },
  140348             :     },
  140349             : };
  140350             : static
  140351             :     struct _PyCode_DEF(70)
  140352             : runpy_toplevel_consts_5_consts_2 = {
  140353             :     .ob_base = {
  140354             :         .ob_base = {
  140355             :             .ob_refcnt = 999999999,
  140356             :             .ob_type = &PyCode_Type,
  140357             :         },
  140358             :         .ob_size = 35,
  140359             :     },
  140360             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  140361             :     .co_names = & runpy_toplevel_consts_5_consts_2_names._object.ob_base.ob_base,
  140362             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  140363             :     .co_flags = 3,
  140364             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  140365             :     ._co_linearray_entry_size = 0,
  140366             :     .co_argcount = 2,
  140367             :     .co_posonlyargcount = 0,
  140368             :     .co_kwonlyargcount = 0,
  140369             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  140370             :     .co_stacksize = 3,
  140371             :     .co_firstlineno = 28,
  140372             :     .co_nlocalsplus = 2,
  140373             :     .co_nlocals = 2,
  140374             :     .co_nplaincellvars = 0,
  140375             :     .co_ncellvars = 0,
  140376             :     .co_nfreevars = 0,
  140377             :     .co_localsplusnames = & runpy_toplevel_consts_5_consts_2_localsplusnames._object.ob_base.ob_base,
  140378             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  140379             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  140380             :     .co_name = &_Py_ID(__init__),
  140381             :     .co_qualname = & runpy_toplevel_consts_5_consts_2_qualname._ascii.ob_base,
  140382             :     .co_linetable = & runpy_toplevel_consts_5_consts_2_linetable.ob_base.ob_base,
  140383             :     ._co_code = NULL,
  140384             :     ._co_linearray = NULL,
  140385             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  140386             :     ._co_firsttraceable = 0,
  140387             : };
  140388             : static
  140389             :     struct {
  140390             :         PyGC_Head _gc_head;
  140391             :         struct {
  140392             :             PyObject_VAR_HEAD
  140393             :             PyObject *ob_item[7];
  140394             :         }_object;
  140395             :     }
  140396             : runpy_toplevel_consts_5_consts_3_names = {
  140397             :     ._object = {
  140398             :         .ob_base = {
  140399             :             .ob_base = {
  140400             :                 .ob_refcnt = 999999999,
  140401             :                 .ob_type = &PyTuple_Type,
  140402             :             },
  140403             :             .ob_size = 7,
  140404             :         },
  140405             :         .ob_item = {
  140406             :             & const_str_mod_name._ascii.ob_base,
  140407             :             & const_str__saved_module._ascii.ob_base,
  140408             :             &_Py_ID(append),
  140409             :             & const_str_sys._ascii.ob_base,
  140410             :             &_Py_ID(modules),
  140411             :             & const_str_KeyError._ascii.ob_base,
  140412             :             & const_str_module._ascii.ob_base,
  140413             :         },
  140414             :     },
  140415             : };
  140416             : static
  140417             :     struct {
  140418             :         PyASCIIObject _ascii;
  140419             :         uint8_t _data[22];
  140420             :     }
  140421             : runpy_toplevel_consts_5_consts_3_qualname = {
  140422             :     ._ascii = {
  140423             :         .ob_base = {
  140424             :             .ob_refcnt = 999999999,
  140425             :             .ob_type = &PyUnicode_Type,
  140426             :         },
  140427             :         .length = 21,
  140428             :         .hash = -1,
  140429             :         .state = {
  140430             :             .kind = 1,
  140431             :             .compact = 1,
  140432             :             .ascii = 1,
  140433             :         },
  140434             :     },
  140435             :     ._data = "_TempModule.__enter__",
  140436             : };
  140437             : static
  140438             :     struct {
  140439             :         PyObject_VAR_HEAD
  140440             :         Py_hash_t ob_shash;
  140441             :         char ob_sval[108];
  140442             :     }
  140443             : runpy_toplevel_consts_5_consts_3_linetable = {
  140444             :     .ob_base = {
  140445             :         .ob_base = {
  140446             :             .ob_refcnt = 999999999,
  140447             :             .ob_type = &PyBytes_Type,
  140448             :         },
  140449             :         .ob_size = 107,
  140450             :     },
  140451             :     .ob_shash = -1,
  140452             :     .ob_sval = "\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\x88\x08\xf0\x02\x03\x09\x11\xd8\x0c\x10\xd7\x0c\x1e\xd1\x0c\x1e\xd7\x0c\x25\xd1\x0c\x25\xa5\x63\xa7\x6b\xa1\x6b\xb0\x28\xd4\x26\x3b\xd4\x0c\x3c\xd0\x0c\x3c\xf0\x06\x00\x21\x25\xa7\x0b\xa1\x0b\x8d\x03\x8f\x0b\x89\x0b\x90\x48\xd1\x08\x1d\xd8\x0f\x13\x88\x0b\xf8\xf5\x07\x00\x10\x18\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
  140453             : };
  140454             : static
  140455             :     struct {
  140456             :         PyObject_VAR_HEAD
  140457             :         Py_hash_t ob_shash;
  140458             :         char ob_sval[18];
  140459             :     }
  140460             : runpy_toplevel_consts_5_consts_3_exceptiontable = {
  140461             :     .ob_base = {
  140462             :         .ob_base = {
  140463             :             .ob_refcnt = 999999999,
  140464             :             .ob_type = &PyBytes_Type,
  140465             :         },
  140466             :         .ob_size = 17,
  140467             :     },
  140468             :     .ob_shash = -1,
  140469             :     .ob_sval = "\x8e\x31\x41\x1f\x00\xc1\x1f\x0a\x41\x2c\x03\xc1\x2b\x01\x41\x2c\x03",
  140470             : };
  140471             : static
  140472             :     struct _PyCode_DEF(222)
  140473             : runpy_toplevel_consts_5_consts_3 = {
  140474             :     .ob_base = {
  140475             :         .ob_base = {
  140476             :             .ob_refcnt = 999999999,
  140477             :             .ob_type = &PyCode_Type,
  140478             :         },
  140479             :         .ob_size = 111,
  140480             :     },
  140481             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  140482             :     .co_names = & runpy_toplevel_consts_5_consts_3_names._object.ob_base.ob_base,
  140483             :     .co_exceptiontable = & runpy_toplevel_consts_5_consts_3_exceptiontable.ob_base.ob_base,
  140484             :     .co_flags = 3,
  140485             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  140486             :     ._co_linearray_entry_size = 0,
  140487             :     .co_argcount = 1,
  140488             :     .co_posonlyargcount = 0,
  140489             :     .co_kwonlyargcount = 0,
  140490             :     .co_framesize = 6 + FRAME_SPECIALS_SIZE,
  140491             :     .co_stacksize = 4,
  140492             :     .co_firstlineno = 33,
  140493             :     .co_nlocalsplus = 2,
  140494             :     .co_nlocals = 2,
  140495             :     .co_nplaincellvars = 0,
  140496             :     .co_ncellvars = 0,
  140497             :     .co_nfreevars = 0,
  140498             :     .co_localsplusnames = & runpy_toplevel_consts_5_consts_2_localsplusnames._object.ob_base.ob_base,
  140499             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  140500             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  140501             :     .co_name = &_Py_ID(__enter__),
  140502             :     .co_qualname = & runpy_toplevel_consts_5_consts_3_qualname._ascii.ob_base,
  140503             :     .co_linetable = & runpy_toplevel_consts_5_consts_3_linetable.ob_base.ob_base,
  140504             :     ._co_code = NULL,
  140505             :     ._co_linearray = NULL,
  140506             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x7c\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x2c\x77\x00\x78\x03\x59\x00\x77\x01",
  140507             :     ._co_firsttraceable = 0,
  140508             : };
  140509             : static
  140510             :     struct {
  140511             :         PyGC_Head _gc_head;
  140512             :         struct {
  140513             :             PyObject_VAR_HEAD
  140514             :             PyObject *ob_item[4];
  140515             :         }_object;
  140516             :     }
  140517             : runpy_toplevel_consts_5_consts_4_names = {
  140518             :     ._object = {
  140519             :         .ob_base = {
  140520             :             .ob_base = {
  140521             :                 .ob_refcnt = 999999999,
  140522             :                 .ob_type = &PyTuple_Type,
  140523             :             },
  140524             :             .ob_size = 4,
  140525             :         },
  140526             :         .ob_item = {
  140527             :             & const_str__saved_module._ascii.ob_base,
  140528             :             & const_str_sys._ascii.ob_base,
  140529             :             &_Py_ID(modules),
  140530             :             & const_str_mod_name._ascii.ob_base,
  140531             :         },
  140532             :     },
  140533             : };
  140534             : static
  140535             :     struct {
  140536             :         PyASCIIObject _ascii;
  140537             :         uint8_t _data[21];
  140538             :     }
  140539             : runpy_toplevel_consts_5_consts_4_qualname = {
  140540             :     ._ascii = {
  140541             :         .ob_base = {
  140542             :             .ob_refcnt = 999999999,
  140543             :             .ob_type = &PyUnicode_Type,
  140544             :         },
  140545             :         .length = 20,
  140546             :         .hash = -1,
  140547             :         .state = {
  140548             :             .kind = 1,
  140549             :             .compact = 1,
  140550             :             .ascii = 1,
  140551             :         },
  140552             :     },
  140553             :     ._data = "_TempModule.__exit__",
  140554             : };
  140555             : static
  140556             :     struct {
  140557             :         PyObject_VAR_HEAD
  140558             :         Py_hash_t ob_shash;
  140559             :         char ob_sval[79];
  140560             :     }
  140561             : runpy_toplevel_consts_5_consts_4_linetable = {
  140562             :     .ob_base = {
  140563             :         .ob_base = {
  140564             :             .ob_refcnt = 999999999,
  140565             :             .ob_type = &PyBytes_Type,
  140566             :         },
  140567             :         .ob_size = 78,
  140568             :     },
  140569             :     .ob_shash = -1,
  140570             :     .ob_sval = "\x80\x00\xd8\x0b\x0f\xd7\x0b\x1d\xd1\x0b\x1d\xf0\x00\x03\x09\x2b\xd8\x29\x2d\xd7\x29\x3b\xd1\x29\x3b\xb8\x41\xd4\x29\x3e\x8d\x43\x8f\x4b\x89\x4b\x98\x04\x9f\x0d\x99\x0d\xd1\x0c\x26\xd0\x0c\x26\xe5\x10\x13\x97\x0b\x91\x0b\x98\x44\x9f\x4d\x99\x4d\xd0\x10\x2a\xd8\x1d\x1f\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
  140571             : };
  140572             : static
  140573             :     struct _PyCode_DEF(194)
  140574             : runpy_toplevel_consts_5_consts_4 = {
  140575             :     .ob_base = {
  140576             :         .ob_base = {
  140577             :             .ob_refcnt = 999999999,
  140578             :             .ob_type = &PyCode_Type,
  140579             :         },
  140580             :         .ob_size = 97,
  140581             :     },
  140582             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
  140583             :     .co_names = & runpy_toplevel_consts_5_consts_4_names._object.ob_base.ob_base,
  140584             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  140585             :     .co_flags = 7,
  140586             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  140587             :     ._co_linearray_entry_size = 0,
  140588             :     .co_argcount = 1,
  140589             :     .co_posonlyargcount = 0,
  140590             :     .co_kwonlyargcount = 0,
  140591             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  140592             :     .co_stacksize = 3,
  140593             :     .co_firstlineno = 42,
  140594             :     .co_nlocalsplus = 2,
  140595             :     .co_nlocals = 2,
  140596             :     .co_nplaincellvars = 0,
  140597             :     .co_ncellvars = 0,
  140598             :     .co_nfreevars = 0,
  140599             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
  140600             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  140601             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  140602             :     .co_name = &_Py_ID(__exit__),
  140603             :     .co_qualname = & runpy_toplevel_consts_5_consts_4_qualname._ascii.ob_base,
  140604             :     .co_linetable = & runpy_toplevel_consts_5_consts_4_linetable.ob_base.ob_base,
  140605             :     ._co_code = NULL,
  140606             :     ._co_linearray = NULL,
  140607             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2f\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x6e\x1c\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x67\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  140608             :     ._co_firsttraceable = 0,
  140609             : };
  140610             : static
  140611             :     struct {
  140612             :         PyGC_Head _gc_head;
  140613             :         struct {
  140614             :             PyObject_VAR_HEAD
  140615             :             PyObject *ob_item[6];
  140616             :         }_object;
  140617             :     }
  140618             : runpy_toplevel_consts_5_consts = {
  140619             :     ._object = {
  140620             :         .ob_base = {
  140621             :             .ob_base = {
  140622             :                 .ob_refcnt = 999999999,
  140623             :                 .ob_type = &PyTuple_Type,
  140624             :             },
  140625             :             .ob_size = 6,
  140626             :         },
  140627             :         .ob_item = {
  140628             :             & const_str__TempModule._ascii.ob_base,
  140629             :             & runpy_toplevel_consts_5_consts_1._ascii.ob_base,
  140630             :             & runpy_toplevel_consts_5_consts_2.ob_base.ob_base,
  140631             :             & runpy_toplevel_consts_5_consts_3.ob_base.ob_base,
  140632             :             & runpy_toplevel_consts_5_consts_4.ob_base.ob_base,
  140633             :             Py_None,
  140634             :         },
  140635             :     },
  140636             : };
  140637             : static
  140638             :     struct {
  140639             :         PyGC_Head _gc_head;
  140640             :         struct {
  140641             :             PyObject_VAR_HEAD
  140642             :             PyObject *ob_item[7];
  140643             :         }_object;
  140644             :     }
  140645             : runpy_toplevel_consts_5_names = {
  140646             :     ._object = {
  140647             :         .ob_base = {
  140648             :             .ob_base = {
  140649             :                 .ob_refcnt = 999999999,
  140650             :                 .ob_type = &PyTuple_Type,
  140651             :             },
  140652             :             .ob_size = 7,
  140653             :         },
  140654             :         .ob_item = {
  140655             :             &_Py_ID(__name__),
  140656             :             &_Py_ID(__module__),
  140657             :             &_Py_ID(__qualname__),
  140658             :             &_Py_ID(__doc__),
  140659             :             &_Py_ID(__init__),
  140660             :             &_Py_ID(__enter__),
  140661             :             &_Py_ID(__exit__),
  140662             :         },
  140663             :     },
  140664             : };
  140665             : static
  140666             :     struct {
  140667             :         PyObject_VAR_HEAD
  140668             :         Py_hash_t ob_shash;
  140669             :         char ob_sval[72];
  140670             :     }
  140671             : runpy_toplevel_consts_5_linetable = {
  140672             :     .ob_base = {
  140673             :         .ob_base = {
  140674             :             .ob_refcnt = 999999999,
  140675             :             .ob_type = &PyBytes_Type,
  140676             :         },
  140677             :         .ob_size = 71,
  140678             :     },
  140679             :     .ob_shash = -1,
  140680             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x4d\xd0\x04\x4d\xf0\x02\x03\x05\x20\xf0\x00\x03\x05\x20\xf0\x00\x03\x05\x20\xf0\x0a\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x12\x05\x05\x20\xf0\x00\x05\x05\x20\xf0\x00\x05\x05\x20\xf0\x00\x05\x05\x20\xf0\x00\x05\x05\x20",
  140681             : };
  140682             : static
  140683             :     struct _PyCode_DEF(36)
  140684             : runpy_toplevel_consts_5 = {
  140685             :     .ob_base = {
  140686             :         .ob_base = {
  140687             :             .ob_refcnt = 999999999,
  140688             :             .ob_type = &PyCode_Type,
  140689             :         },
  140690             :         .ob_size = 18,
  140691             :     },
  140692             :     .co_consts = & runpy_toplevel_consts_5_consts._object.ob_base.ob_base,
  140693             :     .co_names = & runpy_toplevel_consts_5_names._object.ob_base.ob_base,
  140694             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  140695             :     .co_flags = 0,
  140696             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  140697             :     ._co_linearray_entry_size = 0,
  140698             :     .co_argcount = 0,
  140699             :     .co_posonlyargcount = 0,
  140700             :     .co_kwonlyargcount = 0,
  140701             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  140702             :     .co_stacksize = 1,
  140703             :     .co_firstlineno = 26,
  140704             :     .co_nlocalsplus = 0,
  140705             :     .co_nlocals = 0,
  140706             :     .co_nplaincellvars = 0,
  140707             :     .co_ncellvars = 0,
  140708             :     .co_nfreevars = 0,
  140709             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  140710             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  140711             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  140712             :     .co_name = & const_str__TempModule._ascii.ob_base,
  140713             :     .co_qualname = & const_str__TempModule._ascii.ob_base,
  140714             :     .co_linetable = & runpy_toplevel_consts_5_linetable.ob_base.ob_base,
  140715             :     ._co_code = NULL,
  140716             :     ._co_linearray = NULL,
  140717             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x53\x00",
  140718             :     ._co_firsttraceable = 0,
  140719             : };
  140720             : static
  140721             :     struct {
  140722             :         PyASCIIObject _ascii;
  140723             :         uint8_t _data[15];
  140724             :     }
  140725             : const_str__ModifiedArgv0 = {
  140726             :     ._ascii = {
  140727             :         .ob_base = {
  140728             :             .ob_refcnt = 999999999,
  140729             :             .ob_type = &PyUnicode_Type,
  140730             :         },
  140731             :         .length = 14,
  140732             :         .hash = -1,
  140733             :         .state = {
  140734             :             .kind = 1,
  140735             :             .compact = 1,
  140736             :             .ascii = 1,
  140737             :         },
  140738             :     },
  140739             :     ._data = "_ModifiedArgv0",
  140740             : };
  140741             : static
  140742             :     struct {
  140743             :         PyASCIIObject _ascii;
  140744             :         uint8_t _data[13];
  140745             :     }
  140746             : const_str__saved_value = {
  140747             :     ._ascii = {
  140748             :         .ob_base = {
  140749             :             .ob_refcnt = 999999999,
  140750             :             .ob_type = &PyUnicode_Type,
  140751             :         },
  140752             :         .length = 12,
  140753             :         .hash = -1,
  140754             :         .state = {
  140755             :             .kind = 1,
  140756             :             .compact = 1,
  140757             :             .ascii = 1,
  140758             :         },
  140759             :     },
  140760             :     ._data = "_saved_value",
  140761             : };
  140762             : static
  140763             :     struct {
  140764             :         PyASCIIObject _ascii;
  140765             :         uint8_t _data[10];
  140766             :     }
  140767             : const_str__sentinel = {
  140768             :     ._ascii = {
  140769             :         .ob_base = {
  140770             :             .ob_refcnt = 999999999,
  140771             :             .ob_type = &PyUnicode_Type,
  140772             :         },
  140773             :         .length = 9,
  140774             :         .hash = -1,
  140775             :         .state = {
  140776             :             .kind = 1,
  140777             :             .compact = 1,
  140778             :             .ascii = 1,
  140779             :         },
  140780             :     },
  140781             :     ._data = "_sentinel",
  140782             : };
  140783             : static
  140784             :     struct {
  140785             :         PyGC_Head _gc_head;
  140786             :         struct {
  140787             :             PyObject_VAR_HEAD
  140788             :             PyObject *ob_item[4];
  140789             :         }_object;
  140790             :     }
  140791             : runpy_toplevel_consts_7_consts_1_names = {
  140792             :     ._object = {
  140793             :         .ob_base = {
  140794             :             .ob_base = {
  140795             :                 .ob_refcnt = 999999999,
  140796             :                 .ob_type = &PyTuple_Type,
  140797             :             },
  140798             :             .ob_size = 4,
  140799             :         },
  140800             :         .ob_item = {
  140801             :             & const_str_value._ascii.ob_base,
  140802             :             & const_str_object._ascii.ob_base,
  140803             :             & const_str__saved_value._ascii.ob_base,
  140804             :             & const_str__sentinel._ascii.ob_base,
  140805             :         },
  140806             :     },
  140807             : };
  140808             : static
  140809             :     struct {
  140810             :         PyASCIIObject _ascii;
  140811             :         uint8_t _data[24];
  140812             :     }
  140813             : runpy_toplevel_consts_7_consts_1_qualname = {
  140814             :     ._ascii = {
  140815             :         .ob_base = {
  140816             :             .ob_refcnt = 999999999,
  140817             :             .ob_type = &PyUnicode_Type,
  140818             :         },
  140819             :         .length = 23,
  140820             :         .hash = -1,
  140821             :         .state = {
  140822             :             .kind = 1,
  140823             :             .compact = 1,
  140824             :             .ascii = 1,
  140825             :         },
  140826             :     },
  140827             :     ._data = "_ModifiedArgv0.__init__",
  140828             : };
  140829             : static
  140830             :     struct {
  140831             :         PyObject_VAR_HEAD
  140832             :         Py_hash_t ob_shash;
  140833             :         char ob_sval[31];
  140834             :     }
  140835             : runpy_toplevel_consts_7_consts_1_linetable = {
  140836             :     .ob_base = {
  140837             :         .ob_base = {
  140838             :             .ob_refcnt = 999999999,
  140839             :             .ob_type = &PyBytes_Type,
  140840             :         },
  140841             :         .ob_size = 30,
  140842             :     },
  140843             :     .ob_shash = -1,
  140844             :     .ob_sval = "\x80\x00\xd8\x15\x1a\x88\x04\x8c\x0a\xdd\x2d\x33\xac\x58\xd0\x08\x35\x88\x04\xd4\x08\x19\x98\x44\x9c\x4e\x98\x4e\x98\x4e",
  140845             : };
  140846             : static
  140847             :     struct _PyCode_DEF(68)
  140848             : runpy_toplevel_consts_7_consts_1 = {
  140849             :     .ob_base = {
  140850             :         .ob_base = {
  140851             :             .ob_refcnt = 999999999,
  140852             :             .ob_type = &PyCode_Type,
  140853             :         },
  140854             :         .ob_size = 34,
  140855             :     },
  140856             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  140857             :     .co_names = & runpy_toplevel_consts_7_consts_1_names._object.ob_base.ob_base,
  140858             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  140859             :     .co_flags = 3,
  140860             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  140861             :     ._co_linearray_entry_size = 0,
  140862             :     .co_argcount = 2,
  140863             :     .co_posonlyargcount = 0,
  140864             :     .co_kwonlyargcount = 0,
  140865             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  140866             :     .co_stacksize = 3,
  140867             :     .co_firstlineno = 50,
  140868             :     .co_nlocalsplus = 2,
  140869             :     .co_nlocals = 2,
  140870             :     .co_nplaincellvars = 0,
  140871             :     .co_ncellvars = 0,
  140872             :     .co_nfreevars = 0,
  140873             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
  140874             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  140875             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  140876             :     .co_name = &_Py_ID(__init__),
  140877             :     .co_qualname = & runpy_toplevel_consts_7_consts_1_qualname._ascii.ob_base,
  140878             :     .co_linetable = & runpy_toplevel_consts_7_consts_1_linetable.ob_base.ob_base,
  140879             :     ._co_code = NULL,
  140880             :     ._co_linearray = NULL,
  140881             :     .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
  140882             :     ._co_firsttraceable = 0,
  140883             : };
  140884             : static
  140885             :     struct {
  140886             :         PyASCIIObject _ascii;
  140887             :         uint8_t _data[31];
  140888             :     }
  140889             : runpy_toplevel_consts_7_consts_2_consts_1 = {
  140890             :     ._ascii = {
  140891             :         .ob_base = {
  140892             :             .ob_refcnt = 999999999,
  140893             :             .ob_type = &PyUnicode_Type,
  140894             :         },
  140895             :         .length = 30,
  140896             :         .hash = -1,
  140897             :         .state = {
  140898             :             .kind = 1,
  140899             :             .compact = 1,
  140900             :             .ascii = 1,
  140901             :         },
  140902             :     },
  140903             :     ._data = "Already preserving saved value",
  140904             : };
  140905             : static
  140906             :     struct {
  140907             :         PyGC_Head _gc_head;
  140908             :         struct {
  140909             :             PyObject_VAR_HEAD
  140910             :             PyObject *ob_item[3];
  140911             :         }_object;
  140912             :     }
  140913             : runpy_toplevel_consts_7_consts_2_consts = {
  140914             :     ._object = {
  140915             :         .ob_base = {
  140916             :             .ob_base = {
  140917             :                 .ob_refcnt = 999999999,
  140918             :                 .ob_type = &PyTuple_Type,
  140919             :             },
  140920             :             .ob_size = 3,
  140921             :         },
  140922             :         .ob_item = {
  140923             :             Py_None,
  140924             :             & runpy_toplevel_consts_7_consts_2_consts_1._ascii.ob_base,
  140925             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  140926             :         },
  140927             :     },
  140928             : };
  140929             : static
  140930             :     struct {
  140931             :         PyGC_Head _gc_head;
  140932             :         struct {
  140933             :             PyObject_VAR_HEAD
  140934             :             PyObject *ob_item[6];
  140935             :         }_object;
  140936             :     }
  140937             : runpy_toplevel_consts_7_consts_2_names = {
  140938             :     ._object = {
  140939             :         .ob_base = {
  140940             :             .ob_base = {
  140941             :                 .ob_refcnt = 999999999,
  140942             :                 .ob_type = &PyTuple_Type,
  140943             :             },
  140944             :             .ob_size = 6,
  140945             :         },
  140946             :         .ob_item = {
  140947             :             & const_str__saved_value._ascii.ob_base,
  140948             :             & const_str__sentinel._ascii.ob_base,
  140949             :             & const_str_RuntimeError._ascii.ob_base,
  140950             :             & const_str_sys._ascii.ob_base,
  140951             :             & const_str_argv._ascii.ob_base,
  140952             :             & const_str_value._ascii.ob_base,
  140953             :         },
  140954             :     },
  140955             : };
  140956             : static
  140957             :     struct {
  140958             :         PyASCIIObject _ascii;
  140959             :         uint8_t _data[25];
  140960             :     }
  140961             : runpy_toplevel_consts_7_consts_2_qualname = {
  140962             :     ._ascii = {
  140963             :         .ob_base = {
  140964             :             .ob_refcnt = 999999999,
  140965             :             .ob_type = &PyUnicode_Type,
  140966             :         },
  140967             :         .length = 24,
  140968             :         .hash = -1,
  140969             :         .state = {
  140970             :             .kind = 1,
  140971             :             .compact = 1,
  140972             :             .ascii = 1,
  140973             :         },
  140974             :     },
  140975             :     ._data = "_ModifiedArgv0.__enter__",
  140976             : };
  140977             : static
  140978             :     struct {
  140979             :         PyObject_VAR_HEAD
  140980             :         Py_hash_t ob_shash;
  140981             :         char ob_sval[76];
  140982             :     }
  140983             : runpy_toplevel_consts_7_consts_2_linetable = {
  140984             :     .ob_base = {
  140985             :         .ob_base = {
  140986             :             .ob_refcnt = 999999999,
  140987             :             .ob_type = &PyBytes_Type,
  140988             :         },
  140989             :         .ob_size = 75,
  140990             :     },
  140991             :     .ob_shash = -1,
  140992             :     .ob_sval = "\x80\x00\xd8\x0b\x0f\xd7\x0b\x1c\xd1\x0b\x1c\xa0\x44\xa7\x4e\xa1\x4e\xd0\x0b\x32\xf0\x00\x01\x09\x41\x01\xdd\x12\x1e\xd0\x1f\x3f\xd4\x12\x40\xd0\x0c\x40\xdd\x1c\x1f\x9f\x48\x99\x48\xa0\x51\x9c\x4b\x88\x04\xd4\x08\x19\xd8\x16\x1a\x97\x6a\x91\x6a\x8d\x03\x8f\x08\x89\x08\x90\x11\x89\x0b\x88\x0b\x88\x0b",
  140993             : };
  140994             : static
  140995             :     struct _PyCode_DEF(196)
  140996             : runpy_toplevel_consts_7_consts_2 = {
  140997             :     .ob_base = {
  140998             :         .ob_base = {
  140999             :             .ob_refcnt = 999999999,
  141000             :             .ob_type = &PyCode_Type,
  141001             :         },
  141002             :         .ob_size = 98,
  141003             :     },
  141004             :     .co_consts = & runpy_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
  141005             :     .co_names = & runpy_toplevel_consts_7_consts_2_names._object.ob_base.ob_base,
  141006             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  141007             :     .co_flags = 3,
  141008             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  141009             :     ._co_linearray_entry_size = 0,
  141010             :     .co_argcount = 1,
  141011             :     .co_posonlyargcount = 0,
  141012             :     .co_kwonlyargcount = 0,
  141013             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  141014             :     .co_stacksize = 3,
  141015             :     .co_firstlineno = 54,
  141016             :     .co_nlocalsplus = 1,
  141017             :     .co_nlocals = 1,
  141018             :     .co_nplaincellvars = 0,
  141019             :     .co_ncellvars = 0,
  141020             :     .co_nfreevars = 0,
  141021             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
  141022             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
  141023             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  141024             :     .co_name = &_Py_ID(__enter__),
  141025             :     .co_qualname = & runpy_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
  141026             :     .co_linetable = & runpy_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
  141027             :     ._co_code = NULL,
  141028             :     ._co_linearray = NULL,
  141029             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x01\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x3c\x00\x00\x00\x64\x00\x53\x00",
  141030             :     ._co_firsttraceable = 0,
  141031             : };
  141032             : static
  141033             :     struct {
  141034             :         PyGC_Head _gc_head;
  141035             :         struct {
  141036             :             PyObject_VAR_HEAD
  141037             :             PyObject *ob_item[5];
  141038             :         }_object;
  141039             :     }
  141040             : runpy_toplevel_consts_7_consts_3_names = {
  141041             :     ._object = {
  141042             :         .ob_base = {
  141043             :             .ob_base = {
  141044             :                 .ob_refcnt = 999999999,
  141045             :                 .ob_type = &PyTuple_Type,
  141046             :             },
  141047             :             .ob_size = 5,
  141048             :         },
  141049             :         .ob_item = {
  141050             :             & const_str__sentinel._ascii.ob_base,
  141051             :             & const_str_value._ascii.ob_base,
  141052             :             & const_str__saved_value._ascii.ob_base,
  141053             :             & const_str_sys._ascii.ob_base,
  141054             :             & const_str_argv._ascii.ob_base,
  141055             :         },
  141056             :     },
  141057             : };
  141058             : static
  141059             :     struct {
  141060             :         PyASCIIObject _ascii;
  141061             :         uint8_t _data[24];
  141062             :     }
  141063             : runpy_toplevel_consts_7_consts_3_qualname = {
  141064             :     ._ascii = {
  141065             :         .ob_base = {
  141066             :             .ob_refcnt = 999999999,
  141067             :             .ob_type = &PyUnicode_Type,
  141068             :         },
  141069             :         .length = 23,
  141070             :         .hash = -1,
  141071             :         .state = {
  141072             :             .kind = 1,
  141073             :             .compact = 1,
  141074             :             .ascii = 1,
  141075             :         },
  141076             :     },
  141077             :     ._data = "_ModifiedArgv0.__exit__",
  141078             : };
  141079             : static
  141080             :     struct {
  141081             :         PyObject_VAR_HEAD
  141082             :         Py_hash_t ob_shash;
  141083             :         char ob_sval[37];
  141084             :     }
  141085             : runpy_toplevel_consts_7_consts_3_linetable = {
  141086             :     .ob_base = {
  141087             :         .ob_base = {
  141088             :             .ob_refcnt = 999999999,
  141089             :             .ob_type = &PyBytes_Type,
  141090             :         },
  141091             :         .ob_size = 36,
  141092             :     },
  141093             :     .ob_shash = -1,
  141094             :     .ob_sval = "\x80\x00\xd8\x15\x19\x97\x5e\x91\x5e\x88\x04\x8c\x0a\xd8\x16\x1a\xd7\x16\x27\xd1\x16\x27\x8d\x03\x8f\x08\x89\x08\x90\x11\x89\x0b\x88\x0b\x88\x0b",
  141095             : };
  141096             : static
  141097             :     struct _PyCode_DEF(100)
  141098             : runpy_toplevel_consts_7_consts_3 = {
  141099             :     .ob_base = {
  141100             :         .ob_base = {
  141101             :             .ob_refcnt = 999999999,
  141102             :             .ob_type = &PyCode_Type,
  141103             :         },
  141104             :         .ob_size = 50,
  141105             :     },
  141106             :     .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
  141107             :     .co_names = & runpy_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
  141108             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  141109             :     .co_flags = 7,
  141110             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  141111             :     ._co_linearray_entry_size = 0,
  141112             :     .co_argcount = 1,
  141113             :     .co_posonlyargcount = 0,
  141114             :     .co_kwonlyargcount = 0,
  141115             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  141116             :     .co_stacksize = 3,
  141117             :     .co_firstlineno = 60,
  141118             :     .co_nlocalsplus = 2,
  141119             :     .co_nlocals = 2,
  141120             :     .co_nplaincellvars = 0,
  141121             :     .co_ncellvars = 0,
  141122             :     .co_nfreevars = 0,
  141123             :     .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
  141124             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
  141125             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  141126             :     .co_name = &_Py_ID(__exit__),
  141127             :     .co_qualname = & runpy_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
  141128             :     .co_linetable = & runpy_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
  141129             :     ._co_code = NULL,
  141130             :     ._co_linearray = NULL,
  141131             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
  141132             :     ._co_firsttraceable = 0,
  141133             : };
  141134             : static
  141135             :     struct {
  141136             :         PyGC_Head _gc_head;
  141137             :         struct {
  141138             :             PyObject_VAR_HEAD
  141139             :             PyObject *ob_item[5];
  141140             :         }_object;
  141141             :     }
  141142             : runpy_toplevel_consts_7_consts = {
  141143             :     ._object = {
  141144             :         .ob_base = {
  141145             :             .ob_base = {
  141146             :                 .ob_refcnt = 999999999,
  141147             :                 .ob_type = &PyTuple_Type,
  141148             :             },
  141149             :             .ob_size = 5,
  141150             :         },
  141151             :         .ob_item = {
  141152             :             & const_str__ModifiedArgv0._ascii.ob_base,
  141153             :             & runpy_toplevel_consts_7_consts_1.ob_base.ob_base,
  141154             :             & runpy_toplevel_consts_7_consts_2.ob_base.ob_base,
  141155             :             & runpy_toplevel_consts_7_consts_3.ob_base.ob_base,
  141156             :             Py_None,
  141157             :         },
  141158             :     },
  141159             : };
  141160             : static
  141161             :     struct {
  141162             :         PyObject_VAR_HEAD
  141163             :         Py_hash_t ob_shash;
  141164             :         char ob_sval[66];
  141165             :     }
  141166             : runpy_toplevel_consts_7_linetable = {
  141167             :     .ob_base = {
  141168             :         .ob_base = {
  141169             :             .ob_refcnt = 999999999,
  141170             :             .ob_type = &PyBytes_Type,
  141171             :         },
  141172             :         .ob_size = 65,
  141173             :     },
  141174             :     .ob_shash = -1,
  141175             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x08\x04\x05\x21\xf0\x00\x04\x05\x21\xf0\x00\x04\x05\x21\xf0\x0c\x02\x05\x28\xf0\x00\x02\x05\x28\xf0\x00\x02\x05\x28\xf0\x00\x02\x05\x28\xf0\x00\x02\x05\x28",
  141176             : };
  141177             : static
  141178             :     struct _PyCode_DEF(32)
  141179             : runpy_toplevel_consts_7 = {
  141180             :     .ob_base = {
  141181             :         .ob_base = {
  141182             :             .ob_refcnt = 999999999,
  141183             :             .ob_type = &PyCode_Type,
  141184             :         },
  141185             :         .ob_size = 16,
  141186             :     },
  141187             :     .co_consts = & runpy_toplevel_consts_7_consts._object.ob_base.ob_base,
  141188             :     .co_names = & importlib__bootstrap_toplevel_consts_11_names._object.ob_base.ob_base,
  141189             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  141190             :     .co_flags = 0,
  141191             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  141192             :     ._co_linearray_entry_size = 0,
  141193             :     .co_argcount = 0,
  141194             :     .co_posonlyargcount = 0,
  141195             :     .co_kwonlyargcount = 0,
  141196             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  141197             :     .co_stacksize = 1,
  141198             :     .co_firstlineno = 49,
  141199             :     .co_nlocalsplus = 0,
  141200             :     .co_nlocals = 0,
  141201             :     .co_nplaincellvars = 0,
  141202             :     .co_ncellvars = 0,
  141203             :     .co_nfreevars = 0,
  141204             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  141205             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  141206             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  141207             :     .co_name = & const_str__ModifiedArgv0._ascii.ob_base,
  141208             :     .co_qualname = & const_str__ModifiedArgv0._ascii.ob_base,
  141209             :     .co_linetable = & runpy_toplevel_consts_7_linetable.ob_base.ob_base,
  141210             :     ._co_code = NULL,
  141211             :     ._co_linearray = NULL,
  141212             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
  141213             :     ._co_firsttraceable = 0,
  141214             : };
  141215             : static
  141216             :     struct {
  141217             :         PyASCIIObject _ascii;
  141218             :         uint8_t _data[42];
  141219             :     }
  141220             : runpy_toplevel_consts_9_consts_0 = {
  141221             :     ._ascii = {
  141222             :         .ob_base = {
  141223             :             .ob_refcnt = 999999999,
  141224             :             .ob_type = &PyUnicode_Type,
  141225             :         },
  141226             :         .length = 41,
  141227             :         .hash = -1,
  141228             :         .state = {
  141229             :             .kind = 1,
  141230             :             .compact = 1,
  141231             :             .ascii = 1,
  141232             :         },
  141233             :     },
  141234             :     ._data = "Helper to run code in nominated namespace",
  141235             : };
  141236             : static
  141237             :     struct {
  141238             :         PyGC_Head _gc_head;
  141239             :         struct {
  141240             :             PyObject_VAR_HEAD
  141241             :             PyObject *ob_item[7];
  141242             :         }_object;
  141243             :     }
  141244             : runpy_toplevel_consts_9_consts_2 = {
  141245             :     ._object = {
  141246             :         .ob_base = {
  141247             :             .ob_base = {
  141248             :                 .ob_refcnt = 999999999,
  141249             :                 .ob_type = &PyTuple_Type,
  141250             :             },
  141251             :             .ob_size = 7,
  141252             :         },
  141253             :         .ob_item = {
  141254             :             &_Py_ID(__name__),
  141255             :             &_Py_ID(__file__),
  141256             :             & const_str___cached__._ascii.ob_base,
  141257             :             &_Py_ID(__doc__),
  141258             :             &_Py_ID(__loader__),
  141259             :             &_Py_ID(__package__),
  141260             :             &_Py_ID(__spec__),
  141261             :         },
  141262             :     },
  141263             : };
  141264             : static
  141265             :     struct {
  141266             :         PyGC_Head _gc_head;
  141267             :         struct {
  141268             :             PyObject_VAR_HEAD
  141269             :             PyObject *ob_item[3];
  141270             :         }_object;
  141271             :     }
  141272             : runpy_toplevel_consts_9_consts = {
  141273             :     ._object = {
  141274             :         .ob_base = {
  141275             :             .ob_base = {
  141276             :                 .ob_refcnt = 999999999,
  141277             :                 .ob_type = &PyTuple_Type,
  141278             :             },
  141279             :             .ob_size = 3,
  141280             :         },
  141281             :         .ob_item = {
  141282             :             & runpy_toplevel_consts_9_consts_0._ascii.ob_base,
  141283             :             Py_None,
  141284             :             & runpy_toplevel_consts_9_consts_2._object.ob_base.ob_base,
  141285             :         },
  141286             :     },
  141287             : };
  141288             : static
  141289             :     struct {
  141290             :         PyGC_Head _gc_head;
  141291             :         struct {
  141292             :             PyObject_VAR_HEAD
  141293             :             PyObject *ob_item[6];
  141294             :         }_object;
  141295             :     }
  141296             : runpy_toplevel_consts_9_names = {
  141297             :     ._object = {
  141298             :         .ob_base = {
  141299             :             .ob_base = {
  141300             :                 .ob_refcnt = 999999999,
  141301             :                 .ob_type = &PyTuple_Type,
  141302             :             },
  141303             :             .ob_size = 6,
  141304             :         },
  141305             :         .ob_item = {
  141306             :             & const_str_update._ascii.ob_base,
  141307             :             & const_str_loader._ascii.ob_base,
  141308             :             & const_str_origin._ascii.ob_base,
  141309             :             & const_str_cached._ascii.ob_base,
  141310             :             &_Py_ID(parent),
  141311             :             & const_str_exec._ascii.ob_base,
  141312             :         },
  141313             :     },
  141314             : };
  141315             : static
  141316             :     struct {
  141317             :         PyASCIIObject _ascii;
  141318             :         uint8_t _data[10];
  141319             :     }
  141320             : const_str__run_code = {
  141321             :     ._ascii = {
  141322             :         .ob_base = {
  141323             :             .ob_refcnt = 999999999,
  141324             :             .ob_type = &PyUnicode_Type,
  141325             :         },
  141326             :         .length = 9,
  141327             :         .hash = -1,
  141328             :         .state = {
  141329             :             .kind = 1,
  141330             :             .compact = 1,
  141331             :             .ascii = 1,
  141332             :         },
  141333             :     },
  141334             :     ._data = "_run_code",
  141335             : };
  141336             : static
  141337             :     struct {
  141338             :         PyObject_VAR_HEAD
  141339             :         Py_hash_t ob_shash;
  141340             :         char ob_sval[164];
  141341             :     }
  141342             : runpy_toplevel_consts_9_linetable = {
  141343             :     .ob_base = {
  141344             :         .ob_base = {
  141345             :             .ob_refcnt = 999999999,
  141346             :             .ob_type = &PyBytes_Type,
  141347             :         },
  141348             :         .ob_size = 163,
  141349             :     },
  141350             :     .ob_shash = -1,
  141351             :     .ob_sval = "\x80\x00\xf0\x08\x00\x08\x14\xf0\x00\x01\x05\x29\xd8\x08\x13\xd7\x08\x1a\xd1\x08\x1a\x98\x3c\xd4\x08\x28\xd0\x08\x28\xd8\x07\x0f\xf0\x00\x09\x05\x27\xd8\x11\x15\x88\x06\xd8\x10\x1b\x88\x05\xd8\x11\x15\x88\x06\x88\x06\xe0\x11\x19\x97\x1f\x91\x1f\x88\x06\xd8\x10\x18\x97\x0f\x91\x0f\x88\x05\xd8\x11\x19\x97\x1f\x91\x1f\x88\x06\xd8\x0b\x13\xf0\x00\x01\x09\x27\xd8\x17\x1f\x97\x7f\x91\x7f\x88\x48\xd8\x04\x0f\xd7\x04\x16\xd1\x04\x16\xa0\x28\xd8\x22\x27\xd8\x24\x2a\xd8\x21\x25\xd8\x24\x2a\xd8\x25\x2d\xd8\x22\x2a\xf0\x0d\x00\x05\x17\xf4\x00\x06\x05\x2c\xf0\x00\x06\x05\x2c\xf5\x0e\x00\x05\x09\x88\x14\x88\x7b\xd4\x04\x1b\xd0\x04\x1b\xd8\x0b\x16\xd0\x04\x16",
  141352             : };
  141353             : static
  141354             :     struct {
  141355             :         PyASCIIObject _ascii;
  141356             :         uint8_t _data[12];
  141357             :     }
  141358             : const_str_run_globals = {
  141359             :     ._ascii = {
  141360             :         .ob_base = {
  141361             :             .ob_refcnt = 999999999,
  141362             :             .ob_type = &PyUnicode_Type,
  141363             :         },
  141364             :         .length = 11,
  141365             :         .hash = -1,
  141366             :         .state = {
  141367             :             .kind = 1,
  141368             :             .compact = 1,
  141369             :             .ascii = 1,
  141370             :         },
  141371             :     },
  141372             :     ._data = "run_globals",
  141373             : };
  141374             : static
  141375             :     struct {
  141376             :         PyASCIIObject _ascii;
  141377             :         uint8_t _data[13];
  141378             :     }
  141379             : const_str_init_globals = {
  141380             :     ._ascii = {
  141381             :         .ob_base = {
  141382             :             .ob_refcnt = 999999999,
  141383             :             .ob_type = &PyUnicode_Type,
  141384             :         },
  141385             :         .length = 12,
  141386             :         .hash = -1,
  141387             :         .state = {
  141388             :             .kind = 1,
  141389             :             .compact = 1,
  141390             :             .ascii = 1,
  141391             :         },
  141392             :     },
  141393             :     ._data = "init_globals",
  141394             : };
  141395             : static
  141396             :     struct {
  141397             :         PyASCIIObject _ascii;
  141398             :         uint8_t _data[9];
  141399             :     }
  141400             : const_str_mod_spec = {
  141401             :     ._ascii = {
  141402             :         .ob_base = {
  141403             :             .ob_refcnt = 999999999,
  141404             :             .ob_type = &PyUnicode_Type,
  141405             :         },
  141406             :         .length = 8,
  141407             :         .hash = -1,
  141408             :         .state = {
  141409             :             .kind = 1,
  141410             :             .compact = 1,
  141411             :             .ascii = 1,
  141412             :         },
  141413             :     },
  141414             :     ._data = "mod_spec",
  141415             : };
  141416             : static
  141417             :     struct {
  141418             :         PyASCIIObject _ascii;
  141419             :         uint8_t _data[9];
  141420             :     }
  141421             : const_str_pkg_name = {
  141422             :     ._ascii = {
  141423             :         .ob_base = {
  141424             :             .ob_refcnt = 999999999,
  141425             :             .ob_type = &PyUnicode_Type,
  141426             :         },
  141427             :         .length = 8,
  141428             :         .hash = -1,
  141429             :         .state = {
  141430             :             .kind = 1,
  141431             :             .compact = 1,
  141432             :             .ascii = 1,
  141433             :         },
  141434             :     },
  141435             :     ._data = "pkg_name",
  141436             : };
  141437             : static
  141438             :     struct {
  141439             :         PyASCIIObject _ascii;
  141440             :         uint8_t _data[12];
  141441             :     }
  141442             : const_str_script_name = {
  141443             :     ._ascii = {
  141444             :         .ob_base = {
  141445             :             .ob_refcnt = 999999999,
  141446             :             .ob_type = &PyUnicode_Type,
  141447             :         },
  141448             :         .length = 11,
  141449             :         .hash = -1,
  141450             :         .state = {
  141451             :             .kind = 1,
  141452             :             .compact = 1,
  141453             :             .ascii = 1,
  141454             :         },
  141455             :     },
  141456             :     ._data = "script_name",
  141457             : };
  141458             : static
  141459             :     struct {
  141460             :         PyASCIIObject _ascii;
  141461             :         uint8_t _data[6];
  141462             :     }
  141463             : const_str_fname = {
  141464             :     ._ascii = {
  141465             :         .ob_base = {
  141466             :             .ob_refcnt = 999999999,
  141467             :             .ob_type = &PyUnicode_Type,
  141468             :         },
  141469             :         .length = 5,
  141470             :         .hash = -1,
  141471             :         .state = {
  141472             :             .kind = 1,
  141473             :             .compact = 1,
  141474             :             .ascii = 1,
  141475             :         },
  141476             :     },
  141477             :     ._data = "fname",
  141478             : };
  141479             : static
  141480             :     struct {
  141481             :         PyGC_Head _gc_head;
  141482             :         struct {
  141483             :             PyObject_VAR_HEAD
  141484             :             PyObject *ob_item[10];
  141485             :         }_object;
  141486             :     }
  141487             : runpy_toplevel_consts_9_localsplusnames = {
  141488             :     ._object = {
  141489             :         .ob_base = {
  141490             :             .ob_base = {
  141491             :                 .ob_refcnt = 999999999,
  141492             :                 .ob_type = &PyTuple_Type,
  141493             :             },
  141494             :             .ob_size = 10,
  141495             :         },
  141496             :         .ob_item = {
  141497             :             &_Py_ID(code),
  141498             :             & const_str_run_globals._ascii.ob_base,
  141499             :             & const_str_init_globals._ascii.ob_base,
  141500             :             & const_str_mod_name._ascii.ob_base,
  141501             :             & const_str_mod_spec._ascii.ob_base,
  141502             :             & const_str_pkg_name._ascii.ob_base,
  141503             :             & const_str_script_name._ascii.ob_base,
  141504             :             & const_str_loader._ascii.ob_base,
  141505             :             & const_str_fname._ascii.ob_base,
  141506             :             & const_str_cached._ascii.ob_base,
  141507             :         },
  141508             :     },
  141509             : };
  141510             : static
  141511             :     struct _PyCode_DEF(242)
  141512             : runpy_toplevel_consts_9 = {
  141513             :     .ob_base = {
  141514             :         .ob_base = {
  141515             :             .ob_refcnt = 999999999,
  141516             :             .ob_type = &PyCode_Type,
  141517             :         },
  141518             :         .ob_size = 121,
  141519             :     },
  141520             :     .co_consts = & runpy_toplevel_consts_9_consts._object.ob_base.ob_base,
  141521             :     .co_names = & runpy_toplevel_consts_9_names._object.ob_base.ob_base,
  141522             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  141523             :     .co_flags = 3,
  141524             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  141525             :     ._co_linearray_entry_size = 0,
  141526             :     .co_argcount = 7,
  141527             :     .co_posonlyargcount = 0,
  141528             :     .co_kwonlyargcount = 0,
  141529             :     .co_framesize = 19 + FRAME_SPECIALS_SIZE,
  141530             :     .co_stacksize = 9,
  141531             :     .co_firstlineno = 65,
  141532             :     .co_nlocalsplus = 10,
  141533             :     .co_nlocals = 10,
  141534             :     .co_nplaincellvars = 0,
  141535             :     .co_ncellvars = 0,
  141536             :     .co_nfreevars = 0,
  141537             :     .co_localsplusnames = & runpy_toplevel_consts_9_localsplusnames._object.ob_base.ob_base,
  141538             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
  141539             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  141540             :     .co_name = & const_str__run_code._ascii.ob_base,
  141541             :     .co_qualname = & const_str__run_code._ascii.ob_base,
  141542             :     .co_linetable = & runpy_toplevel_consts_9_linetable.ob_base.ob_base,
  141543             :     ._co_code = NULL,
  141544             :     ._co_linearray = NULL,
  141545             :     .co_code_adaptive = "\x97\x00\x7c\x02\x81\x12\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x80\x07\x64\x01\x7d\x07\x7c\x06\x7d\x08\x64\x01\x7d\x09\x6e\x32\x7c\x04\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x04\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x05\x80\x0c\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x08\x7c\x09\x64\x01\x7c\x07\x7c\x05\x7c\x04\xac\x02\xab\x07\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
  141546             :     ._co_firsttraceable = 0,
  141547             : };
  141548             : static
  141549             :     struct {
  141550             :         PyASCIIObject _ascii;
  141551             :         uint8_t _data[54];
  141552             :     }
  141553             : runpy_toplevel_consts_10_consts_0 = {
  141554             :     ._ascii = {
  141555             :         .ob_base = {
  141556             :             .ob_refcnt = 999999999,
  141557             :             .ob_type = &PyUnicode_Type,
  141558             :         },
  141559             :         .length = 53,
  141560             :         .hash = -1,
  141561             :         .state = {
  141562             :             .kind = 1,
  141563             :             .compact = 1,
  141564             :             .ascii = 1,
  141565             :         },
  141566             :     },
  141567             :     ._data = "Helper to run code in new namespace with sys modified",
  141568             : };
  141569             : static
  141570             :     struct {
  141571             :         PyGC_Head _gc_head;
  141572             :         struct {
  141573             :             PyObject_VAR_HEAD
  141574             :             PyObject *ob_item[2];
  141575             :         }_object;
  141576             :     }
  141577             : runpy_toplevel_consts_10_consts = {
  141578             :     ._object = {
  141579             :         .ob_base = {
  141580             :             .ob_base = {
  141581             :                 .ob_refcnt = 999999999,
  141582             :                 .ob_type = &PyTuple_Type,
  141583             :             },
  141584             :             .ob_size = 2,
  141585             :         },
  141586             :         .ob_item = {
  141587             :             & runpy_toplevel_consts_10_consts_0._ascii.ob_base,
  141588             :             Py_None,
  141589             :         },
  141590             :     },
  141591             : };
  141592             : static
  141593             :     struct {
  141594             :         PyGC_Head _gc_head;
  141595             :         struct {
  141596             :             PyObject_VAR_HEAD
  141597             :             PyObject *ob_item[7];
  141598             :         }_object;
  141599             :     }
  141600             : runpy_toplevel_consts_10_names = {
  141601             :     ._object = {
  141602             :         .ob_base = {
  141603             :             .ob_base = {
  141604             :                 .ob_refcnt = 999999999,
  141605             :                 .ob_type = &PyTuple_Type,
  141606             :             },
  141607             :             .ob_size = 7,
  141608             :         },
  141609             :         .ob_item = {
  141610             :             & const_str_origin._ascii.ob_base,
  141611             :             & const_str__TempModule._ascii.ob_base,
  141612             :             & const_str__ModifiedArgv0._ascii.ob_base,
  141613             :             & const_str_module._ascii.ob_base,
  141614             :             &_Py_ID(__dict__),
  141615             :             & const_str__run_code._ascii.ob_base,
  141616             :             &_Py_ID(copy),
  141617             :         },
  141618             :     },
  141619             : };
  141620             : static
  141621             :     struct {
  141622             :         PyASCIIObject _ascii;
  141623             :         uint8_t _data[17];
  141624             :     }
  141625             : const_str__run_module_code = {
  141626             :     ._ascii = {
  141627             :         .ob_base = {
  141628             :             .ob_refcnt = 999999999,
  141629             :             .ob_type = &PyUnicode_Type,
  141630             :         },
  141631             :         .length = 16,
  141632             :         .hash = -1,
  141633             :         .state = {
  141634             :             .kind = 1,
  141635             :             .compact = 1,
  141636             :             .ascii = 1,
  141637             :         },
  141638             :     },
  141639             :     ._data = "_run_module_code",
  141640             : };
  141641             : static
  141642             :     struct {
  141643             :         PyObject_VAR_HEAD
  141644             :         Py_hash_t ob_shash;
  141645             :         char ob_sval[263];
  141646             :     }
  141647             : runpy_toplevel_consts_10_linetable = {
  141648             :     .ob_base = {
  141649             :         .ob_base = {
  141650             :             .ob_refcnt = 999999999,
  141651             :             .ob_type = &PyBytes_Type,
  141652             :         },
  141653             :         .ob_size = 262,
  141654             :     },
  141655             :     .ob_shash = -1,
  141656             :     .ob_sval = "\x80\x00\xf0\x08\x00\x1c\x24\xd0\x0c\x40\x88\x4b\x88\x4b\xb0\x18\xb7\x1f\xb1\x1f\x80\x45\xdd\x09\x14\x90\x58\xd4\x09\x1e\xf0\x00\x03\x05\x3d\xa0\x2b\xad\x7e\xb8\x65\xd4\x2f\x44\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xd8\x16\x21\xd7\x16\x28\xd1\x16\x28\xd7\x16\x31\xd1\x16\x31\x88\x0b\xdd\x08\x11\x90\x24\x98\x0b\xa0\x5c\xd8\x12\x1a\x98\x48\xa0\x68\xb0\x0b\xf4\x03\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x05\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf4\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf4\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x0c\x00\x0c\x17\xd7\x0b\x1b\xd1\x0b\x1b\xd4\x0b\x1d\xd0\x04\x1d\xf0\x0d\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf8\xf8\xf8\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf8\xf8\xf8",
  141657             : };
  141658             : static
  141659             :     struct {
  141660             :         PyObject_VAR_HEAD
  141661             :         Py_hash_t ob_shash;
  141662             :         char ob_sval[35];
  141663             :     }
  141664             : runpy_toplevel_consts_10_exceptiontable = {
  141665             :     .ob_base = {
  141666             :         .ob_base = {
  141667             :             .ob_refcnt = 999999999,
  141668             :             .ob_type = &PyBytes_Type,
  141669             :         },
  141670             :         .ob_size = 34,
  141671             :     },
  141672             :     .ob_shash = -1,
  141673             :     .ob_sval = "\x9e\x0e\x42\x05\x03\xac\x2a\x41\x39\x05\xc1\x16\x09\x42\x05\x03\xc1\x39\x05\x42\x02\x09\xc1\x3e\x07\x42\x05\x03\xc2\x05\x05\x42\x0e\x07",
  141674             : };
  141675             : static
  141676             :     struct {
  141677             :         PyASCIIObject _ascii;
  141678             :         uint8_t _data[12];
  141679             :     }
  141680             : const_str_temp_module = {
  141681             :     ._ascii = {
  141682             :         .ob_base = {
  141683             :             .ob_refcnt = 999999999,
  141684             :             .ob_type = &PyUnicode_Type,
  141685             :         },
  141686             :         .length = 11,
  141687             :         .hash = -1,
  141688             :         .state = {
  141689             :             .kind = 1,
  141690             :             .compact = 1,
  141691             :             .ascii = 1,
  141692             :         },
  141693             :     },
  141694             :     ._data = "temp_module",
  141695             : };
  141696             : static
  141697             :     struct {
  141698             :         PyASCIIObject _ascii;
  141699             :         uint8_t _data[12];
  141700             :     }
  141701             : const_str_mod_globals = {
  141702             :     ._ascii = {
  141703             :         .ob_base = {
  141704             :             .ob_refcnt = 999999999,
  141705             :             .ob_type = &PyUnicode_Type,
  141706             :         },
  141707             :         .length = 11,
  141708             :         .hash = -1,
  141709             :         .state = {
  141710             :             .kind = 1,
  141711             :             .compact = 1,
  141712             :             .ascii = 1,
  141713             :         },
  141714             :     },
  141715             :     ._data = "mod_globals",
  141716             : };
  141717             : static
  141718             :     struct {
  141719             :         PyGC_Head _gc_head;
  141720             :         struct {
  141721             :             PyObject_VAR_HEAD
  141722             :             PyObject *ob_item[9];
  141723             :         }_object;
  141724             :     }
  141725             : runpy_toplevel_consts_10_localsplusnames = {
  141726             :     ._object = {
  141727             :         .ob_base = {
  141728             :             .ob_base = {
  141729             :                 .ob_refcnt = 999999999,
  141730             :                 .ob_type = &PyTuple_Type,
  141731             :             },
  141732             :             .ob_size = 9,
  141733             :         },
  141734             :         .ob_item = {
  141735             :             &_Py_ID(code),
  141736             :             & const_str_init_globals._ascii.ob_base,
  141737             :             & const_str_mod_name._ascii.ob_base,
  141738             :             & const_str_mod_spec._ascii.ob_base,
  141739             :             & const_str_pkg_name._ascii.ob_base,
  141740             :             & const_str_script_name._ascii.ob_base,
  141741             :             & const_str_fname._ascii.ob_base,
  141742             :             & const_str_temp_module._ascii.ob_base,
  141743             :             & const_str_mod_globals._ascii.ob_base,
  141744             :         },
  141745             :     },
  141746             : };
  141747             : static
  141748             :     struct _PyCode_DEF(290)
  141749             : runpy_toplevel_consts_10 = {
  141750             :     .ob_base = {
  141751             :         .ob_base = {
  141752             :             .ob_refcnt = 999999999,
  141753             :             .ob_type = &PyCode_Type,
  141754             :         },
  141755             :         .ob_size = 145,
  141756             :     },
  141757             :     .co_consts = & runpy_toplevel_consts_10_consts._object.ob_base.ob_base,
  141758             :     .co_names = & runpy_toplevel_consts_10_names._object.ob_base.ob_base,
  141759             :     .co_exceptiontable = & runpy_toplevel_consts_10_exceptiontable.ob_base.ob_base,
  141760             :     .co_flags = 3,
  141761             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  141762             :     ._co_linearray_entry_size = 0,
  141763             :     .co_argcount = 6,
  141764             :     .co_posonlyargcount = 0,
  141765             :     .co_kwonlyargcount = 0,
  141766             :     .co_framesize = 20 + FRAME_SPECIALS_SIZE,
  141767             :     .co_stacksize = 11,
  141768             :     .co_firstlineno = 91,
  141769             :     .co_nlocalsplus = 9,
  141770             :     .co_nlocals = 9,
  141771             :     .co_nplaincellvars = 0,
  141772             :     .co_ncellvars = 0,
  141773             :     .co_nfreevars = 0,
  141774             :     .co_localsplusnames = & runpy_toplevel_consts_10_localsplusnames._object.ob_base.ob_base,
  141775             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
  141776             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  141777             :     .co_name = & const_str__run_module_code._ascii.ob_base,
  141778             :     .co_qualname = & const_str__run_module_code._ascii.ob_base,
  141779             :     .co_linetable = & runpy_toplevel_consts_10_linetable.ob_base.ob_base,
  141780             :     ._co_code = NULL,
  141781             :     ._co_linearray = NULL,
  141782             :     .co_code_adaptive = "\x97\x00\x7c\x03\x80\x02\x7c\x05\x6e\x0b\x7c\x03\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x07\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x07\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x08\x7c\x01\x7c\x02\x7c\x03\x7c\x04\x7c\x05\xab\x07\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x08\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x23\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x26\x78\x03\x59\x00\x77\x01",
  141783             :     ._co_firsttraceable = 0,
  141784             : };
  141785             : static
  141786             :     struct {
  141787             :         PyASCIIObject _ascii;
  141788             :         uint8_t _data[36];
  141789             :     }
  141790             : runpy_toplevel_consts_11_consts_2 = {
  141791             :     ._ascii = {
  141792             :         .ob_base = {
  141793             :             .ob_refcnt = 999999999,
  141794             :             .ob_type = &PyUnicode_Type,
  141795             :         },
  141796             :         .length = 35,
  141797             :         .hash = -1,
  141798             :         .state = {
  141799             :             .kind = 1,
  141800             :             .compact = 1,
  141801             :             .ascii = 1,
  141802             :         },
  141803             :     },
  141804             :     ._data = "Relative module names not supported",
  141805             : };
  141806             : static
  141807             :     struct {
  141808             :         PyGC_Head _gc_head;
  141809             :         struct {
  141810             :             PyObject_VAR_HEAD
  141811             :             PyObject *ob_item[1];
  141812             :         }_object;
  141813             :     }
  141814             : runpy_toplevel_consts_11_consts_5 = {
  141815             :     ._object = {
  141816             :         .ob_base = {
  141817             :             .ob_base = {
  141818             :                 .ob_refcnt = 999999999,
  141819             :                 .ob_type = &PyTuple_Type,
  141820             :             },
  141821             :             .ob_size = 1,
  141822             :         },
  141823             :         .ob_item = {
  141824             :             & const_str_warn._ascii.ob_base,
  141825             :         },
  141826             :     },
  141827             : };
  141828             : static
  141829             :     struct {
  141830             :         PyASCIIObject _ascii;
  141831             :         uint8_t _data[155];
  141832             :     }
  141833             : runpy_toplevel_consts_11_consts_6 = {
  141834             :     ._ascii = {
  141835             :         .ob_base = {
  141836             :             .ob_refcnt = 999999999,
  141837             :             .ob_type = &PyUnicode_Type,
  141838             :         },
  141839             :         .length = 154,
  141840             :         .hash = -1,
  141841             :         .state = {
  141842             :             .kind = 1,
  141843             :             .compact = 1,
  141844             :             .ascii = 1,
  141845             :         },
  141846             :     },
  141847             :     ._data = "{mod_name!r} found in sys.modules after import of package {pkg_name!r}, but prior to execution of {mod_name!r}; this may result in unpredictable behaviour",
  141848             : };
  141849             : static
  141850             :     struct {
  141851             :         PyGC_Head _gc_head;
  141852             :         struct {
  141853             :             PyObject_VAR_HEAD
  141854             :             PyObject *ob_item[2];
  141855             :         }_object;
  141856             :     }
  141857             : runpy_toplevel_consts_11_consts_7 = {
  141858             :     ._object = {
  141859             :         .ob_base = {
  141860             :             .ob_base = {
  141861             :                 .ob_refcnt = 999999999,
  141862             :                 .ob_type = &PyTuple_Type,
  141863             :             },
  141864             :             .ob_size = 2,
  141865             :         },
  141866             :         .ob_item = {
  141867             :             & const_str_mod_name._ascii.ob_base,
  141868             :             & const_str_pkg_name._ascii.ob_base,
  141869             :         },
  141870             :     },
  141871             : };
  141872             : static
  141873             :     struct {
  141874             :         PyASCIIObject _ascii;
  141875             :         uint8_t _data[59];
  141876             :     }
  141877             : runpy_toplevel_consts_11_consts_8 = {
  141878             :     ._ascii = {
  141879             :         .ob_base = {
  141880             :             .ob_refcnt = 999999999,
  141881             :             .ob_type = &PyUnicode_Type,
  141882             :         },
  141883             :         .length = 58,
  141884             :         .hash = -1,
  141885             :         .state = {
  141886             :             .kind = 1,
  141887             :             .compact = 1,
  141888             :             .ascii = 1,
  141889             :         },
  141890             :     },
  141891             :     ._data = "Error while finding module specification for {!r} ({}: {})",
  141892             : };
  141893             : static
  141894             :     struct {
  141895             :         PyASCIIObject _ascii;
  141896             :         uint8_t _data[14];
  141897             :     }
  141898             : runpy_toplevel_consts_11_consts_10 = {
  141899             :     ._ascii = {
  141900             :         .ob_base = {
  141901             :             .ob_refcnt = 999999999,
  141902             :             .ob_type = &PyUnicode_Type,
  141903             :         },
  141904             :         .length = 13,
  141905             :         .hash = -1,
  141906             :         .state = {
  141907             :             .kind = 1,
  141908             :             .compact = 1,
  141909             :             .ascii = 1,
  141910             :         },
  141911             :     },
  141912             :     ._data = ". Try using '",
  141913             : };
  141914             : static
  141915             :     struct {
  141916             :         PyASCIIObject _ascii;
  141917             :         uint8_t _data[15];
  141918             :     }
  141919             : runpy_toplevel_consts_11_consts_12 = {
  141920             :     ._ascii = {
  141921             :         .ob_base = {
  141922             :             .ob_refcnt = 999999999,
  141923             :             .ob_type = &PyUnicode_Type,
  141924             :         },
  141925             :         .length = 14,
  141926             :         .hash = -1,
  141927             :         .state = {
  141928             :             .kind = 1,
  141929             :             .compact = 1,
  141930             :             .ascii = 1,
  141931             :         },
  141932             :     },
  141933             :     ._data = "' instead of '",
  141934             : };
  141935             : static
  141936             :     struct {
  141937             :         PyASCIIObject _ascii;
  141938             :         uint8_t _data[22];
  141939             :     }
  141940             : runpy_toplevel_consts_11_consts_13 = {
  141941             :     ._ascii = {
  141942             :         .ob_base = {
  141943             :             .ob_refcnt = 999999999,
  141944             :             .ob_type = &PyUnicode_Type,
  141945             :         },
  141946             :         .length = 21,
  141947             :         .hash = -1,
  141948             :         .state = {
  141949             :             .kind = 1,
  141950             :             .compact = 1,
  141951             :             .ascii = 1,
  141952             :         },
  141953             :     },
  141954             :     ._data = "' as the module name.",
  141955             : };
  141956             : static
  141957             :     struct {
  141958             :         PyASCIIObject _ascii;
  141959             :         uint8_t _data[19];
  141960             :     }
  141961             : runpy_toplevel_consts_11_consts_14 = {
  141962             :     ._ascii = {
  141963             :         .ob_base = {
  141964             :             .ob_refcnt = 999999999,
  141965             :             .ob_type = &PyUnicode_Type,
  141966             :         },
  141967             :         .length = 18,
  141968             :         .hash = -1,
  141969             :         .state = {
  141970             :             .kind = 1,
  141971             :             .compact = 1,
  141972             :             .ascii = 1,
  141973             :         },
  141974             :     },
  141975             :     ._data = "No module named %s",
  141976             : };
  141977             : static
  141978             :     struct {
  141979             :         PyASCIIObject _ascii;
  141980             :         uint8_t _data[10];
  141981             :     }
  141982             : runpy_toplevel_consts_11_consts_16 = {
  141983             :     ._ascii = {
  141984             :         .ob_base = {
  141985             :             .ob_refcnt = 999999999,
  141986             :             .ob_type = &PyUnicode_Type,
  141987             :         },
  141988             :         .length = 9,
  141989             :         .hash = -1,
  141990             :         .state = {
  141991             :             .kind = 1,
  141992             :             .compact = 1,
  141993             :             .ascii = 1,
  141994             :         },
  141995             :     },
  141996             :     ._data = ".__main__",
  141997             : };
  141998             : static
  141999             :     struct {
  142000             :         PyASCIIObject _ascii;
  142001             :         uint8_t _data[38];
  142002             :     }
  142003             : runpy_toplevel_consts_11_consts_17 = {
  142004             :     ._ascii = {
  142005             :         .ob_base = {
  142006             :             .ob_refcnt = 999999999,
  142007             :             .ob_type = &PyUnicode_Type,
  142008             :         },
  142009             :         .length = 37,
  142010             :         .hash = -1,
  142011             :         .state = {
  142012             :             .kind = 1,
  142013             :             .compact = 1,
  142014             :             .ascii = 1,
  142015             :         },
  142016             :     },
  142017             :     ._data = "Cannot use package as __main__ module",
  142018             : };
  142019             : static
  142020             :     struct {
  142021             :         PyASCIIObject _ascii;
  142022             :         uint8_t _data[3];
  142023             :     }
  142024             : runpy_toplevel_consts_11_consts_18 = {
  142025             :     ._ascii = {
  142026             :         .ob_base = {
  142027             :             .ob_refcnt = 999999999,
  142028             :             .ob_type = &PyUnicode_Type,
  142029             :         },
  142030             :         .length = 2,
  142031             :         .hash = -1,
  142032             :         .state = {
  142033             :             .kind = 1,
  142034             :             .compact = 1,
  142035             :             .ascii = 1,
  142036             :         },
  142037             :     },
  142038             :     ._data = "; ",
  142039             : };
  142040             : static
  142041             :     struct {
  142042             :         PyASCIIObject _ascii;
  142043             :         uint8_t _data[46];
  142044             :     }
  142045             : runpy_toplevel_consts_11_consts_19 = {
  142046             :     ._ascii = {
  142047             :         .ob_base = {
  142048             :             .ob_refcnt = 999999999,
  142049             :             .ob_type = &PyUnicode_Type,
  142050             :         },
  142051             :         .length = 45,
  142052             :         .hash = -1,
  142053             :         .state = {
  142054             :             .kind = 1,
  142055             :             .compact = 1,
  142056             :             .ascii = 1,
  142057             :         },
  142058             :     },
  142059             :     ._data = " is a package and cannot be directly executed",
  142060             : };
  142061             : static
  142062             :     struct {
  142063             :         PyASCIIObject _ascii;
  142064             :         uint8_t _data[49];
  142065             :     }
  142066             : runpy_toplevel_consts_11_consts_20 = {
  142067             :     ._ascii = {
  142068             :         .ob_base = {
  142069             :             .ob_refcnt = 999999999,
  142070             :             .ob_type = &PyUnicode_Type,
  142071             :         },
  142072             :         .length = 48,
  142073             :         .hash = -1,
  142074             :         .state = {
  142075             :             .kind = 1,
  142076             :             .compact = 1,
  142077             :             .ascii = 1,
  142078             :         },
  142079             :     },
  142080             :     ._data = "%r is a namespace package and cannot be executed",
  142081             : };
  142082             : static
  142083             :     struct {
  142084             :         PyASCIIObject _ascii;
  142085             :         uint8_t _data[32];
  142086             :     }
  142087             : runpy_toplevel_consts_11_consts_21 = {
  142088             :     ._ascii = {
  142089             :         .ob_base = {
  142090             :             .ob_refcnt = 999999999,
  142091             :             .ob_type = &PyUnicode_Type,
  142092             :         },
  142093             :         .length = 31,
  142094             :         .hash = -1,
  142095             :         .state = {
  142096             :             .kind = 1,
  142097             :             .compact = 1,
  142098             :             .ascii = 1,
  142099             :         },
  142100             :     },
  142101             :     ._data = "No code object available for %s",
  142102             : };
  142103             : static
  142104             :     struct {
  142105             :         PyGC_Head _gc_head;
  142106             :         struct {
  142107             :             PyObject_VAR_HEAD
  142108             :             PyObject *ob_item[22];
  142109             :         }_object;
  142110             :     }
  142111             : runpy_toplevel_consts_11_consts = {
  142112             :     ._object = {
  142113             :         .ob_base = {
  142114             :             .ob_base = {
  142115             :                 .ob_refcnt = 999999999,
  142116             :                 .ob_type = &PyTuple_Type,
  142117             :             },
  142118             :             .ob_size = 22,
  142119             :         },
  142120             :         .ob_item = {
  142121             :             Py_None,
  142122             :             &_Py_STR(dot),
  142123             :             & runpy_toplevel_consts_11_consts_2._ascii.ob_base,
  142124             :             &_Py_ID(__path__),
  142125             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  142126             :             & runpy_toplevel_consts_11_consts_5._object.ob_base.ob_base,
  142127             :             & runpy_toplevel_consts_11_consts_6._ascii.ob_base,
  142128             :             & runpy_toplevel_consts_11_consts_7._object.ob_base.ob_base,
  142129             :             & runpy_toplevel_consts_11_consts_8._ascii.ob_base,
  142130             :             & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
  142131             :             & runpy_toplevel_consts_11_consts_10._ascii.ob_base,
  142132             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -3],
  142133             :             & runpy_toplevel_consts_11_consts_12._ascii.ob_base,
  142134             :             & runpy_toplevel_consts_11_consts_13._ascii.ob_base,
  142135             :             & runpy_toplevel_consts_11_consts_14._ascii.ob_base,
  142136             :             &_Py_ID(__main__),
  142137             :             & runpy_toplevel_consts_11_consts_16._ascii.ob_base,
  142138             :             & runpy_toplevel_consts_11_consts_17._ascii.ob_base,
  142139             :             & runpy_toplevel_consts_11_consts_18._ascii.ob_base,
  142140             :             & runpy_toplevel_consts_11_consts_19._ascii.ob_base,
  142141             :             & runpy_toplevel_consts_11_consts_20._ascii.ob_base,
  142142             :             & runpy_toplevel_consts_11_consts_21._ascii.ob_base,
  142143             :         },
  142144             :     },
  142145             : };
  142146             : static
  142147             :     struct {
  142148             :         PyASCIIObject _ascii;
  142149             :         uint8_t _data[15];
  142150             :     }
  142151             : const_str_RuntimeWarning = {
  142152             :     ._ascii = {
  142153             :         .ob_base = {
  142154             :             .ob_refcnt = 999999999,
  142155             :             .ob_type = &PyUnicode_Type,
  142156             :         },
  142157             :         .length = 14,
  142158             :         .hash = -1,
  142159             :         .state = {
  142160             :             .kind = 1,
  142161             :             .compact = 1,
  142162             :             .ascii = 1,
  142163             :         },
  142164             :     },
  142165             :     ._data = "RuntimeWarning",
  142166             : };
  142167             : static
  142168             :     struct {
  142169             :         PyASCIIObject _ascii;
  142170             :         uint8_t _data[5];
  142171             :     }
  142172             : const_str_util = {
  142173             :     ._ascii = {
  142174             :         .ob_base = {
  142175             :             .ob_refcnt = 999999999,
  142176             :             .ob_type = &PyUnicode_Type,
  142177             :         },
  142178             :         .length = 4,
  142179             :         .hash = -1,
  142180             :         .state = {
  142181             :             .kind = 1,
  142182             :             .compact = 1,
  142183             :             .ascii = 1,
  142184             :         },
  142185             :     },
  142186             :     ._data = "util",
  142187             : };
  142188             : static
  142189             :     struct {
  142190             :         PyASCIIObject _ascii;
  142191             :         uint8_t _data[20];
  142192             :     }
  142193             : const_str__get_module_details = {
  142194             :     ._ascii = {
  142195             :         .ob_base = {
  142196             :             .ob_refcnt = 999999999,
  142197             :             .ob_type = &PyUnicode_Type,
  142198             :         },
  142199             :         .length = 19,
  142200             :         .hash = -1,
  142201             :         .state = {
  142202             :             .kind = 1,
  142203             :             .compact = 1,
  142204             :             .ascii = 1,
  142205             :         },
  142206             :     },
  142207             :     ._data = "_get_module_details",
  142208             : };
  142209             : static
  142210             :     struct {
  142211             :         PyGC_Head _gc_head;
  142212             :         struct {
  142213             :             PyObject_VAR_HEAD
  142214             :             PyObject *ob_item[26];
  142215             :         }_object;
  142216             :     }
  142217             : runpy_toplevel_consts_11_names = {
  142218             :     ._object = {
  142219             :         .ob_base = {
  142220             :             .ob_base = {
  142221             :                 .ob_refcnt = 999999999,
  142222             :                 .ob_type = &PyTuple_Type,
  142223             :             },
  142224             :             .ob_size = 26,
  142225             :         },
  142226             :         .ob_item = {
  142227             :             & const_str_startswith._ascii.ob_base,
  142228             :             & const_str_rpartition._ascii.ob_base,
  142229             :             &_Py_ID(__import__),
  142230             :             & const_str_ImportError._ascii.ob_base,
  142231             :             &_Py_ID(name),
  142232             :             & const_str_sys._ascii.ob_base,
  142233             :             &_Py_ID(modules),
  142234             :             &_Py_ID(get),
  142235             :             & const_str_hasattr._ascii.ob_base,
  142236             :             &_Py_ID(warnings),
  142237             :             & const_str_warn._ascii.ob_base,
  142238             :             & const_str_format._ascii.ob_base,
  142239             :             & const_str_RuntimeWarning._ascii.ob_base,
  142240             :             &_Py_ID(importlib),
  142241             :             & const_str_util._ascii.ob_base,
  142242             :             & const_str_find_spec._ascii.ob_base,
  142243             :             & const_str_AttributeError._ascii.ob_base,
  142244             :             & const_str_TypeError._ascii.ob_base,
  142245             :             & const_str_ValueError._ascii.ob_base,
  142246             :             & const_str_endswith._ascii.ob_base,
  142247             :             & const_str_type._ascii.ob_base,
  142248             :             &_Py_ID(__name__),
  142249             :             & const_str_submodule_search_locations._ascii.ob_base,
  142250             :             & const_str__get_module_details._ascii.ob_base,
  142251             :             & const_str_loader._ascii.ob_base,
  142252             :             & const_str_get_code._ascii.ob_base,
  142253             :         },
  142254             :     },
  142255             : };
  142256             : static
  142257             :     struct {
  142258             :         PyObject_VAR_HEAD
  142259             :         Py_hash_t ob_shash;
  142260             :         char ob_sval[851];
  142261             :     }
  142262             : runpy_toplevel_consts_11_linetable = {
  142263             :     .ob_base = {
  142264             :         .ob_base = {
  142265             :             .ob_refcnt = 999999999,
  142266             :             .ob_type = &PyBytes_Type,
  142267             :         },
  142268             :         .ob_size = 850,
  142269             :     },
  142270             :     .ob_shash = -1,
  142271             :     .ob_sval = "\x80\x00\xd8\x07\x0f\xd7\x07\x1a\xd1\x07\x1a\x98\x33\xd4\x07\x1f\xf0\x00\x01\x05\x3b\xd8\x0e\x13\x88\x65\xd0\x14\x39\xd4\x0e\x3a\xd0\x08\x3a\xd8\x15\x1d\xd7\x15\x28\xd1\x15\x28\xa8\x13\xd4\x15\x2d\x81\x4e\x80\x48\x88\x61\x90\x11\xd8\x07\x0f\xf0\x00\x13\x05\x26\xf0\x04\x08\x09\x16\xdd\x0c\x16\x90\x78\xd4\x0c\x20\xd0\x0c\x20\xf5\x12\x00\x14\x17\x97\x3b\x91\x3b\x97\x3f\x91\x3f\xa0\x38\xd4\x13\x2c\x88\x08\xd8\x0b\x13\xf0\x00\x06\x09\x26\xad\x07\xb0\x08\xb8\x2a\xd4\x28\x45\xf0\x00\x06\x09\x26\xd8\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xf0\x02\x03\x13\x1c\xf7\x06\x00\x1c\x23\x99\x37\xa8\x48\xb8\x78\x98\x37\xd4\x1b\x48\xf0\x07\x00\x0d\x10\xf0\x08\x00\x0d\x11\x88\x44\x95\x1e\xa0\x03\xd4\x11\x24\xd4\x0c\x25\xd0\x0c\x25\xf0\x04\x0a\x05\x49\x01\xdd\x0f\x18\x8f\x7e\x89\x7e\xd7\x0f\x27\xd1\x0f\x27\xa8\x08\xd4\x0f\x31\x88\x04\xf0\x14\x00\x08\x0c\xf0\x00\x01\x05\x35\xd8\x0e\x13\x88\x65\xd0\x14\x28\xa8\x38\xd1\x14\x33\xd4\x0e\x34\xd0\x08\x34\xd8\x07\x0b\xd7\x07\x26\xd1\x07\x26\xf0\x00\x0a\x05\x47\x01\xd8\x0b\x13\x90\x7a\xd2\x0b\x21\xf0\x00\x01\x09\x41\x01\xa0\x58\xd7\x25\x36\xd1\x25\x36\xb0\x7b\xd4\x25\x43\xf0\x00\x01\x09\x41\x01\xd8\x12\x17\x90\x25\xd0\x18\x3f\xd4\x12\x40\xd0\x0c\x40\xf0\x02\x07\x09\x47\x01\xd8\x1c\x24\xa0\x7b\xd1\x1c\x32\x88\x4d\xdd\x13\x26\xa0\x7d\xb0\x65\xd4\x13\x3c\xd0\x0c\x3c\xf0\x0c\x00\x0e\x12\x8f\x5b\x89\x5b\x80\x46\xd8\x07\x0d\xf0\x00\x02\x05\x4d\x01\xd8\x0e\x13\x88\x65\xd0\x14\x46\xd8\x43\x4b\xf1\x03\x01\x15\x4c\x01\xf4\x00\x01\x0f\x4d\x01\xf0\x00\x01\x09\x4d\x01\xf0\x04\x03\x05\x26\xd8\x0f\x15\x8f\x7f\x89\x7f\x98\x78\xd4\x0f\x28\x88\x04\xf0\x06\x00\x08\x0c\xf0\x00\x01\x05\x42\x01\xd8\x0e\x13\x88\x65\xd0\x14\x35\xb8\x08\xd1\x14\x40\xd4\x0e\x41\xd0\x08\x41\xd8\x0b\x13\x90\x54\x98\x34\xd0\x0b\x1f\xd0\x04\x1f\xf8\xf5\x67\x01\x00\x10\x1b\xf0\x00\x06\x09\x16\xf0\x00\x06\x09\x16\xf0\x00\x06\x09\x16\xf0\x08\x00\x10\x11\x8f\x76\x89\x76\xf0\x00\x02\x0d\x16\xa0\x21\xa7\x26\xa1\x26\xa8\x48\xd2\x22\x34\xf0\x00\x02\x0d\x16\xd8\x18\x20\xd7\x18\x2b\xd1\x18\x2b\xa8\x41\xaf\x46\xa9\x46\xb0\x53\xa9\x4c\xd4\x18\x39\xf0\x03\x02\x0d\x16\xe0\x10\x15\xf8\xf8\xf8\xf8\xf9\xf8\xf8\xf8\xf8\xf0\x0d\x06\x09\x16\xf8\xf8\xf8\xf8\xf5\x26\x00\x0d\x18\x9d\x1e\xad\x19\xb5\x4a\xd0\x0b\x3f\xf0\x00\x08\x05\x49\x01\xf0\x00\x08\x05\x49\x01\xf0\x00\x08\x05\x49\x01\xf0\x08\x00\x0f\x4b\x01\x88\x03\xd8\x0b\x13\xd7\x0b\x1c\xd1\x0b\x1c\x98\x55\xd4\x0b\x23\xf0\x00\x02\x09\x39\xd8\x0c\x0f\xf0\x00\x01\x15\x38\xa0\x48\xa0\x4d\xa8\x62\xa0\x4d\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xd8\x18\x20\xf0\x03\x01\x15\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xf1\x00\x01\x0d\x39\x88\x43\xe0\x0e\x13\x88\x65\x90\x43\x97\x4a\x91\x4a\x98\x78\xad\x14\xa8\x62\xac\x18\xd7\x29\x3a\xd1\x29\x3a\xb8\x42\xd4\x14\x3f\xd4\x0e\x40\xc0\x62\xd0\x08\x48\xf8\xf8\xf8\xf8\xf0\x11\x08\x05\x49\x01\xf8\xf8\xf8\xf8\xf0\x22\x00\x10\x15\xf0\x00\x04\x09\x47\x01\xf0\x00\x04\x09\x47\x01\xf0\x00\x04\x09\x47\x01\xd8\x0f\x17\x9d\x73\x9f\x7b\x99\x7b\xd0\x0f\x2a\xf0\x00\x01\x0d\x16\xd8\x10\x15\xd8\x12\x17\x90\x25\xd8\x39\x3a\xb8\x11\xb8\x11\xb8\x48\xb8\x48\xb8\x48\xf0\x03\x01\x19\x46\x01\xf4\x00\x01\x13\x47\x01\xf0\x00\x01\x0d\x47\x01\xf8\xf8\xf8\xf8\xf0\x07\x04\x09\x47\x01\xf8\xf8\xf8\xf8\xf5\x16\x00\x0c\x17\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xd8\x0e\x13\x88\x65\x95\x46\x98\x31\x94\x49\xd4\x0e\x1e\xa0\x41\xd0\x08\x25\xf8\xf8\xf8\xf8\xf0\x03\x01\x05\x26\xf8\xf8\xf8",
  142272             : };
  142273             : static
  142274             :     struct {
  142275             :         PyObject_VAR_HEAD
  142276             :         Py_hash_t ob_shash;
  142277             :         char ob_sval[97];
  142278             :     }
  142279             : runpy_toplevel_consts_11_exceptiontable = {
  142280             :     .ob_base = {
  142281             :         .ob_base = {
  142282             :             .ob_refcnt = 999999999,
  142283             :             .ob_type = &PyBytes_Type,
  142284             :         },
  142285             :         .ob_size = 96,
  142286             :     },
  142287             :     .ob_shash = -1,
  142288             :     .ob_sval = "\xb5\x0d\x45\x12\x00\xc2\x22\x21\x46\x26\x00\xc3\x3f\x12\x48\x1f\x00\xc4\x2d\x12\x49\x0f\x00\xc5\x12\x0a\x46\x23\x03\xc5\x1c\x3c\x46\x1e\x03\xc6\x1e\x05\x46\x23\x03\xc6\x26\x1d\x48\x1c\x03\xc7\x03\x41\x14\x48\x17\x03\xc8\x17\x05\x48\x1c\x03\xc8\x1f\x05\x49\x0c\x03\xc8\x24\x23\x49\x07\x03\xc9\x07\x05\x49\x0c\x03\xc9\x0f\x0a\x49\x33\x03\xc9\x19\x15\x49\x2e\x03\xc9\x2e\x05\x49\x33\x03",
  142289             : };
  142290             : static
  142291             :     struct {
  142292             :         PyASCIIObject _ascii;
  142293             :         uint8_t _data[9];
  142294             :     }
  142295             : const_str_existing = {
  142296             :     ._ascii = {
  142297             :         .ob_base = {
  142298             :             .ob_refcnt = 999999999,
  142299             :             .ob_type = &PyUnicode_Type,
  142300             :         },
  142301             :         .length = 8,
  142302             :         .hash = -1,
  142303             :         .state = {
  142304             :             .kind = 1,
  142305             :             .compact = 1,
  142306             :             .ascii = 1,
  142307             :         },
  142308             :     },
  142309             :     ._data = "existing",
  142310             : };
  142311             : static
  142312             :     struct {
  142313             :         PyASCIIObject _ascii;
  142314             :         uint8_t _data[14];
  142315             :     }
  142316             : const_str_pkg_main_name = {
  142317             :     ._ascii = {
  142318             :         .ob_base = {
  142319             :             .ob_refcnt = 999999999,
  142320             :             .ob_type = &PyUnicode_Type,
  142321             :         },
  142322             :         .length = 13,
  142323             :         .hash = -1,
  142324             :         .state = {
  142325             :             .kind = 1,
  142326             :             .compact = 1,
  142327             :             .ascii = 1,
  142328             :         },
  142329             :     },
  142330             :     ._data = "pkg_main_name",
  142331             : };
  142332             : static
  142333             :     struct {
  142334             :         PyGC_Head _gc_head;
  142335             :         struct {
  142336             :             PyObject_VAR_HEAD
  142337             :             PyObject *ob_item[13];
  142338             :         }_object;
  142339             :     }
  142340             : runpy_toplevel_consts_11_localsplusnames = {
  142341             :     ._object = {
  142342             :         .ob_base = {
  142343             :             .ob_base = {
  142344             :                 .ob_refcnt = 999999999,
  142345             :                 .ob_type = &PyTuple_Type,
  142346             :             },
  142347             :             .ob_size = 13,
  142348             :         },
  142349             :         .ob_item = {
  142350             :             & const_str_mod_name._ascii.ob_base,
  142351             :             & const_str_error._ascii.ob_base,
  142352             :             & const_str_pkg_name._ascii.ob_base,
  142353             :             &_Py_ID(_),
  142354             :             & const_str_e._ascii.ob_base,
  142355             :             & const_str_existing._ascii.ob_base,
  142356             :             & const_str_warn._ascii.ob_base,
  142357             :             &_Py_ID(msg),
  142358             :             & const_str_spec._ascii.ob_base,
  142359             :             & const_str_ex._ascii.ob_base,
  142360             :             & const_str_pkg_main_name._ascii.ob_base,
  142361             :             & const_str_loader._ascii.ob_base,
  142362             :             &_Py_ID(code),
  142363             :         },
  142364             :     },
  142365             : };
  142366             : static
  142367             :     struct _PyCode_DEF(1260)
  142368             : runpy_toplevel_consts_11 = {
  142369             :     .ob_base = {
  142370             :         .ob_base = {
  142371             :             .ob_refcnt = 999999999,
  142372             :             .ob_type = &PyCode_Type,
  142373             :         },
  142374             :         .ob_size = 630,
  142375             :     },
  142376             :     .co_consts = & runpy_toplevel_consts_11_consts._object.ob_base.ob_base,
  142377             :     .co_names = & runpy_toplevel_consts_11_names._object.ob_base.ob_base,
  142378             :     .co_exceptiontable = & runpy_toplevel_consts_11_exceptiontable.ob_base.ob_base,
  142379             :     .co_flags = 3,
  142380             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  142381             :     ._co_linearray_entry_size = 0,
  142382             :     .co_argcount = 2,
  142383             :     .co_posonlyargcount = 0,
  142384             :     .co_kwonlyargcount = 0,
  142385             :     .co_framesize = 22 + FRAME_SPECIALS_SIZE,
  142386             :     .co_stacksize = 9,
  142387             :     .co_firstlineno = 105,
  142388             :     .co_nlocalsplus = 13,
  142389             :     .co_nlocals = 13,
  142390             :     .co_nplaincellvars = 0,
  142391             :     .co_ncellvars = 0,
  142392             :     .co_nfreevars = 0,
  142393             :     .co_localsplusnames = & runpy_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
  142394             :     .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
  142395             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  142396             :     .co_name = & const_str__get_module_details._ascii.ob_base,
  142397             :     .co_qualname = & const_str__get_module_details._ascii.ob_base,
  142398             :     .co_linetable = & runpy_toplevel_consts_11_linetable.ob_base.ob_base,
  142399             :     ._co_code = NULL,
  142400             :     ._co_linearray = NULL,
  142401             :     .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x09\x02\x00\x7c\x01\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x03\x7c\x02\x72\x6d\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x81\x3c\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2e\x64\x04\x64\x05\x6c\x09\x6d\x0a\x7d\x06\x01\x00\x64\x06\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xac\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x02\x00\x7c\x06\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x0c\x02\x00\x7c\x01\x64\x0e\x7c\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x35\x7c\x00\x64\x0f\x6b\x02\x00\x00\x00\x00\x73\x12\x7c\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x09\x02\x00\x7c\x01\x64\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x00\x64\x10\x7a\x00\x00\x00\x7d\x0a\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x08\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0b\x80\x0c\x02\x00\x7c\x01\x64\x14\x7c\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x0b\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0c\x80\x0c\x02\x00\x7c\x01\x64\x15\x7c\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x7c\x08\x7c\x0c\x66\x03\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x47\x7d\x04\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2f\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x03\x00\x00\x00\x00\x72\x20\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x01\x82\x00\x59\x00\x64\x00\x7d\x04\x7e\x04\x3e\x01\x8c\x5c\x64\x00\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x04\x24\x00\x72\x59\x7d\x09\x64\x08\x7d\x07\x7c\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x7c\x07\x64\x0a\x7c\x00\x64\x00\x64\x0b\x1a\x00\x9b\x00\x64\x0c\x7c\x00\x9b\x00\x64\x0d\x9d\x05\x7a\x0d\x00\x00\x7d\x07\x02\x00\x7c\x01\x7c\x07\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x82\x02\x64\x00\x7d\x09\x7e\x09\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x7c\x01\x24\x00\x72\x28\x7d\x04\x7c\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x01\x82\x00\x02\x00\x7c\x01\x7c\x04\x9b\x01\x64\x12\x7c\x00\x9b\x02\x64\x13\x9d\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x00\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1a\x7d\x04\x02\x00\x7c\x01\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x82\x02\x64\x00\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
  142402             :     ._co_firsttraceable = 0,
  142403             : };
  142404             : static
  142405             :     struct {
  142406             :         PyASCIIObject _ascii;
  142407             :         uint8_t _data[7];
  142408             :     }
  142409             : const_str__Error = {
  142410             :     ._ascii = {
  142411             :         .ob_base = {
  142412             :             .ob_refcnt = 999999999,
  142413             :             .ob_type = &PyUnicode_Type,
  142414             :         },
  142415             :         .length = 6,
  142416             :         .hash = -1,
  142417             :         .state = {
  142418             :             .kind = 1,
  142419             :             .compact = 1,
  142420             :             .ascii = 1,
  142421             :         },
  142422             :     },
  142423             :     ._data = "_Error",
  142424             : };
  142425             : static
  142426             :     struct {
  142427             :         PyASCIIObject _ascii;
  142428             :         uint8_t _data[67];
  142429             :     }
  142430             : runpy_toplevel_consts_12_consts_1 = {
  142431             :     ._ascii = {
  142432             :         .ob_base = {
  142433             :             .ob_refcnt = 999999999,
  142434             :             .ob_type = &PyUnicode_Type,
  142435             :         },
  142436             :         .length = 66,
  142437             :         .hash = -1,
  142438             :         .state = {
  142439             :             .kind = 1,
  142440             :             .compact = 1,
  142441             :             .ascii = 1,
  142442             :         },
  142443             :     },
  142444             :     ._data = "Error that _run_module_as_main() should report without a traceback",
  142445             : };
  142446             : static
  142447             :     struct {
  142448             :         PyGC_Head _gc_head;
  142449             :         struct {
  142450             :             PyObject_VAR_HEAD
  142451             :             PyObject *ob_item[3];
  142452             :         }_object;
  142453             :     }
  142454             : runpy_toplevel_consts_12_consts = {
  142455             :     ._object = {
  142456             :         .ob_base = {
  142457             :             .ob_base = {
  142458             :                 .ob_refcnt = 999999999,
  142459             :                 .ob_type = &PyTuple_Type,
  142460             :             },
  142461             :             .ob_size = 3,
  142462             :         },
  142463             :         .ob_item = {
  142464             :             & const_str__Error._ascii.ob_base,
  142465             :             & runpy_toplevel_consts_12_consts_1._ascii.ob_base,
  142466             :             Py_None,
  142467             :         },
  142468             :     },
  142469             : };
  142470             : static
  142471             :     struct {
  142472             :         PyGC_Head _gc_head;
  142473             :         struct {
  142474             :             PyObject_VAR_HEAD
  142475             :             PyObject *ob_item[4];
  142476             :         }_object;
  142477             :     }
  142478             : runpy_toplevel_consts_12_names = {
  142479             :     ._object = {
  142480             :         .ob_base = {
  142481             :             .ob_base = {
  142482             :                 .ob_refcnt = 999999999,
  142483             :                 .ob_type = &PyTuple_Type,
  142484             :             },
  142485             :             .ob_size = 4,
  142486             :         },
  142487             :         .ob_item = {
  142488             :             &_Py_ID(__name__),
  142489             :             &_Py_ID(__module__),
  142490             :             &_Py_ID(__qualname__),
  142491             :             &_Py_ID(__doc__),
  142492             :         },
  142493             :     },
  142494             : };
  142495             : static
  142496             :     struct {
  142497             :         PyObject_VAR_HEAD
  142498             :         Py_hash_t ob_shash;
  142499             :         char ob_sval[23];
  142500             :     }
  142501             : runpy_toplevel_consts_12_linetable = {
  142502             :     .ob_base = {
  142503             :         .ob_base = {
  142504             :             .ob_refcnt = 999999999,
  142505             :             .ob_type = &PyBytes_Type,
  142506             :         },
  142507             :         .ob_size = 22,
  142508             :     },
  142509             :     .ob_shash = -1,
  142510             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x4c\xd0\x04\x4c\xd0\x04\x4c\xd0\x04\x4c",
  142511             : };
  142512             : static
  142513             :     struct _PyCode_DEF(18)
  142514             : runpy_toplevel_consts_12 = {
  142515             :     .ob_base = {
  142516             :         .ob_base = {
  142517             :             .ob_refcnt = 999999999,
  142518             :             .ob_type = &PyCode_Type,
  142519             :         },
  142520             :         .ob_size = 9,
  142521             :     },
  142522             :     .co_consts = & runpy_toplevel_consts_12_consts._object.ob_base.ob_base,
  142523             :     .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
  142524             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  142525             :     .co_flags = 0,
  142526             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  142527             :     ._co_linearray_entry_size = 0,
  142528             :     .co_argcount = 0,
  142529             :     .co_posonlyargcount = 0,
  142530             :     .co_kwonlyargcount = 0,
  142531             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  142532             :     .co_stacksize = 1,
  142533             :     .co_firstlineno = 166,
  142534             :     .co_nlocalsplus = 0,
  142535             :     .co_nlocals = 0,
  142536             :     .co_nplaincellvars = 0,
  142537             :     .co_ncellvars = 0,
  142538             :     .co_nfreevars = 0,
  142539             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  142540             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  142541             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  142542             :     .co_name = & const_str__Error._ascii.ob_base,
  142543             :     .co_qualname = & const_str__Error._ascii.ob_base,
  142544             :     .co_linetable = & runpy_toplevel_consts_12_linetable.ob_base.ob_base,
  142545             :     ._co_code = NULL,
  142546             :     ._co_linearray = NULL,
  142547             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
  142548             :     ._co_firsttraceable = 0,
  142549             : };
  142550             : static
  142551             :     struct {
  142552             :         PyASCIIObject _ascii;
  142553             :         uint8_t _data[454];
  142554             :     }
  142555             : runpy_toplevel_consts_15_consts_0 = {
  142556             :     ._ascii = {
  142557             :         .ob_base = {
  142558             :             .ob_refcnt = 999999999,
  142559             :             .ob_type = &PyUnicode_Type,
  142560             :         },
  142561             :         .length = 453,
  142562             :         .hash = -1,
  142563             :         .state = {
  142564             :             .kind = 1,
  142565             :             .compact = 1,
  142566             :             .ascii = 1,
  142567             :         },
  142568             :     },
  142569             :     ._data = "\x52\x75\x6e\x73\x20\x74\x68\x65\x20\x64\x65\x73\x69\x67\x6e\x61\x74\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x6e\x20\x74\x68\x65\x20\x5f\x5f\x6d\x61\x69\x6e\x5f\x5f\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x4e\x6f\x74\x65\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x65\x78\x65\x63\x75\x74\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x77\x69\x6c\x6c\x20\x68\x61\x76\x65\x20\x66\x75\x6c\x6c\x20\x61\x63\x63\x65\x73\x73\x20\x74\x6f\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x5f\x5f\x6d\x61\x69\x6e\x5f\x5f\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x2e\x20\x49\x66\x20\x74\x68\x69\x73\x20\x69\x73\x20\x6e\x6f\x74\x20\x64\x65\x73\x69\x72\x61\x62\x6c\x65\x2c\x20\x74\x68\x65\x20\x72\x75\x6e\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x72\x75\x6e\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x63\x6f\x64\x65\x20\x69\x6e\x20\x61\x20\x66\x72\x65\x73\x68\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x41\x74\x20\x74\x68\x65\x20\x76\x65\x72\x79\x20\x6c\x65\x61\x73\x74\x2c\x20\x74\x68\x65\x73\x65\x20\x76\x61\x72\x69\x61\x62\x6c\x65\x73\x20\x69\x6e\x20\x5f\x5f\x6d\x61\x69\x6e\x5f\x5f\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x6f\x76\x65\x72\x77\x72\x69\x74\x74\x65\x6e\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5f\x5f\x6e\x61\x6d\x65\x5f\x5f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5f\x5f\x66\x69\x6c\x65\x5f\x5f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5f\x5f\x63\x61\x63\x68\x65\x64\x5f\x5f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5f\x5f\x6c\x6f\x61\x64\x65\x72\x5f\x5f\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x0a\x20\x20\x20\x20",
  142570             : };
  142571             : static
  142572             :     struct {
  142573             :         PyGC_Head _gc_head;
  142574             :         struct {
  142575             :             PyObject_VAR_HEAD
  142576             :             PyObject *ob_item[5];
  142577             :         }_object;
  142578             :     }
  142579             : runpy_toplevel_consts_15_consts = {
  142580             :     ._object = {
  142581             :         .ob_base = {
  142582             :             .ob_base = {
  142583             :                 .ob_refcnt = 999999999,
  142584             :                 .ob_type = &PyTuple_Type,
  142585             :             },
  142586             :             .ob_size = 5,
  142587             :         },
  142588             :         .ob_item = {
  142589             :             & runpy_toplevel_consts_15_consts_0._ascii.ob_base,
  142590             :             &_Py_ID(__main__),
  142591             :             & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
  142592             :             Py_None,
  142593             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  142594             :         },
  142595             :     },
  142596             : };
  142597             : static
  142598             :     struct {
  142599             :         PyASCIIObject _ascii;
  142600             :         uint8_t _data[25];
  142601             :     }
  142602             : const_str__get_main_module_details = {
  142603             :     ._ascii = {
  142604             :         .ob_base = {
  142605             :             .ob_refcnt = 999999999,
  142606             :             .ob_type = &PyUnicode_Type,
  142607             :         },
  142608             :         .length = 24,
  142609             :         .hash = -1,
  142610             :         .state = {
  142611             :             .kind = 1,
  142612             :             .compact = 1,
  142613             :             .ascii = 1,
  142614             :         },
  142615             :     },
  142616             :     ._data = "_get_main_module_details",
  142617             : };
  142618             : static
  142619             :     struct {
  142620             :         PyGC_Head _gc_head;
  142621             :         struct {
  142622             :             PyObject_VAR_HEAD
  142623             :             PyObject *ob_item[11];
  142624             :         }_object;
  142625             :     }
  142626             : runpy_toplevel_consts_15_names = {
  142627             :     ._object = {
  142628             :         .ob_base = {
  142629             :             .ob_base = {
  142630             :                 .ob_refcnt = 999999999,
  142631             :                 .ob_type = &PyTuple_Type,
  142632             :             },
  142633             :             .ob_size = 11,
  142634             :         },
  142635             :         .ob_item = {
  142636             :             & const_str__get_module_details._ascii.ob_base,
  142637             :             & const_str__Error._ascii.ob_base,
  142638             :             & const_str__get_main_module_details._ascii.ob_base,
  142639             :             & const_str_sys._ascii.ob_base,
  142640             :             & const_str_executable._ascii.ob_base,
  142641             :             & const_str_exit._ascii.ob_base,
  142642             :             &_Py_ID(modules),
  142643             :             &_Py_ID(__dict__),
  142644             :             & const_str_origin._ascii.ob_base,
  142645             :             & const_str_argv._ascii.ob_base,
  142646             :             & const_str__run_code._ascii.ob_base,
  142647             :         },
  142648             :     },
  142649             : };
  142650             : static
  142651             :     struct {
  142652             :         PyASCIIObject _ascii;
  142653             :         uint8_t _data[20];
  142654             :     }
  142655             : const_str__run_module_as_main = {
  142656             :     ._ascii = {
  142657             :         .ob_base = {
  142658             :             .ob_refcnt = 999999999,
  142659             :             .ob_type = &PyUnicode_Type,
  142660             :         },
  142661             :         .length = 19,
  142662             :         .hash = -1,
  142663             :         .state = {
  142664             :             .kind = 1,
  142665             :             .compact = 1,
  142666             :             .ascii = 1,
  142667             :         },
  142668             :     },
  142669             :     ._data = "_run_module_as_main",
  142670             : };
  142671             : static
  142672             :     struct {
  142673             :         PyObject_VAR_HEAD
  142674             :         Py_hash_t ob_shash;
  142675             :         char ob_sval[215];
  142676             :     }
  142677             : runpy_toplevel_consts_15_linetable = {
  142678             :     .ob_base = {
  142679             :         .ob_base = {
  142680             :             .ob_refcnt = 999999999,
  142681             :             .ob_type = &PyBytes_Type,
  142682             :         },
  142683             :         .ob_size = 214,
  142684             :     },
  142685             :     .ob_shash = -1,
  142686             :     .ob_sval = "\x80\x00\xf0\x1c\x07\x05\x16\xd8\x0b\x15\xf0\x00\x03\x09\x48\x01\x98\x18\xa0\x5a\xd2\x19\x2f\xf0\x00\x03\x09\x48\x01\xdd\x27\x3a\xb8\x38\xc5\x56\xd4\x27\x4c\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xa0\x04\xe5\x27\x3f\xc5\x06\xd4\x27\x47\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xf5\x08\x00\x14\x17\x97\x3b\x91\x3b\x98\x7a\xd4\x13\x2a\xd7\x13\x33\xd1\x13\x33\x80\x4c\xd8\x07\x11\xf0\x00\x01\x05\x26\xd8\x16\x1e\x97\x6f\x91\x6f\x8d\x03\x8f\x08\x89\x08\x90\x11\x89\x0b\xdd\x0b\x14\x90\x54\x98\x3c\xa8\x14\xd8\x15\x1f\xa0\x18\xf4\x03\x01\x0c\x2b\xf0\x00\x01\x05\x2b\xf8\xf5\x0d\x00\x0c\x12\xf0\x00\x02\x05\x16\xf0\x00\x02\x05\x16\xf0\x00\x02\x05\x16\xdd\x1a\x1d\x9f\x2e\x99\x2e\x98\x2e\x98\x2e\xa8\x23\xa8\x23\xd0\x0e\x2e\x88\x03\xdd\x08\x10\x8f\x08\x89\x08\x90\x13\x8c\x0d\x88\x0d\x88\x0d\x88\x0d\x88\x0d\x88\x0d\x88\x0d\xf8\xf8\xf8\xf8\xf0\x05\x02\x05\x16\xf8\xf8\xf8",
  142687             : };
  142688             : static
  142689             :     struct {
  142690             :         PyObject_VAR_HEAD
  142691             :         Py_hash_t ob_shash;
  142692             :         char ob_sval[24];
  142693             :     }
  142694             : runpy_toplevel_consts_15_exceptiontable = {
  142695             :     .ob_base = {
  142696             :         .ob_base = {
  142697             :             .ob_refcnt = 999999999,
  142698             :             .ob_type = &PyBytes_Type,
  142699             :         },
  142700             :         .ob_size = 23,
  142701             :     },
  142702             :     .ob_shash = -1,
  142703             :     .ob_sval = "\x82\x36\x42\x0a\x00\xc2\x0a\x0a\x43\x0b\x03\xc2\x14\x2d\x43\x06\x03\xc3\x06\x05\x43\x0b\x03",
  142704             : };
  142705             : static
  142706             :     struct {
  142707             :         PyASCIIObject _ascii;
  142708             :         uint8_t _data[11];
  142709             :     }
  142710             : const_str_alter_argv = {
  142711             :     ._ascii = {
  142712             :         .ob_base = {
  142713             :             .ob_refcnt = 999999999,
  142714             :             .ob_type = &PyUnicode_Type,
  142715             :         },
  142716             :         .length = 10,
  142717             :         .hash = -1,
  142718             :         .state = {
  142719             :             .kind = 1,
  142720             :             .compact = 1,
  142721             :             .ascii = 1,
  142722             :         },
  142723             :     },
  142724             :     ._data = "alter_argv",
  142725             : };
  142726             : static
  142727             :     struct {
  142728             :         PyASCIIObject _ascii;
  142729             :         uint8_t _data[13];
  142730             :     }
  142731             : const_str_main_globals = {
  142732             :     ._ascii = {
  142733             :         .ob_base = {
  142734             :             .ob_refcnt = 999999999,
  142735             :             .ob_type = &PyUnicode_Type,
  142736             :         },
  142737             :         .length = 12,
  142738             :         .hash = -1,
  142739             :         .state = {
  142740             :             .kind = 1,
  142741             :             .compact = 1,
  142742             :             .ascii = 1,
  142743             :         },
  142744             :     },
  142745             :     ._data = "main_globals",
  142746             : };
  142747             : static
  142748             :     struct {
  142749             :         PyGC_Head _gc_head;
  142750             :         struct {
  142751             :             PyObject_VAR_HEAD
  142752             :             PyObject *ob_item[7];
  142753             :         }_object;
  142754             :     }
  142755             : runpy_toplevel_consts_15_localsplusnames = {
  142756             :     ._object = {
  142757             :         .ob_base = {
  142758             :             .ob_base = {
  142759             :                 .ob_refcnt = 999999999,
  142760             :                 .ob_type = &PyTuple_Type,
  142761             :             },
  142762             :             .ob_size = 7,
  142763             :         },
  142764             :         .ob_item = {
  142765             :             & const_str_mod_name._ascii.ob_base,
  142766             :             & const_str_alter_argv._ascii.ob_base,
  142767             :             & const_str_mod_spec._ascii.ob_base,
  142768             :             &_Py_ID(code),
  142769             :             & const_str_exc._ascii.ob_base,
  142770             :             &_Py_ID(msg),
  142771             :             & const_str_main_globals._ascii.ob_base,
  142772             :         },
  142773             :     },
  142774             : };
  142775             : static
  142776             :     struct _PyCode_DEF(412)
  142777             : runpy_toplevel_consts_15 = {
  142778             :     .ob_base = {
  142779             :         .ob_base = {
  142780             :             .ob_refcnt = 999999999,
  142781             :             .ob_type = &PyCode_Type,
  142782             :         },
  142783             :         .ob_size = 206,
  142784             :     },
  142785             :     .co_consts = & runpy_toplevel_consts_15_consts._object.ob_base.ob_base,
  142786             :     .co_names = & runpy_toplevel_consts_15_names._object.ob_base.ob_base,
  142787             :     .co_exceptiontable = & runpy_toplevel_consts_15_exceptiontable.ob_base.ob_base,
  142788             :     .co_flags = 3,
  142789             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  142790             :     ._co_linearray_entry_size = 0,
  142791             :     .co_argcount = 2,
  142792             :     .co_posonlyargcount = 0,
  142793             :     .co_kwonlyargcount = 0,
  142794             :     .co_framesize = 14 + FRAME_SPECIALS_SIZE,
  142795             :     .co_stacksize = 7,
  142796             :     .co_firstlineno = 173,
  142797             :     .co_nlocalsplus = 7,
  142798             :     .co_nlocals = 7,
  142799             :     .co_nplaincellvars = 0,
  142800             :     .co_ncellvars = 0,
  142801             :     .co_nfreevars = 0,
  142802             :     .co_localsplusnames = & runpy_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
  142803             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
  142804             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  142805             :     .co_name = & const_str__run_module_as_main._ascii.ob_base,
  142806             :     .co_qualname = & const_str__run_module_as_main._ascii.ob_base,
  142807             :     .co_linetable = & runpy_toplevel_consts_15_linetable.ob_base.ob_base,
  142808             :     ._co_code = NULL,
  142809             :     ._co_linearray = NULL,
  142810             :     .co_code_adaptive = "\x97\x00\x09\x00\x7c\x01\x73\x06\x7c\x00\x64\x01\x6b\x03\x00\x00\x00\x00\x72\x18\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x00\x7d\x02\x7d\x03\x6e\x16\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x00\x7d\x02\x7d\x03\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x01\x72\x1e\x7f\x02\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x3c\x00\x00\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x03\x7c\x06\x64\x03\x64\x01\x7f\x02\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x37\x7d\x04\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x02\x7c\x04\x9b\x01\x9d\x03\x7d\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x03\x7d\x04\x7e\x04\x8c\x8e\x64\x03\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
  142811             :     ._co_firsttraceable = 0,
  142812             : };
  142813             : static
  142814             :     struct {
  142815             :         PyCompactUnicodeObject _compact;
  142816             :         uint16_t _data[801];
  142817             :     }
  142818             : runpy_toplevel_consts_17_consts_0 = {
  142819             :     ._compact = {
  142820             :         ._base = {
  142821             :             .ob_base = {
  142822             :                 .ob_refcnt = 999999999,
  142823             :                 .ob_type = &PyUnicode_Type,
  142824             :             },
  142825             :             .length = 800,
  142826             :             .hash = -1,
  142827             :             .state = {
  142828             :                 .kind = 2,
  142829             :                 .compact = 1,
  142830             :                 .ascii = 0,
  142831             :             },
  142832             :         },
  142833             :     },
  142834             :     ._data = {
  142835             :         69, 120, 101, 99, 117, 116, 101, 32, 97, 32, 109, 111, 100, 117, 108, 101,
  142836             :         39, 115, 32, 99, 111, 100, 101, 32, 119, 105, 116, 104, 111, 117, 116, 32,
  142837             :         105, 109, 112, 111, 114, 116, 105, 110, 103, 32, 105, 116, 46, 10, 10, 32,
  142838             :         32, 32, 32, 32, 32, 32, 109, 111, 100, 95, 110, 97, 109, 101, 32, 45,
  142839             :         45, 32, 97, 110, 32, 97, 98, 115, 111, 108, 117, 116, 101, 32, 109, 111,
  142840             :         100, 117, 108, 101, 32, 110, 97, 109, 101, 32, 111, 114, 32, 112, 97, 99,
  142841             :         107, 97, 103, 101, 32, 110, 97, 109, 101, 46, 10, 10, 32, 32, 32, 32,
  142842             :         32, 32, 32, 79, 112, 116, 105, 111, 110, 97, 108, 32, 97, 114, 103, 117,
  142843             :         109, 101, 110, 116, 115, 58, 10, 32, 32, 32, 32, 32, 32, 32, 105, 110,
  142844             :         105, 116, 95, 103, 108, 111, 98, 97, 108, 115, 32, 45, 45, 32, 100, 105,
  142845             :         99, 116, 105, 111, 110, 97, 114, 121, 32, 117, 115, 101, 100, 32, 116, 111,
  142846             :         32, 112, 114, 101, 45, 112, 111, 112, 117, 108, 97, 116, 101, 32, 116, 104,
  142847             :         101, 32, 109, 111, 100, 117, 108, 101, 8217, 115, 10, 32, 32, 32, 32, 32,
  142848             :         32, 32, 103, 108, 111, 98, 97, 108, 115, 32, 100, 105, 99, 116, 105, 111,
  142849             :         110, 97, 114, 121, 32, 98, 101, 102, 111, 114, 101, 32, 116, 104, 101, 32,
  142850             :         99, 111, 100, 101, 32, 105, 115, 32, 101, 120, 101, 99, 117, 116, 101, 100,
  142851             :         46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 114, 117, 110, 95, 110, 97,
  142852             :         109, 101, 32, 45, 45, 32, 105, 102, 32, 110, 111, 116, 32, 78, 111, 110,
  142853             :         101, 44, 32, 116, 104, 105, 115, 32, 119, 105, 108, 108, 32, 98, 101, 32,
  142854             :         117, 115, 101, 100, 32, 102, 111, 114, 32, 115, 101, 116, 116, 105, 110, 103,
  142855             :         32, 95, 95, 110, 97, 109, 101, 95, 95, 59, 10, 32, 32, 32, 32, 32,
  142856             :         32, 32, 111, 116, 104, 101, 114, 119, 105, 115, 101, 44, 32, 95, 95, 110,
  142857             :         97, 109, 101, 95, 95, 32, 119, 105, 108, 108, 32, 98, 101, 32, 115, 101,
  142858             :         116, 32, 116, 111, 32, 109, 111, 100, 95, 110, 97, 109, 101, 32, 43, 32,
  142859             :         39, 95, 95, 109, 97, 105, 110, 95, 95, 39, 32, 105, 102, 32, 116, 104,
  142860             :         101, 10, 32, 32, 32, 32, 32, 32, 32, 110, 97, 109, 101, 100, 32, 109,
  142861             :         111, 100, 117, 108, 101, 32, 105, 115, 32, 97, 32, 112, 97, 99, 107, 97,
  142862             :         103, 101, 32, 97, 110, 100, 32, 116, 111, 32, 106, 117, 115, 116, 32, 109,
  142863             :         111, 100, 95, 110, 97, 109, 101, 32, 111, 116, 104, 101, 114, 119, 105, 115,
  142864             :         101, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 97, 108, 116, 101, 114,
  142865             :         95, 115, 121, 115, 32, 45, 45, 32, 105, 102, 32, 84, 114, 117, 101, 44,
  142866             :         32, 115, 121, 115, 46, 97, 114, 103, 118, 91, 48, 93, 32, 105, 115, 32,
  142867             :         117, 112, 100, 97, 116, 101, 100, 32, 119, 105, 116, 104, 32, 116, 104, 101,
  142868             :         32, 118, 97, 108, 117, 101, 32, 111, 102, 10, 32, 32, 32, 32, 32, 32,
  142869             :         32, 95, 95, 102, 105, 108, 101, 95, 95, 32, 97, 110, 100, 32, 115, 121,
  142870             :         115, 46, 109, 111, 100, 117, 108, 101, 115, 91, 95, 95, 110, 97, 109, 101,
  142871             :         95, 95, 93, 32, 105, 115, 32, 117, 112, 100, 97, 116, 101, 100, 32, 119,
  142872             :         105, 116, 104, 32, 97, 32, 116, 101, 109, 112, 111, 114, 97, 114, 121, 10,
  142873             :         32, 32, 32, 32, 32, 32, 32, 109, 111, 100, 117, 108, 101, 32, 111, 98,
  142874             :         106, 101, 99, 116, 32, 102, 111, 114, 32, 116, 104, 101, 32, 109, 111, 100,
  142875             :         117, 108, 101, 32, 98, 101, 105, 110, 103, 32, 101, 120, 101, 99, 117, 116,
  142876             :         101, 100, 46, 32, 66, 111, 116, 104, 32, 97, 114, 101, 10, 32, 32, 32,
  142877             :         32, 32, 32, 32, 114, 101, 115, 116, 111, 114, 101, 100, 32, 116, 111, 32,
  142878             :         116, 104, 101, 105, 114, 32, 111, 114, 105, 103, 105, 110, 97, 108, 32, 118,
  142879             :         97, 108, 117, 101, 115, 32, 98, 101, 102, 111, 114, 101, 32, 116, 104, 101,
  142880             :         32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 114, 101, 116, 117, 114, 110,
  142881             :         115, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 82, 101, 116, 117, 114,
  142882             :         110, 115, 32, 116, 104, 101, 32, 114, 101, 115, 117, 108, 116, 105, 110, 103,
  142883             :         32, 109, 111, 100, 117, 108, 101, 32, 103, 108, 111, 98, 97, 108, 115, 32,
  142884             :         100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 46, 10, 32, 32, 32, 32,
  142885             :     },
  142886             : };
  142887             : static
  142888             :     struct {
  142889             :         PyGC_Head _gc_head;
  142890             :         struct {
  142891             :             PyObject_VAR_HEAD
  142892             :             PyObject *ob_item[1];
  142893             :         }_object;
  142894             :     }
  142895             : runpy_toplevel_consts_17_consts = {
  142896             :     ._object = {
  142897             :         .ob_base = {
  142898             :             .ob_base = {
  142899             :                 .ob_refcnt = 999999999,
  142900             :                 .ob_type = &PyTuple_Type,
  142901             :             },
  142902             :             .ob_size = 1,
  142903             :         },
  142904             :         .ob_item = {
  142905             :             & runpy_toplevel_consts_17_consts_0._compact._base.ob_base,
  142906             :         },
  142907             :     },
  142908             : };
  142909             : static
  142910             :     struct {
  142911             :         PyGC_Head _gc_head;
  142912             :         struct {
  142913             :             PyObject_VAR_HEAD
  142914             :             PyObject *ob_item[3];
  142915             :         }_object;
  142916             :     }
  142917             : runpy_toplevel_consts_17_names = {
  142918             :     ._object = {
  142919             :         .ob_base = {
  142920             :             .ob_base = {
  142921             :                 .ob_refcnt = 999999999,
  142922             :                 .ob_type = &PyTuple_Type,
  142923             :             },
  142924             :             .ob_size = 3,
  142925             :         },
  142926             :         .ob_item = {
  142927             :             & const_str__get_module_details._ascii.ob_base,
  142928             :             & const_str__run_module_code._ascii.ob_base,
  142929             :             & const_str__run_code._ascii.ob_base,
  142930             :         },
  142931             :     },
  142932             : };
  142933             : static
  142934             :     struct {
  142935             :         PyObject_VAR_HEAD
  142936             :         Py_hash_t ob_shash;
  142937             :         char ob_sval[82];
  142938             :     }
  142939             : runpy_toplevel_consts_17_linetable = {
  142940             :     .ob_base = {
  142941             :         .ob_base = {
  142942             :             .ob_refcnt = 999999999,
  142943             :             .ob_type = &PyBytes_Type,
  142944             :         },
  142945             :         .ob_size = 81,
  142946             :     },
  142947             :     .ob_shash = -1,
  142948             :     .ob_sval = "\x80\x00\xf5\x2a\x00\x20\x33\xb0\x38\xd4\x1f\x3c\xd1\x04\x1c\x80\x48\x88\x68\x98\x04\xd8\x07\x0f\xf0\x00\x01\x05\x1c\xd8\x13\x1b\x88\x08\xd8\x07\x10\xf0\x00\x04\x05\x45\x01\xdd\x0f\x1f\xa0\x04\xa0\x6c\xb0\x48\xb8\x68\xd4\x0f\x47\xd0\x08\x47\xf5\x06\x00\x10\x19\x98\x14\x98\x72\xa0\x3c\xb0\x18\xb8\x38\xd4\x0f\x44\xd0\x08\x44",
  142949             : };
  142950             : static
  142951             :     struct {
  142952             :         PyASCIIObject _ascii;
  142953             :         uint8_t _data[9];
  142954             :     }
  142955             : const_str_run_name = {
  142956             :     ._ascii = {
  142957             :         .ob_base = {
  142958             :             .ob_refcnt = 999999999,
  142959             :             .ob_type = &PyUnicode_Type,
  142960             :         },
  142961             :         .length = 8,
  142962             :         .hash = -1,
  142963             :         .state = {
  142964             :             .kind = 1,
  142965             :             .compact = 1,
  142966             :             .ascii = 1,
  142967             :         },
  142968             :     },
  142969             :     ._data = "run_name",
  142970             : };
  142971             : static
  142972             :     struct {
  142973             :         PyASCIIObject _ascii;
  142974             :         uint8_t _data[10];
  142975             :     }
  142976             : const_str_alter_sys = {
  142977             :     ._ascii = {
  142978             :         .ob_base = {
  142979             :             .ob_refcnt = 999999999,
  142980             :             .ob_type = &PyUnicode_Type,
  142981             :         },
  142982             :         .length = 9,
  142983             :         .hash = -1,
  142984             :         .state = {
  142985             :             .kind = 1,
  142986             :             .compact = 1,
  142987             :             .ascii = 1,
  142988             :         },
  142989             :     },
  142990             :     ._data = "alter_sys",
  142991             : };
  142992             : static
  142993             :     struct {
  142994             :         PyGC_Head _gc_head;
  142995             :         struct {
  142996             :             PyObject_VAR_HEAD
  142997             :             PyObject *ob_item[6];
  142998             :         }_object;
  142999             :     }
  143000             : runpy_toplevel_consts_17_localsplusnames = {
  143001             :     ._object = {
  143002             :         .ob_base = {
  143003             :             .ob_base = {
  143004             :                 .ob_refcnt = 999999999,
  143005             :                 .ob_type = &PyTuple_Type,
  143006             :             },
  143007             :             .ob_size = 6,
  143008             :         },
  143009             :         .ob_item = {
  143010             :             & const_str_mod_name._ascii.ob_base,
  143011             :             & const_str_init_globals._ascii.ob_base,
  143012             :             & const_str_run_name._ascii.ob_base,
  143013             :             & const_str_alter_sys._ascii.ob_base,
  143014             :             & const_str_mod_spec._ascii.ob_base,
  143015             :             &_Py_ID(code),
  143016             :         },
  143017             :     },
  143018             : };
  143019             : static
  143020             :     struct _PyCode_DEF(114)
  143021             : runpy_toplevel_consts_17 = {
  143022             :     .ob_base = {
  143023             :         .ob_base = {
  143024             :             .ob_refcnt = 999999999,
  143025             :             .ob_type = &PyCode_Type,
  143026             :         },
  143027             :         .ob_size = 57,
  143028             :     },
  143029             :     .co_consts = & runpy_toplevel_consts_17_consts._object.ob_base.ob_base,
  143030             :     .co_names = & runpy_toplevel_consts_17_names._object.ob_base.ob_base,
  143031             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  143032             :     .co_flags = 3,
  143033             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  143034             :     ._co_linearray_entry_size = 0,
  143035             :     .co_argcount = 4,
  143036             :     .co_posonlyargcount = 0,
  143037             :     .co_kwonlyargcount = 0,
  143038             :     .co_framesize = 13 + FRAME_SPECIALS_SIZE,
  143039             :     .co_stacksize = 7,
  143040             :     .co_firstlineno = 201,
  143041             :     .co_nlocalsplus = 6,
  143042             :     .co_nlocals = 6,
  143043             :     .co_nplaincellvars = 0,
  143044             :     .co_ncellvars = 0,
  143045             :     .co_nfreevars = 0,
  143046             :     .co_localsplusnames = & runpy_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
  143047             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
  143048             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  143049             :     .co_name = & const_str_run_module._ascii.ob_base,
  143050             :     .co_qualname = & const_str_run_module._ascii.ob_base,
  143051             :     .co_linetable = & runpy_toplevel_consts_17_linetable.ob_base.ob_base,
  143052             :     ._co_code = NULL,
  143053             :     ._co_linearray = NULL,
  143054             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x00\x7d\x04\x7d\x05\x7c\x02\x80\x02\x7c\x00\x7d\x02\x7c\x03\x72\x10\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x01\x7c\x02\x7c\x04\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x69\x00\x7c\x01\x7c\x02\x7c\x04\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
  143055             :     ._co_firsttraceable = 0,
  143056             : };
  143057             : static
  143058             :     struct {
  143059             :         PyASCIIObject _ascii;
  143060             :         uint8_t _data[12];
  143061             :     }
  143062             : runpy_toplevel_consts_18_consts_2 = {
  143063             :     ._ascii = {
  143064             :         .ob_base = {
  143065             :             .ob_refcnt = 999999999,
  143066             :             .ob_type = &PyUnicode_Type,
  143067             :         },
  143068             :         .length = 11,
  143069             :         .hash = -1,
  143070             :         .state = {
  143071             :             .kind = 1,
  143072             :             .compact = 1,
  143073             :             .ascii = 1,
  143074             :         },
  143075             :     },
  143076             :     ._data = "can't find ",
  143077             : };
  143078             : static
  143079             :     struct {
  143080             :         PyASCIIObject _ascii;
  143081             :         uint8_t _data[12];
  143082             :     }
  143083             : runpy_toplevel_consts_18_consts_3 = {
  143084             :     ._ascii = {
  143085             :         .ob_base = {
  143086             :             .ob_refcnt = 999999999,
  143087             :             .ob_type = &PyUnicode_Type,
  143088             :         },
  143089             :         .length = 11,
  143090             :         .hash = -1,
  143091             :         .state = {
  143092             :             .kind = 1,
  143093             :             .compact = 1,
  143094             :             .ascii = 1,
  143095             :         },
  143096             :     },
  143097             :     ._data = " module in ",
  143098             : };
  143099             : static
  143100             :     struct {
  143101             :         PyGC_Head _gc_head;
  143102             :         struct {
  143103             :             PyObject_VAR_HEAD
  143104             :             PyObject *ob_item[5];
  143105             :         }_object;
  143106             :     }
  143107             : runpy_toplevel_consts_18_consts = {
  143108             :     ._object = {
  143109             :         .ob_base = {
  143110             :             .ob_base = {
  143111             :                 .ob_refcnt = 999999999,
  143112             :                 .ob_type = &PyTuple_Type,
  143113             :             },
  143114             :             .ob_size = 5,
  143115             :         },
  143116             :         .ob_item = {
  143117             :             Py_None,
  143118             :             &_Py_ID(__main__),
  143119             :             & runpy_toplevel_consts_18_consts_2._ascii.ob_base,
  143120             :             & runpy_toplevel_consts_18_consts_3._ascii.ob_base,
  143121             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  143122             :         },
  143123             :     },
  143124             : };
  143125             : static
  143126             :     struct {
  143127             :         PyGC_Head _gc_head;
  143128             :         struct {
  143129             :             PyObject_VAR_HEAD
  143130             :             PyObject *ob_item[6];
  143131             :         }_object;
  143132             :     }
  143133             : runpy_toplevel_consts_18_names = {
  143134             :     ._object = {
  143135             :         .ob_base = {
  143136             :             .ob_base = {
  143137             :                 .ob_refcnt = 999999999,
  143138             :                 .ob_type = &PyTuple_Type,
  143139             :             },
  143140             :             .ob_size = 6,
  143141             :         },
  143142             :         .ob_item = {
  143143             :             & const_str_sys._ascii.ob_base,
  143144             :             &_Py_ID(modules),
  143145             :             & const_str__get_module_details._ascii.ob_base,
  143146             :             & const_str_ImportError._ascii.ob_base,
  143147             :             & const_str_str._ascii.ob_base,
  143148             :             &_Py_ID(path),
  143149             :         },
  143150             :     },
  143151             : };
  143152             : static
  143153             :     struct {
  143154             :         PyObject_VAR_HEAD
  143155             :         Py_hash_t ob_shash;
  143156             :         char ob_sval[196];
  143157             :     }
  143158             : runpy_toplevel_consts_18_linetable = {
  143159             :     .ob_base = {
  143160             :         .ob_base = {
  143161             :             .ob_refcnt = 999999999,
  143162             :             .ob_type = &PyBytes_Type,
  143163             :         },
  143164             :         .ob_size = 195,
  143165             :     },
  143166             :     .ob_shash = -1,
  143167             :     .ob_sval = "\x80\x00\xf0\x0a\x00\x11\x1b\x80\x49\xdd\x11\x14\x97\x1b\x91\x1b\x98\x59\xd4\x11\x27\x80\x4a\xdd\x08\x0b\x8f\x0b\x89\x0b\x90\x49\xd0\x08\x1e\xf0\x02\x08\x05\x2c\xdd\x0f\x22\xa0\x39\xd4\x0f\x2d\xf0\x0e\x00\x22\x2c\x8d\x03\x8f\x0b\x89\x0b\x90\x49\xd1\x08\x1e\xd0\x08\x1e\xf8\xf5\x0d\x00\x0c\x17\xf0\x00\x04\x05\x0e\xf0\x00\x04\x05\x0e\xf0\x00\x04\x05\x0e\xd8\x0b\x14\x9d\x03\x98\x43\x9c\x08\xd0\x0b\x20\xf0\x00\x02\x09\x41\x01\xd8\x12\x17\x90\x25\x90\x25\xd8\x1f\x28\x98\x79\x98\x79\xad\x23\xaf\x28\xa9\x28\xb0\x31\xac\x2b\xa8\x2b\xf0\x03\x01\x19\x37\xf4\x00\x01\x13\x38\xd8\x3d\x40\xf0\x03\x01\x0d\x41\x01\xe0\x08\x0d\xf8\xf8\xf8\xf8\xf0\x09\x04\x05\x0e\xf8\xf8\xf8\xf8\xf0\x0c\x00\x22\x2c\x8d\x03\x8f\x0b\x89\x0b\x90\x49\xd1\x08\x1e\xd0\x08\x2b\xd0\x08\x2b\xd0\x08\x2b\xd0\x08\x2b",
  143168             : };
  143169             : static
  143170             :     struct {
  143171             :         PyObject_VAR_HEAD
  143172             :         Py_hash_t ob_shash;
  143173             :         char ob_sval[36];
  143174             :     }
  143175             : runpy_toplevel_consts_18_exceptiontable = {
  143176             :     .ob_base = {
  143177             :         .ob_base = {
  143178             :             .ob_refcnt = 999999999,
  143179             :             .ob_type = &PyBytes_Type,
  143180             :         },
  143181             :         .ob_size = 35,
  143182             :     },
  143183             :     .ob_shash = -1,
  143184             :     .ob_sval = "\xad\x0c\x41\x0e\x00\xc1\x0e\x0a\x42\x12\x03\xc1\x18\x35\x42\x0d\x03\xc2\x0d\x05\x42\x12\x03\xc2\x12\x03\x42\x15\x00\xc2\x15\x16\x42\x2b\x03",
  143185             : };
  143186             : static
  143187             :     struct {
  143188             :         PyASCIIObject _ascii;
  143189             :         uint8_t _data[10];
  143190             :     }
  143191             : const_str_main_name = {
  143192             :     ._ascii = {
  143193             :         .ob_base = {
  143194             :             .ob_refcnt = 999999999,
  143195             :             .ob_type = &PyUnicode_Type,
  143196             :         },
  143197             :         .length = 9,
  143198             :         .hash = -1,
  143199             :         .state = {
  143200             :             .kind = 1,
  143201             :             .compact = 1,
  143202             :             .ascii = 1,
  143203             :         },
  143204             :     },
  143205             :     ._data = "main_name",
  143206             : };
  143207             : static
  143208             :     struct {
  143209             :         PyASCIIObject _ascii;
  143210             :         uint8_t _data[11];
  143211             :     }
  143212             : const_str_saved_main = {
  143213             :     ._ascii = {
  143214             :         .ob_base = {
  143215             :             .ob_refcnt = 999999999,
  143216             :             .ob_type = &PyUnicode_Type,
  143217             :         },
  143218             :         .length = 10,
  143219             :         .hash = -1,
  143220             :         .state = {
  143221             :             .kind = 1,
  143222             :             .compact = 1,
  143223             :             .ascii = 1,
  143224             :         },
  143225             :     },
  143226             :     ._data = "saved_main",
  143227             : };
  143228             : static
  143229             :     struct {
  143230             :         PyGC_Head _gc_head;
  143231             :         struct {
  143232             :             PyObject_VAR_HEAD
  143233             :             PyObject *ob_item[4];
  143234             :         }_object;
  143235             :     }
  143236             : runpy_toplevel_consts_18_localsplusnames = {
  143237             :     ._object = {
  143238             :         .ob_base = {
  143239             :             .ob_base = {
  143240             :                 .ob_refcnt = 999999999,
  143241             :                 .ob_type = &PyTuple_Type,
  143242             :             },
  143243             :             .ob_size = 4,
  143244             :         },
  143245             :         .ob_item = {
  143246             :             & const_str_error._ascii.ob_base,
  143247             :             & const_str_main_name._ascii.ob_base,
  143248             :             & const_str_saved_main._ascii.ob_base,
  143249             :             & const_str_exc._ascii.ob_base,
  143250             :         },
  143251             :     },
  143252             : };
  143253             : static
  143254             :     struct _PyCode_DEF(348)
  143255             : runpy_toplevel_consts_18 = {
  143256             :     .ob_base = {
  143257             :         .ob_base = {
  143258             :             .ob_refcnt = 999999999,
  143259             :             .ob_type = &PyCode_Type,
  143260             :         },
  143261             :         .ob_size = 174,
  143262             :     },
  143263             :     .co_consts = & runpy_toplevel_consts_18_consts._object.ob_base.ob_base,
  143264             :     .co_names = & runpy_toplevel_consts_18_names._object.ob_base.ob_base,
  143265             :     .co_exceptiontable = & runpy_toplevel_consts_18_exceptiontable.ob_base.ob_base,
  143266             :     .co_flags = 3,
  143267             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  143268             :     ._co_linearray_entry_size = 0,
  143269             :     .co_argcount = 1,
  143270             :     .co_posonlyargcount = 0,
  143271             :     .co_kwonlyargcount = 0,
  143272             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
  143273             :     .co_stacksize = 8,
  143274             :     .co_firstlineno = 231,
  143275             :     .co_nlocalsplus = 4,
  143276             :     .co_nlocals = 4,
  143277             :     .co_nplaincellvars = 0,
  143278             :     .co_ncellvars = 0,
  143279             :     .co_nfreevars = 0,
  143280             :     .co_localsplusnames = & runpy_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
  143281             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
  143282             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  143283             :     .co_name = & const_str__get_main_module_details._ascii.ob_base,
  143284             :     .co_qualname = & const_str__get_main_module_details._ascii.ob_base,
  143285             :     .co_linetable = & runpy_toplevel_consts_18_linetable.ob_base.ob_base,
  143286             :     ._co_code = NULL,
  143287             :     ._co_linearray = NULL,
  143288             :     .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x3a\x7d\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x25\x02\x00\x7c\x00\x64\x02\x7c\x01\x9b\x02\x64\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x82\x02\x82\x00\x64\x00\x7d\x03\x7e\x03\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x7c\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01",
  143289             :     ._co_firsttraceable = 0,
  143290             : };
  143291             : static
  143292             :     struct {
  143293             :         PyASCIIObject _ascii;
  143294             :         uint8_t _data[10];
  143295             :     }
  143296             : const_str_read_code = {
  143297             :     ._ascii = {
  143298             :         .ob_base = {
  143299             :             .ob_refcnt = 999999999,
  143300             :             .ob_type = &PyUnicode_Type,
  143301             :         },
  143302             :         .length = 9,
  143303             :         .hash = -1,
  143304             :         .state = {
  143305             :             .kind = 1,
  143306             :             .compact = 1,
  143307             :             .ascii = 1,
  143308             :         },
  143309             :     },
  143310             :     ._data = "read_code",
  143311             : };
  143312             : static
  143313             :     struct {
  143314             :         PyGC_Head _gc_head;
  143315             :         struct {
  143316             :             PyObject_VAR_HEAD
  143317             :             PyObject *ob_item[1];
  143318             :         }_object;
  143319             :     }
  143320             : runpy_toplevel_consts_19_consts_2 = {
  143321             :     ._object = {
  143322             :         .ob_base = {
  143323             :             .ob_base = {
  143324             :                 .ob_refcnt = 999999999,
  143325             :                 .ob_type = &PyTuple_Type,
  143326             :             },
  143327             :             .ob_size = 1,
  143328             :         },
  143329             :         .ob_item = {
  143330             :             & const_str_read_code._ascii.ob_base,
  143331             :         },
  143332             :     },
  143333             : };
  143334             : static
  143335             :     struct {
  143336             :         PyGC_Head _gc_head;
  143337             :         struct {
  143338             :             PyObject_VAR_HEAD
  143339             :             PyObject *ob_item[4];
  143340             :         }_object;
  143341             :     }
  143342             : runpy_toplevel_consts_19_consts = {
  143343             :     ._object = {
  143344             :         .ob_base = {
  143345             :             .ob_base = {
  143346             :                 .ob_refcnt = 999999999,
  143347             :                 .ob_type = &PyTuple_Type,
  143348             :             },
  143349             :             .ob_size = 4,
  143350             :         },
  143351             :         .ob_item = {
  143352             :             Py_None,
  143353             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  143354             :             & runpy_toplevel_consts_19_consts_2._object.ob_base.ob_base,
  143355             :             & const_str_exec._ascii.ob_base,
  143356             :         },
  143357             :     },
  143358             : };
  143359             : static
  143360             :     struct {
  143361             :         PyASCIIObject _ascii;
  143362             :         uint8_t _data[8];
  143363             :     }
  143364             : const_str_pkgutil = {
  143365             :     ._ascii = {
  143366             :         .ob_base = {
  143367             :             .ob_refcnt = 999999999,
  143368             :             .ob_type = &PyUnicode_Type,
  143369             :         },
  143370             :         .length = 7,
  143371             :         .hash = -1,
  143372             :         .state = {
  143373             :             .kind = 1,
  143374             :             .compact = 1,
  143375             :             .ascii = 1,
  143376             :         },
  143377             :     },
  143378             :     ._data = "pkgutil",
  143379             : };
  143380             : static
  143381             :     struct {
  143382             :         PyGC_Head _gc_head;
  143383             :         struct {
  143384             :             PyObject_VAR_HEAD
  143385             :             PyObject *ob_item[10];
  143386             :         }_object;
  143387             :     }
  143388             : runpy_toplevel_consts_19_names = {
  143389             :     ._object = {
  143390             :         .ob_base = {
  143391             :             .ob_base = {
  143392             :                 .ob_refcnt = 999999999,
  143393             :                 .ob_type = &PyTuple_Type,
  143394             :             },
  143395             :             .ob_size = 10,
  143396             :         },
  143397             :         .ob_item = {
  143398             :             & const_str_pkgutil._ascii.ob_base,
  143399             :             & const_str_read_code._ascii.ob_base,
  143400             :             & const_str_os._ascii.ob_base,
  143401             :             &_Py_ID(path),
  143402             :             & const_str_abspath._ascii.ob_base,
  143403             :             & const_str_fsdecode._ascii.ob_base,
  143404             :             & const_str_io._ascii.ob_base,
  143405             :             & const_str_open_code._ascii.ob_base,
  143406             :             & const_str_compile._ascii.ob_base,
  143407             :             &_Py_ID(read),
  143408             :         },
  143409             :     },
  143410             : };
  143411             : static
  143412             :     struct {
  143413             :         PyASCIIObject _ascii;
  143414             :         uint8_t _data[20];
  143415             :     }
  143416             : const_str__get_code_from_file = {
  143417             :     ._ascii = {
  143418             :         .ob_base = {
  143419             :             .ob_refcnt = 999999999,
  143420             :             .ob_type = &PyUnicode_Type,
  143421             :         },
  143422             :         .length = 19,
  143423             :         .hash = -1,
  143424             :         .state = {
  143425             :             .kind = 1,
  143426             :             .compact = 1,
  143427             :             .ascii = 1,
  143428             :         },
  143429             :     },
  143430             :     ._data = "_get_code_from_file",
  143431             : };
  143432             : static
  143433             :     struct {
  143434             :         PyObject_VAR_HEAD
  143435             :         Py_hash_t ob_shash;
  143436             :         char ob_sval[281];
  143437             :     }
  143438             : runpy_toplevel_consts_19_linetable = {
  143439             :     .ob_base = {
  143440             :         .ob_base = {
  143441             :             .ob_refcnt = 999999999,
  143442             :             .ob_type = &PyBytes_Type,
  143443             :         },
  143444             :         .ob_size = 280,
  143445             :     },
  143446             :     .ob_shash = -1,
  143447             :     .ob_sval = "\x80\x00\xe0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xdd\x13\x15\x97\x37\x91\x37\x97\x3f\x91\x3f\xa5\x32\xa7\x3b\xa1\x3b\xa8\x75\xd4\x23\x35\xd4\x13\x36\x80\x4c\xdd\x09\x15\x8f\x1c\x89\x1c\x90\x6c\xd4\x09\x23\xf0\x00\x01\x05\x1c\xa0\x71\xd8\x0f\x18\x88\x79\x98\x11\x8c\x7c\x88\x04\xf0\x03\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf4\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xe0\x07\x0b\xf0\x00\x03\x05\x34\xe5\x0d\x19\x8f\x5c\x89\x5c\x98\x2c\xd4\x0d\x27\xf0\x00\x01\x09\x34\xa8\x31\xdd\x13\x1a\x98\x31\x9f\x36\x99\x36\x9c\x38\xa0\x55\xa8\x46\xd4\x13\x33\x88\x44\xf0\x03\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf4\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xe0\x0b\x0f\x90\x15\x88\x3b\xd0\x04\x16\xf0\x0d\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf8\xf8\xf8\xf0\x08\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf8\xf8\xf8",
  143448             : };
  143449             : static
  143450             :     struct {
  143451             :         PyObject_VAR_HEAD
  143452             :         Py_hash_t ob_shash;
  143453             :         char ob_sval[25];
  143454             :     }
  143455             : runpy_toplevel_consts_19_exceptiontable = {
  143456             :     .ob_base = {
  143457             :         .ob_base = {
  143458             :             .ob_refcnt = 999999999,
  143459             :             .ob_type = &PyBytes_Type,
  143460             :         },
  143461             :         .ob_size = 24,
  143462             :     },
  143463             :     .ob_shash = -1,
  143464             :     .ob_sval = "\xc1\x14\x0a\x42\x2c\x03\xc2\x00\x1f\x42\x38\x03\xc2\x2c\x05\x42\x35\x07\xc2\x38\x05\x43\x01\x07",
  143465             : };
  143466             : static
  143467             :     struct {
  143468             :         PyASCIIObject _ascii;
  143469             :         uint8_t _data[13];
  143470             :     }
  143471             : const_str_decoded_path = {
  143472             :     ._ascii = {
  143473             :         .ob_base = {
  143474             :             .ob_refcnt = 999999999,
  143475             :             .ob_type = &PyUnicode_Type,
  143476             :         },
  143477             :         .length = 12,
  143478             :         .hash = -1,
  143479             :         .state = {
  143480             :             .kind = 1,
  143481             :             .compact = 1,
  143482             :             .ascii = 1,
  143483             :         },
  143484             :     },
  143485             :     ._data = "decoded_path",
  143486             : };
  143487             : static
  143488             :     struct {
  143489             :         PyGC_Head _gc_head;
  143490             :         struct {
  143491             :             PyObject_VAR_HEAD
  143492             :             PyObject *ob_item[6];
  143493             :         }_object;
  143494             :     }
  143495             : runpy_toplevel_consts_19_localsplusnames = {
  143496             :     ._object = {
  143497             :         .ob_base = {
  143498             :             .ob_base = {
  143499             :                 .ob_refcnt = 999999999,
  143500             :                 .ob_type = &PyTuple_Type,
  143501             :             },
  143502             :             .ob_size = 6,
  143503             :         },
  143504             :         .ob_item = {
  143505             :             & const_str_run_name._ascii.ob_base,
  143506             :             & const_str_fname._ascii.ob_base,
  143507             :             & const_str_read_code._ascii.ob_base,
  143508             :             & const_str_decoded_path._ascii.ob_base,
  143509             :             & const_str_f._ascii.ob_base,
  143510             :             &_Py_ID(code),
  143511             :         },
  143512             :     },
  143513             : };
  143514             : static
  143515             :     struct _PyCode_DEF(392)
  143516             : runpy_toplevel_consts_19 = {
  143517             :     .ob_base = {
  143518             :         .ob_base = {
  143519             :             .ob_refcnt = 999999999,
  143520             :             .ob_type = &PyCode_Type,
  143521             :         },
  143522             :         .ob_size = 196,
  143523             :     },
  143524             :     .co_consts = & runpy_toplevel_consts_19_consts._object.ob_base.ob_base,
  143525             :     .co_names = & runpy_toplevel_consts_19_names._object.ob_base.ob_base,
  143526             :     .co_exceptiontable = & runpy_toplevel_consts_19_exceptiontable.ob_base.ob_base,
  143527             :     .co_flags = 3,
  143528             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  143529             :     ._co_linearray_entry_size = 0,
  143530             :     .co_argcount = 2,
  143531             :     .co_posonlyargcount = 0,
  143532             :     .co_kwonlyargcount = 0,
  143533             :     .co_framesize = 12 + FRAME_SPECIALS_SIZE,
  143534             :     .co_stacksize = 6,
  143535             :     .co_firstlineno = 250,
  143536             :     .co_nlocalsplus = 6,
  143537             :     .co_nlocals = 6,
  143538             :     .co_nplaincellvars = 0,
  143539             :     .co_ncellvars = 0,
  143540             :     .co_nfreevars = 0,
  143541             :     .co_localsplusnames = & runpy_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
  143542             :     .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
  143543             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  143544             :     .co_name = & const_str__get_code_from_file._ascii.ob_base,
  143545             :     .co_qualname = & const_str__get_code_from_file._ascii.ob_base,
  143546             :     .co_linetable = & runpy_toplevel_consts_19_linetable.ob_base.ob_base,
  143547             :     ._co_code = NULL,
  143548             :     ._co_linearray = NULL,
  143549             :     .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x02\x00\x7c\x02\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x05\x80\x3f\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x7c\x01\x66\x02\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x4e\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x19\x78\x03\x59\x00\x77\x01",
  143550             :     ._co_firsttraceable = 0,
  143551             : };
  143552             : static
  143553             :     struct {
  143554             :         PyCompactUnicodeObject _compact;
  143555             :         uint16_t _data[531];
  143556             :     }
  143557             : runpy_toplevel_consts_20_consts_0 = {
  143558             :     ._compact = {
  143559             :         ._base = {
  143560             :             .ob_base = {
  143561             :                 .ob_refcnt = 999999999,
  143562             :                 .ob_type = &PyUnicode_Type,
  143563             :             },
  143564             :             .length = 530,
  143565             :             .hash = -1,
  143566             :             .state = {
  143567             :                 .kind = 2,
  143568             :                 .compact = 1,
  143569             :                 .ascii = 0,
  143570             :             },
  143571             :         },
  143572             :     },
  143573             :     ._data = {
  143574             :         69, 120, 101, 99, 117, 116, 101, 32, 99, 111, 100, 101, 32, 108, 111, 99,
  143575             :         97, 116, 101, 100, 32, 97, 116, 32, 116, 104, 101, 32, 115, 112, 101, 99,
  143576             :         105, 102, 105, 101, 100, 32, 102, 105, 108, 101, 115, 121, 115, 116, 101, 109,
  143577             :         32, 108, 111, 99, 97, 116, 105, 111, 110, 46, 10, 10, 32, 32, 32, 32,
  143578             :         32, 32, 32, 112, 97, 116, 104, 95, 110, 97, 109, 101, 32, 45, 45, 32,
  143579             :         102, 105, 108, 101, 115, 121, 115, 116, 101, 109, 32, 108, 111, 99, 97, 116,
  143580             :         105, 111, 110, 32, 111, 102, 32, 97, 32, 80, 121, 116, 104, 111, 110, 32,
  143581             :         115, 99, 114, 105, 112, 116, 44, 32, 122, 105, 112, 102, 105, 108, 101, 44,
  143582             :         10, 32, 32, 32, 32, 32, 32, 32, 111, 114, 32, 100, 105, 114, 101, 99,
  143583             :         116, 111, 114, 121, 32, 99, 111, 110, 116, 97, 105, 110, 105, 110, 103, 32,
  143584             :         97, 32, 116, 111, 112, 32, 108, 101, 118, 101, 108, 32, 95, 95, 109, 97,
  143585             :         105, 110, 95, 95, 46, 112, 121, 32, 115, 99, 114, 105, 112, 116, 46, 10,
  143586             :         10, 32, 32, 32, 32, 32, 32, 32, 79, 112, 116, 105, 111, 110, 97, 108,
  143587             :         32, 97, 114, 103, 117, 109, 101, 110, 116, 115, 58, 10, 32, 32, 32, 32,
  143588             :         32, 32, 32, 105, 110, 105, 116, 95, 103, 108, 111, 98, 97, 108, 115, 32,
  143589             :         45, 45, 32, 100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 32, 117, 115,
  143590             :         101, 100, 32, 116, 111, 32, 112, 114, 101, 45, 112, 111, 112, 117, 108, 97,
  143591             :         116, 101, 32, 116, 104, 101, 32, 109, 111, 100, 117, 108, 101, 8217, 115, 10,
  143592             :         32, 32, 32, 32, 32, 32, 32, 103, 108, 111, 98, 97, 108, 115, 32, 100,
  143593             :         105, 99, 116, 105, 111, 110, 97, 114, 121, 32, 98, 101, 102, 111, 114, 101,
  143594             :         32, 116, 104, 101, 32, 99, 111, 100, 101, 32, 105, 115, 32, 101, 120, 101,
  143595             :         99, 117, 116, 101, 100, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 114,
  143596             :         117, 110, 95, 110, 97, 109, 101, 32, 45, 45, 32, 105, 102, 32, 110, 111,
  143597             :         116, 32, 78, 111, 110, 101, 44, 32, 116, 104, 105, 115, 32, 119, 105, 108,
  143598             :         108, 32, 98, 101, 32, 117, 115, 101, 100, 32, 116, 111, 32, 115, 101, 116,
  143599             :         32, 95, 95, 110, 97, 109, 101, 95, 95, 59, 10, 32, 32, 32, 32, 32,
  143600             :         32, 32, 111, 116, 104, 101, 114, 119, 105, 115, 101, 44, 32, 39, 60, 114,
  143601             :         117, 110, 95, 112, 97, 116, 104, 62, 39, 32, 119, 105, 108, 108, 32, 98,
  143602             :         101, 32, 117, 115, 101, 100, 32, 102, 111, 114, 32, 95, 95, 110, 97, 109,
  143603             :         101, 95, 95, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 82, 101, 116,
  143604             :         117, 114, 110, 115, 32, 116, 104, 101, 32, 114, 101, 115, 117, 108, 116, 105,
  143605             :         110, 103, 32, 109, 111, 100, 117, 108, 101, 32, 103, 108, 111, 98, 97, 108,
  143606             :         115, 32, 100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 46, 10, 32, 32,
  143607             :         32, 32,
  143608             :     },
  143609             : };
  143610             : static
  143611             :     struct {
  143612             :         PyASCIIObject _ascii;
  143613             :         uint8_t _data[11];
  143614             :     }
  143615             : runpy_toplevel_consts_20_consts_2 = {
  143616             :     ._ascii = {
  143617             :         .ob_base = {
  143618             :             .ob_refcnt = 999999999,
  143619             :             .ob_type = &PyUnicode_Type,
  143620             :         },
  143621             :         .length = 10,
  143622             :         .hash = -1,
  143623             :         .state = {
  143624             :             .kind = 1,
  143625             :             .compact = 1,
  143626             :             .ascii = 1,
  143627             :         },
  143628             :     },
  143629             :     ._data = "<run_path>",
  143630             : };
  143631             : static
  143632             :     struct {
  143633             :         PyASCIIObject _ascii;
  143634             :         uint8_t _data[13];
  143635             :     }
  143636             : const_str_get_importer = {
  143637             :     ._ascii = {
  143638             :         .ob_base = {
  143639             :             .ob_refcnt = 999999999,
  143640             :             .ob_type = &PyUnicode_Type,
  143641             :         },
  143642             :         .length = 12,
  143643             :         .hash = -1,
  143644             :         .state = {
  143645             :             .kind = 1,
  143646             :             .compact = 1,
  143647             :             .ascii = 1,
  143648             :         },
  143649             :     },
  143650             :     ._data = "get_importer",
  143651             : };
  143652             : static
  143653             :     struct {
  143654             :         PyGC_Head _gc_head;
  143655             :         struct {
  143656             :             PyObject_VAR_HEAD
  143657             :             PyObject *ob_item[1];
  143658             :         }_object;
  143659             :     }
  143660             : runpy_toplevel_consts_20_consts_5 = {
  143661             :     ._object = {
  143662             :         .ob_base = {
  143663             :             .ob_base = {
  143664             :                 .ob_refcnt = 999999999,
  143665             :                 .ob_type = &PyTuple_Type,
  143666             :             },
  143667             :             .ob_size = 1,
  143668             :         },
  143669             :         .ob_item = {
  143670             :             & const_str_get_importer._ascii.ob_base,
  143671             :         },
  143672             :     },
  143673             : };
  143674             : static
  143675             :     struct {
  143676             :         PyASCIIObject _ascii;
  143677             :         uint8_t _data[4];
  143678             :     }
  143679             : const_str_imp = {
  143680             :     ._ascii = {
  143681             :         .ob_base = {
  143682             :             .ob_refcnt = 999999999,
  143683             :             .ob_type = &PyUnicode_Type,
  143684             :         },
  143685             :         .length = 3,
  143686             :         .hash = -1,
  143687             :         .state = {
  143688             :             .kind = 1,
  143689             :             .compact = 1,
  143690             :             .ascii = 1,
  143691             :         },
  143692             :     },
  143693             :     ._data = "imp",
  143694             : };
  143695             : static
  143696             :     struct {
  143697             :         PyASCIIObject _ascii;
  143698             :         uint8_t _data[13];
  143699             :     }
  143700             : const_str_NullImporter = {
  143701             :     ._ascii = {
  143702             :         .ob_base = {
  143703             :             .ob_refcnt = 999999999,
  143704             :             .ob_type = &PyUnicode_Type,
  143705             :         },
  143706             :         .length = 12,
  143707             :         .hash = -1,
  143708             :         .state = {
  143709             :             .kind = 1,
  143710             :             .compact = 1,
  143711             :             .ascii = 1,
  143712             :         },
  143713             :     },
  143714             :     ._data = "NullImporter",
  143715             : };
  143716             : static
  143717             :     struct {
  143718             :         PyGC_Head _gc_head;
  143719             :         struct {
  143720             :             PyObject_VAR_HEAD
  143721             :             PyObject *ob_item[2];
  143722             :         }_object;
  143723             :     }
  143724             : runpy_toplevel_consts_20_consts_10 = {
  143725             :     ._object = {
  143726             :         .ob_base = {
  143727             :             .ob_base = {
  143728             :                 .ob_refcnt = 999999999,
  143729             :                 .ob_type = &PyTuple_Type,
  143730             :             },
  143731             :             .ob_size = 2,
  143732             :         },
  143733             :         .ob_item = {
  143734             :             & const_str_pkg_name._ascii.ob_base,
  143735             :             & const_str_script_name._ascii.ob_base,
  143736             :         },
  143737             :     },
  143738             : };
  143739             : static
  143740             :     struct {
  143741             :         PyGC_Head _gc_head;
  143742             :         struct {
  143743             :             PyObject_VAR_HEAD
  143744             :             PyObject *ob_item[11];
  143745             :         }_object;
  143746             :     }
  143747             : runpy_toplevel_consts_20_consts = {
  143748             :     ._object = {
  143749             :         .ob_base = {
  143750             :             .ob_base = {
  143751             :                 .ob_refcnt = 999999999,
  143752             :                 .ob_type = &PyTuple_Type,
  143753             :             },
  143754             :             .ob_size = 11,
  143755             :         },
  143756             :         .ob_item = {
  143757             :             & runpy_toplevel_consts_20_consts_0._compact._base.ob_base,
  143758             :             Py_None,
  143759             :             & runpy_toplevel_consts_20_consts_2._ascii.ob_base,
  143760             :             &_Py_STR(dot),
  143761             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  143762             :             & runpy_toplevel_consts_20_consts_5._object.ob_base.ob_base,
  143763             :             Py_False,
  143764             :             & const_str_imp._ascii.ob_base,
  143765             :             & const_str_NullImporter._ascii.ob_base,
  143766             :             Py_True,
  143767             :             & runpy_toplevel_consts_20_consts_10._object.ob_base.ob_base,
  143768             :         },
  143769             :     },
  143770             : };
  143771             : static
  143772             :     struct {
  143773             :         PyGC_Head _gc_head;
  143774             :         struct {
  143775             :             PyObject_VAR_HEAD
  143776             :             PyObject *ob_item[21];
  143777             :         }_object;
  143778             :     }
  143779             : runpy_toplevel_consts_20_names = {
  143780             :     ._object = {
  143781             :         .ob_base = {
  143782             :             .ob_base = {
  143783             :                 .ob_refcnt = 999999999,
  143784             :                 .ob_type = &PyTuple_Type,
  143785             :             },
  143786             :             .ob_size = 21,
  143787             :         },
  143788             :         .ob_item = {
  143789             :             & const_str_rpartition._ascii.ob_base,
  143790             :             & const_str_pkgutil._ascii.ob_base,
  143791             :             & const_str_get_importer._ascii.ob_base,
  143792             :             & const_str_type._ascii.ob_base,
  143793             :             &_Py_ID(__module__),
  143794             :             &_Py_ID(__name__),
  143795             :             &_Py_ID(isinstance),
  143796             :             & const_str__get_code_from_file._ascii.ob_base,
  143797             :             & const_str__run_module_code._ascii.ob_base,
  143798             :             & const_str_sys._ascii.ob_base,
  143799             :             &_Py_ID(path),
  143800             :             & const_str_insert._ascii.ob_base,
  143801             :             & const_str__get_main_module_details._ascii.ob_base,
  143802             :             & const_str__TempModule._ascii.ob_base,
  143803             :             & const_str__ModifiedArgv0._ascii.ob_base,
  143804             :             & const_str_module._ascii.ob_base,
  143805             :             &_Py_ID(__dict__),
  143806             :             & const_str__run_code._ascii.ob_base,
  143807             :             &_Py_ID(copy),
  143808             :             & const_str_remove._ascii.ob_base,
  143809             :             & const_str_ValueError._ascii.ob_base,
  143810             :         },
  143811             :     },
  143812             : };
  143813             : static
  143814             :     struct {
  143815             :         PyObject_VAR_HEAD
  143816             :         Py_hash_t ob_shash;
  143817             :         char ob_sval[737];
  143818             :     }
  143819             : runpy_toplevel_consts_20_linetable = {
  143820             :     .ob_base = {
  143821             :         .ob_base = {
  143822             :             .ob_refcnt = 999999999,
  143823             :             .ob_type = &PyBytes_Type,
  143824             :         },
  143825             :         .ob_size = 736,
  143826             :     },
  143827             :     .ob_shash = -1,
  143828             :     .ob_sval = "\x80\x00\xf0\x1e\x00\x08\x10\xf0\x00\x01\x05\x20\xd8\x13\x1f\x88\x08\xd8\x0f\x17\xd7\x0f\x22\xd1\x0f\x22\xa0\x33\xd4\x0f\x27\xa8\x01\xd4\x0f\x2a\x80\x48\xd8\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd8\x0f\x1b\x88\x7c\x98\x49\xd4\x0f\x26\x80\x48\xe0\x16\x1b\x80\x4f\xdd\x07\x0b\x88\x48\x84\x7e\xd7\x07\x20\xd1\x07\x20\xa0\x45\xd2\x07\x29\xf0\x00\x02\x05\x23\xdd\x0b\x0f\x90\x08\x8c\x3e\xd7\x0b\x22\xd1\x0b\x22\xa0\x6e\xd2\x0b\x34\xf0\x00\x01\x09\x23\xd8\x1e\x22\x88\x4f\xdd\x07\x11\x90\x28\x9d\x44\xa0\x14\x9c\x4a\xd4\x07\x27\xf0\x00\x1b\x05\x15\xa8\x3f\xf0\x00\x1b\x05\x15\xf5\x06\x00\x17\x2a\xa8\x28\xb0\x49\xd4\x16\x3e\x89\x0b\x88\x04\x88\x65\xdd\x0f\x1f\xa0\x04\xa0\x6c\xb0\x48\xd8\x29\x31\xb8\x75\xf0\x03\x01\x10\x46\x01\xf4\x00\x01\x10\x46\x01\xf0\x00\x01\x09\x46\x01\xf5\x0a\x00\x09\x0c\x8f\x08\x89\x08\x8f\x0f\x89\x0f\x98\x01\x98\x39\xd4\x08\x25\xd0\x08\x25\xf0\x02\x11\x09\x15\xf5\x0e\x00\x28\x40\x01\xd4\x27\x41\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xdd\x11\x1c\x98\x58\xd4\x11\x26\xf0\x00\x04\x0d\x49\x01\xa8\x2b\xdd\x11\x1f\xa0\x09\xd4\x11\x2a\xf0\x03\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xe0\x1e\x29\xd7\x1e\x30\xd1\x1e\x30\xd7\x1e\x39\xd1\x1e\x39\x90\x0b\xdd\x17\x20\xa0\x14\xa0\x7b\xb0\x4c\xd8\x24\x2c\xa8\x68\xb8\x08\xf4\x03\x01\x18\x42\x01\xdf\x41\x46\xc1\x15\xc4\x17\xf0\x09\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf4\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf4\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x0c\x03\x0d\x15\xdd\x10\x13\x97\x08\x91\x08\x97\x0f\x91\x0f\xa0\x09\xd4\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xf8\xdd\x13\x1d\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf0\x11\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf8\xf8\xf8\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf4\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf8\xf8\xf8\xf0\x0c\x03\x0d\x15\xdd\x10\x13\x97\x08\x91\x08\x97\x0f\x91\x0f\xa0\x09\xd4\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xf8\xdd\x13\x1d\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf0\x05\x03\x0d\x15\xdd\x10\x13\x97\x08\x91\x08\x97\x0f\x91\x0f\xa0\x09\xd4\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xf8\xdd\x13\x1d\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf8\xf8",
  143829             : };
  143830             : static
  143831             :     struct {
  143832             :         PyObject_VAR_HEAD
  143833             :         Py_hash_t ob_shash;
  143834             :         char ob_sval[139];
  143835             :     }
  143836             : runpy_toplevel_consts_20_exceptiontable = {
  143837             :     .ob_base = {
  143838             :         .ob_base = {
  143839             :             .ob_refcnt = 999999999,
  143840             :             .ob_type = &PyBytes_Type,
  143841             :         },
  143842             :         .ob_size = 138,
  143843             :     },
  143844             :     .ob_shash = -1,
  143845             :     .ob_sval = "\xc3\x07\x1d\x47\x07\x00\xc3\x24\x0e\x46\x06\x03\xc3\x32\x37\x45\x30\x05\xc4\x29\x0a\x46\x06\x03\xc4\x33\x0a\x47\x07\x00\xc4\x3e\x21\x45\x20\x02\xc5\x20\x0a\x45\x2d\x05\xc5\x2c\x01\x45\x2d\x05\xc5\x30\x05\x45\x39\x09\xc5\x35\x07\x46\x06\x03\xc5\x3c\x0a\x47\x07\x00\xc6\x06\x05\x46\x0f\x07\xc6\x0b\x07\x47\x07\x00\xc6\x13\x21\x46\x36\x00\xc6\x36\x0a\x47\x04\x03\xc7\x03\x01\x47\x04\x03\xc7\x07\x01\x47\x3b\x03\xc7\x09\x21\x47\x2b\x04\xc7\x2a\x01\x47\x3b\x03\xc7\x2b\x0a\x47\x38\x07\xc7\x35\x02\x47\x3b\x03\xc7\x37\x01\x47\x38\x07\xc7\x38\x03\x47\x3b\x03",
  143846             : };
  143847             : static
  143848             :     struct {
  143849             :         PyASCIIObject _ascii;
  143850             :         uint8_t _data[10];
  143851             :     }
  143852             : const_str_path_name = {
  143853             :     ._ascii = {
  143854             :         .ob_base = {
  143855             :             .ob_refcnt = 999999999,
  143856             :             .ob_type = &PyUnicode_Type,
  143857             :         },
  143858             :         .length = 9,
  143859             :         .hash = -1,
  143860             :         .state = {
  143861             :             .kind = 1,
  143862             :             .compact = 1,
  143863             :             .ascii = 1,
  143864             :         },
  143865             :     },
  143866             :     ._data = "path_name",
  143867             : };
  143868             : static
  143869             :     struct {
  143870             :         PyASCIIObject _ascii;
  143871             :         uint8_t _data[9];
  143872             :     }
  143873             : const_str_importer = {
  143874             :     ._ascii = {
  143875             :         .ob_base = {
  143876             :             .ob_refcnt = 999999999,
  143877             :             .ob_type = &PyUnicode_Type,
  143878             :         },
  143879             :         .length = 8,
  143880             :         .hash = -1,
  143881             :         .state = {
  143882             :             .kind = 1,
  143883             :             .compact = 1,
  143884             :             .ascii = 1,
  143885             :         },
  143886             :     },
  143887             :     ._data = "importer",
  143888             : };
  143889             : static
  143890             :     struct {
  143891             :         PyASCIIObject _ascii;
  143892             :         uint8_t _data[16];
  143893             :     }
  143894             : const_str_is_NullImporter = {
  143895             :     ._ascii = {
  143896             :         .ob_base = {
  143897             :             .ob_refcnt = 999999999,
  143898             :             .ob_type = &PyUnicode_Type,
  143899             :         },
  143900             :         .length = 15,
  143901             :         .hash = -1,
  143902             :         .state = {
  143903             :             .kind = 1,
  143904             :             .compact = 1,
  143905             :             .ascii = 1,
  143906             :         },
  143907             :     },
  143908             :     ._data = "is_NullImporter",
  143909             : };
  143910             : static
  143911             :     struct {
  143912             :         PyGC_Head _gc_head;
  143913             :         struct {
  143914             :             PyObject_VAR_HEAD
  143915             :             PyObject *ob_item[13];
  143916             :         }_object;
  143917             :     }
  143918             : runpy_toplevel_consts_20_localsplusnames = {
  143919             :     ._object = {
  143920             :         .ob_base = {
  143921             :             .ob_base = {
  143922             :                 .ob_refcnt = 999999999,
  143923             :                 .ob_type = &PyTuple_Type,
  143924             :             },
  143925             :             .ob_size = 13,
  143926             :         },
  143927             :         .ob_item = {
  143928             :             & const_str_path_name._ascii.ob_base,
  143929             :             & const_str_init_globals._ascii.ob_base,
  143930             :             & const_str_run_name._ascii.ob_base,
  143931             :             & const_str_pkg_name._ascii.ob_base,
  143932             :             & const_str_get_importer._ascii.ob_base,
  143933             :             & const_str_importer._ascii.ob_base,
  143934             :             & const_str_is_NullImporter._ascii.ob_base,
  143935             :             &_Py_ID(code),
  143936             :             & const_str_fname._ascii.ob_base,
  143937             :             & const_str_mod_name._ascii.ob_base,
  143938             :             & const_str_mod_spec._ascii.ob_base,
  143939             :             & const_str_temp_module._ascii.ob_base,
  143940             :             & const_str_mod_globals._ascii.ob_base,
  143941             :         },
  143942             :     },
  143943             : };
  143944             : static
  143945             :     struct _PyCode_DEF(1020)
  143946             : runpy_toplevel_consts_20 = {
  143947             :     .ob_base = {
  143948             :         .ob_base = {
  143949             :             .ob_refcnt = 999999999,
  143950             :             .ob_type = &PyCode_Type,
  143951             :         },
  143952             :         .ob_size = 510,
  143953             :     },
  143954             :     .co_consts = & runpy_toplevel_consts_20_consts._object.ob_base.ob_base,
  143955             :     .co_names = & runpy_toplevel_consts_20_names._object.ob_base.ob_base,
  143956             :     .co_exceptiontable = & runpy_toplevel_consts_20_exceptiontable.ob_base.ob_base,
  143957             :     .co_flags = 3,
  143958             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  143959             :     ._co_linearray_entry_size = 0,
  143960             :     .co_argcount = 3,
  143961             :     .co_posonlyargcount = 0,
  143962             :     .co_kwonlyargcount = 0,
  143963             :     .co_framesize = 23 + FRAME_SPECIALS_SIZE,
  143964             :     .co_stacksize = 10,
  143965             :     .co_firstlineno = 262,
  143966             :     .co_nlocalsplus = 13,
  143967             :     .co_nlocals = 13,
  143968             :     .co_nplaincellvars = 0,
  143969             :     .co_ncellvars = 0,
  143970             :     .co_nfreevars = 0,
  143971             :     .co_localsplusnames = & runpy_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
  143972             :     .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
  143973             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  143974             :     .co_name = & const_str_run_path._ascii.ob_base,
  143975             :     .co_qualname = & const_str_run_path._ascii.ob_base,
  143976             :     .co_linetable = & runpy_toplevel_consts_20_linetable.ob_base.ob_base,
  143977             :     ._co_code = NULL,
  143978             :     ._co_linearray = NULL,
  143979             :     .co_code_adaptive = "\x97\x00\x7c\x02\x80\x02\x64\x02\x7d\x02\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x64\x04\x64\x05\x6c\x01\x6d\x02\x7d\x04\x01\x00\x02\x00\x7c\x04\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x06\x7d\x06\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x6b\x02\x00\x00\x00\x00\x72\x1d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x09\x7d\x06\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x06\x72\x23\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x07\x7d\x08\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x01\x7c\x02\x7c\x03\x7c\x08\xac\x0a\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x09\x7d\x0a\x7d\x07\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x0b\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x0b\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x0c\x7c\x01\x7c\x02\x7c\x0a\x7c\x03\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x6e\x03\x78\x03\x59\x00\x77\x01\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0c\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x6e\x03\x78\x03\x59\x00\x77\x01\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x77\x00\x77\x00\x78\x03\x59\x00\x77\x01\x78\x03\x59\x00\x77\x01",
  143980             :     ._co_firsttraceable = 0,
  143981             : };
  143982             : static
  143983             :     struct {
  143984             :         PyASCIIObject _ascii;
  143985             :         uint8_t _data[34];
  143986             :     }
  143987             : runpy_toplevel_consts_23 = {
  143988             :     ._ascii = {
  143989             :         .ob_base = {
  143990             :             .ob_refcnt = 999999999,
  143991             :             .ob_type = &PyUnicode_Type,
  143992             :         },
  143993             :         .length = 33,
  143994             :         .hash = -1,
  143995             :         .state = {
  143996             :             .kind = 1,
  143997             :             .compact = 1,
  143998             :             .ascii = 1,
  143999             :         },
  144000             :     },
  144001             :     ._data = "No module specified for execution",
  144002             : };
  144003             : static
  144004             :     struct {
  144005             :         PyGC_Head _gc_head;
  144006             :         struct {
  144007             :             PyObject_VAR_HEAD
  144008             :             PyObject *ob_item[3];
  144009             :         }_object;
  144010             :     }
  144011             : runpy_toplevel_consts_27 = {
  144012             :     ._object = {
  144013             :         .ob_base = {
  144014             :             .ob_base = {
  144015             :                 .ob_refcnt = 999999999,
  144016             :                 .ob_type = &PyTuple_Type,
  144017             :             },
  144018             :             .ob_size = 3,
  144019             :         },
  144020             :         .ob_item = {
  144021             :             Py_None,
  144022             :             Py_None,
  144023             :             Py_False,
  144024             :         },
  144025             :     },
  144026             : };
  144027             : static
  144028             :     struct {
  144029             :         PyGC_Head _gc_head;
  144030             :         struct {
  144031             :             PyObject_VAR_HEAD
  144032             :             PyObject *ob_item[29];
  144033             :         }_object;
  144034             :     }
  144035             : runpy_toplevel_consts = {
  144036             :     ._object = {
  144037             :         .ob_base = {
  144038             :             .ob_base = {
  144039             :                 .ob_refcnt = 999999999,
  144040             :                 .ob_type = &PyTuple_Type,
  144041             :             },
  144042             :             .ob_size = 29,
  144043             :         },
  144044             :         .ob_item = {
  144045             :             & runpy_toplevel_consts_0._ascii.ob_base,
  144046             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
  144047             :             Py_None,
  144048             :             & const_str_run_module._ascii.ob_base,
  144049             :             & const_str_run_path._ascii.ob_base,
  144050             :             & runpy_toplevel_consts_5.ob_base.ob_base,
  144051             :             & const_str__TempModule._ascii.ob_base,
  144052             :             & runpy_toplevel_consts_7.ob_base.ob_base,
  144053             :             & const_str__ModifiedArgv0._ascii.ob_base,
  144054             :             & runpy_toplevel_consts_9.ob_base.ob_base,
  144055             :             & runpy_toplevel_consts_10.ob_base.ob_base,
  144056             :             & runpy_toplevel_consts_11.ob_base.ob_base,
  144057             :             & runpy_toplevel_consts_12.ob_base.ob_base,
  144058             :             & const_str__Error._ascii.ob_base,
  144059             :             Py_True,
  144060             :             & runpy_toplevel_consts_15.ob_base.ob_base,
  144061             :             Py_False,
  144062             :             & runpy_toplevel_consts_17.ob_base.ob_base,
  144063             :             & runpy_toplevel_consts_18.ob_base.ob_base,
  144064             :             & runpy_toplevel_consts_19.ob_base.ob_base,
  144065             :             & runpy_toplevel_consts_20.ob_base.ob_base,
  144066             :             &_Py_ID(__main__),
  144067             :             (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
  144068             :             & runpy_toplevel_consts_23._ascii.ob_base,
  144069             :             & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
  144070             :             & codecs_toplevel_consts_12_consts_7._object.ob_base.ob_base,
  144071             :             & importlib__bootstrap_external_toplevel_consts_83._object.ob_base.ob_base,
  144072             :             & runpy_toplevel_consts_27._object.ob_base.ob_base,
  144073             :             & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
  144074             :         },
  144075             :     },
  144076             : };
  144077             : static
  144078             :     struct {
  144079             :         PyASCIIObject _ascii;
  144080             :         uint8_t _data[20];
  144081             :     }
  144082             : runpy_toplevel_names_2 = {
  144083             :     ._ascii = {
  144084             :         .ob_base = {
  144085             :             .ob_refcnt = 999999999,
  144086             :             .ob_type = &PyUnicode_Type,
  144087             :         },
  144088             :         .length = 19,
  144089             :         .hash = -1,
  144090             :         .state = {
  144091             :             .kind = 1,
  144092             :             .compact = 1,
  144093             :             .ascii = 1,
  144094             :         },
  144095             :     },
  144096             :     ._data = "importlib.machinery",
  144097             : };
  144098             : static
  144099             :     struct {
  144100             :         PyASCIIObject _ascii;
  144101             :         uint8_t _data[15];
  144102             :     }
  144103             : runpy_toplevel_names_4 = {
  144104             :     ._ascii = {
  144105             :         .ob_base = {
  144106             :             .ob_refcnt = 999999999,
  144107             :             .ob_type = &PyUnicode_Type,
  144108             :         },
  144109             :         .length = 14,
  144110             :         .hash = -1,
  144111             :         .state = {
  144112             :             .kind = 1,
  144113             :             .compact = 1,
  144114             :             .ascii = 1,
  144115             :         },
  144116             :     },
  144117             :     ._data = "importlib.util",
  144118             : };
  144119             : static
  144120             :     struct {
  144121             :         PyGC_Head _gc_head;
  144122             :         struct {
  144123             :             PyObject_VAR_HEAD
  144124             :             PyObject *ob_item[29];
  144125             :         }_object;
  144126             :     }
  144127             : runpy_toplevel_names = {
  144128             :     ._object = {
  144129             :         .ob_base = {
  144130             :             .ob_base = {
  144131             :                 .ob_refcnt = 999999999,
  144132             :                 .ob_type = &PyTuple_Type,
  144133             :             },
  144134             :             .ob_size = 29,
  144135             :         },
  144136             :         .ob_item = {
  144137             :             &_Py_ID(__doc__),
  144138             :             & const_str_sys._ascii.ob_base,
  144139             :             & runpy_toplevel_names_2._ascii.ob_base,
  144140             :             &_Py_ID(importlib),
  144141             :             & runpy_toplevel_names_4._ascii.ob_base,
  144142             :             & const_str_io._ascii.ob_base,
  144143             :             & const_str_os._ascii.ob_base,
  144144             :             &_Py_ID(__all__),
  144145             :             & const_str_type._ascii.ob_base,
  144146             :             & const_str_ModuleType._ascii.ob_base,
  144147             :             & const_str_object._ascii.ob_base,
  144148             :             & const_str__TempModule._ascii.ob_base,
  144149             :             & const_str__ModifiedArgv0._ascii.ob_base,
  144150             :             & const_str__run_code._ascii.ob_base,
  144151             :             & const_str__run_module_code._ascii.ob_base,
  144152             :             & const_str_ImportError._ascii.ob_base,
  144153             :             & const_str__get_module_details._ascii.ob_base,
  144154             :             & const_str_Exception._ascii.ob_base,
  144155             :             & const_str__Error._ascii.ob_base,
  144156             :             & const_str__run_module_as_main._ascii.ob_base,
  144157             :             & const_str_run_module._ascii.ob_base,
  144158             :             & const_str__get_main_module_details._ascii.ob_base,
  144159             :             & const_str__get_code_from_file._ascii.ob_base,
  144160             :             & const_str_run_path._ascii.ob_base,
  144161             :             &_Py_ID(__name__),
  144162             :             &_Py_ID(len),
  144163             :             & const_str_argv._ascii.ob_base,
  144164             :             & const_str_print._ascii.ob_base,
  144165             :             &_Py_ID(stderr),
  144166             :         },
  144167             :     },
  144168             : };
  144169             : static
  144170             :     struct {
  144171             :         PyObject_VAR_HEAD
  144172             :         Py_hash_t ob_shash;
  144173             :         char ob_sval[531];
  144174             :     }
  144175             : runpy_toplevel_linetable = {
  144176             :     .ob_base = {
  144177             :         .ob_base = {
  144178             :             .ob_refcnt = 999999999,
  144179             :             .ob_type = &PyBytes_Type,
  144180             :         },
  144181             :         .ob_size = 530,
  144182             :     },
  144183             :     .ob_shash = -1,
  144184             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x07\x01\x04\xf0\x00\x07\x01\x04\xf0\x18\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x1a\xd0\x00\x1a\xd0\x00\x1a\xd0\x00\x1a\xd8\x00\x15\xd0\x00\x15\xd0\x00\x15\xd0\x00\x15\xd8\x00\x09\x80\x09\x80\x09\x80\x09\xd8\x00\x09\x80\x09\x80\x09\x80\x09\xf0\x06\x00\x05\x11\x90\x2a\xf0\x03\x02\x0b\x02\x80\x07\xf0\x0a\x00\x0e\x12\x88\x54\x90\x23\x8c\x59\x80\x0a\xf0\x04\x15\x01\x20\xf0\x00\x15\x01\x20\xf0\x00\x15\x01\x20\xf0\x00\x15\x01\x20\xf0\x00\x15\x01\x20\x90\x26\xf4\x00\x15\x01\x20\xf0\x00\x15\x01\x20\xf0\x2e\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\x90\x56\xf4\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x20\x00\x2f\x33\xd8\x17\x1b\xd8\x17\x1b\xf0\x05\x18\x01\x17\xf0\x00\x18\x01\x17\xf0\x00\x18\x01\x17\xf0\x00\x18\x01\x17\xf0\x34\x00\x29\x2d\xd8\x1d\x21\xd8\x1d\x21\xf0\x05\x0b\x01\x1e\xf0\x00\x0b\x01\x1e\xf0\x00\x0b\x01\x1e\xf0\x00\x0b\x01\x1e\xf0\x1c\x00\x29\x34\xf0\x00\x3b\x01\x20\xf0\x00\x3b\x01\x20\xf0\x00\x3b\x01\x20\xf0\x00\x3b\x01\x20\xf0\x7a\x01\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\x88\x59\xf4\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x0e\x00\x2e\x32\xf0\x00\x1a\x01\x2b\xf0\x00\x1a\x01\x2b\xf0\x00\x1a\x01\x2b\xf0\x38\x00\x27\x2b\xd8\x18\x1c\xf0\x03\x1c\x01\x45\x01\xf0\x00\x1c\x01\x45\x01\xf0\x00\x1c\x01\x45\x01\xf0\x00\x1c\x01\x45\x01\xf0\x3c\x00\x24\x2f\xf0\x00\x10\x01\x2c\xf0\x00\x10\x01\x2c\xf0\x00\x10\x01\x2c\xf0\x00\x10\x01\x2c\xf0\x26\x0a\x01\x17\xf0\x00\x0a\x01\x17\xf0\x00\x0a\x01\x17\xf0\x18\x00\x26\x2a\xf0\x00\x34\x01\x15\xf0\x00\x34\x01\x15\xf0\x00\x34\x01\x15\xf0\x6e\x01\x00\x04\x0c\x88\x7a\xd2\x03\x19\xf0\x00\x06\x01\x29\xe0\x07\x0a\x80\x73\x88\x33\x8f\x38\x89\x38\x84\x7d\x90\x71\xd2\x07\x18\xf0\x00\x04\x05\x29\xd8\x08\x0d\x88\x05\xd0\x0e\x31\xb8\x03\xbf\x0a\xb9\x0a\xd0\x08\x43\xd4\x08\x43\xd0\x08\x43\xd0\x08\x43\xd0\x08\x43\xe0\x0c\x0f\x8f\x48\x89\x48\x90\x51\x88\x4b\xd8\x08\x1b\xd0\x08\x1b\x98\x43\x9f\x48\x99\x48\xa0\x51\x9c\x4b\xd4\x08\x28\xd0\x08\x28\xd0\x08\x28\xd0\x08\x28\xf0\x0d\x06\x01\x29\xf0\x00\x06\x01\x29",
  144185             : };
  144186             : static
  144187             :     struct _PyCode_DEF(414)
  144188             : runpy_toplevel = {
  144189             :     .ob_base = {
  144190             :         .ob_base = {
  144191             :             .ob_refcnt = 999999999,
  144192             :             .ob_type = &PyCode_Type,
  144193             :         },
  144194             :         .ob_size = 207,
  144195             :     },
  144196             :     .co_consts = & runpy_toplevel_consts._object.ob_base.ob_base,
  144197             :     .co_names = & runpy_toplevel_names._object.ob_base.ob_base,
  144198             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144199             :     .co_flags = 0,
  144200             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  144201             :     ._co_linearray_entry_size = 0,
  144202             :     .co_argcount = 0,
  144203             :     .co_posonlyargcount = 0,
  144204             :     .co_kwonlyargcount = 0,
  144205             :     .co_framesize = 5 + FRAME_SPECIALS_SIZE,
  144206             :     .co_stacksize = 5,
  144207             :     .co_firstlineno = 1,
  144208             :     .co_nlocalsplus = 0,
  144209             :     .co_nlocals = 0,
  144210             :     .co_nplaincellvars = 0,
  144211             :     .co_ncellvars = 0,
  144212             :     .co_nfreevars = 0,
  144213             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  144214             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144215             :     .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
  144216             :     .co_name = &_Py_STR(anon_module),
  144217             :     .co_qualname = &_Py_STR(anon_module),
  144218             :     .co_linetable = & runpy_toplevel_linetable.ob_base.ob_base,
  144219             :     ._co_code = NULL,
  144220             :     ._co_linearray = NULL,
  144221             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x03\x64\x01\x64\x02\x6c\x04\x5a\x03\x64\x01\x64\x02\x6c\x05\x5a\x05\x64\x01\x64\x02\x6c\x06\x5a\x06\x64\x03\x64\x04\x67\x02\x5a\x07\x02\x00\x65\x08\x65\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\x65\x0a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\x65\x0a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x09\x00\x09\x00\x09\x00\x64\x19\x64\x09\x84\x01\x5a\x0d\x09\x00\x09\x00\x09\x00\x64\x19\x64\x0a\x84\x01\x5a\x0e\x65\x0f\x66\x01\x64\x0b\x84\x01\x5a\x10\x02\x00\x47\x00\x64\x0c\x84\x00\x64\x0d\x65\x11\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x64\x1a\x64\x0f\x84\x01\x5a\x13\x09\x00\x09\x00\x64\x1b\x64\x11\x84\x01\x5a\x14\x65\x0f\x66\x01\x64\x12\x84\x01\x5a\x15\x64\x13\x84\x00\x5a\x16\x64\x1c\x64\x14\x84\x01\x5a\x17\x65\x18\x64\x15\x6b\x02\x00\x00\x00\x00\x72\x56\x02\x00\x65\x19\x65\x01\x6a\x34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x16\x6b\x00\x00\x00\x00\x00\x72\x17\x02\x00\x65\x1b\x64\x17\x65\x01\x6a\x38\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x18\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x65\x01\x6a\x34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x3d\x00\x02\x00\x65\x13\x65\x01\x6a\x34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x64\x02\x53\x00",
  144222             :     ._co_firsttraceable = 0,
  144223             : };
  144224           0 : static void runpy_do_patchups(void) {
  144225           0 : }
  144226             : 
  144227             : PyObject *
  144228           0 : _Py_get_runpy_toplevel(void)
  144229             : {
  144230           0 :     runpy_do_patchups();
  144231           0 :     return Py_NewRef((PyObject *) &runpy_toplevel);
  144232             : }
  144233             : 
  144234             : static
  144235             :     struct {
  144236             :         PyASCIIObject _ascii;
  144237             :         uint8_t _data[17];
  144238             :     }
  144239             : const_str_TestFrozenUtf8_1 = {
  144240             :     ._ascii = {
  144241             :         .ob_base = {
  144242             :             .ob_refcnt = 999999999,
  144243             :             .ob_type = &PyUnicode_Type,
  144244             :         },
  144245             :         .length = 16,
  144246             :         .hash = -1,
  144247             :         .state = {
  144248             :             .kind = 1,
  144249             :             .compact = 1,
  144250             :             .ascii = 1,
  144251             :         },
  144252             :     },
  144253             :     ._data = "TestFrozenUtf8_1",
  144254             : };
  144255             : static
  144256             :     struct {
  144257             :         PyCompactUnicodeObject _compact;
  144258             :         uint8_t _data[2];
  144259             :     }
  144260             : __hello___toplevel_consts_1_consts_1 = {
  144261             :     ._compact = {
  144262             :         ._base = {
  144263             :             .ob_base = {
  144264             :                 .ob_refcnt = 999999999,
  144265             :                 .ob_type = &PyUnicode_Type,
  144266             :             },
  144267             :             .length = 1,
  144268             :             .hash = -1,
  144269             :             .state = {
  144270             :                 .kind = 1,
  144271             :                 .compact = 1,
  144272             :                 .ascii = 0,
  144273             :             },
  144274             :         },
  144275             :     },
  144276             :     ._data = {
  144277             :         182,
  144278             :     },
  144279             : };
  144280             : static
  144281             :     struct {
  144282             :         PyGC_Head _gc_head;
  144283             :         struct {
  144284             :             PyObject_VAR_HEAD
  144285             :             PyObject *ob_item[3];
  144286             :         }_object;
  144287             :     }
  144288             : __hello___toplevel_consts_1_consts = {
  144289             :     ._object = {
  144290             :         .ob_base = {
  144291             :             .ob_base = {
  144292             :                 .ob_refcnt = 999999999,
  144293             :                 .ob_type = &PyTuple_Type,
  144294             :             },
  144295             :             .ob_size = 3,
  144296             :         },
  144297             :         .ob_item = {
  144298             :             & const_str_TestFrozenUtf8_1._ascii.ob_base,
  144299             :             & __hello___toplevel_consts_1_consts_1._compact._base.ob_base,
  144300             :             Py_None,
  144301             :         },
  144302             :     },
  144303             : };
  144304             : static
  144305             :     struct {
  144306             :         PyASCIIObject _ascii;
  144307             :         uint8_t _data[19];
  144308             :     }
  144309             : __hello___toplevel_consts_1_filename = {
  144310             :     ._ascii = {
  144311             :         .ob_base = {
  144312             :             .ob_refcnt = 999999999,
  144313             :             .ob_type = &PyUnicode_Type,
  144314             :         },
  144315             :         .length = 18,
  144316             :         .hash = -1,
  144317             :         .state = {
  144318             :             .kind = 1,
  144319             :             .compact = 1,
  144320             :             .ascii = 1,
  144321             :         },
  144322             :     },
  144323             :     ._data = "<frozen __hello__>",
  144324             : };
  144325             : static
  144326             :     struct {
  144327             :         PyObject_VAR_HEAD
  144328             :         Py_hash_t ob_shash;
  144329             :         char ob_sval[20];
  144330             :     }
  144331             : __hello___toplevel_consts_1_linetable = {
  144332             :     .ob_base = {
  144333             :         .ob_base = {
  144334             :             .ob_refcnt = 999999999,
  144335             :             .ob_type = &PyBytes_Type,
  144336             :         },
  144337             :         .ob_size = 19,
  144338             :     },
  144339             :     .ob_shash = -1,
  144340             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x10\x80\x4c\x80\x4c\x80\x4c",
  144341             : };
  144342             : static
  144343             :     struct _PyCode_DEF(18)
  144344             : __hello___toplevel_consts_1 = {
  144345             :     .ob_base = {
  144346             :         .ob_base = {
  144347             :             .ob_refcnt = 999999999,
  144348             :             .ob_type = &PyCode_Type,
  144349             :         },
  144350             :         .ob_size = 9,
  144351             :     },
  144352             :     .co_consts = & __hello___toplevel_consts_1_consts._object.ob_base.ob_base,
  144353             :     .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
  144354             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144355             :     .co_flags = 0,
  144356             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  144357             :     ._co_linearray_entry_size = 0,
  144358             :     .co_argcount = 0,
  144359             :     .co_posonlyargcount = 0,
  144360             :     .co_kwonlyargcount = 0,
  144361             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  144362             :     .co_stacksize = 1,
  144363             :     .co_firstlineno = 3,
  144364             :     .co_nlocalsplus = 0,
  144365             :     .co_nlocals = 0,
  144366             :     .co_nplaincellvars = 0,
  144367             :     .co_ncellvars = 0,
  144368             :     .co_nfreevars = 0,
  144369             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  144370             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144371             :     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
  144372             :     .co_name = & const_str_TestFrozenUtf8_1._ascii.ob_base,
  144373             :     .co_qualname = & const_str_TestFrozenUtf8_1._ascii.ob_base,
  144374             :     .co_linetable = & __hello___toplevel_consts_1_linetable.ob_base.ob_base,
  144375             :     ._co_code = NULL,
  144376             :     ._co_linearray = NULL,
  144377             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
  144378             :     ._co_firsttraceable = 0,
  144379             : };
  144380             : static
  144381             :     struct {
  144382             :         PyASCIIObject _ascii;
  144383             :         uint8_t _data[17];
  144384             :     }
  144385             : const_str_TestFrozenUtf8_2 = {
  144386             :     ._ascii = {
  144387             :         .ob_base = {
  144388             :             .ob_refcnt = 999999999,
  144389             :             .ob_type = &PyUnicode_Type,
  144390             :         },
  144391             :         .length = 16,
  144392             :         .hash = -1,
  144393             :         .state = {
  144394             :             .kind = 1,
  144395             :             .compact = 1,
  144396             :             .ascii = 1,
  144397             :         },
  144398             :     },
  144399             :     ._data = "TestFrozenUtf8_2",
  144400             : };
  144401             : static
  144402             :     struct {
  144403             :         PyCompactUnicodeObject _compact;
  144404             :         uint16_t _data[2];
  144405             :     }
  144406             : __hello___toplevel_consts_3_consts_1 = {
  144407             :     ._compact = {
  144408             :         ._base = {
  144409             :             .ob_base = {
  144410             :                 .ob_refcnt = 999999999,
  144411             :                 .ob_type = &PyUnicode_Type,
  144412             :             },
  144413             :             .length = 1,
  144414             :             .hash = -1,
  144415             :             .state = {
  144416             :                 .kind = 2,
  144417             :                 .compact = 1,
  144418             :                 .ascii = 0,
  144419             :             },
  144420             :         },
  144421             :     },
  144422             :     ._data = {
  144423             :         960,
  144424             :     },
  144425             : };
  144426             : static
  144427             :     struct {
  144428             :         PyGC_Head _gc_head;
  144429             :         struct {
  144430             :             PyObject_VAR_HEAD
  144431             :             PyObject *ob_item[3];
  144432             :         }_object;
  144433             :     }
  144434             : __hello___toplevel_consts_3_consts = {
  144435             :     ._object = {
  144436             :         .ob_base = {
  144437             :             .ob_base = {
  144438             :                 .ob_refcnt = 999999999,
  144439             :                 .ob_type = &PyTuple_Type,
  144440             :             },
  144441             :             .ob_size = 3,
  144442             :         },
  144443             :         .ob_item = {
  144444             :             & const_str_TestFrozenUtf8_2._ascii.ob_base,
  144445             :             & __hello___toplevel_consts_3_consts_1._compact._base.ob_base,
  144446             :             Py_None,
  144447             :         },
  144448             :     },
  144449             : };
  144450             : static
  144451             :     struct _PyCode_DEF(18)
  144452             : __hello___toplevel_consts_3 = {
  144453             :     .ob_base = {
  144454             :         .ob_base = {
  144455             :             .ob_refcnt = 999999999,
  144456             :             .ob_type = &PyCode_Type,
  144457             :         },
  144458             :         .ob_size = 9,
  144459             :     },
  144460             :     .co_consts = & __hello___toplevel_consts_3_consts._object.ob_base.ob_base,
  144461             :     .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
  144462             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144463             :     .co_flags = 0,
  144464             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  144465             :     ._co_linearray_entry_size = 0,
  144466             :     .co_argcount = 0,
  144467             :     .co_posonlyargcount = 0,
  144468             :     .co_kwonlyargcount = 0,
  144469             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  144470             :     .co_stacksize = 1,
  144471             :     .co_firstlineno = 6,
  144472             :     .co_nlocalsplus = 0,
  144473             :     .co_nlocals = 0,
  144474             :     .co_nplaincellvars = 0,
  144475             :     .co_ncellvars = 0,
  144476             :     .co_nfreevars = 0,
  144477             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  144478             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144479             :     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
  144480             :     .co_name = & const_str_TestFrozenUtf8_2._ascii.ob_base,
  144481             :     .co_qualname = & const_str_TestFrozenUtf8_2._ascii.ob_base,
  144482             :     .co_linetable = & __hello___toplevel_consts_1_linetable.ob_base.ob_base,
  144483             :     ._co_code = NULL,
  144484             :     ._co_linearray = NULL,
  144485             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
  144486             :     ._co_firsttraceable = 0,
  144487             : };
  144488             : static
  144489             :     struct {
  144490             :         PyASCIIObject _ascii;
  144491             :         uint8_t _data[17];
  144492             :     }
  144493             : const_str_TestFrozenUtf8_4 = {
  144494             :     ._ascii = {
  144495             :         .ob_base = {
  144496             :             .ob_refcnt = 999999999,
  144497             :             .ob_type = &PyUnicode_Type,
  144498             :         },
  144499             :         .length = 16,
  144500             :         .hash = -1,
  144501             :         .state = {
  144502             :             .kind = 1,
  144503             :             .compact = 1,
  144504             :             .ascii = 1,
  144505             :         },
  144506             :     },
  144507             :     ._data = "TestFrozenUtf8_4",
  144508             : };
  144509             : static
  144510             :     struct {
  144511             :         PyCompactUnicodeObject _compact;
  144512             :         uint32_t _data[2];
  144513             :     }
  144514             : __hello___toplevel_consts_5_consts_1 = {
  144515             :     ._compact = {
  144516             :         ._base = {
  144517             :             .ob_base = {
  144518             :                 .ob_refcnt = 999999999,
  144519             :                 .ob_type = &PyUnicode_Type,
  144520             :             },
  144521             :             .length = 1,
  144522             :             .hash = -1,
  144523             :             .state = {
  144524             :                 .kind = 4,
  144525             :                 .compact = 1,
  144526             :                 .ascii = 0,
  144527             :             },
  144528             :         },
  144529             :     },
  144530             :     ._data = {
  144531             :         128512,
  144532             :     },
  144533             : };
  144534             : static
  144535             :     struct {
  144536             :         PyGC_Head _gc_head;
  144537             :         struct {
  144538             :             PyObject_VAR_HEAD
  144539             :             PyObject *ob_item[3];
  144540             :         }_object;
  144541             :     }
  144542             : __hello___toplevel_consts_5_consts = {
  144543             :     ._object = {
  144544             :         .ob_base = {
  144545             :             .ob_base = {
  144546             :                 .ob_refcnt = 999999999,
  144547             :                 .ob_type = &PyTuple_Type,
  144548             :             },
  144549             :             .ob_size = 3,
  144550             :         },
  144551             :         .ob_item = {
  144552             :             & const_str_TestFrozenUtf8_4._ascii.ob_base,
  144553             :             & __hello___toplevel_consts_5_consts_1._compact._base.ob_base,
  144554             :             Py_None,
  144555             :         },
  144556             :     },
  144557             : };
  144558             : static
  144559             :     struct {
  144560             :         PyObject_VAR_HEAD
  144561             :         Py_hash_t ob_shash;
  144562             :         char ob_sval[23];
  144563             :     }
  144564             : __hello___toplevel_consts_5_linetable = {
  144565             :     .ob_base = {
  144566             :         .ob_base = {
  144567             :             .ob_refcnt = 999999999,
  144568             :             .ob_type = &PyBytes_Type,
  144569             :         },
  144570             :         .ob_size = 22,
  144571             :     },
  144572             :     .ob_shash = -1,
  144573             :     .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14",
  144574             : };
  144575             : static
  144576             :     struct _PyCode_DEF(18)
  144577             : __hello___toplevel_consts_5 = {
  144578             :     .ob_base = {
  144579             :         .ob_base = {
  144580             :             .ob_refcnt = 999999999,
  144581             :             .ob_type = &PyCode_Type,
  144582             :         },
  144583             :         .ob_size = 9,
  144584             :     },
  144585             :     .co_consts = & __hello___toplevel_consts_5_consts._object.ob_base.ob_base,
  144586             :     .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
  144587             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144588             :     .co_flags = 0,
  144589             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  144590             :     ._co_linearray_entry_size = 0,
  144591             :     .co_argcount = 0,
  144592             :     .co_posonlyargcount = 0,
  144593             :     .co_kwonlyargcount = 0,
  144594             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  144595             :     .co_stacksize = 1,
  144596             :     .co_firstlineno = 9,
  144597             :     .co_nlocalsplus = 0,
  144598             :     .co_nlocals = 0,
  144599             :     .co_nplaincellvars = 0,
  144600             :     .co_ncellvars = 0,
  144601             :     .co_nfreevars = 0,
  144602             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  144603             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144604             :     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
  144605             :     .co_name = & const_str_TestFrozenUtf8_4._ascii.ob_base,
  144606             :     .co_qualname = & const_str_TestFrozenUtf8_4._ascii.ob_base,
  144607             :     .co_linetable = & __hello___toplevel_consts_5_linetable.ob_base.ob_base,
  144608             :     ._co_code = NULL,
  144609             :     ._co_linearray = NULL,
  144610             :     .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
  144611             :     ._co_firsttraceable = 0,
  144612             : };
  144613             : static
  144614             :     struct {
  144615             :         PyASCIIObject _ascii;
  144616             :         uint8_t _data[13];
  144617             :     }
  144618             : __hello___toplevel_consts_7_consts_1 = {
  144619             :     ._ascii = {
  144620             :         .ob_base = {
  144621             :             .ob_refcnt = 999999999,
  144622             :             .ob_type = &PyUnicode_Type,
  144623             :         },
  144624             :         .length = 12,
  144625             :         .hash = -1,
  144626             :         .state = {
  144627             :             .kind = 1,
  144628             :             .compact = 1,
  144629             :             .ascii = 1,
  144630             :         },
  144631             :     },
  144632             :     ._data = "Hello world!",
  144633             : };
  144634             : static
  144635             :     struct {
  144636             :         PyGC_Head _gc_head;
  144637             :         struct {
  144638             :             PyObject_VAR_HEAD
  144639             :             PyObject *ob_item[2];
  144640             :         }_object;
  144641             :     }
  144642             : __hello___toplevel_consts_7_consts = {
  144643             :     ._object = {
  144644             :         .ob_base = {
  144645             :             .ob_base = {
  144646             :                 .ob_refcnt = 999999999,
  144647             :                 .ob_type = &PyTuple_Type,
  144648             :             },
  144649             :             .ob_size = 2,
  144650             :         },
  144651             :         .ob_item = {
  144652             :             Py_None,
  144653             :             & __hello___toplevel_consts_7_consts_1._ascii.ob_base,
  144654             :         },
  144655             :     },
  144656             : };
  144657             : static
  144658             :     struct {
  144659             :         PyGC_Head _gc_head;
  144660             :         struct {
  144661             :             PyObject_VAR_HEAD
  144662             :             PyObject *ob_item[1];
  144663             :         }_object;
  144664             :     }
  144665             : __hello___toplevel_consts_7_names = {
  144666             :     ._object = {
  144667             :         .ob_base = {
  144668             :             .ob_base = {
  144669             :                 .ob_refcnt = 999999999,
  144670             :                 .ob_type = &PyTuple_Type,
  144671             :             },
  144672             :             .ob_size = 1,
  144673             :         },
  144674             :         .ob_item = {
  144675             :             & const_str_print._ascii.ob_base,
  144676             :         },
  144677             :     },
  144678             : };
  144679             : static
  144680             :     struct {
  144681             :         PyObject_VAR_HEAD
  144682             :         Py_hash_t ob_shash;
  144683             :         char ob_sval[20];
  144684             :     }
  144685             : __hello___toplevel_consts_7_linetable = {
  144686             :     .ob_base = {
  144687             :         .ob_base = {
  144688             :             .ob_refcnt = 999999999,
  144689             :             .ob_type = &PyBytes_Type,
  144690             :         },
  144691             :         .ob_size = 19,
  144692             :     },
  144693             :     .ob_shash = -1,
  144694             :     .ob_sval = "\x80\x00\xdd\x04\x09\x88\x2e\xd4\x04\x19\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19",
  144695             : };
  144696             : static
  144697             :     struct _PyCode_DEF(32)
  144698             : __hello___toplevel_consts_7 = {
  144699             :     .ob_base = {
  144700             :         .ob_base = {
  144701             :             .ob_refcnt = 999999999,
  144702             :             .ob_type = &PyCode_Type,
  144703             :         },
  144704             :         .ob_size = 16,
  144705             :     },
  144706             :     .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
  144707             :     .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
  144708             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144709             :     .co_flags = 3,
  144710             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  144711             :     ._co_linearray_entry_size = 0,
  144712             :     .co_argcount = 0,
  144713             :     .co_posonlyargcount = 0,
  144714             :     .co_kwonlyargcount = 0,
  144715             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
  144716             :     .co_stacksize = 3,
  144717             :     .co_firstlineno = 12,
  144718             :     .co_nlocalsplus = 0,
  144719             :     .co_nlocals = 0,
  144720             :     .co_nplaincellvars = 0,
  144721             :     .co_ncellvars = 0,
  144722             :     .co_nfreevars = 0,
  144723             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  144724             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144725             :     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
  144726             :     .co_name = & const_str_main._ascii.ob_base,
  144727             :     .co_qualname = & const_str_main._ascii.ob_base,
  144728             :     .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
  144729             :     ._co_code = NULL,
  144730             :     ._co_linearray = NULL,
  144731             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
  144732             :     ._co_firsttraceable = 0,
  144733             : };
  144734             : static
  144735             :     struct {
  144736             :         PyGC_Head _gc_head;
  144737             :         struct {
  144738             :             PyObject_VAR_HEAD
  144739             :             PyObject *ob_item[10];
  144740             :         }_object;
  144741             :     }
  144742             : __hello___toplevel_consts = {
  144743             :     ._object = {
  144744             :         .ob_base = {
  144745             :             .ob_base = {
  144746             :                 .ob_refcnt = 999999999,
  144747             :                 .ob_type = &PyTuple_Type,
  144748             :             },
  144749             :             .ob_size = 10,
  144750             :         },
  144751             :         .ob_item = {
  144752             :             Py_True,
  144753             :             & __hello___toplevel_consts_1.ob_base.ob_base,
  144754             :             & const_str_TestFrozenUtf8_1._ascii.ob_base,
  144755             :             & __hello___toplevel_consts_3.ob_base.ob_base,
  144756             :             & const_str_TestFrozenUtf8_2._ascii.ob_base,
  144757             :             & __hello___toplevel_consts_5.ob_base.ob_base,
  144758             :             & const_str_TestFrozenUtf8_4._ascii.ob_base,
  144759             :             & __hello___toplevel_consts_7.ob_base.ob_base,
  144760             :             &_Py_ID(__main__),
  144761             :             Py_None,
  144762             :         },
  144763             :     },
  144764             : };
  144765             : static
  144766             :     struct {
  144767             :         PyASCIIObject _ascii;
  144768             :         uint8_t _data[12];
  144769             :     }
  144770             : const_str_initialized = {
  144771             :     ._ascii = {
  144772             :         .ob_base = {
  144773             :             .ob_refcnt = 999999999,
  144774             :             .ob_type = &PyUnicode_Type,
  144775             :         },
  144776             :         .length = 11,
  144777             :         .hash = -1,
  144778             :         .state = {
  144779             :             .kind = 1,
  144780             :             .compact = 1,
  144781             :             .ascii = 1,
  144782             :         },
  144783             :     },
  144784             :     ._data = "initialized",
  144785             : };
  144786             : static
  144787             :     struct {
  144788             :         PyGC_Head _gc_head;
  144789             :         struct {
  144790             :             PyObject_VAR_HEAD
  144791             :             PyObject *ob_item[6];
  144792             :         }_object;
  144793             :     }
  144794             : __hello___toplevel_names = {
  144795             :     ._object = {
  144796             :         .ob_base = {
  144797             :             .ob_base = {
  144798             :                 .ob_refcnt = 999999999,
  144799             :                 .ob_type = &PyTuple_Type,
  144800             :             },
  144801             :             .ob_size = 6,
  144802             :         },
  144803             :         .ob_item = {
  144804             :             & const_str_initialized._ascii.ob_base,
  144805             :             & const_str_TestFrozenUtf8_1._ascii.ob_base,
  144806             :             & const_str_TestFrozenUtf8_2._ascii.ob_base,
  144807             :             & const_str_TestFrozenUtf8_4._ascii.ob_base,
  144808             :             & const_str_main._ascii.ob_base,
  144809             :             &_Py_ID(__name__),
  144810             :         },
  144811             :     },
  144812             : };
  144813             : static
  144814             :     struct {
  144815             :         PyObject_VAR_HEAD
  144816             :         Py_hash_t ob_shash;
  144817             :         char ob_sval[169];
  144818             :     }
  144819             : __hello___toplevel_linetable = {
  144820             :     .ob_base = {
  144821             :         .ob_base = {
  144822             :             .ob_refcnt = 999999999,
  144823             :             .ob_type = &PyBytes_Type,
  144824             :         },
  144825             :         .ob_size = 168,
  144826             :     },
  144827             :     .ob_shash = -1,
  144828             :     .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x0e\x12\x80\x0b\xf0\x04\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf4\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x06\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf4\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x06\x01\x01\x15\xf0\x00\x01\x01\x15\xf0\x00\x01\x01\x15\xf0\x00\x01\x01\x15\xf0\x00\x01\x01\x15\xf4\x00\x01\x01\x15\xf0\x00\x01\x01\x15\xf0\x06\x01\x01\x1a\xf0\x00\x01\x01\x1a\xf0\x00\x01\x01\x1a\xf0\x06\x00\x04\x0c\x88\x7a\xd2\x03\x19\xf0\x00\x01\x01\x0b\xd8\x04\x08\x80\x44\x84\x46\x80\x46\x80\x46\x80\x46\xf0\x03\x01\x01\x0b\xf0\x00\x01\x01\x0b",
  144829             : };
  144830             : static
  144831             :     struct _PyCode_DEF(114)
  144832             : __hello___toplevel = {
  144833             :     .ob_base = {
  144834             :         .ob_base = {
  144835             :             .ob_refcnt = 999999999,
  144836             :             .ob_type = &PyCode_Type,
  144837             :         },
  144838             :         .ob_size = 57,
  144839             :     },
  144840             :     .co_consts = & __hello___toplevel_consts._object.ob_base.ob_base,
  144841             :     .co_names = & __hello___toplevel_names._object.ob_base.ob_base,
  144842             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144843             :     .co_flags = 0,
  144844             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  144845             :     ._co_linearray_entry_size = 0,
  144846             :     .co_argcount = 0,
  144847             :     .co_posonlyargcount = 0,
  144848             :     .co_kwonlyargcount = 0,
  144849             :     .co_framesize = 4 + FRAME_SPECIALS_SIZE,
  144850             :     .co_stacksize = 4,
  144851             :     .co_firstlineno = 1,
  144852             :     .co_nlocalsplus = 0,
  144853             :     .co_nlocals = 0,
  144854             :     .co_nplaincellvars = 0,
  144855             :     .co_ncellvars = 0,
  144856             :     .co_nfreevars = 0,
  144857             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  144858             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144859             :     .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
  144860             :     .co_name = &_Py_STR(anon_module),
  144861             :     .co_qualname = &_Py_STR(anon_module),
  144862             :     .co_linetable = & __hello___toplevel_linetable.ob_base.ob_base,
  144863             :     ._co_code = NULL,
  144864             :     ._co_linearray = NULL,
  144865             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x02\x00\x47\x00\x64\x01\x84\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x01\x02\x00\x47\x00\x64\x03\x84\x00\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x02\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x64\x07\x84\x00\x5a\x04\x65\x05\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x04\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x09\x53\x00\x64\x09\x53\x00",
  144866             :     ._co_firsttraceable = 0,
  144867             : };
  144868          21 : static void __hello___do_patchups(void) {
  144869          21 : }
  144870             : 
  144871             : PyObject *
  144872          21 : _Py_get___hello___toplevel(void)
  144873             : {
  144874          21 :     __hello___do_patchups();
  144875          21 :     return Py_NewRef((PyObject *) &__hello___toplevel);
  144876             : }
  144877             : 
  144878             : static
  144879             :     struct {
  144880             :         PyASCIIObject _ascii;
  144881             :         uint8_t _data[20];
  144882             :     }
  144883             : __phello___toplevel_consts_1_filename = {
  144884             :     ._ascii = {
  144885             :         .ob_base = {
  144886             :             .ob_refcnt = 999999999,
  144887             :             .ob_type = &PyUnicode_Type,
  144888             :         },
  144889             :         .length = 19,
  144890             :         .hash = -1,
  144891             :         .state = {
  144892             :             .kind = 1,
  144893             :             .compact = 1,
  144894             :             .ascii = 1,
  144895             :         },
  144896             :     },
  144897             :     ._data = "<frozen __phello__>",
  144898             : };
  144899             : static
  144900             :     struct _PyCode_DEF(32)
  144901             : __phello___toplevel_consts_1 = {
  144902             :     .ob_base = {
  144903             :         .ob_base = {
  144904             :             .ob_refcnt = 999999999,
  144905             :             .ob_type = &PyCode_Type,
  144906             :         },
  144907             :         .ob_size = 16,
  144908             :     },
  144909             :     .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
  144910             :     .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
  144911             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144912             :     .co_flags = 3,
  144913             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  144914             :     ._co_linearray_entry_size = 0,
  144915             :     .co_argcount = 0,
  144916             :     .co_posonlyargcount = 0,
  144917             :     .co_kwonlyargcount = 0,
  144918             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
  144919             :     .co_stacksize = 3,
  144920             :     .co_firstlineno = 3,
  144921             :     .co_nlocalsplus = 0,
  144922             :     .co_nlocals = 0,
  144923             :     .co_nplaincellvars = 0,
  144924             :     .co_ncellvars = 0,
  144925             :     .co_nfreevars = 0,
  144926             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  144927             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  144928             :     .co_filename = & __phello___toplevel_consts_1_filename._ascii.ob_base,
  144929             :     .co_name = & const_str_main._ascii.ob_base,
  144930             :     .co_qualname = & const_str_main._ascii.ob_base,
  144931             :     .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
  144932             :     ._co_code = NULL,
  144933             :     ._co_linearray = NULL,
  144934             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
  144935             :     ._co_firsttraceable = 0,
  144936             : };
  144937             : static
  144938             :     struct {
  144939             :         PyGC_Head _gc_head;
  144940             :         struct {
  144941             :             PyObject_VAR_HEAD
  144942             :             PyObject *ob_item[4];
  144943             :         }_object;
  144944             :     }
  144945             : __phello___toplevel_consts = {
  144946             :     ._object = {
  144947             :         .ob_base = {
  144948             :             .ob_base = {
  144949             :                 .ob_refcnt = 999999999,
  144950             :                 .ob_type = &PyTuple_Type,
  144951             :             },
  144952             :             .ob_size = 4,
  144953             :         },
  144954             :         .ob_item = {
  144955             :             Py_True,
  144956             :             & __phello___toplevel_consts_1.ob_base.ob_base,
  144957             :             &_Py_ID(__main__),
  144958             :             Py_None,
  144959             :         },
  144960             :     },
  144961             : };
  144962             : static
  144963             :     struct {
  144964             :         PyGC_Head _gc_head;
  144965             :         struct {
  144966             :             PyObject_VAR_HEAD
  144967             :             PyObject *ob_item[3];
  144968             :         }_object;
  144969             :     }
  144970             : __phello___toplevel_names = {
  144971             :     ._object = {
  144972             :         .ob_base = {
  144973             :             .ob_base = {
  144974             :                 .ob_refcnt = 999999999,
  144975             :                 .ob_type = &PyTuple_Type,
  144976             :             },
  144977             :             .ob_size = 3,
  144978             :         },
  144979             :         .ob_item = {
  144980             :             & const_str_initialized._ascii.ob_base,
  144981             :             & const_str_main._ascii.ob_base,
  144982             :             &_Py_ID(__name__),
  144983             :         },
  144984             :     },
  144985             : };
  144986             : static
  144987             :     struct {
  144988             :         PyObject_VAR_HEAD
  144989             :         Py_hash_t ob_shash;
  144990             :         char ob_sval[64];
  144991             :     }
  144992             : __phello___toplevel_linetable = {
  144993             :     .ob_base = {
  144994             :         .ob_base = {
  144995             :             .ob_refcnt = 999999999,
  144996             :             .ob_type = &PyBytes_Type,
  144997             :         },
  144998             :         .ob_size = 63,
  144999             :     },
  145000             :     .ob_shash = -1,
  145001             :     .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x0e\x12\x80\x0b\xf0\x04\x01\x01\x1a\xf0\x00\x01\x01\x1a\xf0\x00\x01\x01\x1a\xf0\x06\x00\x04\x0c\x88\x7a\xd2\x03\x19\xf0\x00\x01\x01\x0b\xd8\x04\x08\x80\x44\x84\x46\x80\x46\x80\x46\x80\x46\xf0\x03\x01\x01\x0b\xf0\x00\x01\x01\x0b",
  145002             : };
  145003             : static
  145004             :     struct _PyCode_DEF(48)
  145005             : __phello___toplevel = {
  145006             :     .ob_base = {
  145007             :         .ob_base = {
  145008             :             .ob_refcnt = 999999999,
  145009             :             .ob_type = &PyCode_Type,
  145010             :         },
  145011             :         .ob_size = 24,
  145012             :     },
  145013             :     .co_consts = & __phello___toplevel_consts._object.ob_base.ob_base,
  145014             :     .co_names = & __phello___toplevel_names._object.ob_base.ob_base,
  145015             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145016             :     .co_flags = 0,
  145017             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  145018             :     ._co_linearray_entry_size = 0,
  145019             :     .co_argcount = 0,
  145020             :     .co_posonlyargcount = 0,
  145021             :     .co_kwonlyargcount = 0,
  145022             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  145023             :     .co_stacksize = 2,
  145024             :     .co_firstlineno = 1,
  145025             :     .co_nlocalsplus = 0,
  145026             :     .co_nlocals = 0,
  145027             :     .co_nplaincellvars = 0,
  145028             :     .co_ncellvars = 0,
  145029             :     .co_nfreevars = 0,
  145030             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  145031             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145032             :     .co_filename = & __phello___toplevel_consts_1_filename._ascii.ob_base,
  145033             :     .co_name = &_Py_STR(anon_module),
  145034             :     .co_qualname = &_Py_STR(anon_module),
  145035             :     .co_linetable = & __phello___toplevel_linetable.ob_base.ob_base,
  145036             :     ._co_code = NULL,
  145037             :     ._co_linearray = NULL,
  145038             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x84\x00\x5a\x01\x65\x02\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
  145039             :     ._co_firsttraceable = 0,
  145040             : };
  145041           8 : static void __phello___do_patchups(void) {
  145042           8 : }
  145043             : 
  145044             : PyObject *
  145045           8 : _Py_get___phello___toplevel(void)
  145046             : {
  145047           8 :     __phello___do_patchups();
  145048           8 :     return Py_NewRef((PyObject *) &__phello___toplevel);
  145049             : }
  145050             : 
  145051             : static
  145052             :     struct {
  145053             :         PyASCIIObject _ascii;
  145054             :         uint8_t _data[24];
  145055             :     }
  145056             : __phello___ham_toplevel_filename = {
  145057             :     ._ascii = {
  145058             :         .ob_base = {
  145059             :             .ob_refcnt = 999999999,
  145060             :             .ob_type = &PyUnicode_Type,
  145061             :         },
  145062             :         .length = 23,
  145063             :         .hash = -1,
  145064             :         .state = {
  145065             :             .kind = 1,
  145066             :             .compact = 1,
  145067             :             .ascii = 1,
  145068             :         },
  145069             :     },
  145070             :     ._data = "<frozen __phello__.ham>",
  145071             : };
  145072             : static
  145073             :     struct {
  145074             :         PyObject_VAR_HEAD
  145075             :         Py_hash_t ob_shash;
  145076             :         char ob_sval[16];
  145077             :     }
  145078             : __phello___ham_toplevel_linetable = {
  145079             :     .ob_base = {
  145080             :         .ob_base = {
  145081             :             .ob_refcnt = 999999999,
  145082             :             .ob_type = &PyBytes_Type,
  145083             :         },
  145084             :         .ob_size = 15,
  145085             :     },
  145086             :     .ob_shash = -1,
  145087             :     .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x00\x01\x01\x01\xf0\x00\x01\x01\x01",
  145088             : };
  145089             : static
  145090             :     struct _PyCode_DEF(6)
  145091             : __phello___ham_toplevel = {
  145092             :     .ob_base = {
  145093             :         .ob_base = {
  145094             :             .ob_refcnt = 999999999,
  145095             :             .ob_type = &PyCode_Type,
  145096             :         },
  145097             :         .ob_size = 3,
  145098             :     },
  145099             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  145100             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  145101             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145102             :     .co_flags = 0,
  145103             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  145104             :     ._co_linearray_entry_size = 0,
  145105             :     .co_argcount = 0,
  145106             :     .co_posonlyargcount = 0,
  145107             :     .co_kwonlyargcount = 0,
  145108             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  145109             :     .co_stacksize = 1,
  145110             :     .co_firstlineno = 1,
  145111             :     .co_nlocalsplus = 0,
  145112             :     .co_nlocals = 0,
  145113             :     .co_nplaincellvars = 0,
  145114             :     .co_ncellvars = 0,
  145115             :     .co_nfreevars = 0,
  145116             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  145117             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145118             :     .co_filename = & __phello___ham_toplevel_filename._ascii.ob_base,
  145119             :     .co_name = &_Py_STR(anon_module),
  145120             :     .co_qualname = &_Py_STR(anon_module),
  145121             :     .co_linetable = & __phello___ham_toplevel_linetable.ob_base.ob_base,
  145122             :     ._co_code = NULL,
  145123             :     ._co_linearray = NULL,
  145124             :     .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
  145125             :     ._co_firsttraceable = 0,
  145126             : };
  145127           1 : static void __phello___ham_do_patchups(void) {
  145128           1 : }
  145129             : 
  145130             : PyObject *
  145131           1 : _Py_get___phello___ham_toplevel(void)
  145132             : {
  145133           1 :     __phello___ham_do_patchups();
  145134           1 :     return Py_NewRef((PyObject *) &__phello___ham_toplevel);
  145135             : }
  145136             : 
  145137             : static
  145138             :     struct {
  145139             :         PyASCIIObject _ascii;
  145140             :         uint8_t _data[29];
  145141             :     }
  145142             : __phello___ham_eggs_toplevel_filename = {
  145143             :     ._ascii = {
  145144             :         .ob_base = {
  145145             :             .ob_refcnt = 999999999,
  145146             :             .ob_type = &PyUnicode_Type,
  145147             :         },
  145148             :         .length = 28,
  145149             :         .hash = -1,
  145150             :         .state = {
  145151             :             .kind = 1,
  145152             :             .compact = 1,
  145153             :             .ascii = 1,
  145154             :         },
  145155             :     },
  145156             :     ._data = "<frozen __phello__.ham.eggs>",
  145157             : };
  145158             : static
  145159             :     struct _PyCode_DEF(6)
  145160             : __phello___ham_eggs_toplevel = {
  145161             :     .ob_base = {
  145162             :         .ob_base = {
  145163             :             .ob_refcnt = 999999999,
  145164             :             .ob_type = &PyCode_Type,
  145165             :         },
  145166             :         .ob_size = 3,
  145167             :     },
  145168             :     .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
  145169             :     .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
  145170             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145171             :     .co_flags = 0,
  145172             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  145173             :     ._co_linearray_entry_size = 0,
  145174             :     .co_argcount = 0,
  145175             :     .co_posonlyargcount = 0,
  145176             :     .co_kwonlyargcount = 0,
  145177             :     .co_framesize = 1 + FRAME_SPECIALS_SIZE,
  145178             :     .co_stacksize = 1,
  145179             :     .co_firstlineno = 1,
  145180             :     .co_nlocalsplus = 0,
  145181             :     .co_nlocals = 0,
  145182             :     .co_nplaincellvars = 0,
  145183             :     .co_ncellvars = 0,
  145184             :     .co_nfreevars = 0,
  145185             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  145186             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145187             :     .co_filename = & __phello___ham_eggs_toplevel_filename._ascii.ob_base,
  145188             :     .co_name = &_Py_STR(anon_module),
  145189             :     .co_qualname = &_Py_STR(anon_module),
  145190             :     .co_linetable = & __phello___ham_toplevel_linetable.ob_base.ob_base,
  145191             :     ._co_code = NULL,
  145192             :     ._co_linearray = NULL,
  145193             :     .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
  145194             :     ._co_firsttraceable = 0,
  145195             : };
  145196           0 : static void __phello___ham_eggs_do_patchups(void) {
  145197           0 : }
  145198             : 
  145199             : PyObject *
  145200           0 : _Py_get___phello___ham_eggs_toplevel(void)
  145201             : {
  145202           0 :     __phello___ham_eggs_do_patchups();
  145203           0 :     return Py_NewRef((PyObject *) &__phello___ham_eggs_toplevel);
  145204             : }
  145205             : 
  145206             : static
  145207             :     struct {
  145208             :         PyASCIIObject _ascii;
  145209             :         uint8_t _data[25];
  145210             :     }
  145211             : __phello___spam_toplevel_consts_1_filename = {
  145212             :     ._ascii = {
  145213             :         .ob_base = {
  145214             :             .ob_refcnt = 999999999,
  145215             :             .ob_type = &PyUnicode_Type,
  145216             :         },
  145217             :         .length = 24,
  145218             :         .hash = -1,
  145219             :         .state = {
  145220             :             .kind = 1,
  145221             :             .compact = 1,
  145222             :             .ascii = 1,
  145223             :         },
  145224             :     },
  145225             :     ._data = "<frozen __phello__.spam>",
  145226             : };
  145227             : static
  145228             :     struct _PyCode_DEF(32)
  145229             : __phello___spam_toplevel_consts_1 = {
  145230             :     .ob_base = {
  145231             :         .ob_base = {
  145232             :             .ob_refcnt = 999999999,
  145233             :             .ob_type = &PyCode_Type,
  145234             :         },
  145235             :         .ob_size = 16,
  145236             :     },
  145237             :     .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
  145238             :     .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
  145239             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145240             :     .co_flags = 3,
  145241             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  145242             :     ._co_linearray_entry_size = 0,
  145243             :     .co_argcount = 0,
  145244             :     .co_posonlyargcount = 0,
  145245             :     .co_kwonlyargcount = 0,
  145246             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
  145247             :     .co_stacksize = 3,
  145248             :     .co_firstlineno = 3,
  145249             :     .co_nlocalsplus = 0,
  145250             :     .co_nlocals = 0,
  145251             :     .co_nplaincellvars = 0,
  145252             :     .co_ncellvars = 0,
  145253             :     .co_nfreevars = 0,
  145254             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  145255             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145256             :     .co_filename = & __phello___spam_toplevel_consts_1_filename._ascii.ob_base,
  145257             :     .co_name = & const_str_main._ascii.ob_base,
  145258             :     .co_qualname = & const_str_main._ascii.ob_base,
  145259             :     .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
  145260             :     ._co_code = NULL,
  145261             :     ._co_linearray = NULL,
  145262             :     .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
  145263             :     ._co_firsttraceable = 0,
  145264             : };
  145265             : static
  145266             :     struct {
  145267             :         PyGC_Head _gc_head;
  145268             :         struct {
  145269             :             PyObject_VAR_HEAD
  145270             :             PyObject *ob_item[4];
  145271             :         }_object;
  145272             :     }
  145273             : __phello___spam_toplevel_consts = {
  145274             :     ._object = {
  145275             :         .ob_base = {
  145276             :             .ob_base = {
  145277             :                 .ob_refcnt = 999999999,
  145278             :                 .ob_type = &PyTuple_Type,
  145279             :             },
  145280             :             .ob_size = 4,
  145281             :         },
  145282             :         .ob_item = {
  145283             :             Py_True,
  145284             :             & __phello___spam_toplevel_consts_1.ob_base.ob_base,
  145285             :             &_Py_ID(__main__),
  145286             :             Py_None,
  145287             :         },
  145288             :     },
  145289             : };
  145290             : static
  145291             :     struct _PyCode_DEF(48)
  145292             : __phello___spam_toplevel = {
  145293             :     .ob_base = {
  145294             :         .ob_base = {
  145295             :             .ob_refcnt = 999999999,
  145296             :             .ob_type = &PyCode_Type,
  145297             :         },
  145298             :         .ob_size = 24,
  145299             :     },
  145300             :     .co_consts = & __phello___spam_toplevel_consts._object.ob_base.ob_base,
  145301             :     .co_names = & __phello___toplevel_names._object.ob_base.ob_base,
  145302             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145303             :     .co_flags = 0,
  145304             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  145305             :     ._co_linearray_entry_size = 0,
  145306             :     .co_argcount = 0,
  145307             :     .co_posonlyargcount = 0,
  145308             :     .co_kwonlyargcount = 0,
  145309             :     .co_framesize = 2 + FRAME_SPECIALS_SIZE,
  145310             :     .co_stacksize = 2,
  145311             :     .co_firstlineno = 1,
  145312             :     .co_nlocalsplus = 0,
  145313             :     .co_nlocals = 0,
  145314             :     .co_nplaincellvars = 0,
  145315             :     .co_ncellvars = 0,
  145316             :     .co_nfreevars = 0,
  145317             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  145318             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145319             :     .co_filename = & __phello___spam_toplevel_consts_1_filename._ascii.ob_base,
  145320             :     .co_name = &_Py_STR(anon_module),
  145321             :     .co_qualname = &_Py_STR(anon_module),
  145322             :     .co_linetable = & __phello___toplevel_linetable.ob_base.ob_base,
  145323             :     ._co_code = NULL,
  145324             :     ._co_linearray = NULL,
  145325             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x84\x00\x5a\x01\x65\x02\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
  145326             :     ._co_firsttraceable = 0,
  145327             : };
  145328           5 : static void __phello___spam_do_patchups(void) {
  145329           5 : }
  145330             : 
  145331             : PyObject *
  145332           5 : _Py_get___phello___spam_toplevel(void)
  145333             : {
  145334           5 :     __phello___spam_do_patchups();
  145335           5 :     return Py_NewRef((PyObject *) &__phello___spam_toplevel);
  145336             : }
  145337             : 
  145338             : static
  145339             :     struct {
  145340             :         PyGC_Head _gc_head;
  145341             :         struct {
  145342             :             PyObject_VAR_HEAD
  145343             :             PyObject *ob_item[3];
  145344             :         }_object;
  145345             :     }
  145346             : frozen_only_toplevel_consts = {
  145347             :     ._object = {
  145348             :         .ob_base = {
  145349             :             .ob_base = {
  145350             :                 .ob_refcnt = 999999999,
  145351             :                 .ob_type = &PyTuple_Type,
  145352             :             },
  145353             :             .ob_size = 3,
  145354             :         },
  145355             :         .ob_item = {
  145356             :             Py_True,
  145357             :             & __hello___toplevel_consts_7_consts_1._ascii.ob_base,
  145358             :             Py_None,
  145359             :         },
  145360             :     },
  145361             : };
  145362             : static
  145363             :     struct {
  145364             :         PyGC_Head _gc_head;
  145365             :         struct {
  145366             :             PyObject_VAR_HEAD
  145367             :             PyObject *ob_item[2];
  145368             :         }_object;
  145369             :     }
  145370             : frozen_only_toplevel_names = {
  145371             :     ._object = {
  145372             :         .ob_base = {
  145373             :             .ob_base = {
  145374             :                 .ob_refcnt = 999999999,
  145375             :                 .ob_type = &PyTuple_Type,
  145376             :             },
  145377             :             .ob_size = 2,
  145378             :         },
  145379             :         .ob_item = {
  145380             :             & const_str_initialized._ascii.ob_base,
  145381             :             & const_str_print._ascii.ob_base,
  145382             :         },
  145383             :     },
  145384             : };
  145385             : static
  145386             :     struct {
  145387             :         PyASCIIObject _ascii;
  145388             :         uint8_t _data[21];
  145389             :     }
  145390             : frozen_only_toplevel_filename = {
  145391             :     ._ascii = {
  145392             :         .ob_base = {
  145393             :             .ob_refcnt = 999999999,
  145394             :             .ob_type = &PyUnicode_Type,
  145395             :         },
  145396             :         .length = 20,
  145397             :         .hash = -1,
  145398             :         .state = {
  145399             :             .kind = 1,
  145400             :             .compact = 1,
  145401             :             .ascii = 1,
  145402             :         },
  145403             :     },
  145404             :     ._data = "<frozen frozen_only>",
  145405             : };
  145406             : static
  145407             :     struct {
  145408             :         PyObject_VAR_HEAD
  145409             :         Py_hash_t ob_shash;
  145410             :         char ob_sval[30];
  145411             :     }
  145412             : frozen_only_toplevel_linetable = {
  145413             :     .ob_base = {
  145414             :         .ob_base = {
  145415             :             .ob_refcnt = 999999999,
  145416             :             .ob_type = &PyBytes_Type,
  145417             :         },
  145418             :         .ob_size = 29,
  145419             :     },
  145420             :     .ob_shash = -1,
  145421             :     .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x0e\x12\x80\x0b\xd8\x00\x05\x80\x05\x80\x6e\xd4\x00\x15\xd0\x00\x15\xd0\x00\x15\xd0\x00\x15",
  145422             : };
  145423             : static
  145424             :     struct _PyCode_DEF(28)
  145425             : frozen_only_toplevel = {
  145426             :     .ob_base = {
  145427             :         .ob_base = {
  145428             :             .ob_refcnt = 999999999,
  145429             :             .ob_type = &PyCode_Type,
  145430             :         },
  145431             :         .ob_size = 14,
  145432             :     },
  145433             :     .co_consts = & frozen_only_toplevel_consts._object.ob_base.ob_base,
  145434             :     .co_names = & frozen_only_toplevel_names._object.ob_base.ob_base,
  145435             :     .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145436             :     .co_flags = 0,
  145437             :     .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
  145438             :     ._co_linearray_entry_size = 0,
  145439             :     .co_argcount = 0,
  145440             :     .co_posonlyargcount = 0,
  145441             :     .co_kwonlyargcount = 0,
  145442             :     .co_framesize = 3 + FRAME_SPECIALS_SIZE,
  145443             :     .co_stacksize = 3,
  145444             :     .co_firstlineno = 1,
  145445             :     .co_nlocalsplus = 0,
  145446             :     .co_nlocals = 0,
  145447             :     .co_nplaincellvars = 0,
  145448             :     .co_ncellvars = 0,
  145449             :     .co_nfreevars = 0,
  145450             :     .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
  145451             :     .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
  145452             :     .co_filename = & frozen_only_toplevel_filename._ascii.ob_base,
  145453             :     .co_name = &_Py_STR(anon_module),
  145454             :     .co_qualname = &_Py_STR(anon_module),
  145455             :     .co_linetable = & frozen_only_toplevel_linetable.ob_base.ob_base,
  145456             :     ._co_code = NULL,
  145457             :     ._co_linearray = NULL,
  145458             :     .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x02\x00\x65\x01\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
  145459             :     ._co_firsttraceable = 0,
  145460             : };
  145461           0 : static void frozen_only_do_patchups(void) {
  145462           0 : }
  145463             : 
  145464             : PyObject *
  145465           0 : _Py_get_frozen_only_toplevel(void)
  145466             : {
  145467           0 :     frozen_only_do_patchups();
  145468           0 :     return Py_NewRef((PyObject *) &frozen_only_toplevel);
  145469             : }
  145470             : 
  145471             : void
  145472        2930 : _Py_Deepfreeze_Fini(void) {
  145473        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_0);
  145474        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_AttributeError);
  145475        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_type);
  145476        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_1_filename);
  145477        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__object_name);
  145478        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_1);
  145479        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_3_consts_0);
  145480        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasattr);
  145481        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setattr);
  145482        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_update);
  145483        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__wrap);
  145484        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new);
  145485        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_old);
  145486        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_3);
  145487        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys);
  145488        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__new_module);
  145489        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_4);
  145490        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__DeadlockError);
  145491        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_5);
  145492        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModuleLock);
  145493        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_1);
  145494        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__thread);
  145495        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_allocate_lock);
  145496        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lock);
  145497        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wakeup);
  145498        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_owner);
  145499        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_count);
  145500        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_waiters);
  145501        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_2_qualname);
  145502        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_self);
  145503        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_2);
  145504        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_ident);
  145505        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set);
  145506        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__blocking_on);
  145507        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_has_deadlock);
  145508        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_3_qualname);
  145509        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_me);
  145510        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tid);
  145511        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_seen);
  145512        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_3);
  145513        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_consts_0);
  145514        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_consts_5);
  145515        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_acquire);
  145516        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_release);
  145517        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_qualname);
  145518        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_4);
  145519        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_5_consts_1);
  145520        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_RuntimeError);
  145521        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_5_qualname);
  145522        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_5);
  145523        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_6_consts_1);
  145524        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_format);
  145525        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_id);
  145526        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_6_qualname);
  145527        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_6);
  145528        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7);
  145529        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__DummyModuleLock);
  145530        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_1);
  145531        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_2_qualname);
  145532        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_2);
  145533        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_3_qualname);
  145534        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_3);
  145535        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_4_qualname);
  145536        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_4);
  145537        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_5_consts_1);
  145538        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_5_qualname);
  145539        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_5);
  145540        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9);
  145541        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModuleLockManager);
  145542        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__name);
  145543        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__lock);
  145544        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_1_qualname);
  145545        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_1);
  145546        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_lock);
  145547        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_2_qualname);
  145548        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_2);
  145549        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_3_qualname);
  145550        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_args);
  145551        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_kwargs);
  145552        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_3);
  145553        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11);
  145554        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_13_consts_0);
  145555        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__imp);
  145556        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_acquire_lock);
  145557        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_locks);
  145558        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_release_lock);
  145559        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cb);
  145560        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_13_consts_2_qualname);
  145561        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ref);
  145562        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13_consts_2);
  145563        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_KeyError);
  145564        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__weakref);
  145565        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13);
  145566        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_14_consts_0);
  145567        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_14);
  145568        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_15_consts_0);
  145569        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__call_with_frames_removed);
  145570        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_f);
  145571        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_kwds);
  145572        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_15);
  145573        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_verbosity);
  145574        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_0);
  145575        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_1_0);
  145576        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_1_1);
  145577        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_2);
  145578        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file);
  145579        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_flags);
  145580        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_verbose);
  145581        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_startswith);
  145582        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_print);
  145583        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__verbose_message);
  145584        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_message);
  145585        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_18);
  145586        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_0);
  145587        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_1_consts_1);
  145588        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_module_names);
  145589        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ImportError);
  145590        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_builtin_wrapper);
  145591        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_1_qualname);
  145592        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fullname);
  145593        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fxn);
  145594        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19_consts_1);
  145595        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_builtin);
  145596        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19);
  145597        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_0);
  145598        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_1_consts_1);
  145599        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_frozen);
  145600        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_frozen_wrapper);
  145601        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_1_qualname);
  145602        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20_consts_1);
  145603        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_frozen);
  145604        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20);
  145605        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_21_consts_0);
  145606        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_21_consts_1);
  145607        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__warnings);
  145608        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_warn);
  145609        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_DeprecationWarning);
  145610        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec_from_loader);
  145611        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__exec);
  145612        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__load);
  145613        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_module_shim);
  145614        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec);
  145615        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module);
  145616        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_21);
  145617        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_0);
  145618        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_repr);
  145619        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_5);
  145620        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_6);
  145621        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_7);
  145622        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_8);
  145623        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_repr_from_spec);
  145624        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Exception);
  145625        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_repr);
  145626        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader);
  145627        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_22);
  145628        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleSpec);
  145629        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_1);
  145630        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_origin);
  145631        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_state);
  145632        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_package);
  145633        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_submodule_search_locations);
  145634        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__set_fileattr);
  145635        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__cached);
  145636        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_4_qualname);
  145637        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_4);
  145638        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_1);
  145639        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_2);
  145640        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_3);
  145641        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_4);
  145642        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_5);
  145643        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_qualname);
  145644        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_5);
  145645        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cached);
  145646        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_has_location);
  145647        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotImplemented);
  145648        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_6_qualname);
  145649        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_other);
  145650        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_smsl);
  145651        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_6);
  145652        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__bootstrap_external);
  145653        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotImplementedError);
  145654        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_cached);
  145655        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_7_qualname);
  145656        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_7);
  145657        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_8);
  145658        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_9_consts_0);
  145659        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rpartition);
  145660        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_9_qualname);
  145661        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_9);
  145662        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_10_qualname);
  145663        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_10);
  145664        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bool);
  145665        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_value);
  145666        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_11);
  145667        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_property);
  145668        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setter);
  145669        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23);
  145670        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_26_consts_0);
  145671        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ORIGIN);
  145672        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_filename);
  145673        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec_from_file_location);
  145674        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_search);
  145675        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_26);
  145676        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___cached__);
  145677        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_list);
  145678        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__spec_from_module);
  145679        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_location);
  145680        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_27);
  145681        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_override);
  145682        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NamespaceLoader);
  145683        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path);
  145684        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__init_module_attrs);
  145685        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_30);
  145686        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_31_consts_0);
  145687        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_module);
  145688        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_module);
  145689        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_31_consts_4);
  145690        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_from_spec);
  145691        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_31);
  145692        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_32_consts_0);
  145693        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_32_consts_6);
  145694        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_32);
  145695        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_0);
  145696        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_1);
  145697        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_4);
  145698        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_8);
  145699        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ImportWarning);
  145700        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_load_module);
  145701        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pop);
  145702        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_33);
  145703        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_backward_compatible);
  145704        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_34);
  145705        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_35_consts_6);
  145706        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_unlocked);
  145707        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_35);
  145708        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_36_consts_0);
  145709        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_36);
  145710        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BuiltinImporter);
  145711        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_1);
  145712        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_2);
  145713        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_0);
  145714        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_1);
  145715        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_2);
  145716        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_3);
  145717        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_4);
  145718        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_qualname);
  145719        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_3);
  145720        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_builtin);
  145721        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_spec);
  145722        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_5_qualname);
  145723        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cls);
  145724        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_target);
  145725        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_5);
  145726        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_consts_0);
  145727        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_consts_1);
  145728        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_module);
  145729        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_qualname);
  145730        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_6);
  145731        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_7_consts_0);
  145732        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_builtin);
  145733        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_7_qualname);
  145734        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_7);
  145735        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_8_consts_0);
  145736        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_builtin);
  145737        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_8_qualname);
  145738        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_8);
  145739        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_9_consts_0);
  145740        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_code);
  145741        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_9_qualname);
  145742        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_9);
  145743        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_10_consts_0);
  145744        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_10_qualname);
  145745        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_10);
  145746        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_11_consts_0);
  145747        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_11_qualname);
  145748        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_11);
  145749        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_staticmethod);
  145750        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_classmethod);
  145751        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37);
  145752        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FrozenImporter);
  145753        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_1);
  145754        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_frozen);
  145755        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_3_consts_1);
  145756        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_3_qualname);
  145757        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_m);
  145758        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_3);
  145759        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___origname__);
  145760        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_4_consts_2);
  145761        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_origname);
  145762        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_vars);
  145763        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_frozen_package);
  145764        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__resolve_filename);
  145765        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_implementation);
  145766        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_insert);
  145767        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sorted);
  145768        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_4_qualname);
  145769        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_state);
  145770        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ispkg);
  145771        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkgdir);
  145772        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_4);
  145773        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__stdlib_dir);
  145774        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_win32);
  145775        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_4);
  145776        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_5);
  145777        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_6);
  145778        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_8);
  145779        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_11);
  145780        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_12);
  145781        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__SEP);
  145782        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_platform);
  145783        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_qualname);
  145784        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_alias);
  145785        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sep);
  145786        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_relfile);
  145787        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_7);
  145788        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_frozen);
  145789        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_8_qualname);
  145790        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_info);
  145791        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_8);
  145792        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_consts_0);
  145793        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_consts_1);
  145794        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_qualname);
  145795        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_9);
  145796        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_10_consts_0);
  145797        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_10_qualname);
  145798        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_10);
  145799        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_frozen_object);
  145800        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec);
  145801        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_11_qualname);
  145802        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_11);
  145803        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_12_consts_0);
  145804        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_12_qualname);
  145805        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_12);
  145806        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_13_consts_0);
  145807        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_13_qualname);
  145808        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_13);
  145809        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_14_consts_0);
  145810        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_14_qualname);
  145811        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_14);
  145812        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_15_consts_0);
  145813        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_15_qualname);
  145814        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_15);
  145815        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39);
  145816        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ImportLockContext);
  145817        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_1);
  145818        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_2_consts_0);
  145819        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_2_qualname);
  145820        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_2);
  145821        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_3_consts_0);
  145822        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_3_qualname);
  145823        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_type);
  145824        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_value);
  145825        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_traceback);
  145826        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_3);
  145827        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41);
  145828        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_0);
  145829        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_3);
  145830        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_5);
  145831        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rsplit);
  145832        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__resolve_name);
  145833        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_package);
  145834        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_level);
  145835        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bits);
  145836        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_base);
  145837        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_43);
  145838        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_44_consts_1);
  145839        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec_legacy);
  145840        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_finder);
  145841        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_44);
  145842        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_0);
  145843        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_2);
  145844        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_3);
  145845        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_meta_path);
  145846        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec);
  145847        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_reload);
  145848        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_45);
  145849        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_0);
  145850        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_1);
  145851        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_3);
  145852        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_4);
  145853        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_5);
  145854        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_6);
  145855        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_str);
  145856        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TypeError);
  145857        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ValueError);
  145858        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__sanity_check);
  145859        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_46);
  145860        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_47);
  145861        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_48);
  145862        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_3);
  145863        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_6);
  145864        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_7);
  145865        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ERR_MSG);
  145866        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleNotFoundError);
  145867        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_and_load_unlocked);
  145868        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_import_);
  145869        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_spec);
  145870        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_module);
  145871        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_child);
  145872        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_49);
  145873        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_50_consts_0);
  145874        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_50_consts_5);
  145875        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__NEEDS_LOADING);
  145876        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_50);
  145877        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_52_consts_0);
  145878        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__gcd_import);
  145879        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_52);
  145880        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_recursive);
  145881        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_0);
  145882        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_1);
  145883        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_2);
  145884        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_3);
  145885        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_4);
  145886        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_5);
  145887        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fromlist);
  145888        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_x);
  145889        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_where);
  145890        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_from_name);
  145891        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc);
  145892        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_54);
  145893        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_0);
  145894        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_4);
  145895        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_5);
  145896        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_6);
  145897        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stacklevel);
  145898        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_9);
  145899        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__calc___package__);
  145900        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_globals);
  145901        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_55);
  145902        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_57_consts_0);
  145903        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_partition);
  145904        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_locals);
  145905        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_globals_);
  145906        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cut_off);
  145907        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_57);
  145908        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_58_consts_1);
  145909        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__builtin_from_name);
  145910        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_58);
  145911        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_59_consts_0);
  145912        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__setup);
  145913        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys_module);
  145914        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__imp_module);
  145915        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_type);
  145916        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_self_module);
  145917        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_name);
  145918        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_module);
  145919        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_59);
  145920        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_60_consts_0);
  145921        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__install);
  145922        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_60);
  145923        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_61_consts_0);
  145924        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__frozen_importlib_external);
  145925        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__install_external_importers);
  145926        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_61);
  145927        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ERR_MSG_PREFIX);
  145928        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_object);
  145929        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel);
  145930        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_0);
  145931        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_6_filename);
  145932        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0);
  145933        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_6);
  145934        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_8_consts_0);
  145935        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_s);
  145936        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_8);
  145937        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_win);
  145938        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cygwin);
  145939        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_darwin);
  145940        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PYTHONCASEOK);
  145941        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0);
  145942        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ignore_environment);
  145943        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__os);
  145944        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_environ);
  145945        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__relax_case);
  145946        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname);
  145947        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_key);
  145948        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3);
  145949        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0);
  145950        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4);
  145951        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS);
  145952        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY);
  145953        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__make_relax_case);
  145954        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11);
  145955        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_12_consts_0);
  145956        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_int);
  145957        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_to_bytes);
  145958        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__pack_uint32);
  145959        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_12);
  145960        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_13_consts_0);
  145961        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_from_bytes);
  145962        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__unpack_uint32);
  145963        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_data);
  145964        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_13);
  145965        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_14_consts_0);
  145966        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__unpack_uint16);
  145967        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_14);
  145968        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_0);
  145969        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rstrip);
  145970        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_separators);
  145971        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname);
  145972        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_p);
  145973        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5);
  145974        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_map);
  145975        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_splitroot);
  145976        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_sep_tuple);
  145977        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_endswith);
  145978        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_sep);
  145979        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_casefold);
  145980        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_join);
  145981        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_parts);
  145982        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_root);
  145983        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_root);
  145984        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail);
  145985        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15);
  145986        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_part);
  145987        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16_consts_1);
  145988        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16);
  145989        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_0);
  145990        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rfind);
  145991        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname);
  145992        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1);
  145993        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_max);
  145994        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_split);
  145995        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_i);
  145996        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17);
  145997        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_18_consts_0);
  145998        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stat);
  145999        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_stat);
  146000        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_18);
  146001        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_19_consts_0);
  146002        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_OSError);
  146003        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_mode);
  146004        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_is_mode_type);
  146005        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stat_info);
  146006        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_19);
  146007        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_20_consts_0);
  146008        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isfile);
  146009        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_20);
  146010        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_21_consts_0);
  146011        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getcwd);
  146012        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isdir);
  146013        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_21);
  146014        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_22_consts_0);
  146015        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_22_consts_6);
  146016        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isabs);
  146017        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_22);
  146018        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_23);
  146019        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_25_consts_0);
  146020        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wb);
  146021        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_EXCL);
  146022        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_CREAT);
  146023        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_WRONLY);
  146024        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__io);
  146025        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileIO);
  146026        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_unlink);
  146027        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__write_atomic);
  146028        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_tmp);
  146029        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fd);
  146030        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_25);
  146031        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___pycache__);
  146032        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_31);
  146033        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_33);
  146034        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_34);
  146035        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_optimization);
  146036        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_0);
  146037        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_2);
  146038        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_3);
  146039        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_7);
  146040        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_9);
  146041        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_10);
  146042        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fspath);
  146043        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_tag);
  146044        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_optimize);
  146045        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isalnum);
  146046        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__OPT);
  146047        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BYTECODE_SUFFIXES);
  146048        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache_prefix);
  146049        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lstrip);
  146050        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__PYCACHE);
  146051        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_from_source);
  146052        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_debug_override);
  146053        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_head);
  146054        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rest);
  146055        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tag);
  146056        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_almost_filename);
  146057        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_36);
  146058        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_0);
  146059        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_5);
  146060        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_8);
  146061        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_12);
  146062        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_13);
  146063        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_14);
  146064        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SOURCE_SUFFIXES);
  146065        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_from_cache);
  146066        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache_filename);
  146067        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_found_in_pycache_prefix);
  146068        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stripped_path);
  146069        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache);
  146070        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dot_count);
  146071        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_opt_level);
  146072        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_base_filename);
  146073        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_37);
  146074        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_38_consts_0);
  146075        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_py);
  146076        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lower);
  146077        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytecode_path);
  146078        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extension);
  146079        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_path);
  146080        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_38);
  146081        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tuple);
  146082        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_39);
  146083        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_40_consts_0);
  146084        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__calc_mode);
  146085        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_40);
  146086        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_0);
  146087        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1);
  146088        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2);
  146089        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_name_wrapper);
  146090        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname);
  146091        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_method);
  146092        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2);
  146093        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname);
  146094        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3);
  146095        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_name);
  146096        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41);
  146097        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_0);
  146098        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_1);
  146099        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_3);
  146100        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_loader);
  146101        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_module_shim);
  146102        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_portions);
  146103        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_42);
  146104        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_0);
  146105        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_3);
  146106        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_4);
  146107        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_5);
  146108        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_7);
  146109        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_10);
  146110        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_11);
  146111        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAGIC_NUMBER);
  146112        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_EOFError);
  146113        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__classify_pyc);
  146114        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_details);
  146115        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_magic);
  146116        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_43);
  146117        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_44_consts_0);
  146118        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_44_consts_4);
  146119        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__validate_timestamp_pyc);
  146120        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_mtime);
  146121        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_size);
  146122        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_44);
  146123        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_45_consts_0);
  146124        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_45_consts_3);
  146125        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__validate_hash_pyc);
  146126        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_hash);
  146127        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_45);
  146128        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_0);
  146129        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_1);
  146130        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_3);
  146131        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_marshal);
  146132        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loads);
  146133        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_type);
  146134        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fix_co_filename);
  146135        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__compile_bytecode);
  146136        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_46);
  146137        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_47_consts_0);
  146138        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytearray);
  146139        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dumps);
  146140        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_to_timestamp_pyc);
  146141        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mtime);
  146142        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_47);
  146143        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_49_consts_0);
  146144        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_to_hash_pyc);
  146145        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_checked);
  146146        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_49);
  146147        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_50_consts_0);
  146148        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tokenize);
  146149        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BytesIO);
  146150        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_detect_encoding);
  146151        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalNewlineDecoder);
  146152        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decode_source);
  146153        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_bytes);
  146154        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_bytes_readline);
  146155        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_newline_decoder);
  146156        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_50);
  146157        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_52_consts_0);
  146158        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_supported_file_loaders);
  146159        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__POPULATE);
  146160        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_class);
  146161        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_suffixes);
  146162        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirname);
  146163        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_52);
  146164        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_WindowsRegistryFinder);
  146165        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_1);
  146166        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_2);
  146167        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_3);
  146168        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_4);
  146169        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_winreg);
  146170        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_OpenKey);
  146171        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HKEY_CURRENT_USER);
  146172        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HKEY_LOCAL_MACHINE);
  146173        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__open_registry);
  146174        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname);
  146175        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5);
  146176        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1);
  146177        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys_version);
  146178        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEBUG_BUILD);
  146179        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_REGISTRY_KEY_DEBUG);
  146180        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_REGISTRY_KEY);
  146181        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_version_info);
  146182        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_QueryValue);
  146183        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__search_registry);
  146184        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname);
  146185        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_registry_key);
  146186        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hkey);
  146187        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_filepath);
  146188        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6);
  146189        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname);
  146190        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8);
  146191        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0);
  146192        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1);
  146193        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname);
  146194        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9);
  146195        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__MS_WINDOWS);
  146196        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_EXTENSION_SUFFIXES);
  146197        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53);
  146198        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LoaderBasics);
  146199        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_1);
  146200        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0);
  146201        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname);
  146202        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_filename_base);
  146203        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail_name);
  146204        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2);
  146205        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0);
  146206        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname);
  146207        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3);
  146208        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0);
  146209        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2);
  146210        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname);
  146211        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4);
  146212        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0);
  146213        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname);
  146214        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5);
  146215        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55);
  146216        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourceLoader);
  146217        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0);
  146218        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_mtime);
  146219        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname);
  146220        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1);
  146221        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0);
  146222        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_stats);
  146223        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname);
  146224        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2);
  146225        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0);
  146226        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_data);
  146227        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__cache_bytecode);
  146228        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname);
  146229        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_path);
  146230        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3);
  146231        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0);
  146232        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname);
  146233        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4);
  146234        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0);
  146235        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1);
  146236        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_data);
  146237        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname);
  146238        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5);
  146239        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__optimize);
  146240        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0);
  146241        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dont_inherit);
  146242        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_compile);
  146243        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_to_code);
  146244        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname);
  146245        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8);
  146246        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0);
  146247        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_never);
  146248        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_always);
  146249        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_size);
  146250        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13);
  146251        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15);
  146252        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_memoryview);
  146253        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_hash_based_pycs);
  146254        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__RAW_MAGIC_NUMBER);
  146255        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dont_write_bytecode);
  146256        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname);
  146257        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hash_based);
  146258        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_source);
  146259        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st);
  146260        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes_data);
  146261        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_code_object);
  146262        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9);
  146263        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57);
  146264        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileLoader);
  146265        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_1);
  146266        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0);
  146267        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname);
  146268        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2);
  146269        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname);
  146270        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3);
  146271        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hash);
  146272        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname);
  146273        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4);
  146274        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0);
  146275        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_super);
  146276        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname);
  146277        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5);
  146278        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0);
  146279        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname);
  146280        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6);
  146281        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0);
  146282        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_r);
  146283        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ExtensionFileLoader);
  146284        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_open_code);
  146285        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname);
  146286        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7);
  146287        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileReader);
  146288        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0);
  146289        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_resource_reader);
  146290        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname);
  146291        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8);
  146292        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59);
  146293        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourceFileLoader);
  146294        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_1);
  146295        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0);
  146296        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_mtime);
  146297        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_size);
  146298        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname);
  146299        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2);
  146300        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__mode);
  146301        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname);
  146302        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3);
  146303        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0);
  146304        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1);
  146305        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3);
  146306        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mkdir);
  146307        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileExistsError);
  146308        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname);
  146309        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6);
  146310        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61);
  146311        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourcelessFileLoader);
  146312        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_1);
  146313        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname);
  146314        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2);
  146315        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0);
  146316        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname);
  146317        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3);
  146318        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63);
  146319        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_1);
  146320        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname);
  146321        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2);
  146322        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname);
  146323        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3);
  146324        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname);
  146325        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4);
  146326        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0);
  146327        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1);
  146328        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_dynamic);
  146329        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname);
  146330        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5);
  146331        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0);
  146332        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1);
  146333        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_dynamic);
  146334        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname);
  146335        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6);
  146336        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0);
  146337        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname);
  146338        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_suffix);
  146339        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_name);
  146340        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2);
  146341        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_any);
  146342        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname);
  146343        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7);
  146344        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0);
  146345        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname);
  146346        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8);
  146347        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0);
  146348        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname);
  146349        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9);
  146350        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname);
  146351        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10);
  146352        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65);
  146353        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__NamespacePath);
  146354        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_1);
  146355        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_parent_path);
  146356        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__last_parent_path);
  146357        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__epoch);
  146358        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__last_epoch);
  146359        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_finder);
  146360        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname);
  146361        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_finder);
  146362        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3);
  146363        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0);
  146364        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_parent_path_names);
  146365        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname);
  146366        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dot);
  146367        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4);
  146368        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname);
  146369        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_module_name);
  146370        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_attr_name);
  146371        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5);
  146372        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__recalculate);
  146373        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname);
  146374        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_path);
  146375        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6);
  146376        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname);
  146377        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7);
  146378        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname);
  146379        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_index);
  146380        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8);
  146381        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname);
  146382        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9);
  146383        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname);
  146384        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10);
  146385        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1);
  146386        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname);
  146387        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11);
  146388        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname);
  146389        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_item);
  146390        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12);
  146391        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname);
  146392        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13);
  146393        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67);
  146394        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname);
  146395        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1);
  146396        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1);
  146397        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2);
  146398        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname);
  146399        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2);
  146400        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname);
  146401        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3);
  146402        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname);
  146403        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4);
  146404        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname);
  146405        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5);
  146406        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname);
  146407        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6);
  146408        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname);
  146409        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7);
  146410        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0);
  146411        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1);
  146412        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname);
  146413        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8);
  146414        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NamespaceReader);
  146415        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname);
  146416        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9);
  146417        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69);
  146418        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PathFinder);
  146419        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_1);
  146420        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0);
  146421        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_invalidate_caches);
  146422        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_importer_cache);
  146423        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname);
  146424        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2);
  146425        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0);
  146426        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2);
  146427        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hooks);
  146428        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_hooks);
  146429        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname);
  146430        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hook);
  146431        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3);
  146432        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0);
  146433        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileNotFoundError);
  146434        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_importer_cache);
  146435        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname);
  146436        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4);
  146437        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2);
  146438        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__legacy_get_spec);
  146439        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname);
  146440        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5);
  146441        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0);
  146442        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3);
  146443        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes);
  146444        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_spec);
  146445        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname);
  146446        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_namespace_path);
  146447        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_entry);
  146448        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7);
  146449        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0);
  146450        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname);
  146451        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8);
  146452        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0);
  146453        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1);
  146454        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname);
  146455        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9);
  146456        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0);
  146457        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MetadataPathFinder);
  146458        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0);
  146459        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_distributions);
  146460        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname);
  146461        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10);
  146462        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71);
  146463        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileFinder);
  146464        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_1);
  146465        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0);
  146466        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname);
  146467        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1);
  146468        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__loaders);
  146469        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_mtime);
  146470        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_cache);
  146471        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__relaxed_path_cache);
  146472        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname);
  146473        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_details);
  146474        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loaders);
  146475        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2);
  146476        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0);
  146477        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname);
  146478        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3);
  146479        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0);
  146480        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1);
  146481        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname);
  146482        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4);
  146483        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname);
  146484        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5);
  146485        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0);
  146486        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7);
  146487        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9);
  146488        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fill_cache);
  146489        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname);
  146490        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_namespace);
  146491        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail_module);
  146492        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache);
  146493        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_module);
  146494        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_base_path);
  146495        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_init_filename);
  146496        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_full_path);
  146497        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7);
  146498        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0);
  146499        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname);
  146500        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fn);
  146501        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4);
  146502        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_listdir);
  146503        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PermissionError);
  146504        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotADirectoryError);
  146505        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname);
  146506        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_contents);
  146507        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lower_suffix_contents);
  146508        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_name);
  146509        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8);
  146510        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0);
  146511        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0);
  146512        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1);
  146513        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hook_for_FileFinder);
  146514        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname);
  146515        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1);
  146516        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hook);
  146517        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname);
  146518        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9);
  146519        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1);
  146520        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname);
  146521        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10);
  146522        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73);
  146523        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ns);
  146524        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathname);
  146525        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cpathname);
  146526        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_75);
  146527        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_76_consts_0);
  146528        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extension_suffixes);
  146529        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extensions);
  146530        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_source);
  146531        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytecode);
  146532        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_76);
  146533        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__set_bootstrap_module);
  146534        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__bootstrap_module);
  146535        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_77);
  146536        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_78_consts_0);
  146537        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supported_loaders);
  146538        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_78);
  146539        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_nt);
  146540        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_posix);
  146541        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_all);
  146542        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__pathseps_with_colon);
  146543        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY);
  146544        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___code__);
  146545        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEBUG_BYTECODE_SUFFIXES);
  146546        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_OPTIMIZED_BYTECODE_SUFFIXES);
  146547        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__NamespaceLoader);
  146548        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel);
  146549        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_0);
  146550        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ZipImportError);
  146551        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_zipimporter);
  146552        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_7_filename);
  146553        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_7);
  146554        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_1);
  146555        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_consts_2);
  146556        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_consts_7);
  146557        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_os);
  146558        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fsdecode);
  146559        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_alt_path_sep);
  146560        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__zip_directory_cache);
  146561        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__read_directory);
  146562        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__files);
  146563        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_archive);
  146564        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_prefix);
  146565        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_qualname);
  146566        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_basename);
  146567        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_files);
  146568        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_2);
  146569        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_4_consts_0);
  146570        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_info);
  146571        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_path);
  146572        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__is_dir);
  146573        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_4_qualname);
  146574        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_info);
  146575        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_modpath);
  146576        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_4);
  146577        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_5_consts_0);
  146578        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_code);
  146579        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_5_qualname);
  146580        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ispackage);
  146581        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_5);
  146582        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_6_consts_0);
  146583        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_data);
  146584        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_6_qualname);
  146585        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_toc_entry);
  146586        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_6);
  146587        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_7_consts_0);
  146588        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_7_qualname);
  146589        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_7);
  146590        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_8_consts_0);
  146591        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_8_consts_2);
  146592        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_8_qualname);
  146593        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mi);
  146594        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fullpath);
  146595        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_8);
  146596        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_9_consts_0);
  146597        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_9_qualname);
  146598        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_9);
  146599        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_0);
  146600        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_1);
  146601        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_4);
  146602        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_5);
  146603        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_6);
  146604        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_type);
  146605        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_qualname);
  146606        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod);
  146607        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_10);
  146608        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_11_consts_0);
  146609        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ZipReader);
  146610        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_11_qualname);
  146611        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_11);
  146612        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_consts_0);
  146613        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_qualname);
  146614        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_12);
  146615        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_13_consts_1);
  146616        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_13_consts_2);
  146617        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_13_qualname);
  146618        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_13);
  146619        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11);
  146620        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_12);
  146621        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_18);
  146622        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirpath);
  146623        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_19);
  146624        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__zip_searchorder);
  146625        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isbytecode);
  146626        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_20);
  146627        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_1);
  146628        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_4);
  146629        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_7);
  146630        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_8);
  146631        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_12);
  146632        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_13);
  146633        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_14);
  146634        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_17);
  146635        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_28);
  146636        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ascii);
  146637        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_34);
  146638        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_END_CENTRAL_DIR_SIZE);
  146639        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_STRING_END_ARCHIVE);
  146640        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAX_COMMENT_LEN);
  146641        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UnicodeDecodeError);
  146642        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_translate);
  146643        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cp437_table);
  146644        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp);
  146645        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_position);
  146646        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_size);
  146647        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_max_comment_start);
  146648        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pos);
  146649        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_size);
  146650        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_offset);
  146651        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_arc_offset);
  146652        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_compress);
  146653        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_time);
  146654        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_date);
  146655        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_crc);
  146656        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_size);
  146657        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_name_size);
  146658        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extra_size);
  146659        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_comment_size);
  146660        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_offset);
  146661        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t);
  146662        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_21);
  146663        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_22);
  146664        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_1);
  146665        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_2);
  146666        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decompress);
  146667        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_7);
  146668        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__importing_zlib);
  146669        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_zlib);
  146670        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_decompress_func);
  146671        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_23);
  146672        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_2);
  146673        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_9);
  146674        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_12);
  146675        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_datapath);
  146676        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_raw_data);
  146677        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_24);
  146678        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abs);
  146679        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__eq_mtime);
  146680        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t1);
  146681        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t2);
  146682        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_25);
  146683        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_26_consts_11);
  146684        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_26_consts_12);
  146685        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_pyc_source);
  146686        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_mtime_and_size_of_source);
  146687        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__unmarshal_code);
  146688        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_26);
  146689        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__normalize_line_endings);
  146690        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_27);
  146691        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__compile_source);
  146692        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_28);
  146693        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mktime);
  146694        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__parse_dostime);
  146695        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_d);
  146696        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_29);
  146697        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_c);
  146698        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_o);
  146699        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IndexError);
  146700        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_uncompressed_size);
  146701        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_30);
  146702        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_31);
  146703        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_32_consts_1);
  146704        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_32_consts_5);
  146705        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_import_error);
  146706        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_32);
  146707        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__frozen_importlib);
  146708        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel);
  146709        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_0);
  146710        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_1_consts_0);
  146711        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_1_filename);
  146712        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractmethod);
  146713        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_funcobj);
  146714        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_1);
  146715        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractclassmethod);
  146716        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_2_consts_1);
  146717        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_2_consts_3_qualname);
  146718        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_callable);
  146719        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_2_consts_3);
  146720        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_2);
  146721        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractstaticmethod);
  146722        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_4_consts_1);
  146723        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_4_consts_3_qualname);
  146724        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_4_consts_3);
  146725        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_4);
  146726        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractproperty);
  146727        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_6_consts_1);
  146728        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_6);
  146729        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_cache_token);
  146730        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_init);
  146731        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_register);
  146732        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_instancecheck);
  146733        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_subclasscheck);
  146734        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_dump);
  146735        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__reset_registry);
  146736        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__reset_caches);
  146737        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ABCMeta);
  146738        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_1);
  146739        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_2_qualname);
  146740        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mcls);
  146741        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bases);
  146742        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_namespace);
  146743        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_2);
  146744        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_3_consts_0);
  146745        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_register);
  146746        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_3_qualname);
  146747        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_subclass);
  146748        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_3);
  146749        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_4_consts_0);
  146750        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_4_qualname);
  146751        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_instance);
  146752        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_4);
  146753        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_5_consts_0);
  146754        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_5_qualname);
  146755        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_5);
  146756        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_0);
  146757        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_1);
  146758        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_4);
  146759        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_5);
  146760        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_6);
  146761        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_7);
  146762        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_8);
  146763        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__dump_registry);
  146764        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_qualname);
  146765        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_registry);
  146766        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_cache);
  146767        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_negative_cache);
  146768        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_negative_cache_version);
  146769        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_7);
  146770        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_8_consts_0);
  146771        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_registry_clear);
  146772        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_8_qualname);
  146773        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_8);
  146774        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_9_consts_0);
  146775        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_caches_clear);
  146776        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_9_qualname);
  146777        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_9);
  146778        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10);
  146779        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abc);
  146780        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_14_consts_0);
  146781        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_frozenset);
  146782        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_update_abstractmethods);
  146783        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstracts);
  146784        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_scls);
  146785        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_14);
  146786        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ABC);
  146787        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_15_consts_1);
  146788        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_15);
  146789        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc);
  146790        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__py_abc);
  146791        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel);
  146792        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_0);
  146793        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_4);
  146794        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lookup);
  146795        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_EncodedFile);
  146796        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM);
  146797        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_BE);
  146798        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_LE);
  146799        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM32_BE);
  146800        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM32_LE);
  146801        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM64_BE);
  146802        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM64_LE);
  146803        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF8);
  146804        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16);
  146805        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16_LE);
  146806        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16_BE);
  146807        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32);
  146808        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32_LE);
  146809        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32_BE);
  146810        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_CodecInfo);
  146811        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Codec);
  146812        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalEncoder);
  146813        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalDecoder);
  146814        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamReader);
  146815        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamWriter);
  146816        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamReaderWriter);
  146817        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamRecoder);
  146818        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getencoder);
  146819        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getdecoder);
  146820        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getincrementalencoder);
  146821        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getincrementaldecoder);
  146822        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getreader);
  146823        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getwriter);
  146824        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterencode);
  146825        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterdecode);
  146826        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_strict_errors);
  146827        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ignore_errors);
  146828        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_replace_errors);
  146829        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_xmlcharrefreplace_errors);
  146830        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_backslashreplace_errors);
  146831        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_namereplace_errors);
  146832        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_register_error);
  146833        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lookup_error);
  146834        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_1);
  146835        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_incrementalencoder);
  146836        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_incrementaldecoder);
  146837        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_streamwriter);
  146838        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_streamreader);
  146839        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_5_filename);
  146840        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_5_qualname);
  146841        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12_consts_5);
  146842        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_6_consts_1);
  146843        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_6_qualname);
  146844        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12_consts_6);
  146845        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12);
  146846        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_1);
  146847        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_3_consts_0);
  146848        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_3_qualname);
  146849        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_input);
  146850        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14_consts_3);
  146851        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_4_consts_0);
  146852        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_4_qualname);
  146853        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14_consts_4);
  146854        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14);
  146855        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_1);
  146856        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_3_consts_0);
  146857        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_3_qualname);
  146858        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_3);
  146859        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_5_consts_0);
  146860        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_5_qualname);
  146861        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_final);
  146862        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_5);
  146863        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_6_consts_0);
  146864        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_6_qualname);
  146865        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_6);
  146866        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_7_consts_0);
  146867        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_7_qualname);
  146868        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_7);
  146869        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_8_consts_0);
  146870        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_8_qualname);
  146871        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_8);
  146872        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16);
  146873        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIncrementalEncoder);
  146874        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_1);
  146875        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_3_qualname);
  146876        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_3);
  146877        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__buffer_encode);
  146878        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_4_qualname);
  146879        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_4);
  146880        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_6_qualname);
  146881        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_result);
  146882        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_consumed);
  146883        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_6);
  146884        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_7_qualname);
  146885        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_7);
  146886        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_8_qualname);
  146887        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_8);
  146888        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_9_qualname);
  146889        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_9);
  146890        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18);
  146891        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_1);
  146892        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_3_consts_0);
  146893        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_3_qualname);
  146894        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_3);
  146895        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_5_consts_0);
  146896        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_5_qualname);
  146897        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_5);
  146898        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_6_consts_0);
  146899        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_6_qualname);
  146900        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_6);
  146901        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_7_consts_0);
  146902        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_7_qualname);
  146903        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_7);
  146904        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_8_consts_0);
  146905        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_8_qualname);
  146906        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_8);
  146907        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20);
  146908        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIncrementalDecoder);
  146909        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_1);
  146910        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_3_qualname);
  146911        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_3);
  146912        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__buffer_decode);
  146913        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_4_qualname);
  146914        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_4);
  146915        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_6_qualname);
  146916        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_6);
  146917        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_7_qualname);
  146918        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_7);
  146919        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_8_qualname);
  146920        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_8);
  146921        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_9_qualname);
  146922        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_9);
  146923        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22);
  146924        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_2_consts_0);
  146925        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stream);
  146926        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_2_qualname);
  146927        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_2);
  146928        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_3_consts_0);
  146929        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_3_qualname);
  146930        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_3);
  146931        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_4_consts_0);
  146932        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_writelines);
  146933        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_4_qualname);
  146934        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_4);
  146935        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_5_consts_0);
  146936        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_5_qualname);
  146937        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_5);
  146938        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_7_qualname);
  146939        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_whence);
  146940        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_7);
  146941        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_8_consts_0);
  146942        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_8_qualname);
  146943        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_8);
  146944        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_9_qualname);
  146945        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_9);
  146946        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_10_qualname);
  146947        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tb);
  146948        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_10);
  146949        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24);
  146950        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_2_consts_0);
  146951        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytebuffer);
  146952        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_charbuffertype);
  146953        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__empty_charbuffer);
  146954        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_charbuffer);
  146955        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_linebuffer);
  146956        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_2_qualname);
  146957        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_2);
  146958        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_3_qualname);
  146959        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_3);
  146960        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_6_consts_0);
  146961        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_keepends);
  146962        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start);
  146963        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitlines);
  146964        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_6_qualname);
  146965        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chars);
  146966        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_firstline);
  146967        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_newdata);
  146968        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_newchars);
  146969        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodedbytes);
  146970        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lines);
  146971        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_6);
  146972        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_consts_0);
  146973        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_consts_9);
  146974        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_qualname);
  146975        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_readsize);
  146976        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_line0withend);
  146977        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_line0withoutend);
  146978        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_9);
  146979        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_10_consts_0);
  146980        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_readlines);
  146981        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_10_qualname);
  146982        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sizehint);
  146983        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_10);
  146984        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_11_consts_0);
  146985        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_11_qualname);
  146986        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_11);
  146987        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_13_consts_0);
  146988        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_13_qualname);
  146989        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_13);
  146990        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_14_consts_0);
  146991        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StopIteration);
  146992        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_14_qualname);
  146993        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_14);
  146994        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_15_qualname);
  146995        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_15);
  146996        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_16_qualname);
  146997        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_16);
  146998        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_17_qualname);
  146999        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_17);
  147000        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_18_qualname);
  147001        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_18);
  147002        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26);
  147003        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_1);
  147004        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_unknown);
  147005        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_4_consts_0);
  147006        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_reader);
  147007        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_writer);
  147008        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_4_qualname);
  147009        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Reader);
  147010        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Writer);
  147011        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_4);
  147012        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_6_qualname);
  147013        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_6);
  147014        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_8_qualname);
  147015        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_8);
  147016        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_9_qualname);
  147017        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_9);
  147018        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_10_qualname);
  147019        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_10);
  147020        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_11_qualname);
  147021        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_11);
  147022        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_12_qualname);
  147023        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_12);
  147024        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_13_qualname);
  147025        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_13);
  147026        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_14_qualname);
  147027        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_14);
  147028        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_16_qualname);
  147029        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_16);
  147030        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_17_qualname);
  147031        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_17);
  147032        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_18_qualname);
  147033        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_18);
  147034        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_19_qualname);
  147035        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_19);
  147036        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28);
  147037        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_1);
  147038        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_4_consts_0);
  147039        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_4_qualname);
  147040        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_4);
  147041        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_6_qualname);
  147042        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytesencoded);
  147043        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_6);
  147044        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_8_qualname);
  147045        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_8);
  147046        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_9_qualname);
  147047        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_9);
  147048        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_10_qualname);
  147049        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_10);
  147050        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_11_qualname);
  147051        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_11);
  147052        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_12_qualname);
  147053        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytesdecoded);
  147054        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_12);
  147055        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_13_qualname);
  147056        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_13);
  147057        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_14_qualname);
  147058        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_14);
  147059        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_16_qualname);
  147060        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_16);
  147061        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_17_qualname);
  147062        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_17);
  147063        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_18_qualname);
  147064        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_18);
  147065        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_19_qualname);
  147066        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_19);
  147067        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_encoding);
  147068        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_encoding);
  147069        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30);
  147070        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_35_consts_0);
  147071        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_b);
  147072        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_buffering);
  147073        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_srw);
  147074        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_35);
  147075        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_36_consts_0);
  147076        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_info);
  147077        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_info);
  147078        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sr);
  147079        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_36);
  147080        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_37_consts_0);
  147081        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_37);
  147082        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_38_consts_0);
  147083        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_38);
  147084        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_39_consts_0);
  147085        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LookupError);
  147086        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encoder);
  147087        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_39);
  147088        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_40_consts_0);
  147089        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoder);
  147090        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_40);
  147091        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_41_consts_0);
  147092        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_41);
  147093        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_42_consts_0);
  147094        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_42);
  147095        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_43_consts_0);
  147096        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterator);
  147097        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_output);
  147098        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_43);
  147099        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_44_consts_0);
  147100        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_44);
  147101        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_45_consts_0);
  147102        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_45_consts_1_qualname);
  147103        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_45_consts_1);
  147104        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_make_identity_dict);
  147105        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rng);
  147106        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_45);
  147107        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_46_consts_0);
  147108        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_make_encoding_map);
  147109        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoding_map);
  147110        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_k);
  147111        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_v);
  147112        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_46);
  147113        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_xmlcharrefreplace);
  147114        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_backslashreplace);
  147115        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_namereplace);
  147116        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__codecs);
  147117        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_why);
  147118        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SystemError);
  147119        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_byteorder);
  147120        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__false);
  147121        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodings);
  147122        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel);
  147123        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_0);
  147124        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_1);
  147125        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BlockingIOError);
  147126        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_IOBase);
  147127        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_RawIOBase);
  147128        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StringIO);
  147129        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIOBase);
  147130        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedReader);
  147131        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedWriter);
  147132        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedRWPair);
  147133        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedRandom);
  147134        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TextIOBase);
  147135        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UnsupportedOperation);
  147136        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_SET);
  147137        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_CUR);
  147138        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_END);
  147139        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEFAULT_BUFFER_SIZE);
  147140        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_text_encoding);
  147141        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_io);
  147142        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__IOBase);
  147143        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_9_filename);
  147144        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_9);
  147145        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__RawIOBase);
  147146        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_12);
  147147        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__BufferedIOBase);
  147148        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_14);
  147149        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__TextIOBase);
  147150        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_16);
  147151        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__WindowsConsoleIO);
  147152        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___author__);
  147153        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_klass);
  147154        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel);
  147155        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_0);
  147156        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_5_filename);
  147157        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__f);
  147158        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_5);
  147159        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Awaitable);
  147160        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Coroutine);
  147161        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncIterable);
  147162        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncIterator);
  147163        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncGenerator);
  147164        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Hashable);
  147165        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Iterable);
  147166        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Iterator);
  147167        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Generator);
  147168        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Reversible);
  147169        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Sized);
  147170        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Container);
  147171        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Callable);
  147172        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Collection);
  147173        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Set);
  147174        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableSet);
  147175        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Mapping);
  147176        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableMapping);
  147177        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MappingView);
  147178        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_KeysView);
  147179        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ItemsView);
  147180        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ValuesView);
  147181        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Sequence);
  147182        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableSequence);
  147183        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ByteString);
  147184        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_7);
  147185        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_13);
  147186        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__coro);
  147187        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_14);
  147188        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ag);
  147189        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_15);
  147190        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___mro__);
  147191        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_methods);
  147192        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_C);
  147193        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_methods);
  147194        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_B);
  147195        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_16);
  147196        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_17_consts_2_qualname);
  147197        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_2);
  147198        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_17_consts_3_qualname);
  147199        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_3);
  147200        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17);
  147201        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_20_consts_2_qualname);
  147202        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_2);
  147203        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_20_consts_3_qualname);
  147204        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_3);
  147205        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_GenericAlias);
  147206        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20);
  147207        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_2_consts_0);
  147208        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_2_qualname);
  147209        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_2);
  147210        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_4_consts_0);
  147211        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_with_traceback);
  147212        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_4_qualname);
  147213        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_typ);
  147214        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_val);
  147215        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_4);
  147216        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_consts_0);
  147217        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_consts_1);
  147218        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_GeneratorExit);
  147219        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_qualname);
  147220        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_5);
  147221        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_6_qualname);
  147222        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_6);
  147223        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22);
  147224        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_24_consts_2_qualname);
  147225        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_2);
  147226        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_24_consts_3_qualname);
  147227        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_3);
  147228        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24);
  147229        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_2_consts_0);
  147230        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_StopAsyncIteration);
  147231        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_2_qualname);
  147232        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_2);
  147233        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_3_qualname);
  147234        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_3);
  147235        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_4_qualname);
  147236        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_4);
  147237        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26);
  147238        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_2_consts_0);
  147239        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_asend);
  147240        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_2_qualname);
  147241        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_2);
  147242        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_3_consts_0);
  147243        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_3_qualname);
  147244        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_3);
  147245        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_5_consts_0);
  147246        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_athrow);
  147247        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_5_qualname);
  147248        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_5);
  147249        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_6_consts_2);
  147250        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_aclose);
  147251        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_6_qualname);
  147252        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_6);
  147253        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_7_qualname);
  147254        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_7);
  147255        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28);
  147256        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_30_consts_2_qualname);
  147257        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_2);
  147258        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_30_consts_3_qualname);
  147259        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_3);
  147260        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30);
  147261        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_2_consts_0);
  147262        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_2_qualname);
  147263        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_2);
  147264        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_3_qualname);
  147265        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_3);
  147266        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_4_qualname);
  147267        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_4);
  147268        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32);
  147269        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_34_consts_2_qualname);
  147270        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_2);
  147271        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_34_consts_3_qualname);
  147272        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_3);
  147273        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34);
  147274        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_2_consts_0);
  147275        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_2_qualname);
  147276        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_2);
  147277        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_3_consts_0);
  147278        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_3_qualname);
  147279        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_3);
  147280        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_5_consts_0);
  147281        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_5_qualname);
  147282        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_5);
  147283        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_consts_0);
  147284        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_consts_1);
  147285        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_qualname);
  147286        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_6);
  147287        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_7_qualname);
  147288        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_7);
  147289        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36);
  147290        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_38_consts_2_qualname);
  147291        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_2);
  147292        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_38_consts_3_qualname);
  147293        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_3);
  147294        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38);
  147295        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_40_consts_2_qualname);
  147296        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_2);
  147297        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_40_consts_3_qualname);
  147298        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_3);
  147299        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40);
  147300        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_42_consts_2_qualname);
  147301        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_42_consts_2);
  147302        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_42);
  147303        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__CallableGenericAlias);
  147304        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_1);
  147305        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_consts_2);
  147306        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_consts_3);
  147307        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__is_param_expr);
  147308        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_qualname);
  147309        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t_args);
  147310        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_t_result);
  147311        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_3);
  147312        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_3);
  147313        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__type_repr);
  147314        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5_qualname);
  147315        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_a);
  147316        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5);
  147317        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_7);
  147318        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_8);
  147319        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_qualname);
  147320        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4);
  147321        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_5_qualname);
  147322        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_5);
  147323        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_6_qualname);
  147324        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_args);
  147325        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_6);
  147326        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44);
  147327        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_46_consts_0);
  147328        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ParamSpec);
  147329        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ConcatenateGenericAlias);
  147330        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_typing);
  147331        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_46_consts_4_qualname);
  147332        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_46_consts_4);
  147333        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Ellipsis);
  147334        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_names);
  147335        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_46);
  147336        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_47_consts_0);
  147337        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_47_consts_3);
  147338        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_repr);
  147339        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FunctionType);
  147340        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_47);
  147341        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_48_consts_2_qualname);
  147342        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_2);
  147343        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_48_consts_3_qualname);
  147344        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_3);
  147345        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48);
  147346        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_1);
  147347        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_3_qualname);
  147348        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_elem);
  147349        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_3);
  147350        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_4_qualname);
  147351        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_4);
  147352        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_5_qualname);
  147353        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_5);
  147354        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_6_qualname);
  147355        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_6);
  147356        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_7_qualname);
  147357        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_7);
  147358        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_8_consts_0);
  147359        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__from_iterable);
  147360        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_8_qualname);
  147361        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_it);
  147362        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_8);
  147363        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1_qualname);
  147364        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1);
  147365        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_9_qualname);
  147366        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9);
  147367        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_10_consts_0);
  147368        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isdisjoint);
  147369        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_10_qualname);
  147370        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_10);
  147371        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1_qualname);
  147372        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_e);
  147373        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1);
  147374        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_11_qualname);
  147375        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chain);
  147376        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11);
  147377        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1_qualname);
  147378        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1);
  147379        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_12_qualname);
  147380        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12);
  147381        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1_qualname);
  147382        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1);
  147383        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_13_qualname);
  147384        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13);
  147385        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_14_qualname);
  147386        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_14);
  147387        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_15_consts_0);
  147388        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_maxsize);
  147389        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__hash);
  147390        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_15_qualname);
  147391        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAX);
  147392        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MASK);
  147393        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_n);
  147394        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_h);
  147395        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hx);
  147396        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_15);
  147397        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50);
  147398        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_1);
  147399        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_3_consts_0);
  147400        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_3_qualname);
  147401        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_3);
  147402        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_4_consts_0);
  147403        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_discard);
  147404        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_4_qualname);
  147405        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_4);
  147406        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_5_consts_0);
  147407        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_remove);
  147408        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_5_qualname);
  147409        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_5);
  147410        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_6_consts_0);
  147411        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_6_qualname);
  147412        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_6);
  147413        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_7_consts_0);
  147414        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_7_qualname);
  147415        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_7);
  147416        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_8_qualname);
  147417        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_8);
  147418        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_9_qualname);
  147419        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_9);
  147420        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_10_qualname);
  147421        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_10);
  147422        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_11_qualname);
  147423        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_11);
  147424        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52);
  147425        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_1);
  147426        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_4_qualname);
  147427        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_4);
  147428        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_6_consts_0);
  147429        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_6_qualname);
  147430        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_6);
  147431        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_7_qualname);
  147432        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_7);
  147433        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_8_consts_0);
  147434        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_8_qualname);
  147435        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_8);
  147436        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_9_consts_0);
  147437        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_9_qualname);
  147438        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_9);
  147439        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_10_consts_0);
  147440        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_10_qualname);
  147441        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_10);
  147442        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict);
  147443        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_11_qualname);
  147444        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_11);
  147445        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54);
  147446        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__mapping);
  147447        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_2_qualname);
  147448        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mapping);
  147449        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_2);
  147450        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_3_qualname);
  147451        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_3);
  147452        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_4_consts_1);
  147453        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_4_qualname);
  147454        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_4);
  147455        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56);
  147456        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_2_qualname);
  147457        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_2);
  147458        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_3_qualname);
  147459        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_3);
  147460        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_4_qualname);
  147461        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_4);
  147462        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58);
  147463        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_2_qualname);
  147464        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_2);
  147465        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_3_qualname);
  147466        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_3);
  147467        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_4_qualname);
  147468        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_4);
  147469        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60);
  147470        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_62_consts_2_qualname);
  147471        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_2);
  147472        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_62_consts_3_qualname);
  147473        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_3);
  147474        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62);
  147475        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_1);
  147476        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_3_qualname);
  147477        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_3);
  147478        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_4_qualname);
  147479        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_4);
  147480        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_5_consts_0);
  147481        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__MutableMapping__marker);
  147482        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_5_qualname);
  147483        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_5);
  147484        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_6_consts_0);
  147485        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_popitem);
  147486        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_6_qualname);
  147487        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_6);
  147488        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_7_consts_0);
  147489        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_7_qualname);
  147490        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_7);
  147491        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_8_consts_0);
  147492        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_8_qualname);
  147493        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_8);
  147494        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_10_consts_0);
  147495        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setdefault);
  147496        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_10_qualname);
  147497        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_10);
  147498        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64);
  147499        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_1);
  147500        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_4_qualname);
  147501        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_4);
  147502        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_5_qualname);
  147503        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_5);
  147504        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_6_qualname);
  147505        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_6);
  147506        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_range);
  147507        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_7_qualname);
  147508        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_7);
  147509        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_10_consts_0);
  147510        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_10_qualname);
  147511        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_stop);
  147512        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_10);
  147513        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_0);
  147514        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1_qualname);
  147515        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1);
  147516        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sum);
  147517        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_qualname);
  147518        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11);
  147519        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66);
  147520        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_68_consts_1);
  147521        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_68);
  147522        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_1);
  147523        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_3_qualname);
  147524        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_3);
  147525        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_4_qualname);
  147526        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_4);
  147527        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_5_consts_0);
  147528        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_5_qualname);
  147529        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_5);
  147530        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_6_consts_0);
  147531        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_6_qualname);
  147532        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_6);
  147533        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_7_consts_0);
  147534        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_7_qualname);
  147535        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_7);
  147536        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_8_consts_0);
  147537        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_reverse);
  147538        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_8_qualname);
  147539        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_8);
  147540        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_9_consts_0);
  147541        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_9_qualname);
  147542        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_9);
  147543        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_11_consts_0);
  147544        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_11_qualname);
  147545        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_11);
  147546        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_12_consts_0);
  147547        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_12_qualname);
  147548        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_12);
  147549        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_13_qualname);
  147550        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_13);
  147551        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70);
  147552        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_EllipsisType);
  147553        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes_iterator);
  147554        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytearray_iterator);
  147555        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_keyiterator);
  147556        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_valueiterator);
  147557        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_itemiterator);
  147558        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_list_iterator);
  147559        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_list_reverseiterator);
  147560        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_range_iterator);
  147561        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_longrange_iterator);
  147562        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_iterator);
  147563        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_str_iterator);
  147564        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tuple_iterator);
  147565        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_zip);
  147566        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_zip_iterator);
  147567        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_keys);
  147568        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_values);
  147569        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_items);
  147570        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mappingproxy);
  147571        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_generator);
  147572        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_coroutine);
  147573        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_async_generator);
  147574        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel);
  147575        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_0);
  147576        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Quitter);
  147577        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_eof);
  147578        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_1_filename);
  147579        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_1_qualname);
  147580        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_1);
  147581        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_1);
  147582        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_2);
  147583        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_3);
  147584        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_qualname);
  147585        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_2);
  147586        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SystemExit);
  147587        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_4_qualname);
  147588        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_4);
  147589        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3);
  147590        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer);
  147591        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_1);
  147592        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname);
  147593        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dir);
  147594        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2);
  147595        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__name);
  147596        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__data);
  147597        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__lines);
  147598        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__filenames);
  147599        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_4_qualname);
  147600        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirs);
  147601        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4);
  147602        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_5_consts_3);
  147603        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_split);
  147604        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__linecnt);
  147605        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___setup);
  147606        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_5_qualname);
  147607        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_5);
  147608        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_6_consts_2);
  147609        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__setup);
  147610        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAXLINES);
  147611        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_6_qualname);
  147612        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_6);
  147613        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_7_consts_1);
  147614        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_q);
  147615        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_7_qualname);
  147616        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_prompt);
  147617        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_7);
  147618        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5);
  147619        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Helper);
  147620        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_1);
  147621        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_2_consts_1);
  147622        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_2_qualname);
  147623        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_2);
  147624        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pydoc);
  147625        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_help);
  147626        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_3_qualname);
  147627        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_3);
  147628        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7);
  147629        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel);
  147630        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_0);
  147631        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_commonprefix);
  147632        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exists);
  147633        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getatime);
  147634        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getctime);
  147635        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getmtime);
  147636        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getsize);
  147637        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isdir);
  147638        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isfile);
  147639        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_samefile);
  147640        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sameopenfile);
  147641        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_samestat);
  147642        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_4_consts_0);
  147643        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_4_filename);
  147644        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_4);
  147645        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_5_consts_0);
  147646        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISREG);
  147647        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_5);
  147648        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_6_consts_0);
  147649        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISDIR);
  147650        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_6);
  147651        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_7_consts_0);
  147652        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_7);
  147653        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_8_consts_0);
  147654        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_8);
  147655        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_9_consts_0);
  147656        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_atime);
  147657        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_9);
  147658        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_10_consts_0);
  147659        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_ctime);
  147660        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_10);
  147661        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_11_consts_0);
  147662        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_min);
  147663        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_enumerate);
  147664        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_s1);
  147665        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_s2);
  147666        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_11);
  147667        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_12_consts_0);
  147668        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_ino);
  147669        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_dev);
  147670        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_12);
  147671        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_13_consts_0);
  147672        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_f1);
  147673        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_f2);
  147674        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_13);
  147675        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_14_consts_0);
  147676        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fstat);
  147677        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp1);
  147678        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp2);
  147679        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_14);
  147680        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_15_consts_0);
  147681        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__splitext);
  147682        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_altsep);
  147683        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_extsep);
  147684        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sepIndex);
  147685        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_altsepIndex);
  147686        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dotIndex);
  147687        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_filenameIndex);
  147688        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_15);
  147689        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_16_consts_3);
  147690        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_16_consts_4);
  147691        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_arg_types);
  147692        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_funcname);
  147693        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasstr);
  147694        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasbytes);
  147695        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_16);
  147696        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel);
  147697        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_0);
  147698        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_2);
  147699        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_4);
  147700        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_6);
  147701        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_nul);
  147702        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_normcase);
  147703        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isabs);
  147704        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitdrive);
  147705        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitext);
  147706        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_islink);
  147707        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lexists);
  147708        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ismount);
  147709        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_expanduser);
  147710        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_expandvars);
  147711        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_normpath);
  147712        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abspath);
  147713        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_curdir);
  147714        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pardir);
  147715        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathsep);
  147716        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_defpath);
  147717        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_devnull);
  147718        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_realpath);
  147719        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_unicode_filenames);
  147720        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_relpath);
  147721        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_commonpath);
  147722        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_12_consts_2);
  147723        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_12_filename);
  147724        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_bothseps);
  147725        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_12);
  147726        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LCMapStringEx);
  147727        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LOCALE_NAME_INVARIANT);
  147728        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LCMAP_LOWERCASE);
  147729        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_14_consts_0);
  147730        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_surrogateescape);
  147731        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getfilesystemencoding);
  147732        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LCMapStringEx);
  147733        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LOCALE_NAME_INVARIANT);
  147734        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LCMAP_LOWERCASE);
  147735        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_14);
  147736        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fsencode);
  147737        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_15);
  147738        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_16_consts_0);
  147739        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_16_consts_7);
  147740        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_16);
  147741        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_BytesWarning);
  147742        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_genericpath);
  147743        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_paths);
  147744        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_seps);
  147745        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_colon);
  147746        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_result_drive);
  147747        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_result_path);
  147748        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_p_drive);
  147749        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_p_path);
  147750        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_17);
  147751        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_18_consts_0);
  147752        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_18_consts_9);
  147753        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_upper);
  147754        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_find);
  147755        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_unc_prefix);
  147756        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_normp);
  147757        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_index2);
  147758        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_18);
  147759        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_19_consts_0);
  147760        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_19);
  147761        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_20);
  147762        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_21_consts_0);
  147763        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_21);
  147764        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_22_consts_0);
  147765        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_22);
  147766        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_23_consts_0);
  147767        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lstat);
  147768        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISLNK);
  147769        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_23);
  147770        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_24_consts_0);
  147771        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_24);
  147772        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getvolumepathname);
  147773        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_26_consts_0);
  147774        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_y);
  147775        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_26);
  147776        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_27_consts_0);
  147777        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_27_consts_2);
  147778        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_USERPROFILE);
  147779        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOMEPATH);
  147780        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOMEDRIVE);
  147781        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_USERNAME);
  147782        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_tilde);
  147783        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_userhome);
  147784        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_drive);
  147785        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_target_user);
  147786        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_current_user);
  147787        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_27);
  147788        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_0);
  147789        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_5);
  147790        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_environb);
  147791        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_11);
  147792        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_13);
  147793        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_string);
  147794        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ascii_letters);
  147795        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_digits);
  147796        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_varchars);
  147797        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_quote);
  147798        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_percent);
  147799        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_brace);
  147800        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rbrace);
  147801        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dollar);
  147802        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_res);
  147803        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathlen);
  147804        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_var);
  147805        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_28);
  147806        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_normpath);
  147807        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_30_consts_0);
  147808        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_30);
  147809        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_31_consts_10_0);
  147810        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_special_prefixes);
  147811        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_comps);
  147812        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_31);
  147813        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_32_consts_0);
  147814        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getcwdb);
  147815        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__abspath_fallback);
  147816        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cwd);
  147817        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_32);
  147818        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfullpathname);
  147819        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_34_consts_0);
  147820        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_34);
  147821        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfinalpathname);
  147822        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_readlink);
  147823        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__nt_readlink);
  147824        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_winerror);
  147825        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__readlink_deep);
  147826        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_allowed_winerror);
  147827        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_old_path);
  147828        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ex);
  147829        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_36);
  147830        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfinalpathname_nonstrict);
  147831        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_path);
  147832        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_37);
  147833        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_40_consts_6);
  147834        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_40_consts_8);
  147835        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_unc_prefix);
  147836        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_had_prefix);
  147837        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_initial_winerror);
  147838        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spath);
  147839        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_40);
  147840        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getwindowsversion);
  147841        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_0);
  147842        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_8);
  147843        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_9);
  147844        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_10);
  147845        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_11_qualname);
  147846        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44_consts_11);
  147847        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44_consts_12);
  147848        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_abs);
  147849        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_abs);
  147850        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_drive);
  147851        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_rest);
  147852        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_drive);
  147853        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_rest);
  147854        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_list);
  147855        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_list);
  147856        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_e1);
  147857        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_e2);
  147858        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rel_list);
  147859        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44);
  147860        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_0);
  147861        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_1);
  147862        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_9_qualname);
  147863        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_9);
  147864        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_10);
  147865        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_11_qualname);
  147866        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_11);
  147867        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_12);
  147868        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_14);
  147869        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_16);
  147870        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_17);
  147871        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_18_consts_0_qualname);
  147872        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18_consts_0);
  147873        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18);
  147874        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_drivesplits);
  147875        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_split_paths);
  147876        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_common);
  147877        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45);
  147878        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__isdir);
  147879        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__winapi);
  147880        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel);
  147881        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_0);
  147882        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_5);
  147883        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_7);
  147884        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_11_filename);
  147885        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_sep);
  147886        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_11);
  147887        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_12_consts_0);
  147888        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_12);
  147889        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_13);
  147890        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_14_consts_0);
  147891        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_14);
  147892        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_15_consts_0);
  147893        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_15);
  147894        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_16);
  147895        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_17_consts_0);
  147896        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_17);
  147897        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_18);
  147898        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_19);
  147899        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_20_consts_0);
  147900        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_20);
  147901        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_21);
  147902        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_22_consts_0);
  147903        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dev1);
  147904        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dev2);
  147905        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ino1);
  147906        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ino2);
  147907        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_22);
  147908        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_23_consts_0);
  147909        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOME);
  147910        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ASCII);
  147911        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_vxworks);
  147912        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pwd);
  147913        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getpwuid);
  147914        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getuid);
  147915        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pw_dir);
  147916        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getpwnam);
  147917        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pwent);
  147918        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_23);
  147919        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_24_consts_0);
  147920        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_24_consts_9);
  147921        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__varprogb);
  147922        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_re);
  147923        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__varprog);
  147924        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_span);
  147925        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_group);
  147926        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_end);
  147927        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_j);
  147928        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_24);
  147929        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_26);
  147930        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_empty);
  147931        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dotdot);
  147932        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_initial_slashes);
  147933        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_comps);
  147934        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_comp);
  147935        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_27);
  147936        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_28_consts_0);
  147937        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_28);
  147938        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_31_consts_0);
  147939        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__joinrealpath);
  147940        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ok);
  147941        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_31);
  147942        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_newpath);
  147943        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_link);
  147944        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_32);
  147945        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34_consts_9);
  147946        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34_consts_10);
  147947        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34);
  147948        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_7);
  147949        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_8);
  147950        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11_consts_0);
  147951        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11);
  147952        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35);
  147953        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel);
  147954        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_0);
  147955        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_linesep);
  147956        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_exec_path);
  147957        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fdopen);
  147958        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_5_filename);
  147959        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__exists);
  147960        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_5);
  147961        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_6_consts_1_qualname);
  147962        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_6_consts_1);
  147963        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_exports_list);
  147964        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_6);
  147965        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__exit);
  147966        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__have_functions);
  147967        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_14);
  147968        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_15);
  147969        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_16);
  147970        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__globals);
  147971        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__set);
  147972        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__add);
  147973        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_19);
  147974        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FACCESSAT);
  147975        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_access);
  147976        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHMODAT);
  147977        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chmod);
  147978        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHOWNAT);
  147979        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chown);
  147980        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FSTATAT);
  147981        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMESAT);
  147982        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_utime);
  147983        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LINKAT);
  147984        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_link);
  147985        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKDIRAT);
  147986        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKFIFOAT);
  147987        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mkfifo);
  147988        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKNODAT);
  147989        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mknod);
  147990        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_OPENAT);
  147991        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_READLINKAT);
  147992        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_RENAMEAT);
  147993        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rename);
  147994        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_SYMLINKAT);
  147995        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_symlink);
  147996        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_UNLINKAT);
  147997        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rmdir);
  147998        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_UTIMENSAT);
  147999        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHDIR);
  148000        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chdir);
  148001        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHMOD);
  148002        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHOWN);
  148003        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FDOPENDIR);
  148004        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_scandir);
  148005        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FEXECVE);
  148006        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execve);
  148007        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FTRUNCATE);
  148008        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMENS);
  148009        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMES);
  148010        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FPATHCONF);
  148011        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathconf);
  148012        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_statvfs);
  148013        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fstatvfs);
  148014        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FSTATVFS);
  148015        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHFLAGS);
  148016        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_chflags);
  148017        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHMOD);
  148018        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lchown);
  148019        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHOWN);
  148020        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LUTIMES);
  148021        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LSTAT);
  148022        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_MS_WINDOWS);
  148023        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_80_consts_0);
  148024        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exist_ok);
  148025        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_makedirs);
  148026        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cdir);
  148027        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_80);
  148028        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_81_consts_0);
  148029        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_removedirs);
  148030        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_81);
  148031        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_82_consts_0);
  148032        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_renames);
  148033        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_82);
  148034        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_85_consts_0);
  148035        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_85_consts_1);
  148036        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_audit);
  148037        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__walk);
  148038        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk);
  148039        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_topdown);
  148040        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_onerror);
  148041        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_followlinks);
  148042        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_85);
  148043        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_dir);
  148044        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_symlink);
  148045        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_nondirs);
  148046        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk_dirs);
  148047        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_scandir_it);
  148048        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_error);
  148049        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk_into);
  148050        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_86);
  148051        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_follow_symlinks);
  148052        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dir_fd);
  148053        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_90_consts_0);
  148054        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_90_consts_1);
  148055        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_RDONLY);
  148056        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fwalk);
  148057        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fwalk);
  148058        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_orig_st);
  148059        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_topfd);
  148060        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_90);
  148061        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_toppath);
  148062        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isbytes);
  148063        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_entries);
  148064        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirfd);
  148065        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_err);
  148066        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_91);
  148067        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_93_consts_0);
  148068        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execv);
  148069        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execl);
  148070        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_93);
  148071        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_94_consts_0);
  148072        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execle);
  148073        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_env);
  148074        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_94);
  148075        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_95_consts_0);
  148076        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execvp);
  148077        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execlp);
  148078        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_95);
  148079        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_96_consts_0);
  148080        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execvpe);
  148081        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execlpe);
  148082        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_96);
  148083        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_97_consts_0);
  148084        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__execvpe);
  148085        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_97);
  148086        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_98_consts_0);
  148087        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_98);
  148088        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_func);
  148089        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_argrest);
  148090        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_saved_exc);
  148091        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_last_exc);
  148092        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_100);
  148093        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_101_consts_0);
  148094        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PATH);
  148095        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_101_consts_6);
  148096        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_catch_warnings);
  148097        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_simplefilter);
  148098        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_bytes_environ);
  148099        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_listb);
  148100        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_101);
  148101        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Environ);
  148102        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodekey);
  148103        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodekey);
  148104        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodevalue);
  148105        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodevalue);
  148106        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__data);
  148107        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_1_qualname);
  148108        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_1);
  148109        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_2_qualname);
  148110        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_2);
  148111        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_putenv);
  148112        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_3_qualname);
  148113        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_3);
  148114        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_unsetenv);
  148115        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_4_qualname);
  148116        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodedkey);
  148117        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_4);
  148118        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_5_qualname);
  148119        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_5);
  148120        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_6_qualname);
  148121        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_6);
  148122        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_2_qualname);
  148123        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_7_consts_2);
  148124        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_3);
  148125        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_4);
  148126        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_qualname);
  148127        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_formatted_items);
  148128        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_7);
  148129        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_8_qualname);
  148130        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_8);
  148131        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_9_qualname);
  148132        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_9);
  148133        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_10_qualname);
  148134        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_10);
  148135        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_11_qualname);
  148136        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_11);
  148137        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_12_qualname);
  148138        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_12);
  148139        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103);
  148140        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_2_consts_1);
  148141        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_str);
  148142        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_2_qualname);
  148143        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_2);
  148144        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_3_qualname);
  148145        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_3);
  148146        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_4_qualname);
  148147        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_4);
  148148        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_5_qualname);
  148149        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_5);
  148150        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__createenviron);
  148151        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105);
  148152        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_106_consts_0);
  148153        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getenv);
  148154        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_106);
  148155        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_108_consts_1);
  148156        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_bytes);
  148157        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_108);
  148158        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_109_consts_0);
  148159        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getenvb);
  148160        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_109);
  148161        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_1_consts_0);
  148162        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_1_qualname);
  148163        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111_consts_1);
  148164        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_2_consts_0);
  148165        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_2_qualname);
  148166        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111_consts_2);
  148167        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getfilesystemencodeerrors);
  148168        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fscodec);
  148169        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111);
  148170        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fork);
  148171        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnv);
  148172        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_WAIT);
  148173        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_NOWAIT);
  148174        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_NOWAITO);
  148175        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_116_consts_1);
  148176        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_116_consts_3);
  148177        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_waitpid);
  148178        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_WIFSTOPPED);
  148179        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_waitstatus_to_exitcode);
  148180        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__spawnvef);
  148181        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_func);
  148182        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pid);
  148183        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wpid);
  148184        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sts);
  148185        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_116);
  148186        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_117_consts_0);
  148187        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_117);
  148188        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_118_consts_0);
  148189        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnve);
  148190        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_118);
  148191        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_119_consts_0);
  148192        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnvp);
  148193        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_119);
  148194        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_120_consts_0);
  148195        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnvpe);
  148196        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_120);
  148197        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_122_consts_0);
  148198        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnl);
  148199        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_122);
  148200        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_123_consts_0);
  148201        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnle);
  148202        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_123);
  148203        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_127_consts_0);
  148204        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnlp);
  148205        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_127);
  148206        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_128_consts_0);
  148207        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnlpe);
  148208        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_128);
  148209        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_1);
  148210        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_w);
  148211        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_3);
  148212        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_5);
  148213        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_shell);
  148214        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bufsize);
  148215        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_subprocess);
  148216        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Popen);
  148217        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PIPE);
  148218        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__wrap_close);
  148219        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_popen);
  148220        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cmd);
  148221        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_proc);
  148222        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_134);
  148223        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__stream);
  148224        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__proc);
  148225        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_1_qualname);
  148226        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_1);
  148227        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wait);
  148228        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_2_qualname);
  148229        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_returncode);
  148230        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_2);
  148231        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_3_qualname);
  148232        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_3);
  148233        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_4_qualname);
  148234        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_4);
  148235        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_5_qualname);
  148236        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_5);
  148237        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_6_qualname);
  148238        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_6);
  148239        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135);
  148240        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_138_consts_1);
  148241        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_138);
  148242        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_0);
  148243        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_2);
  148244        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_3);
  148245        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__fspath);
  148246        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_type);
  148247        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_repr);
  148248        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_139);
  148249        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PathLike);
  148250        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_1);
  148251        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_2_consts_0);
  148252        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_2_qualname);
  148253        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141_consts_2);
  148254        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_3_qualname);
  148255        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141_consts_3);
  148256        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141);
  148257        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__AddedDllDirectory);
  148258        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__cookie);
  148259        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__remove_dll_directory);
  148260        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_1_qualname);
  148261        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_cookie);
  148262        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_remove_dll_directory);
  148263        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_1);
  148264        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_2_qualname);
  148265        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_2);
  148266        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_3_qualname);
  148267        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_3);
  148268        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_4_qualname);
  148269        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_4);
  148270        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_consts_1);
  148271        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_consts_2);
  148272        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_qualname);
  148273        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_5);
  148274        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143);
  148275        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_145_consts_0);
  148276        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__add_dll_directory);
  148277        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_add_dll_directory);
  148278        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_145);
  148279        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__collections_abc);
  148280        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__names);
  148281        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_posixpath);
  148282        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ntpath);
  148283        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_dir_fd);
  148284        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_effective_ids);
  148285        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_fd);
  148286        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_follow_symlinks);
  148287        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel);
  148288        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_0);
  148289        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_3_filename);
  148290        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__trace);
  148291        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_3);
  148292        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_makepath);
  148293        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_4);
  148294        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_5_consts_0);
  148295        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_abs_paths);
  148296        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_module);
  148297        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_5);
  148298        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_6_consts_0);
  148299        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_removeduppaths);
  148300        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_L);
  148301        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_known_paths);
  148302        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dircase);
  148303        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_6);
  148304        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_7_consts_0);
  148305        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__init_pathinfo);
  148306        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_itemcase);
  148307        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_7);
  148308        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_0);
  148309        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_4);
  148310        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_9_1);
  148311        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_10);
  148312        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_14);
  148313        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_15);
  148314        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_strip);
  148315        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_traceback);
  148316        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_format_exception);
  148317        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_info);
  148318        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_addpackage);
  148319        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitedir);
  148320        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_record);
  148321        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_8);
  148322        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_0);
  148323        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_1);
  148324        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_5_consts_0);
  148325        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_5_qualname);
  148326        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_9_consts_5);
  148327        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_addsitedir);
  148328        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitedircase);
  148329        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_9);
  148330        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_10_consts_0);
  148331        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_geteuid);
  148332        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getgid);
  148333        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getegid);
  148334        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_no_user_site);
  148335        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_enableusersite);
  148336        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_10);
  148337        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PYTHONUSERBASE);
  148338        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_emscripten);
  148339        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wasi);
  148340        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_joinuser);
  148341        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_11_consts_3_qualname);
  148342        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_11_consts_3);
  148343        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_APPDATA);
  148344        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Python);
  148345        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Library);
  148346        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_11_consts_12);
  148347        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__framework);
  148348        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__getuserbase);
  148349        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_env_base);
  148350        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_11);
  148351        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_4);
  148352        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_5);
  148353        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_7);
  148354        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_8);
  148355        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_11);
  148356        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_winver);
  148357        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_path);
  148358        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_userbase);
  148359        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ver_nodot);
  148360        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_12);
  148361        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_13_consts_0);
  148362        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_USER_BASE);
  148363        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getuserbase);
  148364        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_13);
  148365        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_14_consts_0);
  148366        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_USER_SITE);
  148367        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ENABLE_USER_SITE);
  148368        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getusersitepackages);
  148369        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_14);
  148370        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_15_consts_0);
  148371        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_15_consts_1);
  148372        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_addusersitepackages);
  148373        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_user_site);
  148374        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_15);
  148375        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_0);
  148376        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_lib);
  148377        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_4);
  148378        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_6);
  148379        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Lib);
  148380        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_PREFIXES);
  148381        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_platlibdir);
  148382        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_getsitepackages);
  148383        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_prefixes);
  148384        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitepackages);
  148385        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_libdirs);
  148386        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_libdir);
  148387        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_16);
  148388        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_17_consts_0);
  148389        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_17_consts_1);
  148390        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_addsitepackages);
  148391        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_17);
  148392        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_0);
  148393        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_2);
  148394        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_3);
  148395        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_quit);
  148396        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exit);
  148397        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__sitebuiltins);
  148398        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setquit);
  148399        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_18);
  148400        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_0);
  148401        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_copyright);
  148402        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_java);
  148403        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_credits);
  148404        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_6);
  148405        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_7);
  148406        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_10);
  148407        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LICENSE);
  148408        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_license);
  148409        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_13);
  148410        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_setcopyright);
  148411        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_here);
  148412        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_19);
  148413        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sethelper);
  148414        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_20);
  148415        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_0);
  148416        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_libedit);
  148417        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_5);
  148418        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_6);
  148419        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_8);
  148420        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_write_history_file);
  148421        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_write_history);
  148422        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_9_qualname);
  148423        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_history);
  148424        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21_consts_1_consts_9);
  148425        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_atexit);
  148426        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_rlcompleter);
  148427        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parse_and_bind);
  148428        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_init_file);
  148429        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_current_history_length);
  148430        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_history_file);
  148431        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_register_readline);
  148432        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_qualname);
  148433        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_readline_doc);
  148434        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21_consts_1);
  148435        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___interactivehook__);
  148436        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_enablerlcompleter);
  148437        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21);
  148438        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___PYVENV_LAUNCHER__);
  148439        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_3);
  148440        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_4_qualname);
  148441        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_conffile);
  148442        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_22_consts_4);
  148443        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_true);
  148444        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_9);
  148445        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_10);
  148446        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_home);
  148447        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__base_executable);
  148448        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_executable);
  148449        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__home);
  148450        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_prefix);
  148451        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_venv);
  148452        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_exe_dir);
  148453        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_site_prefix);
  148454        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_conf_basename);
  148455        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_candidate_confs);
  148456        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_virtual_conf);
  148457        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_system_site);
  148458        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_22);
  148459        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_23_consts_0);
  148460        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitecustomize);
  148461        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_23_consts_4);
  148462        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execsitecustomize);
  148463        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_23);
  148464        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_24_consts_0);
  148465        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_usercustomize);
  148466        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_24_consts_4);
  148467        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_execusercustomize);
  148468        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_24);
  148469        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_25_consts_0);
  148470        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_isolated);
  148471        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_main);
  148472        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_orig_path);
  148473        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_25);
  148474        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_1);
  148475        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_3);
  148476        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_4);
  148477        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_5);
  148478        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_7_consts_2);
  148479        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_7_qualname);
  148480        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_26_consts_7);
  148481        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_8);
  148482        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_11);
  148483        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_12);
  148484        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_14);
  148485        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_15);
  148486        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_argv);
  148487        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_textwrap);
  148488        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_dedent);
  148489        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__script);
  148490        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_user_base);
  148491        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_26);
  148492        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_no_site);
  148493        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel);
  148494        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_0);
  148495        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_11_consts_0);
  148496        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_11_filename);
  148497        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IMODE);
  148498        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_11);
  148499        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_12_consts_0);
  148500        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFMT);
  148501        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_12);
  148502        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_20_consts_0);
  148503        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFDIR);
  148504        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_20);
  148505        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_21_consts_0);
  148506        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFCHR);
  148507        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISCHR);
  148508        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_21);
  148509        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_22_consts_0);
  148510        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFBLK);
  148511        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISBLK);
  148512        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_22);
  148513        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_23_consts_0);
  148514        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFREG);
  148515        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_23);
  148516        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_24_consts_0);
  148517        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFIFO);
  148518        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISFIFO);
  148519        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_24);
  148520        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_25_consts_0);
  148521        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFLNK);
  148522        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_25);
  148523        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_26_consts_0);
  148524        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFSOCK);
  148525        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISSOCK);
  148526        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_26);
  148527        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_27_consts_0);
  148528        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISDOOR);
  148529        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_27);
  148530        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_28_consts_0);
  148531        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISPORT);
  148532        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_28);
  148533        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_29_consts_0);
  148534        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISWHT);
  148535        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_29);
  148536        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_l);
  148537        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_47);
  148538        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S);
  148539        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_T);
  148540        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_58_consts_0);
  148541        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__filemode_table);
  148542        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_filemode);
  148543        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_perm);
  148544        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_table);
  148545        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_bit);
  148546        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_char);
  148547        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_58);
  148548        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_MODE);
  148549        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_INO);
  148550        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_DEV);
  148551        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_NLINK);
  148552        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_UID);
  148553        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_GID);
  148554        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_SIZE);
  148555        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_ATIME);
  148556        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_MTIME);
  148557        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_CTIME);
  148558        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFDOOR);
  148559        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFPORT);
  148560        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFWHT);
  148561        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISUID);
  148562        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISGID);
  148563        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ENFMT);
  148564        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISVTX);
  148565        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IREAD);
  148566        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWRITE);
  148567        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IEXEC);
  148568        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXU);
  148569        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRUSR);
  148570        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWUSR);
  148571        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXUSR);
  148572        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXG);
  148573        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRGRP);
  148574        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWGRP);
  148575        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXGRP);
  148576        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXO);
  148577        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IROTH);
  148578        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWOTH);
  148579        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXOTH);
  148580        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_NODUMP);
  148581        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_IMMUTABLE);
  148582        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_APPEND);
  148583        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_OPAQUE);
  148584        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_NOUNLINK);
  148585        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_COMPRESSED);
  148586        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_HIDDEN);
  148587        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_ARCHIVED);
  148588        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_IMMUTABLE);
  148589        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_APPEND);
  148590        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_NOUNLINK);
  148591        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_SNAPSHOT);
  148592        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_ARCHIVE);
  148593        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_COMPRESSED);
  148594        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_DEVICE);
  148595        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_DIRECTORY);
  148596        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_ENCRYPTED);
  148597        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_HIDDEN);
  148598        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM);
  148599        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NORMAL);
  148600        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED);
  148601        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA);
  148602        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_OFFLINE);
  148603        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_READONLY);
  148604        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_REPARSE_POINT);
  148605        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_SPARSE_FILE);
  148606        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_SYSTEM);
  148607        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_TEMPORARY);
  148608        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_VIRTUAL);
  148609        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__stat);
  148610        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel);
  148611        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_0);
  148612        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_Loader);
  148613        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_contextmanager);
  148614        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_16_consts_0);
  148615        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_16_filename);
  148616        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_16);
  148617        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_17_consts_2);
  148618        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_17_consts_3);
  148619        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_resolve_name);
  148620        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_character);
  148621        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_17);
  148622        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_0);
  148623        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_2);
  148624        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_3);
  148625        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec_from_path);
  148626        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_18);
  148627        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_0);
  148628        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_5);
  148629        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_6);
  148630        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_name);
  148631        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_19);
  148632        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___initializing__);
  148633        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_to_load);
  148634        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_20);
  148635        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_0);
  148636        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_1_consts_1);
  148637        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_package_wrapper);
  148638        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_1_qualname);
  148639        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_21_consts_1);
  148640        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_functools);
  148641        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_wraps);
  148642        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_package);
  148643        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_21);
  148644        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_22_consts_0);
  148645        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_loader_wrapper);
  148646        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_22_consts_1_qualname);
  148647        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_22_consts_1);
  148648        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_loader);
  148649        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_22);
  148650        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_23_consts_0);
  148651        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_for_loader_wrapper);
  148652        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_23_consts_4_qualname);
  148653        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_23_consts_4);
  148654        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_for_loader);
  148655        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_23);
  148656        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LazyModule);
  148657        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_1);
  148658        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_0);
  148659        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_2);
  148660        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_3);
  148661        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_types);
  148662        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleType);
  148663        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_qualname);
  148664        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_attr);
  148665        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_original_name);
  148666        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_then);
  148667        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_now);
  148668        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_updated);
  148669        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_2);
  148670        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_3_consts_0);
  148671        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_delattr);
  148672        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_3_qualname);
  148673        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_3);
  148674        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24);
  148675        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_LazyLoader);
  148676        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_1);
  148677        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_2_consts_2);
  148678        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str___check_eager_loader);
  148679        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_2_qualname);
  148680        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_2);
  148681        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_consts_0);
  148682        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1_qualname);
  148683        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1);
  148684        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__LazyLoader__check_eager_loader);
  148685        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_factory);
  148686        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_qualname);
  148687        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3);
  148688        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_4_qualname);
  148689        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_4);
  148690        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_5_qualname);
  148691        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_5);
  148692        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_6_consts_0);
  148693        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_6_qualname);
  148694        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_6);
  148695        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26);
  148696        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_contextlib);
  148697        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel);
  148698        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_0);
  148699        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_13_consts_0);
  148700        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_13_filename);
  148701        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_all_suffixes);
  148702        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_machinery_toplevel_consts_13);
  148703        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&importlib_machinery_toplevel);
  148704        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_0);
  148705        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_module);
  148706        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_path);
  148707        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__TempModule);
  148708        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_1);
  148709        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_name);
  148710        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__saved_module);
  148711        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_2_filename);
  148712        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_2_qualname);
  148713        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_2);
  148714        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_3_qualname);
  148715        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_3);
  148716        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_4_qualname);
  148717        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_4);
  148718        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5);
  148719        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModifiedArgv0);
  148720        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__saved_value);
  148721        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__sentinel);
  148722        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_1_qualname);
  148723        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_1);
  148724        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_2_consts_1);
  148725        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_2_qualname);
  148726        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_2);
  148727        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_3_qualname);
  148728        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_3);
  148729        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7);
  148730        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_9_consts_0);
  148731        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_code);
  148732        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_globals);
  148733        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_init_globals);
  148734        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_spec);
  148735        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkg_name);
  148736        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_script_name);
  148737        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_fname);
  148738        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_9);
  148739        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_10_consts_0);
  148740        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_module_code);
  148741        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_temp_module);
  148742        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_globals);
  148743        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_10);
  148744        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_2);
  148745        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_6);
  148746        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_8);
  148747        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_10);
  148748        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_12);
  148749        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_13);
  148750        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_14);
  148751        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_16);
  148752        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_17);
  148753        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_18);
  148754        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_19);
  148755        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_20);
  148756        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_21);
  148757        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_RuntimeWarning);
  148758        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_util);
  148759        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_details);
  148760        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_existing);
  148761        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkg_main_name);
  148762        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_11);
  148763        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__Error);
  148764        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_12_consts_1);
  148765        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_12);
  148766        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_15_consts_0);
  148767        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_main_module_details);
  148768        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_module_as_main);
  148769        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_alter_argv);
  148770        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_main_globals);
  148771        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_15);
  148772        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_17_consts_0);
  148773        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_name);
  148774        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_alter_sys);
  148775        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_17);
  148776        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_18_consts_2);
  148777        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_18_consts_3);
  148778        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_main_name);
  148779        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_saved_main);
  148780        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_18);
  148781        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_code);
  148782        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkgutil);
  148783        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_code_from_file);
  148784        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoded_path);
  148785        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_19);
  148786        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_20_consts_0);
  148787        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_20_consts_2);
  148788        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_importer);
  148789        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_imp);
  148790        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_NullImporter);
  148791        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_name);
  148792        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_importer);
  148793        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_NullImporter);
  148794        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_20);
  148795        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_23);
  148796        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_names_2);
  148797        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_names_4);
  148798        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel);
  148799        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_1);
  148800        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_1_consts_1);
  148801        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_1_filename);
  148802        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_1);
  148803        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_2);
  148804        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_3_consts_1);
  148805        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_3);
  148806        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_4);
  148807        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_5_consts_1);
  148808        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_5);
  148809        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_7_consts_1);
  148810        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_7);
  148811        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&const_str_initialized);
  148812        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel);
  148813        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__phello___toplevel_consts_1_filename);
  148814        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___toplevel_consts_1);
  148815        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___toplevel);
  148816        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__phello___ham_toplevel_filename);
  148817        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___ham_toplevel);
  148818        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__phello___ham_eggs_toplevel_filename);
  148819        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___ham_eggs_toplevel);
  148820        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&__phello___spam_toplevel_consts_1_filename);
  148821        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___spam_toplevel_consts_1);
  148822        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&__phello___spam_toplevel);
  148823        2930 :     _PyStaticUnicode_Dealloc((PyObject *)&frozen_only_toplevel_filename);
  148824        2930 :     _PyStaticCode_Dealloc((PyCodeObject *)&frozen_only_toplevel);
  148825        2930 : }
  148826             : int
  148827        3109 : _Py_Deepfreeze_Init(void) {
  148828        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_1) < 0) {
  148829           0 :         return -1;
  148830             :     }
  148831        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_3) < 0) {
  148832           0 :         return -1;
  148833             :     }
  148834        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_4) < 0) {
  148835           0 :         return -1;
  148836             :     }
  148837        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_5) < 0) {
  148838           0 :         return -1;
  148839             :     }
  148840        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_2) < 0) {
  148841           0 :         return -1;
  148842             :     }
  148843        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_3) < 0) {
  148844           0 :         return -1;
  148845             :     }
  148846        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_4) < 0) {
  148847           0 :         return -1;
  148848             :     }
  148849        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_5) < 0) {
  148850           0 :         return -1;
  148851             :     }
  148852        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_6) < 0) {
  148853           0 :         return -1;
  148854             :     }
  148855        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7) < 0) {
  148856           0 :         return -1;
  148857             :     }
  148858        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_2) < 0) {
  148859           0 :         return -1;
  148860             :     }
  148861        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_3) < 0) {
  148862           0 :         return -1;
  148863             :     }
  148864        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_4) < 0) {
  148865           0 :         return -1;
  148866             :     }
  148867        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_5) < 0) {
  148868           0 :         return -1;
  148869             :     }
  148870        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9) < 0) {
  148871           0 :         return -1;
  148872             :     }
  148873        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_1) < 0) {
  148874           0 :         return -1;
  148875             :     }
  148876        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_2) < 0) {
  148877           0 :         return -1;
  148878             :     }
  148879        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_3) < 0) {
  148880           0 :         return -1;
  148881             :     }
  148882        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11) < 0) {
  148883           0 :         return -1;
  148884             :     }
  148885        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13_consts_2) < 0) {
  148886           0 :         return -1;
  148887             :     }
  148888        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13) < 0) {
  148889           0 :         return -1;
  148890             :     }
  148891        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_14) < 0) {
  148892           0 :         return -1;
  148893             :     }
  148894        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_15) < 0) {
  148895           0 :         return -1;
  148896             :     }
  148897        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_18) < 0) {
  148898           0 :         return -1;
  148899             :     }
  148900        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19_consts_1) < 0) {
  148901           0 :         return -1;
  148902             :     }
  148903        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19) < 0) {
  148904           0 :         return -1;
  148905             :     }
  148906        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20_consts_1) < 0) {
  148907           0 :         return -1;
  148908             :     }
  148909        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20) < 0) {
  148910           0 :         return -1;
  148911             :     }
  148912        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_21) < 0) {
  148913           0 :         return -1;
  148914             :     }
  148915        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_22) < 0) {
  148916           0 :         return -1;
  148917             :     }
  148918        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_4) < 0) {
  148919           0 :         return -1;
  148920             :     }
  148921        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_5) < 0) {
  148922           0 :         return -1;
  148923             :     }
  148924        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_6) < 0) {
  148925           0 :         return -1;
  148926             :     }
  148927        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_7) < 0) {
  148928           0 :         return -1;
  148929             :     }
  148930        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_8) < 0) {
  148931           0 :         return -1;
  148932             :     }
  148933        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_9) < 0) {
  148934           0 :         return -1;
  148935             :     }
  148936        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_10) < 0) {
  148937           0 :         return -1;
  148938             :     }
  148939        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_11) < 0) {
  148940           0 :         return -1;
  148941             :     }
  148942        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23) < 0) {
  148943           0 :         return -1;
  148944             :     }
  148945        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_26) < 0) {
  148946           0 :         return -1;
  148947             :     }
  148948        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_27) < 0) {
  148949           0 :         return -1;
  148950             :     }
  148951        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_30) < 0) {
  148952           0 :         return -1;
  148953             :     }
  148954        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_31) < 0) {
  148955           0 :         return -1;
  148956             :     }
  148957        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_32) < 0) {
  148958           0 :         return -1;
  148959             :     }
  148960        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_33) < 0) {
  148961           0 :         return -1;
  148962             :     }
  148963        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_34) < 0) {
  148964           0 :         return -1;
  148965             :     }
  148966        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_35) < 0) {
  148967           0 :         return -1;
  148968             :     }
  148969        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_36) < 0) {
  148970           0 :         return -1;
  148971             :     }
  148972        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_3) < 0) {
  148973           0 :         return -1;
  148974             :     }
  148975        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_5) < 0) {
  148976           0 :         return -1;
  148977             :     }
  148978        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_6) < 0) {
  148979           0 :         return -1;
  148980             :     }
  148981        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_7) < 0) {
  148982           0 :         return -1;
  148983             :     }
  148984        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_8) < 0) {
  148985           0 :         return -1;
  148986             :     }
  148987        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_9) < 0) {
  148988           0 :         return -1;
  148989             :     }
  148990        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_10) < 0) {
  148991           0 :         return -1;
  148992             :     }
  148993        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_11) < 0) {
  148994           0 :         return -1;
  148995             :     }
  148996        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37) < 0) {
  148997           0 :         return -1;
  148998             :     }
  148999        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_3) < 0) {
  149000           0 :         return -1;
  149001             :     }
  149002        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_4) < 0) {
  149003           0 :         return -1;
  149004             :     }
  149005        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_7) < 0) {
  149006           0 :         return -1;
  149007             :     }
  149008        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_8) < 0) {
  149009           0 :         return -1;
  149010             :     }
  149011        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_9) < 0) {
  149012           0 :         return -1;
  149013             :     }
  149014        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_10) < 0) {
  149015           0 :         return -1;
  149016             :     }
  149017        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_11) < 0) {
  149018           0 :         return -1;
  149019             :     }
  149020        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_12) < 0) {
  149021           0 :         return -1;
  149022             :     }
  149023        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_13) < 0) {
  149024           0 :         return -1;
  149025             :     }
  149026        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_14) < 0) {
  149027           0 :         return -1;
  149028             :     }
  149029        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_15) < 0) {
  149030           0 :         return -1;
  149031             :     }
  149032        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39) < 0) {
  149033           0 :         return -1;
  149034             :     }
  149035        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_2) < 0) {
  149036           0 :         return -1;
  149037             :     }
  149038        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_3) < 0) {
  149039           0 :         return -1;
  149040             :     }
  149041        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41) < 0) {
  149042           0 :         return -1;
  149043             :     }
  149044        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_43) < 0) {
  149045           0 :         return -1;
  149046             :     }
  149047        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_44) < 0) {
  149048           0 :         return -1;
  149049             :     }
  149050        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_45) < 0) {
  149051           0 :         return -1;
  149052             :     }
  149053        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_46) < 0) {
  149054           0 :         return -1;
  149055             :     }
  149056        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_49) < 0) {
  149057           0 :         return -1;
  149058             :     }
  149059        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_50) < 0) {
  149060           0 :         return -1;
  149061             :     }
  149062        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_52) < 0) {
  149063           0 :         return -1;
  149064             :     }
  149065        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_54) < 0) {
  149066           0 :         return -1;
  149067             :     }
  149068        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_55) < 0) {
  149069           0 :         return -1;
  149070             :     }
  149071        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_57) < 0) {
  149072           0 :         return -1;
  149073             :     }
  149074        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_58) < 0) {
  149075           0 :         return -1;
  149076             :     }
  149077        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_59) < 0) {
  149078           0 :         return -1;
  149079             :     }
  149080        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_60) < 0) {
  149081           0 :         return -1;
  149082             :     }
  149083        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_61) < 0) {
  149084           0 :         return -1;
  149085             :     }
  149086        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel) < 0) {
  149087           0 :         return -1;
  149088             :     }
  149089        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_6) < 0) {
  149090           0 :         return -1;
  149091             :     }
  149092        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_8) < 0) {
  149093           0 :         return -1;
  149094             :     }
  149095        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3) < 0) {
  149096           0 :         return -1;
  149097             :     }
  149098        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4) < 0) {
  149099           0 :         return -1;
  149100             :     }
  149101        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11) < 0) {
  149102           0 :         return -1;
  149103             :     }
  149104        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_12) < 0) {
  149105           0 :         return -1;
  149106             :     }
  149107        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_13) < 0) {
  149108           0 :         return -1;
  149109             :     }
  149110        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_14) < 0) {
  149111           0 :         return -1;
  149112             :     }
  149113        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5) < 0) {
  149114           0 :         return -1;
  149115             :     }
  149116        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15) < 0) {
  149117           0 :         return -1;
  149118             :     }
  149119        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16_consts_1) < 0) {
  149120           0 :         return -1;
  149121             :     }
  149122        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16) < 0) {
  149123           0 :         return -1;
  149124             :     }
  149125        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1) < 0) {
  149126           0 :         return -1;
  149127             :     }
  149128        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17) < 0) {
  149129           0 :         return -1;
  149130             :     }
  149131        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_18) < 0) {
  149132           0 :         return -1;
  149133             :     }
  149134        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_19) < 0) {
  149135           0 :         return -1;
  149136             :     }
  149137        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_20) < 0) {
  149138           0 :         return -1;
  149139             :     }
  149140        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_21) < 0) {
  149141           0 :         return -1;
  149142             :     }
  149143        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_22) < 0) {
  149144           0 :         return -1;
  149145             :     }
  149146        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_23) < 0) {
  149147           0 :         return -1;
  149148             :     }
  149149        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_25) < 0) {
  149150           0 :         return -1;
  149151             :     }
  149152        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_36) < 0) {
  149153           0 :         return -1;
  149154             :     }
  149155        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_37) < 0) {
  149156           0 :         return -1;
  149157             :     }
  149158        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_38) < 0) {
  149159           0 :         return -1;
  149160             :     }
  149161        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_39) < 0) {
  149162           0 :         return -1;
  149163             :     }
  149164        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_40) < 0) {
  149165           0 :         return -1;
  149166             :     }
  149167        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2) < 0) {
  149168           0 :         return -1;
  149169             :     }
  149170        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3) < 0) {
  149171           0 :         return -1;
  149172             :     }
  149173        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41) < 0) {
  149174           0 :         return -1;
  149175             :     }
  149176        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_42) < 0) {
  149177           0 :         return -1;
  149178             :     }
  149179        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_43) < 0) {
  149180           0 :         return -1;
  149181             :     }
  149182        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_44) < 0) {
  149183           0 :         return -1;
  149184             :     }
  149185        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_45) < 0) {
  149186           0 :         return -1;
  149187             :     }
  149188        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_46) < 0) {
  149189           0 :         return -1;
  149190             :     }
  149191        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_47) < 0) {
  149192           0 :         return -1;
  149193             :     }
  149194        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_49) < 0) {
  149195           0 :         return -1;
  149196             :     }
  149197        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_50) < 0) {
  149198           0 :         return -1;
  149199             :     }
  149200        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_52) < 0) {
  149201           0 :         return -1;
  149202             :     }
  149203        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5) < 0) {
  149204           0 :         return -1;
  149205             :     }
  149206        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6) < 0) {
  149207           0 :         return -1;
  149208             :     }
  149209        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8) < 0) {
  149210           0 :         return -1;
  149211             :     }
  149212        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9) < 0) {
  149213           0 :         return -1;
  149214             :     }
  149215        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53) < 0) {
  149216           0 :         return -1;
  149217             :     }
  149218        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2) < 0) {
  149219           0 :         return -1;
  149220             :     }
  149221        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3) < 0) {
  149222           0 :         return -1;
  149223             :     }
  149224        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4) < 0) {
  149225           0 :         return -1;
  149226             :     }
  149227        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5) < 0) {
  149228           0 :         return -1;
  149229             :     }
  149230        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55) < 0) {
  149231           0 :         return -1;
  149232             :     }
  149233        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1) < 0) {
  149234           0 :         return -1;
  149235             :     }
  149236        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2) < 0) {
  149237           0 :         return -1;
  149238             :     }
  149239        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3) < 0) {
  149240           0 :         return -1;
  149241             :     }
  149242        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4) < 0) {
  149243           0 :         return -1;
  149244             :     }
  149245        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5) < 0) {
  149246           0 :         return -1;
  149247             :     }
  149248        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8) < 0) {
  149249           0 :         return -1;
  149250             :     }
  149251        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9) < 0) {
  149252           0 :         return -1;
  149253             :     }
  149254        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57) < 0) {
  149255           0 :         return -1;
  149256             :     }
  149257        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2) < 0) {
  149258           0 :         return -1;
  149259             :     }
  149260        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3) < 0) {
  149261           0 :         return -1;
  149262             :     }
  149263        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4) < 0) {
  149264           0 :         return -1;
  149265             :     }
  149266        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5) < 0) {
  149267           0 :         return -1;
  149268             :     }
  149269        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6) < 0) {
  149270           0 :         return -1;
  149271             :     }
  149272        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7) < 0) {
  149273           0 :         return -1;
  149274             :     }
  149275        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8) < 0) {
  149276           0 :         return -1;
  149277             :     }
  149278        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59) < 0) {
  149279           0 :         return -1;
  149280             :     }
  149281        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2) < 0) {
  149282           0 :         return -1;
  149283             :     }
  149284        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3) < 0) {
  149285           0 :         return -1;
  149286             :     }
  149287        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6) < 0) {
  149288           0 :         return -1;
  149289             :     }
  149290        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61) < 0) {
  149291           0 :         return -1;
  149292             :     }
  149293        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2) < 0) {
  149294           0 :         return -1;
  149295             :     }
  149296        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3) < 0) {
  149297           0 :         return -1;
  149298             :     }
  149299        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63) < 0) {
  149300           0 :         return -1;
  149301             :     }
  149302        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2) < 0) {
  149303           0 :         return -1;
  149304             :     }
  149305        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3) < 0) {
  149306           0 :         return -1;
  149307             :     }
  149308        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4) < 0) {
  149309           0 :         return -1;
  149310             :     }
  149311        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5) < 0) {
  149312           0 :         return -1;
  149313             :     }
  149314        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6) < 0) {
  149315           0 :         return -1;
  149316             :     }
  149317        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2) < 0) {
  149318           0 :         return -1;
  149319             :     }
  149320        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7) < 0) {
  149321           0 :         return -1;
  149322             :     }
  149323        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8) < 0) {
  149324           0 :         return -1;
  149325             :     }
  149326        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9) < 0) {
  149327           0 :         return -1;
  149328             :     }
  149329        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10) < 0) {
  149330           0 :         return -1;
  149331             :     }
  149332        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65) < 0) {
  149333           0 :         return -1;
  149334             :     }
  149335        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3) < 0) {
  149336           0 :         return -1;
  149337             :     }
  149338        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4) < 0) {
  149339           0 :         return -1;
  149340             :     }
  149341        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5) < 0) {
  149342           0 :         return -1;
  149343             :     }
  149344        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6) < 0) {
  149345           0 :         return -1;
  149346             :     }
  149347        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7) < 0) {
  149348           0 :         return -1;
  149349             :     }
  149350        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8) < 0) {
  149351           0 :         return -1;
  149352             :     }
  149353        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9) < 0) {
  149354           0 :         return -1;
  149355             :     }
  149356        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10) < 0) {
  149357           0 :         return -1;
  149358             :     }
  149359        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11) < 0) {
  149360           0 :         return -1;
  149361             :     }
  149362        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12) < 0) {
  149363           0 :         return -1;
  149364             :     }
  149365        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13) < 0) {
  149366           0 :         return -1;
  149367             :     }
  149368        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67) < 0) {
  149369           0 :         return -1;
  149370             :     }
  149371        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1) < 0) {
  149372           0 :         return -1;
  149373             :     }
  149374        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2) < 0) {
  149375           0 :         return -1;
  149376             :     }
  149377        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3) < 0) {
  149378           0 :         return -1;
  149379             :     }
  149380        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4) < 0) {
  149381           0 :         return -1;
  149382             :     }
  149383        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5) < 0) {
  149384           0 :         return -1;
  149385             :     }
  149386        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6) < 0) {
  149387           0 :         return -1;
  149388             :     }
  149389        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7) < 0) {
  149390           0 :         return -1;
  149391             :     }
  149392        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8) < 0) {
  149393           0 :         return -1;
  149394             :     }
  149395        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9) < 0) {
  149396           0 :         return -1;
  149397             :     }
  149398        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69) < 0) {
  149399           0 :         return -1;
  149400             :     }
  149401        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2) < 0) {
  149402           0 :         return -1;
  149403             :     }
  149404        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3) < 0) {
  149405           0 :         return -1;
  149406             :     }
  149407        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4) < 0) {
  149408           0 :         return -1;
  149409             :     }
  149410        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5) < 0) {
  149411           0 :         return -1;
  149412             :     }
  149413        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7) < 0) {
  149414           0 :         return -1;
  149415             :     }
  149416        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8) < 0) {
  149417           0 :         return -1;
  149418             :     }
  149419        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9) < 0) {
  149420           0 :         return -1;
  149421             :     }
  149422        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10) < 0) {
  149423           0 :         return -1;
  149424             :     }
  149425        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71) < 0) {
  149426           0 :         return -1;
  149427             :     }
  149428        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1) < 0) {
  149429           0 :         return -1;
  149430             :     }
  149431        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2) < 0) {
  149432           0 :         return -1;
  149433             :     }
  149434        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3) < 0) {
  149435           0 :         return -1;
  149436             :     }
  149437        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4) < 0) {
  149438           0 :         return -1;
  149439             :     }
  149440        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5) < 0) {
  149441           0 :         return -1;
  149442             :     }
  149443        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7) < 0) {
  149444           0 :         return -1;
  149445             :     }
  149446        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4) < 0) {
  149447           0 :         return -1;
  149448             :     }
  149449        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8) < 0) {
  149450           0 :         return -1;
  149451             :     }
  149452        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1) < 0) {
  149453           0 :         return -1;
  149454             :     }
  149455        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9) < 0) {
  149456           0 :         return -1;
  149457             :     }
  149458        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10) < 0) {
  149459           0 :         return -1;
  149460             :     }
  149461        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73) < 0) {
  149462           0 :         return -1;
  149463             :     }
  149464        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_75) < 0) {
  149465           0 :         return -1;
  149466             :     }
  149467        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_76) < 0) {
  149468           0 :         return -1;
  149469             :     }
  149470        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_77) < 0) {
  149471           0 :         return -1;
  149472             :     }
  149473        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_78) < 0) {
  149474           0 :         return -1;
  149475             :     }
  149476        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel) < 0) {
  149477           0 :         return -1;
  149478             :     }
  149479        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_7) < 0) {
  149480           0 :         return -1;
  149481             :     }
  149482        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_2) < 0) {
  149483           0 :         return -1;
  149484             :     }
  149485        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_4) < 0) {
  149486           0 :         return -1;
  149487             :     }
  149488        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_5) < 0) {
  149489           0 :         return -1;
  149490             :     }
  149491        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_6) < 0) {
  149492           0 :         return -1;
  149493             :     }
  149494        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_7) < 0) {
  149495           0 :         return -1;
  149496             :     }
  149497        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_8) < 0) {
  149498           0 :         return -1;
  149499             :     }
  149500        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_9) < 0) {
  149501           0 :         return -1;
  149502             :     }
  149503        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_10) < 0) {
  149504           0 :         return -1;
  149505             :     }
  149506        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_11) < 0) {
  149507           0 :         return -1;
  149508             :     }
  149509        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_12) < 0) {
  149510           0 :         return -1;
  149511             :     }
  149512        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_13) < 0) {
  149513           0 :         return -1;
  149514             :     }
  149515        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11) < 0) {
  149516           0 :         return -1;
  149517             :     }
  149518        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_18) < 0) {
  149519           0 :         return -1;
  149520             :     }
  149521        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_19) < 0) {
  149522           0 :         return -1;
  149523             :     }
  149524        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_20) < 0) {
  149525           0 :         return -1;
  149526             :     }
  149527        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_21) < 0) {
  149528           0 :         return -1;
  149529             :     }
  149530        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_23) < 0) {
  149531           0 :         return -1;
  149532             :     }
  149533        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_24) < 0) {
  149534           0 :         return -1;
  149535             :     }
  149536        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_25) < 0) {
  149537           0 :         return -1;
  149538             :     }
  149539        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_26) < 0) {
  149540           0 :         return -1;
  149541             :     }
  149542        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_27) < 0) {
  149543           0 :         return -1;
  149544             :     }
  149545        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_28) < 0) {
  149546           0 :         return -1;
  149547             :     }
  149548        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_29) < 0) {
  149549           0 :         return -1;
  149550             :     }
  149551        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_30) < 0) {
  149552           0 :         return -1;
  149553             :     }
  149554        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_31) < 0) {
  149555           0 :         return -1;
  149556             :     }
  149557        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_32) < 0) {
  149558           0 :         return -1;
  149559             :     }
  149560        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel) < 0) {
  149561           0 :         return -1;
  149562             :     }
  149563        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_1) < 0) {
  149564           0 :         return -1;
  149565             :     }
  149566        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_2_consts_3) < 0) {
  149567           0 :         return -1;
  149568             :     }
  149569        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_2) < 0) {
  149570           0 :         return -1;
  149571             :     }
  149572        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_4_consts_3) < 0) {
  149573           0 :         return -1;
  149574             :     }
  149575        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_4) < 0) {
  149576           0 :         return -1;
  149577             :     }
  149578        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_6) < 0) {
  149579           0 :         return -1;
  149580             :     }
  149581        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_2) < 0) {
  149582           0 :         return -1;
  149583             :     }
  149584        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_3) < 0) {
  149585           0 :         return -1;
  149586             :     }
  149587        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_4) < 0) {
  149588           0 :         return -1;
  149589             :     }
  149590        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_5) < 0) {
  149591           0 :         return -1;
  149592             :     }
  149593        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_7) < 0) {
  149594           0 :         return -1;
  149595             :     }
  149596        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_8) < 0) {
  149597           0 :         return -1;
  149598             :     }
  149599        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_9) < 0) {
  149600           0 :         return -1;
  149601             :     }
  149602        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10) < 0) {
  149603           0 :         return -1;
  149604             :     }
  149605        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_14) < 0) {
  149606           0 :         return -1;
  149607             :     }
  149608        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_15) < 0) {
  149609           0 :         return -1;
  149610             :     }
  149611        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel) < 0) {
  149612           0 :         return -1;
  149613             :     }
  149614        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12_consts_5) < 0) {
  149615           0 :         return -1;
  149616             :     }
  149617        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12_consts_6) < 0) {
  149618           0 :         return -1;
  149619             :     }
  149620        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12) < 0) {
  149621           0 :         return -1;
  149622             :     }
  149623        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14_consts_3) < 0) {
  149624           0 :         return -1;
  149625             :     }
  149626        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14_consts_4) < 0) {
  149627           0 :         return -1;
  149628             :     }
  149629        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14) < 0) {
  149630           0 :         return -1;
  149631             :     }
  149632        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_3) < 0) {
  149633           0 :         return -1;
  149634             :     }
  149635        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_5) < 0) {
  149636           0 :         return -1;
  149637             :     }
  149638        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_6) < 0) {
  149639           0 :         return -1;
  149640             :     }
  149641        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_7) < 0) {
  149642           0 :         return -1;
  149643             :     }
  149644        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_8) < 0) {
  149645           0 :         return -1;
  149646             :     }
  149647        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16) < 0) {
  149648           0 :         return -1;
  149649             :     }
  149650        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_3) < 0) {
  149651           0 :         return -1;
  149652             :     }
  149653        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_4) < 0) {
  149654           0 :         return -1;
  149655             :     }
  149656        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_6) < 0) {
  149657           0 :         return -1;
  149658             :     }
  149659        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_7) < 0) {
  149660           0 :         return -1;
  149661             :     }
  149662        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_8) < 0) {
  149663           0 :         return -1;
  149664             :     }
  149665        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_9) < 0) {
  149666           0 :         return -1;
  149667             :     }
  149668        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18) < 0) {
  149669           0 :         return -1;
  149670             :     }
  149671        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_3) < 0) {
  149672           0 :         return -1;
  149673             :     }
  149674        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_5) < 0) {
  149675           0 :         return -1;
  149676             :     }
  149677        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_6) < 0) {
  149678           0 :         return -1;
  149679             :     }
  149680        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_7) < 0) {
  149681           0 :         return -1;
  149682             :     }
  149683        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_8) < 0) {
  149684           0 :         return -1;
  149685             :     }
  149686        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20) < 0) {
  149687           0 :         return -1;
  149688             :     }
  149689        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_3) < 0) {
  149690           0 :         return -1;
  149691             :     }
  149692        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_4) < 0) {
  149693           0 :         return -1;
  149694             :     }
  149695        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_6) < 0) {
  149696           0 :         return -1;
  149697             :     }
  149698        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_7) < 0) {
  149699           0 :         return -1;
  149700             :     }
  149701        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_8) < 0) {
  149702           0 :         return -1;
  149703             :     }
  149704        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_9) < 0) {
  149705           0 :         return -1;
  149706             :     }
  149707        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22) < 0) {
  149708           0 :         return -1;
  149709             :     }
  149710        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_2) < 0) {
  149711           0 :         return -1;
  149712             :     }
  149713        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_3) < 0) {
  149714           0 :         return -1;
  149715             :     }
  149716        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_4) < 0) {
  149717           0 :         return -1;
  149718             :     }
  149719        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_5) < 0) {
  149720           0 :         return -1;
  149721             :     }
  149722        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_7) < 0) {
  149723           0 :         return -1;
  149724             :     }
  149725        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_8) < 0) {
  149726           0 :         return -1;
  149727             :     }
  149728        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_9) < 0) {
  149729           0 :         return -1;
  149730             :     }
  149731        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_10) < 0) {
  149732           0 :         return -1;
  149733             :     }
  149734        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24) < 0) {
  149735           0 :         return -1;
  149736             :     }
  149737        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_2) < 0) {
  149738           0 :         return -1;
  149739             :     }
  149740        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_3) < 0) {
  149741           0 :         return -1;
  149742             :     }
  149743        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_6) < 0) {
  149744           0 :         return -1;
  149745             :     }
  149746        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_9) < 0) {
  149747           0 :         return -1;
  149748             :     }
  149749        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_10) < 0) {
  149750           0 :         return -1;
  149751             :     }
  149752        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_11) < 0) {
  149753           0 :         return -1;
  149754             :     }
  149755        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_13) < 0) {
  149756           0 :         return -1;
  149757             :     }
  149758        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_14) < 0) {
  149759           0 :         return -1;
  149760             :     }
  149761        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_15) < 0) {
  149762           0 :         return -1;
  149763             :     }
  149764        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_16) < 0) {
  149765           0 :         return -1;
  149766             :     }
  149767        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_17) < 0) {
  149768           0 :         return -1;
  149769             :     }
  149770        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_18) < 0) {
  149771           0 :         return -1;
  149772             :     }
  149773        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26) < 0) {
  149774           0 :         return -1;
  149775             :     }
  149776        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_4) < 0) {
  149777           0 :         return -1;
  149778             :     }
  149779        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_6) < 0) {
  149780           0 :         return -1;
  149781             :     }
  149782        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_8) < 0) {
  149783           0 :         return -1;
  149784             :     }
  149785        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_9) < 0) {
  149786           0 :         return -1;
  149787             :     }
  149788        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_10) < 0) {
  149789           0 :         return -1;
  149790             :     }
  149791        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_11) < 0) {
  149792           0 :         return -1;
  149793             :     }
  149794        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_12) < 0) {
  149795           0 :         return -1;
  149796             :     }
  149797        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_13) < 0) {
  149798           0 :         return -1;
  149799             :     }
  149800        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_14) < 0) {
  149801           0 :         return -1;
  149802             :     }
  149803        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_16) < 0) {
  149804           0 :         return -1;
  149805             :     }
  149806        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_17) < 0) {
  149807           0 :         return -1;
  149808             :     }
  149809        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_18) < 0) {
  149810           0 :         return -1;
  149811             :     }
  149812        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_19) < 0) {
  149813           0 :         return -1;
  149814             :     }
  149815        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28) < 0) {
  149816           0 :         return -1;
  149817             :     }
  149818        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_4) < 0) {
  149819           0 :         return -1;
  149820             :     }
  149821        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_6) < 0) {
  149822           0 :         return -1;
  149823             :     }
  149824        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_8) < 0) {
  149825           0 :         return -1;
  149826             :     }
  149827        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_9) < 0) {
  149828           0 :         return -1;
  149829             :     }
  149830        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_10) < 0) {
  149831           0 :         return -1;
  149832             :     }
  149833        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_11) < 0) {
  149834           0 :         return -1;
  149835             :     }
  149836        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_12) < 0) {
  149837           0 :         return -1;
  149838             :     }
  149839        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_13) < 0) {
  149840           0 :         return -1;
  149841             :     }
  149842        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_14) < 0) {
  149843           0 :         return -1;
  149844             :     }
  149845        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_16) < 0) {
  149846           0 :         return -1;
  149847             :     }
  149848        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_17) < 0) {
  149849           0 :         return -1;
  149850             :     }
  149851        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_18) < 0) {
  149852           0 :         return -1;
  149853             :     }
  149854        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_19) < 0) {
  149855           0 :         return -1;
  149856             :     }
  149857        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30) < 0) {
  149858           0 :         return -1;
  149859             :     }
  149860        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_35) < 0) {
  149861           0 :         return -1;
  149862             :     }
  149863        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_36) < 0) {
  149864           0 :         return -1;
  149865             :     }
  149866        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_37) < 0) {
  149867           0 :         return -1;
  149868             :     }
  149869        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_38) < 0) {
  149870           0 :         return -1;
  149871             :     }
  149872        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_39) < 0) {
  149873           0 :         return -1;
  149874             :     }
  149875        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_40) < 0) {
  149876           0 :         return -1;
  149877             :     }
  149878        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_41) < 0) {
  149879           0 :         return -1;
  149880             :     }
  149881        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_42) < 0) {
  149882           0 :         return -1;
  149883             :     }
  149884        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_43) < 0) {
  149885           0 :         return -1;
  149886             :     }
  149887        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_44) < 0) {
  149888           0 :         return -1;
  149889             :     }
  149890        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_45_consts_1) < 0) {
  149891           0 :         return -1;
  149892             :     }
  149893        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_45) < 0) {
  149894           0 :         return -1;
  149895             :     }
  149896        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_46) < 0) {
  149897           0 :         return -1;
  149898             :     }
  149899        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel) < 0) {
  149900           0 :         return -1;
  149901             :     }
  149902        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_9) < 0) {
  149903           0 :         return -1;
  149904             :     }
  149905        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_12) < 0) {
  149906           0 :         return -1;
  149907             :     }
  149908        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_14) < 0) {
  149909           0 :         return -1;
  149910             :     }
  149911        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_16) < 0) {
  149912           0 :         return -1;
  149913             :     }
  149914        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel) < 0) {
  149915           0 :         return -1;
  149916             :     }
  149917        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_5) < 0) {
  149918           0 :         return -1;
  149919             :     }
  149920        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_13) < 0) {
  149921           0 :         return -1;
  149922             :     }
  149923        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_14) < 0) {
  149924           0 :         return -1;
  149925             :     }
  149926        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_15) < 0) {
  149927           0 :         return -1;
  149928             :     }
  149929        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_16) < 0) {
  149930           0 :         return -1;
  149931             :     }
  149932        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_2) < 0) {
  149933           0 :         return -1;
  149934             :     }
  149935        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_3) < 0) {
  149936           0 :         return -1;
  149937             :     }
  149938        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17) < 0) {
  149939           0 :         return -1;
  149940             :     }
  149941        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_2) < 0) {
  149942           0 :         return -1;
  149943             :     }
  149944        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_3) < 0) {
  149945           0 :         return -1;
  149946             :     }
  149947        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20) < 0) {
  149948           0 :         return -1;
  149949             :     }
  149950        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_2) < 0) {
  149951           0 :         return -1;
  149952             :     }
  149953        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_4) < 0) {
  149954           0 :         return -1;
  149955             :     }
  149956        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_5) < 0) {
  149957           0 :         return -1;
  149958             :     }
  149959        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_6) < 0) {
  149960           0 :         return -1;
  149961             :     }
  149962        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22) < 0) {
  149963           0 :         return -1;
  149964             :     }
  149965        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_2) < 0) {
  149966           0 :         return -1;
  149967             :     }
  149968        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_3) < 0) {
  149969           0 :         return -1;
  149970             :     }
  149971        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24) < 0) {
  149972           0 :         return -1;
  149973             :     }
  149974        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_2) < 0) {
  149975           0 :         return -1;
  149976             :     }
  149977        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_3) < 0) {
  149978           0 :         return -1;
  149979             :     }
  149980        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_4) < 0) {
  149981           0 :         return -1;
  149982             :     }
  149983        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26) < 0) {
  149984           0 :         return -1;
  149985             :     }
  149986        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_2) < 0) {
  149987           0 :         return -1;
  149988             :     }
  149989        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_3) < 0) {
  149990           0 :         return -1;
  149991             :     }
  149992        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_5) < 0) {
  149993           0 :         return -1;
  149994             :     }
  149995        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_6) < 0) {
  149996           0 :         return -1;
  149997             :     }
  149998        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_7) < 0) {
  149999           0 :         return -1;
  150000             :     }
  150001        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28) < 0) {
  150002           0 :         return -1;
  150003             :     }
  150004        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_2) < 0) {
  150005           0 :         return -1;
  150006             :     }
  150007        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_3) < 0) {
  150008           0 :         return -1;
  150009             :     }
  150010        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30) < 0) {
  150011           0 :         return -1;
  150012             :     }
  150013        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_2) < 0) {
  150014           0 :         return -1;
  150015             :     }
  150016        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_3) < 0) {
  150017           0 :         return -1;
  150018             :     }
  150019        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_4) < 0) {
  150020           0 :         return -1;
  150021             :     }
  150022        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32) < 0) {
  150023           0 :         return -1;
  150024             :     }
  150025        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_2) < 0) {
  150026           0 :         return -1;
  150027             :     }
  150028        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_3) < 0) {
  150029           0 :         return -1;
  150030             :     }
  150031        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34) < 0) {
  150032           0 :         return -1;
  150033             :     }
  150034        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_2) < 0) {
  150035           0 :         return -1;
  150036             :     }
  150037        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_3) < 0) {
  150038           0 :         return -1;
  150039             :     }
  150040        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_5) < 0) {
  150041           0 :         return -1;
  150042             :     }
  150043        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_6) < 0) {
  150044           0 :         return -1;
  150045             :     }
  150046        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_7) < 0) {
  150047           0 :         return -1;
  150048             :     }
  150049        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36) < 0) {
  150050           0 :         return -1;
  150051             :     }
  150052        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_2) < 0) {
  150053           0 :         return -1;
  150054             :     }
  150055        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_3) < 0) {
  150056           0 :         return -1;
  150057             :     }
  150058        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38) < 0) {
  150059           0 :         return -1;
  150060             :     }
  150061        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_2) < 0) {
  150062           0 :         return -1;
  150063             :     }
  150064        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_3) < 0) {
  150065           0 :         return -1;
  150066             :     }
  150067        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40) < 0) {
  150068           0 :         return -1;
  150069             :     }
  150070        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_42_consts_2) < 0) {
  150071           0 :         return -1;
  150072             :     }
  150073        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_42) < 0) {
  150074           0 :         return -1;
  150075             :     }
  150076        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_3) < 0) {
  150077           0 :         return -1;
  150078             :     }
  150079        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5) < 0) {
  150080           0 :         return -1;
  150081             :     }
  150082        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4) < 0) {
  150083           0 :         return -1;
  150084             :     }
  150085        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_5) < 0) {
  150086           0 :         return -1;
  150087             :     }
  150088        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_6) < 0) {
  150089           0 :         return -1;
  150090             :     }
  150091        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44) < 0) {
  150092           0 :         return -1;
  150093             :     }
  150094        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_46_consts_4) < 0) {
  150095           0 :         return -1;
  150096             :     }
  150097        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_46) < 0) {
  150098           0 :         return -1;
  150099             :     }
  150100        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_47) < 0) {
  150101           0 :         return -1;
  150102             :     }
  150103        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_2) < 0) {
  150104           0 :         return -1;
  150105             :     }
  150106        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_3) < 0) {
  150107           0 :         return -1;
  150108             :     }
  150109        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48) < 0) {
  150110           0 :         return -1;
  150111             :     }
  150112        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_3) < 0) {
  150113           0 :         return -1;
  150114             :     }
  150115        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_4) < 0) {
  150116           0 :         return -1;
  150117             :     }
  150118        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_5) < 0) {
  150119           0 :         return -1;
  150120             :     }
  150121        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_6) < 0) {
  150122           0 :         return -1;
  150123             :     }
  150124        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_7) < 0) {
  150125           0 :         return -1;
  150126             :     }
  150127        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_8) < 0) {
  150128           0 :         return -1;
  150129             :     }
  150130        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1) < 0) {
  150131           0 :         return -1;
  150132             :     }
  150133        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9) < 0) {
  150134           0 :         return -1;
  150135             :     }
  150136        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_10) < 0) {
  150137           0 :         return -1;
  150138             :     }
  150139        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1) < 0) {
  150140           0 :         return -1;
  150141             :     }
  150142        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11) < 0) {
  150143           0 :         return -1;
  150144             :     }
  150145        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1) < 0) {
  150146           0 :         return -1;
  150147             :     }
  150148        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12) < 0) {
  150149           0 :         return -1;
  150150             :     }
  150151        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1) < 0) {
  150152           0 :         return -1;
  150153             :     }
  150154        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13) < 0) {
  150155           0 :         return -1;
  150156             :     }
  150157        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_14) < 0) {
  150158           0 :         return -1;
  150159             :     }
  150160        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_15) < 0) {
  150161           0 :         return -1;
  150162             :     }
  150163        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50) < 0) {
  150164           0 :         return -1;
  150165             :     }
  150166        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_3) < 0) {
  150167           0 :         return -1;
  150168             :     }
  150169        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_4) < 0) {
  150170           0 :         return -1;
  150171             :     }
  150172        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_5) < 0) {
  150173           0 :         return -1;
  150174             :     }
  150175        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_6) < 0) {
  150176           0 :         return -1;
  150177             :     }
  150178        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_7) < 0) {
  150179           0 :         return -1;
  150180             :     }
  150181        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_8) < 0) {
  150182           0 :         return -1;
  150183             :     }
  150184        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_9) < 0) {
  150185           0 :         return -1;
  150186             :     }
  150187        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_10) < 0) {
  150188           0 :         return -1;
  150189             :     }
  150190        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_11) < 0) {
  150191           0 :         return -1;
  150192             :     }
  150193        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52) < 0) {
  150194           0 :         return -1;
  150195             :     }
  150196        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_4) < 0) {
  150197           0 :         return -1;
  150198             :     }
  150199        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_6) < 0) {
  150200           0 :         return -1;
  150201             :     }
  150202        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_7) < 0) {
  150203           0 :         return -1;
  150204             :     }
  150205        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_8) < 0) {
  150206           0 :         return -1;
  150207             :     }
  150208        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_9) < 0) {
  150209           0 :         return -1;
  150210             :     }
  150211        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_10) < 0) {
  150212           0 :         return -1;
  150213             :     }
  150214        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_11) < 0) {
  150215           0 :         return -1;
  150216             :     }
  150217        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54) < 0) {
  150218           0 :         return -1;
  150219             :     }
  150220        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_2) < 0) {
  150221           0 :         return -1;
  150222             :     }
  150223        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_3) < 0) {
  150224           0 :         return -1;
  150225             :     }
  150226        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_4) < 0) {
  150227           0 :         return -1;
  150228             :     }
  150229        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56) < 0) {
  150230           0 :         return -1;
  150231             :     }
  150232        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_2) < 0) {
  150233           0 :         return -1;
  150234             :     }
  150235        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_3) < 0) {
  150236           0 :         return -1;
  150237             :     }
  150238        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_4) < 0) {
  150239           0 :         return -1;
  150240             :     }
  150241        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58) < 0) {
  150242           0 :         return -1;
  150243             :     }
  150244        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_2) < 0) {
  150245           0 :         return -1;
  150246             :     }
  150247        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_3) < 0) {
  150248           0 :         return -1;
  150249             :     }
  150250        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_4) < 0) {
  150251           0 :         return -1;
  150252             :     }
  150253        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60) < 0) {
  150254           0 :         return -1;
  150255             :     }
  150256        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_2) < 0) {
  150257           0 :         return -1;
  150258             :     }
  150259        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_3) < 0) {
  150260           0 :         return -1;
  150261             :     }
  150262        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62) < 0) {
  150263           0 :         return -1;
  150264             :     }
  150265        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_3) < 0) {
  150266           0 :         return -1;
  150267             :     }
  150268        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_4) < 0) {
  150269           0 :         return -1;
  150270             :     }
  150271        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_5) < 0) {
  150272           0 :         return -1;
  150273             :     }
  150274        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_6) < 0) {
  150275           0 :         return -1;
  150276             :     }
  150277        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_7) < 0) {
  150278           0 :         return -1;
  150279             :     }
  150280        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_8) < 0) {
  150281           0 :         return -1;
  150282             :     }
  150283        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_10) < 0) {
  150284           0 :         return -1;
  150285             :     }
  150286        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64) < 0) {
  150287           0 :         return -1;
  150288             :     }
  150289        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_4) < 0) {
  150290           0 :         return -1;
  150291             :     }
  150292        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_5) < 0) {
  150293           0 :         return -1;
  150294             :     }
  150295        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_6) < 0) {
  150296           0 :         return -1;
  150297             :     }
  150298        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_7) < 0) {
  150299           0 :         return -1;
  150300             :     }
  150301        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_10) < 0) {
  150302           0 :         return -1;
  150303             :     }
  150304        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1) < 0) {
  150305           0 :         return -1;
  150306             :     }
  150307        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11) < 0) {
  150308           0 :         return -1;
  150309             :     }
  150310        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66) < 0) {
  150311           0 :         return -1;
  150312             :     }
  150313        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_68) < 0) {
  150314           0 :         return -1;
  150315             :     }
  150316        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_3) < 0) {
  150317           0 :         return -1;
  150318             :     }
  150319        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_4) < 0) {
  150320           0 :         return -1;
  150321             :     }
  150322        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_5) < 0) {
  150323           0 :         return -1;
  150324             :     }
  150325        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_6) < 0) {
  150326           0 :         return -1;
  150327             :     }
  150328        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_7) < 0) {
  150329           0 :         return -1;
  150330             :     }
  150331        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_8) < 0) {
  150332           0 :         return -1;
  150333             :     }
  150334        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_9) < 0) {
  150335           0 :         return -1;
  150336             :     }
  150337        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_11) < 0) {
  150338           0 :         return -1;
  150339             :     }
  150340        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_12) < 0) {
  150341           0 :         return -1;
  150342             :     }
  150343        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_13) < 0) {
  150344           0 :         return -1;
  150345             :     }
  150346        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70) < 0) {
  150347           0 :         return -1;
  150348             :     }
  150349        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel) < 0) {
  150350           0 :         return -1;
  150351             :     }
  150352        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_1) < 0) {
  150353           0 :         return -1;
  150354             :     }
  150355        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_2) < 0) {
  150356           0 :         return -1;
  150357             :     }
  150358        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_4) < 0) {
  150359           0 :         return -1;
  150360             :     }
  150361        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3) < 0) {
  150362           0 :         return -1;
  150363             :     }
  150364        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2) < 0) {
  150365           0 :         return -1;
  150366             :     }
  150367        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4) < 0) {
  150368           0 :         return -1;
  150369             :     }
  150370        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_5) < 0) {
  150371           0 :         return -1;
  150372             :     }
  150373        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_6) < 0) {
  150374           0 :         return -1;
  150375             :     }
  150376        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_7) < 0) {
  150377           0 :         return -1;
  150378             :     }
  150379        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5) < 0) {
  150380           0 :         return -1;
  150381             :     }
  150382        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_2) < 0) {
  150383           0 :         return -1;
  150384             :     }
  150385        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_3) < 0) {
  150386           0 :         return -1;
  150387             :     }
  150388        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7) < 0) {
  150389           0 :         return -1;
  150390             :     }
  150391        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel) < 0) {
  150392           0 :         return -1;
  150393             :     }
  150394        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_4) < 0) {
  150395           0 :         return -1;
  150396             :     }
  150397        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_5) < 0) {
  150398           0 :         return -1;
  150399             :     }
  150400        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_6) < 0) {
  150401           0 :         return -1;
  150402             :     }
  150403        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_7) < 0) {
  150404           0 :         return -1;
  150405             :     }
  150406        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_8) < 0) {
  150407           0 :         return -1;
  150408             :     }
  150409        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_9) < 0) {
  150410           0 :         return -1;
  150411             :     }
  150412        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_10) < 0) {
  150413           0 :         return -1;
  150414             :     }
  150415        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_11) < 0) {
  150416           0 :         return -1;
  150417             :     }
  150418        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_12) < 0) {
  150419           0 :         return -1;
  150420             :     }
  150421        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_13) < 0) {
  150422           0 :         return -1;
  150423             :     }
  150424        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_14) < 0) {
  150425           0 :         return -1;
  150426             :     }
  150427        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_15) < 0) {
  150428           0 :         return -1;
  150429             :     }
  150430        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_16) < 0) {
  150431           0 :         return -1;
  150432             :     }
  150433        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel) < 0) {
  150434           0 :         return -1;
  150435             :     }
  150436        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_12) < 0) {
  150437           0 :         return -1;
  150438             :     }
  150439        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_14) < 0) {
  150440           0 :         return -1;
  150441             :     }
  150442        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_15) < 0) {
  150443           0 :         return -1;
  150444             :     }
  150445        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_16) < 0) {
  150446           0 :         return -1;
  150447             :     }
  150448        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_17) < 0) {
  150449           0 :         return -1;
  150450             :     }
  150451        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_18) < 0) {
  150452           0 :         return -1;
  150453             :     }
  150454        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_19) < 0) {
  150455           0 :         return -1;
  150456             :     }
  150457        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_20) < 0) {
  150458           0 :         return -1;
  150459             :     }
  150460        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_21) < 0) {
  150461           0 :         return -1;
  150462             :     }
  150463        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_22) < 0) {
  150464           0 :         return -1;
  150465             :     }
  150466        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_23) < 0) {
  150467           0 :         return -1;
  150468             :     }
  150469        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_24) < 0) {
  150470           0 :         return -1;
  150471             :     }
  150472        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_26) < 0) {
  150473           0 :         return -1;
  150474             :     }
  150475        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_27) < 0) {
  150476           0 :         return -1;
  150477             :     }
  150478        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_28) < 0) {
  150479           0 :         return -1;
  150480             :     }
  150481        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_30) < 0) {
  150482           0 :         return -1;
  150483             :     }
  150484        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_31) < 0) {
  150485           0 :         return -1;
  150486             :     }
  150487        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_32) < 0) {
  150488           0 :         return -1;
  150489             :     }
  150490        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_34) < 0) {
  150491           0 :         return -1;
  150492             :     }
  150493        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_36) < 0) {
  150494           0 :         return -1;
  150495             :     }
  150496        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_37) < 0) {
  150497           0 :         return -1;
  150498             :     }
  150499        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_40) < 0) {
  150500           0 :         return -1;
  150501             :     }
  150502        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44_consts_11) < 0) {
  150503           0 :         return -1;
  150504             :     }
  150505        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44_consts_12) < 0) {
  150506           0 :         return -1;
  150507             :     }
  150508        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44) < 0) {
  150509           0 :         return -1;
  150510             :     }
  150511        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_9) < 0) {
  150512           0 :         return -1;
  150513             :     }
  150514        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_10) < 0) {
  150515           0 :         return -1;
  150516             :     }
  150517        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_11) < 0) {
  150518           0 :         return -1;
  150519             :     }
  150520        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_14) < 0) {
  150521           0 :         return -1;
  150522             :     }
  150523        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_17) < 0) {
  150524           0 :         return -1;
  150525             :     }
  150526        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18_consts_0) < 0) {
  150527           0 :         return -1;
  150528             :     }
  150529        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18) < 0) {
  150530           0 :         return -1;
  150531             :     }
  150532        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45) < 0) {
  150533           0 :         return -1;
  150534             :     }
  150535        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel) < 0) {
  150536           0 :         return -1;
  150537             :     }
  150538        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_11) < 0) {
  150539           0 :         return -1;
  150540             :     }
  150541        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_12) < 0) {
  150542           0 :         return -1;
  150543             :     }
  150544        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_13) < 0) {
  150545           0 :         return -1;
  150546             :     }
  150547        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_14) < 0) {
  150548           0 :         return -1;
  150549             :     }
  150550        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_15) < 0) {
  150551           0 :         return -1;
  150552             :     }
  150553        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_16) < 0) {
  150554           0 :         return -1;
  150555             :     }
  150556        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_17) < 0) {
  150557           0 :         return -1;
  150558             :     }
  150559        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_18) < 0) {
  150560           0 :         return -1;
  150561             :     }
  150562        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_19) < 0) {
  150563           0 :         return -1;
  150564             :     }
  150565        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_20) < 0) {
  150566           0 :         return -1;
  150567             :     }
  150568        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_21) < 0) {
  150569           0 :         return -1;
  150570             :     }
  150571        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_22) < 0) {
  150572           0 :         return -1;
  150573             :     }
  150574        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_23) < 0) {
  150575           0 :         return -1;
  150576             :     }
  150577        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_24) < 0) {
  150578           0 :         return -1;
  150579             :     }
  150580        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_26) < 0) {
  150581           0 :         return -1;
  150582             :     }
  150583        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_27) < 0) {
  150584           0 :         return -1;
  150585             :     }
  150586        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_28) < 0) {
  150587           0 :         return -1;
  150588             :     }
  150589        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_31) < 0) {
  150590           0 :         return -1;
  150591             :     }
  150592        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_32) < 0) {
  150593           0 :         return -1;
  150594             :     }
  150595        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34_consts_9) < 0) {
  150596           0 :         return -1;
  150597             :     }
  150598        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34_consts_10) < 0) {
  150599           0 :         return -1;
  150600             :     }
  150601        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34) < 0) {
  150602           0 :         return -1;
  150603             :     }
  150604        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_7) < 0) {
  150605           0 :         return -1;
  150606             :     }
  150607        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_8) < 0) {
  150608           0 :         return -1;
  150609             :     }
  150610        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11_consts_0) < 0) {
  150611           0 :         return -1;
  150612             :     }
  150613        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11) < 0) {
  150614           0 :         return -1;
  150615             :     }
  150616        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35) < 0) {
  150617           0 :         return -1;
  150618             :     }
  150619        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel) < 0) {
  150620           0 :         return -1;
  150621             :     }
  150622        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_5) < 0) {
  150623           0 :         return -1;
  150624             :     }
  150625        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_6_consts_1) < 0) {
  150626           0 :         return -1;
  150627             :     }
  150628        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_6) < 0) {
  150629           0 :         return -1;
  150630             :     }
  150631        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_19) < 0) {
  150632           0 :         return -1;
  150633             :     }
  150634        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_80) < 0) {
  150635           0 :         return -1;
  150636             :     }
  150637        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_81) < 0) {
  150638           0 :         return -1;
  150639             :     }
  150640        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_82) < 0) {
  150641           0 :         return -1;
  150642             :     }
  150643        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_85) < 0) {
  150644           0 :         return -1;
  150645             :     }
  150646        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_86) < 0) {
  150647           0 :         return -1;
  150648             :     }
  150649        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_90) < 0) {
  150650           0 :         return -1;
  150651             :     }
  150652        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_91) < 0) {
  150653           0 :         return -1;
  150654             :     }
  150655        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_93) < 0) {
  150656           0 :         return -1;
  150657             :     }
  150658        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_94) < 0) {
  150659           0 :         return -1;
  150660             :     }
  150661        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_95) < 0) {
  150662           0 :         return -1;
  150663             :     }
  150664        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_96) < 0) {
  150665           0 :         return -1;
  150666             :     }
  150667        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_97) < 0) {
  150668           0 :         return -1;
  150669             :     }
  150670        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_98) < 0) {
  150671           0 :         return -1;
  150672             :     }
  150673        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_100) < 0) {
  150674           0 :         return -1;
  150675             :     }
  150676        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_101) < 0) {
  150677           0 :         return -1;
  150678             :     }
  150679        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_1) < 0) {
  150680           0 :         return -1;
  150681             :     }
  150682        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_2) < 0) {
  150683           0 :         return -1;
  150684             :     }
  150685        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_3) < 0) {
  150686           0 :         return -1;
  150687             :     }
  150688        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_4) < 0) {
  150689           0 :         return -1;
  150690             :     }
  150691        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_5) < 0) {
  150692           0 :         return -1;
  150693             :     }
  150694        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_6) < 0) {
  150695           0 :         return -1;
  150696             :     }
  150697        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_7_consts_2) < 0) {
  150698           0 :         return -1;
  150699             :     }
  150700        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_7) < 0) {
  150701           0 :         return -1;
  150702             :     }
  150703        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_8) < 0) {
  150704           0 :         return -1;
  150705             :     }
  150706        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_9) < 0) {
  150707           0 :         return -1;
  150708             :     }
  150709        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_10) < 0) {
  150710           0 :         return -1;
  150711             :     }
  150712        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_11) < 0) {
  150713           0 :         return -1;
  150714             :     }
  150715        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_12) < 0) {
  150716           0 :         return -1;
  150717             :     }
  150718        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103) < 0) {
  150719           0 :         return -1;
  150720             :     }
  150721        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_2) < 0) {
  150722           0 :         return -1;
  150723             :     }
  150724        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_3) < 0) {
  150725           0 :         return -1;
  150726             :     }
  150727        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_4) < 0) {
  150728           0 :         return -1;
  150729             :     }
  150730        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_5) < 0) {
  150731           0 :         return -1;
  150732             :     }
  150733        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105) < 0) {
  150734           0 :         return -1;
  150735             :     }
  150736        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_106) < 0) {
  150737           0 :         return -1;
  150738             :     }
  150739        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_108) < 0) {
  150740           0 :         return -1;
  150741             :     }
  150742        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_109) < 0) {
  150743           0 :         return -1;
  150744             :     }
  150745        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111_consts_1) < 0) {
  150746           0 :         return -1;
  150747             :     }
  150748        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111_consts_2) < 0) {
  150749           0 :         return -1;
  150750             :     }
  150751        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111) < 0) {
  150752           0 :         return -1;
  150753             :     }
  150754        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_116) < 0) {
  150755           0 :         return -1;
  150756             :     }
  150757        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_117) < 0) {
  150758           0 :         return -1;
  150759             :     }
  150760        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_118) < 0) {
  150761           0 :         return -1;
  150762             :     }
  150763        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_119) < 0) {
  150764           0 :         return -1;
  150765             :     }
  150766        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_120) < 0) {
  150767           0 :         return -1;
  150768             :     }
  150769        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_122) < 0) {
  150770           0 :         return -1;
  150771             :     }
  150772        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_123) < 0) {
  150773           0 :         return -1;
  150774             :     }
  150775        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_127) < 0) {
  150776           0 :         return -1;
  150777             :     }
  150778        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_128) < 0) {
  150779           0 :         return -1;
  150780             :     }
  150781        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_134) < 0) {
  150782           0 :         return -1;
  150783             :     }
  150784        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_1) < 0) {
  150785           0 :         return -1;
  150786             :     }
  150787        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_2) < 0) {
  150788           0 :         return -1;
  150789             :     }
  150790        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_3) < 0) {
  150791           0 :         return -1;
  150792             :     }
  150793        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_4) < 0) {
  150794           0 :         return -1;
  150795             :     }
  150796        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_5) < 0) {
  150797           0 :         return -1;
  150798             :     }
  150799        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_6) < 0) {
  150800           0 :         return -1;
  150801             :     }
  150802        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135) < 0) {
  150803           0 :         return -1;
  150804             :     }
  150805        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_138) < 0) {
  150806           0 :         return -1;
  150807             :     }
  150808        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_139) < 0) {
  150809           0 :         return -1;
  150810             :     }
  150811        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141_consts_2) < 0) {
  150812           0 :         return -1;
  150813             :     }
  150814        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141_consts_3) < 0) {
  150815           0 :         return -1;
  150816             :     }
  150817        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141) < 0) {
  150818           0 :         return -1;
  150819             :     }
  150820        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_1) < 0) {
  150821           0 :         return -1;
  150822             :     }
  150823        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_2) < 0) {
  150824           0 :         return -1;
  150825             :     }
  150826        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_3) < 0) {
  150827           0 :         return -1;
  150828             :     }
  150829        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_4) < 0) {
  150830           0 :         return -1;
  150831             :     }
  150832        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_5) < 0) {
  150833           0 :         return -1;
  150834             :     }
  150835        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143) < 0) {
  150836           0 :         return -1;
  150837             :     }
  150838        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_145) < 0) {
  150839           0 :         return -1;
  150840             :     }
  150841        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel) < 0) {
  150842           0 :         return -1;
  150843             :     }
  150844        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_3) < 0) {
  150845           0 :         return -1;
  150846             :     }
  150847        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_4) < 0) {
  150848           0 :         return -1;
  150849             :     }
  150850        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_5) < 0) {
  150851           0 :         return -1;
  150852             :     }
  150853        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_6) < 0) {
  150854           0 :         return -1;
  150855             :     }
  150856        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_7) < 0) {
  150857           0 :         return -1;
  150858             :     }
  150859        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_8) < 0) {
  150860           0 :         return -1;
  150861             :     }
  150862        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_9_consts_5) < 0) {
  150863           0 :         return -1;
  150864             :     }
  150865        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_9) < 0) {
  150866           0 :         return -1;
  150867             :     }
  150868        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_10) < 0) {
  150869           0 :         return -1;
  150870             :     }
  150871        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_11_consts_3) < 0) {
  150872           0 :         return -1;
  150873             :     }
  150874        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_11) < 0) {
  150875           0 :         return -1;
  150876             :     }
  150877        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_12) < 0) {
  150878           0 :         return -1;
  150879             :     }
  150880        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_13) < 0) {
  150881           0 :         return -1;
  150882             :     }
  150883        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_14) < 0) {
  150884           0 :         return -1;
  150885             :     }
  150886        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_15) < 0) {
  150887           0 :         return -1;
  150888             :     }
  150889        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_16) < 0) {
  150890           0 :         return -1;
  150891             :     }
  150892        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_17) < 0) {
  150893           0 :         return -1;
  150894             :     }
  150895        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_18) < 0) {
  150896           0 :         return -1;
  150897             :     }
  150898        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_19) < 0) {
  150899           0 :         return -1;
  150900             :     }
  150901        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_20) < 0) {
  150902           0 :         return -1;
  150903             :     }
  150904        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21_consts_1_consts_9) < 0) {
  150905           0 :         return -1;
  150906             :     }
  150907        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21_consts_1) < 0) {
  150908           0 :         return -1;
  150909             :     }
  150910        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21) < 0) {
  150911           0 :         return -1;
  150912             :     }
  150913        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_22_consts_4) < 0) {
  150914           0 :         return -1;
  150915             :     }
  150916        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_22) < 0) {
  150917           0 :         return -1;
  150918             :     }
  150919        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_23) < 0) {
  150920           0 :         return -1;
  150921             :     }
  150922        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_24) < 0) {
  150923           0 :         return -1;
  150924             :     }
  150925        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_25) < 0) {
  150926           0 :         return -1;
  150927             :     }
  150928        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_26_consts_7) < 0) {
  150929           0 :         return -1;
  150930             :     }
  150931        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_26) < 0) {
  150932           0 :         return -1;
  150933             :     }
  150934        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel) < 0) {
  150935           0 :         return -1;
  150936             :     }
  150937        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_11) < 0) {
  150938           0 :         return -1;
  150939             :     }
  150940        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_12) < 0) {
  150941           0 :         return -1;
  150942             :     }
  150943        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_20) < 0) {
  150944           0 :         return -1;
  150945             :     }
  150946        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_21) < 0) {
  150947           0 :         return -1;
  150948             :     }
  150949        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_22) < 0) {
  150950           0 :         return -1;
  150951             :     }
  150952        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_23) < 0) {
  150953           0 :         return -1;
  150954             :     }
  150955        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_24) < 0) {
  150956           0 :         return -1;
  150957             :     }
  150958        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_25) < 0) {
  150959           0 :         return -1;
  150960             :     }
  150961        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_26) < 0) {
  150962           0 :         return -1;
  150963             :     }
  150964        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_27) < 0) {
  150965           0 :         return -1;
  150966             :     }
  150967        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_28) < 0) {
  150968           0 :         return -1;
  150969             :     }
  150970        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_29) < 0) {
  150971           0 :         return -1;
  150972             :     }
  150973        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_58) < 0) {
  150974           0 :         return -1;
  150975             :     }
  150976        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel) < 0) {
  150977           0 :         return -1;
  150978             :     }
  150979        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_16) < 0) {
  150980           0 :         return -1;
  150981             :     }
  150982        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_17) < 0) {
  150983           0 :         return -1;
  150984             :     }
  150985        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_18) < 0) {
  150986           0 :         return -1;
  150987             :     }
  150988        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_19) < 0) {
  150989           0 :         return -1;
  150990             :     }
  150991        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_20) < 0) {
  150992           0 :         return -1;
  150993             :     }
  150994        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_21_consts_1) < 0) {
  150995           0 :         return -1;
  150996             :     }
  150997        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_21) < 0) {
  150998           0 :         return -1;
  150999             :     }
  151000        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_22_consts_1) < 0) {
  151001           0 :         return -1;
  151002             :     }
  151003        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_22) < 0) {
  151004           0 :         return -1;
  151005             :     }
  151006        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_23_consts_4) < 0) {
  151007           0 :         return -1;
  151008             :     }
  151009        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_23) < 0) {
  151010           0 :         return -1;
  151011             :     }
  151012        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_2) < 0) {
  151013           0 :         return -1;
  151014             :     }
  151015        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_3) < 0) {
  151016           0 :         return -1;
  151017             :     }
  151018        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24) < 0) {
  151019           0 :         return -1;
  151020             :     }
  151021        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_2) < 0) {
  151022           0 :         return -1;
  151023             :     }
  151024        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1) < 0) {
  151025           0 :         return -1;
  151026             :     }
  151027        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3) < 0) {
  151028           0 :         return -1;
  151029             :     }
  151030        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_4) < 0) {
  151031           0 :         return -1;
  151032             :     }
  151033        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_5) < 0) {
  151034           0 :         return -1;
  151035             :     }
  151036        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_6) < 0) {
  151037           0 :         return -1;
  151038             :     }
  151039        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26) < 0) {
  151040           0 :         return -1;
  151041             :     }
  151042        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel) < 0) {
  151043           0 :         return -1;
  151044             :     }
  151045        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_machinery_toplevel_consts_13) < 0) {
  151046           0 :         return -1;
  151047             :     }
  151048        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_machinery_toplevel) < 0) {
  151049           0 :         return -1;
  151050             :     }
  151051        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_2) < 0) {
  151052           0 :         return -1;
  151053             :     }
  151054        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_3) < 0) {
  151055           0 :         return -1;
  151056             :     }
  151057        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_4) < 0) {
  151058           0 :         return -1;
  151059             :     }
  151060        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5) < 0) {
  151061           0 :         return -1;
  151062             :     }
  151063        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_1) < 0) {
  151064           0 :         return -1;
  151065             :     }
  151066        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_2) < 0) {
  151067           0 :         return -1;
  151068             :     }
  151069        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_3) < 0) {
  151070           0 :         return -1;
  151071             :     }
  151072        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7) < 0) {
  151073           0 :         return -1;
  151074             :     }
  151075        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_9) < 0) {
  151076           0 :         return -1;
  151077             :     }
  151078        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_10) < 0) {
  151079           0 :         return -1;
  151080             :     }
  151081        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_11) < 0) {
  151082           0 :         return -1;
  151083             :     }
  151084        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_12) < 0) {
  151085           0 :         return -1;
  151086             :     }
  151087        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_15) < 0) {
  151088           0 :         return -1;
  151089             :     }
  151090        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_17) < 0) {
  151091           0 :         return -1;
  151092             :     }
  151093        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_18) < 0) {
  151094           0 :         return -1;
  151095             :     }
  151096        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_19) < 0) {
  151097           0 :         return -1;
  151098             :     }
  151099        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_20) < 0) {
  151100           0 :         return -1;
  151101             :     }
  151102        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel) < 0) {
  151103           0 :         return -1;
  151104             :     }
  151105        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_1) < 0) {
  151106           0 :         return -1;
  151107             :     }
  151108        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_3) < 0) {
  151109           0 :         return -1;
  151110             :     }
  151111        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_5) < 0) {
  151112           0 :         return -1;
  151113             :     }
  151114        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_7) < 0) {
  151115           0 :         return -1;
  151116             :     }
  151117        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel) < 0) {
  151118           0 :         return -1;
  151119             :     }
  151120        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___toplevel_consts_1) < 0) {
  151121           0 :         return -1;
  151122             :     }
  151123        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___toplevel) < 0) {
  151124           0 :         return -1;
  151125             :     }
  151126        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___ham_toplevel) < 0) {
  151127           0 :         return -1;
  151128             :     }
  151129        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___ham_eggs_toplevel) < 0) {
  151130           0 :         return -1;
  151131             :     }
  151132        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___spam_toplevel_consts_1) < 0) {
  151133           0 :         return -1;
  151134             :     }
  151135        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___spam_toplevel) < 0) {
  151136           0 :         return -1;
  151137             :     }
  151138        3109 :     if (_PyStaticCode_InternStrings((PyCodeObject *)&frozen_only_toplevel) < 0) {
  151139           0 :         return -1;
  151140             :     }
  151141        3109 :     return 0;
  151142             : }

Generated by: LCOV version 1.14